body{
    touch-action: pan-y;
    font-family: "Inter", sans-serif;
}
.content-wrapper {
    background: #fff;
    padding: 0;
}
.modal-open .modal{
    touch-action: pan-y;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.myContainer {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.btn-login {
    background: #007AFF;
    color: #fff;
    padding: 6px 32px;
    border-radius: 100px;
    transition: transform 0.3s ease;
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.btn-login:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #007AFF;
}

.btn-login:visited,
.btn-login:active,
.btn-login:focus{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #007AFF !important;
}

.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login:visited {
    color: #fff;
    text-decoration: none;
}

.forClients-wrapper {
    background: linear-gradient(59.52deg, #D2C3AD 7.64%, #87796F 70.06%, #584F46 129.04%);
    margin-bottom: 32px;
    position: relative;
}

.forSupplier-wrapper {
    background: linear-gradient(33.13deg, #D9DBDF 21.48%, #B9BDC3 56.2%, #8D9399 89%);
    position: relative;
}

.forClients {
    position: relative;
    padding: 120px 110px;
    overflow: hidden;
    background: url("../img/home/1280_hand.webp");
    background-repeat: no-repeat;
    background-size: 65% auto;
    background-position: right bottom;
}

.forSupplier {
    background: url("../img/home/1280_monitor.webp");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: bottom right;
    position: relative;
    padding: 120px 110px;
    overflow: hidden;
}

.relax-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.forClients .relax-image {
    right: 100px;
}

.relax-image img {
    width: 420px;
    max-width: 100%;
}

.parallax-image img {
    height: auto;
    max-width: 100%;
}

.clientsColumn {
    max-width: 615px;
}

.suppliersColumn {
    max-width: 520px;
}

.clientsColumn p,
.suppliersColumn p {
    max-width: 450px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: bottom;
    color: #000;
    margin-bottom: 32px;
}

.clientsColumn h2 {
    margin-bottom: 120px;
    width: 400px;
}

.suppliersColumn h2 {
    width: 400px;
}

.clientsColumn h2,
.suppliersColumn h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 0%;
}

.clientsColumn h5,
.clientsColumn h2 {
    color: #fff;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-120 {
    margin-bottom: 120px;
}

.brands-wrapper h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 5%;
    text-transform: uppercase;
    text-align: center;
    color: #BBC0CB;
    margin-top: 15px;
}

.trades {
    padding-top: 80px;
    padding-bottom: 120px;
}

.trades h5 {
    color: #BBC0CB;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 5%;
    text-transform: uppercase;
    text-align: center;
}

/* Обёртка с облаками */
.cloud-slider-wrapper {
    position: relative;
    margin: 24px auto;
    overflow: hidden;
    padding: 0 5px; /* чтобы крайние слайды не прилипали */
}

.cloud-slider-wrapper::before,
.cloud-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    filter: blur(15px);
}

.cloud-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.cloud-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.slider {
    display: flex;
}

.slider .slick-slide {
    padding: 0 5px;
    box-sizing: border-box;
}

.sliderTwoRow .trade {
    margin-left: 80px;
}

.sliderTwoRow {
    display: none;
}

.slider img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    pointer-events: none;
}

.trade {
    background: #F8F9FB;
    border-radius: 10px;
    padding: 16px 22px;
    margin-bottom: 8px;
}

.trade-create {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(187, 192, 203, 0.88);
    margin-bottom: 14px;
}

.trade-name {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1A1A1A;
    margin-bottom: 8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #1A1A1A;
}

.trade-price span{
    color: rgba(187, 192, 203, 0.95)
}

.flexText{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
}

.flexText h5{
    margin-bottom: 0;
}

.suppliersColumn .flexText {
    margin-left: 3px;
}

.dot {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50px;
}

.forSupplier .dot {
    background: #000000;
}

.btn-contact{
    padding: 9px 24px;
}

.login-submit-btn,
.request-pass-btn {
    margin-top: 60px;
}

.modal.show .modal-dialog {
    margin-bottom: 0px;
}

header {
    margin-bottom: 80px;
}

.header-top {
    display: flex;
    padding: 18px 0 12px;
    align-self: center;
    justify-content: space-between;
    align-items: center;
}

.header-top .flex-item {
    width: 33.33%;
}

.logo-home {
    text-align: center;
}

.button-login {
    text-align: right;
}

.header-wrapper {
    border-radius: 20px;
    padding-bottom: 30px;
    padding-top: 90px;
}

.header-content {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.header-wrapper h1 {
    font-size: 72px;
    line-height: 68px;
    text-align: center;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 32px;
    font-weight: 400;
}

.header-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #656A76;
    margin-bottom: 32px;
}

.download img:hover {
    opacity: 0.8;
}

.statistics-item span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #656A76;
    margin-top: 15px;
}

.brands-wrapper {
    padding-bottom: 50px;
}

.brands .slick-slide img {
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
}

.brands {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 40px;
}

.brand {
    position: relative;
    /*background: #F8F9FB;*/
    border-radius: 12px;
    padding: 8px;
    width: 75px;
    height: 75px;
}

.brand img {
    width: 100%;
    height: 100%;
}

.footer-home {
    padding-top: 64px;
    padding-bottom: 50px;
    position: relative;
}

.footer-home::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-size: cover;
    background-image: url(/img/horizontal-separation.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-home h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.footer-home p,
.footer-home a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #656A76;
    margin-bottom: 0;
    text-decoration: none;
}

.footer-home p img {
    margin-right: 10px;
    margin-top: -5px;
}

.copyright {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #9EA2B2;
    margin-top: 60px;
}

.footer-home p.address {
    margin-bottom: 16px;
}

.contact-column-info {
    text-align: center;
}

.footer-home a:hover {
    color: #0A2A99;
}

.button-login{
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.get-started {
    margin-right: 20px;
}

.get-started:hover {
    cursor: pointer;
}

.advantages {
    padding-bottom: 50px;
    max-width: 1020px;
}

.advantages-header {
    color: #003E82;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.75px;
    text-align: center;
    margin-bottom: 70px;
}

.advantage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.advantage .line {
    width: 155px;
    text-align: center;
}

.advantage-line {
    border-top: 1px solid #000000;
    opacity: 55%;
    width: 32px;
    margin: auto;
}

.advantage-title {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.75px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(50% - 55px);
}

.advantage-title span{
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
}

.advantage-description {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
    opacity: 55%;
    width: calc(50% - 70px);
}

.form-select,
.form-select:focus,
.form-select:active,
.form-select:-webkit-autofill,
.form-select:-webkit-autofill:hover,
.form-select:-webkit-autofill:focus,
.form-select:-webkit-autofill:active {
    background-color: #F3F5F8;
    border-radius: 16px;
    color: #1A1A1A;
    border: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px;
    height: 48px;
    outline: none !important;
    box-shadow: none;
    margin-left: 0 !important;
    padding-left: 0;
}

/* окрашиваем только первый option */
.form-select option:first-child {
    color: #8C8C8D !important;
}

/* остальные опции — чёрные */
.form-select option:not(:first-child) {
    color: #1A1A1A !important;;
}

.getStartedBtn {
    background: #007AFF;
    margin: 0 auto;
    color: #fff;
    padding: 12.5px 24px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.getStartedBtn:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #007AFF;
}

.success-message {
    margin: auto;
}

.success-message h2 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 8px;
}

.success-message p {
    color: #656A76;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    opacity: 70%;
    margin-bottom: 40px;
}

.get-started-error {
    max-width: 100% !important;
    margin-bottom: 30px;
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

.download .get-started {
    background: #9EA2B226;
    padding: 9px 30px;
    border-radius: 99999px;
    margin-right: 0px;
    display: none;
}

.download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.logo-home img {
    height: 27px;
}

@media (min-width: 376px) and (max-width: 749.98px) {
    .header-wrapper p {
        max-width: 280px;
    }

    .btn-login {
        padding: 6px 21px;
    }

    .logo-home img{
        max-height: 36px;
    }

    .cloud-slider-wrapper::before,
    .cloud-slider-wrapper::after {
        display: none;
    }

    .trades {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .forClients {
        padding: 48px 10px 60px 10px;
    }

    .forSupplier {
        padding: 48px 10px 60px 10px;
    }

    .forClients h5,
    .forClients h2,
    .forClients p,
    .forClients .download {
        text-align: center;
    }

    .forClients h2 {
        font-size: 38px;
        line-height: 36px;
        width: 310px;
        margin: 0 auto 500px;
    }

    .forClients h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 16px;
    }

    .forClients p {
        color: #fff;
    }

    .forClients {
        background: url('../img/home/390_hand.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .forSupplier {
        background: url("../img/home/390_monitor.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
    }

    .clientsColumn p, .suppliersColumn p {
        font-size: 16px;
        line-height: 20px;
    }

    .suppliersColumn {
        margin: 0 auto;
    }


    .forSupplier h5,
    .forSupplier h2,
    .forSupplier p {
        text-align: center;
    }

    .forSupplier h2 {
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 500px;
        width: 100%;
    }

    .forSupplier h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .forSupplier p {
        font-size: 16px;
        line-height: 20px;
    }

    .relax-image img {
        width: 220px;
    }


    .forClients .relax-image {
        right: 0;
    }

    .clientsColumn h2 {
        margin-bottom: 450px;
    }

    .brands {
        gap: 3px 15px;
    }

    .brands .brand:nth-child(n+9) {
        display: none;
    }

    .relax-image {
        bottom: 20%;
    }

    .sliderTwoRow {
        display: block;
    }

    .trades {
        padding-left: 0;
        padding-right: 0;
    }

    .cloud-slider-wrapper {
        padding: 0;
    }

    .contact-block{
        text-align: center;
    }

    .advantages{
        max-width: 360px;
        padding-bottom: 24px;
    }

    .advantage{
        flex-direction: column;
        margin-bottom: 40px;
    }

    .advantages-header {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.35px;
        margin-bottom: 24px;
    }

    .advantage-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.6px;
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }

    .advantage-description {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        text-align: center;
        letter-spacing: -0.36px;
    }

    .advantage-line {
        display: none;
    }

    .button-login .get-started {
        display: none;
    }

    .download .get-started {
        display: inline-block;
    }

    .advantage-title span{
        display: none;
    }

    .download a img {
        height: 38px;
    }

    .logo-home img {
        height: 18px;
    }
}

@media (min-width: 749.99px) and (max-width: 768.98px) {

    .clientsColumn,
    .suppliersColumn {
        max-width: 100%;
    }

    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 125% auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 70% auto;
        background-position: center;
        padding: 64px 32px;
    }

    .forClients h5,
    .forSupplier h5{
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 30px;
    }

    .forClients p {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .forSupplier p {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
        margin: 0 auto 32px;
    }

    .forClients .download {
        text-align: center;
    }

    .forClients h2,
    .forSupplier h2{
        text-align: center;
        font-weight: 500;
        font-size: 56px;
        line-height: 58px;
        letter-spacing: 0;
        width: 100%;
        margin-bottom: 650px;
    }

    .brands {
        gap: 3px 25px;
    }

    .brands .brand:nth-child(n+7) {
        display: none;
    }

    .relax-image {
        bottom: 20%;
    }


    .contact-block{
        text-align: center;
    }
}

@media (min-width: 768.99px) and (max-width: 819.98px) {
    .clientsColumn,
    .suppliersColumn {
        max-width: 100%;
    }

    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 95% auto;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 70% auto;
        background-position: center;
        padding: 64px 32px;
    }

    .forClients h5,
    .forSupplier h5{
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 30px;
    }

    .forClients p {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .forSupplier p {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
        margin: 0 auto 32px;
    }

    .forClients .download {
        text-align: center;
    }

    .forClients h2,
    .forSupplier h2{
        text-align: center;
        font-weight: 500;
        font-size: 56px;
        line-height: 58px;
        letter-spacing: 0;
        margin-bottom: 580px;
        width: 100%;
    }

    .brands {
        gap: 3px 25px;
    }

    .brands .brand:nth-child(n+7) {
        display: none;
    }

    .relax-image {
        bottom: 20%;
    }

    .contact-block{
        text-align: center;
    }
}

@media (min-width: 819.99px) and (max-width: 829.98px) {
    .clientsColumn,
    .suppliersColumn {
        max-width: 100%;
    }

    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 115% auto;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 70% auto;
        background-position: center;
        padding: 64px 32px;
    }

    .forClients h5,
    .forSupplier h5{
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 30px;
    }

    .forClients p {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .forSupplier p {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
        margin: 0 auto;
    }

    .forClients .download {
        text-align: center;
    }

    .forClients h2,
    .forSupplier h2{
        text-align: center;
        font-weight: 500;
        font-size: 56px;
        line-height: 58px;
        letter-spacing: 0;
        margin-bottom: 580px;
        width: 100%;
    }

    .brands {
        gap: 3px 25px;
    }

    .brands .brand:nth-child(n+7) {
        display: none;
    }

    .relax-image {
        bottom: 20%;
    }
    .contact-block{
        text-align: center;
    }
}

@media (min-width: 829.99px) and (max-width: 991.98px) {
    .clientsColumn,
    .suppliersColumn {
        max-width: 100%;
    }

    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 70% auto;
        background-position: center;
        padding: 64px 32px;
    }

    .forClients h5,
    .forSupplier h5{
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 30px;
    }

    .forClients p {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .forSupplier p {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
        margin: 0 auto 1rem;
    }

    .forClients .download {
        text-align: center;
    }

    .forClients h2,
    .forSupplier h2{
        text-align: center;
        font-weight: 500;
        font-size: 56px;
        line-height: 58px;
        letter-spacing: 0;
        margin-bottom: 580px;
        width: 100%;
    }

    .brands {
        gap: 3px 25px;
    }

    .brands .brand:nth-child(n+7) {
        display: none;
    }

    .relax-image {
        bottom: 20%;
    }
    .contact-block{
        text-align: center;
    }
}

@media (min-width: 991.99px) and (max-width: 1049.98px) {

    .clientsColumn,
    .suppliersColumn {
        max-width: 100%;
    }

    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 95% auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 65% auto;
        background-position: center;
        padding: 64px 32px;
    }

    .forClients h5,
    .forSupplier h5{
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .flexText {
        justify-content: center;
        margin-bottom: 30px;
    }

    .forClients p {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .forSupplier p {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        vertical-align: bottom;
        margin: 0 auto 1rem;
    }

    .forClients .download {
        text-align: center;
    }

    .forClients h2,
    .forSupplier h2{
        text-align: center;
        font-weight: 500;
        font-size: 56px;
        line-height: 58px;
        letter-spacing: 0;
        margin-bottom: 650px;
        width: 100%;
    }

    .brands {
        gap: 3px 25px;
    }

    .brands .brand:nth-child(n+7) {
        display: none;
    }


    .contact-block{
        text-align: center;
    }
}

@media (min-width: 1049.99px) and (max-width: 1199.98px) {
    .forClients {
        background: url("../img/home/768_hand.webp");
        background-size: 55% auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        padding: 64px 32px;
    }

    .forSupplier {
        background: url("../img/home/768_monitor.webp");
        background-repeat: no-repeat;
        background-size: 55% auto;
        background-position: bottom right;
        padding: 64px 32px;
    }

    .relax-image img {
        width: 350px;
    }
}

@media (min-width: 1199.99px){
    .forClients .flexText,
    .forSupplier .flexText{
        margin-left: 5px;
    }
}

@media (max-width: 575.98px) {
    .header-wrapper {
        padding-bottom: 66px;
        padding-top: 44px;
    }

    header {
        margin-bottom: 0;
    }

    .header-wrapper h1 {
        font-size: 42px;
        line-height: 42px;
        width: 80%;
        margin: 0 auto 24px;
    }

    .header-wrapper p {
        margin: 0 auto 32px;
    }

    .statistics-item span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }

    .brands-wrapper {
        padding-bottom: 50px;
    }

    .footer-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-column {
        text-align: center;
    }

    .contact-column + .contact-column {
        margin-top: 42px;
    }

    .address {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-wrapper {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .header-wrapper h1 {
        font-size: 48px;
        line-height: 48px;
        padding: 0 15%;
    }

    .statistics-item span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }

    .brands-wrapper {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .footer-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-column {
        text-align: center;
    }

    .contact-column + .contact-column {
        margin-top: 42px;
    }

    .address {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-wrapper {
        padding-bottom: 85px;
        padding-top: 85px;
    }

    .header-wrapper h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .statistics-item span {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
    }

    .brands-wrapper {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .contact-column {
        text-align: center;
    }

    .contact-column + .contact-column {
        margin-top: 48px;
    }

    .address {
        max-width: 385px;
        margin: 0 auto;
    }
}

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

}

@media (min-width: 1200px) {
}