@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap');
@import url('preloader.css');
@import url('reset.css');
@import url('common.css');



body {
    background: #FCFCFC;
    color: #2f2f2f;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

body.lock {
    overflow: hidden;
}

/* ================================ */
[class*="__container"] {
    max-width: 83.875rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

/* =============================== */
.wrapper {
    min-height: 100%;
    overflow: clip;
    display: flex;
    flex-direction: column;
}

/* ================================ */
.page {
    flex: 1 1 auto;
}

.page_instruction {}

.page__doctors {
    padding-bottom: 10.5rem;
}

.page__advantages {
    padding-bottom: 10.5rem;
}

.page__about {}

.page__near {}

.page__reviews {
    padding-bottom: 10.5rem;
}

.page__license {
    padding-bottom: 10.5rem;
}

.page__articles {}

.page__reception {
    padding-bottom: 10.5rem;
}

/* ================================== */
/* header */
.header {}

.header_active .main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffffdd;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    padding-top: 0;
}

@media (max-width:61.99875em) {

    .header_active .menu {
        padding: 80px 15px 0 15px;
    }

    .header_active .menu::before {
        height: 70px;
    }

}

.header_active .main-header__container {
    flex: 1 1 auto;
}

@media (max-width:61.99875em) {
    .header_active .main-header {
        min-height: 70px;
    }
}

.header__top {}

.top-header {
    position: relative;
    z-index: 50;
    background: #EDF6FE;
    padding: 0.5625rem 0;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.35;
    color: #444444;
}

.top-header__container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.top-header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.5rem;
    flex: 1 1 auto;
}

.top-header__location {}

.top-header__action {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 3;
}

.top-header__tel {
    background: url('../img/header/phone.svg') no-repeat left center;
    padding-left: 1.8125rem;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.top-header__tel:hover {
    color: #1983D9;
    text-decoration: underline;
    ;
}

.top-header__time span {
    white-space: nowrap;
}

.top-header__select {
    background: inherit;
    outline: none;
}

@media (max-width:61.99875em) {
    .top-header {
        font-size: 1rem;
    }
}


@media (max-width:47.99875em) {
    .top-header__location {
        display: none;
    }

    .top-header__action {
        gap: 1rem;
    }
}

@media (max-width:30em) {
    .top-header__time {
        font-size: 0.75rem;
    }

    .top-header__container {
        gap: 1rem;
    }

    .top-header__tel {
        padding-left: 1.5625rem;
        font-size: 0.875rem;
    }
}

.header__main {
    padding-top: 1.0625rem;
}

.main-header {
    transition: all 0.3s ease;
}

.main-header__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4.5rem;
}

.main-header__logo {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.6875rem;
    line-height: 1.25;
    color: #2F2F2F;
    white-space: nowrap;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.main-header__logo::after {
    content: '';
    background-color: #1E1E1E;
    opacity: 0.5;
    /* border: 1px solid #1E1E1E; */
    width: 0.0625rem;
    height: 1.75rem;
    flex: 0 0 0.0625rem;
    /* transform: rotate(-90deg); */
    display: block;
}

.main-header__logo span {
    font-weight: 300;
}

.main-header__menu {}

.menu {}

.menu__list {
    display: flex;
    align-items: center;
    gap: 1.625rem;
}

.menu__item {
    font-size: 1.25rem;
    line-height: 1.3;
    color: #444444;
    padding-bottom: 21px;
    margin-bottom: -21px;
}

.menu__link_arr {
    position: relative;
    display: inline-block;
    padding-right: 0.875rem;
}

.menu__link_arr::before,
.menu__link_arr::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 7px;
    background-color: #444444;
    border-radius: 8px;
    right: 0;
    top: 50%;
    transition: all 0.3s ease;
}

.menu__link_arr::before {
    transform: rotate(40deg);
    right: 5px;
}

.menu__link_arr::after {
    transform: rotate(-40deg);
}

.menu__item:hover .menu__link_arr::before {
    transform: rotate(-30deg);
}

.menu__item:hover .menu__link_arr::after {
    transform: rotate(30deg);
}

.menu__link:hover {
    text-decoration: underline;
}

.menu__link {
    position: relative;
    z-index: 5;
    white-space: nowrap;
}

.main-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 3;
}

.main-header__btn {
    display: inline-block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.35;
    color: #FDFDFD;
    background-color: #428BC6;
    border-radius: 8px;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 15.625rem;
    position: relative;
    z-index: 5;
}

.main-header__btn:hover {
    background-color: #6BACE1;
}

.main-header__btn:active {
    background-color: #0D4C7E;
}

.main-header__search {
    background-color: #428BC6;
    border-radius: 8px;
    padding: 0.875rem 0.9375rem;
    transition: all 0.3s ease;
    display: inline-block;
}


.main-header__search:hover {
    background-color: #6BACE1;
}

.main-header__search:active {
    background-color: #0D4C7E;
}

.main-header__search img {
    transition: all 0.3s ease;
}

.main-header__search:hover img {
    transform: scale(1.1);
}

/* ===== */


.menu__item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.menu__sub {}


.sub-menu {
    position: absolute;
    width: 100%;

    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 4;
    transform: translate(0px, -5px);
}

.sub-menu__container {
    background: #FCFCFC;
    transform: translate(0px, 15px);
    padding-top: 1.5rem;
    padding-bottom: 1.5em;
}

.sub-menu__form {}

.sub-menu__input {
    outline: none;
    display: inline-block;
    max-width: 13.875rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 0.3em;
    background: url('../img/header/search2.svg') center left no-repeat;
}

.sub-menu__input:focus {
    border-bottom: 2px solid #1983D9;
    background: url('../img/doctors/011.svg') center left no-repeat;
}

.sub-menu__input::placeholder {
    font-family: 'Outfit', sans-serif;
    line-height: 1.27;
    color: #444444;
    font-size: 1rem;
}

.sub-menu__input::placeholder {
    font-family: 'Outfit', sans-serif;
    line-height: 1.27;
    color: #444444;
}

.sub-menu__menu {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.sub-menu__list {
    max-width: 16.875rem;
}

.sub-menu__item {}

.sub-menu__item p {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.28;
    color: #428BC6;
}

.sub-menu__item p span {
    font-weight: 600;
}

.sub-menu__item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.sub-menu__link {
    font-family: 'Outfit', sans-serif;
    line-height: 1.25;
    transition: all 0.3s ease;
}

.sub-menu__link.active {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #444444;
    margin-bottom: 0.1875rem;
}

.sub-menu__link:hover {
    text-decoration: underline;
}

.icon-menu {
    display: none;
}

@media (max-width:84.375em) {
    .main-header__container {
        gap: 2rem;
    }

    .menu__list {
        gap: 1rem;
    }
}

@media (max-width:68.75em) {
    .main-header__search {
        display: none;
    }

    .main-header__logo span {
        display: none;
    }
}

@media (max-width:61.99875em) {
    .sub-menu__container {
        background: #FCFCFC;
        padding: 0;
    }

    .main-header__btn {
        white-space: nowrap;
    }

    .sub-menu__container {
        background: inherit;
    }

    .menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #abcae7;
        left: -100%;
        top: 0;
        padding: 150px 15px 0 15px;
        overflow: auto;
        transition: all 0.3s ease;
        z-index: 3;
    }

    .menu::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 130px;
        top: 0;
        left: -100%;
        background-color: #abcae7;
        z-index: 20;
        transition: all 0.3s ease;
    }

    .main-header__logo span {
        display: inline-block;
    }

    .icon-menu {
        display: block;
        flex: 0 0 40px;
        height: 40px;
        position: relative;
        z-index: 5;
        background: #428BC6;
        border-radius: 8px;
        width: 40px;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        right: 0;
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease;
        z-index: 7;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-menu::before {
        top: 6px;
    }

    .icon-menu::after {
        bottom: 7px;
    }

    .icon-menu span {
        top: calc(50% - 1px);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .menu-open .menu {
        left: 0;
    }

    .menu-open .menu::before {
        left: 0;
    }

    .menu__list {
        flex-direction: column;
    }

    .menu__item {
        font-size: 2rem;
    }

    .sub-menu {
        position: relative;
        display: none;
        background: inherit;
        padding-top: 1.5rem;
    }

    .menu__item:hover .sub-menu {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }

    .sub-menu__link:hover {
        text-decoration: none;
        color: #000;
        text-decoration: underline;
    }
}

@media (max-width:37.5em) {
    .main-header__btn {
        padding: 0.5rem 1rem;
        white-space: inherit;
    }

    .main-header__btn span {
        display: none;
    }

    .main-header__actions {
        gap: 0.5625rem;
    }

    .main-header__logo {

        gap: 0.5625rem;
    }



}

@media (max-width:30em) {
    .main-header__container {
        gap: 0.75rem;
    }

    .main-header__logo {
        font-size: 1.1rem;
    }


    .main-header__logo::after {

        height: 1.2rem;
    }


    .main-header__btn {
        font-size: 1rem;
    }
}

@media (max-width:21.875rem) {
    .main-header__btn {
        font-size: 0.875rem;
    }
}

/* header */
/* instruction */

.instruction {
    padding-bottom: 10.5rem;
}

@media (max-width:61.99875em) {
    .instruction {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .instruction {
        padding-bottom: 4rem;
    }
}

.instruction__container {}

.instruction-slide {}

@media (min-width:834px) {
    .item-instruction {

        min-height: 25.875rem;
    }
}

.instruction__title {}

.instruction__title:not(:last-child) {
    margin-bottom: 5.625rem;
}

@media (max-width:47.99875em) {
    .instruction__title:not(:last-child) {
        margin-bottom: 3rem;
    }
}

.instruction__items {}

.instruction__item {}

.item-instruction {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}

.item-instruction__image {
    flex: 1 1 auto;
    display: flex;
}



.instruction__arr {
    position: absolute;
    top: 30%;
    right: -10%;
    /* content: ''; */
    /* width: 35px; */
    display: block;
    /* height: 34px; */
    max-width: 100%;
    transform: translate(0, -30%);
    /* background: url('../img/instruction/arrow.svg') 0 0 no-repeat; */
}

@media (max-width:52.125em) {
    .instruction__arr {
        right: 0;
    }
}

.item-instruction__image img {
    max-width: 100%;
    align-self: center;
    display: block;
}

.item-instruction__image:not(:last-child) {
    margin-bottom: 2.75rem;
}

.item-instruction__content {
    max-width: 24.0625rem;
}

.item-instruction__title {
    font-family: 'Outfit';
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
}

.item-instruction__title:not(:last-child) {
    margin-bottom: 0.8125rem;
}

.item-instruction__step {
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
    color: #444444;
}

@media (max-width:61.9988rem) {
    .item-instruction__title {
        font-size: 1.1607rem;
    }

    .item-instruction__title:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .item-instruction__step {
        font-size: 0.7254rem;
    }
}

@media (max-width:30em) {
    .item-instruction__image img {
        max-width: 95%;
    }

    .item-instruction__image_sz img {
        max-width: 100%;
    }

    .instruction__arr img {
        max-width: 60%;
    }
}

/* instruction */
/* main */
.main {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.page-header {}

.main__container {}

.main__items:not(:last-child) {
    margin-bottom: 7.625rem;
}

.main__title {}

.main__title span {
    position: relative;
}

.main__title span img {
    position: absolute;
    max-width: 100%;
    top: -15px;
    left: 0;
    z-index: -1;
}

.main__title:not(:last-child) {
    margin-bottom: 2.75rem;
}

.main__btn {}

@media (max-width:61.99875em) {
    .main {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .main__items:not(:last-child) {
        margin-bottom: 2.875rem;
    }

    .main__title_margin:not(:last-child) {
        margin-bottom: 0.5rem;
    }
}

@media (max-width:52.125rem) {
    .main__item {
        max-width: 13.6875rem;
    }
}

.main__items_sm {
    flex-direction: inherit;
}

@media (max-width:43.125rem) {
    .main__title span img {
        display: none;
    }

    .main__items_sm {
        flex-direction: column;
    }

    .page-header__item {
        border: 2px solid #6BACE1;
        filter: drop-shadow(0px 6px 27px rgba(25, 131, 217, 0.64));
        border-radius: 5px;
        padding: 0.9375rem 0.8125rem;
        max-width: 18.5625rem;
        font-size: 0.9375rem;
        line-height: 1.28;
        color: #1983D9;
    }

    .page-header__item:nth-child(odd) {
        align-self: start;
    }

    .page-header__item:nth-child(even) {
        align-self: flex-end;
    }

    .main__btn {
        font-size: 1.25rem;
    }

    .main__title-del {
        display: none;
    }

    .main__title-bg {
        font-weight: 600;
        font-size: 4rem;
        line-height: 1.3;
        color: #2F2F2F;
        /* display: block; */
        position: relative;
    }

    .main__title-bg::before {
        content: "";
        background: url('../img/header/decor.svg') 0 0 no-repeat;
        display: block;
        width: 47px;
        height: 47px;
        position: absolute;
        top: 0;
        right: -1.4375rem;
        z-index: -1;
    }

    .main__title-bg:not(:last-child) {
        margin-bottom: 0.1875rem;
    }

    .main__title-sm {
        display: block;
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.3;
        text-align: center;
        color: #444444;

    }
}

@media (max-width:30em) {
    .main {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

    .main__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .main__items:not(:last-child) {
        margin-bottom: 2rem;
    }
}

/* main */
/* doctors */
@media (max-width:61.99875em) {
    .page__doctors {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .page__doctors {
        padding-bottom: 4rem;
    }
}

.doctors__header {
    margin-bottom: 6.6875rem;
}

.header-doctors {}

.header-doctors__form {}






.doctors {}

.doctors__container {}

.doctors__header {}

/* .header-doctors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    grid-template-rows: [start] 1fr [row-end];
    grid-template-columns: [start] 1fr [col2] 1fr [col3] 1fr [col-end];
} */
@media (max-width:47.9988rem) {

    .header-doctors__form {
        display: none;
    }

    .header-doctors__link {
        display: none;
    }

    .header-doctors__title:not(:last-child) {
        margin-bottom: 0;
    }

    .doctors__header:not(:last-child) {
        margin-bottom: 2.9375rem;
    }
}

.header-doctors__form {}

.header-doctors__input {}

.header-doctors__title {}

/* .header-doctors__link {
    display: inline-grid;
    text-align: right;
    max-width: 150px;
    margin: auto 0 0 auto;
} */

@media (max-width:61.99875em) {
    /* .header-doctors {
        grid-template-columns: [start] 1fr [col2] 1fr [col-end];
    }

    .header-doctors__title {
        grid-row-start: start;
        grid-column-start: col1;
        grid-column: span 3;
    } */
}

@media (max-width:37.5em) {
    /* .header-doctors__form {
        grid-column: span 2;
    } */

    .doctors__header {
        margin-bottom: 3.6875rem;
    }
}

.swiper {}

.doctors__swiper {
    overflow: visible;
}

.doctors__swiper::before {
    content: "";
    width: 100vw;
    height: 150vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: 2;
    transform: translate(-100%, -10%);
}

.swiper-wrapper {}

.doctors__wrapper {
    min-width: 0;
}

.swiper-slide {}

.slide-doctors {

    min-width: 0;
}

.item-doctors {
    position: relative;
    width: 19.5625rem !important;
    min-height: 23.1875rem;
    display: inline-block;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

@media (max-width:30em) {
    .item-doctors {
        width: 18.5rem !important;
    }
}

.item-doctors__image {
    position: relative;
    z-index: -1;
    display: inline-block;
    transition: all 0.3s ease;
}

.slide-doctors__image {}

.item-doctors:hover .item-doctors__image {
    margin-top: -2.5rem;
}

.item-doctors__image img {
    border-radius: 5px;
    max-width: 100%;
}

.item-doctors__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0.75rem 0.875rem;
    background: linear-gradient(180.49deg, rgba(60, 60, 60, 0) 4.01%, rgba(28, 28, 28, 0.72) 99.58%);
}

.item-doctors__image:not(:last-child) {
    margin-bottom: 0.75rem;
}

.item-doctors__who {
    align-self: flex-end;
    transition: all 0.3s ease;
}

.item-doctors__who:not(:last-child) {
    margin-bottom: 0.6875rem;
}

.item-doctors__name {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    color: #FDFDFD;
    margin-bottom: 1px;
    display: inline-block;
}

.item-doctors__job {
    font-weight: 600;
    line-height: 1.28;
    color: #FDFDFD;
}

.slide-doctors__about {}

.item-doctors:hover .about-doctors {
    opacity: 1;
    visibility: visible;
    bottom: 0.75rem;
}

.item-doctors:hover .item-doctors__who {
    padding-bottom: 2.8125rem;
}

.about-doctors {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    border-top: 1.5px solid #FDFDFD;
    padding-top: 0.5625rem;
    position: relative;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -250px;
    z-index: 2;
}

.about-doctors__age {
    font-weight: 600;
    line-height: 1.27;
    color: #FDFDFD;
}

.about-doctors__btns {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

.about-doctors__btn {
    background: #E1EEF9;
    border-radius: 8px;
    padding: 0.4375rem 0.9375rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.27;
    color: #0B0B0B;
    transition: all 0.3s ease;
}

.about-doctors__btn:hover {
    background: #6BACE1;
    color: #fff;
}

.about-doctors__btn:active {
    background: #0D4C7E;
}

.slide-doctors__reception {}


.item-doctors:hover .reception-doctors {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.reception-doctors {
    display: flex;
    justify-content: space-between;
    gap: 3.75rem;
    background: #E1EEF9;
    border-radius: 5px;
    padding: 0.8125rem 0.6875rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 93%;
    left: 0;
}

.reception-doctors__text {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.15;
    color: #000000;
}

.reception-doctors__price {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.27;
    color: #FDFDFD;
    background: #428BC6;
    border-radius: 8px;
    display: inline-block;
    padding: 0.4375rem;
    align-self: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.reception-doctors__price:hover {
    background: #6BACE1;
}


/* doctors */
/*  advantages*/

.advantages__title {
    margin-bottom: 4.25rem;
}

@media (max-width:61.99875em) {
    .page__advantages {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .advantages__title {
        margin-bottom: 4.75rem;
    }
}

@media (max-width:30em) {
    .page__advantages {
        padding-bottom: 2.5rem;
    }
}

.advantages {}

.advantages__container {}



.advantages__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(26.5rem, 1fr));
    column-gap: 1.25rem;
    row-gap: 2.1875rem;
}

.advantages__item {
    background: #E1EEF9;
    border-radius: 5px;
    width: 100%;
    padding: 0.6875rem 1rem 3.8125rem;
    transition: all 1s;
    opacity: 0;
    transform: translate(0px, 50px);
}

@media (max-width:43.125rem) {
    .advantages__item:nth-child(odd) {
        transform: translate(-100%, 0);
    }

    .advantages__item:nth-child(even) {
        transform: translate(100%, 0);
    }

    .advantages__item.show {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.advantages__item.show {
    opacity: 1;
    transform: translate(0px, 0px);
}

.advantages__number {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.28;
}

.advantages__number:not(:last-child) {
    margin-bottom: 0.8125rem;
}

.advantages__about {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.13;
    color: #373737;
}

@media (max-width:61.99875em) {
    .advantages__items {
        grid-template-columns: repeat(auto-fit, minmax(14.25rem, 1fr));
        column-gap: 0.75rem;
        row-gap: 1.25rem;
    }

    .advantages__item {
        padding: 0.375rem 1rem 2.25rem 0.5625rem;
    }

    .advantages__number {
        font-size: 1.125rem;
    }

    .advantages__about {
        font-size: 1.0625rem;
    }
}

@media (max-width:47.9988rem) {
    .advantages__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantages__item {
        background: #FCFCFC;
        padding: 1.0938rem 1.2813rem;
        border: 2px solid #1983D9;
        filter: drop-shadow(0px 6px 27px rgba(25, 131, 217, 0.64));
        border-radius: 5px;
        max-width: 17.375rem;
        display: flex;
        align-items: center;
        gap: 0.8125rem;
    }

    .advantages__item:nth-child(even) {
        justify-self: flex-end;
    }

    .advantages__number:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width:21.875rem) {
    .advantages__item:nth-child(even) {
        justify-self: center;
    }

    .advantages__items {
        place-items: center;
    }
}

/*  advantages*/
/* about */

.about {
    padding-bottom: 10.5rem;
}

@media (max-width:61.99875em) {
    .about {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .about {
        padding-bottom: 2rem;
    }
}

.about__container {}

.about__title {
    margin-bottom: 5rem;
}

.about__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4375rem;
}


.about__concept {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.26;
    color: #428BC6;
    opacity: 0;
    transform: rotate(30deg);
    transform-origin: 0 0;
    transition: all 0.5s;
}

.about__concept.show {
    opacity: 1;
    transform: rotate(0deg);
}

.about__history {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.28;
    opacity: 0;
    transform: rotate(30deg);
    transform-origin: 0 0;
    transition: all 0.5s;
}

.about__history.show {
    opacity: 1;
    transform: rotate(0deg);
}

.about__video {
    align-self: center;
    grid-row: span 2;
    opacity: 0;
    transition: all 0.8s;
}

.about__video.show {
    opacity: 1;
}

.about__video img {
    max-width: 100%;
}

@media (max-width:68.75em) {
    .about__title {
        margin-bottom: 2rem;
    }

}

@media (max-width:61.9988em) {
    .about__concept {
        font-size: 1.125rem;
    }

    .about__history {
        font-size: 1rem;
    }
}

@media (max-width:37.5em) {

    .about__body {
        display: grid;
        grid-template-columns: auto;
        gap: 1.4375rem;
    }

    .about__video {
        grid-row: span 1;
    }

}

@media (max-width:47.99875em) {}

@media (max-width:30em) {
    .about__concept {
        font-size: 1.125rem;
    }

    .about__history {
        font-size: 1.125rem;
    }
}

/* about */
/* near */

.near {
    padding-bottom: 10.5rem;
}

@media (max-width:61.99875em) {
    .near {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .near {
        padding-bottom: 2rem;
    }
}

.near__container {
    text-align: center;
}

.near__title {
    max-width: 56.125rem;
    margin: 0 auto;
}

.near__title:not(:last-child) {
    margin-bottom: 3.3125rem;
}

.near__title_margin:not(:last-child) {
    margin-bottom: 0;
}

.near__image {}

.near__image img {
    max-width: 100%;
}

.near__text {
    max-width: 45.5625rem;
    margin: 0 auto;
}

.near__text:not(:last-child) {
    margin-bottom: 2.125rem;
}

.near__btn {}

@media (max-width:30em) {
    .near__title_margin {
        font-size: 2rem;
    }

    .near__title:not(:last-child) {
        margin-bottom: 2rem;
    }
}

/* near */
/* reviews */
.reviews {}

.reviews__container {}


.reviews__header {
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-columns: 170px 1fr 170px;

}

.reviews__content {
    text-align: center;
    grid-column: 2/3;
}

.reviews__link {
    text-align: right;
}

.reviews__header:not(:last-child) {
    margin-bottom: 4.25rem;
}

.reviews__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.reviews__title {
    font-weight: 700;
}



.reviews__link {
    display: inline-block;
}



.reviews__text {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.28;
}

.swiper {}

.reviews__swiper {
    overflow: visible;
    position: relative;
}

.reviews__swiper::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: 2;
    transform: translate(-100%, 0);
}

.swiper-wrapper {}

.reviews__wraper {}

.swiper-slide {}

.slide-reviews {
    background: #FDFDFD;
    border: 2.5px solid #C2DFF6;
    border-radius: 5px;
    padding: 1.1875rem 1rem;
    max-width: 26.5rem;
    min-height: 21rem;
}

.slide-reviews__people {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
}

.slide-reviews__people:not(:last-child) {
    margin-bottom: 2rem;
}

.slide-reviews__about {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.slide-reviews__avatar {}

.slide-reviews__avatar img {
    border-radius: 50%;
    max-width: 100%;

}



.slide-reviews__name {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.28;
    color: #242424;
    white-space: nowrap;
}

.slide-reviews__date {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 1.28;
    color: #444444;
}

.slide-reviews__star {}

.slide-reviews__star img {
    max-width: 100%;
}

.slide-reviews__text {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.28;
}

@media (max-width:61.99875em) {
    .page__reviews {
        padding-bottom: 5rem;
    }

    .reviews__header {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 170px;
    }

    .reviews__content {
        grid-column: 1 /1;
    }
}

@media (max-width:52.125rem) {
    .reviews__header {
        grid-template-columns: auto;
    }

    .reviews__link {
        display: none;
    }
}

@media (max-width:47.99875em) {
    .page__reviews {
        padding-bottom: 4.75rem;
    }

    .slide-reviews__people:not(:last-child) {
        margin-bottom: 1.125rem;
    }

    .reviews__header {
        grid-template-columns: auto;
    }

    .slide-reviews__name {
        font-size: 0.875rem;
    }

    .slide-reviews__date {
        font-size: 0.625rem;
    }

    .slide-reviews__avatar img {
        height: 48px;
    }

    .slide-reviews {
        min-height: 13.0625rem;
    }

    .reviews__text {
        font-size: 1rem;
        line-height: 1.3;
    }

    .slide-reviews__text {
        font-size: 0.75rem;
    }

    .reviews__link {
        text-align: center;
    }

    .reviews__header:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

}

@media (max-width:37.5em) {}

@media (max-width:30em) {
    .slide-reviews__name {
        font-size: 1rem;
    }

    .page__reviews {
        padding-bottom: 2rem;
    }

    .reviews__header:not(:last-child) {
        margin-bottom: 2rem;
    }
}

/* reviews */
/* license */
.license {}

.license__container {}

.license__title {}

.license__title:not(:last-child) {
    margin-bottom: 4.25rem;
}

.license__items {
    /* display: grid;
    column-gap: 3.1875rem;
    row-gap: 2rem;
    place-items: center;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
}

.license__item {
    position: relative;
    padding-bottom: 84.033613%;
    width: 100%;
    height: 100%;
    /* 200/238 */
}

.license__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (max-width:61.99875em) {
    .page__license {
        padding-bottom: 5rem;
    }

    /* .license__items {
        column-gap: 2rem;
        grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr));
    } */
}

@media (max-width:47.99875em) {
    .page__license {
        padding-bottom: 4.75rem;
    }

    .license__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .license__items {
        row-gap: 1rem;
    }
}

@media (max-width:30em) {
    .page__license {
        padding-bottom: 2rem;
    }
}

/* license */
/* articles */
.articles {
    padding-bottom: 10.5rem;
}

.articles__container {}

.articles__title {}

.articles__title:not(:last-child) {
    margin-bottom: 4.25rem;
}

.articles__items {
    display: grid;
    column-gap: 1.25rem;
    row-gap: 3.9375rem;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
}

.articles__items-swiper:not(:last-child) {
    margin-bottom: 2.625rem;
}

.articles__item {}

.item-articles {
    max-width: 26.5rem;
    width: 100%;

}

.item-articles:not(:last-child) {
    margin-bottom: 2.625rem;

}

.item-articles_anim {
    opacity: 0;
    transition: all 0.8s;
    transform: translate(0px, 50px);
}

.item-articles_anim.show {
    opacity: 1;
    transform: translate(0px, 0px);
}

.item-articles__body:not(:last-child) {
    margin-bottom: 0.375rem;
}

.item-articles__body {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 55.660377%;
    /* 236/424 */
}

.item-articles__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-articles__arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.item-articles__body img {
    border-radius: 5px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.item-articles__body:hover img:first-child {
    transform: scale(1.05);
}

.item-articles__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.64);
    z-index: 2;
}

.item-articles__people {
    position: absolute;
    bottom: 1.0625rem;
    left: 0.75rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    z-index: 2;
}

.item-articles__avatar {}

.item-articles__avatar img {
    border-radius: 50%;
    transform: scale(1) !important;
}

.item-articles__about {
    padding-right: 10px;
}

.item-articles__name {
    font-family: 'Outfit', sans-serif;
    color: #FDFDFD;
}

.item-articles__job {
    font-family: 'Outfit', sans-serif;
    color: #E0E0E0;
}

.item-articles__title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.3;
}

.item-articles__text {
    color: #444444;

}

.item-articles__text span {
    color: #428BC6;
}

.articles__link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.item-articles_hidden {
    display: block;
}

.item-articles_hidden.hidden {
    display: none;
}

@media (max-width:75em) {
    .articles__items {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width:61.99875em) {
    .articles {
        padding-bottom: 5rem;
    }

    .articles__items {
        row-gap: 2rem;
    }
}

@media (max-width:47.99875em) {
    .articles {
        padding-bottom: 4.75rem;
    }

    .articles__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .articles__items {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }

    .articles__link {}

    .articles__link {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Outfit', sans-serif;
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 1.28;
        color: #FDFDFD;
        background: #428BC6;
        border-radius: 10px;
        padding: 1.125rem 1rem;
        max-width: 15.0625rem;
        margin: 0 auto;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    @media (max-width:47.9988rem) {
        .articles__link {
            font-size: 1.25rem;
        }
    }

    .articles__link:hover {
        background-color: #1983D9;
        color: #fff;
    }

    .articles__link:active {
        background-color: #0D4C7E;
        color: #fff;
    }

}



@media (max-width:35.9375em) {
    .articles__items {
        place-items: center;
    }
}

@media (max-width:30em) {
    .articles__items:not(:last-child) {
        margin-bottom: 2rem;
    }

    .articles {
        padding-bottom: 2rem;
    }


    .articles__items {
        /* grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); */
    }

    .item-articles__title {
        font-size: 1.2rem;
    }

    .item-articles__text {
        font-size: 0.75rem;
    }

    .item-articles__name {
        font-size: 0.75rem;
    }

    .item-articles__job {
        font-size: 0.625rem;
    }
}

/* articles */
/* reception */
.reception {}

.reception__container {}

.reception__title {}

.reception__title:not(:last-child) {
    margin-bottom: 3.625rem;
}


.reception__form:not(:last-child) {
    margin-bottom: 2.5625rem;
}

.reception__btn {
    flex: 1 1 auto;
}


@media (max-width:61.99875em) {
    .page__reception {
        padding-bottom: 5rem;
    }
}

@media (max-width:47.99875em) {
    .page__reception {
        padding-bottom: 2rem;
    }

    .reception__title:not(:last-child) {
        margin-bottom: 2rem;
    }

    .number__inputs {
        flex-direction: column;
    }

    .number__number {
        max-width: 100%;
    }

    .number__input {
        width: 100%;
    }
}

@media (max-width:30em) {
    .number:not(:last-child) {
        margin-bottom: 2rem;
    }

    .number__number input {
        padding-left: 5.375rem;
    }
}

/* reception */
/* footer */
.footer {
    background: #EDF6FE;
    padding-top: 2.125rem;
}

.footer__main {}

.main-footer {
    padding-bottom: 6.5625rem;
}

.main-footer__container {
    display: flex;
    justify-content: space-between;
    gap: 9.375rem;
}

.main-footer__about {}

.main-footer__logo {
    display: inline-block;
}

.main-footer__logo:not(:last-child) {
    margin-bottom: 1rem;
}

.main-footer__socials {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.main-footer__social {}

.main-footer__content {
    display: flex;
    gap: 5.5625rem;
}

.main-footer__body {
    display: flex;
    gap: 5.0625rem;
}

.main-footer__column {}

.main-footer__label {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.38;
    color: #2F2F2F;
}

.main-footer__label:not(:last-child) {
    margin-bottom: 2.25rem;
}

.main-footer__menu {}

.menu-footer {}

.menu-footer__list {}

.menu-footer__item {}

.menu-footer__item:not(:last-child) {
    margin-bottom: 1.625rem;
}

.menu-footer__link {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.35;
    color: #2F2F2F;
}

.menu-footer__link:hover {
    text-decoration: underline;
}

.footer-place {}

.menu-footer__link_bg {
    padding-left: 1.75rem;
    background: url('../img/footer/m.svg') left center no-repeat;
}

.main-footer__info {
    max-width: 22.875rem;
}

.main-footer__text {}

.main-footer__text:not(:last-child) {
    margin-bottom: 1rem;
}

.main-footer__form {
    position: relative;
    display: flex;
}

.main-footer__form:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.main-footer__input {
    min-height: 2.875rem;
    flex: 1 1 100%;
    padding-left: 0.5rem;
}

.main-footer__input:focus {
    outline: 3px solid #1983D9;
}

.main-footer__btn {
    position: absolute;
    top: 50%;
    right: 0.4375rem;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    background: #2F2F2F;
    border-radius: 50%;
    padding: 0.5rem 0.4375rem 0.5rem 0.5625rem;
}

.main-footer__email {
    display: inline-block;
}

.footer-bottom {}

.bottom-footer {}

.footer-bottom__container {
    padding: 1.0625rem 0;
    border-top: 1px solid #2F2F2F;
}

.bottom-footer__privat {
    font-weight: 400;
    line-height: 1.38;
    text-align: center;
}

@media (max-width:84.375em) {
    .main-footer__container {
        gap: 5rem;
    }

    .main-footer__content {
        gap: 3rem;
    }

    .main-footer__body {
        gap: 2.5rem;
    }
}

@media (max-width:61.99875em) {
    .main-footer__container {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .main-footer__body {
        gap: 2rem;
    }

    .main-footer__content {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .main-footer__info {
        max-width: inherit;
    }

}

@media (max-width:47.99875em) {
    .main-footer {
        padding-bottom: 3rem;
    }
}

@media (max-width:30em) {
    .main-footer__body {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .main-footer {
        padding-bottom: 2rem;
    }
}

/* footer */
/* popup */
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.738);
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    transform: translate(0, 0) rotateX(0);
    opacity: 1;
}

.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.popup__content {
    background-color: #fff;
    color: #000;
    max-width: 600px;
    padding: 2.9375rem 3.75rem 2rem;
    position: relative;
    transform: perspective(600px) rotateX(45deg) translate(0, -100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.popup__close {
    position: absolute;
    right: 28px;
    top: 28px;
    font-size: 20px;
}

.popup__content {}

.content-popup {}

.popup__close {}

.close-popup {}

.content-popup__title {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
}

.content-popup__title:not(:last-child) {
    margin-bottom: 1.3125rem;
}

.content-popup__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E1EEF9;
    border-radius: 8px;
    padding: 2px;
}

.content-popup__btns:not(:last-child) {
    margin-bottom: 2.5rem;
}

.content-popup__link {
    font-weight: 600;
    line-height: 1.28;
    flex: 0 0 50%;
    text-align: center;
    color: #464646;
    padding: 0.875rem 0.25rem;
}

.content-popup__link.active {
    color: #FFFFFF;
    background: #428BC6;
    border-radius: 8px;
}

.content-popup__inputs {
    flex-direction: column;
}

.content-popup__input {}

.content-popup__number {}

.content-popup__list {}

.content-popup__item {}

.content-popup__sub-item {}

.content-popup__text {
    font-weight: 600;
    line-height: 1.28;
    color: #444444;
}

.content-popup__text a {
    text-decoration: underline;
}

.content-popup__text a:hover {
    text-decoration: none;
}

.content-popup__text:not(:last-child) {
    margin-bottom: 1.625rem;
}

.content-popup__btn {
    max-width: 18.5rem;
    padding: 1.125rem 1rem;
}

.content-popup__btn:not(:last-child) {
    margin-bottom: 1.75rem;
}

.content-popup__step {
    text-align: center;
}

.content-popup__step img {
    max-width: 100%;
}

/* --------------- */
.popup_3 .popup-link {
    left: 28px;
}

.popup_4 .popup-link {
    left: 28px;
}

.content-popup__body {
    display: flex;
    flex-direction: column;
}

.content-popup__body:not(:last-child) {
    margin-bottom: 3.5rem;
}

.content-popup__help {}

.popup-help {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    color: #0D4C7E;
    padding: 1.375rem 2.125rem;
    background: #EDF6FE;
    border: 2px solid #1983D9;
    border-radius: 5px;
    display: inline-block;
    max-width: 525px;
    transition: all 0.3s ease;
    flex: 1 1 auto;
}

.popup-help:hover {
    background: #63a1d7;
    border: 2px solid #0c3657e3;
    color: #fff;
}

.popup-help:not(:last-child) {
    margin-bottom: 12px;
}

.content-popup__or {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    color: #444444;
}

.content-popup__or:not(:last-child) {
    margin-bottom: 12px;
}

.content-popup__link-tel {}

.content-popup__info {
    font-weight: 600;
    line-height: 1.28;
    color: #444444;
}

.content-popup__step {}

.popup__information {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    color: #444444;
}

.popup__information span {
    color: #428BC6;
}

.popup__times {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__time,
.popup__second {
    font-family: 'Outfit', sans-serif;
    font-size: 9.5rem;
    line-height: 1.3;
    text-align: center;
    color: #444444;
}

.popup__times:not(:last-child) {
    margin-bottom: 2.25rem;
}

.popup_5 .content-popup__title:not(:last-child) {
    margin-bottom: 0.75rem;
}

.popup_5 .popup__information:not(:last-child) {
    margin-bottom: 4.25rem;
}

.content-popup__body {}

.content-popup__title {}

.popup__information {}

.popup__plus {
    text-align: center;
}

.popup__plus img {
    max-width: 100%;
}

@media (max-width:37.5em) {
    .popup__content {
        padding: 2.9375rem 1rem 2rem;
    }

    .content-popup__title {
        font-size: 2.5rem;
    }

    .popup-help {
        padding: 1rem;
    }

    .content-popup__body:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .popup_3 .popup-link {
        top: 15px;
        left: 15px;
    }

    .popup_4 .popup-link {
        left: 15px;
        top: 15px;
    }

    .popup__close {
        top: 15px;
        right: 15px;
    }

    .popup_5 .popup__information:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (max-width:30em) {
    .content-popup__title {
        font-size: 2rem;
    }

    .popup__time,
    .popup__second {
        font-size: 6.25rem;
    }

    .content-popup__btns:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

/* popup */