@font-face {
    font-family: "Manrope";
    src: url(../fonts/MuseoSansCyrl-300.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-300.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/MuseoSansCyrl-700.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-700.otf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/MuseoSansCyrl-500.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-500.otf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Manrope';
}

ul li {
    list-style: none;
}

ul li:before {
    content: none;
}

a {
    text-decoration: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

.container {
    width: 1232px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* HEADER */

.fixedHeader {
    position: fixed;
    width: 100%;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    z-index: 9;
}

.header-fixed {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    height: 72px;
    width: 100%;
    background: #fff !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header {
    padding-top: 22px;
    padding-bottom: 0px;
    height: 768px;
}

.header__bg {
    background: url('../img/header_image.png') no-repeat;
    background-position: 100% 84%;
    padding-bottom: 80px;
}

.header__logo-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header__logo {
    display: inline-flex;
    align-items: center;
    height: 48px;
    width: 176px;
}

.header__logo.logo-cmd {
    height: 48px;
    width: 233px;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header__top ul.menu li.menu__item a {
    color: #ffffff;
}

.header__top .header__phone-cart-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    bottom: 2px;
}

.header-top-wrapper {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top .header__phone-cart-wrapper .header__phone a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

ul.menu {
    margin: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 60px;
}


ul.menu li.menu__item a {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
}

ul.menu li.menu__item {
    padding: 0;
    margin: 0;
}

ul.menu li.menu__item a:hover {
    color: #e87722;
}

.main-header ul.menu li.menu__item a:hover {
    text-decoration: none;

}

.header__left {
    width: 540px;
}

.header__right {
    margin-left: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__right .right__cart,
.header__top .header__phone-cart-wrapper .header__cart {
    margin-left: 56px;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header__top .header__phone-cart-wrapper .header__cart {
    position: relative;
    top: 3px;
}

.header__right .right__phone {
    font-weight: 700;
    font-size: 16px;
    color: #b6d1fa;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.header__title {
    margin-top: 124px;
    flex-basis: 100%;
}

.header__title h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 66px;
    color: #254186;
    max-width: 580px;
}

.header__subtitle {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #254186;
    max-width: 530px;
    width: 100%;
    margin-top: 40px;
}

.header__title h1 span.red,
.header__subtitle span.red {
    color: #e87722;
    display: block;
}

.header__title .tag {
    font-size: 23.5px;
    line-height: 23.5px;
    color: #698286;
}

.header__promo {
    margin-top: 58px;
}

.header__promo span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #e87722;
}

.header__button .test {
    display: inline-block;
    width: 264px;
    height: 48px;
    background-color: #254186;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: Manrope;
    margin-top: 36px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.test a {
    color: #fff;
    font-weight: 400;
    font-family: Manrope;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

#new .test .btn,
#new .myths .uk-hidden + .myths-swiper-next {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.header__button .test:hover {
    background-color: #344e8d;
}

.header__right .date {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 40px;
    line-height: 40px;
    color: #e87722;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: 33px;
    left: 0px;
}

section.terms .terms__terms span:nth-of-type(5) br {
    display: none;
}

.header__right .date span {
    font-size: 28px;
    font-weight: 700;
    display: block;
    max-width: 288px;
    margin-top: 12px;
    color: #254186;
}

/* SECTION text */

section.text {
    padding-top: 89px;
    margin-bottom: 58px;
}

section.text p {
    font-size: 22px;
    line-height: 32px;
}

section.text p span {
    color: #000000;
    font-weight: 700;
}

section.text p br {
    display: none;
}

.main__caption {
    color: #254186;
}

/* SECTION signs */

section.signs {
    padding-top: 81px;
    padding-bottom: 40px;
}

section.signs h2 {
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

section.signs h2 span.red {
    color: #f8485e;
}

section.signs .signs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
}

section.signs .signs__items .signs__sign {
    margin-bottom: 52px;
    text-align: center;
}

section.signs .signs__items .signs__sign .sign__photo img {
    width: 100%;
    height: 200px;
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.signs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.signs .signs__items .signs__sign .sign__text {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
}

/* SECTION myths */

#new section.myths {
    padding-top: 55px;
    padding-bottom: 94px;
}

section.myths .myths__container img {
    border-bottom-left-radius: 50px;
    display: block;
    margin-left: auto;
}

section.myths .myths__container .btn.myths-swiper-next {
    width: 352px;
    height: 48px;
    background: transparent;
    border-radius: 25px;
}

section.myths .myths__container .uk-padding-large-right\@l {
    font-size: 18px;
    line-height: 32px;
}

.swiper-slide__container.swiper-slide-image-desktope.uk-width-2-5.uk-text-right.uk-text-center.uk-visible\@l {
    margin-top: 8px;
}

#new .myths__number {
    padding: 0;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#new .myths__top-text .myths__number {
    margin-right: 37px !important;
}

#new .uk-padding-large-right\@l.uk-margin-bottom {
    padding-right: 66px !important;
}

/* SECTION test */

#new section.test {
    background-color: #fff;
    padding-top: 54px;
    padding-bottom: 97px;
}

.test__result-text-desc {
    line-height: 26px;
}

#new section.test .subtitle {
    line-height: 48px;
    text-align: center;
    margin-bottom: 44px !important;
}

#new section.test .subtitle span {
    color: #f8485e;
}

#new .uk-padding-large-right\@l {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

#new .test__text-gray {
    margin-left: auto;
    margin-right: 0px;
    padding-top: 10px;
}

#new .test__radio {
    padding-left: 0px;
    margin: 0;
    margin-top: 38px;
}

.swiper-wrapper {
    margin-top: 18px;
}

#new .test__swiper {
    background: url(../img/diabetes.png) no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    padding-top: 64px !important;
    padding-bottom: 87px;
    padding-right: 40px;
    padding-left: 86px;
    border: 1px solid #ddd;
}

#new .test__count {
    position: relative;
    bottom: 18px;
}

#new .test__question {
    margin-top: -16px;
}

#new li.uk-margin-bottom {
    margin-bottom: 23px !important;
}

#new .test__text li input {
    width: 176px;
    height: 48px;
    border: 1px solid #aaa;
    margin-right: 16px;
}

#new .test__text {
    margin-left: 118px;
    margin-top: -7px;
}

#new ul.test__text li.uk-margin-bottom.uk-flex.uk-flex-middle.uk-flex-between {
    margin-bottom: 15px !important;
}

#new .uk-width-expand p:nth-of-type(2) {
    font-size: 18px;
    line-height: 32px;
}

.test__result ul li a {
    color: #00a9e0;
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
    line-height: 28px;
}

#new .test .test__result input {
    width: 440px;
    height: 48px;
    font-family: Manrope;
    padding-left: 16px;
}

#new .test__result-bottom .btn {
    max-width: auto;
    width: 352px;
    height: 48px;
}

/* SECTION discount */

section.discount {
    padding-top: 51px;
}

section.discount .discount__title {
    margin: 0 auto;
    margin-bottom: 45px;
}

section.discount .discount__title h2 {
    font-weight: 700;
}

section.discount .discount__title h2 span.red {
    color: #f8485e;
}

section.discount .discount__terms {
    width: 100%;
    padding-bottom: 61px;
    border-bottom: 1px solid #d9e1ef;
    display: flex;
    justify-content: space-between;
    position: relative;
    right: 4px;
}

section.discount .discount__terms .term {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

section.discount .discount__terms .term:nth-of-type(3) {
    margin-bottom: 0;
}

section.discount .discount__terms .term:nth-of-type(1) {
    margin-left: 5px;
}

section.discount .discount__terms .term:nth-of-type(3) {
    position: relative;
    right: 9px;
}

section.discount .discount__terms .term .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #dddddd;
    font-size: 32px;
    line-height: 32px;
    color: #254186;
    font-weight: 300;
    margin-bottom: 25px;
}

section.discount .discount__terms .term p {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    max-width: 336px;
    text-align: center;
}

/* SECTION terms */

section.terms {
    padding-top: 66px;
    padding-bottom: 56px;
}

section.terms .terms__title {
    margin: 0 auto;
    margin-bottom: 25px;
}

section.terms .terms__terms {
    width: 100%;
    text-align: center;
    margin: 0;
}

section.terms .terms__terms span {
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    color: #000;
}

section.terms .terms__terms span {
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

/*section.terms .terms__terms span:nth-of-type(1) {*/
/*    margin-bottom: 15px;*/
/*}*/

/*section.discount .discount__terms .term:nth-of-type(1) .circle {*/
/*    margin-left: 2px;*/
/*}*/

/*section.discount .discount__terms .term:nth-of-type(2) {*/
/*    margin-right: 5px;*/
/*}*/

/*section.terms .terms__terms span:nth-of-type(3) {*/
/*    margin-right: 9px;*/
/*}*/

/*section.terms .terms__terms span:nth-of-type(5) {*/
/*    margin-right: 8px;*/
/*}*/

#new .geo {
    padding-top: 96px;
    padding-bottom: 90px;
}

#new .geo .subtitle {
    margin-bottom: 39px;
}

#new .uk-tab li:nth-of-type(1) {
    right: 8px;
}

#new .geo .uk-switcher {
    margin-top: -20px;
}

.maps__caption {
    font: 700 36px/48px Manrope;
}

.condition__caption {
    font: 700 28px/40px Manrope;
    color: #324383;
}

.swiper-slide-image-desktope img {
    width: 385px;
    height: auto;
}

.test__top-wrap {
    margin-bottom: 23px !important;
}

#map-1 {
    width: 100%;
    height: 650px;
    margin-bottom: 5px;
}

.maps__caption {
    margin-bottom: 25px;
}

#new .test__text {
    margin-left: 0;
    margin-top: 38px;
}

#new .test .test__text {
    padding-right: 0;
}

.header__right .date {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 4px;
    padding-bottom: 4px;
}


.test__case {
    width: 440px;
}

#new .test__radio {
    max-width: 100%;
}

#new .uk-child-width-1-2\@l > * {
    width: 100%;
}

#new .uk-child-width-1-2\@l > form {
    width: 440px;
}

.test__block {
    margin-right: 176px;
}

.submenu {
    padding-left: 5px;
}


.analys_group {
    margin-top: 95px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.analysis {
    max-width: 1232px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 24px;
}

.analysis {
    margin-bottom: 39px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*Карта*/

#map, #map > div,
#map-2 {
    height: 648px;
    margin-top: 45px;
}

.office-map > ymaps, .office-map > ymaps > ymaps {
    width: 100% !important;
}

.page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 312px;
    flex: 0 0 312px;
    min-width: 0;
    margin-right: 40px;
}

.page--offices .page__sidebar {
    height: 850px;
    display: flex;
    flex-direction: column;
}

.page__sidebar-office-list {
    margin-top: 36px;
    flex: 1 1 0%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.page__sidebar-office-list #office-list-not-mobile {
    min-height: 0;
    flex: 1 1 100%;
    display: flex;
}

.page__sidebar-office-list .office-list__items {
    max-height: 100%;
}

.yandex_maps__title {
    margin-bottom: 47px;
}

.section-adress {
    padding-top: 89px;
    border-top: 1px solid #dddddd;
}

.horizontal-scroll-wrapper {
    display: flex;
    justify-content: center;
}

.btn_map {
    text-align: center;
    margin: 0 auto;
    margin-top: 36px;
}

.adress-btn {
    width: 144px;
    background-color: unset;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 14px;
    margin-right: 12px;
    cursor: pointer;
}

.adress-btn.map_partners {
    margin-left: -18px;
}

.adress-btn {
    width: 168px;
    background-color: unset;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #002E6D;
    padding: 12px 34px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.adress-btn__left {
    background-color: white;
    border: 1px solid #002E6D;
    border-radius: 16px 0 0 16px;

}

.adress-btn__right {
    position: relative;
    left: -1px;
    background-color: white;
    border: 1px solid #002E6D;
    border-radius: 0 16px 16px 0;
}

.adress-btn__left:active, .adress-btn__left:focus, .adress-btn__left:hover,
.adress-btn__right:active, .adress-btn__right:focus, .adress-btn__right:hover {
    background-color: white;
    color: #002E6D;
    border: 1px solid #002E6D;
}

.btn-active {
    border-color: #FF5F49;
    color: #FF5F49;
}

.btn-active:active, .btn-active:focus, .btn-active:hover {
    border-color: #FF5F49;
    color: #FF5F49;
}

.adress-btn-border {
    margin-bottom: 6px;
}

.map-position {
    display: none;
}

.map-active {
    display: block;
}

.map {
    width: 100%;
    height: 647px;
    margin-bottom: 0px;
    margin-top: -137px;
    padding-bottom: 0;
}

div.page--offices .office-map {
    height: 648px;
}

div.page--offices .page__sidebar {
    height: 648px;
}

div.page__container .offices-tabs__tabs {
    height: 648px;
}

.filter__form-btn {
    background-color: #0080c9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.filter__form-search {
    border-radius: 4px;
}

.filter__input {
    border-radius: 4px;
}

.office-item__metro,
.office-item__address {
    text-align: left;
}

.visible-office-item .office-item__feature {
    display: none;
}

.page__container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-grow: 1;
}

.page__body {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 352px);
    min-width: 0;
}

#office-map {
    width: 100% !important;
}

.office-map > ymaps, .office-map > ymaps > ymaps {
    width: 100% !important;
    height: inherit !important;
}

.hidden {
    display: none !important;
}

.disclaimer-footer {
    background: rgba(248, 248, 248, 0.96);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.54vw;
    z-index: 3;
    bottom: 0;
    color: #d2d2d2;
    width: 100%;
    line-height: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    transform-origin: bottom;
    transform: scaleY(1.5);
    padding: 10px 0;
}

footer.footer {
    padding-bottom: 0;
}

.footer__notice {
    margin-left: 0;
    margin-right: 0;
}
