

/* Start:/bitrix/templates/med-garant/components/arturgolubev/search.title/custom/style.css?17738106672109*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/med-garant/components/arturgolubev/search.title/custom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/med-garant/styles.css?178265569953978*/
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
/*	font-family: Arial, Helvetica,sans-serif; */
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }

.slick-prev:before, .slick-next:before {
    color: transparent !important;
}

.abc__item.hiden{
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
    opacity: 0.3;
}
.abc__item p.hiden{
	opacity: 0.3;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #AFAFAF;
	opacity: 1;
}
*:-moz-placeholder {
	color: #AFAFAF;
	opacity: 1;
}
*::-moz-placeholder {
	color: #AFAFAF;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #AFAFAF;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body{
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    position: relative;
}

body.no-scroll{
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

.work{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}


input[type='text']:not(.bx-calendar-year-input),
input[type='password'],
input[type='email'],
input[type='search']{
    width: 100%;
    height: 50px;
    padding: 0 16px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 110px;
    padding: 16px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.w20{
    width: 20%;
}

.w25{
    width: 25%;
}

.w33{
    width: 33.33%;
}

.w50{
    width: 50%;
}

.w66{
    width: 66.66%;
}

.w100{
    width: 100%;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Montserrat', sans-serif;
}

.btn-black{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #1F1F1F;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}

.btn-black:hover,
.btn-black:active{
    opacity: .8;
}

.btn.big{
    min-height: 50px;
    font-size: 16px;
}

.btn-d-beige{
    display: flex;
    align-items: center;
    transition: .3s;
}

.btn-d-beige:hover{
    opacity: .8;
}

.btn-d-beige span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #F3EBE5;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-beige{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #F3EBE5 url(/bitrix/templates/med-garant/img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}

.btn-d-yellow{
    display: flex;
    align-items: center;
    transition: .3s;
}

.btn-d-yellow:hover{
    opacity: .8;
}

.btn-d-yellow span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #FBFF34;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-yellow{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #FBFF34 url(/bitrix/templates/med-garant/img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}


.btn-w{
    display: flex;
    align-items: center;
    transition: .3s;
}

.btn-w:hover{
    opacity: .8;
}

.btn-w span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    background: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-white{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #fff url(/bitrix/templates/med-garant/img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}

.btn-pink{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #F3EBE5;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #1F1F1F;
}

.i-filter{
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    margin-right: 8px;
    background: url(/bitrix/templates/med-garant/img/filter.svg) center no-repeat;
}

.btn-pink:hover,
.btn-pink:active{
    opacity: .8;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00728A;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #00728A;
}

.slick-prev, 
.slick-next{
    width: 50px!important;
    height: 50px!important;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 100%;
    background-position: center !important;
    background-color: #FBF8F6 !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(/bitrix/templates/med-garant/img/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(/bitrix/templates/med-garant/img/next.svg)!important;

}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.section{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.overflow{
    overflow: hidden;
}

.title-block{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #1F1F1F;
}

.title-block.center{
    text-align: center;
}

.block-head{
    padding-bottom: 10px;
}

.block-head .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.block-head .col{
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-head .title-block{
    margin-bottom: 0;
}

.go-to{ 
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 34px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
    background: transparent;
    border: none;
    transition: .3s;
}

.go-to:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/img/arrow-blue.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.go-to:hover{
    opacity: .8;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    position: relative;
    z-index: 12;
}

.header__top{
    position: relative;
    z-index: 1;
}

.header__top .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header__top .items{
    display: flex;
    align-items: center;
    margin: 0 -8px;
}

.header__top .item{
    padding: 0 8px;
}

.header__time{
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 1.5;
}

.social__items{
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.social__items.center{
    justify-content: center;
}

.social__item{
    padding: 0 6px;
}

.social__item img{
    max-width: 100%;
    display: block;
}

.header .social__item img{
    width: 40px;
}

.header .search{
    width: 428px;
}

.search{
    position: relative;
}

.search input{
    border: 1px solid #EAE3E3;
    border-radius: 25px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 55px;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;

}

.search.h-50 input{
    height: 50px;
}

.btn-lup{
    width: 36px;
    height: 36px;
    display: block;
    background: #C8F3CA url(/bitrix/templates/med-garant/img/header/lup.svg) center no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.btn-lup.violet{
    background-color: #D5D2FE;
}

.btn-lup.beige{
    background-color: #FBF8;
}

.search-mob{
    display: none;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}

.search.h-50 .btn-lup{
    width: 46px;
    height: 46px;
}

.eye{
    width: 40px;
    height: 40px;
    background: #FBF8F6 url(/bitrix/templates/med-garant/img/header/eye.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.personal{
    display: flex;
    align-items: center;
    color: #1F1F1F;
    font-size: 14px;
    transition: .3s;
}

.personal:hover{
    color: #6096FF;
}

.personal span{
    margin-left: 5px;
}

.personal a{
    color: inherit;
}

.i-personal{
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
    background: #D5D2FE url(/bitrix/templates/med-garant/img/header/user.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.header__phone{
    margin-bottom: 3px;
}

.header__phone a{
    color: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #1F1F1F;
}

.header__top.right{
    text-align: right;
}

.header__bottom{
    position: relative;
    z-index: 2;
}

.header__bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin: 0;
    background: #FBF8F6;
    border-radius: 10px;
}

.header .logo img{
    width: 184px;
    display: block;
}

.header .logo.mob{
    display: none;
}

.header .logo.mob img{
    width: 126px;
    display: block;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    margin-left: 25px;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: block;
    font-size: 16px;
    color: #1F1F1F;
    transition: .3s;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a{
    color: #6096FF;
}

.phone-mob{
    width: 36px;
    height: 36px;
    display: block;
    background: #D5D2FE url(/bitrix/templates/med-garant/img/header/phone.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.burger{
    width: 36px;
    height: 36px;
    display: block;
    background: url(/bitrix/templates/med-garant/img/header/burger.svg) center no-repeat;
}

.burger.active{
    background-image: url(/bitrix/templates/med-garant/img/header/close.svg);
}

.menu-mob{
    width: 100%;
    height: 100%;    
    padding: 18px 16px 85px;
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 61px;
    z-index: 99;   
    display: none; 
}

.menu-nav{

}

.menu-nav > ul{
    list-style: none;
}

.menu-nav > ul > li{
    margin-bottom: 5px;
}

.menu-nav > ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.menu-nav > ul > li > a i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(/bitrix/templates/med-garant/img/header/arrow-right.svg) no-repeat;
}

.menu-fade{
    width: 100%;
    height: 100%;
    padding: 0 16px 35px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
}

.menu-back{
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    border-bottom: 2px solid #F3EBE5;
}

.menu-back i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(/bitrix/templates/med-garant/img/header/arrow-left.svg) no-repeat;
}

.menu-nav > ul ul{
    list-style: none;
}

.menu-nav > ul ul li{
    margin-bottom: 5px;
}

.menu-nav > ul ul li a{
    display: block;
    padding: 14px 0;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.menu-nav__item{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #F3EBE5;
}

.menu-nav__phone{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 1.5;
}

.menu-nav__phone:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/img/header/phone.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__phone a{
    color: inherit;
}

.menu-nav__personal{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 1.5;
}

.menu-nav__personal:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/img/header/user.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__personal a{
    color: inherit;
}

.menu-nav__eye{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 1.5;
}

.menu-nav__eye:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/img/header/eye.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__eye a{
    color: inherit;
}

.menu-mob .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.menu-mob .header__time{
    font-size: 12px;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}

.content h1{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}

.content h2{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}

.content h3{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}

.breacrumbs{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0!important;
    margin-bottom: 20px!important;
}

.breacrumbs li{
    color: #1F1F1F!important;
    font-size: 12px!important;
    font-weight: 400!important;
    padding-right: 30px!important;
    margin-bottom: 5px!important;
    position: relative;
}

.breacrumbs li:last-child{
    padding-right: 0;
}

.breacrumbs li:before{
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(/bitrix/templates/med-garant/img/bread.svg) center no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.breacrumbs li:last-child:before{
    content: none;
    display: none;
}

.breacrumbs li a{
    color: #1F1F1F!important;
    font-weight: normal!important;
    text-decoration: none!important;
}

.pag{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.pag__item{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1F1F1F;
    padding: 0 2px;
}

.pag__item a{
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBF8F6;
    border-radius: 100%;
    color: inherit;
}

.pag__item.active a{
    background: #1F1F1F;
    color: #fff;
}

.pag__item.first a{
    background: url(/bitrix/templates/med-garant/img/header/arrow-left.svg) center no-repeat;
    margin-right: 10px;
}

.pag__item.last a{
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/img/header/arrow-right.svg) center no-repeat;
}

.list{
    margin-bottom: 20px;
    padding-left: 18px;
}

.list li{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.5;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.intro .in{
    min-height: 552px;
    padding: 30px 70px;
    background: #D5D2FE;
    border-radius: 40px;
    position: relative;
}

.intro .title{
    margin-bottom: 5px;
    color: #131313;
    font-weight: 800;
    font-size: 130px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.intro .title .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.intro .title span{
    margin-left: auto;
    font-weight: 400;
    font-size: 52px;
    transform: translateY(-10px);
}

.intro .pic{
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-41%);
    z-index: 3;
}

.intro .pic img{
    max-width: 100%;
    display: block;
}

.intro .cols{
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

.intro p{
    max-width: 400px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.btn-enroll{
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    transition: .3s;
}

.btn-enroll:hover{
    opacity: .8;
}

.btn-enroll span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    background: #1F1F1F;
    border-radius: 25px;
    font-size: 16px;
    color: #fff; 
    white-space: nowrap;
}

.i-arrow-black{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #1F1F1F url(/bitrix/templates/med-garant/img/intro/arrow-w.svg) center no-repeat;
    border-radius: 100%;
}

/**DEVIDE**/
.devide{
    
}

.devide_inner{
    margin-bottom: 80px;
}

.devide__item{
    padding: 40px;
    margin-bottom: 10px;
    background-color: #FBF8F6;
    border-radius: 40px;
}

.devide__item.green{
    background-color: #C8F3CA;
}

.devide__item.pink{
    background-color: #FAE0C1;
}

.devide__item.back-right{
    padding: 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.devide__item.h-225{
    min-height: 225px;
}

.devide__item.h-170{
    min-height: 170px;
}


.devide .title{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
}

.devide__item.h-170 .title{
    font-size: 20px;
}

.devide .search{
    margin-bottom: 30px;
}

.tabs__caption{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.tabs__caption li{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #1F1F1F;
    background: #FBF8F6;
    border-radius: 25px;
    transition: .3s;
    text-align: center;
    cursor: pointer;
}

.tabs__caption li.white{
    background: #fff;
}

.tabs__caption li:hover{
    opacity: .8;
}

.tabs__caption li.active{
    background: #1F1F1F;
    color: #fff;
}

.tabs__caption li.active:hover{
    opacity: 1;
}

.tabs__content{
    padding-top: 20px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.tabs__content.visibility{
    height: 0;
    padding-top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.tabs__content.visibility.active{
    display: block;
    height: auto;
    padding-top: 20px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}

.devide .subtitle{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
}

.devide-list{
    list-style: none;
}

.devide-list li{
    margin-bottom: 21px;
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    color: #1F1F1F;
}

.devide-list li:before{
    content: "";
    width: 14px;
    height: 4px;
    background: #1F1F1F;
    border-radius: 25px;
    position: absolute;
    top: 8px;
    left: 0;
}

.devide-list li a{
    color: initial;
    transition: .3s;
}

.devide-list li a:hover{
    color: #6096FF;
}

.devide__cols{
    display: flex;
    flex-wrap: wrap;
}

.devide__left{
    width: calc(100% - 390px);
}

.devide__right{
    width: 390px;
    flex-shrink: 0;
    padding-left: 10px;
}

.devide_serv .devide__left{
    width: 100%;
}

.devide_serv .devide__right{
    width: 100%;
    padding-left: 0;
}

.devide__right.flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.devide__right.flex .flex__col{
    padding: 0 5px;
}

.devide__right.flex .devide__item{

}

.devide_serv .devide__item.green, .devide_serv .devide__item.pink{
    padding-bottom: 30px;
}

.abc{

}

.abc__item{
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
}

.abc__item p{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.abc__item p a{
    color: inherit;
    transition: .3s;
}

.abc__item p a:hover{
    color: #6096FF;
}

.abc__item .letter{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1F1F1F;
    position: absolute;
    top: 0;
    left: 0;
}

.abc-toggle span{
    display: none;
}

/**DOCTORS**/
.doctors{

}

.doctors .slider-wrap{
    margin: 0 -5px;
}

.doctors .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.doctors .item{
    padding: 0 5px;
}

.doctors .items .item{
    width: 33.33%;
    margin-bottom: 35px;
}

.doctors .item .pic{
    height: 385px;
    margin-bottom: 20px;
}

.doctors .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 40px;
    object-fit: cover;
}

.doctors .item .title{
    font-size: 16px;
    color: #1F1F1F;
    text-align: center;
    line-height: 1.4;
}

.doctors .item .title span{
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.doctors .item .title a{
    color: inherit;
}

.doctors .slick-prev{
    left: -25px;
}

.doctors .slick-next{
    right: -25px;
}

/**ACTION**/
.action{
    padding: 40px;
    background: #D5D2FE;
    border-radius: 40px;
    position: relative;
}

.action .pic{
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 187px;
    z-index: 1;
}

.action .pic img{
    width: 100%;
    display: block;
}

.action .cols{
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.action .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.action p{
    max-width: 680px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.action p span{
    font-weight: 700;
}

.action p a{
    color: inherit;
}

.description{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.4;
}

/**PROGRAM**/
.program{

}

.program .slider-wrap{
    margin: 0 -5px;
}

.program .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.program .item{
    padding: 0 5px;
}

.program .items .item{
    width: 33.33%;
    margin-bottom: 10px;
}

.program .item .in{
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
    position: relative;
}

.program .item .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.program .item .top{
    width: 100%;
    position: relative;
    z-index: 5;
}

.program .item .bottom{
    width: 100%;
    position: relative;
    z-index: 5;
}

.program .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.program .item .pic.r-b{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.program .item .pic.r-t{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.program .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.program .item .price{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 16px;
}

.program .item .price span{
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.shild{
    padding: 15px 20px;
    background: #C8F3CA;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    border-radius: 25px 0 0 25px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 3;
}

.program .slick-prev{
    left: -25px;
}

.program .slick-next{
    right: -25px;
}

/**ABOUT**/
.about{

}

.about .cols{
    margin: 0 -5px;
}

.about .col{
    padding: 0 5px;
}

.about .item{
    margin-bottom: 10px;
}

.about .item .in{
    padding: 40px;
    background: #D8ECFF;
    border-radius: 40px;
}

.about .item.green .in{
    background: #C8F3CA;
}

.about .item.pink .in{
    background: #FAE0C1;
}

.about .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.about .item ul{
    padding-left: 18px;
}

.about .item ul li{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.about .item p{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.about .item.h100{
    height: 100%;
}

.about .item.h100 .in{
    height: calc(100% - 10px);
}

.about__pic{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.about__pic img{
    max-width: 100%;
    display: block;
}

.about-gallery{

}

.about-gallery .slider-wrap{
    margin-left: -5px;
    margin-right: -38%;
}

.about-gallery .slick-list{
   
}

.about-gallery .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.about-gallery .item{
    padding: 0 5px;
}

.about-gallery .items .item{
    width: 20%;
    margin-bottom: 10px;
}

.about-gallery .pic{
    height: 218px;
}

.about-gallery .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

/**EUIPMENT**/
.equipment .slider-wrap{
    margin: 0 -5px;
}

.equipment .item{
    padding: 0 5px;
}

.equipment .item .in{
    max-height: 100%;
    padding: 20px;
    border: 4px solid #FBF8F6;
    border-radius: 40px;
}

.equipment .item .pic{
    height: 343px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.equipment .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.equipment .item .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 20px;
}

.equipment .item .title a{
    color: inherit;
    transition: .3s;
}

.equipment .item .title a:hover{
    color: #6096FF;
}

.equipment .item ul{
    padding-left: 18px;
}

.equipment .item ul li{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.equipment .slick-prev{
    left: -25px;
}

.equipment .slick-next{
    right: -25px;
}

/**PARTNERS**/
.partners .slider-wrap{
    margin: 0 -5px;
}

.partners .item{
    padding: 0 5px;
}

.partners .item .pic{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partners .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/**DMS**/
.dms{

}

.dms .items{
    display: flex;
    flex-wrap: wrap;
}

.dms .item{
    margin-right: 30px;
    margin-bottom: 15px;
    color: #AFAFAF;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.dms .item a{
    color: inherit;
    transition: .3s;
}

.dms .item a:hover{
    color: #6096FF;
}

/**NEWS**/
.news{

}

.news .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.news .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.news .item .in{
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 30px;
    border-radius: 40px;
    background: #FBF8F6;
}

.news .item .top{
    width: 100%;
}

.news .item .bottom{
    width: 100%;
}

.news .item .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.news .item .title a{
    color: inherit;
    transition: .3s;
}

.news .item .title a:hover{
    color: #6096FF;
}

.news .item p{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.news .item .date{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

/**REC**/
.rec{

}

.rec .title{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.rec p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.rec ul{
    padding-left: 18px;
    margin-bottom: 25px;
}

.rec ul li{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.blank{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.blank a{
    color: inherit;
    transition: .3s;
}

.blank a:hover{
    color: #6096FF;
}

.blank i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/img/arrow-black.svg) no-repeat;
}

/**LICENSE**/
.license{
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
    position: relative;
}

.license .left{
    max-width: 680px;
    position: relative;
    z-index: 3;
}

.license .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.license p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.license .col{
    padding-top: 15px;
}

.license .pic{
    width: 334px;
    height: 280px;
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 1;
}

.license .pic img{
    width: 100%;
    display: block;
}

/**FILTER**/
.filter{
    padding-bottom: 20px;
}

.filter .cols{
    margin: 0 -6px;
}

.filter .col{
    padding: 0 6px;
    margin-bottom: 12px;
}

.select_wrap{
    width: 100%;
    position: relative;
}

.select_wrap .select{
    width: 100%;
    height: 50px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 50px 0 25px;
    border: none;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    position: relative;
    
}

.select_wrap .select option{
    color: #000;
}

.select_arrow{
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/med-garant/img/footer/down.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.filter .btn{
    width: 100%;
}

/**DOCTOR**/
.doctor{

}

.doctor__cols{
    display: flex;
    flex-wrap: wrap;
}

.doctor__left{
    width: 370px;
    flex-shrink: 0;
}

.doctor__right{
    width: calc(100% - 370px);
    padding-left: 30px;
}

.doctor .pic{

}

.doctor .pic img{
    width: 100%;
    display: block;
    border-radius: 40px;
}

.doctor p{
    margin-bottom: 12px;
    font-size: 16px;
    color: #1F1F1F;
}

.doctor p span{
    font-weight: 700;
}

.doctor p.lg{
    margin-bottom: 20px;
    font-size: 20px;

}

.doctor__item{
    margin-top: 35px;
}

.doctor .cols{
    padding-top: 30px;
}

.doctor .col{
    padding-top: 15px;
}

/**SERV**/
.serv{
    margin-bottom: 45px;
}

.serv__cols{
    display: flex;
    flex-wrap: wrap;
}

.serv__left{
    width: calc(100% - 370px);
}

.serv__right{
    width: 370px;
    flex-shrink: 0;
    padding-left: 10px;
}

.serv .in{
    padding: 40px;
    border-radius: 40px;
    /*background: #FBF8F6;*/
}

.serv p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.serv .pic{

}

.serv .pic img{
    width: 100%;
}



/**PRICE-LIST**/
.price-list{
    margin-bottom: 45px;
}

.price-list .item{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    background: #FBF8F6;
}

.price-list .item:nth-child(even){
    background: transparent;
}

.price-list .item p{
    padding-right: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.price-list .item p span{
    display: block;
    padding-top: 5px;
    font-size: 14px;
}

.price-list .item p a{
    color: inherit;
}

.price-list .item .price{
    min-width: 260px;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.equip{
    margin-bottom: 45px;
}

.equip__cols{
    display: flex;
    flex-wrap: wrap;
}

.equip__left{
    width: calc(100% - 380px);
    padding-right: 45px;
}

.equip__right{
    width: 380px;
    flex-shrink: 0;
}

.equip p{
    padding-right: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.accardion.simple{
    margin-bottom: 45px;
}

.accardion__item{
    margin-bottom: 10px;
    transition: .3s;padding: 15px;
}

.accardion.simple .accardion__item{
    margin-bottom: 0;
}

.accardion__item.bg{
    background: #FBF8F6;
    border-radius: 20px;
}

.accardion__item:hover{


}

.accardion__item.active{background-color: #C8F3CA;border-radius: 20px;}

.accardion__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    cursor: pointer;
}

.accardion.simple .accardion__top{
    padding: 12px 0;
}

.accardion__item.active .accardion__top{

}

.accardion__top .title{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #1F1F1F;
}

.accardion.simple .accardion__top .title{
    font-weight: 700;
    font-size: 20px;
}

.accardion__top .arrow{
    width: 50px;
    height: 50px;
    display: block;
    flex-shrink: 0;
    background: #fff url(/bitrix/templates/med-garant/img/footer/down.svg) center no-repeat;
    border-radius: 100%;
    transition: .3s;
}

.accardion.simple .accardion__top .arrow{
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.accardion__item.active .accardion__top .arrow{
    transform: rotate(180deg);
}

.accardion__full{
    display: none;
    padding: 0 28px 28px;
}

.accardion.simple .accardion__full{
    padding: 0;
}

.accardion__full p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1F1F1F;
}

/**COST**/
.cost{
    
}

.cost .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cost .item{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.cost .item .in{
    padding: 40px;
    background: #C8F3CA;
    border-radius: 40px;
}

.cost .item:nth-child(even) .in{
    background: #D5D2FE;
}

.cost .item p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.top-block{
    margin-bottom: 45px;
}

.top-block .in{
    margin-bottom: 10px;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
}

.top-block .in.back{
    padding-right: 420px;
    background-position: right center;
    background-repeat: no-repeat;
}

.top-block p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.top-block p span{
    font-weight: 700;
}

.dmc p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.dmc p span{
    font-weight: 700;
}

.oms{
    margin-bottom: 45px;
}

.oms p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.oms .cols{
    padding-bottom: 45px;
}

.oms .item{
    margin-bottom: 10px;
}

.oms .item .in{
    padding: 30px;
    background: #C8F3CA;
    border-radius: 30px;
}

.oms .item:nth-child(even) .in{
    background: #D8ECFF;
}

.oms .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.memo{
    margin-bottom: 45px;
}

.memo p{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.memo p a{
    color: inherit;
    transition: .3s;
}

.memo p a:hover{
    opacity: .8;
}

.memo p.big{
    font-size: 20px;
    color: #1F1F1F;
}

.enroll{
    margin-bottom: 45px;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
}

.enroll .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.enroll p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1F1F1F;
}

.when{
    margin-bottom: 45px;
}

.when p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1F1F1F;
}

.when p.lg{
    font-size: 20px;
}

.when p a,
.when li a{
    color: #6096FF;
    font-weight: 700;
}

.numer{
    list-style: none;
    counter-reset: schetchik;
    
}   

.numer > li{
    margin-bottom: 5px;
    counter-increment: schetchik;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.5;
}

.numer > li:before{
    content: counter(schetchik) ". ";
    font-weight: 700;
}



.numer > li ul{
    list-style: none;
}

.reab{
    margin-bottom: 45px;
}

.reab .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.reab .item{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.reab .item .in{
    height: 100%;
    padding: 30px;
    background: #C8F3CA;
    border-radius: 40px;
}

.reab .item.purple .in{
    background: #D5D2FE;
}

.reab .item.blue .in{
    background: #D8ECFF;
}

.reab .item.pink .in{
    background: #FAE0C1;
}

.reab .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}

.reab .item p{
    font-size: 16px;
    color: #1F1F1F;
}

.reab .item.w33{
    width: 33.33%!important;
}

.reab .item.w66{
    width: 66.66%!important;
}

.reab .item.w100{
    width: 100%!important;
}

.sorting{
    display: flex;
    justify-content: space-between;
    margin: 0 -4px 20px;
    border-bottom: 2px solid #F3EBE5;
    position: relative;
    z-index: 8;
}

.sorting__item{
    padding: 0 4px;
    position: relative;
}

.sorting__item a{
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 16px;
    color: #1F1F1F;
    border-bottom: 2px solid transparent;
    transition: .3s;
    position: relative;
    z-index: 3;
    transform: translateY(2px);
}

.sorting__item a:hover,
.sorting__item.active a{
    border-color: #F9A5A5;
}

.sorting__item.active a{
    font-weight: 700;
}

.sorting-open{

}

.sorting-open i{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 4px;
    background: url(/bitrix/templates/med-garant/img/footer/down.svg) center no-repeat;
    transition: .3s;
}

.sorting-open.active i{
    transform: rotate(180deg);
}



.sorting-drop{
    width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    padding:10px 20px;
    background: #D5D2FE;
    border-radius: 20px;
    z-index: 3;
    display: none;
}

.sorting-drop ul{
    list-style: none;
}

.sorting-drop ul li{
    padding: 5px 0;
}

.sorting-drop ul li a{
    display: block;
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.company{
    position: relative;z
    z-index: 1;
}

.company p{
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.company p span{
    font-weight: 700;
}

.company p.sm{
    font-size: 14px;

}

.company p.md{
    font-size: 16px;

}

.company p a{
    color: #6096FF;
    font-weight: 700;
}

.company p span.blue{
    color: #6096FF;
}

.company .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 30px;
}

.company .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.company .item .in{
    height: 100%;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.company .item.purple .in{
    background: #D5D2FE;
}

.company .item.blue .in{
    background: #D8ECFF;
}

.company .item.green .in{
    background: #C8F3CA;
}

.company .item.pink .in{
    background: #FAE0C1;
}

.company .item .in.border{
    background: #fff;
    border: 4px solid #FBF8F6;

}

.company .item .col{
    margin-bottom: 20px;
}

.company .pic.h100{
    height: 100%;
}

.company .pic img{
    width: 100%;
    display: block;
    border-radius: 40px;
}

.company .pic.h100 img{
    height: 100%;
    object-fit: cover;
}

.two-cols{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.main-col{
    width: calc(100% - 340px);
    padding-right: 50px;
}

.aside-col{
    width: 340px;
    flex-shrink: 0;
}

.paper{

}

.paper .date{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1F1F1F;
}

.paper p{
    margin-bottom: 25px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.paper p span{
    font-weight: 700;
}

.paper p a{
    color: inherit;
}

.paper .pic{
    margin-bottom: 20px;
}

.paper .pic img{
    width: 100%;
    display: block;
    border-radius: 40px;
}

.anons{
    padding: 30px;
    border-radius: 40px;
    background: #FBF8F6;
}

.anons .item{
    margin-bottom: 30px;
}

.anons .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #1f1f1f;
}

.anons .item .title a{
    color: inherit;
}

.anons .item .date{
    font-size: 16px;
    color: #1F1F1F;
}

.anons .price{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.anons .price.s{
    font-size: 20px;
}

.anons .price.s span{
    text-decoration: line-through;
}

.leave{
    margin-bottom: 45px;
}

.leave__cols{
    display: flex;
    flex-wrap: wrap;
}

.leave__left{
    width: 300px;
    flex-shrink: 0;
    padding-right: 30px;
}

.leave__right{
    width: calc(100% - 300px);
}

.leave .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.leave p{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.leave__form{
    padding: 30px;
    background: #D8ECFF;
    border-radius: 40px;
}

.leave__form .col{
    margin-bottom: 10px;
}

.leave__form .bottom{
    padding-top: 10px;
}

.leave__form .bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.leave__form .bottom .col{
    padding-top: 10px;
}

.agree{
    padding-left: 34px;
    position: relative;
    font-size: 12px;
    color: #1F1F1F;
}

.agree:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/img/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.agree p{
    
}

.agree p a{
    color: #6096FF;
    font-weight: 700;
}

.reviews{

}

.reviews .item{
    margin-bottom: 45px;
}

.reviews__cols{
    display: flex;
    flex-wrap: wrap;
}

.reviews__left{
    width: 300px;
    flex-shrink: 0;
    padding-right: 30px;
}

.reviews__right{
    width: calc(100% - 300px);
}

.reviews .item .name{
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.reviews .item p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.reviews .item .border{
    margin-bottom: 20px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.reviews .item .rec{
    padding: 0 30px;
}

.reviews .item .rec .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 400;
}

.rec__hidd{
    height: 42px;
    overflow: hidden;
}

.rec__hidd.active{
    height: auto;
}

.rec-toggle{
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    padding-right: 30px;
    position: relative;
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.rec-toggle:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/img/arrow-down-blue.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.rec-toggle.actve i{
    transform: translateY(-50%) rotate(180deg);
}

.rec-toggle span{
    display: none;
}

.law{
    margin-bottom: 45px;
}

.law .item{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.law .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.law p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.law p span{
    font-weight: 700;
}

.law-att{
    margin-bottom: 45px;
    padding: 30px;
    background: #D8ECFF;
    border-radius: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.protect{
    margin-bottom: 45px;
}

.protect .item{
    margin-bottom: 20px;
}

.protect .item .in{
    display: flex;
}

.protect .item .pic{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protect .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.protect .item .right{
    padding-left: 10px;
}

.protect .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.protect .item .title a{
    color: inherit;
}

.protect .item p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.protect .item p a{
    color: inherit;
}

.cert{

}

.cert .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cert .item{
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.cert .item .pic{

}

.cert .item .pic img{
    width: 100%;
}

.des p{
    margin-bottom: 25px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.vacancy{
    padding: 30px;
    background: #D8ECFF;
    border-radius: 30px;
}

.vacancy p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.vacancy p a{
    color: inherit;
}

.vacancy p a.blue{
    color: #6096FF;
}

.sort{
    display: flex;
    flex-wrap: wrap;
}

.sort__item{
    margin-right: 10px;
    margin-bottom: 10px;
}

.sort__item a{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    font-size: 14px;
    color: #1F1F1F;
    background: #FBF8F6;
    border-radius: 25px;
    text-align: center;
}

.sort__item.active a{
    background: #1F1F1F;
    color: #fff;
}

.articles{

}

.articles .item{
    margin-bottom: 10px;
}

.articles .item .in{
    padding: 30px;
    background: #FBF8F6;
    border-radius: 30px;
}

.articles .item .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.articles .item .title{
    margin-bottom: 10px;
}

.articles .item .title a{
    color: inherit;
}

.articles .item .date{
    font-size: 16px;
    color: #1f1f1f;
}

.contacts{
    margin-bottom: 45px;
}

.contacts .map{
    height: 380px;
    background: #ccc;
    border-radius: 40px;
    overflow: hidden;
}

.contacts__item{
    margin-bottom: 20px;
}

.contacts__item p{
    font-size: 16px;
    color: #1F1F1F;
}

.contacts__item p span{
    display: block;
    font-weight: 700;
}

.contacts-chisel{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.contacts-chisel.blue{
    background: #D8ECFF;
}

.contacts-chisel .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contacts-chisel p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.contacts-chisel .phone{
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    white-space: nowrap;
}

.contacts-chisel .phone a{
    color: inherit;
}

.contacts-chisel .mail{
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.contacts-chisel .mail a{
    color: inherit;
}

.table{
    border-radius: 10px;
    overflow: hidden;
}

.table table{
    width: 100%;
}

.table thead tr {
    background: #D5D2FE;
}

.table thead tr td{
    padding: 24px 20px;
    
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    position: relative;
}

.table thead tr td .row{
    position: absolute;
    top: 2px;
    left: 20px;
    white-space: nowrap;
}

.table tbody tr td{
    padding: 18px 20px;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #1F1F1F;
}

.table tbody tr:nth-child(odd) td{
    background: #FBF8F6;
}

.table tbody tr.blue td{
    background: #D8ECFF!important;
}

.activity{
    margin-bottom: 45px;
}

.activity p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.activity p a{
    color: #6096FF;
    font-weight: 700;
}

.activity .item{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.activity .item.blue{
    background: #D8ECFF;
}

.activity .pic img{
    max-width: 100%;
}

.sale .item .in{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.sale .item.purple .in{
    background: #D5D2FE;
}

.sale .item.blue .in{
    background: #D8ECFF;
}

.sale .item.green .in{
    background: #C8F3CA;
}

.sale .item.pink .in{
    background: #FAE0C1;
}

.sale p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.sale .item .price{
    margin-bottom: 25px;
    font-size: 16px;
    color: #1F1F1F;
}   

.sale .item .price .cols{
    flex-wrap: nowrap;
    padding-top: 10px;
}

.sale .item .price span{
    display: block;
    font-size: 20px;
}

.sale .item .price .line{
    text-decoration: line-through;
}

.when-att{
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.when-att a{
    color: #6096FF;
}

.eror404{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.eror404 img{
    max-width: 100%;
}

.eror404 p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #1F1F1F;
}

.go-next{
    padding: 30px;
    background: #D8ECFF;
    border-radius: 40px;    
}

.go-next a{
    color: #6096FF;
    font-weight: 700;
    font-size: 20px;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    position: relative;
    z-index: 12;
}

.footer__top{
    padding-bottom: 30px;
    border-bottom: 4px solid #F3EBE5;
}

.footer .social__item img{
    width: 50px;
}

.footer__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.footer__top .sub{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
}

.footer__phone{
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.5;
}

.footer__phone.center{
    text-align: center;
}

.footer__phone a{
    color: inherit;
}

.footer__middle{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 4px solid #F3EBE5;
}

.footer__middle .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer__middle p{
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.footer__middle p a{
    color: inherit;
}

.footer__subtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    pointer-events: none;
}

.footer__subtitle a{
    color: inherit;
}

.footer__subtitle i{
    width: 24px;
    height: 24px;
    display: none;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/img/footer/down.svg) center no-repeat;
    transition: .3s;
}

.footer__subtitle.toggle.active i{
    transform: rotate(180deg);
}

.footer-nav{
    list-style: none;
}

.footer-nav li{
    margin-bottom: 10px;
}

.footer-nav li a{
    display: block;
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.footer-nav li a:hover{
    color: #6096FF;
}

.footer__middle .right{
    text-align: right;
}

.footer__mail a{
    text-decoration: underline;
}

.footer__bottom{
    padding-top: 30px;
}

.footer__bottom .cols{

}

.footer__bottom .left{
    width: 400px;
    flex-shrink: 0;
}

.footer__bottom .right{
    width: calc(100% - 400px);
}

.footer .logo{
    margin-bottom: 30px;
}

.footer .logo img{
    width: 184px;
    display: block;
}

.pay{
    margin-bottom: 30px;
}

.pay__sub{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.pay__items{
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

.pay__item{
    padding: 0 7px;
}

.pay__item img{
    display: block;
}

.policy{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-size: 14px;
    opacity: .5;
}

.policy a{
    color: inherit;
}

.f-att{
    margin-top: 84px;
    font-size: 28px;
    font-weight: 700;
    color: #F3EBE5;
}

.gos{
    display: flex;
    align-items: center;
}

.gos img{
    width: 63px;
}

.gos div{
    width: 219px;
    margin-left: 20px;
    font-size: 12px;
    color: #000;
}

.gos-3 div{
    width: auto;
}

.gos div span{
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
}

.show1200{
    display: none;
}

.t-center{
    text-align: center;
}
.intro .title {
    letter-spacing: -2px;
}
.vyzov-pediatra-na-dom .section.main_form {display: none;}
/* End */


/* Start:/bitrix/templates/med-garant/template_styles.css?178642890394770*/
font.tablebodytext {
    display: none;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
    color: #AFAFAF;
    opacity: 1;
}
*:-moz-placeholder {
    color: #AFAFAF;
    opacity: 1;
}
*::-moz-placeholder {
    color: #AFAFAF;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #AFAFAF;
    opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}
body{
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    position: relative;
}

body.no-scroll{
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
.fixed {
    position: fixed!important;
    top:0; left:0;
    width: 100%; 
	z-index:15!important;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-140px);
	}
	100% {
		transform: translateY(0px);
	}
}
.sticky{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}	
.work{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}


input[type='text']:not(.bx-calendar-year-input),
input[type='password'],
input[type='search']{
    width: 100%;
    height: 50px;
    padding: 0 16px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    transition: .3s;
}
#title-search-input{
	height: 40px;
}
textarea{    
    width: 100%;
    height: 110px;
    padding: 16px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.w20{
    width: 20%;
}

.w25{
    width: 25%;
}

.w33{
    width: 33.33%;
}

.w50{
    width: 50%;
}

.w66{
    width: 66.66%;
}

.w100{
    width: 100%;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Montserrat', sans-serif;
}

.btn-black{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #1F1F1F;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}

.btn-black:hover,
.btn-black:active{
    opacity: .8;
}

.btn.big{
    min-height: 50px;
    font-size: 16px;
}

.btn-d-beige {
    display: flex;
    align-items: center;
    transition: .3s;
    padding-top: 10px;
}

.btn-d-beige:hover{
    opacity: .8;
}

.btn-d-beige span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 24px;
    background: #F3EBE5;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-beige{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #F3EBE5 url(/bitrix/templates/med-garant/./img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}

.btn-d-yellow{
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 3;
    position: relative;
    padding-top: 10px;
}

.btn-d-yellow:hover{
    opacity: .8;
}

.btn-d-yellow span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 24px;
    background: #FBFF34;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-yellow{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #FBFF34 url(/bitrix/templates/med-garant/./img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}


.btn-w{
    display: flex;
    align-items: center;
    transition: .3s;
}

.btn-w:hover{
    opacity: .8;
}

.btn-w span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 24px;
    background: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F; 
    white-space: nowrap;
}

.i-arrow-white{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #fff url(/bitrix/templates/med-garant/./img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
}

.btn-pink{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 22px;
    background: #F3EBE5;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #1F1F1F;
}

.i-filter{
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    margin-right: 8px;
    background: url(/bitrix/templates/med-garant/./img/filter.svg) center no-repeat;
}

.btn-pink:hover,
.btn-pink:active{
    opacity: .8;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00728A;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #00728A;
}

.slick-prev, 
.slick-next{
    width: 50px;
    height: 50px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 100%;
    background-position: center !important;
    background-color: #FBF8F6 !important;
    background-repeat: no-repeat !important;
}
.slider_2 .slick-prev, 
.slider_2 .slick-next{
	top: 50%!important;
}
.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(/bitrix/templates/med-garant/./img/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(/bitrix/templates/med-garant/./img/next.svg)!important;

}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.section{
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.overflow{
    overflow: hidden;
}

.title-block{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #1F1F1F;
}

.title-block.center{
    text-align: center;
}

.block-head{
    padding-bottom: 10px;
}

.block-head .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.block-head .col{
    padding-top: 0;
    padding-bottom: 0;
}

.block-head .title-block{
    margin-bottom: 10px;
}

.go-to{ 
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 34px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
    background: transparent;
    border: none;
    transition: .3s;
}

.go-to:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/arrow-blue.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.go-to:hover{
    opacity: .8;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 120;
	background:#fff;
}

.header__top{
    position: relative;
    z-index: 1;
}

.header__top .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header__top .items{
    display: flex;
    align-items: normal;
    margin: 0 -8px;
}

.header__top .item{
    padding: 0 8px;
}

.header__time{
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.social__items{
    display: flex;
    align-items: center;
    margin: 0 -6px;
}

.social__items.center{
    justify-content: center;
}

.social__item{
    padding: 0 6px;
}

.social__item img{
    max-width: 100%;
    display: block;
}

.header .social__item img{
    width: 40px;
}

.header .search{
    width: 428px;
}

.search{
    position: relative;
}

.search input{
    border: 1px solid #EAE3E3;
    border-radius: 25px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 55px;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;

}

.search.h-50 input{
    height: 50px;
}

.btn-lup{
    width: 36px;
    height: 36px;
    display: block;
    background: #C8F3CA url(/bitrix/templates/med-garant/./img/header/lup.svg) center no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.btn-lup.violet{
    background-color: #D5D2FE;
}

.btn-lup.beige{
    background-color: #FBF8;
}

.search-mob{
    display: none;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}

.search.h-50 .btn-lup{
    width: 46px;
    height: 46px;
}

.eye{
	display:inline-block;
    width: 40px;
    height: 40px;
    background: #FBF8F6 url(/bitrix/templates/med-garant/./img/header/eye.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.personal{
    display: flex;
    align-items: center;
    padding: 2px 15px 2px 2px;
    /*padding: 2px 2px 2px 2px;*/
    color: #1F1F1F;
    font-size: 14px;
    background: #FBF8F6;
    border-radius: 25px;
    transition: .3s;
}

.personal:hover{
    color: #6096FF;
}

.personal span{
    margin-left: 5px;
}

.personal a{
    color: inherit;
}

.i-personal{
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
    background: #D5D2FE url(/bitrix/templates/med-garant/./img/header/user.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.header__phone{
    margin-bottom: 3px;
	text-align:right;
}

.header__phone a{
    color: inherit;
    font-weight: 700;
    font-size: 14px;
    color: #1F1F1F;
}

.header__top.right{
    text-align: right;
}

.header__bottom{
    position: relative;
    z-index: 2;
}

.header__bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin: 0;
    background: #FBF8F6;
    border-radius: 10px;
}

.header .logo img{
    width: 184px;
    display: block;
}

.header .logo.mob{
    display: none;
}

.header .logo.mob img{
    width: 126px;
    display: block;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    margin-left: 25px;
}

.nav > ul > li.current{
	border-color: #F9A5A5;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: block;
    font-size: 16px;
    color: #1F1F1F;
    transition: .3s;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a{
    color: #6096FF;
}

.phone-mob{
    width: 36px;
    height: 36px;
    display: block;
    background: #D5D2FE url(/bitrix/templates/med-garant/./img/header/phone.svg) center no-repeat;
    border-radius: 100%;
    cursor: pointer;
}

.burger{
    width: 36px;
    height: 36px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/header/burger.svg) center no-repeat;
}

.burger.active{
    background-image: url(/bitrix/templates/med-garant/./img/header/close.svg);
}

.menu-mob{
    width: 100%;
    height: 100%;    
    padding: 18px 16px 85px;
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 61px;
    z-index: 99;   
    display: none; 
}

.menu-nav{

}

.menu-nav > ul{
    list-style: none;
}

.menu-nav > ul > li{
    margin-bottom: 5px;
}

.menu-nav > ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.menu-nav > ul > li > a i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(/bitrix/templates/med-garant/./img/header/arrow-right.svg) no-repeat;
}

.menu-fade{
    width: 100%;
    /*height: 105%;*/
    height: 90vh;
    padding: 0 16px 35px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
}

.menu-back{
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    border-bottom: 2px solid #F3EBE5;
}

.menu-back i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(/bitrix/templates/med-garant/./img/header/arrow-left.svg) no-repeat;
}

.menu-nav > ul ul{
    list-style: none;
}

.menu-nav > ul ul li{
    margin-bottom: 5px;
}

.menu-nav > ul ul li a{
    display: block;
    padding: 14px 0;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.menu-nav__item{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #F3EBE5;
}

.menu-nav__phone{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 1.5;
}

.menu-nav__phone:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/./img/header/phone.svg) center no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__phone a{
    color: inherit;
}

.menu-nav__personal{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 36px;
}

.menu-nav__personal:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/./img/header/user.svg) center no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__personal a{
    color: inherit;
}

.menu-nav__eye{
    margin-bottom: 12px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    line-height: 36px;
}

.menu-nav__eye:before{
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    background: #FBF8F6 url(/bitrix/templates/med-garant/./img/header/eye.svg) center no-repeat;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menu-nav__eye a{
    color: inherit;
}

.menu-mob .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.menu-mob .header__time{
    font-size: 12px;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}

.content h1{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}

.content h2{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}
.price-list h2{
	 font-size: 24px;
}
.content h3{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}

.breacrumbs{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0!important;
    margin-bottom: 20px!important;
    opacity: .5;
}

.breacrumbs li{
    color: #1F1F1F!important;
    font-size: 12px!important;
    font-weight: 400!important;
    padding-right: 30px!important;
    margin-bottom: 5px!important;
    position: relative;
}

.breacrumbs li:last-child{
    padding-right: 0;
}

.breacrumbs li:before{
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/bread.svg) center no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.breacrumbs li:last-child:before{
    content: none;
    display: none;
}

.breacrumbs li a{
    color: #1F1F1F!important;
    font-weight: normal!important;
    text-decoration: none!important;
}

.pag{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.pag__item{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #1F1F1F;
    padding: 0 2px;
}

.pag__item a{
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBF8F6;
    border-radius: 100%;
    color: inherit;
}

.pag__item.active a{
    background: #1F1F1F;
    color: #fff;
}

.pag__item.first a{
    background: url(/bitrix/templates/med-garant/./img/header/arrow-left.svg) center no-repeat;
    margin-right: 10px;
}

.pag__item.last a{
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/./img/header/arrow-right.svg) center no-repeat;
}

.pag__item.desabled{
    opacity: .3;
    pointer-events: none;
}

.list{
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
    padding-left: 10px;
}

.list:last-of-type{
    margin-bottom: 0;
}

.list li{
    padding-left: 14px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.55;
}

.list li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.list.m-b li{
    margin-bottom: 5px;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.intro .in{
    min-height: 514px;
padding: 20px 50px 20px 50px;
    background: #D5D2FE;
    border-radius: 40px;
    position: relative;
}

.intro .title{
    margin-bottom: 5px;
    color: #131313;
    font-weight: 800;
    font-size: 130px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.intro .title .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    top: 0px;
}
@media only screen and (max-width: 1199px) {

    .intro .title .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        top: -10px;
    }
}
.intro .title span{
    max-width: 300px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
letter-spacing: normal;
margin-bottom: -75px;
}

.intro .pic{
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.intro .pic img{
    /*max-width: 111%;*/
    display: block;
    /*width: 111%;*/
	max-height:541px;
	padding:130px 0 0;
}

.intro .cols{
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}

.intro p{
    max-width: 400px;
    font-size: 20px;
    color: #111184;
    line-height: 1.4;
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.btn-enroll{
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    transition: .3s;
}

.btn-enroll:hover{
    opacity: .8;
}

.btn-enroll span{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 24px;
    background: #1F1F1F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #fff; 
    white-space: nowrap;
}

.i-arrow-black{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #1F1F1F url(/bitrix/templates/med-garant/./img/intro/arrow-w.svg) center no-repeat;
    border-radius: 100%;
}

.i-arrow-beige{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: block;
    background: #F3EBE5 url(/bitrix/templates/med-garant/./img/arrow-black.svg) center no-repeat;
    border-radius: 100%;
   /*  position: absolute;
    bottom: 25px; */
}
.mobile_app{
	position:relative;
	margin-top:20px;
	margin-bottom:0!important;
	display: flex;
	flex-wrap:wrap;
	background: #D5D2FE!important;

}
.enroll.mobile_app p{
	font-size:20px;
	margin-bottom:0;
}
.mobile_app:after{
	/*content:url(/bitrix/templates/med-garant/./img/mob_app.png);
	position:absolute;
	right:-20px;
	top:-50%;
	transform:scale(0.5);*/
}
.bl_wr{
	flex: 1;
}
.shrih{
	display: flex;
	flex-wrap:wrap;
    justify-content: space-evenly;
	align-items: center;
}
.shrih>a>img{
	margin-left: 20px;
    /* margin-right: auto; */
    flex-shrink: 1;
    max-width: 144px;
}
/**DEVIDE**/
.devide{
    
}

.devide_inner{
    margin-bottom: 80px;
}

.devide-pain .devide_inner{
    margin-bottom: 0;
}


.devide__item{
    padding: 38px 40px 39px 40px;
    margin-bottom: 10px;
    background-color: #FBF8F6;
    border-radius: 40px;
}
.devide__item:not(.h-170):nth-child(3){
	/*margin-bottom: 0px;*/
}
.devide__item.green{
    background-color: #C8F3CA;
}

.devide__item.pink{
    background-color: #FAE0C1;
}
.devide__item.blue {
    background-color: #D8ECFF;
}
.devide__item.back-right{
    padding: 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}

.devide__item.back-right .btn-enroll{
    position: absolute;
    bottom: 30px;
    left: 30px;
}   

.devide__item.h-225{
    min-height: 170px;
}

.devide__item.h-170{
    min-height: 170px;
}


.devide .title, .devide .title a, .devide .title a:visited{
   margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: normal;
}
.super-a{
	position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 40px;
	z-index:100;
}
.devide__item.h-170 .title{
    font-size: 20px!important;
	width:80%;
}

.devide .search{
    margin-bottom: 30px;
}

.tabs__caption{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.tabs__caption li{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    margin-bottom: 10px!important;
    margin-right: 10px;
    font-size: 14px;
    color: #1F1F1F;
    background: #fff;
    border-radius: 25px;
    transition: .3s;
    text-align: center;
    cursor: pointer;
}
.tabs__caption li:last-of-type{
	margin-right: 0px;
}
.tabs__caption.beidge li{
    background: #FBF8F6;
}

.tabs__caption li.white{
    background: #fff;
}

.tabs__caption li:hover{
    opacity: .8;
}

.tabs__caption li.active{
    background: #1F1F1F !important;
    color: #fff;
}

.tabs__caption li.active:hover{
    opacity: 1;
}

.tabs__content{
    padding-top: 20px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.tabs__content.visibility{
    height: 0;
    padding-top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.tabs__content.visibility.active{
    display: block;
    height: auto;
    padding-top: 20px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}

.devide .subtitle{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 700;
}

.devide-list{
    list-style: none;
    padding-left: 10px;
}

.devide-list li{
    /*margin-bottom: 21px;*/
    margin-bottom: 15px;
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    color: #1F1F1F;
	line-height:22px;
}

.devide-list li:before{
    content: "";
    width: 14px;
    height: 4px;
    background: #1F1F1F;
    border-radius: 25px;
    position: absolute;
    top: 8px;
    left: 0;
}

.devide-list li a{
    color: initial;
    transition: .3s;
    overflow-wrap: break-word; 
}

.devide-list li a:hover{
    color: #6096FF;
}

.devide__cols{
    display: flex;
    flex-wrap: wrap;
}

.devide__left{
    width: calc(100% - 390px);
}

.devide__right{
    width: 390px;
    flex-shrink: 0;
    padding-left: 10px;
}

.devide_serv .devide__left{
    width: 100%;
}

.devide_serv .devide__right{
    width: 100%;
    padding-left: 0;
}

.devide__right.flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.devide__right.flex .flex__col{
    padding: 0 5px;
}

.devide__right.flex .devide__item{
	flex-basis:100%;
	position:relative;
}

.devide_serv .devide__item.green, .devide_serv .devide__item.pink{
    padding-bottom: 30px;
}

.abc{

}

.abc__item{
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
}

.abc__item p{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.abc__item p a{
    color: inherit;
    transition: .3s;
}

.abc__item p a:hover{
    color: #6096FF;
}

.abc__item .letter{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1F1F1F;
    position: absolute;
    top: 0;
    left: 0;
}

.abc-toggle span{
    display: none;
}

/**DOCTORS**/
.section .doctors{
    /*margin-bottom: -40px;*/
}

.doctors .slider-wrap{
    margin: 0 -5px;
}

.doctors .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.doctors .item{
    padding: 0 5px;
}

.doctors .items .item{
    width: 25%;
    margin-bottom: 35px;
}

.doctors .item .pic{
    /*height: 385px;*/
    height: 287px;
    margin-bottom: 20px;
}

.doctors .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 40px;
    object-fit: cover;
}

.doctors .item .title{
    font-size: 14px;
    color: #1F1F1F;
    text-align: left;
    line-height: 1.3;
}

.doctors .item .title span{
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.doctors .item .title a{
    color: inherit;
}

.doctors .slick-prev{
    left: -25px;
	top: 145px!important;
}

.doctors .slick-next{
    right: -25px;
	top: 145px!important;
}

/**ACTION**/
.action{
    padding: 40px;
    background: #D5D2FE;
    border-radius: 40px;
    position: relative;
}

.action.action-2{
    margin-top: 10px;
    padding: 30px 30px 70px;
}

.action .pic{
    width: 300px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 150px;
    z-index: 1;
}

.action-2 .pic{
    width: 210px!important;
    height: 160px!important;
    bottom: -57px!important;
    right: 26px!important;
    margin: 0!important;
}

.action .pic img{
    width: 100%!important;
    height: auto!important;
    display: block;
}

.action .cols{
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.action .in{
    position: relative;
    z-index: 3;
}

.action .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.action p{
    max-width: 680px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.action p span{
    font-weight: 700;
}

.action-2 p span{
    padding-top: 10px;
}

.action p a{
    color: inherit;
    white-space: nowrap;
}

.description{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 1.4;
}

/**PROGRAM**/
.program{

}

.program .slider-wrap{
    margin: 0 -5px;
}

.program .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.program .item{
    padding: 0 5px;
}

.program .items .item{
    width: 33.33%;
    margin-bottom: 10px;
}

.program .item .in{
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
    position: relative;
	overflow:hidden;
}

.program .item .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.program .item .top{
    width: 100%;
    position: relative;
    z-index: 5;
}

.program .item .bottom{
    width: 100%;
    position: relative;
    z-index: 5;
}

.program .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.program .item .pic.r-b{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.program .item .pic.r-t{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.program .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.program .item .price, .program .item .price a{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 16px;
}

.program .item .price span{
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.shild{
    padding: 12px 18px;
    background: #1F1F1F;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 25px 0 0 25px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 7;
	border: 1px solid #000;
}

.program .slick-prev{
    left: -25px;
}

.program .slick-next{
    right: -25px;
}

/**ABOUT**/
.about{

}

.about .cols{
    margin: 0 -5px;
}

.about .col{
    padding: 0 5px;
}

.about .item{
    margin-bottom: 10px;
}

.about .item .in{
    padding: 40px;
    background: #D8ECFF;
    border-radius: 40px;
}

.about .item.green .in{
    background: #C8F3CA;
}

.about .item.pink .in{
    background: #FAE0C1;
}

.about .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.about .item ul{
    padding-left: 10px;
    list-style: none;
}

.about .item ul li{
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.about .item ul li:last-of-type{
    margin-bottom: 0;
}

.about .item ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.about .item p{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.about .item.h100{
    height: 100%;
}

.about .item.h100 .in{
    height: calc(100% - 10px);
}

.about__pic{
    display: block;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 50px;
    max-width: 829px;
    margin: 0 auto;
}

.about__pic img{
    max-width: 100%;
    display: block;
}

.about-gallery{

}

.about-gallery .slider-wrap{
   /* margin-left: -5px;
    margin-right: -38%;*/
margin-left:auto;
margin-right:auto;
}

.about-gallery .slick-list{
   padding: 0 5px;
}

.about-gallery .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.about-gallery .item{
    padding: 0 5px;
}

.about-gallery .items .item{
    width: 20%;
    margin-bottom: 10px;
}

.about-gallery .pic{
    height: 218px;
}

.about-gallery .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

/**EUIPMENT**/
.equipment .slide {
  height: 100%;
}

.equipment .slick-track {
  display: flex !important;
}

.equipment .slick-slide {
  height: auto;
}

.equipment .slick-track
{
    display: flex !important;
}

.equipment .slick-slide
{
    height: inherit !important;
}

.equipment .slick-slide {
    margin-bottom: 0;
    object-fit: cover;
}


.equipment .slider-wrap{
    margin: 0 -5px;
}

.equipment .item{
    padding: 0 5px;
	height:100%;
}

.equipment .item .in{
    max-height: 100%;
	height:100%;
    padding: 20px;
    border: 4px solid #FBF8F6;
    border-radius: 40px;
}

.equipment .item .pic{
    height: 343px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.equipment .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.equipment .item .title{
    margin-bottom: 15px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 20px!important;
}

.equipment .item .title a{
    color: inherit;
    transition: .3s;
}

.equipment .item .title a:hover{
    color: #6096FF;
}

.section.equipment .item ul{
    padding-left: 10px;
    list-style: none;
}
.equipment .item ul{
    padding-left: 0;
    list-style: none;
}

.equipment .item ul li{
    padding-left: 17px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
	margin-left:0;
}
.devide.devide_serv .item ul {
    margin-bottom: 0;
    margin-left: 0;
}
.equipment .item ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.equipment .slick-prev{
    left: -25px;
}

.equipment .slick-next{
    right: -25px;
}

/**PARTNERS**/
.partners .slider-wrap{
    margin: 0 -5px;
}

.partners .item{
    padding: 0 5px;
}

.partners .item .pic{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partners .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/**DMS**/
.dms{

}

.dms .items{
    display: flex;
    flex-wrap: wrap;
}

.dms .item{
    margin-right: 30px;
    margin-bottom: 15px;
    color: #AFAFAF;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
	line-height:22px;
}

.dms .item a{
    color: inherit;
    transition: .3s;
}

.dms .item a:hover{
    color: #6096FF;
}

/**NEWS**/
.news{

}

.news .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.news .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.news .item .in{
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 30px;
    border-radius: 40px;
    background: #FBF8F6;
}

.news .item .top{
    width: 100%;
}

.news .item .bottom{
    width: 100%;
}

.news .item .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.news .item .title a{
    color: inherit;
    transition: .3s;
}

.news .item .title a:hover{
    color: #6096FF;
}

.news .item p{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.news .item .date{
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

/**REC**/
.rec{

}

.rec .title{
    margin-bottom: 20px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.rec p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.rec ul{
    padding-left: 10px;
    margin-bottom: 25px;
    list-style: none;
}

.rec ul li{
    padding-left: 14px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.rec ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.blank{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    min-height: 28px;
}

.blank a{
    color: inherit;
    transition: .3s;
}

.blank a:hover{
    color: #6096FF;
}

.blank i{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/./img/arrow-black.svg) no-repeat;
}

/**LICENSE**/
.license{
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
    position: relative;
}

.license .left{
    max-width: 680px;
    position: relative;
    z-index: 3;
}

.license .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
}

.license p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.license .col{
    padding-top: 0;
}

.license .pic{
    width: 334px;
    height: 280px;
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 1;
}

.license .pic img{
    width: 100%;
    display: block;
}

/**FILTER**/
.filter{
    padding-bottom: 20px;
}

.filter .cols{
    margin: 0 -6px;
}

.filter .col{
    padding: 0 6px;
    margin-bottom: 12px;
}

.select_wrap{
    width: 100%;
    position: relative;
}

.select_wrap .select{
    width: 100%;
    height: 50px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 50px 0 25px;
    border: none;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #F3EBE5;
    border-radius: 25px;
    position: relative;
    
}

.select_wrap .select option{
    color: #000;
}

.select_arrow{
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/med-garant/./img/footer/down.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.filter .btn{
    width: 100%;
}

/**DOCTOR**/
.doctor{

}

.doctor__cols{
    display: flex;
    flex-wrap: wrap;
}

.doctor__left{
    width: 370px;
    flex-shrink: 0;
}

.doctor__right{
    width: calc(100% - 370px);
    padding-left: 30px;
}

.doctor .pic{

}

.doctor .pic img{
    width: 100%;
    display: block;
    border-radius: 40px;
}

.doctor p{
    margin-bottom: 12px;
    font-size: 16px;
    color: #1F1F1F;
}

.doctor p span{
    font-weight: 700;
}

.doctor p.lg{
    margin-bottom: 20px;
    font-size: 20px;

}

.doctor__item{
    margin-top: 35px;
}
.doctor__item ul,.content .inner.work ul:not(.breacrumbs):not(.devide-list):not(.tabs__caption):not(#dropdown-menu):not(.footer-nav){
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
    padding-left: 10px;
}

.doctor__item ul:last-of-type,.content .inner.work ul:not(.breacrumbs):not(.devide-list):not(.tabs__caption):not(#dropdown-menu):not(.footer-nav):last-of-type{
    margin-bottom: 0;
}

.doctor__item ul li,.content .inner.work ul:not(.breacrumbs):not(.devide-list):not(.tabs__caption):not(#dropdown-menu):not(.footer-nav) li{
    padding-left: 14px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.5;
}

.doctor__item ul li:before,.content .inner.work ul:not(.breacrumbs):not(.devide-list):not(.tabs__caption):not(#dropdown-menu):not(.footer-nav) li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #1F1F1F;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.doctor .cols{
    padding-top: 30px;
}
.doctor-inner .cols{
    padding-top: 15px;
}

.doctor .col{
    padding-top: 15px;
}

/**SERV**/
.serv{
    margin-bottom: 45px;
}

.serv__cols{
    display: flex;
    flex-wrap: wrap;
	overflow:hidden;
}

.serv__left{
    width: calc(100% - 370px);
}

.serv__right{
    width: 370px;
    flex-shrink: 0;
    padding-left: 10px;
}

.serv .in{
    padding: 40px;
    border-radius: 40px;
    background: #FBF8F6;
}
.serv .left .in{
	background: none;
}
.serv p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.serv .pic{
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.serv .pic img{
width: 100%;
/*    width: auto;*/
    /*height: 100%;*/
    display: block;
    /*object-fit: contain;*/
    border-radius: 40px;
}

.devide_serv .detail{
	margin-top: 20px;
}


/**PRICE-LIST**/
.price-list{
    margin-bottom: 10px;
    margin-bottom: 50px;
    /*display: none;*/
}

.devide_serv .price-list{
	margin-bottom: 45px;
}

.price-list .item{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    background: #FBF8F6;
}

.price-list .item:nth-child(even){
    background: transparent;
}

.price-list .item p{
    padding-right: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.price-list .item p span{
    display: block;
    padding-top: 5px;
    font-size: 14px;
}

.price-list .item p a{
    color: inherit;
}

.price-list .item .price{
    min-width: 260px;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.equip{
    margin-bottom: 45px;
}

.equip__cols{
    display: flex;
    flex-wrap: wrap;
}

.equip__left{
    width: calc(100% - 380px);
    padding-right: 45px;
}
.full_width{
	width:100%!important;
}
.equip__right{
    width: 380px;
    flex-shrink: 0;
}

.equip p{
    margin-bottom: 18px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.accardion.simple{
    margin-bottom: 25px;
}

.accardion__item{
    margin-bottom: 10px;
    transition: .3s;
}

.accardion.simple .accardion__item{
    margin-bottom: 0;
}

.accardion__item.bg{
    background: #FBF8F6;
    border-radius: 20px;
}

.accardion__item:hover{
    

}

.accardion__item.active{
    

}

.accardion__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    cursor: pointer;
}

.accardion.simple .accardion__top{
    padding: 10px 0;
}

.accardion__item.active .accardion__top{
    /* padding-bottom: 12px; */
}

.accardion__top .title{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #1F1F1F;
}

.accardion.simple .accardion__top .title{
    font-weight: 700;
    font-size: 20px;
}

.accardion__top .arrow{
    width: 50px;
    height: 50px;
    display: block;
    flex-shrink: 0;
    background: #fff url(/bitrix/templates/med-garant/./img/footer/down.svg) center no-repeat;
    border-radius: 100%;
    transition: .3s;
}

.accardion.simple .accardion__top .arrow{
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.accardion__item.active .accardion__top .arrow{
    transform: rotate(180deg);
}

.accardion__full{
    display: none;
    padding: 0 28px 28px;
}

.accardion.simple .accardion__full{
    padding: 0;
}

.accardion__full p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1F1F1F;
}
.prices .accardion__full p{
	margin-bottom:0;
}
/**COST**/
.cost{
    
}

.cost .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cost .item{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.cost .item .in{
    padding: 40px;
    background: #C8F3CA;
    border-radius: 40px;
}

.cost .item:nth-child(even) .in{
    background: #D5D2FE;
}

.cost .item p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.top-block{
    margin-bottom: 45px;
}

.top-block .in{
    margin-bottom: 10px;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
}

.top-block .in.back{
    padding-right: 420px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.top-block p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.top-block p:last-of-type{
    margin-bottom: 0;
}

.top-block p span{
    font-weight: 700;
}

.dmc p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.dmc p span{
    font-weight: 700;
}

.oms{
    margin-bottom: 45px;
}

.oms p{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.oms p span{
    font-weight: 700;
}

.oms .cols{
    padding-bottom: 35px;
}

.oms .item{
    margin-bottom: 10px;
}

.oms .item .in{
    padding: 30px;
    background: #C8F3CA;
    border-radius: 30px;
}

.oms .item:nth-child(even) .in{
    background: #D8ECFF;
}

.oms .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.memo{
    margin-bottom: 0;
}

.memo p{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}
.memo p:last-of-type{
	margin-bottom: 50px;
}
.memo p a{
    color: inherit;
    transition: .3s;
}

.memo p a:hover{
    opacity: .8;
}

.memo p.big{
    font-size: 20px;
    color: #1F1F1F;
}

.enroll{
    margin-bottom: 45px;
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
}

.enroll .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.enroll p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1F1F1F;
}

.enroll.spravki p{
	font-size: 20px;
}

.when{
    margin-bottom: 45px;
}

.when p{
    margin-bottom: 15px!important;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.when p span{
    font-weight: 700;
}

.when p.lg{
    font-size: 20px;
}

.when p a,
.when li a{
    color: #6096FF;
    font-weight: 700;
}

.numer{
    list-style: none;
    counter-reset: schetchik;
    
}   

.numer > li{
    margin-bottom: 5px;
    counter-increment: schetchik;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.5;
}

.numer > li:before{
    content: counter(schetchik) ". ";
    font-weight: 700;
	padding: 0 5px 0;
}

.numer.bold > li:before{
    font-weight: 700;
}

.numer li span > span{
    font-weight: 700;
}

.numer > li ul{
    list-style: none;
}

.reab{
    margin-bottom: 35px;
}

.reab .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.reab .item{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.reab .item .in{
    height: 100%;
    padding: 30px;
    background: #C8F3CA;
    border-radius: 40px;
}

.reab .item.purple .in{
    background: #D5D2FE;
}

.reab .item.blue .in{
    background: #D8ECFF;
}

.reab .item.pink .in{
    background: #FAE0C1;
}

.reab .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
	word-break: break-word;
}

.reab .item .title.lg{
    font-size: 24px;
}

.reab .item p{
    font-size: 16px;
    color: #1F1F1F;
}

.reab .item.w33{
    width: 33.33%!important;
}

.reab .item.w66{
    width: 66.66%!important;
}

.reab .item.w100{
    width: 100%!important;
}

.sorting{
    display: flex;
    justify-content: space-between;
    margin: 0 -4px 20px;
    border-bottom: 2px solid #F3EBE5;
    position: relative;
    z-index: 8;
}

.sorting__item{
    padding: 0 4px;
    position: relative;
}

.sorting__item a{
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 16px;
    color: #1F1F1F;
    border-bottom: 2px solid transparent;
    transition: .3s;
    position: relative;
    z-index: 3;
    transform: translateY(2px);
}

.sorting__item a:hover,
.sorting__item.active a{
    border-color: #F9A5A5;
}

.sorting__item.active a{
    font-weight: 700;
}

.sorting-open{

}

.sorting-open i{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 4px;
    background: url(/bitrix/templates/med-garant/./img/footer/down.svg) center no-repeat;
    transition: .3s;
}

.sorting-open.active i{
    transform: rotate(180deg);
}



.sorting-drop{
    width: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    padding:10px 20px;
    background: #D5D2FE;
    border-radius: 20px;
    z-index: 3;
    display: none;
}

.sorting-drop ul{
    list-style: none;
}

.sorting-drop ul li{
    padding: 5px 0;
}

.sorting-drop ul li a{
    display: block;
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.company{
    position: relative;
    z-index: 1;
}
.company h2{
	margin-bottom:10px;
}
.company p{
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.company p span{
    margin-bottom: 10px;
    font-weight: 700;
}

.company p.sm{
    font-size: 14px;
	margin:15px 0 0;
}

.company p.md{
    font-size: 16px;

}

.company p a{
    color: #6096FF;
    font-weight: 700;
}

.company p span.blue{
    color: #6096FF;
}

.company .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 10px;
}

.company .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.company .item .in{
    height: 100%;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.company .item.purple .in{
    background: #D5D2FE;
}

.company .item.blue .in{
    background: #D8ECFF;
}

.company .item.green .in{
    background: #C8F3CA;
}

.company .item.pink .in{
    background: #FAE0C1;
}

.company .item.beige .in{
    background: #FBF8F6;
}

.company .item .in.border{
    background: #fff;
    border: 4px solid #FBF8F6;

}

.company .item .col{
    margin-bottom: 10px;
}

.company .item .col p{
    
}

.company .pic.h100{
    height: 100%;
}

.company .pic img{
    width: 100%;
    display: block;
    border-radius: 40px;
}

.company .pic.h100 img{
    height: 100%;
    object-fit: cover;
}

.two-cols{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.main-col{
    width: calc(100% - 340px);
    padding-right: 50px;
}

.aside-col{
    width: 340px;
    flex-shrink: 0;
}

.paper{

}

.paper .date{
    margin-bottom: 15px;
    font-size: 16px;
    color: #1F1F1F;
}

.paper p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.paper p span{
    font-weight: 700;
}

.paper p a{
    color: inherit;
}

.paper .pic{
    height: 400px;
    margin-bottom: 20px;
}

.paper .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 40px;
}

.anons{
    padding: 30px 30px 10px 30px;
    border-radius: 40px;
    background: #FBF8F6;
}

.anons_purple{
    background: #D5D2FE;
}

.anons .item{
    margin-bottom: 30px;
}

.anons .item:last-child{
    margin-bottom: 0;
}

.anons .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #1f1f1f;
}

.anons .item .title a{
    color: inherit;
}

.anons .item .date{
    font-size: 16px;
    color: #1F1F1F;
}

.anons .price{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.anons .price.s{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.anons .price.s span{
    text-decoration: line-through;
}

.leave{
    margin-bottom: 25px;
}

.leave__cols{
    display: flex;
    flex-wrap: wrap;
}

.leave__left{
    width: 300px;
    flex-shrink: 0;
    padding-right: 30px;
}

.leave__right{
    width: calc(100% - 300px);
}

.leave .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.leave p{
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.leave__form{
    padding: 30px 30px 10px 30px;
    background: #D8ECFF;
    border-radius: 40px;
}

.leave__form .col{
    margin-bottom: 10px;
}

.leave__form .bottom{
    padding-top: 0px;
}

.leave__form .bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.leave__form .bottom .col{
    padding-top: 0px;
}

.agree{
    padding-left: 34px;
    position: relative;
    font-size: 12px;
    color: #1F1F1F;
}

.agree:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.agree p{
    
}

.agree a{
    color: #6096FF;
    font-weight: 700;
}

.reviews{

}

.reviews .item{
    margin-bottom: 25px;
}

.reviews__cols{
    display: flex;
    flex-wrap: wrap;
}

.reviews__left{
    width: 300px;
    flex-shrink: 0;
    padding-right: 30px;
}

.reviews__right{
    width: calc(100% - 300px);
}

.reviews .item .name{
    padding-top: 28px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.reviews .item .name span{
    display: block;
}

.reviews .item p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.reviews .item .border{
    margin-bottom: 20px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.reviews .item .rec{
    padding: 0 30px;
}

.reviews .item .rec .title{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 400;
}

.rec__hidd{
    height: 42px;
    overflow: hidden;
}

.rec__hidd.active{
    height: auto;
}

.rec-toggle{
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    padding-right: 30px;
    position: relative;
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.rec-toggle:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/arrow-down-blue.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.rec-toggle.actve i{
    transform: translateY(-50%) rotate(180deg);
}

.rec-toggle span{
    display: none;
}

.law{
    margin-bottom: 45px;
}

.law .item{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.law .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F1F;
}

.law p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.law p span{
    font-weight: 700;
}

.law ul li{
    font-size: 20px;
}

.law-att{
    margin-top: 45px;
    margin-bottom: 35px;
    padding: 30px;
    background: #D8ECFF;
    border-radius: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.protect{
    margin-bottom: 50px;
}

.protect .item{
    margin-bottom: 20px;
}

.protect .item .in{
    display: flex;
}

.protect .item .pic{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protect .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.protect .item .right{
    padding-left: 10px;
}

.protect .item .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.protect .item .title a{
    color: inherit;
}

.protect .item p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.protect .item p a{
    color: inherit;
}

.cert{

}

.cert .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cert .item{
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.cert .item .pic{

}

.cert .item .pic img{
    width: 100%;
}

.des p{
    margin-bottom: 25px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.vacancy{
    padding: 30px;
    background: #FBF8F6 !important;
    border-radius: 30px;
}

.vacancy p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.vacancy p a{
    color: inherit;
}

.vacancy p a.blue{
    color: #6096FF;
}

.sort{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.sort__item{
    margin-right: 10px;
    margin-bottom: 10px;
}

.sort__item a{
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 16px;
    font-size: 14px;
    color: #1F1F1F;
    background: #FBF8F6;
    border-radius: 25px;
    text-align: center;
}

.sort__item.active a{
    background: #1F1F1F;
    color: #fff;
}

.articles{

}

.articles .item{
    margin-bottom: 10px;
}

.articles .item .in{
    padding: 25px 30px;
    background: #FBF8F6;
    border-radius: 30px;
}

.articles .item .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.articles .item .title{
    margin-bottom: 10px;
}

.articles .item .title a{
    color: inherit;
}

.articles .item .date{
    font-size: 16px;
    color: #1f1f1f;
}

.contacts{
    margin-bottom: 45px;
}

.contacts-chisel h2{
    margin-bottom: 10px;
}

.contacts .map{
    height: 380px;
    background: #ccc;
    border-radius: 40px;
    overflow: hidden;
}

.contacts__item{
    margin-bottom: 20px;
}

.contacts__item:last-child{
    margin-bottom: 0;
}

.contacts__item p{
    font-size: 16px;
    color: #1F1F1F;
}

.contacts__item p span{
    display: block;
    font-weight: 700;
}

.contacts-chisel{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.contacts-chisel.blue{
    background: #D8ECFF;
}

.contacts-chisel .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contacts-chisel .col.m-right{
    max-width: 540px;
}

.contacts-chisel p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.contacts-chisel .phone{
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    white-space: nowrap;
}

.contacts-chisel .phone a{
    color: inherit;
}

.contacts-chisel .mail{
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
}

.contacts-chisel .mail a{
    color: inherit;
}

.table{
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.table.m-1000{
    max-width: 1000px;
}

.table table{
    width: 100%;
}

.table thead tr {
    background: #D5D2FE;
}

.table thead tr td{
    padding: 24px 20px;
    
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    position: relative;
}

.table thead tr td .down{
    display: block;
    transform: translateY(14px);
}

.table thead tr td .row{
    position: absolute;
    top: 7px;
    left: 20px;
    white-space: nowrap;
}

.table tbody tr td{
    padding: 18px 20px;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #1F1F1F;
}
.table.small tbody tr td{
	padding: 15px 5px;
	font-size: 14px;
}
.table.small tbody tr:nth-child(3) td{
	white-space: nowrap;
}
.table tbody tr td:first-child{
    border-radius: 10px 0 0 10px;
}

.table tbody tr td:last-child{
    border-radius: 0 10px 10px 0;
}

.table tbody tr:nth-child(odd) td{
    background: #FBF8F6;
}

.table tbody tr.blue td{
    background: #D8ECFF!important;
}
.detail_text p{
	line-height:1.2;
	margin-bottom:20px;
}
.activity{
    margin-bottom: 45px;
}

.activity p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.activity p a{
    color: #6096FF;
    font-weight: 700;
}

.activity .item{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.activity .item.blue{
    background: #D8ECFF;
}

.activity .pic img{
    max-width: 100%;
}

.sale .item .in{
    margin-bottom: 10px;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.sale .item.purple .in{
    background: #D5D2FE;
}

.sale .item.blue .in{
    background: #D8ECFF;
}

.sale .item.green .in{
    background: #C8F3CA;
}

.sale .item.pink .in{
    background: #FAE0C1;
}

.sale p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
}

.sale .item .price{
    margin-bottom: 25px;
    font-size: 16px;
    color: #1F1F1F;
}   

.sale .item .price .cols{
    flex-wrap: nowrap;
    padding-top: 10px;
}

.sale .item .price span{
    display: block;
    font-size: 20px;
}

.sale .item .price .line{
    text-decoration: line-through;
}

.when-att{
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
}

.when-att a{
    color: #6096FF;
}

.eror404{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.eror404 img{
    max-width: 100%;
}

.eror404 p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #1F1F1F;
}

.go-next{
    padding: 30px;
    background: #D8ECFF;
    border-radius: 40px;    
}

.go-next a{
    color: #6096FF;
    font-weight: 700;
    font-size: 20px;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 45px;
    padding-bottom: 50px;
    position: relative;
    z-index: 12;
}

.footer__top{
    padding-bottom: 30px;
    border-bottom: 4px solid #F3EBE5;
}

.footer .social__item img{
    width: 50px;
}

.footer__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.footer__top .sub{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
}

.footer__phone{
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.5;
}

.footer__phone.center{
    text-align: center;
}

.footer__phone a{
    color: inherit;
}

.footer__middle{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 4px solid #F3EBE5;
}

.footer__middle .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer__middle p{
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
}

.footer__middle p a{
    color: inherit;
}

.footer__subtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #1F1F1F;
    pointer-events: none;
}

.footer__subtitle a{
    color: inherit;
}

.footer__subtitle i{
    width: 24px;
    height: 24px;
    display: none;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(/bitrix/templates/med-garant/./img/footer/down.svg) center no-repeat;
    transition: .3s;
}

.footer__subtitle.toggle.active i{
    transform: rotate(180deg);
}

.footer-nav{
    list-style: none;
}

.footer-nav li{
    margin-bottom: 10px;
}

.footer-nav li a{
    display: block;
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.footer-nav li a:hover{
    color: #6096FF;
}

.footer__middle .right{
    text-align: right;
}

.footer__mail a{
    text-decoration: underline;
}

.footer__bottom{
    padding-top: 30px;
}

.footer__bottom .cols{

}

.footer__bottom .left{
    width: 400px;
    flex-shrink: 0;
}

.footer__bottom .right{
    width: calc(100% - 400px);
}

.footer .logo{
    margin-bottom: 30px;
}

.footer .logo img{
    width: 184px;
    display: block;
}

.pay{
    margin-bottom: 30px;
}

.pay__sub{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
}

.pay__items{
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

.pay__item{
    padding: 0 7px;
}

.pay__item img{
    display: block;
}

.policy{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-size: 14px;
    opacity: .5;
}

.policy a{
    color: inherit;
}

.f-att{
    margin-top: 84px;
    font-size: 28px;
    font-weight: 700;
    color: #F3EBE5;
}

.gos{
    display: flex;
    align-items: center;
}

.gos img{
    width: 63px;
}

.gos div{
    width: 219px;
    margin-left: 20px;
    font-size: 12px;
    color: #000;
}

.gos-3 div{
    width: auto;
}

.gos div span{
    display: block;
    padding-bottom: 23px;
    font-weight: 700;
}

.show1200{
    display: none;
}

.t-center{
    text-align: center;
}

.t-right{
    text-align: right;
}

.paper .list{
    margin-bottom: 35px;
}

.program .slick-prev{
    left: -22px;
}

.program .slick-next{
    right: -22px;
}

.doctor .list li{
    margin-bottom: 5px;
}

.anons .devide-list li:last-child{
    margin-bottom: 0;
}

.link-simple{
    color: #6096FF;
    font-weight: 700;
}

.anchor{
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.anchor li{
    margin-bottom: 20px;
}

.anchor li a{
    font-weight: 700;
    font-size: 16px;
    color: #6096FF;
    transition: .3s;
}

.anchor li a:hover{
    opacity: .8;
}

/******/
.pain{
    padding-bottom: 90px;
}

.pain .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.pain .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.pain .item .in{
    height: 100%;
    padding: 30px;
    border-radius: 40px;
    background: #FBF8F6;
}

.pain .item.big .in{
    padding: 40px;
    
}

.pain .item.blue .in{
    background: #D8ECFF;
}

.pain .item.green .in{
    background: #C8F3CA;
}

.pain .item .pic{
    height: 100%;
    min-height: 180px;
    border-radius: 40px;
    overflow: hidden;
}

.pain .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pain .item p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.pain .item p.sm{
    font-size: 14px;
}

.pain .item p.lg{
    font-size: 20px;
    line-height: 1.4;
}

.pain .item p:last-of-type{
    margin-bottom: 0;
}

.pain .item .title{
    margin-bottom: 10px;
}

.pain .item .list{
    margin-bottom: 7px;
}

.pain .item .list li{
    margin-bottom: 3px;
}

.pain-spec{
    padding-bottom: 20px;
}

.pain-spec .title{
    margin-bottom: 10px;
}

.pain-spec .list li{
    font-size: 20px;
    line-height: 1.4;
}

.pain-spec .list li:before{
    top: 14px;
}

.pain-spec .list li span{
    font-weight: 700;
}

.devide-pain .tabs__caption{

}

.devide-pain{
    margin-bottom: 20px;
}

.pain__fote{
    margin-bottom: 45px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.4;
}

.program-pain{
    margin-bottom: 50px;
}

.chron{
    
}

.chron .title{
    margin-top: 50px;
    margin-bottom: 18px;
}

.chron__item{
    margin-bottom: 20px;
    padding: 30px;
    background: #D8ECFF;
    border-radius: 40px;
}

.chron__item .list{

}

.chron__item .list li{
    margin-bottom: 3px;
    line-height: 1.4;
}

.chron__item .list li:last-child{
    margin-bottom: 0;
}

.chron__item .list li span{
    font-weight: 700;
}

.chron__item .list li a{
    color: #6096FF;
}

.chron__item .list ul{
    list-style: none;
    padding: 10px 0 10px 5px;
}

.chron-table{
    margin-bottom: 20px;
}

.chron-table__item{
    padding: 20px;
    font-size: 20px;
    color: #1F1F1F;
    border-radius: 10px;
}

.chron-table__item:nth-child(odd){
    background: #FBF8F6;
}

.hosp{
    padding-bottom: 30px;
}

.hosp .item{
    margin-bottom: 20px;
}

.hosp .item .in{
    padding: 40px;
    background: #FBF8F6;
    border-radius: 40px;
}

.hosp .item .in.img{
    padding-right: 410px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.hosp .item p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.hosp .item p:last-of-type{
    margin-bottom: 0;
}

.hosp-when{
    margin-bottom: 50px;
}

.hosp-when .title{
    margin-bottom: 10px;
}

.hosp-when .numer > li:before{
    font-weight: 700;
}

.hosp-when .numer > li{
    display: flex;
    margin-bottom: 5px;
    line-height: 1.4;
}

.hosp-add{
    margin-bottom: 40px;
}

.hosp-add .title{
    margin-bottom: 18px;
}

.hosp-add .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.hosp-add .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.hosp-add .item .in{
    height: 100%;
    padding: 30px;
    border-radius: 40px;
}

.hosp-add .item .in.green{
    background: #C8F3CA;
}

.hosp-add .item .in.purple{
    background: #D5D2FE;
}

.hosp-add .item .in.pink{
    background: #FAE0C1;
}

.hosp-add .item .sub{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 16px;
}

.hosp-add .item p{
    font-size: 16px;
    color: #1F1F1F;
}

.hosp-when{
    margin-bottom: 40px;
}

.hosp-when .title{
    margin-bottom: 18px;
}

.hosp-when .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.hosp-when .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.hosp-when .item .in{
    height: 100%;
    padding: 30px;
    background: #FBF8F6;
    border-radius: 40px;
}

.hosp-when .item .sub{
    margin-bottom: 10px;
    color: #1F1F1F;
    font-weight: 700;
    font-size: 20px;
}

.hosp-when .item p{
    font-size: 16px;
    color: #1F1F1F;
}

.hosp-about{
    padding-bottom: 40px;
}

.hosp-about .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.hosp-about .item{
    padding: 0 5px;
    margin-bottom: 10px;
}

.hosp-about .item .in{
    height: 100%;
    min-height: 280px;
    padding: 40px;
    border-radius: 40px;
    background: #D8ECFF;
}


.hosp-about .item .pic{
    height: 100%;
    min-height: 180px;
    border-radius: 40px;
    overflow: hidden;
}

.hosp-about .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hosp-about .item p{
    margin-bottom: 10px;
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.hosp-p{
    font-size: 20px;
    color: #1F1F1F;
    line-height: 1.4;
}

.devide-pain-3{
    margin-bottom: 40px!important;
}


.phone-list {
    position: absolute;
    top: 45px;
/*    bottom: -50px; */
    right: 50px;   
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; 
    display: none; 
}

.oms-pamyatka h3 {
    top: 25px;
    margin-bottom: 40px;
}

.content h4{
    margin-top: 30px;
    margin-bottom: 15px;
}
.oms-ul {
    margin-left: 30px;
}
.oms-div p {
    margin-top: 20px;
}
.oms-table, .oms-table tr, .oms-table td, .oms-table th {
    border-collapse: collapse;
    border: 1px solid #424242 !important;
}
.oms-kriterii {
    color: #424242 !important;
}
.deactive {
    background-color: #FBF8F6 !important;
}
img.actions1 {
    width: 100%;
    border-radius: 40px;
    height: auto;
    margin-bottom: 40px;
}
p.description{
    margin-top: -20px;
}
.equipment .item .title a {
    color: inherit;
    transition: .3s;
    font-size: 20px;
}
.abc-cols .col.w33, .abc-cols .col.w33 .abc {
    width: 100%;
}

.abc-cols .col.w33 .abc .abc__item{
    /*width: 33%;*/
}
.col.w33 .abc{
    align-content: baseline;
}
.doctor__item ul{
    margin-left: 25px;
}

input#licenses_popup{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 4px;   
}
.rec-toggle.active:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(/bitrix/templates/med-garant/./img/arrow-down-blue.svg) no-repeat;
    position: absolute;
    top: -3px;
    right: 0;
    transition: .3s;
    transform: rotate(180deg);
}

.paper h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F1F;
    position: relative;
    z-index: 1;
}
.anons h2{
	margin-bottom: 30px;
}
.devide__item .col.w33{
    width: 33%;
}
.mf-ok-text.iw.rew{
	text-align:center;
}
.nalog-form tr td:nth-of-type(1){
	width:40%;
}
.nalog-form input[type='text'], .nalog-form input[type='password'], .nalog-form input[type='email'], .nalog-form input[type='search']{
	border-radius:0;
	border:1px solid #000;
	height:30px;
}
.nalog-form select{
	width:100%;
	height:30px;
}
.block_payer,.block_patient,.block_other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border: 1px solid #eee;
	margin:20px 0 0;
	border-radius:20px;
	padding: 30px 30px;
}
.com__new-item {
    width: 48.275862%;
    margin: 30px 0 0 0;
}
.formitem.long{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.formitem.long div{
	flex:1;
}
.formitem label {
    position: relative;
    display: block;
    cursor: text;
}

.formitem input, .formitem input[type='text'] {
    width: 100%;
    height: 30px;
    border: 0;
	border-radius:0;
    padding: 0;
    background: none;
    border-bottom: 1px solid #9a9a9a;
    font-size: 14px;
    font-weight: 500;
    color: #030303;
}

.formitem input + span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: inherit;
    transition: all .1s;
    font-size: 14px;
    font-weight: 500;
}

.formitem input:focus + span,
.formitem.active input + span, .intup_item.active span{
    top: -20px;
    transform: translateY(0);
    font-size: 12px;
    color: rgba(3, 3, 3, 0.4);
}

.formitem span.error_span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 12px;
    font-weight: 500;
    color: #da4239;
    font-size: 12px;
    line-height: 1;
}

.formitem input.inp-error + span + span {
    display: block;
}
.formitem .error{
	color: #da4239;
}
.com__new-pp {
    position: relative;
    padding-right: 42px;
    font-size: 12px;
    /*line-height: 17px;*/
    color: #3c3c3b;
	margin: 0 0 30px;
}
.com__new-pp.long{
	width:100%;
	display:flex;
}
.com__new-pp span{
	font-size: 14px;
    font-weight: 500;
}
.com__new-pp.year.com__new-pp label[for]{
	position: absolute;
	top:-18px;
	overflow: visible;
    white-space: nowrap;
	width: 100%;
    text-align: center;
}
.com__new-pp>label{
	padding-top:30px;
}
.checkb {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    transform: translateY(-50%);
}

.item_email .checkb{
	left: 0;
    top: 20px;
}

.item_email{
	margin:0 0 60px;
}
.item_email .formitem{
	margin: 60px 0 0;
}
.checkb.radio {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    transform: translate(25px, -50%);
}
.docs_type{
	margin-bottom:50px;
}
.docs_type .checkb.radio,.year .checkb{
	right: auto;
	left:0;
	margin-top:25px;
	transform: translate(0, -50%);
}
.year .checkb{
	top: calc(50% + 20px);
}
.docs_type .checkb.radio:nth-child(2),.year .checkb:nth-child(3){
	left:100px;
}
.docs_type .checkb.radio:nth-child(3),.year .checkb:nth-child(4){
	left:200px;
}


.year .checkb:nth-child(5){
	left:300px;
}
.alert {
    padding: 24px 32px;
    position: relative;
    border-radius: 4px;
    background: 0 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
}
.alert-yellow {
    background: #fffaed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #545761;
	border: 1px #FFCC32 solid;
    margin-bottom: 24px;
}
.content_formitem{
	padding:0 0 0 40px;
}
.checkb input {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.checkb br{
	display:none;
}
.checkb input:checked ~ i {
    background: #D5D2FE ;
    border-color: #D5D2FE;
}
.checkb input ~ i {
    position: relative;
    display: block;
    border: 1px solid #D5D2FE;
    border-radius: 1px;
    width: 22px;
    height: 22px;
    transition: background .3s;
}
.error ~ i, .error i{
	border: 1px solid #f00!important;
}
.ic-b:before, .ic-a:after {
    display: block;
    font-family: 'icomoon', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}
.checkb input ~ i:after {
    font-family: 'FontAwesome';
	content: "\f00c"; /* FontAwesome Unicode */
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    left: 4px;
    top: 5px;
    font-size: 11px;
    color: var(--btn_color);
}

.checkb input:checked ~ i:after {
    opacity: 1;
}
.checkb label{
	font-size:12px;
}
select.inputselect{
	height:30px;
	margin:30px 0 0!important;
	min-width:250px;
}
select.inputselect + span{
	display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: inherit;
    transition: all .1s;
    font-size: 14px;
    font-weight: 500;
	margin: -15px 0 0;
}
.intup_item{
	margin:25px 0 0!important;
}
.content_formitem .intup_item:nth-child(1){
	margin:0!important;
}
.block_other >.com__new-pp:not(.formitem){
	flex:100%;
}
.conclusion{
	margin-bottom: 45px;
}
.main_form{
	margin-top:80px;
}
.com__new-pp span, .com__new-pp label{
	color:#000;
}
span.form-required {
	color:#f00;
}
.section.about .title-block,
.section.programms .title-block,
.section.doctors .title-block,
.section.equipment .title-block,
.section.partners .title-block,
.section.news .title-block{
	font-size: 40px!important;
}
.popup-window.popup-window-with-titlebar{
	border-radius: 20px;
    padding: 20px 20px;
}
.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content{
	background-color:#fff!important;
}
.popup-window-button-accept, .popup-window-button-create,.popup-window-button-accept:hover, .popup-window-button-create:hover{
	background: #F3EBE5;
	border-radius: 25px;
	padding: 3px 24px;
}
.cols-grid{
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
}


.laboratornaya-diagnostika .serv .left .in,
.reabilitatsiya .serv .left .in,
.vyzov-vracha-na-dom_ .serv .left .in{
	border-radius: 40px 0 0 40px;
	background: #FBF8F6;
}
.reabilitatsiya .serv .left .in{
	font-size:20px;
}
.reabilitatsiya .serv__left{
	flex: 1;
}

.laboratornaya-diagnostika .serv .serv__right,
.reabilitatsiya .serv .serv__right,
.vyzov-vracha-na-dom_ .serv .serv__right{
	border-radius:  0 40px 40px 0;
	background: #FBF8F6;
}
.laboratornaya-diagnostika  .serv .pic img,
.vyzov-vracha-na-dom_ .serv .pic img{
	object-fit: cover;
	float:right;
}
.reabilitatsiya .serv .pic img{
	object-fit: contain;
}
.reabilitatsiya .serv__right{
	flex: 0;
}
.vyzov-vracha-na-dom_ .serv .pic{
	justify-content: end;
}
.vyzov-vracha-na-dom_ .reab .item{
	width:33%;
}
.reabilitatsiya  .serv__left .left{
	/*height:100%;*/
}
.laboratornaya-diagnostika  .section.main_form,
.reabilitatsiya  .section.main_form{
	display:none;
}
.reabilitatsiya  .serv>.in {
	background-color:#fff;
	padding: 0 0;
	border-radius:0;
	font-size:20px;
}
.reabilitatsiya .enroll .title{
	font-size:20px;
}
.reabilitatsiya .numer .numer li span{
	font-weight:400;
}
.reabilitatsiya .numer li {
	display:flex;
}
.reabilitatsiya .serv .pic{
	justify-content: start;
}

.reabilitatsiya .serv .pic img{
    width: auto!important;
	border-radius:0;
	height:100%;
	margin-right:10px;
}
.work.diagnostics{
	padding-left: 0px;
	padding-right: 0px;
}
.content .content{
	padding-bottom:0;
}
.devide.devide_serv + br{
	display:none;
}
/*=================*/
.devide.devide_serv  ul:not([class]){
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 10px;
}
.devide.devide_serv .item ul:not([class]){
	margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
}
.devide.devide_serv ol {
    margin-bottom: 16px;
    margin-left: 40px;
}
.devide.devide_serv h4 {
    font-weight: bold;
}

.devide.devide_serv .bold-list ol li::marker{
    font-weight: bold;
    margin-bottom: inherit;
    margin-left: inherit;
}

.devide.devide_serv .conclusion p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1F1F1F;
  line-height: 1.4;
}

.devide.devide_serv .content .inner.work .detail:has(+ h2 + .reab) .accardion {
  margin-bottom: 50px;
}


#bx_565502798_901,#bx_565502798_900{
	/*background-position: 90% 30px;
    background-size: 30%;*/
	background-position: 100% 0px;
    background-size: 50%;
}
#bx_565502798_900{
	/*background-position: 90% 30px;
    background-size: 25%;*/
	background-position: 100% 50px;
    background-size: 30%;
}
.about .item.h100 .in{
	padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.devide-pain-2{
    margin-bottom: 50px;
}

.filter form .row{
    display: none;
}

.memo + h2{
    padding-top: 25px;
}

.memo + .accardion{
    padding-top: 30px;
}

.memo + .accardion + h2{
    margin-top: 70px;
}

.memo + .accardion + h2 + .accardion{
    padding-bottom: 20px;
}

.articles .pag{
    padding-top: 0;
}

.when .numer > li{
    display: flex;
}

.devide-pain .tabs__caption{
    margin-bottom: 0px!important;
}

.when-2 .numer > li{
    display: block;
    padding-left: 8px;
}

.when-2 .numer > li .list{
    padding-left: 20px;
}
.when-3 .numer > li{
    display: flex;
    padding-left: 8px;
}

.when-3 .numer > li .list{
    padding-left: 0;
}

.when-2 .numer > li:before,.when-3 .numer > li:before{
    transform: translateX(-8px);
}

.laboratornaya-diagnostika .serv:nth-child(2)>.in{
	background:none;
	margin-bottom:-10px;
	padding-left:0;
	padding-right:0;
}
.laboratornaya-diagnostika .serv:nth-child(1){
	margin-bottom:0px;
}
.laboratornaya-diagnostika .serv .serv .in{
	background:#FBF8F6;
	margin:20px 0 0 0;
	padding-left:40px;
	padding-right:40px;
}
.laboratornaya-diagnostika .serv .serv{
	margin-bottom:0;
}
.form_zapis.kogda-nuzhno-proverit-svoy-imunitet-12{
	display:none;
}
.form_zapis.centr-lechenie-boli{
	margin: 75px 0 0;
}
#service_lechenie{
	margin-bottom:10px;
}
.devide-list .last{
	display: none;
}
.devide-list .last:before{
	display:none;
}
.devide-list .last .go-to{
	color:#6096FF;
}
.add-docs{
	margin-top:50px;
}
.form_zapis.kogda-nuzhno-proverit-svoy-imunitet-2{
	display:none;
}
.doctors + .tabs .tabs__caption li{
		background-color:#FBF8F6;
	}
.main .tabs__caption li,.services .tabs__caption li,.doctors_main .tabs__caption li{
		background-color:#Fff;
	}
ul[type="disc"], .igloukalyvanie .serv .in ul, .igloukalyvanie .when ul, .oms-block ul{
	list-style: none;
    padding-left: 10px;
}
ul[type="disc"] li, .igloukalyvanie .serv .in ul li, .igloukalyvanie .when  ul li, .oms-block ul li{
	margin-bottom: 15px;
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 22px;
}
ul[type="disc"] li:before, .igloukalyvanie .serv .in li:before, .igloukalyvanie .when  ul li:before, .oms-block ul li:before{
    content: "";
    width: 14px;
    height: 4px;
    background: #1F1F1F;
    border-radius: 25px;
    position: absolute;
    top: 8px;
    left: 0;
}
ul.disc_list{
	list-style-position: inside;
    padding-left: 10px;
}
.blanki_load .memo{
	/*background-color: #D8ECFF;
    padding: 20px 20px;
    border-radius: 20px;*/
}
.oms-table{
	border:1px solid #eee;
}
.oms-table tr td{
	border:inherit;
}
.devide_serv.services .btn-d-beige{
	float:right;
}
.devide_serv.services .clr+div{
	clear:right;
	margin-top:45px;
}
.devide_serv.services .clr+div+h2{
	margin-top:45px;
}
.devide_serv .price-list{
	margin-bottom:10px;
}
.clr::after {             /* очищающий блок для контейнера, содержащего плавающие элементы */
    clear: both;
    content: "";
    display: table;
}
.cookie-consent {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 20px;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.cookie-consent a {
    color: #b0cbff;
    text-decoration: underline;
}

.cookie-consent button {
    margin-top: 10px;
    padding: 12px 24px;
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif; /* Установлен шрифт Montserrat */
    font-size: 16px;
    font-weight: 700;
}

.cookie-consent button:hover {
    background-color: #000;
}

.close-consent {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
/* Медиазапрос для мобильных устройств */
@media only screen and (max-width: 600px) {
    .cookie-consent {
        width: 90%; /* Ширина окна на мобильных устройствах */
        left: 50%;
        right: auto; /* Убираем смещение вправо */
        transform: translateX(-50%); /* Центрирование */
        bottom: 20px;
    }
}
h1 i{
	font-style:normal;
}
.servise_detail .main_form .work{
	padding-left:0;
	padding-right:0;
}
.form_inner{
	margin-top:50px;
}


.sid_SIMPLE_QUESTION_531 label.active{width: 550px;
    height: 200px;}
#bx_incl_area_19_1 .enroll.form_inner{display:none;}
#bx_incl_area_19_1 .btn-d-yellow{display:none;}
.content.kt.servise_detail .enroll.form_inner{display:none;}
.content.kt.servise_detail .btn-d-yellow{display:none;}
.content.ultrazvukovoe-issledovanie-uzi.servise_detail .enroll.form_inner{display:none;}
.content.ultrazvukovoe-issledovanie-uzi.servise_detail .btn-d-yellow{display:none;}
.content.uzdg-dopplerografiya.servise_detail .enroll.form_inner{display:none;}
.content.uzdg-dopplerografiya.servise_detail .btn-d-yellow{display:none;}
.content.uzi-pri-beremennosti.servise_detail .enroll.form_inner{display:none;}
.content.uzi-pri-beremennosti.servise_detail .btn-d-yellow{display:none;}
.errortext {display: none;}
.stats-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.stats-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
}

.stats-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.stats-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .stats-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .stats-item {
        width: 100%;
    }
}














.contacts-chisel {
    padding: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

/* Для планшетов */
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr 1.33fr 1fr; /* Средняя колонка шире */
    }
}

.grid-item {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.grid-item h2 {
    margin-bottom: 10px;
}

.phone, .mail {
    margin-bottom: 5px;
}

.blue {
    background-color: #f0f8ff;
}

hr {
    margin: 20px 0;
    border: 1px solid #ddd;
}

.search-page.theme-blue input[type=text] {width: 80%; border-color: rgb(0, 119, 255);border-radius: 10px;}
.search-page.theme-blue input[type=submit]:hover {
    background-color: rgb(235, 0, 27);
    border-color: rgb(235, 0, 27);
    fill: rgb(235, 0, 27);
}
.search-page.theme-blue input[type=submit] {
    border-color: rgb(0, 119, 255);
    background-color: rgb(0, 119, 255);
border-radius: 10px;
height: 50px;
    width: 15%;
}

.connection-guide .steps-list li::before,
.connection-guide .links-list li::before,
.connection-guide .phones-list li::before {
  content: none !important;
  display: none !important;
}


.connection-guide {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

/* Стили для промо‑блока */
.app-promo {
  background-color: #f8f9fa;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #2980b9;
}

.app-promo h1 {
  font-size: 1.6rem;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 12px;
}

.app-promo p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
}

.features h2,
.install-instructions h2 {
  font-size: 1.4rem;
  color: #2980b9;
  margin-top: 25px;
  margin-bottom: 15px;
}

.features-list {
  list-style: none;
  padding-left: 0;
}

.features-list li {
  margin-bottom: 12px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.features-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2980b9;
}

.install-instructions p {
  margin-bottom: 15px;
  font-weight: 500;
}

/* Основные заголовки */
.guide-header h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #2c3e50;
}

/* Разделители */
.divider {
  border-top: 2px solid #e0e0e0;
  margin: 30px 0;
}

/* Шаги инструкции */
.step h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2980b9;
}

/* Списки */
.steps-list,
.links-list,
.features-list,
.phones-list {
  list-style: none;
  padding-left: 0;
}

.steps-list li,
.features-list li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.links-list li {
  margin-bottom: 16px;
}

.phones-list li {
  margin-bottom: 14px;
}

/* Ссылки и иконки */
.link-icon {
  margin-right: 8px;
}

.app-link {
  color: #1a5f8c;
  text-decoration: none;
  font-weight: bold;
}

.app-link:hover {
  text-decoration: underline;
}

/* Подсказки */
.tip {
  background-color: #e3f2fd;
  padding: 16px 20px;
  border-left: 4px solid #2980b9;
  margin: 20px 0;
  font-style: italic;
}

/* Контакты */
.contact h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.phones-list a {
  display: inline-block;
  font-size: 1.2rem;
  color: #d32f2f;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.phones-list a:hover {
  color: #c0392b;
  background-color: #f8f9fa;
  transform: translateX(4px);
  text-decoration: underline;
}

/* Дополнительные стили для кода в инструкции */
code {
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.95em;
}

strong {
  font-weight: bold;
}

/* Стили для маркеров в шагах (убираем псевдоэлементы, добавленные другими стилями) */
.connection-guide .steps-list li::before,
.connection-guide .links-list li::before,
.connection-guide .phones-list li::before {
  content: none !important;
  display: none !important;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .connection-guide {
    padding: 15px;
    font-size: 0.95rem;
  }

  .app-promo {
    padding: 20px 18px;
  }

  .app-promo h1 {
    font-size: 1.4rem;
  }

  .guide-header h2 {
    font-size: 1.6rem;
  }

  .step h3 {
    font-size: 1.3rem;
  }

  .steps-list li,
  .features-list li,
  .links-list li {
    margin-bottom: 10px;
  }

  .phones-list li {
    margin-bottom: 12px;
  }

  .tip {
    padding: 12px 16px;
    font-size: 0.9rem;
    margin: 15px 0;
  }

  .contact h3 {
    font-size: 1.3rem;
  }

  .phones-list a {
    font-size: 1.1rem;
    padding: 6px 10px;
  }

  .divider {
    margin: 25px 0;
  }
}

/* Улучшение читаемости на очень маленьких экранах */
@media (max-width: 480px) {
  .connection-guide {
    padding: 10px;
  }

  .app-promo {
    padding: 16px 14px;
  }

  .guide-header h1,
  .guide-header h2,
  .step h3,
  .contact h3 {
    text-align: center;
  }

  .steps-list,
  .links-list,
  .phones-list,
  .features-list {
    padding-left: 16px;
  }

  code {
    display: block;
    margin: 8px 0;
    text-align: center;
    padding: 4px 8px;
  }

  .phones-list a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .link-icon {
    margin-right: 6px;
  }

  .features-list li {
    padding-left: 24px;
  }

  .features-list li:before {
    left: 4px;
  }
}

.active {
    background-color: #FBF8F6;
}













/* ===== Доработка дизайна таблиц (улучшенная версия) ===== */

/* Адаптивная обёртка – гарантированная прокрутка */
.table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
}

/* Базовая таблица */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.2s;
}

.table:hover {
    box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.12);
}

/* Заголовок */
.table thead tr {
    background: linear-gradient(115deg, #142433 0%, #1f3448 100%);
    border-radius: 28px 28px 0 0;
}

.table thead tr td {
    padding: 18px 22px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: white !important;
    background-color: transparent;
    border-bottom: 2px solid #3d6e8f;
    position: relative;
}

/* Выравнивание */
.table thead tr td:first-child,
.table tbody tr td:first-child {
    text-align: left;
}

.table thead tr td:last-child,
.table tbody tr td:last-child {
    text-align: center;
}

/* Ячейки тела */
.table tbody tr td {
    padding: 15px 22px;
    background-color: #ffffff;
    border-bottom: 1px solid #eaedf0;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}

/* Зебра */
.table tbody tr:nth-child(even) td {
    background-color: #fafcff;
}

/* Hover строки */
.table tbody tr:hover td {
    background-color: #f0f6fa !important;
    transform: scale(1.002);
    box-shadow: inset 0 0 0 1px rgba(44, 125, 160, 0.15);
}

/* Первая колонка – разрешаем перенос длинных слов */
.table tbody tr td:first-child {
    font-weight: 500;
    line-height: 1.45;
    padding-right: 30px;
    white-space: normal;
    word-break: break-word;
    color: #1f2e3a;  /* единый цвет текста для первого столбца */
}

/* Колонка с количеством – запрет переноса, обычный цвет (чёрный) */
.table tbody tr td:last-child {
    font-weight: 400;
    color: #1f2e3a;  /* ← теперь такой же, как в первом столбце */
    white-space: nowrap !important;
    word-break: keep-all !important;
}

/* Итоговые строки – фон, жирность, свой цвет */
.table tbody tr.total-row td,
.table tbody tr.price-row td,
.table tbody tr.program-row td {
    background-color: #fff5e6 !important;
    font-weight: 800;
    border-top: 2px solid #ffe0b5;
    border-bottom: 2px solid #ffe0b5;
}

/* Последний столбец в итоговых строках – темный цвет */
.table tbody tr.total-row td:last-child,
.table tbody tr.price-row td:last-child,
.table tbody tr.program-row td:last-child {
    font-weight: 800;
    color: #2b4b5e;  /* тёмный цвет для итогов */
    white-space: nowrap !important;
    word-break: keep-all !important;
}

.table tbody tr.total-row td:first-child,
.table tbody tr.price-row td:first-child,
.table tbody tr.program-row td:first-child {
    font-size: 1rem;
}

.table tbody tr.total-row td:last-child,
.table tbody tr.price-row td:last-child {
    font-size: 1.05rem;
}

/* Акцент для "Стоимость программы" */
.table tbody tr.program-row td:last-child span {
    background: linear-gradient(135deg, #fff0e0, #ffe8d5);
    padding: 6px 16px;
    border-radius: 60px;
    font-weight: 800;
    font-size: 1.15rem;
    color: #c23d2c;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    white-space: nowrap !important;
}

/* Жирный текст в итоговых строках */
.table tbody tr.total-row b,
.table tbody tr.price-row b,
.table tbody tr.program-row b {
    font-weight: 800;
    color: #1f2e3a;
}

/* Мобильная адаптация */
@media (max-width: 680px) {
    .table thead tr td,
    .table tbody tr td {
        padding: 12px 14px;
    }
    .table tbody tr td:first-child {
        padding-right: 14px;
        word-break: break-word;
    }
    .table thead tr td::after {
        display: none;
    }
    .table tbody tr td:last-child {
        font-size: 0.85rem;
        white-space: nowrap !important;
    }
}

/* Убираем отступы у p внутри таблицы */
.table p {
    margin: 0;
    padding: 0;
}

/* Центрирование */
.table .center {
    text-align: center;
}

.slider .item img {
    
    border-radius: 15px;
}

/* End */
/* /bitrix/templates/med-garant/components/arturgolubev/search.title/custom/style.css?17738106672109 */
/* /bitrix/templates/med-garant/styles.css?178265569953978 */
/* /bitrix/templates/med-garant/template_styles.css?178642890394770 */
