/**/
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot');
    src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay/SFProDisplay-Black.eot');
    src: local('SF Pro Display Black'), local('SFProDisplay-Black'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.woff2') format('woff2'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.woff') format('woff'),
    url('../fonts/SFProDisplay/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/**/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('../fonts/Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/**/
html, body {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
}

div {
    margin: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #2D53D4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

* {
    font-family: 'SF Pro Display';
    outline: none;
    -webkit-appearance: none;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

p sup {
    font-size: 10px;
}

h1 {

}

.mobile{
    display: none !important;
}

.desktop{
    display: block !important;
}
/**/
br {
    font-size: 0px;
    line-height: 0px;
}

::selection {
    background: #2D53D4;
    color: #ffffff;
}

::-moz-selection {
    background: #2D53D4;
    color: #ffffff;
}

img {
    border: none;
}

img[src=""] {
    display: none !important;
}

table{
    border-collapse: collapse;
    border: none;
}

td{
    padding: 5px 10px 5px 10px;
    border: 1px solid #dddddd;
    width: auto !important;
    height: auto !important;
}

table p{
    margin: 0px !important;
    padding: 8px 0px 8px 0px;
}
/**/
hr{
    display: block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 25px 20px 25px;
}
/**/
body.compensate-for-scrollbar {
    overflow: visible;
}

.fancybox-content{
    padding: 20px;
}
/**/
#wrap_page {
    overflow: hidden;
    position: relative;
    min-width: 1240px;
    /*padding-top: 100px;*/
    font-family: 'SF Pro Display';
    color: #1C1C23;
}

#wrap_content {
    margin: 0 auto;
    background-color: #ffffff;
}
/**/
.block_line {
    position: relative;
    width: 100%;
    padding: 100px 0px 10px 0px;
    box-sizing: border-box;
    /*overflow-y: auto;*/
    /*height: auto !important;*/
}

#wrap_content.noslide{
	padding-top: 50px;
}

.noslide .block_line {
    padding: 50px 0px 0px 0px;
	margin-bottom: 50px;
}

.block {
    margin: auto;
    position: relative;
    width: 1200px;
    /*height: auto !important;*/
}

.block:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

.fp-tableCell {
    height: auto !important;
}

.block_pre_title{
    color: #858585;
    font-size: 24px;
    font-family: Inter;
    line-height: 30px;
    margin-bottom: 12px;
}

.block_title{
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #070033;
    margin-bottom: 30px;
}

.block_title span{
    color: #2D53D4;
}
/*
.block_text{
    font-size: 16px;
    line-height: 22px;
    color: #667085;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

.block_text * {
    font-family: 'Inter';
}

.block_text strong, .block_text b {
    font-weight: 600;
    color: #667085;
}
*/
.block_left, .block_right{
    width: 50%;
    box-sizing: border-box;
}

.block_left{
    float: left;
}

.block_right{
    float: right;
}

.block_img{
    font-size: 0;
}

.block_img img{
    display: block;
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}
/**/
.hide1{
    display: none;
}
/**/
.btn{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 48px 0 48px;
    border-radius: 20px;
    height: 58px;
    line-height: 57px;
    text-align: center;
    font-family: SF Pro Display;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background: #2D53D4;
    cursor: pointer;
}

.btn:hover{
    text-decoration: none;
    background: #EBF6FF;
    color: #2D53D4;
}
/* ШАПКА */
#header_block_line{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}

#header_block{
    height: 100px !important;
}

#logo{
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}

#logo img{
    display: block;
    width: 100%;
    height: auto;
}
/**/
#head_contacts{
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}

#head_zvon_btn{
    display: inline-block;
    padding: 0px 24px 0px 24px;
    height: 52px;
    line-height: 51px;
    border-radius: 20px;
    background: #EBF6FF;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #0B064F;
}

#head_zvon_btn:hover{
    background-color: #1576EF;
    text-decoration: none;
    color: #ffffff;
}
/**/
#header_menu{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 36px;
    width: 600px;
}

#menu{
    position: relative;
}

#menu ul, #menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul{
    display: block;
    text-align: center;
    position: relative;
}

#menu li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-right: 18px;
}

#menu a{
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #070033;
}

#menu a:hover, #menu li.active a{
    color: #2D53D4;
    text-decoration: none;
}
/**/
#c-hamburger{
    display: none;
}
/**/
#home_block_line{

}

#home_block{

}

#home_banner{
    border-radius: 60px;
    background: #F5F8FF url(../img/home-banner.svg) 100% 100% no-repeat;;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

#home_banner_left{
    position: relative;
    width: 620px;
    padding: 40px 50px 34px 50px;
}

#home_banner_img{
    position: absolute;
    right: 45px;
    bottom: 0px;
    font-size: 0;
}

#home_banner_img img{
    display: block;
}

#home_block .block_title{
    margin-bottom: 21px;
}

#home_banner_label{
    display: inline-block;
    height: 44px;
    line-height: 43px;
    border-radius: 12px;
    background: #BDFFE7;
    padding: 0px 16px 0px 16px;
    color: #070033;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    margin-bottom: 26px;
}

#home_banner_desc{
    width: 534px;
    color: #070033;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 43px;
}

#home_banner_btn{
    text-align: left;
}

#home_list_title{
    color: #070033;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

#home_list_title span{
    color: #2D53D4;
}

#home_list{
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0px;
    text-align: center;
}

.home_item_out{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0px 15px 25px 15px;
}

.home_item{
    border-radius: 20px;
    background: #F9F9F9;
    padding: 22px;
    text-align: left;
}

.home_item_line1{
    margin-bottom: 15px;
}

.home_item_line1:after{
    content: "";
    display: block;
    height: 1px;
    clear: both;
}

.home_item_line1_left{
    float: left;
}

.home_item_logo{
    position: relative;
}

.home_item_logo img{
    display: inline-block;
    vertical-align: middle;
}

.home_item_logo span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    color: #070033;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.home_item_line1_right{
    float: right;
}

.home_item_rating{
    float: right;
}

.home_item_rating img{
    display: inline-block;
    vertical-align: middle;
}

.home_item_rating span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    color: #070033;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.home_item_desc{
    color: #070033;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.home_item_desc span{
    font-weight: bold;
}

.home_item_link a{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
/**/
#problems_block_line{

}

#problems_block{

}

#problems_block .block_title{
    margin-bottom: 40px;
}

#problems_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0;
}

.problems_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0px 10px 20px 10px;
}

.problems_item{
    padding: 24px 29px 24px 29px;
    border-radius: 100px;
    background: #F9F9F9;
    text-align: left;
}

.problems_item_title{
    font-size: 22px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;
}

#problems_img{
    font-size: 0px;
    margin-bottom: 32px;
    border-radius: 20px;
    overflow: hidden;
}

#problems_img img{
    display: block;
    width: 100%;
    height: auto;
}

#problems_left{
    float: left;
}

#problems_right{
    float: right;
    padding-top: 7px;
}

#problems_last{

}

#problems_last_title{
    color: #070033;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

#problems_last_text{
    color: #858585;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
}
/**/
#reshenia_block_line{

}

#reshenia_block{

}

#reshenia_title_block{
    border-radius: 60px;
    background: #F5F8FF;
    margin-bottom: 25px;
    padding: 20px 165px 0px 40px;
    text-align: justify;
}

#reshenia_title_block:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#reshenia_title_block .block_title{
    display: inline-block;
    vertical-align: middle;
}

#reshenia_title_block_img{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

#reshenia_title_block_img img{
    position: relative;
}

#reshenia_title_block_img:before{
    content: "";
    display: block;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background: rgba(45, 83, 212, 0.30);
    position: absolute;
    right: -64px;
    bottom: 0px;
}

#reshenia_list{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -34px;
    text-align: left;
    font-size: 0;
}

.reshenia_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0px 15px 34px 15px;
}

.reshenia_item{
    padding: 24px 16px 24px 16px;
    border-radius: 20px;
    background: #F9F9F9;
    text-align: left;
}

.reshenia_item_img{
    font-size: 0;
    margin-bottom: 16px;
}

.reshenia_item_img img{
    display: block;
}

.reshenia_item_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
}

.reshenia_item_desc{
    color: #070033;
    font-family: Inter;
    font-size: 16px;
    line-height: 20px;
}
/**/
#etaps_block_line{

}

#etaps_block{
    padding-top: 12px;
}

#etaps_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
    text-align: center;
    font-size: 0;
}

.etaps_item_out{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 10px 20px 10px;
}

.etaps_item{
    padding: 36px 0px 0px 24px;
    border-radius: 20px;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    overflow: hidden;
    background: #eeeeee;
    text-align: left;
}

.etaps_item_img{
    font-size: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.etaps_item_img img{
    display: block;
}

.etaps_item_label{
    width: 98px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 12px;
    background: #070033;
    color: #FFF;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
}

.etaps_item_title{
    color: #070033;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    position: relative;
}

.etaps_item_desc{
    color: #070033;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.etaps_item_desc span{
    font-weight: 600;
}

.etaps_item_out:nth-child(1){
    width: 52%;
}

.etaps_item_out:nth-child(1) .etaps_item{
    background: #E8F0FF;
}

.etaps_item_out:nth-child(2){
    width: 48%;
}

.etaps_item_out:nth-child(2) .etaps_item{
    background: #FFF3C9;
}

.etaps_item_out:nth-child(3){
    width: 60%;
}

.etaps_item_out:nth-child(3) .etaps_item{
    background: #B6CFFF;
}

.etaps_item_out:nth-child(4){
    width: 40%;
}

.etaps_item_out:nth-child(4) .etaps_item{
    background: #E8F0FF;
}
/**/
#bonus_block_line{

}

#bonus_block{
    border-radius: 60px;
    background: #F9F9F9 url(../img/bonus-block.svg) 100% 0% no-repeat;;
    overflow: hidden;
}

#bonus_left{
    width: 590px;
    padding: 40px 0px 40px 40px;
    box-sizing: border-box;
}

#bonus_left .block_title{
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 54px;
	margin-right: -100px;
}

#bonus_list{
    position: relative;
    font-size: 0;
}

.bonus_item_out{
    margin-bottom: 20px;
}

.bonus_item{
    border-radius: 20px;
    background: #FFF;
    padding: 20px 24px 20px 24px;
}

.bonus_item_line1{
    margin-bottom: 16px;
}

.bonus_item_line1_img{
    display: inline-block;
    vertical-align: middle;
}

.bonus_item_line1_img img{
    display: block;
}

.bonus_item_line1_title{
    display: inline-block;
    vertical-align: middle;

    color: #070033;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 12px;
}

.bonus_item_line1_title span{
    color: #2D53D4;
}

.bonus_item_line2{
    position: relative;
}

.bonus_item_line2_desc{
    color: #070033;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

#bonus_img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 580px;
    font-size: 0;
}

#bonus_img img{
    display: block;
    max-width: 100%;
}

#bonus_img_info{
    position: absolute;
    left: 150px;
    bottom: 87px;
    width: 380px;
    border-radius: 20px;
    background: #F5F8FF;
    padding: 20px 15px 20px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #070033;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

#bonus_img_info span{
    color: #2D53D4;
}
/**/
#zapis_block_line{

}

#zapis_block{

}

#zapis_left{
    float: left;
    width: 630px;
}

#zapis_right{
    float: right;
    width: 520px;
    padding-top: 117px;
}

#zapis_img{
    border-radius: 60px;
    overflow: hidden;
    font-size: 0;
}

#zapis_img img{
    display: block;
    width: 100%;
    height: auto;
}

#zapis_block .block_title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
}

#zapis_label{
    display: inline-block;
    height: 44px;
    line-height: 43px;
    padding: 0px 16px 0px 16px;
    border-radius: 12px;
    background: #BDFFE7;
    margin-bottom: 36px;
}

#zapis_text{
    margin-bottom: 44px;
}

#zapis_text_title{
    color: #070033;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

#zapis_text_list{
    position: relative;
}

.zapis_text_item{
    margin-bottom: 16px;
    color: #070033;
    font-size: 18px;
    font-family: Inter;
    line-height: 22px;
}

.zapis_text_item span{
    color: #2D53D4;
}

#zapis_btn_line{

}
/**/
#doktors_block_line{
    background: #F5F8FF;
}

#doktors_block{
    padding-top: 30px;
}

#doktors_block .block_pre_title{
    text-align: center;
}

#doktors_block .block_title{
    margin-bottom: 50px;
    text-align: center;
}

#doktors_left{
    float: left;
    width: 360px;
    padding-top: 70px;
}

#doktors_right{
    float: right;
    width: 780px;
}
/**/
#doktors_left_list{
    font-size: 0;
}

.doktors_left_item_out{
    padding: 10px 0px 10px 0px;
}

.doktors_left_item{
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    height: 104px;
    padding: 24px;
}

.doktors_left_item:hover,
.slick-current .doktors_left_item
{
    border: 1px solid #2D53D4;
}

.doktors_left_item_img{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    overflow: hidden;
    float: left;
    margin-top: -12px;
 }

.doktors_left_item_img img{
    width: 100%;
    height: auto;
}

.doktors_left_item_title{
    color: #070033;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    margin-left: 104px;
    margin-bottom: 12px;
}

.doktors_left_item_desc{
    color: #070033;
    font-size: 16px;
    font-family: Inter;
    line-height: 20px;
    margin-left: 104px;
}
/**/
#doktors_left_list .slick-prev,
#doktors_left_list .slick-next
{
    display: block;
    width: 48px;
    height: 48px;
    border: none;
    padding: 0px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
    font-size: 0;
    text-indent: -9999px;
}

#doktors_left_list .slick-prev {
    background: transparent url(../img/Prev.svg) 50% 50% no-repeat;
}

#doktors_left_list .slick-next {
    background: transparent url(../img/Next.svg) 50% 50% no-repeat;
}

#doktors_left_list .slick-prev:hover,
#doktors_left_list .slick-next:hover
{
    opacity: 0.85;
}
/**/
#doktors_right_list{
    font-size: 0;
}

.doktors_right_item_out{
    position: relative;
}

.doktors_right_item{
    position: relative;
}

.doktors_right_item_img{
    display: inline-block;
    vertical-align: middle;
}

.doktors_right_item_img img{
    display: block;
    width: 388px;
    height: 620px;
}

.doktors_right_item_info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
    width: 345px;
}

.doktors_right_item_title{
    color: #070033;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 16px;
    margin-right: 50px;
}

.doktors_right_item_label{
    color: #2D53D4;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;

    margin-bottom: 12px;
}

.doktors_right_item_desc{
    color: #070033;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;

    margin-bottom: 36px;
    margin-bottom: 12px;
}

.doktors_right_item_btn{
	padding-top: 24px;
    text-align: left;
}
/**/
#doktors_right_list .slick-arrow{
    display: none !important;
}
/**/
#questions_block_line{

}

#questions_block{

}

#questions_block .block_title{
    margin-bottom: 82px;
    text-align: center;
}

#faq_list{
    position: relative;
}

.faq_list_item{
    border-top: 1px solid #D0D5DD;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: -1px;
    padding: 38px 0 38px 0;
    position: relative;
}

.faq_list_item_question{
    position: relative;
}

.faq_list_item_title{
    margin: 0 105px 0px 0px;
    color: #070033;
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
}

.faq_list_item_btn{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -18px;
    font-size: 0px;
}

.faq_list_item_btn img{
    display: block;
    cursor: pointer;
    transition: all 0.25s;
}

.faq_list_item.active img{
    transform: rotate(45deg);
}

.faq_list_item_answer{
    display: none;
    padding-top: 15px;
	margin: 0px 105px 0px 0px;
    color: #070033;
    font-size: 18px;
    font-family: Inter;
}

/**/
#adres_block_line{

}

#adres_block{
    border-radius: 60px;
    background: #F9F9F9;
}

#adres_left{
    float: left;
    width: 585px;
    box-sizing: border-box;
    padding: 25px 0px 0px 40px;
}

#adres_right{
    float: right;
    width: 585px;
}

#adres_block .block_title{
    margin-bottom: 12px;
}

#adres_block .block_pre_title{
    margin-bottom: 24px;
}

#adres_list{
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
    font-size: 0;
}

.adres_item_out{
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 20px 10px;
}

.adres_item{
    width: 220px;
    height: 189px;
    border-radius: 20px;
    background: #FFF;
    padding: 24px 0px 0px 24px;
    text-align: left;
    cursor: pointer;
}

.adres_item.active,
.adres_item:hover
{
    background: #DAE5FF;
}

.adres_item_img{
    margin-bottom: 16px;
}

.adres_item_img img{
    display: block;
}

.adres_item_title{
    color: #070033;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.adres_item_desc{
    color: #858585;
    font-size: 16px;
    font-family: Inter;
    line-height: 20px;
}

.adres_map{
    background: #eeeeee;
    height: 630px;
    border-radius: 60px;
    overflow: hidden;
}

#adres_map1{

}

#adres_map2{

}

#adres_last{
    height: 45px;
}
/**/
#footer_block_line{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #D0D5DD;
}

#footer_block{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: justify;
}

#footer_block:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#foot_logo,
.foot_item,
.foot_copy
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.foot_item{
    color: #858585;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 18px;
}

.foot_item a{
    color: #858585;
}

.foot_copy{
    color: #070033;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 18px;
}

.foot_copy span{
    display: block;
    margin-bottom: 3px;
}
/**/
/* Modal */
.modal_block{
    display: none;
    border-radius: 16px;
    background-color: #ffffff;
    width: 840px;
    padding: 0;
}

.modal_block:after{
    content: "";
    display: block;
    clear: both;
}

.modal_block_left{
    float: left;
    width: 460px;
    height: 500px;
    background: #E0EDF6;
    box-sizing: border-box;
}

.modal_block_right{
    margin-left: 460px;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
}

.modal_block_img{
    font-size: 0px;
    text-align: center;
}

.modal_block_img img{
    display: block;
    width: 100%;
    height: 100%;
}

.modal_block_title{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #070033;
    text-align: center;
    padding-top: 20px;
}

.modal_block_title span{
    color: #2D53D4;
}
/**/
.form_label{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-family: Inter;
    color: #1C1C23;
}

.form_field{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0px 14px 0px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-bottom: 10px;
    background: transparent;
    font-size: 16px;
    color: #667085;
    font-family: Inter;
}

.form_btn{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 16px;
    border: none;
    line-height: normal;
}

.form_last{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #667085;
}

.zay_form_thank{
    text-align: center;	
}
/**/