*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
b,
blockquote,
body,
canvas,
caption,
code,
div,
em,
embed,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
main,
nav,
object,
ol,
p,
pre,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}


footer,
header,
main,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    border-radius: 0
}


@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff2) format("woff2"), url(../fonts/Inter-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

@font-face {
    font-family: Mulish;
    font-display: swap;
    src: url(../fonts/Mulish-Black.woff2) format("woff2"), url(../fonts/Mulish-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

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

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

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

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

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


.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #141414;
    height: auto
}

.header__primary {
    background: rgba(0, 0, 0, .6);
    height: 800px
}

.header__wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.header__mobile-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -999
}

.header__mobile-pc-bg {
    display: none
}

.header .logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.header .logo-header__title {
    display: none
}

.header .number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .number-header__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header .number-header__number-link {
    display: none
}

.header .number-header__image {
    width: 18px;
    height: 18px
}

.header .body-header {
    padding-top: 120px
}

.header .body-header .text-block {
    text-align: center
}

.header .body-header .text-block__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
    color: #fff
}

.header .body-header .text-block__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
    color: #fff
}

.header .body-header .logo-body {
    margin: 48px 0;
    text-align: center
}

.header .body-header .logo-body__image {
    width: 266px;
    height: 120px
}

.header .body-header__sub-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.header .arrow-header {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: fixed;
    display: none;
    left: 0;
    width: 100%;
    cursor: pointer
}

.header .arrow-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px;
    margin: 20px auto
}

.header .arrow-header__link:hover {
    opacity: .7;
}

.header__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 24px;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    width: 72px;
    height: 52px;
    position: relative;
    z-index: 999;
    overflow: hidden
}

.header__menu-btn span {
    width: 20px;
    height: 2px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__menu-btn span:nth-of-type(2) {
    width: 12px;
    top: calc(50% - 5px)
}

.header__menu-btn span:nth-of-type(3) {
    width: 12px;
    top: calc(50% + 5px)
}

.header__menu-btn.active span:nth-of-type(1) {
    display: none
}

.header__menu-btn.active span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

.header__menu-btn.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

.header__btn-title {
    display: none
}

.header .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #ffefba;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.header .header-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header .header-menu__item {
    list-style-type: none
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page .about-company {
    position: relative;
    width: 98%;
    margin: auto;
    height: auto
}

.page .about-company__wrapper {
    position: relative;
    z-index: 1;
    margin: 8px 0;
    background: #fff;
    border-radius: 8px;
    height: auto
}

.page .about-company__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px
}

.page .about-company .logo-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .about-company .logo-page__title {
    display: none
}

.page .about-company .logo-page__image {
    margin: 0 32px 0 12px
}

.page .about-company__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .about-company__btn-title {
    display: none
}

.page .about-company .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .about-company .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid #A89869;
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .about-company .number-page__number-link {
    display: none
}

.page .about-company .block-page {
    padding: 60px 20px 60px
}

.page .about-company .block-page__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 24px 0
}

.page .about-company .block-page .text-group {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

.page .about-company .block-page .text-group__text-group-pc {
    display: none
}

.page .about-company .block-page__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 24px 0
}

.page .about-company .block-page__text-pc {
    display: none
}

.page .about-company .block-page .button-more {
    margin-bottom: 16px;
    width: 272px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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
}

.page .about-company .block-page .button-more__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}


.page .about-company .block-page .factory-img__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -999;
    border-radius: 8px
}

.page .about-company .block-page .factory-img__image-pc {
    display: none
}

.page .about-company .block-page .arrow-about {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%
}

.page .about-company .block-page .arrow-about__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px;
    margin: auto
}

.page .about-company .menu-btn-page {
    border: 2px solid #A89869
}

.page .about-company .menu-btn-page span {
    background-color: #000
}

.page .products-block {
    position: relative;
    width: 98%;
    margin: auto;
    height: 780px
}

.page .products-block__wrapper {
    position: relative;
    z-index: 1;
    margin: 8px 0;
    background: #fff;
    border-radius: 8px;
    height: 772px
}

.page .products-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px
}

.page .products-block .logo-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .products-block .logo-page__title {
    display: none
}

.page .products-block .logo-page__image {
    margin: 0 32px 0 12px
}

.page .products-block__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .products-block__btn-title {
    display: none
}

.page .products-block .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .products-block .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid #A89869;
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .products-block .number-page__number-link {
    display: none
}

.page .products-block .box-product {
    position: relative;
    padding: 60px 20px 60px
}

.page .products-block .box-product .splide__slide {
    opacity: .4
}

.page .products-block .box-product .is-active {
    opacity: 1
}

.page .products-block .box-product .splide__pagination {
    bottom: -14%;
    padding: 0 1em;
    position: absolute;
    left: 0;
    z-index: 1
}

.page .products-block .box-product .splide__pagination__page.is-active {
    background: #A89869;
    border-radius: 8px
}

.page .products-block .box-product .splide__pagination li:nth-last-of-type(2) {
    margin: 0 6px
}

.page .products-block .box-product .splide__pagination__page:hover {
    opacity: .7;
}

.page .products-block .box-product .splide__arrow {
    top: 105%;
    width: 72px;
    height: 52px;
    border: 2px solid #A89869;
    border-radius: 28px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto
}

.page .products-block .box-product .splide__arrow:hover {
    background: #A89869
}

.page .products-block .box-product .splide__arrow--prev {
    left: 0;
    top: 110%
}

.page .products-block .box-product .splide__arrow--next {
    right: 0;
    top: 110%
}

.page .products-block .box-product .blocks-slide__wrapper-block-pc {
    display: none
}

.page .products-block .box-product .blocks-slide__title {
    margin: 26px 0 24px 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #000
}

.page .products-block .box-product .blocks-slide__image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .products-block .box-product .blocks-slide__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-left: 12px;
    max-width: 230px
}

.page .products-block .box-product .blocks-slide__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 16px 0
}

.page .products-block .box-product .blocks-slide__text-none {
    display: none
}

.page .products-block .box-product .blocks-slide .block-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page .products-block .box-product .blocks-slide .block-number__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 4px
}

.page .products-block .box-product .blocks-slide .block-number__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #A89869;
    width: 260px
}

.page .products-block .box-product .blocks-slide .block-number__number:hover {
    opacity: .7;
}

.page .products-block .box-product .blocks-slide__wrapper-price {
    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;
    margin: 24px 0
}

.page .products-block .box-product .blocks-slide__wrapper-border-img {
    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;
    border-radius: 28px;
    width: 80px;
    height: 56px;
    border: 2px solid #A89869;
    margin-left: 28px;
}

.page .products-block .box-product .blocks-slide .rb-price {
    white-space: nowrap
}

.page .products-block .box-product .blocks-slide .rb-price__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    padding-left: 8px
}

.page .products-block .box-product .blocks-slide .rf-price {
    white-space: nowrap
}

.page .products-block .box-product .blocks-slide .rf-price__img {
    margin-left: 27px
}

.page .products-block .box-product .blocks-slide .rf-price__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    padding-left: 8px
}

.page .products-block .box-product .button-more {
    width: 262px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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;
    margin: 14px 0
}

.page .products-block .box-product .button-more__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.page .products-block .arrow-about {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%
}

.page .products-block .arrow-about__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px;
    margin: auto
}

.page .products-block .menu-btn-page {
    border: 2px solid #A89869
}

.page .products-block .menu-btn-page span {
    background-color: #000
}

.page .activity-block {
    position: relative;
    height: auto;
    width: 98%;
    margin: auto
}

.page .activity-block__wrapper {
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    height: 784px
}

.page .activity-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px
}

.page .activity-block .logo-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .activity-block .logo-page__title {
    display: none
}

.page .activity-block .logo-page__image {
    margin: 0 32px 0 12px
}

.page .activity-block__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .activity-block__btn-title {
    display: none
}

.page .activity-block .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .activity-block .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .activity-block .number-page__number-link {
    display: none
}

.page .activity-block .box-activity {
    padding: 60px 20px 60px
}

.page .activity-block .box-activity__title {
    display: block;
    margin: 24px 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #fff
}

.page .activity-block .box-activity__text {
    display: none
}

.page .activity-block .box-activity .arrow-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 16%;
    left: 0;
    width: 100%
}

.page .activity-block .box-activity .arrow-activity__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px;
    margin: auto
}

.page .activity-block .box-activity .arrow-activity__pulse {
    padding: 0 20px
}

.page .activity-block .box-activity .arrow-activity__pull {
    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;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 18px
}

.page .activity-block .box-activity .arrow-activity__pull:after {
    content: "";
    background: url(../img/pull-right.svg) no-repeat;
    display: block;
    width: 10px;
    height: 16px
}

.page .activity-block .box-activity .arrow-activity__pull:before {
    content: "";
    background: url(../img/pull-left.svg) no-repeat;
    display: block;
    width: 10px;
    height: 16px
}

.page .activity-block #map {
    position: absolute;
    top: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.page .activity-block #map > ymaps {
    border-radius: 8px;
    overflow: hidden
}

.page .activity-block [class*=copyrights-pane] {
    display: none !important
}

.page .activity-block [class*=ground-pane] {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

.page .wind-warm-block {
    position: relative;
    width: 98%;
    margin: auto;
    height: auto
}

.page .wind-warm-block__wrapper {
    margin: 8px;
    height: 784px
}

.page .wind-warm-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.page .wind-warm-block .logo-page__title {
    color: #fff
}

.page .wind-warm-block__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .wind-warm-block__btn-title {
    display: none
}

.page .wind-warm-block .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .wind-warm-block .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .wind-warm-block .number-page__number-link {
    display: none
}

.page .wind-warm-block .box-wind {
    padding: 60px 20px 60px
}

.page .wind-warm-block .box-wind .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.page .wind-warm-block .box-wind .title-block__img {
    padding-right: 12px
}

.page .wind-warm-block .box-wind .title-block__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin: 20px 0
}

.page .wind-warm-block .box-wind__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #fff
}

.page .wind-warm-block .box-wind__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 16px 0
}

.page .wind-warm-block .box-wind .button-about {
    display: none
}

.page .wind-warm-block .box-wind .button-about__btn {
    border: none;
    background: 0 0
}

.page .wind-warm-block .box-wind .button-about__btn-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.page .wind-warm-block .box-wind .button-about__btn-text-none {
    display: none
}

.page .wind-warm-block .box-wind .arrow-wind {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%
}

.page .wind-warm-block .box-wind .arrow-wind__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px;
    margin: auto
}

.page .wind-warm-block__mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 784px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -999;
    border-radius: 8px
}

.page .wind-warm-block__mobile-bg-pc {
    display: none
}

.page .transport-company-block {
    position: relative;
    width: 98%;
    margin: auto;
    height: auto
}

.page .transport-company-block__wrapper {
    margin: 8px;
    height: 784px
}

.page .transport-company-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.page .transport-company-block .logo-page__title {
    color: #fff
}

.page .transport-company-block__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .transport-company-block__btn-title {
    display: none
}

.page .transport-company-block .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .transport-company-block .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .transport-company-block .number-page__number-link {
    display: none
}

.page .transport-company-block .box-transport {
    padding: 60px 20px 60px
}

.page .transport-company-block .box-transport__number-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .medical-center-block .box-medical__number-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .transport-company-block .box-transport__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .02em;
    color: #A89869;
    padding-left: 6px
}

.page .medical-center-block .box-medical__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .02em;
    color: #A89869;
    padding-left: 6px
}

.page .transport-company-block .box-transport__number:hover,
.page .medical-center-block .box-medical__number:hover {
    opacity: .7;
}

.page .transport-company-block .box-transport__title-block {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 14px 0
}

.page .transport-company-block .box-transport__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #fff;
    margin: 14px 0
}

.page .transport-company-block .box-transport__text p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 14px 0
}

@media screen and (min-width: 1679.98px) {
    .page .transport-company-block .box-transport__text p {
        font-size: 18px;
        line-height: 32px;
    }
}


.page .transport-company-block .button-about {
    display: none
}

.page .transport-company-block .button-about__btn {
    border: none;
    background: 0 0
}

.page .transport-company-block .button-about__btn-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.page .transport-company-block .button-about__btn-text-none {
    display: none
}

.page .transport-company-block__mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 784px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -999;
    border-radius: 8px
}

.page .transport-company-block__mobile-bg-pc {
    display: none
}

.page .medical-center-block {
    position: relative;
    width: 98%;
    height: auto;
    margin: auto
}

.page .medical-center-block__wrapper {
    margin: 6px;
    height: 784px
}

.page .medical-center-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.page .medical-center-block .logo-page__title {
    color: #fff
}

.page .medical-center-block__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.page .medical-center-block__btn-title {
    display: none
}

.page .medical-center-block .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .medical-center-block .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page .medical-center-block .number-page__number-link {
    display: none
}

.page .medical-center-block .box-medical {
    padding: 60px 20px 60px
}

.page .medical-center-block .box-medical__title-block {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 18px 0
}

.page .medical-center-block .box-medical__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #fff;
    margin: 18px 0;
    max-width: 300px
}

.page .medical-center-block .box-medical__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 18px 0
}

.page .medical-center-block .box-medical__text-none,
.page .medical-center-block .box-medical__text-none-sub {
    display: none
}

.page .medical-center-block .button-about {
    display: none
}

.page .medical-center-block .button-about__btn {
    border: none;
    background: 0 0
}

.page .medical-center-block .button-about__btn-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.page .medical-center-block .button-about__btn-text-none {
    display: none
}

.page .medical-center-block__mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 784px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -999;
    border-radius: 8px
}

.page .medical-center-block__mobile-bg-pc {
    display: none
}

@-webkit-keyframes menu-in {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes menu-in {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes logo-in {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes logo-in {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes scroll-in {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes scroll-in {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes back {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes back {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-webkit-keyframes background-away {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@keyframes background-away {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@-webkit-keyframes image-in {
    0% {
        width: 0
    }

    50% {
        width: 0
    }

    100% {
        width: calc(100% - 100px)
    }
}

@keyframes image-in {
    0% {
        width: 0
    }

    50% {
        width: 0
    }

    100% {
        width: calc(100% - 100px)
    }
}

@-webkit-keyframes image-out {
    from {
        width: calc(100% - 100px)
    }

    to {
        width: 0
    }
}

@keyframes image-out {
    from {
        width: calc(100% - 100px)
    }

    to {
        width: 0
    }
}

@-webkit-keyframes heading-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heading-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes heading-out {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heading-out {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes opacity-in {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacity-in {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacity-out {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes opacity-out {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    height: auto
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px
}

.footer .logo-page__title {
    color: #fff
}

.footer__menu-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.footer__btn-title {
    display: none
}

.footer .number-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .number-page__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer .number-page__number-link {
    display: none
}

.footer__footer__wrapper {
    height: auto
}

.footer__wrapper-box {
    width: 98%;
    margin: auto
}

.footer__wrapper-layout {
    background: #292929;
    border-radius: 8px
}

.footer .top-footer {
    padding: 60px 20px 60px
}

.footer .top-footer__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 14px 0
}

.footer .top-footer .contacts-block__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff
}

.footer .top-footer .contacts-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px
}

.footer .top-footer .contacts-block__item {
    list-style-type: disc;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .top-footer .contacts-block__item:not(:first-child) {
    white-space: nowrap
}

.footer .top-footer .contacts-block__link {
    color: inherit;
    white-space: nowrap
}

.footer .top-footer .contacts-block__link-mail {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .top-footer .contacts-block .mail-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .top-footer .contacts-block .mail-contacts__title {
    margin: 14px 0 6px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.footer .top-footer .contacts-block .mail-contacts__link {
    color: inherit;
    font-weight: 400;
    text-decoration: underline
}

.footer .top-footer .contacts-block .address-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .top-footer .contacts-block .address-contacts__title {
    margin: 14px 0 8px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.footer .top-footer .contacts-block .address-contacts__street {
    font-weight: 400;
    min-width: 270px
}

.footer .top-footer .button-write {
    width: 272px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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;
    margin: 22px auto 0
}

.footer .top-footer .button-write__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.footer .write-footer {
    display: none
}

.footer .write-footer__body {
    padding: 0 60px
}

.footer .write-footer__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin: 28px 0 20px 0
}

.footer .write-footer .name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .write-footer .name-block__name-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .write-footer .name-block__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin-top: 10px
}

.footer .write-footer .number-block {
    margin: 40px 0
}

.footer .write-footer .number-block__number-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .write-footer .number-block__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin-top: 10px
}

.footer .write-footer .message-block__message-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer .write-footer .message-block__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 10px;
    width: 476px;
    height: 156px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    margin-top: 10px;
    resize: vertical
}

.footer .write-footer .wrapper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.footer .write-footer .form-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: 370px
}

.footer .write-footer .form-footer__text-gold {
    color: #A89869 !important
}

.footer .write-footer .button-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px;
    gap: 4px;
    width: 189px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    margin-right: 25px
}

.footer .write-footer .button-form:hover {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    opacity: .7;
}

.footer .write-footer .button-form__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0;
    cursor: pointer
}

.footer .number-footer {
    display: none
}

.footer .number-footer__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer .number-footer__number-link {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: .02em;
    color: #fff;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.footer .bottom-footer {
    padding: 0 20px
}

.footer .bottom-footer__copy {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    margin: 16px 0 12px 0
}

.footer .bottom-footer__confidence {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.footer .bottom-footer .create-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 12px 0
}

.footer .bottom-footer .create-footer__logo {
    text-align: center;
    margin-bottom: 16px
}

html {
    height: 100%
}

body {
    color: "";
    font-family: Montserrat !important;
    font-size: "";
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

._container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto
}

.header__menu-btn-wrapper,
.logo-header,
.number-header {
    z-index: 99999;
    cursor: pointer
}

.logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.block-menu {
    position: absolute;
    z-index: 9999;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #292929;
    border-radius: 16px;
    overflow: auto;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.block-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.block-menu__item {
    list-style-type: none
}

.header-menu__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 180px
}

.header-menu__list {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-menu__item {
    margin: 20px 0
}

.header-menu__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #fff
}

.header-menu__link:hover {
    color: #A89869
}

.header-menu__sub-items-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.header-menu__sub-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    opacity: .6;
    margin-top: 10px;
}

@media (max-width: 1919.8px) {
    .header-menu__sub-link {
        font-size: 20px;
    }
}

.header-menu__sub-link {
    padding: 0 24px
}

.header-menu__sub-link:hover {
    opacity: 1
}

.item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    bottom: 60px;
    width: 100%
}

.bottom-menu__copy {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}

.bottom-menu__mail {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #A89869;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    text-align: center
}

.bottom-menu__politic {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #A89869;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}

.page-navigation {
    display: none
}

.page-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 38px;
    background: #000;
    padding: 8px 0;
    border-radius: 20px 20px 0 0
}

@media (max-width: 1680px) {
    .page-navigation__list {
        margin: 10px 10px 0 0;
        padding: 14px 0;
    }
}

.page-navigation__link {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px
}

.page-navigation__link.active,
.page-navigation__link:hover {
    background: #A89869;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.page-navigation__title {
    display: none
}

[class*=balloon__layout] {
    background: #A89869;
    -webkit-box-shadow: 0 4px 34px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 4px 34px rgba(0, 0, 0, .15) !important;
    border-radius: 16px;
    width: 100%
}

[class*=balloon__content] {
    background: #A89869;
    width: auto
}

[class*=balloon__tail] {
    /*display: none;*/
}

[class*=balloon] {
    -webkit-box-shadow: none;
    box-shadow: none
}

.balloon-root {
    width: 520px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background: #A89869;
    -webkit-box-shadow: 0 4px 34px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 34px rgba(0, 0, 0, .15);
    border-radius: 16px;
    text-align: center;
    color: #fff;
    z-index: 999999 !important;

}

.close {
    position: absolute;
    right: 5px;
    font-size: 32px;
    color: #000
}

.balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.balloon-body {
    width: 100%;
    height: 50%
}

.bln-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 24px
}

.bln-img {
    width: 104px;
    height: 104px;
    border: 2px solid #fff;
    border-radius: 8px
}

.bln-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px
}

.bln-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    text-align: left
}

.bln-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin: 14px 0
}

.bln-wrapper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 20px 12px 32px;
    gap: 4px;
    width: 187px;
    height: 48px;
    background: #fff;
    border-radius: 28px
}

.bln-btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.block-modal {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 10px;
    left: 0;
    top: 0;
    overflow: auto
}

.block-modal__content {
    position: relative;
    top: 10%;
    margin: auto;
    padding: 0;
    -webkit-animation-name: animate-to-top;
    -webkit-animation-duration: .4s;
    animation-name: animate-to-top;
    animation-duration: .4s;
    -webkit-box-shadow: 0 4px 40px rgba(88, 88, 88, .82);
    box-shadow: 0 4px 40px rgba(88, 88, 88, .82);
    height: 100%;
    width: 90%;
    max-height: 720px;
    background: #1f1f1f;
    border-radius: 8px
}

@media (min-width: 576px) {
    .block-modal__content {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .block-modal__content {
        width: 640px;
    }
}

.block-modal__header {
    padding: 24px
}

.block-modal__close {
    color: #fff;
    float: right;
    font-size: 32px;
    cursor: pointer
}

.block-modal__close:hover:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.block-modal__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: #fff
}

.block-modal__contacts-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-modal__input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    width: 80%;
}

.block-modal__for-message,
.block-modal__for-name,
.block-modal__for-number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.block-modal__input-name,
.block-modal__input-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    margin: 12px 0 20px 0;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .7
}

.block-modal__input-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 12px 0 20px 0;
    padding: 16px 24px;
    gap: 10px;
    width: 100%;
    height: 208px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .7;
    resize: vertical
}

.block-modal__btn-get-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 36px;
    gap: 4px;
    width: 258px;
    height: 54px;
    background: #A89869;
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    margin: auto
}

.block-modal__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 24px
}

.block-modal__text-decor {
    text-decoration: underline
}

.header-about__wrapper-abt {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.header-about .logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-about .logo-header__title {
    display: none
}

.header-about .menu-btn-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 24px;
    gap: 10px;
    border: 2px solid #A89869;
    border-radius: 28px;
    width: 72px;
    height: 52px;
    position: relative;
    z-index: 999;
    overflow: hidden
}

.header-about .menu-btn-page span {
    width: 20px;
    height: 2px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-about .menu-btn-page span:nth-of-type(2) {
    width: 12px;
    top: calc(50% - 5px)
}

.header-about .menu-btn-page span:nth-of-type(3) {
    width: 12px;
    top: calc(50% + 5px)
}

.header-about .menu-btn-page.active span:nth-of-type(1) {
    display: none
}

.header-about .menu-btn-page.active span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

.header-about .menu-btn-page.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

.header-about .number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-about .number-header__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid #A89869;
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header-about .number-header__number-link {
    display: none
}

.header-about .number-header__image {
    width: 18px;
    height: 18px
}

.header-about .navigation-bar {
    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
}

.header-about .navigation-bar__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.header-about .navigation-bar__slash {
    display: inline-block;
    padding: 0 10px
}

.header-about .navigation-bar__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 114px;
    height: 32px;
    background: #ebebeb;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-about {
    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;
    margin-top: 48px
}

.navigation-bar-about__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-about__slash {
    display: inline-block;
    padding: 0 10px;
    color: #000
}

.navigation-bar-about__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    height: 32px;
    background: #ebebeb;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.main-about {
    padding-bottom: 74px
}

.main-about__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #000;
    margin: 16px 0 48px 0
}

.main-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 120px
}

.main-about .slider-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px
}

.main-about .slider-box .splide__slide {
    width: 100% !important
}

.main-about .slider-box__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-about .slider-box .splide__pagination {
    background: #fff;
    bottom: -.5em;
    max-width: 40%;
    margin: auto;
    border-radius: 14px 14px 0 0
}

.main-about .slider-box .splide__pagination li {
    line-height: 2;
    margin: 6px 10px
}

.main-about .slider-box .splide__pagination__page {
    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;
    width: 12px;
    height: 12px
}

.main-about .slider-box .splide__pagination__page.is-active {
    background: #A89869
}

.main-about .slider-box .splide__arrow--prev {
    left: 10%;
    margin: 0 10px
}

.main-about .slider-box li {
    margin: 0 10px;
}

.main-about .slider-box .splide__arrow--next {
    right: 10%;
    margin: 0 10px
}

.main-about .slider-box .splide__arrow {
    opacity: 1;
    top: 100%;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px
}

.main-about .slider-box .splide__arrow:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff
}

.main-about .body-about {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.main-about .body-about .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-about .body-about .box-title__img {
    margin-right: 24px
}

.main-about .body-about .box-title__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000
}

.main-about .body-about__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin: 32px 0
}

.main-about .body-about .box-text__bottom,
.main-about .body-about .box-text__top {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000
}

.main-about .body-about .box-text__bottom {
    margin: 24px 0
}

.main-about .body-about .box-competition .button-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main-about .body-about .box-competition .button-box__btn {
    border: none;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #1C4F73;
    cursor: pointer;
    padding: 0
}

.main-about .body-about .box-competition .button-box__arrow {
    filter: grayscale(255);
    margin-left: 6px
}

.main-about .body-about .box-competition__competition-body {
    display: none
}

.activity-about__container {
    padding: 0 120px
}

.activity-about__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    text-align: left;
    margin-bottom: 24px
}

.activity-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.activity-about__text-left,
.activity-about__text-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.activity-about__text-left {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-right: 48px
}

.activity-about__text-right {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000
}

.activity-about__text-color {
    color: #1C4F73
}

.activity-about__map-box {
    position: relative;
    margin: 32px 0 100px;
    z-index: 99;
    height: 800px
}

.activity-about #map-about {
    position: absolute;
    top: 0;
    z-index: 9999;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.activity-about #map-about > ymaps {
    border-radius: 8px;
    overflow: hidden
}

.activity-about [class*=copyrights-pane] {
    display: none !important
}

.activity-about [class*=ground-pane] {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.competition__container {
    padding: 0 120px
}

.competition__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    margin-bottom: 48px
}

.competition__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.competition__text-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-right: 48px
}

.competition__text-top {
    margin-bottom: 24px
}

.competition__text-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000
}

.competition .slider-cmp {
    margin: 60px 0 80px
}

.competition .splide__slide {
    opacity: .2;
    margin-right: 42px;
    cursor: pointer
}

.competition .splide__slide .slide__img {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.competition .splide__slide.is-visible {
    opacity: 1
}

.competition .splide__slide.is-visible:hover .splide__overlay {
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.competition .splide__slide.is-visible .slide__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.competition .splide__arrow--prev {
    display: none
}

.competition .splide__pagination__page.is-active {
    background: #A89869;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.competition .splide__pagination {
    bottom: 10%;
    left: 79%
}

.competition .splide__pagination li {
    margin: 0 6px
}

.competition .splide__arrow {
    opacity: 1;
    width: 62px;
    height: 48px;
    border: 1px solid #A89869;
    border-radius: 28px;
    background: 0 0
}

.competition .splide__arrow:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #A89869
}

.competition .splide .slide__img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.competition .splide__overlay {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    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;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

.competition .splide__overlay-wrapper {
    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;
    width: 80px;
    height: 80px;
    background: #A89869;
    border-radius: 40px
}

.benefits-about__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin: 80px auto 48px;
    text-align: center;
    max-width: 1600px
}

.benefits-about__wrapper {
    background: #f5f5f5;
    margin: 48px 0 100px 0
}

.benefits-about__container {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits-about .card-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 20px;
    padding: 40px 0;
    width: 280px
}

.benefits-about .card-benefits__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px
}

.benefits-about .card-benefits__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px
}

.benefits-about .card-benefits__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 200px
}

.history {
    position: relative;
    padding-bottom: 100px
}

.history__line {
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 44%
}

.history__container {
    padding: 0 120px
}

.history__title {
    margin-bottom: 48px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    color: #000
}

.history .splide__slide {
    margin-right: 24px
}

.history .splide__pagination {
    display: none
}

.history .splide__arrow {
    top: 35%;
    opacity: 1;
    z-index: 99;
    background: #fff;
    width: 62px;
    height: 48px;
    border: 1px solid #A89869;
    border-radius: 28px
}

.history .splide__arrow:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #A89869
}

.history .splide__arrow--prev {
    display: none
}

.history .content-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.history .content-slide__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin-bottom: 16px
}

.history .content-slide__point {
    width: 24px;
    height: 24px;
    background: #A89869;
    border-radius: 16px;
    margin: 16px 0 20px 0
}

.history .content-slide__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    max-width: 340px
}

.overlay-common-new {
    width: 98%;
    margin: 16px auto 0;
    background: #292929;
    border-radius: 16px 16px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header-contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-contacts__wrapper-contacts {
    position: relative;
    width: 100%;
    left: 0;
    top: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.header-contacts .logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}

.header-contacts .logo-header__title {
    display: none
}

.header-contacts .menu-btn-page {
    border: 2px solid rgba(255, 255, 255, .2)
}

.header-contacts .menu-btn-page span {
    background-color: #fff
}

.header-contacts .header__btn-title {
    color: #fff
}

.header-contacts .number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-contacts .number-header__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 768px) {
    .header-contacts .logo-header {
        width: initial;
    }
}

@media (min-width: 1200px) {
    .header-contacts .logo-header {
        width: 320px;
    }
}

.header-contacts .number-header__number-link {
    display: none
}

.header-contacts .number-header__image {
    width: 18px;
    height: 18px
}

.navigation-bar-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px
}

.navigation-bar-contacts__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    background: #292929;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.navigation-bar-contacts__slash {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px
}

.navigation-bar-contacts__common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px;
    gap: 10px;
    width: 97px;
    height: 32px;
    background: #1f1f1f;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #e0e0e0
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 80px 0
}

.contacts__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.contacts__map-box {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contacts__map-box #map-new > ymaps {
    border-radius: 0 10px 0 0 !important;
    overflow: hidden;
}

.contacts__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    color: #fff;
    margin: 16px 0 60px 0
}

.contacts .contacts-block__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff
}

.contacts .contacts-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px
}

.contacts .contacts-block__item {
    list-style-type: disc;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.contacts .contacts-block__item:not(:first-child) {
    white-space: nowrap
}

.contacts .contacts-block__link {
    color: #A89869;
    white-space: nowrap
}

.contacts .contacts-block__link:hover {
    opacity: .7
}

.contacts .contacts-block__link-mail {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.contacts .contacts-block .mail-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.contacts .contacts-block .mail-contacts__title {
    margin: 14px 0 6px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.contacts .contacts-block .mail-contacts__link {
    color: inherit;
    font-weight: 400;
    text-decoration: underline
}

.contacts .contacts-block .mail-contacts__link:hover {
    opacity: .7
}

.contacts .contacts-block .address-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.contacts .contacts-block .address-contacts__title {
    margin: 14px 0 8px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.contacts .contacts-block .address-contacts__street {
    font-weight: 400;
    min-width: 270px;
    padding-bottom: 60px
}

#map-new {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 740px;
    height: auto;
    bottom: 0;
    border-radius: 50%;
    margin: -152px -78px 0 0
}

#map-new > ymaps {
    border-radius: 8px
}

[class*=copyrights-pane] {
    display: none
}

[class*=ground-pane] {
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

.main-contacts {
    width: 98%;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-contacts__wrapper {
    background: #1f1f1f;
    border-radius: 0 0 16px 16px
}

.main-contacts .write-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1f1f1f;
    border-radius: 0 16px 16px 16px
}

.main-contacts .write-contacts__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin: 28px 0 20px 0
}

.main-contacts .write-contacts .form-footer__wrapper-box {
    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
}

.main-contacts .write-contacts .form-footer .name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-contacts .write-contacts .form-footer .name-block__name-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.main-contacts .write-contacts .form-footer .name-block__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin: 12px 0 0 0
}

.main-contacts .write-contacts .form-footer .number-block {
    margin: 40px 0
}

.main-contacts .write-contacts .form-footer .number-block__number-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.main-contacts .write-contacts .form-footer .number-block__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin: 12px 0 0 0
}

.main-contacts .write-contacts .form-footer .mail-block__mail-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.main-contacts .write-contacts .form-footer .mail-block__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin: 12px 0 0 0
}

.main-contacts .write-contacts .form-footer .message-block {
    margin-left: 48px
}

.main-contacts .write-contacts .form-footer .message-block__message-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.main-contacts .write-contacts .form-footer .message-block__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 10px;
    width: 480px;
    height: 316px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    margin-top: 12px;
    resize: vertical
}

.main-contacts .write-contacts .form-footer .wrapper-btn {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

.main-contacts .write-contacts .form-footer .form-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: 300px;
    text-align: center;
    margin: 24px 0 56px 0
}

.main-contacts .write-contacts .form-footer .form-footer__text-gold {
    color: #A89869 !important
}

.main-contacts .write-contacts .form-footer .form-footer__text-gold:hover {
    opacity: .7
}

.main-contacts .write-contacts .form-footer .button-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px;
    gap: 4px;
    width: 189px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.main-contacts .write-contacts .form-footer .button-form:hover {
    background: #ffd480;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.main-contacts .write-contacts .form-footer .button-form__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0;
    cursor: pointer
}

.bottom-footer {
    padding: 0 20px
}

.bottom-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bottom-footer__copy {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    margin: 16px 0 12px 0
}

.bottom-footer__confidence {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7
}

.bottom-footer__confidence:hover {
    opacity: 1
}

.bottom-footer .create-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 12px 0
}

.bottom-footer .create-footer__logo {
    text-align: center;
    margin-bottom: 16px
}

.footer-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 98%;
    margin: auto;
    height: 780px
}

.footer-bottom__wrapper-layout {
    background: #292929;
    /*height: 624px;*/
    border-radius: 0 0 16px 16px
}

.footer-bottom .top-footer {
    padding: 80px
}

.footer-bottom .top-footer__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 14px 0
}

.footer-bottom .top-footer .contacts-block__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff
}

.footer-bottom .top-footer .contacts-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    margin: 20px 0
}

.footer-bottom .top-footer .contacts-block__item {
    list-style-type: disc;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .top-footer .contacts-block__item:not(:first-child) {
    white-space: nowrap
}

.footer-bottom .top-footer .contacts-block__link {
    color: #A89869;
    white-space: nowrap
}

.footer-bottom .top-footer .contacts-block__link:hover {
    opacity: .7
}

.footer-bottom .top-footer .contacts-block__link-mail {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .top-footer .contacts-block .mail-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .top-footer .contacts-block .mail-contacts__title {
    margin: 14px 0 6px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.footer-bottom .top-footer .contacts-block .mail-contacts__link {
    color: inherit;
    font-weight: 400;
    text-decoration: underline
}

.footer-bottom .top-footer .contacts-block .mail-contacts__link:hover {
    opacity: .7
}

.footer-bottom .top-footer .contacts-block .address-contacts {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .top-footer .contacts-block .address-contacts__title {
    margin: 14px 0 8px 0;
    font-weight: 500;
    letter-spacing: .02em
}

.footer-bottom .top-footer .contacts-block .address-contacts__street {
    font-weight: 400;
    min-width: 270px
}

.footer-bottom .top-footer .button-write {
    width: 272px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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;
    margin: 22px auto 0
}

.footer-bottom .top-footer .button-write__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0
}

.footer-bottom .write-footer {
    display: none
}

.footer-bottom .write-footer__body {
    padding: 80px
}

.footer-bottom .write-footer__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin: 28px 0 20px 0
}

.footer-bottom .write-footer .name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-bottom .write-footer .name-block__name-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .write-footer .name-block__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin-top: 10px
}

.footer-bottom .write-footer .number-block {
    margin: 40px 0
}

.footer-bottom .write-footer .number-block__number-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .write-footer .number-block__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 10px;
    width: 476px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    background: 0 0;
    margin-top: 10px
}

.footer-bottom .write-footer .message-block__message-lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.footer-bottom .write-footer .message-block__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 10px;
    width: 476px;
    height: 156px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .7;
    margin-top: 10px;
    resize: vertical
}

.footer-bottom .write-footer .wrapper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.footer-bottom .write-footer .form-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-width: 370px
}

.footer-bottom .write-footer .form-footer__text-gold {
    color: #A89869 !important
}

.footer-bottom .write-footer .form-footer__text-gold:hover {
    opacity: .7
}

.footer-bottom .write-footer .button-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px;
    gap: 4px;
    width: 189px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    margin-right: 25px
}

.footer-bottom .write-footer .button-form:hover {
    background: #ffd480;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

.footer-bottom .write-footer .button-form__btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0;
    cursor: pointer
}

.footer-bottom .number-footer {
    display: none
}

.footer-bottom .number-footer__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer-bottom .number-footer__number-link {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: .02em;
    color: #fff;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.footer-bottom .bottom-new {
    padding: 0 20px
}

.footer-bottom .bottom-new__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-bottom .bottom-new__copy {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    margin: 16px 0 12px 0
}

.footer-bottom .bottom-new__confidence {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7
}

.footer-bottom .bottom-new__confidence:hover {
    opacity: 1
}

.footer-bottom .bottom-new .create-footer__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 12px 0
}

.footer-bottom .bottom-new .create-footer__logo {
    text-align: center;
    margin-bottom: 16px
}

.vacancies-overlay {
    width: 98%;
    margin: 16px auto 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main-vacancies .vacancies-block-info__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #000;
    margin: 16px 0 48px 0
}

.main-vacancies .vacancies-block-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-vacancies .vacancies-block-info__body-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%
}

.main-vacancies .vacancies-block-info__img {
    width: 90%;
    height: 90%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-vacancies .vacancies-block-info .center-container {
    padding: 0 140px
}

.main-vacancies .vacancies-block-info .block-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%
}

.main-vacancies .vacancies-block-info .block-info__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    max-width: 1040px
}

.main-vacancies .vacancies-block-info .block-info__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    max-width: 1000px
}

.main-vacancies .vacancies-block-info .block-info .text-block__info {
    margin: 32px 0
}

.main-vacancies .vacancies-block-info .block-info .text-block__mail {
    color: #A89869
}

.main-vacancies .vacancies-block-info .block-info .group-worksheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main-vacancies .vacancies-block-info .block-info .group-worksheet__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 28px;
    gap: 10px;
    width: 80px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.main-vacancies .vacancies-block-info .block-info .group-worksheet__button:hover {
    background: #ffd480;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

.main-vacancies .vacancies-block-info .block-info .group-worksheet__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin-left: 16px
}

.main-vacancies .vacancies-block-info .block-info__text-bottom {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-top: 32px
}

.main-vacancies .new-vacancies {
    background: #f5f5f5;
    margin-top: 100px
}

.main-vacancies .new-vacancies__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
    margin: auto
}

.main-vacancies .new-vacancies__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    margin: 80px 0 48px 0
}

.main-vacancies .new-vacancies__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000
}

.main-vacancies .new-vacancies .block-info-new__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin: 24px 0
}

.main-vacancies .new-vacancies .block-info-new__list {
    margin: 24px 0
}

.main-vacancies .new-vacancies .block-info-new__link,
.main-vacancies .new-vacancies .block-info-new__list-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000
}

.main-vacancies .new-vacancies .block-info-new__link {
    list-style-type: disc;
    margin-left: 20px
}

.main-vacancies .new-vacancies .block-info-new__button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px;
    gap: 4px;
    width: 232px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    margin-bottom: 64px
}

.main-vacancies .new-vacancies .block-info-new__button-block:hover {
    background: #ffd480;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

.main-vacancies .new-vacancies .block-info-new__button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    color: #000;
    cursor: pointer
}

.main-products__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #000;
    margin: 16px 0 24px 0
}

.main-products .block-sub-title {
    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
}

.main-products .block-sub-title__img {
    margin-right: 20px
}

.main-products .block-sub-title__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000
}

.main-products__wrapper {
    background: #f5f5f5;
    margin: 120px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-products__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%
}

.main-products__img {
    width: 400px;
    height: 400px;
    margin: -10% 40px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

.main-products .body-products {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%
}

.main-products .body-products__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin: 48px 0 32px 0
}

.main-products .body-products__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    max-width: 880px
}

.main-products .body-products__text-bottom {
    margin: 40px 0
}

.main-products .box-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-products .box-number__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding-right: 10px
}

.main-products .box-number__number {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #A89869
}

.main-products .box-number__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 42px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease
}

.main-products .box-number__number:hover:before {
    width: 100%
}

.main-products .box-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48px 0
}

.main-products .box-buttons__wrap-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 36px;
    gap: 4px;
    width: 192px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.main-products .box-buttons__wrap-btn:hover {
    background: #ffd480;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

.main-products .box-buttons__body-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.main-products .box-buttons__button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: 0 0;
    cursor: pointer
}

.main-products .box-buttons .order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main-products .box-buttons .order-wrap:hover .order-wrap__img-box {
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease;
    border-color: #ffd480
}

.main-products .box-buttons .order-wrap__img-box {
    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;
    padding: 16px 28px;
    gap: 10px;
    width: 80px;
    height: 56px;
    border: 2px solid #A89869;
    border-radius: 28px;
    margin-left: 24px
}

.main-products .box-buttons .order-wrap__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin-left: 10px
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        transform: translateY(-20px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        transform: translateY(-20px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.navigation-bar-blocks {
    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;
    margin-top: 48px
}

.navigation-bar-blocks__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-blocks__slash {
    display: inline-block;
    padding: 0 10px;
    color: #000
}

.navigation-bar-blocks__common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px;
    gap: 10px;
    width: 109px;
    height: 32px;
    background: #fff;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-blocks__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    height: 32px;
    background: #ebebeb;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.main-product-blocks__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #000;
    margin: 16px 0 48px 0
}

.main-product-blocks__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 140px
}

.main-product-blocks .slider-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px
}

.main-product-blocks .slider-box li {
    margin: 0 10px;
}

.main-product-blocks .slider-box__img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-blocks .slider-box .splide__pagination {
    background: #fff;
    bottom: -.5em;
    max-width: 40%;
    margin: auto;
    border-radius: 14px 14px 0 0
}

.main-product-blocks .slider-box .splide__pagination li {
    line-height: 2;
    margin: 6px 10px
}

.main-product-blocks .slider-box .splide__pagination__page {
    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;
    width: 12px;
    height: 12px
}

.main-product-blocks .slider-box .splide__pagination__page.is-active {
    background: #A89869
}

.main-product-blocks .slider-box .splide__arrow--prev {
    left: 10%;
    margin: 0 10px
}

.main-product-blocks .slider-box .splide__arrow--next {
    right: 10%;
    margin: 0 10px
}

.main-product-blocks .slider-box .splide__arrow {
    opacity: 1;
    top: 100%;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px
}

.main-product-blocks .slider-box .splide__arrow:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff
}

.main-product-blocks .body-blocks {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.main-product-blocks .body-blocks__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    max-width: 880px
}

.main-product-blocks .body-blocks .box-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-product-blocks .body-blocks .box-number__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin: 40px 0 16px 0
}

.main-product-blocks .body-blocks .box-number__number {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #A89869
}

.main-product-blocks .body-blocks .box-number__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 42px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease
}

.main-product-blocks .body-blocks .box-number__number:hover:before {
    width: 100%
}

.main-product-blocks .body-blocks .box-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-product-blocks .body-blocks .box-price__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin: 40px 0 16px 0
}

.main-product-blocks .body-blocks .box-price__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.main-product-blocks .body-blocks .box-price .order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main-product-blocks .body-blocks .box-price .order-wrap:hover .order-wrap__img-box {
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease;
    background: #ffd480
}

.main-product-blocks .body-blocks .box-price .order-wrap__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 28px;
    gap: 10px;
    width: 80px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.main-product-blocks .body-blocks .box-price .order-wrap__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin: 0 28px 0 16px
}

.product-characteristics {
    background: #f5f5f5
}

.product-characteristics .responsive-table {
    margin: 80px 0 60px
}

.product-characteristics .responsive-table__title-column {
    max-width: 600px;
    padding-left: 60px;
    border-top: none;
    border-left: none
}

.product-characteristics .responsive-table__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    padding: 40px 40px 32px 40px
}

.product-characteristics .responsive-table__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    padding: 20px 80px;
    border-right: none;
    border-top: none
}

.product-characteristics .responsive-table .sub-title-br {
    border-left: none;
    padding-right: 60px
}

.product-characteristics .responsive-table__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding: 0 40px;
    margin-bottom: 40%
}

.product-characteristics .responsive-table__text-between {
    margin: 32px 0
}

.product-characteristics .responsive-table__characteristic-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding-left: 80px
}

.product-characteristics .responsive-table__characteristic-number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
    padding: 26px 0
}

.product-characteristics .responsive-table .characteristic-number-br {
    border-right: none;
    padding-right: 60px
}

.product-characteristics .responsive-table__characteristic {
    float: right;
    margin-right: 40px
}

.product-characteristics table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0
}

.product-characteristics td,
.product-characteristics th {
    border: 2px solid #e0e0e0;
    vertical-align: middle
}

.product-characteristics td {
    height: 25px
}

.product-characteristics .responsive-table-new__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000;
    padding: 20px
}

.product-characteristics .responsive-table-new__img-column {
    width: 20%
}

.product-characteristics .responsive-table-new__img {
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 200%
}

.product-characteristics .responsive-table-new__number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
    padding: 26px 0
}

.product-characteristics .text-characteristic {
    max-width: 60%;
    margin: 80px auto 0
}

.product-characteristics .text-characteristic__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    max-width: 880px;
    margin: auto
}

.product-characteristics .text-characteristic__text-fv,
.product-characteristics .text-characteristic__text-sd,
.product-characteristics .text-characteristic__text-td {
    margin: 32px 0
}

.product-characteristics .text-characteristic__item {
    list-style-type: disc;
    margin-left: 20px
}

.product-characteristics .text-characteristic__text-sev {
    margin: 32px 0 48px 0
}

.product-characteristics .social-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px
}

.product-characteristics .social-group .box-number-characteristic__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px
}

.product-characteristics .social-group .box-number-characteristic__number {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #A89869
}

.product-characteristics .social-group .box-number-characteristic__number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 42px;
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease
}

.product-characteristics .social-group .box-number-characteristic__number:hover:before {
    width: 100%
}

.product-characteristics .box-pricing-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 48px
}

.product-characteristics .box-pricing-characteristic__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px
}

.product-characteristics .box-pricing-characteristic__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-characteristics .box-pricing-characteristic .box-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.product-characteristics .box-pricing-characteristic .box-pricing:hover .box-pricing__img {
    -webkit-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    transition: all 1.8s ease;
    background: #ffd480
}

.product-characteristics .box-pricing-characteristic .box-pricing__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 28px;
    gap: 10px;
    width: 80px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.product-characteristics .box-pricing-characteristic .box-pricing__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin: 0 16px 0 26px
}

.navigation-bar-new {
    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;
    margin-top: 48px
}

.navigation-bar-new__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-new__slash {
    display: inline-block;
    padding: 0 10px;
    color: #000
}

.navigation-bar-new__common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px;
    gap: 10px;
    width: 109px;
    height: 32px;
    background: #fff;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar-new__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    height: 32px;
    background: #ebebeb;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.main-product-instruments__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #000;
    margin: 16px 0 48px 0
}

.main-product-instruments__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 140px
}

.main-product-instruments .slider-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px
}

.main-product-instruments .slider-box li {
    margin: 0 10px;
}

.main-product-instruments .slider-box__img {
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-product-instruments .slider-box .splide__pagination {
    background: #fff;
    bottom: -.5em;
    max-width: 40%;
    margin: auto;
    border-radius: 14px 14px 0 0
}

.main-product-instruments .slider-box .splide__pagination li {
    line-height: 2;
    margin: 6px 10px
}

.main-product-instruments .slider-box .splide__pagination__page {
    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;
    width: 12px;
    height: 12px
}

.main-product-instruments .slider-box .splide__pagination__page.is-active {
    background: #A89869
}

.main-product-instruments .slider-box .splide__arrow--prev {
    left: 10%;
    margin: 0 10px
}

.main-product-instruments .slider-box .splide__arrow--next {
    right: 10%;
    margin: 0 10px
}

.main-product-instruments .slider-box .splide__arrow {
    opacity: 1;
    top: 100%;
    width: 72px;
    height: 52px;
    background: #A89869;
    border-radius: 28px
}

.main-product-instruments .slider-box .splide__arrow:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff
}

.main-product-instruments .body-blocks {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.main-product-instruments .body-blocks__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    max-width: 880px;
    margin-bottom: 32px
}

.main-product-instruments .body-blocks__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000
}

.main-product-instruments .body-blocks__text-more {
    margin: 32px 0
}

.main-product-instruments .body-blocks .box-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-product-instruments .body-blocks .box-price .order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main-product-instruments .body-blocks .box-price .order-wrap:hover .order-wrap__img-box {
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    background: #ffd480
}

.main-product-instruments .body-blocks .box-price .order-wrap__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 28px;
    gap: 10px;
    width: 80px;
    height: 56px;
    background: #A89869;
    border-radius: 28px
}

.main-product-instruments .body-blocks .box-price .order-wrap__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
    margin: 0 28px 0 16px
}

.benefits-product__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    text-align: center;
    margin: 100px 0 48px 0
}

.benefits-product__sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    text-align: center
}

.benefits-product__wrapper {
    background: #f5f5f5;
    margin: 48px 0 100px 0
}

.benefits-product__container {
    padding: 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits-product .card-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 20px;
    padding: 40px 0;
    width: 280px
}

.benefits-product .card-benefits__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px
}

.benefits-product .card-benefits__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px
}

.benefits-product .card-benefits__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 200px
}

.page-body-common {
    overflow-y: scroll
}

.header-common {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-common__wrapper-common {
    position: relative;
    width: 100%;
    left: 0;
    top: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.header-common .logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.header-common .logo-header__title {
    display: none
}

.header-common .menu-btn-page {
    border: 2px solid #A89869
}

.header-common .menu-btn-page span {
    background-color: #000
}

.header-common .header__btn-title {
    color: #000
}

.header-common .number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-common .number-header__link {
    padding: 14px 24px;
    width: 72px;
    height: 52px;
    border: 2px solid #A89869;
    border-radius: 28px;
    margin-left: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header-common .number-header__number-link {
    display: none
}

.header-common .number-header__image {
    width: 18px;
    height: 18px
}

.overlay-common {
    width: 98%;
    margin: 16px auto 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.navigation-bar {
    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;
    margin-top: 48px
}

.navigation-bar__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 16px;
    gap: 10px;
    width: 88px;
    height: 32px;
    border: 1px solid #A89869;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.navigation-bar__slash {
    display: inline-block;
    padding: 0 10px;
    color: #000
}

.navigation-bar__common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px;
    gap: 10px;
    width: 97px;
    height: 32px;
    background: #ebebeb;
    border-radius: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.hidden {
    display: none !important
}

.visibility-toggle {
    display: block !important
}

.button-about__btn,
.button-more__btn {
    cursor: pointer
}

.button-about:hover,
.button-form:hover,
.button-more:hover,
.button-write:hover {
    background: #ffd480 !important;
    cursor: pointer
}

.header_fixed {
    background: rgba(100, 100, 100, .8)
}

@media (min-width: 360px) {
    .page .about-company .block-page .button-more {
        width: 296px
    }

    .page .products-block .box-product .splide__pagination__page.is-active {
        -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2)
    }

    .page .products-block .box-product .button-more {
        width: 296px
    }

    .footer .top-footer .button-write {
        width: 296px
    }
}

@media (min-width: 370px) {
    .page .products-block .box-product .splide__pagination li:nth-last-of-type(2) {
        margin: 0 10px
    }
}

@media (min-width: 468px) {
    .page .products-block .box-product .splide__pagination li:nth-last-of-type(2) {
        margin: 0 18px
    }

    .page .products-block .box-product .splide__pagination__page {
        height: 12px;
        width: 12px
    }
}

@media (min-width: 576px) {
    .header .body-header .text-block__sub-title {
        font-size: 36px
    }

    .header .body-header .text-block__title {
        font-size: 66px;
        line-height: 80px
    }

    .page .about-company .block-page {
        padding: 80px 60px
    }

    .page .about-company .block-page__title {
        font-size: 32px;
        line-height: 44px
    }

    .page .about-company .block-page .text-group {
        font-size: 16px;
        line-height: 24px
    }

    .page .about-company .block-page__text {
        font-size: 16px;
        line-height: 24px
    }

    .page .about-company .block-page .factory-img__image {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .page .products-block .box-product {
        padding: 80px 60px
    }

    .page .products-block .box-product .splide__pagination {
        left: 40%
    }

    .page .products-block .box-product .blocks-slide__sub-title {
        max-width: 100%
    }

    .page .products-block .box-product .blocks-slide__text {
        font-size: 16px;
        line-height: 24px;
        max-width: 444px
    }

    .page .products-block .box-product .blocks-slide__wrapper-price {
        margin: 0 0 0 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page .products-block .box-product .button-more {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .page .activity-block .box-activity {
        padding: 80px 60px
    }

    .page .wind-warm-block .box-wind {
        padding: 100px 60px
    }

    .page .wind-warm-block .box-wind .title-block {
        font-size: 38px;
        line-height: 54px;
        max-width: 440px
    }

    .page .wind-warm-block .box-wind__text {
        max-width: 440px;
        margin: 14px 0
    }

    .page .transport-company-block .box-transport {
        padding: 100px 60px
    }

    .page .medical-center-block .box-medical {
        padding: 100px 60px
    }

    .page .medical-center-block .box-medical__sub-title {
        margin: 14px 0
    }

    .page .medical-center-block .box-medical__text {
        margin: 14px 0
    }

    .page .medical-center-block .box-medical__text-none {
        margin-bottom: 14px
    }

    .footer .top-footer {
        padding: 60px
    }

    .footer .top-footer__body {
        padding: 0 60px
    }

    .footer-bottom .top-footer__body {
        padding: 0 60px
    }
}

@media (min-width: 768px) {
    .header__primary {
        height: 700px
    }

    .header__mobile-bg {
        display: none
    }

    .header__mobile-pc-bg {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 700px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -999
    }

    .header .logo-header {
        width: initial
    }

    .header .logo-header__image {
        margin: 0 10px
    }

    .header .logo-header__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #fff
    }

    .header .number-header {
        margin-top: 0
    }

    .header .number-header__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .header .body-header {
        padding-top: 180px
    }

    .header .body-header .text-block__sub-title {
        font-size: 44px;
        color: #fff
    }

    .header .body-header .text-block__title {
        font-size: 100px;
        line-height: 100px
    }

    .header__menu-btn-wrapper {
        margin-top: 40px
    }

    .header__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .page .about-company .page-navigation__title {
        color: #999;
        opacity: 1
    }

    .page .about-company__body {
        padding: 0
    }

    .page .about-company .logo-page {
        padding-right: 20px
    }

    .page .about-company .logo-page__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #000
    }

    .page .about-company .logo-page__image {
        margin-right: 6px
    }

    .page .about-company__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .about-company__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        padding-top: 10px
    }

    .page .about-company .number-page {
        margin-top: 0
    }

    .page .about-company .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .about-company .block-page {
        padding: 100px 80px
    }

    .page .about-company .block-page .text-group {
        max-width: 640px
    }

    .page .about-company .block-page__text {
        display: none
    }

    .page .about-company .block-page__text-pc {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin: 24px 0;
        max-width: 510px
    }

    .page .about-company .block-page .factory-img__image {
        display: none
    }

    .page .about-company .block-page .factory-img__image-pc {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        -o-object-position: right;
        object-position: right;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1
    }

    .page .products-block .page-navigation__title {
        color: #999;
        opacity: 1
    }

    .page .products-block__body {
        padding: 0
    }

    .page .products-block .logo-page {
        padding-right: 20px
    }

    .page .products-block .logo-page__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #000
    }

    .page .products-block .logo-page__image {
        margin-right: 6px
    }

    .page .products-block__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .products-block__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        padding-top: 10px
    }

    .page .products-block .number-page {
        margin-top: 0
    }

    .page .products-block .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .products-block .box-product {
        padding: 100px 80px 20px
    }

    .page .products-block .box-product .splide__pagination {
        left: 4%;
        bottom: 108%
    }

    .page .products-block .box-product .splide__pagination__page.is-active {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6)
    }

    .page .products-block .box-product .splide__pagination li:nth-last-of-type(2) {
        margin: 0 8px
    }

    .page .products-block .box-product .splide__arrow--prev {
        top: -10%;
        left: 32%
    }

    .page .products-block .box-product .splide__arrow--next {
        top: -10%;
        left: 30%
    }

    .page .products-block .box-product .blocks-slide__text {
        max-width: 640px
    }

    .page .products-block .box-product .blocks-slide__text-none {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        color: #000;
        margin: 16px 0;
        max-width: 640px
    }

    .page .products-block .box-product .blocks-slide__wrapper-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .page .products-block .box-product .button-more {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .products-block .arrow-about {
        bottom: -4%
    }

    .page .activity-block__body {
        padding: 0
    }

    .page .activity-block .logo-page {
        padding-right: 20px
    }

    .page .activity-block .logo-page__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #fff
    }

    .page .activity-block .logo-page__image {
        margin-right: 6px
    }

    .page .activity-block__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .activity-block__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .page .activity-block .number-page {
        margin-top: 0
    }

    .page .activity-block .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .activity-block .box-activity {
        padding: 120px 60px 0;
        display: inline-block
    }

    .page .wind-warm-block .logo-page {
        padding-right: 26px
    }

    .page .wind-warm-block__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .wind-warm-block__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .page .wind-warm-block .number-page {
        margin-top: 0
    }

    .page .wind-warm-block .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .wind-warm-block .box-wind {
        padding: 140px 80px 20px
    }

    .page .wind-warm-block .box-wind .title-block {
        max-width: 100%
    }

    .page .wind-warm-block .box-wind__sub-title {
        max-width: 820px
    }

    .page .wind-warm-block .box-wind__text {
        max-width: 820px
    }

    .page .wind-warm-block .box-wind .arrow-wind {
        bottom: 4%
    }

    .page .wind-warm-block__mobile-bg {
        display: none
    }

    .page .wind-warm-block__mobile-bg-pc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 784px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -999;
        border-radius: 8px
    }

    .page .transport-company-block .logo-page {
        padding-right: 26px
    }

    .page .transport-company-block__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .transport-company-block__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .page .transport-company-block .number-page {
        margin-top: 0
    }

    .page .transport-company-block .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .transport-company-block .box-transport {
        padding: 140px 80px 20px
    }

    .page .transport-company-block .box-transport__sub-title {
        max-width: 890px
    }

    .page .transport-company-block .box-transport__text {
        max-width: 890px
    }

    .page .transport-company-block__mobile-bg {
        display: none
    }

    .page .transport-company-block__mobile-bg-pc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 784px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -999;
        border-radius: 8px
    }

    .page .medical-center-block .logo-page {
        padding-right: 26px
    }

    .page .medical-center-block__menu-btn-wrapper {
        margin-top: 40px
    }

    .page .medical-center-block__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .page .medical-center-block .number-page {
        margin-top: 0
    }

    .page .medical-center-block .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .page .medical-center-block .box-medical {
        padding: 140px 80px 20px
    }

    .page .medical-center-block .box-medical__sub-title {
        max-width: 100%
    }

    .page .medical-center-block .box-medical__text {
        max-width: 880px
    }

    .page .medical-center-block__mobile-bg {
        display: none
    }

    .page .medical-center-block__mobile-bg-pc {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 784px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -999;
        border-radius: 8px
    }

    .footer__menu-btn-wrapper {
        margin-top: 36px
    }

    .footer__btn-title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        padding-top: 10px
    }

    .footer .number-page {
        margin-top: 0
    }

    .footer .number-page__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .logo-header {
        width: initial
    }

    .page-navigation__title {
        display: block;
        position: absolute;
        top: 50%;
        left: -11%;
        width: 30%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        letter-spacing: .02em;
        color: #fff;
        opacity: .6;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        z-index: 99
    }

    .header-about .logo-header__image {
        margin: 0 10px 0 6px
    }

    .header-about .logo-header__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #000
    }

    .header-about .number-header {
        margin-top: 0
    }

    .header-about .number-header__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .header-contacts .logo-header__image {
        margin: 0 10px 0 6px
    }

    .header-contacts .logo-header__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #fff
    }

    .header-contacts .number-header {
        margin-top: 0
    }

    .header-contacts .number-header__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #fff;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .header-common .logo-header {
        width: initial
    }

    .header-common .logo-header__image {
        margin: 0 10px 0 6px
    }

    .header-common .logo-header__title {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #000
    }

    .header-common .number-header {
        margin-top: 0
    }

    .header-common .number-header__number-link {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
        letter-spacing: .02em;
        color: #000;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .page .about-company .page-navigation__title {
        left: -11%
    }

    .page .about-company .block-page__text-pc {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .page-navigation__title {
        left: -11%
    }
}

@media (min-width: 768px) and (min-width: 1920px) {
    .page .about-company .page-navigation__title {
        top: 54%;
        left: -12%
    }

    .page .products-block .page-navigation__title {
        top: 54%;
        left: -12%
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .page .about-company .block-page__text-pc {
        max-width: 640px
    }
}

@media (min-width: 768px) and (min-width: 1919.8px) {
    .page .about-company .block-page__text-pc {
        max-width: 960px;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 48px
    }
}

@media (min-width: 880px) {
    .page .products-block .box-product .splide__pagination {
        left: 2%
    }
}

@media (min-width: 1200px) {
    .header {
        height: 700px
    }

    .header__primary {
        height: 700px
    }

    .header__wrapper {
        top: 20px;
        padding: 0 40px
    }

    .header__mobile-pc-bg {
        height: 700px
    }

    .header .logo-header {
        width: 320px
    }

    .header .number-header {
        width: 320px
    }

    .header .body-header .text-block__sub-title {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        font-size: 36px;
        line-height: 48px
    }

    .header .body-header .text-block__title {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        font-size: 96px;
        line-height: 108px
    }

    .header .body-header .logo-body {
        margin: 24px
    }

    .header .body-header .logo-body__image {
        -webkit-animation: image-out .5s forwards;
        animation: image-out .5s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        width: 310px
    }

    .header .body-header__sub-text {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .header .arrow-header {
        display: block;
        bottom: 0
    }

    section.is-visible .blocks-slide__sub-title,
    section.is-visible .body-header__sub-text,
    section.is-visible .text-block__sub-title,
    section.is-visible .text-block__title {
        -webkit-animation: heading-in 1.8s !important;
        animation: heading-in 1.8s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    section.is-visible .blocks-slide__img-blocks,
    section.is-visible .logo-body__image {
        -webkit-animation: scroll-in 1.8s !important;
        animation: scroll-in 1.8s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    section.is-visible .block-page__text-pc,
    section.is-visible .box-activity__text,
    section.is-visible .box-medical__text,
    section.is-visible .box-transport__text,
    section.is-visible .box-wind__text {
        -webkit-animation: heading-in 1.4s !important;
        animation: heading-in 1.4s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    section.is-visible .block-page__button,
    section.is-visible .our-prices,
    section.is-visible .blocks-slide__button,
    section.is-visible .box-medical__button,
    section.is-visible .box-transport__button,
    section.is-visible .box-transport__number-block,
    section.is-visible .box-medical__number-block,
    section.is-visible .box-wind__button,
    section.is-visible .splide__pagination,
    section.is-visible .box-basaltum__mail-block {
        -webkit-animation: heading-in 2.8s !important;
        animation: heading-in 2.8s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    section.is-visible .splide__arrow--next,
    section.is-visible .splide__arrow--prev {
        -webkit-animation: opacity-in 2.8s !important;
        animation: opacity-in 2.8s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    section.is-visible .block-page__title,
    section.is-visible .blocks-slide__number-block,
    section.is-visible .blocks-slide__text,
    section.is-visible .blocks-slide__text-none,
    section.is-visible .blocks-slide__title,
    section.is-visible .box-activity__title,
    section.is-visible .box-medical__sub-title,
    section.is-visible .box-medical__title-block,
    section.is-visible .box-transport__sub-title,
    section.is-visible .box-transport__title-block,
    section.is-visible .box-wind__sub-title,
    section.is-visible .box-wind__title-block,
    section.is-visible .text-group__text-group-pc {
        -webkit-animation: heading-in 1.8s !important;
        animation: heading-in 1.8s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

    .page .about-company {
        height: 700px
    }

    .page .about-company__wrapper {
        height: 650px
    }

    .page .about-company__body {
        padding: 0 20px
    }

    .page .about-company .block-page {
        padding: 130px 100px 0
    }

    .page .about-company .block-page__title {
        font-size: 48px;
        line-height: 60px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .about-company .block-page .text-group__sub-text,
    .page .about-company .block-page .text-group__sub-title {
        display: none
    }

    .page .about-company .block-page .text-group__text-group-pc {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .02em;
        color: #FFFFFF;
        max-width: 720px
    }

    .page .about-company .block-page .button-more,
    .page .medical-center-block .button-more {
        width: 192px;
        height: 56px;
        margin: 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }


    .page .about-company .block-page .arrow-about {
        bottom: -2%
    }

    .page .products-block {
        height: 700px
    }

    .page .products-block__wrapper {
        height: 650px
    }

    .page .products-block__body {
        padding: 0 20px
    }

    .page .products-block .box-product {
        padding: 130px 100px 0
    }

    .page .products-block .box-product .splide__pagination {
        left: -2%;
        bottom: 112%;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .products-block .box-product .splide__arrow--prev {
        left: 36%;
        top: -16%;
        -webkit-animation: opacity-out .8s forwards;
        animation: opacity-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .products-block .box-product .splide__arrow--next {
        left: 16%;
        top: -16%;
        -webkit-animation: opacity-out .8s forwards;
        animation: opacity-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .products-block .box-product .blocks-slide__wrapper-block-mobile {
        display: none
    }

    .page .products-block .box-product .blocks-slide__wrapper-block-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page .products-block .box-product .blocks-slide__title {
        font-size: 48px;
        line-height: 60px;
        margin-top: 6px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide__image-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page .products-block .box-product .blocks-slide__img-blocks {
        width: 244px;
        height: 244px;
        -webkit-animation: image-out .5s forwards;
        animation: image-out .5s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide__sub-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide__wrapper-text-pc {
        margin-left: 26px
    }

    .page .products-block .box-product .blocks-slide__text {
        max-width: 100%;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide__text-none {
        max-width: 100%;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide .block-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .products-block .box-product .blocks-slide .block-number__name {
        font-size: 18px;
        line-height: 28px;
        margin: 0 10px 0 0
    }

    .page .products-block .box-product .blocks-slide .block-number__number {
        font-size: 24px;
        line-height: 36px
    }

    .page .products-block .box-product .our-prices,
    .page .products-block .box-product .blocks-slide__button {
        -webkit-animation: image-out .8s forwards;
        animation: image-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .products-block .box-product .blocks-slide .rb-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .products-block .box-product .blocks-slide .rf-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .products-block .box-product .blocks-slide .rf-price__img {
        margin: 0
    }

    .page .products-block .arrow-about {
        bottom: -2%
    }

    .page .activity-block {

        height: 650px
        /*700*/
    }

    .page .activity-block__wrapper {
        height: 650px;
        margin: 0
    }

    .page .activity-block .page-navigation__title {
        left: -11%
    }

    .page .activity-block__body {
        padding: 0 20px
    }

    .page .activity-block .box-activity {
        padding: 130px 100px 0
    }

    .page .activity-block .box-activity__title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 900;
        font-size: 48px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 24px;
        text-align: left;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .activity-block .box-activity__text {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        max-width: 440px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .activity-block .box-activity .arrow-activity {
        bottom: -2%
    }

    .page .activity-block .box-activity .arrow-activity__pull {
        display: none
    }

    .page .wind-warm-block {
        height: 700px
    }

    .page .wind-warm-block__wrapper {
        height: 650px
    }

    .page .wind-warm-block .page-navigation__title {
        left: -11%
    }

    .page .wind-warm-block__body {
        padding: 0 20px
    }

    .page .wind-warm-block .box-wind {
        padding: 130px 100px 0
    }

    .page .wind-warm-block .box-wind .title-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 24px 0 20px 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .wind-warm-block .box-wind .title-block__img {
        display: block;
        height: 40px;
        padding-right: 20px
    }

    .page .wind-warm-block .box-wind__sub-title {
        font-size: 20px;
        line-height: 32px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .wind-warm-block .box-wind__text {
        font-size: 16px;
        line-height: 24px;
        max-width: 760px;
        margin: 14px 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .wind-warm-block .box-wind .button-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 48px 0 0 0;
        width: 272px;
        height: 56px;
        background: #A89869;
        border-radius: 28px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .wind-warm-block .box-wind .button-about__btn-text {
        display: none
    }

    .page .wind-warm-block .box-wind .button-about__btn-text-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .04em;
        text-transform: uppercase;
        border: none;
        background: 0 0;
        color: #000
    }

    .page .wind-warm-block .box-wind .arrow-wind {
        bottom: 0
    }

    .page .wind-warm-block__mobile-bg-pc {
        height: 650px
    }

    .page .transport-company-block {
        height: 700px
    }

    .page .transport-company-block__wrapper {
        height: 650px
    }

    .page .transport-company-block .page-navigation__title {
        left: -11%
    }

    .page .transport-company-block__body {
        padding: 0 20px
    }

    .page .transport-company-block .box-transport {
        padding: 130px 100px 0
    }

    .page .transport-company-block .box-transport__number-block {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .medical-center-block .box-medical__number-block {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .transport-company-block .box-transport__title-block {
        margin: 24px 0 20px 0;
        font-size: 32px;
        line-height: 44px;
        max-width: 100%;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .transport-company-block .box-transport__sub-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .transport-company-block .box-transport__text {
        font-size: 16px;
        line-height: 24px;
        max-width: 760px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .transport-company-block .button-about {
        width: 272px;
        height: 56px;
        background: #A89869;
        border-radius: 28px;
        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;
        margin: 48px 0 0 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .transport-company-block .button-about__btn-text {
        display: none
    }

    .page .transport-company-block .button-about__btn-text-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .04em;
        text-transform: uppercase;
        border: none;
        background: 0 0;
        color: #000
    }

    .page .transport-company-block__mobile-bg-pc {
        height: 650px
    }

    .page .medical-center-block {
        height: 700px
    }

    .page .medical-center-block__wrapper {
        height: 650px
    }

    .page .medical-center-block .page-navigation__title {
        left: -11%
    }

    .page .medical-center-block__body {
        padding: 0 20px
    }

    .page .medical-center-block .box-medical {
        padding: 130px 100px 0
    }

    .page .medical-center-block .box-medical__title-block {
        margin: 24px 0 20px 0;
        font-size: 32px;
        line-height: 44px;
        white-space: nowrap;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .medical-center-block .box-medical__sub-title {
        font-size: 20px;
        line-height: 32px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .medical-center-block .box-medical__text {
        font-size: 16px;
        line-height: 24px;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .page .medical-center-block .box-medical__text-none,
    .page .medical-center-block .box-medical__text-none-sub {
        display: block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff
    }

    .page .medical-center-block .button-about {
        width: 272px;
        height: 56px;
        background: #A89869;
        border-radius: 28px;
        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;
        margin: 48px 0 0 0;
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66)
    }

    .page .medical-center-block .button-about__btn-text {
        display: none
    }

    .page .medical-center-block .button-about__btn-text-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .04em;
        text-transform: uppercase;
        border: none;
        background: 0 0;
        color: #000
    }

    .page .medical-center-block__mobile-bg-pc {
        height: 650px
    }

    .footer {
        height: 660px
    }

    .footer__menu {
        padding: 0 20px 0
    }

    .footer .number-page {
        display: none
    }

    .footer__wrapper-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 650px
        /* 620 */

    }

    .footer__wrapper-layout {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        height: auto;
        border-radius: 16px 0 0 16px;
        margin: 0
    }

    .footer .top-footer {
        padding-top: 140px
    }

    .footer .top-footer__title {
        font-size: 38px;
        line-height: 50px;
        margin: 0 0 10px 0
    }

    .footer .top-footer .contacts-block__title {
        font-size: 22px;
        line-height: 32px;
        padding: 4px
    }

    .footer .top-footer .contacts-block__item {
        padding: 2px 0;
        white-space: normal
    }

    .footer .top-footer .contacts-block__link {
        color: #A89869;
        white-space: normal
    }

    .footer .top-footer .contacts-block__link:hover {
        opacity: .8
    }

    .footer .top-footer .contacts-block__link-mail {
        font-size: 18px;
        line-height: 32px
    }

    .footer .top-footer .contacts-block .mail-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 12px 0 0 0
    }

    .footer .top-footer .contacts-block .mail-contacts__link {
        text-decoration: none;
        color: #A89869;
        font-size: 16px;
        line-height: 24px
    }

    .footer .top-footer .contacts-block .mail-contacts__link:hover {
        opacity: .8
    }

    .footer .top-footer .contacts-block .address-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0 6px 0
    }

    .footer .top-footer .contacts-block .address-contacts__street {
        max-width: 720px;
        font-size: 16px;
        line-height: 24px
    }

    .footer .top-footer .button-write {
        display: none
    }

    .footer .write-footer {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        background: #1f1f1f;
        border-radius: 0 16px 16px 0
    }

    .footer .write-footer__body {
        padding: 110px 60px 0
    }

    .footer .write-footer__title {
        margin: 18px 0 10px 0
    }

    .footer .write-footer .number-block {
        margin: 20px 0
    }

    .footer .write-footer .message-block__message {
        height: 86px
    }

    .footer .write-footer .wrapper-btn {
        margin-top: 20px
    }

    .footer .number-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 36px 28px 0 0
    }

    .footer .bottom-footer {
        padding: 0 60px
    }

    .footer .bottom-footer__wrapper {
        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
    }

    .footer .bottom-footer__copy {
        font-size: 18px;
        line-height: 28px
    }

    .footer .bottom-footer__confidence {
        color: #A89869;
        font-size: 18px;
        line-height: 28px
    }

    .footer .bottom-footer .create-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .bottom-footer .create-footer__text {
        font-size: 18px;
        line-height: 28px
    }

    .footer .bottom-footer .create-footer__logo {
        margin: 0 0 0 12px
    }

    .about-company,
    .medical-center-block,
    .products-block,
    .transport-company-block,
    .wind-warm-block,
    .footer-page {
        /*delete .activity-block, add .footer-page */
        padding-top: 20px
    }

    .medical-center-block__mobile-bg-pc,
    .transport-company-block__mobile-bg-pc,
    .wind-warm-block__mobile-bg-pc,
    .activity-block__wrapper {
        /*delete .footer__wrapper */
        margin-top: 20px !important;
    }

    .page-navigation {
        top: 54%;
        left: -48%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 9999;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header-about__wrapper-abt {
        top: -20px;
        padding: 0 40px
    }

    .main-about .body-about .box-text {
        display: none
    }

    .header-contacts__wrapper-contacts {
        padding: 0 40px
    }

    .contacts .contacts-block__title {
        font-size: 22px;
        line-height: 32px;
        padding: 4px
    }

    .contacts .contacts-block__item {
        padding: 2px 0;
        white-space: normal
    }

    .contacts .contacts-block__link {
        color: #A89869;
        white-space: normal
    }

    .contacts .contacts-block__link-mail {
        font-size: 18px;
        line-height: 32px
    }

    .contacts .contacts-block .mail-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 12px 0 0 0
    }

    .contacts .contacts-block .mail-contacts__link {
        text-decoration: none;
        color: #A89869;
        font-size: 16px;
        line-height: 24px
    }

    .contacts .contacts-block .address-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0 6px 0
    }

    .contacts .contacts-block .address-contacts__street {
        max-width: 720px;
        font-size: 16px;
        line-height: 24px
    }

    .main-contacts .write-contacts__title {
        margin: 80px 0 48px 0
    }

    .main-contacts .write-contacts .form-footer .number-block {
        margin: 20px 0
    }

    .main-contacts .write-contacts .form-footer .wrapper-btn {
        margin-top: 40px
    }

    .bottom-footer {
        padding: 0 60px
    }

    .bottom-footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bottom-footer__copy {
        font-size: 18px;
        line-height: 28px
    }

    .bottom-footer__confidence {
        color: #A89869;
        font-size: 18px;
        line-height: 28px
    }

    .bottom-footer .create-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-footer .create-footer__text {
        font-size: 18px;
        line-height: 28px
    }

    .bottom-footer .create-footer__logo {
        margin: 0 0 0 12px
    }

    .footer-bottom {
        height: 660px
    }

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

    .footer-bottom__wrapper-layout {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        height: auto;
        margin: 0;
        border-radius: 0 0 0 16px
    }

    .footer-bottom .top-footer__title {
        font-size: 38px;
        line-height: 50px;
        margin: 0 0 10px 0
    }

    .footer-bottom .top-footer .contacts-block__title {
        font-size: 22px;
        line-height: 32px;
        padding: 4px
    }

    .footer-bottom .top-footer .contacts-block__list {
        margin: 0
    }

    .footer-bottom .top-footer .contacts-block__item {
        padding: 2px 0;
        white-space: normal
    }

    .footer-bottom .top-footer .contacts-block__link {
        color: #A89869;
        white-space: normal
    }

    .footer-bottom .top-footer .contacts-block__link-mail {
        font-size: 18px;
        line-height: 32px
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 12px 0 0 0
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts__link {
        text-decoration: none;
        color: #A89869;
        font-size: 16px;
        line-height: 24px
    }

    .footer-bottom .top-footer .contacts-block .address-contacts__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0 6px 0
    }

    .footer-bottom .top-footer .contacts-block .address-contacts__street {
        max-width: 720px;
        font-size: 16px;
        line-height: 24px
    }

    .footer-bottom .top-footer .button-write {
        display: none
    }

    .footer-bottom .write-footer {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        background: #1f1f1f;
        border-radius: 0 0 16px 0
    }

    .footer-bottom .write-footer__title {
        margin: 18px 0 10px 0
    }

    .footer-bottom .write-footer .number-block {
        margin: 20px 0
    }

    .footer-bottom .write-footer .message-block__message {
        height: 86px
    }

    .footer-bottom .write-footer .wrapper-btn {
        margin-top: 20px
    }

    .footer-bottom .number-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 36px 28px 0 0
    }

    .footer-bottom .bottom-new {
        padding: 0 60px
    }

    .footer-bottom .bottom-new__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-bottom .bottom-new__copy {
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .bottom-new__confidence {
        color: #A89869;
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .bottom-new .create-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-bottom .bottom-new .create-footer__text {
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .bottom-new .create-footer__logo {
        margin: 0 0 0 12px
    }

    .header-common__wrapper-common {
        padding: 0 40px
    }

    .header-common .logo-header {
        width: 320px
    }

    .menu-btn-page:hover,
    .number-header__link:hover {
        background: #A89869;
        border: 2px solid #A89869 !important
    }
}

@media (min-width: 1200px) and (min-width: 1920px) {

    .page .medical-center-block .box-medical__text-none,
    .page .medical-center-block .box-medical__text-none-sub {
        font-size: 20px;
        line-height: 32px;
        margin: 14px 0
    }
}

@media (min-width: 1600px) {
    .page .products-block .arrow-about {
        bottom: -2%
    }

    .main-about .body-about .box-text {
        display: block
    }
}

@media (min-width: 1919.8px) {
    .footer__wrapper-box {
        height: 852px
    }
}

@media (min-width: 1919.8px) {
    .header {
        height: 960px
    }

    .header__primary {
        height: 960px
    }

    .header__wrapper {
        padding: 0 60px
    }

    .header__mobile-pc-bg {
        height: 960px
    }

    .header .body-header .text-block__sub-title {
        font-size: 64px;
        line-height: 80px
    }

    .header .body-header .text-block__title {
        font-size: 160px;
        line-height: 160px
    }

    .header .body-header .logo-body__image {
        width: 436px;
        height: 200px
    }

    .header .arrow-header {
        bottom: 2%
    }

    .header .arrow-header {
        bottom: 6%
    }

    .page .about-company {
        height: 900px
    }

    .page .about-company .page-navigation {
        top: 48%
    }

    .page .about-company__wrapper {
        height: 872px
    }

    .page .about-company .block-page {
        padding-top: 160px
    }

    .page .about-company .block-page__title {
        font-size: 64px;
        line-height: 80px;
        margin: 8px 0 40px 0
    }

    .page .about-company .block-page .text-group__text-group-pc {
        font-size: 24px;
        line-height: 36px;
        max-width: 920px
    }

    .page .products-block {
        height: 900px
    }

    .page .products-block .page-navigation {
        top: 48%
    }

    .page .products-block__wrapper {
        height: 872px
    }

    .page .products-block .box-product {
        padding-top: 160px
    }

    .page .products-block .box-product .splide__pagination {
        left: -36%;
        bottom: 110%
    }

    .page .products-block .box-product .splide__arrow--prev {
        left: 24%;
        top: -12%
    }

    .page .products-block .box-product .splide__arrow--next {
        left: -24%;
        top: -12%
    }

    .page .products-block .box-product .blocks-slide__title {
        font-size: 64px;
        line-height: 80px
    }

    .page .products-block .box-product .blocks-slide__sub-title {
        font-size: 36px;
        line-height: 48px;
        margin-top: 40px
    }

    .page .products-block .box-product .blocks-slide__text {
        margin: 24px 0;
        font-size: 18px;
        line-height: 28px;
        max-width: 720px
    }

    .page .products-block .box-product .blocks-slide__text-none {
        margin: 24px 0;
        font-size: 18px;
        line-height: 28px;
        max-width: 720px
    }

    .page .activity-block {
        height: 860px
    }

    .page .activity-block__wrapper {
        height: 852px;
        margin: 0
    }

    .page .activity-block .page-navigation {
        top: 48%
    }

    .page .activity-block .page-navigation__title {
        top: 54%;
        left: -12%
    }

    .page .activity-block .box-activity {
        padding-top: 160px
    }

    .page .activity-block .box-activity__title {
        font-size: 64px;
        line-height: 80px;
        text-align: center
    }

    .page .activity-block .box-activity__text {
        font-size: 20px;
        line-height: 32px
    }

    .page .wind-warm-block {
        height: 900px
    }

    .page .wind-warm-block__wrapper {
        height: 872px;
        margin: 16px
    }

    .page .wind-warm-block .page-navigation {
        top: 48%
    }

    .page .wind-warm-block .page-navigation__title {
        left: -12%;
        top: 54%
    }

    .page .wind-warm-block .box-wind {
        padding-top: 160px
    }

    .page .wind-warm-block .box-wind .title-block__img {
        height: 100%;
        width: 100px;
        padding-right: 40px
    }

    .page .wind-warm-block .box-wind .title-block__title {
        font-size: 64px;
        line-height: 80px
    }

    .page .wind-warm-block .box-wind__text {
        font-size: 20px;
        line-height: 32px
    }

    .page .wind-warm-block__mobile-bg-pc {
        height: 872px
    }

    .page .transport-company-block {
        height: 900px
    }

    .page .transport-company-block__wrapper {
        height: 872px;
        margin: 16px
    }

    .page .transport-company-block .page-navigation {
        top: 48%
    }

    .page .transport-company-block .page-navigation__title {
        left: -12%;
        top: 54%
    }

    .page .transport-company-block .box-transport {
        padding-top: 160px
    }

    .page .transport-company-block .box-transport__title-block {
        font-size: 64px;
        line-height: 80px;
        white-space: nowrap
    }

    .page .transport-company-block .box-transport__sub-title {
        margin-bottom: 20px;
        max-width: 680px
    }

    .page .transport-company-block .box-transport__text {
        font-size: 20px;
        line-height: 32px;
        max-width: 840px
    }

    .page .transport-company-block__mobile-bg-pc {
        height: 872px
    }

    .page .medical-center-block {
        height: 900px
    }

    .page .medical-center-block__wrapper {
        height: 872px;
        margin: 16px
    }

    .page .medical-center-block .page-navigation {
        top: 48%
    }

    .page .medical-center-block .page-navigation__title {
        left: -12%;
        top: 54%
    }

    .page .medical-center-block .box-medical {
        padding-top: 160px
    }

    .page .medical-center-block .box-medical__title-block {
        line-height: 80px;
        font-size: 64px
    }

    .page .medical-center-block .box-medical__sub-title {
        font-size: 24px;
        line-height: 36px
    }

    .page .medical-center-block .box-medical__text {
        font-size: 20px;
        line-height: 32px;
        max-width: 840px
    }

    .page .medical-center-block__mobile-bg-pc {
        height: 872px
    }

    .footer {
        height: 860px
    }

    .footer .page-navigation {
        top: 48%
    }

    .footer .page-navigation__title {
        top: 54%
    }

    .footer__menu-btn-wrapper {
        margin-right: 108px
    }

    .footer .top-footer__title {
        font-size: 64px;
        line-height: 80px
    }

    .footer .top-footer .contacts-block__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .footer .top-footer .contacts-block__item {
        font-size: 20px;
        line-height: 32px
    }

    .footer .top-footer .contacts-block .mail-contacts {
        margin: 40px 0
    }

    .footer .top-footer .contacts-block .mail-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .footer .top-footer .contacts-block .mail-contacts__link {
        font-size: 18px;
        line-height: 32px
    }

    .footer .top-footer .contacts-block .address-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .footer .top-footer .contacts-block .address-contacts__street {
        font-size: 20px;
        line-height: 32px
    }

    .footer .write-footer__body {
        padding-top: 140px
    }

    .footer .write-footer .name-block__name-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer .write-footer .name-block__name {
        width: 576px
    }

    .footer .write-footer .number-block {
        margin: 40px 0
    }

    .footer .write-footer .number-block__number-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer .write-footer .number-block__number {
        width: 576px
    }

    .footer .write-footer .message-block__message-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer .write-footer .message-block__message {
        width: 576px;
        height: 156px
    }

    .footer .write-footer .wrapper-btn {
        margin-top: 40px
    }

    .footer .bottom-footer {
        /*  padding 20px 60px */

        padding: 0 60px
    }

    .page-navigation {
        left: -49%;
        top: 50%
    }

    .page-navigation__title {
        left: -11%;
        top: 50%
    }

    .header-about__wrapper-abt {
        top: 20px
    }

    .contacts .contacts-block__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .contacts .contacts-block__list {
        margin: 24px 0 32px 0
    }

    .contacts .contacts-block__item {
        font-size: 20px;
        line-height: 32px
    }

    .contacts .contacts-block .mail-contacts {
        margin: 40px 0
    }

    .contacts .contacts-block .mail-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .contacts .contacts-block .mail-contacts__link {
        font-size: 18px;
        line-height: 32px
    }

    .contacts .contacts-block .address-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .contacts .contacts-block .address-contacts__street {
        font-size: 20px;
        line-height: 32px;
        max-width: 100%
    }

    .main-contacts .write-contacts .form-footer .name-block__name-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .main-contacts .write-contacts .form-footer .name-block__name {
        width: 576px
    }

    .main-contacts .write-contacts .form-footer .number-block {
        margin: 40px 0
    }

    .main-contacts .write-contacts .form-footer .number-block__number-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .main-contacts .write-contacts .form-footer .number-block__number {
        width: 576px
    }

    .main-contacts .write-contacts .form-footer .mail-block__mail-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .main-contacts .write-contacts .form-footer .mail-block__mail {
        width: 576px
    }

    .main-contacts .write-contacts .form-footer .message-block__message-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .bottom-footer {
        /*  padding 20px 60px */
        padding: 0 60px
    }

    .footer-bottom {
        height: 860px
    }

    .footer-bottom__wrapper-box {
        height: 804px
    }

    .footer-bottom .top-footer__title {
        font-size: 64px;
        line-height: 80px
    }

    .footer-bottom .top-footer .contacts-block__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .footer-bottom .top-footer .contacts-block__item {
        font-size: 20px;
        line-height: 32px
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts {
        margin: 40px 0
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0 16px 0
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts__link {
        font-size: 18px;
        line-height: 32px
    }

    .footer-bottom .top-footer .contacts-block .address-contacts__title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .footer-bottom .top-footer .contacts-block .address-contacts__street {
        font-size: 20px;
        line-height: 32px
    }

    .footer-bottom .write-footer .name-block__name-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .write-footer .name-block__name {
        width: 576px
    }

    .footer-bottom .write-footer .number-block {
        margin: 40px 0
    }

    .footer-bottom .write-footer .number-block__number-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .write-footer .number-block__number {
        width: 576px
    }

    .footer-bottom .write-footer .message-block__message-lbl {
        font-size: 18px;
        line-height: 28px
    }

    .footer-bottom .write-footer .message-block__message {
        width: 576px;
        height: 156px
    }

    .footer-bottom .write-footer .wrapper-btn {
        margin-top: 40px
    }

    .footer-bottom .bottom-new {
        padding: 20px 60px
    }
}

@media (max-width: 1919.8px) {
    .header-menu__list {
        margin: 0 auto
    }

    .header-menu__link {
        font-size: 32px;
        line-height: 38px
    }

    .main-vacancies .vacancies-block-info__title {
        font-size: 48px;
        line-height: 60px
    }

    .main-vacancies .vacancies-block-info .block-info__sub-title {
        font-size: 20px;
        line-height: 32px
    }

    .main-vacancies .vacancies-block-info .block-info__text {
        font-size: 16px;
        line-height: 24px
    }

    .main-vacancies .vacancies-block-info .block-info .group-worksheet__title {
        font-size: 16px;
        line-height: 24px
    }

    .main-vacancies .vacancies-block-info .block-info__text-bottom {
        font-size: 18px;
        line-height: 26px
    }

    .main-vacancies .new-vacancies {
        margin-top: 40px
    }

    .main-vacancies .new-vacancies__title {
        font-size: 48px;
        line-height: 60px;
        margin: 60px 0 28px 0
    }

    .main-vacancies .new-vacancies__sub-title {
        font-size: 28px;
        line-height: 32px
    }

    .main-vacancies .new-vacancies .block-info-new__sub-title {
        font-size: 18px;
        line-height: 30px
    }

    .main-vacancies .new-vacancies .block-info-new__link,
    .main-vacancies .new-vacancies .block-info-new__list-title {
        font-size: 16px;
        line-height: 24px
    }

    .main-products__title {
        font-size: 48px;
        line-height: 60px
    }

    .main-products .block-sub-title__text {
        font-size: 24px;
        line-height: 36px
    }

    .main-products .body-products__title {
        font-size: 24px;
        line-height: 36px
    }

    .main-products .body-products__text {
        font-size: 16px;
        line-height: 24px
    }

    .main-products .box-number__text {
        font-size: 18px;
        line-height: 24px
    }

    .main-products .box-number__number {
        font-size: 24px;
        line-height: 36px
    }

    .main-product-blocks__title {
        font-size: 48px;
        line-height: 60px
    }

    .main-product-blocks .body-blocks__sub-title {
        font-size: 20px;
        line-height: 32px
    }

    .main-product-blocks .body-blocks .box-number__number {
        font-size: 24px;
        line-height: 36px
    }

    .product-characteristics .responsive-table__title {
        font-size: 24px;
        line-height: 36px
    }

    .product-characteristics .responsive-table__sub-title {
        font-size: 18px;
        line-height: 24px
    }

    .product-characteristics .responsive-table__text {
        font-size: 16px;
        line-height: 24px
    }

    .product-characteristics .responsive-table__characteristic-name {
        font-size: 16px;
        line-height: 24px
    }

    .product-characteristics .responsive-table__characteristic-number {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0
    }

    .product-characteristics .responsive-table-new__title {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 10px
    }

    .product-characteristics .responsive-table-new__number {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0
    }

    .product-characteristics .social-group .box-number-characteristic__number {
        font-size: 28px;
        line-height: 36px
    }

    .main-product-instruments__title {
        font-size: 48px;
        line-height: 60px
    }

    .main-product-instruments .body-blocks__sub-title {
        font-size: 20px;
        line-height: 32px
    }

    .main-product-instruments .body-blocks__text {
        font-size: 16px;
        line-height: 24px
    }

    .benefits-product__title {
        font-size: 48px;
        line-height: 60px;
        padding: 0 20px
    }

    .benefits-product__sub-title {
        font-size: 20px;
        line-height: 32px;
        max-width: 1020px;
        margin: auto;
        padding: 0 20px
    }
}

@media (max-width: 1919.8px) {
    .main-about__title {
        font-size: 48px;
        line-height: 60px
    }

    .main-about .body-about .box-title__title {
        font-size: 32px;
        line-height: 42px
    }

    .main-about .body-about__sub-title {
        font-size: 20px;
        line-height: 28px
    }

    .main-about .body-about .box-text__bottom,
    .main-about .body-about .box-text__top {
        font-size: 16px;
        line-height: 24px
    }

    .activity-about__title {
        font-size: 48px;
        line-height: 60px
    }

    .activity-about__map-box {
        margin: 32px 0 60px
    }

    .competition__title {
        font-size: 48px;
        line-height: 60px
    }

    .competition__text-left {
        font-size: 16px;
        line-height: 24px
    }

    .competition__text-right {
        font-size: 16px;
        line-height: 24px
    }

    .benefits-about__sub-title {
        font-size: 20px;
        line-height: 32px;
        padding: 0 20px
    }

    .history__line {
        top: 46%
    }

    .history__title {
        font-size: 48px;
        line-height: 60px
    }

    .history .splide__arrow {
        top: 40%
    }

    .history .content-slide__text {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1680px) {
    .competition .splide__pagination {
        left: 82%
    }
}

@media (max-width: 1600px) {
    #map-new {
        width: 600px
    }

    .product-characteristics .responsive-table__title-column {
        padding: 0
    }

    .product-characteristics .responsive-table__text {
        padding: 0 20px 0 0
    }

    .scroll-table-body {
        height: 600px;
        overflow-x: auto;
        max-width: 80%;
        margin: auto;
        overflow-y: auto;
        border-bottom: 1px solid #eee
    }

    .scroll-table table {
        width: 100%;
        table-layout: fixed;
        border: none
    }
}

@media (max-width: 1480px) {
    .main-about .slider-box .splide__pagination li {
        margin: 6px
    }

    .main-about .slider-box .splide__pagination__page {
        width: 8px;
        height: 8px
    }

    .competition .splide__slide {
        margin-right: 64px
    }

    .competition .splide__pagination {
        left: 72%
    }

    .competition .splide__pagination li {
        margin: 0 4px
    }

    .main-product-blocks .slider-box .splide__pagination li {
        margin: 6px
    }

    .main-product-blocks .slider-box .splide__pagination__page {
        width: 8px;
        height: 8px
    }

    .main-product-instruments .slider-box .splide__pagination li {
        margin: 6px
    }

    .main-product-instruments .slider-box .splide__pagination__page {
        width: 8px;
        height: 8px
    }
}

@media (max-width: 1460px) {
    .product-characteristics .social-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-characteristics .box-pricing-characteristic {
        margin: 20px 0 0 0
    }
}

@media (max-width: 1320px) {
    .competition .splide__pagination {
        left: 74%
    }
}

@media (max-width: 1240px) {
    .competition .splide__pagination {
        left: 76%
    }
}

@media (max-width: 1200px) {
    .main-about__wrapper {
        -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;
        padding: 0 80px
    }

    .main-about .slider-box {
        margin: 0 0 40px 0
    }

    .main-about .body-about .box-title {
        padding-top: 48px
    }

    .activity-about__container {
        padding: 0 80px
    }

    .activity-about__body {
        -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
    }

    .activity-about__text-left {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px 0
    }

    .activity-about__text-right {
        font-size: 16px;
        line-height: 24px
    }

    .activity-about__map-box {
        height: 420px
    }

    .competition__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #map-new {
        width: 400px
    }

    .main-contacts .write-contacts .form-footer__wrapper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-contacts .write-contacts .form-footer .message-block {
        margin: 32px 0 0 0
    }

    .main-vacancies .vacancies-block-info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-vacancies .vacancies-block-info__img {
        width: 80%;
        height: auto;
        margin: 0 auto 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-products__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 80px;
        margin-top: 80px
    }

    .main-products__img-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .main-products__img {
        margin-top: -20%
    }

    .main-products .body-products {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .main-products .box-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-products .box-buttons__body-order {
        margin-top: 20px
    }

    .main-products .box-buttons .order-wrap__img-box {
        margin: 0
    }

    .main-products .box-buttons .order-wrap__name {
        margin-right: 24px
    }

    .main-product-blocks__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-product-blocks .slider-box {
        margin: 0 0 40px 0
    }

    .main-product-instruments__wrapper {
        -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;
        padding: 0 80px
    }

    .main-product-instruments .slider-box {
        margin: 0 0 40px 0
    }
}

@media (max-width: 1199.8px) {
    .competition__container {
        padding: 0 80px
    }

    .history__container {
        padding: 0 80px
    }
}

@media (max-width: 1120px) {
    .competition .splide__slide {
        margin-right: 24px
    }
}

@media (max-width: 992px) {
    .header-menu__item {
        margin: 12px 0
    }

    .header-menu__sub-items-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-menu__copy {
        display: none
    }

    .bottom-menu__politic {
        display: none
    }

    .competition .splide__pagination {
        display: none
    }

    .contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__title {
        font-size: 48px;
        line-height: 60px;
        margin: 30px 0 20px 0
    }

    #map-new {
        position: initial;
        margin: 0;
        width: 100%;
        height: 400px
    }

    .main-products__img-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-products__img {
        margin: 0;
        width: 60%;
        height: auto
    }
}

@media (max-width: 768px) {
    .page .about-company .block-page .factory-img__image {
        position: absolute;
        width: 100%;
        right: 0
    }

    .header-menu__navigation {
        padding-top: 120px
    }

    .header-menu__link {
        font-size: 24px;
        line-height: 28px
    }

    .header-menu__sub-link {
        font-size: 18px;
        line-height: 24px
    }

    .activity-about__title {
        font-size: 32px;
        line-height: 44px
    }

    .competition .splide__arrow {
        display: none
    }

    .history .splide__arrow {
        display: none
    }

    .main-vacancies .vacancies-block-info__title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 28px
    }

    .main-vacancies .vacancies-block-info__img {
        width: 100%
    }

    .main-vacancies .vacancies-block-info .block-info .group-worksheet__button {
        width: 68px;
        height: 52px
    }

    .main-vacancies .new-vacancies__body {
        padding: 0 140px;
        max-width: initial;
        margin: 0
    }

    .main-vacancies .new-vacancies__title {
        font-size: 32px;
        line-height: 44px
    }

    .main-vacancies .new-vacancies__sub-title {
        font-size: 22px;
        line-height: 32px
    }

    .main-products__title {
        font-size: 32px;
        line-height: 44px;
        margin-top: 60px
    }

    .main-products__wrapper {
        margin-top: 40px
    }

    .main-products .box-number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-product-blocks__title {
        font-size: 32px;
        line-height: 44px;
        margin: 40px 0 48px 0
    }

    .main-product-blocks__wrapper {
        padding: 0 20px
    }

    .product-characteristics .text-characteristic {
        max-width: initial;
        margin: 80px 0 0 0;
        padding: 0 20px
    }

    .scroll-table-body {
        height: 300px
    }

    .main-product-instruments__title {
        font-size: 32px;
        line-height: 44px;
        margin: 40px 0 20px 0
    }

    .benefits-product__title {
        font-size: 32px;
        line-height: 44px;
        margin: 60px 0 48px 0
    }
}

@media (max-width: 767.8px) {
    .main-about__title {
        font-size: 32px;
        line-height: 44px;
        margin: 40px 0 20px 0
    }

    .competition__title {
        font-size: 32px;
        line-height: 44px;
        margin: 40px 0 20px 0
    }

    .history__line {
        top: 44%
    }

    .history__title {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width: 576px) {
    .page .about-company .block-page .button-more {
        margin: 0 auto 16px
    }

    .page .products-block .box-product .button-more {
        margin: 26px auto
    }

    .balloon-root {
        width: 320px;
        /*left: -220px !important;*/
        /*top: 50% !important*/
    }

    .bln-body {
        display: block
    }

    .navigation-bar-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-about .slider-box .splide__pagination {
        max-width: 60%
    }

    .main-about .slider-box .splide__pagination li {
        margin: 4px
    }

    .main-about .slider-box .splide__arrow--prev {
        left: 0;
        margin: 0
    }

    .main-about .slider-box .splide__arrow--next {
        right: 0;
        margin: 0
    }

    .main-about .slider-box .splide__arrow {
        width: 40px;
        height: 36px
    }

    .benefits-about__container {
        padding: 0 20px
    }

    .contacts__wrapper {
        padding: 20px
    }

    .main-contacts .write-contacts .form-footer__wrapper-enter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-contacts .write-contacts .form-footer .name-block__name {
        width: 260px
    }

    .main-contacts .write-contacts .form-footer .number-block__number {
        width: 260px
    }

    .main-contacts .write-contacts .form-footer .mail-block__mail {
        width: 260px
    }

    .main-contacts .write-contacts .form-footer .message-block__message {
        width: 260px;
        height: 200px
    }

    .footer-bottom .top-footer {
        padding: 60px 20px
    }

    .main-vacancies .vacancies-block-info .center-container {
        padding: 0 20px
    }

    .main-vacancies .new-vacancies__body {
        padding: 0 20px
    }

    .main-products .block-sub-title {
        text-align: center
    }

    .main-products .block-sub-title__img {
        display: none
    }

    .main-products__wrapper {
        padding: 0 20px
    }

    .main-products .box-buttons__wrap-btn {
        margin: auto
    }

    .main-products .box-buttons__body-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px auto 0
    }

    .main-products .box-buttons .order-wrap {
        margin: 10px 0
    }

    .navigation-bar-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-product-blocks .slider-box .splide__pagination {
        max-width: 60%
    }

    .main-product-blocks .slider-box .splide__pagination li {
        margin: 4px
    }

    .main-product-blocks .slider-box .splide__arrow--prev {
        left: 0;
        margin: 0
    }

    .main-product-blocks .slider-box .splide__arrow--next {
        right: 0;
        margin: 0
    }

    .main-product-blocks .slider-box .splide__arrow {
        width: 40px;
        height: 36px
    }

    .main-product-blocks .body-blocks .box-price__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-product-blocks .body-blocks .box-price .order-wrap {
        margin: 10px 0
    }

    .product-characteristics .box-pricing-characteristic__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-characteristics .box-pricing-characteristic .box-pricing {
        margin: 10px 0
    }

    .navigation-bar-new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-product-instruments__wrapper {
        padding: 0 20px
    }

    .main-product-instruments .slider-box .splide__pagination {
        max-width: 60%
    }

    .main-product-instruments .slider-box .splide__pagination li {
        margin: 4px
    }

    .main-product-instruments .slider-box .splide__arrow--prev {
        left: 0;
        margin: 0
    }

    .main-product-instruments .slider-box .splide__arrow--next {
        right: 0;
        margin: 0
    }

    .main-product-instruments .slider-box .splide__arrow {
        width: 40px;
        height: 36px
    }

    .main-product-instruments .body-blocks .box-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-product-instruments .body-blocks .box-price .order-wrap {
        margin: 10px 0
    }

    .benefits-product__container {
        padding: 0 20px
    }
}

@media (max-width: 575.8px) {
    .main-about__wrapper {
        padding: 0 20px
    }

    .activity-about__container {
        padding: 0 20px
    }

    .competition__container {
        padding: 0 20px
    }

    .history__container {
        padding: 0 20px
    }
}

@media (max-width: 456.8px) {
    .history__line {
        top: 42%
    }
}

@media (max-width: 423.8px) {
    .history__line {
        top: 40%
    }
}

@media (max-width: 414.8px) {
    .history__line {
        top: 45%
    }
}

@media (max-width: 410.8px) {
    .history__line {
        top: 43%
    }
}

@media (max-width: 386.8px) {
    .history__line {
        top: 41%
    }
}

@media (max-width: 354.8px) {
    .history__line {
        top: 39%
    }
}

@media (max-width: 328.8px) {
    .history__line {
        top: 38%
    }
}

@media (max-width: 320px) {
    .footer .top-footer .contacts-block .mail-contacts__title {
        margin: 12px 0 0 0
    }

    .contacts .contacts-block .mail-contacts__title {
        margin: 12px 0 0 0
    }

    .footer-bottom .top-footer .contacts-block .mail-contacts__title {
        margin: 12px 0 0 0
    }
}

.politic__wrapper-page {
    margin: 20px 80px;
    padding: 20px;
}

@media (max-width: 1200px) {
    .politic__wrapper-page {
        padding: 20px 80px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .politic__wrapper-page {
        padding: 20px;
        margin: 0;
    }
}


.politic__wrapper-page h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #000;
    margin: 20px 0 0 0;
}

.politic__wrapper-page h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin: 32px 0 20px;
}


.politic__wrapper-page p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.politic__wrapper-page ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 8px 48px;
}

.politic__wrapper-page ul li a {
    color: #A89869
}

.politic__wrapper-page ul li a:hover {
    opacity: .8;
}

.politic__wrapper-page table {
    margin-left: 48px;
}

.politic__wrapper-page table td {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #8f8e8e;
    padding: 10px;
}

.footer .top-footer .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.create-footer {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1919.8px) {
    .politic__wrapper-page h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .politic__wrapper-page h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 576px) {
    .politic__wrapper-page h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .politic__wrapper-page h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 420px) {

    .politic__wrapper-page table {
        margin-left: 0;
    }

    .politic__wrapper-page ul li {
        margin: 0 0 8px 24px;
    }
}

.footer-bottom .top-footer .contacts-block__item:not(:first-child) {
    white-space: initial;
}

.footer-bottom .top-footer .contacts-block__item:not(:first-child) {
    white-space: initial;
}

.footer .top-footer .contacts-block__item:not(:first-child) {
    white-space: initial;
}

.footer-bottom .top-footer {
    padding: 40px;
}

@media (min-width: 1200px) {
    .main-products .box-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-menu__navigation {
        padding-top: 148px;
    }

    .main-products .box-buttons__body-order {
        margin-top: 24px;
    }

    .page .products-block .box-product .blocks-slide__wrapper-border-img {
        width: 60px;
        height: 46px;
    }

    .page .products-block .box-product .blocks-slide__title {
        margin-bottom: 0;
    }

    .page .products-block .box-product .splide__arrow--prev {
        left: 30%;
        top: -8%;
        width: 60px;
        height: 46px;
    }

    .page .products-block .box-product .splide__arrow--next {
        left: 0;
        top: -8%;
        width: 60px;
        height: 46px;
    }

    .page .products-block .box-product .splide__pagination {
        left: -18%;
        bottom: 104%;
    }

    .page .products-block .box-product .blocks-slide__text {
        margin: 10px 0;
    }

    .page .products-block .box-product .blocks-slide__text-none {
        margin: 10px 0;
    }
}

@media (min-width: 1680px) {

    .header-menu__navigation {
        padding-top: 180px;
    }

    .page .products-block .box-product .blocks-slide__wrapper-border-img {
        width: 80px;
        height: 56px;
    }

    .page .products-block .box-product .blocks-slide__title {
        margin-bottom: 0;
    }

    .page .products-block .box-product .splide__arrow--prev {
        top: -6%;
        left: 26%;
        width: 72px;
        height: 52px;
    }

    .page .products-block .box-product .splide__arrow--next {
        top: -6%;
        left: -20%;
        width: 72px;
        height: 52px;
    }

    .page .products-block .box-product .splide__pagination {
        left: -32%;
        bottom: 104%;
    }

    .page .products-block .box-product .blocks-slide__text {
        margin: 24px 0;
    }

    .page .products-block .box-product .blocks-slide__text-none {
        margin: 24px 0;
    }
}


@media (max-width: 1200px) {
    .page .products-block .box-product .blocks-slide__wrapper-btns {
        display: flex;
        flex-direction: column;
    }

    .page .products-block .box-product .blocks-slide__wrapper-price {
        margin-top: 20px;
    }

    .page .products-block .box-product .blocks-slide .rb-price,
    .page .products-block .box-product .blocks-slide .rf-price {
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .main-products .box-buttons__body-order {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1240px) {
    .footer .top-footer__body {
        padding: 0;
    }

    .footer .write-footer .message-block__message {
        height: 48px;
    }

    .footer .top-footer .text {
        font-size: 18px;
        line-height: 32px;
    }

    /*.footer__wrapper-box {*/
    /*    height: 580px;*/
    /*}*/
    .page .products-block .box-product .blocks-slide__wrapper-text-pc {
        width: 780px;
    }

    .page .products-block .box-product .blocks-slide__wrapper-btns {
        display: flex;
        flex-direction: column-reverse;
    }

    .page .products-block .box-product .blocks-slide__wrapper-border-img {
        margin: 0 10px 0 0;
    }

    .page .products-block .box-product .blocks-slide .rb-price:not(:first-child) {
        margin-left: 16px;
    }

    .create-footer {
        flex-direction: row;
    }
}

@media (min-width: 1420px) {
    .footer .top-footer__body {
        padding: 0 60px;
    }

    .footer__wrapper-box {
        height: 100%;
    }

    .footer .write-footer .message-block__message {
        height: 86px;
    }
}

@media (max-width: 768px) {
    .page .products-block .box-product .splide__pagination {
        left: 0;
    }

    .page .products-block .box-product .blocks-slide__wrapper-price {
        flex-wrap: wrap;
    }
}

@media (max-width: 1680px) {

    .main-product-blocks .body-blocks .box-price__wrapper,
    .main-product-instruments .body-blocks .box-price {
        display: flex;
        flex-wrap: wrap;
    }

    .main-product-blocks .body-blocks .box-price .order-wrap__img-box,
    .main-product-instruments .body-blocks .box-price .order-wrap__img-box {
        width: 56px;
        height: 46px;
    }

    .main-product-blocks .body-blocks .box-price .order-wrap,
    .main-product-instruments .body-blocks .box-price .order-wrap {
        margin-bottom: 10px;
    }
}

.contacts .contacts-block__item:not(:first-child) {
    white-space: initial;
}

strong {
    font-weight: bold;
}

.header .logo-header__image,
.header-common .logo-header__image,
.header-contacts .logo-header__image {
    width: 104px;
    height: 48px;
}

.page .medical-center-block .button-more {
    width: 192px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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;
    border: none;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 1200px) {
    .page .medical-center-block .button-more {
        width: 296px;
    }
}

@media (max-width: 576px) {
    .page .medical-center-block .button-more {
        width: 296px;
        margin: auto;
    }
}


.footer__wrapper {
    margin: 6px 0;
}

@media (min-width: 1200px) {
    .page .footer-page {
        height: 700px;
    }

    .page .footer__wrapper {
        height: 650px;
    }

    .sub-title-added {
        margin-top: 32px !important;
    }
}

@media (min-width: 1919.8px) {
    .page .footer-page {
        height: 900px;
    }

    .page .footer__wrapper {
        height: 872px;
    }
}

.bln-body img {
    width: 104px;
    height: 104px;
}

.our-prices {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #A89869;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .our-prices:hover {
        opacity: .7;
    }
}


.our-prices {
    font-size: 24px;
    line-height: 36px;
}

.modal-btns-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-btns-overlay.active-node {
    display: block;
}

.modal-btns {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% + 170px);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

.blocks-slide__wrapper-price {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 20px;
    margin: 0 !important;
}

.page .products-block .box-product .blocks-slide .rb-price:not(:first-child) {
    margin-left: 0;
}

.blocks-slide__price-rb:not(:last-child) {
    margin-bottom: 12px;
}

.modal-btns-cross {
    display: inline-flex;
    float: right;
    cursor: pointer;
    font-size: 24px;
}

.modal-btns-cross:hover {
    opacity: .7;
}

.overlay-wrapper-new {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.overlay-wrapper-new.active-overlay {
    display: block;
}


.our-prices-mb {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #A89869;
    cursor: pointer;
    margin-top: 8px;
}

.our-prices-mb {
    font-size: 18px;
    line-height: 28px;
}

.modal-btns-overlay-mb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-btns-overlay-mb.active-node-mb {
    display: block;
}

.modal-btns-mb {
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

@media (max-width: 576px) {
    .modal-btns-mb {
        width: 100%;
    }
}

.modal-btns-cross-mb {
    display: inline-flex;
    float: right;
    cursor: pointer;
    font-size: 24px;
}


.overlay-wrapper-new-mb {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.overlay-wrapper-new.active-overlay-mb {
    display: block;
}

@media (min-width: 1200px) {
    .blocks-slide__price-rb.rb-price img {
        margin: 0 !important;
    }

    .rb-price__text:hover {
        opacity: .7;
    }
}

.rb-price__text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.page .basaltum__wrapper {
    height: 940px;
}

.page .basaltum__mobile-bg {
    height: 940px;

}

/*added styler to block basaltum*/

.page .basaltum__mobile-bg {
    height: 940px;
    object-position: left;
}

@media screen and (min-width: 1200px) {
    .page .basaltum__mobile-bg {
        height: 940px;
        object-position: initial;
    }
}

.page .basaltum__wrapper {
    height: 940px;
}


.page .basaltum__title h4 {
    font-family: Mulish;
    font-weight: 900;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 14px 0;
    margin-right: 24px;

}

@media (min-width: 1919.8px) {
    .page .basaltum__title h4 {
        font-size: 64px;
        line-height: 80px;
        white-space: nowrap;
    }
}

.page .basaltum__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page .basaltum__title span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    border-radius: 8px;
    background: #27AB4E;
    box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.08);
    padding: 6px 16px;
    margin-top: 8px;
}

.box-transport__socials-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .box-transport__socials-wrapper {
        flex-direction: row;
        align-items: center;

    }

    .box-basaltum__mail-block {
        margin-left: 32px;
    }
}


.box-basaltum__mail-block a {
    display: block;
    font-family: Inter;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .04px;
    color: #A89869;
}

@media screen and (min-width: 1200px) {
    .box-basaltum__mail-block a:hover {
        opacity: .7;

    }
}


.box-basaltum__mail-block a span {
    font-family: Inter;
    display: inline-block;
    margin-right: 12px;
}


@media screen and (min-width: 1200px) {
    .page .transport-company-block .box-basaltum__mail-block {
        -webkit-animation: heading-out .8s forwards;
        animation: heading-out .8s forwards;
        -webkit-animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        animation-timing-function: cubic-bezier(.72, .33, .37, .66);
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }
}


.basaltum__button {
    width: 308px;
    height: 56px;
    background: #A89869;
    border-radius: 28px;
    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;
    border: none;
    cursor: pointer;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}


.order-block {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .order-block {
        padding-top: 36px;
    }
}

.order-block .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.order-block .text a {
    font-weight: 600;
    color: #A89869;
    transition: .3s ease;
}

.order-block .text a:hover {
    opacity: .7;
}
.grecaptcha-badge {
    visibility: hidden;
}