html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
header {
    border-bottom: var(--border-color-white);
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
}

header .header-logo a {
    display: block;
    text-decoration: none;
}

header .header-logo a img {
    display: block;
    width: 110px;
}

header .btn {
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
}

header .menu-toggle {
    row-gap: 3.6px;
    width: 26px;
}

header .menu-toggle span {
    width: 100%;
    height: 3.6px;
    display: block;
    background: var(--color-orange);
}

header .header-bottom {
    padding-bottom: 8px;
    padding-top: 8px;
    background: rgba(10, 10, 10, 0.8)
}

header .header-top {
    padding: 5px 0;
    background: var(--color-dark);
}

header .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 20px;
}

header .socials img {
    width: 13px;
}

header .phone a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--color-white);
}

.header-menu-wrapper {
    position: fixed;
    top: 0;
    left: -125vw;
    transition: var(--base-transition);
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: var(--color-dark-3);
    padding: 40px 32px;
}

body.show-menu .header-menu-wrapper {
    left: 0;
}

.header-menu-wrapper .mobile-menu-top {
    margin-bottom: 36px;
}

.header-menu-wrapper .menu-close {
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.header-menu-wrapper .menu-close span {
    width: 100%;
    height: 3.6px;
    display: block;
    background: var(--color-orange);
    position: absolute;
}

.header-menu-wrapper .menu-close span {
    transform: rotate(-45deg);
}

.header-menu-wrapper .menu-close span:first-of-type {
    transform: rotate(45deg);
}

.header-menu-wrapper .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.header-menu-wrapper .header-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--header-font);
}

main {
    overflow-x: hidden;
}

footer {
    background: var(--color-dark-3);
    border-top: var(--border-color-white);
    padding: 40px 0 14px 0;
}

footer .row {
    row-gap: 48px;
}

footer .footer-logo {
    margin-bottom: 15px;
}

footer .footer-logo img {
    width: 110px;
    height: auto;
}

footer .footer-text {
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 32px;
    border-top: var(--border-color-white)
}

.footer-bottom .copyright {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-grey-2);
    text-align: center;
    margin-bottom: 15px;
}

.footer-bottom .dev {
    justify-content: center;
    column-gap: 6px;
}

.footer-bottom .dev span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-white);
}

.footer-bottom .dev a {
    line-height: 0;
}

footer .footer-header {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 24px;
}

footer .row .col-12:nth-of-type(2) {
    order: 5
}

footer ul.socials {
    margin: 0;
    padding: 0;
    row-gap: 16px;
    list-style: none;
}

footer ul.socials li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey-3);
    text-decoration: none;
    column-gap: 12px;
}

footer ul.socials li a picture {
    width: 32px;
    height: 32px;
    background: var(--color-dark-2);
    border: var(--border-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.footer-menu {
    margin: 0;
    padding: 0;
    row-gap: 16px;
    list-style: none;
}

.footer-menus .wrapper + .wrapper {
    margin-top: 24px;
}

.footer-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-grey-3);
}

.section-block-1 {
    margin-top: -52px;
}

.section-block-1 .left picture {
    mix-blend-mode: lighten;
    height: 449px;
    width: 100%;
}

.section-block-1 .right > .header {
    margin-top: -43px;
    margin-bottom: 20px;
}

.section-block-1 .right > .header span {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: var(--color-orange);
    display: block;
}

.section-block-1 .right > .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-grey-3);
    padding-left: 16px;
    border-left: 2px solid var(--color-orange);
    margin-bottom: 20px;
}

.section-block-1 .right .items {
    column-gap: 8px;
}

.section-block-1 .right .items .item {
    backdrop-filter: blur(4px);
    background: #FFFFFF0D;
    border: var(--border-color-white);
    padding: 8px;
    border-radius: 6px;
    width: calc((100% - 16px) / 3);
}

.section-block-1 .right .items .item picture {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.section-block-1 .right .items .item .header {
    font-family: var(--header-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-white);
}

.section-block-1 .right .items .item .text {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: var(--color-grey-4);
}

.section-block-1 .right .btns {
    margin-top: 36px;
    row-gap: 16px;
}

.section-block-2 {
    margin-bottom: 56px;
}

.section-block-2 picture.cover {
    mix-blend-mode: lighten;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.section-block-2 .section-header {
    margin-top: -18px;
    margin-bottom: 36px;
}

.section-block-2 .items {
    row-gap: 16px;
}

.section-block-2 .items .item-2 {
    order: 5;
}

.section-block-2 .items .item {
    padding: 33px;
    border: var(--border-color-white-50);
    border-radius: 6px;
    background: var(--color-dark-2);
}

.section-block-2 .items .item picture {
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

.section-block-2 .items .item .header {
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: var(--header-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    color: var(--color-orange-5);
}

.section-block-2 .items .item .content ul {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-block-2 .items .item .content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-grey-6);
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.section-block-2 .items .item .content ul li:before {
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/storage/icons/icon-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.section-block-2 .items .item-2 {
    margin-top: 10px;
}

.section-block-2 .items .item-2 .item {
    box-shadow: 0px -5px 14px 3px #ea580c;
    border: 2px solid var(--color-orange);
    background: var(--color-dark-4);
    padding: 16px 33px;
}

.section-block-2 .items .item-2 .item .content ul li:before {
    background-image: url("/storage/icons/icon-check.svg");
}

.section-block-2 .items .item-2 .item picture {
    width: 60px;
    height: 60px;
}

.section-block-2 .items .item-2 .item .header {
    font-family: var(--header-font);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    text-transform: uppercase;
}

.section-block-2 .items .item-2 .item .content ul li {
    column-gap: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
}

.section-block-2 .items .btns-wrapper {
    order: 25;
    margin-top: 5px;
}

.section-block-2 .items .item {
    height: 100%;
}

.section-block-2 .btn {
    width: 100%;
}

.section-block-2 .items .item-2 .item .badge {
    padding: 4px 12px;
    border-radius: 2px;
    color: var(--color-white);
    font-weight: 700;
    font-size: 12px;;
    line-height: 16px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    background: var(--color-orange-4);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.section-block-3 .section-header {
    margin-bottom: 64px;
}

.section-block-3 .item {
    padding: 24px;
    background: #17171780;
    border: var(--border-color-white-50);
    border-radius: 6px;
    height: 100%;
}

.section-block-3 .item picture {
    width: 48px;
    height: 48px;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 4px;
    margin-bottom: 24px;
}

.section-block-3 .item picture img {
    width: 24px;
    height: 24px;
}

.section-block-3 .item .header {
    font-family: var(--header-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 8px;
}

.section-block-3 .item .content:before {
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("/storage/icons/list-icon.svg");
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.section-block-3 .item .content {
    column-gap: 12px;
    align-items: baseline;
    min-height: 57px;
    margin-bottom: 24px;
}

.section-block-3 .item .content .inner {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.25px;
    color: #A3A3A3;
}

.section-block-3 .item .progress-bar-wrapper {
    border-top: var(--border-color-white-50);
    width: 100%;
    padding-top: 16px;
    margin-top: auto;
}

.section-block-3 .item .progress-bar-wrapper .left,
.section-block-3 .item .progress-bar-wrapper .right {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-grey-4);
}

.section-block-3 .item .progress-bar-wrapper .text {
    margin-bottom: 8px;
}

.section-block-3 .item .progress-bar-wrapper .bar {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.section-block-3 .item .progress-bar-wrapper .bar .full {
    width: 100%;
    height: 4px;
    background: #FFFFFF1A;
}

.section-block-3 .item .progress-bar-wrapper .bar .top {
    position: absolute;
    width: 100%;
    height: 4px;
}

.section-block-3 .row {
    row-gap: 10px;
}

.section-block-3 {
    margin-bottom: 37px;
}

.section-block-5 .section-header {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-block-5 .section-header span {
    display: inline;
}

.section-block-5 .sub-header {
    margin-bottom: 20px;
}

.section-block-5 .row {
    row-gap: 32px;
}

.section-block-5 .table-wrapper,
.section-block-5 .items-wrapper {
    padding: 32px;
    background: var(--color-dark-3);
    border: var(--border-color-white);
    border-radius: 6px;
    height: 100%;
}

.section-block-5 .table-wrapper > .header,
.section-block-5 .items-wrapper > .header {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 24px;
}

.section-block-5 .items-wrapper .items {
    row-gap: 24px;
    margin-bottom: 32px;
}

.section-block-5 .items-wrapper .item {
    column-gap: 16px;
}

.section-block-5 .items-wrapper .item picture {
    width: 40px;
    height: 40px;
    background: var(--color-dark-2);
    border: var(--border-color-white);
    border-radius: 4px;
}

.section-block-5 .items-wrapper .item picture img {
    width: 20px;
    height: 20px;
}

.section-block-5 .items-wrapper .item .header {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 4px;
}

.section-block-5 .items-wrapper .item .text {
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 19.5px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-grey-4)
}

.section-block-5 .items-wrapper .bottom {
    border-top: var(--border-color-white);
    padding-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--color-grey-4);
}

.section-block-5 .items-wrapper .bottom span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
    color: var(--color-grey-3);
}

.section-block-5 .table-wrapper .table table {
    display: block;
}

.section-block-5 .table-wrapper .table table tbody {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.section-block-5 .table-wrapper .table table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: var(--border-color-white);
}

.section-block-5 .table-wrapper .table table tr:last-child {
    border: none;
    padding-bottom: 0;
}

.section-block-5 .table-wrapper .table table td {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.section-block-5 .table-wrapper .table table td:last-of-type {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--color-white);
    text-align: right;
}

.section-block-5 .table-wrapper .table table td.accent-orange {
    color: var(--color-orange);
}

.section-block-5 .table-wrapper .table table td span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    vertical-align: middle;
    color: var(--color-grey-4);
    margin-top: -8px;
    display: inline-block;
}

.section-block-5 .table-wrapper .table table td .status-badge {
    padding: 4px 8px;
    border-radius: 2px;
    background: #22C55E1A;
    border: 1px solid #22C55E33;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #22C55E;
    margin: 0;
}

.section-block-5 .bottom-text {
    padding: 24px 8px 24px 24px;
    background: #0A0A0A80;
    border: var(--border-color-white);
    border-radius: 6px;
    column-gap: 16px;
    margin-top: -16px;
}

.section-block-5 .bottom-text:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/storage/icons/info.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.section-block-5 .bottom-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.section-block-5 .bottom-text span {
    text-transform: uppercase;
}

.section-block-6 {
    margin-bottom: 30px;
}

.section-block-6 picture.cover {
    mix-blend-mode: lighten;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.section-block-6 .section-header {
    margin-top: -18px;
    margin-bottom: 44px;
    text-transform: uppercase;
}

.section-block-6 .section-header span {
    display: inline;
}

.section-block-6 .items {
    row-gap: 32px;
}

.section-block-6 .items .item {
    padding: 32px;
    border: var(--border-color-white);
    background: var(--color-dark-3);
    border-radius: 6px;
    height: 100%;
    transition: var(--base-transition);
}

.section-block-6 .items .item::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 8px;
    transform: translate(0px, 1px);
    z-index: -1;
    background: linear-gradient(180deg, #F97316 0%, rgba(249, 115, 22, 0) 100%);
    filter: blur(8px);
    transition: var(--base-transition);
}

.section-block-6 .items .item picture {
    width: 48px;
    height: 48px;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 4px;
    margin-bottom: 24px;
}

.section-block-6 .items .item picture img {
    width: 24px;
    height: 24px;
}

.section-block-6 .items .item .number {
    position: absolute;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    vertical-align: middle;
    color: #FFFFFF0D;
    right: 17px;
    top: 17px;
}

.section-block-6 .items .item .header {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: var(--color-white);
    margin-bottom: 12px;
}

.section-block-6 .items .item .content {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    vertical-align: middle;
    margin-bottom: 16px;
}

.section-block-6 .items .item .bottom:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("/storage/icons/info.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.section-block-6 .items .item .bottom {
    padding-top: 16px;
    border-top: var(--border-color-white-50);
    column-gap: 8px;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-grey-4);
}

.section-cta-button-1 .inner .left:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: var(--color-orange);
    content: "";
    flex-shrink: 0;
    margin-top: 3px;
}

.section-cta-button-1 {
    margin-bottom: 50px;
}

.section-cta-button-1 .inner {
    row-gap: 24px;
    width: 100%;
}

.section-cta-button-1 .inner .left {
    display: flex;
    column-gap: 18px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
}

.section-cta-button-1 .inner .left span {
    color: var(--color-orange-3);
}

.section-cta-button-1 .inner .right .btn {
    width: 100%;
    border: 1px solid #F973164D;
    line-height: 20px;
    background: none;
    color: var(--color-orange);
    padding: 16px;
    white-space: nowrap;
}

.section-cta-button-1 .inner .right .btn:hover {
    color: var(--color-white);
    border-color: var(--color-orange);
    background: var(--color-orange);
}

.section-block-8 {
    margin-bottom: 30px;
}

.section-block-8 .header-badge {
    background: #F973161A;
    border: 1px solid #F9731633;
    column-gap: 8px;
    height: 26px;
    padding: 0 12px;
    border-radius: 50px;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-orange);
    margin-bottom: 26px;
}

.section-block-8 .header-badge img {
    width: 12px;
    height: auto;
    flex-shrink: 0;
}

.section-block-8 .section-header {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px;
}

.section-block-8 .section-header span {
    display: inline;
}

.section-block-8 .sub-header {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 48px;
}

.section-block-8 .items {
    row-gap: 24px;
}

.section-block-8 .items .item {
    padding: 24px;
    border: var(--border-color-white);
    border-radius: 6px;
    background: #17171780;
}

.section-block-8 .items .item picture {
    width: 40px;
    height: 40px;
    border: var(--border-color-white-50);
    background: var(--color-dark-4);
    border-radius: 4px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.section-block-8 .items .item picture img {
    width: 22px;
    height: 22px;
}

.section-block-8 .items .item .header {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 8px;
}

.section-block-8 .items .item .text {
    font-size: 14px;
    line-height: 22.75px;
    vertical-align: middle;
}

.section-block-8 .items .item.item-last picture {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    margin-bottom: 16px;
}

.section-block-8 .items .item.item-last picture img {
    width: 100%;
    height: 100%;
}

.section-block-8 .items .item.item-last .header {
    font-size: 12px;
    line-height: 16px;
    color: #D4D4D4;
}

.section-block-8 .items .item.item-last .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 19.5px;
    vertical-align: middle;
    color: var(--color-grey-4);
}

.section-block-8 .items .item.item-last {
    overflow: hidden;
}

.section-block-8 .items .item.item-last:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #40404080;
    position: absolute;
    top: 0;
    left: 0;
}

.section-cta-button-2 {
    margin-bottom: 36px;
}

.section-cta-button-2 .h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 12px;
}

.section-cta-button-2 .right {
    margin-top: 15px;
}

.section-cta-button-2 .right .btn {
    width: 100%;
}

.section-reviews-block .section-header {
    text-transform: uppercase;
    margin-bottom: 32px;
}

.section-reviews-block .review-item {
    padding: 16px;
    border: var(--border-color-white-50);
    border-radius: 6px;
    background: var(--color-dark-2);
    height: 100%;
}

.section-reviews-block .review-item .top {
    column-gap: 12px;
    padding-bottom: 12px;
    border-bottom: var(--border-color-white-50);
    margin-bottom: 16px;
}

.section-reviews-block .review-item .top .icon {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: var(--color-dark-4);
}

.section-reviews-block .review-item .top .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--color-white);
}

.section-reviews-block .review-item .top .text {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    color: var(--color-grey-4);
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.section-reviews-block .review-item .top span.divider {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: inline-block;
    background: var(--color-grey-4);
}

.section-reviews-block .review-item .top span {
    color: #22C55E;
}

.section-reviews-block .review-item .content {
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    vertical-align: middle;
    color: #D4D4D4;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: var(--border-color-white-50);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-bottom: 16px;
    background: #1E1E1E;
}

.section-reviews-block .review-item .bottom {
    column-gap: 4px
}

.section-reviews-block .review-item .bottom img {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
}

.section-reviews-block .review-item .bottom .time {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    color: var(--color-grey-4);
}

.section-reviews-block .reviews-slider-wrapper .swiper-scrollbar {
    position: unset;
    margin: 0 auto;
    margin-top: 27px;
    height: 4px;
    background: #FFFFFF1A;
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
}

.section-reviews-block .reviews-slider-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--color-orange-2);
    border-radius: 10px;
    cursor: pointer;
}

.section-reviews-block .reviews-slider-wrapper .swiper-slide {
    height: unset;
}

.section-reviews-block {
    margin-bottom: 160px;
}

.section-faq-block {
    padding: 35px 0;
    border-top: var(--border-color-white-50);
    background: var(--color-dark-3);
    margin-bottom: 35px;
}

.section-faq-block .badge {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 4px 12px;
    border-radius: 50px;
    border: var(--border-color-white);
    background: #FFFFFF0D;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section-faq-block .badge img {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.section-faq-block .section-header {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-faq-block .section-header span {
    display: inline;
}

.section-faq-block .sub-header {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.section-faq-block .faq-wrapper {
    margin-top: 64px;
}

.section-faq-block .accordion-item {
    padding: 24px;
    border: var(--border-color-white-50);
    border-radius: 6px;
    background: var(--color-dark-2);
}

.section-faq-block .accordion-item button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    column-gap: 16px;
    width: 100%;
}

.section-faq-block .accordion-custom {
    row-gap: 16px;
}

.section-faq-block .accordion-item button .header {
    text-align: left;
    column-gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--color-white);
}

.section-faq-block .accordion-item button:not(.collapsed) .faq-toggle img {
    transform: rotate(180deg);
}

.section-faq-block .accordion-item button .faq-toggle img {
    transition: var(--base-transition);
}

.section-faq-block .accordion-item button .number {
    font-family: var(--header-font);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    color: #F97316CC;
}

.section-faq-block .accordion-item .accordion-body {
    padding-top: 16px;
    line-height: 20px;
}

.section-faq-block .accordion-item .accordion-body p:last-of-type {
    margin-bottom: 0;
}

.section-base-page-content {
    margin: 60px
}

.section-contact-form-block .left-content .badge img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.section-contact-form-block .left-content .badge {
    column-gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-orange);
    margin-bottom: 8px;
}

.section-contact-form-block .section-header {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.section-contact-form-block .left-content .items {
    margin-top: 32px;
    row-gap: 24px;
}

.section-contact-form-block .left-content .items .item picture {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--color-dark-3);
    border: var(--border-color-white);
    flex-shrink: 0;
}

.section-contact-form-block .left-content .items .item {
    column-gap: 16px;
}
.section-contact-form-block .left-content .items .item picture img {
    width: 20px;
    height: 20px;
}
.section-contact-form-block .row {
    row-gap: 18px;
}
.section-contact-form-block .left-content .items .item .header {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--color-white);
    margin-bottom: 4px;
}
.section-contact-form-block .left-content .items .item .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--color-grey-4);
}
.section-contact-form-block{
    margin-bottom: 40px;
}
.form-message-modal-text{
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark-3);
    font-family: var(--header-font);
    font-weight: 700;
    margin-bottom: 24px;
}
.section-contact-form-block .form-wrapper {
    padding: 32px;
    background: #0A0A0ACC;
    border: 1px solid #FFFFFF1A;
    border-radius: 6px;
}
.section-contact-form-block .form-wrapper .corner{
    border-top: 1px solid var(--color-orange);
    border-left: 1px solid var(--color-orange);
    width: 12px;
    height: 12px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.section-contact-form-block .form-wrapper .corner:nth-of-type(2){
    transform: rotate(90deg);
    right: -1px;
    left: auto;
}
.section-contact-form-block .form-wrapper .corner:nth-of-type(3){
    transform: rotate(-90deg);
    top: auto;
    bottom: -1px;
    left: -1px;
}
.section-contact-form-block .form-wrapper .corner:nth-of-type(4){
    transform: rotate(180deg);
    top: auto;
    bottom: -1px;
    left: auto;
    right: -1px;
}
.form-styles .row{
    row-gap: 21px;
}
.form-styles .form-group{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.form-styles .form-group label{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
}
.form-styles .form-group.required label:after{
    content: " *";
    display: inline;
}
.form-styles .form-group .help-block{
    margin-top: -5px;
    font-size: 12px;
    line-height: 15px;
}
.form-styles .form-group.has-error .help-block{
    color: #ff0000;
}
.form-styles .btn-submit{
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}
.form-styles .btn-submit:after{
    content: "";
    background-image: url("/storage/icons/send-icon.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
}
.form-styles .form-text{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
.form-styles .form-text a{
    color: var(--color-orange);
}
.form-styles .form-group input,
.form-styles .form-group textarea{
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background: var(--color-dark-2);
    border: var(--border-color-white);
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: var(--color-white);
}
.form-styles .form-group textarea{
    min-height: 106px;
    padding: 12px 16px;
}
.form-styles .form-group input::placeholder,
.form-styles .form-group textarea::placeholder{
    color: var(--color-grey-2);
}
.message-channels {
    gap: 13px 40px;
}

.message-channels .message-channel{
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.message-channels .message-channel .icon{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:var(--border-color-white);
    background: var(--color-dark-2);
    border-radius: 4px;
    transition: var(--base-transition);
}
.message-channels .message-channel .icon svg{
    width: 16px;
    height: auto;
    transition: var(--base-transition);
}
.message-channels .message-channel .icon svg path{
    transition: var(--base-transition);
}
.message-channels .message-channel .name{
    font-size: 14px;
    line-height: 20px;
    transition: var(--base-transition);
}
.message-channels .message-channel.active .icon{
    border-color: var(--color-orange);
}
.message-channels .message-channel.active .name{
    color: var(--color-orange);
}
.message-channels .message-channel.active .icon svg path{
    fill: var(--color-orange);
}
.section-block-4{
    margin-bottom: 40px;
}
.section-block-4 .section-header{
    margin-bottom: 15px;
}
.section-block-4 .section-header span{
    display: inline;
}
.section-block-4 .left .product-image{
    background: #17171780;
    border: var(--border-color-white);
    border-radius: 6px;
    padding: 3px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.section-block-4 .left .product-image picture{
    aspect-ratio: 283 / 257;
    max-height: 283px;
}
.section-block-4 .left .features-container{
    column-gap: 12px;
}
.section-block-4 .left .features-container .feature-card{
    width: calc((100% - 24px) / 3);
    row-gap: 12px;
    flex-direction: column;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 12px 5px;
    background: #1717174D;
    border: var(--border-color-white-50);
    border-radius: 6px;
}
.section-block-4 .left .features-container .feature-card img{
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}
.section-block-4 .left .features-container .feature-card .feature-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-white);
    text-align: center;
}
.section-block-4 .product-wrapper{
    margin-top: 16px;
    padding: 20px;
    border-radius: 6px;
    background: #17171733;
    border: var(--border-color-white-50);
}
.section-block-4 .product-wrapper .top{
    align-items: flex-start;
}
.section-block-4 .product-wrapper .top .header{
    font-family: var(--header-font);
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
}
.section-block-4 .product-wrapper .top .rating{
    display: flex;
    align-items: center;
    column-gap: 4px;
    background: #F973161A;
    border-radius: 4px;
    padding: 2px 6px;
}
.section-block-4 .product-wrapper .top .rating img{
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}
.section-block-4 .product-wrapper .top .rating span{
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    color: var(--color-orange);
}
.section-block-4 .product-wrapper > .text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.5px;
    padding-bottom: 12px;
    border-bottom: var(--border-color-white-50);
}
.section-block-4 .product-wrapper .info-block {
    row-gap: 4px;
    margin-top: 24px;
}
.section-block-4 .product-wrapper .info-block .info-item{
    width: 50%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    color: var(  --color-grey-4);
}
.section-block-4 .product-wrapper .info-block .info-item .value{
    font-size: 14px;
    color: #D4D4D4;
}
.section-block-4 .product-wrapper .bundles{
    margin-top: 24px;
}
.section-block-4 .product-wrapper .bundles > .header{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(  --color-grey-4);
}
.section-block-4 .product-wrapper .bundles .items{
    margin-top: 8px;
    row-gap: 8px;
}
.section-block-4 .product-wrapper .bundles .items .item{
    border: var(--border-color-white);
    border-radius: 6px;
    padding: 10px;
    background: var(--color-dark-2);
    column-gap: 12px;
    transition: var(--base-transition);
}
.section-block-4 .product-wrapper .bundles .items .item .left{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.section-block-4 .product-wrapper .bundles .items .item .select{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF33;
    border-radius: 25px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.section-block-4 .product-wrapper .bundles .items .item .select:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 25px;
    display: block;
    background: var(--color-orange);
    transition: var(--base-transition);
    opacity: 0;
    visibility: hidden;
}
.section-block-4 .product-wrapper .bundles .items .item .header span{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    color: var(--color-white);
}
.section-block-4 .product-wrapper .bundles .items .item .text{
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    color: var(--color-grey-4);
}
.section-block-4 .product-wrapper .bundles .items .item .header{
    column-gap: 8px;
    align-items: center;
}
.section-block-4 .product-wrapper .bundles .items .item .header .badges{
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.section-block-4 .product-wrapper .bundles .items .item .header .badges div{
    font-weight: 700;
    font-size: 9px;
    line-height: 13.5px;
    vertical-align: middle;
    color: var(--color-white);
    padding: 0 4px;
    border-radius: 4px;
    background: var(--color-orange);
}
.section-block-4 .product-wrapper .bundles .items .item .header .badges div.badge-2{
    background: #16A34A;
}
.section-block-4 .product-wrapper .bundles .items .item .popular-badge{
    display: none;
}
.section-block-4 .product-wrapper .bundles .items .item .price .right{
    display: none;
}
.section-block-4 .product-wrapper .bundles .items .item .price .top{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    color: var(--color-white);
}
.section-block-4 .product-wrapper .bundles .items .item .price .left{
    font-weight: 400;
    font-size: 9px;
    line-height: 13.5px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    text-decoration: line-through;
    color:  var(--color-grey-4);
    justify-content: flex-end;
}
.section-block-4 .product-wrapper .cart-button-wrapper{
    margin-top: 20px;
    border-top: var(--border-color-white-50);
    padding-top: 12px;
}
.section-block-4 .product-wrapper .cart-button-wrapper .top{
    column-gap: 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    vertical-align: middle;
    color: #22C55E;
}
.section-block-4 .product-wrapper .cart-button-wrapper .cart-buttons{
    margin-top: 12px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.section-block-4 .product-wrapper .cart-button-wrapper .quantity-wrapper{
    width: 56px;
    flex-shrink: 0;
}
.quantity-input{
    width: 100%;
    height: 40px;
    border: var(--border-color-white);
    border-radius: 4px;
    outline: none;
    padding: 11px 0;
    background: var( --color-dark-3);
    text-align: center;
    color: var(--color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;

}
.section-block-4 .product-wrapper .cart-button-wrapper .btn{
    column-gap: 8px;
    padding: 8px 2px;
    width: 100%;
}
.section-block-4 .product-wrapper .bundles .items .item.active{
    background: #F973160D;
    border-color: var(--color-orange);
}
.section-block-4 .product-wrapper .bundles .items .item.active .select:before{
    visibility: visible;
    opacity: 1;
}

.modal-order .modal-content{
    background: var(--color-dark-2);
    border-radius: 6px;
    overflow: hidden;
    border-color: var(--color-orange);
    box-shadow: 0px -6px 11.7px 0px #F9731642;
}
.modal-order .modal-content .modal-header{
    padding: 20px 24px;
    border-radius: 6px;
    border-bottom: var(--border-color-white-50);
    background: #0A0A0A80;

}
.modal-order .modal-content .modal-header span{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: var(--color-white);
}
.modal-order .modal-content .modal-header button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-dark-2);
}
.modal-order .modal-body{
    padding: 0;
}
.modal-order .form-body{
    padding: 24px
}
.modal-order .form-body .product-inner{
    padding: 16px;
    border-radius: 6px;
    background: #0A0A0A80;
    border: var(--border-color-white-50);
    column-gap: 12px;
}
.modal-order .form-body .product-inner .image{
    height: 115px;
    width: 95px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background-image: url("/storage/icons/product_back.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: var(--border-color-white-50);
    position: relative;
}
.modal-order .form-body .product-inner .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
}
.modal-order .form-body .product-inner .image picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.modal-order .form-body .product-inner .image picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-order .form-body .product-inner .name{
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    vertical-align: middle;
    color: var(--color-white);
    margin-bottom: 12px;
}
.modal-order .form-body .product-inner .price{
    column-gap: 8px;
}
.modal-order .form-body .product-inner .price .old-price{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: line-through;
    color: var(--color-grey-4);
}
.modal-order .form-body .product-inner .price .base-price{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-orange);
}
.modal-order .form-body .product-inner .quantity  button,
.modal-order .form-body .product-inner .quantity input{
    height: 36px;
    background: var(--color-dark-2);
}
.modal-order .form-body .product-inner .quantity input{
    border-radius: 0;
    border: var(--border-color-white-50);
    border-left: none;
    border-right: none;
    outline: none;
    width: 40px;
    text-align: center;
    padding: 0;
}
.modal-order .form-body .product-inner .quantity input::-webkit-outer-spin-button,
.modal-order .form-body .product-inner .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-order .form-body .product-inner .quantity input[type=number] {
    -moz-appearance: textfield;
}
.modal-order .form-body .product-inner .quantity  button{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: var(--color-white);
    padding: 0 9px;
    outline: none;
    box-shadow: none;
    border: var(--border-color-white-50);
    width: 31px;
}
.modal-order .form-body .product-inner .quantity  button.minus{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.modal-order .form-body .product-inner .quantity  button.plus{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.modal-order .form-body .product-inner .quantity .help-block{
    display: none;
}

.modal-order .form-body .form-block{
    margin-top: 32px;
}
.modal-order .form-body .form-block .form-header{
    margin-bottom: 16px;
    column-gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-grey-3);
}
.modal-order .form-body .form-block .form-header .d-flex{
    column-gap: 8px;
}
.modal-order .form-body .form-block .form-header .delivery-badge{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #EF4444;
    padding: 4px 8px;
    background: #EF44441A;
    border: 1px solid #EF444433;
    border-radius: 4px;
}
.modal-order .form-body .form-block .form-group:not(:last-of-type){
    margin-bottom: 2px;
}
.modal-order .form-body .form-block .form-group input{
    height: 50px;
    background: #0A0A0A80;
    border: var(--border-color-white-50);
}
.modal-order .form-body .form-block .payment-info{
    padding: 16px 55px 16px 16px;
    background: #0A0A0A80;
    border: var(--border-color-white);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-white);
    border-radius: 6px;
}
.modal-order .form-footer{
    padding: 24px;
    background: #0A0A0ACC;
    border-top: var(--border-color-white-50);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-order .form-footer .total-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-grey-3);
}
.modal-order .form-footer .total{
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.75px;
    vertical-align: middle;
    color: var(--color-white);
}
.modal-order .form-footer .btn-submit{
    margin-top: 20px;
    justify-content: center;
    padding: 8px 16px;
}
.modal-order .form-styles .btn-submit:after {
    content: "";
    background-image: url("/storage/icons/icon-arrow-right.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
}
.modal-order .bottom-text {
    margin-top: 20px;
    column-gap: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--color-grey-4);
}

.modal-order  .bonus-block{
    margin-top: 20px;
    padding: 16px 10px;
    background: #F973160D;
    border: 1px solid #F9731633;
    border-radius: 6px;
}
.modal-order .bonus-block .bonus-label {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.modal-order .bonus-block .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #F9731680;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--color-dark-3);

}
.modal-order .bonus-block .bonus-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-white);
    text-transform: none;
}

.modal-order .bonus-block input[type="checkbox"]:checked + .bonus-label .custom-checkbox::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("/storage/icons/check-check-2.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.delivery_fields_widget .row{
    row-gap: 4px;
}

.custom-checkboxes-wrapper label input,
.delivery-set-field label input{
    width: 16px;
    height: 16px;
    margin: 0;
}
.custom-checkboxes-wrapper .form-group > div,
.delivery-set-field #orderform-delivery_type{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label .custom-checkboxes-label-content  ,
.delivery-set-field label span.delivery-label .delivery-label-content{
    max-height: 0;
    overflow: hidden;
}
.custom-checkboxes-wrapper label input:checked + span.custom-checkboxes-label .custom-checkboxes-label-content,
.delivery-set-field label input:checked + span.delivery-label .delivery-label-content{
    max-height: 500px;
}
.delivery_fields_widget-hiding-fields{
    margin-top: 0px;
}

.delivery_fields_widget-hiding-fields .form-group{
    position: relative;
}

.delivery_fields_widget-hiding-fields .form-group .delivery-select-container{
    position: absolute;
    top: 100%;
    padding: 15px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--color-dark-4);
    max-height: 250px;
    overflow-y: auto;
    z-index: 99;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element{
    padding: 7px 5px;
    color: var(--color-white);
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element:hover{
    cursor: pointer;
    background: var(--color-grey-3);
    color: #fff;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container.show-select{
    display: flex;
}
.message-form-order {
    padding: 70px 20px;
    color: var(--color-orange);
}

.section-block-11 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(180deg, #F97316 0%, #C2410C 100%);
    margin-bottom: 132px;
}

.block-11__container {
    text-align: center;
    color: var(--color-white);
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section-block-11 .header {
    font-size: 96px;
    line-height: 90px;
    letter-spacing: -3px;
    font-weight: 700;
    margin-bottom: 27px;
    font-family: var(--header-font);
}

.section-block-11 .header span {
    color: #000000CC;
}

.block-11__buttons {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    gap: 16px;
    justify-content: center;
}


.text2 .features {
    border-top: 1px solid #FFFFFF33;
    padding-top: 32px;
    display: flex;
    justify-content: center;
}

.text2 .feature-item {
    flex: 1;
}

.text2 .feature-item + .feature-item {
    border-left: 1px solid #FFFFFF33;
}

.text2 .feature-item .value {
    font-weight: 700;
    font-size: 20px;
}

.block-11__container .image1,
.block-11__container .image2 {
    position: absolute;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.block-11__container .image1 {
    left: -500px;
    top: -250px;
}
.block-11__container .image2 {
    right: -500px;
    bottom: -250px;
}

.toTop {
    width: 48px;
    height: 48px;
    border-radius: 0.125rem;
    background-color: rgb(249 106 31);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.toTop:hover {
    box-shadow: 0px -6px 11.7px 0px #F9731642;
}

.toTop.visible {
    opacity: 1;
}
.footer-socials img {
    width: 16px;
    height: 16px;
}

.error-section {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.error-section .btn {
    margin-top: 60px;
    display: inline-block;
}
