* {
	margin:0;
	padding:0;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

html, body {
	font-size: 100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
	height: 100%;
}

textarea {
	resize: none;
}

.wrapp {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}

.wrapp:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 0px;
}

.cl:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 0px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b1b1b1;
	text-align: center;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #b1b1b1;
	text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 25;
	display: none;
	background-color: rgba(0,0,0,0.8);
	top: 0px;
	left: 0px;
}

.popup {
	position: fixed;
	display: none;
	z-index: 26;
	padding: 30px;
	background-color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { opacity:1; }
input::-moz-placeholder,
textarea::-moz-placeholder { opacity:1; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { opacity:0; }

label {
	display:inline-block;
	position:relative;
}

label.red input, label.red textarea {
	border: 1px solid #f00 !important;
}

.btn {
	font-family: 'fedra_book';
	color: #fff;
	border: 1px solid #005899;
	text-align: center;
	border-radius: 6px;
	background: #0066b2;
	background: -moz-linear-gradient(top,  #0066b2 0%, #005ca0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066b2), color-stop(100%,#005ca0));
	background: -webkit-linear-gradient(top,  #0066b2 0%,#005ca0 100%);
	background: -o-linear-gradient(top,  #0066b2 0%,#005ca0 100%);
	background: -ms-linear-gradient(top,  #0066b2 0%,#005ca0 100%);
	background: linear-gradient(to bottom,  #0066b2 0%,#005ca0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066b2', endColorstr='#005ca0',GradientType=0 );
}

.btn:hover {
	cursor: pointer;
	background: #037eda;
	background: -moz-linear-gradient(top,  #037eda 0%, #036dbc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#037eda), color-stop(100%,#036dbc));
	background: -webkit-linear-gradient(top,  #037eda 0%,#036dbc 100%);
	background: -o-linear-gradient(top,  #037eda 0%,#036dbc 100%);
	background: -ms-linear-gradient(top,  #037eda 0%,#036dbc 100%);
	background: linear-gradient(to bottom,  #037eda 0%,#036dbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037eda', endColorstr='#036dbc',GradientType=0 );
}

.btn:active {
	background: #005ca0;
	background: -moz-linear-gradient(top,  #005ca0 0%, #0065b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005ca0), color-stop(100%,#0065b0));
	background: -webkit-linear-gradient(top,  #005ca0 0%,#0065b0 100%);
	background: -o-linear-gradient(top,  #005ca0 0%,#0065b0 100%);
	background: -ms-linear-gradient(top,  #005ca0 0%,#0065b0 100%);
	background: linear-gradient(to bottom,  #005ca0 0%,#0065b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ca0', endColorstr='#0065b0',GradientType=0 );
}

a.scrollToTop {
    position: fixed;
    bottom: 36px;
    left: 36px;
    display: block;
    width: 64px;
    height: 40px;
    background: url(../img/arrowTop.jpg);
}


.page {
	position:relative;
	width:100%;
	max-width:100%;
	min-width:960px;
	overflow:hidden;
	margin:0 auto;
}

.clear {
	clear:both;
}

.menu {
	height:31px;
	line-height:31px;
	text-align:center;
	border-bottom:#eeeeee;
	z-index:18;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 1px rgba(0,0,0,0.15);
}

.menu a {
	display:inline-block;
	height:31px;
	line-height:31px;
	color:#146caf;
        font-family: 'myriad_regular';
	padding:0 3px;
	margin:0 1px 0 1px;
	position:relative;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.menu a:before {
	display:block;
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-bottom: 31px solid #005ca0; 
	border-left: 17px solid transparent;
	left:-17px;
	top:0px;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menu a:after {
	display:block;
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-top: 31px solid #005ca0; 
	border-right: 17px solid transparent;
	right:-17px;
	top:0px;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menu a:hover, .menu a.active {
	background:#005ca0;
            color: #ffffff;
}

.menu a:hover:before, .menu a:hover:after, .menu a.active:before, .menu a.active:after {
	opacity:1;
}

.menu.menu_fixed {
	position:fixed;
	left:0px;
	top:0px;
}

.wrap {
	width:960px;
	margin:0 auto;
	padding:0px;
	position:relative;
	z-index:0;
}

.wrap:after {
	content:'.';
	width:0;
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	position:relative;
	font-size:0px;
	line-height:0px;
}

section {
	width:100%;
	position:relative;
}


.a1 {
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.8);
    z-index: 15;
    left: 0px;
    top: 0px;
    margin-top: -60px;
    margin-bottom: 60px;
}


.a1 .ya-share2 {
	float: right;
	text-align: right;
	margin-top: 16px;
}



.c1 {
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.8);
	z-index: 15;
	left: 0px;
	top: 0px;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.c1 #canvasHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.c1 .wrapp {
	z-index: 2;
}

.c1 .left {
	float: left;
	cursor: pointer;
	height: 60px;
	width: 245px;
	background: url('https://medic-urist.ru/img/c1_logo.png') left center no-repeat;
        margin-top: 5px;
}

.c1 .left span,
.c1 .left p {
	font-family: 'myriad_italic';
	font-size: 11px;
	color: #696a70;
	line-height: 14px;
	margin-left: 40px;
	display: block;
}

.c1 .left span {
	margin-top: 41px;
	margin-bottom: 20px;
}

.c1 .center {
	float: left;
	margin-left: 25px;
	width: 450px;
	margin-top: 10px;
}


.c1 .center .num {
    font-family: 'fedra_light';
    font-size: 26px;
    color: #0058a6;
    line-height: 29px;
    margin-bottom: 2px;
    text-align: center;
}
.c1 .center span {
    font-family: 'myriad_regular';
    font-size: 12px;
    color: #a4a4a4;
    line-height: 13px;
    display: block;
    margin-bottom: 2px;
    text-align: center;
}




.c1 .center ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.c1 .center ul:first-child {
	margin-left: 50px;
}

.c1 .center ul:last-child {
	margin-left: 40px;
}

.c1 .center ul:first-child:after {
	width: 2px;
	height: 72px;
	background-color: #e0e0e0;
	position: absolute;
	left: -20px;
	top: 8px;
	content: '';
}

.c1 .center ul:last-child:after {
	width: 2px;
	height: 72px;
	background-color: #e0e0e0;
	position: absolute;
	right: -20px;
	top: 8px;
	content: '';
}

.c1 .center ul li {
	font-family: 'myriad_regular';
	font-size: 16px;
	color: #0060a9;
	line-height: 19px;
	margin-top: 8px;
	cursor: pointer;
	text-transform: uppercase;
}

.c1 .center ul:nth-child(1) {
	margin-right: 55px;
}

.c1 .center ul:nth-child(2) {
	margin-right: 30px;
}

.c1 .right {
	float: right;
	text-align: right;
	margin-top: 16px;
}

.c1 .right .num {
	font-family: 'fedra_light';
	font-size: 26px;
	color: #a4a4a4;
	line-height: 29px;
	margin-bottom: 2px;
}

.c1 .right .btn {
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
}

.c1 .right span {
	font-family: 'myriad_regular';
	font-size: 10px;
	color: #a4a4a4;
	line-height: 13px;
	display: block;
	margin-bottom: 2px;
}


.counts {
	height:260px;
	padding-top:40px;
	background:#0066b2;
	color:#fff;
}

.count {
	float:left;
	text-align:center;
	font-size:16px;
	margin:0 15px;
	font-family:'fedra_light';
}

.count_img {
	height:150px;
	font-size:22px;
	font-family:'fedra_book';
	margin:0 auto;
}

.count_img em {
	font-size:42px;
	font-family:'fedra_normal';
}

.v1 {
	width:170px;
	margin-left:0;
}

.v2 {
	width:190px;
}

.v3 {
	width:150px;
}

.v4 {
	width:170px;
}

.v5 {
	width:160px;
	margin-right:0px;
}

.v1 .count_img {
	background:url(https://medic-urist.ru/img/c1.png) no-repeat center 20px;
	padding-top:60px;
	height:90px;
}

.v2 .count_img {
	background:url(https://medic-urist.ru/img/c2.png) no-repeat center top;
	padding-top:30px;
	height:120px;
}

.v3 .count_img {
	background:url(https://medic-urist.ru/img/c3.png) no-repeat center 15px;
	padding-top:30px;
	height:120px;
}

.v4 .count_img {
	background:url(https://medic-urist.ru/img/c4.png) no-repeat center 7px;
	padding-top:30px;
	height:120px;
}

.v5 .count_img {
	background:url(https://medic-urist.ru/img/c5.png) no-repeat center 20px;
	padding-top:55px;
	height:95px;
}



.wrap {
	width:960px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
	z-index:0;
}

.page {
	position:relative;
	width:100%;
	max-width:100%;
	min-width:960px;
	overflow:hidden;
	margin:0 auto;
}

.clear {
	clear:both;
}


.basesd {
	padding:48px 0 64px 0;
	/*height:930px;*/
	background:url(../img/bases.jpg) no-repeat center;
}

.basesd .btn {
	margin: 30px auto;
    width: 261px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
    margin-left: 22px;
}


.basesd h2 {
	font-family: 'fedra_light';
    font-size: 48px;
    color: #0066b2;
    line-height: 54px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.basesd p {
	font-family: 'fedra_light';
    font-size: 32px;
    color: #0066b2;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.basesd h2 b {
	font-family:'hel_medium';
}

.based {
	float:left;
	width:304px;
	background:#fff;
}

.based_img {
	height:434px;
}

.based_blue {
	height: 171px;
    padding-top: 18px;
    background: #0066b2;
    text-align: center;
    color: #fdfdfd;
    font-family: 'fedra_light';
    font-size: 14px;
    line-height: 14px;
}
.based_blue.based_orange { background:#f56505; color:#fff; }

.b4 .based_blue,
.b5 .based_blue,
.b6 .based_blue {
	height: 215px;
}

.based_blue span {
	margin-bottom: 9px;
    font-size: 18px;
    line-height: 19px;
    font-style: normal;
    display: block;
    color: #c2e4f5;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
    font-family: 'fedra_book';
}

.based_blue span.old_price {
	display: block;
	font-family: 'fedra_book';
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
	position: relative;
}

.based_blue span.old_price:before {
	width: 110px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 8px;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	content: '';
}

.bb_div {
	width:228px;
	height:1px;
	background:#cdedfd;
	margin:9px auto;
}
.bb_div.bb_div2 { background:#fff; }

.based_blue em {
	display:block;
	font-size:14.49px;
	line-height:16px;
}

.base_blue em.br {
	margin-top: 5px;
}

.based ul {
	padding:15px 0 5px 16px;
}

.based ul li {
	font-size:11.27px;
	line-height:12px;
	color:#838383;
	margin-bottom:10px;
}

.based ul li em {
	color:#05a3f5;
}

.based_div {
	width:228px;
	height:1px;
	background:#ebebeb;
	border-bottom:#f1f1f1 solid 1px;
	margin:0px auto 10px auto;
}

.based_plus {
	text-align:center;
	color:#05a3f5;
	font-size:14.49px;
	line-height:23px;
	font-family:'hel_light';
	margin-bottom:15px;
}

.based_plus em {
	font-family:'hel_bold';
}

.basesd .bttn {
	width:540px;
	height:51px;
	line-height:52px;
	margin:0 auto;
}

.based .bttn {
	width:219px;
	height:35px;
	line-height:35px;
	font-size:12.88px;
	margin:0 auto;
}

.based .bttn2 {
	width: 255px;
	height: 24px;
	text-align: center;
	border: 2px solid #006383;
	border-radius: 5px;
	margin: 15px auto;
	display: block;
	padding-top: 6px;
	cursor: pointer;
}

.based .bttn2 span {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	color: #006383;
	border-bottom: 1px dashed #006383;
	font-family: 'pt_sansregular';
}

.b2 {
	margin:0 24px 15px 24px;
}

.b4, .b5, .b6 {
	height: 660px;
}

.b4 ul, .b5 ul, .b6 ul {
	height: 140px;
}

.b4 .based_div, .b5 .based_div, .b6 .based_div {
	margin-bottom: 20px;
}

.b5 {
	margin:0 24px 40px 24px;
}

.b1 .based_img {background:url(../img/b1.jpg) no-repeat center top;}
.b2 .based_img {background:url(../img/b2.jpg) no-repeat center top;}
.b3 .based_img {background:url(../img/b3.jpg) no-repeat center top;}
.b4 .based_img {background:url(../img/b4.jpg) no-repeat center top;}
.b5 .based_img {background:url(../img/b5.jpg) no-repeat center top;}
.b6 .based_img {background:url(../img/b6.jpg) no-repeat center top;}







.c2 {
    width: 100%;
    height: 720px;
    background: url(../img/bg.jpg) no-repeat center top fixed;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c2 .wrapper {
	width: 2560px;
	margin-left: -1280px;
	height: 765px;
	position: absolute;
	top: 0px;
	left: 50%;
}

.c2 .wrapper ul {
	list-style: none;
}

.c2 .wrapper ul li {
	display: block;
}



.c2 .wrapper .list1 {
	width: 425px;
	height: 200px;
	background: url('../img/c2/1.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -50px;
	margin-left: -649px;
}

.c2 .wrapper .list2 {
	width: 425px;
	height: 200px;
	background: url('../img/c2/2.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 258px;
	margin-left: -656px;
}

.c2 .wrapper .list3 {
	width: 277px;
	height: 247px;
	background: url('../img/c2/3.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 93px;
	margin-left: -45px;
}

.c2 .wrapper .list4 {
	width: 492px;
	height: 462px;
	background: url('../img/c2/4.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 424px;
	margin-left: -44px;
}

.c2 .wrapper .list5 {
	width: 368px;
	height: 310px;
	background: url('../img/c2/5.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 277px;
	margin-left: 429px;
}

.c2 .wrapper .list6 {
	width: 528px;
	height: 451px;
	background: url('../img/c2/6.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -202px;
	margin-left: 888px;
}

.c2 .wrapper .list7 {
	width: 260px;
	height: 330px;
	background: url('../img/c2/7.png') no-repeat;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 436px;
	margin-left: -1278px;
}

.c2 .wrapp {
	padding-top: 220px;
	z-index: 3;
}

.c2 h1 {
    font-family: 'Anglecia';
    font-size: 37px;
    color: #0060a9;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255,255,255,0.8);
    padding: 12px 6px;
    text-transform: uppercase;
}

.c2 p {
	font-family: 'fedra_light';
	font-size: 20px;
	color: #0060a9;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
        text-transform: uppercase;
}



/* cover arrow */

@-webkit-keyframes t-arrow-bottom {
  0%   {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50%   {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55%   {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100%   {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes t-arrow-bottom {
  0%   {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50%   {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  55%   {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100%   {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.t-cover__arrow-wrapper_animated {
  animation: t-arrow-bottom 1.7s infinite ease;
}

.t-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  top: 490px;
}

.t-cover__arrow-wrapper {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.t-cover__arrow-wrapper:hover {
  opacity: .7;
}

.t-cover__arrow-svg{
  fill: #fff;
}

@media screen and (max-width: 640px) {
  .t-cover__arrow_mobile {
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
  }
  .t-cover__arrow {
    bottom: 14px;
  }
}


.bases {
	padding:48px 0 34px 0;
	background: #fff;
        height: 700px;
}



.bases .btn {
    margin: 10px auto;
    width: 261px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    margin-left: 16px;
}


.bases h2 {
	text-align: center;
    font-family: 'fedra_book';
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #0066b2;
	
}

.bases h2 b {
	    font-family: 'cuprumbold';
    font-size: 56px;
    line-height: 62px;
}

.base {
	float: left;
    width: 295px;
    height: 520px;
}



.bases .man-bg1 {
    background: url(../img/page-form-bg-1.png) 0 0 no-repeat;
    height: 682px;
    left: 290px;
    position: absolute;
    top: 28px;
    width: 733px;
    z-index: -1;
    margin-left: 490px;
}



.base_img {
	height:203px;
}

.base_blue {
	height: 325px;
    padding-top: 18px;
    background: #fff;
    font-size: 11.27px;
    line-height: 12px;
    color: #ffffff;
    text-align: left;
    font-family: fedra_light;
}
.base_blue.base_orange { background:#fff; color:#fff; }

.b4 .base_blue,
.b5 .base_blue,
.b6 .base_blue {
	height: 225px;
}

.base_blue h3 {
    display: block;
    font-family: 'fedra_normal';
    color: #fff;
    font-size: 18px;
    line-height: 19.32px;
    margin-bottom: 9px;
    margin: 5px 0 0 10px;
}

.base_blue h3 a {
    display: block;
    font-family: 'fedra_book';
    color: #0377cf;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    margin: 5px 0 0 5px;
}


.base_blue h3 a:hover {color:#5bb1e0;}



.base_blue p {
   display: block;
    font-family: 'fedra_light';
    color: #6b6b6b;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
    margin: 5px 0 0 10px;
}


.base_blue span.old_price {
	display: block;
	font-family: 'pt_sansregular';
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
	position: relative;
}

.base_blue span.old_price:before {
	width: 110px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 8px;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	content: '';
}

.bb_div {
	width:228px;
	height:1px;
	background:#cdedfd;
	margin:9px auto;
}
.bb_div.bb_div2 { background:#fff; }

.base_blue em {
	display:block;
	font-size:14.49px;
	line-height:16px;
}

.base_blue em.br {
	margin-top: 5px;
}

.base ul {
	padding:15px 0 5px 16px;
}

.base ul li {
	font-size:11.27px;
	line-height:12px;
	color:#838383;
	margin-bottom:10px;
}

.base ul li em {
	color:#05a3f5;
}

.base_div {
	width:228px;
	height:1px;
	background:#ebebeb;
	border-bottom:#f1f1f1 solid 1px;
	margin:0px auto 10px auto;
}

.base_plus {
	text-align:center;
	color:#05a3f5;
	font-size:14.49px;
	line-height:23px;
	font-family:'pt_sansregular';
	margin-bottom:15px;
}

.base_plus em {
	font-family:'hel_bold';
}

.bases .bttn {
	width:540px;
	height:51px;
	line-height:52px;
	margin:0 auto;
}

.base .bttn {
	width:219px;
	height:35px;
	line-height:35px;
	font-size:12.88px;
	margin:0 auto;
}

.base .bttn2 {
	width: 261px;
    height: 20px;
    text-align: center;
    border: 2px solid #0066b2;
    border-radius: 5px;
    margin: 1px auto;
    display: block;
    padding-top: 6px;
    cursor: pointer;
}

.base .bttn2 span {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	color: #0066b2;
	border-bottom: 1px dashed #0066b2;
	    font-family: 'fedra_light';
}

.b2 {
	margin:0 24px 15px 24px;
}

.b4, .b5, .b6 {
	height: 450px;
}

.b4 ul, .b5 ul, .b6 ul {
	height: 140px;
}

.b4 .base_div, .b5 .base_div, .b6 .base_div {
	margin-bottom: 20px;
}

.b5 {
	margin:0 24px 40px 24px;
}

.b1 .base_img {background:url(https://medic-urist.ru/blog/img/dnml.jpg) no-repeat center top;}
.b2 .base_img {background:url(https://medic-urist.ru/blog/img/nmln.jpg) no-repeat center top;}
.b3 .base_img {background:url(https://medic-urist.ru/blog/img/pmlk.jpg) no-repeat center top;}
.b4 .base_img {background:url(../img/licecia-stmatologiya.jpg) no-repeat center top;}
.b5 .base_img {background:url(../img/licence-tatoo-salon.jpg) no-repeat center top;}
.b6 .base_img {background:url(../img/licence-manual-terapiya.jpg) no-repeat center top;}










.c3 {
	width: 100%;
	background-color: #fff;
	height: 1000px;
}

.c3 .wrapp {
	padding-top: 35px;
}

.c3 h2 {
    font-family: 'fedra_light';
    font-size: 32px;
    color: #0066b2;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
        
}


.c3 p {
    font-family: 'fedra_light';
    font-size: 18px;
    color: #6b6b6b;
    line-height: 26px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.c3 .h2 em {
	font-family: 'fedra_normal';
    font-size: 28px;
    color: #ec3242;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}


.c3 .h3 {
	    font-family: 'fedra_book';
    font-size: 14px;
    color: #6b6b6b;
    line-height: 17px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.c3 a {
    font-family: 'fedra_light';
    color: #0377cf;
    font-size: 20px;
    line-height: 20px;
   
}

.c3 a:hover {
    font-family: 'fedra_light';
    color: #0377cf;
    font-size: 20px;
    line-height: 20px;
    text-decoration: underline;
}




.c3 .incut {
    margin: 20px 0 40px;
    background: #f6f6f6;
    position: relative;
    display: block;
    font-family: 'fedra_book';
    font-size: 20px;
    line-height: 1.5em;
    padding: 38px 130px 38px 145px;
    clear: both;
}

.c3 .incut:before {
    content: '';
    position: absolute;
    font-family: 'fedra_book';
    left: 90px;
    top: 55px;
    font-size: 70px;
    font-weight: bold;
    color: #0066b2;
}

.c3 .incut p {
    font-family: 'fedra_book';
    font-size: 18px;
    line-height: 1.5em;
    padding: 0;
}


.c3 .incut:before {
    width: 73px;
    height: 103px;
    background-image: url(../img/3.svg);
    left: 0px;
    top: -20px;
}

.c3 .incut:after {
    width: 135px;
    height: 102px;
    background-image: url(../img/4.svg);
    right: 0px;
    bottom: -20px;
    left: auto;
    top: auto;
}

.c3 .incut:after, .c3 .incut:before {
    content: '';
    position: absolute;
    background-size: contain;
    z-index: 1;
}



.c3 .zow-bottom { border:solid 5px #0066b2; padding:30px; text-align:center; margin-bottom: 40px; }
.c3 .zow-bottom div { display: inline-block; font-size: 16px; line-height: 20px; padding: 0 10px; text-align: left; vertical-align: top; width: 920px; }
.c3 .zow-bottom div span { color: #000000;
    display: block;
    font-size: 22px;
    font-family: 'fedra_book';
    line-height: 26px; }


.c3 .how-bottom { border:solid 5px #0292db; padding:30px; text-align:center; margin-bottom: 40px; }
.c3 .how-bottom div { display:inline-block; font-size:16px; line-height:20px; padding:0 10px; text-align:left; vertical-align:top; width:270px; }
.c3 .how-bottom div span { color:#017dc7; display:block; font-size:20px; padding-bottom:10px; font-family: 'fedra_light'; }

.c3 .wide { width: 100%; text-align: center; }
.c3 .diz.sp { padding-bottom: 25px; }
.c3 .diz { position: relative; padding-bottom: 50px; display: inline-block;  margin: auto; margin-top: 25px; }
.c3 .diz img { display: block; height: auto; max-width: calc(100% - 2px); border: 1px solid #ccc; margin: auto; }
.c3 .diz>div[itemprop="caption"] { display: block; font-style: italic; box-sizing: border-box; padding: 15px 0 25px; font-size: 16px; font-family: 'fedra_light'; float: none; margin: auto; text-align: left; color: #999999; }


.c3 ul li {
    margin-bottom: 8px;
    line-height: 22px;
    font-family: 'fedra_light';
    color: #6b6b6b;
    font-size: 18px;
}


.c3 ol {
    margin-bottom: 18px;
    line-height: 26px;
    font-family: fedra_light;
    color: #6b6b6b;
    font-size: 18px;
    margin-left: 20px;
}


.c3 td {
    line-height: 26px;
    font-family: 'fedra_light';
    color: #6b6b6b;
    font-size: 18px;
    border: 1px solid #0066b2;
} 




.c3 .btwhold {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.c3 .bytheway {
    padding-left: 255px;
    padding-right: 260px;
    display: block;
    border: 4px solid #0066b2;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 188px;
    padding-top: 95px;
    padding-bottom: 15px;
}

.c3 .bytheway::before {
    position: absolute;
    top: 26px;
    left: 275px;
    content: "Между прочим";
    color: white;
    background-color: #0066b2;
    font-family: fedra_light;
    font-size: 20px;
    padding: 8px 15px;
}

.c3 .bytheway a:first-of-type {
       position: absolute;
    width: 80px;
    height: 14px;
    display: block;
    border: none;
}
.c3 .bytheway span {
        font-weight: 500;
    font-size: 20px;
    color: #6b6b6b;
    font-family: fedra_normal;
}
.c3 a.btwred {
    background-color: #0066b2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    border-radius: 7px;
    padding: 15px 60px;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.c3 .bytheway::after {
    border: 21px solid transparent;
    border-left: 13px solid #0066b2;
    border-right: none;
    content: '';
    position: absolute;
    top: 26px;
    left: 449px;
}






.c4 {
	width: 100%;
	background-color: #fff;
	height: 1720px;
}

.c4 .wrapp {
	padding-top: 35px;
}

.c4 h2 {
    font-family: 'fedra_light';
    font-size: 32px;
    color: #0066b2;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
        
}


.c4 p {
    font-family: 'fedra_light';
    font-size: 18px;
    color: #6b6b6b;
    line-height: 26px;
    position: relative;
    z-index: 2;
    text-align: left;
}
.c4 ul li {
    margin-bottom: 8px;
    line-height: 26px;
    font-family: 'fedra_light';
    color: #6b6b6b;
    font-size: 18px;
    margin-left: 40px;
    margin-top: 12px;
}

.c4 ul li::before {
    content: '';
    margin-left: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0066b2;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin-top: 8px;
}


.c4 ol {
    margin-bottom: 18px;
    line-height: 24px;
    font-family: fedra_light;
    color: #6b6b6b;
    font-size: 18px;
}



.slide-pd { margin:auto; padding:0 20px; position:relative; width:960px; }
.center { text-align:center; }

.c6 {
	width: 100%;
        height: 1350px;
}
.c6 .wrapp {
	padding-top: 68px;
}
.c6 .dop_serv {
	margin-top: 60px;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}
.c6 h2 {
	font-family: 'fedra_light';
    font-size: 48px;
    color: #0066b2;
    line-height: 54px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.c6 p {
	font-family: 'fedra_light';
    font-size: 28px;
    color: #2c2d2d;
    line-height: 42px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.c6 .item {
    width: 239px;
    height: 194px;
    float: left;
    padding-top: 45px;
    margin: 0;
    text-align: center;
    font-family: 'fedra_light';
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    background: #0066b2;
    
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
}
.c6 .img_item {
	margin: 0 auto 20px;
    position: relative;
}
.c6 .item:nth-child(1) .img_item {
	background: url(../img/i1.png) center top no-repeat;
	width: 70px;
	height: 71px;
}
.c6 .item:nth-child(2) .img_item {
	background: url(../img/i2.png) center top no-repeat;
	width: 60px;
	height: 60px;
}
.c6 .item:nth-child(3) .img_item {
	background: url(../img/i3.png) center top no-repeat;
	width: 74px;
	height: 64px;
}
.c6 .item:nth-child(4) .img_item {
	background: url(../img/i4.png) center top no-repeat;
	width: 60px;
	height: 61px;
}
.c6 .item:nth-child(1) {
	border-right: 1px solid #e6e6e6;
}
.c6 .item:nth-child(2) {
	border-right: 1px solid #e6e6e6;
}
.c6 .item:nth-child(3) {
	border-right: 1px solid #e6e6e6;
}
.c6 .item .btn {
	margin: 10px auto 0;
    font-weight: bold;
    width: 173px;
    height: 32px;
    font-family: 'fedra_light';
    font-size: 12px;
    color: #ffffff;
    background: #0066b2;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin-top: 5px;
    margin-bottom: 55px;
    text-shadow: 0 2px #0068b0;
    border: 2px solid #ffffff;
}
.c6 .zadachi {
	width: 395px;
	height: 186px;
	background: url(../img/plash.png) center center no-repeat;
	margin: -20px auto 110px;
	position: relative;
	text-align: center;
	font-family: 'fedra_light';
	color: #000;
}
.c6 .zadachi .title {
	font-size: 26px;
	line-height: 33px;
	padding: 30px 0 10px 0;
        font-family: 'fedra_book';
         color: #fff;
}
.c6 .img_item span {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(../img/icon2.png) center center no-repeat;
    display: inline-block;
    margin-left: 85px;
}
.c6 .img_item .descr {
    font-family: 'fedra_light';
    font-size: 13px;
    line-height: 16px;
    color: #000;
    box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    background: #fff;
    text-transform: none;
    border-radius: 5px;
    text-align: left;
    padding: 20px 0 18px 20px;
    position: absolute;
    z-index: 2;
    min-width: 260px;
    top: 30px;
    left: -195px;
    display: none;
}
.c6 .zadachi .small_title {
	    font-size: 14px;
    line-height: 19px;
    font-family: 'fedra_light';
        color: #fff;
}
.c6 .zadachi .btn {
	    margin: 10px auto 0;
    font-weight: bold;
    width: 218px;
    height: 45px;
    font-family: 'fedra_light';
    font-size: 14px;
    color: #ffffff;
    background: #0068b0;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin-top: 25px;
    margin-bottom: 75px;
    text-shadow: 0 2px #0068b0;
    border: 2px solid #ffffff;
}




.form_wrapp {
	border: 3px solid #0066b2;
	background-color: #fff;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

.form_wrapp .form_h1,
.popup .popup_h1 {
	font-family: 'fedra_book';
	font-size: 26px;
	color: #0066b2;
	line-height: 29px;
	text-align: center;
	margin-bottom: 5px;
}

.form_wrapp .form_h2,
.popup .popup_h2 {
	font-family: 'fedra_book';
	font-size: 14px;
	color: #0066b2;
	line-height: 17px;
	text-align: center;
	margin-bottom: 20px;
}

.form_wrapp .desc {
	font-family: 'fedra_light';
	font-size: 16px;
	color: #333333;
	line-height: 19px;
	display: block;
	margin-bottom: 5px;
}

.form_wrapp input[type="text"] {
	width: 383px;
	height: 53px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
	font-family: 'fedra_light';
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.form_wrapp input[name="phone1"] {
	width: 33px;
	margin-right: 6px;
}

.form_wrapp input[name="phone2"] {
	width: 96px;
	margin-right: 6px;
}

.form_wrapp input[name="phone3"] {
	width: 188px;
	margin-right: -2px;
}

.form_wrapp .btn {
	font-family: 'fedra_normal';
	font-size: 24px;
	padding: 10px 0;
	margin-bottom: 15px;
}

.form_wrapp .desc1 {
	font-family: 'fedra_book';
	font-size: 14px;
	color: #686868;
	line-height: 17px;
	text-align: center;
	margin-bottom: 5px;
}

.form_wrapp .desc2 {
	font-family: 'myriad_regular';
	font-size: 12px;
	color: #4c4b4b;
	line-height: 15px;
	text-align: center;
}

.c3 .form_wrapp {
	width: 412px;
	float: right;
	margin: 53px 11px 0 0;
	z-index: 2;
	position: relative;
}
.c3_11 .form_wrapp {
	width: 401px;
	float: right;
	margin: -30px 50px 0 0;
	z-index: 2;
	position: relative;
}


.c11 {
   width: 100%;
    min-height: 601px;
    background: #0066b2;
    border-bottom: 20px double #fff;
}
.c11 .h1 {
        float: left;
    color: #ffffff;
    padding-top: 170px;
    font-size: 36px;
    line-height: 38px;
    font-family: 'fedra_book';
    text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}

.c11 .h2 {
        float: right;
    color: #ffffff;
    font-size: 36px;
    line-height: 38px;
    font-family: 'fedra_book';
    text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
margin-top: -340px;
    text-align: right;
margin-right: 10px;
}

.c11 .shield {
    float: left;
    width: 454px;
    height: 512px;
    background: url(../img/shield.png) center center no-repeat;
    text-align: center;
    font-family: 'fedra_light';
    font-size: 19px;
    line-height: 23px;
    margin-left: -50px;
    
}
.c11 .btn {
    float: right;
    width: 207px;
    height: 47px;
    border-radius: 10px;
    font-family: 'fedra_light';
    font-size: 18px;
    margin-right: 370px;
    line-height: 44px;
}
.c11 .shield p {
        color: #fff;
    font-family: 'fedra_light';
    text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}
.c11 .shield b {
    font-weight: normal;
    color: #fff;
}
.c11 .shield span {
    font-family: 'fedra_light';
    font-size: 26px;
    line-height: 27px;
    color: #c2e4f5;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}
.c11 .shield p:first-of-type {
    padding-top: 90px;
}
.c11 .shield p:nth-child(3) {
    font-size: 26px;
    line-height: 27px;
    padding-top: 13px;
    color: #c2e4f5;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
}
.c11 .shield p:nth-child(4) {
    font-size: 14px;
    line-height: 17px;
    padding-top: 13px;
}



.c14 {
	width: 100%;
	height: 953px;
	background-color: #ececec;
        margin-bottom: 30px;
}

.c14 .wrapp {
	padding-top: 45px;
}

.c14 h2 {
	font-family: 'fedra_light';
	font-size: 32px;
	color: #0066b2;
	line-height: 35px;
	text-align: center;
	margin-bottom: 43px;
}

.c14 .block_wrapp {
	text-align: center;
}

.c14 .block {
	width: 269px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 17px;
	border: 1px solid #bdbdbd;
	height: 279px;
	text-align: center;
	background-color: #fff;
}

.c14 .block .block_top {
	height: 135px;
	width: 100%;
	font-family: 'fedra_light';
	font-size: 18px;
	color: #fff;
	line-height: 21px;
	text-align: center;
	margin-bottom: 35px;
}

.c14 .block.block1 .block_top {
	background-color: #42b3e4;
}

.c14 .block.block2 .block_top {
	background-color: #0384ce;
}

.c14 .block.block3 .block_top {
	background-color: #3156a2;
}

.c14 .block .img {
	height: 52px;
	width: 100%;
}

.c14 .block.block1 .img {
	background: url('https://medic-urist.ru/medicinskogo-kabineta/img/c14_icon3.png') center center no-repeat;
}

.c14 .block.block2 .img {
	background: url('https://medic-urist.ru/medicinskogo-kabineta/img/c14_icon3.png') center center no-repeat;
}

.c14 .block.block3 .img {
	background: url('https://medic-urist.ru/medicinskogo-kabineta/img/c14_icon3.png') center center no-repeat;
}

.c14 .block p {
	font-family: 'fedra_light';
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	text-align: center;
	margin-bottom: 15px;
}

.c14 .block .btn {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 50px;
	border-radius: 4px;
}



.t-container {
    max-width: 960px;
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
.t-container:after, .t-container:before, .t-container_100:after, .t-container_100:before, .t-container_10:after, .t-container_10:before, .t-container_8:after, .t-container_8:before {
    display: table;
    content: " ";
}

.t-col_10 {
    max-width: 960px;
}

.t-sol {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    width: 100%;
}



.t-col {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    width: 100%;
}
.t090__outer {
    border-top: 4px solid #0292db;
    border-left: 0px;
    padding: 20px 0;
}

.t090__text {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    margin: 0;
}
.t-descr {
    font-family: 'fedra_light';
    font-size: 32px;
    color: #0292db;
    line-height: 44px;
}
.t090 svg polygon {
    fill: #0292db;
}
.t090__author {
    position: relative;
    float: left;
    width: 500px;
}

.t090__img {
    position: relative;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}
.t090__autor-title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 3px;
    padding-left: 100px;
}
.t090__autor-descr {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-left: 100px;
}


.t210 .t210__descrblock {
    float: right;
    margin: 0;
    padding: 6px 0px 20px 30px;
}
.t-col_5 {
    max-width: 460px;
}
.t210__line {
    width: 100%;
    max-width: 240px;
    height: 1px;
    background-color: #000;
    margin-bottom: 24px;
}
.t-text-impact_sm {
    font-size: 32px;
    line-height: 1.35;
}

.t-text-impact {
    font-family: 'MuseoSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55;
}
.t-text {
    font-family: 'MuseoSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}
#allrecords b, #allrecords strong {
    font-weight: bold;
}

.t-clear, .t-container:after, .t-container_100:after, .t-container_10:after, .t-container_8:after {
    clear: both;
}




#work { background:#f8f8f8;    height: 600px; }
  #work .slide-pd { padding:70px 20px; position:relative; z-index:2; }
  #work h2 { font-family: 'fedra_light';
    font-size: 32px;
    color: #0066b2;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    margin-top: 70px; }
  #work .title:after { color:#056839; content:"-"; display:block; left:20px; position:absolute; top:0; }
    #work .title span { color:#056839; font-family:'brutal_typemedium'; }
  #work .steps { margin:0 -10px; text-align:center; }
    #work .steps .step { display:inline-block; font-size:16px; line-height:21px; position:relative; vertical-align:top; width:160px; }
    #work .steps .step:after { background:url(../img/steps-arrow.png) 0 0 no-repeat; content:""; display:block; height:14px; position:absolute; right:-10px; top:30px; width:18px; }
    #work .steps .step:last-child:after { display:none; }
      #work .steps .step span { background:url(../img/step-block.png) 0 0 no-repeat; display:block; height:69px; margin:0 auto 20px; width:72px; }
      #work .steps .step span { color:#fff; font-family:'brutal_typebold'; font-size:48px; line-height:48px; padding-top:13px; text-shadow:0 2px #042918; }
      #work .steps .step p { padding:0 10px; font-family: fedra_light; color: #6b6b6b;}
  #work .center { padding-top:40px; }
    #work .center a { background:url(../img/buttons.png) 100% 0 no-repeat; cursor:pointer; display:inline-block; height:66px; margin-left:10px; padding-right:10px; text-decoration:none; }
      #work .center a span { background:url(../img/buttons.png) 0 0 no-repeat; color:#fff; display:block; height:46px; margin-left:-10px; text-align:center; }
      #work .center a span { font-family:'brutal_typemedium'; font-size:18px; line-height:21px; padding:20px 25px 0 35px; text-shadow:0 2px #af1414; }
    #work .center a:hover { background-position:100% -66px; }
      #work .center a:hover span { background-position:0 -66px; }
    #work .center a:active { background-position:100% -132px; }
      #work .center a:active span { background-position:0 -132px; }




.c23 {
	width: 100%;
	background-color: #fff;
	height: 668px;
        margin-top: 90px;
}

.c23 .wrapp {
	height: 100%;
}

.c23 .img {
	width: 573px;
	height: 503px;
	background: url('../img/c23_bg.jpg') no-repeat;
	position: absolute;
	bottom: 0px;
	left: -35px;
	z-index: 1;
}

.c23 .h1 {
	font-family: 'fedra_normal';
	font-size: 32px;
	color: #0066b2;
	line-height: 35px;
	float: left;
	margin: 35px 0 0 10px;
	z-index: 2;
	position: relative;
}

.c23 h2 {
	font-family: 'fedra_light';
    font-size: 24px;
    color: #0066b2;
    line-height: 30px;
    float: left;
    margin: 35px 0 0 10px;
    z-index: 2;
    position: relative;
}

.c23 .form_wrapp {
	float: right;
	margin: 41px 10px 0 0;
	z-index: 2;
	position: relative;
}

.c23 .form_wrapp .form_h1 {
	margin-bottom: 10px;
}

.c23 .form_act_wrapp .form_act_h2 {
	font-family: 'fedra_light';
	font-size: 17px;
	color: #333333;
	line-height: 18px;
	float: left;
}

.c23 .form_act_wrapp .form_act_h2 span {
	font-family: 'fedra_normal';
}

.c23 .form_act_wrapp .form_act_h2 em {
	font-family: 'myriad_regular';
	font-size: 11px;
	color: #4c4b4b;
	line-height: 14px;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
}

.c23 .form_act_wrapp .form_act_timer {
	border: 1px solid #669ece;
	border-radius: 5px;
	float: right;
	padding: 5px 8px;
	margin: 10px 0 10px 15px;
}

.c23 .form_act_wrapp .form_act_timer .form_act_timer_h1 {
	font-family: 'fedra_light';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin-bottom: 30px;
}

.c23 .form_act_wrapp .form_act_timer ul {
	list-style: none;
}

.c23 .form_act_wrapp .form_act_timer ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 8px;
	width: 45px;
	text-align: center;
}

.c23 .form_act_wrapp .form_act_timer ul li:last-child {
	margin-right: 0px;
}

.c23 .form_act_wrapp .form_act_timer ul li span {
	font-family: 'fedra_light';
	font-size: 12px;
	color: #464646;
	line-height: 15px;
	text-align: center;
}

.c23 .form_act_wrapp .form_act_timer ul li div {
	position: absolute;
	top: -33px;
	text-align: center;
	width: 100%;
	font-family: 'fedra_normal';
	font-size: 30px;
	color: #0060b1;
	line-height: 33px;
}

.c23 .form_act_wrapp .form_act_timer ul li div:before {
	width: 3px;
	height: 3px;
	background-color: #757575;
	position: absolute;
	content: '';
	right: -10px;
	top: 12px;
}

.c23 .form_act_wrapp .form_act_timer ul li div:after {
	width: 3px;
	height: 3px;
	background-color: #757575;
	position: absolute;
	content: '';
	right: -10px;
	top: 22px;
}

.c23 .form_act_wrapp .form_act_timer ul li:last-child div:after,
.c23 .form_act_wrapp .form_act_timer ul li:last-child div:before {
	display: none;
}

.c23 .form_wrapp input[type="text"] {
	width: 419px;
	height: 53px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
	font-family: 'fedra_light';
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.c23 .form_wrapp input[name="phone1"] {
	width: 45px;
	margin-right: 6px;
}

.c23 .form_wrapp input[name="phone2"] {
	width: 108px;
	margin-right: 6px;
}

.c23 .form_wrapp input[name="phone3"] {
	width: 200px;
	margin-right: -2px;
}

.c23 .wrapp > .desc {
	width: 266px;
	padding: 15px;
	background-color: #0066b2;
	position: absolute;
	float: left;
	margin: 535px 0 0 10px;
	font-family: 'fedra_light';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	z-index: 2;
}




.c31 {
	width: 100%;
	height: 543px;
	position: relative;
}

.c31 .block {
	width: 620px;
	height: 140px;
	background-color: #0066b2;
	position: absolute;
	left: 50%;
	margin-left: -310px;
	top: -160px;
	padding-top: 20px;
}

.c31 .block:before {
	content: '';
	position: absolute;
	border-left: 310px solid transparent;
	border-right: 310px solid transparent;
	border-bottom: 50px solid #0066b2;
	top: -50px;
	left: 0px;
}

.c31 .block .h1 {
	font-family: 'fedra_light';
	font-size: 32px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
}

.c31 .block p {
	font-family: 'fedra_book';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	margin-bottom: 10px;
}

.c31 .block a {
	font-family: 'fedra_book';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.c32 {
	width: 100%;
	background-color: #fff;
}

.c32 .wrapp {
	padding: 50px 0;
}

.c32 .left {
	float: left;
}

.c32 .right {
	float: right;
	text-align: right;
}

.c32 .left p {
	font-family: 'fedra_normal';
	font-size: 32px;
	color: #0066b2;
	line-height: 35px;
}

.c32 .left span {
	font-family: 'fedra_light';
	font-size: 16px;
	color: #0066b2;
	line-height: 19px;
	border-bottom: 1px dashed #0066b2;
	cursor: pointer;
}

.c32 .right p {
	font-family: 'fedra_normal';
	font-size: 24px;
	color: #0066b2;
	line-height: 27px;
}

.c32 .right span {
	font-family: 'fedra_light';
	font-size: 16px;
	color: #0066b2;
	line-height: 19px;
	border-bottom: 1px dashed #0066b2;
	cursor: pointer;
}

.c33 {
	width: 100%;
	background-color: #ebebeb;
}

.c33 .wrapp {
	padding: 15px 0 30px 0;
}

.c33 .logo_wrapp {
    float: left;
    cursor: pointer;
    height: 60px;
    width: 245px;
    background: url(../img/c1_logo_footer.png) left center no-repeat;
    margin-top: 25px;
}



.c33 .phone_wrapp {
	float: right;
	text-align: right;
}

.c33 .phone_wrapp .num {
	font-family: 'fedra_light';
	font-size: 24px;
	color: #2b2c2e;
	line-height: 27px;
}

.c33 .btn {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	margin-top: 8px;
}

.popup {
	padding: 0px;
}

.popup_close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -40px;
	right: -40px;
	background: #fff url('../img/popup_close.png') center center no-repeat;
	border: 1px solid #0066b2;
	border-radius: 50%;
}

.popup_close:hover {
	background: #0066b2 url('../img/popup_close_hover.png') center center no-repeat;
	cursor: pointer;
}

.popup textarea {
	width: 393px;
	height: 63px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding: 5px;
	font-family: 'fedra_light';
	font-size: 24px;
	color: #000000;
}

.popup.sro {
    padding: 0px 25px 0px 60px;
    border: 3px solid #0060a9;
    width: 780px;
    height: 590px;
}

.popup.sro .cont {
	width: 750px;
}
.with_scroll {
    overflow-y: scroll;
    width: 750px;
    height: 540px;
    padding: 25px 55px 25px 0px;
}


.popup.sro .cont_h1 {
    position: relative;
    font-family: 'fedra_book';
    font-size: 34px;
    color: #0066b2;
    line-height: 39px;
    text-align: center;
    margin-bottom: 40px;
}



.popup.sro .cont_h2 {
    position: relative;
    font-family: 'fedra_light';
    font-size: 26px;
    color: #0066b2;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.popup.sro .cont_h3 {
    position: relative;
    font-family: 'fedra_light';
    font-size: 22px;
    color: #0066b2;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}


.popup.sro ul {
	list-style: none;
}

.popup.sro ul li {
	font-family: 'fedra_book';
	font-size: 14px;
	color: 	#0066b2;
	
	line-height: 15px;
	list-style-type: disc;
	margin-bottom: 8px;
	padding-left: 2px;
	/*background: url('../img/sro_li.png') left center no-repeat;*/
}
.popup.sro ul li span{
color: #7a7e80;
}
.popup.sro p,
.popup.sro li {
    font-family: 'fedra_book';
    font-size: 14px;
    color: #7a7e80;
    line-height: 18px;
    margin-bottom: 15px;

}

.action_with_timer .h1 {
	font-family: 'fedra_normal';
	font-size: 32px;
	color: #0066b2;
	line-height: 35px;
	float: left;
	margin: 60px 0 0 10px;
	text-align: left;
}
.c3_11.action_with_timer .h1{
	font-family: 'fedra_normal';
	font-size: 32px;
	color: #0066b2;
	line-height: 48px;
	float: left;
	margin: -26px 0 0 10px;
	text-align: left;
}
.action_with_timer .form_wrapp {
	width: auto;
}

.action_with_timer .form_act_wrapp .form_act_h2 {
	font-family: 'fedra_light';
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	float: left;
}

.action_with_timer .form_act_wrapp .form_act_h2 span {
	font-family: 'fedra_normal';
}

.action_with_timer .form_act_wrapp .form_act_timer {
	border: 1px solid #669ece;
	border-radius: 5px;
	float: right;
	padding: 5px 8px;
	margin: 10px 0 10px 15px;
}

.action_with_timer .form_act_wrapp .form_act_timer .form_act_timer_h1 {
	font-family: 'fedra_light';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin-bottom: 30px;
}

.action_with_timer .form_act_wrapp .form_act_timer ul {
	list-style: none;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 8px;
	width: 45px;
	text-align: center;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li:last-child {
	margin-right: 0px;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li span {
	font-family: 'fedra_light';
	font-size: 12px;
	color: #464646;
	line-height: 15px;
	text-align: center;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li div {
	position: absolute;
	top: -33px;
	text-align: center;
	width: 100%;
	font-family: 'fedra_normal';
	font-size: 30px;
	color: #0060b1;
	line-height: 33px;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li div:before {
	width: 3px;
	height: 3px;
	background-color: #757575;
	position: absolute;
	content: '';
	right: -10px;
	top: 12px;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li div:after {
	width: 3px;
	height: 3px;
	background-color: #757575;
	position: absolute;
	content: '';
	right: -10px;
	top: 22px;
}

.action_with_timer .form_act_wrapp .form_act_timer ul li:last-child div:after,
.action_with_timer .form_act_wrapp .form_act_timer ul li:last-child div:before {
	display: none;
}

.action_with_timer .form_wrapp input[type="text"] {
	width: 419px;
	height: 53px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	margin-bottom: 25px;
	font-family: 'fedra_light';
	font-size: 24px;
	color: #000000;
	text-align: center;
}

.action_with_timer .form_wrapp input[name="phone1"] {
	width: 45px;
	margin-right: 6px;
}

.action_with_timer .form_wrapp input[name="phone2"] {
	width: 108px;
	margin-right: 6px;
}

.action_with_timer .form_wrapp input[name="phone3"] {
	width: 200px;
	margin-right: -2px;
}

.c3_2 {
	height: 665px;
	background: url('../img/c3_2_bg.jpg') center center no-repeat;
}

.c3_2 .wrapp {
	padding-top: 0px;
}

.c3_2 .form_wrapp {
	margin-top: 40px;
}

.c3_2 .wrapp > .desc {
	width: 245px;
	height: 55px;
	background-color: #0066b2;
	float: left;
	margin: 412px 0 0 10px;
	padding: 5px 5px 10px 10px;
}

.c3_2 .wrapp > .desc p {
	font-family: 'fedra_light_italic';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
}

.c3_2 .wrapp > .desc span {
	font-family: 'fedra_normal';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	margin-bottom: 5px;
}

.c3_2 .form_act_h2 {
	padding-top: 5px;
}

.c3_3 {
	height: 683px;
	background: url('../img/c3_3_bg.jpg') center center no-repeat;
}

.c3_3 .wrapp,
.c3_5 .wrapp,
.c3_7 .wrapp,
.c3_8 .wrapp,
.c3_9 .wrapp,
.C3_11 .wrapp {
	padding-top: 0px;
}

.c3_3 .form_wrapp {
	margin-top: 50px;
}

.c3_3 .form_act_h2,
.c3_5 .form_act_h2,
.c3_7 .form_act_h2,
.c3_8 .form_act_h2,
.c3_9 .form_act_h2,
.C3_11 .form_act_h2{
	padding-top: 5px;
}

.c3_6 {
	height: 645px;
	background: url('../img/c3_6_bg.jpg') center center no-repeat;
}

.c3_6 .wrapp {
	padding-top: 0px;
}

.c3_6 .form_wrapp {
	margin-top: 30px;
}

.c3_6 .wrapp > .desc {
	width: 270px;
	height: 55px;
	background-color: #0066b2;
	float: left;
	margin: 412px 0 0 10px;
	padding: 5px 5px 10px 10px;
}

.c3_6 .wrapp > .desc p {
	font-family: 'fedra_light_italic';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
}

.c3_6 .wrapp > .desc span {
	font-family: 'fedra_normal';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	margin-bottom: 5px;
}

.c3_6 .form_act_h2 {
	padding-top: 5px;
}

.c3_7 {
	height: 664px;
	background: url('../img/c3_7_bg.jpg') center center no-repeat;
}
.c3_11 {
	height: 625px;
	padding-top: 35px;
	background: url('../img/c3_11_bg.jpg') center center no-repeat;
}
.c3_7 .form_wrapp {
	margin-top: 40px;
}

.c3_8 {
	height: 663px;
	background: url('../img/c3_8_bg.jpg') center center no-repeat;
}

.c3_8 .form_wrapp {
	margin-top: 40px;
}

.c3_9 {
	height: 664px;
	background: url('../img/c3_9_bg.jpg') center center no-repeat;
}

.c3_9 .form_wrapp {
	margin-top: 40px;
}

.c3_9 .form_act_h2 {
	font-size: 13px !important;
	line-height: 17px;
}

.action_with_timer .big {
	text-transform: uppercase;
}

.c3_4 {
	height: 665px;
	background: url('../img/c3_4_bg.jpg') center center no-repeat;
}

.c3_4 .form_wrapp {
	margin-top: -5px;
	padding-bottom: 10px;
}

.c3_4 .form_act_wrapp {
	position: relative;
}

.c3_4 .form_act_wrapp .form_act_desc {
	position: absolute;
	left: 208px;
	top: 100px;
	font-family: 'fedra_light';
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

.c3_4 .form_act_h2 {
	font-size: 16px !important;
	padding-top: 10px;
	margin-bottom: 15px;
}

.c3_4 .round_desc {
	width: 204px;
	height: 174px;
	border-radius: 50%;
	background-color: #0061aa;
	box-shadow: 0 0 0 10px #fff;
	position: absolute;
	left: -84px;
	top: 183px;
	text-align: center;
	z-index: 3;
	padding-top: 30px;
}

.c3_4 .round_desc span {
	font-family: 'fedra_normal';
	font-size: 36px;
	color: #fff;
	line-height: 39px;
	text-transform: uppercase;
}

.c3_4 .round_desc p {
	font-family: 'neo_medium';
	font-size: 73px;
	color: #fff;
	line-height: 76px;
}

.c3_4 .round_desc em {
	font-style: normal;
	font-family: 'fedra_normal';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
}

.popup#thx {
	padding: 25px;
	border: 2px solid #0061aa;
	text-align: center;
}

.popup#thx .btn {
	padding: 6px 30px;
	display: inline-block;
	vertical-align: top;
}


.testimonials {
	padding:60px 0;
	background: url(../img/page-form-bg-1.png) 0 0 no-repeat;
}

.testimonials .wrap {
	width:820px;
}

.testimonials h2 {
	font-family: 'fedra_light';
    font-size: 38px;
    line-height: 63px;
    color: #0066b2;
    text-align: center;
    margin-bottom: 30px;
}
.testimonials p {
    text-align: center;
    color: #394147;
    font-family: 'fedra_light';
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 60px;
}

.testi p {
	width: 620px;
    min-height: 218px;
    margin-bottom: 80px;
    padding-right: 250px;
    font-family: 'fedra_light';
    font-size: 16px;
    color: #6b6b6b;
    line-height: 24px;
    position: relative;
    z-index: 2;
    text-align: left;
}
}

.testi span {
	font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-family: 'fedra_book';
    color: #e14d57;
}

.testi em {
	font-family:'fedra_book';
	color:#000;
}

.testi_ttl h4 {
	font-family:'fedra_book';
	font-size:24px;
	line-height:30px;
	color:#0066b2;
	margin-bottom:5px;
}

.t1 {
	background:url(../img/t1.png) no-repeat right top;  margin-right: -30px;
}

.t2 {
	background:url(../img/t2.png) no-repeat right top;  margin-right: -30px;
}

.t3 {
	background:url(../img/t3.png) no-repeat right top; margin-right: -30px;
	margin-bottom:0;
}






.c13 {
	width: 100%;
	background-color: #f7f7f7;
}

.c13 .wrapp {
	padding: 60px 0 40px 0;
}

.c13 h2 {
	font-family: 'fedra_light';
    font-size: 38px;
    color: #0066b2;
    line-height: 35px;
    text-align: center;
    margin-bottom: 35px;
}

.c13 .block_wrapp {
	text-align: center;
	width: 940px;
	margin: 0 auto 20px auto;
}

.c13 .block_wrapp .block {
	width: 296px;
	height: 436px;
	background-color: #f9f9f9;
	border: 2px solid #efefef;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 0 -2px;
	padding-top: 35px;
	text-align: left;
}

.c13 .block_wrapp .block:last-child {
	margin-right: -2px;
}

.c13 .block .sert_bg {
	width: 233px;
	height: 310px;
	background: url('../img/c13_sert_bg.png') no-repeat;
	margin: 0 auto 25px auto;
}

.c13 .block .sert_bg .sert {
	width: 221px;
	height: 297px;
	position: relative;
	left: 2px;
	top: 2px;
}

.c13 .block .sert_bg .sert1 {background: url('../img/c13_sert1.jpg') no-repeat;}
.c13 .block .sert_bg .sert2 {background: url('../img/c13_sert2.jpg') no-repeat;}
.c13 .block .sert_bg .sert3 {background: url('../img/c13_sert3.jpg') no-repeat;}
.c13 .block .sert_bg .sert4 {background: url('../img/c13_sert4.jpg') no-repeat;}
.c13 .block .sert_bg .sert5 {background: url('../img/c13_sert5.jpg') no-repeat;}
.c13 .block .sert_bg .sert6 {background: url('../img/c13_sert6.jpg') no-repeat;}

.c13 .block p {
	font-family: 'fedra_light';
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin: 0 0 10px 15px;
}

.c13 .block span {
	font-family: 'fedra_book';
	font-size: 12px;
	color: #3a80bf;
	line-height: 15px;
	margin-left: 15px;
}