﻿a {
    all: unset;
    cursor: pointer;
    box-sizing: border-box
}

code {
    white-space: normal
}

span[data-type=icon] {
    position: relative;
    vertical-align: middle;
    display: inline-flex
}

span[data-type=icon] svg {
    height: 1em;
    width: 1em;
    fill: currentcolor
}

span[data-type=icon].right {
    float: right;
    align-items: center
}

span[data-type=icon].left {
    float: left;
    align-items: center
}

.two-step-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center
}

.two-step-form .tsf-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #449cf4;
    box-shadow: 0px 2px 2px RGB(211 214 215/20%), 0px 4px 4px RGB(211 214 215/20%), 0px 16px 16px RGB(211 214 215/20%), 0px 32px 32px RGB(211 214 215/20%), 0px 64px 64px RGB(211 214 215/20%);
    border-radius: 16px;
    padding: 15px;
    margin: 0 auto
}

.two-step-form .form_body {
    background: inherit
}

.two-step-form .tsf-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
    flex-wrap: nowrap
}

.two-step-form .tsf-header .tsf-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 3px
}

.two-step-form .tsf-header .tsf-item .right {
    text-align: left
}

.two-step-form .tsf-header .tsf-item .right h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32;
    cursor: text
}

.two-step-form .tsf-header .tsf-item .right span {
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #c5c7d2
}

.two-step-form .tsf-header .tsf-item .tsf-number {
    min-width: 40px;
    min-height: 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: .3s all ease-in-out;
    cursor: pointer
}

.two-step-form .tsf-header .tsf-item .tsf-number:hover {
    opacity: .7
}

.two-step-form .tsf-step_1,
.two-step-form .tsf-step_2 {
    width: 100%;
    padding: 0 10px;
    background: inherit
}

.two-step-form .tsf-back {
    margin-top: 20px;
    display: none;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    color: #adafb5;
    cursor: pointer
}

.two-step-form .tsf-back:hover {
    color: #7d7f85
}

.two-step-form .tsf-back span {
    margin-left: 5px
}

.two-step-form .icon-check {
    width: 21px;
    height: 21px;
    display: none;
    align-items: center;
    position: relative
}

.two-step-form .icon-back {
    width: 15px;
    height: 15px;
    display: flex
}

.two-step-form.step-1 .tsf-step_1 {
    display: block
}

.two-step-form.step-1 .tsf-step_2 {
    display: none
}

.two-step-form.step-1 .tsf-header .tsf-item:first-child .tsf-number {
    background: #4368e0
}

.two-step-form.step-1 .tsf-header .tsf-item:last-child .tsf-number {
    background: #e4e6f1;
    color: #97aacd
}

.two-step-form.step-2 .tsf-back {
    display: flex
}

.two-step-form.step-2 .tsf-step_1 {
    display: none
}

.two-step-form.step-2 .tsf-step_2 {
    display: block
}

.two-step-form.step-2 .tsf-header .tsf-item:first-child .tsf-number {
    background: #15d7ae
}

.two-step-form.step-2 .tsf-header .tsf-item:first-child .tsf-number .icon-check {
    display: flex
}

.two-step-form.step-2 .tsf-header .tsf-item:first-child .tsf-number .step_number {
    display: none
}

.two-step-form.step-2 .tsf-header .tsf-item:last-child .tsf-number {
    background: #4368e0
}

select {
    width: 100%;
    padding: 11px 13px;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    border: 1px solid #57585d;
    border-radius: 6px
}

select::-ms-expand {
    display: none
}

select option {
    color: initial
}

.form-element .fe-select.loading {
    pointer-events: none;
    opacity: .4
}

.form-element .fe-select.loading .spinner {
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px)
}

.paragraph {
    width: 100%;
    font-size: 18px;
    word-break: break-word;
    /* white-space: break-spaces */
}

.paragraph .paragraph-inner {
    width: 100%
}

.paragraph p:empty::before {
    content: "";
    display: inline-block;
    min-height: 1em
}

.paragraph a[href*="#yes-link"] *,
.paragraph a[href*="#no-link"] *,
.paragraph a * {
    pointer-events: none
}

.paragraph a {
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit
}

p,
ol,
ul,
pre,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    font-size: unset;
    font-weight: unset;
    font-family: unset;
    line-height: unset;
    font-style: unset;
    text-align: unset
}

ol,
ul {
    padding-left: 8px !important
}

strong {
    font-weight: bold !important
}

.headline *,
.paragraph *,
.order-bump * {
    line-height: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit
}

.headline li::before,
.paragraph li::before,
.order-bump li::before {
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    display: inline-block;
    /* white-space: nowrap */
}

.headline ul>li::before,
.paragraph ul>li::before,
.order-bump ul>li::before {
    content: "•"
}

.headline ol li,
.headline ul li,
.paragraph ol li,
.paragraph ul li,
.order-bump ol li,
.order-bump ul li {
    padding-left: 0
}

.headline ol li,
.paragraph ol li,
.order-bump ol li {
    counter-increment: list-0
}

.headline ol>li,
.headline ul>li,
.paragraph ol>li,
.paragraph ul>li,
.order-bump ol>li,
.order-bump ul>li {
    list-style-type: none
}

.headline ol li:before,
.paragraph ol li:before,
.order-bump ol li:before {
    content: counter(list-0, decimal) ". "
}

.dir-rtl .headline li::before,
.dir-rtl .paragraph li::before,
.dir-rtl .order-bump li::before {
    text-align: left;
    margin-right: 0;
    margin-left: 5px
}

.headline {
    width: 100%;
    font-size: 25px;
    word-break: break-word;
    white-space: break-spaces
}

.headline .headline-inner {
    width: 100%
}

.headline p:empty::before {
    content: "";
    display: inline-block;
    min-height: 1em
}

.menu {
    text-align: center;
    display: flex;
    flex-direction: row
}

.menu li {
    margin: 5px;
    display: inline-block;
    text-decoration: inherit;
    color: inherit;
    text-align: inherit
}

.menu li a {
    color: inherit
}

.menu li a * {
    pointer-events: none;
    color: inherit
}

.menu-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center
}

.btn {
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #f6f9fe;
    background: #4368e0;
    border-radius: 4px;
    padding: 10px 30px;
    transition: .15s all ease-in-out;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    position: relative;
    box-shadow: RGB(37 42 50/32%) 0 1px 4px 1px
}

.btn.btn-v2 p,
.btn.btn-v2 span {
    white-space: normal
}

.btn.btn-v2 span {
    display: inline-flex
}

.btn.btn-v2 span[data-type=icon] {
    vertical-align: middle
}

.btn.btn-v2 span[data-type=icon].left {
    float: left
}

.btn.btn-v2 span[data-type=icon].right {
    float: right
}

.btn.btn-v2 span[data-type=icon] svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.btn.btn-v2 p:empty::before {
    content: "";
    display: inline-block
}

.btn.brdr_btn {
    color: #4368e0;
    background: #fff;
    border: 1px solid #4368e0;
    padding: 9px 30px
}

.btn .btn-headline {
    pointer-events: none;
    word-break: break-word
}

.btn .btn-sub-headline {
    display: block;
    font-size: 12px;
    pointer-events: none;
    margin-top: 10px
}

.btn.loading {
    pointer-events: none
}

.btn.loading .btn-sub-headline,
.btn.loading .btn-headline:not(.spinner) {
    opacity: .4
}

.btn.loading .spinner {
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px)
}

.btn.block {
    width: 100%
}

.btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.spacer {
    display: flex;
    flex: 1;
    flex-direction: column
}

.spacer .inner-spacer {
    box-sizing: border-box;
    border-top: 2px solid #57585d;
    width: 100%;
    display: block
}

.spacer .sp-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32;
    display: block;
    width: fit-content;
    margin-bottom: 0;
    max-width: 100%
}

.link-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column
}

.link {
    text-align: center;
    background: none;
    display: block;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    cursor: pointer
}

.link[data-url],
.link[x-on\:click],
.link[data-popup-trigger],
.link[data-goto-element] {
    cursor: pointer;
    outline: none
}

*[data-url][x-on\:click] {
    cursor: pointer;
    outline: none
}

.hidden-anchor {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.social {
    text-align: center
}

.social li {
    display: inline-block;
    margin: 0 15px
}

.social li a {
    transition: .15s;
    color: #4368e0
}

.social li a:hover {
    color: #116dff
}

.social li a img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.social-container {
    flex-direction: column;
    display: flex;
    width: 100%
}

.custom {
    width: 100%
}

.custom .custom_render_block {
    width: 100%;
    min-height: 30px
}

.custom_render_block {
    width: 100%;
    text-align: left
}

.progress-bar-wrpr {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center
}

.progress-bar {
    box-sizing: content-box;
    position: relative;
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3);
    flex: 1;
    display: flex;
    overflow: hidden
}

.progress-bar .pb-inner {
    flex: 1;
    position: relative;
    text-decoration: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    border-radius: inherit
}

.progress-bar .pb-fill {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background-color: RGB(43, 194, 83);
    background-image: linear-gradient(RGB(43, 194, 83) 37%, RGB(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px hsla(0, 0%, 100%, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
    position: relative;
    overflow: hidden
}

.progress-bar:not(.pb-simple) .pb-fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.progress-bar:not(.pb-static) .pb-fill:after {
    animation: move 2s linear infinite
}

.progress-bar .pb-number {
    position: absolute;
    z-index: 2;
    line-height: 100%;
    text-decoration: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit
}

.progress-bar.pb-center .pb-number {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: inherit
}

.progress-bar.pb-left .pb-number {
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.progress-bar.pb-right .pb-number {
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

.product-list {
    background: inherit;
    flex-direction: column;
    width: 100%
}

.product-list .pl-items {
    display: flex;
    flex-direction: row;
    background: inherit
}

.product-list .pl-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px solid #eef1ff;
    padding: 0 10px 5px
}

.product-list .pl-items {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column
}

.product-list .pl-variants {
    display: none;
    flex-direction: column;
    width: 100%;
    background: inherit;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #708090;
    padding-top: 5px
}

.product-list .pl-variants .pl-variant {
    display: flex;
    flex-direction: column;
    background: inherit
}

.product-list .pl-variants .pl-variant-name {
    position: relative;
    width: 100%;
    display: flex;
    background: inherit;
    height: 20px;
    flex-direction: row;
    align-items: center
}

.product-list .pl-variants .pl-variant-name>span {
    background: inherit;
    z-index: 1;
    padding: 2px 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.product-list .pl-variants .pl-variant-name .select-a {
    color: #a9acac;
    pointer-events: auto;
    margin-right: 3px
}

.product-list .pl-variants .pl-variant-name:after {
    content: "";
    border-bottom: 1px solid RGB(232, 232, 234);
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 50%
}

.product-list .pl-variants .pl-variant-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px
}

.product-list .pl-variants .pl-variant-option {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    margin: 3px 5px;
    min-width: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
    transition: .2s all ease-in-out;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .72);
    text-align: center
}

.product-list .pl-variants .pl-variant-option input {
    display: none;
    visibility: hidden
}

.product-list .pl-variants .pl-variant-option.selected {
    color: #fff;
    border: 1px solid #343434;
    background: gray;
    box-shadow: -2px -2px 3px RGB(0 0 0/22%) inset
}

.product-list .pl-variants .pl-variant-option:not(.selected):hover {
    color: #fff;
    border: 1px solid #343434;
    background: gray;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .14)
}

.product-list .pl-item {
    width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    border-radius: 3px;
    border: 1px solid RGB(232, 232, 234);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: inherit
}

.product-list .pl-item.selected .pl-variants {
    display: flex
}

.product-list .pl-item input {
    margin: 0
}

.product-list .pl-item input.pl-radio {
    width: 20px;
    height: 20px;
    min-width: 20px
}

.product-list .pl-item .pl-image {
    border: 1px solid #e1e1e1;
    padding: 0;
    margin: 0 10px 0 5px;
    border-radius: 2px;
    background: #fff;
    width: 60px;
    height: 60px;
    pointer-events: none;
    min-width: 60px
}

.product-list .pl-item .pl-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.product-list .pl-item .pl-name {
    text-align: start;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 1;
    align-items: center;
    gap: 5px
}

.product-list .pl-item .pl-name select {
    width: auto;
    max-width: 80px;
    padding: 2px 10px;
    height: auto
}

.product-list .pl-item .pl-name .pl-nvalue {
    position: relative
}

.product-list .pl-item .pl-price {
    flex: 0;
    display: flex;
    align-items: center;
    text-align: end;
    /* white-space: break-spaces; */
    min-width: fit-content;
    width: fit-content;
    max-width: 50%
}

.product-list .pl-item .pl-price .pl-pvalue {
    flex: 1
}

.product-list .pl-item .pl-price .pl-pvalue p {
    font-size: 14px
}

.product-list .pl-item .pl-price .pl-pvalue h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3
}

.product-list .pl-item .pl-price .pl-pvalue h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--gray-700)
}

.product-list .pl-item .pl-price .pl-pvalue h3 {
    font-size: 20px
}

.product-list .pl-item .pl-price .pl-pvalue h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px
}

.product-list .pl-item .pl-price .pl-pvalue h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .32px;
    line-height: 19px
}

.product-list .pl-item .pl-inner {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    gap: 8px
}

.product-list .pl-item .pl-inner:hover {
    background: rgba(206, 206, 206, .34)
}

.product-list .pl-item.small .top-tag,
.product-list .pl-item.small .side-tag {
    font-size: 10px
}

.product-list .pl-item.highlight {
    background: #ff0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 5px 15px rgba(0, 0, 0, .11);
    border: none;
    width: calc(100% + 12px);
    left: -6px;
    margin-top: 6px;
    margin-bottom: 10px
}

.product-list .pl-item.highlight .pl-inner {
    padding: 15px 10px;
    min-height: 60px
}

.product-list .pl-item.highlight .pl-variants .pl-variant-name .select-a {
    color: gray
}

.product-list .pl-item .side-tag {
    font-size: 12px;
    position: absolute;
    right: -25px;
    top: 7px;
    transform: rotateZ(45deg);
    padding: 2px;
    font-weight: 600;
    color: #fff;
    width: 80px;
    pointer-events: none;
    text-align: center
}

.product-list .pl-item .top-tag {
    font-size: 12px;
    padding: 1px 10px;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: -26px;
    white-space: nowrap
}

.product-list .pl-item.top_tag .pl-inner {
    padding: 30px 10px 20px 10px
}

.product_list_element {
    text-align: left;
    margin: -5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.product_list_element li {
    margin: 5px;
    display: block;
    padding: 5px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    width: calc(33.33% - 10px)
}

.product_list_element li .product_item_inner {
    height: 100%;
    flex-direction: column;
    display: flex;
    width: 100%
}

.product_list_element.product_row_amount_1 li {
    width: calc(100% - 10px)
}

.product_list_element.product_row_amount_2 li {
    width: calc(50% - 10px)
}

.product_list_element.product_row_amount_3 li {
    width: calc(33.33% - 10px)
}

.product_list_element.product_row_amount_4 li {
    width: calc(25% - 10px)
}

.product_list_element li .img_wrpr {
    display: block;
    max-width: 100%;
    width: 100%;
    flex: 1
}

.product_list_element li .img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product_list_element li .product_title {
    text-align: center;
    margin: 7px 0;
    font-weight: 500
}

.product_list_element li .btn {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 12px
}

.order-summary {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: visible;
    min-width: 0
}

.order-summary .os-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.order-summary .os-header span {
    font-weight: inherit;
    font-size: inherit;
    color: inherit
}

.order-summary .os-items {
    padding: 8px 5px
}

.order-summary .os-items .os-row {
    margin: 8px 0;
    gap: 10px
}

.order-summary .os-discount-box {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(175, 175, 175, .34);
    padding-top: 15px;
    font-size: 15px
}

.order-summary .os-discount-box .os-row {
    gap: 10px
}

.order-summary .os-discount-box .__discount-error {
    display: flex;
    color: red;
    font-size: inherit;
    background: #ffcdcd;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px
}

.order-summary .os-discount-box .__label {
    margin-bottom: 5px
}

.order-summary .os-discount-box .__input {
    color: #333;
    flex: 1;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    font-size: inherit;
    height: 44px;
    transition: all .2s ease-in-out;
    background: hsla(0, 0%, 100%, .48);
    outline: none;
    min-width: 0
}

.order-summary .os-discount-box .__input:hover {
    border: 1px solid #006eff
}

.order-summary .os-discount-box .__input:focus {
    border: 1px solid #006eff;
    box-shadow: 0 0 0 2px rgba(0, 110, 255, .7098039216)
}

.order-summary .os-discount-box .btn-container {
    width: fit-content
}

.order-summary .os-discount-box .__apply {
    box-shadow: none;
    background: #006eff;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    height: 44px;
    cursor: pointer;
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    white-space: nowrap
}

.order-summary .os-discount-box .__apply .btn-headline {
    margin: auto
}

.order-summary .os-discount-box .__apply:hover {
    background: #0058cc
}

.order-summary .os-discount-box .os-applied-discounts {
    display: flex;
    flex-direction: row;
    margin-top: 10px
}

.order-summary .os-discount-box .os-applied-discounts .__current-discount {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(113, 113, 113, .11);
    color: #717171;
    padding: 8px 20px;
    border-radius: 5px;
    gap: 6px
}

.order-summary .os-discount-box .os-applied-discounts .__current-discount .__icon {
    width: 22px;
    height: 22px;
    transform: rotateY(180deg);
    color: #717171
}

.order-summary .os-discount-box .os-applied-discounts .__current-discount .__remove {
    margin-left: 10px;
    cursor: pointer;
    line-height: initial
}

.order-summary .os-discount-box .os-applied-discounts .__current-discount .__remove:hover {
    color: #000
}

.order-summary .os-subtotal {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(175, 175, 175, .34);
    padding-top: 15px;
    margin-top: 15px;
    font-size: 15px
}

.order-summary .os-subtotal .os-row:not(:first-child) {
    margin-top: 5px;
    align-items: center
}

.order-summary .os-subtotal .os-row:not(:first-child) .os-name {
    align-items: center
}

.order-summary .os-subtotal .os-row .os-name {
    display: flex
}

.order-summary .os-subtotal .__applied-discount,
.order-summary .os-subtotal .__applied-tax {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #717171;
    padding: 4px 10px;
    gap: 6px
}

.order-summary .os-subtotal .__applied-discount .__icon,
.order-summary .os-subtotal .__applied-tax .__icon {
    width: 22px;
    height: 22px;
    transform: rotateY(180deg);
    color: #717171
}

.order-summary.__collapsable .os-header {
    margin-top: 10px
}

.order-summary.__collapsable:not(.__open) .os-inner-container {
    overflow: hidden
}

.order-summary.__collapsable:not(.__open) .os-collapse-header {
    border-bottom: none
}

.order-summary .os-collapse-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 40px;
    background: #fafafa;
    padding: 15px 6px;
    z-index: 3;
    border-bottom: 1px solid rgba(175, 175, 175, .34)
}

.order-summary .os-collapse-header:hover {
    cursor: pointer
}

.order-summary .os-collapse-header .__show-summary {
    display: flex
}

.order-summary .os-collapse-header .__hide-summary {
    display: none
}

.order-summary .os-collapse-header .__icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-right: 4px
}

.order-summary .os-collapse-header .__title {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.order-summary .os-collapse-header .__arrow {
    cursor: pointer
}

.order-summary .os-collapse-header .__total {
    font-size: larger;
    font-weight: 500
}

.order-summary .os-content {
    overflow: visible;
    flex: 1;
    height: fit-content;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.order-summary .os-inner-container {
    display: flex;
    flex-direction: row;
    transition: height .3s ease-in-out
}

.order-summary.__open .os-collapse-header .__show-summary {
    display: none
}

.order-summary.__open .os-collapse-header .__hide-summary {
    display: flex
}

.order-summary.__open .os-collapse-header .__arrow {
    transform: rotate(180deg)
}

.order-summary.__images .os-row .os-name.__has-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.order-summary.__images .os-row .os-name.__has-image .os-voption {
    margin-top: 3px
}

.order-summary .os-row {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.order-summary .os-row .os-image {
    position: relative;
    min-width: 50px
}

.order-summary .os-row .os-image .product-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px rgba(0, 0, 0, .1) solid;
    z-index: 2;
    object-fit: cover
}

.order-summary .os-row .os-image .qty {
    position: absolute;
    top: -12px;
    right: -12px;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 8px;
    font-weight: 500;
    line-height: 1.75em;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background: rgba(114, 114, 114, .9);
    color: #fff;
    z-index: 4
}

.order-summary .os-row .os-name,
.order-summary .os-row .os-price {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-family: inherit;
    text-decoration: inherit;
    color: inherit
}

.order-summary .os-row .os-name .os-x,
.order-summary .os-row .os-price .os-x {
    font-size: smaller;
    margin: auto 0;
    opacity: .8
}

.order-summary .os-row .os-name .os-qty,
.order-summary .os-row .os-price .os-qty {
    font-style: italic;
    font-weight: lighter;
    opacity: .8
}

.order-summary .os-row .os-name {
    text-align: start;
    display: block;
    flex-direction: row;
    flex: 1;
    align-items: center
}

.order-summary .os-row .os-price {
    text-align: end;
    width: fit-content;
    max-width: 101px;
    word-break: break-word;
    display: flex;
    position: relative;
    min-width: 70px;
    align-items: flex-end;
    font-weight: 500
}

.order-summary .os-row .os-price p {
    text-align: right !important
}

.order-summary .os-voption {
    opacity: .8;
    font-size: smaller
}

.order-summary .os-total {
    border-top: 1px solid rgba(175, 175, 175, .34);
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 6px
}

.order-summary .os-total .spinner svg,
.order-summary .taxjar-entry .spinner svg {
    height: 15px;
    width: 15px
}

.order-summary .taxjar-entry {
    align-items: center
}

.dir-rtl .order-summary .__current-discount .__icon,
.dir-rtl .order-summary .__applied-discount .__icon {
    transform: unset
}

.order-bump {
    border: 2px solid #fdcc5e;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
    position: relative;
    cursor: pointer
}

.order-bump .ob-header {
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.order-bump .ob-header input[type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px
}

.order-bump .ob-header .ob-headline {
    font-size: inherit;
    margin-left: 10px;
    font-style: inherit
}

.order-bump .ob-content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #636a7b;
    margin: 0;
    text-align: left
}

.order-bump .ob-content p img {
    max-width: 100%
}

.order-bump .ob-content p b {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #fb595b
}

.x334 {
    background: red
}

.payment-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    box-shadow: 0 0 0 1px #d9d9d9 !important;
    border-radius: 6px;
    background: #fafafa;
    color: #737373;
    position: relative;
    min-height: 150px;
    overflow: visible
}

.payment-form.loading .spinner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, .29)
}

.payment-form:not(.loading) .spinner {
    display: none
}

.payment-form .pf-options {
    display: flex;
    flex-direction: column;
    position: relative
}

.payment-form .pf-option .pf-content.klarna {
    padding: 15px
}

.payment-form .pf-option:not(:first-child) {
    border-top: 1px solid #d9d9d9
}

.payment-form .pf-option:last-child:not(.active) .pf-header {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #d9d9d9
}

.payment-form .pf-option.active .pf-content {
    display: block;
    border-radius: 0 0 6px 6px
}

.payment-form .pf-option.active .pf-header {
    border-radius: 0;
    border-color: #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.payment-form .pf-option .pf-header {
    position: relative;
    cursor: pointer;
    display: flex;
    background-color: #fff;
    color: inherit;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    min-height: 44px;
    align-items: center;
    text-align: start
}

.payment-form .pf-option .pf-header:hover {
    background-color: #fbfbfb
}

.payment-form .pf-option .pf-header.ideal,
.payment-form .pf-option .pf-header.sepa,
.payment-form .pf-option .pf-header.p24 {
    padding: 3px 10px
}

.payment-form .pf-option .pf-header.ideal img,
.payment-form .pf-option .pf-header.sepa img,
.payment-form .pf-option .pf-header.p24 img {
    height: 38px
}

.payment-form .pf-option .pf-header.eps img {
    border-radius: 6px;
    height: 32px
}

.payment-form .pf-option .pf-header.klarna img.pf-klarna-logo {
    height: 20px;
    margin-right: 5px
}

.payment-form .pf-option .pf-header.bancontact img.pf-bancontact-logo {
    height: 36px;
    position: absolute;
    right: 6px;
    border: 1px solid #eee;
    border-radius: 2px
}

.payment-form .pf-option .pf-header.sofort img.pf-sofort-logo {
    height: 32px;
    position: absolute;
    right: 6px
}

.payment-form .pf-option .pf-header span {
    margin: auto 0 auto 5px;
    flex: 1
}

.payment-form .pf-option .pf-header .small-cards {
    height: 20px;
    position: absolute;
    right: 5px
}

.payment-form .pf-option .pf-header img {
    height: 20px;
    display: block
}

.payment-form .pf-option .pf-header input {
    width: 18px;
    height: 18px;
    transition: all .2s ease-in-out;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 10px;
    box-shadow: 0 0 0 0 #f4743c inset;
    outline: 0;
    border-radius: 50%;
    color: inherit;
    font: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background: rgba(0, 0, 0, 0);
    line-height: normal;
    border: 1px solid #d9d9d9
}

.payment-form .pf-option .pf-header input:checked {
    border: 0;
    box-shadow: 0 0 0 10px #f4743c inset
}

.payment-form .pf-option .pf-header .card-icons {
    display: flex;
    flex-direction: row;
    width: 100px;
    position: relative
}

.payment-form .pf-option .pf-header .card-icons svg {
    height: 30px;
    margin-right: 5px
}

.payment-form .pf-option:first-child .pf-header {
    border-radius: 6px 6px 0 0
}

.payment-form .pf-option:last-child .pf-header.open {
    border-radius: 0
}

.payment-form .pf-option .pf-content {
    display: none;
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    padding: 5px
}

.payment-form .pf-option .pf-content .icon-offsite {
    width: 70px;
    height: 40px;
    margin: 10px 0
}

.payment-form .pf-option .pf-content.p24 ._tos {
    margin: 20px 30px;
    position: relative;
    display: block;
    line-height: 1.5;
    font-size: small
}

.payment-form .pf-option .pf-pp-content {
    padding: 10px
}

.payment-form .pf-option .pf-content {
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px 8px 10px;
    zoom: 1;
    min-height: 50px;
    position: relative;
    background-color: #fafafa
}

.payment-form .pf-option .pf-content p {
    margin: 0 10px 15px;
    line-height: 1.8;
    font-size: 14px
}

.payment-form .pf-option .pf-content {
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    min-height: 100px;
    padding: 5px
}

.payment-form .pf-option .pf-content img {
    pointer-events: none;
    width: 100%
}

.payment-form .pf-option .pf-content .select-bank,
.payment-form .pf-option .pf-content .pf-iban {
    margin-top: 10px;
    display: block
}

.payment-form .card-error {
    display: none;
    background: #c60000;
    padding: 8px 10px;
    margin: 0;
    font-size: 14px;
    color: #fff
}

.payment-form.invalid {
    border: 2px solid #c60000
}

.payment-form.invalid .card-error {
    display: flex
}

.payment-form .gateway_18 .field__input--iframe-container {
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
    height: 40px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    background: #fff
}

.payment-form .gateway_18 .field__input--iframe-container.braintree-hosted-fields-focused {
    border: 1px solid #626262
}

.payment-form .gateway_18 .field__input--iframe-container.braintree-hosted-fields-invalid {
    border: 2px solid #c60000
}

.payment-form.dark {
    background: #444;
    color: #e2e2e2
}

.payment-form.dark .pf-option:not(:first-child) {
    border-top: 1px solid #444
}

.payment-form.dark .pf-option:last-child:not(.active) .pf-header {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #444
}

.payment-form.dark .pf-header {
    background: #525252;
    border-color: #444 !important
}

.payment-form.dark .pf-header input {
    border-color: #3c3c3c
}

.payment-form.dark .pf-header:hover {
    background-color: #5b5c5c
}

.payment-form.dark .pf-header.bancontact img.pf-bancontact-logo {
    border: none;
    border-radius: 0
}

.payment-form.dark .pf-content {
    background: #444
}

.payment-form.dark .mollie-component {
    background: #525252;
    border: 0
}

.payment-form.dark iframe#cardNumber,
.payment-form.dark iframe#expiryDate,
.payment-form.dark iframe#cvv {
    background: #525252;
    box-shadow: none;
    border: 0
}

.payment-form.dark .gateway_18 .field__input--iframe-container {
    border: 1px solid #3c3c3c;
    box-shadow: none;
    background: #525252
}

.payment-form.dark .gateway_18 .field__input--iframe-container.braintree-hosted-fields-focused {
    border: 1px solid #8a8a8a
}

.payment-form.dark .gateway_18 .field__input--iframe-container.braintree-hosted-fields-invalid {
    border: 2px solid #c60000
}

.payment-form .test-mode {
    display: block;
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    background: #f1efa9;
    color: #444;
    padding: 2px 10px;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none
}

.payment-form .fields-container {
    text-align: start;
    margin: 5px 12px;
    display: flex;
    flex: 1
}

.payment-form .fields-container>label {
    flex: 1
}

.payment-form .mollie-component {
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    box-shadow: 0 0 0 1px #8b8b8b, 0 0 2px 1px rgba(56, 54, 54, .4), inset 0 0 1px 0 #fff;
    margin-top: 6px;
    margin-bottom: 6px
}

.payment-form .mollie-component.is-invalid {
    box-shadow: 0 0 0 1px #d72829, 0 0 2px 1px #771b1c
}

.payment-form .mollie-component.is-valid {
    box-shadow: 0 0 0 1px #28d731, 0 0 2px 1px #1b7015
}

.payment-form .mollie-component.has-focus:not(.is-valid) {
    box-shadow: 0 0 0 1px #111, 0 0 2px 1px rgba(56, 54, 54, .9), inset 0 0 1px 0 #fff
}

.payment-form iframe#cardNumber,
.payment-form iframe#expiryDate,
.payment-form iframe#cvv,
.payment-form input#expiryDate {
    height: 40px !important;
    border-radius: 3px;
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.payment-form .StripeElement.ideal,
.payment-form .StripeElement.p24,
.payment-form .StripeElement.eps {
    height: auto;
    padding: 0;
    margin: 15px
}

.payment-form .StripeElement.sepa {
    height: auto;
    padding: 8px;
    margin: 15px
}

.payment-form .CollectJSInlineIframe {
    height: 49px !important
}

.payment-form .gateway_9 .field__input--iframe-container {
    padding: 0;
    border: none !important;
    box-shadow: none !important
}

.payment-form .field__input--iframe-container {
    box-sizing: border-box;
    height: 40px;
    padding: 3px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    box-shadow: 0 0 0 1px #383636, 0 0 2px 1px rgba(56, 54, 54, .6), inset 0 0 1px 0 #fff;
    margin-top: 6px;
    margin-bottom: 6px;
    font-family: monospace;
    direction: ltr;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

.payment-form .field__input--iframe-container.complete:not(.error),
.payment-form .field__input--iframe-container.frame--valid {
    box-shadow: 0 0 0 2px #28d731, 0 0 2px 1px #1b7015
}

.payment-form .field__input--iframe-container.error,
.payment-form .field__input--iframe-container.frame--invalid,
.payment-form .field__input--iframe-container.invalid {
    box-shadow: 0 0 0 2px #d72829, 0 0 2px 1px #771b1c
}

.payment-form .field__input--iframe-container.active,
.payment-form .field__input--iframe-container.focused,
.payment-form .field__input--iframe-container.frame--focus {
    box-shadow: 0 0 0 2px #3c6deb, 0 0 2px 1px #5286f9, inset 0 0 1px 0 #fff;
    outline: 1px inset rgba(0, 0, 0, .2392156863)
}

.payment-form .field__input--iframe-container:hover:not(.focused):not(.active):not(.invalid):not(.error):not(.complete):not(.frame--focus):not(.frame--invalid) {
    box-shadow: 0 0 0 1px #3c6deb, 0 0 2px 1px #5286f9, inset 0 0 1px 0 #fff
}

ul.timer {
    padding: 0 !important
}

.timer {
    display: flex;
    justify-content: center;
    gap: 20px
}

.timer li {
    font-size: inherit;
    letter-spacing: .02em;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: baseline
}

.timer li .timer_label {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #b1b2b4;
    display: block;
    width: 100%
}

.timer li .timer_number {
    display: block;
    position: relative;
    padding: 10px
}

.timer-container {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden
}

.form-element {
    width: 100%;
    padding: 5px;
    position: relative;
    flex-direction: column
}

.form-element .fe-double {
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 30px
}

.form-element .fe-double .fe-input-wrpr {
    width: 50%;
    display: flex;
    flex-direction: column
}

.form-element input:not([type=radio]):not([type=checkbox]),
.form-element input[type=number],
.form-element textarea {
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    background: #fff;
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    width: 100%;
    display: block;
    padding: 11px 15px;
    letter-spacing: .02em;
    color: #252a32;
    min-height: 22px;
    height: auto;
    font-size: 14px
}

.form-element .fe-select {
    position: relative;
    color: #252a32;
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    background: #fff;
    border: 1px solid #c5c7d2;
    border-radius: 6px;
    width: 100%;
    display: flex;
    padding: 0;
    letter-spacing: .02em;
    font-size: 14px;
    min-height: 22px;
    height: auto;
    cursor: pointer
}

.form-element .fe-select:after {
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid gray;
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    z-index: 2
}

.form-element .fe-select select {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: inherit;
    appearance: none;
    height: auto;
    padding: 11px 15px;
    margin: 0;
    cursor: pointer
}

.form-element .fe-select select::-ms-expand {
    display: none
}

.form-element textarea {
    resize: vertical;
    min-height: 100px
}

.form-element.required .fe-label::after {
    content: "*";
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #fb595b;
    text-decoration: none
}

.form-element label.invalid,
.form-element input.invalid,
.form-element .fe-select.invalid {
    border: 2px solid red !important
}

.form-element .fe-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32;
    display: block;
    width: fit-content;
    margin-bottom: 0;
    max-width: 100%
}

.form-element .checkbox_radio_text .star {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #fb595b
}

.form-element.checkbox .fe-label,
.form-element.checkbox label,
.form-element.radio .fe-label,
.form-element.radio label {
    cursor: pointer
}

.dir-rtl .fe-select::after {
    left: 10px;
    right: unset
}

.img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.img picture {
    line-height: 0;
    width: 100%;
    height: 100%;
    align-items: inherit;
    display: inherit;
    flex-direction: inherit
}

.img img {
    max-height: 100%
}

.img a {
    line-height: 0
}

.img a img {
    pointer-events: none
}

.video {
    margin: 0;
    background-color: #000;
    overflow: hidden;
    position: relative
}

.video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.video .play-button:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.video img {
    pointer-events: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    opacity: .7
}

.video .video-inner,
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video:not(.editing) {
    cursor: pointer
}

.video:not(.editing) .play-button {
    cursor: pointer
}

.video:not(.editing) .play-button:hover {
    background-color: red
}

.image-slider {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

.image-slider .is-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.image-slider .is-image-wrapper .prev,
.image-slider .is-image-wrapper .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.image-slider .is-image-wrapper .next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px
}

.image-slider .is-image-wrapper .prev:hover,
.image-slider .is-image-wrapper .next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.image-slider .is-thumbs-wrapper {
    display: block;
    overflow-y: scroll;
    width: 100%;
    position: relative
}

.image-slider .is-thumbnails {
    width: fit-content;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.image-slider .is-thumbnails .is-thumbnail {
    margin: 10px 5px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #b3b3b3;
    cursor: pointer !important;
    overflow: hidden
}

.image-slider .is-thumbnails .is-thumbnail img {
    object-fit: scale-down;
    height: 100%;
    width: 100%;
    opacity: .7
}

.image-slider .is-thumbnails .is-thumbnail.selected {
    box-shadow: 0 0 0 3px #708090
}

.image-slider .is-thumbnails .is-thumbnail.selected img {
    opacity: 1
}

.image-slider .is-thumbnails .is-thumbnail:hover:not(.selected) {
    box-shadow: 0 0 0 2px #708090
}

.image-slider .is-thumbnails .is-thumbnail:hover:not(.selected) img {
    opacity: 1
}

.container-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

label.container-wrapper {
    cursor: pointer
}

.container {
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0
}

.container.row {
    flex-direction: row
}

.container.column {
    flex-direction: column
}

.container .container-box {
    height: 100%;
    width: 100%;
    overflow: visible;
    display: flex;
    flex: 1;
    flex-direction: column
}

.container .container-inner {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: row
}

.popup {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: RGB(0, 0, 0);
    background-color: rgba(0, 0, 0, .4)
}

.popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.popup .close:hover,
.popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popup .popup-content {
    border-radius: 6px;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.popup svg.close-popup {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20
}

.popup .popup-content.small {
    margin: 15% auto;
    width: 600px
}

.popup .popup-content.medium {
    margin: 15% auto;
    width: 650px
}

.popup .popup-content.large {
    margin: 15% auto;
    width: 950px
}

.popup .popup-content.fullscreen {
    margin: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 600px) {
    .popup svg.close-popup {
        top: -40px;
        right: 0
    }

    .popup .popup-content.small {
        width: 100%
    }

    .popup .popup-content.medium,
    .popup .popup-content.large {
        width: 100%
    }
}

@media only screen and (max-width: 850px) {

    .popup .popup-content.medium,
    .popup .popup-content.large {
        width: 100%
    }
}

.popup.open {
    display: block
}

.popup-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.popup-body {
    padding: 2px 16px
}

.popup-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    animation-name: animatetop;
    animation-duration: .4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.faq-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column
}

.faq {
    display: flex;
    flex-direction: column
}

.faq .faq-header {
    display: flex;
    flex-direction: row;
    flex: 0;
    min-height: 10px;
    padding: 10px 5px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px
}

.faq .faq-header .faq-title {
    font-size: inherit;
    font-weight: inherit;
    display: flex;
    width: fit-content;
    max-width: calc(100% - 30px);
    text-decoration: inherit;
    font-style: inherit;
    font-family: inherit;
    text-align: inherit;
    flex: 1;
    overflow-wrap: anywhere;
    flex-direction: column
}

.faq .faq-header .faq-icon {
    min-width: 10px;
    margin: auto 5px;
    transition: transform .2s ease-out
}

.faq .faq-header:hover {
    background: #f5f5f5
}

.faq:not(.active) .faq-content-wrapper {
    max-height: 0;
    overflow: hidden
}

.faq:not(.active) .faq-content {
    visibility: hidden
}

.faq.active>.faq-header {
    background: #f5f5f5;
    border-bottom: 1px solid silver
}

.faq.active>.faq-header .faq-icon {
    transform: rotate(180deg)
}

.faq.active>.faq-content-wrapper {
    max-height: 5000px
}

.faq .faq-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: max-height .2s ease-in-out
}

.faq .faq-content {
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: column
}

.dir-rtl {
    direction: rtl
}

.dir-rtl .paragraph p,
.dir-rtl .paragraph h1,
.dir-rtl .paragraph h2,
.dir-rtl .paragraph h3,
.dir-rtl .paragraph h4,
.dir-rtl .paragraph h5,
.dir-rtl .paragraph h6,
.dir-rtl .block_element_wrpr_paragraph p,
.dir-rtl .block_element_wrpr_paragraph h1,
.dir-rtl .block_element_wrpr_paragraph h2,
.dir-rtl .block_element_wrpr_paragraph h3,
.dir-rtl .block_element_wrpr_paragraph h4,
.dir-rtl .block_element_wrpr_paragraph h5,
.dir-rtl .block_element_wrpr_paragraph h6,
.dir-rtl .headline p,
.dir-rtl .headline h1,
.dir-rtl .headline h2,
.dir-rtl .headline h3,
.dir-rtl .headline h4,
.dir-rtl .headline h5,
.dir-rtl .headline h6 {
    direction: rtl
}

.dir-rtl .btn {
    direction: rtl
}

.dir-rtl .btn .btn-headline,
.dir-rtl .btn .btn-sub-headline {
    direction: rtl
}

.dir-rtl .menu a {
    direction: rtl
}

.dir-rtl a.link {
    direction: rtl
}

.dir-rtl .order-bump .ob-header,
.dir-rtl .order-bump .ob-content p {
    direction: rtl
}

.dir-rtl .order-bump .ob-headline {
    margin-left: 0;
    margin-right: 10px
}

.dir-rtl .form-element .fe-label {
    direction: rtl
}

.dir-rtl .form-element input {
    direction: rtl
}

.dir-rtl .block_element_wrpr_faq .faq-title,
.dir-rtl .faq .faq-title {
    direction: rtl
}

.dir-rtl .two-step-form .tsf-header {
    direction: rtl
}

.dir-rtl .two-step-form .tsf-header .tsf-item .tsf-number {
    margin-right: 0;
    margin-left: 10px
}

.before-after-slider {
    pointer-events: all;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 5000px;
    overflow: hidden;
    user-select: none
}

.before-after-slider .bas-wrapper {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.before-after-slider .bas-before,
.before-after-slider .bas-after {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.before-after-slider .bas-before .bas-label,
.before-after-slider .bas-after .bas-label {
    padding: 4px 10px;
    border-radius: 6px;
    position: absolute;
    background: hsla(0, 0%, 100%, .8);
    color: #a0a0a0;
    top: 10px;
    z-index: 1;
    font-size: 13px
}

.before-after-slider .bas-after {
    position: absolute;
    top: 0;
    left: 0
}

.before-after-slider .bas-after .bas-label {
    left: 10px
}

.before-after-slider .bas-after .content-image {
    background: #fff;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clip-path: inset(0 50% 0 0)
}

.before-after-slider .bas-before {
    position: relative
}

.before-after-slider .bas-before .bas-label {
    right: 10px
}

.before-after-slider .content-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: relative;
    display: flex
}

.before-after-slider .bas-scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    opacity: .9;
    pointer-events: auto;
    cursor: grab
}

.before-after-slider .bas-scroller:hover {
    opacity: 1
}

.before-after-slider .bas-scroller * {
    pointer-events: none
}

.before-after-slider .scrolling {
    cursor: grabbing
}

.before-after-slider .scrolling .bas-scroller {
    opacity: 1
}

.before-after-slider .scroller__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: 4px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 100%
}

.before-after-slider .bas-scroller:before,
.before-after-slider .bas-scroller:after {
    content: " ";
    display: block;
    width: 6px;
    height: calc(50% - 20px + 2px);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    z-index: 3;
    transition: .1s
}

.before-after-slider .bas-scroller:before {
    top: 0
}

.before-after-slider .bas-scroller:after {
    top: calc(50% + 20px - 2px)
}

.before-after-slider .bas-scroller {
    height: 100%
}

.before-after-slider .bas-scroller:before,
.before-after-slider .bas-scroller:after {
    background: #fff
}

.video-native {
    margin: 0;
    background-color: #000;
    overflow: hidden;
    display: flex;
    position: relative
}

.video-native .__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-native.playing .play-button {
    display: none;
    visibility: hidden
}

.video-native.playing:hover .pause-button {
    display: flex;
    visibility: visible
}

.video-native .play-button,
.video-native .pause-button {
    width: 90px;
    height: 60px;
    font-size: 70px;
    z-index: 1;
    opacity: .9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none
}

.video-native .play-button svg,
.video-native .pause-button svg {
    width: inherit;
    height: inherit
}

.video-native .play-button:not(.custom-icon):before,
.video-native .pause-button:not(.custom-icon):before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.video-native .pause-button {
    display: none;
    visibility: hidden
}

.video-native img {
    pointer-events: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    opacity: .7
}

.video-native video {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.video-native .vid-inner,
.video-native iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video-native:not(.editing) {
    cursor: pointer
}

.video-native:not(.editing) .play-button {
    cursor: pointer
}

.express-checkout {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 6px;
    background: #fafafa;
    color: #737373;
    position: relative;
    min-height: 0;
    overflow: visible;
    flex-wrap: wrap
}

.express-checkout.loading {
    display: none
}

.express-checkout .card-error {
    display: none;
    background: #c60000;
    padding: 8px 10px;
    margin: 0;
    font-size: 14px;
    color: #fff
}

.express-checkout.invalid {
    border: 2px solid #c60000
}

.express-checkout.invalid .card-error {
    display: flex
}

.express-checkout.dark {
    background: #444;
    color: #e2e2e2
}

.express-checkout .test-mode {
    display: block;
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    background: #f1efa9;
    color: #444;
    padding: 2px 10px;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none
}

.repeater-wrapper {
    width: 100%;
    flex-direction: column
}

.repeater {
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.repeater.row {
    flex-direction: row
}

.repeater.column {
    flex-direction: column
}

.repeater .repeater-box {
    width: 100%;
    overflow: visible;
    display: flex;
    flex: 1;
    flex-direction: column
}

.repeater .repeater-box>.element-wrapper,
.repeater .repeater-box>.element-wrapper>.container-wrapper,
.repeater .repeater-box>.element-wrapper>.container-wrapper .container {
    height: 100%
}

.repeater .repeater-inner {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: row
}

.blog-post {
    text-align: left;
    display: flex;
    flex-direction: column
}

.blog-post h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3
}

.blog-post h2 {
    font-size: 24px;
    font-weight: 600
}

.blog-post h3 {
    font-size: 20px
}

.blog-post h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px
}

.blog-post h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .32px;
    line-height: 19px
}

.blog-post h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .24px
}

.blog-post hr {
    border: .5px solid #eaecf0
}

.blog-post .bullet__list {
    list-style-type: disc
}

.blog-post ul,
.blog-post ol {
    padding: 0 2rem !important
}

.blog-post ul li p,
.blog-post ol li p {
    display: block;
    margin-top: .25em;
    margin-bottom: .25em
}

.blog-post ul li {
    list-style-type: disc
}

.blog-post ul li::before {
    display: none
}

.blog-post ol li {
    list-style-type: decimal
}

.blog-post ol li::before {
    display: none
}

.blog-post table {
    border-collapse: collapse;
    border-color: rgba(0, 0, 0, .1);
    border-radius: .375rem;
    box-sizing: border-box;
    width: 100%
}

.blog-post table.dark {
    border-color: hsla(0, 0%, 100%, .2)
}

.blog-post table td,
.blog-post table th {
    border: 1px solid rgba(0, 0, 0, .1);
    min-width: 100px;
    padding: .5rem;
    position: relative;
    text-align: left;
    vertical-align: top
}

.blog-post table td.dark,
.blog-post table th.dark {
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.blog-post table td:first-of-type:not(a),
.blog-post table th:first-of-type:not(a) {
    margin-top: 0
}

.blog-post table td p,
.blog-post table th p {
    margin: 0
}

.blog-post table td p+p,
.blog-post table th p+p {
    margin-top: .75rem
}

.blog-post table th {
    font-weight: bold
}

.blog-post details {
    display: flex;
    gap: .25rem;
    border-radius: .5rem;
    margin-left: 3rem;
    border: 1.5px solid var(--gray-200);
    padding: 8px
}

.blog-post details div {
    margin-top: 0
}

.blog-post details summary {
    margin-top: 0 !important;
    font-weight: 500
}

.blog-post details div p:first-child:has(br)::before {
    content: "Type / to browse options";
    color: var(--gray-400);
    pointer-events: none
}

.blog-post details summary.is-empty::before {
    content: attr(data-placeholder);
    color: gray;
    pointer-events: none
}

.blog-post details>button {
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: flex;
    font-size: .625rem;
    height: 1.25rem;
    justify-content: center;
    line-height: 1;
    margin-top: .1rem;
    padding: 0;
    width: 1.25rem;
    border: none;
    box-shadow: none
}

.blog-post details>button:hover {
    background-color: var(--gray-3)
}

.blog-post details>button::before {
    content: "▶"
}

.blog-post details.is-open>button::before {
    transform: rotate(90deg)
}

.blog-post details>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0
}

.blog-post details>div>[data-type=detailsContent]>:last-child {
    margin-bottom: .5rem
}

.blog-post details .details {
    margin: .5rem 0
}

.blog-post img {
    display: block
}

.blog-post img[align=center] {
    margin: auto
}

.blog-post img[align=left] {
    margin-right: auto
}

.blog-post img[align=right] {
    margin-left: auto
}

.blog-post a {
    color: #4368e0
}

.blog-post blockquote {
    border-left: 3px solid #eaecf0;
    padding-left: 1rem
}

.blog-post pre {
    background: #f9fafb;
    border: 1px solid #f2f4f7;
    border-radius: 4px;
    padding: 4px;
    font-family: monospace
}

[data-type=table-of-contents] .table-of-contents,
.table-of-contents-wrapper .table-of-contents {
    margin: 0;
    padding: 0
}

[data-type=table-of-contents] .toc-list,
.table-of-contents-wrapper .bullet__list {
    list-style-type: none !important;
    margin: 0 !important
}

[data-type=table-of-contents] .toc-list li,
.table-of-contents-wrapper .bullet__list li {
    list-style-type: none !important;
    margin: 0 !important
}

[data-type=table-of-contents] .toc-list li p,
.table-of-contents-wrapper .bullet__list li p {
    margin: 0
}

[data-type=table-of-contents] .toc-list li p a,
.table-of-contents-wrapper .bullet__list li p a {
    color: #000
}

[data-type=table-of-contents] .toc-list li .toc-link,
.table-of-contents-wrapper .bullet__list li .toc-link {
    padding: 2px
}

[data-type=table-of-contents] .toc-list li .toc-link:hover,
.table-of-contents-wrapper .bullet__list li .toc-link:hover {
    background-color: #f3f4f6
}

[popover=manual] {
    inset: unset;
    position: fixed;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 200ms;
    transition-behavior: allow-discrete
}

:popover-open {
    opacity: 1;
    display: flex
}

@starting-style {
    :popover-open {
        opacity: 0
    }
}

:root {
    --swiper-navigation-size: 44px
}

.carousel-wrapper.vertical .swiper-button-prev--custom,
.carousel-wrapper.vertical .swiper-button-next--custom {
    rotate: 90deg
}

.carousel-wrapper .carousel-arrow {
    display: flex
}

.carousel-wrapper .swiper-button-prev--custom,
.carousel-wrapper .swiper-button-next--custom {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    z-index: 12;
    cursor: pointer
}

.carousel-wrapper .swiper-button-prev--custom {
    left: 0
}

.carousel-wrapper .swiper-button-next--custom {
    right: 0
}

.carousel-wrapper .swiper-button-prev,
.carousel-wrapper .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.carousel-wrapper .swiper-button-prev.swiper-button-disabled,
.carousel-wrapper .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.carousel-wrapper .swiper-button-prev.swiper-button-hidden,
.carousel-wrapper .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .carousel-wrapper .swiper-button-prev,
.swiper-navigation-disabled .carousel-wrapper .swiper-button-next {
    display: none !important
}

.carousel-wrapper .swiper-button-prev svg,
.carousel-wrapper .swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .carousel-wrapper .swiper-button-prev svg,
.swiper-rtl .carousel-wrapper .swiper-button-next svg {
    transform: rotate(180deg)
}

.carousel-wrapper .swiper-button-prev,
.carousel-wrapper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.carousel-wrapper .swiper-button-next,
.carousel-wrapper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.carousel-wrapper .swiper-button-lock {
    display: none
}

.carousel-wrapper .swiper-button-prev:after,
.carousel-wrapper .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.carousel-wrapper .swiper-button-prev:after,
.carousel-wrapper .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.carousel-wrapper .swiper-button-next,
.carousel-wrapper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.carousel-wrapper .swiper-button-next:after,
.carousel-wrapper .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.carousel-wrapper .swiper-pagination {
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    display: flex
}

.carousel-wrapper .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.carousel-wrapper .swiper-pagination,
.carousel-wrapper .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.carousel-wrapper .swiper-pagination-fraction,
.carousel-wrapper .swiper-pagination-custom,
.carousel-wrapper .swiper-horizontal>.swiper-pagination-bullets,
.carousel-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.carousel-wrapper .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.carousel-wrapper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.carousel-wrapper .swiper-pagination-bullet {
    display: inline-block;
    align-content: center;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.carousel-wrapper .swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .carousel-wrapper .swiper-pagination-bullet {
    cursor: pointer
}

.carousel-wrapper .swiper-pagination-bullet:only-child {
    display: none !important
}

.carousel-wrapper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.carousel-wrapper .swiper-pagination-vertical {
    flex-direction: column
}

.carousel-wrapper .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.carousel-wrapper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.carousel-wrapper .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.carousel-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.carousel-wrapper .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.carousel-wrapper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.carousel-wrapper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.carousel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.carousel-wrapper .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.carousel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.carousel-wrapper .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.carousel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.carousel-wrapper .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.carousel-wrapper .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.carousel-wrapper .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.carousel-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .carousel-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.carousel-wrapper .swiper-pagination-progressbar,
.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.carousel-wrapper .swiper-pagination-progressbar,
.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.carousel-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.carousel-wrapper .swiper-pagination-lock {
    display: none
}

.carousel-wrapper .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.carousel-wrapper .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.carousel-wrapper .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.carousel-wrapper .swiper-fade .swiper-slide-active,
.carousel-wrapper .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.carousel-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column
}

.carousel-wrapper :has(>.thumbs) {
    width: auto
}

.carousel-wrapper.vertical {
    flex-direction: row
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.carousel-wrapper :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.carousel-wrapper.media .swiper .swiper-wrapper {
    min-height: 0
}

.carousel-wrapper.media .swiper .swiper-wrapper .swiper-slide img {
    height: 100% !important
}

.carousel-wrapper.autoplay--smooth .swiper-wrapper {
    transition-timing-function: linear
}

.carousel-wrapper .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.carousel-wrapper .swiper.swiper-vertical {
    flex-direction: row
}

.carousel-wrapper .swiper.swiper-vertical .swiper-button-next--custom,
.carousel-wrapper .swiper.swiper-vertical .swiper-button-prev--custom {
    transform: rotate(90deg)
}

.carousel-wrapper .swiper.swiper-vertical .swiper-slide {
    margin: auto
}

.carousel-wrapper .swiper.thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.carousel-wrapper .swiper.thumbs .swiper-slide {
    cursor: pointer
}

.carousel-wrapper .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.carousel-wrapper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    align-items: inherit
}

.carousel-wrapper .swiper-android .swiper-slide,
.carousel-wrapper .swiper-ios .swiper-slide,
.carousel-wrapper .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.carousel-wrapper .swiper-horizontal {
    touch-action: pan-y
}

.carousel-wrapper .swiper-vertical {
    touch-action: pan-x
}

.carousel-wrapper[data-s-direction=vertical] {
    flex-direction: row
}

.carousel-wrapper[data-s-effect=coverflow] .swiper:not(.thumbs) .swiper-slide {
    filter: blur(4px)
}

.carousel-wrapper[data-s-effect=coverflow] .swiper:not(.thumbs) .swiper-slide-active {
    filter: none
}

.carousel-wrapper .swiper-slide {
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex
}

.carousel-wrapper .swiper-slide>.element-wrapper {
    flex: 1
}

.carousel-wrapper .swiper-slide-invisible-blank {
    visibility: hidden
}

.carousel-wrapper .swiper-autoheight,
.carousel-wrapper .swiper-autoheight .swiper-slide {
    height: auto
}

.carousel-wrapper .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.carousel-wrapper .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.carousel-wrapper .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.carousel-wrapper .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.carousel-wrapper .swiper-3d {
    perspective: 1200px
}

.carousel-wrapper .swiper-3d .swiper-slide,
.carousel-wrapper .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.carousel-wrapper .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.carousel-wrapper .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.carousel-wrapper .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.carousel-wrapper .swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.carousel-wrapper .swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.carousel-wrapper .swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.carousel-wrapper .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.carousel-wrapper .swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.carousel-wrapper .swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.carousel-wrapper .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.carousel-wrapper .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.carousel-wrapper .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.carousel-wrapper .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-left,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-right,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-top,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-bottom,
.carousel-wrapper .swiper-3d .swiper-slide-shadow,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-left,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-right,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-top,
.carousel-wrapper .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.carousel-wrapper .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.carousel-wrapper .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.carousel-wrapper .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.carousel-wrapper .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.carousel-wrapper .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.carousel-wrapper .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 600px) {
    .carousel-wrapper .swiper-slide.slides-per-view--mobile-auto {
        width: auto
    }

    .carousel-wrapper .swiper-slide.slides-per-view--mobile-fixed {
        width: 100%
    }
}

@media only screen and (min-width: 600px)and (max-width: 1024px) {
    .carousel-wrapper .swiper-slide.slides-per-view--tablet-auto {
        width: auto
    }

    .carousel-wrapper .swiper-slide.slides-per-view--tablet-fixed {
        width: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .carousel-wrapper .swiper-slide.slides-per-view--desktop-auto {
        width: auto
    }

    .carousel-wrapper .swiper-slide.slides-per-view--desktop-fixed {
        width: 100%
    }
}

:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-border-color: #ccc;
    --iti-dialcode-color: #999;
    --iti-dropdown-bg: white;
    --iti-search-icon-color: #999;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 12px;
    --iti-flag-width: 16px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-path-flags-1x: url("../images/flags.webp");
    --iti-path-flags-2x: url("../images/flags@2x.webp");
    --iti-path-globe-1x: url("../images/globe.webp");
    --iti-path-globe-2x: url("../images/globe@2x.webp");
    --iti-flag-sprite-width: 3904px;
    --iti-flag-sprite-height: 12px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    box-sizing: border-box
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin: 0 !important
}

.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: var(--iti-border-width)
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: #252a32;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)
}

.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid rgba(0, 0, 0, 0);
    border-right: var(--iti-triangle-border) solid rgba(0, 0, 0, 0);
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

.iti__arrow--up {
    border-top: none;
    border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: var(--iti-dropdown-bg)
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width)*-1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.iti__search-input {
    width: 100%;
    border-width: 0 !important;
    border-radius: 3px !important;
    padding: 11px 20px 11px 30px !important
}

[dir=rtl] .iti__search-input {
    padding-left: inherit;
    padding-right: 30px;
    background-position: right 8px center
}

.iti__search-input+.iti__country-list {
    border-top: 1px solid var(--iti-border-color)
}

.iti__search-input::-webkit-search-cancel-button {
    appearance: none
}

.iti__search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.iti__search-icon {
    position: absolute;
    left: 8px;
    display: flex;
    pointer-events: none
}

[dir=rtl] .iti__search-icon {
    left: auto;
    right: 8px
}

.iti__search-icon-svg {
    stroke: var(--iti-search-icon-color);
    fill: none;
    stroke-width: 3
}

.iti__search-clear {
    position: absolute;
    right: 4px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .15s ease;
    width: 24px;
    height: 24px
}

.iti__search-clear .iti__search-clear-x {
    stroke-width: 2
}

.iti__search-clear .iti__search-clear-bg {
    fill: var(--iti-search-icon-color)
}

[dir=rtl] .iti__search-clear {
    right: auto;
    left: 4px
}

.iti__search-clear:hover,
.iti__search-clear:focus-visible {
    background: var(--iti-hover-color);
    outline: none
}

.iti__no-results {
    text-align: center;
    padding: 30px 0
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media(max-width: 500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal
    }
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: none;
    color: #252a32
}

.iti__dial-code {
    color: var(--iti-dialcode-color)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__country-list .iti__flag,
.iti__country-name {
    margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
    margin-right: 0;
    margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) button.iti__selected-country {
    cursor: pointer
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--iti-hover-color)
}

.iti .iti__selected-dial-code {
    margin-left: 4px
}

.iti--container {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: var(--iti-border-width)
}

.iti--container:hover {
    cursor: pointer
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: var(--iti-mobile-popup-margin);
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    --iti-flag-offset: 100px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    border-radius: 1px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: var(--iti-path-flags-1x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__ac {
    --iti-flag-offset: 0px
}

.iti__ad {
    --iti-flag-offset: -16px
}

.iti__ae {
    --iti-flag-offset: -32px
}

.iti__af {
    --iti-flag-offset: -48px
}

.iti__ag {
    --iti-flag-offset: -64px
}

.iti__ai {
    --iti-flag-offset: -80px
}

.iti__al {
    --iti-flag-offset: -96px
}

.iti__am {
    --iti-flag-offset: -112px
}

.iti__ao {
    --iti-flag-offset: -128px
}

.iti__ar {
    --iti-flag-offset: -144px
}

.iti__as {
    --iti-flag-offset: -160px
}

.iti__at {
    --iti-flag-offset: -176px
}

.iti__au {
    --iti-flag-offset: -192px
}

.iti__aw {
    --iti-flag-offset: -208px
}

.iti__ax {
    --iti-flag-offset: -224px
}

.iti__az {
    --iti-flag-offset: -240px
}

.iti__ba {
    --iti-flag-offset: -256px
}

.iti__bb {
    --iti-flag-offset: -272px
}

.iti__bd {
    --iti-flag-offset: -288px
}

.iti__be {
    --iti-flag-offset: -304px
}

.iti__bf {
    --iti-flag-offset: -320px
}

.iti__bg {
    --iti-flag-offset: -336px
}

.iti__bh {
    --iti-flag-offset: -352px
}

.iti__bi {
    --iti-flag-offset: -368px
}

.iti__bj {
    --iti-flag-offset: -384px
}

.iti__bl {
    --iti-flag-offset: -400px
}

.iti__bm {
    --iti-flag-offset: -416px
}

.iti__bn {
    --iti-flag-offset: -432px
}

.iti__bo {
    --iti-flag-offset: -448px
}

.iti__bq {
    --iti-flag-offset: -464px
}

.iti__br {
    --iti-flag-offset: -480px
}

.iti__bs {
    --iti-flag-offset: -496px
}

.iti__bt {
    --iti-flag-offset: -512px
}

.iti__bw {
    --iti-flag-offset: -528px
}

.iti__by {
    --iti-flag-offset: -544px
}

.iti__bz {
    --iti-flag-offset: -560px
}

.iti__ca {
    --iti-flag-offset: -576px
}

.iti__cc {
    --iti-flag-offset: -592px
}

.iti__cd {
    --iti-flag-offset: -608px
}

.iti__cf {
    --iti-flag-offset: -624px
}

.iti__cg {
    --iti-flag-offset: -640px
}

.iti__ch {
    --iti-flag-offset: -656px
}

.iti__ci {
    --iti-flag-offset: -672px
}

.iti__ck {
    --iti-flag-offset: -688px
}

.iti__cl {
    --iti-flag-offset: -704px
}

.iti__cm {
    --iti-flag-offset: -720px
}

.iti__cn {
    --iti-flag-offset: -736px
}

.iti__co {
    --iti-flag-offset: -752px
}

.iti__cr {
    --iti-flag-offset: -768px
}

.iti__cu {
    --iti-flag-offset: -784px
}

.iti__cv {
    --iti-flag-offset: -800px
}

.iti__cw {
    --iti-flag-offset: -816px
}

.iti__cx {
    --iti-flag-offset: -832px
}

.iti__cy {
    --iti-flag-offset: -848px
}

.iti__cz {
    --iti-flag-offset: -864px
}

.iti__de {
    --iti-flag-offset: -880px
}

.iti__dj {
    --iti-flag-offset: -896px
}

.iti__dk {
    --iti-flag-offset: -912px
}

.iti__dm {
    --iti-flag-offset: -928px
}

.iti__do {
    --iti-flag-offset: -944px
}

.iti__dz {
    --iti-flag-offset: -960px
}

.iti__ec {
    --iti-flag-offset: -976px
}

.iti__ee {
    --iti-flag-offset: -992px
}

.iti__eg {
    --iti-flag-offset: -1008px
}

.iti__eh {
    --iti-flag-offset: -1024px
}

.iti__er {
    --iti-flag-offset: -1040px
}

.iti__es {
    --iti-flag-offset: -1056px
}

.iti__et {
    --iti-flag-offset: -1072px
}

.iti__fi {
    --iti-flag-offset: -1088px
}

.iti__fj {
    --iti-flag-offset: -1104px
}

.iti__fk {
    --iti-flag-offset: -1120px
}

.iti__fm {
    --iti-flag-offset: -1136px
}

.iti__fo {
    --iti-flag-offset: -1152px
}

.iti__fr {
    --iti-flag-offset: -1168px
}

.iti__ga {
    --iti-flag-offset: -1184px
}

.iti__gb {
    --iti-flag-offset: -1200px
}

.iti__gd {
    --iti-flag-offset: -1216px
}

.iti__ge {
    --iti-flag-offset: -1232px
}

.iti__gf {
    --iti-flag-offset: -1248px
}

.iti__gg {
    --iti-flag-offset: -1264px
}

.iti__gh {
    --iti-flag-offset: -1280px
}

.iti__gi {
    --iti-flag-offset: -1296px
}

.iti__gl {
    --iti-flag-offset: -1312px
}

.iti__gm {
    --iti-flag-offset: -1328px
}

.iti__gn {
    --iti-flag-offset: -1344px
}

.iti__gp {
    --iti-flag-offset: -1360px
}

.iti__gq {
    --iti-flag-offset: -1376px
}

.iti__gr {
    --iti-flag-offset: -1392px
}

.iti__gt {
    --iti-flag-offset: -1408px
}

.iti__gu {
    --iti-flag-offset: -1424px
}

.iti__gw {
    --iti-flag-offset: -1440px
}

.iti__gy {
    --iti-flag-offset: -1456px
}

.iti__hk {
    --iti-flag-offset: -1472px
}

.iti__hn {
    --iti-flag-offset: -1488px
}

.iti__hr {
    --iti-flag-offset: -1504px
}

.iti__ht {
    --iti-flag-offset: -1520px
}

.iti__hu {
    --iti-flag-offset: -1536px
}

.iti__id {
    --iti-flag-offset: -1552px
}

.iti__ie {
    --iti-flag-offset: -1568px
}

.iti__il {
    --iti-flag-offset: -1584px
}

.iti__im {
    --iti-flag-offset: -1600px
}

.iti__in {
    --iti-flag-offset: -1616px
}

.iti__io {
    --iti-flag-offset: -1632px
}

.iti__iq {
    --iti-flag-offset: -1648px
}

.iti__ir {
    --iti-flag-offset: -1664px
}

.iti__is {
    --iti-flag-offset: -1680px
}

.iti__it {
    --iti-flag-offset: -1696px
}

.iti__je {
    --iti-flag-offset: -1712px
}

.iti__jm {
    --iti-flag-offset: -1728px
}

.iti__jo {
    --iti-flag-offset: -1744px
}

.iti__jp {
    --iti-flag-offset: -1760px
}

.iti__ke {
    --iti-flag-offset: -1776px
}

.iti__kg {
    --iti-flag-offset: -1792px
}

.iti__kh {
    --iti-flag-offset: -1808px
}

.iti__ki {
    --iti-flag-offset: -1824px
}

.iti__km {
    --iti-flag-offset: -1840px
}

.iti__kn {
    --iti-flag-offset: -1856px
}

.iti__kp {
    --iti-flag-offset: -1872px
}

.iti__kr {
    --iti-flag-offset: -1888px
}

.iti__kw {
    --iti-flag-offset: -1904px
}

.iti__ky {
    --iti-flag-offset: -1920px
}

.iti__kz {
    --iti-flag-offset: -1936px
}

.iti__la {
    --iti-flag-offset: -1952px
}

.iti__lb {
    --iti-flag-offset: -1968px
}

.iti__lc {
    --iti-flag-offset: -1984px
}

.iti__li {
    --iti-flag-offset: -2000px
}

.iti__lk {
    --iti-flag-offset: -2016px
}

.iti__lr {
    --iti-flag-offset: -2032px
}

.iti__ls {
    --iti-flag-offset: -2048px
}

.iti__lt {
    --iti-flag-offset: -2064px
}

.iti__lu {
    --iti-flag-offset: -2080px
}

.iti__lv {
    --iti-flag-offset: -2096px
}

.iti__ly {
    --iti-flag-offset: -2112px
}

.iti__ma {
    --iti-flag-offset: -2128px
}

.iti__mc {
    --iti-flag-offset: -2144px
}

.iti__md {
    --iti-flag-offset: -2160px
}

.iti__me {
    --iti-flag-offset: -2176px
}

.iti__mf {
    --iti-flag-offset: -2192px
}

.iti__mg {
    --iti-flag-offset: -2208px
}

.iti__mh {
    --iti-flag-offset: -2224px
}

.iti__mk {
    --iti-flag-offset: -2240px
}

.iti__ml {
    --iti-flag-offset: -2256px
}

.iti__mm {
    --iti-flag-offset: -2272px
}

.iti__mn {
    --iti-flag-offset: -2288px
}

.iti__mo {
    --iti-flag-offset: -2304px
}

.iti__mp {
    --iti-flag-offset: -2320px
}

.iti__mq {
    --iti-flag-offset: -2336px
}

.iti__mr {
    --iti-flag-offset: -2352px
}

.iti__ms {
    --iti-flag-offset: -2368px
}

.iti__mt {
    --iti-flag-offset: -2384px
}

.iti__mu {
    --iti-flag-offset: -2400px
}

.iti__mv {
    --iti-flag-offset: -2416px
}

.iti__mw {
    --iti-flag-offset: -2432px
}

.iti__mx {
    --iti-flag-offset: -2448px
}

.iti__my {
    --iti-flag-offset: -2464px
}

.iti__mz {
    --iti-flag-offset: -2480px
}

.iti__na {
    --iti-flag-offset: -2496px
}

.iti__nc {
    --iti-flag-offset: -2512px
}

.iti__ne {
    --iti-flag-offset: -2528px
}

.iti__nf {
    --iti-flag-offset: -2544px
}

.iti__ng {
    --iti-flag-offset: -2560px
}

.iti__ni {
    --iti-flag-offset: -2576px
}

.iti__nl {
    --iti-flag-offset: -2592px
}

.iti__no {
    --iti-flag-offset: -2608px
}

.iti__np {
    --iti-flag-offset: -2624px
}

.iti__nr {
    --iti-flag-offset: -2640px
}

.iti__nu {
    --iti-flag-offset: -2656px
}

.iti__nz {
    --iti-flag-offset: -2672px
}

.iti__om {
    --iti-flag-offset: -2688px
}

.iti__pa {
    --iti-flag-offset: -2704px
}

.iti__pe {
    --iti-flag-offset: -2720px
}

.iti__pf {
    --iti-flag-offset: -2736px
}

.iti__pg {
    --iti-flag-offset: -2752px
}

.iti__ph {
    --iti-flag-offset: -2768px
}

.iti__pk {
    --iti-flag-offset: -2784px
}

.iti__pl {
    --iti-flag-offset: -2800px
}

.iti__pm {
    --iti-flag-offset: -2816px
}

.iti__pr {
    --iti-flag-offset: -2832px
}

.iti__ps {
    --iti-flag-offset: -2848px
}

.iti__pt {
    --iti-flag-offset: -2864px
}

.iti__pw {
    --iti-flag-offset: -2880px
}

.iti__py {
    --iti-flag-offset: -2896px
}

.iti__qa {
    --iti-flag-offset: -2912px
}

.iti__re {
    --iti-flag-offset: -2928px
}

.iti__ro {
    --iti-flag-offset: -2944px
}

.iti__rs {
    --iti-flag-offset: -2960px
}

.iti__ru {
    --iti-flag-offset: -2976px
}

.iti__rw {
    --iti-flag-offset: -2992px
}

.iti__sa {
    --iti-flag-offset: -3008px
}

.iti__sb {
    --iti-flag-offset: -3024px
}

.iti__sc {
    --iti-flag-offset: -3040px
}

.iti__sd {
    --iti-flag-offset: -3056px
}

.iti__se {
    --iti-flag-offset: -3072px
}

.iti__sg {
    --iti-flag-offset: -3088px
}

.iti__sh {
    --iti-flag-offset: -3104px
}

.iti__si {
    --iti-flag-offset: -3120px
}

.iti__sj {
    --iti-flag-offset: -3136px
}

.iti__sk {
    --iti-flag-offset: -3152px
}

.iti__sl {
    --iti-flag-offset: -3168px
}

.iti__sm {
    --iti-flag-offset: -3184px
}

.iti__sn {
    --iti-flag-offset: -3200px
}

.iti__so {
    --iti-flag-offset: -3216px
}

.iti__sr {
    --iti-flag-offset: -3232px
}

.iti__ss {
    --iti-flag-offset: -3248px
}

.iti__st {
    --iti-flag-offset: -3264px
}

.iti__sv {
    --iti-flag-offset: -3280px
}

.iti__sx {
    --iti-flag-offset: -3296px
}

.iti__sy {
    --iti-flag-offset: -3312px
}

.iti__sz {
    --iti-flag-offset: -3328px
}

.iti__tc {
    --iti-flag-offset: -3344px
}

.iti__td {
    --iti-flag-offset: -3360px
}

.iti__tg {
    --iti-flag-offset: -3376px
}

.iti__th {
    --iti-flag-offset: -3392px
}

.iti__tj {
    --iti-flag-offset: -3408px
}

.iti__tk {
    --iti-flag-offset: -3424px
}

.iti__tl {
    --iti-flag-offset: -3440px
}

.iti__tm {
    --iti-flag-offset: -3456px
}

.iti__tn {
    --iti-flag-offset: -3472px
}

.iti__to {
    --iti-flag-offset: -3488px
}

.iti__tr {
    --iti-flag-offset: -3504px
}

.iti__tt {
    --iti-flag-offset: -3520px
}

.iti__tv {
    --iti-flag-offset: -3536px
}

.iti__tw {
    --iti-flag-offset: -3552px
}

.iti__tz {
    --iti-flag-offset: -3568px
}

.iti__ua {
    --iti-flag-offset: -3584px
}

.iti__ug {
    --iti-flag-offset: -3600px
}

.iti__us {
    --iti-flag-offset: -3616px
}

.iti__uy {
    --iti-flag-offset: -3632px
}

.iti__uz {
    --iti-flag-offset: -3648px
}

.iti__va {
    --iti-flag-offset: -3664px
}

.iti__vc {
    --iti-flag-offset: -3680px
}

.iti__ve {
    --iti-flag-offset: -3696px
}

.iti__vg {
    --iti-flag-offset: -3712px
}

.iti__vi {
    --iti-flag-offset: -3728px
}

.iti__vn {
    --iti-flag-offset: -3744px
}

.iti__vu {
    --iti-flag-offset: -3760px
}

.iti__wf {
    --iti-flag-offset: -3776px
}

.iti__ws {
    --iti-flag-offset: -3792px
}

.iti__xk {
    --iti-flag-offset: -3808px
}

.iti__ye {
    --iti-flag-offset: -3824px
}

.iti__yt {
    --iti-flag-offset: -3840px
}

.iti__za {
    --iti-flag-offset: -3856px
}

.iti__zm {
    --iti-flag-offset: -3872px
}

.iti__zw {
    --iti-flag-offset: -3888px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-size: contain;
    background-position: right;
    box-shadow: none;
    height: 19px
}

@media(min-resolution: 2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x)
    }

    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 400;
    color: #636a7b;
    font-size: 13px
}

input,
select,
textarea {
    appearance: auto
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none
}

[data-popup-trigger],
[data-goto-element] {
    cursor: pointer
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul li p,
ol li p {
    display: inline
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

h1,
h2 {
    font-weight: 500;
    line-height: 1.5;
    margin: 0
}

a,
svg path {
    transition: .15s all ease-in-out
}

select:focus {
    outline: none
}

.hidden {
    display: none !important
}

.layout-row {
    display: flex;
    flex-direction: row
}

.layout-column {
    display: flex;
    flex-direction: column
}

.layout-stretch {
    align-items: stretch
}

.flex {
    flex: 1
}

.flex-none {
    flex: 0
}

.flex-center {
    align-items: center
}

#render-table {
    text-align: center
}

.spinner svg {
    margin: auto;
    background: none;
    display: block;
    shape-rendering: auto
}

.main-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    text-decoration: inherit;
    overflow: unset
}

.element-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: inherit;
    min-height: 0;
    width: 100%
}

.section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative
}

.section.full {
    width: 100%
}

.section.full .section_row {
    max-width: 1170px
}

.section.wide {
    width: 75%
}

.section.wide .section_row {
    max-width: 850px
}

.section.half {
    width: 50%
}

.section.half .section_row {
    max-width: 600px
}

.section .section_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

@media only screen and (min-width: 851px) {
    .no-desktop {
        display: none !important
    }
}

@media only screen and (max-width: 850px)and (min-width: 601px) {
    .no-tablet {
        display: none !important
    }

    .section.wide {
        width: 100%
    }

    .section.half {
        width: 75%
    }
}

@media only screen and (max-width: 600px) {
    .no-mobile {
        display: none !important
    }

    .section.half {
        width: 100%
    }

    .section.wide {
        width: 100%
    }

    .section .section_row {
        flex-direction: column
    }

    .section .section_row .row-column {
        width: 100% !important
    }
}

.row-column {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit
}

.btn.m_size {
    font-size: 18px;
    line-height: 145%;
    padding: 15px 30px
}

.form_groups_sprtr {
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #97aacd;
    padding-bottom: 3px;
    border-bottom: 1px solid #d5e5ff;
    width: 100%
}

.radio_brdr_box .field {
    margin: 0;
    margin-right: 25px
}

.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view {
    border-radius: 2px
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view {
    border-color: #449cf4;
    background: #449cf4 url(../images/check_input.svg) no-repeat center;
    background-size: contain
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view:after {
    display: none
}

.radio_brdr_box_triger {
    display: block
}

.mb_30 {
    margin-bottom: 30px
}

.back_to_funnel_btn svg {
    margin-right: 11px
}

.radio_btn_payment_method {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32;
    margin-left: 10px
}

.radio_btn_payment_method .img_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.blue_300_text_box {
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #eef4ff;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #636a7b
}

.radio_brdr_box.w_bottom_text {
    align-items: flex-start;
    flex-direction: column
}

.radio_brdr_box.mb_0 {
    margin-bottom: 0
}

.simple_checkbox_input {
    display: flex;
    align-items: center;
    cursor: pointer
}

.simple_checkbox_input input {
    display: none
}

.simple_checkbox_input_check {
    min-width: 17px;
    min-height: 17px;
    width: 17px;
    height: 17px;
    border: 1px solid #c5c7d2;
    border-radius: 2px;
    margin-right: 11px
}

.simple_checkbox_input input:checked~.simple_checkbox_input_check {
    border-color: #449cf4;
    background: #449cf4 url(../images/check_input.svg) no-repeat center;
    background-size: 12px
}

.simple_checkbox_input.bold_text {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32
}

.form_bottom_subtext {
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #97aacd
}

.brdr_box_w_checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #e4e6f1;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px
}

.radio_brdr_box_triger>input {
    display: none
}

.radio_brdr_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #d5e5ff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #252a32
}

.radio_brdr_box .field {
    margin: 0;
    margin-right: 25px
}

.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view {
    border-radius: 2px
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view {
    border-color: #449cf4;
    background: #449cf4 url(../images/check_input.svg) no-repeat center;
    background-size: contain
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn.checkbox_view:after {
    display: none
}

.radio_brdr_box_triger {
    display: block
}

.radio_brdr_box .radio_brdr_box_radiobtn {
    display: block;
    border: 1px solid #e4e6f1;
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 13px;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%
}

.radio_brdr_box .left,
.radio_brdr_box .right {
    display: flex;
    align-items: center
}

.radio_brdr_box .left {
    padding-right: 10px;
    text-align: left
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box {
    border: 1px solid #449cf4
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn {
    border-color: #449cf4;
    position: relative
}

.radio_brdr_box_triger>input:checked~.radio_brdr_box .radio_brdr_box_radiobtn:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: #449cf4;
    border-radius: 50%
}

.radio_brdr_box .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: inherit;
    white-space: nowrap
}

.form_item_sides_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.form_item_sides_header span {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #97aacd
}

.input_with_left_icon {
    position: relative
}

.input_with_left_icon .left_icon {
    position: absolute;
    top: 27px;
    left: 9px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none
}

.video_element_wrpr {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.input_types_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px
}

.input_types_wrpr .input_type_item {
    width: calc(33.33% - 15px);
    margin: 7.5px;
    border: 1px solid #e4e6f1;
    border-radius: 3px;
    padding: 10px;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    transition: .15s all ease-in-out
}

.input_types_wrpr .input_type_item:hover {
    background: #f6f9fe
}

.input_types_wrpr .input_type_item.active {
    background: #f6f9fe;
    border: 1px solid #449cf4
}

.input_types_wrpr .input_type_item span {
    margin-top: auto;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .02em;
    color: #636a7b
}

.radiobutton_item,
.checkbox_item {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    cursor: pointer;
    border: 0 !important
}

.radiobutton_item input,
.checkbox_item input {
    display: none
}

.radiobutton_item_square,
.checkbox_item_square {
    display: block;
    border: 1px solid #e4e6f1;
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 13px;
    background: #fff;
    margin-right: 10px;
    border-radius: 2px
}

.radiobutton_item_square {
    border-radius: 50%
}

.radiobutton_item input:checked~.radiobutton_item_square {
    border-color: #449cf4;
    position: relative
}

.radiobutton_item input:checked~.radiobutton_item_square:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: #449cf4;
    border-radius: 50%
}

.checkbox_item input:checked~.checkbox_item_square {
    border-color: #449cf4;
    background: #449cf4 url(../images/check_input.svg) no-repeat center;
    background-size: contain
}

.editor__content .iframe .iframe__embed {
    pointer-events: none
}

.editor__content .iframe {
    position: relative;
    margin-bottom: 10px
}

.editor__content .iframe .iframe_input_wrpr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 2
}

.editor__content .iframe:hover .iframe_input_wrpr {
    opacity: 1;
    visibility: visible
}

.sticky_show_after {
    display: none;
    visibility: hidden
}

.sticky_show_after.visible {
    display: flex;
    visibility: visible
}

.transition-all {
    overflow: hidden;
    transition: all .3s cubic-bezier(0.3, 0, 0, 1)
}

.pointer {
    cursor: pointer
}