@font-face {
    font-family: "Helvetica";
    src: url('../../fonts/Helvetica/HelveticaNeue-Roman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url('../../fonts/Helvetica/HelveticaNeue-Medium.woff2') format('woff2');
    font-weight: 550;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url('../../fonts/Helvetica/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --text-color: #000;
    --orange: #ED6B2D;
    --orange-hover: #F18957;
    --green: #3FA420;
    --green-hover: #4DB929;
    --red: #F90000;
    --font-primary: "Helvetica", sans-serif;
    --trans: all .2s ease;
    --width-container: 1400px;
    --color-primary: #F6F6F6;
    --space-container: calc((100vw - var(--width-container)) / 2);
}

body {
    font-family: var(--font-primary);
    color: var(--text-color);
    font-weight: 400;
    overflow-x: hidden;
    margin-top: 90px;
}

.container {
    width: var(--width-container);
    margin-left: auto;
    margin-right: auto;
}

.big-container {
    width: 1900px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    font-size: 15px;
    font-weight: 550;
    line-height: 20px;
    font-family: var(--font-primary);
    padding: 16.2px 23.4px 14.2px;
    font-style: normal;
    text-transform: uppercase;
    color: var(--text-color);
    cursor: pointer;
    transition: var(--trans);
    text-align: center;
}

.btn:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.btn-black {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.btn-black:hover {
    border: 1px solid rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
}

.btn-green {
    background-color: var(--green);
    border: 1px solid var(--green);
    font-weight: 400;
}

.btn-green:hover {
    background-color: var(--green-hover);
    border: 1px solid var(--green-hover);
    color: var(--text-color);
}

.btn-orange {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.btn-orange:hover {
    background-color: var(--orange-hover);
    border: 1px solid var(--orange-hover);
    color: var(--text-color);
}

.inp {
    width: 100%;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 14px 16px;
    outline: none;
}

.inp::-webkit-input-placeholder {
    color: rgba(15, 27, 36, 0.50);
}

.inp::-moz-placeholder {
    color: rgba(15, 27, 36, 0.50);
}

.inp:-ms-input-placeholder {
    color: rgba(15, 27, 36, 0.50);
}

.inp::-ms-input-placeholder {
    color: rgba(15, 27, 36, 0.50);
}

.inp::placeholder {
    color: rgba(15, 27, 36, 0.50);
}

.inp:focus {
    border: 1px solid rgba(15, 27, 36, 0.50);
}

.inp::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.inp::-webkit-outer-spin-button,
.inp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.inp.error-text {
    border: 1px solid var(--red);
}

.inp.error-text::placeholder {
    color: var(--red);
}

.inp-name {
    margin-bottom: 4px;
}

.popup .inp-name {
    font-size: 14px;
}

.logo {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.logo-img {
    line-height: 0;
}

.logo-text {
    margin-left: 7px;
    line-height: 0;
}

.title {
    font-size: 50px;
    font-weight: 400;
    line-height: 128%;
}

.subtitle {
    color: rgba(0, 0, 0, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.block-padding {
    padding: 120px 0;
    overflow: hidden;
}

.header {
    padding: 19px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid #F6F6F6;
    transition: var(--trans);
}

.home .header {
    background: transparent;
}

.header.header-scrolled {
    background: #FFF;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-mobile,
.header-social {
    display: none;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 65px;
}

.header-menu>li {
    list-style-type: none;
    margin-right: 48px;
}

.header-menu>li:last-child {
    margin-right: 0;
}

.header-menu-item-name {
    display: block;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: var(--trans);
    z-index: 2;
}

.header-menu-item-name.current-page {
    pointer-events: none;
}

.header-menu>li:hover .header-menu-item-name,
.header-menu-item-name.current-page {
    color: rgba(15, 27, 36, 0.50);
}

.header-menu-item-name::before {
    content: '';
    width: 100%;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: var(--trans);
}

.header-menu>li:hover .header-menu-item-name::before,
.header-menu-item-name.current-page::before {
    opacity: 1;
}

.submenu {
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    padding-top: 35px;
    transition: var(--trans);
}

.header-menu>li:hover .submenu {
    visibility: visible !important;
}

.submenu .btn {
    transition: none;
}

.header-menu>li:hover .submenu .btn {
    transition: var(--trans);
}

.submenu-wrapper {
    width: 100%;
    padding: 40px 0px;
    background-color: var(--color-primary);
}

.submenu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submenu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.submenu-main-title {
    font-size: 16px;
    font-weight: 550;
    line-height: 150%;
    margin-right: 60px;
}

.submenu-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.submenu-main-item {
    margin-right: 80px;
    padding-right: 80px;
    border-right: 1px solid rgba(15, 27, 36, 0.10);
}

.submenu-moving {
    border-right: 0;
}

.submenu-main-item__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.submenu-right {
    width: 274px;
}

.submenu-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 80px;
}

.agency-menu-box .submenu-main-item {
    border-right: 1px solid rgba(15, 27, 36, 0.10);
}

.agency-menu-box .submenu-main-item:last-child {
    padding-top: 32px;
}

.menu-height-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -60px;
}

.shipping-height-wrapp {
    max-height: 200px;
    min-width: 439px;
}

.agency-height-wrapp {
    max-height: 120px;
}

.submenu-title,
.submenu-title-mobile {
    color: var(--Dark-Black, #0F1B24);
    font-size: 15px;
    font-weight: 550;
    line-height: 150%;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    display: inline-block;
}

.header-menu>li:hover .submenu-title {
    transition: var(--trans);
}

.submenu-title:hover {
    color: rgba(15, 27, 36, 0.50);
}

.submenu-title-mobile {
    display: none;
}

.menu-height-wrapp li {
    margin-right: 60px;
}

.submenu-main-item ul li {
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 255px;
}

.submenu-main-item ul li:last-child {
    margin-bottom: 0;
}

.submenu-main-item ul li a {
    color: #0F1B24;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.header-menu>li:hover .submenu-main-item ul li a {
    transition: var(--trans);
}

.submenu-main-item ul li a:hover {
    color: rgba(15, 27, 36, 0.50);
}

.submenu-main-item ul li.all-services a {
    color: rgba(15, 27, 36, 0.50);
}

.submenu-case-studies {
    position: relative;
    padding-right: 24px;
}

.submenu-case-studies::after {
    content: '';
    width: 13px;
    height: 11px;
    background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.5L1.5 5.5M12 5.5L7.5 1M12 5.5L7.5 10" stroke="%23242424" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 0;
}

.header-menu>li:hover .submenu-case-studies::after {
    transition: var(--trans);
}

.submenu-case-studies:hover::after {
    opacity: 0.5;
}

.hero {
    text-align: center;
    position: relative;
}

.hero-wrapper {
    padding: 90px 0 21px;
}

.hero-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 550;
    line-height: 115%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.hero-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin: 48px auto 150px;
    opacity: 0.5;
}

.hero-bottom-background {
    height: 388px;
    width: 100%;
    background: var(--color-primary);
    background-image: url(../../images/main/hero-bottom-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    z-index: -1;
}

.hero-wrapper .btn {
    display: none;
}

.hero-scroll {
    color: #0F1B24;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-bounce {
    margin-top: 16px;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    width: 14px;
    height: 9px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%230F1B24" stroke-width="1.5"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 540px;
}

.services-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.services-item__img {
    background: var(--color-primary);
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-item__img img {
    max-width: 530px;
}

.services-item-content {
    max-width: calc(1920px / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding: 60px 60px 80px;
}

.services-item:first-child .services-item-content {
    border-top: 1px solid rgba(15, 27, 36, 0.10);
}

.services-item-content-left {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.services-item-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.services-sections__item {
    margin-right: 24px;
    color: rgba(0, 0, 0, 0.40);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 16px;
}

.services-item__title {
    font-size: 44px;
    font-weight: 400;
    line-height: 115%;
}

.services-item__text {
    margin-top: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    max-width: 435px;
}

.services-item-content .btn {
    margin-top: -16px;
    min-width: 167px;
}

.about {
    padding: 120px 0 80px;
    border-top: 1px solid rgba(15, 27, 36, 0.10);
}

.about .subtitle {
    margin-bottom: 24px;
}

.about-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    max-width: 1094px;
}

.about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 156px;
}

.about-info__item {
    margin-right: 120px;
}

.about-info__item:nth-child(1) .about-number {
    width: 293px;
}

.about-info__item:nth-child(2) .about-number {
    width: 182px;
}

.about-info__item:nth-child(2) .about-info__text {
    max-width: 182px;
}

.about-number {
    font-size: 80px;
    font-weight: 550;
    line-height: normal;
}

.about-info__text {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 207px;
}

.partners {
    padding: 120px 0px;
    background: var(--color-primary);
}

.partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
}

.partners-content {
    max-width: 633px;
}

.partners-content .title {
    margin-bottom: 24px;
}

.partners .btn {
    margin-top: 11px;
}

.partners-logos {
    margin-top: 80px;
}

:root {
    --logos-width: 100vw;
    --logos-height: 47px;
    --logos-elements-displayed: 8;
    --logos-element-width: calc(var(--logos-width) / var(--logos-elements-displayed));
    --logos-animation-duration: calc(var(--logos-elements) * 3s);
}

@media screen and (min-width: 3000px) {
    :root {
        --logos-width: 3000px;
    }
}

.logos {
    margin-left: auto;
    margin-right: auto;
    width: var(--logos-width);
    height: var(--logos-height);
    overflow: hidden;
    position: relative;
}

.logos-slider {
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrolling var(--logos-animation-duration) linear infinite;
    animation: scrolling var(--logos-animation-duration) linear infinite;
}

.logos-slider:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--logos-element-width) * var(--logos-elements)));
        transform: translateX(calc(-1 * var(--logos-element-width) * var(--logos-elements)));
    }
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-1 * var(--logos-element-width) * var(--logos-elements)));
        transform: translateX(calc(-1 * var(--logos-element-width) * var(--logos-elements)));
    }
}

.logos-slider li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--logos-element-width);
    max-height: 100%;
    white-space: nowrap;
}

.logos-slider li img {
    max-width: 147px;
    max-height: 46px;
    width: auto !important;
    height: auto;
}

.partners-logos .logos-slider li img {
    opacity: 0.8;
}

.feedback {
    padding: 120px 0px;
    overflow: hidden;
}

.align-container-left {
    width: auto;
    padding-left: var(--space-container);
}

.feedback-slider {
    padding-right: 20px;
    margin-top: 80px;
    margin-left: -160px;
}

.feedback-slider .slick-list {
    overflow: visible;
}

.feedback-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.feedback-slider .slick-slide {
    height: inherit !important;
}

.feedback-slider .slick-arrow {
    font-size: 0;
    background: transparent;
    border: none;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -132px;
    right: 0;
    margin-right: var(--space-container);
    transition: var(--trans);
}

.feedback-slider .slick-arrow::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.89949 20.8995L19.799 11M19.799 11L9.89949 1.10051M19.799 11L0 11" stroke="black" stroke-width="2"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
}

.feedback-slider .slick-arrow:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}

.feedback-slider .slick-prev {
    right: 92px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.feedback-item {
    padding-left: 80px;
    margin-left: 80px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.feedback-item__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.feedback-item__position {
    color: rgba(0, 0, 0, 0.40);
}

.feedback-item__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 32px 0 48px;
}

.feedback-item__source {
    color: rgba(0, 0, 0, 0.40);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.contacts {
    padding: 80px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-content {
    width: 501px;
}

.contacts-content .text {
    max-width: 358px;
    margin: 24px 0px;
}

.contacts-img {
    max-width: 420px;
    text-align: center;
    margin-top: 72px;
}

.contacts-img img {
    max-width: 230px;
}

.contacts-form {
    width: 744px;
    position: relative;
}

.contacts-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.contacts-form__item {
    width: calc(50% - 12px);
}

.contacts-form__title {
    margin-top: 24px;
    margin-bottom: 8px;
}

.contacts-form textarea {
    resize: none;
    width: 100%;
    height: 203px;
    min-height: 50px;
    line-height: 24px;
}

.contacts-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}

.contacts-form__submit .checkbox-permission {
    padding-left: 40px;
}

.checkbox-permission label {
    color: #0F1B24;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
}

.checkbox-permission label::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    position: absolute;
    top: -2px;
    left: -40px;
    cursor: pointer;
}

.checkbox-permission label::after {
    display: none;
    content: '';
    width: 14px;
    height: 11px;
    background: url(../../images/agency/check-mark-primary.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    left: -34px;
}

.checkbox-permission input:checked+label::after {
    display: block;
}

.checkbox-permission label a {
    text-decoration: none;
    color: #000;
}

.checkbox-permission__text {
    margin-top: 24px;
    color: rgba(15, 27, 36, 0.30);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    max-width: 500px;
}

.checkbox-permission__text a,
.checkbox-permission__text span {
    color: #0F1B24;
    text-decoration: none;
}

.checkbox-permission input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.contact-thanks {
    display: none;
}

.contact-thanks__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 137.5%;
}

.contact-thanks__text {
    color: rgba(0, 0, 0, 0.50);
    max-width: 537px;
    margin: 24px 0px 40px;
}

.contact-thanks__line {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin: 40px 0px 60px;
}

.contact-thanks-info__text {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    margin-bottom: 32px;
}

.contact-thanks-info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: -34px;
}

.contact-thanks-info__item {
    width: 210px;
    margin-left: 34px;
    margin-bottom: 20px;
}

.contact-thanks-info__item a {
    color: var(--text-color);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    line-height: 150%;
    font-weight: 550;
    text-underline-offset: 3px;
    transition: var(--trans);
}

.contact-social {
    padding: 75px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-social__item {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    transition: var(--trans);
}

.contact-social__item:last-child {
    margin-right: 0;
}

.contact-social__item:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}

.mainBlog {
    background: var(--color-primary);
    padding: 100px 0;
}

.mainBlog-top {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainBlog-wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainBlog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    text-decoration: none;
}

.mainBlog-item:last-child {
    margin-bottom: 0;
}

.mainBlog-item__img {
    line-height: 0;
    width: 284px;
    max-height: 190px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.mainBlog-item__img img {
    border-radius: 4px;
    min-width: 100%;
    max-width: 100%;
    transition: var(--trans);
}

.mainBlog-item:hover .mainBlog-item__img img {
    scale: 1.05;
    opacity: 0.8;
}

.mainBlog-item-content {
    margin-left: 16px;
    width: 361px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainBlog-item__category {
    color: rgba(0, 0, 0, 0.60);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.mainBlog-item__title {
    font-size: 20px;
    font-weight: 550;
    line-height: 140%;
    color: var(--text-color);
}

.mainBlog-item-bottom {
    padding-right: 16px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainBlog-video .mainBlog-item-bottom {
    margin-top: 32px;
}

.mainBlog-item__date,
.mainBlog-item__readtime {
    color: rgba(0, 0, 0, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.mainBlog-video {
    width: 723px;
}

.mainBlog-video .mainBlog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mainBlog-video .mainBlog-item__title {
    font-size: 24px;
    line-height: 120%;
}

.mainBlog-video .mainBlog-item__img,
.mainBlog-video .mainBlog-item-content {
    width: 100%;
    margin-left: 0;
}

.mainBlog-video .mainBlog-item__category {
    margin: 16px 0px;
}

.mainBlog-video .mainBlog-item__date,
.mainBlog-video .mainBlog-item__readtime {
    font-size: 16px;
}

.mainBlog-item__video {
    height: 436px;
    width: 100%;
    position: relative;
}

.mainBlog-item__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.faq {
    padding: 120px 0px;
}

.faq-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-content {
    width: 471px;
}

.faq-content .text {
    margin: 24px 0 90px;
}

.faq-img {
    text-align: center;
    line-height: 0;
}

.faq-img img {
    max-width: 310px;
}

.faq-items {
    width: 690px;
    margin-top: -24px;
}

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item summary {
    cursor: pointer;
    padding: 24px 0px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.faq-item summary::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0V18" stroke="black" stroke-width="2"/><path d="M0 9L18 9" stroke="black" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 0px;
}

.faq-item[open] summary::after {
    width: 18px;
    height: 2px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 18 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1L18 1" stroke="black" stroke-width="2"/></svg>');
    top: 38px;
    right: 0;
}

.faq-item summary h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    max-width: 618px;
    transition: var(--trans);
}

.faq-item summary:hover h3 {
    color: rgba(0, 0, 0, 0.40);
}

.faq-item[open] summary h3 {
    color: rgba(0, 0, 0, 0.40);
}

.faq-item p {
    padding: 0 40px 22px 0;
    max-width: calc(637px + 40px);
}

.footer {
    padding: 60px 0 24px;
    background: #242424;
    color: #fff;
}

.footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-text {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    max-width: 214px;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .btn {
    border: 1px solid #fff;
    color: #fff;
}

.footer .btn:hover {
    background: #fff;
    color: #000;
}

.footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-item {
    margin-right: 180px;
}

.footer-item__title {
    font-size: 15px;
    font-weight: 550;
    line-height: 20px;
    margin-bottom: 24px;
}

.footer-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: var(--trans);
}

.footer-menu li a.current-page {
    pointer-events: none;
}

.footer-menu li a:hover,
.footer-menu li a.current-page {
    color: rgba(255, 255, 255, 1);
}

.footer-menu li.all-services {
    margin-top: 24px;
}

.footer-copyright {
    margin-top: 60px;
    color: rgba(255, 255, 255, 0.40);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.footer .social {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .social-item {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    transition: var(--trans);
    margin-right: 16px;
}

.footer .social-item:last-child {
    margin-right: 0;
}

.footer .social-item:hover {
    opacity: 0.6;
}

.footer .social-item svg {
    fill: #fff;
    transition: var(--trans);
}

/* Our Services */
.our-services {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.our-services-top {
    display: flex;
    justify-content: space-between;
}

.our-services-half {
    width: calc(50% - 20px);
}

.our-services__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.our-services-wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.our-services-background {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    max-width: 720px;
    z-index: 0;
}

.our-services-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid rgba(15, 27, 36, 0.20);
    z-index: 2;
}

.our-services-item__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
}

.our-services-item__list {
    margin-top: 22px;
    list-style-type: none;
}

.our-services-item__list li {
    margin-bottom: 8px;
}

.our-services-item__list li:last-child {
    margin-bottom: 0;
}

.our-services-item__list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--trans);
}

.our-services-item__list li a:hover {
    color: #767676;
}

.our-services-item__img {
    line-height: 0;
    margin-top: 80px;
}

.our-services-item__img img {
    max-width: 530px;
}

.our-services-item:nth-child(2) .our-services-item__img {
    text-align: right;
}



#loader {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#loader.active {
    visibility: visible;
}

.dots-spinner {
    width: 3.6rem;
    height: 3.4rem;
    position: relative;
    animation: spin 2s linear infinite;
}

.dots-spinner>span {
    display: block;
    --size: 1.2rem;
    height: var(--size);
    width: var(--size);
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    animation: pulse 3s ease-out infinite var(--delay);
}

.dot-1 {
    top: 0;
    left: calc(50% - (var(--size) / 2));
    --delay: 2s;
}

.dot-2 {
    bottom: 0;
    left: 0;
    --delay: 1s;
}

.dot-3 {
    bottom: 0;
    right: 0;
    --delay: 0s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    transition: var(--trans);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 0;
}

.popup::-webkit-scrollbar {
    display: none;
}

.popup.active {
    visibility: visible !important;
    opacity: 1;
}

.popup-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.popup-title {
    color: #0F1B24;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.partner-popup-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}

.popup-close {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 5px;
    cursor: pointer;
}

.popup-close__icon {
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 19L19 1" stroke="%230F1B24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L19 19" stroke="%230F1B24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup.active .popup-close__icon {
    transition: all 0.3s ease;
}

.popup-close:hover .popup-close__icon {
    transform: rotate(-90deg);
}

.popup-category .popup-wrapper {
    padding: 60px 120px 80px;
    width: 752px;
}

.popup-category .popup-title {
    text-align: center;
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
}

.popup-select-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -16px;
    margin-bottom: -16px;
}

.popup-category__item {
    width: 160px;
    height: 130px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #CECECE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    text-decoration: none;
    margin-left: 16px;
    margin-bottom: 16px;
}

.popup.active .popup-category__item {
    transition: var(--trans);
}

.popup-category__item:hover {
    border: 1px solid #0F1B24;
}

.popup-category__item-img {
    line-height: 0;
}

.popup-category__item-title {
    color: #0F1B24;
    font-size: 16px;
    font-weight: 550;
    line-height: 110%;
}

.popup-partner .popup-wrapper {
    padding: 40px 32px;
    width: 672px;
}

.popup-partner__text {
    margin: 12px 0 32px;
    line-height: 150%;
}

.partner-form__btn {
    text-align: center;
}

.popup-consent {
    margin: 16px 0 32px;
}

.popup-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.popup-consent label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 28px;
    position: relative;
    display: flex;
    cursor: pointer;
    border: 1px solid transparent;
}

.popup-consent label::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="1.5" stroke="%23CECECE"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}

.popup-consent input:checked+label::before {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="1.5" stroke="%230F1B24"/><path d="M3.07141 7.14286L6.92855 11L12.9286 5" stroke="%230F1B24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.popup-consent input.error-text+label {
    border: 1px solid var(--red);
}

.partner-form__item {
    margin-bottom: 16px;
    position: relative;
}

.partner-form textarea {
    min-height: 50px;
    height: 150px;
    resize: none;
}

.error-hint {
    margin-top: 2px !important;
}

.response-output {
    display: none;
    margin-bottom: 16px;
    padding: 15px;
    margin-top: 12px;
}

.response-output.failed {
    display: block;
    border: 1px solid red;
}

.response-output.sent {
    display: block;
    border: 1px solid #46b450;
}

.popup-thank .popup-wrapper {
    padding: 40px 32px;
    width: 576px;
}

.popup-thank__img {
    text-align: center;
    margin-bottom: 32px;
}

.popup-thank__img img {
    max-width: 384px;
    height: auto;
}

.popup-thank__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
}

.popup-thank__separator {
    margin: 24px 0;
    border-bottom: 1px solid rgba(15, 27, 36, 0.20);
}

.popup-thank__text {
    font-size: 14px;
    line-height: 150%;
}

.popup-thank__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.popup-thank__buttons .btn {
    width: calc(50% - 8px);
}


span.error-text {
    display: inline-block;
    margin-top: 10px;
    border: none !important;
    color: #F30000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

body.error404 {
    margin-top: 0;
}

.page-error-top {
    padding: 140px 0 41px;
    text-align: center;
    background: var(--color-primary);
    background-image: url(../../images/main/hero-bottom-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-error-top p {
    color: #CECECE;
    font-family: var(--font-primary);
    font-size: 180px;
    font-weight: 700;
    line-height: 115%;
}

.page-error-wrapper {
    text-align: center;
    padding: 60px 0 355px;
}

.page-error__title {
    font-size: 80px;
    font-weight: 550;
    line-height: 115%;
    margin-bottom: 54px;
}

.error-services {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.error-services__item {
    padding: 11px 9px 9px;
    border-radius: 24px;
    border: 1px solid #242424;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--text-color);
    margin-right: 12px;
    margin-bottom: 12px;
    transition: var(--trans);
}

.error-services__item:last-child {
    margin-right: 0;
}

.error-services__item:hover {
    background: #242424;
    color: #fff;
}

.page-error-scroll {
    margin-top: 0 !important;
}

.page-content {
    padding: 28px 0 120px;
}

.breadcrumb {
    display: flex;
    padding-top: 16px;
}

.breadcrumb li {
    list-style-type: none;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb li+li:before {
    padding: 0 8px;
    content: "/";
}

.breadcrumb li a {
    color: rgba(15, 27, 36, 0.40);
    text-decoration: none;
    transition: var(--trans);
}

.breadcrumb li a:hover {
    color: var(--text-color);
}

.page-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 40px;
}

.page-content {
    overflow-wrap: break-word;
}

.page-content,
.page-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page-content p {
    margin-bottom: 12px;
}

.page-content strong,
.page-content b {
    font-weight: 550;
}

.page-content a {
    color: var(--text-color);
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 32px 0 24px;
    font-weight: 400;
    line-height: 115%;
}

.page-content h2 {
    font-size: 40px;
}

.page-content h3 {
    font-size: 28px;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content ul,
.page-content ol {
    padding-left: 16px;
}

.page-template-default .header {
    background: #fff;
}

/* Responsive */

@media screen and (max-width: 1919px) {
    .big-container {
        width: 100%;
    }
}


@media screen and (max-width: 1600px) {
    .feedback-slider {
        margin-left: -80px;
    }

    .feedback-item {
        padding-left: 40px;
        margin-left: 40px;
    }

    .footer-item {
        margin-right: 140px;
    }

    .menu-height-wrapp li {
        margin-right: 40px;
    }

    .menu-height-wrapp {
        margin-right: -30px;
    }

    .submenu-main-title {
        margin-right: 40px;
    }

    .services-item-content {
        padding: 60px 40px 80px;
    }

    .shipping-height-wrapp {
        min-width: 399px;
    }
}


@media screen and (max-width: 1439px) {

    .big-container {
        padding-left: 0;
        padding-right: 0;
    }

    :root {
        --width-container: 1140px;
    }

    .container,
    .big-container {
        width: var(--width-container);
    }

    .header-menu {
        margin-left: 0;
    }

    .hero-title {
        font-size: 75px;
        max-width: 1040px;
    }

    .hero-bottom-background {
        height: 378px;
    }

    .services-item {
        height: 500px;
    }

    .services-item-content {
        padding: 50px 20px 50px 30px;
    }

    .services-sections__item {
        margin-right: 16px;
        margin-bottom: 12px;
    }

    .services-item__text {
        font-size: 19px;
    }

    .services-item__title {
        font-size: 40px;
    }

    .submenu-main-title {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .submenu-main {
        flex-direction: column;
    }

    .submenu-main-item {
        margin-right: 40px;
        padding-right: 40px;
    }

    .menu-height-wrapp li {
        margin-right: 30px;
    }

    .feedback-slider {
        margin-left: -60px;
    }

    .feedback-item {
        padding-left: 30px;
        margin-left: 30px;
    }

    .feedback-item__text {
        font-size: 19px;
    }

    .contacts-content {
        width: 490px;
    }

    .contacts-form {
        width: 610px;
    }

    .mainBlog-item-content {
        width: 320px;
    }

    .mainBlog-video {
        width: 500px;
    }

    .mainBlog-item__video {
        height: 300px;
    }

    .faq-content {
        width: 415px;
    }

    .footer-item {
        margin-right: 75px;
    }

    .page-error__title {
        font-size: 64px;
    }

    .page-error-top p {
        font-size: 160px;
    }

    .page-error-wrapper {
        padding: 80px 0 260px;
    }

    .shipping-height-wrapp {
        min-width: 379px;
    }

    .our-services-item__img img {
        max-width: 430px;
    }

    .our-services-background {
        max-width: 620px;
        bottom: 75px;
    }

    .our-services-item__img {
        margin-top: 64px;
    }
}


@media screen and (max-width: 1199px) {

    :root {
        --width-container: 960px;
        --logos-element-width: calc(100vw / 6);
    }

    .title {
        font-size: 44px;
        line-height: 110%;
    }

    .hero-title {
        font-size: 67px;
        max-width: 100%;
    }

    .hero-bottom-background {
        height: 361px;
    }

    .hero-text {
        text-align: left;
    }

    .submenu-right {
        display: none;
    }

    .submenu-leads {
        border-right: 0;
    }

    .services-item,
    .services-item:nth-child(even) {
        flex-direction: column;
        height: auto;
    }

    .services-item__img {
        height: 400px;
        width: 100%;
    }

    .services-item-content {
        width: 100%;
        padding: 40px 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-item-sections {
        margin-bottom: 20px;
    }

    .services-sections__item {
        margin-right: 24px;
    }

    .services-item__title {
        margin-bottom: 81px;
    }

    .services-item-content-left {
        height: auto;
    }

    .about-text {
        font-size: 26px;
        line-height: 42px;
    }

    .about-info__item {
        margin-right: 100px;
    }

    .partners .btn {
        margin-top: -8px;
    }

    .feedback-item {
        padding-left: 45px;
        margin-left: 45px;
    }

    .feedback-slider {
        margin-left: -90px;
    }

    .contacts-box {
        flex-direction: column;
    }

    .contacts-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }

    .contacts-content-left {
        max-width: 550px;
    }

    .contacts-img {
        margin-top: 0;
    }

    .contacts-form {
        width: 100%;
    }

    .faq-box {
        flex-direction: column;
    }

    .faq-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .faq-content-left {
        max-width: 415px;
    }

    .faq-img img {
        max-width: 220px;
    }

    .faq-items {
        width: 100%;
        margin-top: 30px;
    }

    .faq-content .text {
        margin: 0;
        margin-top: 24px;
    }

    .faq-item p {
        max-width: calc(100% - 40px);
    }

    .footer-box {
        flex-direction: column-reverse;
    }

    .footer-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 60px;
    }

    .footer-right {
        justify-content: space-between;
    }

    .footer-item {
        margin-right: 120px;
    }

    .footer .social {
        margin-top: 0;
    }

    .footer-copyright {
        margin-top: 40px;
    }

    .footer-text {
        max-width: 223px;
    }

    .mainBlog-wrapper {
        margin-top: 24px;
    }

    .mainBlog-video .mainBlog-item__title {
        font-size: 22px;
    }

    .mainBlog-item__img {
        width: 220px;
        max-height: 150px;
    }

    .mainBlog-item-content {
        width: 285px;
        margin-left: 12px;
    }

    .mainBlog-item__title {
        font-size: 18px;
    }

    .mainBlog-video {
        width: 425px;
    }

    .mainBlog-item__video {
        height: 260px;
    }

    .mainBlog-video .mainBlog-item__date,
    .mainBlog-video .mainBlog-item__readtime {
        font-size: 15px;
    }

    .services-item__title {
        font-size: 36px;
    }

    .our-services-item__img img {
        max-width: 360px;
    }

    .our-services-background {
        max-width: 540px;
    }
}


@media screen and (max-width: 991px) {

    body,
    body.error404 {
        margin-top: 70px;
    }

    :root {
        --width-container: 730px;
        --logos-element-width: calc(100vw / 4);
    }

    .block-padding {
        padding: 100px 0;
    }

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 100;
    }

    .header-mobile {
        display: flex;
        justify-content: space-between;
    }

    .header-wrapper {
        z-index: 99;
        position: fixed;
        top: 69px;
        height: calc(100% - 70px);
        min-height: calc(100% - 70px);
        right: -1000px;
        width: 100%;
        background: #fff;
        transition: all .3s;
        flex-direction: column;
        justify-content: space-between;
        padding: 32px 0 64px;
        overflow-y: scroll;
        border-top: 1px solid #F6F6F6;
    }

    .header-wrapper.active {
        right: 0;
    }

    .burger-menu {
        position: relative;
        width: 36px;
        height: 32px;
        cursor: pointer;
        z-index: 3;
    }

    .burger-menu span {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        border-bottom: 2px solid #0F1B24;
        transition: var(--trans);
    }

    .burger-menu span:nth-child(1) {
        top: 9px;
    }

    .burger-menu span:nth-child(2) {
        bottom: 9px;
    }

    .burger-menu.active span:nth-child(1) {
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }

    .burger-menu.active span:nth-child(2) {
        top: calc(50% - 2px);
        bottom: auto;
        transform: rotate(-45deg);
    }

    .header-wrapper .logo {
        display: none;
    }

    .header-last {
        width: var(--width-container);
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-top: 48px;
    }

    .header-social__item {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(15, 27, 36, 0.2);
        border-radius: 50%;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        transition: var(--trans);
        margin-right: 40px;
    }

    .header-social__item:last-child {
        margin-right: 0;
    }

    .header-social {
        display: flex;
    }

    .header-social .header-social__item svg {
        fill: #0F1B24;
    }

    .header-menu {
        width: var(--width-container);
        flex-direction: column;
        align-items: flex-start;
    }

    .header-menu-item-name {
        font-size: 20px;
        font-weight: 550;
        line-height: 180%;
        padding: 8px 0;
        padding-right: 34px;
        position: relative;
        display: inline-block;
    }

    .header-menu>li {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .submenu {
        visibility: visible !important;
        position: static;
        padding-top: 0;
    }

    .submenu-wrapper {
        padding: 0;
        background-color: transparent;
    }

    .submenu-menus {
        flex-direction: column;
    }

    .agency-menu-box .submenu-main-item {
        border-right: 0;
    }

    .header-menu-item-name::before {
        display: none;
    }

    .header-menu>li:hover .header-menu-item-name {
        color: initial;
    }

    .submenu-main {
        width: 100%;
    }

    .submenu-main-item ul {
        visibility: hidden;
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .submenu-main-item.active ul {
        visibility: visible;
        position: static;
        opacity: 1;
        z-index: 1;
        padding-bottom: 32px;
    }

    .agency-menu-box .submenu-main-item:last-child {
        padding-top: 0;
    }

    .submenu-main-item {
        border-bottom: 1px solid rgba(15, 27, 36, 0.10);
    }

    .submenu-title {
        display: none;
    }

    .submenu-title-mobile {
        display: block;
        font-size: 18px;
        position: relative;
        margin: 0;
        padding: 20px 0;
    }

    .submenu-title-mobile::after {
        content: '';
        width: 18px;
        height: 18px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0V18" stroke="%230F1B24" stroke-width="2"/><path d="M0 9L18 9" stroke="%230F1B24" stroke-width="2"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 9px);
        right: 0px;
    }

    .submenu-main-item.active .submenu-title-mobile::after {
        width: 18px;
        height: 2px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 18 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1L18 1" stroke="%230F1B24" stroke-width="2"/></svg>');
        top: calc(50% - 1px);
    }

    .submenu-main-item ul li {
        margin: 0;
        padding: 8px 0;
        margin-bottom: 16px;
    }

    .submenu-main-item {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        border-right: 0;
    }

    .shipping-height-wrapp {
        max-height: 100%;
        margin-right: 0;
    }

    .submenu-main-item,
    .submenu-main-item:nth-child(3n) {
        margin-right: 0;
    }

    .shipping-height-wrapp {
        min-width: auto;
    }

    .hero {
        text-align: left;
        height: auto;
        min-height: auto;
    }

    .hero-wrapper {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 110px 0 16px;
    }

    .hero-text {
        margin: 40px 0;
        max-width: 464px;
    }

    .hero-bottom-background {
        top: 0px;
        height: 365px;
    }

    .hero-wrapper .btn {
        display: inline-block;
    }

    .hero-scroll {
        margin-top: 120px;
    }

    .services-item__img img {
        max-width: 400px;
    }

    .services-item__title {
        font-size: 36px;
    }

    .services-item__text {
        font-size: 18px;
        line-height: 155%;
        max-width: 400px;
    }

    .about,
    .partners,
    .feedback,
    .mainBlog,
    .faq {
        padding: 90px 0;
    }

    .about-text {
        font-size: 24px;
        line-height: 40px;
    }

    .about-info {
        margin-top: 120px;
        justify-content: space-between;
    }

    .about-info__item {
        margin-right: 0px;
    }

    .about-info__text {
        margin-top: 8px;
    }

    .about-info__item:last-child .about-info__text {
        max-width: 140px;
    }

    .partners-content {
        max-width: 434px;
    }

    .feedback-item__text {
        font-size: 17px;
        line-height: 155%;
    }

    .feedback-item__text {
        margin: 24px 0 48px;
    }

    .contacts-content {
        margin-bottom: 36px;
    }

    .contacts-img {
        margin-top: 10px;
    }

    .contacts-img img {
        max-width: 160px;
    }

    .contacts-content {
        align-items: flex-start;
    }

    .contact-social {
        padding: 55px 0;
    }

    .mainBlog-wrapper {
        flex-direction: column;
    }

    .mainBlog-video {
        width: 100%;
    }

    .mainBlog-item__video {
        height: 410px;
    }

    .mainBlog-video .mainBlog-item__title {
        max-width: 700px;
    }

    .mainBlog-video {
        margin-bottom: 32px;
    }

    .mainBlog-item__img {
        width: 284px;
        max-height: 190px;
    }

    .mainBlog-item-content {
        width: 420px;
        margin-left: 24px;
    }

    .mainBlog-item__title {
        font-size: 20px;
    }

    .mainBlog-item {
        margin-bottom: 24px;
    }

    .faq-content-left .title {
        max-width: 372px;
    }

    .faq-img img {
        max-width: 195px;
    }

    .faq-items {
        margin-top: 40px;
    }

    .faq-item p {
        max-width: 100%;
    }

    .footer-item {
        margin-right: 45px;
    }

    .popup-category .popup-wrapper {
        padding: 40px 40px 60px;
        width: 592px;
    }

    .popup-category .popup-title {
        font-size: 24px;
    }

    .page-error-top {
        padding: 70px 0 80px;
    }

    .page-error__title {
        margin-bottom: 48px;
    }

    .error-services {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-title {
        font-size: 44px;
    }

    .page-content h2 {
        font-size: 36px;
    }

    .our-services-half {
        width: calc(50% - 16px);
    }

    .our-services__text {
        font-size: 18px;
    }

    .our-services-wrapper {
        margin-top: 64px;
    }

    .our-services-item__title {
        font-size: 24px;
    }

    .our-services-item__img img {
        max-width: 270px;
    }

    .our-services-background {
        max-width: 420px;
        bottom: 50px;
    }
}


@media screen and (max-width: 767px) {

    :root {
        --width-container: 540px;
        --logos-element-width: calc(100vw / 3);
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-bottom-background {
        height: 315px;
    }

    .submenu-main {
        flex-direction: column;
    }

    .submenu-main-title {
        margin-bottom: 20px;
    }

    .submenu-menus {
        justify-content: space-between;
    }

    .submenu-main-title {
        display: none;
    }

    .header-social__item {
        margin-right: 24px;
    }

    .services-item-content {
        flex-direction: column;
    }

    .services-sections__item:last-child {
        margin-right: 0;
    }

    .services-item-content .btn {
        margin-top: 40px;
    }

    .services-item__title {
        margin-bottom: 16px;
    }

    .services-item-content {
        padding: 32px 24px;
    }

    .services-item__img {
        height: 340px;
    }

    .about-info {
        flex-direction: column;
        margin-top: 60px;
    }

    .about-info__item {
        margin-bottom: 40px;
    }

    .about-info__item:last-child {
        margin-bottom: 0;
    }

    .about-info__item .about-number {
        width: auto !important;
    }

    .about-info__text {
        max-width: 215px;
    }

    .partners-wrapper {
        flex-direction: column;
    }

    .partners-content {
        margin-bottom: 32px;
    }

    .partners .btn {
        margin-top: 0;
    }

    .feedback-item {
        padding-left: 0;
        border-left: 0;
        margin-left: 32px;
    }

    .feedback-slider {
        margin-left: -32px;
        padding-right: 12px;
    }

    .title {
        font-size: 40px;
    }

    .feedback-slider .slick-prev {
        right: 84px;
    }

    .contacts-img,
    .faq-img {
        display: none;
    }

    .contacts-content-left .title {
        max-width: 400px;
    }

    .contacts-form__submit {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-form__submit .btn {
        margin-left: auto;
        margin-top: 32px;
    }

    .mainBlog-item__video {
        height: 300px;
    }

    .mainBlog-item__title {
        font-size: 18px;
    }

    .mainBlog-item-content {
        margin-left: 12px;
        width: 290px;
    }

    .mainBlog-item {
        justify-content: space-between;
    }

    .mainBlog-item__img {
        width: 235px;
        max-height: 160px;
    }

    .footer-right {
        flex-direction: column-reverse;
    }

    .footer-menus {
        margin-top: 40px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-item:last-child {
        margin-right: 0;
    }

    .contact-thanks__title {
        font-size: 28px;
    }

    .popup-category .popup-wrapper {
        max-width: 592px;
        width: 96%;
        padding: 40px 24px 60px;
    }

    .popup-category__item {
        width: calc(33.33% - 16px);
    }

    .page-error__title {
        font-size: 50px;
    }

    .checkbox-permission__text {
        max-width: 100%;
    }

    .popup-partner .popup-wrapper {
        width: 96%;
        max-width: 648px;
        padding: 40px 20px;
    }

    .partner-popup-title {
        font-size: 24px;
    }

    .popup-thank .popup-wrapper {
        width: 96%;
        max-width: 576px;
    }

    .our-services-background {
        display: none;
    }

    .our-services-item__img img {
        max-width: 240px;
    }
}

@media screen and (max-width: 575px) {

    body,
    body.error404 {
        margin-top: 60px;
    }

    :root {
        --width-container: 380px;
        --logos-element-width: calc(100vw / 2.5);
    }

    .block-padding {
        padding: 64px 0;
    }

    .header-wrapper {
        top: 59px;
        height: calc(100% - 60px);
        min-height: calc(100% - 60px);
        padding: 40px 0 27px;
    }

    .hero-title {
        font-size: 44px;
    }

    .header {
        padding: 14px 0;
    }

    .hero-bottom-background {
        background-image: url(../../images/main/hero-mobile-background2.png);
        height: calc(100% - 90px);
        top: 0px;
    }

    .hero-wrapper {
        padding: 60px 0 0;
    }

    .hero-scroll {
        padding: 22.5px 0;
        margin-top: 40px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-text {
        font-size: 18px;
        margin: 24px 0 80px;
    }

    .hero-wrapper .btn {
        display: block;
        width: 100%;
    }

    .header-last {
        flex-direction: column;
    }

    .header-social {
        width: 100%;
        justify-content: space-between;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(15, 27, 36, 0.10);
    }

    .header-last .btn {
        width: 100%;
    }

    .shipping-height-wrapp {
        max-height: none;
        margin-right: 0;
        flex-wrap: nowrap;
    }

    .menu-height-wrapp li {
        margin-right: 0;
    }

    .submenu-wrapper {
        overflow: visible;
    }

    .submenu-menus {
        margin-bottom: 0;
        flex-direction: column;
    }

    .services-item-content {
        overflow: hidden;
    }

    .services-item__img {
        height: 270px;
    }

    .services-item__img img {
        max-width: 310px;
    }

    .services-item-sections {
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .services-item-sections::-webkit-scrollbar {
        display: none;
    }

    .services-item-content-left {
        max-width: 100%;
    }

    .services-item__title {
        font-size: 32px;
    }

    .services-item-content .btn {
        min-width: auto;
        width: 100%;
    }

    .about-text {
        font-size: 20px;
        line-height: 180%;
    }

    .about-number {
        font-size: 60px;
    }

    .title {
        font-size: 32px;
    }

    .feedback-slider {
        margin-top: 106px;
    }

    .feedback-slider .slick-arrow {
        top: -74px;
    }

    .contacts-form-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contacts-form__item {
        width: 100%;
        margin-bottom: 12px;
    }

    .contacts-content {
        margin-bottom: 6px;
    }

    .contacts-form__title {
        margin-top: 12px;
    }

    .checkbox-permission br {
        display: none;
    }

    .contacts-form__submit .btn {
        width: 100%;
    }

    .contact-social {
        display: none;
    }

    .mainBlog-video {
        margin-bottom: 24px;
    }

    .mainBlog-item__video {
        height: 220px;
    }

    .mainBlog-item {
        flex-direction: column;
    }

    .mainBlog-video .mainBlog-item__title {
        font-size: 18px;
    }

    .mainBlog-item__img {
        width: 100%;
        max-height: none;
    }

    .mainBlog-video .mainBlog-item__date,
    .mainBlog-video .mainBlog-item__readtime {
        font-size: 14px;
    }

    .mainBlog-item-content {
        width: 100%;
        margin-left: 0;
    }

    .mainBlog-video .mainBlog-item-bottom {
        margin-top: 24px;
    }

    .mainBlog-video .mainBlog-item__category,
    .mainBlog-item__category {
        margin: 16px 0 8px;
    }

    .mainBlog-item {
        margin-bottom: 0;
    }

    .mainBlog-elements .mainBlog-item:not(:first-child) {
        display: none;
    }

    .footer-menus {
        flex-wrap: wrap;
    }

    .footer-item {
        margin-bottom: 40px;
    }

    .footer-item:last-child {
        margin-bottom: 0;
    }

    .footer .btn {
        width: 100%;
    }

    .footer-left {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer .social {
        justify-content: space-between;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .footer .social-item {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .footer .social-item svg {
        width: 40px !important;
        height: 40px !important;
    }

    .footer-text {
        margin-top: 20px;
    }

    .header-social__item {
        margin-right: 0;
    }

    .submenu-main-item__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .submenu-main-item ul li,
    .menu-height-wrapp li:nth-child(4) {
        margin-bottom: 16px;
        max-width: 100%;
    }

    .submenu-main-title {
        display: block;
    }

    .partners .btn {
        width: 100%;
    }

    .contact-thanks {
        padding-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .contact-thanks__title {
        font-size: 23px;
    }

    .contact-thanks .btn {
        width: 100%;
    }

    .popup-close {
        top: 20px;
    }

    .popup-category .popup-wrapper {
        padding: 60px 24px;
        width: 100%;
    }

    .popup-wrapper {
        width: 100%;
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        animation: slideOut 0.3s ease forwards;
    }

    .popup.active .popup-wrapper {
        animation: slideIn 0.3s ease forwards;

    }

    @keyframes slideIn {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    @keyframes slideOut {
        from {
            transform: translateY(0);
        }

        to {
            transform: translateY(100%);
        }
    }

    .popup {
        padding: 0;
    }

    .popup-partner .popup-wrapper {
        width: 100%;
        padding: 48px 20px;
    }

    .popup-thank .popup-wrapper {
        width: 100%;
        padding: 56px 24px 48px;
    }

    .popup-thank__title {
        text-align: left;
        font-size: 24px;
    }

    .popup-thank__buttons {
        flex-direction: column;
    }

    .popup-thank__buttons .btn {
        width: 100%;
    }

    .popup-thank__buttons .btn:last-child {
        margin-top: 16px;
    }

    .popup-thank__img img {
        width: 100%;
    }

    .partner-popup-title {
        max-width: 350px;
    }

    .partner-form__btn .btn {
        width: 100%;
    }

    .page-error-wrapper {
        text-align: left;
    }

    .page-error__title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .error-services {
        justify-content: flex-start;
        margin-left: 0;
        max-width: 340px;
        margin-top: 36px;
    }

    .page-error-scroll {
        padding: 0;
        align-items: flex-start;
    }

    .page-error-scroll .arrow-bounce {
        margin-left: auto;
        margin-right: auto;
    }

    .page-error-top {
        padding: 55px 0;
    }

    .page-error-top p {
        font-size: 120px;
    }

    .page-error-wrapper {
        padding: 40px 0 130px;
    }

    .page-content {
        padding: 8px 0 60px;
    }

    .page-title {
        font-size: 32px;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content h3 {
        font-size: 20px;
    }

    .page-content,
    .page-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .our-services-top,
    .our-services-wrapper {
        flex-direction: column;
    }

    .our-services-half {
        width: 100%;
    }

    .our-services-wrapper {
        margin-top: 0px;
    }

    .our-services-item {
        padding-top: 32px;
    }

    .our-services-item__title {
        font-size: 20px;
    }

    .our-services-item__img img {
        max-width: 100%;
    }

    .our-services-item__img,
    .our-services-item:nth-child(2) .our-services-item__img {
        text-align: center;
    }

    .our-services-item {
        margin-top: 48px;
    }
}


@media screen and (max-width: 410px) {
    :root {
        --width-container: calc(100% - 44px);
        --logos-element-width: calc(100vw / 2);
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-text {
        font-size: 16px;
        max-width: 340px;
    }

    .submenu-container,
    .header-menu>li {
        width: 100%;
    }

    .header-menu>li .submenu {
        visibility: hidden !important;
        z-index: -1;
    }

    .submenu {
        position: absolute;
        opacity: 0;
        transition: none;
    }

    .header-menu>li.item-has-submenu.active .submenu {
        visibility: visible !important;
        position: static;
        opacity: 1;
        z-index: 1;
    }

    .header-menu>li {
        margin-bottom: 8px;
    }

    .header-menu-item-name {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid rgba(15, 27, 36, 0.10);
    }

    .item-has-submenu .header-menu-item-name::after {
        content: '';
        width: 18px;
        height: 18px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0V18" stroke="%230F1B24" stroke-width="2"/><path d="M0 9L18 9" stroke="%230F1B24" stroke-width="2"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 9px);
        right: 0px;
    }

    .item-has-submenu.active .header-menu-item-name::after {
        width: 18px;
        height: 2px;
        background: url('data:image/svg+xml,<svg viewBox="0 0 18 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1L18 1" stroke="%230F1B24" stroke-width="2"/></svg>');
        top: calc(50% - 1px);
    }

    .submenu-main-item ul li {
        margin-bottom: 12px;
    }

    .services-item__img {
        height: 230px;
    }

    .services-item__img img {
        max-width: 270px;
    }

    .services-sections__item {
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .services-item-content {
        padding: 24px;
    }

    .services-item__title {
        font-size: 28px;
    }

    .services-item-sections {
        margin-bottom: 24px;
    }

    .services-item__text {
        font-size: 16px;
        line-height: 150%;
        max-width: 315px;
    }

    .about,
    .partners,
    .feedback,
    .mainBlog,
    .faq {
        padding: 60px 0;
    }

    .subtitle {
        font-size: 14px;
    }

    .about .subtitle,
    .subtitle {
        margin-bottom: 12px;
    }

    .about-text {
        font-size: 19px;
        line-height: 170%;
    }

    .about-info__text {
        font-size: 16px;
        line-height: 150%;
    }

    .partners-content .title {
        margin-bottom: 16px;
    }

    .partners .btn {
        margin-top: 0;
    }

    .partners-logos {
        margin-top: 60px;
    }

    .feedback-item__name {
        font-size: 16px;
    }

    .feedback-item__position {
        font-size: 14px;
        line-height: 140%;
    }

    .feedback-item__text {
        font-size: 16px;
        line-height: 150%;
        margin: 20px 0 40px;
    }

    .feedback-item__source {
        font-size: 14px;
    }

    .feedback-slider .slick-arrow {
        margin-right: 22px;
    }

    .contacts-content .text {
        margin: 16px 0 40px;
    }

    .contacts-content {
        margin-bottom: 0;
    }

    .mainBlog-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .mainBlog-top .btn {
        width: 100%;
        margin-top: 16px;
    }

    .mainBlog-wrapper {
        margin-top: 24px;
    }

    .mainBlog-video .mainBlog-item__category,
    .mainBlog-item__category {
        font-size: 12px;
    }

    .mainBlog-video .mainBlog-item__title,
    .mainBlog-item__title {
        font-size: 16px;
        line-height: 125%;
    }

    .mainBlog-video .mainBlog-item-bottom,
    .mainBlog-item-bottom {
        padding-right: 0;
        margin-top: 16px;
    }

    .mainBlog-video .mainBlog-item__date,
    .mainBlog-video .mainBlog-item__readtime,
    .mainBlog-item__date,
    .mainBlog-item__readtime {
        font-size: 12px;
    }

    .mainBlog-video {
        margin-bottom: 16px;
    }

    .faq-content .text {
        margin-top: 12px;
        max-width: 280px;
    }

    .faq-item summary h3 {
        font-size: 18px;
        line-height: 155%;
    }

    .faq-item summary {
        padding: 20px 40px 20px 0;
    }

    .faq-item p {
        padding: 0 0 20px;
        font-size: 15px;
    }

    .faq-items {
        margin-top: 24px;
    }

    .footer-item__title {
        font-weight: 400;
    }

    .contact-thanks {
        padding-top: 36px;
    }

    .popup-partner .popup-wrapper {
        padding: 40px 24px;
    }

    .popup-thank .popup-wrapper {
        padding: 56px 16px 48px;
    }

    .popup-thank__title {
        font-size: 22px;
    }

    .popup-title {
        font-size: 24px;
    }

    .popup-partner__text {
        margin: 16px 0 32px;
    }

    .partner-form__item {
        margin-bottom: 12px;
    }

    .partner-form textarea {
        height: 110px;
    }

    .response-output {
        padding: 10px;
    }

    .page-error-scroll {
        font-size: 14px;
    }

    .page-error-top p {
        font-size: 100px;
    }

    .page-error-top {
        padding: 40px 0;
    }

    .page-error-wrapper {
        padding: 40px 0 90px;
    }

    .breadcrumb li+li:before {
        padding: 0 5px;
    }

    .checkbox-permission label {
        font-size: 14px;
        line-height: 140%;
    }

    .checkbox-permission label::before {
        top: 1px;
    }

    .checkbox-permission label::after {
        top: 8px;
    }

    .our-services-item__img {
        margin-top: 32px;
    }
}

@media screen and (max-width: 372px) {
    :root {
        --width-container: calc(100% - 30px);
    }

    .feedback-slider .slick-arrow {
        margin-right: 15px;
    }
}


@media screen and (max-width: 359px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-wrapper {
        padding: 40px 0 0;
    }

    .hero-text {
        margin: 16px 0 50px;
    }

    .services-item__text {
        font-size: 15px;
    }

    .about-text {
        font-size: 17px;
        line-height: 155%;
    }

    .text {
        font-size: 15px;
    }

    .title {
        font-size: 28px;
    }

    .mainBlog-item__video {
        height: 190px;
    }

    .mainBlog-video .mainBlog-item__title,
    .mainBlog-item__title {
        font-size: 15px;
    }

    .faq-item summary h3 {
        font-size: 16px;
    }

    .faq-item p {
        font-size: 14px;
    }

    .footer-item {
        margin-right: 20px;
    }

    .services-item-content {
        padding: 24px 12px;
    }

    .contact-thanks__title {
        font-size: 20px;
    }

    .contact-thanks__text {
        margin: 16px 0px 32px;
    }

    .popup-category .popup-wrapper {
        padding: 50px 20px 32px;
    }

    .popup-category__item {
        width: calc(33.33% - 12px);
        margin-left: 12px;
        margin-bottom: 12px;
        padding: 12px;
        height: 110px;
    }

    .popup-select-category {
        margin-left: -12px;
        margin-top: 32px;
    }

    .popup-category__item-title {
        font-size: 14px;
    }

    .popup-category__item-img img {
        max-height: 46px;
    }

    .popup-partner .popup-wrapper {
        padding: 48px 16px 40px;
    }

    .popup-partner__text {
        font-size: 14px;
    }

    .popup-thank .popup-wrapper {
        padding: 56px 16px 32px;
    }

    .popup-thank__title {
        font-size: 20px;
    }

    .popup-thank__img {
        margin-bottom: 24px;
    }

    .popup-thank__buttons {
        margin-top: 28px;
    }

    .popup-thank__separator {
        margin: 20px 0;
    }

    .response-output {
        font-size: 15px;
    }

    .page-error-scroll {
        font-size: 12px;
    }

    .page-error-top p {
        font-size: 80px;
    }

    .page-error-top {
        padding: 30px 0;
    }

    .page-error__title {
        font-size: 26px;
        line-height: 30px;
    }

    .error-services {
        margin-top: 16px;
    }

    .page-error-wrapper {
        padding: 32px 0 80px;
    }

    .page-error__title {
        margin-bottom: 28px;
    }

    .page-title {
        font-size: 30px;
    }

    .page-content h2 {
        font-size: 22px;
    }

    .page-content h3 {
        font-size: 18px;
    }

    .page-content p {
        margin-bottom: 10px;
    }

    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        margin: 28px 0 20px;
    }

    .our-services__text {
        font-size: 17px;
    }
}