.custom-fd-section-1 {
    padding-top: 0;
    padding-bottom: 45px;
    overflow: hidden;
    position: relative;
}
.custom-fd-section-1:before {
    content: '';
    position: absolute;
    left: calc(50% + 100px);
    width: calc(50% + 100px);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    border-radius: 65px 0 0 65px;
    bottom: 45px;
    height: calc(100% - 165px);
}
.custom-fd-section-1-wrap {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    gap: 40px;
}
.custom-fd-section-1-wrap-left {
    width: calc(50% - 20px);
    padding: 50px 0;
}
.custom-fd-section-1-wrap-left-title {
    color: rgb(23, 27, 28);
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.custom-fd-section-1-wrap-left-text {
    color: rgb(127, 127, 127);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 30px;
}
.custom-fd-section-1-wrap-left-text a {
    color: #7F7F7F;
    text-decoration: underline;
}
.custom-fd-section-1-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-fd-section-1-wrap-left-button-1 a {
    border: 2px solid rgb(23, 27, 28);
    border-radius: 15px;
    color: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
}
.custom-fd-section-1-wrap-left-button-1 a:hover {
    border: 2px solid rgb(246, 153, 36);
    color: rgb(246, 153, 36);
}
.custom-fd-section-1-wrap-left-button-2 a {
    border: 2px solid rgb(23, 27, 28);
    border-radius: 15px;
    color: #fff;
    background: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-fd-section-1-wrap-left-button-2 a span {
    display: flex;
}
.custom-fd-section-1-wrap-left-button-2 a:hover {
    border: 2px solid rgb(246, 153, 36);
    background: rgb(246, 153, 36);
}
.custom-fd-section-1-wrap-right {
    /*position: relative;*/
    width: calc(50% - 20px);
    padding: 50px 0;
}
.custom-fd-section-1-wrap-right-image-1 {
    position: absolute;
    width: 650px;
    bottom: 45px;
    left: calc(50% + 100px);
    display: flex;
}
.custom-fd-section-1-wrap-right-image-2 {
    position: absolute;
    bottom: -55px;
    width: 1075px;
    left: calc(50% + 423px);
    display: flex;
}

@media screen and (max-width: 1435px) {
    .custom-fd-section-1 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .custom-fd-section-1-wrap-left {
        width: calc(44% - 20px);
    }
    .custom-fd-section-1-wrap-left-title {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .custom-fd-section-1-wrap-left-text {
        font-size: 14px;
        padding-bottom: 20px;
        color: rgba(23, 27, 28, 0.8);
    }
    .custom-fd-section-1-wrap-left-button-1 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 32px;
    }
    .custom-fd-section-1-wrap-left-button-2 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 32px;
    }
    .custom-fd-section-1:before {
        height: calc(100% - 160px);
        border-radius: 45px 0px 0px 45px;
        left: calc(50% - 10px);
        width: calc(50% + 10px);
        bottom: 60px;
    }
    .custom-fd-section-1-wrap-right {
        width: calc(56% - 20px);
    }
    .custom-fd-section-1-wrap-right-image-1 {
        width: 556px;
        bottom: 60px;
        left: calc(50% - 10px);
    }
    .custom-fd-section-1-wrap-right-image-2 {
        bottom: 35px;
        left: calc(50% + 185px);
        width: 622px;
    }
}
@media screen and (max-width: 1023px) {
    .custom-fd-section-1 {
        padding-top: 0;
    }
    .custom-fd-section-1-wrap {
        gap: 20px;
    }
    .custom-fd-section-1-wrap-right {
        width: 100%;
        order: 1;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .custom-fd-section-1-wrap-left {
        width: 100%;
        padding: 20px 0;
        order: 2;
    }
    .custom-fd-section-1-wrap-left-text {
        font-size: 12px;
    }
    .custom-fd-section-1-wrap-left-buttons {
        justify-content: center;
    }
    .custom-fd-section-1-wrap-left-button-1 a {
        padding: 10px 20px;
    }
    .custom-fd-section-1-wrap-left-button-2 a {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 767px) {
    .custom-fd-section-1 {
        padding: 20px 0 25px;
    }
    .custom-fd-section-1-wrap-left {
        width: 100%;
        padding: 0 0 35px;
    }
    .custom-fd-section-1-wrap-left-title {
        font-size: 22px;
        text-align: center;
    }
    .custom-fd-section-1-wrap-left-text {
        font-size: 14px;
        /*text-align: center;*/
    }
    .custom-fd-section-1-wrap-left-buttons {
        max-width: 280px;
        margin: auto;
        flex-direction: column;
        gap: 5px;
    }
    .custom-fd-section-1-wrap-left-button-1 {
        width: 100%;
        order: 2;
    }
    .custom-fd-section-1-wrap-left-button-1 a {
        padding: 9px 20px;
        justify-content: center;
        border-radius: 15px;
        font-size: 16px;
    }
    .custom-fd-section-1-wrap-left-button-2 {
        width: 100%;
        order: 1;
    }
    .custom-fd-section-1-wrap-left-button-2 a {
        padding: 9px 20px;
        justify-content: center;
        border-radius: 15px;
        font-size: 16px;
    }
    .custom-fd-section-1-wrap {
        flex-direction: column;
    }
    .custom-fd-section-1-wrap-right {
        padding-top: 0;
    }
    .custom-fd-section-1-wrap-right {
        height: 385px;
    }
    .custom-fd-section-1:before {
        bottom: 25px;
        height: 385px;
        left: 15px;
        width: calc(100% - 15px);
        border-radius: 23px 0px 0px 23px;
    }
    .custom-fd-section-1-wrap-right-image-1 {
        width: 545px;
        bottom: 25px;
        left: -25px;
    }
    .custom-fd-section-1-wrap-right-image-2 {
        bottom: -2px;
        left: 160px;
        width: 619px;
    }
}

.custom-fd-section-2 {
    padding: 45px 0;
    overflow: hidden;
}
.custom-fd-section-2-wrap-title {
    color: rgb(23, 27, 28);
    font-family: Unbounded;
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    max-width: 870px;
    margin: auto;
}
.custom-fd-section-2-wrap-text {
    color: rgb(127, 127, 127);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    max-width: 870px;
    margin: auto;
    padding-bottom: 30px;
}
.custom-fd-section-2-wrap-button {
    display: flex;
    justify-content: center;
}
.custom-fd-section-2-wrap-button a {
    border: 2px solid rgb(23, 27, 28);
    border-radius: 15px;
    color: #fff;
    background: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-fd-section-2-wrap-button a span {
    display: flex;
}
.custom-fd-section-2-wrap-button a:hover {
    border: 2px solid rgb(246, 153, 36);
    background: rgb(246, 153, 36);
}
.custom-fd-section-2-wrap-content {
    position: relative;
    padding-top: 100px;
}
.custom-fd-section-2-content-block {
    border-radius: 65px;
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    height: 570px;
    overflow: hidden;
    position: relative;
}
.custom-fd-section-2-content-block:before {
    content: '';
    background-image: url("/wp-content/uploads/Vector-2-1.svg");
    width: 795px;
    height: 564px;
    display: block;
    position: absolute;
    left: -222px;
    top: -216px;
    background-size: 100% 100%;
}
.custom-fd-section-2-content-block:after {
    content: '';
    background-image: url("/wp-content/uploads/Vector-1-1-1.svg");
    width: 795px;
    height: 564px;
    display: block;
    position: absolute;
    right: -255px;
    bottom: -45px;
    background-size: 100% 100%;
}
.custom-fd-section-2-content-image {
    position: absolute;
    display: flex;
    bottom: 0;
}
@media screen and (max-width: 1435px) {
    .custom-fd-section-2 {
        padding: 30px 0;
    }
    .custom-fd-section-2-wrap-title {
        font-size: 22px;
        padding-bottom: 10px;
        max-width: 660px;
    }
    .custom-fd-section-2-wrap-text {
        font-size: 14px;
        max-width: 660px;
        padding-bottom: 20px;
    }
    .custom-fd-section-2-wrap-button a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 32px;
    }
    .custom-fd-section-2-wrap-content {
        padding-top: 60px;
    }
    .custom-fd-section-2-content-block {
        border-radius: 45px;
        height: 440px;
    }
    .custom-fd-section-2-content-image {
        width: 1060px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .custom-fd-section-2-content-block:before {
        left: -259px;
        top: -216px;
        background-image: url(/wp-content/uploads/Vector-2-2.svg);
    }
    .custom-fd-section-2-content-block:after {
        right: -407px;
        bottom: -69px;
        background-image: url(/wp-content/uploads/Vector-1-2.svg);
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .custom-fd-section-2 {
        padding: 20px 0 25px 0;
    }
    .custom-fd-section-2-wrap-button {
        max-width: 280px;
        margin: auto;
    }
    .custom-fd-section-2-wrap-button a {
        width: 100%;
        padding: 9px 20px;
        justify-content: center;
        border-radius: 15px;
        font-size: 16px;
    }
    .custom-fd-section-2-wrap-content {
        padding-top: 50px;
    }
    .custom-fd-section-2-content-block {
        border-radius: 23px;
        height: 220px;
    }
    .custom-fd-section-2-content-image {
        width: 530px;
    }
    .custom-fd-section-2-content-block:before {
        left: -58px;
        top: -32px;
        background-image: url(/wp-content/uploads/Vector-2-3.svg);
        width: 211px;
        height: 160px;
    }
    .custom-fd-section-2-content-block:after {
        right: -204px;
        bottom: -44px;
        background-image: url(/wp-content/uploads/Vector-1-3.svg);
        width: 381px;
        height: 277px;
    }
}

.custom-fd-section-3 {
    padding-top: 100px;
    padding-bottom: 45px;
    overflow: hidden;
    position: relative;
}
.custom-fd-section-3:before {
    content: '';
    position: absolute;
    right: calc(50% + 100px);
    width: calc(50% - 100px);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    border-radius: 0 65px 65px 0;
    bottom: 45px;
    height: calc(100% - 175px);
}
.custom-fd-section-3-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
.custom-fd-section-3-wrap-right {
    width: 52%;
    padding: 125px 0;
}
.custom-fd-section-3-wrap-right-title {
    color: rgb(23, 27, 28);
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.custom-fd-section-3-wrap-right-text {
    color: rgb(127, 127, 127);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 30px;
}
.custom-fd-section-3-wrap-right-text a {
    color: #7F7F7F;
    text-decoration: underline;
}
.custom-fd-section-3-wrap-right-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-fd-section-3-wrap-right-button-1 a {
    border: 2px solid rgb(23, 27, 28);
    border-radius: 15px;
    color: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
}
.custom-fd-section-3-wrap-right-button-1 a:hover {
    border: 2px solid rgb(246, 153, 36);
    color: rgb(246, 153, 36);
}
.custom-fd-section-3-wrap-right-button-2 a {
    border: 2px solid rgb(23, 27, 28);
    border-radius: 15px;
    color: #fff;
    background: rgb(23, 27, 28);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-fd-section-3-wrap-right-button-2 a span {
    display: flex;
}
.custom-fd-section-3-wrap-right-button-2 a:hover {
    border: 2px solid rgb(246, 153, 36);
    background: rgb(246, 153, 36);
}
.custom-fd-section-3-wrap-left {
    /*position: relative;*/
}
.custom-fd-section-3-wrap-left-image-1 {
    position: absolute;
    width: 360px;
    bottom: 67px;
    right: calc(50% + 194px);
    display: flex;
}
.custom-fd-section-3-wrap-left-image-2 {
    position: absolute;
    bottom: -26px;
    width: 1075px;
    right: calc(50% + 459px);
    display: flex;
}

@media screen and (max-width: 1435px) {
    .custom-fd-section-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .custom-fd-section-3-wrap-right {
        width: 44%;
        padding: 80px 0;
    }
    .custom-fd-section-3-wrap-right-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .custom-fd-section-3-wrap-right-text {
        font-size: 14px;
        padding-bottom: 20px;
        color: rgba(23, 27, 28, 0.8);
    }
    .custom-fd-section-3-wrap-right-button-1 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 32px;
    }
    .custom-fd-section-3-wrap-right-button-2 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 32px;
    }
    .custom-fd-section-3:before {
        height: calc(100% - 90px);
        border-radius: 0 45px 45px 0;
        right: calc(50% + 20px);
        width: calc(50% - 20px);
        bottom: 30px;
    }
    .custom-fd-section-3-wrap-left-image-1 {
        width: 239px;
        bottom: 48px;
        right: calc(50% + 43px);
    }
    .custom-fd-section-3-wrap-left-image-2 {
        bottom: 30px;
        right: calc(50% + 215px);
        width: 622px;
    }
}
@media screen and (max-width: 1023px) {
    .custom-fd-section-3-wrap-right-text {
        font-size: 12px;
    }
    .custom-fd-section-3-wrap-right-button-1 a {
        padding: 10px 20px;
        font-size: 12px;
    }
    .custom-fd-section-3-wrap-right-button-2 a {
        padding: 10px 20px;
        font-size: 12px;
    }
    .custom-fd-section-3-wrap-right {
        width: 49%;
    }
}
@media screen and (max-width: 767px) {
    .custom-fd-section-3 {
        padding: 20px 0 25px;
    }
    .custom-fd-section-3-wrap-right {
        width: 100%;
        padding: 0 0 35px;
        order: 1;
    }
    .custom-fd-section-3-wrap-right-title {
        font-size: 22px;
        text-align: center;
    }
    .custom-fd-section-3-wrap-right-text {
        font-size: 14px;
        text-align: center;
    }
    .custom-fd-section-3-wrap-right-buttons {
        max-width: 280px;
        margin: auto;
        flex-direction: column;
        gap: 5px;
    }
    .custom-fd-section-3-wrap-right-button-1 {
        width: 100%;
        order: 2;
    }
    .custom-fd-section-3-wrap-right-button-1 a {
        padding: 9px 20px;
        justify-content: center;
        border-radius: 15px;
        font-size: 16px;
    }
    .custom-fd-section-3-wrap-right-button-2 {
        width: 100%;
        order: 1;
    }
    .custom-fd-section-3-wrap-right-button-2 a {
        padding: 9px 20px;
        justify-content: center;
        border-radius: 15px;
        font-size: 16px;
    }
    .custom-fd-section-3-wrap {
        flex-direction: column;
    }
    .custom-fd-section-3-wrap-left {
        height: 385px;
        order: 2;
    }
    .custom-fd-section-3:before {
        bottom: 25px;
        height: 385px;
        right: 15px;
        width: calc(100% - 15px);
        border-radius: 0 23px 23px 0;
    }
    .custom-fd-section-3-wrap-left-image-1 {
        width: 220px;
        bottom: 35px;
        right: 28px;
    }
    .custom-fd-section-3-wrap-left-image-2 {
        bottom: -2px;
        right: 177px;
        width: 619px;
    }
}

.custom-fd-section-12 {
    padding: 45px 0 90px;
}
@media screen and (max-width: 1435px) {
    .custom-fd-section-12 {
        padding: 30px 0 60px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .custom-fd-section-12 {
        padding: 20px 0 45px;
    }
}


.visual-section-1 {
    padding: 45px 0 40px;
}
.visual-section-1-wrap-title {
    color: rgb(23, 27, 28);
    font-family: Unbounded;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    max-width: 1170px;
    margin: auto;
}
.visual-section-1-wrap-text {
    color: rgb(93, 93, 93);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    padding-bottom: 45px;
    max-width: 1170px;
    margin: auto;
}
.visual-section-1-wrap-items-head {
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
}
.visual-section-1-wrap-items-head-items {
    display: flex;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: 22px 105px;
}
.visual-section-1-wrap-items-head-item {
    color: rgb(127, 127, 127);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
.visual-section-1-wrap-items-head-item-active {
    color: #F69924;
    font-weight: 700;
}
.visual-section-1-wrap-items-body-item {
    display: none;
}
.visual-section-1-wrap-items-body-item-active {
    display: block;
}
.visual-section-1-wrap-items-body-item-buttons {
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1020px;
    margin: auto;
}
.visual-section-1-wrap-items-body-item-button {
    width: calc(50% - 10px);
    border-radius: 10px;
    background: rgb(188, 190, 192);
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    padding: 12px;
    cursor: pointer;
}
.visual-section-1-wrap-items-body-item-button-active {
    background: #F69924;
}
.visual-section-1-wrap-items-body-item-content {
    display: none;
}
.visual-section-1-wrap-items-body-item-content-active {
    display: block;
}
.visual-section-1-wrap-items-body-item-content-code {
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    height: 600px;
}
.visual-section-1-wrap-items-body-item-content-code iframe {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border: none;
}
.visual-section-1-wrap-items-body-item-content-code model-viewer {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border: none;
    background: #EEE;
}

@media screen and (max-width: 1435px) {
    .visual-section-1 {
        padding: 45px 0 30px;
    }
    .visual-section-1-wrap-title {
        font-size: 24px;
        line-height: 140%;
        padding-bottom: 15px;
        max-width: 800px;
    }
    .visual-section-1-wrap-text {
        font-size: 14px;
        padding-bottom: 30px;
        max-width: 800px;
    }
    .visual-section-1-wrap-items-head {
        padding-bottom: 30px;
    }
    .visual-section-1-wrap-items-head-items {
        gap: 35px;
        padding: 19px 85px;
        justify-content: center;
    }
    .visual-section-1-wrap-items-head-item {
        font-size: 18px;
        line-height: 22px;
    }
    .visual-section-1-wrap-items-body-item-buttons {
        padding-bottom: 15px;
        gap: 15px;
        max-width: 615px;
    }
    .visual-section-1-wrap-items-body-item-button {
        width: calc(50% - 7px);
        padding: 11px;
    }
    .visual-section-1-wrap-items-body-item-content-code {
        border-radius: 35px;
        height: 480px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .visual-section-1 {
        padding: 30px 0 25px;
    }
    .visual-section-1-wrap-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .visual-section-1-wrap-text {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .visual-section-1-wrap-items-head {
        padding-bottom: 20px;
    }
    .visual-section-1-wrap-items-head-items {
        gap: 15px 35px;
        padding: 30px 60px;
        justify-content: center;
        border-radius: 20px;
    }
    .visual-section-1-wrap-items-head-item {
        font-size: 16px;
        line-height: 20px;
    }
    .visual-section-1-wrap-items-body-item-buttons {
        padding-bottom: 10px;
        gap: 5px;
        flex-wrap: wrap;
    }
    .visual-section-1-wrap-items-body-item-button {
        width: 100%;
        font-size: 14px;
        padding: 8px;
    }
    .visual-section-1-wrap-items-body-item-content-code {
        border-radius: 30px;
    }
}

.second-menu-section {
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    top: 65px;
    transition: all 0.5s;
}
.admin-bar .second-menu-section {
    top: 97px;
}
.second-menu-section-wrap {
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}
.second-menu-section-wrap-items {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 65px 24px;
    transition: all 0.5s;
}
.second-menu-section-wrap-item {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
}
.second-menu-section-wrap-item:hover {
    color: #F69924;
}
.second-menu-section-wrap-item-active {
    color: #F69924;
}
.hide-second-menu-section {
    top: 65px;
}
.admin-bar .hide-second-menu-section {
    top: 97px;
}
.hide-second-menu-section .second-menu-section-wrap-items {
    padding: 24px 65px 24px;
}
.template-for-product-item {
    position: relative;
    padding-top: 200px;
    margin-bottom: -200px;
}
.template-for-product-items {
    margin-top: -200px;
    padding-bottom: 200px;
}
.section-breacbream-advantages {
    top: 60px;
}
.advantages-section-1-wrap-slider-item-content-block {
    padding-top: 320px;
}
.single-product .breacbream-wrap-custom {
    padding-top: 20px;
}
.single-product .breacbream-wrap-custom .breacbream-wrap-custom-items {
    gap: 4px;
}
.single-product .breacbream-wrap-custom .breacbream-wrap-custom-item-link {
    color: rgba(23, 27, 28, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-product .breacbream-wrap-custom .breacbream-wrap-custom-item-separate {
    color: rgba(23, 27, 28, 0.50);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-product .breacbream-wrap-custom .breacbream-wrap-custom-item-last {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.calendly-inline-widget-wrap {
    background-image: url(/wp-content/uploads/64c9d0e41da485be6f38b9bc_ready-to-get-started-bg-image-techflow-x-webflow-template.jpg);
    background-position: 0 0;
    background-size: cover;
    padding: 80px 72px;
    border-radius: 20px;
    text-align: center;
}
.calendly-inline-widget-wrap-title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.calendly-inline-widget-wrap-text {
    max-width: 960px;
    margin: auto;
}
@media screen and (max-width: 1435px) {
    .template-for-product-item {
        padding-top: 150px;
        margin-bottom: -150px;
    }
    .template-for-product-items {
        margin-top: -150px;
        padding-bottom: 150px;
    }
    .second-menu-section {
        top: 65px;
    }
    .admin-bar .second-menu-section {
        top: 97px;
    }
    .second-menu-section-wrap-items {
        padding: 24px 65px 24px;
        gap: 45px;
    }
    .second-menu-section-wrap-item {
        font-size: 14px;
        white-space: nowrap;
    }
    .hide-second-menu-section {
        top: 65px;
    }
    .admin-bar .hide-second-menu-section {
        top: 97px;
    }
    .advantages-section-1-wrap-slider-item-content-block {
        padding-top: 250px;
    }
    .second-menu-section-wrap-items {
        overflow: auto;
    }
    .single-product .breacbream-wrap-custom {
        padding: 20px 30px 0 30px;
    }
}
@media screen and (max-width: 1023px) {
    .second-menu-section {
        top: 65px;
        z-index: 15;
    }
    .admin-bar .second-menu-section {
        top: 111px;
    }
    .second-menu-section-wrap-items {
        padding: 20px 20px 20px;
        gap: 45px;
    }
    .hide-second-menu-section {
        top: 65px;
    }
    .admin-bar .hide-second-menu-section {
        top: 111px;
    }
    .advantages-section-1-wrap-slider-item-content-block {
        padding-top: 215px;
    }
    .hide-second-menu-section .second-menu-section-wrap-items {
        padding: 20px 20px 20px;
    }
    .single-product .breacbream-wrap-custom {
        padding: 20px 30px 0 30px;
    }
    .section-header-wrap-right-block-button-2 a {
        font-size: 18px;
        font-weight: 700;
        line-height: 17px;
        padding: 13px;
        display: flex;
        text-align: center;
        margin-top: 10px;
        justify-content: center;
    }
    .section-header-wrap-right-block-button-2 a span svg {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .second-menu-section-wrap-items {
        padding: 20px 20px 20px;
        gap: 20px;
    }
    .hide-second-menu-section .second-menu-section-wrap-items {
        padding: 20px 20px 20px;
    }
    .single-product .breacbream-wrap-custom {
        padding: 20px 15px 0 15px;
    }
    .single-product .breacbream-wrap-custom-items {
        gap: 0 4px;
        flex-wrap: wrap;
    }
    .calendly-inline-widget-wrap {
        padding: 30px 15px;
    }
}

.section-footer-version-2-bottom {
    background: #171B1C;
    padding: 45px 0;
}
.section-footer-version-2-bottom-wrap-top-column-wrap-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}
.section-footer-version-2-bottom-wrap-top-column-wrap-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
}
.section-footer-version-2-bottom-wrap-top-column-wrap-menu ul li a {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.section-footer-version-2-bottom-wrap-top-column-wrap-menu ul li a:hover {
    color: #fff;
}
.section-footer-version-2-bottom-wrap-top-column-wrap-button a {
    color: #FF6B00;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    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;
}
.section-footer-version-2-bottom-wrap-top-column-4-socials {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 40px;
}
.section-footer-version-2-bottom-wrap-top-column-4-social {
    display: flex;
}
.section-footer-version-2-bottom-wrap-top-column-4-image-1 {
    display: flex;
    padding-bottom: 10px;
}
.section-footer-version-2-bottom-wrap-top-column-4-image-2 {
    display: flex;
    padding-bottom: 10px;
    max-width: 130px;
}
.section-footer-version-2-bottom-wrap-top-column-4-text-1 {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    max-width: 310px;
}
.section-footer-version-2-bottom-wrap-top-column-4-text-2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}
.section-footer-version-2-bottom-wrap-top-column-8-phone {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-2-bottom-wrap-top-column-8-email {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-2-bottom-wrap-top-column-8-address {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-2-bottom-wrap-top-column-8-hours {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 13px;
}
.section-footer-version-2-bottom-wrap-top-column-8-none {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-2-bottom-wrap-top-column-8-none a {
    color: #FF6B00;
}
.section-footer-version-2-bottom-wrap-bottom {
    padding-top: 122px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.section-footer-version-2-bottom-wrap-bottom {
    padding-top: 122px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.section-footer-version-2-bottom-wrap-bottom-left-text-1 {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
}
.section-footer-version-2-bottom-wrap-bottom-left-text-2 {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-2-bottom-wrap-bottom-right-text {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-footer-version-2-bottom-wrap-top-columns {
    display: flex;
    gap: 45px 85px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 1) {
    width: 200px;
}
.section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 2) {
    width: 265px;
}
.section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 3) {
    width: 295px;
}
.section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 4) {
    width: 385px;
}
.section-footer-version-2-bottom-wrap-top-column-10 .section-footer-version-2-bottom-wrap-top-column-wrap-title {
    max-width: 200px;
}
.section-footer-version-2-bottom-wrap-top-column-11 .section-footer-version-2-bottom-wrap-top-column-wrap-title {
    max-width: 200px;
}
@media screen and (max-width: 1435px) {
    .section-footer-version-2-bottom {
        padding: 32px 0;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-title {
        font-size: 18px;
        padding-bottom: 13px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-menu ul {
        gap: 13px;
        padding-bottom: 13px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-menu ul li a {
        font-size: 16px;
    }
    .section-footer-version-2-bottom-wrap-top-columns {
        gap: 32px 64px;
    }
    .section-footer-version-2-bottom-wrap-bottom {
        padding-top: 32px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-socials {
        gap: 5px;
        padding-bottom: 13px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-social svg {
        width: 36px;
        height: 36px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-image-1 {
        max-width: 140px;
        padding-bottom: 5px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-image-2 {
        padding-bottom: 5px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-text-1 {
        font-size: 14px;
        padding-bottom: 5px;
        max-width: 235px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-text-2 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-phone {
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-email {
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-address {
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-hours {
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 1) {
        width: auto;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 2) {
        width: auto;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 3) {
        width: auto;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(4n + 4) {
        width: auto;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(3n + 1) {
        width: 180px;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(3n + 2) {
        width: 245px;
    }
    .section-footer-version-2-bottom-wrap-top-column:nth-child(3n + 3) {
        width: 385px;
    }
    .section-footer-version-2-bottom-wrap-top-column {
        order: 1;
    }
    .section-footer-version-2-bottom-wrap-top-column-1 {
        width: 180px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-2 {
        width: 245px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-3 {
        width: 385px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-4 {
        order: 2;
        width: 245px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-5 {
        width: 180px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-6 {
        width: 245px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-7 {
        width: 385px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-8 {
        order: 3;
        width: 385px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-9 {
        width: 180px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-10 {
        width: 245px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-11 {
        width: 385px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-12 {
        width: 180px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-10 .section-footer-version-2-bottom-wrap-top-column-wrap-title {
        max-width: 150px;
    }
    .section-footer-version-2-bottom-wrap-top-column-11 .section-footer-version-2-bottom-wrap-top-column-wrap-title {
        max-width: 150px;
    }
}
@media screen and (max-width: 1023px) {
    .section-footer-version-2-bottom-wrap-top-columns {
        gap: 32px 60px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-menu ul {
        gap: 7px;
        padding-bottom: 7px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-menu ul li a {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-social svg {
        width: 32px;
        height: 32px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-socials {
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-image-1 {
        max-width: 120px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-text-1 {
        font-size: 12px;
        max-width: 200px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-text-2 {
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-button a {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-phone {
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-email {
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-address {
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-hours {
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-none {
        font-size: 10px;
    }
    .section-footer-version-2-bottom-wrap-bottom-left-text-1 {
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-bottom-left-text-2 {
        font-size: 10px;
    }
    .section-footer-version-2-bottom-wrap-bottom-right-text {
        font-size: 12px;
    }
    .section-footer-version-2-bottom-wrap-bottom {
        flex-direction: column-reverse;
        align-items: start;
        gap: 13px;
    }
    .section-footer-version-2-bottom-wrap-top-column-1 {
        width: 160px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-2 {
        width: 220px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-3 {
        width: 230px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-4 {
        width: 220px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-5 {
        width: 160px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-6 {
        width: 220px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-7 {
        width: 230px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-8 {
        width: 230px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-9 {
        width: 160px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-10 {
        width: 220px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-11 {
        width: 230px !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-12 {
        width: 160px !important;
    }
}
@media screen and (max-width: 767px) {
    .section-footer-version-2-bottom {
        padding: 30px 0 45px 0;
    }
    .section-footer-version-2-bottom-wrap-bottom {
        padding-top: 24px;
        max-width: 290px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-wrap-menu ul {
        gap: 10px;
        padding-bottom: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-phone {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-email {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-address {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-hours {
        font-size: 14px;
    }
    .section-footer-version-2-bottom-wrap-top-column-8-none {
        font-size: 10px;
    }
    .section-footer-version-2-bottom-wrap-top-column-4-image-2 {
        max-width: 110px;
    }
    .section-footer-version-2-bottom-wrap-top-columns {
        gap: 32px;
    }
    .section-footer-version-2-bottom-wrap-top-column-1 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-2 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-3 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-4 {
        width: 100% !important;
        order: 3;
    }
    .section-footer-version-2-bottom-wrap-top-column-5 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-6 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-7 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-8 {
        width: 100% !important;
        order: 2;
    }
    .section-footer-version-2-bottom-wrap-top-column-9 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-10 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-11 {
        width: calc(50% - 16px) !important;
    }
    .section-footer-version-2-bottom-wrap-top-column-12 {
        width: calc(50% - 16px) !important;
    }
}

.appointment-section-1 {
    padding: 45px 0px 0px;
}
.appointment-section-1-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 840px;
    margin-bottom: 0;
    margin: auto;
    padding-bottom: 25px;
}
.appointment-section-1-wrap-title span {
    color: #FF7A00;
}
.appointment-section-1-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 950px;
    margin: auto;
}
.appointment-section-1-wrap-text span {
    color: #171B1C;
}
@media screen and (max-width: 1435px) {
    .appointment-section-1 {
        padding: 45px 0 25px;
    }
    .appointment-section-1-wrap-title {
        font-size: 36px;
        max-width: 790px;
        padding-bottom: 15px;
    }
    .appointment-section-1-wrap-text {
        font-size: 14px;
        max-width: 790px;
    }
}
@media screen and (max-width: 1023px) {
    .appointment-section-1-wrap-title {
        font-size: 32px;
        max-width: 600px;
    }
    .appointment-section-1-wrap-text {
        max-width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .appointment-section-1 {
        padding: 32px 0 25px;
    }
    .appointment-section-1-wrap-title {
        font-size: 23px;
    }
}
.appointment-section-2 {
    padding-bottom: 40px;
}
.appointment-section-2-wrap-iframe .calendly-inline-widget {
    min-width: 320px;
    height: 660px;
}
@media screen and (max-width: 1435px) {
    .appointment-section-2 {
        padding-bottom: 25px;
    }
    .appointment-section-2-wrap-iframe .calendly-inline-widget {
        height: 1240px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .appointment-section-2 {
        padding-top: 20px;
    }
    .appointment-section-2-wrap-iframe .calendly-inline-widget {
        height: 1100px;
    }
}

.trailer-type-list-section-1 {
    padding: 45px 0 25px;
}
.trailer-type-list-section-1-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.trailer-type-list-section-1-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 25px;
    max-width: 960px;
    margin: auto;
}
.trailer-type-list-section-1-wrap-button {
    display: flex;
    justify-content: center;
}
.trailer-type-list-section-1-wrap-button a {
    display: flex;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 10px;
    align-items: center;
    border-radius: 13px;
    background: #171B1C;
    padding: 15px 40px;
    transition: all 0.5s;
}
.trailer-type-list-section-1-wrap-button a span {
    display: flex;
}
.trailer-type-list-section-1-wrap-button a:hover {
    background: #F69924;
}
@media screen and (max-width: 1435px) {
    .trailer-type-list-section-1 {
        padding: 45px 0 15px;
    }
    .trailer-type-list-section-1-wrap-title {
        font-size: 36px;
    }
    .trailer-type-list-section-1-wrap-text {
        max-width: 800px;
        font-size: 14px;
    }
    .trailer-type-list-section-1-wrap-button a {
        font-size: 14px;
        gap: 5px;
        padding: 13px 23px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-type-list-section-1-wrap-title {
        font-size: 32px;
        max-width: 555px;
        margin: auto;
    }
    .trailer-type-list-section-1-wrap-text {
        max-width: 650px;
    }
    .trailer-type-list-section-1-wrap-button a {
        padding: 10px 23px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-type-list-section-1 {
        padding: 30px 0 10px;
    }
    .trailer-type-list-section-1-wrap-title {
        font-size: 23px;
        max-width: 320px;
    }
    .trailer-type-list-section-1-wrap-text {
        max-width: 320px;
        padding-bottom: 15px;
    }
}

.trailer-type-list-section-2 {
    padding: 20px 0 40px;
}
.trailer-type-list-section-2-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.trailer-type-list-section-2-wrap-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 12px);
}
.trailer-type-list-section-2-wrap-item-image {
    display: flex;
    width: 100%;
    height: 200px;
}
.trailer-type-list-section-2-wrap-item-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.trailer-type-list-section-2-wrap-item-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 20px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1435px) {
    .trailer-type-list-section-2 {
        padding: 15px 0 25px;
    }
    .trailer-type-list-section-2-wrap-item {
        width: calc(50% - 8px);
    }
    .trailer-type-list-section-2-wrap-item-image {
        height: 165px;
    }
    .trailer-type-list-section-2-wrap-item-title {
        max-width: 240px;
        padding: 0;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .trailer-type-list-section-2 {
        padding: 10px 0 25px;
    }
    .trailer-type-list-section-2-wrap-items {
        gap: 5px;
    }
    .trailer-type-list-section-2-wrap-item {
        width: calc(50% - 3px);
    }
    .trailer-type-list-section-2-wrap-item-image {
        height: 125px;
    }
    .trailer-type-list-section-2-wrap-item-image img {
        border-radius: 18px;
    }
    .trailer-type-list-section-2-wrap-item-title {
        font-size: 16px;
        max-width: 100%;
        padding: 0 25px;
    }
}

.trailer-type-list-section-3 {
    padding: 40px 0;
}
.trailer-type-list-section-3-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 45px;
}
.trailer-type-list-section-3-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: -100px;
    padding-bottom: 100px;
}
.trailer-type-list-section-3-wrap-item {
    position: relative;
    padding-top: 100px;
    margin-bottom: -100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
}
.trailer-type-list-section-3-wrap-items .trailer-type-list-section-3-wrap-item:last-child {
    padding-bottom: 0;
    border: none;
}
.trailer-type-list-section-3-wrap-item-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.trailer-type-list-section-3-wrap-item-top-left-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 146%;
}
.trailer-type-list-section-3-wrap-item-top-right-button a {
    color: #FF7A00;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item {
    width: calc(33.3334% - 14px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 2;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-top {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image {
    display: flex;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(180deg, #171B1C 0%, rgba(23, 27, 28, 0.00) 100%);
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image img {
    height: 390px;
    object-position: center;
    object-fit: cover;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-type {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom-button {
    display: flex;
}

@media screen and (max-width: 1435px) {
    .trailer-type-list-section-3 {
        padding: 20px 0 25px 0;
    }
    .trailer-type-list-section-3-wrap-title {
        font-size: 30px;
        padding-bottom: 30px;
    }
    .trailer-type-list-section-3-wrap-items {
        gap: 30px;
    }
    .trailer-type-list-section-3-wrap-item {
        padding-bottom: 30px;
    }
    .trailer-type-list-section-3-wrap-item-top-left-name {
        font-size: 23px;
    }
    .trailer-type-list-section-3-wrap-item-top-right-button a {
        font-size: 18px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-items {
        gap: 15px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item {
        width: calc(50% - 8px);
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom-button svg {
        width: 23px;
        height: 23px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom-name {
        font-size: 18px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image img {
        height: 300px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-type {
        font-size: 30px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-items a:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-type-list-section-3-wrap-title {
        font-size: 23px;
    }
    .trailer-type-list-section-3-wrap-items {
        gap: 20px;
    }
    .trailer-type-list-section-3-wrap-item {
        padding-bottom: 20px;
    }
    .trailer-type-list-section-3-wrap-item-top-left-name {
        font-size: 18px;
    }
    .trailer-type-list-section-3-wrap-item-top-right-button a {
        font-size: 16px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-bottom-name {
        font-size: 16px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image img {
        height: 245px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-type {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-type-list-section-3-wrap-title {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .trailer-type-list-section-3-wrap-items {
        margin-top: -90px;
        padding-bottom: 90px;
    }
    .trailer-type-list-section-3-wrap-item {
        padding-top: 90px;
        margin-bottom: -90px;
    }
    .trailer-type-list-section-3-wrap-item-top-right {
        display: none;
    }
    .trailer-type-list-section-3-wrap-item-top {
        justify-content: center;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item-top-image img {
        height: 325px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-items a:nth-child(3) {
        display: flex;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-items {
        overflow: auto;
        display: flex;
        flex-wrap: inherit;
        padding-right: 15px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap-item {
        width: 325px;
        min-width: 325px;
    }
    .trailer-type-list-section-3-wrap-item-bottom-wrap {
        margin-right: -15px;
    }
}

.trailer-type-list-section-4 {
    padding: 40px 0;
}
.trailer-type-list-section-4-wrap {
    border: 1px solid rgb(217, 217, 217);
    border-radius: 65px;
    background: rgb(245, 245, 245);
    padding-left: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(/wp-content/uploads/Group-39611.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    justify-content: space-between;
}
.trailer-type-list-section-4-wrap-left {
    max-width: 635px;
}
.trailer-type-list-section-4-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}
.trailer-type-list-section-4-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}
.trailer-type-list-section-4-wrap-left-button {
    max-width: 280px;
}
.trailer-type-list-section-4-wrap-left-button a {
    border-radius: 10px;
    background: #171B1C;
    padding: 12px 35px;
    transition: all 0.5s;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.trailer-type-list-section-4-wrap-left-button a:hover {
    background: #F69924;
}
.trailer-type-list-section-4-wrap-left-button a span {
    display: flex;
}
.trailer-type-list-section-4-wrap-right-image {
    max-width: 592px;
    display: flex;
}
.trailer-type-list-section-4-wrap-right-image .image-mobile {
    display: none;
}
@media screen and (max-width: 1435px) {
    .trailer-type-list-section-4 {
        padding: 20px 0 25px 0;
    }
    .trailer-type-list-section-4-wrap {
        border-radius: 30px;
        padding-left: 65px;
        background-image: url(/wp-content/uploads/Group-39612.png);
    }
    .trailer-type-list-section-4-wrap-left {
        max-width: 360px;
    }
    .trailer-type-list-section-4-wrap-left-title {
        font-size: 24px;
    }
    .trailer-type-list-section-4-wrap-left-text {
        font-size: 14px;
    }
    .trailer-type-list-section-4-wrap-left-button {
        max-width: 100%;
    }
    .trailer-type-list-section-4-wrap-right-image {
        height: 464px;
        margin-right: -155px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-type-list-section-4-wrap {
        padding-left: 45px;
        background-image: url(/wp-content/uploads/Group-39613.png);
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .trailer-type-list-section-4-wrap-left {
        max-width: 330px;
    }
    .trailer-type-list-section-4-wrap-left-title {
        font-size: 23px;
    }
    .trailer-type-list-section-4-wrap-right-image {
        height: 323px;
        margin-right: 0;
    }
    .trailer-type-list-section-4-wrap-right-image img {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .trailer-type-list-section-4-wrap {
        background-image: url(/wp-content/uploads/Group-39614.png);
        padding: 35px 10px 15px;
        gap: 50px;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .trailer-type-list-section-4-wrap-left-title {
        font-size: 22px;
        text-align: center;
        padding-bottom: 10px;
    }
    .trailer-type-list-section-4-wrap-left-text {
        text-align: center;
        padding: 0 20px 10px;
    }
    .trailer-type-list-section-4-wrap-left-button a {
        gap: 5px;
        font-size: 14px;
    }
    .trailer-type-list-section-4-wrap-left-button {
        max-width: 275px;
        margin: auto;
    }
    .trailer-type-list-section-4-wrap-right-image {
        margin: 0;
        height: auto;
        width: auto;
        text-align: center;
        max-width: 100%;
    }
    .trailer-type-list-section-4-wrap-right-image .image-desktop {
        display: none;
    }
    .trailer-type-list-section-4-wrap-right-image .image-mobile {
        display: block;
    }
}

.archive.tax-state h1, .archive.tax-state h2, .archive.tax-state h3, .archive.tax-state h4, .archive.tax-state h5, .archive.tax-state h6 {
    margin: 0;
}
.single-city h1, .single-city h2, .single-city h3, .single-city h4, .single-city h5, .single-city h6 {
    margin: 0;
}

.section-breacbream-v2 {
    padding-top: 46px;
}
.breacbream-wrap-custom-v2-items {
    display: flex;
    align-items: center;
    gap: 10px;
}
.breacbream-wrap-custom-v2-item-link {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breacbream-wrap-custom-v2-item-separate {
    color: #D9D9D9;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breacbream-wrap-custom-v2-item-last {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 1435px) {
    .section-breacbream-v2 {
        padding-top: 32px;
    }
    .breacbream-wrap-custom-v2-item-link {
        font-size: 14px;
    }
    .breacbream-wrap-custom-v2-item-separate {
        font-size: 14px;
    }
    .breacbream-wrap-custom-v2-item-last {
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {}
@media screen and (max-width: 767px) {}

.careers-v2-section-1 {
    padding: 50px 0;
}
.careers-v2-section-1-wrap {
    display: flex;
    gap: 55px;
    align-items: end;
}
.careers-v2-section-1-wrap-left {
    width: calc(50% - 55px);
}
.careers-v2-section-1-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.careers-v2-section-1-wrap-left-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding-bottom: 20px;
}
.careers-v2-section-1-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.careers-v2-section-1-wrap-left-button-1 {
    width: calc(50% - 5px);
}
.careers-v2-section-1-wrap-left-button-1 a {
    border-radius: 13px;
    display: flex;
    border: 2px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    justify-content: center;
    padding: 17px;
    transition: all 0.5s;
    align-items: center;
}
.careers-v2-section-1-wrap-left-button-1 a span {
    display: flex;
}
.careers-v2-section-1-wrap-left-button-1 a svg path {
    transition: all 0.5s;
}
.careers-v2-section-1-wrap-left-button-1 a:hover {
    border: 2px solid rgb(246, 153, 36);
    color: rgb(246, 153, 36);
}
.careers-v2-section-1-wrap-left-button-1 a:hover svg path {
    fill: rgb(246, 153, 36);
}
.careers-v2-section-1-wrap-left-button-2 {
    width: calc(50% - 5px);
}
.careers-v2-section-1-wrap-left-button-2 a {
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 19px;
    transition: all 0.5s;
    align-items: center;
}
.careers-v2-section-1-wrap-left-button-2 a span {
    display: flex;
}
.careers-v2-section-1-wrap-left-button-2 a svg path {
    transition: all 0.5s;
}
.careers-v2-section-1-wrap-left-button-2 a:hover {
    background: rgb(246, 153, 36);
}
.careers-v2-section-1-wrap-right {
    width: calc(50% - 55px);
}
.careers-v2-section-1-wrap-right-image {
    display: flex;
}
@media screen and (max-width: 1435px) {
    .careers-v2-section-1 {
        padding: 40px 0;
    }
    .careers-v2-section-1-wrap {
        flex-direction: column;
        gap: 25px;
    }
    .careers-v2-section-1-wrap-left {
        order: 2;
        width: 100%;
    }
    .careers-v2-section-1-wrap-left-title {
        font-size: 38px;
        text-align: center;
        padding-bottom: 15px;
    }
    .careers-v2-section-1-wrap-left-text {
        font-size: 14px;
        text-align: center;
        max-width: 800px;
        margin: auto;
        padding-bottom: 15px;
    }
    .careers-v2-section-1-wrap-left-buttons {
        max-width: 655px;
        margin: auto;
    }
    .careers-v2-section-1-wrap-left-button-1 a {
        font-size: 16px;
        border-radius: 10px;
        padding: 10px;
    }
    .careers-v2-section-1-wrap-left-button-2 a {
        font-size: 16px;
        border-radius: 10px;
        padding: 12px;
    }
    .careers-v2-section-1-wrap-right {
        order: 1;
        width: 100%;
    }
    .careers-v2-section-1-wrap-right-image {
        max-width: 390px;
        margin: auto;
    }
}
@media screen and (max-width: 1023px) {
    .careers-v2-section-1 {
        padding: 30px 0;
    }
    .careers-v2-section-1-wrap-left-title {
        font-size: 36px;
    }
    .careers-v2-section-1-wrap-left-text {
        max-width: 620px;
    }
    .careers-v2-section-1-wrap-left-buttons {
        max-width: 590px;
    }
    .careers-v2-section-1-wrap-right-image {
        max-width: 370px;
    }
}
@media screen and (max-width: 767px) {
    .careers-v2-section-1 {
        padding: 20px 0;
    }
    .careers-v2-section-1-wrap-left-title {
        font-size: 30px;
    }
    .careers-v2-section-1-wrap-left-buttons {
        flex-direction: column;
        gap: 5px;
    }
    .careers-v2-section-1-wrap-left-button-1 {
        width: 100%;
    }
    .careers-v2-section-1-wrap-left-button-1 a {
        font-size: 14px;
        border-radius: 7px;
    }
    .careers-v2-section-1-wrap-left-button-2 {
        width: 100%;
    }
    .careers-v2-section-1-wrap-left-button-2 a {
        font-size: 14px;
        border-radius: 7px;
    }
    .careers-v2-section-1-wrap-right-image {
        max-width: 345px;
    }
}

.careers-v2-section-2 {
    padding: 50px 0;
}
.careers-v2-section-2-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.careers-v2-section-2-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.careers-v2-section-2-wrap-item {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px;
    gap: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.careers-v2-section-2-wrap-item-left {
    width: calc(100% - 290px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.careers-v2-section-2-wrap-item-right {
    width: 200px;
}
.careers-v2-section-2-wrap-item-right-button {
    cursor: pointer;
    border-radius: 13px;
    border: 2px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.5s;
}
.careers-v2-section-2-wrap-item-right-button span {
    display: flex;
}
.careers-v2-section-2-wrap-item-right-button svg path {
    transition: all 0.5s;
}
.careers-v2-section-2-wrap-item-right-button:hover {
    border: 2px solid rgb(246, 153, 36);
    color: rgb(246, 153, 36);
}
.careers-v2-section-2-wrap-item-right-button:hover svg path {
    fill: rgb(246, 153, 36);
}
.careers-v2-section-2-wrap-item-left-column {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.careers-v2-section-2-wrap-item-left-column-label {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.careers-v2-section-2-wrap-item-left-column-value {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width: 1435px) {
    .careers-v2-section-2 {
        padding: 40px 0;
    }
    .careers-v2-section-2-wrap-title {
        font-size: 36px;
    }
    .careers-v2-section-2-wrap-item {
        padding: 30px;
        gap: 180px;
        align-items: end;
    }
    .careers-v2-section-2-wrap-item-right {
        width: 220px;
    }
    .careers-v2-section-2-wrap-item-left {
        width: calc(100% - 400px);
        gap: 45px;
    }
    .careers-v2-section-2-wrap-item-left-column {
        width: calc(50% - 23px);
        gap: 15px;
    }
    .careers-v2-section-2-wrap-item-right-button {
        border-radius: 10px;
        padding: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .careers-v2-section-2 {
        padding: 30px 0;
    }
    .careers-v2-section-2-wrap-title {
        font-size: 32px;
        text-align: center;
    }
    .careers-v2-section-2-wrap-items {
        gap: 15px;
    }
    .careers-v2-section-2-wrap-item {
        gap: 100px;
    }
    .careers-v2-section-2-wrap-item-left {
        width: calc(100% - 265px);
        gap: 35px;
    }
    .careers-v2-section-2-wrap-item-left-column {
        width: calc(50% - 18px);
        gap: 15px;
    }
    .careers-v2-section-2-wrap-item-left-column-label {
        font-size: 16px;
    }
    .careers-v2-section-2-wrap-item-left-column-value {
        font-size: 18px;
    }
    .careers-v2-section-2-wrap-item-right {
        width: 165px;
    }
    .careers-v2-section-2-wrap-item-right-button {
        padding: 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .careers-v2-section-2 {
        padding: 20px 0;
    }
    .careers-v2-section-2-wrap-title {
        font-size: 23px;
    }
    .careers-v2-section-2-wrap-items {
        gap: 10px;
    }
    .careers-v2-section-2-wrap-item {
        gap: 32px;
        flex-direction: column;
    }
    .careers-v2-section-2-wrap-item-left {
        width: 100%;
        gap: 25px;
    }
    .careers-v2-section-2-wrap-item-left-column {
        width: 100%;
        gap: 5px;
    }
    .careers-v2-section-2-wrap-item-left-column-label {
        font-size: 14px;
    }
    .careers-v2-section-2-wrap-item-left-column-value {
        font-size: 16px;
    }
    .careers-v2-section-2-wrap-item-right {
        width: 100%;
    }
}

.careers-v2-section-2-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    display: none;
}
.careers-v2-section-2-popup-active {
    display: flex;
}
.careers-v2-section-2-popup-overfloy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 27, 28, 0.20);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.careers-v2-section-2-popup-block {
    position: relative;
    width: 1400px;
    border-radius: 30px;
    background: #FAFAFA;
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    padding: 60px 50px 40px;
}
.careers-v2-section-2-popup-block-content-close {
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.careers-v2-section-2-popup-block-content-wrap-top {
    padding: 0 250px 0 40px;
}
.careers-v2-section-2-popup-block-content-wrap-top-items {
    display: flex;
    justify-content: space-between;
}
.careers-v2-section-2-popup-block-content-wrap-top-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.careers-v2-section-2-popup-block-content-wrap-top-item-label {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.careers-v2-section-2-popup-block-content-wrap-top-item-value {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-button {
    max-width: 445px;
    justify-content: center;
    display: flex;
    margin: auto;
    position: relative;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-button-name {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: #171B1C;
    width: 100%;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s;
    padding: 19px;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-button-name span {
    display: flex;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-button-name:hover {
    background: rgb(246, 153, 36);
    color: #FFF;
}
.careers-v2-section-2-popup-block-content-wrap-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    height: 200px;
    background: linear-gradient(181deg, rgba(250, 250, 250, 0.00) -50.29%, #FAFAFA 50%);
    border-radius: 0px 0px 30px 30px;
}
.careers-v2-section-2-popup-block-content-wrap-bottom {
    padding: 45px 40px 80px;
    max-height: 500px;
    overflow: auto;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-text {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
}
.careers-v2-section-2-popup-block-content-wrap-bottom-text strong {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media screen and (max-width: 1435px) {
    .careers-v2-section-2-popup-block {
        width: 960px;
        padding: 50px 50px 40px;
    }
    .careers-v2-section-2-popup-block-content-close {
        top: 20px;
        right: 20px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top {
        padding: 0 30px 0 30px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-items {
        gap: 60px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item:nth-child(3) .careers-v2-section-2-popup-block-content-wrap-top-item-value {
        white-space: nowrap;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item:nth-child(4) .careers-v2-section-2-popup-block-content-wrap-top-item-value {
        white-space: nowrap;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom {
        padding: 45px 30px 80px;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom:after {
        width: calc(100% - 55px);
    }
}
@media screen and (max-width: 1023px) {
    .careers-v2-section-2-popup-block {
        width: 738px;
        padding: 50px 20px 40px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-items {
        gap: 20px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item-value {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .careers-v2-section-2-popup-block {
        padding: 20px;
        width: calc(100% - 30px);
    }
    .careers-v2-section-2-popup-block-content-wrap-top {
        padding: 0;
        padding-bottom: 10px;
    }
    span.bonus {
    font-size: 14px!important;
}
    .careers-v2-section-2-popup-block-content-wrap-top-items {
        gap: 13px;
        flex-direction: column;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item {
        gap: 5px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item-label {
        font-size: 12px;
    }
    .careers-v2-section-2-popup-block-content-wrap-top-item-value {
        font-size: 16px;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom:after {
        height: 100px;
        width: calc(100% - 25px);
        user-select: none !important;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom-text {
        font-size: 14px;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom-text strong {
        font-size: 18px;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom-button-name {
        border-radius: 7px;
        font-size: 14px;
        padding: 11px;
    }
    .careers-v2-section-2-popup-block-content-wrap-bottom {
        padding: 20px 15px 50px 15px;
        max-height: 260px;
        background: whitesmoke;
        border-radius: 20px;
    }
}

.careers-v2-section-3 {
    padding: 50px 0;
}
.careers-v2-section-3-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 45px;
    text-align: center;
}
.careers-v2-section-3-wrap-items {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 110px;
}
.careers-v2-section-3-wrap-item {
    width: calc(50% - 55px);
    display: flex;
    gap: 25px;
}
.careers-v2-section-3-wrap-item-left {
    width: 145px;
}
.careers-v2-section-3-wrap-item-left-icon {
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
}
.careers-v2-section-3-wrap-item-left-icon img {
    width: 65px;
    height: 65px;
}
.careers-v2-section-3-wrap-item-right {
    width: calc(100% - 170px);
}
.careers-v2-section-3-wrap-item-right-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.careers-v2-section-3-wrap-item-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
@media screen and (max-width: 1435px) {
    .careers-v2-section-3 {
        padding: 40px 0;
    }
    .careers-v2-section-3-wrap-title {
        padding-bottom: 25px;
        font-size: 36px;
    }
    .careers-v2-section-3-wrap-items {
        gap: 25px;
    }
    .careers-v2-section-3-wrap-item {
        width: 100%;
        align-items: center;
    }
}
@media screen and (max-width: 1023px) {
    .careers-v2-section-3 {
        padding: 30px 0;
    }
    .careers-v2-section-3-wrap-title {
        font-size: 32px;
    }
    .careers-v2-section-3-wrap-item-left {
        width: 125px;
    }
    .careers-v2-section-3-wrap-item-left-icon {
        border-radius: 13px;
        width: 125px;
        height: 125px;
    }
    .careers-v2-section-3-wrap-item-left-icon img {
        width: 45px;
        height: 45px;
    }
    .careers-v2-section-3-wrap-item-right {
        width: calc(100% - 150px);
    }
    .careers-v2-section-3-wrap-item-right-title {
        padding-bottom: 5px;
    }
    .careers-v2-section-3-wrap-item-right-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .careers-v2-section-3 {
        padding: 20px 0;
    }
    .careers-v2-section-3-wrap-title {
        font-size: 23px;
    }
    .careers-v2-section-3-wrap-item {
        flex-direction: column;
        gap: 15px;
    }
    .careers-v2-section-3-wrap-item-left {
        width: 65px;
    }
    .careers-v2-section-3-wrap-item-left-icon {
        border-radius: 10px;
        width: 65px;
        height: 65px;
    }
    .careers-v2-section-3-wrap-item-left-icon img {
        width: 35px;
        height: 35px;
    }
    .careers-v2-section-3-wrap-item-right {
        width: 100%;
    }
    .careers-v2-section-3-wrap-item-right-title {
        font-size: 18px;
        text-align: center;
    }
    .careers-v2-section-3-wrap-item-right-text {
        font-size: 14px;
        text-align: center;
    }
}

.careers-v2-section-4 {
    padding: 50px 0;
    margin-top: -150px;
    padding-bottom: 100px;
}
.careers-v2-section-4-wrap {
    position: relative;
    padding-top: 150px;
    margin-bottom: -50px;
}
.careers-v2-section-4-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.careers-v2-section-4-wrap-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.careers-v2-section-4-wrap-form-wrap-row {
    display: flex;
    flex-direction: column;
    gap: 45px;
    border-radius: 65px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 65px;
}
.careers-v2-section-4-wrap-form-wrap-row-title {
    display: flex;
    gap: 25px;
    align-items: center;
}
.careers-v2-section-4-wrap-form-wrap-row-title-left {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}
.careers-v2-section-4-wrap-form-wrap-row-title-left img {
    width: 36px;
    height: 36px;
}
.careers-v2-section-4-wrap-form-wrap-row-title-right {
    color: #000;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.careers-v2-section-4-wrap-form-wrap-row-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.careers-v2-section-4-wrap-form-wrap-row-item {
    display: flex;
    gap: 25px;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child {
    width: 100%;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-label {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 15px;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 19px;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .wpcf7-not-valid-tip {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input.request-section-2-wrap-form-item-secusful {
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: right 10px center;
    background-image: url(/wp-content/uploads/2024/03/Group-14-1.png);
    border: 1px solid rgba(68, 170, 85, 0.45) !important;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input.request-section-2-wrap-form-item-error {
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: right 10px center;
    background-image: url(/wp-content/uploads/2024/03/Group-11.png);
    border: 1px solid rgba(198, 44, 44, 0.45) !important;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 20px;
    height: 65px;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 65px;
    position: absolute;
    top: 0;
    right: 20px;
    width: 32px;
    background-size: 32px;
    background-image: url(/wp-content/uploads/iconamoon_arrow-down-2-duotone.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.careers-v2-section-4-wrap-form-wrap-row-title-align-top {
    /*align-items: start;*/
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-field textarea {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 20px;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 180px;
    resize: none;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-file .wpcf7-form-control-wrap {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-item-files {
    margin-bottom: 20px;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child-file-label {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FAFAFA;
    padding: 19px;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    background-image: url(/wp-content/uploads/fluent_attach-12-regular.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 19px center;
}
.careers-v2-section-4-wrap-form-wrap-row-subs {
    display: flex;
    flex-direction: column;
    border-radius: 65px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 65px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-title {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 15px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left img {
    width: 36px;
    height: 36px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-title-right {
    color: #000;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-subtitle {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields-hide {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control {
    display: flex;
    gap: 30px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
    width: calc(100% - 15px);
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item input {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label span {
    width: 36px;
    height: 36px;
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label strong {
    width: calc(100% - 51px);
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item input:checked + label strong {
    font-weight: 600;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span {
    border: 1px solid #171B1C;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 32px;
    background: #171B1C;
    display: block;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-not-valid-tip {
    margin-top: 15px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-email {
    padding-bottom: 65px;
}

.careers-v2-section-4-wrap-form-wrap-row-subs-sms-title {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 15px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left {
    border-radius: 13px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left img {
    width: 36px;
    height: 36px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-right {
    color: #000;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-subtitle {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields-hide {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control {
    display: flex;
    gap: 30px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
    width: calc(100% - 15px);
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item input {
    display: none;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label span {
    width: 36px;
    height: 36px;
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong {
    width: calc(100% - 51px);
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item input:checked + label strong {
    font-weight: 600;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span {
    border: 1px solid #171B1C;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 32px;
    background: #171B1C;
    display: block;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-not-valid-tip {
    margin-top: 15px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong ul {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-sms {
    padding-bottom: 65px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-copyright {
    color: #5F5F5F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding-bottom: 45px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-copyright b {
    color: #5F5F5F;
    font-weight: 600;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-copyright a {
    color: #5F5F5F;
    text-decoration: underline;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-submit {
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 17px;
    width: 100%;
    max-width: 620px;
}
.careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-submit:hover {
    background: rgb(246, 153, 36);
}
.careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
}
.careers-v2-section-4-wrap-form .wpcf7-response-output {
    border: none !important;
    text-align: center;
}
.careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input.wpcf7-not-valid {
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: right 10px center;
    background-image: url(/wp-content/uploads/2024/03/Group-11.png);
    border: 1px solid rgba(198, 44, 44, 0.45) !important;
}
.careers-v2-section-4-wrap-form .wpcf7-form.submitting:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 5;
    background: radial-gradient(farthest-side, #ffa516 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #ffa516);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
    -webkit-animation: l13 1s infinite linear;
}
.careers-v2-section-4-wrap-form .wpcf7-form.submitting:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}
.careers-v2-section-4-wrap-form {
    position: relative;
}

@media screen and (max-width: 1435px) {
    .careers-v2-section-4 {
        padding: 40px 0;
        padding-bottom: 80px;
    }
    .careers-v2-section-4-wrap {
        margin-bottom: -40px;
    }
    .careers-v2-section-4-wrap-title {
        font-size: 36px;
    }
    .careers-v2-section-4-wrap-form-wrap-row {
        gap: 35px;
        border-radius: 45px;
        padding: 45px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title {
        gap: 15px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-left {
        width: 46px;
        height: 46px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-left img {
        width: 23px;
        height: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-right {
        font-size: 30px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-label {
        padding-bottom: 5px;
        font-size: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input {
        font-size: 16px;
        padding: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single {
        padding: 16px;
        height: 56px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 56px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-align-top {
        align-items: start;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field textarea {
        padding: 16px;
        height: 160px;
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-file-label {
        padding: 16px;
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-files {
        margin-bottom: 0;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs {
        border-radius: 45px;
        padding: 45px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title {
        gap: 15px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left {
        width: 46px;
        height: 46px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left img {
        width: 23px;
        height: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-right {
        font-size: 30px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-subtitle {
        font-size: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control {
        gap: 24px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item {
        width: calc(100% - 12px);
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label span {
        width: 30px;
        height: 30px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label strong {
        width: calc(100% - 45px);
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email {
        padding-bottom: 45px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title {
        gap: 15px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left {
        width: 46px;
        height: 46px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left img {
        width: 23px;
        height: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-right {
        font-size: 30px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-subtitle {
        font-size: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control {
        gap: 24px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item {
        width: calc(100% - 12px);
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label span {
        width: 30px;
        height: 30px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong {
        width: calc(100% - 45px);
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms {
        padding-bottom: 45px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-copyright {
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-submit {
        font-size: 16px;
        padding: 13px;
        max-width: 520px;
    }
}
@media screen and (max-width: 1023px) {
    .careers-v2-section-4 {
        padding: 30px 0;
        padding-bottom: 60px;
    }
    .careers-v2-section-4-wrap {
        margin-bottom: -30px;
    }
    .careers-v2-section-4-wrap-title {
        font-size: 32px;
    }
    .careers-v2-section-4-wrap-form-wrap-row {
        gap: 25px;
        border-radius: 35px;
        padding: 32px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-left {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-left img {
        width: 18px;
        height: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-right {
        font-size: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-label {
        font-size: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input {
        font-size: 14px;
        padding: 12px;
        border-radius: 7px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single {
        padding: 12px;
        height: 46px;
        border-radius: 7px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-file-label {
        padding: 12px;
        font-size: 14px;
        border-radius: 7px;
        background-size: 24px;
        background-position: right 10px center;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field textarea {
        padding: 12px;
        height: 130px;
        font-size: 14px;
        border-radius: 7px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs {
        border-radius: 35px;
        padding: 32px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-left img {
        width: 18px;
        height: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-right {
        font-size: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-subtitle {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label span {
        width: 23px;
        height: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span:after {
        width: 13px;
        height: 13px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control .wpcf7-list-item label strong {
        width: calc(100% - 38px);
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email {
        padding-bottom: 32px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-left img {
        width: 18px;
        height: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-right {
        font-size: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-subtitle {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label span {
        width: 23px;
        height: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item input:checked + label span:after {
        width: 13px;
        height: 13px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong {
        width: calc(100% - 38px);
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms {
        padding-bottom: 25px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong ul {
        font-size: 12px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-copyright {
        font-size: 14px;
        padding-bottom: 32px;
    }

}
@media screen and (max-width: 767px) {
    .careers-v2-section-4 {
        padding: 20px 0;
        padding-bottom: 40px;
        margin-top: -100px;
    }
    .careers-v2-section-4-wrap {
        margin-bottom: -20px;
        padding-top: 100px;
    }
    .careers-v2-section-4-wrap-title {
        font-size: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap {
        gap: 15px;
    }
    .careers-v2-section-4-wrap-form-wrap-row {
        border-radius: 23px;
        padding: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title {
        gap: 10px;
        flex-wrap: wrap;
        align-items: start;
    }
    .careers-v2-section-4-wrap-form-wrap-row-title-right {
        font-size: 18px;
        width: calc(100% - 46px);
    }
    .careers-v2-section-4-wrap-form-wrap-row-items {
        gap: 15px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item {
        gap: 15px;
        flex-wrap: wrap;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-label {
        font-size: 16px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child .careers-v2-section-4-wrap-form-wrap-row-item-child-field input {
        font-size: 12px;
        padding: 9px 12px;
        border-radius: 5px;
    }
    .careers-v2-section-4-wrap-form-wrap-row:nth-child(2) .careers-v2-section-4-wrap-form-wrap-row-title {
        align-items: center;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single {
        padding: 9px 12px;
        height: 36px;
        border-radius: 5px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 12px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        right: 12px;
        width: 18px;
        background-size: 18px;
    }
    .careers-v2-section-4-wrap-form-wrap-row:nth-child(4) .careers-v2-section-4-wrap-form-wrap-row-title {
        align-items: center;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-file-label {
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 5px;
        background-size: 18px;
        background-position: right 10px center;
    }
    .careers-v2-section-4-wrap-form-wrap-row-item-child-field textarea {
        padding: 9px 12px;
        height: 120px;
        font-size: 12px;
        border-radius: 5px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs {
        border-radius: 23px;
        padding: 23px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email {
        padding-bottom: 25px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title {
        gap: 10px;
        flex-wrap: wrap;
        align-items: start;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-title-right {
        font-size: 18px;
        width: calc(100% - 46px);
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-subtitle {
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-email-fields .wpcf7-form-control {
        gap: 15px;
        flex-direction: column;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms {
        padding-bottom: 20px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title {
        gap: 10px;
        flex-wrap: wrap;
        align-items: start;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-title-right {
        font-size: 18px;
        width: calc(100% - 46px);
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-subtitle {
        font-size: 14px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control {
        gap: 15px;
        flex-direction: column;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-sms-fields .wpcf7-form-control .wpcf7-list-item label strong ul {
        padding-top: 5px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-copyright {
        padding-bottom: 25px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-submit {
        font-size: 14px;
        padding: 10px;
        border-radius: 7px;
    }
    .careers-v2-section-4-wrap-form-wrap-row-subs-submit .wpcf7-spinner {
        bottom: -23px;
    }
}

span.bonus {
    display: block;
    font-size: 16px;
    margin-top: 3px;
    color: #f69924;
    width: max-content;
}

.single-page-project-block-1 {
    padding: 50px 0;
    overflow: hidden;
}
.single-project .single-page-project-block-1-wrap {
    padding-top: 200px;
}
.single-page-project-block-1-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.single-page-project-block-1-wrap-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 25px;
}
.single-page-project-block-1-wrap-button {
    display: flex;
}
.single-page-project-block-1-wrap-button a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    border-radius: 13px;
    background: #171B1C;
    padding: 21px 45px;
    transition: all 0.5s;
}
.single-page-project-block-1-wrap-button a:hover {
    background: #f69924;
}
.single-page-project-block-1-wrap-slider {
    padding-top: 35px;
    position: relative;
}
.single-page-project-block-1-wrap-slider .swiper {
    overflow: inherit;
}
.single-page-project-block-1-wrap-slider-prev {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: -65px;
    cursor: pointer;
    transform: rotate(180deg);
}
.single-page-project-block-1-wrap-slider-next {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}
.single-page-project-block-1-wrap-slider .swiper-button-disabled {
    background: #F5F5F5;
}
.single-page-project-block-1-wrap-slider .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.single-page-project-block-1-wrap-slider-item {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}
.single-page-project-block-1-wrap-slider-image {
    display: flex;
}
.single-page-project-block-1-wrap-slider-image img {
    height: 375px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.single-page-project-block-1-wrap-slider-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: uppercase;
    padding: 35px 35px 25px;
}
.single-page-project-block-1-wrap-slider-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px 35px;
}
.single-page-project-block-1-wrap-slider-meta-left-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.single-page-project-block-1-wrap-slider-meta-left-categories-item {
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding: 8px 23px;
}
.single-page-project-block-1-wrap-slider-meta-right-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px 23px;
    transition: all 0.5s;
}
.single-page-project-block-1-wrap-slider-meta-right-button a span {
    display: flex;
}
.single-page-project-block-1-wrap-slider-meta-right-button a:hover {
    background: #FF7A00;
}
.single-page-project-block-1-wrap-slider-types {
    position: absolute;
    top: 35px;
    right: 35px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-page-project-block-1-wrap-slider-type-1 {
    background: #F69924;
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -0.26px;
    text-align: center;
}
.single-page-project-block-1-wrap-slider-type-2 {
    background: #171B1C;
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -0.26px;
    text-align: center;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-1 {
        padding: 30px 0;
    }
    .single-page-project-block-1-wrap-title {
        font-size: 30px;
    }
    .single-page-project-block-1-wrap-text {
        font-size: 14px;
    }
    .single-page-project-block-1-wrap-button a {
        border-radius: 10px;
        font-size: 14px;
        padding: 14px 25px;
    }
    .single-page-project-block-1-wrap-slider {
        padding-top: 25px;
    }
    .single-page-project-block-1-wrap-slider-next {
        width: 46px;
        height: 46px;
        top: -46px;
    }
    .single-page-project-block-1-wrap-slider-next svg {
        width: 20px;
    }
    .single-page-project-block-1-wrap-slider-prev {
        width: 46px;
        height: 46px;
        top: -46px;
        right: 51px;
    }
    .single-page-project-block-1-wrap-slider-prev svg {
        width: 20px;
    }
    .single-page-project-block-1-wrap-slider-item {
        border-radius: 32px;
    }
    .single-page-project-block-1-wrap-slider-image img {
        height: 290px;
    }
    .single-page-project-block-1-wrap-slider-title {
        font-size: 23px;
        padding: 32px 32px 25px;
    }
    .single-page-project-block-1-wrap-slider-meta {
        padding: 0 32px 32px;
    }
    .single-page-project-block-1-wrap-slider-meta-left-categories {
        gap: 5px;
    }
    .single-page-project-block-1-wrap-slider-meta-left-categories-item {
        border-radius: 10px;
        font-size: 14px;
        padding: 8px 12px;
    }
    .single-page-project-block-1-wrap-slider-meta-right-button a {
        font-size: 14px;
        border-radius: 10px;
        padding: 9px 23px;
    }
    .single-page-project-block-1-wrap-slider-types {
        position: absolute;
        top: 24px;
        right: 24px;
    }
    .single-page-project-block-1-wrap-slider-type-1 {
        width: 46px;
        height: 46px;
        font-size: 12px;
    }
    .single-page-project-block-1-wrap-slider-type-2 {
        width: 46px;
        height: 46px;
        font-size: 12px;
    }
    .single-project .single-page-project-block-1-wrap {
        padding-top: 150px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-1 {
        padding: 25px 0;
    }
    .single-page-project-block-1-wrap-title {
        font-size: 23px;
    }
    .single-page-project-block-1-wrap-text {
        padding-bottom: 15px;
    }
    .single-page-project-block-1-wrap-button a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 25px;
    }
    .single-page-project-block-1-wrap-button a {
        padding: 10px 25px;
    }
    .single-page-project-block-1-wrap-slider-next {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        top: -36px;
    }
    .single-page-project-block-1-wrap-slider-next svg {
        width: 18px;
    }
    .single-page-project-block-1-wrap-slider-prev {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        top: -36px;
        right: 41px;
    }
    .single-page-project-block-1-wrap-slider-prev svg {
        width: 18px;
    }
    .single-page-project-block-1-wrap-slider-item {
        border-radius: 23px;
    }
    .single-page-project-block-1-wrap-slider-image img {
        height: 215px;
    }
    .single-page-project-block-1-wrap-slider-title {
        font-size: 18px;
        padding: 24px 24px 15px;
    }
    .single-page-project-block-1-wrap-slider-meta {
        padding: 0 32px 24px 24px;
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    .single-page-project-block-1-wrap-slider-meta-left-categories-item {
        font-size: 12px;
        padding: 6px 12px;
    }
    .single-page-project-block-1-wrap-slider-meta-right {
        width: 100%;
    }
    .single-page-project-block-1-wrap-slider-meta-right-button a {
        justify-content: center;
    }
    .single-page-project-block-1-wrap-slider-type-1 {
        width: 36px;
        height: 36px;
        font-size: 9px;
    }
    .single-page-project-block-1-wrap-slider-type-2 {
        width: 36px;
        height: 36px;
        font-size: 9px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-1-wrap-title {
        text-align: center;
    }
    .single-page-project-block-1-wrap-text {
        text-align: center;
    }
    .single-page-project-block-1-wrap-button {
        display: block;
        max-width: 300px;
        margin: auto;
    }
    .single-page-project-block-1-wrap-button a {
        padding: 14px 25px;
        justify-content: center;
    }
    .single-page-project-block-1-wrap-slider {
        padding-top: 62px;
    }
    .single-page-project-block-1-wrap-slider-next {
        top: 13px;
        right: inherit;
        left: calc(50% + 3px);
    }
    .single-page-project-block-1-wrap-slider-prev {
        top: 13px;
        right: calc(50% + 3px);
    }
    .single-page-project-block-1-wrap-slider .swiper-slide {
        width: 350px !important;
    }
    .single-page-project-block-1-wrap-slider-meta {
        padding: 0 24px 24px 24px;
    }
    .single-page-project-block-1-wrap-slider-meta-right-button a {
        font-size: 12px;
        padding: 9px 23px;
    }
}

.single-page-project-block-2 {
    padding: 50px 0;
    overflow: hidden;
}
.single-page-project-block-2-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-right: 200px;
}
.single-page-project-block-2-wrap-title span {
    color: #FF7A00;
}
.single-page-project-block-2-wrap-slider {
    position: relative;
    padding-top: 35px;
}
.single-page-project-block-2-wrap-slider-prev, .single-page-project-block-3-wrap-slider-prev, .single-page-project-block-4-wrap-slider-prev, .single-page-project-block-5-wrap-slider-prev {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: -59px;
    cursor: pointer;
    transform: rotate(180deg);
}
.single-page-project-block-2-wrap-slider-next, .single-page-project-block-3-wrap-slider-next, .single-page-project-block-4-wrap-slider-next, .single-page-project-block-5-wrap-slider-next {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -59px;
    cursor: pointer;
}
.single-page-project-block-2-wrap-slider .swiper-button-disabled {
    background: #F5F5F5;
}
.single-page-project-block-2-wrap-slider .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.single-page-project-block-2-wrap-slider .swiper {
    overflow: inherit;
}
.single-page-project-block-2-wrap-slider-item {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
    position: relative;
}
.single-page-project-block-2-wrap-slider-image {
    display: flex;
}
.single-page-project-block-2-wrap-slider-image img {
    height: 375px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.single-page-project-block-2-wrap-slider-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 35px 35px 10px;
}
.single-page-project-block-2-wrap-slider-categories {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0 35px 35px;
}
.single-page-project-block-2-wrap-slider-categories-item {
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding: 8px 23px;
}
.single-page-project-block-2-wrap-slider-buttons {
    display: flex;
    padding: 0 35px 35px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.single-page-project-block-2-wrap-slider-button-1 {
    width: calc(50% - 5px);
}
.single-page-project-block-2-wrap-slider-button-1 a {
    border-radius: 13px;
    border: 1.8px solid #171B1C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 11px;
    transition: all 0.5s;
}
.single-page-project-block-2-wrap-slider-button-1 a:hover {
    border: 1.8px solid #f69924;
    color: #f69924;
}
.single-page-project-block-2-wrap-slider-button-2 {
    width: calc(50% - 5px);
}
.single-page-project-block-2-wrap-slider-button-2 a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 13px;
    transition: all 0.5s;
}
.single-page-project-block-2-wrap-slider-button-2 a span {
    display: flex;
}
.single-page-project-block-2-wrap-slider-button-2 a:hover {
    background: #f69924;
}
.single-page-project-block-2-wrap-slider-size {
    position: absolute;
    border-radius: 46px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    top: 35px;
    right: 35px;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-2 {
        padding: 30px 0;
    }
    .single-page-project-block-2-wrap-title {
        font-size: 30px;
        padding-right: 120px;
    }
    .single-page-project-block-2-wrap-slider {
        padding-top: 25px;
    }
    .single-page-project-block-2-wrap-slider-next, .single-page-project-block-3-wrap-slider-next, .single-page-project-block-4-wrap-slider-next, .single-page-project-block-5-wrap-slider-next {
        width: 46px;
        height: 46px;
        top: -43px;
    }
    .single-page-project-block-2-wrap-slider-next svg, .single-page-project-block-3-wrap-slider-next svg, .single-page-project-block-4-wrap-slider-next svg, .single-page-project-block-4-wrap-slider-next svg {
        width: 20px;
    }
    .single-page-project-block-2-wrap-slider-prev, .single-page-project-block-3-wrap-slider-prev, .single-page-project-block-4-wrap-slider-prev, .single-page-project-block-5-wrap-slider-prev {
        width: 46px;
        height: 46px;
        top: -43px;
        right: 51px;
    }
    .single-page-project-block-2-wrap-slider-prev svg, .single-page-project-block-3-wrap-slider-prev svg, .single-page-project-block-4-wrap-slider-prev svg, .single-page-project-block-5-wrap-slider-prev svg {
        width: 20px;
    }
    .single-page-project-block-2-wrap-slider-item {
        border-radius: 32px;
    }
    .single-page-project-block-2-wrap-slider-image img {
        height: 265px;
    }
    .single-page-project-block-2-wrap-slider-title {
        padding: 32px 32px 10px;
        font-size: 23px;
    }
    .single-page-project-block-2-wrap-slider-categories {
        padding: 0 32px 32px;
    }
    .single-page-project-block-2-wrap-slider-categories-item {
        padding: 8px 13px;
        font-size: 14px;
        border-radius: 10px;
    }
    .single-page-project-block-2-wrap-slider-buttons {
        padding: 0 32px 32px;
    }
    .single-page-project-block-2-wrap-slider-button-1 a {
        font-size: 14px;
    }
    .single-page-project-block-2-wrap-slider-button-2 a {
        font-size: 14px;
    }
    .single-page-project-block-2-wrap-slider-size {
        top: 24px;
        right: 24px;
        width: 46px;
        height: 46px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-2 {
        padding: 25px 0;
    }
    .single-page-project-block-2-wrap-title {
        font-size: 23px;
        padding-right: 100px;
    }
    .single-page-project-block-2-wrap-slider-next, .single-page-project-block-3-wrap-slider-next, .single-page-project-block-4-wrap-slider-next, .single-page-project-block-5-wrap-slider-next {
        width: 36px;
        height: 36px;
        top: -34px;
        border-radius: 8px;
    }
    .single-page-project-block-2-wrap-slider-next svg, .single-page-project-block-3-wrap-slider-next svg, .single-page-project-block-4-wrap-slider-next svg, .single-page-project-block-5-wrap-slider-next svg {
        width: 18px;
    }
    .single-page-project-block-2-wrap-slider-prev, .single-page-project-block-3-wrap-slider-prev, .single-page-project-block-4-wrap-slider-prev, .single-page-project-block-5-wrap-slider-prev {
        width: 36px;
        height: 36px;
        top: -34px;
        right: 41px;
        border-radius: 8px;
    }
    .single-page-project-block-2-wrap-slider-prev svg, .single-page-project-block-3-wrap-slider-prev svg, .single-page-project-block-4-wrap-slider-prev svg, .single-page-project-block-5-wrap-slider-prev svg {
        width: 18px;
    }
    .single-page-project-block-2-wrap-slider-item {
        border-radius: 23px;
    }
    .single-page-project-block-2-wrap-slider-image img {
        height: 215px;
    }
    .single-page-project-block-2-wrap-slider-title {
        font-size: 18px;
        padding: 24px 24px 15px;
    }
    .single-page-project-block-2-wrap-slider-categories {
        padding: 0 24px 15px;
    }
    .single-page-project-block-2-wrap-slider-categories-item {
        padding: 6px 13px;
        font-size: 12px;
    }
    .single-page-project-block-2-wrap-slider-buttons {
        padding: 0 24px 24px;
        gap: 5px;
        flex-direction: column;
    }
    .single-page-project-block-2-wrap-slider-button-1 {
        width: 100%;
    }
    .single-page-project-block-2-wrap-slider-button-1 a {
        padding: 8px;
    }
    .single-page-project-block-2-wrap-slider-button-2 {
        width: 100%;
    }
    .single-page-project-block-2-wrap-slider-button-2 a {
        padding: 10px;
    }
    .single-page-project-block-2-wrap-slider-size {
        top: 24px;
        right: 24px;
        font-size: 12px;
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-2-wrap-title {
        padding-right: 0;
        text-align: center;
    }
    .single-page-project-block-2-wrap-slider {
        padding-top: 62px;
    }
    .single-page-project-block-2-wrap-slider-next, .single-page-project-block-3-wrap-slider-next, .single-page-project-block-4-wrap-slider-next, .single-page-project-block-5-wrap-slider-next {
        top: 13px;
        right: inherit;
        left: calc(50% + 3px);
    }
    .single-page-project-block-2-wrap-slider-prev, .single-page-project-block-4-wrap-slider-prev, .single-page-project-block-4-wrap-slider-prev, .single-page-project-block-5-wrap-slider-prev {
        top: 13px;
        right: calc(50% + 3px);
    }
    .single-page-project-block-2-wrap-slider .swiper-slide {
        width: 350px !important;
    }
    .single-page-project-block-2-wrap-slider-title {
        font-size: 16px;
    }
    .single-page-project-block-2-wrap-slider-button-1 a {
        padding: 10px;
        font-size: 12px;
        border-radius: 10px;
    }
    .single-page-project-block-2-wrap-slider-button-2 a {
        padding: 11px;
        font-size: 12px;
        border-radius: 10px;
    }
    .single-page-project-block-2-wrap-slider-button-2 a span svg {
        width: 14px;
        height: 14px;
    }
}

.single-page-project-block-5 {
    padding: 50px 0;
}
.single-page-project-block-5-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
}
.single-page-project-block-5-wrap-title span {
    color: #FF7A00;
}
.single-page-project-block-5-wrap-text {
    padding-bottom: 25px;
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 990px;
    margin: auto;
}
.single-page-project-block-5-wrap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 35px;
}
.single-page-project-block-5-wrap-button-1 a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 345px;
    border-radius: 13px;
    border: 2px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 17px;
    transition: all 0.5s;
}
.single-page-project-block-5-wrap-button-1 a span {
    display: flex;
}
.single-page-project-block-5-wrap-button-1 a svg path {
    transition: all 0.5s;
}
.single-page-project-block-5-wrap-button-1 a:hover {
    border: 2px solid #f69924;
    color: #f69924;
}
.single-page-project-block-5-wrap-button-1 a:hover svg path {
    fill: #f69924;
}
.single-page-project-block-5-wrap-button-separate {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single-page-project-block-5-wrap-button-2 a {
    width: 345px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 13px;
    background: #171B1C;
    padding: 19px;
    transition: all 0.5s;
}
.single-page-project-block-5-wrap-button-2 a span {
    display: flex;
}
.single-page-project-block-5-wrap-button-2 a:hover {
    background: #f69924;
}
.single-page-project-block-5-wrap-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-page-project-block-5-wrap-item {
    border-radius: 65px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    overflow: hidden;
    align-items: center;
}
.single-page-project-block-5-wrap-item-left {
    width: 560px;
}
.single-page-project-block-5-wrap-item-left-image {
    display: flex;
}
.single-page-project-block-5-wrap-item-left-image img {
    border-radius: 46px;
    width: 100%;
    height: 380px;
    object-position: center;
    object-fit: cover;
}
.single-page-project-block-5-wrap-item-right {
    width: calc(100% - 610px);
}
.single-page-project-block-5-wrap-item-right-location-wrap {
    display: flex;
}
.single-page-project-block-5-wrap-item-right-location {
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 13px;
    background: #FF7A00;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 9px 23px;
}
.single-page-project-block-5-wrap-item-right-location span {
    display: flex;
}
.single-page-project-block-5-wrap-item-right-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 25px 0;
    margin: 0;
}
.single-page-project-block-5-wrap-item-right-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding-bottom: 20px;
}
.single-page-project-block-5-wrap-item-right-categories-item {
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding: 8px 23px;
}
.single-page-project-block-5-wrap-item-right-button {
    display: flex;
    justify-content: end;
}
.single-page-project-block-5-wrap-item-right-button a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 13px 32px;
    transition: all 0.5s;
}
.single-page-project-block-5-wrap-item-right-button a span {
    display: flex;
}
.single-page-project-block-5-wrap-item-right-button a:hover {
    background: #f69924;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-5 {
        padding: 30px 0;
    }
    .single-page-project-block-5-wrap-title {
        font-size: 30px;
    }
    .single-page-project-block-5-wrap-text {
        max-width: 890px;
        font-size: 14px;
    }
    .single-page-project-block-5-wrap-buttons {
        padding-bottom: 25px;
    }
    .single-page-project-block-5-wrap-button-1 a {
        border-radius: 10px;
        width: auto;
        padding: 12px 23px;
        font-size: 14px;
    }
    .single-page-project-block-5-wrap-button-separate {
        font-size: 16px;
    }
    .single-page-project-block-5-wrap-button-2 a {
        font-size: 14px;
        width: auto;
        padding: 14px 23px;
        border-radius: 10px;
    }
    .single-page-project-block-5-wrap-item {
        gap: 32px;
        border-radius: 32px;
        padding: 32px;
    }
    .single-page-project-block-5-wrap-item-left {
        width: 430px;
    }
    .single-page-project-block-5-wrap-item-left-image img {
        border-radius: 23px;
        height: 410px;
    }
    .single-page-project-block-5-wrap-item-right {
        width: calc(100% - 462px);
    }
    .single-page-project-block-5-wrap-item-right-location {
        font-size: 16px;
        padding: 10px 23px;
    }
    .single-page-project-block-5-wrap-item-right-title {
        font-size: 22px;
    }
    .single-page-project-block-5-wrap-item-right-categories {
        gap: 10px;
        padding-bottom: 15px;
    }
    .single-page-project-block-5-wrap-item-right-categories-item {
        font-size: 14px;
    }
    .single-page-project-block-5-wrap-item-right-button {
        display: block;
        width: 100%;
        padding-right: 20px;
    }
    .single-page-project-block-5-wrap-item-right-button a {
        justify-content: center;
        padding: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-5 {
        padding: 25px 0;
    }
    .single-page-project-block-5-wrap-title {
        font-size: 23px;
        max-width: 405px;
        margin: auto;
    }
    .single-page-project-block-5-wrap-text {
        max-width: 650px;
        padding-bottom: 15px;
    }
    .single-page-project-block-5-wrap-buttons {
        gap: 15px;
    }
    .single-page-project-block-5-wrap-button-1 a {
        padding: 8px 23px;
    }
    .single-page-project-block-5-wrap-button-separate {
        font-size: 14px;
    }
    .single-page-project-block-5-wrap-button-2 a {
        padding: 10px 23px;
    }
    .single-page-project-block-5-wrap-item-left {
        width: 320px;
    }
    .single-page-project-block-5-wrap-item-left-image img {
        height: 340px;
    }
    .single-page-project-block-5-wrap-item-right {
        width: calc(100% - 352px);
    }
    .single-page-project-block-5-wrap-item-right-location {
        font-size: 14px;
        padding: 7px 23px;
        border-radius: 10px;
    }
    .single-page-project-block-5-wrap-item-right-title {
        font-size: 18px;
        padding: 15px 0;
    }
    .single-page-project-block-5-wrap-item-right-categories-item {
        font-size: 13px;
        border-radius: 9px;
        padding: 7px 13px;
    }
    .single-page-project-block-5-wrap-item-right-button {
        padding-right: 0px;
    }
    .single-page-project-block-5-wrap-item-right-button a {
        font-size: 14px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-5-wrap-buttons {
        gap: 5px;
        flex-direction: column;
    }
    .single-page-project-block-5-wrap-button-1 {
        max-width: 300px;
        width: 100%;
    }
    .single-page-project-block-5-wrap-button-1 a {
        padding: 10px 23px;
        gap: 5px;
        font-size: 12px;
    }
    .single-page-project-block-5-wrap-button-1 a span svg {
        width: 13px;
        height: 13px;
    }
    .single-page-project-block-5-wrap-button-separate {
        font-size: 12px;
    }
    .single-page-project-block-5-wrap-button-2 {
        max-width: 300px;
        width: 100%;
    }
    .single-page-project-block-5-wrap-button-2 a {
        padding: 12px 23px;
        font-size: 12px;
        gap: 5px;
    }
    .single-page-project-block-5-wrap-button-2 a span svg {
        width: 18px;
        height: 13px;
    }
    .single-page-project-block-5-wrap-item {
        gap: 24px;
        border-radius: 23px;
        padding: 24px;
    }
    .single-page-project-block-5-wrap-item-left {
        width: 100%;
    }
    .single-page-project-block-5-wrap-item-left-image img {
        height: 190px;
    }
    .single-page-project-block-5-wrap-item-right {
        width: 100%;
    }
    .single-page-project-block-5-wrap-item-right-location {
        padding: 8px 13px;
        font-size: 12px;
        border-radius: 7px;
    }
    .single-page-project-block-5-wrap-item-right-location span svg {
        width: 13px;
        height: 13px;
    }
    .single-page-project-block-5-wrap-item-right-title {
        font-size: 16px;
    }
    .single-page-project-block-5-wrap-item-right-categories-item {
        padding: 4px 10px;
        border-radius: 7px;
        font-size: 12px;
    }
    .single-page-project-block-5-wrap-item-right-button a span svg {
        width: 16px;
        height: 16px;
    }
}

.single-page-project-block-6 {
    padding: 50px 0;
}
.single-page-project-block-6-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 25px;
    max-width: 1055px;
    margin: auto;
}
.single-page-project-block-6-wrap-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 25px;
    max-width: 1055px;
    margin: auto;
}
.single-page-project-block-6-wrap-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
}
.single-page-project-block-6-wrap-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #171B1C;
    padding: 15px 40px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.single-page-project-block-6-wrap-button a span {
    display: flex;
}
.single-page-project-block-6-wrap-switch {
    padding-bottom: 25px;
    max-width: 1020px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.single-page-project-block-6-wrap-switch-item {
    width: calc(50% - 10px);
    border-radius: 10px;
    background: #F69924;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 12px;
    cursor: pointer;
}
.single-page-project-block-6-wrap-switch-item-active {
    background: #BCBEC0;
}
.single-page-project-block-6-wrap-code {
    height: 600px;
    width: 100%;
    overflow: hidden;
    border-radius: 60px;
    background: #FFF;
    display: none;
}
.single-page-project-block-6-wrap-code iframe, .single-page-project-block-6-wrap-code model-viewer {
    border: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-page-project-block-6-wrap-code-active {
    display: block;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-6 {
        padding: 30px 0;
    }
    .single-page-project-block-6-wrap-title {
        padding-bottom: 15px;
        max-width: 800px;
        font-size: 30px;
    }
    .single-page-project-block-6-wrap-text {
        padding-bottom: 15px;
        max-width: 745px;
        margin: auto;
        font-size: 14px;
    }
    .single-page-project-block-6-wrap-button {
        padding-bottom: 25px;
    }
    .single-page-project-block-6-wrap-button a {
        border-radius: 10px;
        padding: 11px 32px;
        font-size: 14px;
    }
    .single-page-project-block-6-wrap-switch {
        padding-bottom: 15px;
        max-width: 610px;
        gap: 10px;
    }
    .single-page-project-block-6-wrap-switch-item {
        padding: 11px;
    }
    .single-page-project-block-6-wrap-code {
        height: 360px;
        border-radius: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-6 {
        padding: 25px 0;
    }
    .single-page-project-block-6-wrap-title {
        max-width: 585px;
        font-size: 23px;
    }
    .single-page-project-block-6-wrap-text {
        max-width: 650px;
    }
    .single-page-project-block-6-wrap-button a {
        padding: 9px 32px;
    }
    .single-page-project-block-6-wrap-button a span svg {
        width: 18px;
        height: 18px;
    }
    single-page-project-block-6-wrap-switch-item {
        padding: 8px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-6-wrap-title {
        padding-bottom: 10px;
    }
    .single-page-project-block-6-wrap-text {
        padding-bottom: 10px;
    }
    .single-page-project-block-6-wrap-button {
        padding-bottom: 15px;
        max-width: 295px;
        margin: auto;
    }
    .single-page-project-block-6-wrap-button a {
        padding: 13px 32px;
    }
    .single-page-project-block-6-wrap-switch {
        padding-bottom: 10px;
        gap: 5px;
        flex-direction: column;
    }
    .single-page-project-block-6-wrap-switch-item {
        width: 100%;
    }
    .single-page-project-block-6-wrap-code {
        height: 480px;
        border-radius: 23px;
    }
}

.single-page-project-block-10 {
    padding: 50px 0;
}
.single-page-project-block-10-wrap {
    border-radius: 46px;
    background: #171B1C;
    padding: 65px 0;
    background-image: url(/wp-content/uploads/Group-39588-1.png);
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center bottom 25px;
}
.single-page-project-block-10-wrap-title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    text-transform: uppercase;
    max-width: 995px;
    margin: 0;
    margin: auto;
    padding-bottom: 20px;
}
.single-page-project-block-10-wrap-title span {
    color: #FF7A00;
}
.single-page-project-block-10-wrap-text {
    max-width: 995px;
    margin: auto;
    color: #D9D9D9;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 25px;
}
.single-page-project-block-10-wrap-buttons {
    max-width: 995px;
    margin: auto;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.single-page-project-block-10-wrap-button-1 a {
    border-radius: 15px;
    border: 2px solid #FFF;
    transition: all 0.5s;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    display: flex;
}
.single-page-project-block-10-wrap-button-1 a:hover {
    color: #f69924;
    border: 2px solid #f69924;
}
.single-page-project-block-10-wrap-button-2 a {
    border-radius: 15px;
    background: #FFF;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 40px;
    transition: all 0.5s;
}
.single-page-project-block-10-wrap-button-2 a span {
    display: flex;
}
.single-page-project-block-10-wrap-button-2 a svg path {
    transition: all 0.5s;
}
.single-page-project-block-10-wrap-button-2 a:hover {
    background: #f69924;
    color: #fff;
}
.single-page-project-block-10-wrap-button-2 a:hover svg path {
    fill: #fff;
}
.single-page-project-block-10-wrap-items {
    max-width: 995px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.single-page-project-block-10-wrap-item {
    width: calc(20% - 8px);
}
.single-page-project-block-10-wrap-item a {
    color: #FAFAFA;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    transition: all 0.5s;
}
.single-page-project-block-10-wrap-item a:hover {
    color: #FF7A00;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-10 {
        padding: 30px 0;
    }
    .single-page-project-block-10-wrap {
        background-position: center bottom;
        border-radius: 32px;
        padding: 45px 0;
        background-size: 100% auto;
    }
    .single-page-project-block-10-wrap-title {
        font-size: 30px;
        max-width: 800px;
        padding-bottom: 15px;
    }
    .single-page-project-block-10-wrap-text {
        max-width: 800px;
        font-size: 14px;
        padding-bottom: 20px;
    }
    .single-page-project-block-10-wrap-buttons {
        max-width: 800px;
        gap: 10px;
    }
    .single-page-project-block-10-wrap-button-1 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 11px 23px;
    }
    .single-page-project-block-10-wrap-button-2 a {
        border-radius: 10px;
        gap: 5px;
        font-size: 14px;
        padding: 13px 45px;
    }
    .single-page-project-block-10-wrap-items {
        max-width: 610px;
        padding-top: 30px;
    }
    .single-page-project-block-10-wrap-item a {
        font-size: 13px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-10 {
        padding: 25px 0;
    }
    .single-page-project-block-10-wrap {
        padding: 45px 35px;
    }
    .single-page-project-block-10-wrap-title {
        font-size: 23px;
        max-width: 620px;
    }
    .single-page-project-block-10-wrap-text {
        max-width: 620px;
    }
    .single-page-project-block-10-wrap-button-1 a {
        padding: 8px 23px;
    }
    .single-page-project-block-10-wrap-button-2 a {
        padding: 10px 23px;
    }
    .single-page-project-block-10-wrap-items {
        max-width: 100%;
    }
    .single-page-project-block-10-wrap-item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-10-wrap {
        padding: 30px 20px;
        background-position: center;
        background-size: 595px;
        border-radius: 18px;
    }
    .single-page-project-block-10-wrap-title {
        font-size: 18px;
    }
    .single-page-project-block-10-wrap-text {
        padding-bottom: 15px;
    }
    .single-page-project-block-10-wrap-buttons {
        gap: 5px;
        flex-direction: column;
    }
    .single-page-project-block-10-wrap-button-1 {
        width: 100%;
        max-width: 300px;
    }
    .single-page-project-block-10-wrap-button-1 a {
        justify-content: center;
    }
    .single-page-project-block-10-wrap-button-2 {
        width: 100%;
        max-width: 300px;
    }
    .single-page-project-block-10-wrap-button-2 a {
        justify-content: center;
    }
    .single-page-project-block-10-wrap-items {
        padding-top: 25px;
    }
    .single-page-project-block-10-wrap-item {
        width: calc(33.334% - 7px);
    }
    .single-page-project-block-10-wrap-item a {
        font-size: 12px;
    }
}

.lp-section-17-wrap-right-buttons-project {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.lp-section-17-wrap-right-button-project-1 a {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 13px;
    border: 2px solid #000;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
}
.lp-section-17-wrap-right-button-project-1 a:hover {
    border: 2px solid #f69924;
    color: #f69924;
}
.lp-section-17-wrap-right-button-project-2 a {
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 40px;
    transition: all 0.5s;
    display: flex;
}
.lp-section-17-wrap-right-button-project-2 a:hover {
    background: #f69924;
}
@media screen and (max-width: 1435px) {
    .lp-section-17-wrap-right-buttons-project {
        padding-top: 25px;
    }
    .lp-section-17-wrap-right-button-project-1 a {
        font-size: 14px;
        padding: 11px 40px;
    }
    .lp-section-17-wrap-right-button-project-2 a {
        font-size: 14px;
        padding: 13px 40px;
    }
}
@media screen and (max-width: 1023px) {
    .lp-section-17-wrap-right-button-project-1 a {
        padding: 7px 40px;
        border-radius: 10px;
    }
    .lp-section-17-wrap-right-button-project-2 a {
        padding: 9px 40px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .lp-section-17-wrap-right-buttons-project {
        padding-top: 20px;
        flex-direction: column;
        gap: 5px;
    }
    .lp-section-17-wrap-right-button-project-1 {
        width: 100%;
    }
    .lp-section-17-wrap-right-button-project-1 a {
        padding: 10px 40px;
        justify-content: center;
    }
    .lp-section-17-wrap-right-button-project-2 {
        width: 100%;
    }
    .lp-section-17-wrap-right-button-project-2 a {
        padding: 10px 40px;
        justify-content: center;
    }
}

.single-page-project-block-12 {
    padding: 50px 0;
    overflow: hidden;
}
.single-page-project-block-12-wrap-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-right: 145px;
}
.single-page-project-block-12-wrap-title span {
    color: #FF7A00;
}
.single-page-project-block-12-wrap-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-right: 160px;
    padding-bottom: 25px;
}
.single-page-project-block-12-wrap-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-page-project-block-12-wrap-button-1 {
    max-width: 345px;
    width: 100%;
}
.single-page-project-block-12-wrap-button-1 a {
    border-radius: 13px;
    border: 2px solid #171B1C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    transition: all 0.5s;
    padding: 17px;
}
.single-page-project-block-12-wrap-button-1 a span {
    display: flex;
}
.single-page-project-block-12-wrap-button-1 a span svg path {
    transition: all 0.5s;
}
.single-page-project-block-12-wrap-button-1 a:hover {
    border: 2px solid #f69924;
    color: #f69924;
}
.single-page-project-block-12-wrap-button-1 a:hover span svg path {
    fill: #f69924;
}
.single-page-project-block-12-wrap-button-2 {
    max-width: 345px;
    width: 100%;
}
.single-page-project-block-12-wrap-button-2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 19px;
    transition: all 0.5s;
}
.single-page-project-block-12-wrap-button-2 a span {
    display: flex;
}
.single-page-project-block-12-wrap-button-2 a:hover {
    background: #f69924;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-12 {
        padding: 30px 0;
    }
    .single-page-project-block-12-wrap-title {
        padding-right: 0;
        font-size: 30px;
        max-width: 695px;
    }
    .single-page-project-block-12-wrap-text {
        padding-right: 0;
        font-size: 14px;
        max-width: 695px;
    }
    .single-page-project-block-12-wrap-button-1 {
        max-width: 235px;
    }
    .single-page-project-block-12-wrap-button-2 {
        max-width: 235px;
    }
    .single-page-project-block-12-wrap-button-1 a {
        padding: 12px;
        font-size: 14px;
        border-radius: 10px;
    }
    .single-page-project-block-12-wrap-button-2 a {
        padding: 13px;
        font-size: 14px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-12 {
        padding: 25px 0;
    }
    .single-page-project-block-12-wrap-title {
        max-width: 535px;
        font-size: 23px;
    }
    .single-page-project-block-12-wrap-text {
        max-width: 535px;
        padding-bottom: 15px;
    }
    .single-page-project-block-12-wrap-buttons {
        gap: 15px;
    }
    .single-page-project-block-12-wrap-button-1 {
        max-width: inherit;
        width: auto;
    }
    .single-page-project-block-12-wrap-button-1 a {
        padding: 9px 23px;
    }
    .single-page-project-block-12-wrap-button-1 a svg {
        width: 16px;
        height: 16px;
    }
    .single-page-project-block-12-wrap-button-2 {
        max-width: inherit;
        width: auto;
    }
    .single-page-project-block-12-wrap-button-2 a {
        padding: 10px 23px;
    }
    .single-page-project-block-12-wrap-button-2 a svg {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-12-wrap-title {
        max-width: 100%;
        text-align: center;
    }
    .single-page-project-block-12-wrap-text {
        max-width: 100%;
        text-align: center;
    }
    .single-page-project-block-12-wrap-buttons {
        flex-direction: column;
        gap: 5px;
    }
    .single-page-project-block-12-wrap-button-1 {
        max-width: 300px;
        width: 100%;
    }
    .single-page-project-block-12-wrap-button-1 a {
        font-size: 12px;
        gap: 5px;
    }
    .single-page-project-block-12-wrap-button-2 {
        max-width: 300px;
        width: 100%;
    }
    .single-page-project-block-12-wrap-button-2 a {
        font-size: 12px;
        gap: 5px;
    }
}

.single-page-project-block-13 {
    padding: 50px 0;
}
.single-page-project-block-13-wrap {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
    background-image: url(/wp-content/uploads/Vector-9.png);
    background-repeat: no-repeat;
    background-position: right -45px top 40px;
}
.single-page-project-block-13-wrap-left {
    width: 560px;
}
.single-page-project-block-13-wrap-left-image {
    display: flex;
}
.single-page-project-block-13-wrap-left-image img {
    border-radius: 32px;
    width: 100%;
    height: 485px;
    object-position: center;
    object-fit: cover;
}
.single-page-project-block-13-wrap-right {
    width: calc(100% - 605px);
}
.single-page-project-block-13-wrap-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.single-page-project-block-13-wrap-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 635px;
    padding-bottom: 25px;
}
.single-page-project-block-13-wrap-right-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.single-page-project-block-13-wrap-right-button-1 {
    width: calc(50% - 5px);
}
.single-page-project-block-13-wrap-right-button-1 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 13px;
    transition: all 0.5s;
}
.single-page-project-block-13-wrap-right-button-1 a:hover {
    background: #F69924;
}
.single-page-project-block-13-wrap-right-button-2 {
    width: calc(50% - 5px);
}
.single-page-project-block-13-wrap-right-button-2 a {
    border-radius: 13px;
    background: #F69924;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 13px;
    gap: 10px;
    transition: all 0.5s;
    align-items: center;
}
.single-page-project-block-13-wrap-right-button-2 a span {
    display: flex;
}
.single-page-project-block-13-wrap-right-button-2 a:hover {
    background: #171B1C;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-13 {
        padding: 30px 0;
    }
    .single-page-project-block-13-wrap {
        background-position: right -18px top -13px;
        border-radius: 32px;
        padding: 32px;
        gap: 32px;
    }
    .single-page-project-block-13-wrap-left {
        width: 405px;
    }
    .single-page-project-block-13-wrap-left-image img {
        height: 370px;
    }
    .single-page-project-block-13-wrap-right {
        width: calc(100% - 437px);
    }
    .single-page-project-block-13-wrap-right-title {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .single-page-project-block-13-wrap-right-text {
        max-width: 425px;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .single-page-project-block-13-wrap-right-button-1 a {
        border-radius: 10px;
        font-size: 14px;
    }
    .single-page-project-block-13-wrap-right-button-2 a {
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .single-page-project-block-13 {
        padding: 25px 0;
    }
    .single-page-project-block-13-wrap-left {
        width: 300px;
    }
    .single-page-project-block-13-wrap-left-image img {
        height: 300px;
    }
    .single-page-project-block-13-wrap-right {
        width: calc(100% - 332px);
    }
    .single-page-project-block-13-wrap-right-title {
        font-size: 23px;
    }
    .single-page-project-block-13-wrap-right-buttons {
        gap: 6px;
    }
    .single-page-project-block-13-wrap-right-button-1 a {
        font-size: 12px;
        padding: 9px;
    }
    .single-page-project-block-13-wrap-right-button-2 a {
        font-size: 12px;
        padding: 9px;
        gap: 5px;
    }
    .single-page-project-block-13-wrap-right-button-2 a svg {
        width: 14px;
        height: 14px;
    }
    .single-page-project-block-13-wrap {
        background-position: right -135px top -55px;
    }
}
@media screen and (max-width: 767px) {
    .single-page-project-block-13-wrap {
        border-radius: 24px;
        padding: 24px;
        gap: 24px;
        flex-direction: column;
        background-position: right -390px top 37px;
    }
    .single-page-project-block-13-wrap-left {
        width: 100%;
    }
    .single-page-project-block-13-wrap-left-image img {
        height: 260px;
        border-radius: 23px;
    }
    .single-page-project-block-13-wrap-right {
        width: 100%;
    }
    .single-page-project-block-13-wrap-right-title {
        text-align: center;
    }
    .single-page-project-block-13-wrap-right-text {
        text-align: center;
        max-width: 100%;
    }
    .single-page-project-block-13-wrap-right-buttons {
        gap: 5px;
        flex-direction: column;
    }
    .single-page-project-block-13-wrap-right-button-1 {
        width: 100%;
    }
    .single-page-project-block-13-wrap-right-button-2 {
        width: 100%;
    }
    .single-page-project-block-13-wrap-right-button-1 a {
        font-size: 14px;
        padding: 11px;
    }
    .single-page-project-block-13-wrap-right-button-2 a {
        font-size: 14px;
        padding: 10px;
        gap: 10px;
    }
    .single-page-project-block-13-wrap-right-button-2 a svg {
        width: 18px;
        height: 18px;
    }
}

.cities-section-1n {
    padding: 50px 0;
    overflow: hidden;
}
.cities-section-1n-wrap-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 25px;
    max-width: 1080px;
    margin: 0 auto;
}
.cities-section-1n-wrap-title span {
    color: #FF7A00;
}
.cities-section-1n-wrap-button {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.cities-section-1n-wrap-button a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 40px;
    transition: all 0.5s;
}
.cities-section-1n-wrap-button a span {
    display: flex;
}
.cities-section-1n-wrap-button a:hover {
    background: #FF7A00;
}
.cities-section-1n-wrap-slider-item img {
    border-radius: 32px;
    height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.cities-section-1n-wrap-slider .swiper {
    overflow: inherit;
}
@media screen and (max-width: 1435px) {
    .cities-section-1n {
        padding: 30px 0;
    }
    .cities-section-1n-wrap-title {
        max-width: 780px;
        font-size: 36px;
    }
    .cities-section-1n-wrap-button {
        padding-bottom: 25px;
    }
    .cities-section-1n-wrap-button a {
        border-radius: 10px;
        padding: 13px 25px;
        font-size: 14px;
    }
    .cities-section-1n-wrap-slider-item img {
        border-radius: 23px;
        height: 280px;
    }
}
@media screen and (max-width: 1023px) {
    .cities-section-1n-wrap-title {
        max-width: 555px;
        font-size: 32px;
    }
    .cities-section-1n-wrap-button a {
        padding: 10px 25px;
    }
}
@media screen and (max-width: 767px) {
    .cities-section-1n {
        padding: 25px 0;
    }
    .cities-section-1n-wrap-title {
        font-size: 23px;
        padding-bottom: 15px;
    }
    .cities-section-1n-wrap-button {
        padding-bottom: 30px;
    }
    .cities-section-1n-wrap-slider-item img {
        border-radius: 18px;
        height: 220px;
    }
}

.cities-section-2n {
    padding: 50px 0;
}
.cities-section-2n-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
}
.cities-section-2n-wrap-left {
    width: calc(100% - 625px);
}
.cities-section-2n-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.cities-section-2n-wrap-left-title span {
    color: #FF7A00;
}
.cities-section-2n-wrap-left-items {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.cities-section-2n-wrap-left-item {
    width: calc(20% - 12px);
}
.cities-section-2n-wrap-left-item-title {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    margin: 0;
}
.cities-section-2n-wrap-left-buttons {
    display: flex;
    gap: 15px;
}
.cities-section-2n-wrap-left-button-1 a {
    border-radius: 13px;
    border: 2px solid #171B1C;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 40px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}
.cities-section-2n-wrap-left-button-1 a:hover {
    border: 2px solid #FF7A00;
    color: #FF7A00;
}
.cities-section-2n-wrap-left-button-2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: #171B1C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 55px;
    transition: all 0.5s;
}
.cities-section-2n-wrap-left-button-2 a span {
    display: flex;
}
.cities-section-2n-wrap-left-button-2 a:hover {
    background: #FF7A00;
}
.cities-section-2n-wrap-right {
    width: 575px;
}
.cities-section-2n-wrap-right-image {
    display: flex;
}
@media screen and (max-width: 1435px) {
    .cities-section-2n {
        padding: 30px 0;
    }
    .cities-section-2n-wrap-right {
        width: 350px;
    }
    .cities-section-2n-wrap {
        gap: 25px;
    }
    .cities-section-2n-wrap-left {
        width: calc(100% - 375px);
    }
    .cities-section-2n-wrap-left-title {
        padding-bottom: 25px;
        font-size: 30px;
    }
    .cities-section-2n-wrap-left-items {
        padding-bottom: 25px;
        flex-wrap: wrap;
        gap: 5px 10px;
    }
    .cities-section-2n-wrap-left-item {
        width: calc(20% - 8px);
    }
    .cities-section-2n-wrap-left-item-title {
        font-size: 13px;
    }
    .cities-section-2n-wrap-left-buttons {
        gap: 10px;
    }
    .cities-section-2n-wrap-left-button-1 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 11px 25px;
    }
    .cities-section-2n-wrap-left-button-2 a {
        border-radius: 10px;
        font-size: 14px;
        padding: 13px 45px;
    }
}
@media screen and (max-width: 1023px) {
    .cities-section-2n-wrap-left-title {
        font-size: 23px;
    }
    .cities-section-2n-wrap-left-buttons {
        gap: 5px;
    }
    .cities-section-2n-wrap {
        gap: 0;
    }
    .cities-section-2n-wrap-left {
        width: calc(100% - 350px);
    }
    .cities-section-2n-wrap-left-button-1 a {
        padding: 8px 15px;
    }
    .cities-section-2n-wrap-left-button-2 a {
        padding: 10px 15px;
    }
    .cities-section-2n-wrap-left-items {
        gap: 5px 10px;
        justify-content: center;
    }
    .cities-section-2n-wrap-left-item {
        width: calc(33.336% - 8px);
    }
}
@media screen and (max-width: 767px) {
    .cities-section-2n {
        padding: 25px 0;
    }
    .cities-section-2n-wrap {
        gap: 25px;
        flex-direction: column;
    }
    .cities-section-2n-wrap-left {
        width: 100%;
    }
    .cities-section-2n-wrap-left-title {
        font-size: 18px;
        padding-bottom: 15px;
        text-align: center;
        max-width: 260px;
        margin: auto;
    }
    .cities-section-2n-wrap-left-items {
        padding-bottom: 15px;
    }
    .cities-section-2n-wrap-left-buttons {
        flex-direction: column;
    }
    .cities-section-2n-wrap-left-button-1 a {
        justify-content: center;
    }
    .cities-section-2n-wrap-left-button-2 a {
        justify-content: center;
    }
    .cities-section-2n-wrap-right-image {
        text-align: center;
    }
}

.single-page-project-block-10-wrap-pagination ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 65px;
    align-items: center;
    margin: 0;
}
.single-page-project-block-10-wrap-pagination .page-numbers a.page-numbers {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-page-project-block-10-wrap-pagination .page-numbers span.page-numbers {
    color: #F69924;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-page-project-block-10-wrap-pagination ul li .next.page-numbers {
    display: block;
    font-size: 0;
    height: 22px;
    position: relative;
}
.single-page-project-block-10-wrap-pagination ul li .next.page-numbers:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
}
.single-page-project-block-10-wrap-pagination ul li .prev.page-numbers {
    display: block;
    font-size: 0;
    height: 22px;
    position: relative;
}
.single-page-project-block-10-wrap-pagination ul li .prev.page-numbers:after {
    width: 22px;
    height: 22px;
    background-color: #fff;
}
@media screen and (max-width: 1435px) {
    .single-page-project-block-10-wrap-pagination ul.page-numbers {
        padding-top: 30px;
    }
    .single-page-project-block-10-wrap-pagination .page-numbers a.page-numbers {
        font-size: 14px;
    }
    .single-page-project-block-10-wrap-pagination .page-numbers span.page-numbers {
        font-size: 14px;
    }
    .single-page-project-block-10-wrap-pagination ul li .prev.page-numbers {
        height: 18px;
    }
    .single-page-project-block-10-wrap-pagination ul li .prev.page-numbers:after {
        width: 18px;
        height: 18px;
    }
    .single-page-project-block-10-wrap-pagination ul li .next.page-numbers {
        height: 18px;
    }
    .single-page-project-block-10-wrap-pagination ul li .next.page-numbers:after {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
    .single-page-project-block-10-wrap-pagination ul.page-numbers {
        padding-top: 25px;
        gap: 15px;
    }
    .single-page-project-block-10-wrap-pagination ul li .prev.page-numbers {
        height: 14px;
    }
    .single-page-project-block-10-wrap-pagination ul li .prev.page-numbers:after {
        width: 14px;
        height: 14px;
    }
    .single-page-project-block-10-wrap-pagination ul li .next.page-numbers {
        height: 14px;
    }
    .single-page-project-block-10-wrap-pagination ul li .next.page-numbers:after {
        width: 14px;
        height: 14px;
    }
}

.trailer-types-section-1 {
    padding: 50px 0;
}
.trailer-types-section-1-wrap {
    overflow: hidden;
    border-radius: 65px;
    border: 1px solid #D9D9D9;
    background-color: #F5F5F5;
    position: relative;
    padding: 160px 0 160px 90px;
    background-image: url("/wp-content/uploads/Group-39641.png");
    background-position: center;
    background-repeat: no-repeat;
}
.trailer-types-section-1-wrap-left {
    max-width: 595px;
}
.trailer-types-section-1-wrap-left-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
	margin: 0;
}
.trailer-types-section-1-wrap-left-title span {
    font-weight: 700;
}
.trailer-types-section-1-wrap-left-text {
    color: #7F7F7F;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 25px;
}
.trailer-types-section-1-wrap-left-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.trailer-types-section-1-wrap-left-button-1 a {
    border-radius: 13px;
    border: 2px solid #171B1C;
    display: flex;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 13px 45px;
    transition: all 0.5s;
}
.trailer-types-section-1-wrap-left-button-1 a:hover {
    border: 2px solid #F69924;
    color: #F69924;
}
.trailer-types-section-1-wrap-left-button-2 a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 65px;
    transition: all 0.5s;
}
.trailer-types-section-1-wrap-left-button-2 a span {
    display: flex;
}
.trailer-types-section-1-wrap-left-button-2 a:hover {
    background: #F69924;
}
.trailer-types-section-1-wrap-right-image {
    position: absolute;
    right: -150px;
    width: 919px;
    bottom: -50px;
    display: flex;
}

@media screen and (max-width: 1435px) {
    .trailer-types-section-1 {
        padding: 30px 0;
    }
    .trailer-types-section-1-wrap {
        padding: 60px 0 60px 50px;
        background-image: url(/wp-content/uploads/Group-39642.png);
        border-radius: 32px;
    }
    .trailer-types-section-1-wrap-left-title {
        padding-bottom: 35px;
        font-size: 28px;
        max-width: 460px;
    }
    .trailer-types-section-1-wrap-left-text {
        padding-bottom: 35px;
        font-size: 18px;
        max-width: 375px;
    }
    .trailer-types-section-1-wrap-left-button-1 a {
        padding: 11px 32px;
        border-radius: 10px;
        font-size: 14px;
    }
    .trailer-types-section-1-wrap-left-button-2 a {
        padding: 13px 32px;
        border-radius: 10px;
        font-size: 14px;
    }
    .trailer-types-section-1-wrap-right-image {
        right: -80px;
        bottom: 10px;
        width: 525px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-1-wrap {
        padding: 40px 0 40px 40px;
        background-image: url(/wp-content/uploads/Group-39643.png);
    }
    .trailer-types-section-1-wrap-left-title {
        padding-bottom: 15px;
        font-size: 23px;
        max-width: 375px;
    }
    .trailer-types-section-1-wrap-left-text {
        padding-bottom: 45px;
        font-size: 14px;
    }
    .trailer-types-section-1-wrap-left-button-1 a {
        padding: 8px 25px;
    }
    .trailer-types-section-1-wrap-left-button-2 a {
        padding: 10px 25px;
    }
    .trailer-types-section-1-wrap-right-image {
        right: -85px;
        bottom: 0px;
        width: 430px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-1 {
        padding: 25px 0;
    }
    .trailer-types-section-1-wrap {
        padding: 32px 25px 8px 25px;
        background-image: url(/wp-content/uploads/Group-39644.png);
    }
    .trailer-types-section-1-wrap-left-title {
        padding-left: 7px;
        padding-right: 7px;
        max-width: 100%;
        text-align: center;
    }
    .trailer-types-section-1-wrap-left-text {
        padding-bottom: 15px;
        text-align: center;
        padding-left: 7px;
        padding-right: 7px;
        max-width: 100%;
    }
    .trailer-types-section-1-wrap-left-buttons {
        gap: 5px;
        padding-bottom: 25px;
        flex-direction: column;
    }
    .trailer-types-section-1-wrap-left-button-1 {
        width: 100%;
    }
    .trailer-types-section-1-wrap-left-button-1 a {
        justify-content: center;
    }
    .trailer-types-section-1-wrap-left-button-2 {
        width: 100%;
    }
    .trailer-types-section-1-wrap-left-button-2 a {
        justify-content: center;
    }
    .trailer-types-section-1-wrap-right-image {
        position: inherit;
        width: 100%;
    }
}

.trailer-types-section-2 {
    padding: 50px 0;
}
.trailer-types-section-2-wrap {
    border-radius: 65px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.trailer-types-section-2-wrap-left {
    width: calc(100% - 655px);
}
.trailer-types-section-2-wrap-left-image {
    display: flex;
}
.trailer-types-section-2-wrap-right {
    width: 655px;
    padding: 95px 55px 95px 0;
}
.trailer-types-section-2-wrap-right-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
}
.trailer-types-section-2-wrap-right-title span {
    color: #FF7A00;
}
.trailer-types-section-2-wrap-right-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 25px;
}
.trailer-types-section-2-wrap-right-button {
    display: flex;
}
.trailer-types-section-2-wrap-right-button a {
    border-radius: 13px;
    background: #171B1C;
    display: flex;
    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%;
    padding: 15px 65px;
    transition: all 0.5s;
}
.trailer-types-section-2-wrap-right-button a span {
    display: flex;
}
.trailer-types-section-2-wrap-right-button a:hover {
    background: #F69924;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-2 {
        padding: 30px 0;
    }
    .trailer-types-section-2-wrap {
        border-radius: 32px;
        padding: 45px;
    }
    .trailer-types-section-2-wrap-left {
        width: 50%;
    }
    .trailer-types-section-2-wrap-left-image img {
        height: 410px;
        object-fit: cover;
        object-position: center;
        border-radius: 23px;
    }
    .trailer-types-section-2-wrap-right {
        width: 50%;
        padding: 0 0 0 32px;
    }
    .trailer-types-section-2-wrap-right-title {
        padding-bottom: 25px;
        font-size: 30px;
    }
    .trailer-types-section-2-wrap-right-text {
        font-size: 14px;
    }
    .trailer-types-section-2-wrap-right-button a {
        padding: 13px 25px;
        border-radius: 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-2-wrap {
        padding: 40px;
    }
    .trailer-types-section-2-wrap-left-image img {
        height: 350px;
    }
    .trailer-types-section-2-wrap-right-title {
        padding-bottom: 15px;
        font-size: 23px;
    }
    .trailer-types-section-2-wrap-right-button a {
        padding: 10px 25px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-2 {
        padding: 25px 0;
    }
    .trailer-types-section-2-wrap {
        padding: 25px;
        border-radius: 23px;
        flex-direction: column;
        gap: 25px;
    }
    .trailer-types-section-2-wrap-left {
        width: 100%;
    }
    .trailer-types-section-2-wrap-left-image img {
        height: auto;
    }
    .trailer-types-section-2-wrap-right {
        width: 100%;
        padding: 0;
    }
    .trailer-types-section-2-wrap-right-title {
        font-size: 18px;
        text-align: center;
    }
    .trailer-types-section-2-wrap-right-text {
        text-align: center;
        padding-bottom: 15px;
    }
    .trailer-types-section-2-wrap-right-button a {
        width: 100%;
    }
}

.trailer-types-section-3 {
    padding: 50px 0;
}
.trailer-types-section-3-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 990px;
    margin: 0;
    margin: auto;
    padding-bottom: 45px;
}
.trailer-types-section-3-title span {
    color: #FF7A00;
}
.trailer-types-section-3-wrap-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.trailer-types-section-3-wrap-top-left {
    width: calc(50% - 10px);
}
.trailer-types-section-3-wrap-top-left-image {
    display: flex;
}
.trailer-types-section-3-wrap-top-left-image img {
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 46px;
}
.trailer-types-section-3-wrap-top-right {
    width: calc(50% - 10px);
    display: flex;
    gap: 14px;
    align-items: start;
}
.trailer-types-section-3-wrap-item {
    width: calc(50% - 7px);
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px;
}
.trailer-types-section-3-wrap-item-icon {
    display: flex;
    width: 65px;
    padding-bottom: 25px;
}
.trailer-types-section-3-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}
.trailer-types-section-3-wrap-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.trailer-types-section-3-wrap-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -90px;
}
.trailer-types-section-3-wrap-bottom-left {
    width: calc(50% - 10px);
    display: flex;
    gap: 14px;
    align-items: end;
}
.trailer-types-section-3-wrap-bottom-right {
    width: calc(50% - 10px);
}
.trailer-types-section-3-wrap-bottom-right-image {
    display: flex;
}
.trailer-types-section-3-wrap-bottom-right-image img {
    height: 490px;
    object-fit: cover;
    object-position: center;
    border-radius: 46px;
}
.trailer-types-section-3-wrap-mobile {
    display: none;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-3 {
        padding: 30px 0;
    }
    .trailer-types-section-3-title {
        max-width: 650px;
        padding-bottom: 25px;
        font-size: 30px;
    }
    .trailer-types-section-3-wrap-top-left {
        width: calc(51% - 10px);
    }
    .trailer-types-section-3-wrap-top-left-image img {
        height: 465px;
        border-radius: 32px;
    }
    .trailer-types-section-3-wrap-top-right {
        width: calc(49% - 10px);
        gap: 15px;
        flex-direction: column;
    }
    .trailer-types-section-3-wrap-item {
        border-radius: 32px;
        padding: 32px;
        width: 100%;
        height: 50%;
    }
    .trailer-types-section-3-wrap-item-icon {
        width: 46px;
    }
    .trailer-types-section-3-wrap-item-title {
        font-size: 23px;
    }
    .trailer-types-section-3-wrap-item-title br {
        display: none;
    }
    .trailer-types-section-3-wrap-item-text {
        font-size: 16px;
    }
    .trailer-types-section-3-wrap-bottom {
        margin-top: 15px;
    }
    .trailer-types-section-3-wrap-bottom-left {
        width: calc(49% - 10px);
        gap: 15px;
        align-items: start;
        flex-direction: column;
    }
    .trailer-types-section-3-wrap-bottom-right {
        width: calc(51% - 10px);
    }
    .trailer-types-section-3-wrap-bottom-right-image img {
        height: 465px;
        border-radius: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-3-title {
        max-width: 560px;
        font-size: 23px;
    }
    .trailer-types-section-3-wrap-top {
        gap: 14px;
    }
    .trailer-types-section-3-wrap-top-left {
        width: calc(52% - 7px);
    }
    .trailer-types-section-3-wrap-top-left-image img {
        height: 390px;
        border-radius: 23px;
    }
    .trailer-types-section-3-wrap-top-right {
        width: calc(48% - 7px);
        gap: 14px;
    }
    .trailer-types-section-3-wrap-item {
        border-radius: 23px;
    }
    .trailer-types-section-3-wrap-item-icon {
        width: 36px;
        padding-bottom: 20px;
    }
    .trailer-types-section-3-wrap-item-title {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .trailer-types-section-3-wrap-item-text {
        font-size: 14px;
    }
    .trailer-types-section-3-wrap-bottom {
        margin-top: 14px;
        gap: 14px;
    }
    .trailer-types-section-3-wrap-bottom-left {
        width: calc(48% - 7px);
        gap: 14px;
    }
    .trailer-types-section-3-wrap-bottom-right {
        width: calc(52% - 7px);
    }
    .trailer-types-section-3-wrap-bottom-right-image img {
        height: 390px;
        border-radius: 23px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-3 {
        padding: 25px 0;
    }
    .trailer-types-section-3-title {
        padding-bottom: 15px;
    }
    .trailer-types-section-3-wrap-top-left {
        width: 100%;
    }
    .trailer-types-section-3-wrap-top-left-image img {
        height: 215px;
        margin: auto;
    }
    .trailer-types-section-3-wrap-top-right {
        display: none;
    }
    .trailer-types-section-3-wrap-bottom {
        margin-top: 10px;
    }
    .trailer-types-section-3-wrap-bottom-left {
        display: none;
    }
    .trailer-types-section-3-wrap-bottom-right {
        width: 100%;
    }
    .trailer-types-section-3-wrap-bottom-right-image img {
        height: 330px;
    }
    .trailer-types-section-3-wrap-mobile {
        display: block;
        padding-top: 15px;
        margin-right: -15px;
    }
    .trailer-types-section-3-wrap-mobile-items {
        display: flex;
        overflow: auto;
        gap: 10px;
        padding-right: 15px;
    }
    .trailer-types-section-3-wrap-item {
        width: 290px;
        min-width: 290px;
        max-width: 290px;
        height: inherit;
    }
}

.trailer-types-section-4 {
    padding: 50px 0;
    overflow: hidden;
}
.trailer-types-section-4-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    max-width: 990px;
}
.trailer-types-section-4-title span {
    color: #FF7A00;
}
.trailer-types-section-4-slider {
    padding-top: 45px;
    position: relative;
}
.trailer-types-section-4-slider-prev {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: -65px;
    cursor: pointer;
    transform: rotate(180deg);
}
.trailer-types-section-4-slider-next {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}
.trailer-types-section-4-slider .swiper-button-disabled {
    background: #F5F5F5;
}
.trailer-types-section-4-slider .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.trailer-types-section-4-slider-item {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px 60px 20px;
}
.trailer-types-section-4-slider-item-title {
    color: #171B1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
}
.trailer-types-section-4-slider-item-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 10px;
}
.trailer-types-section-4-slider-item-button {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.trailer-types-section-4-slider-item-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FF7A00;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.trailer-types-section-4-slider-item-button a span {
    display: flex;
}
.trailer-types-section-4-slider-item-image {
    display: flex;
}
.trailer-types-section-4-slider-item-image img {
    height: 210px;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-4 {
        padding: 30px 0;
    }
    .trailer-types-section-4-title {
        max-width: 790px;
        font-size: 30px;
    }
    .trailer-types-section-4-slider {
        padding-top: 25px;
    }
    .trailer-types-section-4-slider-prev {
        width: 46px;
        height: 46px;
        top: -46px;
        right: 51px;
    }
    .trailer-types-section-4-slider-prev svg {
        width: 20px;
    }
    .trailer-types-section-4-slider-next {
        width: 46px;
        height: 46px;
        top: -46px;
    }
    .trailer-types-section-4-slider-next svg {
        width: 20px;
    }
    .trailer-types-section-4-slider-item {
        padding: 35px 12px 25px;
        border-radius: 32px;
    }
    .trailer-types-section-4-slider-item-title {
        padding-bottom: 5px;
        font-size: 18px;
    }
    .trailer-types-section-4-slider-item-text {
        font-size: 14px;
        max-width: 220px;
        margin: auto;
    }
    .trailer-types-section-4-slider-item-button {
        padding-bottom: 20px;
    }
    .trailer-types-section-4-slider-item-button a {
        font-size: 14px;
    }
    .trailer-types-section-4-slider-item-image img {
        height: 195px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-4-title {
        max-width: 590px;
        font-size: 23px;
    }
    .trailer-types-section-4-slider-prev {
        width: 36px;
        height: 36px;
        top: -36px;
        right: 41px;
        border-radius: 8px;
    }
    .trailer-types-section-4-slider-prev svg {
        width: 18px;
    }
    .trailer-types-section-4-slider-next {
        width: 36px;
        height: 36px;
        top: -36px;
        border-radius: 8px;
    }
    .trailer-types-section-4-slider-next svg {
        width: 18px;
    }
    .trailer-types-section-4-slider .swiper-slide {
        width: 305px !important;
    }
    .trailer-types-section-4-slider-item {
        padding: 32px 25px 20px;
        border-radius: 23px;
    }
    .trailer-types-section-4-slider-item-button {
        padding-bottom: 24px;
    }
    .trailer-types-section-4-slider .swiper {
        overflow: inherit;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-4 {
        padding: 25px 0;
    }
    .trailer-types-section-4-title {
        text-align: center;
    }
    .trailer-types-section-4-slider {
        padding-top: 62px;
    }
    .trailer-types-section-4-slider-prev {
        top: 13px;
        right: calc(50% + 3px);
    }
    .trailer-types-section-4-slider-next {
        top: 13px;
        right: inherit;
        left: calc(50% + 3px);
    }
}

.trailer-types-section-5 {
    padding: 50px 0;
    overflow: hidden;
}
.trailer-types-section-5-wrap-top-items {
    display: flex;
    gap: 25px;
    align-items: center;
}
.trailer-types-section-5-wrap-top-item {
    border-radius: 23px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    display: flex;
    justify-content: center;
    width: 500px;
    padding: 21px;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0;
}
.trailer-types-section-5-wrap-top-item-active {
    color: #FF7A00;
}
.trailer-types-section-5-wrap-top-item:hover {
    color: #FF7A00;
}
.trailer-types-section-5-wrap-bottom-item-slider {
    position: relative;
    padding-top: 45px;
}
.trailer-types-section-5-wrap-bottom-item-slider-prev {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: -70px;
    cursor: pointer;
    transform: rotate(180deg);
}
.trailer-types-section-5-wrap-bottom-item-slider-next {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -70px;
    cursor: pointer;
}
.trailer-types-section-5-wrap-bottom-item-slider .swiper-button-disabled {
    background: #F5F5F5;
}
.trailer-types-section-5-wrap-bottom-item-slider .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.trailer-types-section-5-wrap-bottom-item {
    display: none;
}
.trailer-types-section-5-wrap-bottom-item-active {
    display: block;
}
.trailer-types-section-5-wrap-bottom-item-slider-item {
    display: flex;
    width: 100%;
}
.trailer-types-section-5-wrap-bottom-item-slider-item img {
    width: 100%;
}
.trailer-types-section-5-wrap-bottom-item-slider-item-mobile {
    display: none;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-5 {
        padding: 30px 0;
    }
    .trailer-types-section-5-wrap-top-items {
        gap: 20px;
    }
    .trailer-types-section-5-wrap-top-item {
        padding: 12px;
        border-radius: 13px;
        font-size: 18px;
        width: 380px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider {
        padding-top: 25px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-prev {
        width: 46px;
        height: 46px;
        top: -48px;
        right: 51px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-prev svg {
        width: 20px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-next {
        width: 46px;
        height: 46px;
        top: -48px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-next svg {
        width: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-5-wrap-top-items {
        gap: 15px;
    }
    .trailer-types-section-5-wrap-top-item {
        font-size: 16px;
        width: 265px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-prev {
        width: 36px;
        height: 36px;
        top: -42px;
        right: 41px;
        border-radius: 8px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-prev svg {
        width: 18px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-next {
        width: 36px;
        height: 36px;
        top: -42px;
        border-radius: 8px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-next svg {
        width: 18px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-5 {
        padding: 25px 0;
    }
    .trailer-types-section-5-wrap-top-items {
        gap: 5px;
        flex-direction: column;
    }
    .trailer-types-section-5-wrap-bottom-item-slider {
        padding-bottom: 60px;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-prev {
        top: inherit;
        right: calc(50% + 3px);
        bottom: 0;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-next {
        top: inherit;
        right: inherit;
        left: calc(50% + 3px);
        bottom: 0;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-item-desktop {
        display: none;
    }
    .trailer-types-section-5-wrap-bottom-item-slider-item-mobile {
        display: block;
    }
}

.html-sitemap-wrapper-block-title {
    font-weight: bold;
    margin-top: 0;
}
.html-sitemap-wrapper-block-list-item-name {
    font-size: 15px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.html-sitemap-wrapper-block-list {
    margin-bottom: 15px;
    margin-left: 30px;
}
.html-sitemap-wrapper-block-list ul {
    margin-bottom: 15px;
}

.trailer-types-section-6 {
    padding: 50px 0;
    overflow: hidden;
}
.trailer-types-section-6-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    max-width: 990px;
}
.trailer-types-section-6-title span {
    color: #FF7A00;
}
.trailer-types-section-6-slider {
    padding-top: 45px;
    position: relative;
}
.trailer-types-section-6-slider-prev {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 75px;
    top: -65px;
    cursor: pointer;
    transform: rotate(180deg);
}
.trailer-types-section-6-slider-next {
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: #FF7A00;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -65px;
    cursor: pointer;
}
.trailer-types-section-6-slider .swiper-button-disabled {
    background: #F5F5F5;
}
.trailer-types-section-6-slider .swiper-button-disabled svg path {
    fill: #7F7F7F;
}
.trailer-types-section-6-slider-item {
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 45px;
}
.trailer-types-section-6-slider-item-name {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin: 0;
}
.trailer-types-section-6-slider-item-subname {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 25px;
}
.trailer-types-section-6-slider-item-image {
    display: flex;
    padding-bottom: 25px;
}
.trailer-types-section-6-slider-item-image img {
    border-radius: 23px;
    height: 415px;
    object-position: center;
    object-fit: contain;
}
.trailer-types-section-6-slider-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trailer-types-section-6-slider-item-meta-categories {
    display: flex;
    gap: 10px;
    align-items: center;
}
.trailer-types-section-6-slider-item-meta-category {
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding: 8px 25px;
    display: flex;
}
.trailer-types-section-6-slider-item-meta-button a {
    border-radius: 13px;
    background: #171B1C;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    padding: 10px 25px;
}
.trailer-types-section-6-slider-item-meta-button a:hover {
    background: #FF7A00;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-6 {
        padding: 30px 0;
    }
    .trailer-types-section-6-title {
        max-width: 790px;
        font-size: 30px;
    }
    .trailer-types-section-6-slider {
        padding-top: 25px;
    }
    .trailer-types-section-6-slider-next {
        width: 46px;
        height: 46px;
        top: -46px;
    }
    .trailer-types-section-6-slider-next svg {
        width: 20px;
    }
    .trailer-types-section-6-slider-prev {
        width: 46px;
        height: 46px;
        top: -46px;
        right: 51px;
    }
    .trailer-types-section-6-slider-prev svg {
        width: 20px;
    }
    .trailer-types-section-6-slider-item {
        padding: 32px;
        border-radius: 32px;
    }
    .trailer-types-section-6-slider-item-name {
        font-size: 23px;
    }
    .trailer-types-section-6-slider-item-meta {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    .trailer-types-section-6-slider-item-meta-button {
        width: 100%;
    }

}
@media screen and (max-width: 1023px) {
    .trailer-types-section-6-title {
        max-width: 590px;
        font-size: 23px;
    }
    .trailer-types-section-6-slider-prev {
        width: 36px;
        height: 36px;
        top: -36px;
        right: 41px;
        border-radius: 8px;
    }
    .trailer-types-section-6-slider-next {
        width: 36px;
        height: 36px;
        top: -36px;
        border-radius: 8px;
    }
    .trailer-types-section-6-slider-prev svg {
        width: 18px;
    }
    .trailer-types-section-6-slider-next svg {
        width: 18px;
    }
    .trailer-types-section-6-slider-item {
        padding: 24px;
        border-radius: 23px;
    }
    .trailer-types-section-6-slider-item-name {
        font-size: 18px;
    }
    .trailer-types-section-6-slider-item-subname {
        font-size: 14px;
    }
    .trailer-types-section-6-slider-item-image img {
        height: 245px;
        border-radius: 13px;
    }
    .trailer-types-section-6-slider-item-meta-categories {
        gap: 5px;
    }
    .trailer-types-section-6-slider-item-meta-category {
        font-size: 14px;
        padding: 6px 15px;
        border-radius: 10px;
    }
    .trailer-types-section-6-slider-item-meta-button a {
        border-radius: 10px;
        font-size: 14px;
        padding: 10px 25px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-6 {
        padding: 25px 0;
    }
    .trailer-types-section-6-title {
        text-align: center;
    }
    .trailer-types-section-6-slider {
        padding-top: 62px;
    }
    .trailer-types-section-6-slider-prev {
        top: 13px;
        right: calc(50% + 3px);
    }
    .trailer-types-section-6-slider-next {
        top: 13px;
        right: inherit;
        left: calc(50% + 3px);
    }
    .trailer-types-section-6-slider .swiper {
        overflow: inherit;
    }
    .trailer-types-section-6-slider .swiper-slide {
        width: 325px !important;
        height: initial;
    }
    .trailer-types-section-6-slider-item-subname {
        padding-bottom: 15px;
    }
    .trailer-types-section-6-slider-item {
        height: 100%;
    }
}

.trailer-types-section-8 {
    padding: 50px 0;
}
.trailer-types-section-8-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 910px;
    margin: 0;
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}
.trailer-types-section-8-title span {
    color: #FF7A00;
}
.trailer-types-section-8-text {
    color: #7F7F7F;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 25px;
    max-width: 910px;
    margin: auto;
}
.trailer-types-section-8-button {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}
.trailer-types-section-8-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #FF7A00;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.trailer-types-section-8-button a span {
    display: flex;
}
.trailer-types-section-8-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.trailer-types-section-8-wrap-left {
    width: calc(43% - 10px);
}
.trailer-types-section-8-wrap-left-image {
    position: relative;
    display: flex;
}
.trailer-types-section-8-wrap-left-image img {
    border-radius: 46px;
    height: 600px;
    object-position: center;
    object-fit: cover;
}
.trailer-types-section-8-wrap-left-image-label-1 {
    position: absolute;
    left: 30px;
    top: 30px;
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 32px;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    margin: 0;
}
.trailer-types-section-8-wrap-left-image-label-1 span {
    display: flex;
}
.trailer-types-section-8-wrap-left-image-label-2 {
    position: absolute;
    right: 35px;
    bottom: 30px;
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 32px;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
}
.trailer-types-section-8-wrap-left-image-label-2 span {
    display: flex;
}
.trailer-types-section-8-wrap-right {
    width: calc(57% - 10px);
}
.trailer-types-section-8-wrap-right-image {
    position: relative;
    display: flex;
}
.trailer-types-section-8-wrap-right-image img {
    border-radius: 46px;
    height: 600px;
    object-position: center;
    object-fit: cover;
}
.trailer-types-section-8-wrap-right-image-label {
    position: absolute;
    right: 35px;
    bottom: 30px;
    border-radius: 13px;
    background: #FF7A00;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 32px;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    margin: 0;
}
.trailer-types-section-8-wrap-right-image-label span {
    display: flex;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-8 {
        padding: 30px 0;
    }
    .trailer-types-section-8-title {
        max-width: 695px;
        font-size: 30px;
    }
    .trailer-types-section-8-text {
        padding-bottom: 15px;
        max-width: 695px;
        font-size: 14px;
    }
    .trailer-types-section-8-button {
        padding-bottom: 25px;
    }
    .trailer-types-section-8-button a {
        font-size: 14px;
    }
    .trailer-types-section-8-wrap {
        gap: 14px;
    }
    .trailer-types-section-8-wrap-left {
        width: calc(42% - 7px);
    }
    .trailer-types-section-8-wrap-right {
        width: calc(58% - 7px);
    }
    .trailer-types-section-8-wrap-left-image img {
        border-radius: 32px;
        height: 500px;
    }
    .trailer-types-section-8-wrap-right-image img {
        border-radius: 32px;
        height: 500px;
    }
    .trailer-types-section-8-wrap-left-image-label-1 {
        left: 25px;
        top: 70px;
        padding: 8px 25px;
        font-size: 14px;
    }
    .trailer-types-section-8-wrap-left-image-label-1 svg {
        width: 18px;
        height: 18px;
    }
    .trailer-types-section-8-wrap-left-image-label-2 {
        right: 25px;
        bottom: 80px;
        padding: 8px 25px;
        font-size: 14px;
    }
    .trailer-types-section-8-wrap-left-image-label-2 svg {
        width: 18px;
        height: 18px;
    }
    .trailer-types-section-8-wrap-right-image-label {
        right: 25px;
        bottom: 80px;
        padding: 8px 25px;
        font-size: 14px;
    }
    .trailer-types-section-8-wrap-right-image-label svg {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-8-title {
        max-width: 430px;
        font-size: 23px;
    }
    .trailer-types-section-8-text {
        padding-bottom: 10px;
        max-width: 430px;
    }
    .trailer-types-section-8-wrap-left {
        width: calc(43% - 7px);
    }
    .trailer-types-section-8-wrap-right {
        width: calc(57% - 7px);
    }
    .trailer-types-section-8-wrap-left-image img {
        border-radius: 23px;
        height: 380px;
    }
    .trailer-types-section-8-wrap-right-image img {
        border-radius: 23px;
        height: 380px;
    }
    .trailer-types-section-8-wrap-left-image-label-1 {
        top: 80px;
        font-size: 13px;
        border-radius: 10px;
    }
    .trailer-types-section-8-wrap-left-image-label-2 {
        right: 25px;
        bottom: 45px;
        font-size: 13px;
        border-radius: 10px;
    }
    .trailer-types-section-8-wrap-right-image-label {
        right: 25px;
        bottom: 45px;
        font-size: 13px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-8 {
        padding: 25px 0;
    }
    .trailer-types-section-8-text {
        padding-bottom: 14px;
    }
    .trailer-types-section-8-wrap {
        gap: 15px;
    }
    .trailer-types-section-8-wrap-left {
        width: 100%;
    }
    .trailer-types-section-8-wrap-left-image img {
        height: 310px;
        width: 100%;
    }
    .trailer-types-section-8-wrap-left-image-label-1 {
        left: 20px;
        top: 20px;
    }
    .trailer-types-section-8-wrap-left-image-label-2 {
        right: 20px;
        bottom: 20px;
    }
    .trailer-types-section-8-wrap-right {
        width: 100%;
    }
    .trailer-types-section-8-wrap-right-image img {
        height: 360px;
    }
    .trailer-types-section-8-wrap-right-image-label {
        right: 20px;
        bottom: 20px;
    }
}

.trailer-types-section-11 {
    padding: 50px 0;
}
.trailer-types-section-11-wrap {
    border-radius: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.trailer-types-section-11-wrap-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 15px;
    max-width: 870px;
    margin: 0;
    margin: auto;
    text-align: center;
}
.trailer-types-section-11-wrap-title span {
    color: #FF7A00;
}
.trailer-types-section-11-wrap-text {
    color: #BDBDBD;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 25px;
    max-width: 870px;
    margin: auto;
}
.trailer-types-section-11-wrap-button {
    display: flex;
    justify-content: center;
}
.trailer-types-section-11-wrap-button a {
    border-radius: 13px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 65px;
    transition: all 0.5s;
}
.trailer-types-section-11-wrap-button a span {
    display: flex;
}
.trailer-types-section-11-wrap-button a svg path {
    transition: all 0.5s;
}
.trailer-types-section-11-wrap-button a:hover {
    background: #FF7A00;
    color: #FFF;
}
.trailer-types-section-11-wrap-button a:hover svg path {
    fill: #FFF;
}

@media screen and (max-width: 1435px) {
    .trailer-types-section-11 {
        padding: 30px 0;
    }
    .trailer-types-section-11-wrap {
        padding: 45px 0;
        border-radius: 32px;
    }
    .trailer-types-section-11-wrap-title {
        max-width: 695px;
        font-size: 30px;
    }
    .trailer-types-section-11-wrap-text {
        padding-bottom: 15px;
        max-width: 565px;
        font-size: 14px;
    }
    .trailer-types-section-11-wrap-button a {
        border-radius: 10px;
        padding: 13px 25px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-11-wrap {
        padding: 32px 0;
        border-radius: 23px;
    }
    .trailer-types-section-11-wrap-title {
        max-width: 460px;
        font-size: 23px;
        padding-bottom: 10px;
    }
    .trailer-types-section-11-wrap-text {
        max-width: 580px;
    }
    .trailer-types-section-11-wrap-button a {
        padding: 10px 25px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-11 {
        padding: 25px 0;
    }
    .trailer-types-section-11-wrap {
        padding: 32px 32px;
    }
    .trailer-types-section-11-wrap-title {
        padding-bottom: 15px;
        font-size: 18px;
    }
    .trailer-types-section-11-wrap-button a {
        padding: 10px 10px;
        width: 100%;
    }
    .trailer-types-section-11-wrap-button {
        width: 100%;
    }
}

.trailer-types-section-13 {
    padding: 50px 0;
}
.trailer-types-section-13-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 45px;
    margin: 0;
    max-width: 990px;
    margin: auto;
}
.trailer-types-section-13-title span {
    color: #FF7A00;
}
.trailer-types-section-13-wrap {
    display: flex;
    gap: 15px;
}
.trailer-types-section-13-wrap-item {
    width: 100%;
    position: relative;
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}
.trailer-types-section-13-wrap-item-image {
    display: flex;
    position: relative;
}
.trailer-types-section-13-wrap-item-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 275px;
    border-radius: 46px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 14.06%, rgba(0, 0, 0, 0.50) 61.46%, rgba(0, 0, 0, 0.75) 100%);
    transform: rotate(180deg);
}
.trailer-types-section-13-wrap-item-image img {
    height: 545px;
    object-fit: cover;
    object-position: center;
}
.trailer-types-section-13-wrap-item-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: uppercase;
    display: flex;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 25px;
    margin: 0;
}
.trailer-types-section-13-wrap-item-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 65px;
}
.trailer-types-section-13-wrap-item-button a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #FFF;
    transition: all 0.5s;
    gap: 10px;
    color: #171B1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px;
}
.trailer-types-section-13-wrap-item-button a span {
    display: flex;
}
.trailer-types-section-13-wrap-item-button a svg path {
    transition: all 0.5s;
}
.trailer-types-section-13-wrap-item-button a:hover {
    background: #FF7A00;
    color: #FFF;
}
.trailer-types-section-13-wrap-item-button a:hover svg path {
    transition: all 0.5s;
    fill: #FFF;
}

@media screen and (max-width: 1435px) {
    .trailer-types-section-13 {
        padding: 30px 0;
    }
    .trailer-types-section-13-title {
        padding-bottom: 25px;
        max-width: 695px;
        font-size: 30px;
    }
    .trailer-types-section-13-wrap-item-image img {
        height: 380px;
    }
    .trailer-types-section-13-wrap-item {
        border-radius: 32px;
    }
    .trailer-types-section-13-wrap-item-image img {
        height: 380px;
    }
    .trailer-types-section-13-wrap-item-image:after {
        border-radius: 32px;
    }
    .trailer-types-section-13-wrap-item-button {
        bottom: 20px;
        padding: 0 20px;
    }
    .trailer-types-section-13-wrap-item-button a {
        border-radius: 13px;
        padding: 13px 15px;
        font-size: 14px;
    }
    .trailer-types-section-13-wrap-item-title {
        top: 32px;
        font-size: 23px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-13-title {
        max-width: 470px;
        font-size: 23px;
    }
    .trailer-types-section-13-wrap {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
    .trailer-types-section-13-wrap-item {
        width: 305px;
        min-width: 305px;
        max-width: 305px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-13 {
        padding: 25px 0;
    }
    .trailer-types-section-13-wrap {
        gap: 10px;
    }
}

.trailer-types-section-15 {
    padding: 50px 0;
}
.trailer-types-section-15-title {
    color: #171B1C;
    text-align: center;
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 35px;
    max-width: 990px;
    margin: 0;
    margin: auto;
}
.trailer-types-section-15-title span {
    color: #FF7A00;
}
.trailer-types-section-15-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.trailer-types-section-15-wrap-item {
    width: calc(50% - 10px);
    border-radius: 46px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    overflow: hidden;
    padding: 60px;
    position: relative;
}
.trailer-types-section-15-wrap-item-title {
    color: #171B1C;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
}
.trailer-types-section-15-wrap-item-text {
    color: #7F7F7F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.trailer-types-section-15-wrap-item-image {
    display: flex;
    position: absolute;
}
.trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-title {
    max-width: 320px;
}
.trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-text {
    max-width: 320px;
}
.trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-image {
    width: 720px;
    top: -85px;
    right: -280px;
}
.trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-title {
    max-width: 390px;
}
.trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-text {
    max-width: 390px;
}
.trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-image {
    bottom: 0;
    right: -190px;
    width: 620px;
}
.trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-title {
    max-width: 440px;
}
.trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-text {
    max-width: 440px;
}
.trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-image {
    width: 560px;
    bottom: 0;
    right: -380px;
}
.trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-title {
    max-width: 320px;
}
.trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-text {
    max-width: 320px;
}
.trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-image {
    width: 700px;
    right: -420px;
    bottom: 0;
}

@media screen and (max-width: 1435px) {
    .trailer-types-section-15 {
        padding: 30px 0;
    }
    .trailer-types-section-15-title {
        padding-bottom: 25px;
        max-width: 695px;
        font-size: 30px;
    }
    .trailer-types-section-15-wrap-item {
        padding: 32px 32px 215px 32px;
        border-radius: 32px;
    }
    .trailer-types-section-15-wrap-item-3 {
        padding: 32px 32px 195px 32px;
    }
    .trailer-types-section-15-wrap-item-4 {
        padding: 32px 32px 195px 32px;
    }
    .trailer-types-section-15-wrap-item-title {
        padding-bottom: 15px;
        font-size: 23px;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-title {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-title {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-title {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-title {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-text {
        text-align: center;
    }
    .trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-text {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-text {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-text {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-text {
        max-width: 100%;
    }
    .trailer-types-section-15-wrap-item-image {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-image {
        width: 444px;
        right: inherit;
        top: inherit;
        bottom: 0;
    }
    .trailer-types-section-15-wrap-item-2 .trailer-types-section-15-wrap-item-image {
        width: 433px;
        right: inherit;
        bottom: 0;
    }
    .trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-image {
        width: 309px;
        right: inherit;
        bottom: 0;
    }
    .trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-image {
        width: 345px;
        right: inherit;
        bottom: 0;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-15-title {
        max-width: 470px;
        font-size: 23px;
    }
    .trailer-types-section-15-wrap-item {
        padding: 32px 20px 185px 20px;
        border-radius: 23px;
        width: 305px;
        min-width: 305px;
        max-width: 305px;
    }
    .trailer-types-section-15-wrap-item-3 {
        padding: 32px 20px 185px 20px;
    }
    .trailer-types-section-15-wrap-item-4 {
        padding: 32px 20px 185px 20px;
    }
    .trailer-types-section-15-wrap-item-title {
        font-size: 18px;
    }
    .trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-title {
        max-width: 240px;
        margin: auto;
    }
    .trailer-types-section-15-wrap-item-text {
        font-size: 14px;
    }
    .trailer-types-section-15-wrap {
        gap: 15px;
        flex-wrap: inherit;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px;
    }
    .trailer-types-section-15-wrap-item-1 .trailer-types-section-15-wrap-item-image {
        width: 400px;
    }
    .trailer-types-section-15-wrap-item-3 .trailer-types-section-15-wrap-item-image {
        width: 250px;
    }
    .trailer-types-section-15-wrap-item-4 .trailer-types-section-15-wrap-item-image {
        width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-15 {
        padding: 25px 0;
    }
    .trailer-types-section-15-wrap {
        gap: 10px;
    }
}

.trailer-types-section-16 {
    padding: 50px 0;
}
.trailer-types-section-16-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin: 0;
}
.trailer-types-section-16-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.trailer-types-section-16-wrap-item {
    border-radius: 13px;
    border: 1.8px solid #D9D9D9;
    background: #FFF;
    color: #1F1F1F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    padding: 12px 25px;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-16 {
        padding: 30px 0;
    }
    .trailer-types-section-16-title {
        padding-bottom: 15px;
        font-size: 30px;
    }
    .trailer-types-section-16-wrap-item {
        padding: 11px 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-16-title {
        padding-bottom: 25px;
        font-size: 23px;
    }
    .trailer-types-section-16-wrap {
        gap: 10px;
    }
    .trailer-types-section-16-wrap-item {
        padding: 8px 15px;
        font-size: 14px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-16 {
        padding: 25px 0;
    }
    .trailer-types-section-16-title {
        padding-bottom: 15px;
        font-size: 18px;
    }
    .trailer-types-section-16-wrap-item {
        font-size: 12px;
        border-radius: 7px;
    }
}

.trailer-types-section-17 {
    padding: 50px 0;
}
.trailer-types-section-17-title {
    color: #171B1C;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    text-transform: uppercase;
    padding-bottom: 45px;
    margin: 0;
}
.trailer-types-section-17-title span {
    color: #FF7A00;
}
.trailer-types-section-17-wrap {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 1435px) {
    .trailer-types-section-17 {
        padding: 30px 0;
    }
    .trailer-types-section-17-title {
        padding-bottom: 25px;
        max-width: 695px;
        margin: auto;
        text-align: center;
    }
    .trailer-types-section-17-wrap .section-single-article-7-wrap-item {
        width: 50%;
    }
    .trailer-types-section-17-wrap .section-single-article-7-wrap-item:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .trailer-types-section-17-title {
        max-width: 570px;
        font-size: 23px;
    }
    .trailer-types-section-17-wrap {
        gap: 15px;
    }
    .trailer-types-section-17-wrap .section-single-article-7-wrap-item-meta {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .trailer-types-section-17 {
        padding: 25px 0 0 0;
    }
    .trailer-types-section-17-title {
        padding-bottom: 15px;
    }
    .trailer-types-section-17-wrap {
        gap: 10px;
        margin: 0 -15px;
        padding: 0 15px;
        overflow: auto;
        padding-bottom: 25px;
    }
    .trailer-types-section-17-wrap .section-single-article-7-wrap-item {
        width: 360px;
        max-width: 360px;
        min-width: 360px;
    }
    .trailer-types-section-17-wrap .section-single-article-7-wrap-item:nth-child(3) {
        display: block;
    }
}

.glossary-paragraph {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}
.glossary-heading {
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
    margin: 40px 0 20px;
    border-left: 4px solid #FF6600;
    padding-left: 10px;
}
.glossary-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px 0;
}
.glossary-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.glossary-icon {
    color: #FF6600;
    flex-shrink: 0;
    margin-top: 4px;
}
.glossary-label {
    font-weight: 600;
    color: #000000;
}