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

body {
    font-family: 'Open Sans', sans-serif;
}

* {
    outline: none !important;
}

a {
    text-decoration: none;
}

svg {
    width: 100%;
}

.feedback-tittle-btn {
    transition: all 0.5s;
}

.feedback-tittle-btn:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.feedback-tittle-btn:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

button {
    border: none;
    background: transparent;
    transition: all 0.5s;
}

button:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

button:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.request-submit:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.request-submit:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.form-input-submit {
    transition: all 0.5s;
    cursor: pointer;
}

.form-input-submit:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.form-input-submit:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.form-input input {
    transition: all 0.5s;
    cursor: pointer;
}

.case-box-slider-item-img-text:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.case-box-slider-item-img-text:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.form-input:hover input {
    border-radius: 16px;
    border: 2px solid #FFD6A6;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.form-input input:focus {
    border-radius: 16px;
    border: 2px solid #FFD6A6;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

*:required {
    border: 2px solid #DE350B;
}

ul {
    padding-left: 0;
}

header {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 32px 42px;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
    background: #FFF;
    box-sizing: border-box;
}

header .wrapper {
    display: flex;
    min-width: 1116px;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.header-logo {
    width: 145.358px;
    height: 46.419px;
}

header .wrapper ul {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

header .wrapper .header-navs li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-navs li a {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    transition: all 0.5s;
}

.header-navs li a:hover {
    color: #948900;
    transition: all 0.5s;
}

.header-navs li a:active {
    color: #554D00;
    transition: all 0.5s;
}

.footer-content-left-nav ul li a:hover {
    color: #948900;
    transition: all 0.5s;
}

.footer-content-left-nav ul li a:active {
    color: #554D00;
    transition: all 0.5s;
}

.social-network a {
    transition: all 0.5s;
}

.social-network a:hover {
    color: #948900 !important;
    transition: all 0.5s;
}

.social-network a:active {
    color: #554D00 !important;
    transition: all 0.5s;
}

.header-btn {
    display: flex;
    width: 360px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.header-btn-phone {
    display: flex;
    width: 173px;
    height: 48px;
    flex-shrink: 0;
    transition: all 0.5s;
}

.header-btn-phone:hover>a {
    color: #948900;
}

.header-btn-phone:hover>img {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.header-btn-phone img {
    transition: all 0.5s;
}

.header-btn-button {
    display: flex;
    border-radius: 12px;
    background: #FDE614;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.5s;
    text-decoration: none;
}

.header-btn-button:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.header-btn-button:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.header-btn-button img {
    width: 24px;
    height: 24px;
}

.drop-down-menu {
    width: 224px;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    position: absolute;
    top: 36px;
    opacity: 0;
    cursor: default;
    display: none;
}

.drop-down:hover .drop-down-menu {
    display: flex;
    opacity: 1;
    z-index: 50;
}

.drop-down-menu h4 {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: #0057FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border-bottom: 1px solid #FAF3DE;
}

.adress-line>a {
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.drop-down-menu ul li img {
    width: 18px;
    height: 18px;
}

.drop-down-menu ul li:nth-of-type(1) a {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    padding: 8px 16px 8px 0;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.drop-down-menu ul li {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    text-align: left;
}

.drop-down-menu ul li a {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.upper-band {
    display: flex;
    height: 36px;
    min-width: 1200px;
    max-width: 3200px;
    padding: 8px 42px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    background: #FDE614;
    position: relative;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    ;
    transform: translateY(0px);
    box-sizing: border-box;
}

/* .upper-band.hidden {
    transform: translateY(-53px);
    transition: transform 0.3s ease-in-out;;
  } */
.upper-band .content {
    display: flex;
    min-width: 1116px;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex: 1 0 0;
}

.adress-line {
    display: flex;
    gap: 16px;
    height: 46px;
    align-items: center;
}

.social-network {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.drop-down {
    display: flex;
    width: 77px;
    height: 100%;
    align-items: center;
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    gap: 4px;
    transition: all 0.5s;
    cursor: pointer;
}

.drop-down img {
    width: 16px;
    height: 16px;
    transition: all 0.5s;
}

.drop-down:hover {
    transition: all 0.5s;
    color: #948900;
}

.drop-down:hover>img {
    transition: all 0.5s;
    transform: rotate(180deg);
}

.adress-line>p {
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.social-network a {
    display: flex;
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    align-items: center;
    gap: 4px;
}

.social-network a:nth-of-type(1) {
    border-right: 1px solid #DAC763;
    padding-right: 16px;
}


.header-btn-phone {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-btn-phone img {
    width: 20px;
    height: 20px;
}

.header-btn-phone a {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
}

.header-btn-menu {
    width: 224px;
    padding: 16px 0px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    position: absolute;
    top: 110px;
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
    display: none;
}

.header-btn-phone:hover .header-btn-menu {
    opacity: 1;
    transition: all 0.5s;
    z-index: 50;
    display: flex;
}

.header-btn-menu p {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.header-btn-menu-nav li {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.header-btn-menu-nav li a {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.header-btn-menu-nav {
    border-bottom: 1px solid #FAF3DE;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    margin-right: auto;
    width: 100%;
}

.header-btn-menu>a {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: #0057FF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.hero-positon1 {
    position: absolute;
    left: 602px;
    top: 110px;
    z-index: 2;
}


.hero-positon2 {
    position: absolute;
    left: 122px;
    bottom: 156px;
    z-index: 2;
}


.hero-positon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.webp .hero-positon3 {
    background-image: url(../img/Noise.webp);
}

.hero-positon3 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero .wrapper {
    display: flex;
    min-width: 1116px;
    max-width: 1280px;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
    flex: 1 0 0;
    position: relative;
    z-index: 4;
}

.hero-left {
    display: flex;
    width: 546px;
    flex-direction: column;
    align-items: flex-start;
    gap: 54px;
    min-width: 546px;
}

.hero-right {
    width: 961px;
    height: 622px;
}

.hero-left-tittle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.hero-left-tittle h1 {
    color: #282828;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.hero-left-tittle span {
    color: #5E5E5E;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero-left-text {
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero-left-text b {
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hero-left-container {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
}

.hero-left-container-icon {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.hero-left-container-icon img {
    width: 32px;
    height: 32px;
}

.hero-left-container-icon p {
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero-left-container a {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FDE614;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    transition: all 0.5s;
}

.hero-left-container a:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.hero-left-container a:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.hero-left-container a img {
    width: 28px;
    height: 28px;
}

.hero-right {
    position: relative;
}

.hero-right>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 961px;
    height: 622px;
}

.hero-right-box {
    width: 961px;
    height: 622px;
    flex-shrink: 0;
    top: 0;
    position: absolute;
}

.hero-right-box-item {
    display: flex;
    width: 246px;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.15);
}

.hero-right-box-item-emodji {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: transparent;
}


.hero-right-box-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.hero-right-box-item-text h2 {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hero-right-box-item-text p {
    color: #868686;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 42px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
    padding-top: 280px;
    overflow: hidden;
    box-sizing: border-box;
}

.hero-right-box-item1 {
    position: absolute;
    top: 78px;
    left: 290px;
}

.hero-right-box-item2 {
    position: absolute;
    top: 196px;
    left: 0;
}

.hero-right-box-item3 {
    position: absolute;
    bottom: 59px;
    left: 302px;
}

.relevant {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 64px 0px 128px 0px;
    flex-direction: column;
    align-items: center;
    gap: 128px;
    align-self: stretch;
    box-sizing: border-box;
}

.relevant-tittle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.relevant-tittle-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.relevant-tittle-img img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

.relevant-tittle h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.relevant-box {
    display: flex;
    width: 1116px;
    flex-direction: column;
    align-items: flex-start;
    gap: 128px;
}

.relevant-box-top {
    display: flex;
    align-items: flex-start;
    gap: 71px;
    align-self: stretch;
}

.relevant-box-bottom {
    display: flex;
    align-items: center;
    gap: 71px;
    align-self: stretch;
}

.relevant-box-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 24px;
    flex: 1 0 0;
}

.relevant-box-item>img {
    width: 48px;
    height: 48px;
}

.relevant-box-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    position: relative;
    z-index: 2;
}

.relevant-box-item-content h3 {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.relevant-box-item-content p {
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.relevant-box-item-position {
    color: #FFF1E0;
    font-size: 220px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 0px;
    top: -153px;
}

.steps {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 0px;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    gap: 119px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

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

.webp .steps-position3 {
    background-image: url(../img/Noise.webp);
}

.steps-position3 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.steps-position1 {
    width: 550px;
    height: 553.006px;
    flex-shrink: 0;
    border-radius: 553.006px;
    opacity: 0.5;
    background: #FDE614;
    position: absolute;
    left: 0;
    top: 485px;
    z-index: 2;
}

.steps-position2 {
    width: 450px;
    height: 452.459px;
    flex-shrink: 0;
    border-radius: 452.459px;
    opacity: 0.5;
    background: #DF8B28;
    position: absolute;
    right: 0;
    top: 717px;
    z-index: 2;
}

.steps-left {
    display: flex;
    width: 451px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    position: relative;
    z-index: 4;
}

.steps-right {
    display: flex;
    width: 546px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 4;
}

.steps-left-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.steps-left-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    align-self: stretch;
}

.steps-left-top-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.steps-left-top-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.steps-left-top-text span {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.steps-left-top-text h2 {
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.steps-left-bottom-form {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.steps-left-bottom-promo {
    display: flex;
    height: 261px;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 18px 37.5px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.steps-left-bottom-form>p {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.steps-left-bottom-form-chat {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.steps-left-bottom-form-chat-img {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.steps-left-bottom-form-chat-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.steps-left-bottom-form-chat-message {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0px 20px 20px 20px;
    background: #F3F3F3;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.steps-left-bottom-form-chat-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.steps-left-bottom-form-chat-name h3 {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.steps-left-bottom-form-chat-name p {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.steps-left-bottom-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    position: relative;
}

form label {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-input input {
    display: flex;
    padding: 16px 24px 16px 54px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 16px;
    border: 2px solid #DDD;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
}

.form-input input::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-input img {
    position: absolute;
    left: 24px;
    top: 18px;
}

.form-input-submit {
    position: relative;
    display: flex;
    padding: 16px 60px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FDE614;
    margin-top: 23px;
}

.form-input-submit input {
    font-family: 'Open Sans', sans-serif;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: transparent;
    border: none;
    padding: 0;
}

.form-input-submit img {
    position: absolute;
    top: 16px;
    right: 24px;
}

.steps-left-bottom-promo-position {
    overflow: hidden;
}

.steps-left-bottom-promo {
    overflow: hidden;
}

.steps-left-bottom-promo-position {
    background: #282828;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.steps-left-bottom-promo-position1 {
    width: 326.361px;
    height: 379.992px;
    flex-shrink: 0;
    border-radius: 379.992px;
    background: #FDE614;
    position: absolute;
    right: -185px;
    top: -174px;
    z-index: 1;
}

.steps-left-bottom-promo-position2 {
    width: 461.084px;
    height: 309.937px;
    flex-shrink: 0;
    background: #5B68DF;
    position: absolute;
    left: -54px;
    top: 100px;
    z-index: 1;
}

.webp .steps-left-bottom-promo-position4 {
    background-image: url(../img/Noise.webp);
}

.steps-left-bottom-promo-position4 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.steps-left-bottom-promo-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    height: 100%;
}

.steps-left-bottom-promo-content-logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.steps-left-bottom-promo-content-logo img:nth-of-type(1) {
    width: 113.7px;
    height: 18px;
}

.steps-left-bottom-promo-content-logo img:nth-of-type(2) {
    width: 46.426px;
    height: 46.419px;
}

.steps-left-bottom-promo-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: auto;
}

.steps-left-bottom-promo-content-text h3 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.steps-left-bottom-promo-content-text p {
    color: #C6C6C6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.steps-right-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.steps-right-column-box {
    display: flex;
    width: 261px;
    height: 261px;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.steps-right-column-box-emodji {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 40.8px */
}

.steps-right-column-box-emodji1 {
    width: 32px;
    height: 32px;
}



.steps-right-column-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.steps-right-column-box-text h4 {
    color: #393939;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.steps-right-column-box-text p {
    color: #868686;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.steps-right-column-box-position {
    position: absolute;
    right: 16px;
    top: 0;
    color: #F3F3F3;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.steps-right-column-box-emodji2 {
    width: 32px;
    height: 32px;
}

.steps-right-column-box-emodji3 {
    width: 32px;
    height: 32px;
}

.steps-right-column-box-img {
    padding: 0;
    overflow: hidden;
}

.steps-right-column-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.steps-right-column-box-emodji4 {
    width: 32px;
    height: 32px;
}

.steps-right-column-box-emodji5 {
    width: 32px;
    height: 32px;
}

.steps-right-column-box-emodji6 {
    width: 32px;
    height: 32px;
}

.request {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 0px;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 119px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

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

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

.webp .request-position2 {
    background-image: url(../img/Noise.webp);
}

.request-position2 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.request-left {
    display: flex;
    width: 355px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 5;
}

.request-right {
    display: flex;
    width: 641px;
    align-items: flex-start;
    gap: 24px;
    z-index: 5;
}

.request-left-tittle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.request-left-tittle-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.request-left-tittle-text h2 {
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.request-left>p {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 96px;
}

.request-left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.request-left-box-item {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.request-left-box-item-img {
    width: 32px;
    height: 32px;
}

.request-left-box-item>p {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.request-left-tittle-img img {
    width: 100%;
}

.request-left-box-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F3F3;
}

.request-left-box-item:nth-last-of-type(1) {
    border-bottom: 0;
}

.request-right-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.request-right-form {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.request-right-column-box {
    display: flex;
    width: 166px;
    height: 166px;
    padding: 16px 48px 16px 16px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.request-right-column-box:hover {
    border-radius: 16px;
    background: #FAF3DE;
    transition: all 0.5s;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

.request-right-column-box>input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.checked-label {
    background: #FDE614;
}

.label-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.label-container>img {
    width: 20px;
    height: 20px;
}

.label-container h4 {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.label-container p {
    color: #5E5E5E;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.label-container-position {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.request-right-form>p {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.request-right-form-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.form-input-flex-box div {
    display: none;
}

.form-input-flex-box div.checked {
    display: flex;
}

.form-input-flex-box-content {
    width: 221px;
    box-sizing: border-box;
    height: 60px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 12px;
    background: #DDD;
    overflow: hidden;
    position: relative;
}

.form-input-flex {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 17px;
}

.form-input-flex-box-content span {
    color: #9B9B9B;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-input-flex-box-content p {
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.form-input-flex-box-content>img {
    position: absolute;
    right: 16.655px;
    top: 0;
}

.request-submit {
    display: flex;
    align-items: flex-start;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FDE614;
}

.request-submit input {
    background: transparent;
    border: none;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    line-height: 150%;
}

.case {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 0px;
    flex-direction: column;
    align-items: center;
    gap: 68px;
    align-self: stretch;
    position: relative;
    box-sizing: border-box;
}

.closeMe {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

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

.webp .case-position2 {
    background-image: url(../img/Noise.webp);
}

.case-position2 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.case-position1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.case-position1 svg {
    width: 100%;
    height: 100%;
}

.feedback-position svg {
    height: inherit;
}

.case-left-tittle {
    display: flex;
    width: 356px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 5;
}

.case-left-tittle-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.case-left-tittle-img img {
    width: 100%;
}

.case-left-tittle-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.case-left-tittle-text span {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.case-left-tittle-text h2 {
    color: #282828;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.case-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 5;
}

.case-box-slider {
    display: flex;
    width: 1116px;
    flex-wrap: wrap;
    gap: 24px;
}

.case-box-slider-item {
    width: 356px;

}



.case-box-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 16px;
    background: #FFF;
    position: relative;
    transition: all 0.5s;
    padding: 32px 24px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s;
}

.case-box-slider-item:hover .case-box-container {
    transition: all 0.5s;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}

.case-box-slider-item {
    display: none;
}

.case-box-slider-item.visible {
    display: flex;
}

.case-box-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hidden {
    display: none;
}

.case-box-slider-item h3 {
    color: #282828;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.case-box-item-block1 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.case-box-item-block1-container {
    border-radius: 8px;
    background: #FAF3DE;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 4px;
}

.case-box-container>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.case-box-item-block2 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.case-box-item-block2-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.case-box-item-block2-content span {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.case-box-item-block2-content p {
    color: #868686;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.case-box-slider-item-img {
    position: relative;
    display: flex;
    width: 308px;
    height: 215px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    opacity: 0.5;
    background: #FFF;
    transition: all 0.5s;
    overflow: hidden;
}

.case-box-slider-item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-box-slider-item {
    cursor: pointer;
}

.case-box-slider-item:hover .case-box-slider-item-img {
    opacity: 1;
    transition: all 0.5s;
}

.case-box-slider-item-img-text {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FDE614;
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transform: translateY(200%);
    transition: all 0.5s;
    z-index: 10;
}

.certificates-tittle .about-us-left-tittle-logo-img>img {
    object-fit: cover;
}

.case-box-slider-item-img-text a {
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.case-box-slider-item:hover .case-box-slider-item-img-text {
    transform: translateY(0%);
    transition: all 0.5s;
}

.case-box-item-block1-container {
    color: #686100;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.argument {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 64px 42px 96px 42px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    position: relative;
    box-sizing: border-box;
}

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

.argument-position1 {
    position: absolute;
    top: -86%;
    left: 0;
    width: 100%;
    height: 150%;
    mix-blend-mode: color-burn;
}

.argument-position1 svg {
    width: 100%;
    height: 150%;
}

.webp .argument-position2 {
    background-image: url(../img/Noise.webp);
}

.argument-position2 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.argument-tittle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.argument-tittle-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.argument-tittle-img img {
    width: 100%;
}

.argument-tittle-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.argument-tittle-text span {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.argument-tittle-text h2 {
    color: #282828;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.argument-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.argument-box-left {
    display: flex;
    max-width: 1116px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.argument-box-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.argument-box-right {
    display: flex;
    width: 1116px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.argument-box-right-container {
    display: flex;
    width: 261px;
    height: 261px;
    box-sizing: border-box;
    padding: 24px 56px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.argument-box-right-container-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.argument-box-right-container-text h4 {
    color: #393939;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.argument-box-right-container-text p {
    color: #868686;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    overflow: hidden;
}

.argument-box-right-container-emodji {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 40.8px */
}

.argument-emodji1 {
    width: 32px;
    height: 32px;
}

.argument-tittle {
    position: relative;
    z-index: 5;
}

.argument-box {
    position: relative;
    z-index: 5;
}

.novalid {
    border: 2px solid #DE350B !important;
}

.valid {
    border-radius: 16px;
    border: 2px solid #DDD;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.argument-box-right-container-img {
    padding: 0;
    overflow: hidden;
}

.argument-box-right-container-img picture {
    height: 100%;
}

.argument-box-right-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.argument-emodji2 {
    width: 32px;
    height: 32px;
}

.argument-emodji3 {
    width: 32px;
    height: 32px;
}

.argument-emodji4 {
    width: 32px;
    height: 32px;
}

.argument-emodji5 {
    width: 32px;
    height: 32px;
}

.argument-emodji6 {
    width: 32px;
    height: 32px;
}

.about-us {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 119px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
    padding-top: 109px;
    box-sizing: border-box;
}

.about-us-position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-us-position1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.about-us-position1 svg {
    width: 100%;
}

.webp .about-us-position2 {
    background-image: url(../img/Noise.webp);
}

.about-us-position2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    top: 0;
    left: 0;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.about-us-left {
    display: flex;
    width: 498.5px;
    flex-direction: column;
    align-items: flex-end;
    gap: 96px;
    position: relative;
    z-index: 5;
}

.about-us-right {
    display: flex;
    width: 482.5px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    border-left: 16px solid #FDE614;
    background: #FFF;
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-top: 13px;
}

.about-us-left-tittle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.about-us-left-tittle-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.about-us-left-tittle-logo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.about-us-left-tittle-logo-img img {
    width: 100%;
}

.about-us-left-tittle-logo h2 {
    color: #282828;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.about-us-left-tittle>p {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-us-left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.about-us-left-box-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.about-us-left-box-container-img {
    width: 42px;
    height: 42px;
}

.about-us-left-box-container-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.about-us-left-box-container-text h4 {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.about-us-left-box-container-text p {
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-us-right-content {
    display: flex;
    padding: 27px 40px 0px 23px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    z-index: 2;
    align-self: stretch;
}

.about-us-right-content p {
    color: #868686;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-us-right-content p span {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.about-us-right-photo {
    height: 275px;
    position: relative;
    overflow: hidden;
    margin-top: -22px;
}

.about-us-right-photo1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-right-photo2 {
    position: absolute;
    bottom: 21px;
    right: 34px;
}

.about-us-right-photo-position {
    position: absolute;
    width: 499px;
    height: 180px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.00) 100%);
    top: 0;
    left: 0;
}

.form-card {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 64px 0px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}

.webp .form-card-position {
    background-image: url(../img/Noise.webp);
}

.form-card-position {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.form-card-container {
    display: flex;
    width: 1116px;
    padding: 48px 32px;
    align-items: center;
    gap: 119px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
}

.form-card-container-position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;

}

.webp .form-card-container-position3 {
    background-image: url(../img/Noise.webp);
}

.form-card-container-position3 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0px;
    right: 0px;
}

.form-card-container-position1 {
    width: 754.435px;
    height: 733.29px;
    flex-shrink: 0;
    border-radius: 754.435px;
    opacity: 0.7;
    background: #FDAE14;
    position: absolute;
    top: 180px;
    right: -300px;
}

.form-card-container-position2 {
    width: 721.104px;
    height: 700.72px;
    flex-shrink: 0;
    border-radius: 721.104px;
    opacity: 0.35;
    background: #FDE614;
    position: absolute;
    bottom: 21px;
    left: -78px;
}

.form-card-container-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    gap: 41px;
    position: relative;
    z-index: 5;
}

.form-card-container-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
    position: relative;
    z-index: 5;
    margin-top: -25px;
}

.form-card-container-left-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.form-card-container-left-text h2 {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.form-card-container-left-text p {
    color: #868686;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-card-container-left-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.form-card-container-left-card-box {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
}

.form-card-container-left-card-box-emodji {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.form-card-container-left-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.form-card-container-left-card-text h5 {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.form-card-container-left-card-text p {
    color: #868686;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-card-container-right {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.form-card-container-right form {
    width: 100%;
}

.form-card-container-right form .form-input-submit {
    width: max-content;
}

.certificates {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 64px 0px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    position: relative;
    box-sizing: border-box;
}

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

.webp .certificates-position3 {
    background-image: url(../img/Noise.webp);
}

.certificates-position3 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.certificates-position1 {
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    border-radius: 450px;
    opacity: 0.5;
    background: #FDE614;
    position: absolute;
    top: 231px;
    left: 0;
}

.certificates-position2 {
    width: 550px;
    height: 550px;
    flex-shrink: 0;
    border-radius: 550px;
    opacity: 0.5;
    background: #DF8B28;
    position: absolute;
    top: -72px;
    right: 92px;
}

.certificates-tittle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 5;
    width: 453px;
}

.about-us-left-tittle-logo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.certificates-tittle-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.certificates-tittle-text span {
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.certificates-tittle-text h2 {
    color: #282828;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.certificates-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 5;
}

.certificates-slider {
    display: flex;
    width: 1116px;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.certificates-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    padding: 16px;
    width: 261px;
    height: 360px;
    max-width: 261px;
    box-sizing: border-box;
    min-width: 261px;
    background: #FFF;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
}

.certificates-item:hover {
    transition: all 0.5s;
    opacity: 1;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}

.certificates-item:active {
    transition: all 0.5s;
    opacity: 1;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}

.certificates-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.certificates-box-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.certificates-item {
    display: none;
}

.certificates-item.visible {
    display: flex;
}

.certificates-item>a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.certificates-item {
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.certificates-item:hover .certificates-item-btn {
    transform: translateY(0%);
    transition: all 0.5s;
}

.certificates-item-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FDE614;
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transform: translateY(200%);
    transition: all 0.5s;
    z-index: 10;
    cursor: pointer;
}

.certificates-item-btn:hover {
    background: #F7BB6F;
    transition: all 0.5s;
}

.certificates-item-btn:active {
    background: #E9A33B;
    transition: all 0.5s;
}

.certificates-item-btn a {
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.partners {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 64px 0px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
    position: relative;
    padding-top: 59px;
    box-sizing: border-box;
}

.webp .partners::after {
    background-image: url(../img/Noise.webp);
}

.partners::after {
    content: "";
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback-tittle-left>p {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.partners-tittle {
    display: flex;
    width: 1116px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}

.partners-tittle-left {
    display: flex;
    width: 261px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

.partners-tittle-right {
    display: flex;
    width: 354px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
}

.partners-tittle-left>p {
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.partners-tittle-right p {
    color: #5E5E5E;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.partners-box {
    display: flex;
    width: 1116px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    position: relative;
    z-index: 5;
}

.partners-box-columm {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.partners-box-item {
    display: flex;
    width: 166px;
    height: 91px;
    padding: 30.5px 29.003px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    transition: all 0.5s;
}

.partners-box-item:hover {
    box-shadow: 0px 45px 80px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}

.feedback {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 128px 0px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 91px;
    align-self: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    padding-top: 112px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

.feedback-tittle {
    margin: 0 auto 96px auto;
}

.feedback-tittle-left-right {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.05);
}

.feedback-tittle-left-right a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.feedback-tittle-left1 {
    background: #4285F4;
    display: flex;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 48px */
}

.feedback-tittle-left2 {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.feedback-tittle-left2 p {
    color: #868686;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.feedback-tittle-left2 span {
    color: #868686;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 16.5px */
}

.feedback-tittle-left2 img {
    width: 78px;
    height: 14px;
}

.feedback-item-content-tittle>img {
    width: 78px;
    height: 14px;

}

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

.feedback-position1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.webp .feedback-position2 {
    background-image: url(../img/Noise.webp);
}

.feedback-position2 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.feedback-tittle {
    display: flex;
    width: 1116px;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

.feedback-box {
    display: flex;
    width: 1116px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.feedback-tittle-left {
    display: flex;
    width: 498.5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}

.feedback-tittle-left-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.feedback-tittle-left-logo-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.feedback-tittle-left-logo h2 {
    color: #282828;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.feedback-tittle-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #FDE614;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
}

.feedback-tittle-left-logo-img img {
    width: 100%;
}

.feedback-tittle-left-right a {
    width: 100%;
    display: block;
    height: 100%;
}

.feedback-box {
    display: flex;
    width: 1116px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 5;
}

.feedback-box-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.feedback-slider {
    display: flex;
    width: 1116px;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.feedback-item {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 356px;
    height: 275px;
    cursor: pointer;
    transition: all 0.5s;
}

.feedback-item:hover {
    transition: all 0.5s;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
}

.feedback-item:active {
    transition: all 0.5s;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
}

.feedback-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.feedback-item-content-tittle {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.feedback-item-content-tittle h3 {
    overflow: hidden;
    color: #282828;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    width: 160px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.feedback-item-content>span {
    color: #868686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.feedback-item-content>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    overflow: hidden;
    color: #282828;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.feedback-item-link {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    border: 1px solid #DDD;
    background: #FFF;
}

.feedback-item {
    display: none;
}

.feedback-item.visible {
    display: flex;
}

footer {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    padding: 41px 0px 6px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    background: #393939;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

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

.footer-position1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.webp .footer-position2 {
    background-image: url(../img/Noise.webp);
}

.footer-position2 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.footer-content {
    display: flex;
    width: 1116px;
    align-items: center;
    gap: 256px;
    position: relative;
    z-index: 5;
}

.footer-content-left {
    display: flex;
    width: 504px;
    flex-direction: column;
    align-items: flex-start;
    gap: 153px;
    flex-shrink: 0;
}

.footer-content-left-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.footer-content-left-nav-img {
    width: 188.999px;
    height: 60.356px;
}

.footer-content-left-nav ul {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.footer-content-left-nav ul li {
    display: flex;
    align-items: center;
}

.footer-content-left-nav ul li a {
    color: #F3F3F3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-content-left-contact {
    display: flex;
    width: 224px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer-content-left-contact-adress {
    display: flex;
    height: 21px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.feedback-item-link {
    transition: all 0.5s;
}

.feedback-item-link:hover {
    transition: all 0.5s;
    background: #F7BB6F;
}

.feedback-item-link:active {
    transition: all 0.5s;
    background: #E9A33B;
}


.footer-content-left-contact-adress>div {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FDE614;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    transition: all 0.5s;
    white-space: nowrap;
}

.footer-content-left-contact-adress>div:hover .drop-down-menu2 {
    display: flex;
    opacity: 1;
    transition: all 0.5s;
}

.footer-content-left-contact-adress>a {
    color: #F3F3F3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-content-left-contact>p {
    color: #B0B0B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-content-left-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.footer-content-left-phone a {
    color: #F3F3F3;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.footer-content-left-contact>a {
    color: #F3F3F3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-content-left-social {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-content-left-social .social-network a {
    color: #F3F3F3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-form {
    display: flex;
    width: 356px;
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.footer-form {
    color: #282828;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    overflow: hidden;
}

.footer-form form {
    width: 100%;
    position: relative;
    z-index: 5;
}

.footer-form form label {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-form form .form-input input {
    color: #5E5E5E;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 12px 12px 36px;
}

.footer-form form .form-input img {
    left: 12px;
    top: 11px;
}

.footer-form form .form-input input::placeholder {
    color: #5E5E5E;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-form form .form-input-submit {
    width: max-content;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 56px 12px 24px;
}

.footer-form form .form-input-submit input {
    padding: 0;
}

.footer-form form .form-input-submit img {
    width: 20px;
    height: 20px;
}

.footer-form-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-form-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-form-position1 {
    width: 754.435px;
    height: 733.29px;
    flex-shrink: 0;
    border-radius: 754.435px;
    opacity: 0.5;
    background: #FDAE14;
    position: absolute;
    top: 167px;
    left: -42px;
    z-index: 1;
}

.footer-form-position2 {
    width: 721.104px;
    height: 700.72px;
    flex-shrink: 0;
    border-radius: 721.104px;
    opacity: 0.25;
    background: #FDE614;
    position: absolute;
    top: -186px;
    left: -78px;
    z-index: 1;
}

.webp .footer-form-position3 {
    background-image: url(../img/Noise.webp);
}

.footer-form-position3 {
    background-image: url(../img/Noise.png);
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    mix-blend-mode: color-burn;
    z-index: 3;
}

.footer-copy {
    width: 1116px;
    opacity: 0.7;
    color: #B0B0B0;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto;
}

.label-company {
    position: absolute;
    right: 0;
    bottom: 0;
}

.upper-band {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.hide-upper-band {
    transform: translateY(-36px);
    /* Скрываем верхний банд за пределами видимости */
}

.top-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    min-width: 1200px;
    max-width: 100vw;
}

.sun {
    width: 334.607px;
    height: 334.607px;
    top: 0;
    flex-shrink: 0;
    border-radius: 334.607px;
    position: absolute;
    transform: translate(120%, 120%);
    z-index: -1;
    transition: all 1s;
    background: radial-gradient(79.37% 79.37% at 40.00% 16.25%, #FDE614 0%, #FDE614 53.05%, #FDE614 85.42%, #FDD814 100%);
}

.sun.open {
    transform: translate(5%, 20%);
    transition: all 1s;
}

.hero-right {
    overflow-y: clip;
}

.hero-right-box-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

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

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

.hero-left-container2 {
    display: none;
}

.steps-left-top2 {
    display: none;
}

.steps-right-column2 {
    display: none;
}

.case-pagination {
    display: none;
}

.footer-content-left-contact-adress>div>img {
    display: none;
}

.footer-content-btn {
    display: none;
}

.swiper {
    overflow: visible;
}

.steps-flex {
    display: flex;
    min-width: 1200px;
    max-width: 3200px;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    gap: 119px;
    align-self: stretch;
    flex-wrap: wrap;
}

.feedback-item-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.burger-menu {
    display: none;
}

.about-us-left-tittle-logo-img {
    justify-content: flex-start;
}

.feedback-hero {
    display: flex;
    padding: 245px 0px 64px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.feedback-hero h1 {
    color: #282828;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 8px;
}

.feedback-hero h2 {
    color: #5E5E5E;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 54px;
}

.feedback-hero p {
    color: #282828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 54px;
    width: 546px;
}

.feedback-hero a {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 12px;
    background: #FDE614;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 64px;
    transition: all 0.5s;
}

.feedback-hero a:hover {
    transition: all 0.5s;
    background: #F7BB6F !important;
}

.feedback-hero a:active {
    transition: all 0.5s;
    background: #E9A33B !important;
}

.feedback-footer {
    gap: 0;
    padding-top: 23px;
}

.feedback-footer .footer-content {
    margin-bottom: 47px;
}

.feedback-footer .footer-form {
    gap: 0;
    height: 450px;
}

.feedback-footer .footer-form h2 {
    margin-bottom: 40px;
}

.feedback-footer .footer-form form .form-input:nth-of-type(1) {
    margin-bottom: 8px;
}

.feedback-footer .footer-form form .form-input-submit input {
    font-size: 14px;
}

.feedback-footer .footer-form form .form-input-submit {
    padding: 12px 56px 12px 24px;
    margin-top: 30px;
}

.feedback-footer .form-input-submit img {
    position: absolute;
    top: 10px;
    right: 23px;
    width: 24px;
    height: 24px;
}

.burger-icon {
    display: none;
}

.modal-img2 {
    display: none;
}

.modal-img img {
    height: 35px;
    object-fit: cover;
    object-position: right;
}

.close-submenu-header {
    display: none;
}

.hero-right picture {
    width: 100%;
    height: 100%;
    display: block;
}

.steps-right-column-box-img picture {
    width: 100%;
    height: 100%;
}

.modal-consultation {
    list-style: none;
    position: absolute;
    top: 0px;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    min-width: 320px;
    max-width: 1199px;
    right: 0;
    background: #FFF;
    z-index: 222;
    overflow: hidden;
    max-height: 100%;
    height: auto;
    padding-top: 32px;
    box-sizing: border-box;
}

.modal-consultation.open {
    display: block !important;
    transform: translateX(0);
    transition: all 0.5s;
}

.modal-consultation2-logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.modal-consultation-close {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #F7BB6F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-consultation2 {
    list-style: none;
    position: absolute;
    top: 0px;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    min-width: 320px;
    max-width: 1199px;
    right: 0;
    background: #FFF;
    z-index: 222;
    overflow: scroll;
    max-height: 100%;
    height: auto;
    padding-top: 32px;
    box-sizing: border-box;
}

.modal-consultation2.open {
    display: block !important;
    transform: translateX(0);
    transition: all 0.5s;
}

.modal-consultation-container h2 {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    padding: 0 32px;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin-bottom: 24px;
}

.modal-consultation-container>img {
    height: 376px;
    width: 100%;
    object-fit: cover;
}

.modal-consultation-container .form-input-submit {
    width: max-content;
    margin-left: auto;
    margin-right: 0;
}

#ajax-contact-form4 {
    gap: 8px;
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    box-sizing: border-box;
}

#ajax-contact-form5 {
    gap: 8px;
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    box-sizing: border-box;
}

.modal-consultation-container {
    box-sizing: border-box;
}

.partners-box2 {
    display: none;
}

.argument-tittle-img {
    height: 63px;
}

.argument-tittle-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.argument-tittle {
    width: 1116px;
}

.case-left-tittle-img {
    height: 63px;
}

.case-left-tittle-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.request-left-tittle-img {
    height: 63px;
}

.request-left-tittle-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.about-us-left-tittle-logo-img {
    height: 63px;
}

.about-us-left-tittle-logo-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.feedback-tittle-left-logo-img {
    height: 63px;
}

.feedback-tittle-left-logo-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.drop-down-menu {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}
.hero-positon img {
    width: 100%;

    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.steps-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.case-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.argument-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: -20%;
    z-index: 1;
}
.about-us-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.certificates-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.feedback-position img {
    width: 100%;
    object-fit: cover; 
    position: absolute;
    left: 0;
   bottom: 0;
    z-index: 1;
}
.footer-position img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.form-card-container-position img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.steps-left-bottom-promo-position img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}






















@media (max-width: 1200px) {
    .upper-band {
        display: none;
    }
    .steps {
        position: relative;
    }
    .certificates-position img {
        height: 100%;
    }
    .steps-position {
        background: url(../img/test2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .steps-position img{
        display: none;
    }
    .header {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 8px 32px;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .header-navs {
        display: none !important;
    }

    .header-btn {
        display: none;
    }

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

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

    header .wrapper {
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .header-logo {
        display: flex;
        align-items: center;
    }

    .hero {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 32px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 8px;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-top: 95px;
    }

    .hero .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
        min-width: 100%;
        max-width: 100%;
    }

    .hero-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        min-width: 100%;
    }

    .hero-left-tittle {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }

    .hero-left-tittle h1 {
        color: #282828;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .hero-left-tittle span {
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
    }

    .hero-left-text {
        font-size: 18px;
        font-style: normal;
        text-align: center;
        font-weight: 400;
    }

    .hero-left-text b {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
    }

    .hero-left-container {
        display: none;
    }

    .hero-right {
        height: 485px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .hero-right>img {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hero-left-container2 {
        display: flex;
        min-width: 256px;
        max-width: 512px;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .hero-left-container-icon {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .hero-left-container-icon p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .hero-left-container a {
        font-size: 14px;
        padding: 12px 24px;
    }

    .relevant {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 28px;
        flex-direction: column;
        align-items: center;
        gap: 29px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .relevant-tittle {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .relevant-box-item-content {
        gap: 8px;
    }

    .relevant-tittle-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 8px;
        align-self: stretch;
        width: 265px;
        height: 35px;
    }

    .relevant-tittle h2 {
        font-size: 20px;
        gap: 0;
        width: max-content;
    }

    .relevant-box {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        min-width: 100%;
        max-width: 100%;
    }

    .relevant-box-item {
        display: flex;
        min-width: 256px;
        max-width: 512px;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .relevant-box-item>img {
        width: 24px;
        height: 24px;
    }

    .relevant-box-item-content h3 {
        font-size: 16px;
        width: 50%;
    }

    .relevant-box-item-content p {
        font-size: 13px;
    }

    .relevant-box-item-position {
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        top: 0;
    }

    .relevant-box-top {
        flex-wrap: wrap;
        gap: 66px;
    }

    .relevant-box-bottom {
        flex-wrap: wrap;
        gap: 28px;
    }

    .steps {
        display: flex;
        max-width: 1199px;
        min-width: 320px;
        padding: 64px 32px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: inherit;
        gap: 64px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .steps-left-top {
        display: none;
    }

    .steps-left-top2 {
        display: flex;
        z-index: 5;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .steps-left-top-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        width: 100%;
    }

    .steps-left-top-text span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.12px;
        text-transform: uppercase;
    }

    .steps-left-top-text h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }

    .steps-left-top-img img {
        width: 100%;
    }

    .steps-left {
        order: 2;
    }

    .steps-left-bottom {
        order: 3;
    }

    .steps-right {
        display: flex;
        min-width: 256px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .steps-right-column {
        flex-wrap: wrap;
    }

    .steps-right-column-box {
        display: flex;
        min-width: 235px;
        max-width: 512px;
        min-height: 144px;
        height: 144px;
        padding: 8px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .steps-right-column-box-text h4 {
        font-size: 13px;
    }

    .steps-right-column-box-text p {
        font-size: 13px;
    }

    .steps-right-column-box-position {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        top: 16px;
        right: 16px;
        line-height: normal;
    }

    .steps-right-column-box-emodji {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-right-column-box-img {
        padding: 0 !important;
    }

    .steps-right-column {
        display: none;
    }

    .steps-right-column2 {
        display: flex;
        min-width: 256px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .steps-right-column-box-text {
        position: relative;
        z-index: 3;
    }

    .steps-left-bottom {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .steps-left-bottom-form {
        display: flex;
        min-width: 256px;
        padding: 24px 16px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        padding-top: 90px;
        position: relative;
        box-sizing: border-box;
    }

    .steps-left-bottom-form>p {
        position: absolute;
        top: 24px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        left: 16px;
    }

    form label {
        font-size: 14px;
    }

    .form-input input {
        font-size: 11px;
    }

    .form-input input::placeholder {
        font-size: 11px;
    }

    .steps-left {
        width: 100%;
    }

    .form-input-submit input {
        font-size: 14px;
    }

    .form-input-submit img {
        width: 24px;
        height: 24px;
    }

    .steps-left-bottom-form-chat {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .steps-left-bottom-form-chat-message {
        padding: 12px;
        box-sizing: border-box;
        font-size: 11px;
    }

    .steps-left-bottom-form-chat-name h3 {
        font-size: 13px;
    }

    .steps-left-bottom-form-chat-name p {
        font-size: 13px;
    }

    .steps-left-bottom-form-chat-name {
        gap: 0;
    }

    .steps-left-bottom-promo {
        display: flex;
        min-width: 256px;
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        box-sizing: border-box;
        height: 236px;
    }

    .steps-left-bottom-promo-content-logo img:nth-of-type(2) {
        width: 24px;
        height: 24px;
    }

    .steps-left-bottom-promo-content-logo img:nth-of-type(1) {
        height: 10px;
        width: 63.167px;
    }

    .steps-left-bottom-promo-content-text h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .steps-left-bottom-promo-content-text p {
        font-size: 13px;
        font-style: normal;
    }

    .steps-left-bottom-promo-content-text {
        margin-top: 24px;
    }

    .request {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 64px;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .request-left-tittle-text h2 {
        color: #282828;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .request-left>p {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .request-left-box-item-img {
        width: 24px;
        height: 24px;
    }

    .request-left-box-item-img img {
        width: 100%;
        height: 100%;
    }

    .request-left-box-item>p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .request-right {
        display: flex;
        min-width: 256px;
        max-width: 536px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .request-right-column-box {
        display: flex;
        height: 120px;
        min-width: 120px;
        padding: 11.566px 34.699px 11.566px 11.566px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .label-container h4 {
        font-size: 11px;
    }

    .label-container p {
        font-size: 10px;
    }

    .label-container>img {
        width: 20px;
        height: 20px;
    }

    .label-container-position {
        height: 100%;
        bottom: 0;
    }

    .label-container-position img {
        height: 100%;
    }

    .request-right-column {
        display: flex;
        min-width: 256px;
        max-width: 536px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        flex-direction: inherit;
    }

    .request-right-form {
        display: flex;
        min-width: 256px;
        max-width: 536px;
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .request-right-form>p {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .form-input input {
        padding: 12px 12px 12px 36px;
        box-sizing: border-box;
    }

    .form-input img {
        position: absolute;
        left: 11px;
        top: 10px;
    }

    .request-submit {
        padding: 12px 24px;
        box-sizing: border-box;
        font-size: 14px;
        margin-left: auto;
    }

    .request-submit img {
        width: 24px;
        height: 24px;
    }

    .form-input-flex {
        gap: 16px;
    }

    .case {
        display: block;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        align-self: stretch;
        box-sizing: border-box;
        width: 100%;
    }

    .case-pagination {
        display: flex;
        position: relative;
        z-index: 5;
        justify-content: center;
    }

    .case-box-btn {
        display: none;
    }

    .case-box-slider-item {
        display: block !important;
    }

    .case-box-slider {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .case-left-tittle {
        width: 100%;
    }

    .case-left-tittle-text h2 {
        font-size: 20px;
    }

    .case-left-tittle-text {
        align-items: flex-start;
    }

    .case-box-slider-item {
        width: 276px;
        min-width: 256px;
        box-sizing: border-box;
    }

    .progectSlideInner {
        padding: 10px;
    }

    .case-box-container {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        box-sizing: border-box;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    }

    .case-box-slider-item:hover .case-box-container {
        transition: all 0.5s;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    }



    .case-box-slider-item h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        align-self: stretch;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .case-box-slider-item h3 br {
        display: none;
    }

    .case-box-item-block1-container {
        font-size: 10px;
    }

    .case-box-item-block2 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .case-box-item-block2-content span {
        font-size: 16px;
    }

    .case-box-item-block2-content p {
        font-size: 13px;
    }

    .case-box-slider-item {
        height: auto;
    }

    .case-box-slider-item-img {
        width: 100%;
        height: 200px;
        opacity: 1;
    }

    .case-box-slider-item-img-text {
        transform: translate(-50%, 0%);
        transition: all 0.5s;
        left: 50%;
        width: max-content;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #C6C6C6;
        border-radius: 6px;
    }

    .swiper-pagination-bullet-active {
        border-radius: 99px;
        background: #FDE614;
        height: 6px;
        width: 208px;
    }

    .argument {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        box-sizing: border-box;
        align-self: stretch;
    }

    .argument-tittle-text h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
    }

    .argument-tittle {
        width: 100%;
    }

    .argument-tittle-text {
        align-items: flex-start;
    }

    .argument-box {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .argument-box-left {
        display: flex;
        height: 424px;
        min-width: 256px;
        min-height: 144px;
        max-height: 424px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .argument-box-right-container {
        display: flex;
        min-width: 208px;
        max-width: 512px;
        min-height: 204px;
        max-height: 204px;
        padding: 24px 56px 24px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .argument-box-right-container-text h4 {
        font-size: 13px;
    }

    .argument-box-right-container-text p {
        font-size: 13px;
    }

    .argument-box-right-container-img {
        padding: 0 !important;
    }

    .about-us {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 32px 64px;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .about-us-left-tittle-logo h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }

    .about-us-left-tittle>p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .about-us-left-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .about-us-left-box-container-img {
        width: 24px;
        height: 24px;
    }

    .about-us-left-box-container-img img {
        width: 100%;
        height: 100%;
    }

    .about-us-left-box-container-text h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
    }

    .about-us-left-box-container-text p {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

    .about-us-right-content {
        display: flex;
        padding: 24px 16px 0px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .about-us-right {
        width: 100%;
        border-left: 8px solid #FDE614;
        border-radius: 8px;
    }

    .about-us-right-content p {
        font-size: 13px;
        font-style: normal;
    }

    .about-us-right-content p span {
        font-size: 13px;
        font-style: normal;
    }

    .about-us-right-photo {
        height: 200px;
    }

    .about-us-right-photo2 {
        width: 72.679px;
        height: 23.21px;
        bottom: 16px;
        right: 16px;
    }

    .form-card {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 16px 32px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .form-card-container {
        display: flex;
        padding: 32px 16px;
        align-items: center;
        align-content: center;
        gap: 32px 64px;
        flex: 1 0 0;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .form-card-container-left {
        display: flex;
        min-width: 224px;
        max-width: 503px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

    .form-card-container-right {
        display: flex;
        min-width: 224px;
        max-width: 504px;
        padding: 24px 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

    .form-card-container-left-logo {
        width: 72.679px;
        height: 23.21px;
    }

    .form-card-container-left-logo img {
        width: 100%;
    }

    .form-card-container-left-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .form-card-container-left-text h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .form-card-container-left-text p {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

    .form-card-container-left-card {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 8px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .form-card-container-left-card-box {
        display: flex;
        height: 95px;
        min-width: 175px;
        padding: 16px 24px 16px 8px;
        align-items: center;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .form-card-container-left-card-text h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

    .form-card-container-left-card-text p {
        font-size: 11px;
    }

    .form-card-container-right h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .certificates {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .certificates-tittle-text {
        align-items: flex-start;
    }

    .certificates-tittle {
        width: 100%;
        align-items: flex-start;
    }

    .certificates-tittle-text h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
    }

    .certificates-box-btn {
        display: none;
    }

    .certificates-item {
        display: block !important;
    }

    .certificates-container {
        flex-direction: row;
    }

    .certificates-slider {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }

    .certificates-item {
        display: flex;
        width: 170px;
        min-width: 170px;
        max-width: 170px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        height: 232px;
        opacity: 1;
    }

    .certificates-item img {
        object-fit: cover;
    }

    .certificates-item .certificates-item-btn {
        transform: translateY(0%);
        transition: all 0.5s;
    }

    .partners {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .partners-tittle-left-img {
        width: 88.433px;
        height: 14px;
    }

    .partners-tittle-left-img img {
        width: 100%;
        height: 100%;
    }

    .partners-tittle-left>p {
        font-size: 13px;
    }

    .partners-tittle {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
    }

    .partners-tittle-right {
        width: 100%;
        align-items: flex-start;
    }

    .partners-tittle-right p {
        font-size: 13px;
        text-align: left;
    }

    .partners-box {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }

    .partners-box-item {
        display: flex;
        height: 60px;
        min-width: 120px;
        max-width: 184px;
        padding: 0;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        box-sizing: border-box;
        min-height: 60px;
        width: 100%;
    }

    .partners-box-item img {
        width: 70%;
        max-width: 100%;
        height: 40%;
        object-fit: contain;
    }

    .partners-box-columm {
        flex-direction: column;
        width: 45%;
    }

    .feedback {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .feedback-tittle {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
    }

    .feedback-tittle-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

    .feedback-tittle-left-logo h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
    }

    .feedback-tittle-left-logo {
        align-items: flex-start;
    }

    .feedback-tittle-left>p {
        font-size: 16px;
    }

    .feedback-tittle-left-right {
        width: 176px;
        height: 91px;
    }

    .feedback-tittle-left-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .certificates-pagination {
        display: flex;
        flex-direction: row;
    }

    .feedback-box-btn {
        display: none;
    }

    .feedback-item {
        display: flex;
    }

    .feedback-slider {
        flex-direction: row;
        flex-wrap: initial;
    }

    .feedback-box {
        flex-direction: row;
    }

    .feedback-item {
        display: flex;
        min-width: 256px;
        max-width: 256px;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        height: 218px;
        flex: 1 0 0;
        box-sizing: border-box;
    }

    .feedback-item-content-tittle h3 {
        font-size: 13px;
    }

    .feedback-item-content-tittle {
        gap: 0;
        align-items: flex-start;
    }

    .feedback-item-content-tittle>img {
        width: 58px;
        height: 10px;
    }

    .feedback-item-content>span {
        font-size: 13px;
    }

    .feedback-item-link {
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .feedback-item-content>p {
        font-size: 13px;
    }

    footer {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px 24px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 48px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .footer-copy {
        display: flex;
        padding-right: 0px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 16.5px */
    }

    .footer-content-left {
        width: 100%;
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .footer-form {
        display: none;
    }

    .footer-content-left-contact-adress>div>img {
        display: flex;
    }

    .footer-content-left-contact-adress>div>svg {
        display: none;
    }

    .footer-content-left-nav-img {
        width: 118.994px;
        height: 38px;
    }

    .footer-content-left-nav-img img {
        width: 100%;
        height: 100%;
    }

    .footer-content-left-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-content-btn {
        display: flex;
        color: #282828;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-decoration: none;
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        box-sizing: border-box;
        border-radius: 12px;
        background: #FDE614;
    }

    .footer-content-left-nav ul li a {
        font-size: 14px;
    }

    .footer-content-left-contact-adress>div {
        color: #F3F3F3;
    }

    .footer-copy {
        position: relative;
        z-index: 5;
        min-width: 116px;
        width: 100%;
        margin-right: auto;
    }

    .steps {
        overflow: hidden;
    }

    .hero-left-container a img {
        display: none;
    }

    .hero-left-container-icon img {
        width: 24px;
        height: 24px;
    }

    .case-box-slider-item {
        gap: 0;
        padding: 0;
        min-width: unset;
    }

    .case-box-slider {
        gap: 0;
    }

    .hero-right-box {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 485px;
    }

    .hero-right-box-item1 {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .hero-right-box-item2 {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }

    .hero-right-box-item3 {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }

    .steps-left-top-text {
        gap: 0px;
    }

    .steps-right-column-box {
        justify-content: initial;
    }

    .form-input-submit {
        padding: 12px 56px 12px 24px;
        font-size: 14px;
        margin: 5px auto 0 auto;
    }

    .form-input-submit img {
        top: 11px;
    }

    .steps-left-bottom-form-chat-img {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
    }

    .steps-left-bottom-form-chat-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .request {
        padding-top: 49px;
    }

    .request-left-tittle {
        margin-bottom: 48px;
    }

    .request-left>p {
        margin-bottom: 24px;
    }

    .request-left-box {
        gap: 0px;
    }

    .request-left-box-item {
        padding-bottom: 18px;
        gap: 8px;
    }

    .request {
        gap: 47px;
    }

    .request-right-form-container {
        gap: 6px;
    }

    .form-input-flex {
        margin-top: 9px;
    }

    .request-submit input {
        font-size: 14px;
    }

    .case-left-tittle {
        gap: 0px;
    }

    .case-box-container {
        gap: 23px;
    }

    .case-box-item-block1-container {
        padding: 4px;
    }

    .case-box-item-block1-container img {
        width: 12px;
        height: 12px;
    }

    .case-box-item-block1-container {
        font-size: 11px;
    }

    .case-pagination {
        margin-top: 30px;
    }

    .argument-tittle-text {
        gap: 0;
    }

    .argument-box-left {
        height: 418px;
    }

    .argument-box-right-container {
        justify-content: flex-start;
        padding: 35px 56px 24px 26px;
    }

    .about-us-left-tittle-logo {
        gap: 4px;
    }

    .about-us-left {
        gap: 33px;
    }

    .about-us-left-box-container {
        gap: 8px;
    }

    .about-us-right-content {
        padding: 16px 16px 0px 8px;
        gap: 37px;

    }

    .form-card-container-left-card-box {
        gap: 0;
    }

    .form-card-container-left-card-text {
        margin-top: 8px;
    }

    .form-card-container-left-card-text p br {
        display: none;
    }

    .form-card-container-right {
        margin-top: 0;
    }

    .form-card-container-right h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 24px */
    }

    .form-card-container-right {
        gap: 17px;
    }

    .form-card-container-right form .form-input-submit {
        margin-top: 20px;
    }

    .form-input input {
        border-radius: 8px;
    }

    .certificates {
        padding-top: 60px;
    }

    .certificates-tittle {
        gap: 8px;
    }

    .certificates-pagination {
        position: relative;
        z-index: 5;
        margin-top: 6px;
    }

    .partners {
        padding-top: 51px;
    }

    .partners-tittle-left {
        gap: 12px;
    }

    .partners-tittle-right {
        gap: 9px;
    }

    .partners-box-columm {
        gap: 16px;
    }

    .feedback-tittle-left-logo {
        gap: 4px;
    }

    .feedback-tittle-btn {
        padding: 9px 24px;
    }

    .feedback-tittle-left-right {
        width: 234px;
        height: 121px;
        margin-bottom: -46px;
        margin-right: auto;
        margin-left: -29px;
    }

    .feedback {
        gap: 78px;
    }

    .feedback-item {
        display: block;
    }

    .feedback-item-container {
        display: flex;
    }

    .feedback-item-content-tittle h3 {
        margin-bottom: 7px;
    }

    .feedback-pagination {
        position: relative;
        z-index: 5;
        margin-top: 6px;
        display: flex;
        flex-direction: row;
    }

    .feedback {
        padding-bottom: 12px;
    }

    .footer-content-left {
        gap: 47px;
    }

    .footer-content-btn {
        padding: 10px 24px;
    }

    .footer-content-left-contact-adress {
        gap: 24px;
    }

    .footer-copy {
        width: 50%;
        margin-right: auto;
        margin-left: 0;
    }

    .label-company {
        z-index: 10;
    }

    footer {
        padding-bottom: 12px;
    }

    .feedback-tittle-btn img {
        width: 24px;
        height: 24px;
    }

    .feedback-tittle-btn {
        gap: 14px;
    }

    .feedback {
        padding-bottom: 16px;
    }










































































    .burger-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .burger-icon {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .bar {
        width: 18px;
        height: 3px;
        background-color: #fff;
        margin: 3px 0;
        border-radius: 6px;
    }

    .main-menu {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .main-menu li {
        margin-right: 20px;
    }

    .sub-menu {
        list-style: none;
        position: absolute;
        top: 0px;
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        padding: 20px;
        transition: all 0.5s;
    }


    .sub-menu2 .drop-down-menu {
        padding-top: 185px;
    }

    .modal-img2 {
        top: 16px !important;
        display: block !important;
    }

    .sub-menu2.open {
        display: block !important;

    }

    .drop-down-menu ul li {
        text-align: center;
        justify-content: center;
    }

    .sub-menu2 .modal-img2 {
        display: block !important;
    }

    .main-menu .header-navs li {
        margin-right: 0 !important;
    }

    .sub-menu.open {
        transform: translateX(0);
        background: blue;
        transition: all 0.5s;
    }

    .sub-menu li {
        margin-bottom: 10px;
    }

    .close-submenu {
        cursor: pointer;
    }

    .burger-icon {
        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background: #FDE614;
    }

    .bar {
        background: black;
        height: 2px !important;
        margin: 2px 0 !important;
    }

    .top-container {
        min-width: 320px;
    }

    .main-menu {
        overflow: scroll;
    }

    .certificates-overvlow {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }

    .burger-menu {
        transform: translateY(-100%);
        display: flex;
        width: 100%;
        overflow: hidden;
        max-height: 812px;
        min-width: 320px;
        max-width: 1199px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 100;
        height: 812px;
        background: #fff;
        transition: all 0.5s;
        margin-left: auto;
        right: 0;
        left: auto;
        z-index: 100;
    }

    .burger-menu.open {
        transform: translateY(62px);
        transition: all 0.5s;
    }

    .burger-icon.open .bar:nth-child(2) {
        transform: scaleX(0);
        /* Скрываем средний бар для анимации крестика */
    }

    .burger-icon.open .bar:first-child {
        transform: translateY(5px) rotate(45deg);
        /* Первый бар крестика */
    }

    .burger-icon.open .bar:last-child {
        transform: translateY(-7px) rotate(-45deg);
        /* Последний бар крестика */
    }

    .burger-icon.open {
        background: #F7BB6F;
        transition: all 0.5s;
    }

    .main-menu {
        width: 100%;
        height: calc(100vh - 65px);
        min-width: 320px;
        max-width: 1199px;
        overflow: scroll;
        padding-bottom: 0px;
        display: block;
    }

    .mainInnerMenu {
        min-height: 812px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-menu .header-navs {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .main-menu .header-navs {
        text-align: center;
    }

    .main-menu .header-btn-button {
        margin-top: 24px;
        margin-bottom: 156px;
    }

    .header-navs .main-menu li {
        margin-right: 0;
    }

    .submenu-trigger {
        color: #0057FF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .main-menu-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-menu-flex p {
        color: #282828;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-top: 8px;
    }

    .main-menu-flex .footer-content-left-phone {
        margin-top: 16px;
    }

    .main-menu-flex a {
        color: #282828;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .body.open {
        overflow: hidden;
    }

    .hide-upper-band {
        transform: translateY(0px);
    }

    .sub-menu {
        background: #FFF !important;
    }

    .sub-menu .drop-down-menu {
        display: flex;
        position: static;
        width: 100%;
        height: 100%;
        opacity: 1;
        align-items: center;
        padding: 0 32px 145px 32px;
        box-sizing: border-box;
    }

    .sub-menu .drop-down-menu h4 {
        text-align: center;
        justify-content: center;
    }

    .modal-img h2 {
        color: #282828;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .sub-menu {
        padding: 0;
    }

    .modal-img {
        margin-top: 96px;
    }

    .close-submenu {
        position: absolute;
        top: 8px;
        left: 32px;
        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background: #FDE614;
    }

    .footer-content-left-contact-adress:hover .drop-down-menu.drop-down-menu2 {
        display: none;
    }

    .sub-menu {
        min-width: 320px;
        max-width: 1199px;
        right: 0;
        z-index: 222;
    }

    .modal-img2 {
        right: 32px;
        left: auto;
    }

    .hero-left-container-icon {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .hero-left-container-icon p {
        min-width: 201px;
        width: calc(100% - 40px);
    }

    .relevant-tittle {
        align-items: center;
    }

    .relevant-tittle-img {
        margin: 0 auto;
    }

    .relevant-box {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .steps-left-top-img {
        height: 35px;
    }

    .steps-left-top-img img {
        height: 100%;
        object-fit: cover;
    }

    .steps-flex {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 64px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .steps-left {
        display: flex;
        min-width: 256px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .steps-right {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .request-right {
        display: flex;
        min-width: 256px;
        max-width: 536px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .sub-menu .close-submenu {
        display: none;
    }

    .sub-menu.open {
        transition: all 0.7s;
    }

    footer .sub-menu.open {
        display: none;
    }

    .modal-img {
        width: 100%;
    }

    .modal-img img {
        width: 100%;
        margin-bottom: 8px;
    }

    .modal-img {
        margin-bottom: 23px;
    }

    .drop-down-menu ul li img {
        display: none;
    }

    .drop-down-menu ul li {
        text-align: center;
    }

    .request-right {
        width: 100%;
        flex-direction: column;
    }

    .request-right-column {
        width: 100%;
        flex-direction: row;
    }

    .request-right-form {
        width: 100%;
    }

    .case-left-tittle-img {
        height: 35px;
    }

    .argument-box {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .argument-box-right {
        display: flex;
        min-width: 256px;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .argument-box-right-container-img {
        padding: 35px 56px 24px 26px !important;
    }

    .argument-box-right-container-img img {
        display: none;
    }

    /* 
    .webp .argument-box-right .argument-box-right-container:nth-of-type(2) {
        background-image: url(../img/argument-box-img1.webp);
    }

    .argument-box-right .argument-box-right-container:nth-of-type(2) {
        background-image: url(../img/argument-box-img1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .webp .argument-box-right .argument-box-right-container:nth-of-type(7) {
        background-image: url(../img/argument-box-img2.webp);
    }

    .argument-box-right .argument-box-right-container:nth-of-type(7) {
        background-image: url(../img/argument-box-img2.png);
        background-repeat: no-repeat;
        background-size: cover;
    } */

    .about-us-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-end;
        gap: 32px;
        flex: 1 0 0;
        width: 100%;
    }

    .about-us-right {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: center;
        gap: -24px;
        flex: 1 0 0;
    }

    .about-us-right-photo {
        width: 100%;
    }

    .about-us-left-tittle-logo {
        align-items: flex-start;
    }

    .about-us-left-tittle-logo-img {
        height: 35px;
    }

    .about-us-left-tittle-logo-img img {
        height: 100%;
    }

    .certificates-pagination {
        justify-content: center;
    }

    .partners-box-columm {
        flex-direction: row;
        width: 100%;
    }

    .feedback {
        padding-bottom: 64px;
    }

    .feedback-pagination {
        justify-content: center;
    }

    .footer-content-left-nav {
        display: flex;
        width: 256px;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-content-left {
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .footer-content {
        width: 100%;
    }

    .request-left-box-item {
        border-bottom: 0;
    }

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

    .steps-flex {
        min-width: 320px;
        max-width: 100%;
    }

    .steps {
        overflow: visible;
    }

    .burger-menu .sub-menu .close-submenu {
        display: block;
    }

    .relevant-box-item {
        gap: 12px;
    }

    .feedback-hero {
        display: flex;
        padding: 166px 0 64px 0;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        overflow: hidden;
    }

    .feedback-hero h1 {
        font-size: 32px;
        padding: 0 32px;
        box-sizing: border-box;
        margin-bottom: 14PX;
    }

    .feedback-hero h2 {
        font-size: 23px;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .feedback-hero p {
        font-size: 14px;
        width: 100%;
        max-width: 311px;
        box-sizing: border-box;
    }

    .feedback-hero a {
        font-size: 14px;
        padding: 12px 24px;
    }

    .feedback-hero>img {
        object-fit: fill;
        width: 100%;
        height: 105px;
    }

    .feedback-footer {
        padding-top: 65px;
        padding-bottom: 0;
    }

    .sub-menu2 {
        overflow: scroll;
    }

    .close-submenu-header {
        display: none;
    }

    .sub-menu2.open {
        z-index: 222222;
        top: 0;
        position: fixed;
    }

    .feedback-box {
        gap: 0;
    }

    .feedback-item {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        width: 256px;
    }

    .certificates-item {
        width: 170px !important;
        min-width: auto;
        max-width: max-content;
        flex: none;
    }

    .certificates-slider {
        width: auto;
    }

    .feedback {
        padding-bottom: 103px !important;
    }

    .feedback-pagination {
        position: absolute;
        bottom: 63px !important;
    }

    .feedback-box {
        width: auto;
    }

    .certificates-tittle .about-us-left-tittle-logo-img>img {
        object-position: right;
    }

    .case-left-tittle-img>img {
        object-position: right !important;
    }

    .hero-right picture img {
        width: 100%;
        height: 100%;
    }

    .partners {
        overflow: hidden;
    }

    .hero-positon1 {
        left: -170px;
        top: 110px;
        width: 1168.46px;
        height: 385.605px;
    }

    .hero-positon2 {
        width: 1741.346px;
        height: 294.796px;
        bottom: 540px;
        left: -40%;
    }

    .hero-right picture img {
        object-fit: contain;
    }

    .steps-left-top-img img {
        object-position: left;
    }

    .form-input-submit {
        margin-right: 0;
        margin-left: auto;
    }

    .request-left-tittle-img {
        height: 35px;
    }

    .request-left-tittle-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .form-input-flex-box {
        margin-left: auto;
    }

    .request-position1 {
        width: 569.246px;
        height: 569.246px;
        border-radius: 569.246px;
        left: 0;
        bottom: 145px;
        top: auto;
        border-radius: 569.246px;
        background: linear-gradient(189deg, rgba(253, 230, 20, 0.40) 0%, rgba(253, 230, 20, 0.00) 47.92%, rgba(241, 132, 25, 0.40) 100%);
    }

    .case-left-tittle-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .request-position1 svg {
        display: none;
    }

    .argument-tittle-img {
        height: 35px;
    }

    .argument-tittle-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right !important;
    }

    .case-box-slider-item:hover .case-box-slider-item-img-text {
        transform: translate(-50%, 0%);
        transition: all 0.5s;
        left: 50%;
        width: max-content;
    }

    .argument-position1 {
        width: 100%;

        top: 0;
        left: 0;
        background: url(../img/icons1.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .case-position1 {
        width: 100%;
        height: 200%;
        background: url(../img/icons2.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .case-position1 svg {
        display: none;
    }

    .argument-position1 svg {
        display: none;
    }

    .about-us-position1 {
        width: 100%;
        height: 200%;
        background: url(../img/icons3.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about-us-position1 svg {
        display: none;
    }

    .certificates-position2 {
        width: 342.922px;
        height: 342.922px;
        top: 90px;
        right: 85px;
        border-radius: 342.922px;
        opacity: 0.5;
    }

    .request-position {
        width: 100%;
    }

    .case-left-tittle {
        padding-right: 32px;
        box-sizing: border-box;
    }


    .case-box-over {
        width: calc(100% - 22px);
        padding: 30px 0 0 22px;
        overflow: hidden;
    }


    .case {
        padding-right: 0;
    }

    .certificates-position1 {
        width: 184.451px;
        height: 184.451px;
        border-radius: 184.451px;
        opacity: 0.5;
        left: 170px;
        bottom: 102px;
    }

    .certificates {
        padding-right: 0;
    }

    .certificates-tittle {
        padding-right: 32px;
        box-sizing: border-box;
    }

    .partners-tittle {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .partners-tittle-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .partners-tittle-right {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .partners-box-item {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    }

    .partners-box2 {
        display: flex;
    }

    .partners-box {
        display: none;
    }

    .partners-box2 {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .feedback-tittle {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .feedback-tittle-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

    .feedback-tittle-left-right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 176px;
        height: 91px;
    }

    .feedback-tittle {
        margin: 0;
    }

    .feedback-tittle-left1 {
        width: 30%;
    }

    .feedback-tittle-left2 {
        width: 70%;
    }

    .feedback-tittle-left-right img {
        width: 78px;
        height: 14px;
    }

    .feedback-tittle-left-logo {
        width: 100%;
    }

    .feedback-tittle-left-logo-img {
        height: 35px;
    }

    .feedback-tittle-left-logo-img img {
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .feedback-tittle-left2 {
        box-sizing: border-box;
        gap: 5px;
    }

    .feedback-tittle-btn {
        padding: 12px 24px;
    }

    .feedback-position1 {
        width: 1414.067px;
        height: 200%;
        bottom: 0;
        left: -40%;
        top: -150%;
    }

    .footer-content-left-nav-img {
        margin-bottom: 24px;
    }

    .footer-content-left-nav ul {
        margin-bottom: 24px;
    }

    .footer-position1 {
        width: 1788.678px;
        height: 438.805px;
        top: -160px;
    }

    .sun {
        transform: translate(5%, 20%);
    }

    .case-box-item-block1-container {
        font-size: 9px;
    }

    .case-box-slider {
        width: auto;
    }

    .certificates-item {
        width: 170px !important;
    }

    .case {
        padding-left: 0;
    }

    .case-left-tittle {
        padding-left: 32px;
        box-sizing: border-box;
    }

    .feedback-box {
        width: 100%;
    }

    .feedback-pagination .swiper-pagination-bullet-active {
        width: 10%;
    }

    .feedback-slider {
        gap: 0;
    }

    .certificates {
        padding-left: 0;
    }

    .certificates-tittle {
        padding-left: 32px;
        box-sizing: border-box;
    }

    .certificates-container {
        width: 100%;
        padding-left: 32px;
        box-sizing: border-box;
        gap: 0;
    }

    .certificates-pagination {
        justify-content: center;
        padding-left: 32px;
        box-sizing: border-box;
    }

    .certificates-pagination .swiper-pagination-bullet-active {
        width: 20%;
    }

    .case-box {
        width: 100%;
        box-sizing: border-box;
        gap: 0;
        display: block;
    }

    .case-box-slider {
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding: 30px 0;
        box-sizing: border-box;
    }

    .case-box {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        /* Добавляем это свойство для обрезания лишнего контента */
    }

    .TitleProgectModal {
        padding-right: 64px;
    }

    .topProgectModal {
        padding-right: 0;
    }

    .case-box-slider {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        box-sizing: border-box;
        transition: transform 0.3s ease;
        /* Добавляем анимацию перехода */
    }

}

@media (max-width: 768px) {
    .partners-box-columm {
        flex-direction: column;
        width: 45%;
    }

    .steps {
        padding-top: 70px;
    }

    .steps-left-bottom-form {
        padding-top: 97px;
    }

    .steps-left-bottom-promo-content-text {
        margin-top: 0;
    }

    .about-us {
        padding-top: 72px;
    }

    .about-us-right-photo {
        height: 223px;
    }

    .feedback {
        padding-bottom: 16px;
    }

    .hero-positon1 {
        width: 1168.46px;
        height: 385.605px;
        left: -197px;
    }

    .hero-positon1 svg {
        width: 1168.46px;
        height: 385.605px;
    }

    .hero-positon2 {
        width: 1741.346px;
        height: 294.796px;
        left: 50%;
        right: 50%;
    }

    .hero-positon2 {
        left: -65%;
        right: 50%;
        bottom: 70%;
    }

    .steps-right-column2 {
        flex-direction: column;
    }

    .steps-flex {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 64px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .steps-flex {
        padding: 0;
    }

    #filter0_f_324_6295 {
        height: 100%;
    }

    .request-position1 {
        width: 100%;
    }


    .argument-position1 {
        width: 500%;
    }

    .about-us-position1 {
        width: 500%;
    }

    .about-us-position1 {
        left: 50%;
        transform: translateX(-50%);
    }


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

    .footer-content-left-nav {
        gap: 32px;
    }

    .footer-content-left {
        gap: 48px;
    }

    .feedback-item {
        padding-top: 23px;
    }

    .about-us-left-tittle-logo-img img {
        height: 35px;
        object-fit: cover;
        object-position: left;
    }

    .case-left-tittle-img img {
        height: 35px;
        object-fit: cover;
        object-position: left;
    }

    .steps-left-top-img img {
        height: 35px;
        object-fit: cover;
        object-position: left;
    }

    .relevant-box-item {
        padding-left: 4px;
    }

    .relevant {
        gap: 32px;
    }

    .relevant-box-item {
        gap: 8px;
    }

    .relevant-box-top {
        gap: 48px;
    }

    .steps-left-top2 {
        gap: 4px;
    }

    .request-right-form-container label {
        margin-bottom: 5px;
    }

    .request-submit {
        padding: 12px 26px;
    }

    .form-input input {
        padding: 10px 12px 10px 36px;
    }

    .form-input img {
        width: 16px;
        height: 16px;
    }

    .form-input-submit {
        margin: 9px auto 0 auto;
    }

    .label-container {
        gap: 2px;
    }

    .label-container>img {
        width: 16px;
        height: 16px;
    }

    .argument-box-right-container-emodji {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 40.8px */
        padding: 0;
    }

    .feedback {
        padding-bottom: 13px;
    }

    .argument-box-right-container:nth-of-type(4) {
        padding-top: 26px;
    }

    .about-us-left-box {
        gap: 18px
    }

    .partners {
        padding-top: 55px;
    }

    .feedback-item {
        padding-top: 18px;
    }

    .feedback-tittle-btn {
        padding: 11px 24px;
    }

    .certificates-tittle {
        gap: 15px;
    }

    .partners-tittle-left-img img {
        object-fit: cover;
    }

    .certificates-tittle-text {
        gap: 1px;
    }

    .certificates-item-btn {
        bottom: 30px;
        right: 23px;
    }

    .form-card-container-right form .form-input-submit {
        margin-top: 14px;
    }

    .form-card-container-right .form-input {
        margin-top: 3px;
    }

    .form-card-container-left-card-box-emodji {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 40.8px */
    }

    .about-us-right-content {
        padding: 26px 16px 0px 8px;
    }

    .about-us-right-content {
        gap: 26px;
    }

    .about-us-right {
        margin-top: 0;
        box-sizing: border-box;
    }

    .argument-box-right-container:nth-of-type(6) {
        padding-top: 26px;
    }

    .argument-box-right-container:nth-of-type(8) {
        padding-top: 45px;
    }

    .about-us-left-tittle-logo {
        gap: 0;
    }

    .argument-box-right-container {
        padding: 35px 56px 24px 24px;
    }

    .argument-tittle {
        gap: 10px;
    }

    .argument-box-left {
        height: 423px;
    }

    .case-box-container {
        gap: 24px;
    }

    .case-left-tittle {
        gap: 7px;
    }

    .case-left-tittle-text {
        gap: 1px;
    }

    .steps-right-column2 {
        width: 100%;
        flex-direction: row;
    }

    .steps-position2 {
        width: 450px;
        height: 729.406px;
        border-radius: 729.406px;
    }

    .steps-position1 {
        width: 100%;
        height: 891.496px;
        border-radius: 891.496px;
    }

    .form-input-submit {
        margin-left: auto;
        margin-right: 0;
    }

    .steps-left-bottom-promo {
        height: 216px;
        padding: 32px 16px;
        gap: 16px;
        box-sizing: border-box;
    }

    .case-pagination .swiper-pagination-bullet-active {
        width: 5%;
    }

    .case-position1 {
        width: 100%;
        height: 100%;
        background: url(../img/icons2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        top: 50%;
    }

    .argument-tittle {
        width: 100%;
    }

    .certificates-pagination {
        padding: 0 32px 0 0;
        box-sizing: border-box;
    }

    .argument-position1 {
        top: -5%;
        width: 100%;
    }

    .argument {
        overflow: initial;
    }

    .about-us-position1 {
        width: 100%;
    }

    .about-us-right-content p span {
        font-weight: 400;
        color: #282828;
    }

    .form-card-container-position3 {
        z-index: 4;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .form-card-container-right form .form-input-submit {
        margin-right: auto;
        margin-left: 0;
    }

    .certificates-position1 {
        left: 0;
    }

    .form-card-container-position2 {
        top: -260px;
    }

    .form-card-container-position1 {
        top: auto;
        bottom: -450px;
    }

    .feedback-position1 {
        left: -230%;
    }

    .footer-copy {
        width: 60%;
    }
}