/* Подключение шрифтов */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*==========================================================================================================================================================================*/
/* Общие стили */
/*._page-flu h1,*/
/*._page-flu h2,*/
/*._page-flu h3,*/
/*._page-flu h4,*/
/*._page-flu h5,*/
/*._page-flu h6,*/
._page-flu ul,
._page-flu li,
._page-flu a {
    font-size: inherit;
    margin: 0;
    text-decoration: none;
}

main._page-flu {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*row-gap: 88px;*/
    /*row-gap: 50px;*/
    font-family: "Montserrat", sans-serif;
}

main section {
    padding: 0;
}

main._page-flu p {
    margin: 0;
}

._page-flu section {
    position: relative;
    margin-bottom: 50px;
}

._page-flu section [class*=__body] {
    position: relative;
    padding: 0 0 50px 0;
}

._page-flu section.analysis [class*=__body]  {
    padding: 0;
}


._page-flu section [class*=__body]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCD5E2;
}

._page-flu section .maps__body::before {
    content: none;
}

._page-flu section .page__body.__yandex::before {
    background-color: #ffffff;
}


._page-flu [class*="__main"] {
    max-width: 1232px;
    margin: 0 auto;
}

._page-flu [class*="__row"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 34px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._page-flu [class*="__row"]:not(:first-child) {
    margin: 86px 0 0;
}

._page-flu section [class*="__image"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
}

._page-flu section [class*="__image"] img {
    width: 100%;
}

._page-flu .office-item__feature {
    display: none;
}

._page-flu .page {
    margin-bottom: 0;
}

._page-flu .page__body.__yandex {
    padding-bottom: 0;
}

._page-flu .popup_banner_img_close {
    top: 5px;
    left: 14px;
}

.special_landing._page-flu {
    margin: 0;
}


/*=====================================================================================*/
/* Media Queries */
@media screen and (max-width: 1279px) {
    ._page-flu [class*="__main"] {
        max-width: 996px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    ._page-flu [class*="__main"] {
        max-width: 100%;
        padding: 0 16px;
    }

    ._page-flu section [class*="__image"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
        flex: 0 0 264px;
    }

    header.special_landing {
        margin: 0 0 89px 0;
    }
}

@media screen and (max-width: 767px) {
    main._page-flu {
        row-gap: 56px;
    }

    ._page-flu section [class*=__body] {
        padding: 0 0 64px 0;
    }

    ._page-flu section [class*=__body]::before {
        left: -16px;
        width: calc(100% + 32px);
    }

    ._page-flu [class*="__row"] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ._page-flu [class*="__row"]:nth-child(2n + 2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    ._page-flu section [class*="__image"] {
        width: 384px;
        margin: 0px auto;
    }

    ._page-flu h3 {
        padding: 0;
    }

    .diagnostics__buttons-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .link-btn {
        max-width: 328px;
    }
}

@media screen and (max-width: 479.98px) {
    header.special_landing {
        margin: 0 0 62px 0;
    }

    ._page-flu [class*="__row"]:not(:first-child) {
        margin: 64px 0 0;
    }

    ._page-flu section [class*="__image"] {
        width: 264px;
    }
}



/*==========================================================================================================================================================================*/
/* Модификаторы */
._title h3 {
    margin: 0 0 40px 0;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1;
    color: #002E6D;
    text-align: center;
}

._subtitle {
    margin: 10px 0 25px 0;
    font-size: 36px;
    line-height: 1.11;
    color: #002E6D;
}

._subtitle h4 {
    font-weight: 600;
}

._info {
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
    padding: 4px 0 0 0;
}

._info ul {
    display: -ms-grid;
    display: grid;
    row-gap: 8px;
}

._info p,
._info li,
._info label {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    color: #000;
}

._info li {
    position: relative;
    padding-left: 27px;
}

._info li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

._info label {
    font-weight: 600;
}

._button-big {
    min-width: 360px;
    padding: 8px 12px;
    min-height: 56px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    text-align: center;
    color: #FFF;
    background-color: #0080C9;
    border-radius: 22px;
    outline: 1px solid transparent;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
}

._button-big:active {
    color: #0080C9;
    background-color: #fff;
    outline-color: #0080C9;
}

._button-big:disabled {
    color: #CCC;
    background-color: #fff;
    outline-color: #CCC;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) {
    ._button-big:hover {
        background-color: #0191E3;
    }
}

@media screen and (max-width: 1023px) {
    ._title h3 {
        margin: 7px 0 33px;
        font-size: 36px;
        line-height: 1.11;
    }

    ._subtitle {
        margin: 10px 0 26px 0;
        font-size: 28px;
        line-height: 1.14;
    }

    ._info {
        padding: 6px 0 0 0;
        row-gap: 16px;
    }

    ._info p,
    ._info li,
    ._info label {
        font-size: 16px;
        line-height: 1.5;
    }

    ._info li {
        padding-left: 23px;
    }

    ._info li::before {
        top: 10px;
        left: 11px;
        width: 2px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    ._title h3 {
        margin: 0 0 26px 0;
        font-size: 28px;
        line-height: 1.14;
    }

    ._subtitle {
        font-size: 24px;
        line-height: 1.17;
    }

    ._info {
        padding: 6px 0 0 0;
    }
}

@media screen and (max-width: 479.98px) {
    ._subtitle {
        margin: 0 0 19px 0;
    }

    ._button-big {
        min-width: auto;
        width: 100%;
    }
}



/*==========================================================================================================================================================================*/
/* Header */
._page-flu .header_top_wrap {
    min-height: 728px;
    background-image: url('../img/main-screen/bg.jpg');
}

._page-flu .header_top {
    padding-top: 32px;
}

._page-flu .header_top {
    height: auto;
}

._page-flu .logo img {
    margin: 0;
}

._page-flu .header_top_menu,
._page-flu .header_top_menu_fixed {
    margin-top: 0;
}

._page-flu .covid_ico_cart {
    margin: 0;
}


/*=====================================================================================*/
/* Media Queries */
@media screen and (max-width: 1279px) {
    ._page-flu .header_top_wrap {
        min-height: 600px;
    }
}

@media screen and (max-width: 1023px) {

    ._page-flu .covid_logo_wrap {
        margin-top: 0;
    }

    ._page-flu .header_top_wrap {
        background-position: -572px 0;
    }
}

@media screen and (max-width: 1023px) {
    .header_top_menu_item {
        margin-left: 0;
        opacity: 0;
    }
}


@media screen and (max-width: 767px) {
    ._page-flu .header_top_wrap {
        min-height: auto;
        background-image: none;
        background-position: 0 0;
    }

    ._page-flu .header_top {
        padding-top: 16px;
        margin-top: 0;
    }

    ._page-flu .covid_logo_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    ._page-flu .header_top_menu {
        position: relative;
        top: 0;
        right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 16px;
    }

    .header_top_menu_item {
        opacity: 0;
    }

    ._page-flu .header_phone_mob {
        margin-top: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    ._page-flu ._title h3 {
        margin: 0 0 26px 0;
        font-size: 28px;
        line-height: 1.14;
    }
}



/*==========================================================================================================================================================================*/
/* Main Screen */
.main-screen__content {
    display: -ms-grid;
    display: grid;
    row-gap: 30px;
    padding: 178px 0 100px;
}

.main-screen__title {
    max-width: 500px;
}

.main-screen__title h1 {
    font-size: 68px;
    font-weight: 600;
    line-height: 1.06;
    color: #002E6D;
}

.main-screen__title span {
    display: block;
    color: #FF5F49;
}


/*=====================================================================================*/
/* Media Queries */
@media screen and (max-width: 1279px) {
    .main-screen__content {
        padding: 114px 0 100px;
    }
}

@media screen and (max-width: 1023px) {
    .main-screen__content {
        padding: 141px 0 100px;
    }

    .main-screen__title h1 {
        font-size: 52px;
        line-height: 1.08;
    }
}

@media screen and (max-width: 767px) {
    .main-screen__content {
        padding: 51px 0 16px;
        row-gap: 20px;
    }

    .main-screen__title {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 479.98px) {
    .main-screen__title h1 {
        font-size: 30px;
        line-height: 1.2;
    }
}



/*==========================================================================================================================================================================*/
/* Prevention */
.prevention__row:nth-child(2n + 2) .column-prevention {
    margin: -6px 0 0 0;
}

a.column-prevention__link {
    display: inline-block;
    margin: 25px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    color: #0080C9;
}

a.column-prevention__link span {
    white-space: nowrap;
}

.prevention__button {
    margin: 35px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) {
    a.column-prevention__link:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 479.98px) {
    .prevention__row:nth-child(2n + 2) .column-prevention {
        margin: 0;
    }
}



/*==========================================================================================================================================================================*/
/* Treatment */
._page-flu .treatment [class*=__body] {
    position: relative;
    padding: 0px 0 93px 0;
}

.treatment [class*="__row"]:not(:first-child) {
    margin: 81px 0 0;
}

.treatment__row:nth-child(2n + 2) .column-treatment {
    margin: -6px 0 0 0;
}

.treatment__title span {
    white-space: nowrap;
}

.column-treatment__info {
    display: -ms-grid;
    display: grid;
    row-gap: 20px;
}


/*=====================================================================================*/
/* Media Queries */
@media screen and (max-width: 1023px) {
    ._page-flu .treatment [class*=__body] {
        padding: 0px 0 96px 0;
    }

    .treatment [class*="__row"]:not(:first-child) {
        margin: 88px 0 0;
    }

    .column-treatment__info {
        row-gap: 16px;
    }
}

@media screen and (max-width: 479.98px) {
    .treatment__title {
        margin: 7px 0 0 0;
    }

    ._page-flu .treatment [class*=__body] {
        padding: 0px 0 64px 0;
    }

    .treatment [class*="__row"]:not(:first-child) {
        margin: 65px 0 0;
    }

    .treatment__row:nth-child(2n + 2) .column-treatment {
        margin: 0;
    }
}


/*==========================================================================================================================================================================*/
/* Diagnostics */
.diagnostics__text {
    padding: 4px 0 0 0;
}

.diagnostics__text p {
    line-height: 1.55;
}

.diagnostics__items {
    display: -ms-grid;
    display: grid;
    row-gap: 16px;
    margin: 40px 0 0 0;
}

.item-diagnostics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 16px;
    padding: 12px 24px;
    background-color: #F2F2F2;
    border-radius: 16px;
}

.item-diagnostics:not(summary .item-diagnostics):not(:last-child){
    border-radius: 0;
}

.item-diagnostics__left,
.item-diagnostics__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 11px;
}

.item-diagnostics__left {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 81.81%;
    flex: 0 1 81.81%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.item-diagnostics__left::before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: -35px;*/
    /*right: -2px;*/
    /*width: 2px;*/
    /*height: calc(100% + 70px);*/
    /*background-color: #fff;	*/
}

.item-diagnostics__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-column-gap: 24px;

    -moz-column-gap: 24px;

    column-gap: 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.item-diagnostics__code {
    padding: 10px 0 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    color: #777;
}

a.item-diagnostics__title {
    padding: 6px 32px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333;
    color: #002E6D;
}

.item-diagnostics__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.item-diagnostics__price {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.item-diagnostics__price-old {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
}

.diagnostics__buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
}

.item-diagnostics__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    border-radius: 16px;
    background-color: #0080C9;
    outline: 1px solid transparent;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
}

.item-diagnostics__button:active,
.item-diagnostics__button.active {
    color: #0080C9;
    background-color: #fff;
    outline-color: #0080C9;
}

.item-diagnostics__button:disabled {
    color: #CCC;
    background-color: #fff;
    outline-color: #CCC;
}

.item-diagnostics__button img {
    width: 24px;
}


/*=====================================================================================*/
/* Media Queries */
@media (any-hover: hover) {
    .item-diagnostics__button:hover {
        background-color: #0191E3;
    }

    a.item-diagnostics__title:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1279px){
    .item-diagnostics {
        padding: 10px 20px;
    }

}

@media screen and (max-width: 1023px) {
    .diagnostics__text p {
        font-size: 18px;
        line-height: 1.55;
        margin-top: 3px;
    }

    .item-diagnostics__left {
        padding: 9px 0;
    }

    .item-diagnostics__right {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .diagnostics__text {
        padding: 7px 0 0 0;
    }

    .diagnostics__text p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 3px;
    }
}

@media screen and (max-width: 767px) {
    .item-diagnostics,
    .item-diagnostics__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item-diagnostics {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px 24px;
    }

    .item-diagnostics__right {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .item-diagnostics__left {
        padding: 0;
    }

    .item-diagnostics__left::before {
        top: auto;
        bottom: 0;
        left: -24px;
        width: calc(100vw - 16px);
        height: 2px;
    }

    .item-diagnostics__code,
    .item-diagnostics__price {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .item-diagnostics__code {
        padding-top: 5px;
        margin: 0 0 -5px 0;
    }
}

@media screen and (max-width: 479.98px) {
    /*.diagnostics__title {*/
    /*    margin: 7px -4px 0 -4px;*/
    /*}*/

    .item-diagnostics {
        padding: 12px;
    }

    .item-diagnostics__title {
        padding: 6px 0 0 0;
    }

    .item-diagnostics__left::before {
        left: -16px;
    }
}


/*==========================================================================================================================================================================*/
/* Conditions */

.conditions {
    text-align: left;
}

.conditions ul {
    list-style: none;
}

.conditions ul li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.conditions ul li::before {
    top: .6em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #002E6D;
}

._page-flu .conditions p {
    margin-bottom: 15px;
}

._page-flu .conditions a {
    font-size: 16px;
    line-height: 28px;
}


@media screen and (max-width: 767px) {
    .conditions {
        margin-bottom: 0;
    }

    .conditions ul li {
        padding-left: 16px;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .conditions ul li::before {
        top: .7em;
        width: 4px;
        height: 4px;
    }
}
