* {
    scroll-behavior: smooth;

}

body {
    line-height: 1.25;
    font-family: 'Gotham Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    text-decoration: none;
    color: inherit;
}

ol, ul {
    list-style: none;
}


.text-red {
    color: #a82f28 !important;
}

.btn {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    padding: 3px 20px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #a82f28;
    -webkit-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    -moz-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:active {
    background-color: #8f2620;
}

.btn span {
    color: #fff;
    font: 16px/18px 'Gotham Pro', sans-serif;
    font-weight: normal;
    text-align: center;
}

.image-wrapper > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
}

.solutions-item.image-wrapper {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    width: 50%;
}

.solutions-item.image-wrapper > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.solutions-item.image-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.55);
}

label.error {
    display: none !important;
}

.wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #f3f3f4;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

::-webkit-input-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

::-moz-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -moz-transition: 0.3s;
    transition: 0.3s;
}

:-moz-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -moz-transition: 0.3s;
    transition: 0.3s;
}

:-ms-input-placeholder {
    color: rgba(38, 45, 53, 0.5);
    transition: 0.3s;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.form {
    width: 580px;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: flex-start; */
    justify-content: flex-start;
    padding: 70px;
}

.form-title {
    color: #262d35;
    font: 24px/1.4em 'Gotham Pro', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.input-wrapper {
    position: relative;
    height: 70px;
    width: 100%;
    margin-top: 62px;
}

.input-wrapper > p {
    position: absolute;
    top: -33px;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    color: #262d35;
}

.input-wrapper > input {
    height: 100%;
    width: 100%;
    background: #f3f3f4;
    border: none;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    padding: 5px 34px;
}

.input-wrapper > input.error:focus {
    background: #e9cbc9;
}

.form .send-btn {
    width: 283px;
    margin-top: 40px;
}

.form-conf {
    margin-top: 27px;
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, 0.25);
    font: 14px/1.44em 'Gotham Pro', sans-serif;
}

.form-conf a {
    color: #a82f28;
    text-decoration: underline;
}

.form-conf a:hover {
    text-decoration: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    padding: 0 !important;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 8040;
    background: #f3f3f4 url(img/ico_close.png) no-repeat 50% 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.fancybox-close:hover {
    background-color: #a82f28;
    background-image: url(img/ico_close-white-2.png);
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(38, 45, 53, 0.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 14;
}

.header.fixed {
    position: fixed;
    top: 0;
    background: #f3f3f4;
    z-index: 101;
}

.header.fixed .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header.fixed .container:after {
    content: "";
    background: url(img/bg_promo.jpg) no-repeat 0 0;
    right: -249px;
    top: 0;
    bottom: 0;
    width: 830px;
    display: block;
    position: absolute;
    -moz-background-size: cover;
    background-size: cover;
}

.header.show {
    top: 0;
}

.header .container {
    padding-top: 31px;
    padding-bottom: 30px;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header-left {

    display: -ms-flexbox;
    display: flex;
    width: 840px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;

    justify-content: flex-start;
    align-items: center;
}

.header-logo {
    width: 135px;
}

.header-logo .mobile {
    display: none;
}

.header-descr {
    padding-left: 30px;
    color: #262d35;
    font: 14px/1.3 'Gotham Pro', sans-serif;
    font-weight: normal;
    background: url(img/decor_header-descr.svg) no-repeat center left;
    width: 323px;
    margin-top: 0;
    margin-left: 18px;
}

.header-right {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 570px;
    position: relative;
    z-index: 100;
    align-items: center;
}

.header-info {
    width: 221px;
}

.header-info__phones a {
    color: #fff;
    font: 18px/14px 'Gotham Pro', sans-serif;
    display: block;
}

.header-info__phones.active i {
    transform: rotate(180deg);
}

.header-info__phones i {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    display: block;
    z-index: 5;
    cursor: pointer;
    background: url(img/ico_list.svg) no-repeat 0 0;
    transition: 0.4s;
    transform: rotate(0deg);
}

.header-info__phones ul {
    display: none;
    background: #262d35;
    position: absolute;
    top: 100%;
    left: -3px;
    right: 0;
    padding-left: 6px;
}

.header-info__phones ul.active {
    display: block;
}

.header-info__phones li {
    padding: 5px 0;
}

.header-info__mail {
    color: #fff;
    font: 16px/1.2 'Gotham Pro', sans-serif;
    display: block;
}

.header-language a {
    text-align: center;
    color: #262D35;
    font: 16px/1em 'Gotham Pro', sans-serif;
    width: 33px;
    margin: 0 5px;
}

.header-person {
    font: 16px/1 'Gotham Pro', sans-serif;
    color: #fff;
    margin-right: 95px;
    line-height: 1.2;
}

.header-person--mobile {
    display: none;
}

.header-login {
    padding-right: 26px;
    background: url(img/arrow_right.svg) no-repeat 100% 50%;
    display: block;
}

.promo {
    position: relative;
    overflow: hidden;
    z-index: 13;
}

.promo > .container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 120px;
    z-index: 2;
    padding-top: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.promo-2 .container {
    padding-top: 238px;
}

.promo-title {
    color: #262d35;
    max-width: 700px;
    font: 36px/1.307em 'Gotham Pro', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.promo-btn {
    width: 360px;
}

.promo-btn-wrapper {
    position: relative;
    margin-top: 2rem;
}

.promo-btn-descr {
    background: #fff;
    width: fit-content;
    min-height: 60px;
    border-radius: 10px;
    color: #262d35;
    font: 16px/1.3 'Gotham Pro', sans-serif;
    padding: 16px 24px;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 700px;
}

.promo-btn-descr:before {
    content: "";
    height: 34px;
    width: 34px;
    background: #ffffff;
    border-radius: 0 0 5px 0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 32px;
    z-index: -1;
    transform: rotate(45deg);
}

.promo-btn-descr .close {
    /* background: #a82f28 url(../img/ico_close-white.svg) no-repeat 50% 50%; */
    position: absolute;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: -15px;
    right: -15px;
    -webkit-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    -moz-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.promo-btn-descr .close:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.promo-btn-descr .close:active {
    /* background-color: #8f2620; */
}

.promo-video {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;

    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 955px;
    bottom: 202px;
}

.promo-video__text {
    color: #fff;
    font: 15px/1.3em 'Gotham Pro', sans-serif;
    margin-left: 19px;
    margin-bottom: 2px;
}

.promo-video__text b {
    font-family: 'Gotham Pro', sans-serif;
}

.promo-bg {
    position: absolute;
    top: 0;
    right: -250px;
    bottom: 0;
    left: 840px;
    z-index: -1;
    background: url(img/bg_promo.jpg) no-repeat 0 50%;
    -moz-background-size: cover;
    background-size: cover;
}

.promo-stat__num sub {
    font-size: 18px;
    line-height: 2.5em;
}

.nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

.nav.fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: inherit;
    top: 80px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 6, 40, 0.5);
    box-shadow: 0 5px 12px 0 rgba(0, 6, 40, 0.1);
}

.nav.fixed .container {
    height: 50px;
}

.nav .container {

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
    padding: 10px 0 5px;
    min-height: auto;
}

.nav a {
    text-align: center;
    color: #262d35;
    font: 16px/1em 'Gotham Pro', sans-serif;
    padding: 2px 13px;
}

.nav a.active {
    color: #a82f28;
    text-decoration: none !important;
}

.nav a:hover {
    text-decoration: underline;
}

.menu-toggle {
    display: none;
}

.about {
    position: relative;
    z-index: 7;
}

.about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
}

.about-block {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 6, 40, 0.1);
}

.about-block--info {
    grid-column: 1 / 3;
}

.about .container {
    padding-top: 115px;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}

.about .container:after {
    content: "";
    display: block;
    background: url(img/decor_about.svg) no-repeat 0 0;
    width: 570px;
    height: 570px;
    position: absolute;
    z-index: -1;
    top: -125px;
    right: -366px;
}

.about-2 .container {
    padding-bottom: 83px;
}

.about-2 .container:after {
    background: #262d35;
    top: 0;
    right: -250px;
    width: 830px;
    height: 780px;
}

.about-3 .container {
    padding-bottom: 40px;
}

.about-3 .container:after {
    background: #262d35;
    top: 0;
    right: -250px;
    width: 830px;
    height: 780px;
}

.about-info {
    width: 600px;
    padding-top: 40px;
}

.about-title {
    color: #262d35;
    font: 36px/1.32em 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.about-title .ltv {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    font-size: 28px;
    color: #a82f28;
    position: relative;
}

.about-title .ltv:hover {
    color: #a82f28;
}

.about-title .ltv:hover .popup {
    display: block;
}

.about-title .popup {
    background: #fff;
    width: 360px;
    min-height: 136px;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #262d35;
    font: 16px/1.3em 'Gotham Pro', sans-serif;
    left: 0;
    bottom: calc(100% + 9px);
    z-index: 2;
    padding: 27px 42px 27px 41px;
    display: none;
}

.about-title .popup:before {
    content: "";
    height: 34px;
    width: 34px;
    background: #ffffff;
    border-radius: 0 0 5px 0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 32px;
    z-index: -1;
    transform: rotate(45deg);
}

.about-text {
    color: #262d35;
    opacity: 0.8;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    margin-top: 53px;
}

.about-btn {
    margin-top: 48px;
    width: 100%;
}

.about-list {
    margin-right: 58px;


    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 642px;
}

.about-item {
    padding: 19px 0;
    width: 276px;
}

.about-item__icon {
    height: 50px;
}

.about-item__title {
    margin-top: 20px;
    color: #262d35;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;
}

.about-item__text {
    margin-top: 10px;
    color: #262d35;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
}

.work .container {
    padding-top: 57px;
}

.work-title {
    color: #262d35;
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 52px;
}

.work-bayer {
    position: relative;
    display: flex;
}

.work-bayer__info {
    padding-top: 104px;
    position: relative;
    padding-left: 142px;
    z-index: 2;
    min-height: 760px;
    /* margin-top: 52px; */
    /* margin-left: 579px; */
    padding-bottom: 30px;
    width: 50%;
}

.work-bayer__info:before {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100vw;
    content: "";
    display: block;
    background: #a82f28;
    top: 0;
    left: 0;
}

.work-bayer__image {
    width: 50%;
    position: relative;
}

.work-bayer__image img {
    position: absolute;
    height: 90%;
    top: 5%;
    right: 5%;
    max-width: 50vw;
    width: auto;
    object-fit: cover;
    object-position: right;
}

.work-bayer__title {
    color: #fff;
    font: 24px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;
    width: 300px;
}

.work-bayer__connect img {
    margin-right: 10px;
}

.work-bayer__item {
    margin-top: 61px;
    max-width: 460px;
    position: relative;
    left: -2px;
}

.work-bayer__item i {
    color: #fff;
    font: 64px/1.4em 'Gotham Pro', sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: -34px;
    left: -15px;
}

.work-bayer__item p {
    position: relative;
    z-index: 2;
    color: #fff;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
}

.work-features__item i {
    color: #fff;
    font: 64px/1.4em 'Gotham Pro', sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: -34px;
    left: -15px;
}

.work-features__item p {
    position: relative;
    z-index: 2;
    color: #fff;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
}

.spheres .container {
    padding-top: 80px;
    position: relative;
    z-index: 2;
    padding-bottom: 51px;
}

.spheres .container:after {
    content: "";
    /* background: url(../img/decor_spheres.svg) no-repeat 0 0; */
    display: block;
    position: absolute;
    width: 796px;
    height: 920px;
    right: -310px;
    top: 715px;
    z-index: -1;
}

.spheres-title {
    color: #262d35;
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;

    padding-left: 3px;
}

.spheres-list {
    margin-top: 35px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.spheres-item {
    /* margin-top: 20px; */
    /* margin-right: 20px; */
    position: relative;
}

.spheres-item:nth-child(3n) {
    margin-right: 0;
}

.spheres-item__text {
    color: #fff;
    font: 22px/1.3 'Gotham Pro', sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    padding: 16px 24px 32px 24px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.spheres-item:hover .spheres-item__text {
    background: #262d35c7;
}

.unique {
    position: relative;
    z-index: 10;
}

.unique:before {
    content: "";
    height: 347px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a82f28;
}

.unique .container {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
}

.unique-title {
    color: #262d35;
    font: 36px/1.32em 'Gotham Pro', sans-serif;
    font-weight: bold;

    max-width: 560px;
}

.unique-list {
    margin-top: 47px;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.unique-card-list {
    display: flex;
    padding-left: 0;
    flex-direction: column;
    margin-top: 30px;
}

.unique-card-light {
    color: #a82f28;
    margin-bottom: -16px;
    font-size: 14px;
    font-weight: 500;
}

.unique-card-gray {
    color: rgba(0, 0, 0, 0.5) !important;
}

.unique-card-item {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.unique-card-item svg,
.unique-card-item img.icon-question {
    min-width: 15px;
    min-height: 15px;
    cursor: pointer;
    margin-left: 8px;
}

.unique-card-item span:first-child {
    color: #262d35;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
}

.unique-card-item:not(:last-child) {
    margin-bottom: 20px;
}

.unique-card-item span.unique-span {
    display: none;
    position: absolute;
    top: 0;
    transform-origin: bottom;
    transform: translateY(-100%);
    right: 0;
    width: 270px;
    height: auto;
    padding: 10px;
    background: #000;
    color: #fff;
    z-index: 10;
    border-radius: 12px;
    line-height: 1.2;
    font-size: 14px;
}

.unique-card-item span.unique-span.active {
    display: block;
}

.unique-item {
    position: relative;
    width: 460px;
}

.unique-item__num {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 2;
    top: 5px;
    left: -60px;
}

.unique-item__num span {
    -webkit-box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    -moz-box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a82f28;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    width: 66px;
    color: #fff;
}

.unique-item__info {
    background: #fff;
    min-height: 296px;
    padding: 54px 54px 32px 54px;
}

.unique-item__title {
    color: #262d35;
    font: 24px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;

}


.solutions .container {
    padding-top: 170px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.solutions .container:before {
    content: "";
    display: block;
    background: url(img/decor_about.svg) no-repeat 0 0;
    width: 570px;
    height: 570px;
    position: absolute;
    z-index: -1;
    top: -245px;
    right: -479px;
}

.solutions .container:after {
    position: absolute;
    z-index: -1;
    right: -100vh;
    top: 520px;
    content: "";
    height: 1000px;
    width: 200vh;
    background: #fff;
    display: block;
}

.solutions-title {
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;

    max-width: 820px;
    color: #262d35;
}

.solutions-subtitle {
    margin-top: 22px;
    color: #262d35;
    font: 18px/1.3em 'Gotham Pro', sans-serif;
}

.solutions-list {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
}

.solutions-item {
    position: relative;
}

.solutions-item__info {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 38px 56px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.solutions-item__title {
    color: #fff;
    margin-left: -2px;
    font: 27px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.solutions-item__btn {
    margin-top: auto;
    padding: 5px 38px 8px;
}

.clients .container {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 70px;
}

.clients-item span {
    opacity: 0.25;
    color: #000;
    font: 18px/1.3em 'Gotham Pro', sans-serif;
    padding-left: 30px;
}

.stats {
    background: #a82f28;
    position: relative;
    z-index: 10;
}

.stats .container {
    padding-top: 99px;
    padding-bottom: 108px;
}

.stats-title {
    color: #fff;
    text-align: center;
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.stats-list {
    margin-top: 4px;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stats-item {
    padding-top: 90px;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;

    justify-content: flex-start;
    position: relative;
}

.stats-item__today {
    color: #262d35;
    background: #fff;
    position: absolute;
    z-index: 3;
    font: 16px/1.3em 'Gotham Pro', sans-serif;
    transform: rotate(9.25deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 39px;
    top: 36px;
    left: 185px;
}

.stats-item__today:after {
    content: "";
    height: 34px;
    width: 34px;
    background: #ffffff;
    border-radius: 0 0 5px 0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 32px;
    z-index: -1;
    transform: rotate(45deg);
}

.stats-item__num {
    color: #fff;
    font: 96px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;
    text-align: right;
    width: 245px;
}

.stats-item__num-3 {
    width: 175px;
}

.stats-item__descr {
    margin-top: 45px;
    margin-left: 21px;
}

.stats-item__descr b {
    display: block;
    color: #fff;
    font: 24px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.stats-item__descr p {
    color: #fff;
    font: 16px/1.2em 'Gotham Pro', sans-serif;
}

.team .container {
    padding-top: 98px;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
}

.team .container:before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/decor_team.svg) no-repeat 0 0;
    width: 570px;
    height: 570px;
    top: 120px;
    left: -520px;
    z-index: -1;
}

.write .container {
    padding-top: 50px;
    position: relative;
    padding-bottom: 40px;
}

.connect {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.connect .container {
    padding-top: 69px;
    display: flex;
    padding-bottom: 38px;
}

.connect-info {
    background: #262d35;
    width: 840px;
    height: auto;
    position: relative;
    padding: 150px 97px 50px 382px;
    /* display: flex; */
    /* flex-direction: column; */
    flex-grow: 1;
}

.connect-image {
    width: 450px;
    position: absolute;
    bottom: 0;
    left: -80px;
}

.connect-title {
    color: #fff;
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.connect-text {
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    color: #fff;
    margin-top: 23px;
}

.infos {
    padding-top: 50px;
}

.infos .container {
    position: relative;
    z-index: 3;
    padding-top: 36px;
    padding-bottom: 74px;
}

.infos .container:after {
    content: "";
    display: block;
    height: 100%;
    width: 200vw;
    top: 0;
    right: -100vw;
    background: #fff;
    z-index: -1;
    position: absolute;
}

.about-block p{
    margin-bottom: 1rem;
}
.about-block *:last-child{
    margin-bottom: 0;
}

.infos-title {
    color: #262d35;
    font: 36px/1.3em 'Gotham Pro', sans-serif;
    font-weight: bold;
    max-width: 650px;
    padding-left: 2px;
    margin-bottom: 30px;
}

.infos-content {
    margin-top: 48px;
    color: rgba(38, 45, 53, 0.8);
    font: 16px/1.4em 'Gotham Pro', sans-serif;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.infos-content b {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.infos-content p {
    margin-bottom: 1.4em;
}


.brands .container {
    padding-top: 93px;
    position: relative;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    padding-bottom: 40px;
}

.brands .container:before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    left: -250px;
    top: 0;
    max-height: 100%;
    width: 856px;
    height: 883px;
    background: #e5e5e5;
}

.brands-2 .container {
    padding-bottom: 122px;
}

.brands-2 .container:before {
    width: 1772px;
    height: 731px;
    background: #fff;
}

.brands-controls a {
    background-color: #fff;
    height: 233px;
    width: 33.3333%;
    border: 1px solid #f4f4f4;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.brands-controls a:hover,
.brands-controls a.active {
    background-color: #a82f28;
    border-color: #a82f28;
    -webkit-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    -moz-box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    box-shadow: 0 20px 35px -10px rgba(168, 47, 40, 0.35);
    z-index: 10;
}

.brands-item span {
    opacity: 0.25;
    color: #000;
    font: 18px/1.3em 'Gotham Pro', sans-serif;
    padding-left: 30px;
}

.steps .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    z-index: 3;
}

.steps .container:after {
    content: "";
    display: block;
    height: 570px;
    width: 570px;
    background: url(img/decor_about.svg) no-repeat 0 0;
    position: absolute;
    bottom: -390px;
    left: -358px;
    z-index: -1;
}

.steps-main-1 img {
    margin-bottom: 15px;
}

.steps-main-2 img {
    margin-top: 7px;
    margin-left: 13px;
}

.steps-item__num span {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    -moz-box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    box-shadow: 0 20px 30px rgba(168, 47, 40, 0.21);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    position: absolute;
    background: #a82f28;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 22px/1em 'Gotham Pro', sans-serif;
    font-weight: 900;
}

.click .container {
    position: relative;
    padding-left: 721px;
    padding-top: 93px;
    padding-bottom: 93px;
    z-index: 3;
}

.click .container:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -250px;
    left: 282px;
}

.click-2 .container {
    padding-top: 100px;
}

.click-2 .container:after {
    left: -100px;
    right: -101px;
    bottom: -176px;
}

.click-3 .container {
    padding-left: 120px;
    padding-top: 197px;
    padding-bottom: 63px;
}

.click-3 .container:after {
    top: 100px;
    left: -100px;
    right: -101px;
    bottom: -176px;
}

.click-4 .container {
    padding-top: 128px;
    padding-bottom: 113px;
}

.max {
    position: relative;
    z-index: 3;
}

.max .container {
    padding-top: 1px;
    padding-bottom: 50px;
}

.reviews .container {
    padding-top: 77px;
    position: relative;
    padding-bottom: 60px;
    z-index: 3;
}

.reviews .container:after {
    content: "";
    display: block;
    background: url(img/decor_reviews.svg) no-repeat 0 0;
    width: 1324px;
    height: 595px;
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -250px;
}

.faq .container {
    padding-top: 99px;
    position: relative;
    padding-bottom: 30px;
    z-index: 3;
}

.faq .container:before {
    content: "";
    display: block;
    width: 189px;
    height: 799px;
    position: absolute;
    z-index: -1;
    bottom: -300px;
    left: -272px;
}

.faq .container:after {
    content: "";
    display: block;
    width: 570px;
    height: 570px;
    background: url(img/decor_about.svg) no-repeat 0 0;
    position: absolute;
    z-index: -1;
    bottom: -100px;
    right: -500px;
}

.gallery .container {
    padding-top: 37px;
    padding-bottom: 101px;
}

.footer {
    background: #262d35;
    color: white;
}

.footer-right {
    width: 100%;
    flex-grow: 1;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    width: 460px;
    flex-shrink: 0;
}

.footer .container {
    padding-top: 60px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    gap: 1rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
}

.footer-nav .footer-nav-block {
    width: auto;
    margin: 0;
    padding-left: 0;
}

.footer-column-1 {
    width: 100%;
}

.footer-column-2 {
    padding-top: 88px;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.footer-column-3 {
    width: 100%;
}

.footer-top {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.footer-logo {
    width: 110px;
    flex-shrink: 0;
}

.footer-descr {
    padding-left: 30px;
    color: #fff;
    font: 14px/1.5em 'Gotham Pro', sans-serif;
    background: url(img/decor_header-descr.svg) no-repeat left center;
    width: auto;
    margin-left: 16px;
}


.footer-nav li {
    margin-bottom: 14px;
}

.footer-nav li:first-child {
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-nav a {
    font: 16px/20px 'Gotham Pro', sans-serif;
    color: #fff !important;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-time {
    color: #262d35;
    background: #fff;
    position: absolute;
    z-index: 3;
    font: 16px/1.3em 'Gotham Pro', sans-serif;
    transform: rotate(9.25deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 24px;
    top: 12px;
    left: unset;
    right: 9%;
}

.footer-time:after {
    content: "";
    height: 34px;
    width: 34px;
    background: #ffffff;
    border-radius: 0 0 5px 0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 32px;
    z-index: -1;
    transform: rotate(45deg);
}

.footer-mail {
    color: #fff;
    font: 24px/1em 'Gotham Pro', sans-serif;
    font-weight: bold;

}


.footer-btn span {
    color: #a82f28;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
}

.footer-socials a {
    margin-right: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.footer-socials a:hover {
    opacity: 0.7;
}

.footer-know, a.footer-know {
    margin-top: 0;
    color: #fff;
    font: 18px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;
}

.footer-form .input-wrapper {
    height: 61px;
    margin-top: 0;
}

.footer-form .input-wrapper > input {
    padding-right: 70px;
    font-size: 14px;
    background: #fff;
}

.footer-form .send-btn {
    position: absolute;
    width: 98px;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(img/ico_send.png) no-repeat 50% 50%;
    display: block;
}

.links {
    background: #fff;
}

.links .container {

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.links-copy {
    color: #a82f28;
    font: 14px/20px 'Gotham Pro', sans-serif;
}

.links-dev a {
    color: #a82f28;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: bold;

}

.links-dev a:hover {
    text-decoration: underline;
}

.links-conf {
    color: #a82f28;
    font: 14px/20px 'Gotham Pro', sans-serif;
    text-decoration: underline;
}

.links-conf:hover {
    text-decoration: none;
}

.top-btn {
    position: fixed;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    background: #a82f28 url(img/ico_top.svg) no-repeat 50% 50%;
    height: 77px;
    width: 77px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    bottom: 60px;
    right: -200px;
}

.top-btn.show {
    right: 60px;
}

.top-btn:before {
    position: absolute;
    z-index: 99;
    background: #a82f28;
    opacity: 0.1;
    height: 93px;
    width: 93px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    top: -8px;
    left: -8px;
}

.top-btn:after {
    position: absolute;
    z-index: 99;
    background: #a82f28;
    opacity: 0.1;
    height: 105px;
    width: 105px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    top: -14px;
    left: -14px;
}

.top-btn:hover:before,
.top-btn:hover:after {
    opacity: 0;
}

.top-btn:active {
    background-color: #8f2620;
}

.modal-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.modal-subtitle > span {
    color: #a82f28;
}

.modal {
    display: none;
}

.register-modal-policy {
    display: flex;
    margin-top: 30px;
}

.register-modal__text {
    margin-left: 15px;
}

.register-modal__text a {
    color: #a82f28;
}

.register-modal-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.register-modal-btns button {
    width: 60%;
}

.register-modal-btns a {
    width: 30% !important;
}

.thanks {
    width: 580px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 48px;
    text-align: center;
}

.thanks-title {
    margin-top: 30px;
    color: #a82f28;
    text-transform: uppercase;
    font: 24px/1.4em 'Gotham Pro', sans-serif;
    font-weight: bold;
}

.thanks-subtitle {
    margin-top: 33px;
    color: #262d35;
    font: 16px/1.4em 'Gotham Pro', sans-serif;
}

.thanks-descr {
    font: 14px/1.4em 'Gotham Pro', sans-serif;
    margin-top: 93px;
    color: #000;
    opacity: 0.25;
}


.cookie-wrapper {
    position: fixed;
    left: 2vw;
    bottom: -100%;
    width: 90%;
    background: #a82f28;
    padding: 15px;
    max-width: 600px;
    border-radius: 16px;
    transition: bottom .2s linear;
    z-index: 9999;
}

.cookie-wrapper.active {
    bottom: 2vw;
}

.cookie-container {
    color: #fff;
}

.cookie-title {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 19px;
    margin-bottom: 8px;
}

.cookie-btn {
    width: 100%;
    border: none;
    background: #fff;
    color: #000;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: background .3s linear;
}

.cookie-btn:first-child {
    margin-right: 20px;
}

.infos-tabs {
    display: flex;
    width: auto;
    margin: 30px 0 40px 0;
}

.infos-benefits {
    margin-bottom: 50px;
    width: 100%;
}

.infos-tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #b1b1b1;
}

.infos-tab:hover {
    background: #f4f4f4;
    border: none;
}

.infos-tab.active {
    border-bottom: 2px solid #a82f28;
    color: #a82f28;
}

.infos-tabs-block {
    display: none;
    width: 100%;
    gap: 2rem;
}

.infos-tab-block-left {
    max-width: 500px;
    overflow: hidden;
    margin-right: 0;
    flex-shrink: 0;
}

.infos-tab-block-right {
    /* max-width: 870px; */
}

.infos-tabs-block.active {
    display: flex;
}

.infos-tab-block__title {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: bold;
    color: #a82f28;
    margin-bottom: 25px;
}

.infos-tab-block__subtitle {
    font-family: 'Gotham Pro', sans-serif;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
}

.infos-tab-block__list {
    list-style: disc;
    padding-left: 20px;
}

.infos-about {
    color: rgba(38, 45, 53, 0.8);
    width: 100%;
}

.infos-about p {
    font-size: 16px;
}

.infos-about p:not(:last-child) {
    margin-bottom: 14px;
}

.btn {
    cursor: pointer;
    border: none;
}


@media screen and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    .promo-bg {
        left: 55%;
        right: calc(-50vw + 570px);
        bottom: 100px;
    }

    .promo-title, .promo-btn-wrapper {
        max-width: 54%;
    }

    .promo-video {
        left: 60%;
        bottom: 200px;
    }

    .header-left {
        width: 55%;
    }

    .header-right {
        width: 40%;
        margin-left: 5%;
        gap: 1rem;
        justify-content: space-between;
    }

    .header-person {
        margin-right: 0;
    }

    .header-info {
        width: auto;
    }

    .about .container {
        padding-top: 70px;
        gap: 2rem;
    }

    .about-info {
        width: 50%;
        padding-top: 40px;
    }

    .about-list {
        margin-right: 0;
        width: 50%;
        gap: 1rem;
    }

    .about-item {
        padding: 19px 0;
        width: calc(50% - 0.5rem);
    }

    .unique-list {
        gap: 1rem;
    }

    .unique-item__info {
        background: #fff;
        min-height: 296px;
        padding: 32px 42px 24px 42px;
    }

    .solutions .container {
        padding-top: 120px;
    }

    .solutions-item__info {
        padding: 32px 48px;
    }


    .header.fixed .container:after {
        right: unset;
        left: 55%;
        width: 50vw;
    }

}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .promo-title {
        font-size: 30px;
    }

    .promo-btn-descr {
        min-height: unset;
    }

    .promo-bg {
        right: calc(-50vw + 480px);
        bottom: 70px;
    }

    .promo-video {
        left: 60%;
        bottom: 120px;
    }

    .btn {
        height: auto;
        min-height: 56px;
        padding: 8px 32px 8px;
    }

    .promo-btn {
        width: 300px;
    }

    .promo-video__text {
        margin: 0;
    }

    .nav .container {
        height: 70px;
    }

    .stats-item {
        align-items: center;
    }

    .stats-item__num {
        font-size: 58px;
        line-height: 1;
        width: 170px;
        flex-shrink: 0;
    }

    .stats-item__num-3 {
        width: 90px;
    }

    .stats-item__descr {
        margin-top: 0;
        margin-left: 12px;
    }

    .stats-item__descr b {
        font-size: 18px;
        line-height: 1.2;
    }

    .stats-item__today {
        position: absolute;
        font-size: 16px;
        line-height: 1;
        transform: rotate(9.25deg);
        padding: 10px 16px;
        top: 32px;
        left: 180px;
    }

    .stats .container {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .spheres-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .unique .container {
        padding-top: 60px;
        padding-bottom: 40px;
    }


    .unique-list {
        margin-top: 32px;
    }

    .unique-item {
        position: relative;
        width: 33%;
    }

    .unique-item__info {
        background: #fff;
        min-height: unset;
        padding: 24px;
    }

    .unique-card-item:not(:last-child) {
        margin-bottom: 16px;
    }


    .work-bayer__info {
        padding-top: 60px;
        padding-left: 61px;
        min-height: unset;
        padding-bottom: 60px;
    }

    .solutions-item__title {
        margin-left: 0;
        font-size: 24px;
        font-weight: bold;
    }


    .solutions-item__info {
        padding: 32px 36px;
    }


    .form {
        width: unset;
        max-width: 500px;
        flex-shrink: 0;
        padding: 48px;
    }

    .connect-info {
        width: auto;
        padding: 48px 48px 0 48px;
        display: flex;
        flex-direction: column;
    }

    .connect-image {
        width: 100%;
        position: relative;
        bottom: unset;
        left: 0;
        flex-grow: 1;
        display: flex;
        margin-top: 2rem;
    }

    .connect-image img {
        position: absolute;
        object-fit: contain;
        object-position: bottom center;
    }

    .infos .container {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .infos-tabs {
        margin-top: 0;
    }

    .infos-tab {
        padding: 12px 24px;
        font-size: 14px;
        line-height: 1.3;
    }

    .infos-tab-block-left {
        max-width: 400px;
    }
}

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

    .container {
        max-width: 720px;
    }

    .promo-bg {
        right: calc(-50vw + 360px);
        bottom: 70px;
    }

    .promo-title {
        font-size: 26px;
    }

    .promo > .container {
        padding-bottom: 100px;
    }

    .about-info {
        width: 100%;
        padding-top: 0;
    }

    .about-list {
        width: 100%;
    }

    .about .container {
        flex-direction: column;
    }

    .about-text {
        margin-top: 16px;
    }

    .about-btn {
        margin-top: 16px;
    }

    .stats-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stats-item {
        width: 50%;
        justify-content: center;
        padding-top: 32px;
    }

    .stats-item__today {
        display: none;
    }

    .stats .container {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .spheres .container {
        padding-top: 60px;
    }

    .spheres-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .unique-item__info {
        padding: 16px;
    }

    .unique-card-item span.unique-span {
        width: 250px;
        padding: 8px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.2;
    }


    .work-bayer__info {
        padding-top: 48px;
        padding-left: 48px;
        min-height: unset;
        padding-bottom: 48px;
        width: auto;
    }

    .work-bayer__image {
        width: 40%;
        position: relative;
        flex-shrink: 0;
    }


    .work-bayer__item i {
        font-size: 48px;
        top: -24px;
        left: -16px;
    }

    .work-bayer__item {
        margin-top: 32px;
        max-width: unset;
        left: unset;
    }


    .work-bayer__image img {
        position: absolute;
        height: 64%;
        top: 15%;
        right: 5%;
    }

    .solutions .container {
        padding-top: 60px;
    }

    .solutions-list {
        margin-top: 24px;
        gap: 24px;
        flex-wrap: wrap;
    }

    .solutions-item.image-wrapper {
        width: 100%;
    }

    .solutions-item__title {
        font-size: 22px;
    }

    .connect .container {
        padding-top: 60px;
        padding-bottom: 32px;
        flex-direction: column;
    }

    .form {
        max-width: unset;
    }

    .infos-tabs-block {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .infos-tab-block-left,
    .infos-tab-block-left img {
        max-width: unset;
        width: 100%;
    }

    .footer .container {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
        align-items: baseline;
        flex-direction: row;
    }

    .footer-column-1 {
        width: 50%;
    }

    .footer-column-2 {
        padding-top: 0;
        width: auto;
        position: relative;
        margin-top: 0;
        margin-left: auto;
    }

    .footer-time {
        position: absolute;
        padding: 10px 12px;
        width: 150px;
        left: unset;
        right: -20%;
        text-align: center;
        bottom: 170%;
        top: unset;
    }

    .footer-mail {
        font-size: 20px;
    }

    .footer-right {
        margin-top: 2rem;
    }

    .footer-nav li:first-child {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .footer-nav li {
        margin-bottom: 8px;
    }


    .links .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 0.5rem 1rem;
        flex-wrap: wrap;
    }

    .links-conf, .links-copy {
        line-height: 1.15;
        flex-shrink: 0;
        font-size: 13px;
    }

    .links-copy {
        order: 100;
        width: 100%;
        text-align: center;
    }

}

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

    .container {
        max-width: 540px;
    }

    .footer-column {
        margin: 0 auto;
    }

    .about-title {
        color: #262d35;
        font-size: 32px;
        line-height: 1.25;
        font-weight: bold;
    }


    .footer-nav .footer-nav-block {
        width: calc(50% - .5rem);
    }

    .footer-nav li {
        margin-bottom: 6px;
    }


    .footer-left {
        flex-wrap: wrap;
    }

    .footer-column-2 {
        margin-top: 1rem;
    }

    .footer-time {
        display: none;
    }

    .wrapper {
        max-width: 768px;
        min-width: 320px;
    }

    .about-wrapper {
        gap: 20px;
    }

    .container {
        padding: 0 9px;
        width: 100%;
    }

    .menu-toggle {
        height: 50px;
        width: 70px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        order: 10;
    }

    .menu-toggle span {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        display: inline-block;
        width: 33px;
        height: 3px;
        background: #a82f28;
        margin: 3px 0 2px;
        transform: rotate(0deg);
        position: relative;
    }

    .menu-toggle.active span:nth-child(1) {
        margin: 0;
        transform: rotate(45deg);
        top: 1px;
    }

    .menu-toggle.active span:nth-child(2) {
        display: none;
    }

    .menu-toggle.active span:nth-child(3) {
        margin: 0;
        position: relative;
        top: -2px;
        transform: rotate(-45deg);
    }

    .header,
    .header.fixed {
        position: fixed;
        background: #f3f3f4;
    }

    .header .container,
    .header.fixed .container {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .header-logo {
        width: 90px;
    }

    .header-language a {
        width: 27px;
        margin: 0 3px;
    }

    .header-person {
        display: none;
        color: #262D35;
    }

    .header-person--mobile {
        display: block;
    }

    .header-cabinet ul {
        display: block;
        box-shadow: none;
        text-align: center;
        padding: 10px 0 0;
        margin-top: 0;
    }

    .header-cabinet ul:before {
        display: none;
    }

    .header-cabinet li a {
        margin: 0;
    }

    .header-cabinet li {
        margin-top: 0;
    }

    .header-language a {
        width: 30px;
        color: #fff;
    }

    .header-login {
        background-image: url(img/arrow_right-black.svg);
    }

    .header-cabinet p {
        background-image: url(img/ico_login-black.svg);
    }

    .header-descr {
        display: none;
    }

    .header-left {
        width: 270px;
    }

    .header-right {
        flex-direction: row;
        width: auto;
    }

    .header-info {
        display: none;
    }

    .nav, .nav.fixed {
        transition: 0.5s;
        top: 52px;
        height: calc(100vh - 52px);
        position: fixed;
        flex-direction: column;
        width: 100%;
        left: 100%;
        display: flex;
    }

    .nav.active {
        left: 0;
    }

    .nav .container, .nav.fixed .container {
        flex-direction: column;
        height: auto;
    }

    .header.fixed .container:after {
        content: unset;
    }

    .promo .container {
        padding-top: 80px;
        padding-bottom: 30px;
        min-height: unset;
    }

    .promo-title, .promo-btn-wrapper {
        max-width: unset;
        font-size: 24px;
    }


    .promo-title {
        max-width: 100%;
    }

    .promo-bg {
        display: none;
    }

    .promo-btn-descr {
        font-size: 13px;
        padding: 12px;
        width: auto;
    }

    .promo-video {
        display: none;
        position: relative;
        left: unset;
        margin-top: 40px;
        bottom: unset;
    }

    .promo-video__text {
        color: #262d35;
    }

    .promo-btn {
        width: 300px;
    }

    .about .container {
        padding-top: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-list {
        margin-top: 20px;
        width: 100%;
    }

    .about-item {
        padding: 0;
    }

    .spheres .container {
        padding-top: 30px;
    }

    .spheres-item__text {
        padding: 20px;
        font-size: 17px;
    }

    .about-info {
        width: 100%;
    }

    .unique-list {
        margin-top: 20px;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .unique-item {
        width: 65%;
        flex-shrink: 0;
    }

    .infos-tabs {
        margin-top: 0;
        overflow: auto;
    }

    .infos-tab {
        padding: 8px 12px;
        line-height: 1.1;
        font-size: 12px;
        flex-shrink: 0;
    }

    .unique-item__num {
        display: none;
    }

    .unique-item__info {
        padding: 20px;
        min-height: auto;
    }

    .solutions-list {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }

    .solutions-item {
        margin-top: 15px;
        width: 100%;
    }

    .btn {
        text-align: center;
        min-height: 36px;
    }

    .about-item__icon {
        height: 30px;
    }

    .about-item__icon img {
        height: 100%;
    }

    .about-item__title {
        margin-top: 12px;
        margin-bottom: 12px;
        font: 16px/1.3em 'Gotham Pro', sans-serif;
        font-weight: bold;
    }

    .about-item__text {
        font-size: 15px;
        line-height: 1.25;
    }


    .clients .container {
        padding-top: 3px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .clients-item span {
        font-size: 14px;
        padding-left: 20px;
    }

    .stats-item__num {
        font-size: 40px;
    }

    .stats-item__descr b {
        font-size: 20px;
    }

    .stats-item__descr p {
        font-size: 14px;
    }

    .team .container {
        padding-bottom: 10px;
    }

    .write .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .connect .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .connect-info {
        width: 100%;
        height: auto;
    }

    .form {
        width: 100%;
        padding: 20px;
    }

    .infos-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-descr {
        background: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }

    .footer-column-1,
    .footer-column-2,
    .footer-column-3 {
        width: 100%;
        text-align: center;
    }

    .footer-time {
    }

    .footer-column-2 {
    }

    .links .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-btn.show {
        right: 30px;
    }

    .about-2 .container:after,
    .about-3 .container:after {
        display: none;
    }

    .about-title .popup {
        display: none !important;
    }

    .brands-controls a {
        width: 100%;
        background-position: 15px 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 30px 10px 70px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
    }

    .header-logo img {
        display: none;
    }

    .header-logo .mobile {
        display: block;
    }

    .brands-item span {
        font-size: 14px;
        padding-left: 20px;
    }

    .instruments .container {
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .steps .container {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .click .container {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .click .container:after {
        left: -20px;
    }

    .more .container {
        padding-bottom: 20px;
    }

    .calc-item__descr p {
        font-size: 12px;
    }

    .calc-item__radio b {
        font-size: 20px;
    }

    .calc-item__descr span {
        font-size: 20px;
        line-height: 26px;
    }

    .calc-metter p {
        display: none;
    }

    .faq .container {
        padding-bottom: 1px;
    }

    .click-3 .container {
        padding-right: 10px;
    }

    .gallery .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-title br {
        display: none;
    }

    .fancybox-close {
        right: 0;
        height: 30px;
        width: 30px;
    }


    .form .send-btn {
        max-width: 100%;
    }

    .thanks-subtitle {
        font-size: 14px;
        margin-top: 20px;
    }

    .thanks-descr {
        margin-top: 40px;
        font-size: 12px;
    }

    .thanks {
        padding: 30px 20px;
    }

    .infos-tab {
        padding: 13px 19px;
    }

    .infos-tabs-block {
        flex-direction: column-reverse;
    }

    .infos-tab-block-left {
        width: 100%;
        margin: 15px auto;
    }

}

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

    .container {
        max-width: unset;
    }

    .promo-title, .promo-btn-wrapper {
        max-width: unset;
        font-size: 22px;
    }

    .about-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .about-list {
        gap: 1rem 0.5rem;
    }

    .stats-title, .spheres-title, .unique-title, .work-title, .solutions-title, .infos-title {
        font-size: 26px;
    }

    .stats-list {
        flex-direction: column;
    }

    .stats-item {
        width: 100%;
        justify-content: flex-start;
        padding-top: 32px;
    }

    .stats-item__num {
        font-size: 36px;
        width: 120px;
    }

    .spheres-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .spheres-item.image-wrapper img {
        position: absolute;
        object-fit: cover;
    }

    .spheres-item__text {
        padding: 12px;
        font-size: 14px;
        position: relative;
    }

    .unique .container, .spheres .container, .connect .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .unique-card-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .unique-item {
        width: 75%;
        flex-shrink: 0;
    }

    .work-title {
        margin-bottom: 32px;
    }

    .work-bayer {
        flex-direction: column-reverse;
    }

    .work-bayer__image {
        width: 100%;
    }

    .work-bayer__image img {
        position: relative;
        width: 100%;
        max-width: unset;
        margin: 1rem auto;
        left: unset;
        top: unset;
        right: unset;
    }

    .work-bayer__info {
        padding: 32px 24px;
    }

    .work-bayer__info:before {
        width: 200vw;
        left: -100vw;
    }

    .solutions-item__info {
        padding: 16px;
    }

    .solutions-item__title {
        font-size: 18px;
    }

    .form {
        width: 100%;
        padding: 16px;
    }

    .form .send-btn {
        width: auto;
        margin-top: 32px;
    }

    .form-conf {
        margin-top: 18px;
        text-align: center;
        width: 100%;
        color: rgba(0, 0, 0, 0.25);
        line-height: 1.2em;
        font-size: 12px;
    }

    .infos {
        padding-top: 30px;
    }

    .infos-content {
        margin-top: 24px;
    }

    .footer-nav .footer-nav-block {
        width: 100%
    }

    .modal .form {
        width: 100%;
        padding: 42px 16px 16px 16px;
    }

    .modal .form-title {
        color: #262d35;
        font-size: 20px;
        line-height: 1.15;
        font-weight: bold;
        padding-bottom: 0px;
    }

    .input-wrapper > input {
        height: 100%;
        width: 100%;
        background: #f3f3f4;
        border: none;
        font: 16px/1.15 'Gotham Pro', sans-serif;
        padding: 12px 24px;
    }

    .input-wrapper {
        height: 48px;
    }

}