/**/
@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: 50px 0px 50px 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: 0px;
}

.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 42px 0 42px;
    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;
    border: 1px solid #2D53D4;
    cursor: pointer;
}

.btn:hover{
    text-decoration: none;
    /*

    background: #EBF6FF;
    color: #2D53D4;
     */
    background: transparent;
    color: #2D53D4;
}

.btn1{
    border: 1px solid #2D53D4;
    background: transparent;
    color: #2D53D4;
}

.btn1:hover{
    background: #2D53D4;
    color: #ffffff;
}
/* ШАПКА */
#header_block_line{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 1px solid #D0D5DD;
}

#header_block{
    height: 100px !important;
}

#logo{
    display: block;
    position: absolute;
    left: 0px;
    top: 24px;
}

#logo img{
    display: block;
    width: 100%;
    height: auto;
}
/**/
#head_contacts{
    display: block;
    position: absolute;
    right: 0px;
    top: 24px;
}

#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: 40px;
    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{
    border-radius: 0px 0px 60px 60px;
    background: #F7F5FF;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

#home_block{

}

#home_banner_fon{
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: 185px;
    width: 700px;
    font-size: 0px;
}

#home_banner_fon img{
    display: block;
    width: 100%;
    height: auto;
}

#home_banner{
    position: relative;
}

#home_banner_left{
    position: relative;
    width: 730px;
    padding: 70px 0px 48px 0px;
}

#home_banner_img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0;
    width: 640px;
}

#home_banner_img img{
    display: block;
    width: 100%;
    height: auto;
}



#home_block .block_title{
    line-height: 68px;
    font-weight: 900;
    margin-bottom: 24px;
}

#home_banner_label{
    display: inline-block;
    height: 48px;
    line-height: 47px;
    border-radius: 12px;
    background: #BDFFE7;
    padding: 0px 16px 0px 16px;
    color: #070033;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    margin-bottom: 40px;
}

#home_banner_desc{
    margin-bottom: 70px;
    padding-left: 10px;
}

#home_banner_desc_title{
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #070033;
    margin-bottom: 16px;
}

#home_banner_desc_list{
    position: relative;
}

#home_banner_desc_list ul,
#home_banner_desc_list li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#home_banner_desc_list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;

    color: #5F5F5F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

#home_banner_desc_list li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2D53D4;
}

#home_banner_btn{
    text-align: left;
    font-size: 0px;
    margin-bottom: 28px;
}

#home_banner_btn .btn{
    margin-right: 12px;
}

#home_banner_add{
    text-align: left;
    font-size: 0px;
}

#home_banner_add img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

#home_banner_add span{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
/**/
#komu_block_line{

}

#komu_block{

}

#komu_block .block_title{
    margin-bottom: 16px;
}

#komu_text{
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

#komu_list{
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0px;
    margin-bottom: -20px;
    text-align: center;
}

.komu_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 10px 20px 10px;
    box-sizing: border-box;
}

.komu_item_out:nth-child(1) { width: 520px; }
.komu_item_out:nth-child(2) { width: 395px; }
.komu_item_out:nth-child(3) { width: 305px; }
.komu_item_out:nth-child(4) { width: 305px; }
.komu_item_out:nth-child(5) { width: 395px; }
.komu_item_out:nth-child(6) { width: 520px; }

.komu_item{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.komu_item_img{
    position: relative;
}

.komu_item_img img{
    display: block;
    width: 100%;
    height: auto;

    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */

    transition: all 0.25s ease;
}

.komu_item_img:hover img{
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.komu_item_title{
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -125px;
    width: 250px;
    height: 65px;
    border-radius: 20px;
    background: rgba(45, 83, 212, 0.60);
    display: table;
}

.komu_item_title div{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
/**/
#kuda_block_line{

}

#kuda_block{

}

#kuda_left{
    float: left;
    width: 540px;
}

#kuda_right{
    margin-left: 580px;
}

#kuda_img{
    font-size: 0px;
    border-radius: 20px;
    overflow: hidden;
}

#kuda_img img{
    display: block;
    width: 100%;
    height: auto;
}

#kuda_block .block_title{
    margin-bottom: 36px;
}

#kuda_text{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    min-height: 215px;
    margin-bottom: 25px;
}

#kuda_btn_line{
    text-align: left;
}
/**/
#vidi_block_line{
    background: #F9F9F9;
}

#vidi_block{

}

#vidi_list{
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0px;
    margin-bottom: -30px;
    text-align: center;
}

.vidi_item_out{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 15px 30px 15px;
    box-sizing: border-box;
}

.vidi_item{
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background: #ffffff;
    text-align: left;
}

.vidi_item_title{
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    margin-bottom: 12px;
}

.vidi_item_price{
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 28px;
    font-weight: 700;
    color: #2D53D4;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.vidi_item_label{
    display: inline-block;
    border-radius: 8px;
    padding: 8px 12px;
    background: #BDFFE7;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 16px;
}

.vidi_item_desc{
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}

.vidi_item_btn{
    text-align: left;
}

.vidi_item_btn .btn{
    display: inline-block;
    vertical-align: middle;
    width: 349px;
}

.vidi_item_link{
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
/**/
#raschet_block_line{

}

#raschet_block{

}

#raschet_left{
    float: left;
    width: 411px;
}

#raschet_right{
    margin-left: 545px;
    padding-top: 70px;
}

#raschet_img{
    font-size: 0;
}

#raschet_img img{
    display: block;
    width: 100%;
    height: auto;
}

#raschet_block .block_title{
    margin-bottom: 24px;
}

#raschet_text{
    font-family: Inter;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}

#raschet_text span{
    color: #2D53D4;
}

#raschet_form_block{

}
/**/
#konsult_block_line{
    background: #F9F9F9;
    padding-bottom: 0px;
}

#konsult_block{

}

#konsult_left{
    width: 565px;
    padding-bottom: 40px;
}

#konsult_block .block_title{
    margin-bottom: 28px;
}

#konsult_text{
    color: #000;
    font-family: Inter;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 42px;
}

#konsult_form_block{
    width: 340px;
}

#konsult_img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0px;
    width: 635px;
}

#konsult_img img{
    display: block;
    width: 100%;
    height: auto;
}
/**/
#polucite_block_line{

}

#polucite_block{

}

#polucite_block .block_title{
    margin-bottom: 31px;
}

#polucite_list{
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0px;
    margin-bottom: -30px;
}

.polucite_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 15px 30px 15px;
    box-sizing: border-box;
}

.polucite_item{
    text-align: center;
}

.polucite_item_img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}

.polucite_item_img img{
    display: block;
    width: 100%;
    height: auto;
}

.polucite_item_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 16px;
}

.polucite_item_title span{
    color: #2D53D4;
}

.polucite_item_desk{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 32px;
}

.polucite_item_btn{
    text-align: center;
}
/**/
#about_block_line{

}

#about_block{

}

#about_left{
    width: 615px;
    float: left;
}

#about_right{
    width: 565px;
    float: right;
}

#about_img{
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}

#about_img img{
    display: block;
    width: 100%;
    height: auto;
}

#about_right_line1{
    border-radius: 20px;
    background: #EEEEF4;
    padding: 24px 30px 24px 30px;
    margin-bottom: 20px;
}

#about_right_title{
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    height: 76px;
    overflow: hidden;
    margin-bottom: 24px;
}

#about_right_title span{
    color: #2D53D4;
}

#about_right_text{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

#about_right_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
    font-size: 0px;
}

.about_right_item_out{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 10px 20px 10px;
    box-sizing: border-box;
}

.about_right_item{
    border-radius: 20px;
    background: #EEEEF4;
    padding: 20px;
    text-align: left;
}

.about_right_item_title{
    color: #2D53D4;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 14px;
}

.about_right_item_desc{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

#about_razd{
    clear: both;
    height: 20px;
}

#about_form_block{
    border-radius: 20px;
    background: #2D53D4;
    padding: 20px;
}

#about_form_block_left{
    float: left;
    width: 470px;
    padding: 16px;
}

#about_form_block_right{
    float: right;
    width: 590px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
}

#about_form_block_title{
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 24px;
}

#about_form_block_text{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

#about_form_block .form_last{
    padding-top: 0;
    font-size: 16px;
}

/**/
#doktors_block_line{
    background: #F5F8FF;
    padding-bottom: 0px;
}

#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;
}
/**/
#adres_block_line{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#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: 2px;
    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: 58px;
    padding: 0px 14px 0px 14px;
    border: 1px solid #D0D5DD;
    border-radius: 20px;
    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;
    border: 1px solid #2D53D4;
}

.form_last{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #667085;
}

.zay_form_thank{
    text-align: center;
}
/**/
.form_tr{
    font-size: 0px;
    margin-left: -6px;
    margin-right: -6px;
}

.form_td{
    display: inline-block;
    vertical-align: top;
    padding: 0px 6px 24px 6px;
    box-sizing: border-box;
}

.form_tr:last-child .form_td{
    padding-bottom: 0px;
}

.form_td input{
    margin: 0;
    width: 100%;
}

.form_td .form_last{
    padding-top: 12px;
}

.form_td1{
    width: 100%;
}

.form_td2{
    width: 50%;
}
/**/