.container-item {
    max-width: 1440px;
    margin: auto;
}
.video-placeholder-normal {
    display: none !important;
}
.video-placeholder-text-normal {
    display: none !important;
}
.page-wrap {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.food-trailer {
    border-radius: 32px;
    background: #FFF;
    padding: 130px 30px;
}
.food-trailer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-trailer-wrap-left {
    max-width: 630px;
}
.food-trailer-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
    padding-bottom: 30px;
}
.food-trailer-wrap-left-buttons {
    padding-bottom: 80px;
    display: flex;
    gap: 5px;
}
.food-trailer-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-wrap-left-review {
    display: flex;
    align-items: center;
    gap: 32px;
}
.food-trailer-wrap-left-review-left-image {
    display: flex;
}
.food-trailer-wrap-left-review-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.food-trailer-wrap-left-review-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
    max-width: 140px;
}
.food-trailer-wrap-right {
    position: relative;
}
.food-trailer-wrap-right-image {
    display: flex;
}
.food-trailer-wrap-right-item-1 {
    position: absolute;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    width: 220px;
    padding: 13px;
    gap: 13px;
    display: flex;
    align-items: center;
    top: -31px;
    left: -14px;
}
.food-trailer-wrap-right-item-1-left-text {
    width: 68px;
    height: 55px;
    border-radius: 10px;
    background: #171B1C;
    color: #FFF;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food-trailer-wrap-right-item-1-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-wrap-right-item-2 {
    position: absolute;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    width: 109px;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    bottom: -7px;
    left: -28px;
}
.food-trailer-wrap-right-item-2-left-image {
    display: flex;
}
.food-trailer-wrap-right-item-2-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-wrap-right-item-2-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-wrap-right-item-3 {
    position: absolute;
    display: flex;
    padding: 13px;
    width: 220px;
    align-items: center;
    gap: 13px;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    right: 65px;
    bottom: -33px;
}
.food-trailer-wrap-right-item-3-left-image {
    display: flex;
}
.food-trailer-wrap-right-item-3-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-wrap-right-item-3-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-wrap-right-items-mobile {
    display: none;
}

@media screen and (max-width: 1439px) {
    .food-trailer {
        border-radius: 23px;
        padding: 58px 30px 46px;
    }
    .food-trailer-wrap {
        flex-direction: column;
        gap: 13px;
        position: relative;
        max-width: 680px;
        margin: auto;
    }
    .food-trailer-wrap-left {
        max-width: 680px;
        order: 2;
    }
    .food-trailer-wrap-right {
        max-width: 480px;
        order: 1;
    }
    .food-trailer-wrap-right-item-1 {
        left: -170px;
        top: -11px;
        z-index: 1;
    }
    .food-trailer-wrap-right-image-item {
        position: relative;
        z-index: 2;
    }
    .food-trailer-wrap-right-item-2 {
        left: -92px;
        bottom: 30px;
        z-index: 3;
    }
    .food-trailer-wrap-right-item-3 {
        top: 57px;
        bottom: inherit;
        right: -145px;
        z-index: 3;
    }
    .food-trailer-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
    }
    .food-trailer-wrap-left-text {
        padding-bottom: 23px;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
    }
    .food-trailer-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
        background: #F69924;
        color: #FFF;
    }
    .food-trailer-wrap-left-button-2 a svg path {
        fill: #FFF;
    }
    .food-trailer-wrap-left-button-2 a:hover {
        background: #171B1C;
        color: #FFF;
    }
    .food-trailer-wrap-left-button-2 a:hover svg path {
        fill: #FFF;
    }
    .food-trailer-wrap-left-buttons {
        justify-content: center;
        padding: 0;
    }
    .food-trailer-wrap-left-review {
        position: absolute;
        top: 173px;
        right: -40px;
        width: 105px;
        flex-direction: column;
        gap: 13px;
    }
    .food-trailer-wrap-left-review-right-title {
        font-size: 20px;
    }
    .food-trailer-wrap-left-review-right-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer {
        padding: 50px 30px 30px;
    }
    .food-trailer-wrap {
        gap: 30px;
        max-width: 580px;
    }
    .food-trailer-wrap-left {
        max-width: 580px;
    }
    .food-trailer-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-wrap-right {
        max-width: 405px;
    }
    .food-trailer-wrap-right-item-1 {
        left: -113px;
        top: -17px;
        border-radius: 13px;
        padding: 10px;
        gap: 10px;
        width: 180px;
    }
    .food-trailer-wrap-right-item-1-left-text {
        width: 53px;
        height: 42px;
        font-size: 18px;
    }
    .food-trailer-wrap-right-item-1-right-text {
        font-size: 12px;
    }
    .food-trailer-wrap-right-item-2 {
        left: -72px;
        bottom: 28px;
        border-radius: 13px;
        padding: 10px;
        gap: 10px;
        width: 100px;
    }
    .food-trailer-wrap-right-item-2-right-text-1 {
        font-size: 18px;
    }
    .food-trailer-wrap-right-item-2-right-text-2 {
        font-size: 12px;
    }
    .food-trailer-wrap-right-item-3 {
        top: 30px;
        right: -129px;
        padding: 10px;
        gap: 10px;
        width: 190px;
        border-radius: 13px;
    }
    .food-trailer-wrap-right-item-3-right-text-1 {
        font-size: 18px;
    }
    .food-trailer-wrap-right-item-3-right-text-2 {
        font-size: 12px;
    }
    .food-trailer-wrap-left-review {
        top: 139px;
        right: -24px;
        width: 103px;
    }
    .food-trailer-wrap-left-review-right-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .page-wrap {
        padding: 0 16px 13px;
        gap: 13px;
    }
    .food-trailer {
        padding: 97px 15px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-wrap-right .food-trailer-wrap-right-item-1 {
        display: none;
    }
    .food-trailer-wrap-right .food-trailer-wrap-right-item-2 {
        display: none;
    }
    .food-trailer-wrap-right .food-trailer-wrap-right-item-3 {
        display: none;
    }
    .food-trailer-wrap-left-review {
        top: -67px;
        right: inherit;
        left: 15px;
        width: 200px;
        flex-direction: row;
        gap: 10px;
    }
    .food-trailer-wrap-left-review-right-title {
        font-size: 16px;
    }
    .food-trailer-wrap-left-review-right-text {
        font-size: 10px;
    }
    .food-trailer-wrap-left-review-left-image img {
        max-width: 110px;
    }
    .food-trailer-wrap {
        gap: 10px;
    }
    .food-trailer-wrap-left-title {
        font-size: 23px;
    }
    .food-trailer-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
    }
    .food-trailer-wrap-right-items-mobile {
        display: block;
        padding-top: 23px;
    }
    .food-trailer-wrap-right-item-1 {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        align-items: inherit;
        justify-content: start;
        height: 62px;
    }
    .food-trailer-wrap-right-item-2 {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        align-items: inherit;
        flex-direction: row;
        height: 62px;
        width: 200px;
        justify-content: start;
    }
    .food-trailer-wrap-right-item-3 {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        bottom: inherit;
        align-items: inherit;
        height: 62px;
        width: 210px;
        justify-content: start;
    }
    .food-trailer-wrap-left {
        max-width: 100%;
    }
    .food-trailer-wrap-right {
        max-width: 100%;
    }
    .food-trailer-wrap-right-items-mobile .swiper-slide {
        width: auto;
    }
    .food-trailer-wrap-right-items-mobile .swiper {
        overflow: inherit;
    }
    .food-trailer-wrap-right-item-3-left-image {
        height: 100%;
    }
    .food-trailer-wrap-right-item-2-left-image {
        height: 100%;
    }
    .food-trailer-wrap-right-item-1-left {
        height: 100%;
    }
    .food-trailer-wrap-right-item-1-left-text {
        height: 40px;
    }
    .food-trailer-wrap-right-item-1-right {
        display: flex;
        align-items: center;
    }
}

.size-capacity {
    padding: 80px 0;
    overflow: hidden;
}
.size-capacity-wrap {
    text-align: center;
}
.size-capacity-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.size-capacity-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.size-capacity-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.size-capacity-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.size-capacity-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.size-capacity-wrap-button-1 a:hover {
    background: #FF6B00;
}
.size-capacity-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.size-capacity-wrap-button-2 a span {
    display: flex;
}
.size-capacity-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.size-capacity-wrap-button-2 a:hover {
    color: #FF6B00;
}
.size-capacity-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.size-capacity-wrap-products .swiper {
    overflow: initial;
}
.size-capacity-wrap-products .swiper-slide {
    width: 410px;
}
.size-capacity-wrap-products-item-top {
    border-radius: 23px;
    background: #F5F5F5;
    padding: 20px 20px 12px;
    height: 300px;
    position: relative;
}
.size-capacity-wrap-products-item-top-tags {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    padding-bottom: 3px;
    position: absolute;
    z-index: 2;
    right: 20px;
}
.size-capacity-wrap-products-item-top-tag {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 7px 13px;
}
.size-capacity-wrap-products-item-top-image {
    display: flex;
    justify-content: center;
}
.size-capacity-wrap-products-item-top-image img {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 23px;
    padding: 20px;
}
.size-capacity-wrap-products-item-bottom a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    transition: all 0.5s;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.size-capacity-wrap-products-item-bottom a span {
    display: flex;
}
.size-capacity-wrap-products-item-bottom a span svg path {
    transition: all 0.5s;
}
.size-capacity-wrap-products-item-bottom a:hover {
    color: #FF6B00;
}
.size-capacity-wrap-products-item-bottom a:hover span svg path {
    fill: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .size-capacity {
        padding: 46px 0;
    }
    .size-capacity-wrap-subtitle {
        font-size: 14px;
    }
    .size-capacity-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .size-capacity-wrap-text {
        font-size: 14px;
    }
    .size-capacity-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .size-capacity-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .size-capacity-wrap-products .swiper-slide {
        width: 345px;
    }
    .size-capacity-wrap-products-item-top {
        padding: 20px 20px 27px;
    }
    .size-capacity-wrap-products-item-top-tags {
        padding-bottom: 22px;
    }
    .size-capacity-wrap-products-item-top-tag {
        padding: 6px 7px;
        border-radius: 6px;
        font-size: 12px;
    }
    .size-capacity-wrap-products-item-bottom a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .size-capacity {
        padding: 30px 0;
    }
    .size-capacity-wrap-subtitle {
        padding: 6px 30px;
    }
    .size-capacity-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .size-capacity-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .size-capacity-wrap-buttons {
        padding-bottom: 30px;
    }
    .size-capacity-wrap-products .swiper-slide {
        width: 300px;
    }
    .size-capacity-wrap-products-item-top {
        padding: 13px 13px 30px;
        border-radius: 18px;
        height: 265px;
    }
    .size-capacity-wrap-products-item-top-tags {
        padding-bottom: 25px;
    }
    .size-capacity-wrap-products-item-top-tag {
        font-size: 10px;
    }
    .size-capacity-wrap-products-item-top-image img {
        border-radius: 18px;
    }
}
@media screen and (max-width: 767px) {
    .size-capacity {
        padding: 23px 0;
    }
    .size-capacity-wrap-title {
        max-width: 305px;
    }
    .size-capacity-wrap-text {
        max-width: 315px;
    }
    .size-capacity-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .size-capacity-wrap-button-1 {
        width: 100%;
    }
    .size-capacity-wrap-button-2 a {
        padding: 0 23px;
    }
}

.popular-types {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.popular-types-wrap {
    text-align: center;
}
.popular-types-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.popular-types-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.popular-types-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.popular-types-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.popular-types-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.popular-types-wrap-button-1 a:hover {
    background: #FF6B00;
}
.popular-types-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.popular-types-wrap-button-2 a span {
    display: flex;
}
.popular-types-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.popular-types-wrap-button-2 a:hover {
    color: #FF6B00;
}
.popular-types-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.popular-types-wrap-items .swiper {
    overflow: inherit;
}
.popular-types-wrap-items .swiper-slide {
    width: 350px;
}
.popular-types-wrap-item {
    display: block;
    width: 100%;
    position: relative;
}
.popular-types-wrap-item-img {
    display: flex;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
}
.popular-types-wrap-item-img:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(23, 27, 28, 0.65);
    z-index: 2;
}
.popular-types-wrap-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popular-types-wrap-item-title {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
}
.popular-types-wrap-item-title span {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.popular-types-wrap-item-title span svg path {
    transition: all 0.5s;
}
.popular-types-wrap-item-title-item {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.popular-types-wrap-item:hover span {
    background: #FF6B00;
}
.popular-types-wrap-item:hover span svg path {
    fill: #fff;
}
.popular-types-wrap-item:hover .popular-types-wrap-item-title-item {
    color: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .popular-types {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .popular-types-wrap-subtitle {
        font-size: 14px;
    }
    .popular-types-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .popular-types-wrap-text {
        font-size: 14px;
    }
    .popular-types-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .popular-types-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .popular-types-wrap-items .swiper-slide {
        width: 220px;
    }
    .popular-types-wrap-item-img {
        border-radius: 18px;
    }
    .popular-types-wrap-item-title span {
        width: 36px;
        height: 36px;
    }
    .popular-types-wrap-item-title span svg {
        width: 10px;
        height: 10px;
    }
    .popular-types-wrap-item-title-item {
        font-size: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .popular-types {
        padding: 30px 30px;
    }
    .popular-types-wrap-subtitle {
        padding: 6px 30px;
    }
    .popular-types-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .popular-types-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .popular-types-wrap-buttons {
        padding-bottom: 30px;
    }
    .popular-types-wrap-item-img img {
        height: 180px;
    }
    .popular-types-wrap-item-title {
        width: 180px;
    }
    .popular-types-wrap-item-title span {
        width: 32px;
        height: 32px;
    }
    .popular-types-wrap-item-title-item {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .popular-types {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .popular-types-wrap-title {
        max-width: 305px;
    }
    .popular-types-wrap-text {
        max-width: 315px;
    }
    .popular-types-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .popular-types-wrap-button-1 {
        width: 100%;
    }
    .popular-types-wrap-button-2 a {
        padding: 0 23px;
    }
    .popular-types-wrap-items .swiper-slide {
        width: 300px;
    }
    .popular-types-wrap-item-img {
        border-radius: 13px;
    }
    .popular-types-wrap-item-img img {
        height: 146px;
    }
    .popular-types-wrap-item-title {
        width: 220px;
    }
    .popular-types-wrap-item-title span {
        width: 30px;
        height: 30px;
    }
    .popular-types-wrap-item-title-item {
        font-size: 16px;
    }
}

.purposes {
    padding: 80px 0;
    overflow: hidden;
}
.purposes-wrap {
    text-align: center;
}
.purposes-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.purposes-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.purposes-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.purposes-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.purposes-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.purposes-wrap-button-1 a:hover {
    background: #FF6B00;
}
.purposes-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.purposes-wrap-button-2 a span {
    display: flex;
}
.purposes-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.purposes-wrap-button-2 a:hover {
    color: #FF6B00;
}
.purposes-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.purposes-wrap-items .swiper {
    overflow: inherit;
}
.purposes-wrap-items .swiper-slide {
    width: 230px;
}
.purposes-wrap-item {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px;
}
.purposes-wrap-item-image {
    border-radius: 23px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.purposes-wrap-item-title {
    padding-top: 40px;
}
.purposes-wrap-item-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.purposes-wrap-item-title a span {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #171B1C;
    width: 23px;
    height: 23px;
}
.purposes-wrap-item-title a:hover {
    color: #FF6B00;
}
.purposes-wrap-item-title a:hover span {
    background: #FF6B00;
}
.purposes-wrap-items swiper {
    overflow: inherit;
}
@media screen and (max-width: 1439px) {
    .purposes {
        padding: 46px 0;
    }
    .purposes-wrap-subtitle {
        font-size: 14px;
    }
    .purposes-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .purposes-wrap-text {
        font-size: 14px;
    }
    .purposes-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .purposes-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .purposes-wrap-items .swiper-slide {
        width: 195px;
    }
    .purposes-wrap-item {
        padding: 23px;
    }
    .purposes-wrap-item-image {
        padding: 36px;
    }
    .purposes-wrap-item-title {
        padding-top: 36px;
    }
    .purposes-wrap-item-title a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1023px) {
    .purposes {
        padding: 30px 0;
    }
    .purposes-wrap-subtitle {
        padding: 6px 30px;
    }
    .purposes-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .purposes-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .purposes-wrap-buttons {
        padding-bottom: 30px;
    }
    .purposes-wrap-items .swiper-slide {
        width: 165px;
    }
    .purposes-wrap-item {
        padding: 20px;
        border-radius: 18px;
    }
    .purposes-wrap-item-image {
        padding: 30px;
        border-radius: 13px;
    }
    .purposes-wrap-item-title a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .purposes {
        padding: 23px 0;
    }
    .purposes-wrap-title {
        max-width: 305px;
    }
    .purposes-wrap-text {
        max-width: 315px;
    }
    .purposes-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .purposes-wrap-button-1 {
        width: 100%;
    }
    .purposes-wrap-button-2 a {
        padding: 0 23px;
    }
}

.cuisine-styles {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.cuisine-styles-wrap {
    text-align: center;
}
.cuisine-styles-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.cuisine-styles-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.cuisine-styles-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.cuisine-styles-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.cuisine-styles-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.cuisine-styles-wrap-button-1 a:hover {
    background: #FF6B00;
}
.cuisine-styles-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.cuisine-styles-wrap-button-2 a span {
    display: flex;
}
.cuisine-styles-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.cuisine-styles-wrap-button-2 a:hover {
    color: #FF6B00;
}
.cuisine-styles-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.cuisine-styles-wrap-items {
    max-width: 1440px;
    position: relative;
	padding-bottom: 65px;
}
.cuisine-styles-wrap-items .swiper {
    overflow: inherit;
}
.cuisine-styles-wrap-items .swiper-slide {
    width: 300px;
}
.cuisine-styles-wrap-items .swiper-slide .cuisine-styles-wrap-item-image img {
    height: 300px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.cuisine-styles-wrap-item {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.cuisine-styles-wrap-item-image {
    position: relative;
    display: flex;
}
.cuisine-styles-wrap-item-image:after {
    content: "";
    background: linear-gradient(180deg, rgba(23, 27, 28, 0.00) 50%, #171B1C 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cuisine-styles-wrap-item-title {

}
.cuisine-styles-wrap-item-title a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 220px;
    text-align: left;
    transition: all 0.5s;
    left: 23px;
    bottom: 23px;
    max-width: 190px;
}
.cuisine-styles-wrap-item-link a {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all 0.5s;
    top: inherit;
    right: 23px;
    bottom: 23px;
}
.cuisine-styles-wrap-item-link a svg path {
    transition: all 0.5s;
}
.cuisine-styles-wrap-item:hover .cuisine-styles-wrap-item-title a {
    color: #FF6B00;
}
.cuisine-styles-wrap-item:hover .cuisine-styles-wrap-item-link a {
    background: #FF6B00;
}
.cuisine-styles-wrap-item:hover .cuisine-styles-wrap-item-link a svg path {
    fill: #fff;
}
.cuisine-styles-wrap-items-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cuisine-styles-wrap-items-arrows-prev {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: #171B1C;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.cuisine-styles-wrap-items-arrows-next {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: #171B1C;
    transition: all 0.5s;
}
.cuisine-styles-wrap-items-arrows-prev:hover {
    background: #FF6B00;
}
.cuisine-styles-wrap-items-arrows-next:hover {
    background: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .cuisine-styles {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .cuisine-styles-wrap-subtitle {
        font-size: 14px;
    }
    .cuisine-styles-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .cuisine-styles-wrap-text {
        font-size: 14px;
    }
    .cuisine-styles-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .cuisine-styles-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .cuisine-styles-wrap-item-title a {
        font-size: 18px;
        max-width: 250px;
        left: 30px;
        bottom: 25px;
    }
    .cuisine-styles-wrap-item-link a {
        width: 46px;
        height: 46px;
        right: 30px;
        bottom: 25px;
    }
    .cuisine-styles-wrap-item {
        border-radius: 23px;
    }
}
@media screen and (max-width: 1023px) {
    .cuisine-styles {
        padding: 30px 30px;
    }
    .cuisine-styles-wrap-subtitle {
        padding: 6px 30px;
    }
    .cuisine-styles-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .cuisine-styles-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .cuisine-styles-wrap-buttons {
        padding-bottom: 30px;
    }
    .cuisine-styles-wrap-item {
        border-radius: 18px;
    }
    .cuisine-styles-wrap-item-title a {
        font-size: 16px;
        max-width: 220px;
        left: 20px;
        bottom: 20px;
    }
    .cuisine-styles-wrap-item-link a {
        width: 36px;
        height: 36px;
        right: 20px;
        bottom: 20px;
    }
    .cuisine-styles-wrap-item-link a svg {
        width: 13px;
        height: 13px;
    }
}
@media screen and (max-width: 767px) {
    .cuisine-styles {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .cuisine-styles-wrap-title {
        max-width: 305px;
    }
    .cuisine-styles-wrap-text {
        max-width: 315px;
    }
    .cuisine-styles-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .cuisine-styles-wrap-button-1 {
        width: 100%;
    }
    .cuisine-styles-wrap-button-2 a {
        padding: 0 23px;
    }
    .cuisine-styles-wrap-items .swiper-slide {
        width: 300px;
    }
    .cuisine-styles-wrap-items {
        padding-bottom: 49px;
    }
    .cuisine-styles-wrap-items .cuisine-styles-wrap-items-arrows {
        gap: 10px;
        right: 50%;
        transform: translate(41px, 0);
    }
    .cuisine-styles-wrap-items .swiper {
        overflow: inherit;
    }
    .cuisine-styles-wrap-items-arrows-prev {
        width: 36px;
        height: 36px;
    }
    .cuisine-styles-wrap-items-arrows-next {
        width: 36px;
        height: 36px;
    }
}

.client-stories {
    padding: 80px 0;
    overflow: hidden;
}
.client-stories-wrap {
    text-align: center;
}
.client-stories-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.client-stories-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 36px;
    margin: 0;
}
.client-stories-wrap-items .swiper-slide {
    width: 360px;
}
.client-stories-wrap-item {
    position: relative;
    border-radius: 30px;
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
}
.client-stories-wrap-item-background {
    display: flex;
    position: relative;
    z-index: 3;
}
.client-stories-wrap-item-video {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.client-stories-wrap-item-video video {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
@media screen and (max-width: 1439px) {
    .client-stories {
        padding: 46px 0;
    }
    .client-stories-wrap-subtitle {
        font-size: 14px;
    }
    .client-stories-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .client-stories-wrap-items .swiper-slide {
        width: 330px;
    }
}
@media screen and (max-width: 1023px) {
    .client-stories {
        padding: 30px 0;
    }
    .client-stories-wrap-subtitle {
        padding: 6px 30px;
    }
    .client-stories-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 30px;
    }
    .client-stories-wrap-items .swiper-slide {
        width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .client-stories {
        padding: 23px 0;
    }
    .client-stories-wrap-title {
        max-width: 305px;
        padding-bottom: 23px;
    }
}

.financing {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.financing-wrap {
    display: flex;
    gap: 80px;
}
.financing-wrap-left {
    width: 50%;
}
.financing-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.financing-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 610px;
    margin: 0;
}
.financing-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 635px;
    padding-bottom: 23px;
}
.financing-wrap-left-items {
    padding-bottom: 23px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.financing-wrap-left-item {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.financing-wrap-left-item-left {
    width: 30px;
}
.financing-wrap-left-item-left-arrow {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.financing-wrap-left-item-right {
    width: calc(100% - 43px);
}
.financing-wrap-left-item-right-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 6px;
}
.financing-wrap-left-item-right-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}
.financing-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.financing-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.financing-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.financing-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 10px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.financing-wrap-left-button-2 a span {
    display: flex;
}
.financing-wrap-left-button-2 a span svg path {
    transition: all 0.5s;
}
.financing-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.financing-wrap-left-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.financing-wrap-right {
    width: 50%;
    padding-left: 25px;
}
.financing-wrap-right-block {
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px;
}
.financing-wrap-right-block-title {
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: inline-block;
    padding: 10px 30px;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.financing-wrap-right-block-wrap {
    display: flex;
    padding-top: 23px;
    flex-direction: column;
    gap: 13px;
}
.financing-wrap-right-block-top {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 23px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.financing-wrap-right-block-top-items-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financing-wrap-right-block-top-item-1-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.financing-wrap-right-block-top-item-1-subtitle {
    border-radius: 36px;
    background: #F69924;
    padding: 6px 18px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.financing-wrap-right-block-top-items-2 {
    display: flex;
    gap: 10px;
}
.financing-wrap-right-block-top-item-2 {
    width: 100%;
    border-radius: 13px;
    background: #F8F8F8;
    text-align: center;
    padding: 13px;
}
.financing-wrap-right-block-top-item-2-title {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 6px;
}
.financing-wrap-right-block-top-item-2-text {
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.financing-wrap-right-block-top-items-3 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.financing-wrap-right-block-top-item-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.financing-wrap-right-block-top-item-3-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.financing-wrap-right-block-top-item-3-text {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
}
.financing-wrap-right-block-bottom {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 23px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.financing-wrap-right-block-bottom-items-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financing-wrap-right-block-bottom-item-1-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.financing-wrap-right-block-bottom-item-1-subtitle {
    border-radius: 36px;
    background: #FF6B00;
    padding: 6px 18px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.financing-wrap-right-block-bottom-items-2 {
    display: flex;
    gap: 10px;
}
.financing-wrap-right-block-bottom-item-2 {
    border-radius: 13px;
    background: #F8F8F8;
    text-align: center;
    width: 100%;
    padding: 13px;
}
.financing-wrap-right-block-bottom-item-2-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 6px;
}
.financing-wrap-right-block-bottom-item-2-text {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.financing-wrap-right-block-bottom-items-3 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.financing-wrap-right-block-bottom-item-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.financing-wrap-right-block-bottom-item-3-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.financing-wrap-right-block-bottom-item-3-text {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
}
.financing-wrap-right-items-mobile {
    display: none;
}
@media screen and (max-width: 1439px) {
    .financing {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .financing-wrap-left-subtitle {
        font-size: 14px;
    }
    .financing-wrap-left-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .financing-wrap-left-text {
        font-size: 14px;
        margin: auto;
    }
    .financing-wrap-left-buttons {
        justify-content: center;
    }
    .financing-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .financing-wrap-left-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .financing-wrap {
        gap: 36px;
        flex-direction: column;
    }
    .financing-wrap-left {
        width: 100%;
        text-align: center;
    }
    .financing-wrap-left-items {
        display: none;
    }
    .financing-wrap-right {
        width: 100%;
        padding-left: 0;
    }
    .financing-wrap-right-block {
        border-radius: 18px;
        padding: 20px;
    }
    .financing-wrap-right-block-title {
        font-size: 12px;
        padding: 6px 18px;
    }
    .financing-wrap-right-block-wrap {
        flex-direction: row;
        padding-top: 13px;
    }
    .financing-wrap-right-block-top {
        border-radius: 13px;
        padding: 20px;
        gap: 13px;
        width: 50%;
    }
    .financing-wrap-right-block-top-item-1-title {
        font-size: 18px;
    }
    .financing-wrap-right-block-top-item-1-subtitle {
        padding: 6px 13px;
        font-size: 12px;
    }
    .financing-wrap-right-block-top-items-2 {
        gap: 6px;
    }
    .financing-wrap-right-block-top-item-2 {
        border-radius: 10px;
        padding: 10px;
    }
    .financing-wrap-right-block-top-item-2-title {
        font-size: 12px;
    }
    .financing-wrap-right-block-top-item-2-text {
        font-size: 14px;
    }
    .financing-wrap-right-block-top-items-3 {
        gap: 10px;
    }
    .financing-wrap-right-block-top-item-3-title {
        font-size: 14px;
    }
    .financing-wrap-right-block-top-item-3-text {
        font-size: 14px;
    }
    .financing-wrap-right-block-bottom {
        border-radius: 13px;
        padding: 20px;
        gap: 13px;
        width: 50%;
    }
    .financing-wrap-right-block-bottom-item-1-title {
        font-size: 18px;
    }
    .financing-wrap-right-block-bottom-item-1-subtitle {
        padding: 6px 13px;
        font-size: 12px;
    }
    .financing-wrap-right-block-bottom-items-2 {
        gap: 6px;
    }
    .financing-wrap-right-block-bottom-item-2 {
        border-radius: 10px;
        padding: 10px;
    }
    .financing-wrap-right-block-bottom-item-2-title {
        font-size: 12px;
    }
    .financing-wrap-right-block-bottom-item-2-text {
        font-size: 12px;
    }
    .financing-wrap-right-block-bottom-items-3 {
        gap: 10px;
    }
    .financing-wrap-right-block-bottom-item-3-title {
        font-size: 14px;
    }
    .financing-wrap-right-block-bottom-item-3-text {
        font-size: 14px;
    }
    .financing-wrap-right-items-mobile {
        display: block;
    }
    .financing-wrap-right-items-mobile .financing-wrap-left-items {
        display: flex;
        padding-bottom: 0;
        padding-top: 36px;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: inherit;
    }
    .financing-wrap-left-item {
        width: calc(50% - 10px);
    }
    .financing-wrap-left-item-right-title {
        font-size: 16px;
    }
    .financing-wrap-left-item-right-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .financing {
        padding: 30px 30px;
    }
    .financing-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .financing-wrap-left-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .financing-wrap-left-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .financing-wrap {
        gap: 23px;
        flex-direction: column;
    }
    .financing-wrap-right-block-wrap {
        padding-top: 13px;
        flex-wrap: wrap;
    }
    .financing-wrap-right-block-top {
        width: 100%;
    }
    .financing-wrap-right-block-bottom {
        width: 100%;
    }
    .financing-wrap-right-items-mobile .financing-wrap-left-items {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .financing {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .financing-wrap-left-title {
        max-width: 305px;
    }
    .financing-wrap-left-text {
        max-width: 315px;
    }
    .financing-wrap-left-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .financing-wrap-left-button-1 {
        width: 100%;
    }
    .financing-wrap-left-button-2 a {
        padding: 0 23px;
    }
    .financing-wrap-right-block {
        padding: 18px;
    }
    .financing-wrap-right-block-wrap {
        padding-top: 10px;
        gap: 10px;
    }
    .financing-wrap-right-block-top {
        padding: 18px;
        gap: 10px;
    }
    .financing-wrap-right-block-top-items-1 {
        gap: 16px;
    }
    .financing-wrap-right-block-top-item-1-title {
        font-size: 14px;
    }
    .financing-wrap-right-block-top-item-1-subtitle {
        font-size: 10px;
        padding: 6px 10px;
        white-space: nowrap;
    }
    .financing-wrap-right-block-top-item-2-text {
        font-size: 12px;
    }
    .financing-wrap-right-block-top-item-3-title {
        font-size: 12px;
    }
    .financing-wrap-right-block-top-item-3-text {
        font-size: 12px;
    }
    .financing-wrap-right-block-bottom {
        padding: 18px;
        gap: 10px;
    }
    .financing-wrap-right-block-bottom-items-1 {
        gap: 16px;
    }
    .financing-wrap-right-block-bottom-item-1-title {
        font-size: 14px;
    }
    .financing-wrap-right-block-bottom-item-1-subtitle {
        font-size: 10px;
        padding: 6px 10px;
        white-space: nowrap;
    }
    .financing-wrap-right-block-bottom-item-2-text {
        font-size: 10px;
        max-width: 170px;
        margin: auto;
    }
    .financing-wrap-right-block-bottom-item-3-title {
        font-size: 12px;
    }
    .financing-wrap-right-block-bottom-item-3-text {
        font-size: 12px;
    }
    .financing-wrap-right-items-mobile .financing-wrap-left-items {
        padding-top: 23px;
        gap: 18px;
    }
    .financing-wrap-left-item {
        width: 100%;
    }
}

.our-projects {
    padding: 80px 0;
    overflow: hidden;
    /*border-radius: 32px;*/
    /*background: #FFF;*/
}
.our-projects-wrap {
    text-align: center;
}
.our-projects-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.our-projects-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.our-projects-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.our-projects-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.our-projects-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.our-projects-wrap-button-1 a:hover {
    background: #FF6B00;
}
.our-projects-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.our-projects-wrap-button-2 a span {
    display: flex;
}
.our-projects-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.our-projects-wrap-button-2 a:hover {
    color: #FF6B00;
}
.our-projects-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.our-projects-wrap-items .swiper {
    overflow: inherit;
}
.our-projects-wrap-items .swiper-slide {
    width: 465px;
}
.our-projects-wrap-item {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}
.our-projects-wrap-item-image a {
    display: flex;
}
.our-projects-wrap-item-image img {
    height: 240px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.our-projects-wrap-item-categories {
    margin: 23px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    height: 38px;
    overflow: hidden;
}
.our-projects-wrap-item-categories-item {
    border-radius: 10px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    padding: 8px 18px;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
}
.our-projects-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 23px 23px;
    text-align: left;
}
.our-projects-wrap-item-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 23px 23px;
}
.our-projects-wrap-item-button-1 {
    width: 100%;
}
.our-projects-wrap-item-button-1 a {
    border-radius: 10px;
    border: 1.8px solid #171B1C;
    padding: 10px 32px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.our-projects-wrap-item-button-2 {
    width: 100%;
}
.our-projects-wrap-item-button-2 a {
    border-radius: 10px;
    background: #171B1C;
    border: 1.8px solid #171B1C;
    padding: 10px 32px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    transition: all 0.5s;
}
.our-projects-wrap-item-button-2 a span {
    display: flex;
}
.our-projects-wrap-item-button-2 a span svg {
    width: 15px;
    height: 15px;
}
.our-projects-wrap-item-size {
    border-radius: 46px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    top: 23px;
    right: 23px;
    position: absolute;
}
.our-projects-wrap-item-button-1 a:hover {
    border: 1.8px solid #FF6B00;
    color: #FF6B00;
}
.our-projects-wrap-item-button-2 a:hover {
    background: #FF6B00;
    border: 1.8px solid #FF6B00;
}
@media screen and (max-width: 1439px) {
    .our-projects {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .our-projects-wrap-subtitle {
        font-size: 14px;
    }
    .our-projects-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .our-projects-wrap-text {
        font-size: 14px;
    }
    .our-projects-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .our-projects-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .our-projects-wrap-items .swiper-slide {
        width: 435px;
    }
    .our-projects-wrap-items .swiper {
        overflow: inherit;
    }
    .our-projects-wrap-item-categories-item {
        border-radius: 6px;
        padding: 4px 13px;
    }
    .our-projects-wrap-item-categories {
        margin: 23px 23px 13px;
        height: 30px;
    }
    .our-projects-wrap-item-title {
        padding: 0 23px 13px;
    }
    .our-projects-wrap-item-button-1 a {
        border-radius: 6px;
        padding: 9px 20px;
    }
    .our-projects-wrap-item-button-2 a {
        border-radius: 6px;
        padding: 9px 28px;
    }
    .our-projects-wrap-item-image img {
        height: 220px;
    }
    .our-projects-wrap-item-size {
        width: 36px;
        height: 36px;
        font-size: 12px;
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .our-projects {
        padding: 30px 30px;
    }
    .our-projects-wrap-subtitle {
        padding: 6px 30px;
    }
    .our-projects-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .our-projects-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .our-projects-wrap-buttons {
        padding-bottom: 30px;
    }
    .our-projects-wrap-item-image img {
        height: 180px;
    }
    .our-projects-wrap-item-categories {
        height: 27px;
    }
    .our-projects-wrap-item-categories-item {
        font-size: 12px;
    }
    .our-projects-wrap-items .swiper-slide {
        width: 350px;
    }
    .our-projects-wrap-item {
        border-radius: 18px;
    }
    .our-projects-wrap-item-buttons {
        flex-direction: column;
        gap: 6px;
    }
    .our-projects-wrap-item-button-1 a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .our-projects-wrap-item-button-2 a {
        padding: 8px 20px;
        font-size: 14px;
    }

}
@media screen and (max-width: 767px) {
    .our-projects {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .our-projects-wrap-title {
        max-width: 305px;
    }
    .our-projects-wrap-text {
        max-width: 315px;
    }
    .our-projects-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .our-projects-wrap-button-1 {
        width: 100%;
    }
    .our-projects-wrap-button-2 a {
        padding: 0 23px;
    }
    .our-projects-wrap-items .swiper-slide {
        width: 315px;
    }
    .our-projects-wrap-item-categories {
        margin: 18px 18px 13px;
    }
    .our-projects-wrap-item-title {
        padding: 0 18px 13px;
        font-size: 16px;
    }
    .our-projects-wrap-item-buttons {
        padding: 0 18px 18px;
    }
    .our-projects-wrap-item-size {
        top: 18px;
        right: 18px;
    }
}

.about-us {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.about-us-wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}
.about-us-wrap-left {
    max-width: 625px;
}
.about-us-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.about-us-wrap-left-text-content {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    height: 250px;
    overflow: hidden;
}
.about-us-wrap-left-text-show-all {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    margin: 23px 0;
    transition: all 0.5s;
}
.about-us-wrap-left-text-show-all span {
    display: flex;
}
.about-us-wrap-left-text-show-all span svg path {
    transition: all 0.5s;
}
.about-us-wrap-left-text-show-all:hover {
    color: #FF6B00;
}
.about-us-wrap-left-text-show-all:hover span svg path {
    fill: #FF6B00;
}
.about-us-wrap-left-image {
    display: flex;
}
.about-us-wrap-left-image img {
    width: 100%;
    border-radius: 23px;
}
.about-us-wrap-right-item {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    cursor: pointer;
}
.about-us-wrap-right-item-left {
    width: 46px;
}
.about-us-wrap-right-item-left-arrow {
    border-radius: 100px;
    background: #AFAFAF;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-wrap-right-item-right {
    width: calc(100% - 69px);
}
.about-us-wrap-right-item-right-title {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 9px;
}
.about-us-wrap-right-item-right-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    padding-top: 6px;
    display: none;
}
.about-us-wrap-right-item-open .about-us-wrap-right-item-left-arrow {
    background: #171B1C;
}
.about-us-wrap-right-item-open .about-us-wrap-right-item-right-title {
    color: #171B1C;
}
.about-us-wrap-right-item-open .about-us-wrap-right-item-right-text {
    display: block;
}
.about-us-wrap-right-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about-us-wrap-right {
    max-width: 580px;
    padding-top: 65px;
    width: 100%;
}
.about-us-wrap-left-text-open .about-us-wrap-left-text-content {
    height: auto;
}
.about-us-wrap-left-text-open .about-us-wrap-left-text-show-all {
    display: none;
}
.about-us-wrap-right-image {
    display: none;
}
@media screen and (max-width: 1439px) {
    .about-us {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .about-us-wrap-left-subtitle {
        font-size: 14px;
    }
    .about-us-wrap {
        gap: 13px;
        flex-direction: column;
    }
    .about-us-wrap-left {
        max-width: 640px;
        margin: auto;
        text-align: center;
    }
    .about-us-wrap-left-text-content {
        font-size: 14px;
    }
    .about-us-wrap-left-text-show-all {
        font-size: 16px;
        justify-content: center;
    }
    .about-us-wrap-left-image {
        display: none;
    }
    .about-us-wrap-right {
        max-width: 100%;
        padding-top: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 36px;
        align-items: center;
    }
    .about-us-wrap-right-image {
        display: flex;
        width: calc(50% - 18px);
    }
    .about-us-wrap-right-image img {
        border-radius: 23px;
        height: 385px;
        object-position: center;
        object-fit: cover;
    }
    .about-us-wrap-right-items {
        gap: 23px;
        width: calc(50% - 18px);
    }
    .about-us-wrap-right-item {
        gap: 18px;
    }
    .about-us-wrap-right-item-left {
        width: 30px;
    }
    .about-us-wrap-right-item-left-arrow {
        width: 30px;
        height: 30px;
    }
    .about-us-wrap-right-item-left-arrow svg {
        width: 10px;
        height: 10px;
    }
    .about-us-wrap-right-item-right {
        width: calc(100% - 48px);
    }
    .about-us-wrap-right-item-right-title {
        padding-top: 4px;
        font-size: 18px;
    }
    .about-us-wrap-right-item-right-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .about-us {
        padding: 30px 30px;
    }
    .about-us-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .about-us-wrap-left-text-show-all {
        font-size: 14px;
        margin: 18px 0;
    }
    .about-us-wrap-right {
        gap: 30px;
    }
    .about-us-wrap-right-image img {
        height: 365px;
    }
    .about-us-wrap-right-image {
        width: calc(50% - 15px);
    }
    .about-us-wrap-right-items {
        width: calc(50% - 15px);
    }
    .about-us-wrap-right-item-right-title {
        padding-top: 4px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-us {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .about-us-wrap {
        gap: 5px;
    }
    .about-us-wrap-right {
        gap: 23px;
        flex-direction: column;
    }
    .about-us-wrap-right-image {
        width: 100%;
    }
    .about-us-wrap-right-image img {
        height: 195px;
        border-radius: 18px;
    }
    .about-us-wrap-right-items {
        width: 100%;
    }
}

.product-builder {
    padding: 80px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(/wp-content/uploads/Vector-9-1.png);
}
.product-builder-wrap {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
}
.product-builder-wrap-left {
    max-width: 680px;
    width: 100%;
}
.product-builder-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.product-builder-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.product-builder-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.product-builder-wrap-left-buttons {
    display: flex;
}
.product-builder-wrap-left-button a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.product-builder-wrap-left-button a:hover {
    background: #FF6B00;
}
.product-builder-wrap-left-button a span {
    display: flex;
}
.product-builder-wrap-right {
    max-width: 655px;
    width: 100%;
}
.product-builder-wrap-right-image {
    display: flex;
}
@media screen and (max-width: 1439px) {
    .product-builder {
        padding: 46px 43px;
        background-image: url(/wp-content/uploads/Vector-9-2.png);
        background-position: center bottom 59px;
    }
    .product-builder-wrap-left-subtitle {
        font-size: 14px;
    }
    .product-builder-wrap-left-title {
        font-size: 30px;
        max-width: 100%;
        margin: auto;
    }
    .product-builder-wrap-left-text {
        font-size: 14px;
    }
    .product-builder-wrap-left-buttons {
        justify-content: center;
    }
    .product-builder-wrap-left-button a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .product-builder-wrap {
        gap: 36px;
        flex-direction: column;
    }
    .product-builder-wrap-left {
        max-width: 750px;
        width: 100%;
        text-align: center;
    }
    .product-builder-wrap-right {
        max-width: 480px;
    }
}
@media screen and (max-width: 1023px) {
    .product-builder {
        padding: 30px 30px;
        background-image: url(/wp-content/uploads/Vector-9-3.png);
        background-position: center bottom 43px;
    }
    .product-builder-wrap {
        gap: 30px;
    }
    .product-builder-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .product-builder-wrap-left-title {
        max-width: 580px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .product-builder-wrap-left-text {
        padding-bottom: 18px;
        max-width: 580px;
    }
    .product-builder-wrap-right {
        max-width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .product-builder {
        padding: 23px 22px;
        background-image: url(/wp-content/uploads/Vector-10.png);
        background-position: center bottom 15px;
    }
    .product-builder-wrap {
        gap: 23px;
    }
    .product-builder-wrap-left-title {
        max-width: 310px;
    }
    .product-builder-wrap-left-text {
        max-width: 310px;
    }
    .product-builder-wrap-left-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .product-builder-wrap-left-button {
        width: 100%;
    }
    .product-builder-wrap-right {
        max-width: 310px;
    }
}

.delivery-states {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/wp-content/uploads/Group-39588-2.png);
    background-position: center bottom 95px;
}
.delivery-states-wrap {
    text-align: center;
}
.delivery-states-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.delivery-states-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.delivery-states-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 820px;
    margin: auto;
    padding-bottom: 23px;
}
.delivery-states-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.delivery-states-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.delivery-states-wrap-button-1 a:hover {
    background: #FF6B00;
}
.delivery-states-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.delivery-states-wrap-button-2 a span {
    display: flex;
}
.delivery-states-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.delivery-states-wrap-button-2 a:hover {
    color: #FF6B00;
}
.delivery-states-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.delivery-states-wrap-items {
    max-width: 995px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.delivery-states-wrap-item {
    width: calc(20% - 8px);
    text-align: left;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
}
@media screen and (max-width: 1439px) {
    .delivery-states {
        border-radius: 23px;
        padding: 46px 43px;
        background-size: 890px;
        background-position: center bottom 60px;
    }
    .delivery-states-wrap-subtitle {
        font-size: 14px;
    }
    .delivery-states-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .delivery-states-wrap-text {
        font-size: 14px;
        max-width: 680px;
    }
    .delivery-states-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .delivery-states-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .delivery-states-wrap-item-img {
        border-radius: 18px;
    }
    .delivery-states-wrap-item-title span {
        width: 36px;
        height: 36px;
    }
    .delivery-states-wrap-item-title span svg {
        width: 10px;
        height: 10px;
    }
    .delivery-states-wrap-items {
        max-width: 740px;
    }
    .delivery-states-wrap-item {
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .delivery-states {
        padding: 30px 30px;
        background-size: 715px;
        background-position: center bottom 40px;
    }
    .delivery-states-wrap-subtitle {
        padding: 6px 30px;
    }
    .delivery-states-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .delivery-states-wrap-text {
        padding-bottom: 18px;
        max-width: 565px;
    }
    .delivery-states-wrap-buttons {
        padding-bottom: 30px;
    }
    .delivery-states-wrap-items {
        max-width: 600px;
        gap: 10px 3px;
    }
    .delivery-states-wrap-item {
        font-size: 14px;
        width: calc(20% - 3px);
    }

}
@media screen and (max-width: 767px) {
    .delivery-states {
        padding: 23px 22px;
        border-radius: 18px;
        background-size: 570px;
        background-position: center bottom 120px;
    }
    .delivery-states-wrap-title {
        max-width: 305px;
    }
    .delivery-states-wrap-text {
        max-width: 315px;
    }
    .delivery-states-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .delivery-states-wrap-button-1 {
        width: 100%;
    }
    .delivery-states-wrap-button-2 a {
        padding: 0 23px;
    }
    .delivery-states-wrap-items {
        max-width: 320px;
        gap: 10px 4px;
    }
    .delivery-states-wrap-item {
        font-size: 12px;
        width: calc(33.3334% - 3px);
    }
}

.news-announcement {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-image: url(/wp-content/uploads/Vector-9.svg);
}
.news-announcement-wrap {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
}
.news-announcement-wrap-left {
    width: 42%;
}
.news-announcement-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.news-announcement-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.news-announcement-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.news-announcement-wrap-left-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.news-announcement-wrap-left-item {
    width: calc(50% - 5px);
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s;
    padding: 12px;
}
.news-announcement-wrap-left-item span {
    display: flex;
}
.news-announcement-wrap-left-item:hover {
    background: #FF6B00;
}
.news-announcement-wrap-right {
    width: 58%;
}
.news-announcement-wrap-right-image {
    display: flex;
}
.news-announcement-wrap-right-image img {
    width: 100%;
}
.news-announcement-wrap-right-image-mob {
    display: none;
}
@media screen and (max-width: 1439px) {
    .news-announcement {
        padding-top: 46px;
        background-image: url(/wp-content/uploads/Vector-9-1.svg);
        background-position: center bottom 30px;
    }
    .news-announcement-wrap-left-subtitle {
        font-size: 14px;
    }
    .news-announcement-wrap-left-title {
        font-size: 30px;
        max-width: 100%;
        margin: auto;
    }
    .news-announcement-wrap-left-text {
        font-size: 14px;
    }
    .news-announcement-wrap {
        gap: 36px;
        flex-direction: column;
    }
    .news-announcement-wrap-left {
        max-width: 735px;
        width: 100%;
        text-align: center;
    }
    .news-announcement-wrap-right {
        width: 635px;
    }
    .news-announcement-wrap-right-image-desk {
        display: none;
    }
    .news-announcement-wrap-right-image-mob {
        display: block;
    }
    .news-announcement-wrap-left-item {
        border-radius: 6px;
        font-size: 14px;
        padding: 10px;
    }
    .news-announcement-wrap-left-items {
        max-width: 604px;
        margin: auto;
    }
}
@media screen and (max-width: 1023px) {
    .news-announcement {
        padding-top: 30px;
        background-image: url(/wp-content/uploads/Vector-9-2.svg);
        background-position: center bottom 20px;
    }
    .news-announcement-wrap {
        gap: 30px;
    }
    .news-announcement-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .news-announcement-wrap-left-title {
        max-width: 580px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .news-announcement-wrap-left-text {
        padding-bottom: 18px;
        max-width: 580px;
    }
    .news-announcement-wrap-right {
        width: 540px;
    }
    .news-announcement-wrap-left-items {
        max-width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .news-announcement {
        padding-top: 23px;
        background-image: url(/wp-content/uploads/Vector-10.svg);
        background-position: center bottom;
    }
    .news-announcement-wrap {
        gap: 23px;
    }
    .news-announcement-wrap-left-title {
        max-width: 310px;
    }
    .news-announcement-wrap-left-text {
        max-width: 310px;
    }
    .news-announcement-wrap-right {
        max-width: 340px;
        width: 100%;
    }
    .news-announcement-wrap-left-items {
        max-width: 310px;
        gap: 6px;
    }
    .news-announcement-wrap-left-item {
        width: calc(50% - 3px);
    }
}

.faq {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.faq-wrap {
    text-align: center;
}
.faq-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.faq-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 36px;
    max-width: 1000px;
    margin: 0 auto;
}
.faq-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.faq-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.faq-wrap-button-1 a:hover {
    background: #FF6B00;
}
.faq-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.faq-wrap-button-2 a span {
    display: flex;
}
.faq-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.faq-wrap-button-2 a:hover {
    color: #FF6B00;
}
.faq-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.faq-wrap-items {
    max-width: 1030px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 23px;
    text-align: left;
    padding-bottom: 56px;
}
.faq-wrap-item {
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(23, 27, 28, 0.2);
}
.faq-wrap-item-head {
    color: var(--Rangoon-Green, #171B1C);
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-right: 100px;
    cursor: pointer;
}
.faq-wrap-item-head span {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-wrap-item-body {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-top: 16px;
    padding-right: 100px;
    display: none;
}
.faq-wrap-item-open .faq-wrap-item-body {
    display: block;
}
.faq-wrap-item-open .faq-wrap-item-head {
    color: #FF7A00;
}
.faq-wrap-item-open .faq-wrap-item-head span {
    transform: rotate(180deg);
}
@media screen and (max-width: 1439px) {
    .faq {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .faq-wrap-subtitle {
        font-size: 14px;
    }
    .faq-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .faq-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .faq-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .faq-wrap-items {
        max-width: 735px;
        padding-bottom: 18px;
        gap: 18px;
    }
    .faq-wrap-item {
        padding-bottom: 18px;
    }
    .faq-wrap-item-head {
        font-size: 20px;
    }
    .faq-wrap-item-body {
        font-size: 16px;
        padding-top: 13px;
    }
}
@media screen and (max-width: 1023px) {
    .faq {
        padding: 30px 30px;
    }
    .faq-wrap-subtitle {
        padding: 6px 30px;
    }
    .faq-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 30px;
    }
    .faq-wrap-items {
        max-width: 600px;
    }
    .faq-wrap-item-head {
        font-size: 18px;
    }
    .faq-wrap-item-body {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .faq {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .faq-wrap-title {
        max-width: 305px;
        padding-bottom: 23px;
    }
    .faq-wrap-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .faq-wrap-button-1 {
        width: 100%;
    }
    .faq-wrap-button-2 a {
        padding: 0 23px;
    }
    .faq-wrap-item-head {
        font-size: 16px;
        padding-right: 50px;
    }
    .faq-wrap-item-body {
        font-size: 12px;
        padding-right: 50px;
    }
}

.our-team {
    padding: 80px 0;
    overflow: hidden;
}
.our-team-wrap {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
}
.our-team-wrap-left {
    max-width: 640px;
    width: 100%;
}
.our-team-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.our-team-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.our-team-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 640px;
    padding-bottom: 13px;
}
.our-team-wrap-left-name {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    padding-bottom: 5px;
}
.our-team-wrap-left-position {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
    padding-bottom: 23px;
}
.our-team-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.our-team-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.our-team-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.our-team-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.our-team-wrap-left-button-2 a span {
    display: flex;
}
.our-team-wrap-left-button-2 a span svg path {
    transition: all 0.5s;
}
.our-team-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.our-team-wrap-left-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.our-team-wrap-right {
    max-width: 640px;
    width: 100%;
}
.our-team-wrap-right-video {
    display: flex;
}
.our-team-wrap-right-video video {
    height: 530px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    border-radius: 46px;
}
@media screen and (max-width: 1439px) {
    .our-team {
        padding: 46px 43px;
    }
    .our-team-wrap-left-subtitle {
        font-size: 14px;
    }
    .our-team-wrap-left-title {
        font-size: 30px;
        max-width: 100%;
        margin: auto;
    }
    .our-team-wrap-left-text {
        font-size: 14px;
        margin: auto;
        max-width: 740px;
    }
    .our-team-wrap-left-n-p {
        padding-bottom: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
    }
    .our-team-wrap-left-name {
        font-size: 14px;
        padding-bottom: 0;
    }
    .our-team-wrap-left-position {
        font-size: 14px;
        padding-bottom: 0;
    }
    .our-team-wrap-left-buttons {
        justify-content: center;
    }
    .our-team-wrap-left a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .our-team-wrap-left a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .our-team-wrap {
        gap: 36px;
        flex-direction: column;
    }
    .our-team-wrap-left {
        max-width: 750px;
        width: 100%;
        text-align: center;
    }
    .our-team-wrap-right {
        max-width: 900px;
    }
    .our-team-wrap-right-video video {
        height: 365px;
        border-radius: 23px;
    }
}
@media screen and (max-width: 1023px) {
    .our-team {
        padding: 30px 30px;
    }
    .our-team-wrap {
        gap: 30px;
    }
    .our-team-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .our-team-wrap-left-title {
        max-width: 580px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .our-team-wrap-left-text {
        padding-bottom: 18px;
        max-width: 580px;
    }
    .our-team-wrap-left-n-p {
        padding-bottom: 18px;
    }
    .product-builder-wrap-right {
        max-width: 650px;
    }
    .our-team-wrap-right-video video {
        height: 290px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 767px) {
    .our-team {
        padding: 23px 22px;
    }
    .our-team-wrap {
        gap: 23px;
    }
    .our-team-wrap-left-title {
        max-width: 310px;
    }
    .our-team-wrap-left-text {
        max-width: 310px;
        padding-bottom: 6px;
    }
    .our-team-wrap-left-n-p {
        flex-direction: column;
        gap: 6px;
    }
    .our-team-wrap-left-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .our-team-wrap-left-button-1 {
        width: 100%;
    }
    .our-team-wrap-left-button-2 a {
        padding: 0 23px;
    }
    .our-team-wrap-right {
        max-width: 310px;
    }
}

.contact-us {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.contact-us-wrap {
    text-align: center;
}
.contact-us-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.contact-us-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 870px;
    margin: 0 auto;
}
.contact-us-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 870px;
    margin: auto;
    padding-bottom: 23px;
}
.contact-us-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.contact-us-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.contact-us-wrap-button-1 a:hover {
    background: #FF6B00;
}
.contact-us-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.contact-us-wrap-button-2 a span {
    display: flex;
}
.contact-us-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.contact-us-wrap-button-2 a:hover {
    color: #FF6B00;
}
.contact-us-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.contact-us-wrap-items {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.contact-us-wrap-item {
    width: calc(25% - 18px);
    position: relative;
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 21px;
}
.contact-us-wrap-item-left {

}
.contact-us-wrap-item-left-icon {
    border-radius: 15px;
    background: #7F7F7F;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-wrap-item-left-icon img {

}
.contact-us-wrap-item-right {

}
.contact-us-wrap-item-right-title {
    text-align: left;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.contact-us-wrap-item-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.36px;
    text-align: left;
}
@media screen and (max-width: 1439px) {
    .contact-us {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .contact-us-wrap-subtitle {
        font-size: 14px;
    }
    .contact-us-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .contact-us-wrap-text {
        font-size: 14px;
    }
    .contact-us-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .contact-us-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .contact-us-wrap-items {
        gap: 13px;
    }
    .contact-us-wrap-item {
        width: calc(50% - 7px);
        border-radius: 13px;
        padding: 30px 30px;
        gap: 20px;
        flex-direction: row;
        align-items: center;
    }
    .contact-us-wrap-item-right-title {
        padding-bottom: 5px;
        font-size: 20px;
    }
    .contact-us-wrap-item-right-text {
        font-size: 14px;
    }
    .contact-us-wrap-item-left-icon {
        width: 64px;
        height: 64px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .contact-us {
        padding: 30px 30px;
    }
    .contact-us-wrap-subtitle {
        padding: 6px 30px;
    }
    .contact-us-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .contact-us-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .contact-us-wrap-buttons {
        padding-bottom: 30px;
    }
    .contact-us-wrap-item {
        border-radius: 10px;
        padding: 24px;
        gap: 10px;
    }
    .contact-us-wrap-item-right-title {
        font-size: 16px;
    }
    .contact-us-wrap-item-right-text {
        font-size: 12px;
    }
    .contact-us-wrap-item-left-icon img {
        width: 33px;
        height: 33px;
    }
    .contact-us-wrap-item-left-icon {
        width: 46px;
        height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .contact-us {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .contact-us-wrap-title {
        max-width: 305px;
    }
    .contact-us-wrap-text {
        max-width: 315px;
    }
    .contact-us-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .contact-us-wrap-button-1 {
        width: 100%;
    }
    .contact-us-wrap-button-2 a {
        padding: 0 23px;
    }
    .contact-us-wrap-item {
        width: 100%;
    }
}

.quote-now {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/image-5.png");
}
.quote-now-wrap {
    text-align: center;
}
.quote-now-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #171B1C;
    background: #171B1C;
    color: #F5F5F5;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.quote-now-wrap-title {
    color: #FFFFFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 870px;
    margin: 0 auto;
}
.quote-now-wrap-text {
    color: #AFAFAF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 810px;
    margin: auto;
    padding-bottom: 23px;
}
.quote-now-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.quote-now-wrap-button-1 a {
    border-radius: 13px;
    background: #FFFFFF;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-wrap-button-1 a:hover {
    background: #FF6B00;
    color: #FFFFFF;
}
.quote-now-wrap-button-2 a {
    border-radius: 13px;
    background: #FFFFFF;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-wrap-button-2 a:hover {
    background: #FF6B00;
    color: #FFFFFF;
}
.quote-now-wrap-button-3 a {
    border-radius: 13px;
    background: #FFFFFF;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-wrap-button-3 a:hover {
    background: #FF6B00;
    color: #FFFFFF;
}
.quote-now-wrap-button-4 a {
    border-radius: 13px;
    background: #FF6B00;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-wrap-button-4 a span {
    display: flex;
}
.quote-now-wrap-button-4 a span svg path {
    transition: all 0.5s;
    fill: #FFFFFF;
}
.quote-now-wrap-button-4 a:hover {
    color: #FFFFFF;
    background: #171B1C;
}
.quote-now-wrap-button-4 a:hover span svg path {
    fill: #FFFFFF;
}
@media screen and (max-width: 1439px) {
    .quote-now {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .quote-now-wrap-subtitle {
        font-size: 14px;
    }
    .quote-now-wrap-title {
        font-size: 30px;
        max-width: 680px;
        margin: auto;
    }
    .quote-now-wrap-text {
        font-size: 14px;
        max-width: 680px;
    }
    .quote-now-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .quote-now-wrap-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .quote-now-wrap-button-3 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .quote-now-wrap-button-4 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .quote-now {
        padding: 30px 30px;
    }
    .quote-now-wrap-subtitle {
        padding: 6px 30px;
    }
    .quote-now-wrap-title {
        max-width: 570px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .quote-now-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .quote-now-wrap-buttons {
        max-width: 500px;
        gap: 6px;
        flex-wrap: wrap;
        margin: auto;
    }
    .quote-now-wrap-button-1 {
        width: calc(50% - 6px);
    }
    .quote-now-wrap-button-2 {
        width: calc(50% - 6px);
    }
    .quote-now-wrap-button-3 {
        width: calc(50% - 6px);
    }
    .quote-now-wrap-button-4 {
        width: calc(50% - 6px);
    }
}
@media screen and (max-width: 767px) {
    .quote-now {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .quote-now-wrap-title {
        max-width: 305px;
    }
    .quote-now-wrap-text {
        max-width: 315px;
    }
    .quote-now-wrap-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .quote-now-wrap-button-1 {
        width: 100%;
    }
    .quote-now-wrap-button-2 {
        width: 100%;
    }
    .quote-now-wrap-button-3 {
        width: 100%;
    }
    .quote-now-wrap-button-4 {
        width: 100%;
    }
}

.create-your-trailer {
    padding: 80px 0;
    overflow: hidden;
}
.create-your-trailer-wrap {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
}
.create-your-trailer-wrap-left {
    max-width: 680px;
    width: 100%;
}
.create-your-trailer-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.create-your-trailer-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.create-your-trailer-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 640px;
    padding-bottom: 23px;
}
.create-your-trailer-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.create-your-trailer-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.create-your-trailer-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.create-your-trailer-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.create-your-trailer-wrap-left-button-2 a span {
    display: flex;
}
.create-your-trailer-wrap-left-button-2 a span svg path {
    transition: all 0.5s;
}
.create-your-trailer-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.create-your-trailer-wrap-left-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.create-your-trailer-wrap-right {
    max-width: 610px;
    width: 100%;
}
.create-your-trailer-wrap-right-image {
    display: flex;
}
.create-your-trailer-wrap-right-image img {
    height: 680px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    border-radius: 32px;
}
@media screen and (max-width: 1439px) {
    .create-your-trailer {
        padding: 46px 43px;
    }
    .create-your-trailer-wrap-left-subtitle {
        font-size: 14px;
    }
    .create-your-trailer-wrap-left-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .create-your-trailer-wrap-left-text {
        font-size: 14px;
        margin: auto;
        max-width: 680px;
    }
    .create-your-trailer-wrap-left-buttons {
        justify-content: center;
    }
    .create-your-trailer-wrap-left a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .create-your-trailer-wrap-left a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .create-your-trailer-wrap {
        gap: 36px;
        flex-direction: column;
    }
    .create-your-trailer-wrap-left {
        max-width: 750px;
        width: 100%;
        text-align: center;
    }
    .create-your-trailer-wrap-right {
        max-width: 900px;
    }
    .create-your-trailer-wrap-right-image img {
        height: 365px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 1023px) {
    .create-your-trailer {
        padding: 30px 30px;
    }
    .create-your-trailer-wrap {
        gap: 30px;
    }
    .create-your-trailer-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .create-your-trailer-wrap-left-title {
        max-width: 520px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .create-your-trailer-wrap-left-text {
        padding-bottom: 18px;
        max-width: 580px;
    }
    .product-builder-wrap-right {
        max-width: 650px;
    }
    .create-your-trailer-wrap-right-image img {
        height: 305px;
        border-radius: 18px;
    }
}
@media screen and (max-width: 767px) {
    .create-your-trailer {
        padding: 23px 22px;
    }
    .create-your-trailer-wrap {
        gap: 23px;
    }
    .create-your-trailer-wrap-left-title {
        max-width: 310px;
    }
    .create-your-trailer-wrap-left-text {
        max-width: 310px;
    }
    .create-your-trailer-wrap-left-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .create-your-trailer-wrap-left-button-1 {
        width: 100%;
    }
    .create-your-trailer-wrap-left-button-2 a {
        padding: 0 23px;
    }
    .create-your-trailer-wrap-right {
        max-width: 310px;
    }
}

.select-size-tips {
    padding: 80px 0;
    overflow: hidden;
}
.select-size-tips-wrap {
    text-align: center;
}
.select-size-tips-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.select-size-tips-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.select-size-tips-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.select-size-tips-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.select-size-tips-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.select-size-tips-wrap-button-1 a:hover {
    background: #FF6B00;
}
.select-size-tips-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.select-size-tips-wrap-button-2 a span {
    display: flex;
}
.select-size-tips-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.select-size-tips-wrap-button-2 a:hover {
    color: #FF6B00;
}
.select-size-tips-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.select-size-tips-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.select-size-tips-wrap-item {
    width: calc(25% - 10px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.select-size-tips-wrap-item-icon {
    border-radius: 100px;
    background: #F5F5F5;
    display: flex;
    width: 71px;
    height: 71px;
    align-items: center;
    justify-content: center;
}
.select-size-tips-wrap-item-icon img {
    width: 36px;
    height: 36px;
}
.select-size-tips-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding-top: 23px;
    text-align: left;
}
.select-size-tips-wrap-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    text-align: left;
    padding-top: 13px;
}

@media screen and (max-width: 1439px) {
    .select-size-tips {
        padding: 46px 0;
    }
    .select-size-tips-wrap-subtitle {
        font-size: 14px;
    }
    .select-size-tips-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .select-size-tips-wrap-text {
        font-size: 14px;
    }
    .select-size-tips-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .select-size-tips-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .select-size-tips-wrap-item {
        width: calc(50% - 7px);
    }
    .select-size-tips-wrap-item-icon {
        width: 60px;
        height: 60px;
    }
    .select-size-tips-wrap-item-icon img {
        width: 30px;
        height: 30px;
    }
    .select-size-tips-wrap-item-title {
        padding-top: 15px;
        font-size: 20px;
    }
    .select-size-tips-wrap-item-text {
        padding-top: 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .select-size-tips {
        padding: 30px 0;
    }
    .select-size-tips-wrap-subtitle {
        padding: 6px 30px;
    }
    .select-size-tips-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .select-size-tips-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .select-size-tips-wrap-buttons {
        padding-bottom: 30px;
    }
    .select-size-tips-wrap-item {
        border-radius: 18px;
        padding: 23px;
    }
    .select-size-tips-wrap-item-icon {
        width: 46px;
        height: 46px;
    }
    .select-size-tips-wrap-item-icon img {
        width: 23px;
        height: 23px;
    }
    .select-size-tips-wrap-item-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .select-size-tips {
        padding: 23px 0;
    }
    .select-size-tips-wrap-title {
        max-width: 305px;
    }
    .select-size-tips-wrap-text {
        max-width: 315px;
    }
    .select-size-tips-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .select-size-tips-wrap-button-1 {
        width: 100%;
    }
    .select-size-tips-wrap-button-2 a {
        padding: 0 23px;
    }
    .select-size-tips-wrap-items {
        gap: 10px;
        max-width: 310px;
        margin: auto;
    }
    .select-size-tips-wrap-item {
        width: 100%;
        padding: 23px;
        border-radius: 13px;
    }
    .select-size-tips-wrap-item-title {
        font-size: 16px;
    }
    .select-size-tips-wrap-item-text {
        font-size: 12px;
    }
}

.size-categories {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.size-categories-wrap {
    text-align: center;
}
.size-categories-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.size-categories-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.size-categories-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 46px;
}
.size-categories-wrap-item {
    padding-top: 80px;
}
.size-categories-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 36px 36px;
    position: relative;
}
.size-categories-wrap-item-content-image {
    display: flex;
    justify-content: center;
    margin-top: -80px;
}
.size-categories-wrap-item-content-category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}
.size-categories-wrap-item-content-category-name {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 5px 18px;
    display: flex;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}
.size-categories-wrap-item-content-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    padding: 13px 0;
}
.size-categories-wrap-item-content-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
}
.size-categories-wrap-item-content-lists {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-top: 23px;
    align-items: start;
}
.size-categories-wrap-item-content-list {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.size-categories-wrap-item-content-list-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.size-categories-wrap-item-content-list-name {
    width: calc(100% - 36px);
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

@media screen and (max-width: 1439px) {
    .size-categories {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .size-categories-wrap-subtitle {
        font-size: 14px;
    }
    .size-categories-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .size-categories-wrap-text {
        font-size: 14px;
        padding-bottom: 36px;
    }
    .size-categories-wrap-item {
        padding-top: 55px;
    }
    .size-categories-wrap-item-content {
        padding: 0 20px 20px;
    }
    .size-categories-wrap-item-content-image {
        margin: auto;
        margin-top: -55px;
        max-width: 243px;
    }
    .size-categories-wrap-item-content-category-name {
        font-size: 16px;
    }
    .size-categories-wrap-item-content-title {
        font-size: 20px;
        padding: 10px 0;
    }
    .size-categories-wrap-item-content-text {
        font-size: 14px;
    }
    .size-categories-wrap-item-content-lists {
        gap: 5px;
        padding-top: 15px;
    }
    .size-categories-wrap-item-content-list-icon {
        width: 20px;
        height: 20px;
    }
	.size-categories-wrap-item-content-list-icon svg {
		width: 20px;
        height: 20px;
	}
    .size-categories-wrap-item-content-list-name {
        width: calc(100% - 33px);
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .size-categories {
        padding: 30px 0px;
    }
    .size-categories-wrap-subtitle {
        padding: 6px 30px;
    }
    .size-categories-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .size-categories-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .size-categories-wrap-items {
        padding: 0 13px;
    }
    .size-categories-wrap-items .swiper {
        overflow: inherit;
    }
    .size-categories-wrap-items .swiper-slide {
        width: 330px;
    }
	.size-categories-wrap-item-content-title {
        font-size: 18px;
    }
	.size-categories-wrap-item-content {
        padding: 0 40px 23px;
    }
}
@media screen and (max-width: 767px) {
    .size-categories {
        padding: 23px 0;
        border-radius: 18px;
    }
    .size-categories-wrap-title {
        max-width: 305px;
    }
    .size-categories-wrap-text {
        max-width: 315px;
		padding-bottom: 23px;
    }
	.size-categories-wrap-items {
        padding: 0 10px;
    }
	.size-categories-wrap-item {
        padding-top: 50px;
    }
	.size-categories-wrap-item-content {
        padding: 0 38px 23px;
    }
	.size-categories-wrap-item-content-image {
        margin-top: -50px;
        max-width: 230px;
    }
	.size-categories-wrap-item-content-category {
    	padding-top: 24px;
	}
	.size-categories-wrap-item-content-category-name {
        font-size: 14px;
        padding: 4px 18px;
    }
	.size-categories-wrap-item-content-title {
        font-size: 16px;
    }
	.size-categories-wrap-item-content-text {
        font-size: 12px;
    }
	.size-categories-wrap-item-content-list {
    	gap: 10px;
	}
	.size-categories-wrap-item-content-list-icon {
        width: 18px;
        height: 18px;
    }
	.size-categories-wrap-item-content-list-icon svg {
		width: 18px;
        height: 18px;
	}
	.size-categories-wrap-item-content-list-name {
        width: calc(100% - 28px);
        font-size: 12px;
    }
}

.all-food-trailer-sizes {
    padding: 80px 0;
    overflow: hidden;
}
.all-food-trailer-sizes-wrap {
    text-align: center;
}
.all-food-trailer-sizes-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.all-food-trailer-sizes-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 36px;
    margin: 0;
}
.all-food-trailer-sizes-wrap-products-mobile {
    display: none;
}
.all-food-trailer-sizes-wrap-products-desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.all-food-trailer-sizes-wrap-products-item {
    width: calc(33% - 11px);
}
.all-food-trailer-sizes-wrap-products-item-top {
    border-radius: 23px;
    background: #F5F5F5;
    padding: 20px 20px 12px;
    height: 300px;
    position: relative;
}
.all-food-trailer-sizes-wrap-products-item-top-tags {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    padding-bottom: 3px;
    position: absolute;
    z-index: 2;
    right: 20px;
}
.all-food-trailer-sizes-wrap-products-item-top-tag {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 7px 13px;
}
.all-food-trailer-sizes-wrap-products-item-top-image {
    display: flex;
    justify-content: center;
}
.all-food-trailer-sizes-wrap-products-item-top-image img {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 23px;
    padding: 20px;
}
.all-food-trailer-sizes-wrap-products-item-bottom a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    transition: all 0.5s;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.all-food-trailer-sizes-wrap-products-item-bottom a span {
    display: flex;
}
.all-food-trailer-sizes-wrap-products-item-bottom a span svg path {
    transition: all 0.5s;
}
.all-food-trailer-sizes-wrap-products-item-bottom a:hover {
    color: #FF6B00;
}
.all-food-trailer-sizes-wrap-products-item-bottom a:hover span svg path {
    fill: #FF6B00;
}
.all-food-trailer-sizes-wrap-products-item-last {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 65px;
    text-align: left;
}
.all-food-trailer-sizes-wrap-products-item-last-text-1 {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.46px;
    padding-bottom: 10px;
}
.all-food-trailer-sizes-wrap-products-item-last-text-1 span {
    color: #FF7A00;
}
.all-food-trailer-sizes-wrap-products-item-last-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.28px;
    padding-bottom: 23px;
}
.all-food-trailer-sizes-wrap-products-item-last-button a {
    border-radius: 13px;
    display: flex;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.all-food-trailer-sizes-wrap-products-item-last-button a span {
    display: flex;
}
.all-food-trailer-sizes-wrap-products-item-last-button a span svg path {
    transition: all 0.5s;
}
.all-food-trailer-sizes-wrap-products-item-last-button a:hover {
    color: #FF6B00;
}
.all-food-trailer-sizes-wrap-products-item-last-button a:hover span svg path {
    fill: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .all-food-trailer-sizes {
        padding: 46px 0;
    }
    .all-food-trailer-sizes-wrap-subtitle {
        font-size: 14px;
    }
    .all-food-trailer-sizes-wrap-title {
        font-size: 30px;
        max-width: 840px;
        margin: auto;
    }
    .all-food-trailer-sizes-wrap-products-desktop {
        display: none;
    }
    .all-food-trailer-sizes-wrap-products-mobile {
        display: block;
    }
    .all-food-trailer-sizes-wrap-products .swiper-slide {
        width: 445px;
    }
    .all-food-trailer-sizes-wrap-products-item {
        width: 100%;
    }
    .all-food-trailer-sizes-wrap-products-item-top {
        padding: 20px 20px 27px;
    }
    .all-food-trailer-sizes-wrap-products-item-top-tags {
        padding-bottom: 22px;
    }
    .all-food-trailer-sizes-wrap-products-item-top-tag {
        padding: 6px 7px;
        border-radius: 6px;
        font-size: 12px;
    }
    .all-food-trailer-sizes-wrap-products-item-bottom a {
        font-size: 16px;
    }
    .all-food-trailer-sizes-wrap-products-item-last {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1023px) {
    .all-food-trailer-sizes {
        padding: 30px 0;
    }
    .all-food-trailer-sizes-wrap-subtitle {
        padding: 6px 30px;
    }
    .all-food-trailer-sizes-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 30px;
    }
    .all-food-trailer-sizes-wrap-products .swiper-slide {
        width: 320px;
    }
    .all-food-trailer-sizes-wrap-products-item-top {
        padding: 13px 13px 30px;
        border-radius: 18px;
        height: 265px;
    }
    .all-food-trailer-sizes-wrap-products-item-top-tags {
        padding-bottom: 25px;
    }
    .all-food-trailer-sizes-wrap-products-item-top-tag {
        font-size: 10px;
    }
    .all-food-trailer-sizes-wrap-products-item-top-image img {
        border-radius: 18px;
    }
    .all-food-trailer-sizes-wrap-products-item-last {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .all-food-trailer-sizes {
        padding: 23px 0;
    }
    .all-food-trailer-sizes-wrap-title {
        max-width: 305px;
    }
    .all-food-trailer-sizes-wrap-products .swiper-slide {
        width: 315px;
    }
}

.compare-sizes {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/1-42.png");
    position: relative;
}
.compare-sizes:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.compare-sizes-wrap {
    text-align: center;
    position: relative;
    z-index: 2;
}
.compare-sizes-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.compare-sizes-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 870px;
    margin: 0 auto;
}
.compare-sizes-wrap-text {
    color: #5F5F5F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 820px;
    margin: auto;
    padding-bottom: 23px;
}
.compare-sizes-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.compare-sizes-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.compare-sizes-wrap-button-1 a:hover {
    background: #FF6B00;
    color: #FFFFFF;
}
.compare-sizes-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.compare-sizes-wrap-button-2 a span {
    display: flex;
}
.compare-sizes-wrap-button-2 a span svg path {
    transition: all 0.5s;
    fill: #171B1C;
}
.compare-sizes-wrap-button-2 a:hover {
    color: #FF6B00;
}
.compare-sizes-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .compare-sizes {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .compare-sizes-wrap-subtitle {
        font-size: 14px;
    }
    .compare-sizes-wrap-title {
        font-size: 30px;
        max-width: 680px;
        margin: auto;
    }
    .compare-sizes-wrap-text {
        font-size: 14px;
        max-width: 720px;
    }
    .compare-sizes-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .compare-sizes-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .compare-sizes {
        padding: 30px 30px;
    }
    .compare-sizes-wrap-subtitle {
        padding: 6px 30px;
    }
    .compare-sizes-wrap-title {
        max-width: 565px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .compare-sizes-wrap-text {
        padding-bottom: 18px;
        max-width: 565px;
    }
}
@media screen and (max-width: 767px) {
    .compare-sizes {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .compare-sizes-wrap-title {
        max-width: 305px;
    }
    .compare-sizes-wrap-text {
        max-width: 315px;
    }
    .compare-sizes-wrap-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .compare-sizes-wrap-button-1 {
        width: 100%;
    }
    .compare-sizes-wrap-button-2 a {
        padding: 0 23px;
    }
}

.select-size-tips-v2 {
    padding: 80px 0;
    overflow: hidden;
}
.select-size-tips-v2-wrap {
    text-align: center;
}
.select-size-tips-v2-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.select-size-tips-v2-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.select-size-tips-v2-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.select-size-tips-v2-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.select-size-tips-v2-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.select-size-tips-v2-wrap-button-1 a:hover {
    background: #FF6B00;
}
.select-size-tips-v2-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.select-size-tips-v2-wrap-button-2 a span {
    display: flex;
}
.select-size-tips-v2-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.select-size-tips-v2-wrap-button-2 a:hover {
    color: #FF6B00;
}
.select-size-tips-v2-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.select-size-tips-v2-wrap-items {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.select-size-tips-v2-wrap-item {
    display: block;
    width: calc(25% - 10px);
    position: relative;
}
.select-size-tips-v2-wrap-item-img {
    display: flex;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
}
.select-size-tips-v2-wrap-item-img:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(23, 27, 28, 0.65);
    z-index: 2;
}
.select-size-tips-v2-wrap-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.select-size-tips-v2-wrap-item-title {

}
.select-size-tips-v2-wrap-item-title span {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}
.select-size-tips-v2-wrap-item-title span svg path {
    transition: all 0.5s;
}
.select-size-tips-v2-wrap-item-title-item {
    color: #FFF;
    text-align: left;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    transition: all 0.5s;
    position: absolute;
    width: 200px;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.select-size-tips-v2-wrap-item:hover span {
    background: #FF6B00;
}
.select-size-tips-v2-wrap-item:hover span svg path {
    fill: #fff;
}
.select-size-tips-v2-wrap-item:hover .select-size-tips-v2-wrap-item-title-item {
    color: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .select-size-tips-v2 {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .select-size-tips-v2-wrap-subtitle {
        font-size: 14px;
    }
    .select-size-tips-v2-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .select-size-tips-v2-wrap-text {
        font-size: 14px;
    }
    .select-size-tips-v2-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .select-size-tips-v2-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .select-size-tips-v2-wrap-item {
        width: calc(50% - 7px);
    }
    .select-size-tips-v2-wrap-item-img {
        border-radius: 18px;
    }
    .select-size-tips-v2-wrap-item-img img {
        height: 288px;
    }
    .select-size-tips-v2-wrap-item-title span {
        width: 36px;
        height: 36px;
    }
    .select-size-tips-v2-wrap-item-title span svg {
        width: 10px;
        height: 10px;
    }
    .select-size-tips-v2-wrap-item-title-item {
        font-size: 20px;
        width: 170px;
    }
}
@media screen and (max-width: 1023px) {
    .select-size-tips-v2 {
        padding: 30px 30px;
    }
    .select-size-tips-v2-wrap-subtitle {
        padding: 6px 30px;
    }
    .select-size-tips-v2-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .select-size-tips-v2-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .select-size-tips-v2-wrap-buttons {
        padding-bottom: 30px;
    }
    .select-size-tips-v2-wrap-item-img img {
        height: 180px;
    }
    .select-size-tips-v2-wrap-item-title span {
        width: 32px;
        height: 32px;
        right: 23px;
        top: 23px;
    }
    .select-size-tips-v2-wrap-item-title-item {
        font-size: 18px;
        left: 23px;
        bottom: 23px;
        width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .select-size-tips-v2 {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .select-size-tips-v2-wrap-title {
        max-width: 305px;
    }
    .select-size-tips-v2-wrap-text {
        max-width: 315px;
    }
    .select-size-tips-v2-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .select-size-tips-v2-wrap-button-1 {
        width: 100%;
    }
    .select-size-tips-v2-wrap-button-2 a {
        padding: 0 23px;
    }
    .select-size-tips-v2-wrap-items .swiper-slide {
        width: 300px;
    }
    .select-size-tips-v2-wrap-item-img {
        border-radius: 13px;
    }
    .select-size-tips-v2-wrap-item-img img {
        height: 146px;
    }
    .select-size-tips-v2-wrap-item-title span {
        width: 30px;
        height: 30px;
        right: 13px;
        top: 13px;
    }
    .select-size-tips-v2-wrap-item-title-item {
        font-size: 16px;
        width: 220px;
        left: 13px;
        bottom: 13px;
        text-align: left;
        display: block;
    }
    .select-size-tips-v2-wrap-item {
        width: 100%;
    }
}

.success-stories {
    padding: 80px 0;
    overflow: hidden;
}
.success-stories-wrap {
    text-align: center;
}
.success-stories-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.success-stories-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.success-stories-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.success-stories-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.success-stories-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.success-stories-wrap-button-1 a:hover {
    background: #FF6B00;
}
.success-stories-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.success-stories-wrap-button-2 a span {
    display: flex;
}
.success-stories-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.success-stories-wrap-button-2 a:hover {
    color: #FF6B00;
}
.success-stories-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.success-stories-wrap-item {
    display: flex;
    gap: 23px;
}
.success-stories-wrap-item-left {
    width: 60%;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    gap: 60px;
}
.success-stories-wrap-item-left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.success-stories-wrap-item-left-top-left-icon {
    border-radius: 13px;
    background: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
}
.success-stories-wrap-item-left-top-right-location {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 11px 23px;
    display: flex;
}
.success-stories-wrap-item-left-middle-text {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.success-stories-wrap-item-left-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.success-stories-wrap-item-left-bottom-left-block {
    display: flex;
    gap: 23px;
    align-items: center;
}
.success-stories-wrap-item-left-bottom-left-block-left-logo {
    display: flex;
}
.success-stories-wrap-item-left-bottom-left-block-left-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.success-stories-wrap-item-left-bottom-left-block-right-position {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 5px;
}
.success-stories-wrap-item-left-bottom-left-block-right-name {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
    text-align: left;
}
.success-stories-wrap-item-left-bottom-right-buttons {
    display: flex;
    gap: 6px;
}
.success-stories-wrap-item-left-bottom-right-button-prev {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: #171B1C;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.success-stories-wrap-item-left-bottom-right-button-prev:hover {
    background: #FF6B00;
}
.success-stories-wrap-item-left-bottom-right-button-next {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    background: #171B1C;
    transition: all 0.5s;
}
.success-stories-wrap-item-left-bottom-right-button-next:hover {
    background: #FF6B00;
}
.success-stories-wrap-item-left-bottom-right-buttons .swiper-button-disabled {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.success-stories-wrap-item-left-bottom-right-buttons .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.success-stories-wrap-item-right {
    width: 40%;
}
.success-stories-wrap-item-right-image {
    display: flex;
    height: 100%;
}
.success-stories-wrap-item-right-image img {
    border-radius: 23px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1439px) {
    .success-stories {
        padding: 46px 0;
    }
    .success-stories-wrap-subtitle {
        font-size: 14px;
    }
    .success-stories-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .success-stories-wrap-text {
        font-size: 14px;
    }
    .success-stories-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .success-stories-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .success-stories-wrap-item {
        gap: 13px;
    }
    .success-stories-wrap-item-left {
        width: 70%;
        padding: 46px;
        gap: 65px;
    }
    .success-stories-wrap-item-left-top-left-icon {
        border-radius: 10px;
        width: 56px;
        height: 56px;
    }
    .success-stories-wrap-item-left-top-right-location {
        padding: 6px 23px;
    }
    .success-stories-wrap-item-left-middle-text {
        font-size: 18px;
    }
    .success-stories-wrap-item-left-bottom-left-block-left-logo img {
        width: 56px;
        height: 56px;
    }
    .success-stories-wrap-item-left-bottom-left-block-right-position {
        font-size: 16px;
    }
    .success-stories-wrap-item-left-bottom-left-block-right-name {
        font-size: 12px;
    }
    .success-stories-wrap-item-right {
        width: 30%;
    }
}
@media screen and (max-width: 1023px) {
    .success-stories {
        padding: 30px 0;
    }
    .success-stories-wrap-subtitle {
        padding: 6px 30px;
    }
    .success-stories-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .success-stories-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .success-stories-wrap-buttons {
        padding-bottom: 30px;
    }
    .success-stories-wrap-item-left {
        width: 63%;
        padding: 36px;
        gap: 56px;
        border-radius: 18px;
    }
    .success-stories-wrap-item-right {
        width: 37%;
    }
    .success-stories-wrap-item-right-image img {
        border-radius: 18px;
    }
    .success-stories-wrap-item-left-top-left-icon {
        width: 46px;
        height: 46px;
    }
    .success-stories-wrap-item-left-top-left-icon svg {
        width: 20px;
    }
    .success-stories-wrap-item-left-top-right-location {
        font-size: 14px;
    }
    .success-stories-wrap-item-left-middle-text {
        font-size: 16px;
    }
    .success-stories-wrap-item-left-bottom-left-block {
        gap: 10px;
    }
    .success-stories-wrap-item-left-bottom-left-block-left-logo img {
        width: 46px;
        height: 46px;
    }
    .success-stories-wrap-item-left-bottom-left-block-right-position {
        font-size: 14px;
    }
    .success-stories-wrap-item-left-bottom-right-button-prev {
        width: 36px;
        height: 36px;
    }
    .success-stories-wrap-item-left-bottom-right-button-prev svg {
        width: 15px;
    }
    .success-stories-wrap-item-left-bottom-right-button-next {
        width: 36px;
        height: 36px;
    }
    .success-stories-wrap-item-left-bottom-right-button-next svg {
        width: 15px;
    }
}
@media screen and (max-width: 767px) {
    .success-stories {
        padding: 23px 0;
    }
    .success-stories-wrap-title {
        max-width: 305px;
    }
    .success-stories-wrap-text {
        max-width: 315px;
    }
    .success-stories-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .success-stories-wrap-button-1 {
        width: 100%;
    }
    .success-stories-wrap-button-2 a {
        padding: 0 23px;
    }
    .success-stories-wrap-items {
        max-width: 310px;
        margin: auto;
    }
    .success-stories-wrap-item {
        gap: 10px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .success-stories-wrap-item-left {
        width: 100%;
        padding: 23px;
        gap: 23px;
        border-radius: 18px;
        order: 2;
    }
    .success-stories-wrap-item-left-top-right-location {
        font-size: 12px;
    }
    .success-stories-wrap-item-left-middle-text {
        font-size: 14px;
    }
    .success-stories-wrap-item-left-bottom-left-block {
        gap: 5px;
    }
    .success-stories-wrap-item-left-bottom-left-block-left-logo img {
        width: 36px;
        height: 36px;
    }
    .success-stories-wrap-item-left-bottom-left-block-right-position {
        font-size: 12px;
        padding-bottom: 0;
    }
    .success-stories-wrap-item-left-bottom-left-block-right-name {
        font-size: 10px;
    }
    .success-stories-wrap-item-right {
        width: 100%;
        order: 1;
    }
    .success-stories-wrap-item-right-image img {
        height: 200px;
    }
}

.food-trailer-single-size {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 30px;
}
.food-trailer-single-size-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.food-trailer-single-size-wrap-left {
    max-width: 600px;
}
.food-trailer-single-size-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-single-size-wrap-left-title span {
    color: #FF6B00;
}
.food-trailer-single-size-wrap-left-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.4px;
    padding-bottom: 30px;
}
.food-trailer-single-size-wrap-left-buttons {
    padding-bottom: 110px;
    display: flex;
    gap: 5px;
}
.food-trailer-single-size-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-single-size-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-single-size-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-single-size-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-single-size-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-single-size-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-single-size-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-single-size-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-single-size-wrap-left-items {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
.food-trailer-single-size-wrap-left-item {
    width: 90px;
}
.food-trailer-single-size-wrap-left-item-name {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.food-trailer-single-size-wrap-left-item-value {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
}
.food-trailer-single-size-wrap-right-wrap {
    width: 550px;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    position: relative;
    padding: 122px 32px 13px 32px;
}
.food-trailer-single-size-wrap-right-wrap-size {
    color: #D0D0D0;
    text-align: center;
    font-family: Unbounded;
    font-size: 146px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -4.38px;
    text-transform: uppercase;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0);
}
.food-trailer-single-size-wrap-right-wrap-image {
    display: flex;
    position: relative;
}
.food-trailer-single-size-wrap-right-wrap-item-1 {
    width: 195px;
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    position: absolute;
    top: 75px;
    left: -162px;
    padding: 17px;
}
.food-trailer-single-size-wrap-right-wrap-item-1-icon {
    border-radius: 10px;
    background: #171B1C;
    width: 55px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food-trailer-single-size-wrap-right-wrap-item-1-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    padding-top: 17px;
}
.food-trailer-single-size-wrap-right-wrap-item-1-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.28px;
    padding-top: 5px;
}
.food-trailer-single-size-wrap-right-wrap-item-2 {
    width: 102px;
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 17px;
    position: absolute;
    bottom: 31px;
    left: -74px;
}
.food-trailer-single-size-wrap-right-wrap-item-2-icon {
    width: 67px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    background: #171B1C;
    align-items: center;
    justify-content: center;
}
.food-trailer-single-size-wrap-right-wrap-item-2-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    padding-top: 17px;
}

@media screen and (max-width: 1439px) {
    .food-trailer-single-size {
        border-radius: 23px;
        padding: 46px 30px 46px;
    }
    .food-trailer-single-size-wrap {
        flex-direction: column;
        gap: 36px;
        align-items: start;
    }
    .food-trailer-single-size-wrap-left {
        max-width: 680px;
        margin: auto;
        order: 2;
    }
    .food-trailer-single-size-wrap-right {
        max-width: 100%;
        order: 1;
    }
    .food-trailer-single-size-wrap-right-wrap {
        width: 615px;
        padding: 78px 50px 0px 223px;
        margin-left: 67px;
    }
    .food-trailer-single-size-wrap-right-wrap-size {
        font-size: 90px;
        left: 30px;
        top: 30px;
        transform: inherit;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1 {
        top: inherit;
        bottom: 24px;
        left: -54px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-title {
        font-size: 16px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2 {
        left: inherit;
        right: -57px;
        top: 37px;
        bottom: inherit;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-title {
        font-size: 16px;
    }
    .food-trailer-single-size-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
    }
    .food-trailer-single-size-wrap-left-text {
        padding-bottom: 23px;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
    }
    .food-trailer-single-size-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-size-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-size-wrap-left-buttons {
        justify-content: center;
        padding: 0;
    }
    .food-trailer-single-size-wrap-left-items {
        gap: 23px;
        flex-direction: column;
        position: absolute;
        right: 28px;
        top: 48px;
    }
    .food-trailer-single-size-wrap-left-item {
        width: 114px;
    }
    .food-trailer-single-size-wrap-left-item:first-of-type {
        width: 100px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer-single-size {
        padding: 30px 30px 30px;
    }
    .food-trailer-single-size-wrap {
        gap: 30px;
    }
    .food-trailer-single-size-wrap-left {
        max-width: 575px;
    }
    .food-trailer-single-size-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-single-size-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-single-size-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-single-size-wrap-right-wrap {
        width: 406px;
        padding: 74px 40px 0px 123px;
        margin-left: 68px;
        border-radius: 18px;
    }
    .food-trailer-single-size-wrap-right-wrap-size {
        left: 20px;
        top: 20px;
        font-size: 65px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1 {
        top: inherit;
        bottom: 17px;
        left: -68px;
        border-radius: 13px;
        width: 160px;
        padding: 13px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-icon {
        width: 43px;
        height: 37px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-icon img {
        width: 23px;
        height: 23px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-title {
        font-size: 14px;
        padding-top: 13px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-text {
        font-size: 12px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-icon {
        width: 46px;
        height: 37px;
        margin: auto;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2 {
        right: -36px;
        top: 20px;
        border-radius: 13px;
        width: 79px;
        padding: 13px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-icon img {
        width: 23px;
        height: 23px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-title {
        font-size: 14px;
        padding-top: 13px;
    }
    .food-trailer-single-size-wrap-left-items {
        gap: 13px;
        right: 0;
        top: 20px;
    }
    .food-trailer-single-size-wrap-left-item-name {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .food-trailer-single-size-wrap-left-item-value {
        font-size: 14px;
    }
    .food-trailer-single-size-wrap-left-item {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .breacbream-wrap-custom-v2-items {
        max-height: 17px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        white-space: nowrap;
    }
    .breacbream-wrap-custom-v2-item-link {
        max-height: 17px;
        white-space: nowrap;
    }
    .breacbream-wrap-custom-v2-item-last {
        max-height: 17px;
        white-space: nowrap;
    }
    .food-trailer-single-size {
        padding: 23px 23px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-single-size-wrap {
        gap: 23px;
    }
    .food-trailer-single-size-wrap-left-title {
        font-size: 23px;
        order: 2;
    }
    .food-trailer-single-size-wrap-left-text {
        order: 3;
    }
    .food-trailer-single-size-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
        order: 4;
    }
    .food-trailer-single-size-wrap-right-wrap {
        width: 100%;
        padding: 70px 61px 0px 8px;
        margin-left: 0;
    }
    .food-trailer-single-size-wrap-right-wrap-size {
        left: 18px;
        top: 13px;
    }
    .food-trailer-single-size-wrap-left {
        display: flex;
        flex-direction: column;
    }
    .food-trailer-single-size-wrap-left-items {
        position: inherit;
        order: 1;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: inherit;
        gap: 13px;
        padding-bottom: 23px;
    }
    .food-trailer-single-size-wrap-left-item:first-of-type {
        width: auto;
    }
    .food-trailer-single-size-wrap-left-item {
        width: auto;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2 {
        right: -13px;
        bottom: 32px;
        top: inherit;
        width: 71px;
        padding: 13px;
        border-radius: 6px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-icon {
        width: 38px;
        height: 32px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-icon img {
        width: 18px;
        height: 18px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-2-title {
        font-size: 12px;
        padding-top: 5px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1 {
        top: -13px;
        bottom: inherit;
        left: inherit;
        right: -13px;
        border-radius: 6px;
        width: 105px;
        padding: 13px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-icon {
        width: 38px;
        height: 32px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-icon img {
        width: 18px;
        height: 18px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-title {
        padding-top: 10px;
        font-size: 12px;
    }
    .food-trailer-single-size-wrap-right-wrap-item-1-text {
        font-size: 10px;
    }
}

.technical-specifications {
    padding: 80px 0;
    overflow: hidden;
}
.technical-specifications-wrap {
    text-align: center;
}
.technical-specifications-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.technical-specifications-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.technical-specifications-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.technical-specifications-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.technical-specifications-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.technical-specifications-wrap-button-1 a:hover {
    background: #FF6B00;
}
.technical-specifications-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.technical-specifications-wrap-button-2 a span {
    display: flex;
}
.technical-specifications-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.technical-specifications-wrap-button-2 a:hover {
    color: #FF6B00;
}
.technical-specifications-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.technical-specifications-wrap-items {

}
.technical-specifications-wrap-item {
    width: 100%;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.technical-specifications-wrap-item-icon {
    border-radius: 100px;
    background: #F5F5F5;
    display: flex;
    width: 71px;
    height: 71px;
    align-items: center;
    justify-content: center;
}
.technical-specifications-wrap-item-icon img {
    width: 36px;
    height: 36px;
}
.technical-specifications-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding-top: 23px;
    padding-bottom: 23px;
    text-align: left;
}
.technical-specifications-wrap-item-lists {
    width: 100%;
    border-radius: 13px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 23px;
}
.technical-specifications-wrap-item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}
.technical-specifications-wrap-item-list-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.technical-specifications-wrap-item-list-value {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
    text-align: right;
}

@media screen and (max-width: 1439px) {
    .technical-specifications {
        padding: 46px 0;
    }
    .technical-specifications-wrap-subtitle {
        font-size: 14px;
    }
    .technical-specifications-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .technical-specifications-wrap-text {
        font-size: 14px;
    }
    .technical-specifications-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .technical-specifications-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .technical-specifications-wrap-items {
        padding: 0 43px;
    }
    .technical-specifications-wrap-item {
        width: 100%;
        padding: 23px;
    }
    .technical-specifications-wrap-item-icon {
        width: 60px;
        height: 60px;
    }
    .technical-specifications-wrap-item-icon img {
        width: 30px;
        height: 30px;
    }
    .technical-specifications-wrap-item-title {
        padding-top: 15px;
        font-size: 20px;
        padding-bottom: 13px;
    }
    .technical-specifications-wrap-item-lists {
        padding: 13px;
    }
    .technical-specifications-wrap-item-list-name {
        text-align: left;
        font-size: 14px;
    }
    .technical-specifications-wrap-item-list-value {
        font-size: 14px;
        text-align: right;
    }
}
@media screen and (max-width: 1023px) {
    .technical-specifications {
        padding: 30px 0;
    }
    .technical-specifications-wrap-subtitle {
        padding: 6px 30px;
    }
    .technical-specifications-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .technical-specifications-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .technical-specifications-wrap-buttons {
        padding-bottom: 30px;
    }
    .technical-specifications-wrap-items {
        padding: 0;
    }
    .technical-specifications-wrap-items .swiper-slide {
        width: 347px;
    }
    .technical-specifications-wrap-item {
        border-radius: 18px;
    }
    .technical-specifications-wrap-item-icon {
        width: 46px;
        height: 46px;
    }
    .technical-specifications-wrap-item-icon img {
        width: 23px;
        height: 23px;
    }
    .technical-specifications-wrap-item-title {
        font-size: 16px;
    }
    .technical-specifications-wrap-item-list-name {
        font-size: 12px;
    }
    .technical-specifications-wrap-item-list-value {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .technical-specifications {
        padding: 23px 0;
    }
    .technical-specifications-wrap-title {
        max-width: 305px;
    }
    .technical-specifications-wrap-text {
        max-width: 315px;
    }
    .technical-specifications-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .technical-specifications-wrap-button-1 {
        width: 100%;
    }
    .technical-specifications-wrap-button-2 a {
        padding: 0 23px;
    }
    .technical-specifications-wrap-item-title {
        padding-top: 13px;
    }
    .technical-specifications-wrap-items .swiper-slide {
        width: 310px;
    }
}

.business-types {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.business-types-wrap {
    text-align: center;
}
.business-types-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.business-types-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.business-types-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.business-types-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.business-types-wrap-item-content-image {
    display: flex;
}
.business-types-wrap-item-content-image img {
    width: 100%;
    height: 240px;
    object-position: center;
    object-fit: cover;
}
.business-types-wrap-item-content-size {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    position: absolute;
    right: 23px;
    top: 23px;
    border-radius: 46px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
}
.business-types-wrap-item-content-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 23px 0;
}
.business-types-wrap-item-content-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 23px 0;
    min-height: 40px;
}
.business-types-wrap-item-content-items {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 23px 23px 0;
}
.business-types-wrap-item-content-item {
    width: calc(50% - 3px);
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    padding: 13px;
}
.business-types-wrap-item-content-item-name {
    color: #5F5F5F;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.business-types-wrap-item-content-item-value {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 5px;
}
.business-types-wrap-item-content-lists-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 23px 0;
}
.business-types-wrap-item-content-lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 23px 0;
    align-items: start;
}
.business-types-wrap-item-content-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.business-types-wrap-item-content-list-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.business-types-wrap-item-content-list-name {
    width: calc(100% - 33px);
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.business-types-wrap-item-content-button {
    padding: 23px;
}
.business-types-wrap-item-content-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 32px;
    transition: all 0.5s;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
}
.business-types-wrap-item-content-button a span {
    display: flex;
}
.business-types-wrap-item-content-button a:hover {
    background: #FF6B00;
}

@media screen and (max-width: 1439px) {
    .business-types {
        border-radius: 23px;
        padding: 46px 0;
    }
    .business-types-wrap-subtitle {
        font-size: 14px;
    }
    .business-types-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .business-types-wrap-text {
        font-size: 14px;
    }
    .business-types-wrap-item-content-image img {
        height: 218px;
    }
    .business-types-wrap-item-content-size {
        width: 36px;
        height: 36px;
        right: 20px;
        top: 20px;
    }
    .business-types-wrap-item-content-title {
        font-size: 18px;
    }
    .size-categories-wrap-item-content-text {
        font-size: 14px;
        min-height: 38px;
    }
    .business-types-wrap-item-content-items {
        padding: 13px 23px 0;
    }
    .business-types-wrap-item-content-item-name {
        font-size: 12px;
    }
    .business-types-wrap-item-content-item-value {
        font-size: 14px;
    }
    .business-types-wrap-item-content-lists-name {
        font-size: 16px;
        padding: 13px 23px 0;
    }
    .business-types-wrap-item-content-lists {
        padding: 10px 23px 0;
    }
    .business-types-wrap-item-content-list {
        gap: 13px;
    }
    .business-types-wrap-item-content-list-icon {
        width: 20px;
        height: 20px;
    }
    .business-types-wrap-item-content-list-icon svg {
        width: 20px;
        height: 20px;
    }
    .business-types-wrap-item-content-list-name {
        font-size: 14px;
    }
    .business-types-wrap-item-content-button {
        padding: 13px 23px 23px;
    }
    .business-types-wrap-item-content-button a {
        border-radius: 6px;
        gap: 6px;
        padding: 9px 32px;
        font-size: 12px;
    }
    .business-types-wrap-items .swiper-slide {
        width: 435px;
    }
}
@media screen and (max-width: 1023px) {
    .business-types {
        padding: 30px 0px;
    }
    .business-types-wrap-subtitle {
        padding: 6px 30px;
    }
    .business-types-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .business-types-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .business-types-wrap-items .swiper-slide {
        width: 350px;
    }
    .business-types-wrap-item-content-title {
        font-size: 18px;
    }
    .business-types-wrap-item-content {
        border-radius: 18px;
    }
    .business-types-wrap-item-content-image img {
        height: 180px;
    }
    .business-types-wrap-item-content-size {
        right: 23px;
        top: 23px;
        font-size: 12px;
    }
    .business-types-wrap-item-content-item {
        padding: 13px 0;
    }
    .business-types-wrap-item-content-item-name {
        font-size: 10px;
    }
    .business-types-wrap-item-content-item-value {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .business-types {
        padding: 23px 0;
        border-radius: 18px;
    }
    .business-types-wrap-title {
        max-width: 305px;
    }
    .business-types-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .business-types-wrap-items .swiper-slide {
        width: 310px;
    }
    .business-types-wrap-item-content-size {
        right: 18px;
        top: 18px;
    }
    .business-types-wrap-item-content-title {
        padding: 18px 18px 0;
        font-size: 16px;
    }
    .business-types-wrap-item-content-text {
        font-size: 12px;
        padding: 6px 18px 0;
        min-height: 34px;
    }
    .business-types-wrap-item-content-items {
        padding: 13px 18px 0;
    }
    .business-types-wrap-item-content-lists-name {
        padding: 13px 18px 0;
    }
    .business-types-wrap-item-content-lists {
        padding: 10px 18px 0;
    }
    .business-types-wrap-item-content-list-name {
        font-size: 14px;
    }
    .business-types-wrap-item-content-button {
        padding: 13px 18px 18px;
    }
}

.select-size-tips-v3 {
    padding: 80px 0;
    overflow: hidden;
}
.select-size-tips-v3-wrap {
    text-align: center;
}
.select-size-tips-v3-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.select-size-tips-v3-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.select-size-tips-v3-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.select-size-tips-v3s-wrap-items .swiper-slide {
    height: initial;
}
.select-size-tips-v3-wrap-item {
    height: 100%;
}
.select-size-tips-v3-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px;
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 100%;
}
.select-size-tips-v3-wrap-item-content-icon {
    display: flex;
    width: 71px;
    height: 71px;
    border-radius: 13px;
    background: #5F5F5F;
    align-items: center;
    justify-content: center;
}
.select-size-tips-v3-wrap-item-content-icon img {
    width: 36px;
    height: 36px;
}
.select-size-tips-v3-wrap-item-content-status {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 7px 13px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.select-size-tips-v3-wrap-item-content-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding: 23px 0 0;
}
.select-size-tips-v3-wrap-item-content-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding: 13px 0 0;
    min-height: 44px;
}
.select-size-tips-v3-wrap-item-content-lists-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 0 0;
}
.select-size-tips-v3-wrap-item-content-lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 0 0;
    align-items: start;
}
.select-size-tips-v3-wrap-item-content-list {
    display: flex;
    align-items: start;
    gap: 5px;
    flex-wrap: wrap;
}
.select-size-tips-v3-wrap-item-content-list-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.select-size-tips-v3-wrap-item-content-list-name {
    width: calc(100% - 28px);
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    text-align: left;
}

@media screen and (max-width: 1439px) {
    .select-size-tips-v3 {
        border-radius: 23px;
        padding: 46px 0;
    }
    .select-size-tips-v3-wrap-subtitle {
        font-size: 14px;
    }
    .select-size-tips-v3-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .select-size-tips-v3-wrap-text {
        font-size: 14px;
    }
    .select-size-tips-v3s-wrap-items .swiper-slide {
        width: 350px;
    }
    .select-size-tips-v3-wrap-item-content-icon {
        width: 56px;
        height: 56px;
    }
    .select-size-tips-v3-wrap-item-content-icon img {
        width: 30px;
        height: 30px;
    }
    .select-size-tips-v3-wrap-item-content-status {
        top: 40px;
    }
    .select-size-tips-v3-wrap-item-content-title {
        font-size: 20px;
    }
    .select-size-tips-v3-wrap-item-content-text {
        padding: 10px 0 0;
    }
    .select-size-tips-v3-wrap-item-content-lists {
        padding: 10px 0 0;
    }
    .select-size-tips-v3-wrap-item-content-list {
        gap: 13px;
    }
    .select-size-tips-v3-wrap-item-content-list-icon {
        width: 20px;
        height: 20px;
    }
    .select-size-tips-v3-wrap-item-content-list-icon svg {
        width: 20px;
        height: 20px;
    }
    .select-size-tips-v3-wrap-item-content-list-name {
        width: calc(100% - 33px);
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .select-size-tips-v3 {
        padding: 30px 0px;
    }
    .select-size-tips-v3-wrap-subtitle {
        padding: 6px 30px;
    }
    .select-size-tips-v3-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .select-size-tips-v3-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .select-size-tips-v3-wrap-items .swiper-slide {
        width: 300px;
    }
    .select-size-tips-v3-wrap-item-content {
        padding: 23px;
    }
    .select-size-tips-v3-wrap-item-content-icon {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }
    .select-size-tips-v3-wrap-item-content-icon img {
        width: 23px;
        height: 23px;
    }
    .select-size-tips-v3-wrap-item-content-status {
        top: 30px;
        font-size: 12px;
        padding: 6px 13px;
        right: 23px;
    }
    .select-size-tips-v3-wrap-item-content-title {
        font-size: 18px;
    }
    .select-size-tips-v3-wrap-item-content-text {
        font-size: 14px;
        min-height: 48px;
    }
    .select-size-tips-v3-wrap-item-content-lists-name {
        font-size: 16px;
        padding: 13px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .select-size-tips-v3 {
        padding: 23px 0;
        border-radius: 18px;
    }
    .select-size-tips-v3-wrap-title {
        max-width: 305px;
    }
    .select-size-tips-v3-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .select-size-tips-v3-wrap-items .swiper-slide {
        width: 300px;
    }
}

.schedule-appointment {
    border-radius: 32px;
    padding: 136px 0 80px;
    background-image: url(/wp-content/uploads/Mask-group-8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.schedule-appointment:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(23, 27, 28, 0.65) 27.72%, rgba(23, 27, 28, 0.00) 111.18%);
}
.schedule-appointment-wrap {
    position: relative;
}
.schedule-appointment-wrap-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.14px;
    text-transform: capitalize;
    max-width: 625px;
}
.schedule-appointment-wrap-text {
    color: #F1F1F1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-top: 13px;
    max-width: 625px;
}
.schedule-appointment-wrap-buttons {
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 625px;
}
.schedule-appointment-wrap-button-1 a {
    border-radius: 13px;
    background: #FFF;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    transition: all 0.5s;
}
.schedule-appointment-wrap-button-1 a span {
    display: flex;
}
.schedule-appointment-wrap-button-1 a span svg path {
    transition: all 0.5s;
}
.schedule-appointment-wrap-button-1 a:hover {
    color: #FFF;
    background: #FF6B00;
}
.schedule-appointment-wrap-button-1 a:hover span svg path {
    fill: #FFF;
}
.schedule-appointment-wrap-button-2 a {
    border-radius: 13px;
    padding: 15px 30px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.schedule-appointment-wrap-button-2 a span {
    display: flex;
}
.schedule-appointment-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.schedule-appointment-wrap-button-2 a:hover {
    color: #FF6B00;
}
.schedule-appointment-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.schedule-appointment-wrap-items {
    padding-top: 177px;
    display: flex;
    gap: 10px;
}
.schedule-appointment-wrap-items a {
    border-radius: 36px;
    background: #171B1C;
    padding: 10px 15px;
    color: #F1F1F1;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s;
}
.schedule-appointment-wrap-items a:hover {
    background: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .schedule-appointment {
        border-radius: 23px;
        padding: 144px 0 46px;
    }
    .schedule-appointment-wrap-title {
        max-width: 680px;
        font-size: 36px;
        text-align: center;
        margin: auto;
    }
    .schedule-appointment-wrap-text {
        max-width: 680px;
        font-size: 14px;
        text-align: center;
        margin: auto;
    }
    .schedule-appointment-wrap-buttons {
        padding-top: 23px;
        margin: auto;
        justify-content: center;
    }
    .schedule-appointment-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        gap: 5px;
        font-size: 14px;
    }
    .schedule-appointment-wrap-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        gap: 5px;
        font-size: 14px;
    }
    .schedule-appointment-wrap-items {
        padding-top: 137px;
        justify-content: center;
    }
}
@media screen and (max-width: 1023px) {
    .schedule-appointment {
        padding: 95px 0 30px;
    }
    .schedule-appointment-wrap-title {
        max-width: 575px;
        font-size: 32px;
    }
    .schedule-appointment-wrap-text {
        max-width: 535px;
    }
    .schedule-appointment-wrap-buttons {
        padding-top: 13px;
    }
    .schedule-appointment-wrap-items {
        padding-top: 193px;
    }
    .schedule-appointment-wrap-items a {
        font-size: 12px;
        padding: 7px 13px;
    }
}
@media screen and (max-width: 767px) {
    .schedule-appointment {
        padding: 45px 0 45px;
        border-radius: 18px;
    }
    .schedule-appointment-wrap {
        padding: 0 16px;
    }
    .schedule-appointment-wrap-title {
        font-size: 23px;
    }
    .schedule-appointment-wrap-buttons {
        max-width: 285px;
        flex-direction: column;
    }
    .schedule-appointment-wrap-items {
        padding-top: 45px;
        flex-direction: column;
        align-items: center;
    }
}

.priority-appointments {
    padding: 80px 0;
    overflow: hidden;
}
.priority-appointments-wrap {
    text-align: center;
}
.priority-appointments-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.priority-appointments-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
}
.priority-appointments-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.priority-appointments-wrap-items {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.priority-appointments-wrap-item {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: calc(50% - 7px);
    padding: 30px;
}
.priority-appointments-wrap-item-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 23px;
}
.priority-appointments-wrap-item-top-image {
    width: 71px;
    height: 71px;
    border-radius: 100px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.priority-appointments-wrap-item-top-lang {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 13px;
}
.priority-appointments-wrap-item-top-lang span {
    display: flex;
}
.priority-appointments-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding-bottom: 13px;
    text-align: left;
    margin: 0;
}
.priority-appointments-wrap-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 23px;
    text-align: left;
}
.priority-appointments-wrap-item-meta {
    padding-bottom: 23px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.priority-appointments-wrap-item-meta-time {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
}
.priority-appointments-wrap-item-meta-time span {
    display: flex;
}
.priority-appointments-wrap-item-meta-phone {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
}
.priority-appointments-wrap-item-meta-phone span {
    display: flex;
}
.priority-appointments-wrap-item-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    padding: 14px 32px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    transition: all 0.5s;
}
.priority-appointments-wrap-item-button a span {
    display: flex;
}
.priority-appointments-wrap-item-button a:hover {
    background: #FF6B00;
}

@media screen and (max-width: 1439px) {
    .priority-appointments {
        border-radius: 23px;
        padding: 46px 0;
    }
    .priority-appointments-wrap-subtitle {
        font-size: 14px;
    }
    .priority-appointments-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .priority-appointments-wrap-text {
        font-size: 14px;
    }
    .priority-appointments-wrap-items {
        max-width: 830px;
        margin: auto;
    }
}
@media screen and (max-width: 1023px) {
    .priority-appointments {
        padding: 30px 0px;
    }
    .priority-appointments-wrap-subtitle {
        padding: 6px 30px;
    }
    .priority-appointments-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .priority-appointments-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .priority-appointments-wrap-items {
        padding: 0 30px;
    }
    .priority-appointments-wrap-item {
        border-radius: 18px;
        padding: 23px 30px 23px 23px;
    }
    .priority-appointments-wrap-item-top {
        padding-bottom: 15px;
    }
    .priority-appointments-wrap-item-top-image {
        width: 46px;
        height: 46px;
    }
    .priority-appointments-wrap-item-top-image img {
        width: 23px;
        height: 23px;
    }
    .priority-appointments-wrap-item-top-lang {
        font-size: 12px;
        padding: 6px 13px;
        margin-top: 7px;
    }
    .priority-appointments-wrap-item-top-lang span svg {
        width: 14px;
        height: 14px;
    }
    .priority-appointments-wrap-item-title {
        padding-bottom: 5px;
        font-size: 18px;
    }
    .priority-appointments-wrap-item-text {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .priority-appointments-wrap-item-meta-time {
        font-size: 12px;
    }
    .priority-appointments-wrap-item-meta-time span svg {
        width: 14px;
        height: 14px;
    }
    .priority-appointments-wrap-item-meta-phone {
        font-size: 12px;
    }
    .priority-appointments-wrap-item-meta-phone span svg {
        width: 14px;
        height: 14px;
    }
    .priority-appointments-wrap-item-button a {
        border-radius: 6px;
        padding: 10px 32px;
    }
}
@media screen and (max-width: 767px) {
    .priority-appointments {
        padding: 23px 0;
        border-radius: 18px;
    }
    .priority-appointments-wrap-title {
        max-width: 305px;
    }
    .priority-appointments-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .priority-appointments-wrap-items {
        padding: 0;
        max-width: 320px;
        gap: 10px;
    }
    .priority-appointments-wrap-item {
        border-radius: 13px;
        width: 100%;
        padding: 23px;
    }
    .priority-appointments-wrap-item-top-lang {
        font-size: 10px;
        padding: 7px 10px;
    }
    .priority-appointments-wrap-item-top-lang span svg {
        width: 12px;
        height: 12px;
    }
    .priority-appointments-wrap-item-title {
        font-size: 16px;
    }
    .priority-appointments-wrap-item-text {
        font-size: 12px;
    }
}

.design-services {
    padding: 80px 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 32px;
}
.design-services-wrap {
    text-align: center;
}
.design-services-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.design-services-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
}
.design-services-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.design-services-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.design-services-wrap-button-2 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.design-services-wrap-button-2 a:hover {
    background: #FF6B00;
}
.design-services-wrap-button-1 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.design-services-wrap-button-1 a span {
    display: flex;
}
.design-services-wrap-button-1 a span svg path {
    transition: all 0.5s;
}
.design-services-wrap-button-1 a:hover {
    color: #FF6B00;
}
.design-services-wrap-button-1 a:hover span svg path {
    fill: #FF6B00;
}
.design-services-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.design-services-wrap-items-left {
    width: calc(50% - 12px);
}
.design-services-wrap-items-left-image {
    display: flex;
}
.design-services-wrap-items-right {
    width: calc(50% - 12px);
    display: flex;
}
.design-services-wrap-items-right-items {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 100%;
}
.design-services-wrap-items-right-item {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px;
    display: block;
}
.design-services-wrap-items-right-item-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.design-services-wrap-items-right-item-top-left-image {
    border-radius: 100px;
    background: #5F5F5F;
    display: flex;
    width: 71px;
    height: 71px;
    align-items: center;
    justify-content: center;
}
.design-services-wrap-items-right-item-top-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.design-services-wrap-items-right-item-top-right-time {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 6px 13px;
    width: 170px;
}
.design-services-wrap-items-right-item-top-right-time span {
    display: flex;
}
.design-services-wrap-items-right-item-top-right-location {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 6px 13px;
    width: 170px;
}
.design-services-wrap-items-right-item-top-right-location span {
    display: flex;
}
.design-services-wrap-items-right-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding-top: 12px;
    text-align: left;
}
.design-services-wrap-items-right-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-top: 13px;
    text-align: left;
}
.design-services-wrap-items-right-item-top-right-mobile {
    display: none;
}

@media screen and (max-width: 1439px) {
    .design-services {
        padding: 46px 0;
        border-radius: 23px;
    }
    .design-services-wrap-subtitle {
        font-size: 14px;
    }
    .design-services-wrap-title {
        font-size: 30px;
        max-width: 750px;
        margin: auto;
    }
    .design-services-wrap-text {
        font-size: 14px;
        max-width: 750px;
    }
    .design-services-wrap-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .design-services-wrap-button-1 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .design-services-wrap-items {
        gap: 13px;
    }
    .design-services-wrap-items-left {
        width: calc(42% - 7px);
    }
    .design-services-wrap-items-left-image {
        height: 100%;
    }
    .design-services-wrap-items-left-image img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        border-radius: 23px;
    }
    .design-services-wrap-items-right {
        width: calc(58% - 7px);
    }
    .design-services-wrap-items-right-item-top-right-time {
        font-size: 14px;
        padding: 7px 13px;
        width: 155px;
    }
    .design-services-wrap-items-right-item-top-right-location {
        font-size: 14px;
        padding: 7px 13px;
        width: 155px;
    }
}
@media screen and (max-width: 1023px) {
    .design-services {
        padding: 30px 0;
    }
    .design-services-wrap-subtitle {
        padding: 6px 30px;
    }
    .design-services-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .design-services-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .design-services-wrap-buttons {
        padding-bottom: 30px;
    }
    .design-services-wrap-items-right-item {
        border-radius: 18px;
        padding: 23px;
    }
    .design-services-wrap-items-right-item-top-left-image {
        width: 46px;
        height: 46px;
    }
    .design-services-wrap-items-right-item-top-left-image img {
        width: 23px;
        height: 23px;
    }
    .design-services-wrap-items-right-item-title {
        padding-top: 15px;
        font-size: 18px;
    }
    .design-services-wrap-items-right-item-text {
        padding-top: 5px;
    }
    .design-services-wrap-items-right-item-top-right {
        display: none;
    }
    .design-services-wrap-items-right-item-top-right-mobile {
        display: flex;
        gap: 10px;
        padding-top: 12px;
    }
    .design-services-wrap-items-right-item-top-right-time {
        font-size: 12px;
        padding: 6px 13px;
        width: auto;
    }
    .design-services-wrap-items-right-item-top-right-time svg {
        width: 14px;
        height: 14px;
    }
    .design-services-wrap-items-right-item-top-right-location {
        font-size: 12px;
        padding: 6px 13px;
        width: auto;
    }
    .design-services-wrap-items-right-item-top-right-location svg {
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 767px) {
    .design-services {
        padding: 23px 0;
        border-radius: 18px;
    }
    .design-services-wrap-title {
        max-width: 305px;
    }
    .design-services-wrap-text {
        max-width: 315px;
    }
    .design-services-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .design-services-wrap-button-2 {
        width: 100%;
    }
    .design-services-wrap-button-1 a {
        padding: 0 23px;
    }
    .design-services-wrap-items {
        gap: 10px;
        max-width: 310px;
        margin: auto;
    }
    .design-services-wrap-items-left {
        width: 100%;
    }
    .design-services-wrap-items-left-image img {
        border-radius: 13px;
        height: 180px;
    }
    .design-services-wrap-items-right {
        width: 100%;
    }
    .design-services-wrap-items-right-items {
        gap: 10px;
    }
    .design-services-wrap-items-right-item {
        border-radius: 13px;
    }
    .design-services-wrap-items-right-item-title {
        font-size: 16px;
    }

    .design-services-wrap-items-right-item-top-right-mobile {
        gap: 5px;
        padding-top: 10px;
    }
    .design-services-wrap-items-right-item-top-right-time {
        font-size: 10px;
        padding: 6px 10px;
    }
    .design-services-wrap-items-right-item-top-right-time svg {
        width: 12px;
        height: 12px;
    }
    .design-services-wrap-items-right-item-top-right-location {
        font-size: 10px;
        padding: 7px 10px;
    }
    .design-services-wrap-items-right-item-top-right-location svg {
        width: 12px;
        height: 12px;
    }
}

.food-trailer-uses {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 30px;
    overflow: hidden;
}
.food-trailer-uses-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-trailer-uses-wrap-left {
    max-width: 540px;
}
.food-trailer-uses-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-uses-wrap-left-title span {
    color: #FF6B00;
}
.food-trailer-uses-wrap-left-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 30px;
}
.food-trailer-uses-wrap-left-buttons {
    padding-bottom: 136px;
    display: flex;
    gap: 5px;
}
.food-trailer-uses-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-uses-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-uses-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-uses-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-uses-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-uses-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-uses-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-uses-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-uses-wrap-left-review {
    display: flex;
    align-items: center;
    gap: 32px;
}
.food-trailer-uses-wrap-left-review-left-image {
    display: flex;
}
.food-trailer-uses-wrap-left-review-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.food-trailer-uses-wrap-left-review-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
    max-width: 140px;
}
.food-trailer-uses-wrap-right {
    max-width: 670px;
    position: relative;
}
.food-trailer-uses-wrap-right-item-1 {
    position: absolute;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    width: 109px;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    bottom: -43px;
    right: -25px;
}
.food-trailer-uses-wrap-right-item-1-left-image {
    display: flex;
}
.food-trailer-uses-wrap-right-item-1-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-uses-wrap-right-item-1-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-uses-wrap-right-item-2 {
    position: absolute;
    display: flex;
    padding: 13px;
    width: 220px;
    align-items: center;
    gap: 13px;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    left: -112px;
    top: 208px;
}
.food-trailer-uses-wrap-right-item-2-left-image {
    display: flex;
}
.food-trailer-uses-wrap-right-item-2-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-uses-wrap-right-item-2-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-uses-wrap-right-items-mobile {
    display: none;
}
.food-trailer-uses-wrap-right-image-items {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.food-trailer-uses-wrap-right-image-item {
    width: calc(50% - 7px);
}
.food-trailer-uses-wrap-right-image-item img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    border-radius: 23px;
    height: 245px;
}

@media screen and (max-width: 1439px) {
    .food-trailer-uses {
        border-radius: 23px;
        padding: 46px 30px 46px;
    }
    .food-trailer-uses-wrap {
        flex-direction: column;
        position: relative;
        max-width: 700px;
        margin: auto;
    }
    .food-trailer-uses-wrap-left {
        max-width: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .food-trailer-uses-wrap-right {
        display: none;
    }
    .food-trailer-uses-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
        order: 3;
        width: 100%;
    }
    .food-trailer-uses-wrap-left-text {
        padding-bottom: 23px;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
        order: 4;
        width: 100%;
    }
    .food-trailer-uses-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-uses-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-uses-wrap-left-buttons {
        justify-content: center;
        padding: 0;
        order: 5;
        width: 100%;
    }
    .food-trailer-uses-wrap-right-items-mobile {
        display: block;
        order: 1;
        padding-bottom: 46px;
        width: 100%;
    }
    .food-trailer-uses-wrap-right-items-mobile-item {
        display: flex;
    }
    .food-trailer-uses-wrap-right-items-mobile-item img {
        border-radius: 23px;
        width: 100%;
        height: 245px;
        object-position: center;
        object-fit: cover;
    }
    .food-trailer-uses-wrap-right-items-mobile .swiper-slide {
        width: 330px;
    }
    .food-trailer-uses-wrap-right-items-mobile .swiper {
        overflow: inherit;
    }
    .food-trailer-uses-wrap-left-review {
        gap: 13px;
        order: 2;
        margin: auto;
        margin-bottom: 23px;
    }
    .food-trailer-uses-wrap-left-review-left-image img {
        max-width: 145px;
    }
    .food-trailer-uses-wrap-left-review-right {
        max-width: 104px;
    }
    .food-trailer-uses-wrap-left-review-right-title {
        font-size: 20px;
    }
    .food-trailer-uses-wrap-left-review-right-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer-uses {
        padding: 46px 30px 30px;
    }
    .food-trailer-uses-uses-wrap {
        max-width: 580px;
    }
    .food-trailer-uses-wrap-left {
        max-width: 580px;
    }
    .food-trailer-uses-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-uses-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-uses-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-uses-wrap-right-items-mobile {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .food-trailer-uses {
        padding: 23px 15px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-uses-wrap-left-title {
        font-size: 23px;
    }
    .food-trailer-uses-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
    }
    .food-trailer-uses-wrap-right-items-mobile .swiper-slide {
        width: 315px;
    }
    .food-trailer-uses-wrap-right-items-mobile {
        padding-bottom: 23px;
    }
    .food-trailer-uses-wrap-left-review-left-image img {
        max-width: 115px;
    }
    .food-trailer-uses-wrap-left-review {
        gap: 6px;
    }
    .food-trailer-uses-wrap-left-review-right-title {
        font-size: 16px;
    }
    .food-trailer-uses-wrap-left-review-right-text {
        font-size: 10px;
    }
    .food-trailer-uses-wrap-left {
        width: 100%;
    }
}

.popular-use-cases {
    padding: 80px 0;
    overflow: hidden;
}
.popular-use-cases-wrap {
    text-align: center;
}
.popular-use-cases-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.popular-use-cases-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.popular-use-cases-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 36px;
    max-width: 680px;
    margin: auto;
}
.popular-use-cases-wrap-products {
    padding-bottom: 36px;
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.popular-use-cases-wrap-products-item {
    width: calc(33.3334% - 16px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
}
.popular-use-cases-wrap-products-item-top {
    position: relative;
}
.popular-use-cases-wrap-products-item-top-image {
    display: flex;
}
.popular-use-cases-wrap-products-item-top-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.popular-use-cases-wrap-products-item-top-image-popular {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 7px 12px;
    right: 23px;
    top: 23px;
}
.popular-use-cases-wrap-products-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    height: calc(100% - 240px);
}
.popular-use-cases-wrap-products-item-bottom-up-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 6px;
}
.popular-use-cases-wrap-products-item-bottom-up-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-bottom: 23px;
}
.popular-use-cases-wrap-products-item-bottom-up-key {
    padding-bottom: 23px;
}
.popular-use-cases-wrap-products-item-bottom-up-key-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 13px;
}
.popular-use-cases-wrap-products-item-bottom-up-key-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.popular-use-cases-wrap-products-item-bottom-up-key-item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    padding: 5px 12px;
}
.popular-use-cases-wrap-products-item-bottom-down-size {
    padding-bottom: 23px;
}
.popular-use-cases-wrap-products-item-bottom-down-size-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 13px;
}
.popular-use-cases-wrap-products-item-bottom-down-size-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.popular-use-cases-wrap-products-item-bottom-down-size-item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    padding: 5px 12px;
}
.popular-use-cases-wrap-products-item-bottom-down-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px;
    transition: all 0.5s;
}
.popular-use-cases-wrap-products-item-bottom-down-button a span {
    display: flex;
}
.popular-use-cases-wrap-products-item-bottom-down-button a:hover {
    background: #FF6B00;
}
.popular-use-cases-wrap-button {
    display: flex;
    justify-content: center;
}
.popular-use-cases-wrap-button a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
}
.popular-use-cases-wrap-button a span {
    display: flex;
}
.popular-use-cases-wrap-button a:hover {
    background: #FF6B00;
}

@media screen and (max-width: 1439px) {
    .popular-use-cases {
        padding: 46px 0;
    }
    .popular-use-cases-wrap-subtitle {
        font-size: 14px;
    }
    .popular-use-cases-wrap-title {
        font-size: 30px;
        max-width: 840px;
        margin: auto;
    }
    .popular-use-cases-wrap-text {
        font-size: 14px;
        max-width: 640px;
    }
    .popular-use-cases-wrap-products {
        max-width: 910px;
        margin: auto;
        gap: 13px;
    }
    .popular-use-cases-wrap-products-item {
        width: calc(50% - 7px);
    }
    .popular-use-cases-wrap-products-item-top-image-popular {
        right: 20px;
        top: 20px;
    }
    .popular-use-cases-wrap-products-item-top-image img {
        height: 218px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-title {
        font-size: 18px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .popular-use-cases-wrap-products-item-bottom {
        height: calc(100% - 218px);
    }
    .popular-use-cases-wrap-products-item-bottom-up-key {
        padding-bottom: 13px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-key-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-key-item {
        border-radius: 6px;
        font-size: 14px;
        padding: 4px 12px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-size {
        padding-bottom: 13px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-size-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-size-item {
        border-radius: 6px;
        font-size: 14px;
        padding: 4px 12px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-button a {
        border-radius: 6px;
        gap: 6px;
        font-size: 12px;
        padding: 9px;
    }
    .popular-use-cases-wrap-button a {
        border-radius: 6px;
        font-size: 14px;
        padding: 10px 23px;
    }
}
@media screen and (max-width: 1023px) {
    .popular-use-cases {
        padding: 30px 0;
    }
    .popular-use-cases-wrap-subtitle {
        padding: 6px 30px;
    }
    .popular-use-cases-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .popular-use-cases-wrap-text {
        max-width: 580px;
        padding-bottom: 30px;
    }
    .popular-use-cases-wrap-products-item {
        border-radius: 18px;
    }
    .popular-use-cases-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 9px 12px;
    }
    .popular-use-cases-wrap-products-item-top-image img {
        height: 180px;
    }
    .popular-use-cases-wrap-products-item-bottom {
        height: calc(100% - 180px);
    }
}
@media screen and (max-width: 767px) {
    .popular-use-cases {
        padding: 23px 0;
    }
    .popular-use-cases-wrap-title {
        max-width: 305px;
    }
    .popular-use-cases-wrap-text {
        padding-bottom: 23px;
    }
    .popular-use-cases-wrap-products-item {
        width: 100%;
    }
    .popular-use-cases-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 6px 10px;
        right: 13px;
        top: 13px;
    }
    .popular-use-cases-wrap-products-item-bottom {
        padding: 20px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-title {
        font-size: 16px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-text {
        font-size: 12px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-key-title {
        font-size: 14px;
    }
    .popular-use-cases-wrap-products-item-bottom-up-key-item {
        font-size: 12px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-size-title {
        font-size: 14px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-size-item {
        font-size: 12px;
    }
    .popular-use-cases-wrap-products-item-bottom-down-button a {
        font-size: 14px;
        padding: 10px 0;
    }
    .popular-use-cases-wrap-products {
        padding-bottom: 23px;
    }
}

.uses-types {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 0;
    overflow: hidden;
}
.uses-types-wrap-item {
    display: flex;
    flex-wrap: wrap;
}
.uses-types-wrap-item-left {
    width: 50%;
}
.uses-types-wrap-item-left-link {
    position: relative;
    display: block;
}
.uses-types-wrap-item-left-link-image {
    display: flex;
}
.uses-types-wrap-item-left-link-image img {
    width: 100%;
    height: 494px;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
}
.uses-types-wrap-item-left-link-image-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 290px;
    transition: all 0.5s;
}
.uses-types-wrap-item-left-link-image-arrow {
    display: flex;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    right: 24px;
    top: 32px;
    transition: all 0.5s;
}
.uses-types-wrap-item-left-link-image-arrow svg path {
    transition: all 0.5s;
}
.uses-types-wrap-item-left-link:before {
    content: "";
    background: rgba(23, 27, 28, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    position: absolute;
}
.uses-types-wrap-item-left-link:hover .uses-types-wrap-item-left-link-image-title {
    color: #FF6B00;
}
.uses-types-wrap-item-left-link:hover .uses-types-wrap-item-left-link-image-arrow {
    background: #FF6B00;
}
.uses-types-wrap-item-left-link:hover .uses-types-wrap-item-left-link-image-arrow svg path {
    fill: #fff;
}
.uses-types-wrap-item-right {
    width: 50%;
    padding-left: 110px;
    padding-top: 55px;
    position: relative;
}
.uses-types-wrap-item-right-subtitle {
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: inline-block;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.uses-types-wrap-item-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding-top: 13px;
    margin: 0;
}
.uses-types-wrap-item-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-top: 23px;
}
.uses-types-wrap-item-right-buttons {
    padding-top: 23px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.uses-types-wrap-item-right-button-1 a {
    display: flex;
    border-radius: 13px;
    background: #171B1C;
    padding: 13px 40px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.5s;
}
.uses-types-wrap-item-right-button-1 a:hover {
    background: #FF6B00;
}
.uses-types-wrap-item-right-button-2 a {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    transition: all 0.5s;
}
.uses-types-wrap-item-right-button-2 a span {
    display: flex;
}
.uses-types-wrap-item-right-button-2 a span svg path {
    transition: all 0.5s;
}
.uses-types-wrap-item-right-button-2 a:hover {
    color: #FF6B00;
}
.uses-types-wrap-item-right-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.uses-types-wrap-item-right-buttons-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: 110px;
    bottom: 0;
    gap: 6px;
}
.uses-types-wrap-item-right-buttons-arrow-prev {
    border-radius: 46px;
    background: #171B1C;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.uses-types-wrap-item-right-buttons-arrow-prev:hover {
    background: #FF6B00;
}
.uses-types-wrap-item-right-buttons-arrow-next {
    border-radius: 46px;
    background: #171B1C;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.uses-types-wrap-item-right-buttons-arrow-next:hover {
    background: #FF6B00;
}
.uses-types-wrap-item-right-buttons-arrow .swiper-button-disabled {
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.uses-types-wrap-item-right-buttons-arrow .swiper-button-disabled svg path {
    fill: #7F7F7F;
}

@media screen and (max-width: 1439px) {
    .uses-types {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .uses-types-wrap-item-left-link-image img {
        border-radius: 23px;
        height: 370px;
    }
    .uses-types-wrap-item-left-link:before {
        border-radius: 23px;
    }
    .uses-types-wrap-item-right {
        padding-left: 50px;
        padding-top: 35px;
    }
    .uses-types-wrap-item-right-subtitle {
        font-size: 14px;
    }
    .uses-types-wrap-item-right-title {
        font-size: 30px;
    }
    .uses-types-wrap-item-right-text {
        font-size: 14px;
    }
    .uses-types-wrap-item-right-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 12px;
    }
    .uses-types-wrap-item-right-button-2 a {
        font-size: 12px;
        padding: 0px 10px;
        border-radius: 6px;
    }
    .uses-types-wrap-item-right-buttons-arrow {
        left: 50px;
    }
    .uses-types-wrap-item-left-link-image-title {
        font-size: 20px;
        max-width: 230px;
    }
    .uses-types-wrap-item-left-link-image-arrow {
        width: 36px;
        height: 36px;
        right: 30px;
        top: 30px;
    }
    .uses-types-wrap-item-left-link-image-arrow svg {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .uses-types {
        padding: 30px 30px;
    }
    .uses-types-wrap-item {
        flex-direction: column;
        gap: 30px;
        position: relative;
        padding-bottom: 52px;
    }
    .uses-types-wrap-item-left {
        width: 100%;
        order: 2;
    }
    .uses-types-wrap-item-left-link-image img {
        height: 245px;
    }
    .uses-types-wrap-item-left-link-image-arrow {
        width: 32px;
        height: 32px;
        right: 23px;
        top: 23px;
    }
    .uses-types-wrap-item-left-link-image-title {
        font-size: 18px;
        max-width: 205px;
        left: 23px;
        bottom: 23px;
    }
    .uses-types-wrap-item-right {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: initial;
    }
    .uses-types-wrap-item-right-subtitle {
        padding: 6px 30px;
    }
    .uses-types-wrap-item-right-title {
        font-size: 23px;
        text-align: center;
    }
    .uses-types-wrap-item-right-text {
        padding-top: 18px;
        max-width: 580px;
        margin: auto;
        text-align: center;
    }
    .uses-types-wrap-item-right-button-1 a {
        font-size: 14px;
    }
    .uses-types-wrap-item-right-button-2 a {
        font-size: 14px;
        padding: 0px 23px;
    }
    .uses-types-wrap-item-right-buttons {
        padding-top: 18px;
    }
    .uses-types-wrap-item-right-buttons-arrow {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .uses-types-wrap-item-right-buttons-arrow-next {
        width: 36px;
        height: 36px;
    }
    .uses-types-wrap-item-right-buttons-arrow-prev {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .uses-types {
        padding: 23px 23px;
        border-radius: 18px;
    }
    .uses-types-wrap-item-right-buttons {
        flex-direction: column;
        max-width: 315px;
        margin: auto;
    }
    .uses-types-wrap-item-right-button-1 {
        width: 100%;
    }
    .uses-types-wrap-item-right-button-1 a {
        justify-content: center;
    }
    .uses-types-wrap-item-right-button-2 {
        width: 100%;
    }
    .uses-types-wrap-item-right-button-2 a {
        justify-content: center;
    }
    .uses-types-wrap-item {
        gap: 25px;
        padding-bottom: 46px;
    }
    .uses-types-wrap-item-left-link-image img {
        height: 313px;
    }
    .uses-types-wrap-item-left-link {
        max-width: 315px;
        margin: auto;
    }
    .uses-types-wrap-item-left-link-image-arrow {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }
    .uses-types-wrap-item-left-link-image-title {
        font-size: 16px;
        max-width: 210px;
    }
}

.customer-spotlights {
    padding: 80px 0;
    overflow: hidden;
}
.customer-spotlights-wrap {
    text-align: center;
}
.customer-spotlights-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.customer-spotlights-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.customer-spotlights-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.customer-spotlights-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.customer-spotlights-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.customer-spotlights-wrap-button-1 a:hover {
    background: #FF6B00;
}
.customer-spotlights-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.customer-spotlights-wrap-button-2 a span {
    display: flex;
}
.customer-spotlights-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.customer-spotlights-wrap-button-2 a:hover {
    color: #FF6B00;
}
.customer-spotlights-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.customer-spotlights-wrap-items .swiper {
    overflow: inherit;
}
.customer-spotlights-wrap-items .swiper-slide {
    width: 465px;
}
.customer-spotlights-wrap-item {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}
.customer-spotlights-wrap-item-image a {
    display: flex;
}
.customer-spotlights-wrap-item-image img {
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.customer-spotlights-wrap-item-categories {
    margin: 23px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    height: 38px;
    overflow: hidden;
}
.customer-spotlights-wrap-item-categories-item {
    border-radius: 10px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    padding: 8px 18px;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
}
.customer-spotlights-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 23px 23px;
    text-align: left;
}
.customer-spotlights-wrap-item-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 23px 23px;
}
.customer-spotlights-wrap-item-button-1 {
    width: 100%;
}
.customer-spotlights-wrap-item-button-1 a {
    border-radius: 10px;
    border: 1.8px solid #171B1C;
    padding: 10px 32px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.customer-spotlights-wrap-item-button-2 {
    width: 100%;
}
.customer-spotlights-wrap-item-button-2 a {
    border-radius: 10px;
    background: #171B1C;
    border: 1.8px solid #171B1C;
    padding: 10px 32px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    transition: all 0.5s;
}
.customer-spotlights-wrap-item-button-2 a span {
    display: flex;
}
.customer-spotlights-wrap-item-button-2 a span svg {
    width: 15px;
    height: 15px;
}
.customer-spotlights-wrap-item-size {
    border-radius: 46px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    top: 23px;
    right: 23px;
    position: absolute;
}
.customer-spotlights-wrap-item-button-1 a:hover {
    border: 1.8px solid #FF6B00;
    color: #FF6B00;
}
.customer-spotlights-wrap-item-button-2 a:hover {
    background: #FF6B00;
    border: 1.8px solid #FF6B00;
}
@media screen and (max-width: 1439px) {
    .customer-spotlights {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .customer-spotlights-wrap-subtitle {
        font-size: 14px;
    }
    .customer-spotlights-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .customer-spotlights-wrap-text {
        font-size: 14px;
    }
    .customer-spotlights-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .customer-spotlights-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .customer-spotlights-wrap-items .swiper-slide {
        width: 435px;
    }
    .customer-spotlights-wrap-items .swiper {
        overflow: inherit;
    }
    .customer-spotlights-wrap-item-categories-item {
        border-radius: 6px;
        padding: 4px 13px;
    }
    .customer-spotlights-wrap-item-categories {
        margin: 23px 23px 13px;
        height: 30px;
    }
    .customer-spotlights-wrap-item-title {
        padding: 0 23px 13px;
    }
    .customer-spotlights-wrap-item-button-1 a {
        border-radius: 6px;
        padding: 9px 20px;
    }
    .customer-spotlights-wrap-item-button-2 a {
        border-radius: 6px;
        padding: 9px 28px;
    }
    .customer-spotlights-wrap-item-image img {
        height: 220px;
    }
    .customer-spotlights-wrap-item-size {
        width: 36px;
        height: 36px;
        font-size: 12px;
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .customer-spotlights {
        padding: 30px 30px;
    }
    .customer-spotlights-wrap-subtitle {
        padding: 6px 30px;
    }
    .customer-spotlights-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .customer-spotlights-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .customer-spotlights-wrap-buttons {
        padding-bottom: 30px;
    }
    .customer-spotlights-wrap-item-image img {
        height: 180px;
    }
    .customer-spotlights-wrap-item-categories {
        height: 27px;
    }
    .customer-spotlights-wrap-item-categories-item {
        font-size: 12px;
    }
    .customer-spotlights-wrap-items .swiper-slide {
        width: 350px;
    }
    .customer-spotlights-wrap-item {
        border-radius: 18px;
    }
    .customer-spotlights-wrap-item-buttons {
        flex-direction: column;
        gap: 6px;
    }
    .customer-spotlights-wrap-item-button-1 a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .customer-spotlights-wrap-item-button-2 a {
        padding: 8px 20px;
        font-size: 14px;
    }

}
@media screen and (max-width: 767px) {
    .customer-spotlights {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .customer-spotlights-wrap-title {
        max-width: 305px;
    }
    .customer-spotlights-wrap-text {
        max-width: 315px;
    }
    .customer-spotlights-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .customer-spotlights-wrap-button-1 {
        width: 100%;
    }
    .customer-spotlights-wrap-button-2 a {
        padding: 0 23px;
    }
    .customer-spotlights-wrap-items .swiper-slide {
        width: 315px;
    }
    .customer-spotlights-wrap-item-categories {
        margin: 18px 18px 13px;
    }
    .customer-spotlights-wrap-item-title {
        padding: 0 18px 13px;
        font-size: 16px;
    }
    .customer-spotlights-wrap-item-buttons {
        padding: 0 18px 18px;
    }
    .customer-spotlights-wrap-item-size {
        top: 18px;
        right: 18px;
    }
}

.quote-now-v2 {
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 32px;
}
.quote-now-v2-wrap {
    display: flex;
    flex-wrap: wrap;
}
.quote-now-v2-wrap-left {
    width: 50%;
    padding-right: 110px;
    padding-top: 55px;
}
.quote-now-v2-wrap-left-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.quote-now-v2-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    max-width: 1000px;
    margin: 0 auto;
}
.quote-now-v2-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 640px;
    padding-bottom: 23px;
}
.quote-now-v2-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.quote-now-v2-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-v2-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.quote-now-v2-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.quote-now-v2-wrap-left-button-2 a span {
    display: flex;
}
.quote-now-v2-wrap-left-button-2 a span svg path {
    transition: all 0.5s;
}
.quote-now-v2-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.quote-now-v2-wrap-left-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.quote-now-v2-wrap-right {
    width: 50%;
}
.quote-now-v2-wrap-right-image {
    display: flex;
}
.quote-now-v2-wrap-right-image img {
    height: 495px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    border-radius: 32px;
}
@media screen and (max-width: 1439px) {
    .quote-now-v2 {
        padding: 46px 43px;
    }
    .quote-now-v2-wrap-left-subtitle {
        font-size: 14px;
    }
    .quote-now-v2-wrap-left-title {
        font-size: 30px;
        max-width: 100%;
        margin: auto;
    }
    .quote-now-v2-wrap-left-text {
        font-size: 14px;
        margin: auto;
        max-width: 740px;
    }
    .quote-now-v2-wrap-left-buttons {
        justify-content: center;
    }
    .quote-now-v2-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .quote-now-v2-wrap-left-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .quote-now-v2-wrap-right-image img {
        height: 370px;
        border-radius: 23px;
    }
    .quote-now-v2-wrap-left {
        width: 56%;
        padding-right: 50px;
        padding-top: 35px;
    }
    .quote-now-v2-wrap-right {
        width: 44%;
    }
}
@media screen and (max-width: 1023px) {
    .quote-now-v2 {
        padding: 30px 30px;
    }
    .quote-now-v2-wrap {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .quote-now-v2-wrap-left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .quote-now-v2-wrap-left-subtitle {
        padding: 6px 30px;
    }
    .quote-now-v2-wrap-left-title {
        max-width: 580px;
        font-size: 23px;
        padding-bottom: 18px;
        margin: auto;
    }
    .quote-now-v2-wrap-left-text {
        padding-bottom: 18px;
        max-width: 580px;
        margin: auto;
    }
    .quote-now-v2-wrap-right {
       width: 100%;
    }
    .quote-now-v2-wrap-right-image img {
        height: 245px;
        border-radius: 23px;
    }
}
@media screen and (max-width: 767px) {
    .quote-now-v2 {
        padding: 23px 22px;
    }
    .quote-now-v2-wrap {
        gap: 20px;
    }
    .quote-now-v2-wrap-left-title {
        max-width: 310px;
    }
    .quote-now-v2-wrap-left-text {
        max-width: 310px;
    }
    .quote-now-v2-wrap-left-buttons {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .quote-now-v2-wrap-left-button-1 {
        width: 100%;
    }
    .quote-now-v2-wrap-left-button-2 a {
        padding: 0 23px;
    }
    .our-team-wrap-right {
        max-width: 310px;
    }
    .quote-now-v2-wrap-right-image img {
        height: 310px;
    }
}

.food-trailer-single-uses {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 30px;
}
.food-trailer-single-uses-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.food-trailer-single-uses-wrap-left {
    max-width: 580px;
}
.food-trailer-single-uses-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-single-uses-wrap-left-title span {
    color: #FF6B00;
}
.food-trailer-single-uses-wrap-left-subtitle {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
    padding-bottom: 13px;
}
.food-trailer-single-uses-wrap-left-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 30px;
}
.food-trailer-single-uses-wrap-left-buttons {
    padding-bottom: 95px;
    display: flex;
    gap: 5px;
}
.food-trailer-single-uses-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-single-uses-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-single-uses-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-single-uses-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-single-uses-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-single-uses-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-single-uses-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-single-uses-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-single-uses-wrap-left-review {
    display: flex;
    align-items: center;
    gap: 32px;
}
.food-trailer-single-uses-wrap-left-review-left-image {
    display: flex;
}
.food-trailer-single-uses-wrap-left-review-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.food-trailer-single-uses-wrap-left-review-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
    max-width: 140px;
}
.food-trailer-single-uses-wrap-right {
    position: relative;
    width: calc(100% - 580px);
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 26px;
}
.food-trailer-single-uses-wrap-right-image {
    display: flex;
    position: relative;
    max-width: 650px;
}
.food-trailer-single-uses-wrap-right-image-item {
    position: relative;
    z-index: 2;
}
.food-trailer-single-uses-wrap-right-item-1 {
    position: absolute;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    width: 220px;
    padding: 13px;
    gap: 13px;
    display: flex;
    align-items: center;
    bottom: 73px;
    left: -151px;
    z-index: 3;
}
.food-trailer-single-uses-wrap-right-item-1-left-text {
    width: 68px;
    height: 55px;
    border-radius: 10px;
    background: #171B1C;
    color: #FFF;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.food-trailer-single-uses-wrap-right-item-1-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-single-uses-wrap-right-item-2 {
    position: absolute;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    width: 109px;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    top: 12px;
    right: 12px;
    z-index: 3;
}
.food-trailer-single-uses-wrap-right-item-2-left-image {
    display: flex;
}
.food-trailer-single-uses-wrap-right-item-2-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-single-uses-wrap-right-item-2-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-single-uses-wrap-right-item-3 {
    position: absolute;
    display: flex;
    padding: 13px;
    width: 220px;
    align-items: center;
    gap: 13px;
    border-radius: 18px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    left: -97px;
    top: -24px;
    z-index: 1;
}
.food-trailer-single-uses-wrap-right-item-3-left-image {
    display: flex;
}
.food-trailer-single-uses-wrap-right-item-3-right-text-1 {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.15px;
}
.food-trailer-single-uses-wrap-right-item-3-right-text-2 {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.food-trailer-single-uses-wrap-right-items {
    display: flex;
    align-items: center;
    gap: 10px;
}
.food-trailer-single-uses-wrap-right-item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 11px 22px;
}

@media screen and (max-width: 1439px) {
    .food-trailer-single-uses {
        border-radius: 23px;
        padding: 46px 30px 46px;
    }
    .food-trailer-single-uses-wrap {
        flex-direction: column;
        gap: 13px;
        position: relative;
        max-width: 100%;
        margin: auto;
    }
    .food-trailer-single-uses-wrap-left {
        max-width: 700px;
        order: 2;
        margin: auto;
    }
    .food-trailer-single-uses-wrap-right {
        max-width: 100%;
        width: 100%;
        align-items: center;
        order: 1;
        gap: 13px;
    }
    .food-trailer-single-uses-wrap-right-image {
        max-width: 470px;
    }
    .food-trailer-single-uses-wrap-right-item-1 {
        left: -180px;
        bottom: 37px;
        z-index: 1;
    }
    .food-trailer-single-uses-wrap-right-image-item {
        position: relative;
        z-index: 2;
    }
    .food-trailer-single-uses-wrap-right-item-2 {
        left: inherit;
        bottom: 34px;
        top: inherit;
        z-index: 3;
        right: -130px;
    }
    .food-trailer-single-uses-wrap-right-item-3 {
        top: 13px;
        bottom: inherit;
        right: -139px;
        left: inherit;
        z-index: 1;
    }
    .food-trailer-single-uses-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
    }
    .food-trailer-single-uses-wrap-left-subtitle {
        font-size: 18px;
        text-align: center;
    }
    .food-trailer-single-uses-wrap-left-text {
        padding-bottom: 23px;
        font-size: 14px;
        font-weight: 500;
        line-height: 138%;
        text-align: center;
    }
    .food-trailer-single-uses-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-uses-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-uses-wrap-left-buttons {
        justify-content: center;
        padding: 0;
    }
    .food-trailer-single-uses-wrap-left-review {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translate(-375px, 0);
        width: 105px;
        flex-direction: column;
        gap: 13px;
    }
    .food-trailer-single-uses-wrap-left-review-right-title {
        font-size: 20px;
    }
    .food-trailer-single-uses-wrap-left-review-right-text {
        font-size: 12px;
    }
    .food-trailer-single-uses-wrap-right-items {
        gap: 5px;
    }
    .food-trailer-single-uses-wrap-right-item {
        border-radius: 10px;
        font-size: 14px;
        padding: 9px 12px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer-single-uses {
        padding: 30px 30px 30px;
    }
    .food-trailer-single-uses-wrap {
        gap: 13px;
        max-width: 540px;
    }
    .food-trailer-single-uses-wrap-left {
        max-width: 580px;
    }
    .food-trailer-single-uses-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-single-uses-wrap-left-subtitle {
        font-size: 16px;
    }
    .food-trailer-single-uses-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-single-uses-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-single-uses-wrap-right {
    }
    .food-trailer-single-uses-wrap-right-image {
        max-width: 370px;
    }
    .food-trailer-single-uses-wrap-right-item-1 {
        bottom: 30px;
        left: -150px;
        border-radius: 13px;
        padding: 10px;
        gap: 10px;
        width: 180px;
    }
    .food-trailer-single-uses-wrap-right-item-1-left-text {
        width: 53px;
        height: 42px;
        font-size: 18px;
    }
    .food-trailer-single-uses-wrap-right-item-1-right-text {
        font-size: 12px;
    }
    .food-trailer-single-uses-wrap-right-item-2 {
        bottom: 12px;
        border-radius: 13px;
        padding: 10px;
        gap: 10px;
        width: 100px;
        right: -145px;
    }
    .food-trailer-single-uses-wrap-right-item-2-right-text-1 {
        font-size: 18px;
    }
    .food-trailer-single-uses-wrap-right-item-2-right-text-2 {
        font-size: 12px;
    }
    .food-trailer-single-uses-wrap-right-item-3 {
        top: 3px;
        right: -150px;
        padding: 10px;
        gap: 10px;
        width: 190px;
        border-radius: 13px;
    }
    .food-trailer-single-uses-wrap-right-item-3-right-text-1 {
        font-size: 18px;
    }
    .food-trailer-single-uses-wrap-right-item-3-right-text-2 {
        font-size: 12px;
    }
    .food-trailer-single-uses-wrap-left-review {
        top: 10px;
        width: 103px;
        transform: translate(-312px, 0);
    }
    .food-trailer-single-uses-wrap-left-review-right-title {
        font-size: 18px;
    }
    .food-trailer-single-uses-wrap-right-item {
        border-radius: 5px;
        font-size: 12px;
        padding: 6px 4px;
    }
}
@media screen and (max-width: 767px) {
    .food-trailer-single-uses {
        padding: 62px 13px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-single-uses-wrap-left-review {
        gap: 6px;
        transform: translate(-155px, 0);
        top: 180px;
    }
    .food-trailer-single-uses-wrap-left-review-right-title {
        font-size: 16px;
    }
    .food-trailer-single-uses-wrap-left-review-right-text {
        font-size: 10px;
    }
    .food-trailer-single-uses-wrap-left-review-left-image img {
        max-width: 110px;
    }
    .food-trailer-single-uses-wrap-left-title {
        font-size: 23px;
    }
    .food-trailer-single-uses-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
    }
    .food-trailer-single-uses-wrap-left {
        max-width: 100%;
    }
    .food-trailer-single-uses-wrap-right {
        max-width: 100%;
        gap: 77px;
    }
    .food-trailer-single-uses-wrap-right-image {
        max-width: 295px;
    }
    .food-trailer-single-uses-wrap-right-item-1 {
        left: -19px;
        top: -40px;
        bottom: inherit;
        width: 154px;
    }
    .food-trailer-single-uses-wrap-right-item-1-left-text {
        width: 43px;
        height: 34px;
        font-size: 16px;
    }
    .food-trailer-single-uses-wrap-right-item-1-right-text {
        font-size: 10px;
    }
    .food-trailer-single-uses-wrap-right-item-2 {
        width: 75px;
        right: -19px;
        top: -49px;
        bottom: inherit;
    }
    .food-trailer-single-uses-wrap-right-item-2-right-text-1 {
        font-size: 14px;
    }
    .food-trailer-single-uses-wrap-right-item-2-right-text-2 {
        font-size: 10px;
    }
    .food-trailer-single-uses-wrap-right-item-3 {
        width: 165px;
        top: inherit;
        bottom: -46px;
        right: -19px;
        z-index: 3;
    }
    .food-trailer-single-uses-wrap-right-item-3-right-text-1 {
        font-size: 14px;
    }
    .food-trailer-single-uses-wrap-right-item-3-right-text-2 {
        font-size: 10px;
    }
    .food-trailer-single-uses-wrap-right-items {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.suitable-types {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.suitable-types-wrap {
    text-align: center;
}
.suitable-types-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.suitable-types-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.suitable-types-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 23px;
}
.suitable-types-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.suitable-types-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.suitable-types-wrap-button-1 a:hover {
    background: #FF6B00;
}
.suitable-types-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.suitable-types-wrap-button-2 a span {
    display: flex;
}
.suitable-types-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.suitable-types-wrap-button-2 a:hover {
    color: #FF6B00;
}
.suitable-types-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}
.suitable-types-wrap-products {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.suitable-types-wrap-products-item {
    width: calc(33.3334% - 16px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
}
.suitable-types-wrap-products-item-top {
    position: relative;
}
.suitable-types-wrap-products-item-top-image {
    display: flex;
}
.suitable-types-wrap-products-item-top-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.suitable-types-wrap-products-item-top-image-popular {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 7px 12px;
    right: 23px;
    top: 23px;
}
.suitable-types-wrap-products-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    height: calc(100% - 240px);
}
.suitable-types-wrap-products-item-bottom-up-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 6px;
}
.suitable-types-wrap-products-item-bottom-up-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-bottom: 23px;
}
.suitable-types-wrap-products-item-bottom-up-key {
    padding-bottom: 23px;
}
.suitable-types-wrap-products-item-bottom-up-key-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 13px;
}
.suitable-types-wrap-products-item-bottom-up-key-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.suitable-types-wrap-products-item-bottom-up-key-item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    padding: 5px 12px;
}
.suitable-types-wrap-products-item-bottom-down-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px;
    transition: all 0.5s;
}
.suitable-types-wrap-products-item-bottom-down-button a span {
    display: flex;
}
.suitable-types-wrap-products-item-bottom-down-button a:hover {
    background: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .suitable-types {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .suitable-types-wrap-subtitle {
        font-size: 14px;
    }
    .suitable-types-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .suitable-types-wrap-text {
        font-size: 14px;
    }
    .suitable-types-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .suitable-types-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .suitable-types-wrap-products {
        max-width: 910px;
        margin: auto;
        gap: 13px;
    }
    .suitable-types-wrap-products-item {
        width: calc(50% - 7px);
    }
    .suitable-types-wrap-products-item-top-image-popular {
        right: 20px;
        top: 20px;
    }
    .suitable-types-wrap-products-item-top-image img {
        height: 218px;
    }
    .suitable-types-wrap-products-item-bottom-up-title {
        font-size: 18px;
    }
    .suitable-types-wrap-products-item-bottom-up-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .suitable-types-wrap-products-item-bottom {
        height: calc(100% - 218px);
    }
    .suitable-types-wrap-products-item-bottom-up-key {
        padding-bottom: 13px;
    }
    .suitable-types-wrap-products-item-bottom-up-key-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .suitable-types-wrap-products-item-bottom-up-key-item {
        border-radius: 6px;
        font-size: 14px;
        padding: 4px 12px;
    }
    .suitable-types-wrap-products-item-bottom-down-button a {
        border-radius: 6px;
        gap: 6px;
        font-size: 12px;
        padding: 9px;
    }
}
@media screen and (max-width: 1023px) {
    .suitable-types {
        padding: 30px 30px;
    }
    .suitable-types-wrap-subtitle {
        padding: 6px 30px;
    }
    .suitable-types-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .suitable-types-wrap-text {
        padding-bottom: 18px;
        max-width: 540px;
    }
    .suitable-types-wrap-buttons {
        padding-bottom: 30px;
    }
    .suitable-types-wrap-products-item {
        border-radius: 18px;
    }
    .suitable-types-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 9px 12px;
    }
    .suitable-types-wrap-products-item-top-image img {
        height: 180px;
    }
    .suitable-types-wrap-products-item-bottom {
        height: calc(100% - 180px);
    }
}
@media screen and (max-width: 767px) {
    .suitable-types {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .suitable-types-wrap-title {
        max-width: 305px;
    }
    .suitable-types-wrap-text {
        max-width: 315px;
    }
    .suitable-types-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .suitable-types-wrap-button-1 {
        width: 100%;
    }
    .suitable-types-wrap-button-2 a {
        padding: 0 23px;
    }
    .suitable-types-wrap-products-item {
        width: 100%;
    }
    .suitable-types-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 6px 10px;
        right: 13px;
        top: 13px;
    }
    .suitable-types-wrap-products-item-bottom {
        padding: 20px;
    }
    .suitable-types-wrap-products-item-bottom-up-title {
        font-size: 16px;
    }
    .suitable-types-wrap-products-item-bottom-up-text {
        font-size: 12px;
    }
    .suitable-types-wrap-products-item-bottom-up-key-title {
        font-size: 14px;
    }
    .suitable-types-wrap-products-item-bottom-up-key-item {
        font-size: 12px;
    }
    .suitable-types-wrap-products-item-bottom-down-button a {
        font-size: 14px;
        padding: 10px 0;
    }
}

.food-trailer-cuisines {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 30px;
}
.food-trailer-cuisines-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-trailer-cuisines-wrap-left {
    max-width: 600px;
}
.food-trailer-cuisines-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-cuisines-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 30px;
}
.food-trailer-cuisines-wrap-left-buttons {
    padding-bottom: 80px;
    display: flex;
    gap: 5px;
}
.food-trailer-cuisines-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-cuisines-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-cuisines-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-cuisines-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-cuisines-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-cuisines-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-cuisines-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-cuisines-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-cuisines-wrap-left-review {
    display: flex;
    align-items: center;
    gap: 32px;
}
.food-trailer-cuisines-wrap-left-review-left-image {
    display: flex;
}
.food-trailer-cuisines-wrap-left-review-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.food-trailer-cuisines-wrap-left-review-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
    max-width: 140px;
}
.food-trailer-cuisines-wrap-right {
    position: relative;
}
.food-trailer-cuisines-wrap-right-image {
    display: flex;
}
.food-trailer-cuisines-wrap-right-image img {
    max-width: 680px;
}

@media screen and (max-width: 1439px) {
    .food-trailer-cuisines {
        border-radius: 23px;
        padding: 10px 30px 46px;
    }
    .food-trailer-cuisines-wrap {
        flex-direction: column;
        gap: 23px;
        position: relative;
        max-width: 680px;
        margin: auto;
    }
    .food-trailer-cuisines-wrap-left {
        max-width: 680px;
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .food-trailer-cuisines-wrap-right {
        max-width: 580px;
        order: 1;
    }
    .food-trailer-cuisines-wrap-right-image-item {
        position: relative;
        z-index: 2;
    }
    .food-trailer-cuisines-wrap-right-image img {
        max-width: 580px;
    }
    .food-trailer-cuisines-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
        order: 2;
    }
    .food-trailer-cuisines-wrap-left-text {
        padding-bottom: 23px;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
        order: 3;
    }
    .food-trailer-cuisines-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-cuisines-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-cuisines-wrap-left-buttons {
        justify-content: center;
        padding: 0;
        order: 3;
    }
    .food-trailer-cuisines-wrap-left-review {
        order: 1;
        gap: 13px;
        padding-bottom: 23px;
    }
    .food-trailer-wrap-cuisines-left-review-right-title {
        font-size: 20px;
    }
    .food-trailer-wrap-cuisines-left-review-right-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer-cuisines {
        padding: 5px 30px 30px;
    }
    .food-trailer-cuisines-wrap {
        gap: 30px;
        max-width: 580px;
    }
    .food-trailer-cuisines-wrap-left {
        max-width: 580px;
    }
    .food-trailer-cuisines-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-cuisines-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-cuisines-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-cuisines-wrap-right {
        max-width: 530px;
    }
    .food-trailer-cuisines-wrap-right-image img {
        max-width: 530px;
    }
}
@media screen and (max-width: 767px) {
    .food-trailer-cuisines {
        padding: 23px 15px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-wrap-left-review {
        gap: 6px;
    }
    .food-trailer-cuisines-wrap-left-review-right-title {
        font-size: 16px;
    }
    .food-trailer-cuisines-wrap-left-review-right-text {
        font-size: 10px;
    }
    .food-trailer-cuisines-wrap-left-review-left-image img {
        max-width: 110px;
    }
    .food-trailer-cuisines-wrap {
        gap: 10px;
    }
    .food-trailer-cuisines-wrap-left-title {
        font-size: 23px;
    }
    .food-trailer-cuisines-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
    }
    .food-trailer-cuisines-wrap-right-image img {
        max-width: 350px;
        width: 100%;
    }
    .food-trailer-wrap-left {
        max-width: 100%;
    }
    .food-trailer-wrap-right {
        max-width: 100%;
    }
}

.search-cuisines {
    background-image: url(/wp-content/uploads/16ft_food_trailer_for_sale_golden_state_trailers-5-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0;
}
.search-cuisines-wrap-field {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background-color: #F5F5F5;
    padding: 18px 18px 18px 68px;
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    background-image: url(/wp-content/uploads/Search.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
    .search-cuisines {
        background-image: url(/wp-content/uploads/16ft_food_trailer_for_sale_golden_state_trailers-6.png);
        padding: 46px 43px;
    }
    .search-cuisines-wrap-field {
        border-radius: 10px;
        padding: 18px 18px 18px 59px;
        font-size: 16px;
        background-size: 23px;
    }
}
@media screen and (max-width: 1023px) {
    .search-cuisines {
        padding: 30px;
        background-image: url(/wp-content/uploads/16ft_food_trailer_for_sale_golden_state_trailers-6-1.png);
    }
    .search-cuisines-wrap-field {
        padding: 14px 15px 14px 49px;
        font-size: 14px;
        background-position: 13px center;
    }
}
@media screen and (max-width: 767px) {
    .search-cuisines {
        padding: 23px;
        background-image: url(/wp-content/uploads/16ft_food_trailer_for_sale_golden_state_trailers-7.png);
    }
    .search-cuisines-wrap-field {
        padding: 14px 15px 14px 38px;
        font-size: 12px;
        background-position: 10px center;
        background-size: 18px;
    }
}

.cuisine-types-available {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.cuisine-types-available-wrap {
    text-align: center;
}
.cuisine-types-available-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.cuisine-types-available-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.cuisine-types-available-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.cuisine-types-available-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cuisine-types-available-wrap-button a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.cuisine-types-available-wrap-button a:hover {
    background: #FF6B00;
}
.cuisine-types-available.cuisine-types-available-searching .cuisine-types-available-wrap-subtitle {
    display: none;
}
.cuisine-types-available.cuisine-types-available-searching .cuisine-types-available-wrap-title {
    display: none;
}
.cuisine-types-available.cuisine-types-available-searching .cuisine-types-available-wrap-text {
    display: none;
}
.cuisine-types-available.cuisine-types-available-searching .cuisine-types-available-wrap-buttons {
    display: none;
}
.cuisine-types-available-wrap-products {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    padding-bottom: 36px;
}
.cuisine-types-available-wrap-products-item-no-found {
    text-align: center;
    width: 100%;
}
.cuisine-types-available-wrap-products-item {
    width: calc(33.3334% - 16px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
}
.cuisine-types-available-wrap-products-item-top {
    position: relative;
}
.cuisine-types-available-wrap-products-item-top-image {
    display: flex;
}
.cuisine-types-available-wrap-products-item-top-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.cuisine-types-available-wrap-products-item-top-image-popular {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 7px 12px;
    right: 23px;
    top: 23px;
}
.cuisine-types-available-wrap-products-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    height: calc(100% - 240px);
}
.cuisine-types-available-wrap-products-item-bottom-up-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 6px;
}
.cuisine-types-available-wrap-products-item-bottom-up-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-bottom: 23px;
}
.cuisine-types-available-wrap-products-item-bottom-up-key {
    padding-bottom: 23px;
}
.cuisine-types-available-wrap-products-item-bottom-up-key-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 13px;
}
.cuisine-types-available-wrap-products-item-bottom-up-key-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
    align-items: start;
}
.cuisine-types-available-wrap-products-item-bottom-up-key-item {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cuisine-types-available-wrap-products-item-bottom-up-key-item span {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #AFAFAF;
}
.cuisine-types-available-wrap-products-item-bottom-down-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px;
    transition: all 0.5s;
}
.cuisine-types-available-wrap-products-item-bottom-down-button a span {
    display: flex;
}
.cuisine-types-available-wrap-products-item-bottom-down-button a:hover {
    background: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .cuisine-types-available {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .cuisine-types-available-wrap-subtitle {
        font-size: 14px;
    }
    .cuisine-types-available-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .cuisine-types-available-wrap-text {
        font-size: 14px;
    }
    .cuisine-types-available-wrap-button a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .cuisine-types-available-wrap-products {
        max-width: 910px;
        margin: auto;
        gap: 13px;
    }
    .cuisine-types-available-wrap-products-item {
        width: calc(50% - 7px);
    }
    .cuisine-types-available-wrap-products-item-top-image-popular {
        right: 20px;
        top: 20px;
    }
    .cuisine-types-available-wrap-products-item-top-image img {
        height: 218px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-title {
        font-size: 18px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .cuisine-types-available-wrap-products-item-bottom {
        height: calc(100% - 218px);
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key {
        padding-bottom: 13px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item {
        font-size: 14px;
        gap: 13px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item span {
        width: 20px;
        height: 20px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item svg {
        width: 15px;
        height: 15px;
    }
    .cuisine-types-available-wrap-products-item-bottom-down-button a {
        border-radius: 6px;
        gap: 6px;
        font-size: 12px;
        padding: 9px;
    }
}
@media screen and (max-width: 1023px) {
    .cuisine-types-available {
        padding: 30px 30px;
    }
    .cuisine-types-available-wrap-subtitle {
        padding: 6px 30px;
    }
    .cuisine-types-available-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .cuisine-types-available-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .cuisine-types-available-wrap-products {
        padding-bottom: 30px;
    }
    .cuisine-types-available-wrap-products-item {
        border-radius: 18px;
    }
    .cuisine-types-available-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 9px 12px;
    }
    .cuisine-types-available-wrap-products-item-top-image img {
        height: 180px;
    }
    .cuisine-types-available-wrap-products-item-bottom {
        height: calc(100% - 180px);
    }
}
@media screen and (max-width: 767px) {
    .cuisine-types-available {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .cuisine-types-available-wrap-title {
        max-width: 305px;
    }
    .cuisine-types-available-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .cuisine-types-available-wrap-products {
        padding-bottom: 23px;
    }
    .cuisine-types-available-wrap-products-item {
        width: 100%;
    }
    .cuisine-types-available-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 6px 10px;
        right: 13px;
        top: 13px;
    }
    .cuisine-types-available-wrap-products-item-bottom {
        padding: 20px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-title {
        font-size: 16px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-text {
        font-size: 12px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-title {
        font-size: 14px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item {
        font-size: 12px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item span {
        width: 18px;
        height: 18px;
    }
    .cuisine-types-available-wrap-products-item-bottom-up-key-item svg {
        width: 13px;
        height: 13px;
    }
    .cuisine-types-available-wrap-products-item-bottom-down-button a {
        font-size: 14px;
        padding: 10px 0;
    }
}

.food-trailer-single-cuisines {
    border-radius: 32px;
    background: #FFF;
    padding: 80px 30px;
}
.food-trailer-single-cuisines-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.food-trailer-single-cuisines-wrap-left {
    max-width: 580px;
}
.food-trailer-single-cuisines-wrap-left-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 13px;
}
.food-trailer-single-cuisines-wrap-left-title span {
    color: #FF6B00;
}
.food-trailer-single-cuisines-wrap-left-text {
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding-bottom: 30px;
}
.food-trailer-single-cuisines-wrap-left-buttons {
    padding-bottom: 95px;
    display: flex;
    gap: 5px;
}
.food-trailer-single-cuisines-wrap-left-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.food-trailer-single-cuisines-wrap-left-button-1 a:hover {
    background: #FF6B00;
}
.food-trailer-single-cuisines-wrap-left-button-1 a span {
    display: flex;
}
.food-trailer-single-cuisines-wrap-left-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.food-trailer-single-cuisines-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.food-trailer-single-cuisines-wrap-left-button-2 a:hover {
    color: #FF6B00;
}
.food-trailer-single-cuisines-wrap-left-button-2 a span {
    display: flex;
}
.food-trailer-single-cuisines-wrap-left-button-2 a:hover svg path {
    fill: #FF6B00;
}
.food-trailer-single-cuisines-wrap-left-review {
    display: flex;
    align-items: center;
    gap: 32px;
}
.food-trailer-single-cuisines-wrap-left-review-left-image {
    display: flex;
}
.food-trailer-single-cuisines-wrap-left-review-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
.food-trailer-single-cuisines-wrap-left-review-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118%;
    letter-spacing: -0.32px;
    max-width: 140px;
}
.food-trailer-single-cuisines-wrap-right {
    position: relative;
    width: calc(100% - 580px);
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 26px;
}
.food-trailer-single-cuisines-wrap-right-image {
    display: flex;
    position: relative;
    max-width: 650px;
}
.food-trailer-single-cuisines-wrap-right-image-item {
    position: relative;
    z-index: 2;
}
.food-trailer-single-cuisines-wrap-right-items {
    display: flex;
    align-items: center;
    gap: 10px;
}
.food-trailer-single-cuisines-wrap-right-item {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 11px 22px;
}

@media screen and (max-width: 1439px) {
    .food-trailer-single-cuisines {
        border-radius: 23px;
        padding: 46px 30px 46px;
    }
    .food-trailer-single-cuisines-wrap {
        flex-direction: column;
        gap: 13px;
        position: relative;
        max-width: 100%;
        margin: auto;
    }
    .food-trailer-single-cuisines-wrap-left {
        max-width: 700px;
        order: 2;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .food-trailer-single-cuisines-wrap-right {
        max-width: 100%;
        width: 100%;
        align-items: center;
        order: 1;
        gap: 13px;
    }
    .food-trailer-single-cuisines-wrap-right-image {
        max-width: 620px;
    }
    .food-trailer-single-cuisines-wrap-right-image-item {
        position: relative;
        z-index: 2;
    }
    .food-trailer-single-cuisines-wrap-left-title {
        text-align: center;
        font-size: 36px;
        line-height: 113%;
        order: 2;
    }
    .food-trailer-single-cuisines-wrap-left-text {
        padding-bottom: 23px;
        font-size: 14px;
        font-weight: 500;
        line-height: 138%;
        text-align: center;
        order: 3;
    }
    .food-trailer-single-cuisines-wrap-left-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-cuisines-wrap-left-button-2 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .food-trailer-single-cuisines-wrap-left-buttons {
        justify-content: center;
        padding: 0;
        order: 3;
    }
    .food-trailer-single-cuisines-wrap-left-review {
        gap: 13px;
        order: 1;
        margin-bottom: 23px;
    }
    .food-trailer-single-cuisines-wrap-left-review-left-image img {
        max-width: 165px;
    }
    .food-trailer-single-cuisines-wrap-left-review-right-title {
        font-size: 20px;
    }
    .food-trailer-single-cuisines-wrap-left-review-right-text {
        font-size: 12px;
    }
    .food-trailer-single-cuisines-wrap-right-items {
        gap: 5px;
    }
    .food-trailer-single-cuisines-wrap-right-item {
        border-radius: 10px;
        font-size: 14px;
        padding: 9px 12px;
    }
}
@media screen and (max-width: 1023px) {
    .food-trailer-single-cuisines {
        padding: 30px 30px 30px;
    }
    .food-trailer-single-cuisines-wrap {
        gap: 13px;
        max-width: 540px;
    }
    .food-trailer-single-cuisines-wrap-left {
        max-width: 580px;
    }
    .food-trailer-single-cuisines-wrap-left-title {
        font-size: 32px;
    }
    .food-trailer-single-cuisines-wrap-left-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .food-trailer-single-cuisines-wrap-left-buttons {
        gap: 15px;
    }
    .food-trailer-single-cuisines-wrap-right {
    }
    .food-trailer-single-cuisines-wrap-right-image {
        max-width: 420px;
    }
    .food-trailer-single-cuisines-wrap-left-review-right-title {
        font-size: 18px;
    }
    .food-trailer-single-cuisines-wrap-right-item {
        border-radius: 5px;
        font-size: 12px;
        padding: 6px 4px;
    }
    .food-trailer-single-cuisines-wrap-left-review-left-image img {
        max-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .food-trailer-single-cuisines {
        padding: 23px 13px 23px;
        border-radius: 18px;
        overflow: hidden;
    }
    .food-trailer-single-cuisines-wrap-left-review-right-title {
        font-size: 16px;
    }
    .food-trailer-single-cuisines-wrap-left-review-right-text {
        font-size: 10px;
    }
    .food-trailer-single-cuisines-wrap-left-review-left-image img {
        max-width: 110px;
    }
    .food-trailer-single-cuisines-wrap-left-title {
        font-size: 23px;
    }
    .food-trailer-single-cuisines-wrap-left-buttons {
        gap: 5px;
        flex-direction: column;
        max-width: 285px;
        margin: auto;
    }
    .food-trailer-single-cuisines-wrap-left {
        max-width: 100%;
    }
    .food-trailer-single-cuisines-wrap-right {
        max-width: 100%;
        gap: 13px;
    }
    .food-trailer-single-cuisines-wrap-right-image {
        max-width: 295px;
    }
    .food-trailer-single-cuisines-wrap-right-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .food-trailer-single-cuisines-wrap {
        gap: 23px;
    }
    .food-trailer-single-cuisines-wrap-left-review {
        gap: 6px;
    }
    .food-trailer-single-cuisines-wrap-left-review-right {
        max-width: 90px;
    }
}

.cuisine-trailer-types {
    padding: 80px 0;
    overflow: hidden;
}
.cuisine-trailer-types-wrap {
    text-align: center;
}
.cuisine-trailer-types-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.cuisine-trailer-types-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.cuisine-trailer-types-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 46px;
}
.cuisine-trailer-types-wrap-items .swiper-slide {
    width: 465px;
}
.cuisine-trailer-types-wrap-items .swiper {
    overflow: inherit;
}
.cuisine-trailer-types-wrap-item {
    padding-top: 80px;
}
.cuisine-trailer-types-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 0 50px 46px;
    position: relative;
}
.cuisine-trailer-types-wrap-item-content-image {
    display: flex;
    justify-content: center;
    margin-top: -80px;
}
.cuisine-trailer-types-wrap-item-content-category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}
.cuisine-trailer-types-wrap-item-content-category-name {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 5px 18px;
    display: flex;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}
.cuisine-trailer-types-wrap-item-content-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    padding: 13px 0;
}
.cuisine-trailer-types-wrap-item-content-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
}
.cuisine-trailer-types-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 36px;
}
.cuisine-trailer-types-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.cuisine-trailer-types-wrap-button-1 a:hover {
    background: #FF6B00;
}
.cuisine-trailer-types-wrap-button-2 a {
    border-radius: 13px;
    display: flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    transition: all 0.5s;
}
.cuisine-trailer-types-wrap-button-2 a span {
    display: flex;
}
.cuisine-trailer-types-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.cuisine-trailer-types-wrap-button-2 a:hover {
    color: #FF6B00;
}
.cuisine-trailer-types-wrap-button-2 a:hover span svg path {
    fill: #FF6B00;
}

@media screen and (max-width: 1439px) {
    .cuisine-trailer-types {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .cuisine-trailer-types-wrap-subtitle {
        font-size: 14px;
    }
    .cuisine-trailer-types-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .cuisine-trailer-types-wrap-text {
        font-size: 14px;
        padding-bottom: 36px;
    }
    .cuisine-trailer-types-wrap-button-1 a {
        border-radius: 6px;
        padding: 10px 23px;
        font-size: 14px;
    }
    .cuisine-trailer-types-wrap-button-2 a {
        padding: 10px 23px;
        font-size: 14px;
    }
    .cuisine-trailer-types-wrap-item {
        padding-top: 55px;
    }
    .cuisine-trailer-types-wrap-item-content {
        padding: 0 17px 33px;
    }
    .cuisine-trailer-types-wrap-item-content-image {
        margin: auto;
        margin-top: -55px;
        max-width: 243px;
    }
    .cuisine-trailer-types-wrap-item-content-category-name {
        font-size: 16px;
    }
    .cuisine-trailer-types-wrap-item-content-title {
        font-size: 18px;
        padding: 10px 0;
    }
    .cuisine-trailer-types-wrap-item-content-text {
        font-size: 14px;
    }
    .cuisine-trailer-types-wrap-items .swiper-slide {
        width: 295px;
    }
}
@media screen and (max-width: 1023px) {
    .cuisine-trailer-types {
        padding: 30px 0px;
    }
    .cuisine-trailer-types-wrap-subtitle {
        padding: 6px 30px;
    }
    .cuisine-trailer-types-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .cuisine-trailer-types-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .cuisine-trailer-types-wrap-buttons {
        padding-bottom: 30px;
    }
    .cuisine-trailer-types-wrap-items {
        padding: 0 13px;
    }
    .cuisine-trailer-types-wrap-item-content {
        padding: 0 17px 30px;
    }
}
@media screen and (max-width: 767px) {
    .cuisine-trailer-types {
        padding: 23px 0;
        border-radius: 18px;
    }
    .cuisine-trailer-types-wrap-title {
        max-width: 305px;
    }
    .cuisine-trailer-types-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .cuisine-trailer-types-wrap-buttons {
        padding-bottom: 23px;
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    .cuisine-trailer-types-wrap-button-1 {
        width: 100%;
    }
    .cuisine-trailer-types-wrap-button-2 a {
        padding: 0 23px;
    }
    .cuisine-trailer-types-wrap-items {
        padding: 0 10px;
    }
    .cuisine-trailer-types-wrap-item {
        padding-top: 50px;
    }
    .cuisine-trailer-types-wrap-item-content {
        padding: 0 30px 40px;
    }
    .cuisine-trailer-types-wrap-item-content-image {
        margin-top: -50px;
        max-width: 230px;
    }
    .cuisine-trailer-types-wrap-item-content-category {
        padding-top: 24px;
    }
    .cuisine-trailer-types-wrap-item-content-category-name {
        font-size: 14px;
        padding: 4px 18px;
    }
    .cuisine-trailer-types-wrap-item-content-title {
        font-size: 16px;
    }
    .cuisine-trailer-types-wrap-item-content-text {
        font-size: 12px;
    }
}

.recommended-sizes {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.recommended-sizes-wrap {
    text-align: center;
}
.recommended-sizes-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.recommended-sizes-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0 auto;
    max-width: 750px;
}
.recommended-sizes-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.recommended-sizes-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px;
    position: relative;
}
.recommended-sizes-wrap-item-content-meta {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.recommended-sizes-wrap-item-content-meta-size {
    border-radius: 13px;
    background: #5F5F5F;
    width: 81px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.69px;
    text-transform: capitalize;
}
.recommended-sizes-wrap-item-content-meta-category {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 7px 13px;
}
.recommended-sizes-wrap-item-content-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding: 23px 0 13px;
    text-align: left;
}
.recommended-sizes-wrap-item-content-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    min-height: 44px;
    text-align: left;
}
.recommended-sizes-wrap-item-content-lists-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 0 13px;
    text-align: left;
}
.recommended-sizes-wrap-item-content-lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
}
.recommended-sizes-wrap-item-content-list {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.recommended-sizes-wrap-item-content-list-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.recommended-sizes-wrap-item-content-list-name {
    width: calc(100% - 28px);
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    text-align: left;
}

@media screen and (max-width: 1439px) {
    .recommended-sizes {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .recommended-sizes-wrap-subtitle {
        font-size: 14px;
    }
    .recommended-sizes-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .recommended-sizes-wrap-text {
        font-size: 14px;
    }
    .recommended-sizes-wrap-item {
        padding-bottom: 1px;
    }
    .recommended-sizes-wrap-item-content-meta {
        align-items: center;
    }
    .recommended-sizes-wrap-item-content-meta-size {
        border-radius: 10px;
        width: 66px;
        height: 56px;
        font-size: 20px;
    }
    .recommended-sizes-wrap-item-content-title {
        font-size: 20px;
        padding: 23px 0 10px;
    }
    .recommended-sizes-wrap-item-content-lists-name {
        font-size: 16px;
        padding: 23px 0 10px;
    }
    .recommended-sizes-wrap-item-content-list {
        gap: 13px;
    }
    .recommended-sizes-wrap-item-content-list-icon {
        width: 20px;
        height: 20px;
    }
    .recommended-sizes-wrap-item-content-list-icon svg {
        width: 20px;
        height: 20px;
    }
    .recommended-sizes-wrap-item-content-list-name {
        width: calc(100% - 33px);
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .recommended-sizes {
        padding: 30px 0px;
    }
    .recommended-sizes-wrap-subtitle {
        padding: 6px 30px;
    }
    .recommended-sizes-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .recommended-sizes-wrap-text {
        padding-bottom: 30px;
        max-width: 580px;
    }
    .recommended-sizes-wrap-items {
        padding: 0 13px;
    }
    .recommended-sizes-wrap-items .swiper {
        overflow: inherit;
    }
    .recommended-sizes-wrap-items .swiper-slide {
        width: 300px;
    }
    .recommended-sizes-wrap-item-content-title {
        font-size: 18px;
    }
    .recommended-sizes-wrap-item-content-meta-size {
        width: 56px;
        height: 46px;
        font-size: 18px;
    }
    .recommended-sizes-wrap-item-content-meta-category {
        font-size: 12px;
        padding: 6px 13px;
    }
    .recommended-sizes-wrap-item-content-text {
        min-height: 38px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .recommended-sizes {
        padding: 23px 0;
        border-radius: 18px;
    }
    .recommended-sizes-wrap-title {
        max-width: 305px;
    }
    .recommended-sizes-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
}

.recommended-equipment {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.recommended-equipment-wrap {
    text-align: center;
}
.recommended-equipment-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.recommended-equipment-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0 auto;
    max-width: 850px;
}
.recommended-equipment-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 800px;
    margin: auto;
    padding-bottom: 36px;
}
.recommended-equipment-wrap-items-mobile {
    display: none;
}
.recommended-equipment-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.recommended-equipment-wrap-item {
    width: calc(33.334% - 16px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px 0;
    position: relative;
}
.recommended-equipment-wrap-item-image {
    display: flex;
}
.recommended-equipment-wrap-item-image img {
    width: 232px;
    height: 172px;
    margin: auto;
    object-fit: contain;
    object-position: center;
}
.recommended-equipment-wrap-item-category {
    position: absolute;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 5px 17px;
    right: 30px;
    top: 30px;
}
.recommended-equipment-wrap-item-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    padding: 13px 0;
}
.recommended-equipment-wrap-item-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 390px;
    margin: auto;
}

@media screen and (max-width: 1439px) {
    .recommended-equipment {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .recommended-equipment-wrap-subtitle {
        font-size: 14px;
    }
    .recommended-equipment-wrap-title {
        font-size: 30px;
        max-width: 740px;
        margin: auto;
    }
    .recommended-equipment-wrap-text {
        font-size: 14px;
    }
    .recommended-equipment-wrap-items {
        gap: 13px;
    }
    .recommended-equipment-wrap-item {
        width: calc(33.334% - 9px);
    }
    .recommended-equipment-wrap-item-category {
        font-size: 16px;
    }
    .recommended-equipment-wrap-item-title {
        font-size: 20px;
        padding: 13px 23px;
    }
    .recommended-equipment-wrap-item-text {
        font-size: 14px;
        max-width: 235px;
    }
}
@media screen and (max-width: 1023px) {
    .recommended-equipment {
        padding: 30px 0px;
    }
    .recommended-equipment-wrap-subtitle {
        padding: 6px 30px;
    }
    .recommended-equipment-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .recommended-equipment-wrap-text {
        padding-bottom: 30px;
        max-width: 580px;
    }
    .recommended-equipment-wrap-items {
        display: none;
    }
    .recommended-equipment-wrap-items-mobile {
        display: block;
    }
    .recommended-equipment-wrap-items-mobile .swiper-slide {
        width: 294px;
        height: auto;
    }
    .recommended-equipment-wrap-item {
        width: 100%;
        height: 100%;
    }
    .recommended-equipment-wrap-item-title {
        font-size: 18px;
    }
    .recommended-equipment-wrap-item-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .recommended-equipment {
        padding: 23px 0;
        border-radius: 18px;
    }
    .recommended-equipment-wrap-title {
        max-width: 305px;
    }
    .recommended-equipment-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .recommended-equipment-wrap-item-image img {
        width: 200px;
        height: 148px;
    }
    .recommended-equipment-wrap-item-category {
        font-size: 14px;
        padding: 4px 17px;
    }
    .recommended-equipment-wrap-item-title {
        font-size: 16px;
        max-width: 235px;
        margin: auto;
        padding: 23px 0 13px;
    }
    .recommended-equipment-wrap-item-text {
        font-size: 12px;
    }
}

.select-size-tips-v4 {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.select-size-tips-v4-wrap {
    text-align: center;
}
.select-size-tips-v4-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.select-size-tips-v4-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.select-size-tips-v4-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.select-size-tips-v4s-wrap-items .swiper-slide {
    height: initial;
}
.select-size-tips-v4-wrap-item {
    height: 100%;
}
.select-size-tips-v4-wrap-item-content {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 30px;
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 100%;
}
.select-size-tips-v4-wrap-item-content-icon {
    display: flex;
    width: 71px;
    height: 71px;
    border-radius: 13px;
    background: #5F5F5F;
    align-items: center;
    justify-content: center;
}
.select-size-tips-v4-wrap-item-content-icon img {
    width: 36px;
    height: 36px;
}
.select-size-tips-v4-wrap-item-content-status {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    padding: 7px 13px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.select-size-tips-v4-wrap-item-content-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -0.46px;
    text-transform: capitalize;
    padding: 23px 0 0;
}
.select-size-tips-v4-wrap-item-content-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    padding: 13px 0 0;
    min-height: 44px;
}
.select-size-tips-v4-wrap-item-content-lists-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 0 0;
}
.select-size-tips-v4-wrap-item-content-lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 0 0;
    align-items: start;
}
.select-size-tips-v4-wrap-item-content-list {
    display: flex;
    align-items: start;
    gap: 5px;
    flex-wrap: wrap;
}
.select-size-tips-v4-wrap-item-content-list-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.select-size-tips-v4-wrap-item-content-list-name {
    width: calc(100% - 28px);
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    text-align: left;
}

@media screen and (max-width: 1439px) {
    .select-size-tips-v4 {
        border-radius: 23px;
        padding: 46px 0;
        background: #FFF;
    }
    .select-size-tips-v4-wrap-subtitle {
        font-size: 14px;
    }
    .select-size-tips-v4-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .select-size-tips-v4-wrap-text {
        font-size: 14px;
    }
    .select-size-tips-v4s-wrap-items .swiper-slide {
        width: 350px;
    }
    .select-size-tips-v4-wrap-item-content-icon {
        width: 56px;
        height: 56px;
    }
    .select-size-tips-v4-wrap-item-content-icon img {
        width: 30px;
        height: 30px;
    }
    .select-size-tips-v4-wrap-item-content-status {
        top: 40px;
    }
    .select-size-tips-v4-wrap-item-content-title {
        font-size: 20px;
    }
    .select-size-tips-v4-wrap-item-content-text {
        padding: 10px 0 0;
    }
    .select-size-tips-v4-wrap-item-content-lists {
        padding: 10px 0 0;
    }
    .select-size-tips-v4-wrap-item-content-list {
        gap: 13px;
    }
    .select-size-tips-v4-wrap-item-content-list-icon {
        width: 20px;
        height: 20px;
    }
    .select-size-tips-v4-wrap-item-content-list-icon svg {
        width: 20px;
        height: 20px;
    }
    .select-size-tips-v4-wrap-item-content-list-name {
        width: calc(100% - 33px);
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .select-size-tips-v4 {
        padding: 30px 0px;
    }
    .select-size-tips-v4-wrap-subtitle {
        padding: 6px 30px;
    }
    .select-size-tips-v4-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .select-size-tips-v4-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .select-size-tips-v4-wrap-items .swiper-slide {
        width: 300px;
    }
    .select-size-tips-v4-wrap-item-content {
        padding: 23px;
    }
    .select-size-tips-v4-wrap-item-content-icon {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }
    .select-size-tips-v4-wrap-item-content-icon img {
        width: 23px;
        height: 23px;
    }
    .select-size-tips-v4-wrap-item-content-status {
        top: 30px;
        font-size: 12px;
        padding: 6px 13px;
        right: 23px;
    }
    .select-size-tips-v4-wrap-item-content-title {
        font-size: 18px;
    }
    .select-size-tips-v4-wrap-item-content-text {
        font-size: 14px;
        min-height: 48px;
    }
    .select-size-tips-v4-wrap-item-content-lists-name {
        font-size: 16px;
        padding: 13px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .select-size-tips-v4 {
        padding: 23px 0;
        border-radius: 18px;
    }
    .select-size-tips-v4-wrap-title {
        max-width: 305px;
    }
    .select-size-tips-v4-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .select-size-tips-v4-wrap-items .swiper-slide {
        width: 300px;
    }
}

.cuisine-types-available-all {
    padding: 80px 0;
    overflow: hidden;
    border-radius: 32px;
    background: #FFF;
}
.cuisine-types-available-all-wrap {
    text-align: center;
}
.cuisine-types-available-all-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.cuisine-types-available-all-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 23px;
    margin: 0;
}
.cuisine-types-available-all-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    letter-spacing: -0.32px;
    max-width: 760px;
    margin: auto;
    padding-bottom: 36px;
}
.cuisine-types-available-all-wrap-products {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.cuisine-types-available-all-wrap-products-item-no-found {
    text-align: center;
    width: 100%;
}
.cuisine-types-available-all-wrap-products-item {
    width: calc(33.3334% - 16px);
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
}
.cuisine-types-available-all-wrap-products-item-top {
    position: relative;
}
.cuisine-types-available-all-wrap-products-item-top-image {
    display: flex;
}
.cuisine-types-available-all-wrap-products-item-top-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.cuisine-types-available-all-wrap-products-item-top-image-popular {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 7px 12px;
    right: 23px;
    top: 23px;
}
.cuisine-types-available-all-wrap-products-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px;
    height: calc(100% - 240px);
}
.cuisine-types-available-all-wrap-products-item-bottom-up-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 6px;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-bottom: 23px;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-key {
    padding-bottom: 23px;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-key-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding-bottom: 13px;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-key-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
    align-items: start;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-key-item {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cuisine-types-available-all-wrap-products-item-bottom-up-key-item span {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #AFAFAF;
}
.cuisine-types-available-all-wrap-products-item-bottom-down-button a {
    border-radius: 10px;
    background: #171B1C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px;
    transition: all 0.5s;
}
.cuisine-types-available-all-wrap-products-item-bottom-down-button a span {
    display: flex;
}
.cuisine-types-available-all-wrap-products-item-bottom-down-button a:hover {
    background: #FF6B00;
}
@media screen and (max-width: 1439px) {
    .cuisine-types-available-all {
        border-radius: 23px;
        padding: 46px 43px;
    }
    .cuisine-types-available-all-wrap-subtitle {
        font-size: 14px;
    }
    .cuisine-types-available-all-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .cuisine-types-available-all-wrap-text {
        font-size: 14px;
    }
    .cuisine-types-available-all-wrap-products {
        max-width: 910px;
        margin: auto;
        gap: 13px;
    }
    .cuisine-types-available-all-wrap-products-item {
        width: calc(50% - 7px);
    }
    .cuisine-types-available-all-wrap-products-item-top-image-popular {
        right: 20px;
        top: 20px;
    }
    .cuisine-types-available-all-wrap-products-item-top-image img {
        height: 218px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-title {
        font-size: 18px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom {
        height: calc(100% - 218px);
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key {
        padding-bottom: 13px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item {
        font-size: 14px;
        gap: 13px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item span {
        width: 20px;
        height: 20px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item svg {
        width: 15px;
        height: 15px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-down-button a {
        border-radius: 6px;
        gap: 6px;
        font-size: 12px;
        padding: 9px;
    }
}
@media screen and (max-width: 1023px) {
    .cuisine-types-available-all {
        padding: 30px 30px;
    }
    .cuisine-types-available-all-wrap-subtitle {
        padding: 6px 30px;
    }
    .cuisine-types-available-all-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 18px;
    }
    .cuisine-types-available-all-wrap-text {
        padding-bottom: 30px;
        max-width: 540px;
    }
    .cuisine-types-available-all-wrap-products-item {
        border-radius: 18px;
    }
    .cuisine-types-available-all-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 9px 12px;
    }
    .cuisine-types-available-all-wrap-products-item-top-image img {
        height: 180px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom {
        height: calc(100% - 180px);
    }
}
@media screen and (max-width: 767px) {
    .cuisine-types-available-all {
        padding: 23px 22px;
        border-radius: 18px;
    }
    .cuisine-types-available-all-wrap-title {
        max-width: 305px;
    }
    .cuisine-types-available-all-wrap-text {
        max-width: 315px;
        padding-bottom: 23px;
    }
    .cuisine-types-available-all-wrap-products-item {
        width: 100%;
    }
    .cuisine-types-available-all-wrap-products-item-top-image-popular {
        font-size: 12px;
        padding: 6px 10px;
        right: 13px;
        top: 13px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom {
        padding: 20px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-title {
        font-size: 16px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-text {
        font-size: 12px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-title {
        font-size: 14px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item {
        font-size: 12px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item span {
        width: 18px;
        height: 18px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-up-key-item svg {
        width: 13px;
        height: 13px;
    }
    .cuisine-types-available-all-wrap-products-item-bottom-down-button a {
        font-size: 14px;
        padding: 10px 0;
    }
}

.map {
    padding: 80px 0;
    overflow: hidden;
}
.map-wrap {
    text-align: center;
}
.map-wrap-subtitle {
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.map-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    padding: 13px 0 36px;
    max-width: 1060px;
    margin: 0 auto;
}
.map-wrap-code {
    display: flex;
}
.map-wrap-code iframe {
    border-radius: 32px;
}
@media screen and (max-width: 1439px) {
    .map {
        padding: 46px 0;
    }
    .map-wrap-subtitle {
        font-size: 14px;
    }
    .map-wrap-title {
        font-size: 30px;
        max-width: 640px;
        margin: auto;
    }
    .map-wrap-code iframe {
        border-radius: 23px;
        height: 450px;
    }
}
@media screen and (max-width: 1023px) {
    .map {
        padding: 30px 0;
    }
    .map-wrap-subtitle {
        padding: 6px 30px;
    }
    .map-wrap-title {
        max-width: 540px;
        font-size: 23px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .map {
        padding: 23px 0;
    }
    .map-wrap-title {
        max-width: 305px;
        padding-bottom: 23px;
    }
    .map-wrap-code iframe {
        border-radius: 18px;
        height: 260px;
    }
}

.locations-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
    padding: 50px 0;
}
.locations-wrap-left {
    width: calc(57% - 50px);
}
.locations-wrap-left-title {
    color: var(--Rangoon-Green, #171B1C);
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.locations-wrap-left-subtitle {
    color: var(--Rangoon-Green, #171B1C);
    font-family: Unbounded;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.locations-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 32px;
}
.locations-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.locations-wrap-left-button-1 a {
    display: flex;
    border-radius: 15px;
    border: 2px solid #171B1C;
    padding: 13px 38px;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.5s;
}
.locations-wrap-left-button-1 a:hover {
    border: 2px solid #FF6B00;
    color: #FF6B00;
}
.locations-wrap-left-button-2 a {
    border-radius: 15px;
    background: #171B1C;
    display: flex;
    padding: 15px 40px;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.5s;
}
.locations-wrap-left-button-2 a span {
    display: flex;
}
.locations-wrap-left-button-2 a:hover {
    background: #FF6B00;
}
.locations-wrap-right {
    width: calc(43% - 50px);
}
.locations-wrap-right-image {
    display: flex;
}
.locations-wrap-right-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 45px;
}

@media screen and (max-width: 1439px) {
    .locations-wrap {
        gap: 0;
        padding: 20px 0;
    }
    .locations-wrap-right {
        display: none;
    }
    .locations-wrap-left {
        width: 100%;
    }
    .locations-wrap-left-title {
        font-size: 36px;
        max-width: 580px;
    }
    .locations-wrap-left-subtitle {
        font-size: 24px;
        max-width: 820px;
    }
    .locations-wrap-left-text {
        max-width: 820px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .locations-wrap {
        padding: 0;
    }
    .locations-wrap-left-title {
        font-size: 22px;
        text-align: center;
        max-width: 100%;
    }
    .locations-wrap-left-subtitle {
        font-size: 18px;
        text-align: center;
        max-width: 100%;
    }
    .locations-wrap-left-text {
        font-size: 14px;
        max-width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    .locations-wrap-left-buttons {
        gap: 10px;
        flex-direction: column;
        max-width: 300px;
        margin: auto;
    }
    .locations-wrap-left-button-1 a {
        width: 300px;
        justify-content: center;
    }
    .locations-wrap-left-button-2 a {
        width: 300px;
        justify-content: center;
    }
}


.section-footer-version-3 {
    border-radius: 32px 32px 0 0;
    background: #FFF;
    padding: 80px;
}
.section-footer-version-3-top {
    padding-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-footer-version-3-top-left-logo {
    display: flex;
}
.section-footer-version-3-top-right-buttons {
    display: flex;
    gap: 6px;
}
.section-footer-version-3-top-right-button-1 a {
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border-radius: 10px;
    background: #FF6B00;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.5s;
}
.section-footer-version-3-top-right-button-1 a:hover {
    background: #171B1C;
}
.section-footer-version-3-top-right-button-2 a {
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border-radius: 10px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: all 0.5s;
}
.section-footer-version-3-top-right-button-2 a:hover {
    background: #FF6B00;
}
.section-footer-version-3-top-right-button-2 a span {
    display: flex;
}
.section-footer-version-3-top-right-button-2 a:hover {
    background: #FF6B00;
}
.section-footer-version-3-middle {
    padding-bottom: 65px;
}
.section-footer-version-3-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.section-footer-version-3-bottom-left-title-1 {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%;
    letter-spacing: -0.28px;
    padding-bottom: 5px;
}
.section-footer-version-3-bottom-left-title-2 {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
}
.section-footer-version-3-bottom-left-title-4-mobile {
    display: none;
}
.section-footer-version-3-bottom-left-title-3 {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-3-bottom-right-title-1-tablet {
    display: none;
}
.section-footer-version-3-bottom-right-title-4 {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-3-middle-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
}
.section-footer-version-3-middle-item {
    width: calc(25% - 30px);
}
.section-footer-version-3-middle-item-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.section-footer-version-3-middle-item-menu ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section-footer-version-3-middle-item-menu ul li {
    color: var(--goldenstatetrailers-com-gray, var(--color-grey-55, #8D8D8D));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-22, 22px);
}
.section-footer-version-3-middle-item-menu ul li a {
    color: var(--goldenstatetrailers-com-gray, var(--color-grey-55, #8D8D8D));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-22, 22px);
}
.section-footer-version-3-middle-item-menu ul li a:hover {
    color: #FF6B00 !important;
}
.section-footer-version-3-middle-item-button a {
    color: var(--Blaze-Orange, #FF6B00);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
    margin-top: 15px;
}
.section-footer-version-3-middle-item-button a:hover {
    color: #000 !important;
}
.section-footer-version-3-middle-item-socials {
    padding-bottom: 23px;
    display: flex;
    gap: 10px;
}
.section-footer-version-3-middle-item-social {
    display: flex;
}
.section-footer-version-3-middle-item-social-image {
    display: flex;
    padding-bottom: 10px;
}
.section-footer-version-3-middle-item-social-rating {
    display: flex;
    padding-bottom: 10px;
}
.section-footer-version-3-middle-item-social-text {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}
.section-footer-version-3-middle-item-social-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-3-middle-item-contact-us-phone {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-3-middle-item-contact-us-phone a {
    color: var(--Silver-Chalice, #8D8D8D);
}
.section-footer-version-3-middle-item-contact-us-phone a:hover {
    color: var(--Silver-Chalice, #8D8D8D) !important;
}
.section-footer-version-3-middle-item-contact-us-email {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-3-middle-item-contact-us-email a {
    color: var(--Silver-Chalice, #8D8D8D);
}
.section-footer-version-3-middle-item-contact-us-email a:hover {
    color: var(--Silver-Chalice, #8D8D8D) !important;
}
.section-footer-version-3-middle-item-contact-us-address {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
    max-width: 210px;
}
.section-footer-version-3-middle-item-contact-us-address a {
    color: var(--Silver-Chalice, #8D8D8D);
}
.section-footer-version-3-middle-item-contact-us-address a:hover {
    color: var(--Silver-Chalice, #8D8D8D) !important;
}
.section-footer-version-3-middle-item-contact-us-hours {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-3-middle-item-contact-us-note {
    color: var(--Silver-Chalice, #8D8D8D);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 275px;
}
.section-footer-version-3-middle-item-contact-us-note a {
    color: var(--Blaze-Orange, #FF6B00);
    text-decoration: underline;
}
.section-footer-version-3-middle-item-contact-us-note a:hover {
    color: #000 !important;
}

@media screen and (max-width: 1439px) {
    .section-footer-version-3 {
        border-radius: 23px 23px 0 0;
        padding: 46px;
    }
    .section-footer-version-3-top {
        padding-bottom: 42px;
    }
    .section-footer-version-3-top-left-logo img {
        max-width: 135px;
    }
    .section-footer-version-3-top-right-button-1 a {
        border-radius: 6px;
        font-size: 14px;
        padding: 10px 23px;
    }
    .section-footer-version-3-top-right-button-2 a {
        border-radius: 6px;
        font-size: 14px;
        padding: 10px 23px;
    }
    .section-footer-version-3-middle {
        padding-bottom: 46px;
    }
    .section-footer-version-3-bottom-left-title-1 {
        font-size: 12px;
    }
    .section-footer-version-3-bottom-left-title-2 {
        font-size: 12px;
    }
    .section-footer-version-3-bottom-left-title-3 {
        font-size: 10px;
    }
    .section-footer-version-3-bottom-right-title-4 {
        font-size: 12px;
    }
    .section-footer-version-3-middle-item-title {
        font-size: 20px;
    }
    .section-footer-version-3-middle-item-menu ul li a {
        font-size: var(--font-size-18, 16px);
    }
    .section-footer-version-3-middle-item-menu ul {
        gap: 10px;
    }
    .section-footer-version-3-middle-item-button a {
        margin-top: 10px;
        font-size: 14px;
    }
    .section-footer-version-3-middle-item-1 {
        order: 11;
    }
    .section-footer-version-3-middle-item-2 {
        order: 10;
    }
    .section-footer-version-3-middle-item-3 {
        order: 9;
    }
    .section-footer-version-3-middle-item-4 {
        order: 8;
    }
    .section-footer-version-3-middle-item-5 {
        order: 2;
    }
    .section-footer-version-3-middle-item-6 {
        order: 3;
    }
    .section-footer-version-3-middle-item-7 {
        order: 4;
    }
    .section-footer-version-3-middle-item-8 {
        order: 1;
    }
    .section-footer-version-3-middle-item-9 {
        order: 5;
    }
    .section-footer-version-3-middle-item-10 {
        order: 6;
    }
    .section-footer-version-3-middle-item-11 {
        order: 7;
    }
    .section-footer-version-3-middle-item-12 {
        order: 12;
    }
    .section-footer-version-3-middle-item-socials {
        gap: 2px;
    }
    .section-footer-version-3-middle-item-social-image {
        max-width: 140px;
    }
    .section-footer-version-3-middle-item-social-text {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .section-footer-version-3-middle-item-social-name {
        font-size: 14px;
    }
    .section-footer-version-3-middle-item-contact-us-phone {
        font-size: 14px;
    }
    .section-footer-version-3-middle-item-contact-us-email {
        font-size: 14px;
    }
    .section-footer-version-3-middle-item-contact-us-address {
        font-size: 14px;
    }
    .section-footer-version-3-middle-item-contact-us-hours {
        font-size: 14px;
    }
    .section-footer-version-3-middle-items {
        gap: 36px 18px;
    }
    .section-footer-version-3-middle-item {
        width: calc(25% - 14px);
    }
}
@media screen and (max-width: 1023px) {
    .section-footer-version-3 {
        padding: 30px;
    }
    .section-footer-version-3-top {
        padding-bottom: 30px;
    }
    .section-footer-version-3-bottom-left-title-1 {
        display: none;
    }
    .section-footer-version-3-bottom-left-title-2 {
        max-width: 250px;
    }
    .section-footer-version-3-bottom-left-title-3 {
        max-width: 280px;
    }
    .section-footer-version-3-bottom-right-title-1-tablet {
        display: block;
        color: #171B1C;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 138%;
        letter-spacing: -0.24px;
        text-align: right;
        padding-bottom: 5px;
    }
    .section-footer-version-3-middle-items {
        gap: 46px 20px;
    }
    .section-footer-version-3-middle-item {
        width: calc(33.3334% - 14px);
    }
    .section-footer-version-3-middle-item-title {
        font-size: 18px;
    }
    .section-footer-version-3-middle-item-menu ul li a {
        font-size: var(--font-size-18, 14px);
    }
    .section-footer-version-3-middle-item-11 {
        order: 4;
    }
    .section-footer-version-3-middle-item-10 {
        order: 5;
    }
    .section-footer-version-3-middle-item-3 {
        order: 6;
    }
    .section-footer-version-3-middle-item-9 {
        order: 7;
    }
    .section-footer-version-3-middle-item-7 {
        order: 8;
    }
    .section-footer-version-3-middle-item-4 {
        order: 9;
    }
    .section-footer-version-3-middle-item-social-image {
        padding-bottom: 6px;
    }
    .section-footer-version-3-middle-item-social-rating {
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 767px) {
    .section-footer-version-3 {
        padding: 23px;
        border-radius: 18px 18px 0 0;
    }
    .section-footer-version-3-top {
        padding-bottom: 23px;
        flex-direction: column;
        gap: 23px;
        align-items: start;
    }
    .section-footer-version-3-top-right-button-1 a {
        padding: 10px 16px;
    }
    .section-footer-version-3-top-right-button-2 a {
        padding: 10px 16px;
    }
    .section-footer-version-3-middle-item-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .section-footer-version-3-middle-items {
        gap: 32px 16px;
    }
    .section-footer-version-3-middle-item-menu ul li a {
        font-size: var(--font-size-18, 12px);
    }
    .section-footer-version-3-middle-item-button a {
        font-size: 12px;
    }
    .section-footer-version-3-middle-item {
        width: calc(50% - 8px);
    }
    .section-footer-version-3-middle-item-9 {
        order: 5;
    }
    .section-footer-version-3-middle-item-10 {
        order: 6;
    }
    .section-footer-version-3-middle-item-3 {
        order: 7;
    }
    .section-footer-version-3-middle-item-2 {
        order: 9;
    }
    .section-footer-version-3-middle-item-1 {
        order: 10;
    }
    .section-footer-version-3-middle-item-4 {
        order: 11;
        width: 100%;
    }
    .section-footer-version-3-middle-item-12 {
        width: 100%;
    }
    .section-footer-version-3-middle-item-socials {
        gap: 6px;
    }
    .section-footer-version-3-middle-item-social img {
        width: 32px;
        height: 32px;
    }
    .section-footer-version-3-middle-item-socials {
        padding-bottom: 13px;
    }
    .section-footer-version-3-middle-item-social-image {
        max-width: 130px;
    }
    .section-footer-version-3-middle-item-contact-us-phone {
        padding-bottom: 10px;
    }
    .section-footer-version-3-middle-item-contact-us-email {
        padding-bottom: 10px;
    }
    .section-footer-version-3-middle-item-contact-us-address {
        padding-bottom: 10px;
        max-width: 100%;
    }
    .section-footer-version-3-middle-item-contact-us-hours {
        padding-bottom: 10px;
    }
    .section-footer-version-3-middle {
        padding-bottom: 32px;
    }
    .section-footer-version-3-bottom {
        max-width: 280px;
        flex-direction: column;
        align-items: start;
    }
    .section-footer-version-3-bottom-left-title-1 {
        display: block;
        font-size: 10px;
    }
    .section-footer-version-3-bottom-left-title-2 {
        max-width: 100%;
    }
    .section-footer-version-3-bottom-left-title-3 {
        max-width: 100%;
        font-size: 10px;
    }
    .section-footer-version-3-bottom-left-title-4-mobile {
        display: block;
        color: var(--Silver-Chalice, #8D8D8D);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 23px;
    }
    .section-footer-version-3-bottom-right {
        display: none;
    }
}

.request-popup {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    display: none;
}
.request-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(23, 27, 28, 0.45);
    filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.request-popup-wrap {
    width: 100%;
    max-width: 1250px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.request-popup-wrap-content-top {
    padding: 32px;
    position: relative;
}
.request-popup-wrap-content-top-title {
    color: #171B1C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    letter-spacing: -0.4px;
    padding-bottom: 5px;
}
.request-popup-wrap-content-top-subtitle {
    color: #A0A0A0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.28px;
    padding-bottom: 5px;
}
.request-popup-wrap-content-top-close {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    background: #F5F5F5;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
}
.request-popup-wrap-content-bottom-items {
    display: flex;
    gap: 10px;
    padding-bottom: 55px;
}
.request-popup-wrap-content-bottom-item {
    width: calc(50% - 5px);
    position: relative;
}
.request-popup-wrap-content-bottom-item:nth-of-type(1) {
    border-top: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}
.request-popup-wrap-content-bottom-item:nth-of-type(2) {
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
}
.request-popup-wrap-content-bottom-item-image {
    display: flex;
    overflow: hidden;
    cursor: pointer;
}
.request-popup-wrap-content-bottom-item-image img {
    display: block;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.request-popup-wrap-content-bottom-item-image:hover img {
    transform: scale(1.05);
}
.request-popup-wrap-content-bottom-item-title {
    max-width: 440px;
    margin: auto;
    color: #171B1C;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.9px;
    padding: 55px 0 15px;
}
.request-popup-wrap-content-bottom-item-text {
    max-width: 470px;
    margin: auto;
    color: #A0A0A0;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: -0.32px;
    padding-bottom: 20px;
}
.request-popup-wrap-content-bottom-item-button-left {
    border-radius: 10px;
    border: 2px solid #171B1C;
    max-width: 440px;
    margin: auto;
    color: #171B1C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    transition: all 0.5s;
    cursor: pointer;
}
.request-popup-wrap-content-bottom-item-button-left:hover {
    border: 2px solid #FF6B00;
    color: #FF6B00;
}
.request-popup-wrap-content-bottom-item-button-right {
    border-radius: 10px;
    background: #171B1C;
    max-width: 440px;
    margin: auto;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    transition: all 0.5s;
    cursor: pointer;
}
.request-popup-wrap-content-bottom-item-button-right:hover {
    background: #FF6B00;
}
.request-popup-wrap-content-bottom-item-label {
    border-radius: 10px;
    background: #FF6B00;
    position: absolute;
    top: 18px;
    right: 44px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.28px;
    padding: 7px 19px;
}
.page-template-tpl-request {
    /*overflow: hidden;*/
}
.request-popup-scroll {
    overflow: inherit;
}
.request-popup-hide {
    display: none;
}

@media screen and (max-width: 1439px) {
    .request-popup-wrap {
        max-width: 820px;
    }
    .request-popup-wrap-content-top-subtitle {
        padding-bottom: 0;
    }
    .request-popup-wrap-content-bottom-item-text {
        max-width: 400px;
    }
    .request-popup-wrap-content-bottom-items {
        gap: 0;
        padding-bottom: 0;
        flex-direction: column;
    }
    .request-popup-wrap-content-bottom-item {
        width: 100%;
        display: flex;
    }
    .request-popup-wrap-content-bottom-item-image {
        width: 50%;
    }
    .request-popup-wrap-content-bottom-item-wrap {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }
    .request-popup-wrap-content-bottom-item-title {
        padding: 0 0 15px;
        font-size: 25px;
        text-align: left;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }
    .request-popup-wrap-content-bottom-item-text {
        padding-bottom: 20px;
        font-size: 14px;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }
    .request-popup-wrap-content-bottom-item-button-left {
        width: 100%;
        margin: 0;
        font-size: 14px;
        padding: 10px;
    }
    .request-popup-wrap-content-bottom-item-button-right {
        width: 100%;
        margin: 0;
        font-size: 14px;
        padding: 12px;
    }
    .request-popup-wrap-content-bottom-item:nth-of-type(1) {
        border-top: 1px solid #E0E0E0;
        border-right: initial;
    }
    .request-popup-wrap-content-bottom-item:nth-of-type(2) {
        border-top: 1px solid #E0E0E0;
        border-left: initial;
    }
    .request-popup-wrap-content-bottom-item-label {
        padding: 3px 10px;
        right: calc(50% + 20px);
        border-radius: 5px;
        font-size: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .request-popup-wrap {
        max-width: 640px;
    }
    .request-popup-wrap-content-top {
        padding: 32px 32px;
    }
    .request-popup-wrap-content-bottom-item-wrap {
        padding: 32px;
    }
    .request-popup-wrap-content-bottom-item-title {
        font-size: 25px;
        padding: 0 0 15px;
        max-width: 100%;
    }
    .request-popup-wrap-content-bottom-item-text {
        font-size: 14px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .request-popup-wrap {
        max-width: 340px;
    }
    .request-popup-wrap-content-top {
        padding: 22px 22px;
    }
    .request-popup-wrap-content-top-title {
        font-size: 16px;
    }
    .request-popup-wrap-content-top-close {
        width: 24px;
        height: 24px;
        right: 22px;
        top: 22px;
    }
    .request-popup-wrap-content-top-close svg {
        width: 12px;
        height: 12px;
    }
    .request-popup-wrap-content-top-subtitle {
        font-size: 12px;
        padding-bottom: 0px;
        padding-right: 40px;
    }
    .request-popup-wrap-content-bottom-items {
        flex-direction: column;
    }
    .request-popup-wrap-content-bottom-item {
        width: 100%;
        border: none;
        flex-direction: column;
    }
    .request-popup-wrap-content-bottom-item-image {
        width: 100%;
        background-color: #f1f1f1;
    }
    .request-popup-wrap-content-bottom-item-wrap {
        padding: 10px 20px 20px;
        width: 100%;
    }
    .request-popup-wrap-content-bottom-item-title {
        font-size: 16px;
        padding: 0 0 10px;
    }
    .request-popup-wrap-content-bottom-item-text {
        font-size: 10px;
        margin-bottom: 10px;
        height: 30px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-height: 15px;
    }
    .request-popup-wrap-content-bottom-item-button-left {
        max-width: 100%;
        font-size: 10px;
        padding: 4px;
        border-radius: 6px;
    }
    .request-popup-wrap-content-bottom-item-button-right {
        max-width: 100%;
        font-size: 10px;
        padding: 6px;
        border-radius: 6px;
    }
    .request-popup-wrap-content-bottom-item-image img {
        max-height: 140px;
        object-fit: contain;
    }
    .request-popup-wrap-content-bottom-item-label {
        padding: 3px 10px;
        top: 12px;
        right: 12px;
    }
}

.buttons-menu-wrap {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 0 40px;
    padding-top: 40px;
    border-top: 1px solid #EAEAEA;
}
.buttons-menu-wrap-left {
    display: flex;
    flex-direction: column;
}
.buttons-menu-wrap-left-title {
    height: auto;
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    padding-bottom: 8px;
}
.buttons-menu-wrap-left-text {
    height: auto;
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.buttons-menu-wrap-right .buttons-menu-wrap-right-button {
    border-radius: 10px;
    background: #FF6B00;
    padding: 13px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    color: var(--White, #FFF) !important;
    font-family: Montserrat;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: -0.32px;
    transition: all 1s !important;
}
.buttons-menu-wrap-right .buttons-menu-wrap-right-button:hover {
    background: rgb(23, 27, 28) !important;
    color: var(--White, #FFF) !important;
}

.request-top-line {
    background-color: #FF6B00;
    text-align: center;
    padding: 15px 15px 13px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    gap: 0px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    margin-top: -10px;
}
.request-top-line span {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.request-top-line span svg {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}
.request-top-line svg {
    fill: #fff;
}
.request-top-line a {
    display: flex;
    justify-content: center;
    font-size: 18px;
    gap: 3px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    padding-left: 5px;
}
.request-top-line a span {
    display: flex;
    align-items: center;
    margin-top: 1px;
}
.request-top-line a span svg {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}
.request-top-line a span svg path {
    fill: #fff !important;
}
@media screen and (max-width: 767px) {
    .request-top-line {
        font-size: 0;
    }
    .request-top-line a {
        padding-left: 0px;
    }
}

.section-blog-article-1-wrap-show-all {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.section-blog-article-1-wrap-show-all-button-show {
    display: inline-block;
    color: #171B1C;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/wp-content/uploads/2024/03/ic_round-expand-more-8.svg);
    cursor: pointer;
}
.section-blog-article-1-wrap-show-all-button-show:hover {
    color: rgb(246, 153, 36);
    background-image: url(/wp-content/uploads/2024/02/ic_round-expand-more-8.svg);
}
.section-blog-article-1-wrap-show-all-button-hide {
    color: rgb(141, 141, 141);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/wp-content/uploads/2024/02/ic_round-expand-more-9.svg);
    cursor: pointer;
}
.section-blog-article-1-wrap-show-all-button-hide {
    display: none;
}
.section-blog-article-1-wrap-active .section-blog-article-1-wrap-show-all-button-show {
    display: none;
}
.section-blog-article-1-wrap-active .section-blog-article-1-wrap-show-all-button-hide {
    display: inline-block;
}
.section-blog-article-1-wrap-categories .section-blog-article-1-wrap-categories-item:nth-child(n+11) {
    display: none;
}
.section-blog-article-1-wrap-active .section-blog-article-1-wrap-categories .section-blog-article-1-wrap-categories-item:nth-child(n+11) {
    display: flex;
}

.why-choose-section {
    position: relative;
}
.why-choose-section-content {
    position: relative;
}
.why-choose-section-image {
    display: flex;
    position: absolute;
    right: -240px;
    top: -10px;
}
.why-choose-section-image img {
    border-radius: 30px;
}
.why-choose-section-wrap {
    max-width: 780px;
    padding: 135px 0 210px;
}
.why-choose-section-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}
.why-choose-section-wrap-title span {
    color: #F69924;
    display: block;
}
.why-choose-section-wrap-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.why-choose-section-wrap-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.why-choose-section-wrap-button-1 {
    border-radius: 20px;
    background: #F69924;
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 330px;
    justify-content: center;
    padding: 19px;
    transition: all 0.5s;
}
.why-choose-section-wrap-button-1:hover {
    background: #171B1C;
}
.why-choose-section-wrap-button-2 {
    border-radius: 20px;
    border: 1.5px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 330px;
    display: flex;
    justify-content: center;
    padding: 17px;
    transition: all 0.5s;
}
.why-choose-section-wrap-button-2:hover {
    border: 1.5px solid #F69924;
    color: #F69924;
}
@media screen and (max-width: 1700px) {
    .why-choose-section-image {
        right: -139px;
    }
}
@media screen and (max-width: 1629px) {
    .why-choose-section-image {
        max-width: 625px;
        top: -10px;
        right: -20px;
    }
    .why-choose-section-wrap {
        max-width: 780px;
        padding: 100px 0 155px;
    }
}
@media screen and (max-width: 1439px) {
    .why-choose-section-content {
        display: flex;
        flex-direction: column;
    }
    .why-choose-section-wrap {
        max-width: 100%;
        padding: 90px 0 20px;
    }
    .why-choose-section {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .why-choose-section-image {
        position: relative;
        width: 100%;
        max-width: initial;
        top: inherit;
        right: inherit;
        order: 2;
    }
    .why-choose-section-image img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .why-choose-section-wrap {
        max-width: 100%;
        padding: 50px 0 20px;
    }
    .why-choose-section-wrap-title {
        font-size: 36px;
    }
    .why-choose-section-wrap-buttons {
        gap: 20px;
        flex-direction: column;
    }
    .why-choose-section-wrap-button-1 {
        width: 100%;
    }
    .why-choose-section-wrap-button-2 {
        width: 100%;
    }
}

.advantages-section {
    margin-top: -125px;
    z-index: 2;
}
.advantages-section-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    text-align: center;
}
.advantages-section-item {
    width: 25%;
    padding: 50px 0;
    border-right: 1px solid #E5E7EB;
}
.advantages-section-item:last-child {
    border: none;
}
.advantages-section-item-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 5px;
}
.advantages-section-item-text {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.advantages-section-item-image img {
    max-height: 40px;
}

@media screen and (max-width: 1439px) {
    .advantages-section-item {
        padding: 32px 0;
    }
    .advantages-section-items {
        align-items: start;
    }
}
@media screen and (max-width: 1023px) {
    .advantages-section-item {
        padding: 32px 16px;
    }
    .advantages-section-items {
        align-items: inherit;
    }
    .advantages-section-item:nth-of-type(1) .advantages-section-item-image img {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
@media screen and (max-width: 767px) {
    .advantages-section {
        margin-top: -13px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .advantages-section-items {
        border-radius: 0;
        padding: 16px;
    }
    .advantages-section-item {
        width: 50%;
        border: none;
        padding: 24px 16px;
    }
    .advantages-section-item:nth-child(1) {
        border-right: 1px solid #171B1C;
        border-bottom: 1px solid #171B1C;
    }
    .advantages-section-item:nth-child(2) {
        border-bottom: 1px solid #171B1C;
    }
    .advantages-section-item:nth-child(3) {
        border-right: 1px solid #171B1C;
    }
}


.main-advantages-section {
    padding: 50px 0;
}
.main-advantages-section-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.main-advantages-section-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}
.main-advantages-section-items {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 60px;
}
.main-advantages-section-item {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 25px;
    width: calc(33.3334% - 40px);
}
.main-advantages-section-item-image {
    display: flex;
}
.main-advantages-section-item-image img {
    width: 48px;
    height: 48px;
}
.main-advantages-section-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0;
}
.main-advantages-section-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1439px) {
    .main-advantages-section {
        padding: 70px 0 45px 0;
    }
    .main-advantages-section-text {
        padding-bottom: 23px;
    }
    .main-advantages-section-items {
        gap: 24px;
    }
    .main-advantages-section-item {
        width: calc(50% - 12px);
    }
}
@media screen and (max-width: 767px) {
    .main-advantages-section {
        padding: 40px 0 20px 0;
    }
    .main-advantages-section-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .main-advantages-section-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .main-advantages-section-items {
        gap: 6px;
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .main-advantages-section-item {
        min-width: 340px;
    }
}

.other-builders-section {
    padding: 50px 0;
}
.other-builders-section-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.other-builders-section-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}
.other-builders-section-items {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
}
.other-builders-section-item {
    display: flex;
    flex-wrap: wrap;
}
.other-builders-section-column-1 {
    width: 22%;
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: var(--stroke-weight-1, 1px) solid #E5E7EB;
}
.other-builders-section-column-2 {
    width: 39%;
    display: flex;
    gap: 10px;
    padding-left: 25px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 400;
    padding-top: 17px;
    padding-bottom: 17px;
    align-items: center;
    border-bottom: var(--stroke-weight-1, 1px) solid rgba(246, 153, 36, 0.10);
    border-left: var(--stroke-weight-1, 1px) solid #F69924;
    border-right: var(--stroke-weight-1, 1px) solid #F69924;
    background-color: #fef8f1;
}
.other-builders-section-column-2 span {
    display: flex;
}
.other-builders-section-column-3 {
    width: 39%;
    display: flex;
    gap: 10px;
    padding-left: 25px;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 400;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: var(--stroke-weight-1, 1px) solid #E5E7EB;
    align-items: center;
}
.other-builders-section-column-3 span {
    display: flex;
}
.other-builders-section-item:last-child .other-builders-section-column-1 {
    border: none;
}
.other-builders-section-item:last-child .other-builders-section-column-2 {
    border: none;
    border-left: var(--stroke-weight-1, 1px) solid #F69924;
    border-right: var(--stroke-weight-1, 1px) solid #F69924;
    border-bottom: var(--stroke-weight-1, 1px) solid #F69924;
}
.other-builders-section-item:last-child .other-builders-section-column-3 {
    border: none;
}
.other-builders-section-item:first-child .other-builders-section-column-1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: var(--stroke-weight-2, 2px) solid #E5E7EB;

    background: #F9FAFB;
}
.other-builders-section-item:first-child .other-builders-section-column-2 {
    border-top: var(--stroke-weight-1, 1px) solid #F69924;
    background-color: #F69924;
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
}
.other-builders-section-item:first-child .other-builders-section-column-2 span {
    display: none;
}
.other-builders-section-item:first-child .other-builders-section-column-3 {
    border-bottom: var(--stroke-weight-2, 2px) solid #E5E7EB;
    background: #F9FAFB;
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 700;
}
.other-builders-section-item:first-child .other-builders-section-column-3 span {
    display: none;
}

@media screen and (max-width: 1439px) {
    .other-builders-section-column-2 {
        font-size: var(--item-spacing-s, 12px);
    }
    .other-builders-section-column-3 {
        font-size: var(--item-spacing-s, 12px);
    }
}
@media screen and (max-width: 1023px) {
    .other-builders-section {
        padding: 35px 0;
    }
    .other-builders-section-column-1 {
        padding-left: 10px;
        width: 30%;
    }
    .other-builders-section-column-2 {
        padding-left: 10px;
        width: 35%;
        height: 60px;
    }
    .other-builders-section-column-2 span svg {
        width: 16px;
        height: 16px;
    }
    .other-builders-section-column-3 {
        padding-left: 10px;
        width: 35%;
        height: 60px;
    }
    .other-builders-section-column-3 span svg {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .other-builders-section {
        padding: 20px 0;
    }
    .other-builders-section-items {
        overflow: auto;
    }
    .other-builders-section-column-1 {
        width: 225px;
        min-width: 225px;
    }
    .other-builders-section-column-2 {
        width: 250px;
        min-width: 250px;
    }
    .other-builders-section-column-3 {
        width: 250px;
        min-width: 250px;
    }
    .other-builders-section-item {
        flex-wrap: inherit;
    }
}

.commercial-systems-section {
    padding: 50px 0;
}
.commercial-systems-section-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.ocommercial-systems-section-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}
.commercial-systems-section-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.commercial-systems-section-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.commercial-systems-section-item-head {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    cursor: pointer;
    transition: all .15s;
}
.commercial-systems-section-item-head:hover {
    background-color: #fbf9fa;
}
.commercial-systems-section-item-head-left {
    width: 48px;
}
.commercial-systems-section-item-head-left-icon {
    height: 48px;
    width: 48px;
    display: flex;
}
.commercial-systems-section-item-head-center {
    width: calc(100% - 102px);
}
.commercial-systems-section-item-head-center-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
.commercial-systems-section-item-active .commercial-systems-section-item-head-center-title {
    color: #E46000;
}
.commercial-systems-section-item-head-center-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.commercial-systems-section-item-head-right {
    width: 24px;
}
.commercial-systems-section-item-head-right-toogle {
    width: 24px;
    height: 24px;
    display: flex;
}
.commercial-systems-section-item-body {
    padding: 25px;
    border-top: 1px solid #D0D0D0;
    gap: 26px;
    display: none;
}
.commercial-systems-section-item-active .commercial-systems-section-item-body {
    display: flex;
}
.commercial-systems-section-item-body-left {
    width: calc(50% - 13px);
    position: relative;
}
.commercial-systems-section-item-body-left-top-slide {
    position: relative;
    height: 100%;
}
.commercial-systems-section-item-body-left-top-slide-image {
    display: flex;
    height: 100%;
}
.commercial-systems-section-item-body-left-top-slide-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 16px;
}
.commercial-systems-section-item-body-left-top-slide-text {
    border-radius: 0 0 16px 16px;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.commercial-systems-section-item-body-left-top-slide-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 16px;
    background: #00C950;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.commercial-systems-section-item-body-left-top-slide-badge span {
    display: flex;
}
.commercial-systems-section-item-body-left-top-slider {
    position: absolute;
    height: 100%;
    width: 100%;
}
.commercial-systems-section-item-body-left-top-slider .swiper {
    height: 100%;
}
.commercial-systems-section-item-body-left-top-slider-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    z-index: 3;
    left: 20px;
}
.commercial-systems-section-item-body-left-top-slider-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20);
    z-index: 3;
    right: 20px;
}
.commercial-systems-section-item-body-left-top {
    position: relative;
}
.commercial-systems-section-item-body-left-top-image {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    height: 256px;
}
.commercial-systems-section-item-body-left-top-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.commercial-systems-section-item-body-left-top-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 16px;
    background: #CD4648;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.commercial-systems-section-item-body-left-top-badge span {
    display: flex;
}
.commercial-systems-section-item-active .commercial-systems-section-item-head-right-toogle {
    transform: rotate(180deg);
}
.commercial-systems-section-item-active .commercial-systems-section-item-head-right-toogle svg path {
    stroke: #E46000;
}
.commercial-systems-section-item-body-left-bottom {
    border-radius: 16px;
    border: 1px solid #FFCACB;
    background: #FEF2F2;
    padding: 25px;
}
.commercial-systems-section-item-body-left-bottom-title {
    color: #CD4648;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}
.commercial-systems-section-item-body-left-bottom-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.commercial-systems-section-item-body-left-bottom-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #CD4648;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.commercial-systems-section-item-body-left-bottom-item span {
    display: flex;
}

.commercial-systems-section-item-body-right {
    width: calc(50% - 13px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.commercial-systems-section-item-body-right-top {
    position: relative;
}
.commercial-systems-section-item-body-right-top-image {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    height: 256px;
}
.commercial-systems-section-item-body-right-top-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.commercial-systems-section-item-body-right-top-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 16px;
    background: #00C950;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.commercial-systems-section-item-body-right-top-badge span {
    display: flex;
}
.commercial-systems-section-item-body-right-bottom {
    border-radius: 16px;
    border: 1px solid #B9F8CF;
    background: #F0FDF4;
    padding: 25px;
}
.commercial-systems-section-item-body-right-bottom-title {
    color: #008235;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}
.commercial-systems-section-item-body-right-bottom-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.commercial-systems-section-item-body-right-bottom-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #008235;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.commercial-systems-section-item-body-right-bottom-item span {
    display: flex;
}

@media screen and (max-width: 1439px) {
    .commercial-systems-section-item-body-left-top-image {
        height: 175px;
    }
    .commercial-systems-section-item-body-right-top-image {
        height: 175px;
    }
    .commercial-systems-section-item-active .commercial-systems-section-item-body {
        flex-wrap: wrap;
    }
    .commercial-systems-section-item-body-left {
        width: 100%;
    }
    .commercial-systems-section-item-body-left-top-slider {
        position: relative;
        height: auto;
        width: 100%;
    }
    .commercial-systems-section-item-body-left-top-slide-image img {
        height: 604px;
    }
    .commercial-systems-section-item-body-right {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .commercial-systems-section {
        padding: 35px 0;
    }
    .commercial-systems-section-item-active .commercial-systems-section-item-body {
        flex-wrap: wrap;
    }
    .commercial-systems-section-item-body-left {
        width: 100%;
    }
    .commercial-systems-section-item-body-right {
        width: 100%;
    }
    .commercial-systems-section-item-body-left-top-image {
        height: 256px;
    }
    .commercial-systems-section-item-body-right-top-image {
        height: 256px;
    }
}
@media screen and (max-width: 767px) {
    .commercial-systems-section {
        padding: 20px 0;
    }
    .commercial-systems-section-title {
        font-size: var(--font-size-36, 22px);
        padding-bottom: 10px;
    }
    .ocommercial-systems-section-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .commercial-systems-section-item-head {
        padding: 16px;
        gap: 10px;
    }
    .commercial-systems-section-item-head-center {
        width: calc(100% - 92px);
    }
    .commercial-systems-section-item-head-center-title {
        font-size: var(--line-height-20, 14px);
    }
    .commercial-systems-section-item-head-center-text {
        font-size: var(--font-size-14, 12px);
    }
    .commercial-systems-section-item-head {
        align-items: start;
        position: relative;
    }
    .commercial-systems-section-item-head-right {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .commercial-systems-section-item-body {
        padding: 16px;
        gap: 25px;
    }
    .commercial-systems-section-item-body-left-top-badge {
        font-size: 14px;
    }
    .commercial-systems-section-item-body-left-bottom {
        padding: 16px;
    }
    .commercial-systems-section-item-body-left-bottom-title {
        font-size: 16px;
    }
    .commercial-systems-section-item-body-left-bottom-item {
        align-items: start;
        font-size: 12px;
    }
    .commercial-systems-section-item-body-right-top-badge {
        font-size: 14px;
    }
    .commercial-systems-section-item-body-right-bottom {
        padding: 16px;
    }
    .commercial-systems-section-item-body-right-bottom-title {
        font-size: 16px;
    }
    .commercial-systems-section-item-body-right-bottom-item {
        align-items: start;
        font-size: 12px;
    }
    .commercial-systems-section-item-body-left-top-image {
        height: 180px;
    }
    .commercial-systems-section-item-body-right-top-image {
        height: 180px;
    }
    .commercial-systems-section-item-body-left-top-slide-image img {
        height: 340px;
    }
    .commercial-systems-section-item-body-left-top-slide-text {
        font-size: 12px;
    }
    .commercial-systems-section-item-body-left-top-slider-prev {
        left: 10px;
    }
    .commercial-systems-section-item-body-left-top-slider-next {
        right: 10px;
    }
}

.coast-service-section {
    padding: 50px 0;
}
.coast-service-section-subtitle {
    color: #F69924;
    text-align: center;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 18px;
}
.coast-service-section-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.coast-service-section-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 34px;
}
.coast-service-section-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.coast-service-section-item {
    width: calc(25% - 23px);
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    position: relative;
    padding: 25px;
}
.coast-service-section-item-number {
    color: rgba(0, 0, 0, 0.05);
    text-align: right;
    font-family: Unbounded;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: 0;
}
.coast-service-section-item-title {
    color: #000;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
    max-width: 200px;
}
.coast-service-section-item-text {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.coast-service-section-item:nth-child(2) {
    border: none;
    background: #F69924;
}
.coast-service-section-item:nth-child(2) .coast-service-section-item-number {
    color: rgba(255, 255, 255, 0.15);
}
.coast-service-section-item:nth-child(2) .coast-service-section-item-title {
    color: #FFF;
}
.coast-service-section-item:nth-child(2) .coast-service-section-item-text {
    color: #FFF;
}
.coast-service-section-item:nth-child(4) {
    border: none;
    background: #F69924;
}
.coast-service-section-item:nth-child(4) .coast-service-section-item-number {
    color: rgba(255, 255, 255, 0.15);
}
.coast-service-section-item:nth-child(4) .coast-service-section-item-title {
    color: #FFF;
}
.coast-service-section-item:nth-child(4) .coast-service-section-item-text {
    color: #FFF;
}

@media screen and (max-width: 1439px) {
    .coast-service-section-items {
        gap: 24px;
    }
    .coast-service-section-item {
        width: calc(50% - 12px);
    }
    .coast-service-section-item:nth-child(1) {
        order: 1;
    }
    .coast-service-section-item:nth-child(2) {
        order: 2;
    }
    .coast-service-section-item:nth-child(3) {
        order: 4;
    }
    .coast-service-section-item:nth-child(4) {
        order: 3;
    }
}
@media screen and (max-width: 1023px) {
    .coast-service-section {
        padding: 35px 0;
    }
}
@media screen and (max-width: 767px) {
    .coast-service-section {
        padding: 20px 0;
    }
    .coast-service-section-subtitle {
        font-size: 16px;
    }
    .coast-service-section-title {
        font-size: var(--font-size-36, 22px);
    }
    .coast-service-section-text {
        font-size: 14px;
    }
    .coast-service-section-item {
        width: 100%;
    }
    .coast-service-section-item-title {
        font-size: 18px;
    }
    .coast-service-section-item:nth-child(1) {
        order: 1;
    }
    .coast-service-section-item:nth-child(2) {
        order: 2;
    }
    .coast-service-section-item:nth-child(3) {
        order: 3;
    }
    .coast-service-section-item:nth-child(4) {
        order: 4;
    }
}

.compliance-section {
    padding: 50px 0;
}
.compliance-section-wrap {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 60px 85px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: center;
}
.compliance-section-wrap-left {
    width: calc(50% - 18px);
}
.compliance-section-wrap-left-subtitle {
    color: #F69924;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 18px;
    max-width: 410px;
}
.compliance-section-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.compliance-section-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.compliance-section-wrap-right {
    width: calc(50% - 18px);
}
.compliance-section-wrap-right-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.compliance-section-wrap-right-item {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}
.compliance-section-wrap-right-item-left {
    width: 48px;
}
.compliance-section-wrap-right-item-left-icon {
    display: flex;
}
.compliance-section-wrap-right-item-right {
    width: calc(100% - 66px);
}
.compliance-section-wrap-right-item-right-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
.compliance-section-wrap-right-item-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width: 1023px) {
    .compliance-section {
        padding: 35px 0;
    }
    .compliance-section-wrap {
        padding: 40px 24px;
        gap: 40px;
    }
    .compliance-section-wrap-left {
        width: 100%;
    }
    .compliance-section-wrap-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .compliance-section {
        padding: 20px 0;
    }
    .compliance-section-wrap {
        padding: 20px 16px;
        gap: 20px;
    }
    .compliance-section-wrap-left-subtitle {
        font-size: 16px;
        max-width: 300px;
    }
    .compliance-section-wrap-left-title {
        font-size: 22px;
    }
    .compliance-section-wrap-left-text {
        font-size: var(--font-size-18, 14px);
    }
    .compliance-section-wrap-right-item {
        align-items: start;
    }
}

.construction-section {
    padding: 50px 0;
}
.construction-section-wrap {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 60px 85px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 60px;
}
.construction-section-wrap-left {
    width: calc(50% - 30px);
}
.construction-section-wrap-left-subtitle {
    color: #F69924;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 18px;
}
.construction-section-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 26px;
}
.construction-section-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}
.construction-section-wrap-left-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.construction-section-wrap-left-item {
    width: 235px;
}
.construction-section-wrap-left-item-icon {
    display: flex;
}
.construction-section-wrap-left-item-icon img {
    width: 28px;
    height: 28px;
}
.construction-section-wrap-left-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 0;
}
.construction-section-wrap-left-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.construction-section-wrap-right {
    width: calc(50% - 30px);
}
.construction-section-wrap-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 25px;
}
.construction-section-wrap-right-text {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 25px;
    max-width: 470px;
}
.construction-section-wrap-right-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.construction-section-wrap-right-item {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.construction-section-wrap-right-item-title {
    border-radius: 40px;
    background: #F69924;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 106px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.construction-section-wrap-right-item-text {
    width: calc(100% - 122px);
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.construction-section-wrap-right-button {
    padding-top: 25px;
    display: flex;
    justify-content: center;
}
.construction-section-wrap-right-button a {
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 40px;
    border: 1.5px solid #F69924;
    background: #FFF;
    padding: 9px 70px;
    color: #F69924;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
}
.construction-section-wrap-right-button a span {
    display: flex;
}
.construction-section-wrap-right-button a span svg {
    transition: all 0.5s;
}
.construction-section-wrap-right-button a span svg path {
    transition: all 0.5s;
}
.construction-section-wrap-right-button a:hover {
    border: 1.5px solid #171B1C;
    color: #171B1C;
}
.construction-section-wrap-right-button a:hover span svg path {
    stroke: #171B1C;
}

@media screen and (max-width: 1023px) {
    .construction-section {
        padding: 35px 0;
    }
    .construction-section-wrap {
        padding: 40px 24px;
        gap: 40px;
    }
    .construction-section-wrap-left {
        width: 100%;
    }
    .construction-section-wrap-right {
        width: 100%;
    }
    .construction-section-wrap-right-text {
        max-width: 100%;
    }
    .construction-section-wrap-right-item {
        padding: 16px 0;
    }
}
@media screen and (max-width: 767px) {
    .construction-section {
        padding: 20px 0;
    }
    .construction-section-wrap {
        padding: 20px 16px;
        gap: 20px;
    }
    .construction-section-wrap-left-subtitle {
        padding-bottom: 15px;
        font-size: 16px;
    }
    .construction-section-wrap-left-title {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .construction-section-wrap-left-text {
        font-size: var(--font-size-18, 14px);
        padding-bottom: 15px;
    }
    .construction-section-wrap-left-items {
        gap: 10px;
    }
    .construction-section-wrap-left-item {
        width: calc(50% - 5px);
    }
    .construction-section-wrap-right-title {
        font-size: var(--line-height-20, 16px);
        padding-bottom: 15px;
    }
    .construction-section-wrap-right-text {
        padding-bottom: 15px;
    }
    .construction-section-wrap-right-item-title {
        font-size: 10px;
        width: 92px;
    }
    .construction-section-wrap-right-item {
        padding: 16px 0;
        gap: 10px;
    }
    .construction-section-wrap-right-item-text {
        width: calc(100% - 102px);
    }
    .construction-section-wrap-right-button a {
        width: 100%;
        justify-content: center;
    }
}

.support-section {
    padding: 50px 0;
}
.support-section-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.support-section-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 34px;
}
.support-section-items {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.support-section-item {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 25px;
    text-align: center;
    width: calc(25% - 11px);
}
.support-section-item-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}
.support-section-item-icon img {
    width: 48px;
    height: 48px;
}
.support-section-item-number {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}
.support-section-item-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
.support-section-item-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width: 1023px) {
    .support-section {
        padding: 35px 0;
    }
    .support-section-items {
        gap: 16px;
    }
    .support-section-item {
        width: calc(50% - 8px);
    }
}
@media screen and (max-width: 767px) {
    .support-section {
        padding: 20px 0;
    }
    .support-section-title {
        font-size: var(--font-size-36, 22px);
        padding-bottom: 10px;
    }
    .support-section-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .support-section-items {
        gap: 10px;
    }
    .support-section-item {
        width: 100%;
    }
}

.documented-section {
    padding: 50px 0;
}
.documented-section-wrap {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 60px 85px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 100px;
}
.documented-section-wrap-left {
    width: calc(50% - 50px);
}
.documented-section-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 24px;
}
.documented-section-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 32px;
}
.documented-section-wrap-left-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.documented-section-wrap-left-item {
    display: flex;
    gap: 12px;
    align-items: center;
}
.documented-section-wrap-left-item-icon {
    display: flex;
}
.documented-section-wrap-left-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.documented-section-wrap-right {
    width: calc(50% - 50px);
}
.documented-section-wrap-right-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.documented-section-wrap-right-item {
    width: calc(50% - 13px);
    border-radius: 30px;
    background: #F69924;
    padding: 25px;
}
.documented-section-wrap-right-item-icon {
    display: flex;
    padding-bottom: 5px;
}
.documented-section-wrap-right-item-icon img {
    width: 28px;
    height: 28px;
}
.documented-section-wrap-right-item-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
.documented-section-wrap-right-item-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.documented-section-wrap-right-item:nth-child(2) {
    background: #171B1C;
}
.documented-section-wrap-right-item:nth-child(3) {
    background: #171B1C;
}
@media screen and (max-width: 1023px) {
    .documented-section {
        padding: 35px 0;
    }
    .documented-section-wrap {
        padding: 40px 24px;
        gap: 40px;
    }
    .documented-section-wrap-left {
        width: 100%;
    }
    .documented-section-wrap-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .documented-section {
        padding: 20px 0;
    }
    .documented-section-wrap {
        padding: 20px 16px;
        gap: 20px;
    }
    .documented-section-wrap-left-title {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .documented-section-wrap-left-text {
        font-size: var(--font-size-18, 14px);
        padding-bottom: 24px;
    }
    .documented-section-wrap-left-item {
        gap: 10px;
        align-items: start;
    }
    .documented-section-wrap-left-item-icon svg {
        width: 20px;
        height: 20px;
    }
    .documented-section-wrap-left-item-title {
        font-size: var(--item-spacing-s, 14px);
    }
    .documented-section-wrap-right-items {
        gap: 10px;
    }
    .documented-section-wrap-right-item {
        width: 100%;
    }
}

.ready-to-build-section {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding-top: 40px;
}
.ready-to-build-section-wrap {
    background: #F69924;
    padding: 90px 0;
    text-align: center;
}
.ready-to-build-section-wrap-content-title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.ready-to-build-section-wrap-content-text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    max-width: 620px;
    margin: auto;
}
.ready-to-build-section-wrap-content-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.ready-to-build-section-wrap-content-button-1 a {
    border-radius: 40px;
    background: #FFF;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    color: #F69924;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 5px;
    transition: all 0.5s;
}
.ready-to-build-section-wrap-content-button-1 a:hover {
    background: #171B1C;
    color: #fff;
}
.ready-to-build-section-wrap-content-button-1 a span {
    display: flex;
}
.ready-to-build-section-wrap-content-button-1 a span svg path {
    transition: all 0.5s;
}
.ready-to-build-section-wrap-content-button-1 a:hover span svg path {
    stroke: #fff;
}
.ready-to-build-section-wrap-content-button-2 a {
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #F69924;
    padding: 9px 69px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
}
.ready-to-build-section-wrap-content-button-2 a:hover {
    border: 1px solid #171B1C;
    color: #171B1C;
}
.ready-to-build-section-wrap-content-button-2 a span {
    display: flex;
}
.ready-to-build-section-wrap-content-button-2 a span svg path {
    transition: all 0.5s;
}
.ready-to-build-section-wrap-content-button-2 a:hover span svg path {
    stroke: #171B1C;
}

@media screen and (max-width: 1023px) {
    .ready-to-build-section {
        padding-top: 35px;
    }
}
@media screen and (max-width: 767px) {
    .ready-to-build-section {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -13px;
        padding-top: 20px;
    }
    .ready-to-build-section-wrap {
        padding: 60px 0;
    }
    .ready-to-build-section-wrap-content {
        padding: 0 16px;
    }
    .ready-to-build-section-wrap-content-title {
        font-size: 22px;
    }
    .ready-to-build-section-wrap-content-text {
        font-size: 14px;
    }
    .ready-to-build-section-wrap-content-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .ready-to-build-section-wrap-content-button-1 {
        width: 100%;
    }
    .ready-to-build-section-wrap-content-button-1 a {
        width: 100%;
        justify-content: center;
    }
    .ready-to-build-section-wrap-content-button-2 {
        width: 100%;
    }
    .ready-to-build-section-wrap-content-button-2 a {
        width: 100%;
        justify-content: center;
    }
}

#scrollToTopBtn {
    background-color: #F69924;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px color-mix(in oklab,color-mix(in oklab, lab(74.3059% 21.7583 74.0995) 25%,transparent) 100%,transparent),0 4px 6px -4px color-mix(in oklab,color-mix(in oklab, lab(74.3059% 21.7583 74.0995) 25%,transparent) 100%,transparent);
    opacity: 0;
    visibility: hidden;
}
#scrollToTopBtn.active {
    opacity: 1;
    visibility: visible;
}
#scrollToTopBtn:hover {
    background-color: #e8891a;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 20px 25px -5px color-mix(in oklab,color-mix(in oklab, lab(74.3059% 21.7583 74.0995) 30%,transparent) 100%,transparent),0 8px 10px -6px color-mix(in oklab,color-mix(in oklab, lab(74.3059% 21.7583 74.0995) 30%,transparent) 100%,transparent);
}
#scrollToTopBtn svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #scrollToTopBtn {
        right: 16px;
        bottom: 16px;
    }
}

#wpadminbar {
    z-index: 9999999;
}
.g-recaptcha {
    margin-top: 20px;
}

.product_sku_custom {
    color: rgba(23, 27, 28, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 14px;
}
.product_tech_custom {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}
.product_tech_custom-title {
    font-family: Montserrat;
    padding-bottom: 16px;
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}
.product_tech_custom-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product_tech_custom-item-head {
    border-radius: 100px;
    border: 1px solid rgba(23, 27, 28, 0.10);
    padding: 9px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s;
}
.product_tech_custom-item-head span {
    display: flex;
}
.product_tech_custom-item-eq-head {
    border-radius: 100px;
    border: 1px solid rgba(23, 27, 28, 0.10);
    padding: 9px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s;
}
.product_tech_custom-item-eq-head span {
    display: flex;
}
.single-product .woosb-bundled-custom-single {
    /*display: none;*/
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single {
    padding: 0;
    background: no-repeat;
    box-shadow: none;
    margin: 0;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products {
    gap: 4px 40px;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products .woosb-item-product.woosb-product.woosb-product-type-simple {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #E5E7EB;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products .woosb-product .woosb-title .woosb-title-inner a {
    color: #374151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products .woosb-product .woosb-title .woosb-title-inner a span:last-of-type {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products .woosb-item-product-all-items {
    border-radius: 8px;
    border: 1px solid #FED7AA;
    margin-top: 12px;
    color: #EA580C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px;
    height: auto;
    transition: all 0.5s;
}
.single-product .product_tech_custom-items .woosb-bundled-custom-single .woosb-products .woosb-item-product-all-items:hover {
    border: 1px solid #EF4908;
    color: #FF6B00;
}
.product-page-buttons-custom {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}
.single-product .popup-equipment-list-wrap-content-block-top-items .woosb-bundled-custom-single {
    display: block;
}
.single-product .product_tech_custom-item-eq-active+.woosb-bundled-custom-single {
    display: block;
    border-radius: 20px;
    border: 1px solid #F69924;
    box-shadow: none;
    margin: 0;
    padding: 20px;
}
.product_tech_custom-item-head:hover {
    border: 1px solid #F69924;
    background: #FFEDDA;
}
.product_tech_custom-item-eq-head:hover {
    border: 1px solid #F69924;
    background: #FFEDDA;
}
.product_tech_custom-item-eq-active .product_tech_custom-item-eq-head {
    border: 1px solid #F69924;
    background: #FFEDDA;
}
.product_tech_custom_avant {
    order: 5;
    display: flex;
    gap: 12px;
}
.product_tech_custom_avant_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #BBF7D0;
    background: #F0FDF4;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 10px;
}
.product_tech_custom_avant_item span {
    display: flex;
}
.product_tech_custom_avant_item:nth-child(2) {
    border: 1px solid #BFDBFE;
    background: #EFF6FF;
}
.product_tech_custom_avant_item:nth-child(3) {
    border: 1px solid #FDE68A;
    background: #FFFBEB;
}

.single-product-new-template-bl-1 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-1-wrap {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 85px;
}
.single-product-new-template-bl-1-wrap-subtitle {
    color: #F69924;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-1-wrap-title {
    margin: 0;
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-1-wrap-content {
    border-bottom: 1px solid rgba(23, 27, 28, 0.10);
}
.single-product-new-template-bl-1-wrap-content p {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product-new-template-bl-1-wrap-content h3 {
    font-size: 18px;
}
.single-product-new-template-bl-1-wrap-content ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    gap: 16px;
    flex-direction: column;
}
.single-product-new-template-bl-1-wrap-content ul li {
    margin: 0;
    padding-left: 34px;
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.single-product-new-template-bl-1-wrap-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background-color: #F69924;
    background-image: url(/wp-content/uploads/Group-39664.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}
.single-product-new-template-bl-1-wrap-content ol {
    display: flex;
    list-style: none;
    margin-left: 0;
    gap: 16px;
    flex-direction: column;
}
.single-product-new-template-bl-1-wrap-content ol li {
    margin: 0;
    padding-left: 34px;
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.single-product-new-template-bl-1-wrap-content ol li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background-color: #F69924;
    background-image: url(/wp-content/uploads/Group-39664.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.single-product-new-template-bl-2 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-2-wrap-title {
    margin: 0;
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.single-product-new-template-bl-2-wrap-subtitle {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
}
.single-product-new-template-bl-2-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.single-product-new-template-bl-2-wrap-item {
    width: calc(25% - 23px);
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
}
.single-product-new-template-bl-2-wrap-item-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #FFEDDA;
    margin: auto;
}
.single-product-new-template-bl-2-wrap-item-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 5px 0;
}
.single-product-new-template-bl-2-wrap-item-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-new-template-bl-3 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-3-wrap-title {
    margin: 0;
    padding-bottom: 18px;
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-product-new-template-bl-3-wrap-subtitle {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
    text-align: center;
}
.single-product-new-template-bl-3-wrap-content {
    padding: 60px 85px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-product-new-template-bl-3-wrap-content-left {
    width: 50%;
    padding-right: 20px;
}
.single-product-new-template-bl-3-wrap-content-left-image {
    display: flex;
}
.single-product-new-template-bl-3-wrap-content-right {
    width: 50%;
}
.single-product-new-template-bl-3-wrap-content-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    margin: 0;
}
.single-product-new-template-bl-3-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.single-product-new-template-bl-3-wrap-item {
    border-radius: 15px;
    border: 1px solid rgba(23, 27, 28, 0.10);
    padding: 24px 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.single-product-new-template-bl-3-wrap-item-left {
    width: 55px;
}
.single-product-new-template-bl-3-wrap-item-number {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-product-new-template-bl-3-wrap-item-right {
    width: calc(100% - 70px);
}
.single-product-new-template-bl-3-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
    margin: 0;
}
.single-product-new-template-bl-3-wrap-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product-new-template-bl-4 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-4-wrap {
    border-radius: 25px;
    background: #F69924;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.single-product-new-template-bl-4-wrap-left {
    width: 50%;
}
.single-product-new-template-bl-4-wrap-left-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    margin: 0;
}
.single-product-new-template-bl-4-wrap-left-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-4-wrap-left-items {
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-product-new-template-bl-4-wrap-left-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 34px;
    position: relative;
}
.single-product-new-template-bl-4-wrap-left-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background-color: #FFF;
    background-image: url(/wp-content/uploads/Group-39664-1-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}
.single-product-new-template-bl-4-wrap-left-button a {
    border-radius: 20px;
    background: #FFF;
    max-width: 330px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #F69924;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 19px;
    transition: all 0.5s;
}
.single-product-new-template-bl-4-wrap-left-button a:hover {
    background: #FF6B00;
    color: #FFFFFF !important;
}
.single-product-new-template-bl-4-wrap-right {
    width: calc(50% - 30px);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 60px;
}
.single-product-new-template-bl-4-wrap-right-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 40px;
    margin: 0;
}
.single-product-new-template-bl-4-wrap-right-items {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-product-new-template-bl-4-wrap-right-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(23, 27, 28, 0.10);
}
.single-product-new-template-bl-4-wrap-right-item:last-child {
    border: none;
}
.single-product-new-template-bl-4-wrap-right-item-name {
    color: rgba(23, 27, 28, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-product-new-template-bl-4-wrap-right-item-value {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-product-new-template-bl-4-wrap-right-item-value span {
    color: #16A34A;
}
.single-product-new-template-bl-4-wrap-right-button a {
    border-radius: 40px;
    background: #F69924;
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    transition: all 0.5s;
}
.single-product-new-template-bl-4-wrap-right-button a:hover {
    background: #FF6B00;
    color: #FFF !important;
}
.single-product-new-template-bl-5 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-5-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 85px;
    gap: 30px;
    justify-content: space-between;
}
.single-product-new-template-bl-5-wrap-left {
    width: calc(50% - 30px);
}
.single-product-new-template-bl-5-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    margin: 0;
}
.single-product-new-template-bl-5-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-5-wrap-left-items {
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-product-new-template-bl-5-wrap-left-item {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 34px;
    position: relative;
}
.single-product-new-template-bl-5-wrap-left-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background-color: #F69924;
    background-image: url(/wp-content/uploads/Group-39664.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}
.single-product-new-template-bl-5-wrap-left-button a {
    border-radius: 20px;
    background: #F69924;
    display: flex;
    max-width: 330px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 19px;
    transition: all 0.5s;
}
.single-product-new-template-bl-5-wrap-left-button a:hover {
    background: #FF6B00;
    color: #FFF !important;
}
.single-product-new-template-bl-5-wrap-left-button a span {
    display: flex;
}
.single-product-new-template-bl-5-wrap-right {
    width: 50%;
}
.single-product-new-template-bl-5-wrap-right-image {
    display: flex;
}
.single-product-new-template-bl-6 {
    background: #F69924;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
    padding: 90px 0;
    margin-bottom: 140px;
}
.single-product-new-template-bl-6-wrap-title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    margin: 0;
}
.single-product-new-template-bl-6-wrap-text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    max-width: 760px;
    margin: auto;
}
.single-product-new-template-bl-6-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 18px;
}
.single-product-new-template-bl-6-wrap-button-1 a {
    color: #F69924;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 70px;
    border-radius: 40px;
    background: #FFF;
    transition: all 0.5s;
    display: flex;
}
.single-product-new-template-bl-6-wrap-button-1 a:hover {
    background: #FF6B00;
    color: #FFFFFF !important;
}
.single-product-new-template-bl-6-wrap-button-2 a {
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #F69924;
    padding: 9px 69px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
    display: flex;
}
.single-product-new-template-bl-6-wrap-button-2 a:hover {
    border: 1px solid #FF6B00;
    background: #FF6B00;
    color: #fff !important;
}
.single-product-new-template-bl-6-wrap-items {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.single-product-new-template-bl-6-wrap-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product-new-template-bl-6-wrap-item-image {
    display: flex;
}
.single-product-new-template-bl-7 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-7-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding-bottom: 18px;
}
.single-product-new-template-bl-7-wrap-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
}
.single-product-new-template-bl-7-wrap-items {
    max-width: 770px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.single-product-new-template-bl-7-wrap-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
}
.single-product-new-template-bl-7-wrap-item-head {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    margin: 0;
}
.single-product-new-template-bl-7-wrap-item-head-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    display: flex;
}
.single-product-new-template-bl-7-wrap-item-body {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
    display: none;
}
.single-product-new-template-bl-7-wrap-item-head:hover {
    color: #FF6B00;
}
.single-product-new-template-bl-7-wrap-item-head:hover .single-product-new-template-bl-7-wrap-item-head-arrow path {
    stroke: #FF6B00;
}
.single-product-new-template-bl-7-wrap-item-active .single-product-new-template-bl-7-wrap-item-head {
    color: #FF6B00;
}
.single-product-new-template-bl-7-wrap-item-active .single-product-new-template-bl-7-wrap-item-head .single-product-new-template-bl-7-wrap-item-head-arrow path {
    stroke: #FF6B00;
}
.single-product-new-template-bl-7-wrap-item-active .single-product-new-template-bl-7-wrap-item-head-arrow {
    transform: translate(0px, -50%) rotate(180deg);
}
.single-product-new-template-bl-7-wrap-item-active .single-product-new-template-bl-7-wrap-item-body {
    display: block;
}

.single-product-new-template-bl-8 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-8-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-8-wrap-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
}
.single-product-new-template-bl-8-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 50px;
}
.single-product-new-template-bl-8-wrap-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    width: calc(33.3334% - 10px);
    overflow: hidden;
}
.single-product-new-template-bl-8-wrap-item-image {
    display: flex;
}
.single-product-new-template-bl-8-wrap-item-image img {
    width: 100%;
    height: 350px;
    object-position: center;
    object-fit: cover;
}
.single-product-new-template-bl-8-wrap-item-meta {
    padding: 25px;
}
.single-product-new-template-bl-8-wrap-item-meta-name {
    display: flex;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.single-product-new-template-bl-8-wrap-item-meta-size {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}
.single-product-new-template-bl-8-wrap-item-meta-button a {
    color: #F69924;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    display: block;
    transition: all 0.5s;
}
.single-product-new-template-bl-8-wrap-item-meta-button a:hover {
    color: #FF6B00 !important;
}
.single-product-new-template-bl-8-wrap-button {
    display: flex;
    justify-content: center;
}
.single-product-new-template-bl-8-wrap-button a {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: #F69924;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 330px;
    width: 100%;
    padding: 19px;
    transition: all 0.5s;
}
.single-product-new-template-bl-8-wrap-button a:hover {
    background: #FF6B00;
    color: #FFF !important;
}

.product_tech_custom_parametr {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    padding: 16px;
    margin-bottom: 20px;
}
.product_tech_custom_parametr_title {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.product_tech_custom_parametr_items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.product_tech_custom_parametr_item {
    width: calc(50% - 6px);
    display: flex;
    gap: 8px;
    align-items: center;
}
.product_tech_custom_parametr_item-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4B5563;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product_tech_custom_parametr_item-name span {
    display: flex;
}
.product_tech_custom_parametr_item-value {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


@media screen and (max-width: 1439px) {
    .product_tech_custom_avant {
        gap: 10px;
        flex-wrap: wrap;
    }
    .single-product-new-template-bl-1 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-1-wrap {
        padding: 40px 24px;
    }
    .single-product-new-template-bl-2 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-2-wrap-items {
        gap: 24px;
    }
    .single-product-new-template-bl-2-wrap-item {
        width: calc(50% - 12px);
    }
    .single-product-new-template-bl-3 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-3-wrap-content {
        padding: 40px 24px;
    }
    .single-product-new-template-bl-3-wrap-content-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .single-product-new-template-bl-3-wrap-content-left-image {
        display: flex;
        justify-content: center;
    }
    .single-product-new-template-bl-3-wrap-content-right {
        width: 100%;
    }
    .single-product-new-template-bl-4 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-4-wrap {
        border-radius: 25px;
        padding: 40px 24px;
        gap: 40px;
    }
    .single-product-new-template-bl-4-wrap-left {
        width: 100%;
    }
    .single-product-new-template-bl-4-wrap-left-button a {
        max-width: 100%;
    }
    .single-product-new-template-bl-4-wrap-right {
        width: 100%;
    }
    .single-product-new-template-bl-5 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-5-wrap {
        gap: 40px;
        padding: 40px 24px;
    }
    .single-product-new-template-bl-5-wrap-left {
        width: 100%;
    }
    .single-product-new-template-bl-5-wrap-left-button a {
        max-width: 100%;
    }
    .single-product-new-template-bl-5-wrap-right {
        width: 100%;
    }
    .single-product-new-template-bl-5-wrap-right-image {
        justify-content: center;
    }
    .single-product-new-template-bl-6 {
        margin-bottom: 90px;
    }
    .single-product-new-template-bl-7 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-8 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-8-wrap-item:nth-child(3) {
        display: none;
    }
    .single-product-new-template-bl-8-wrap-button a {
        max-width: 100%;
    }
    .single-product-new-template-bl-8-wrap-item {
        width: calc(50% - 8px);
    }
    .single-product-new-template-bl-8-wrap-item-image img {
        height: 264px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .product_sku_custom {
        padding-bottom: 10px;
    }
    .product_tech_custom_parametr_item {
        width: 100%;
    }
    .product-page-buttons-custom {
        flex-direction: column;
    }
    .clickBuyButtonCustomNew {
        width: 100%;
    }
    .single-product div#product_builder.product_builder_no_pdf {
        width: 100%;
    }xx§
    .product_tech_custom {
        padding: 20px;
        margin-bottom: 20px;
    }
    .product_tech_custom-items {
        gap: 10px;
    }
    .single-product-new-template-bl-1 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-1-wrap {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .single-product-new-template-bl-1-wrap-subtitle {
        font-size: 16px;
    }
    .single-product-new-template-bl-1-wrap-title {
        font-size: 22px;
    }
    .single-product-new-template-bl-2 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-2-wrap-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .single-product-new-template-bl-2-wrap-subtitle {
        font-size: 14px;
    }
    .single-product-new-template-bl-2-wrap-items {
        gap: 10px;
    }
    .single-product-new-template-bl-2-wrap-item {
        width: 100%;
    }
    .single-product-new-template-bl-3 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-3-wrap-title {
        padding-bottom: 10px;
        font-size: 22px;
    }
    .single-product-new-template-bl-3-wrap-subtitle {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-3-wrap-content {
        padding: 20px 16px;
    }
    .single-product-new-template-bl-3-wrap-content-left {
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-3-wrap-items {
        gap: 10px;
    }
    .single-product-new-template-bl-4 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-4-wrap {
        border-radius: 16px;
        padding: 20px 16px;
        gap: 20px;
    }
    .single-product-new-template-bl-4-wrap-left-title {
        font-size: 22px;
    }
    .single-product-new-template-bl-4-wrap-left-text {
        font-size: 14px;
    }
    .single-product-new-template-bl-4-wrap-right {
        border-radius: 16px;
        padding: 16px;
    }
    .single-product-new-template-bl-4-wrap-right-title {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .single-product-new-template-bl-4-wrap-right-items {
        padding-bottom: 0;
        gap: 20px;
    }
    .single-product-new-template-bl-4-wrap-right-item-name {
        font-size: 12px;
    }
    .single-product-new-template-bl-4-wrap-right-item-value {
        font-size: 12px;
    }
    .single-product-new-template-bl-5 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-5-wrap {
        border-radius: 16px;
        gap: 20px;
        padding: 20px 16px;
    }
    .single-product-new-template-bl-5-wrap-right {
        order: 1;
    }
    .single-product-new-template-bl-5-wrap-left {
        order: 2;
    }
    .single-product-new-template-bl-5-wrap-left-title {
        font-size: 22px;
    }
    .single-product-new-template-bl-5-wrap-left-text {
        font-size: 14px;
    }
    .single-product-new-template-bl-6 {
        padding: 60px 0;
        margin-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-6-wrap-title {
        font-size: 22px;
    }
    .single-product-new-template-bl-6-wrap-text {
        font-size: 14px;
    }
    .single-product-new-template-bl-6-wrap-buttons {
        gap: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }
    .single-product-new-template-bl-6-wrap-button-1 {
        width: 100%;
    }
    .single-product-new-template-bl-6-wrap-button-1 a {
        justify-content: center;
    }
    .single-product-new-template-bl-6-wrap-button-2 {
        width: 100%;
    }
    .single-product-new-template-bl-6-wrap-button-2 a {
        justify-content: center;
    }
    .single-product-new-template-bl-6-wrap-items {
        gap: 5px;
        justify-content: space-between;
    }
    .single-product-new-template-bl-6-wrap-item {
        font-size: 12px;
    }
    .single-product-new-template-bl-7 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-7-wrap-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .single-product-new-template-bl-7-wrap-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-7-wrap-item {
        padding: 16px;
    }
    .single-product-new-template-bl-7-wrap-item-head {
        font-size: 16px;
    }
    .single-product-new-template-bl-7-wrap-item-body {
        font-size: 16px;
    }
    .single-product-new-template-bl-8 {
        padding-bottom: 60px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .single-product-new-template-bl-8-wrap-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .single-product-new-template-bl-8-wrap-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-8-wrap-items {
        gap: 10px;
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-8-wrap-item {
        width: 100%;
    }
}

.single-post .section-single-article-wrap {
    padding: 90px 0;
}
.single-post .section-single-article-4-wrap-content {
    max-width: 930px;
    /*margin: auto;*/
}
.single-post .section-single-article-4-wrap {
    display: flex;
}

.article-toc {
    position: sticky;
    top: 120px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    margin-right: 30px;
    max-width: 270px;
    margin-bottom: 30px;
    width: 100%;
}

.toc-title {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.3;
}

.toc-toggle {
    display: none;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.toc-list,
.toc-sublist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.toc-list > li + li {
    margin-top: 12px;
}

.toc-sublist {
    margin-top: 8px;
    padding-left: 16px;
}

.toc-sublist li + li {
    margin-top: 6px;
}

.toc-link {
    color: inherit;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s ease;
    display: block;
}

.toc-link:hover {
    color: #FF6B00;
}

.toc-link.active {
    /*font-weight: 600;*/
    color: #FF6B00;
}

@media (max-width: 1439px) {
    .single-post .section-single-article-4-wrap {
        flex-direction: column;
    }
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-toc {
        position: static;
        top: auto;
        padding: 16px;
        margin-right: 0;
        max-width: 100%;
    }

    .toc-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .toc-toggle::after {
        content: "+";
        font-size: 20px;
        line-height: 1;
    }

    .article-toc.is-open .toc-toggle::after {
        content: "−";
    }

    .article-toc .toc-body {
        display: none;
        margin-top: 12px;
    }

    .article-toc.is-open .toc-body {
        display: block;
    }

    .article-toc .toc-title {
        display: none;
    }
}
@media (max-width: 767px) {
    /*#article-toc-wrap {*/
    /*    display: none;*/
    /*}*/
    .single-post .section-single-article-wrap {
        padding: 45px 0 90px 0;
    }
    .toc-link:hover {
        color: inherit;
    }
    .toc-link.active {
        color: inherit;
    }
}

.projects-section-all-wrap-filter-items {
    display: flex;
    gap: 32px;
    padding-bottom: 32px;
}
.projects-section-all-wrap-filter-item {
    width: 320px;
}
.projects-section-all-wrap-filter-item-label {
    color: rgb(23, 27, 28);
    font-family: Unbounded;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 10px;
}
.projects-section-all-wrap-filter-item-field select {
    box-sizing: border-box;
    border: 1px solid rgba(141, 141, 141, 0.45);
    border-radius: 10px;
    height: 45px;
    color: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px;
    width: 100%;
}
.projects-section-all-wrap-projects-preloader {
    opacity: 0.4;
}
.projects-section-all-wrap-projects-wrap-child-item-not-found {
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 400;
}
.projects-section-all-wrap-projects-wrap-filter {
    padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .projects-section-all-wrap-filter-items {
        gap: 16px;
        padding-bottom: 24px;
    }
    .projects-section-all-wrap-filter-item-label {
        font-size: 18px;
        line-height: 22px;
    }
    .projects-section-all-wrap-filter-item-field select {
        height: 38px;
        font-size: 14px;
        padding: 7px 12px;
    }
}
@media screen and (max-width: 767px) {
    .projects-section-all-wrap-filter-items {
        gap: 8px;
        flex-direction: column;
    }
    .projects-section-all-wrap-filter-item {
        width: 100%;
    }
    .projects-section-all-wrap-filter-item-label {
        font-size: 16px;
        line-height: 18px;
    }
}

.section-header .disable-mega-menu {
    position: relative;
}
.section-header .disable-mega-menu .buttons-menu-wrap {
    display: none;
}
.section-header .section-header-wrap-center-menu ul#menu-new-menu>li.menu-item-has-children.disable-mega-menu:hover>.sub-menu {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    left: -5px;
    transform: translate(0px, 0px);
    top: 106px;
}
.section-header .section-header-wrap-center-menu ul#menu-new-menu li.menu-item-has-children.disable-mega-menu:hover>.sub-menu>li>a {
    color: rgb(127, 127, 127);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    display: block;
    position: relative;
    white-space: nowrap;
}


.single-product-new-template-bl-9 {
    padding-bottom: 140px;
}
.single-product-new-template-bl-9-wrap-title {
    padding-bottom: 20px;
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-product-new-template-bl-9-wrap-text {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 50px;
}
.single-product-new-template-bl-9-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.single-product-new-template-bl-9-wrap-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.single-product-new-template-bl-9-wrap-item:nth-child(even) {
    flex-direction: row-reverse;
}
.single-product-new-template-bl-9-wrap-item-left {
    width: calc(50% - 15px);
}
.single-product-new-template-bl-9-wrap-item-left-top {
    align-items: center;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 18px;
}
.single-product-new-template-bl-9-wrap-item-left-top-left {
    width: 48px;
}
.single-product-new-template-bl-9-wrap-item-left-top-left-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #FFEDDA;
}
.single-product-new-template-bl-9-wrap-item-left-top-left-icon img {
    width: 28px;
    height: 28px;
}
.single-product-new-template-bl-9-wrap-item-left-top-right {
    width: calc(100% - 60px);
}
.single-product-new-template-bl-9-wrap-item-left-top-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-product-new-template-bl-9-wrap-item-left-middle-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 18px;
}
.single-product-new-template-bl-9-wrap-item-left-middle-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 18px;
}
.single-product-new-template-bl-9-wrap-item-left-middle-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.single-product-new-template-bl-9-wrap-item-left-middle-item-left {
    width: 24px;
}
.single-product-new-template-bl-9-wrap-item-left-middle-item-left-icon {
    display: flex;
}
.single-product-new-template-bl-9-wrap-item-left-middle-item-right {
    width: calc(100% - 34px);
}
.single-product-new-template-bl-9-wrap-item-left-middle-item-right-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.single-product-new-template-bl-9-wrap-item-left-botton-button a {
    border-radius: 20px;
    background: #F69924;
    display: inline-block;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 330px;
    text-align: center;
    padding: 19px;
    transition: all 0.5s;
}
.single-product-new-template-bl-9-wrap-item-left-botton-button a:hover {
    background: #171B1C;
    color: #FFF !important;
}
.single-product-new-template-bl-9-wrap-item-right {
    width: calc(50% - 15px);
}
.single-product-new-template-bl-9-wrap-item-right-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product-new-template-bl-9-wrap-item-right-image {
    width: calc(50% - 5px);
    display: flex;
}
.single-product-new-template-bl-9-wrap-item-right-image img {
    height: 210px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 1023px) {
    .single-product-new-template-bl-9 {
        padding-bottom: 90px;
    }
    .single-product-new-template-bl-9-wrap-item {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .single-product-new-template-bl-9-wrap-item-left {
        width: 100%;
    }
    .single-product-new-template-bl-9-wrap-item-right {
        width: 100%;
    }
    .single-product-new-template-bl-9-wrap-item:nth-child(even) {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px) {
    .single-product-new-template-bl-9 {
        padding-bottom: 60px;
    }
    .single-product-new-template-bl-9-wrap-title {
        padding-bottom: 10px;
        font-size: 22px;
    }
    .single-product-new-template-bl-9-wrap-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .single-product-new-template-bl-9-wrap-item-right-image img {
        height: 98px;
    }
    .single-product-new-template-bl-9-wrap-item-left-middle-text {
        font-size: 16px;
    }
    .single-product-new-template-bl-9-wrap-item-left-middle-item-right-name {
        font-size: 14px;
    }
    .single-product-new-template-bl-9-wrap-item-left-botton-button a {
        width: 100%;
    }
}


.our-process-section {
    position: relative;
}
.our-process-section-content {
    position: relative;
}
.our-process-section-image {
    display: flex;
    position: absolute;
    right: -240px;
    top: -10px;
}
.our-process-section-image img {
    border-radius: 0px;
}
.our-process-section-wrap {
    max-width: 780px;
    padding: 185px 0 260px;
}
.our-process-section-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}
.our-process-section-wrap-title span {
    color: #F69924;
    display: block;
}
.our-process-section-wrap-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    max-width: 600px;
}
.our-process-section-wrap-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.our-process-section-wrap-button-1 {
    border-radius: 20px;
    background: #F69924;
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 330px;
    justify-content: center;
    padding: 19px;
    transition: all 0.5s;
}
.our-process-section-wrap-button-1:hover {
    background: #171B1C;
}
.our-process-section-wrap-button-2 {
    border-radius: 20px;
    border: 1.5px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 330px;
    display: flex;
    justify-content: center;
    padding: 17px;
    transition: all 0.5s;
}
.our-process-section-wrap-button-2:hover {
    border: 1.5px solid #F69924;
    color: #F69924;
}
@media screen and (max-width: 1700px) {
    .our-process-section-image {
        right: -139px;
    }
}
@media screen and (max-width: 1629px) {
    .our-process-section-image {
        max-width: 625px;
        top: -10px;
        right: -20px;
    }
    .our-process-section-wrap {
        max-width: 780px;
        padding: 100px 0 155px;
    }
}
@media screen and (max-width: 1439px) {
    .our-process-section-content {
        display: flex;
        flex-direction: column;
    }
    .our-process-section-wrap {
        max-width: 100%;
        padding: 90px 0 20px;
    }
    .our-process-section {
        position: relative;
        /*display: flex;*/
        /*flex-direction: column;*/
    }
    .our-process-section-image {
        position: relative;
        width: 100%;
        max-width: initial;
        top: inherit;
        right: inherit;
        order: 2;
    }
    .our-process-section-image img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .our-process-section-wrap {
        max-width: 100%;
        padding: 50px 0 20px;
    }
    .our-process-section-wrap-title {
        font-size: 36px;
    }
    .our-process-section-wrap-buttons {
        gap: 20px;
        flex-direction: column;
    }
    .our-process-section-wrap-button-1 {
        width: 100%;
    }
    .our-process-section-wrap-button-2 {
        width: 100%;
    }
}

.consultation-section {
    padding: 35px 0 60px;
}
.consultation-section-wrap-items-item {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.consultation-section-wrap-items-item-left {
    width: 56px;
}
.consultation-section-wrap-items-item-left:after {
    content: '';
    position: absolute;
    height: calc(100% - 56px);
    top: 56px;
    width: 2px;
    background: #F69924;
    left: 27px;
}
.consultation-section-wrap-items-item-left-number {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: #F69924;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.consultation-section-wrap-items-item-right {
    width: calc(100% - 76px);
}
.consultation-section-wrap-items-item-right-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.consultation-section-wrap-items-item-right-wrap-left {
    width: 266px;
}
.consultation-section-wrap-items-item-right-wrap-left-image {
    display: flex;
}
.consultation-section-wrap-items-item-right-wrap-left-image img {
    border-radius: 20px;
    height: 170px;
    object-position: center;
    object-fit: cover;
}
.consultation-section-wrap-items-item-right-wrap-right {
    width: calc(100% - 286px);
}
.consultation-section-wrap-items-item-right-wrap-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.consultation-section-wrap-items-item-right-wrap-right-time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F69924;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.consultation-section-wrap-items-item-right-wrap-right-time span {
    display: flex;
}
.consultation-section-wrap-items-item-right-wrap-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.consultation-section-wrap-items-item:last-child {
    padding-bottom: 0;
}
.consultation-section-wrap-items-item:last-child .consultation-section-wrap-items-item-left:after {
    display: none;
}
@media screen and (max-width: 1439px) {
    .consultation-section {
        padding: 70px 0 35px;
    }
    .consultation-section-wrap-items-item-right-wrap {
        align-items: inherit;
    }
    .consultation-section-wrap-items-item-right-wrap-left-image {
        height: 100%;
    }
    .consultation-section-wrap-items-item-right-wrap-left-image img {
        height: 100%;
    }
    .consultation-section-wrap-items-item {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .consultation-section {
        padding: 40px 0 20px;
    }
    .consultation-section-wrap-items-item-right-wrap {
        gap: 10px;
    }
    .consultation-section-wrap-items-item-right-wrap-left {
        width: 100%;
    }
    .consultation-section-wrap-items-item-right-wrap-left-image img {
        height: 170px;
        width: 100%;
    }
    .consultation-section-wrap-items-item-right-wrap-right {
        width: 100%;
    }
    .consultation-section-wrap-items-item-right-wrap-right-title {
        font-size: 18px;
    }
    .consultation-section-wrap-items-item-right-wrap-right-time {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .consultation-section-wrap-items-item-right-wrap-right-text {
        font-size: 14px;
    }
    .consultation-section-wrap-items-item {
        padding-bottom: 20px;
    }
}

.process-faq-section {
    padding: 60px 0;
}
.process-faq-section-wrap {
    max-width: 770px;
    margin: auto;
}
.process-faq-section-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}
.process-faq-section-wrap-text {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 50px;
}
.process-faq-section-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 50px;
}
.process-faq-section-wrap-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.process-faq-section-wrap-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    padding: 12px 40px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    transition: all 0.5s;
}
.process-faq-section-wrap-button-2 a {
    border-radius: 13px;
    border: 1.5px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 40px;
    transition: all 0.5s;
}
.process-faq-section-wrap-button-2 a span {
    display: flex;
}
.process-faq-section-wrap-button-2 a span svg path {
    transition: all 0.5s;
}
.process-faq-section-wrap-button-1 a:hover {
    background: #F69924;
}
.process-faq-section-wrap-button-2 a:hover {
    border: 1.5px solid #F69924;
    color: #F69924;
}
.process-faq-section-wrap-button-2 a:hover span svg path {
    fill: #F69924;
}
.process-faq-section-wrap-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
}
.process-faq-section-wrap-item-head {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.process-faq-section-wrap-item-head span {
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -12px);
    transition: all 0.5s;
}
.process-faq-section-wrap-item-body {
    color: #171B1C;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
    display: none;
}
.process-faq-section-wrap-item-active .process-faq-section-wrap-item-head {
    color: #F69924;
}
.process-faq-section-wrap-item-active .process-faq-section-wrap-item-head span {
    transform: translate(0, -12px) rotate(180deg);
}
.process-faq-section-wrap-item-active .process-faq-section-wrap-item-head span svg path {
    stroke: #F69924;
}
.process-faq-section-wrap-item-active .process-faq-section-wrap-item-body {
    display: block;
}
@media screen and (max-width: 1439px) {
    .process-faq-section {
        padding: 35px 0;
    }
}
@media screen and (max-width: 767px) {
    .process-faq-section {
        padding: 20px 0;
    }
    .process-faq-section-wrap-title {
        padding-bottom: 10px;
        font-size: 22px;
    }
    .process-faq-section-wrap-text {
        padding-bottom: 20px;
        font-size: 14px;
    }
    .process-faq-section-wrap-item {
        border-radius: 16px;
        padding: 16px;
    }
    .process-faq-section-wrap-item-head {
        font-size: 16px;
    }
    .process-faq-section-wrap-item-body {
        font-size: 16px;
    }
    .process-faq-section-wrap-items {
        padding-bottom: 20px;
    }
    .process-faq-section-wrap-buttons {
        gap: 10px;
        flex-direction: column;
    }
    .process-faq-section-wrap-button-1 {
        width: 100%;
    }
    .process-faq-section-wrap-button-2 {
        width: 100%;
    }
    .process-faq-section-wrap-button-1 a {
        justify-content: center;
    }
    .process-faq-section-wrap-button-2 a {
        justify-content: center;
    }
}

.start-project-process-section {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding-top: 60px;
}
.start-project-process-section-wrap {
    background: #F69924;
    padding: 90px 0;
    text-align: center;
}
.start-project-process-section-wrap-content-subtitle {
    border-radius: 36px;
    background: #FFF;
    display: inline-block;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}
.start-project-process-section-wrap-content-title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 18px;
    padding-top: 18px;
}
.start-project-process-section-wrap-content-text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
    /*max-width: 620px;*/
    margin: auto;
}
.start-project-process-section-wrap-content-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.start-project-process-section-wrap-content-button-1 a {
    border-radius: 40px;
    background: #FFF;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    color: #F69924;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 5px;
    transition: all 0.5s;
}
.start-project-process-section-wrap-content-button-1 a:hover {
    background: #171B1C;
    color: #fff;
}
.start-project-process-section-wrap-content-button-1 a span {
    display: flex;
}
.start-project-process-section-wrap-content-button-1 a span svg path {
    transition: all 0.5s;
}
.start-project-process-section-wrap-content-button-1 a:hover span svg path {
    stroke: #fff;
}
.start-project-process-section-wrap-content-button-2 a {
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #F69924;
    padding: 9px 69px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
}
.start-project-process-section-wrap-content-button-2 a:hover {
    border: 1px solid #171B1C;
    color: #171B1C;
}
.start-project-process-section-wrap-content-button-2 a span {
    display: flex;
}
.start-project-process-section-wrap-content-button-2 a span svg path {
    transition: all 0.5s;
}
.start-project-process-section-wrap-content-button-2 a:hover span svg path {
    stroke: #171B1C;
}

@media screen and (max-width: 1023px) {
    .start-project-process-section {
        padding-top: 35px;
    }
}
@media screen and (max-width: 767px) {
    .start-project-process-section {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -13px;
        padding-top: 20px;
    }
    .start-project-process-section-wrap {
        padding: 60px 0;
    }
    .start-project-process-section-wrap-content {
        padding: 0 16px;
    }
    .start-project-process-section-wrap-content-title {
        font-size: 22px;
    }
    .start-project-process-section-wrap-content-text {
        font-size: 14px;
    }
    .start-project-process-section-wrap-content-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .start-project-process-section-wrap-content-button-1 {
        width: 100%;
    }
    .start-project-process-section-wrap-content-button-1 a {
        width: 100%;
        justify-content: center;
    }
    .start-project-process-section-wrap-content-button-2 {
        width: 100%;
    }
    .start-project-process-section-wrap-content-button-2 a {
        width: 100%;
        justify-content: center;
    }
}