@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-Medium.eot");
    src: local("TT Commons Medium"), local("TTCommons-Medium"), url("../fonts/TTCommons/TTCommons-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-Medium.woff") format("woff"), url("../fonts/TTCommons/TTCommons-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-Regular.eot");
    src: local("TT Commons Regular"), local("TTCommons-Regular"), url("../fonts/TTCommons/TTCommons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-Regular.woff") format("woff"), url("../fonts/TTCommons/TTCommons-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-ExtraBold.eot");
    src: local("TT Commons ExtraBold"), local("TTCommons-ExtraBold"), url("../fonts/TTCommons/TTCommons-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-ExtraBold.woff") format("woff"), url("../fonts/TTCommons/TTCommons-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Regular.eot");
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-Light.eot");
    src: local("TT Commons Light"), local("TTCommons-Light"), url("../fonts/TTCommons/TTCommons-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-Light.woff") format("woff"), url("../fonts/TTCommons/TTCommons-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-Bold.eot");
    src: local("TT Commons Bold"), local("TTCommons-Bold"), url("../fonts/TTCommons/TTCommons-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-Bold.woff") format("woff"), url("../fonts/TTCommons/TTCommons-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "TT Commons";
    src: url("../fonts/TTCommons/TTCommons-DemiBold.eot");
    src: local("TT Commons DemiBold"), local("TTCommons-DemiBold"), url("../fonts/TTCommons/TTCommons-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons/TTCommons-DemiBold.woff") format("woff"), url("../fonts/TTCommons/TTCommons-DemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.eot");
    src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff"), url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-family: "TT Commons Pro";
    --second-family: "Open Sans";
    --third-family: "Inter";
}

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

html,
body {
    font-family: "TT Commons";
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    height: 100%;
    background: #000;
    scroll-behavior: smooth;
}

@media (max-width: 1600px) {
    html,
    body {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    html,
    body {
        /*font-size: 12px;*/
    }
}

body.home.hidden {
    /*overflow: hidden;*/
}

main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

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

img {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 12.62rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 75%;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 4.38rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 992px) {
    h2 {
        font-size: 32px;
        text-align: center;
    }
}

h3 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.12rem 0;
    z-index: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}

@media (max-width: 1024px) {
    header {
        background: #000;
    }
}

.header {
    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;
    gap: 20px;
}

@media (max-width: 1024px) {
    .header__menu {
        display: none;
    }
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.5rem;
}

.header__menu ul li a {
    font-weight: 200;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1024px) {
    .header__lang {
        display: none;
    }
}

.header__lang-text {
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1024px) {
    .header__lang-button {
        display: none;
    }
}

.header__lang-button a {
    font-weight: normal;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0.75rem 1.88rem;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.header__lang-button a:hover {
    background: rgb(255, 255, 255);
    color: #000;
}

.header__burger {
    display: none;
}

@media (max-width: 1024px) {
    .header__burger {
        display: block;
    }
}

.header__burger-close {
    display: none;
}

.header__burger.active .header__burger-close {
    display: block;
}

.header__burger.active .header__burger-lines {
    display: none;
}

.header-mob {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
}

.header-mob__menu {
    margin-bottom: 50px;
}

.header-mob__menu ul li {
    margin-bottom: 20px;
}

.header-mob__menu ul li:last-child {
    margin-bottom: 0px;
}

.header-mob__menu ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
}

.header-mob__social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.header-mob__phone {
    margin-bottom: 20px;
}

.header-mob__phone a {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.header-mob__email a {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.block-1 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .block-1 {
        padding-top: 68px;
    }
}

.block-1.fixed .block-1__animate-1 {
    z-index: 10;
}

.block-1__animate-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-1__animate-2.animate {
    position: relative;
    z-index: 20;
}

.block-1__animate-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100dvh;
}

@media (max-width: 992px) {
    .block-1__animate-img {
        height: 450px;
    }
}

.block-1__animate-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-1__animate-img img:first-child {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
}

.block-1__animate-img img:first-child.animate {
    -webkit-transform: scale(6);
    -ms-transform: scale(6);
    transform: scale(6);
}

.block-1__animate-img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 1s all;
}

.block-1__animate-img img:last-child.animate {
    opacity: 0;
    visibility: hidden;
}

.block-1__animate-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.block-1__animate-info h1 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    -webkit-transition: opacity 2s linear, -webkit-transform 2s linear;
    transition: opacity 2s linear, -webkit-transform 2s linear;
    transition: transform 2s linear, opacity 2s linear;
    transition: transform 2s linear, opacity 2s linear, -webkit-transform 2s linear;
}

@media (max-width: 768px) {
    .block-1__animate-info h1 {
        font-size: 5.31rem;
    }
}

.block-1__animate-info h1.animate {
    -webkit-transform: translateY(-1000%);
    -ms-transform: translateY(-1000%);
    transform: translateY(-1000%);
    opacity: 0;
}

.block-1__animate-info p {
    font-weight: normal;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    color: #d8d8d8;
    opacity: 1;
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear;
}

@media (max-width: 768px) {
    .block-1__animate-info p {
        display: none;
    }
}

.block-1__animate-info p.animate {
    opacity: 0;
}

.block-1__slider {
    opacity: 0;
}

.block-1__slider.slick-initialized {
    opacity: 1;
}

.block-1__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100dvh;
}

@media (max-width: 992px) {
    .block-1__img {
        height: 450px;
    }
}

.block-1__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-1__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70.09%, rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.09%, #000 100%);
    /*background: linear-gradient(rgba(0, 0, 0, 0) 26.09%, #000 100%);*/
}

.block-1__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-1__content.hide::before {
    width: 0;
}

.block-1__content.hide .block-1__info {
    left: -100%;
}

.block-1__content .container {
    height: 100%;
}

.block-1__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: inset 0 4px 70px 0 rgba(255, 255, 255, 0.05), inset 0 4px 4px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 4px 70px 0 rgba(255, 255, 255, 0.05), inset 0 4px 4px 0 rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03), -webkit-gradient(linear, left top, left bottom, color-stop(26.09%, rgba(0, 0, 0, 0)), to(#000));
    background: rgba(255, 255, 255, 0.03), linear-gradient(180deg, rgba(0, 0, 0, 0) 26.09%, #000 100%);
    -webkit-transition: width 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

@media (max-width: 992px) {
    .block-1__content::before {
        width: 100%;
        height: 50%;
    }
}

@media (max-width: 768px) {
    .block-1__content::before {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }
}

.block-1__info {
    width: 100%;
    height: 100%;
    max-width: 714px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0;
    z-index: 5;
    -webkit-transition: left 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

@media (max-width: 992px) {
    .block-1__info {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.block-1__info h2 {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .block-1__info h2 {
        font-size: 32px;
        text-align: center;
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .block-1__info h2 {
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }
}

.block-1__info-text {
    margin-bottom: 50px;
    max-width: 555px;
}

@media (max-width: 1280px) {
    .block-1__info-text {
        max-width: 450px;
    }
}

@media (max-width: 992px) {
    .block-1__info-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
}

.block-1__info-text h3 {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .block-1__info-text h3 {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }
}

.block-1__info-text p {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .block-1__info-text p {
        display: none;
    }
}

.block-1__info-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .block-1__info-button {
        text-align: center;
        margin-top: auto;
        margin-bottom: 25px;
    }
}

.block-1__info-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 200;
}

@keyframes moveArrow {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-30%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}


.block-1__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 30px;
    transform: translate(-50%, -50%);
    z-index: 200;
    cursor: pointer;
    animation: moveArrow 3s ease-in-out infinite;
}

.block-1__arrow:hover {
    animation: none;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .block-1__arrow {
        top: 60%;
        margin-left: 0;
        transform: translate(-50%, -50%);
    }
}

.block-1__arrow.hide {
    left: -100%;
}

.block-1__dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%;
}

@media (max-width: 992px) {
    .block-1__dots {
        display: none;
    }
}

.block-1__dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.block-1__dots ul li.slick-active {
    position: relative;
    right: 10px;
}

.block-1__dots ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.block-1__dots ul li.slick-active::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #d9d9d9;
    border-radius: 50%;
}

.block-1__dots ul li span {
    display: block;
    width: 36px;
    height: 3px;
    background: #d9d9d9;
    cursor: pointer;
}

.block-2 {
    background: #000;
    padding-top: 50px;
    padding-bottom: 150px;
}

@media (max-width: 992px) {
    .block-2 {
        padding-bottom: 80px;
    }
}

.block-2__header {
    text-align: center;
    position: relative;
    z-index: 5;
}

.block-2__header h2 {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .block-2__header h2 {
        margin-bottom: 20px;
    }
}

.block-2__header-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    text-align: center;
    color: #bababa;
    max-width: 740px;
    margin: 0 auto 40px;
}

@media (max-width: 992px) {
    .block-2__header-text {
        max-width: 100%;
        font-size: 18px;
        margin: 0 auto 20px;
    }
}

.block-2__header-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
}

.block-2__advantages-block {
    position: relative;
    margin-top: -100px;
}

@media (max-width: 992px) {
    .block-2__advantages-block {
        margin-top: 0;
    }
}

.block-2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1142px;
}

@media (max-width: 768px) {
    .block-2__img {
        min-height: auto;
    }
}

.block-2__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.block-2__advantages {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

@media (max-width: 768px) {
    .block-2__advantages {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.block-2__advantages-column {
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 130px 0;
}

.block-2__advantages-column:last-child {
    gap: 188px 0;
}

@media (max-width: 1095px) {
    .block-2__advantages-column:last-child {
        gap: 145px 0;
    }
}

@media (max-width: 768px) {
    .block-2__advantages-column {
        gap: 0 0;
        max-width: 100%;
    }

    .block-2__advantages-column:last-child {
        gap: 0 0;
        max-width: 100%;
    }
}

.block-2__advantage-name {
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .block-2__advantage-name {
        font-size: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #4e4e4e;
        padding: 15px 20px;
    }
}

.block-2__advantage-plus {
    display: none;
}

@media (max-width: 768px) {
    .block-2__advantage-plus {
        display: block;
        width: 100%;
        max-width: 24px;
    }
}

.block-2__advantage-close {
    display: none;
}

.block-2__advantage-desc {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
}

@media (max-width: 992px) {
    .block-2__advantage-desc {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .block-2__advantage-desc {
        padding: 20px;
        background: #262626;
        display: none;
    }
}

.block-2__advantage-desc p {
    margin-bottom: 15px;
}

.block-2__advantage-desc p:last-child {
    margin-bottom: 0;
}

.block-3 {
    padding-top: 150px;
    padding-bottom: 112px;
}

@media (max-width: 992px) {
    .block-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .block-3 h2 {
        margin-bottom: 60px;
    }
}

.block-3__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.5rem;
}

@media (max-width: 992px) {
    .block-3__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.block-3__about-text-block {
    width: 100%;
    max-width: 404px;
}

@media (max-width: 992px) {
    .block-3__about-text-block {
        max-width: 100%;
    }
}

.block-3__about-text {
    display: none;
}

.block-3__about-text.active {
    display: block;
}

.block-3__about-text-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.block-3__about-text-desc {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
}

.block-3__about-text-desc p {
    margin-bottom: 15px;
}

.block-3__about-text-desc p:last-child {
    margin-bottom: 0;
}

.block-3__about-img {
    width: 100%;
    max-width: 788px;
    position: relative;
}

@media (max-width: 768px) {
    .block-3__about-img {
        max-width: 370px;
    }

    .block-3__about-img img {
        max-width: 300px;
        margin-right: auto;
    }
}

.block-3__about-img .about-text {
    cursor: pointer;
}

.block-3__about-img svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media (max-width: 768px) {
    .block-3__about-img svg {
        max-width: 200px;
    }
}

.block-3__about-img svg circle {
    fill: #191919;
}

.block-3__about-img svg circle.active {
    fill: #555555;
}

.block-3__about-img svg path.active {
    fill: #555555;
}

.block-4 {
    padding-bottom: 150px;
}

@media (max-width: 992px) {
    .block-4 {
        padding-bottom: 80px;
    }
}

.block-4 h2 {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .block-4 h2 {
        margin-bottom: 30px;
    }
}

.block-4__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 768px) {
    .block-4__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .block-4__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
}

.block-4__product {
    border: 2px solid #454545;
    padding: 60px;
    text-align: center;
    min-height: 483px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 1024px) {
    .block-4__product {
        padding: 30px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .block-4__product {
        min-height: 260px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .block-4__product {
        padding: 0;
        border: none;
    }
}

.block-4__product:hover .block-4__product-info {
    display: block;
}

@media (max-width: 576px) {
    .block-4__product:hover .block-4__product-info {
        display: none;
    }
}

.block-4__product-img {
    margin-bottom: 30px;
}

.block-4__product-name {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #f3f3f3;
    margin-bottom: 15px;
}

.block-4__product-info {
    display: none;
}

.block-4__product-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    text-align: center;
    color: #f3f3f3;
    margin-bottom: 40px;
}

.block-4__product-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
}

.block-4__product-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.block-4__product-modal-center {
    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;
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 1366px) {
    .block-4__product-modal-center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.block-4__product-modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1510px;
    height: 100%;
    max-height: 907px;
    background: #fff;
    position: relative;
    margin-top: 50px;
    padding: 50px 30px 60px;
    gap: 60px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .block-4__product-modal-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-4__product-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.block-4__product-modal-img {
    width: 100%;
    max-width: 580px;
}

.block-4__product-modal-info {
    width: 100%;
    max-width: 710px;
}

.block-4__product-modal-name {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.block-4__product-modal-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .block-4__product-modal-gallery {
        gap: 15px;
    }
}

.block-4__product-modal-image {
    max-width: 150px;
    text-align: center;
    padding: 0rem 0rem 0.62rem 0rem;
    cursor: pointer;
}

.block-4__product-modal-image.active {
    border: 1px solid #aeaeae;
}

.block-4__product-modal-image span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 140%;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 5px;
}

.block-4__product-modal-type {
    display: none;
}

.block-4__product-modal-type.active {
    display: block;
}

.block-4__product-modal-prev-desc {
    margin-bottom: 30px;
}

.block-4__product-modal-prev-desc-title {
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.block-4__product-modal-prev-desc-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #232323;
    text-align: left;
}

.block-4__product-modal-characteristics-block {
    text-align: left;
}

.block-4__product-modal-characteristics-title {
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 10px;
}

.block-4__product-modal-characteristics {
    text-align: left;
}

.block-4__product-modal-characteristic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
}

.block-4__product-modal-characteristic-name {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #868686;
    position: relative;
}

.block-4__product-modal-characteristic-name::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #b6b6b6;
}

.block-4__product-modal-characteristic-name span {
    background: #ffffff;
    position: relative;
    z-index: 5;
    padding-right: 15px;
}

.block-4__product-modal-characteristic-value {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #232323;
    position: relative;
    text-align: right;
}

.block-4__product-modal-characteristic-value::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #b6b6b6;
}

.block-4__product-modal-characteristic-value span {
    background: #ffffff;
    position: relative;
    z-index: 5;
    padding-left: 15px;
}

.block-4__modal-button {
    margin-top: 30px;
}

.block-4__modal-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.94rem 20px;
    background: #fd3d00;
    display: block;
    text-align: center;
    max-width: 282px;
}

.block-5 {
    padding-bottom: 150px;
}

@media (max-width: 992px) {
    .block-5 {
        padding-bottom: 80px;
    }
}

.block-5 h2 {
    margin-bottom: 50px;
}

.block-5__map {
    position: relative;
}

.block-5__map-img {
    /*display: flex;*/
    /*max-width: 1920px;*/
    /*margin: 0 auto;*/
}

.block-5__map-img img {
    /*object-fit: cover;*/
}

.block-5__map-cities {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    /*width: 100%;*/
    /*max-width: 65.833333%;*/
}

.block-5__map-cities svg {
    width: 100%;
    height: auto;
}

.block-5__map-cities svg .lines-1,
.block-5__map-cities svg .lines-2,
.block-5__map-cities svg .lines-3,
.block-5__map-cities svg .lines-4,
.block-5__map-cities svg .lines-5,
.block-5__map-cities svg .lines-6,
.block-5__map-cities svg .lines-7,
.block-5__map-cities svg .lines-8,
.block-5__map-cities svg .lines-9,
.block-5__map-cities svg .lines-10,
.block-5__map-cities svg .lines-11,
.block-5__map-cities svg .lines-12,
.block-5__map-cities svg .lines-13,
.block-5__map-cities svg .lines-14 {
    opacity: 0;
    transition: 0.2s;
}

.block-5__map-cities svg .text-1,
.block-5__map-cities svg .text-2,
.block-5__map-cities svg .text-3,
.block-5__map-cities svg .text-4,
.block-5__map-cities svg .text-5,
.block-5__map-cities svg .text-6,
.block-5__map-cities svg .text-7,
.block-5__map-cities svg .text-8,
.block-5__map-cities svg .text-9,
.block-5__map-cities svg .text-10,
.block-5__map-cities svg .text-11,
.block-5__map-cities svg .text-12,
.block-5__map-cities svg .text-13,
.block-5__map-cities svg .text-14 {
    opacity: 0;
    transition: 0.2s;
}

.block-5__map-cities-mob {
    display: none;
}

@media (max-width: 992px) {
    .block-5__map-cities-mob {
        display: block;
    }
}

.block-5__map-cities-mob ul {
    columns: 2;
}

.block-5__map-cities-mob ul li {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
}

.block-7 {
    background: url("../img/img-5.png"), lightgray -0.017px -40.857px/100.002% 103.932% no-repeat;
    background-size: cover;
    padding-bottom: 65px;
    margin-bottom: 105px;
}

.block-7 .slick-dots {
    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;
    gap: 10px;
}

.block-7 .slick-dots li.slick-active span {
    background: #ffffff;
}

.block-7 .slick-dots li span {
    display: block;
    background: #6d6d6d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .block-7 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.block-7 h2 {
    text-align: center;
    margin-bottom: 10px;
}

.block-7__text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.block-7__rewards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 7px;
}

@media (max-width: 768px) {
    .block-7__rewards {
        grid-template-columns: 1fr;
    }

    .block-7__rewards .slick-dots {
        margin-top: 20px;
    }
}

.block-7__reward:hover .block-7__reward-img-light {
    opacity: 1;
}

.block-7__reward:hover .block-7__reward-img-black {
    opacity: 0;
}

.block-7__reward-img {
    position: relative;
    padding-top: 201%;
}

@media (max-width: 768px) {
    .block-7__reward-img {
        padding-top: 135%;
    }
}

.block-7__reward-img img {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.block-7__reward-img-light {
    opacity: 0;
}

.block-7__reward-desc {
    color: #8a8a8a;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 5px;
}

.block-7__reward-name {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}

.block-8 {
    padding-bottom: 170px;
}

@media (max-width: 1024px) {
    .block-8 {
        padding-bottom: 80px;
    }
}

.block-8 h2 {
    text-align: center;
    margin-bottom: 70px;
}

.block-8__certificates {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {
    .block-8__certificates {
        grid-template-columns: 1fr;
    }
}

.block-8__certificate {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    gap: 48px;
}

.block-8__certificate-name {
    color: #a1a1a1;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    margin-top: auto;
}

.block-8__certificate-year {
    margin-top: auto;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 120%; /* 57.6px */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.block-9 {
    position: relative;
    padding-bottom: 150px;
}

@media (max-width: 992px) {
    .block-9 {
        padding-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.block-9__img {
    display: flex;
    min-height: 930px;
}

@media (max-width: 992px) {
    .block-9__img {
        min-height: auto;
    }
}

.block-9__img img {
    width: 100%;
    object-fit: cover;
}

.block-9__form-info-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

@media (max-width: 992px) {
    .block-9__form-info-block {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.block-9__form-info {
    width: 100%;
    max-width: 44.701987%; /* 675/1510 */
}

@media (max-width: 992px) {
    .block-9__form-info {
        max-width: 100%;
    }
}

.block-9__form-info h2 {
    margin-bottom: 10px;
}

.block-9__form-info p {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
    margin-bottom: 40px;
}

.block-9__form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .block-9__form-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-9__form-input {
    width: 100%;
}

.block-9__form-input input {
    width: 100%;
    border: 1px solid #767676;
    padding: 1.25rem 1.88rem;
    background: rgba(132, 132, 132, 0.3);
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
}

.block-9__form-input input::placeholder {
    color: #fff;
}

.block-9__form-input select {
    width: 100%;
    border: 1px solid #767676;
    padding: 1.25rem 1.88rem;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-color: rgba(132, 132, 132, 0.3);
    background-image: url("../img/arrow-down-s-line.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1.88rem);
    outline: none;
}

.block-9__form-input select option {
    border: 1px solid #e0e0e0;
    padding: 0.62rem 1.88rem;
    background: #ffffff;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #000;
}

.block-9__form-textarea {
    margin-top: 15px;
}

.block-9__form-textarea textarea {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
    border: 1px solid #767676;
    padding: 1.25rem 1.88rem;
    width: 100%;
    background: rgba(132, 132, 132, 0.3);
    max-height: 80px;
}

.block-9__form-textarea textarea::placeholder {
    color: #fff;
}

.block-9__form-submit {
    margin-top: 15px;
    width: 100%;
}

.block-9__form-submit input {
    width: 100%;
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #767676;
    background: rgba(132, 132, 132, 0.3);
    padding: 14px 0;
    cursor: pointer;
}

.footer__top {
    padding-bottom: 28px;
    border-bottom: 1px solid #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 768px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__logo-block p {
    font-weight: normal;
    font-size: 1.12rem;
    line-height: 130%;
    color: #929292;
}

.footer__logo {
    margin-bottom: 17px;
}

.footer__menu {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .footer__menu {
        display: none;
    }
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.footer__menu ul li a {
    font-weight: normal;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
}

.footer__contacts {
    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;
    gap: 20px;
}

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

.footer__contacts-phone a {
    font-weight: normal;
    font-size: 2rem;
    line-height: 130%;
    color: #fff;
}

.footer__contacts-email a {
    font-weight: normal;
    font-size: 2rem;
    line-height: 130%;
    color: #fff;
}

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

.footer__language input {
    font-weight: normal;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    color: #000;
    padding: 0.75rem 1.88rem;
    background: #fff;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.footer__language img {
    max-width: 80px;
    margin-left: auto;
}

@media (max-width: 768px) {
    .footer__language img {
        margin-left: 0;
    }
}

.footer__bottom {
    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;
    gap: 20px;
    padding: 22px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.footer__bottom-copyright {
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    color: #626262;
}

.footer__bottom-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.footer__bottom-privacy a {
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    color: #626262;
}

.footer__bottom-develop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-family: var(--second-family);
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    color: #626262;
}

.block-9__form-dropdown-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #767676;
    padding: 1.03rem 1.88rem;
    background: rgba(132, 132, 132, 0.3);
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    color: #fff;
}

.block-9__form-dropdown {
    position: relative;
}

.block-9__form-dropdown-block {
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 20px 20px;
    display: none;
    z-index: 10;
}

.block-9__form-dropdown-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #868686;
    margin-bottom: 15px;
}

.block-9__form-dropdown-number {
    display: flex;
    align-items: center;
}

.block-9__form-dropdown-number-minus, .block-9__form-dropdown-number-minus-2 {
    display: flex;
    cursor: pointer;
}

.block-9__form-dropdown-number-plus, .block-9__form-dropdown-number-plus-2 {
    display: flex;
    cursor: pointer;
}

.block-9__form-dropdown-number-input, .block-9__form-dropdown-number-input-2 {
    width: 100%;
    max-width: 55px;
}

.block-9__form-dropdown-number-input input, .block-9__form-dropdown-number-input-2 input {
    padding: 6px 6px;
    width: 100%;
    max-height: 32px;
    text-align: center;
    background: transparent;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 140%;
    color: #000;
    border: none;
}

/* Chrome, Safari, Edge, Opera */
.block-9__form-dropdown-number-input input::-webkit-outer-spin-button,
.block-9__form-dropdown-number-input input::-webkit-inner-spin-button,
.block-9__form-dropdown-number-input-2 input::-webkit-outer-spin-button,
.block-9__form-dropdown-number-input-2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.block-9__form-dropdown-number-input input[type=number],
.block-9__form-dropdown-number-input-2 input[type=number] {
    -moz-appearance: textfield;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(56, 67, 78, 0.50);
    z-index: 999;
}

.modal__block-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .modal__block-flex {
        align-items: flex-start;
        overflow-y: auto;
    }
}

.modal__block {
    background: #f3f3f3;
    position: relative;
    padding: 70px 0;
    width: 100%;
    max-width: 955px;
}

.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.modal__form {
    max-width: 675px;
    margin: 0 auto;
    padding: 0 20px;
}

.modal__form h2 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #121212;
    margin-bottom: 20px;
}

.modal__form p {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    text-align: center;
    color: #868686;
    margin-bottom: 40px;
}

.modal__form .block-9__form-input input {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 1.25rem 1.88rem;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #868686;
}

.modal__form .block-9__form-input .block-9__form-dropdown-number-input input,
.modal__form .block-9__form-input .block-9__form-dropdown-number-input-2 input {
    padding: 6px 6px;
    width: 100%;
    max-height: 32px;
    text-align: center;
    background: transparent;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 140%;
    color: #000;
    border: none;
}

.modal__form .block-9__form-input input::placeholder {
    color: #868686;
}

.modal__form .block-9__form-input select {
    border: 1px solid #e0e0e0;
    padding: 1.25rem 1.88rem;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #868686;
    background-color: #ffffff;
    background-image: url("../img/arrow-down-s-line-black.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1.88rem);
    outline: none;
}

.modal__form .block-9__form-input select::placeholder {
    color: #868686;
}

.modal__form .block-9__form-textarea textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 1.25rem 1.88rem;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #868686;
}

.modal__form .block-9__form-textarea textarea::placeholder {
    color: #868686;
}

.modal__form .block-9__form-submit input {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: #fd3d00;
    border: none;
}

.modal__form .block-9__form-dropdown-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    padding: 1.03rem 1.88rem;
    background: #ffffff;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #868686;
}

.our-services-block-1 {
    padding-top: 180px;
    position: relative;
    margin-bottom: 150px;
    min-height: 716px;
}

@media (max-width: 1600px) {
    .our-services-block-1 {
        padding-top: 170px;
    }
}

@media (max-width: 1600px) {
    .our-services-block-1 {
        padding-top: 170px;
    }
}

@media (max-width: 992px) {
    .our-services-block-1 {
        padding-top: 100px;
        margin-bottom: 80px;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-bottom: 30px;
    }
}

.breadcrumbs__link a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    color: #555;
    line-height: normal;
}

.breadcrumbs__sep span {
    display: block;
    width: 23px;
    height: 1px;
    background: #555;
}

.breadcrumbs__link span {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    color: #555;
    line-height: normal;
}

.our-services-block-1__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 992px) {
    .our-services-block-1__flex {
        flex-direction: column-reverse;
    }
}

.our-services-block-1__info {
    position: relative;
    z-index: 10;
}

.our-services-block-1__info h1 {
    font-weight: 800;
    font-size: 4.38rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .our-services-block-1__info h1 {
        font-size: 32px;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }
}

.our-services-block-1__text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
    margin-bottom: 40px;
    max-width: 740px;
}

@media (max-width: 992px) {
    .our-services-block-1__text {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .our-services-block-1__text {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .our-services-block-1__button {
        text-align: center;
    }
}

.our-services-block-1__button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 200;
}

.our-services-block-1__img {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 992px) {
    .our-services-block-1__img {
        position: relative;
        min-height: 325px;
        display: flex;
    }

    .our-services-block-1__img img {
        object-fit: cover;
    }
}

.our-services-block-2 {
    margin-bottom: 150px;
    position: relative;
}

@media (max-width: 992px) {
    .our-services-block-2 {
        margin-bottom: 80px;
    }
}

.our-services-block-2::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    /*max-width: 811px;*/
    height: 100%;
    /*max-height: 516px;*/
    background: url("../img/our-services/back-1.svg") no-repeat top left;
    background-size: contain;
}

.our-services-block-2::after {
    content: '';
    position: absolute;
    top: -10%;
    right: 0;
    width: 100%;
    /*max-width: 1184px;*/
    height: 120%;
    /*max-height: 594px;*/
    background: url("../img/our-services/back-2.svg") no-repeat top right;
    background-size: contain;
}

.our-services-block-2__items {
    position: relative;
    z-index: 10;
}

.our-services-block-2__item {
    background: rgba(21, 21, 21, 0.5);
    padding: 3.75rem;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .our-services-block-2__item {
        padding: 0;
        background: none;
    }
}

.our-services-block-2__item:last-child {
    margin-bottom: 0;
}

.our-services-block-2__item-name {
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .our-services-block-2__item-name {
        font-size: 32px;
    }
}

.our-services-block-2__item-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
}

.our-services-block-2__item-text p {
    margin-bottom: 15px;
}

.our-services-block-2__item-text ul {
    padding-left: 20px;
    list-style: disc;
    color: #fd3d00;
}

.our-services-block-2__item-text ul li {
    margin-bottom: 10px;
}

.our-services-block-2__item-text ul li span {
    color: #ffffff;
}

.about-block-1 {
    padding-bottom: 200px;
    position: relative;
}

@media (max-width: 992px) {
    .about-block-1 {
        padding-bottom: 80px;
    }
}

.about-block-1::before {
    content: '';
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    height: 220%;
    background: url("../img/our-services/back-3.svg") no-repeat top left;
    background-size: contain;
}

.about-block-1__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 992px) {
    .about-block-1__flex {
        flex-direction: column;
    }
}

.about-block-1__images {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

@media (max-width: 992px) {
    .about-block-1__images {
        width: 100%;
    }
}

.about-block-1__info {
    width: 100%;
    max-width: 740px;
}

@media (max-width: 992px) {
    .about-block-1__info {
        max-width: 100%;
    }
}

.about-block-1__info-ico {
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .about-block-1__info-ico {
        margin-bottom: 20px;
        max-width: 70px;
    }
}

.about-block-1__info-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.about-block-1__info-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
    margin-bottom: 35px;
}

.about-block-1__info-text p {
    margin-bottom: 15px;
}

.about-block-1__info-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 200;
}

.about-block-2 {
    position: relative;
    z-index: 10;
    padding-bottom: 200px;
}

@media (max-width: 992px) {
    .about-block-2 {
        padding-bottom: 80px;
    }
}

.about-block-2__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(21, 21, 21, 0.5);
    padding: 50px 60px;
}

@media (max-width: 1024px) {
    .about-block-2__flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 0px 0px;
    }
}

.about-block-2__info {
    width: 100%;
    max-width: 36%;
}

@media (max-width: 1024px) {
    .about-block-2__info {
        max-width: 100%;
    }
}

.about-block-2__info-ico {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .about-block-2__info-ico {
        max-width: 70px;
    }
}

.about-block-2__info-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.about-block-2__info-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
}

.about-block-2__info-text p {
    margin-bottom: 15px;
}

.about-block-2__info-text p:last-child {
    margin-bottom: 0;
}

.about-block-2__info-2 {
    display: flex;
}

.about-block-2__info-2-logo {
    width: 100%;
    max-width: 98px;
    background: linear-gradient(36deg, #fba500 0%, #fd3d00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
}

.about-block-2__info-2-desc {
    background: url("../img/our-services/back-4.svg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px 20px 30px;
    max-width: 708px;
}

@media (max-width: 768px) {
    .about-block-2__info-2-desc {
        background: none;
        border: 2px solid #fd3d00;
        padding: 20px 30px 20px 30px;
    }
}

.about-block-2__info-2-desc-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.about-block-2__info-2-desc-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
}

.about-block-3 {
    background: url("../img/our-services/img-7.png") no-repeat bottom;
}

.about-block-3__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 200px;
}

@media (max-width: 1024px) {
    .about-block-3__flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .about-block-3__flex {
        margin-bottom: 80px;
        gap: 30px;
    }
}

.about-block-3__advantages {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 741px;
    margin-right: 80px;
}

@media (max-width: 1024px) {
    .about-block-3__advantages {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .about-block-3__advantages {
        margin-right: 0px;
    }
}

.about-block-3__advantages-info {
    width: 100%;
    max-width: 612px;
}

@media (max-width: 1024px) {
    .about-block-3__advantages-info {
        max-width: 100%;
    }
}

.about-block-3__advantages-img {

}

@media (max-width: 576px) {
    .about-block-3__advantages-img {
        display: none;
    }
}

.about-block-3__advantages-items {
    margin: 0 -80px;
    width: 100%;
    max-width: 56.3%;
}

@media (max-width: 992px) {
    .about-block-3__advantages-items {
        margin: 0 -80px;
        max-width: 41.3%;
    }
}

@media (max-width: 576px) {
    .about-block-3__advantages-items {
        margin: 0 0px;
        max-width: 100%;
    }
}

.about-block-3__advantages-item {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 15px 10px;
    background: #000;
    margin-bottom: 20px;
}

.about-block-3__advantages-item:last-child {
    margin-bottom: 0;
}

.about-block-3__advantages-info-ico {
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .about-block-3__advantages-info-ico {
        margin-bottom: 20px;
        max-width: 70px;
    }
}

.about-block-3__advantages-info-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
}

.about-block-3__advantages-info-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
    margin-bottom: 35px;
}

.about-block-3__advantages-info-text p {
    margin-bottom: 15px;
}

.about-block-3__advantages-info-text p:last-child {
    margin-bottom: 0;
}

.about-block-3__advantages-info-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 200;
}

.about-block-4__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 768px) {
    .about-block-4__items {
        flex-direction: column;
    }
}

.about-block-4__item {
    padding: 2.5rem;
    background: rgba(21, 21, 21, 0.8);
    width: 100%;
    max-width: 612px;
}

@media (max-width: 768px) {
    .about-block-4__item {
        max-width: 100%;
    }
}

.about-block-4__item-ico {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .about-block-4__item-ico {
        max-width: 70px;
    }
}

.about-block-4__item-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.about-block-4__item-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
}

.about-block-4__item-text p {
    margin-bottom: 15px;
}

.about-block-4__item-text p:last-child {
    margin-bottom: 0;
}

.about-block-5 {
    padding: 334px 0 200px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .about-block-5 {
        padding: 100px 0 150px;
    }
}

.about-block-5::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/our-services/back-5.svg") no-repeat 100% 60%;
    background-size: 40%;
}

@media (max-width: 1024px) {
    .about-block-5::after {
        background: url("../img/our-services/back-5.svg") no-repeat 100%;
        background-size: contain;
    }
}

.about-block-5__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1024px) {
    .about-block-5__flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }
}

.about-block-5__info {
    width: 100%;
    max-width: 41%;
}

@media (max-width: 1024px) {
    .about-block-5__info {
        max-width: 100%;
    }
}

.about-block-5__advantages {
    width: 100%;
    max-width: 670px;
}

@media (max-width: 1024px) {
    .about-block-5__advantages {
        max-width: 100%;
    }
}

.about-block-5__info-ico {
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .about-block-5__info-ico {
        max-width: 70px;
        margin-bottom: 20px;
    }
}

.about-block-5__info-name {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.about-block-5__info-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #bababa;
    margin-bottom: 35px;
}

.about-block-5__info-text p {
    margin-bottom: 15px;
}

.about-block-5__info-text p:last-child {
    margin-bottom: 0;
}

.about-block-5__info-button a {
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13.5px 15px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 200;
}

.about-block-5__advantages {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .about-block-5__advantages {
        flex-direction: column;
        gap: 30px;
    }
}

.about-block-5__advantages-groups {
    width: 100%;
    max-width: 334px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .about-block-5__advantages-groups {
        max-width: 100%;
    }
}

.about-block-5__advantage-group {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6.25rem;
    padding: 0.94rem 20px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.about-block-5__advantage-group:last-child {
    margin-bottom: 0;
}

.about-block-5__advantage-group span {
    font-weight: 900;
}

.about-block-5__advantage {
    width: 100%;
    max-width: 405px;
    border-radius: 100%;
    background: linear-gradient(114deg, #f39d1a 0%, #ff4c1d 100%);
    height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 -35px;
}

@media (max-width: 576px) {
    .about-block-5__advantage {
        height: 335px;
        max-width: 335px;
    }
}

.about-block-5__advantage-num {
    font-weight: 500;
    font-size: 6rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
}

.about-block-5__advantage-text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
}

.block-4.products {
    padding-bottom: 80px;
}

.products-block-1 {
    padding-bottom: 150px;
}

@media (max-width: 768px) {
    .products-block-1 {
        padding-bottom: 80px;
    }
}

.products-block-1__info {
    padding: 3.75rem;
    background: rgba(21, 21, 21, 0.5);
}

@media (max-width: 768px) {
    .products-block-1__info {
        padding: 0;
    }
}

.products-block-1__info h3 {
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .products-block-1__info h3 {
        font-size: 32px;
    }
}

.products-block-1__info-text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    color: #fff;
    margin-bottom: 40px;
}

.products-block-1__info-text:last-child {
    margin-bottom: 0px;
}

.products-block-1__info-text p {
    margin-bottom: 15px;
}

.products-block-1__info-text p:last-child {
    margin-bottom: 0px;
}

.products-block-1__info-text ul {
    list-style: disc;
    padding-left: 20px;
    color: #fd3d00;
}

.products-block-1__info-text ul li {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 140%;
    margin-bottom: 10px;
}

.products-block-1__info-text ul li:last-child {
    margin-bottom: 0;
}

.products-block-1__info-text ul li span {
    color: #ffffff;
}

.our-services-block-1__contacts {
    background: rgba(21, 21, 21, 0.5);
    padding: 2.5rem;
}

@media (max-width: 768px) {
    .our-services-block-1__contacts {
        background: rgba(60, 59, 59, 0.5);
        padding: 1.5rem;
    }
}

.our-services-block-1__contact-phone {
    margin-bottom: 20px;
}

.our-services-block-1__contact-phone a {
    font-weight: 400;
    font-size: 2rem;
    line-height: 130%;
    color: #fff;
}

.our-services-block-1__contact-email {
    margin-bottom: 20px;
}

.our-services-block-1__contact-email a {
    font-weight: 400;
    font-size: 2rem;
    line-height: 130%;
    color: #fff;
}

.our-services-block-1__contact-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.our-services-block-1__contact-address {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
    margin-bottom: 20px;
}

.our-services-block-1__contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-bottom: 20px;
}

.footer .our-services-block-1__contact-items {
    margin-bottom: 0;
}

.our-services-block-1__contact-item-title {
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.2);
}

.our-services-block-1__contact-item-value a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 130%;
    color: #fff;
}

.our-services-block-1.our-services-block-1__back {
    background: url("../img/our-services/back-6.svg") no-repeat bottom left;
    margin-bottom: 0;
    padding-bottom: 220px;
}

@media (max-width: 768px) {
    .our-services-block-1.our-services-block-1__back {
        background: none;
        padding-bottom: 100px;
    }
}

@media (max-width: 992px) {
    .map {
        margin-bottom: 80px;
    }
}

.map__block iframe {
    width: 100%;
}