@charset "UTF-8";

.two-step-form {
    width: 100%;
    display: flex;
    justify-content: center
}

.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 .tsf-number {
    min-width: 40px;
    min-height: 40px;
    font-weight: 700;
    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-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.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-header .tsf-item:first-child .tsf-number {
    background: #15d7ae
}

.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
}

.form-element .fe-select select::-ms-expand, select::-ms-expand {
    display: none
}

.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*/
}

.headline .headline-inner, .paragraph .paragraph-inner {
    width: 100%
}

.paragraph a * {
    pointer-events: none
}

.paragraph a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit
}

 ol, p {
    margin: 0;
    padding: 0
}

 h2, h3, ol, p {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

ol {
    padding-left: 0 !important;
    margin-bottom: 15px;
}

ol li {
    margin-bottom: 10px;
}

/*.headline *, .order-bump *, .paragraph * {*/
/*    line-height: inherit;*/
/*    letter-spacing: inherit;*/
/*    font-size: inherit;*/
/*    font-family: inherit*/
/*}*/

.headline li::before, .order-bump li::before, .paragraph li::before {
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    display: inline-block;
    white-space: nowrap
}

.headline ol li, .order-bump ol li, .paragraph ol li {
    padding-left: 0
}

.headline ol li, .order-bump ol li, .paragraph ol li {
    counter-increment: list-0
}

.headline ol > li, .order-bump ol > li, .paragraph ol > li {
    list-style-type: none
}

.headline ol li:before, .order-bump ol li:before, .paragraph ol li:before {
    content: counter(list-0, decimal) ". "
}

.headline {
    width: 100%;
    font-size: 25px;
    /*word-break: break-word;*/
    /*white-space: break-spaces*/
}

.btn {
    display: flex;
    flex-direction: column
}

.btn {
    cursor: pointer;
    border: 0;
    outline: 0;
    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-headline {
    pointer-events: none;
    word-break: break-word
}

.btn.loading, .img a img {
    pointer-events: none
}

.btn.loading .btn-headline:not(.spinner) {
    opacity: .4
}

.btn.loading .spinner {
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px)
}

.btn-container {
    width: 100%;
    align-items: center
}

.btn-container {
    display: flex;
    flex-direction: column
}

.link {
    background: 0 0;
    display: block;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

#render-table, .link {
    text-align: center
}

.custom {
    width: 100%
}

.product-list {
    width: 100%
}

.product-list, .product-list .pl-items {
    background: inherit
}

.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: 400;
    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: rgba(255, 255, 255, .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: 80px
}

 .product-list .pl-item .pl-price .pl-pvalue {
    flex: 1
}

.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 .side-tag, .product-list .pl-item.small .top-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: 0;
    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, .product-list .pl-item .top-tag {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    pointer-events: none;
    position: absolute
}

.product-list .pl-item .side-tag {
    right: -25px;
    top: 7px;
    transform: rotateZ(45deg);
    padding: 2px;
    width: 80px;
    text-align: center
}

.product-list .pl-item .top-tag {
    padding: 1px 10px;
    left: 0;
    top: -26px;
    white-space: nowrap
}

.product-list .pl-item.top_tag .pl-inner {
    padding: 30px 10px 20px
}

.order-summary {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: visible
}

.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 .__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: rgba(255, 255, 255, .48);
    outline: 0;
    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: 0;
    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-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 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #717171;
    padding: 4px 10px;
    gap: 6px
}

.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 .__total {
    font-size: larger;
    font-weight: 500
}

.order-summary .os-content {
    overflow: visible;
    flex: 1;
    height: fit-content;
    display: flex;
    flex-direction: column
}

.order-summary .os-inner-container {
    display: flex;
    flex-direction: row;
    transition: height .3s ease-in-out
}

.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 {
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-family: inherit;
    text-decoration: inherit;
    color: inherit
}

.order-summary .os-row .os-name {
    font-weight: inherit
}

.order-summary .os-row .os-price {
    display: block;
    flex-direction: column
}

.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 {
    height: 15px;
    width: 15px
}

.order-bump, .payment-form {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    border-radius: 6px;
    position: relative
}

.order-bump {
    border: 2px solid #fdcc5e;
    padding: 15px;
    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
}

.payment-form {
    box-shadow: 0 0 0 1px #d9d9d9;
    background: #fafafa;
    color: #737373;
    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.invalid {
    border: 2px solid #c60000
}

.timer {
    display: flex;
    justify-content: center
}

.timer li {
    flex-direction: column;
    display: flex;
    align-items: center
}

.timer li {
    margin: 0 10px;
    font-size: inherit;
    letter-spacing: .02em;
    color: inherit
}

.form-element {
    width: 100%;
    /*padding: 5px;*/
    position: relative
}

.form-element input:not([type=radio]):not([type=checkbox]), .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, .img {
    /*width: 100%;*/
    height: auto;
    display: flex
}

.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;
    padding: 0;
    letter-spacing: .02em;
    font-size: 14px;
    min-height: 22px;
    cursor: pointer
}

.form-element .fe-select:after {
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid gray;
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    z-index: 2
}

.form-element .fe-select select {
    flex: 1;
    border: 0;
    background: 0 0;
    outline: 0;
    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 textarea {
    resize: vertical;
    min-height: 100px
}

.form-element .fe-select.invalid, .form-element input.invalid, .form-element label.invalid {
    border: 2px solid red !important
}

 .form-element.checkbox label, .form-element.radio label {
    cursor: pointer
}

.img {
    flex-direction: column;
    align-items: center
}

.video {
    margin: 0;
    background-color: #000;
    overflow: hidden;
    position: relative
}

.video img, .video-native img {
    pointer-events: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    opacity: .7
}

 .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video:not(.editing) {
    cursor: pointer
}

.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 .next, .image-slider .is-image-wrapper .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    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 .next:hover, .image-slider .is-image-wrapper .prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.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%;*/
/*    display: flex;*/
/*    flex-direction: column*/
/*}*/

.container {
    border: 0;
    outline: 0;
    display: flex;
    flex-wrap: wrap
}

.container {
    flex-direction: row
}

.container .container-box {
    width: 100%;
    overflow: visible;
    display: flex;
    flex: 1;
    flex-direction: column
}

.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 svg.close-popup {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20
}

@media only screen and (max-width: 600px) {
    .popup svg.close-popup {
        top: -40px;
        right: 0
    }
}

.popup.open {
    display: block
}

.faq .faq-header {
    width: 100%
}

.faq, .faq .faq-header {
    display: flex;
    flex-direction: column
}

.faq .faq-header {
    flex-direction: row;
    flex: 0;
    min-height: 10px;
    padding: 10px 5px;
    cursor: pointer;
    border-radius: 5px
}

.faq .faq-header:hover {
    background: #f5f5f5
}

.faq.active > .faq-header {
    background: #f5f5f5;
    border-bottom: 1px solid silver
}

.before-after-slider, .before-after-slider .bas-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.before-after-slider {
    pointer-events: all;
    height: auto;
    min-height: 30px;
    align-items: center;
    max-height: 5000px;
    user-select: none
}

.before-after-slider .bas-wrapper {
    height: fit-content
}

.before-after-slider .bas-after {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.before-after-slider .bas-after {
    position: absolute;
    top: 0;
    left: 0
}

 .video-native {
    position: relative
}

.before-after-slider .bas-scroller {
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: .9;
    pointer-events: auto;
    cursor: grab
}

.before-after-slider .bas-scroller:hover, .before-after-slider .scrolling .bas-scroller {
    opacity: 1
}

.before-after-slider .bas-scroller * {
    pointer-events: none
}

.before-after-slider .scrolling {
    cursor: grabbing
}

.before-after-slider .bas-scroller:after, .before-after-slider .bas-scroller:before {
    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:after, .before-after-slider .bas-scroller:before {
    background: #fff
}

.video-native {
    margin: 0;
    background-color: #000;
    overflow: hidden;
    display: flex
}

.video-native .__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video-native video {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%
}

 .video-native iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video-native:not(.editing) {
    cursor: pointer
}

* {
    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:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-bottom: 15px;
}

 h2 {
    font-weight: 500;
    line-height: 1.5
}

 h2, h3 {
    margin: 0;
    padding: 0
}

a, svg path {
    transition: .15s all ease-in-out
}

select:focus {
    outline: 0
}

.hidden {
    display: none !important
}

.spinner svg {
    margin: auto;
    background: 0 0;
    display: block;
    shape-rendering: auto
}

.main-wrapper {
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
    text-decoration: inherit;
    overflow: unset
}

/*.element-wrapper, .main-wrapper, .section {*/
/*    align-items: center;*/
/*    display: flex*/
/*}*/

.element-wrapper {
    justify-content: center;
    text-decoration: inherit;
    min-height: 0
}

.section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-items: center;
    flex-direction: column
}

.section, .section.full {
    width: 100%
}

.section.full .section_row {
    max-width: 1170px
}

.section .section_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@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*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {

    .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
}

.sticky_show_after {
    display: none;
    visibility: hidden
}

.sticky_show_after.visible {
    display: flex;
    visibility: visible
}

.inL_203991 {
    background-color: white;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(37, 42, 50);
    /*font-family: "Open Sans";*/
    font-size: 14px;
}

.inL_247148 {
    background-color: rgba(0, 0, 0, 0.03);
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_570290 {
    margin: 2px 0px 0px;
}

.inL_391587 {
    background-color: rgba(0, 0, 0, 0.03);
    background-size: auto;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.inL_81097 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_632317 {
    width: 100%;
}

.inL_744180 {
    margin: 10px;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

.inL_558643 {
    margin: 0px;
}

.inL_603160 {
    margin: 0px;
    justify-content: flex-end;
    padding: 0px;
}

.inL_249013 {
    margin: 0px;
    padding: 0px;
}

.inL_948594 {
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_417811 {
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
}

.inL_797581 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin: 0px 0px 15px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_668643 {
    width: 75%;
}

.inL_327067 {
    color: rgb(144, 144, 144);
    line-height: 1;
    margin: 10px 0px 0px;
    /*!*padding: 10px 10px 10px 0px;*!*/
    text-shadow: transparent 0px 0px 0px;
}



.inL_687123 {
    line-height: 1.3;
    margin: 0px;
    /*padding: 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_458275 {
    line-height: 1.4;
    margin: 5px 10px 0px 0px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_62243 {
    background-color: rgb(255, 191, 0);
}

.inL_864802 {
    /*margin: 13px 0px 0px;*/
    padding: 0px;
    margin-bottom: 15px;

}

.inL_583435 {
    margin: 0px;
    margin-right: 10px;
}

.inL_906740 {
    line-height: 1;
    color: rgb(0, 113, 133);
    /*margin: 0px 0px 0px 5px;*/
    /*!*padding: 5px;*!*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_699437 {
    line-height: 1.3;
    /*margin: 5px 0px 0px;*/
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_140212 {
    margin: 0px 0px 15px;
}

.inL_534370 {
    border-width: 0px;
    border-style: solid;
    border-radius: 20px;
}

.inL_594561 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_324589 {
    margin: 0px;
    margin-right: 10px;
}

.inL_457688 {
    line-height: 1;
    color: rgb(0, 0, 0);
    /*margin: 0px 0px 0px 5px;*/
    /*padding: 5px 0px 5px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_790561 {
    margin: 0px;
}

.inL_535145 {
    line-height: 1;
    color: rgb(88, 85, 85);
    /*margin: 0px 0px 0px 5px;*/
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_593017 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_894956 {
    color: rgb(47, 47, 47);
}

.inL_34610 {
    margin: 10px 0px 5px;
    /*padding: 10px 0px 15px 15px;*/
    background-color: rgb(226, 244, 249);
}

.inL_34610 p {
    line-height: 1.3;
}

.inL_917411 {
    margin: 0px 0px 10px;
    padding: 0px;
}

.inL_195441 {
    margin: 0px;
    margin-right: 15px;
}

.inL_50622 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_983392 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_475166 {
    margin: 0px;
    margin-right: 15px;
}

.inL_4850 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_446614 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_298880 {
    margin: 0px;
    margin-right: 15px;
}

.inL_993051 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_526083 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_972323 {
    margin: 0px;
    margin-right: 15px;
}

.inL_400445 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_206888 {
    margin: 0px 0px 0px;
    padding: 0px;
}

.inL_293397 {
    margin: 0px;
    margin-right: 15px;
}

.inL_25111 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_518045 {
    line-height: 1.4;
    margin: 10px 0px 0px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_382025 {
    color: rgb(47, 47, 47);
}

.inL_440506 {
    color: rgb(47, 47, 47);
}

.inL_404575 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_109308 {
    margin: 0px 0px 15px;
}

.inL_806944 {
    border-width: 0px;
    border-style: solid;
    border-radius: 20px;
}

.inL_108047 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_348146 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_768814 {
    margin: 0px 0px 15px;
}

.inL_684699 {
    border-width: 0px;
    border-style: solid;
    border-radius: 20px;
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_700301 {
    font-size: 18px;
    color: rgb(48, 48, 48);
}

.inL_563574 {
    font-size: 18px;
    color: rgb(48, 48, 48);
}

.inL_964378 {
    margin: 0px 0px 15px;
}

.inL_239468 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_776056 {
    color: rgb(48, 48, 48);
    font-size: 18px;
}

.inL_284715 {
    margin: 0px 0px 15px;
}

.inL_548116 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_606703 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_910079 {
    margin: 0px 0px 15px;
}

.inL_601605 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_390857 {
    background-color: rgb(255, 191, 0);
}

.inL_66636 {
    background-color: rgba(0, 0, 0, 0);
}

.inL_332727 {
    color: rgb(48, 48, 48);
    font-size: 18px;
}

.inL_609595 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_385405 {
    color: rgb(67, 104, 224);
}

.inL_618451 {
    margin: 0px 0px 15px;
}

.inL_542444 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_278664 {
    color: rgb(67, 104, 224);
}

.inL_413898 {
    color: rgb(67, 104, 224);
}

.inL_113226 {
    margin: 0px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: rgba(0, 170, 37, 0.06);
}

.inL_701987 {
    border-width: 0px;
    border-style: solid;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.inL_999145 {
    margin: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.inL_483412 {
    width: fit-content;
    line-height: 1;
    margin: 0px 0px 0px 10px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_628704 {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.3;
}

.inL_51453 {
    color: rgb(188, 46, 62);
}

.inL_498550 {
    line-height: 1;
    margin: 15px 0px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_75925 {
    line-height: 1.35;
    margin: 0;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_179696 {
    margin: 0px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: rgba(0, 170, 37, 0.06);
}

.inL_631459 {
    border-width: 0px;
    border-style: solid;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.inL_358002 {
    margin: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.inL_926185 {
    width: fit-content;
    line-height: 1;
    margin: 0px 0px 0px 10px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_85345 {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.3;
}

.inL_810871 {
    color: rgb(188, 46, 62);
}

.inL_589752 {
    line-height: 1;
    margin: 15px 0px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_377943 {
    line-height: 1.35;
    margin: 0;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_41700 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_77500 {
    margin: 0px 0px 15px;
}

.inL_830407 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_255956 {
    line-height: 1.4;
    margin: 10px 0px 0px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_159361 {
    color: rgb(67, 104, 224);
}

.inL_972632 {
    color: rgb(67, 104, 224);
}

.inL_293925 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_944319 {
    text-align: left;
}

.inL_840309 {
    margin: 0px 0px 15px;
}

.inL_826623 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_711092 {
    color: rgb(67, 104, 224);
}

.inL_551534 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_889447 {
    text-align: left;
}

.inL_587664 {
    margin: 0px 0px 15px;
}

.inL_443082 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_719654 {
    color: rgb(67, 104, 224);
}

.inL_654966 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_190659 {
    margin: 0px 0px 15px;
}

.inL_499695 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_707594 {
    color: rgb(67, 104, 224);
}

.inL_195561 {
    line-height: 1.3;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_371393 {
    background-color: rgb(255, 191, 0);
}

.inL_454487 {
    margin: 0px 0px 15px;
}

.inL_797131 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_395159 {
    line-height: 1.4;
    margin: 10px 0px 0px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_625332 {
    line-height: 1.3;
    /*margin: 30px 0px 0px;*/
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_811635 {
    margin: 0px 0px 15px;
}

.inL_799862 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_651170 {
    color: rgb(20, 147, 18);
}

.inL_637735 {
    color: rgb(67, 104, 224);
}

.inL_820987 {
    background-color: rgb(255, 191, 0);
}

.inL_555677 {
    margin: 0px 0px 15px;
    padding: 15px 75px;
    background-color: rgb(0, 170, 37);
}

.inL_47402 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.inL_484925 {
    line-height: 1.25;
    margin: 0px 0px 15px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_290158 {
    margin: 0px 0px 15px;
}

.inL_420715 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_209503 {
    font-size: 18px;
    color: rgb(48, 48, 48);
}

.inL_328858 {
    color: rgb(67, 104, 224);
}

.inL_719808 {
    margin: 0px 0px 15px;
    padding: 15px 75px;
    background-color: rgb(0, 170, 37);
}
.inL_719809 {

    display: block!important;
    padding: 15px 75px;
    background-color: rgb(0, 170, 37);
    text-transform: uppercase;
    max-width: 500px;
    width: 100%;
    margin: 25px auto 25px;
}

.inL_914243 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.inL_641866 {
    line-height: 1.25;
    margin: 0px 0px 0px;
    /*padding: 5px 5px 5px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_175362 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_482512 {
    color: rgb(67, 104, 224);
}

.inL_56179 {
    color: rgb(67, 104, 224);
}

.inL_706163 {
    margin: 0px 0px 15px;
}

.inL_628203 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_277661 {
    margin: 0px 0px 15px;
    padding: 15px 15px;
    background-color: rgb(226, 244, 249);
}

.inL_277661 p {
    line-height: 1.3;
}

.inL_661113 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_79889 {
    margin: 0px;
    margin-right: 15px;
}

.inL_491560 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_95931 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_684071 {
    margin: 0px;
    margin-right: 15px;
}

.inL_856052 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_824411 {
    margin: 0px 0px 0px;
    padding: 0px;
}

.inL_28444 {
    margin: 0px;
    margin-right: 15px;
}

.inL_549741 {
    line-height: 1;
    margin: 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_581520 {
    line-height: 1.4;
    margin: 0px 0px 15px;
    /*padding: 10px 10px 10px 0px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_171572 {
    width: 350px;
}

.inL_146702 {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.34);
    border-radius: 10px;
    margin: 20px 0px 0px 25px;
    padding: 0px 0px 0px;
}

.inL_569354 {
    line-height: 1.3;
    color: rgb(20, 147, 18);
    margin: 0px 0px 15px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_886539 {
    margin: 5px 0px 0px 20px;
}

.inL_210345 {
    margin: 15px 0px 10px;
    padding: 14px 25px;
    background-color: rgb(0, 170, 37);
}

.inL_740326 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.inL_284500 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 10px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_902424 {
    /*margin: 0px 5px 0px 15px;*/
    padding: 0px;
}

.inL_312241 {
    margin: 0px;
}

.inL_192594 {
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_767772 {
    color: rgb(144, 144, 144);
    line-height: 1;
    /*margin: 0px 0px 0px 5px;*/
    padding: 5px 10px 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_793982 {
    text-align: center;
    margin-bottom: 0;
}

.inL_512717 {
    /*margin: 2px 5px 0px;*/
    padding: 0px;
    gap: 10px;
}

.inL_903076 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    /*padding: 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_493554 {
    margin: 0px;
}

.inL_775314 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    /*padding: 10px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_770042 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 10px 0px 0px 10px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_748322 {
    /*margin: 0px 10px;*/
    padding: 0px;
    margin-bottom: 10px;
}

.inL_143712 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_24738 {
    margin: 0px;
}

.inL_633672 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_522871 {
    margin-bottom: 10px;
    padding: 0px;
}

.inL_499579 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_335522 {
    margin: 0px;
}

.inL_566624 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_923976 {
    /*margin: 0px 10px;*/
    padding: 0px;
    margin-bottom: 10px;
}

.inL_882085 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_103458 {
    margin: 0px;
}

.inL_560656 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_882660 {
    /*margin: 0px 10px;*/
    padding: 0px;
}

.inL_980958 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_253250 {
    text-align: left;
}

.inL_461323 {
    margin: 0px;
}

.inL_209112 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_135289 {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.34);
    border-radius: 10px;
    margin: 15px 0px 0px 25px;
    padding: 0px 0px 20px;
}

.inL_730592 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 0px 0px 15px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_418878 {
    margin: 10px 0px;
    padding: 14px 25px;
    background-color: rgb(0, 170, 37);
}

.inL_762433 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.inL_190828 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 5px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_809406 {
    margin: 0px 5px 0px 15px;
    padding: 0px;
}

.inL_618545 {
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_202332 {
    color: rgb(144, 144, 144);
    line-height: 1;
    /*margin: 0px 0px 0px 5px;*/
    padding: 5px 10px 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_947346 {
    text-align: left;
}

.inL_85135 {
    /*margin: 2px 5px 0px;*/
    padding: 0px;
}

.inL_546882 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_242725 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_29911 {
    margin: 0px 5px;
    padding: 0px;
}

.inL_455551 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_675417 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_218107 {
    margin: 0px 5px;
    padding: 0px;
}

.inL_942024 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_987398 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_836886 {
    margin: 0px 5px;
    padding: 0px;
}

.inL_767693 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_104613 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_570290 {
    margin: 0px 5px;
    padding: 0px;
}

.inL_289961 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_760522 {
    color: rgb(0, 170, 37);
    line-height: 1;
    margin: 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_828960 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 10px 0px 0px 10px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_736115 {
    /*margin: 0px 10px;*/
    padding: 0px;
}

.inL_180482 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_473545 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_970456 {
    /*margin: 0px 10px;*/
    padding: 0px;
}

.inL_388273 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_584935 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_957382 {
    /*margin: 0px 10px;*/
    padding: 0px;
}

.inL_264757 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_493391 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_284564 {
    /*margin: 0px 10px;*/
    padding: 0px;
}

.inL_973421 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 10px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_52871 {
    text-align: left;
}

.inL_61932 {
    line-height: 1;
    margin: 0px;
    /*padding: 10px 0px 10px 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_756327 {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.68);
    margin: 10px 0px 0px 15px;
    padding: 0px;
}

.inL_197478 {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.inL_553376 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 10px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_521501 {
    line-height: 1.3;
    color: rgb(0, 0, 0);
    margin: 0px 0px 5px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_75624 {
    line-height: 1.3;
    color: rgb(0, 170, 37);
    margin: 0px 0px 10px;
    padding: 0px 5px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_575013 {
    margin: 10px 0px 0px 5px;
    padding: 0px;
}

.inL_202415 {
    line-height: 1;
    margin: 2px 0px 0px;
    padding: 0px 5px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_709124 {
    margin: 7px 0px 0px 5px;
    padding: 0px;
}

.inL_580528 {
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 5px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_873104 {
    margin: 5px 0px 0px 5px;
    padding: 0px;
}

.inL_911479 {
    line-height: 1.2;
    margin: 0px;
    padding: 0px 5px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_514246 {
    margin: 5px 0px 0px 5px;
    padding: 0px;
}

.inL_818794 {
    line-height: 1.2;
    margin: 0px;
    padding: 0px 5px 5px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_290128 {
    margin: 10px 0px 15px;
    padding: 13px 20px;
    background-color: rgb(0, 170, 37);
}

.inL_382117 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.inL_457078 {
    margin: 10px 0px 0px;
    padding: 0px;
}

.inL_406085 {
    margin: 0px;
    padding: 0px;
    background-color: rgb(151, 170, 205);
}

.inL_442693 {
    line-height: 1.3;
    color: white;
    margin: 10px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_347956 {
    margin: 0px;
    padding: 0px;
    background-color: rgb(197, 199, 210);
}

.inL_382921 {
    line-height: 1.3;
    margin: 10px 0px 0px;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
}

.inL_199194 {
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
}

.inL_282123 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 18px;
    line-height: 1.4;
    text-align: initial;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_825857 {
    width: 100%;
}

.inL_497413 {
    line-height: 1;
    margin: 0px 0px 0px;
    /*padding: 5px;*/
    text-shadow: transparent 0px 0px 0px;
}

.inL_897811 {
    color: rgb(98, 122, 173);
}

.inL_225905 {
    color: rgb(127, 127, 127);
}

.inL_940755 {
    color: rgb(98, 122, 173);
}

.inL_37599 {
    color: rgb(127, 127, 127);
}

.inL_692684 {
    border-top: 0px solid transparent;
    border-left: none transparent;
    border-right: none transparent;
    border-bottom: none transparent;
    margin: 0px 0px 15px;
    /*padding: 0px 10px 15px;*/
    position: sticky;
    z-index: 10;
    bottom: 0px;
    background-color: white;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_663794 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_811187 {
    width: 100%;
}

.inL_761466 {
    margin: 0px 0px 15px;
    padding: 0px;
}

.inL_827218 {
    margin: 0px;
    padding: 15px 45px;
    background-color: rgb(0, 170, 37);
}

.inL_640721 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.inL_713292 {
    border-top: 0px solid transparent;
    border-left: none transparent;
    border-right: none transparent;
    border-bottom: none transparent;
    margin: 0px 0px 15px;
    /*padding: 0px 10px 15px;*/
    position: sticky;
    z-index: 10;
    bottom: 0px;
    background-color: white;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_688749 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_763782 {
    width: 100%;
}

.inL_959242 {
    margin: 15px 120px 0px 0px;
    padding: 0px;
}

.inL_890037 {
    margin: 0px;
    padding: 15px 65px;
    background-color: rgb(0, 170, 37);
}

.inL_584241 {
    font-weight: bold;
    font-size: 27px;
    text-align: center;
}

.inL_198144 {
    border-top: 0px solid transparent;
    border-left: none transparent;
    border-right: none transparent;
    border-bottom: none transparent;
    margin: 10px 0px 0px;
    padding: 0px 10px;
    position: sticky;
    z-index: 10;
    bottom: 0px;
    background-color: white;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_900146 {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    color: rgb(48, 48, 48);
    font-size: 14px;
    text-align: initial;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.inL_91433 {
    width: 100%;
}

.inL_193831 {
    border-top: 0px solid rgba(0, 0, 0, 0.11);
    border-left: none rgba(0, 0, 0, 0.11);
    border-right: none rgba(0, 0, 0, 0.11);
    border-bottom: none rgba(0, 0, 0, 0.11);
    margin: 0px;
    padding: 15px 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: transparent 0px 0px 0px 0px;
}

.inL_3871 {
    margin: 0px 0px 10px;
    padding: 13px 35px;
    background-color: rgb(0, 170, 37);
}

.inL_384308 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.el-229576 {
    align-items: center;
}

.el-229576 {
}

.el-229576 {
    flex-direction: row;
}

.el-229576 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-229576 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-229576 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-218705 {
    align-items: flex-start;
}

.el-218705 img {
}
.el-981515 {
    align-items: start;
}

.el-981515 {
}

.el-981515 {
    flex-direction: row;
}

.el-981515 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-173736 {
    align-items: center;
}

.el-173736 {
}

.el-173736 {
    flex-direction: row;
}

.el-173736 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-173736 > .container-box:nth-child(2) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.el-173736 > .container-box:nth-child(3) {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}
.paragraph.el-958191 p {
    font-size: 12px!important;
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.el-509545 {
    font-size: 16px;
    text-align: center;
}
.el-16322 {
    font-size: 39px;
    text-align: left;
}
.el-214737 {
    font-size: 19px;
    text-align: left;
}
.el-234210 {
    align-items: center;
}

.el-234210 {
}

.el-234210 {
    flex-direction: row;
}

.el-234210 > .container-box:nth-child(1) {
    width: 12%;
    min-width: 12%;
    max-width: 12%;
}

.el-234210 > .container-box:nth-child(2) {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}

.el-234210 > .container-box:nth-child(3) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-234210 > .container-box:nth-child(4) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-948957 {
    align-items: flex-start;
}

.el-948957 img {
}
.el-798064 {
    font-size: 15px;
    text-align: left;
}
.el-992785 {
    font-size: calc(36px + 8 * ((100vw - 320px) / 960));
    text-align: left;
}

@media screen and (min-width: 480px) {
    .el-992785 {
        font-size: calc(30px + 8 * ((100vw - 320px) / 960));
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .el-992785 {
        font-size: 36px;
        text-align: left;
    }
}
.el-358212 {
    align-items: center;
}

.el-358212 img {
}
.el-390705 {
    align-items: center;
    flex-wrap: wrap;
}

.el-390705 {
}

.el-390705 {
    flex-direction: row;
}

.el-390705 > .container-box:nth-child(1) {
    width: 6%;
    min-width: 6%;
    max-width: 6%;
}

.el-390705 > .container-box:nth-child(2) {
    width: 100%;
    max-width: fit-content;
    margin-right: 10px;
}

.el-390705 > .container-box:nth-child(3) {
    width: 4%;
    min-width: 4%;
    max-width: 4%;
}

.el-390705 > .container-box:nth-child(4) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-390705 > .container-box:nth-child(5) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-892204 {
    align-items: flex-start;
}

.el-892204 img {
}
.el-821693 {
    font-size: 16px;
    text-align: left;
}
.el-659566 {
    align-items: flex-start;
}

.el-659566 img {
}
.el-337117 {
    font-size: 16px;
    text-align: left;
}
.el-779928 {
    font-size: 18px;
    text-align: left;
}
.el-131397 {
    align-items: start;
}

.el-131397 {
}

.el-131397 {
    flex-direction: row;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 15px;
}

.el-131397 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;

    max-width: unset;
}
.el-49218 {
    align-items: center;
}

.el-49218 {
}

.el-49218 {
    flex-direction: row;
}

.el-49218 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-49218 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-798567 {
    align-items: center;
}

.el-798567 img {
}
.el-298470 {
    font-size: 18px;
    text-align: left;
}
.el-812765 {
    align-items: center;
}

.el-812765 {
}

.el-812765 {
    flex-direction: row;
}

.el-812765 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-812765 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-945473 {
    align-items: center;
}

.el-945473 img {
}
.el-465589 {
    font-size: 18px;
    text-align: left;
}
.el-322782 {
    align-items: center;
}

.el-322782 {
}

.el-322782 {
    flex-direction: row;
}

.el-322782 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-322782 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-666476 {
    align-items: center;
}

.el-666476 img {
}
.el-650771 {
    font-size: 18px;
    text-align: left;
}
.el-787739 {
    align-items: center;
}

.el-787739 {
}

.el-787739 {
    flex-direction: row;
}

.el-787739 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-787739 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-515341 {
    align-items: center;
}

.el-515341 img {
}
.el-224203 {
    font-size: 18px;
    text-align: left;
}
.el-623969 {
    align-items: center;
}

.el-623969 {
}

.el-623969 {
    flex-direction: row;
}

.el-623969 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-623969 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-837386 {
    align-items: center;
}

.el-837386 img {
}
.el-570356 {
    font-size: 18px;
    text-align: left;
}
.el-519865 {
    font-size: 18px;
    text-align: left;
}
.el-283362 {
    font-size: 35px;
    text-align: left;
}
.el-821732 {
    align-items: center;
}

.el-821732 img {
}
.el-438020 {
    font-size: 18px;
    text-align: left;
}
.el-703424 {
    font-size: 35px;
    text-align: left;
}
.el-847044 {
    align-items: center;
}

.el-847044 img {
}
.el-47064 {
    font-size: 18px;
    text-align: left;
}
.el-264729 {
    align-items: center;
}

.el-264729 img {
}
.el-471750 {
    font-size: 18px;
    text-align: left;
}
.el-806464 {
    align-items: center;
}

.el-806464 img {
}
.el-527128 {
    font-size: 18px;
    text-align: left;
}
.el-28897 {
    font-size: 35px;
    text-align: left;
}
.el-664213 {
    align-items: center;
}

.el-664213 img {
}
.el-446900 {
    font-size: 18px;
    text-align: left;
}
.el-423716 {
    font-size: 35px;
    text-align: left;
}
.el-911886 {
    align-items: center;
}

.el-911886 img {
}
.el-233984 {
    font-size: 18px;
    text-align: left;
}
.el-818134 {
    align-items: start;
}

.el-818134 {
}

.el-818134 {
    flex-direction: row;
}

.el-818134 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-504286 {
    align-items: center;
}

.el-504286 {
}

.el-504286 {
    flex-direction: row;
}

.el-504286 > .container-box:nth-child(1) {
    width: 6%;
    min-width: 6%;
    max-width: 6%;
}

.el-504286 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-642911 {
    align-items: center;
}

.el-642911 img {
}
.el-258902 {
    font-size: 18px;
    text-align: center;
}
.el-200349 {
    font-size: 20px;
    text-align: left;
}
.el-68293 {
    font-size: 18px;
    text-align: left;
}
.el-96126 {
    align-items: start;
}

.el-96126 {
}

.el-96126 {
    flex-direction: row;
}

.el-96126 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-57566 {
    align-items: center;
}

.el-57566 {
}

.el-57566 {
    flex-direction: row;
}

.el-57566 > .container-box:nth-child(1) {
    width: 6%;
    min-width: 6%;
    max-width: 6%;
}

.el-57566 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-714502 {
    align-items: center;
}

.el-714502 img {
}
.el-382867 {
    font-size: 18px;
    text-align: center;
}
.el-345281 {
    font-size: 20px;
    text-align: left;
}
.el-888289 {
    font-size: 18px;
    text-align: left;
}
.el-829140 {
    font-size: 35px;
    text-align: left;
}
.el-221693 {
    align-items: center;
}

.el-221693 img {
}
.el-813820 {
    font-size: 18px;
    text-align: left;
}
.el-529388 {
    font-size: 18px;
    text-align: left;
}
.el-100295 {
    font-size: 35px;
    text-align: center;
}
.el-780041 {
    align-items: center;
}

.el-780041 img {
}
.el-932523 {
    font-size: 18px;
    text-align: left;
}
.el-471734 {
    font-size: 35px;
    text-align: center;
}
.el-923678 {
    align-items: center;
}

.el-923678 img {
}
.el-696258 {
    font-size: 18px;
    text-align: left;
}
.el-949801 {
    font-size: 35px;
    text-align: left;
}
.el-474954 {
    align-items: center;
}

.el-474954 img {
}
.el-791556 {
    font-size: 18px;
    text-align: left;
}
.el-779599 {
    font-size: 35px;
    text-align: left;
}
.el-984323 {
    align-items: center;
}

.el-984323 img {
}
.el-129279 {
    font-size: 18px;
    text-align: left;
}
.el-532634 {
    font-size: 18px;
    text-align: left;
}
.el-950301 {
    font-size: 35px;
    text-align: left;
}
.el-748055 {
    align-items: center;
}

.el-748055 img {
}
.el-638791 {
    font-size: 18px;
    text-align: left;
}
.el-167852 {
    align-items: center;
}

.el-167852 {
}
.el-682162 {
    font-size: 34px;
    text-align: left;
}
.el-893122 {
    align-items: center;
}

.el-893122 img {
}
.el-464040 {
    font-size: 18px;
    text-align: left;
}
.el-58057 {
    align-items: center;
}

.el-58057 {
}
.el-723542 {
    font-size: 34px;
    text-align: left;
}
.el-16932 {
    font-size: 18px;
    text-align: left;
}
.el-101514 {
    align-items: center;
}

.el-101514 img {
}
.el-302792 {
    font-size: 18px;
    text-align: left;
}
.el-890920 {
    align-items: start;
}

.el-890920 {
}

.el-890920 {
    flex-direction: row;
}

.el-890920 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-773376 {
    align-items: center;
}

.el-773376 {
}

.el-773376 {
    flex-direction: row;
}

.el-773376 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-773376 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-633440 {
    align-items: center;
}

.el-633440 img {
}
.el-919010 {
    font-size: 18px;
    text-align: left;
}
.el-186276 {
    align-items: center;
}

.el-186276 {
}

.el-186276 {
    flex-direction: row;
}

.el-186276 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-186276 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-109989 {
    align-items: center;
}

.el-109989 img {
}
.el-57264 {
    font-size: 18px;
    text-align: left;
}
.el-786538 {
    align-items: center;
}

.el-786538 {
}

.el-786538 {
    flex-direction: row;
}

.el-786538 > .container-box:nth-child(1) {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
}

.el-786538 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-677768 {
    align-items: center;
}

.el-677768 img {
}
.el-285780 {
    font-size: 18px;
    text-align: left;
}
.el-37217 {
    font-size: 18px;
    text-align: left;
}
.el-342239 {
    align-items: start;
}

.el-342239 {
}

.el-342239 {
    flex-direction: row;
}

.el-342239 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
    padding: 15px;
}
.el-382075 {
    font-size: 21px;
    text-align: center;
}
.el-42837 {
    align-items: center;
}

.el-42837 img {
}
.el-177367 {
    align-items: center;
}

.el-177367 {
}
.el-839096 {
    font-size: 22px;
    text-align: center;
}
.el-20488 {
    align-items: center;
}

.el-20488 {
}

.el-20488 {
    flex-direction: row;
}

.el-20488 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-20488 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-328542 {
    align-items: flex-start;
}

.el-328542 img {
}
.el-832429 {
    font-size: 16px;
    text-align: right;
}
.el-934072 {
    font-size: 14px;
    text-align: center;
}
.el-422826 {
    align-items: center;
}

.el-422826 {
}

.el-422826 {
    flex-direction: row;
    /*justify-content: center;*/
    /*gap: 10px;*/
}


.el-422826 > .container-box:nth-child(1) {
    /*width: 27%;*/
    /*min-width: 27%;*/
    /*max-width: 27%;*/
    flex: 0;
    flex-basis: 80px;

}

.el-422826 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

/*.el-422826 > .container-box:nth-child(3) {*/
/*    width: 25%;*/
/*    min-width: 25%;*/
/*    max-width: 25%;*/
/*}*/
.el-619781 {
    font-size: 16px;
    /*text-align: center;*/
}
.el-788047 {
    align-items: center;
}

.el-788047 img {
}
.el-261184 {
    font-size: 16px;
    text-align: right;
}
.el-544588 {
    font-size: 22px;
    text-align: center;
    margin-left: 0;
}
.el-677173 {
    align-items: center;
}

.el-677173 {
}

.el-677173 {
    flex-direction: row;
}

.el-677173 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-677173 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-677173 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-924257 {
    font-size: 16px;
    text-align: left;
}
.el-385345 {
    align-items: flex-end;
}

.el-385345 img {
}
.el-158390 {
    font-size: 16px;
    text-align: center;
}
.el-328038 {
    align-items: center;
}

.el-328038 {
}

.el-328038 {
    flex-direction: row;
}

.el-328038 > .container-box:nth-child(1) {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.el-328038 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-328038 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-674295 {
    font-size: 16px;
    text-align: left;
}
.el-414521 {
    align-items: flex-end;
}

.el-414521 img {
}
.el-663218 {
    font-size: 16px;
    text-align: center;
}
.el-176299 {
    align-items: center;
}

.el-176299 {
}

.el-176299 {
    flex-direction: row;
}

.el-176299 > .container-box:nth-child(1) {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

.el-176299 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-176299 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-521024 {
    font-size: 16px;
    text-align: left;
}
.el-121756 {
    align-items: flex-end;
}

.el-121756 img {
}
.el-126573 {
    font-size: 16px;
    text-align: center;
}
.el-129223 {
    align-items: center;
}

.el-129223 {
}

.el-129223 {
    flex-direction: row;
}

.el-129223 > .container-box:nth-child(1) {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}

.el-129223 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-129223 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-912304 {
    font-size: 16px;
    text-align: center;
}
.el-418685 {
    align-items: flex-end;
}

.el-418685 img {
}
.el-908364 {
    font-size: 16px;
    text-align: center;
}
.el-301172 {
    align-items: start;
}

.el-301172 {
}

.el-301172 {
    flex-direction: row;
}

.el-301172 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-710132 {
    font-size: 22px;
    text-align: center;
}
.el-435121 {
    align-items: center;
}

.el-435121 {
}
.el-385123 {
    font-size: 22px;
    text-align: center;
}
.el-812086 {
    align-items: center;
}

.el-812086 {
}

.el-812086 {
    flex-direction: row;
}

.el-812086 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-812086 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-502161 {
    font-size: 16px;
    text-align: right;
}
.el-615397 {
    font-size: 14px;
    text-align: center;
}
.el-994197 {
    align-items: center;
}

.el-994197 {
}

.el-994197 {
    flex-direction: row;
}

.el-994197 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-994197 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-994197 > .container-box:nth-child(3) {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.el-187769 {
    font-size: 16px;
    text-align: center;
}
.el-768797 {
    font-size: 16px;
    text-align: right;
}
.el-910856 {
    align-items: center;
}

.el-910856 {
}

.el-910856 {
    flex-direction: row;
}

.el-910856 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-910856 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-910856 > .container-box:nth-child(3) {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.el-382884 {
    font-size: 16px;
    text-align: center;
}
.el-956364 {
    font-size: 16px;
    text-align: right;
}
.el-756253 {
    align-items: center;
}

.el-756253 {
}

.el-756253 {
    flex-direction: row;
}

.el-756253 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-756253 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-756253 > .container-box:nth-child(3) {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.el-76125 {
    font-size: 16px;
    text-align: center;
}
.el-427122 {
    font-size: 16px;
    text-align: right;
}
.el-292291 {
    align-items: center;
}

.el-292291 {
}

.el-292291 {
    flex-direction: row;
}

.el-292291 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-292291 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-292291 > .container-box:nth-child(3) {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.el-249722 {
    font-size: 16px;
    text-align: center;
}
.el-316289 {
    font-size: 16px;
    text-align: right;
}
.el-529300 {
    align-items: center;
}

.el-529300 {
}

.el-529300 {
    flex-direction: row;
}

.el-529300 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-529300 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-529300 > .container-box:nth-child(3) {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.el-307715 {
    font-size: 16px;
    text-align: center;
}
.el-151816 {
    font-size: 16px;
    text-align: right;
}
.el-700354 {
    font-size: 22px;
    text-align: left;
}
.el-746270 {
    align-items: center;
}

.el-746270 {
}

.el-746270 {
    flex-direction: row;
}

.el-746270 > .container-box:nth-child(1) {
    width: 27%;
    min-width: 27%;
    max-width: 27%;
}

.el-746270 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-746270 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-879534 {
    font-size: 16px;
    text-align: left;
}
.el-545073 {
    font-size: 16px;
    text-align: center;
}
.el-332379 {
    align-items: center;
}

.el-332379 {
}

.el-332379 {
    flex-direction: row;
}

.el-332379 > .container-box:nth-child(1) {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.el-332379 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-332379 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-722914 {
    font-size: 16px;
    text-align: left;
}
.el-334584 {
    font-size: 16px;
    text-align: center;
}
.el-599722 {
    align-items: center;
}

.el-599722 {
}

.el-599722 {
    flex-direction: row;
}

.el-599722 > .container-box:nth-child(1) {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

.el-599722 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-599722 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-691053 {
    font-size: 16px;
    text-align: left;
}
.el-304093 {
    font-size: 16px;
    text-align: center;
}
.el-874855 {
    align-items: center;
}

.el-874855 {
}

.el-874855 {
    flex-direction: row;
}

.el-874855 > .container-box:nth-child(1) {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}

.el-874855 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}

.el-874855 > .container-box:nth-child(3) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}
.el-438091 {
    font-size: 16px;
    text-align: center;
}
.el-470766 {
    font-size: 16px;
    text-align: center;
}
.el-638683 {
    align-items: start;
}

.el-638683 {
}

.el-638683 {
    flex-direction: row;
}

.el-638683 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-988390 {
    align-items: start;
}

.el-988390 {
}

.el-988390 {
    flex-direction: row;
}

.el-988390 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-432950 {
    font-size: 18px;
    text-align: center;
}
.el-123980 {
    font-size: 14px;
    text-align: center;
}
.el-914025 {
    font-size: 18px;
    text-align: center;
}
.el-751571 {
    align-items: flex-start;
}

.el-751571 {
}

.el-751571 {
    flex-direction: row;
}

.el-751571 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.el-751571 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-391250 {
    font-size: 15px;
    text-align: left;
}
.el-139634 {
    align-items: flex-start;
}

.el-139634 {
}

.el-139634 {
    flex-direction: row;
}

.el-139634 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.el-139634 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-25688 {
    font-size: 15px;
    text-align: left;
}
.el-437308 {
    align-items: flex-start;
}

.el-437308 {
}

.el-437308 {
    flex-direction: row;
}

.el-437308 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.el-437308 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-601381 {
    font-size: 15px;
    text-align: left;
}
.el-160787 {
    align-items: flex-start;
}

.el-160787 {
}

.el-160787 {
    flex-direction: row;
}

.el-160787 > .container-box:nth-child(1) {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.el-160787 > .container-box:nth-child(2) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-381176 {
    font-size: 15px;
    text-align: left;
}
.el-98122 {
    align-items: center;
}

.el-98122 {
}
.el-696672 {
    align-items: start;
}

.el-696672 {
}

.el-696672 {
    flex-direction: row;
}

.el-696672 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-639472 {
    align-items: start;
}

.el-639472 {
}

.el-639472 {
    flex-direction: row;
}

.el-639472 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-484515 {
    font-size: 18px;
    text-align: center;
}
.el-311952 {
    align-items: start;
}

.el-311952 {
}

.el-311952 {
    flex-direction: row;
}

.el-311952 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-849317 {
    font-size: calc(18px + 8 * ((100vw - 320px) / 960));
    text-align: center;
}

@media screen and (min-width: 480px) {
    .el-849317 {
        font-size: calc(18px + 8 * ((100vw - 320px) / 960));
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .el-849317 {
        font-size: 18px;
        text-align: center;
    }
}
.el-512696 {
    font-size: 18px;
    text-align: left;
}
.el-309324 {
    align-items: center;
}

.el-309324 {
}

.el-309324 {
    flex-direction: row;
}

.el-309324 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-267883 {
    align-items: flex-start;
}

.el-267883 {
}

@media (max-width: 480px) {
    .inL_282123 {
        font-size: 16px;
    }
    .el-267883 {
    }

    .el-267883 {
    }
}

@media (max-width: 1024px) and (min-width: 481px) {
    .el-267883 {
        align-items: center;
    }

    .el-267883 {
    }
}
.el-710316 {
    align-items: center;
}

.el-710316 {
}

.el-710316 {
    flex-direction: row;
}

.el-710316 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-316033 {
    align-items: center;
}

.el-316033 {
}
.el-613633 {
    align-items: start;
}

.el-613633 {
}

@media (max-width: 480px) {
    .el-613633 {
        align-items: center;
    }

    .el-613633 {
    }
}

@media (max-width: 1024px) and (min-width: 481px) {
    .el-613633 {
    }

    .el-613633 {
    }
}

.el-613633 {
    flex-direction: row;
}

.el-613633 > .container-box:nth-child(1) {
    width: unset;
    min-width: 0;
    max-width: unset;
}
.el-829798 {
    align-items: flex-start;
}

.el-829798 {
}

@media (max-width: 480px) {
    .el-829798 {
        align-items: center;
    }

    .el-829798 {
    }
}

@media (max-width: 1024px) and (min-width: 481px) {
    .el-829798 {
    }

    .el-829798 {
    }
}
h3 {
    font-size: 30px!important;
    line-height: 1.2!important;
    margin-bottom: 15px;
}

h2 {
    font-size: 25px!important;
    line-height: 1.2!important;
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0!important;
}

img {
    max-width: 100%;
    display: block;
}

.inL_569354 h3 {
    font-size: 21px!important;
}
.inL_284500 h3 {
    font-size: 21px!important;
}
/*.cbox-675688-2,*/
/*.cbox-422826-2 {*/
/*    display: block!important;*/
/*    flex: none!important;*/
/*}*/

.comments {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;


}

.comment-date {
    display: flex;
    gap: 5px;
}

.comment-like-count {
    display: flex;
    align-items: center;
    gap: 5px;
}

.like-text {
    cursor: pointer;
}
.comment-text,
.comment-author {
    margin-bottom: 10px;
}

.comment-text img {
    margin-top: 10px;
}

.comment-ava {
    width: 50px;
}

.comment-time {
    color: rgb(127, 127, 127);
}

.comment-author {
    color: rgb(59, 89, 152);
    font-weight: bold;
}

.answer {
    margin-left: 60px;
}

.btn {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.btn:hover {
    background-color: rgb(37, 147, 61);
    color: #fff;
}

.btn span{
    font-size: 18px;
}


.content-img {
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 1023px) {
    .product {
        max-width: 300px!important;
    }

    .btn span{
        font-size: 16px;
    }
    h2 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 24px !important;
    }
    .el-16322 {
        font-size: 25px;
    }
  .inL_171572 {
      display: none;
  }

    .inL_668643 {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .content-img {
        max-width: 450px;
    }
}

@media (max-width: 480px) {
    .comment-date {
        flex-wrap: wrap;
    }
    /*.comment-like-text {*/
    /*    display: none;*/
    /*}*/
    h2 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px;
    }
    .inL_458275 p,
    .el-16322 p {
        font-size: 20px;
    }
    .paragraph, p {
        font-size: 16px;
    }
    h3 {
        font-size: 20px !important;
    }
}


footer {
    margin-top: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
}


.order {
    padding: 20px;
    max-width: 750px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.03);
}

.form-pack {

    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
}

/* .form-pack img {
  max-width: 100%;
} */

.img-wrap {
    display: flex;
    justify-content: center;
}

.form-descr {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.form-descr__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-input {
    box-sizing: border-box;
    width: 100%;
    /*max-width: 320px;*/
    margin-bottom: 15px;
    padding: 15px 15px;

    border-radius: 30px;
    border: 1px solid rgb(124, 35, 46);
    font-size: 16px;
    font-weight: 500;
}

.order-info {
    max-width: 330px;
    width: 100%;
}
.product {
    width: 100%;
    max-width: 350px;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .5));
}
.form-input::placeholder {
    color: #000;
}

/*.submit-roulette {*/
/*    border-radius: 60px;*/
/*    width: 100%;*/
/*    max-width: 320px;*/
/*}*/

.new-price {
    color: red;
}

.new-price-text,
.old-price-text {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.prices {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

.new-price-wrap,
.old-price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.old-price-wrap {
    margin-right: 15px;
    margin-top: -4px;
}

.old-price-text {
    position: relative;
    top: 2px;
}

.new-price,
.old-price {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
}

.old-price {
    display: flex;
    text-decoration: line-through;
    color: #000;
    font-size: 20px;
    line-height: 38px;
}


.submit-roulette {
    text-transform: uppercase;
    padding: 15px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    height: 100%;
    margin-top: 5px;
    border-radius: 5px;
    background-color: rgb(0, 170, 37);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 60px;
    width: 100%;
    margin-bottom: 0;
}

.submit-roulette:hover {
    text-decoration: none;
}

.submit-roulette:hover {
    background-color: rgb(37, 147, 61);
    color: #fff;
}


@media screen and (max-width: 739px) {
    .table-wrapper img {
        width: 500px;
        max-width: none;

        margin: 0 auto;
    }

    .table-wrapper {
        display: block;
        /*border-radius: 20px!important;*/
        overflow-x: auto;
        padding-bottom: 10px;
        scrollbar-width: auto;
        scrollbar-color: #bdbdbd
    }

    .table-wrapper::-webkit-scrollbar {
        width: 12px;
        height: 8px
    }

    .table-wrapper::-webkit-scrollbar-track {
        background: #e7e1e1
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 20px
    }
}