* {
	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;
}

.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: 58px;
    color: #0060a9;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255,255,255,0.7);
    padding: 12px 6px;
    text-transform: uppercase;
}

.c2 .h2 {
	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: 450px;
}

.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(../img/licencia-salon-krasoti.jpg) no-repeat center top;}
.b2 .base_img {background:url(../img/doctors-office.jpg) no-repeat center top;}
.b3 .base_img {background:url(../img/licencia-massaz.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: 4400px;
}

.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;
}



.form_wrapp {
	border: 1px 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;
}



.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: #8196bd;
}

.c14 .block.block2 .block_top {
	background-color: #5c729a;
}

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

.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;
}









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

.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 .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;
}