/*-----------------------------------------------------------*/
/* MAIN BLOCK */
/*-----------------------------------------------------------*/


.main_info_box {
    position: relative;

}

.main_info_box .fons {
    display: grid;
    grid-template-columns: 70% 30%;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_info_box .fon0 {
    position: relative;
}

.main_info_box .fon0 .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(/assets/images/main_top.jpg) no-repeat center center;
    background-size: cover;
}

.main_info_box .fon1 {
    position: relative;
    background: linear-gradient(90deg, #21B4BD -1.39%, #0A5559 90.24%);
}

.main_info_box .fon2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    opacity: 0.1;
    background: url(/assets/images/hospital.jpg) no-repeat center center;
    background-size: cover;
}

.main_info_box .wrap_cover {
    display: grid;
    grid-template-columns: 55% 1fr;
    align-items: center;
    z-index: 2;
    position: relative;
}

.main_info_box .container {
    position: relative;
}

.main_info_box .container .fon3 {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    top: 0;
    width: 494px;
    height: auto;
    right: 5%;
    background: url(/assets/images/sasha51.webp) no-repeat bottom center;
    background-size: contain;
}

.main_info_box .fon4 {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    width: 100%;
    left: 0;
    right: 100%;
    height: 100px;
    background: url(/assets/images/wave1.svg) no-repeat bottom center;
    background-size: cover;
}

.main_info_box .text_info {
    padding: 100px 0 0 0;
}

.main_info_box h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    padding: 0;
}

.main_info_box .subtitle {
    font-weight: 400;
    font-size: 24px;
}

.vertical_slider {
    margin: 25px 0 35px 0;
    font-weight: 400;
    font-size: 24px;
}

.main_info_box .button {
    margin-bottom: 50px;
    display: flex;
}

.main_info_box .button a {
    font-size: 20px;
    cursor: pointer;
    padding: 19px 32px 20px 32px;
    color: #FFFFFF;
    background: url(/assets/images/button.svg) no-repeat center top;
    background-size: contain;
    box-shadow: 0 13px 5px -8px rgba(0, 0, 0, 0.27);
    text-decoration: none;
}

.main_info_box .addition_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}

.main_info_box .addition_btns>a {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 0px 10px 0px 15px;
    line-height: 1.3;
    min-height: 122px;
    display: grid;
    grid-template-columns: 1fr 110px;
    background: #fff;
    cursor: pointer;
}

.main_info_box .addition_btns>a::after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main_info_box .addition_btns>a p {
    font-weight: 400;
    font-size: 16px;
}

.main_info_box .addition_btns .first::after {
    background-image: url(/assets/images/chinese.jpg);
}

.main_info_box .addition_btns .second::after {
    background-image: url(/assets/images/stoma.jpg);
}

.main_info_box .video_info {
    justify-self: end;
    margin-top: 150px;
    align-self: flex-start;
}

.main_info_box .video_info a {
    display: flex;
    width: 192px;
    height: 192px;
    background: url(/assets/images/video-btn-no-play.svg) no-repeat 0 0;
    background-size: contain;
    align-items: center;
    justify-content: center;
}

.main_info_box .video_info a:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/assets/images/play.svg) no-repeat center right;
    background-size: contain;
    animation: wiggle 1s infinite;
}

@keyframes wiggle {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width:768px) {


    .main_info_box .fons {
        grid-template-columns: 1fr;
    }

    .main_info_box .container .fon3 {

        right: 0%;
        bottom: 0;
        width: 50%;
    }

    .main_info_box .fon0 {
        padding-bottom: 50px;
    }

    .main_info_box .wrap_cover {
        grid-template-columns: 1fr;
        align-items: center;
    }

    .main_info_box .container {
        padding: 0 20px;
        overflow: hidden;
    }

    .main_info_box .text_info {
        padding: 60px 0 0 0;
    }

    .main_info_box h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .vertical_slider {
        font-size: 20px;
        height: 94px;
        margin: 25px 0 0 0;
    }

    .main_info_box .addition_btns {
        display: none;
    }

    .main_info_box .video_info {
        justify-self: start;
        margin-top: 75px;
        align-self: flex-start;
        margin-bottom: 70px;
        margin-left: 15%;
    }

    .main_info_box .video_info a {
        width: 176px;
        height: 176px;
    }
}

@media (max-width:450px) {
    .main_info_box .container .fon3 {
        right: -25%;
        bottom: 0;
        width: 82%;
    }

    .vertical_slider {
        margin: 25px 0 35px 0;
    }

    .main_info_box .video_info {
        margin-left: 0;
        margin-bottom: 100px;
    }
}


/*-----------------------------------------------------------*/
/* АКЦИИ BLOCK */
/*-----------------------------------------------------------*/


.section_discount {
    margin-top: 50px;
    overflow: hidden;
}

.section_discount .h3_btn {
    display: grid;
    grid-template-columns: 1fr 230px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.section_discount .h3_btn h2 {
    margin: 0;
}

.section_discount .h3_btn .btn {
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 40px;
    text-align: center;
}



/* показ слайдера на всю ширину и затемнение слайдов справа вне контейнера */

.related-posts__slider .slick-slide {
    margin: 0 10px;
    opacity: 0.3;
    transition: opacity 0.6s ease;
    height: auto;
}

.related-posts__slider .slick-slide.slick-active {
    opacity: 1;
}

.related-posts__slider .slick-list {
    overflow: visible;
    margin: 0 -10px;
}

/* стили слайдера */

.related-posts__items {
    padding: 0;
    margin-top: 45px;
    margin-bottom: 45px;

}

.related-posts__slider .part {
    background: linear-gradient(90deg, #0E979F 50.15%, #157B82 90.24%);
    border-radius: 10px;
    cursor: pointer;
}

.related-posts__slider .img {
    position: relative;
    border-radius: 10px 10px 0 0;
    height: 260px;
    width: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
}

.related-posts__slider .img .procent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 85px;
    text-align: center;
}

.related-posts__slider .img .procent svg {
    position: absolute;
    left: -50%;
    top: 0;
}

.related-posts__slider .img .procent span {
    position: absolute;
    display: block;
    font-weight: 500;
    font-size: 40px;
    width: 100%;
    bottom: 10px;
    color: #fff;
}

.related-posts__slider .descr {
    padding: 20px 30px 40px 30px;
}

.related-posts__slider .descr .text {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.related-posts__slider .descr .readmore {
    margin-top: 10px;
}

.related-posts__slider .descr .readmore a {
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    color: #AFFAFF;
}

.related-posts__slider-nav {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto auto;
    gap: 50px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li button {
    border-radius: 50%;
    text-indent: -99999px;
    height: 20px;
    width: 20px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: 1px solid #9A9999;
    color: inherit;
    background-color: white;
}

.slick-dots li.slick-active button {
    border: none;
    background-color: #02838B;
}

.related-posts__slider-nav .slick-arrow {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

/*  Modals */
.hidden_fixed_news .box, .hidden_fixed .box {
    display: none;
}

.hidden_fixed_news .box.show,.hidden_fixed .box.show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hidden_fixed_news .box .wrapper, .hidden_fixed .box .wrapper {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 5%;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    position: relative;
}
.hidden_fixed .box .wrapper {
    grid-template-columns: 1fr;
}

.hidden_fixed_news .box .wrapper img {
    max-width: 100%;
}

.hidden_fixed_news .box .x, .hidden_fixed .box .x {
    font-style: normal;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
}

@media (max-width:768px) {
    .section_discount .h3_btn {
        grid-template-columns: auto;
        border-bottom: none;
        display: block;
    }

    .section_discount .h3_btn .btn {
        margin-top: 20px;
    }
}

@media (max-width:450px) {
    .hidden_fixed_news .box .wrapper,.hidden_fixed .box .wrapper {
        width: 96%;
        height: 96%;
        display: block;
        padding: 40px 15px;
        overflow-y: auto;
    }
}

/* --------------------------------------------------------- */
/*  Секция ПОЧЕМУ МЫ */
/* --------------------------------------------------------- */


.section_why_us {
    background: linear-gradient(90.45deg, #AAE5E8 34.43%, #E8FEFF 73.08%);
    padding: 60px 0 50px 0;
    margin-top: 60px;
}

.section_why_us .sub_title,
.section_why_us h2 {
    text-align: center;
}

.section_why_us .twosides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.section_why_us .video img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.section_why_us .descr {
    font-size: 14px;
}



.section_why_us .adv {
    background: linear-gradient(90deg, #0CA5AF 30.09%, #02838B 94.04%);
    border-radius: 10px;
    padding: 25px 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.section_why_us .adv:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(/assets/images/vector.svg) no-repeat center center;
    background-size: contain;
}

.section_why_us .adv .box {
    display: flex;
    z-index: 2;
}

.section_why_us .adv .box p {
    padding-left: 15px;
}

@media (max-width:768px) {

    .section_why_us .twosides {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section_why_us .descr {
        font-size: 16px;
    }

    .section_why_us .first-p {
        font-size: 16px;
        font-style: italic;
    }

    .section_why_us .second-p {
        font-size: 18px;
        line-height: 1.5;
    }

    .section_why_us .adv:before {
        display: none;
    }

    

    .section_why_us .adv {
        padding: 20px 22px;
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width:450px) {
    .section_why_us .adv {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --------------------------------------------------------- */
/*  Секция section_work_process */
/* --------------------------------------------------------- */

.section_work_process {
    padding: 60px 0;
}

.section_work_process .sub_title,
.section_work_process h2 {
    text-align: center;
    padding: 0 15%;
}

.process_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.process_wrap>div {
    border-radius: 10px;
    overflow: hidden;
}

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

.process_wrap .first {
    background: #F2F3F3;
}

.process_wrap .second {
    background: #AFFAFF;
}

.process_wrap .third {
    background: #10A5AE;
    color: #fff;
}

.process_wrap .descr {
    padding: 30px;
    font-weight: 400;
    font-size: 18px;
}

.process_wrap h4 {
    margin-top: 0;
}

.process_wrap .descr ul {
    padding-left: 20px;
}

.process_wrap .descr a {
    color: #157B82;
}

@media (max-width:768px) {

    .section_work_process .sub_title,
    .section_work_process h2 {
        padding: 0;
    }
}

@media (max-width:450px) {
    .process_wrap {
        grid-template-columns: 1fr;
    }
}



/*-----------------------------------------------------------*/
/* УСЛУГИ BLOCK */
/*-----------------------------------------------------------*/


.section_services {
    padding: 60px 0;
    background: #EBFEFF;
}

.section_services .sub_title,
.section_services h2 {
    text-align: center;
    padding: 0 10%;
}

.section_services .wrap {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 40px;
    padding-top: 25px;
}

.section_services .prices {
    background: #FFFFFF;
    border: 1px solid #21B4BD;
    border-radius: 15px;
    padding: 25px;
}

.section_services .prices h4 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
}

.section_services .prices .list .item {
    border-bottom: 1px solid #21B4BD;
    padding: 15px 0 15px 0;
}

.section_services .prices .item:last-child {
    border: none;
}

.section_services .prices .list .descr {
    font-weight: 600;
    font-size: 14px;
}

.section_services .prices .list .price {
    font-weight: 300;
    font-size: 28px;
}

.section_services .prices .btn.dark {
    background: #01656B;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    font-weight: 500;
    font-size: 20px;
    margin-top: 40px;
}

.section_services .top_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border-bottom: 1px solid #21B4BD;
    padding: 40px 0 30px 0;
}

.section_services .service {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
}

.section_services .top_two.last {
    border-bottom: none;
}

.section_services .service .img {
    background: #fff;
    height: 100px;
    padding: 15px;
    border-radius: 50%;

    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    border: 1px solid #02838B;
}

.section_services .service .img:hover {

    border: 3px solid #02838B;
}

.section_services .service .img i {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.section_services .service h4 {
    margin-bottom: 15px;
    margin-top: 0;
}

.section_services .service h4 a {
    font-weight: 600;
    font-size: 16px;
    color: #02838B;
    text-decoration: underline;
}

.section_services .service ul {
    padding-left: 20px;
}

.section_services .service li {
    margin-bottom: 5px;
}

.section_services .service li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.section_services .service li a:hover {
    color: #02838B;
}

@media (max-width:768px) {

    .section_services h2 {
        font-size: 26px;
        padding: 0;
    }

    .section_services .wrap {
        grid-template-columns: 40% 1fr;
    }

    .section_services .top_two {
        grid-template-columns: 1fr;
        border-bottom: none;
        padding: 30px 0 0 0;
    }
}

@media (max-width:450px) {
    .section_services .wrap {
        grid-template-columns: 1fr;
    }
}


/*-----------------------------------------------------------*/
/* Гарантии BLOCK */
/*-----------------------------------------------------------*/

.section_garanti {
    padding: 10px 0;
    position: relative;
    /*background-color: #faf8ef;*/
}

.section_garanti::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    width: 100%;
    background: #EBFEFF;
}

.section_garanti .container {
    background: url(/assets/images/conus.svg) no-repeat right center #fff;
    background-size: contain;
    box-shadow: 0px 4px 30px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 70% 1fr;
}

.section_garanti .info {
    padding: 30px 0 40px 50px;
}

.section_garanti .info h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.section_garanti .info h2 span {
    color: #CE520C;
}

.section_garanti .info p {
    font-weight: 300;
    font-size: 16px;
}

.section_garanti .info .send {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.section_garanti .img {
    padding: 20px 0;
}

.section_garanti img {
    max-width: 235px;
}

@media (max-width:768px) {

    .section_garanti {
        padding: 10px;
    }

    .section_garanti .container {
        background-position: top right;
        grid-template-columns: 1fr 30%;
    }

    .section_garanti .info {
        padding: 30px 10px 40px 10px;
    }
}

@media (max-width:450px) {
    .section_garanti .container {
        background-position: 0 150%;
        grid-template-columns: 1fr;
    }
}


/*-----------------------------------------------------------*/
/* ИСТОРИИ НАШИХ ПАЦИЕНТОВ BLOCK */
/*-----------------------------------------------------------*/

.section_otzivi {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.section_otzivi .sub_title,
.section_otzivi h2 {
    text-align: center;
    padding: 0 15%;
}

.section_otzivi .info {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 50px;
}

.section_otzivi .media img {
    width: 100%;
    max-width: 100%;
}

.section_otzivi .item {
    background: linear-gradient(90deg, #0CA5AF 30.09%, #02838B 94.04%);
    border-radius: 10px;
    overflow: hidden;
}

.section_otzivi .sub_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #02838B;
    border-top: 1px solid #fff;

}

.section_otzivi .descr {
    padding: 50px 35px 0 0;
    color: #fff;
    position: relative;
}

.section_otzivi .descr:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 45px;
    width: 60px;
    height: 40px;
    background: url(/assets/images/quotas.svg) no-repeat right top;
    background-size: contain;
}

.section_otzivi p.big {
    font-weight: 600;
    font-size: 20px;
}

.section_otzivi p.small {
    line-height: 1.6;
    font-style: italic;
    font-weight: 300;
}

.section_otzivi .sub_info .first {
    text-align: left;
    padding-left: 30px;
}

.section_otzivi .middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.reviews .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    cursor: pointer;
}

.reviews .slick-arrow svg {
    width: 50px;
    height: 100px;
}

.reviews .slick-arrow path {
    stroke: #7f9593;
    stroke-width: 1;
}

.reviews .slick-arrow svg:hover path {
    stroke: #000;
}

.reviews .custom-prev-arrow {
    left: 20px;
}

.reviews .custom-next-arrow {
    right: 20px;
}

.section_otzivi .slick-slide {
    opacity: 0.2;
}

.section_otzivi .slick-slide.slick-active {
    opacity: 1;
}

.section_otzivi .slick-list {
    overflow: visible;
}

.reviews_navigation .slick-dots {
    justify-content: center;
    margin-top: 25px;
}

.section_otzivi .wrapper-center {
    margin-top: 20px;
}

/*  Video play btn */

.youtube {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.youtube:after {
    content: '';
    background: url(/assets/images/ybtn.png) no-repeat;
    background-position: 0 -50px;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover:after {
    background-position: 0 0;
}
.reviews_slider .btn.white {margin-bottom:15px}

@media (max-width:768px) {

    .section_otzivi .sub_title,
    .section_otzivi h2 {
        padding: 0;
    }

    .section_otzivi .info {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .section_otzivi .media {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .section_otzivi .descr {
        padding: 50px 15px 0 15px;
    }

    .section_otzivi .sub_info .first {
        text-align: center;
        padding: 0;
    }

    .section_otzivi .sub_info .sub {
        margin-bottom: 15px;
    }

    .section_otzivi .middle {
        border: none;
    }

    .reviews .slick-arrow {
        display: none !important;
    }
}

@media (max-width:450px) {
    .section_otzivi .media {
        grid-template-columns: 1fr;
    }
    .section_otzivi .media .img {display:none;}
}

/*-----------------------------------------------------------*/
/* section_whatsapp BLOCK */
/*-----------------------------------------------------------*/

.section_whatsapp {
    position: relative;
    padding: 10px 0 0 0;
    margin-top: 60px;
}

.section_whatsapp .fons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 70% 1fr;
    z-index: 1;
}

.section_whatsapp .fon1 {
    background: url(/assets/images/whatsapp_fon.jpg) no-repeat 0 0;
    background-size: cover;
}

.section_whatsapp .fon2 {
    background: linear-gradient(90deg, #21B4BD -1.39%, #0A5559 90.24%);
}

.section_whatsapp .container,
.section_whatsapp .wrap {
    position: relative;
    z-index: 2;
}

.section_whatsapp .container {
    padding: 60px 0;
}

.section_whatsapp .container .fon3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    width: 40%;
    height: auto;
    right: 0;
    background: url(/assets/images/sasha51.webp) no-repeat bottom center;
    background-size: contain;
}

.section_whatsapp .wrap {
    background: #fff;
    box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 61%;
}

.section_whatsapp .wrap .header {
    padding: 20px 60px 20px 40px;
}

.section_whatsapp .wrap .footer {
    padding: 5px 40px 10px 40px;
    background: #E7E7E7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.section_whatsapp .wrap .header .wrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
}

.section_whatsapp .ask_doctor {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.section_whatsapp textarea {
    background: #F8F8F8;
    border: 1px solid #9A9999;
    width: 100%;
    padding: 15px;
}

.section_whatsapp .wrap .or a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
}

.section_whatsapp .footer p {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:768px) {
    .section_whatsapp {
        overflow: hidden;
    }

    .section_whatsapp .container {
        padding: 60px 10px;
    }

    .section_whatsapp .wrap .header {
        padding: 20px 20px 20px 15px;
    }

    .section_whatsapp textarea {
        box-sizing: border-box;
    }

    .section_whatsapp .wrap .header .wrapper {
        grid-template-columns: 1fr;
    }

    .section_whatsapp .container .fon3 {
        width: 65%;
        right: -19%;
    }
}

@media (max-width:450px) {
    .section_whatsapp .container .fon3 {
        z-index: 5;
        width: 40%;
        right: 0%;
    }

    .section_whatsapp .wrap .footer {
        padding: 5px 100px 10px 15px;
    }

    .section_whatsapp .wrap {
        width: 100%;
    }

    .section_whatsapp .fons {
        grid-template-columns: 1fr;
    }

    .section_whatsapp .fon1 {
        display: none;
    }
}

/*-----------------------------------------------------------*/
/* section_doctora BLOCK */
/*-----------------------------------------------------------*/

.section_doctora {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.section_doctora .sub_title,
.section_doctora h2 {
    text-align: center;
    padding: 0 10%;
}

.section_doctora .item {
    box-shadow: 0px 11px 83px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 20px;
    overflow: hidden;
}

.section_doctora .item .face {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 536px;
}

.section_doctora .item .descr {
    padding: 30px;
}

.section_doctora .item .descr .wrap {
    display: grid;
    grid-template-columns: 1fr 125px;
    gap: 20px;
    border-bottom: 1px solid #9A9999;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.section_doctora .item .name {
    font-weight: 600;
    font-size: 25px;
}

.section_doctora .item .occupation {
    font-weight: 400;
    font-size: 20px;
    color: #050505;
    display:block;
    margin-top:5px;
}

.section_doctora .item .b {
    background: #F5F5F5;
    border: 2px dashed #9A9999;
    border-radius: 15px;
    color: #02838B;
    font-weight: 500;
    text-align: center;
    padding: 5px 0 9px 0;
}

.section_doctora .item .count {
    font-size: 35px;
}

.section_doctora .item .exp {
    font-size: 18px;
}

.section_doctora .item .education {
    font-weight: 500;
    font-size: 20px;
}

.section_doctora .item .description {
    line-height: 1.4;
    color: #434343;
}

.doctora {
    padding-top: 20px;
}

.doctora .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    cursor: pointer;
}

.doctora .slick-arrow svg {
    width: 50px;
    height: 100px;
}

.doctora .slick-arrow path {
    stroke: #7f9593;
    stroke-width: 1;
}

.doctora .slick-arrow svg:hover path {
    stroke: #000;
}

.doctora .custom-prev-arrow {
    left: 20px;
}

.doctora .custom-next-arrow {
    right: 20px;
}

.doctora .slick-slide {
    opacity: 0.2;
}

.doctora .slick-slide.slick-active {
    opacity: 1;
}

.doctora .slick-list {
    overflow: visible;
}

.doctora .slick-dots {
    justify-content: center;
    margin-top: 25px;
}

@media (max-width:768px) {

    .section_doctora h2 {
        padding: 0;
    }

    .section_doctora .item .descr {
        padding: 0 20px 20px 20px;
    }

    .section_doctora .item .exp,
    .section_doctora .item .occupation {
        font-size: 16px;
    }

    .doctora .slick-arrow {
        display: none !important;
    }

}

@media (max-width:450px) {
    .section_doctora .item {
        grid-template-columns: 1fr;
    }

    .section_doctora .item .face {
        width: 100%;
        height: 220px;
        min-height: 220px;
    }
}

/*-----------------------------------------------------------*/
/* chinese_services BLOCK */
/*-----------------------------------------------------------*/

.chinese_services {
    padding: 80px 0;
    /*background: #faf8ef;*/
}

.chinese_services .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.chinese_services .top p {
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
}

.chinese_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 50px;
}

.chinese_gallery .box {
    height: 350px;
    width: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* border-radius: 10px; */
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.chinese_gallery .box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    /* background-color: #000; */
    z-index: 1;
}

.chinese_gallery .box .info {
    z-index: 2;
    padding: 30px;
    background: linear-gradient(rgba(12, 165, 175, 0.57), rgba(2, 131, 139, 0.9));
    transition: all 0.5s ease;
}

.chinese_gallery .box:hover .info {
    padding-bottom: 50px;
    /* background: linear-gradient(rgba(12, 165, 175, 0.57), rgba(2, 131, 139, 0.9)) */
    ;
}

.chinese_gallery .box:hover .info div {
    display: inline-block;
    text-decoration: underline;
}


.chinese_gallery .box h5 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
}

@media (max-width:450px) {

    .chinese_services .top,
    .chinese_gallery {
        grid-template-columns: 1fr;
    }
}

/*-----------------------------------------------------------*/
/* section_do_posle BLOCK */
/*-----------------------------------------------------------*/

.section_do_posle {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: #DDF2F2;
}

.section_do_posle .sub_title,
.section_do_posle h2 {
    text-align: center;
    padding: 0 10%;
}

.section_do_posle .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    background: none;
    cursor: pointer;
}

.section_do_posle .slick-arrow svg {
    width: 50px;
    height: 100px;
}

.section_do_posle .slick-arrow path {
    stroke: #7f9593;
    stroke-width: 1;
}

.section_do_posle .slick-arrow svg:hover path {
    stroke: #000;
}

.section_do_posle .custom-prev-arrow {
    left: 20px;
}

.section_do_posle .custom-next-arrow {
    right: 20px;
}

.section_do_posle .slick-slide {
    overflow: hidden;
    border-radius: 10px;
}

.section_do_posle .slick-dots {
    justify-content: center;
    margin-top: 25px;
}

@media (max-width:768px) {

    .section_do_posle .slick-arrow path {
        stroke: #ffffff;
    }
}


