@charset "UTF-8";

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

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

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

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

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

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "OpenSans";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "OpenSans";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #000;
    font-size: 14px;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 20px;
}

._container-big {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0px 20px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0px 20px;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
    cursor: pointer;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.options {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

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

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.rub:after {
    content: "₽";
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 50px;
    width: 100%;
    max-width: 800px;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}

.popup__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.team-popup {
    padding: 40px 20px;
}

.team-popup .popup__body {
    max-width: 850px;
    padding: 50px;
}

.team-popup .popup__close {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
    background: url(../img/icons/close-green.svg) center/auto no-repeat;
}

.team-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.team-popup__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
}

.team-popup__image {
    width: 100%;
    padding-bottom: 123%;
    position: relative;
}

.team-popup__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-popup__info {
    padding-top: 20px;
}

.team-popup__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.team-popup__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
}

.team-popup__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.team-popup__description ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-popup__description ul li:not(:last-child) {
    margin-bottom: 15px;
}

.team-popup__description ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
    margin-top: calc(24px / 2 - 2px);
    margin-right: 10px;
}

.offer-popup {
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    padding-left: 20px;
    padding-right: 20px;
}

._no-webp .offer-popup .popup__body {
    background: url(../img/bg-offer-popup.png) right bottom/auto no-repeat, #3cbeaa;
}

.offer-popup .popup__body {
    max-width: 434px;
    padding: 50px;
}

.offer-popup .popup__close {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
    background: url(../img/icons/close-white.svg) center/auto no-repeat;
}

.offer-popup__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.offer-popup__title::after {
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.offer-popup__form {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.offer-popup__row {
    padding-top: 25px;
    position: relative;
}

.offer-popup__row._focus .offer-popup__input {
    border-color: #3cbeaa;
}

.offer-popup__row._focus .offer-popup__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.offer-popup__row._fill .offer-popup__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.offer-popup__input {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 0px;
}

.offer-popup__label {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-popup__btn {
    margin-top: 15px;
    height: 52px;
    width: 100%;
    background: rgb(35,55,70);
    border-radius: 100px;
    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-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.vacancy-popup {
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    padding-left: 20px;
    padding-right: 20px;
}

._no-webp .vacancy-popup .popup__body {
    background: url(../img/bg-offer-popup.png) right bottom/auto no-repeat, #3cbeaa;
}

.vacancy-popup .popup__body {
    max-width: 434px;
    padding: 50px;
}

.vacancy-popup .popup__close {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
    background: url(../img/icons/close-white.svg) center/auto no-repeat;
}

.vacancy-popup__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.vacancy-popup__title::after {
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.vacancy-popup__form {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.vacancy-popup__row {
    padding-top: 25px;
    position: relative;
}

.vacancy-popup__row._focus .vacancy-popup__input {
    border-color: #3cbeaa;
}

.vacancy-popup__row._focus .vacancy-popup__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.vacancy-popup__row._fill .vacancy-popup__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.vacancy-popup__input {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 0px;
}

.vacancy-popup__label {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vacancy-popup__btn {
    margin-top: 15px;
    height: 52px;
    width: 100%;
    background: rgb(35,55,70);
    border-radius: 100px;
    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-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.download-vacancy-popup {
    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;
    border: 1px dashed #FFFFFF;
    padding: 15px 0px;
    cursor: pointer;
    position: relative;
}

.download-vacancy-popup__input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.download-vacancy-popup__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.download-vacancy-popup__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.header._scroll {
    height: 104px;
}

.header._scroll .header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 98;
}

.header__wrapper {
    padding: 22px 0px;
    background: #203745;
    position: relative;
    z-index: 5;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 147px;
    flex: 0 0 147px;
}

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

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
}

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

.menu__list {
    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-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.menu__item {
    position: relative;
}

.menu__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu__link._spoller::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/more.svg) center/auto no-repeat;
}

.menu__link._spoller._active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu__sublist {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    padding-top: 7px;
    background: #FFFFFF;
    z-index: 1;
    -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.menu__sublink {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 13px 20px;
    white-space: nowrap;
    color: #5A5A5A;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.language-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.language-header__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.language-header__link._active {
    border-color: #FFFFFF;
}

.mobile-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0.5px solid #E2E2E2;
}

.mobile-menu__item {
    padding: 40px 20px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    border: 0.5px solid #E2E2E2;
}

.mobile-menu__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-top: 10px;
}

.mobile-menu__list {
    margin-top: 15px;
    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;
    text-align: center;
    row-gap: 15px;
}

.mobile-menu__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3cbeaa;
}

.icon-menu {
    display: none;
}

.support-help {
    position: fixed;
    bottom: 50px;
    right: 60px;
    width: 70px;
    height: 70px;
    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;
    background: #3cbeaa;
    -webkit-box-shadow: 0px 6px 22px rgba(0, 122, 80, 0.3);
    box-shadow: 0px 6px 22px rgba(0, 122, 80, 0.3);
    border-radius: 50%;
    z-index: 10;
}

.support-help__icon img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #3cbeaa;
    padding: 22px 0px;
    z-index: 20;
}

.cookies::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: -1;
}

.cookies__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.cookies__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.cookies__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 725px;
}

.cookies__btn {
    background: #FFFFFF;
    border-radius: 100px;
    width: 280px;
    height: 52px;
    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-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #101820;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cookies__subtext {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3cbeaa;
    text-align: center;
}

.footer {
    border-top: 1px solid #EEEEEE;
}

.footer__top {
    border-bottom: 1px solid #EEEEEE;
}

.top-footer {
    padding: 22px 0px;
}

.top-footer .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 147px;
    flex: 0 0 147px;
}

.top-footer__logo img {
    width: 100%;
    max-width: 100%;
}

.top-footer__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

}

.top-footer__item {
    position: relative;
}

.top-footer__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
}

.language-top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.language-top-footer__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    border-bottom: 2px solid transparent;
}

.language-top-footer__link._active {
    border-color: #101820;
}

.main-footer {
    padding: 40px 0px;
}

.main-footer .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #5A5A5A;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
}

.main-footer__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main-footer__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.info-main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px;
}

.info-main-footer__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    position: relative;
}

.info-main-footer__name::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #3cbeaa;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.info-main-footer__list {
    margin-top: 35px;
}

.info-main-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.info-main-footer__item:not(:last-child) {
    margin-bottom: 15px;
}

.info-main-footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.info-main-footer__text:not(a):hover {
    text-decoration: none;
}

.social-main-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.social-main-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    width: 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;
}

.social-main-footer__icon {
    max-width: 100%;
    max-height: 100%;
}

.social-main-footer__icon img {
    max-width: 100%;
    max-height: 100%;
}

.bottom-footer {
    background: #3cbeaa;
    padding: 12px 0px;
}

.bottom-footer .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom-footer__copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.bottom-footer__legal {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: right;
}

.main-banner {
    position: relative;
    width: 100%;
}

.main-banner__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-banner__content {
    padding: 0px 20px;
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-banner__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 98px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    position: relative;
}

.main-banner__title::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.main-banner__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.about-main {
    padding: 100px 0px;
}

.about-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.about-main__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 100px) / 2);
    flex: 0 0 calc((100% - 100px) / 2);
}

.about-main__suptitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B7B7B7;
}

.about-main__title, .about-main__title p {
    font-family: "Oswald";
    margin-top: 10px;
    font-weight: 700;
    font-size: 46px;
    line-height: 68px;
    text-transform: uppercase;
    color: #3cbeaa;
}

.about-main__title strong {
    color: #101820;
    display: block;
}

.about-main__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 100px) / 2);
    flex: 0 0 calc((100% - 100px) / 2);
}

.about-main__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5A5A5A;
    margin-bottom: 40px;
}

.about-main__btn {
    background: #3cbeaa;
    border-radius: 100px;
    width: 250px;
    height: 52px;
    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-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.counts {
    padding: 40px 0px;
    background: #F5F5F5;
    margin-bottom: 100px;
}

.counts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.counts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 100px * 5) / 6);
    flex: 0 0 calc((100% - 100px * 5) / 6);
    text-align: center;
}
.counts__item:nth-child(5){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 200px * 5) / 6);
    flex: 0 0 calc((100% - 200px * 5) / 6);
    text-align: center;
}

.counts__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Oswald";
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    color: #101820;
    margin-bottom: 22px;
    position: relative;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.counts__value span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;

}

/*.counts__value::before {*/
/*    content: "";*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 23px;*/
/*    flex: 0 0 23px;*/
/*    background: url(../img/icons/mini-logo-g.svg) center/auto no-repeat;*/
/*    margin-right: 10px;*/
/*}*/

.counts__value::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #3cbeaa;
    position: relative;
    bottom: -9px;
    left: 0;
    display: inline-block;
}

.counts__description {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #5A5A5A;
}

.benefits__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
}

.benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 1px * 2) / 3);
    flex: 0 0 calc((100% - 1px * 2) / 3);
    padding-bottom: 41.2%;
    position: relative;
}

.benefits__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefits__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.benefits__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    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;
    padding: 30px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(60,190,170, 0.7)), to(rgba(60,190,170, 0.9)));
    background: -o-linear-gradient(bottom, rgba(60,190,170, 0.7), rgba(60,190,170, 0.9));
    background: linear-gradient(0deg, rgba(60,190,170, 0.7), rgba(60,190,170, 0.9));
}

.benefits__center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
}

.benefits__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

.benefits__title::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.benefits__description {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.benefits__list {
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 340px;
}

.benefits__btn {
    border: 1px solid #203745;
    border-radius: 100px;
    width: 160px;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    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-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.list-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 12px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
}

.list-benefits__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
    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;
}

.list-benefits__icon img {
    max-width: 100%;
    max-height: 100%;
}

.list-benefits__name {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
}

.news-new {
    padding: 100px 0px;
}

.news-new__suptitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B7B7B7;
    text-align: center;
}

.news-new__title {
    margin-top: 10px;
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
}

.news-new__content {
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.news-new__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.news-new__image {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 72.5%;
    overflow: hidden;
}

.news-new__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-new__body {
    padding-top: 30px;
}

.news-new__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    display: block;
    margin-bottom: 10px;
}

.news-new__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5A5A5A;
}

.news-new__more {
    width: 215px;
    height: 52px;
    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: 1px solid #3cbeaa;
    border-radius: 100px;
    margin: 0px auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #101820;
}

.massage {
    padding: 65px 0px;
    background: #3cbeaa;
    margin-bottom: 100px;
}

.massage__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.massage__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.massage__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    row-gap: 30px;
}

.massage__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.massage__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    position: relative;
}

.massage__item._focus .massage__input {
    border-color: #3cbeaa;
}

.massage__item._focus .massage__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.massage__item._fill .massage__label {
    font-size: 14px;
    line-height: 19px;
    bottom: 37px;
}

.massage__input {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background: transparent;
    min-width: 0px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.massage__label {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.massage__btn {
    margin-top: 10px;
    background: #203745;
    border-radius: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    width: 160px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.mini-banner {
    position: relative;
}

.mini-banner__image {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mini-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mini-banner__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 10px));
    -ms-transform: translate(-50%, calc(-50% - 10px));
    transform: translate(-50%, calc(-50% - 10px));
    z-index: 2;
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
}

.mini-banner__title::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.other {
    padding-top: 30px;
    padding-bottom: 100px;
}

.other__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.other__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}

.other__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px;
    background: #F5F5F5;
}

.nav-other__list {
    padding: 28px 0px;
    background: #F5F5F5;
}

.nav-other__link {
    padding: 12px 10px 12px 40px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #101820;
}

.nav-other__link._active {
    background: #3cbeaa;
    border-left: 5px solid #3cbeaa;
    color: #fff;
    padding: 12px 8px 12px 35px;
}

.content-other__we-are {
    border-bottom: 4px solid #FFFFFF;
}

.content-other__counter {
    border-bottom: 4px solid #FFFFFF;
}
.vacancy__body ul {
    padding-left: 15px;
}
.vacancy__body a {
    color: #3cbeaa!important;
}
.we-are {
    padding-bottom: 40px;
}

.we-are__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.we-are__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3cbeaa;
}

.growth {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.growth__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.growth__row._revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.growth__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
}

.growth__text > *:not(:last-child) {
    margin-bottom: 15px;
}

.growth__text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.growth__text ul li:not(:last-child) {
    margin-bottom: 15px;
}

.growth__text ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9px;
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
    margin-top: calc(26px / 2 - 9px / 2);
    background: #3cbeaa;
    margin-right: 10px;
}

.growth__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    position: relative;
    padding-bottom: 32%;
}

.growth__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.counter {
    padding: 40px 0px;
}

.counter__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.counter__content {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
}

.counter__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    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;
    text-align: center;
}

.counter__value {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    color: #101820;
    margin-bottom: 22px;
    position: relative;
}

.counter__value::after {
    content: "";
    width: 45px;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #3cbeaa;
}

.counter__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #5A5A5A;
}

.history {
    padding-top: 40px;
}

.history__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.history__content {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
}

.history__navigation {
    display: block;
    margin-bottom: 35px;
}

.history__blocks {
    width: 100%;
}

.history__block {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

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

.history__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
}

.history__text > *:not(:last-child) {
    margin-bottom: 20px;
}

.history__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #101820;
}

.history__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5A5A5A;
}

.history__image {
    position: relative;
    padding-bottom: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
}

.history__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.navigation-history {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.navigation-history::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #101820;
    display: inline-block;
}

.navigation-history__list {
    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;
    position: relative;
    z-index: 1;
    overflow-x: auto;
}

.navigation-history__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    color: #3cbeaa;
    background: #F5F5F5;
    padding: 0px 7px 0px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.navigation-history__item._active {
    border-color: #3cbeaa;
}

.navigation-history__item._active span {
    opacity: 1;
}

.navigation-history__item span {
    opacity: 0.5;
    display: block;
}

.perfection__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.perfection__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3cbeaa;
}

.perfection__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.perfection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
}

.perfection__row._revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.perfection__text {
    padding: 30px 30px 30px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.perfection__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #101820;
}

.perfection__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.perfection__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.perfection__item::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9px;
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
    background: #3cbeaa;
    margin-right: 10px;
    margin-top: calc(26px / 2 - 9px / 2);
}

.perfection__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    position: relative;
    padding-bottom: 32%;
}

.perfection__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.team__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3cbeaa;
}

.team__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.team__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.team__image {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 123%;
}

.team__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__body {
    padding-top: 20px;
}

.team__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.team__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
}

.business-growth__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.business-growth__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3cbeaa;
}

.business-growth__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.business-growth__row {
    width: 100%;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.business-growth__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    padding: 14px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    background: #3cbeaa;
}

.business-growth__icon-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.business-growth__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
}

.business-growth__body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.business-growth__body ul li:not(:last-child) {
    margin-bottom: 15px;
}

.business-growth__body ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
    margin-top: calc(24px / 2 + 0px);
    margin-right: 10px;
}

.control__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.control__content {
    margin-top: 30px;
}

.control__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #101820;
    margin-bottom: 30px;
}

.control__text > p:not(:last-child) {
    margin-bottom: 20px;
}

.control__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

.control__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    padding: 30px 20px;
    background: #FFFFFF;
    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;
    text-align: center;
}

.control__icon {
    margin-bottom: 20px;
}

.control__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3cbeaa;
    margin-bottom: 20px;
}

.control__name span {
    display: block;
}

.control__download {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #3cbeaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.control__download::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    background: url(../img/icons/arrow-down.svg) center/auto no-repeat;
}

.products__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
}

.products__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3cbeaa;
}

.products__content {
    margin-top: 30px;
}

.products__productes {
    margin-bottom: 30px;
}

.products__benefits {
    margin-bottom: 30px;
}

.products__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products__btn {
    background: #3cbeaa;
    border-radius: 100px;
    padding: 11px 50px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.productes-products {
    padding: 40px;
    background: #fff;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
}

.productes-products__item {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 214px;
}

.productes-products__icon {
    margin-bottom: 20px;
}

.productes-products__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #101820;
    margin-bottom: 10px;
    padding-right: 15px;
}

.productes-products__list {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.productes-products__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.productes-products__list li:not(:last-child) {
    margin-bottom: 10px;
}

.productes-products__list li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
    margin-top: calc(24px / 2 - 2px);
    margin-right: 10px;
}

.productes-products__text li:not(:last-child) {
    margin-bottom: 10px;
}

.productes-products__text li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
    margin-top: calc(24px / 2 - 2px);
    margin-right: 10px;
}
.productes-products__text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.productes-products__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.benefits-products__item {
    padding: 16px 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.benefits-products__item:not(:last-child) {
    margin-bottom: 30px;
}

.benefits-products__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.map {
    margin-top: -70px;
    margin-bottom: 100px;
}

.map__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.map__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.map__iframe {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 910px;
    flex: 0 0 910px;
    height: 400px;
}

.news {
    padding-top: 30px;
    margin-bottom: 100px;
}

.news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 40px;
}

.news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.news__image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 72.5%;
    position: relative;
    display: block;
    overflow: hidden;
}

.news__image img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__body {
    padding-top: 30px;
}

.news__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
    display: block;
    margin-bottom: 10px;
}

.news__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5A5A5A;
}

.paggination-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.paggination-news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    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: 1px solid #3cbeaa;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #3cbeaa;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.paggination-news__item._other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    border: none;
}

.paggination-news__item._active {
    background: #3cbeaa;
    color: #fff;
    font-weight: 700;
}

.page-news {
    padding: 30px 0px 100px;
}

.page-news__back {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3cbeaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.page-news__back::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    width: 12px;
    background: url(../img/icons/back.svg) center/auto no-repeat;
}

.page-news__content {
    width: 100%;
    max-width: 910px;
    margin: 0px auto;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
}

.page-news__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #101820;
    text-align: center;
}

.page-news__body {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
}

.page-news__body > *:not(:last-child) {
    margin-bottom: 20px;
}

.page-news__body img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.vacancy {
    padding-top: 50px;
    padding-bottom: 100px;
    padding: 50px 0px 100px;
}

.vacancy__container {
    max-width: 1030px;
}

.vacancy__title {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
}

.vacancy__content {
    margin-top: 30px;
}

.vacancy__item {
    background: #F5F5F5;
    padding: 0px 50px;
}

.vacancy__item:not(:last-child) {
    margin-bottom: 30px;
}

.vacancy__head {
    padding: 34px 0px;
}

.vacancy__body {
    border-top: 3px solid #fff;
    padding-top: 20px;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
    display: none;
}

.vacancy__body h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #101820;
    margin-bottom: 10px !important;
}

.vacancy__body p > strong {
    font-weight: 600;
}

.vacancy__body p > strong a {
    color: #3cbeaa!important;
}
.vacancy__body strong a {
    color: #3cbeaa!important;
}

.vacancy__body  a strong{
    color: #3cbeaa!important;
}

.vacancy__body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vacancy__body p {
    margin-top: 10px;
}

.vacancy__body ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #000;
    margin-top: calc(24px / 2 + 0px);
    margin-right: 10px;
    margin-left: 5px;
}

.vacancy__row {
    display: block;
}

.vacancy__row > *:not(:last-child) {
    margin-bottom: 20px;
}

.vacancy__row:not(:last-child) {
    margin-bottom: 20px;
}

.vacancy__btn-mob {
    width: 100%;
    height: 52px;
    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-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #3cbeaa;
    border: 1px solid #3cbeaa;
    border-radius: 100px;
}

.head-vacancy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.head-vacancy__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.head-vacancy__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #101820;
    margin-bottom: 5px;
}

.head-vacancy__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
}

.head-vacancy__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    height: 52px;
    border: 1px solid #3cbeaa;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #3cbeaa;
    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-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-vacancy__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    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: 1px solid #3cbeaa;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.head-vacancy__more._active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contacts {
    padding: 50px 0px;
}

.contacts__container {
    max-width: 1025px;
}

.contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.contacts__item {
    background: #F5F5F5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    padding: 40px 40px 50px;
}

.contacts__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #101820;
}

.contacts__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.contacts__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.contacts__icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.contacts-map {
    margin-bottom: 100px;
}

.contacts-map__container {
    max-width: 985px;
    padding: 0px 0px;
}

.contacts-map__map {
    width: 100%;
    height: 540px;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.popup_send {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.bg_popup_send {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #6e836c96;
    z-index: 9;
}
.popup_send .content_popup{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 98;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px #3cbeaa solid;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #5A5A5A;
}

.close_popup {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

a.menu__link.active {
    border-bottom: 2px solid;
}
li.menu__subitem.active a{
    text-decoration: revert;
}

.main_wrapper {
    min-height: 600px;
    display: flex;
    flex-direction: row;
}

.banner_wrapper {
    width: 100vw;
    height: 680px;
}

.main-banner {
    display: flex;
}

.products-card-slider-left, .products-card-slider-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 97
}

.products-card-slider-left {
    left: 25px
}

.products-card-slider-right {
    right: 25px
}

.products-card-slider .slick-slide {
    margin: 0 40px 0 0;
    height: unset;
}

a.top-footer__link_sing {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #101820;
}

#player {
    width: 115% !important;
    height: 115% !important;
    left: -7.5%;
    right: -7.5%;
    top: -15%;
}
a.news__name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 38px;
}
a.news-new__name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 38px;
}
.team-popup__description p {
    margin-bottom: 15px;
}

div#cookies {
    color: #253746;
    left: 50%;
    padding: 16px 24px;
    position: fixed;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1000;
    background-color: #fff;
    bottom: 40px;
    max-width: 520px;
    width: auto;
    box-shadow: 0 10px 36px rgb(0 0 0 / 10%);
    align-items: center;
}
.content_cookies {
    display: flex;
}
.cookies_info_left {
    font-size: 14px;
    line-height: 22px;
    margin-right: 24px;
    font-weight: 600;
}
button.cookies_send {
    border: 1px solid transparent;
    border-radius: 36px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    min-width: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    background-color: #39af9c;
    color: #fff!important;
    height: 35px;
}
.cookies_info_right {
    display: flex;
    align-items: center;
}

@media (min-width: 720px) {
    .vacancy__btn-mob {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .mobile-menu {
        display: none;
    }

    ._no-webp .massage {
        background: url(../img/bg-message.png) right top/auto no-repeat, #3cbeaa;
    }

}

@media (any-hover: hover) and (min-width: 991.98px) {
    .benefits__item:hover .benefits__main {
        position: static;
    }

    .benefits__item:hover .benefits__body {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 122, 80, 0.9)), to(rgba(0, 122, 80, 0.9)));
        background: -o-linear-gradient(0deg, rgb(60 190 170 / 0.9), rgb(60 190 170 / 0.9));
        background: linear-gradient(0deg, rgb(60 190 170 / 0.9), rgb(60 190 170 / 0.9));
        padding-top: 130px;
    }

    .benefits__item:hover .benefits__body .benefits__center > *:not(.benefits__main) {
        opacity: 1;
        visibility: visible;
    }

    .benefits__item:hover .benefits__body .benefits__btn {
        opacity: 1;
        visibility: visible;
    }

    .benefits__item .benefits__main {
        position: absolute;
        bottom: 40px;
        top: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .benefits__item .benefits__body {
        background: transparent;
    }

    .benefits__item .benefits__body .benefits__center > *:not(.benefits__main) {
        opacity: 0;
        visibility: hidden;
    }

    .benefits__item .benefits__body .benefits__btn {
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .checkbox a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1520px) {
    .counts__content {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .counts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px * 5) / 6);
        flex: 0 0 calc((100% - 32px * 5) / 6);
    }

    .counts__value {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1272px) {
    .header._scroll {
        height: 81px;
    }

    .header__wrapper {
        padding: 20px 0px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .menu__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .menu__link {
        font-size: 12px;
        line-height: 16px;
    }

    .menu__link._spoller::after {
        margin-left: 5px;
    }

    .language-header__link {
        font-size: 12px;
        line-height: 16px;
    }

    .top-footer {
        padding: 20px 0px;
    }

    .top-footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .top-footer__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .top-footer__link {
        font-size: 12px;
        line-height: 16px;
    }

    .main-footer__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    }

    .info-main-footer {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .main-banner__title::after {
        height: 2px;
        width: 80px;
    }

    .main-banner__title {
        font-size: 46px;
        line-height: 58px;
    }

    .about-main {
        padding: 80px 0px;
    }

    .about-main__content {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .about-main__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
    }

    .about-main__title {
        font-size: 38px;
        line-height: 48px;
        margin-top: 5px;
    }

    .about-main__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .counts {
        margin-bottom: 80px;
    }

    .counts__value::after {
        bottom: -17px;
    }

    .benefits__title {
        font-family: "Akzidenz-Grotesk Pro";
        font-size: 22px;
        line-height: 28px;
    }

    .benefits__title::after {
        width: 40px;
    }

    .list-benefits {
        padding: 0px 0px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .list-benefits__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .news-new {
        padding: 80px 0px;
    }

    .news-new__title {
        font-size: 38px;
        line-height: 48px;
        margin-top: 5px;
    }

    .news-new__content {
        margin-top: 40px;
    }

    .news-new__body {
        padding-top: 15px;
    }

    .massage {
        padding: 60px 0px;
        margin-bottom: 80px;
    }

    .massage__title {
        font-size: 38px;
        line-height: 48px;
    }

    .mini-banner__title {
        font-size: 46px;
        line-height: 58px;
    }

    .other {
        padding-bottom: 80px;
    }

    .other__container {
        max-width: 910px;
        padding: 0px 0px;
    }

    .other__nav {
        display: none;
    }

    .other__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        overflow: hidden;
    }

    .benefits-products__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 80px;
        margin-top: -50px;
    }

    .map__container {
        max-width: 910px;
        padding: 0px 0px;
    }

    .map__wrapper {
        display: block;
        width: 100%;
    }

    .map__iframe {
        width: 100%;
        max-width: 100%;
    }

    .news {
        margin-bottom: 80px;
    }

    .news__content {
        margin-bottom: 30px;
    }

    .news__body {
        padding-top: 15px;
    }

    .page-news {
        padding: 30px 0px 80px;
    }

    .vacancy {
        padding: 40px 0px 80px;
    }

    .vacancy__content {
        margin-top: 20px;
    }

    .contacts {
        padding: 40px 0px 50px;
    }

    .contacts-map {
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }
    .benefits__btn {
        color: #fff;
        background-color: #203745;
    }
    .team-popup .popup__body {
        padding: 30px;
    }

    .team-popup .popup__close {
        top: 0;
        right: 0;
    }

    .team-popup__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .header._scroll {
        height: 60px;
    }

    .header__wrapper {
        padding: 12px 0px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
        flex: 0 0 88px;
    }

    .menu__body {
        display: none;
    }
    .benefits__logo picture {
        width: 23px;
        height: 23px;
        background-image: url("/dist/img/icons/mini-logo-w.svg");
        background-size: 23px;
        display: block;
        margin: 0 auto;
    }
    .benefits__logo picture sourse, .benefits__logo picture img {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 60px);
        background: #fff;
        pointer-events: none;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        overflow-y: auto;
    }

    .mobile-menu._active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all;
    }

    .icon-menu {
        display: block;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        width: 24px;
        height: 16px;
        cursor: pointer;
        margin-left: 40px;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }

    .support-help {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }

    .top-footer {
        padding: 12px 0px;
    }

    .top-footer__logo {
        margin-right: 30px;
    }

    .top-footer__nav {
        display: none;
    }

    .top-footer__language {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .main-footer {
        padding: 30px 0px 50px;
    }

    .main-footer__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
    }

    .info-main-footer {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-banner__content {
        top: 35%;
        left: 50%;
    }

    .main-banner__title::after {
        width: 60px;
    }

    .main-banner__title {
        font-size: 36px;
        line-height: 45px;
    }

    .about-main {
        padding: 60px 0px;
    }

    .about-main__content {
        -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;
        row-gap: 30px;
    }

    .about-main__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .about-main__suptitle {
        text-align: center;
    }

    .about-main__title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .about-main__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
    }

    .about-main__description {
        margin-bottom: 30px;
    }

    .about-main__btn {
        margin: 0px auto;
    }

    .counts {
        margin-bottom: 60px;
    }

    .counts__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .counts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .benefits__content {
        row-gap: 1px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .benefits__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 0px;
        height: 422px;
    }

    .news-new {
        padding: 60px 0px;
    }

    .news-new__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .news-new__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .massage {
        padding: 50px 0px;
        margin-bottom: 60px;
    }

    .massage__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .mini-banner__image {
        height: 200px;
    }

    .mini-banner__title {
        font-size: 36px;
        line-height: 45px;
    }

    .other {
        padding-bottom: 60px;
        padding-top: 0px;
    }

    .other__content {
        padding: 40px 20px 40px;
    }

    .we-are__title {
        font-size: 24px;
        line-height: 36px;
    }

    .we-are__subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .growth {
        row-gap: 30px;
        margin-top: 20px;
    }

    .growth__row {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .counter__title {
        font-size: 24px;
        line-height: 36px;
    }

    .counter__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 30px;
    }

    .counter__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .history__title {
        font-size: 24px;
        line-height: 36px;
    }

    .history__navigation {
        margin-bottom: 20px;
    }

    .history__block {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .history__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .history__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .perfection__title {
        font-size: 24px;
        line-height: 36px;
    }

    .perfection__subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .perfection__content {
        margin-top: 40px;
    }

    .perfection__text {
        padding: 20px 20px 20px 20px;
    }

    .team__title {
        font-size: 24px;
        line-height: 36px;
    }

    .team__subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .team__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .business-growth__title {
        font-size: 24px;
        line-height: 36px;
    }

    .business-growth__subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .control__title {
        font-size: 24px;
        line-height: 36px;
    }

    .control__content {
        margin-top: 20px;
    }

    .products__title {
        font-size: 24px;
        line-height: 36px;
    }

    .products__subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .productes-products {
        padding: 40px 20px;
    }

    .map {
        margin-bottom: 60px;
        margin-top: -30px;
    }

    .news {
        margin-bottom: 60px;
    }

    .news__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .page-news {
        padding: 30px 0px 60px;
    }

    .page-news__title {
        font-size: 24px;
        line-height: 33px;
    }

    .page-news__body {
        margin-top: 20px;
    }

    .vacancy {
        padding: 40px 0px 60px;
    }

    .vacancy__title {
        font-size: 24px;
        line-height: 36px;
    }

    .vacancy__content {
        margin-left: -20px;
        margin-right: -20px;
    }

    .vacancy__item {
        padding: 0px 20px;
    }

    .head-vacancy {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .head-vacancy__name {
        font-size: 16px;
        line-height: 26px;
    }

    .contacts {
        padding: 40px 0px;
    }

    .contacts__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .contacts__item {
        padding: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .contacts__row {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .contacts__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
    }

    .contacts-map {
        margin-bottom: 60px;
    }

    .contacts-map__map {
        height: 400px;
    }
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
    .mobile-menu {
        height: calc(100% - 43px);
    }
}

@media (max-width: 767.98px) {
    .info-main-footer {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .main-banner__title {
        font-size: 26px;
        line-height: 33px;
    }

    .counts {
        padding: 30px 0px;
    }
}

@media (max-width: 720px) {
    .main-footer {
        padding: 30px 0px;
    }

    .main-footer .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer__text {
        display: none;
    }

    .news-new__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .news-new__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .massage__content {
        row-gap: 20px;
        margin-top: 30px;
    }

    .massage__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .massage__item {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 25px;
    }

    .other {
        padding-bottom: 50px;
    }

    .other__content {
        padding: 30px 20px;
    }

    .we-are {
        padding-bottom: 30px;
    }

    .growth__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .growth__row._revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

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

    .growth__image {
        width: 100%;
        padding-bottom: 69%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .counter {
        padding: 30px 0px;
    }

    .history {
        padding-top: 30px;
    }

    .history__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

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

    .history__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 69%;
    }

    .navigation-history__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .navigation-history__list::after,
    .navigation-history__list::before {
        content: "";
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 20px;
        display: inline-block;
        background: #f5f5f5;
    }

    .navigation-history__list::after {
        margin-left: -25px;
    }

    .navigation-history__list::before {
        margin-right: -25px;
    }

    .navigation-history__item {
        font-size: 24px;
        line-height: 36px;
        border-bottom: 2px solid transparent;
    }

    .perfection__content {
        margin-top: 20px;
    }

    .perfection__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .perfection__row._revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .perfection__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 69%;
    }

    .team__content {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
        flex: 0 0 calc((100% - 15px * 2) / 3);
    }

    .team__body {
        padding-top: 15px;
    }

    .team__name {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .team__position {
        font-size: 14px;
        line-height: 19px;
    }

    .business-growth__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 170px;
    }

    .control__list {
        -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;
    }

    .control__item {
        width: 190px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .products__content {
        margin-top: 20px;
    }

    .productes-products {
        -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;
        row-gap: 30px;
    }

    .productes-products__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }

    .head-vacancy__btn {
        display: none;
    }

    .contacts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 650px) {
    .team-popup__content {
        -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;
    }

    .team-popup__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 255px;
        margin-bottom: 30px;
    }

    .info-main-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .business-growth__row {
        -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;
    }
}

@media (max-width: 600px) {
    .mobile-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        padding: 30px 15px;
    }

    .main-banner {
        padding-bottom: 0;
        height: 360px;
    }

    .counter__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }
}

@media (max-width: 550px) {
    .counts__item,.counts__item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }
}
@media (max-width: 450px){
    .counts__item,.counts__item:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }
}
@media (max-width: 530px) {
    .navigation-history {
        width: auto;
        max-width: 100vw;
        margin-right: -20px;
        margin-left: -20px;
    }

    .navigation-history::after {
        width: calc(100% - 0px);
        left: 0px;
    }

    .navigation-history__list {
        width: auto;
        max-width: 100vw;
        padding: 0px 0px;
    }

    .navigation-history__item {
        position: relative;
    }

    .navigation-history__item:first-child::after {
        content: "";
        width: 20px;
        height: 100%;
        right: 100%;
        top: 0;
        background: #F5F5F5;
        position: absolute;
        display: inline-block;
    }

    .navigation-history__item:last-child::after {
        content: "";
        width: 20px;
        height: 100%;
        left: 100%;
        top: 0;
        background: #F5F5F5;
        position: absolute;
        display: inline-block;
    }
}

@media (max-width: 479.98px) {
    .team-popup .popup__body {
        padding: 40px 20px;
    }

    .team-popup__main {
        margin-bottom: 20px;
        width: 100%;
    }

    .offer-popup .popup__body {
        padding: 30px 20px;
    }

    .offer-popup__title {
        font-size: 20px;
        line-height: 30px;
    }

    .offer-popup__title::after {
        width: 45px;
    }

    .vacancy-popup .popup__body {
        padding: 30px 20px;
    }

    .vacancy-popup__title {
        font-size: 20px;
        line-height: 30px;
    }

    .vacancy-popup__title::after {
        width: 45px;
    }

    .header._scroll {
        height: 42px;
    }

    .header__wrapper {
        padding: 8px 0px;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
    }

    .mobile-menu__list {
        row-gap: 10px;
        margin-top: 12px;
    }

    .icon-menu {
        margin-left: 30px;
    }

    .top-footer {
        padding: 20px 0px;
    }

    .bottom-footer__copy {
        font-size: 14px;
        line-height: 19px;
    }

    .bottom-footer__legal {
        font-size: 14px;
        line-height: 140%;
    }

    .main-banner__title::after {
        width: 50px;
    }

    .about-main {
        padding: 50px 0px;
    }

    .about-main__content {
        row-gap: 20px;
    }

    .about-main__title {
        font-size: 24px;
        line-height: 30px;
    }

    .about-main__description {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }

    .counts {
        margin-bottom: 50px;
    }

    .counts__value {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .counts__value::before {
        width: 18px;
        height: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        background: url(../img/icons/mini-logo-g.svg) center/cover no-repeat;
    }

    .counts__value::after {
        bottom: -10px;
    }

    .counts__description {
        font-size: 12px;
        line-height: 16px;
    }

    .news-new {
        padding: 50px 0px;
    }

    .news-new__title {
        font-size: 24px;
        line-height: 30px;
    }

    .news-new__content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .massage {
        padding: 40px 0px;
        margin-bottom: 50px;
    }

    .massage__title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .massage__subtitle {
        text-align: center;
    }

    .massage__btn {
        width: 100%;
    }

    .mini-banner__image {
        height: 160px;
    }

    .mini-banner__title {
        font-size: 26px;
        line-height: 33px;
    }

    .we-are__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .counter__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .counter__value {
        font-size: 24px;
        line-height: 36px;
    }

    .counter__text {
        font-size: 12px;
        line-height: 16px;
    }

    .history__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .history__navigation {
        margin-bottom: 30px;
    }

    .perfection__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .perfection__content {
        row-gap: 20px;
    }

    .team__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .team__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .team__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .business-growth__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .business-growth__body {
        padding: 30px 20px;
    }

    .control__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .control__list {
        row-gap: 20px;
    }

    .control__item {
        width: 150px;
        padding: 20px 8px;
    }

    .control__name {
        font-size: 14px;
        line-height: 19px;
    }

    .products__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .productes-products {
        padding: 30px 20px;
    }

    .benefits-products__item {
        padding: 16px 20px;
    }

    .map {
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .news {
        margin-bottom: 50px;
    }

    .news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page-news {
        padding: 20px 0px 50px;
    }

    .page-news__title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .page-news__body > *:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-news__body img {
        margin-bottom: 20px;
    }

    .vacancy {
        padding: 30px 0px 50px;
    }

    .vacancy__title {
        font-size: 20px;
        line-height: 30px;
    }

    .contacts {
        padding: 30px 0px;
    }

    .contacts__content {
        margin: 0px -20px;
    }

    .contacts-map {
        margin-bottom: 50px;
    }

    .main-banner__scroll{
        bottom: 10px;
    }
    div#cookies {
        color: #253746;
        left: 0;
        padding: 16px 24px;
        position: fixed;
        transform: initial;
        -webkit-transform: initial;
        z-index: 1000;
        background-color: #fff;
        bottom: 0px;
        max-width: 520px;
        width: auto;
        box-shadow: 0 10px 36px rgb(0 0 0 / 10%);
        align-items: center;
    }
}

@media (any-hover: hover) {
    .menu__sublink:hover {
        background: #EEEEEE;
        color: #3cbeaa;
    }

    .support-help:hover .support-help__icon img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .cookies__btn:hover {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .top-footer__link:hover {
        text-decoration: underline;
    }

    .info-main-footer__text:hover {
        text-decoration: underline;
    }

    .benefits__btn:hover {
        background: #203745;
        color: #fff;
    }

    .news-new__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news-new__name:hover {
        text-decoration: underline;
    }

    .massage__btn:hover {
        -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    }

    .nav-other__link:not(._active):hover {
        text-decoration: underline;
    }

    .team__item:hover .team__name {
        text-decoration: underline;
    }

    .products__btn:hover {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    }

    .news__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news__name:hover {
        text-decoration: underline;
    }

    .paggination-news__item:hover {
        color: #fff;
        background: #129164;
    }

    .vacancy__body p > strong a:hover {
        text-decoration: underline;
    }


    .head-vacancy__btn:hover {
        background: #3cbeaa;
        color: #fff;
    }

    .contacts__row a.contacts__text:hover {
        text-decoration: underline;
    }
}

._webp .offer-popup .popup__body {
    background: url(../img/bg-offer-popup.webp) right bottom/auto no-repeat, #3cbeaa;
}

._webp .vacancy-popup .popup__body {
    background: url(../img/bg-offer-popup.webp) right bottom/auto no-repeat, #3cbeaa;
}

@media (min-width: 991.98px) {

    ._webp .massage {
        background: url(../img/bg-message.webp) right top/auto no-repeat, #3cbeaa;
    }
}

