/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.payment-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
	align-items: center;
}

.payment-section .is-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.payment-section .is-col:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%
}

.payment-section .is-col > p {
    max-width: 90%
}

.payment-section .is-col > p:last-of-type {
    margin-bottom: 0
}

.payment-section h2 {
    font-weight: 600
}

.payment-section ul {
    margin: 0
}

.payment-section ul li {
    margin-bottom: 15px
}

/*.payment-section:last-child {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}*/

.payment-section .p-logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.payment-section .p-logo-list > span {
    margin-right: 6%
}

.delivery-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5
}

.delivery-section > .is-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.delivery-section > .is-col:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px
}

.delivery-section > .is-col:last-child {
    padding-right: 0
}

.delivery-section:last-child {
    padding-bottom: 0
}

.delivery-title {
    font-weight: 600
}

.delivery-cost .delivery-title {
    color: #00a9ce
}

.delivery-note {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    background-color: #00a9ce
}

.delivery-info p:first-of-type {
    margin-top: 10px
}

.delivery-info p:last-child {
    margin-bottom: 0
}

.delivery-small {
    display: block;
    margin-top: 7px;
    color: #a6a6a6;
    line-height: 1.3em
}

.partnership-slogan {
    max-width: 1110px;
    margin: 35px 0;
    font-size: 2.25rem;
    line-height: 1.77778em
}

.partnership-slogan span {
    padding: 5px 10px;
    background: #00a9ce;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.partnership-gallery .prod-item-pics {
    margin: 40px 0
}

.partnership-gallery .prod-item-pics .i-box {
    margin-bottom: 12px
}

.partnership-clients {
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6
}

.pship-clients__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pship-clients__item, .pship-clients__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pship-clients__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 28px
}

.pship-clients__item .this-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px
}

.pship-clients__item .this-icon svg {
    display: block;
    width: 55px;
    height: 55px;
    position: relative
}

.pship-clients__item .this-desc {
    padding-left: 25px;
    max-width: 80%
}

.pship-clients__item .this-desc span {
    display: block;
    line-height: 1.2em
}

.partnership-info {
    margin: 40px 0 60px
}


@media screen and (min-width: 1900px) {
.image-banner__img--absolute {
    position: absolute;
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}
}









.prod-item-pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px 0
}

.prod-item-pics .i-box {
    display: block;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.prod-item-pics .i-box a, .prod-pic img {
    display: inline-block
}

@media (max-width: 1800px) {
    .prod-section {
        margin-bottom: 40px
    }

    .prod-item-row {
        margin: 0 -7.5px
    }

    .prod-item-gallery {
        padding: 0 7.5px
    }

    .prod-item-desc {
        font-size: .9375rem;
        line-height: 1.46667em
    }

    .prod-item-desc .this-number {
        top: -11px;
        font-size: 1.125rem;
        line-height: 1.22222em
    }

    .prod-item-desc .this-number strong {
        font-size: 4.375rem
    }

    .prod-item-desc .this-number span {
        bottom: 23px
    }

    .prod-item-desc .this-desc {
        padding-left: 13.5%
    }

    .prod-item-desc .this-desc .is-title {
        margin-bottom: 15px;
        padding: 5px 5px 4px;
        font-size: 1.375rem;
        line-height: 1.22727em
    }

    .prod-item-desc .this-desc .is-info {
        max-width: 78%
    }

    .r-prod-slider .slick-slide {
        margin-right: 13px
    }

    .r-prod-slider .slick-arrow {
        width: 44px;
        height: 44px;
        bottom: 24px
    }

    .r-prod-slider .slick-arrow svg {
        width: 16px;
        height: 12px
    }

    .r-prod-slider .slick-arrow.slick-prev {
        left: 20px
    }

    .r-prod-slider .slick-arrow.slick-next {
        left: 80px
    }

    .r-prod-slider .prod-pic img {
        max-height: 24.2vw
    }

    .prod-pic img {
        max-height: 26.6vw
    }

    .prod-item-pics {
        margin: 11px -7.5px 0
    }

    .prod-item-pics .i-box {
        padding: 0 7.5px
    }
}

@media (max-width: 1399px) {
    .prod-section {
        margin-bottom: 40px
    }

    .prod-item-row {
        margin: 0 -5px
    }

    .prod-item-row.left-pic .prod-item-desc {
        padding-left: 5%
    }

    .prod-item-row.left-pic .prod-item-desc .this-desc .is-info {
        max-width: none
    }

    .prod-item-gallery {
        padding: 0 5px
    }

    .prod-item-desc {
        font-size: .8125rem;
        line-height: 1.53846em
    }

    .prod-item-desc .this-number {
        top: -7px;
        font-size: .875rem;
        line-height: 1.21429em
    }

    .prod-item-desc .this-number strong {
        font-size: 3.25rem
    }

    .prod-item-desc .this-number span {
        margin-left: -2px;
        bottom: 18px
    }

    .prod-item-desc .this-desc {
        padding-left: 11.5%
    }

    .prod-item-desc .this-desc .is-title {
        margin-bottom: 11px;
        padding: 5px 5px 4px;
        font-size: 1.125rem;
        line-height: 1.22222em
    }

    .prod-item-desc .this-desc .is-info {
        max-width: 91%
    }

    .r-prod-slider .slick-slide {
        margin-right: 10px
    }

    .r-prod-slider .slick-arrow {
        width: 32px;
        height: 32px;
        bottom: 18px
    }

    .r-prod-slider .slick-arrow svg {
        width: 16px;
        height: 12px
    }

    .r-prod-slider .slick-arrow.slick-prev {
        left: 15px
    }

    .r-prod-slider .slick-arrow.slick-next {
        left: 57px
    }

    .r-prod-slider .prod-pic img {
        max-height: 27.3vw
    }

    .prod-pic img {
        max-height: 29.3vw
    }

    .prod-item-pics {
        margin: 6px -5px 0
    }

    .prod-item-pics .i-box {
        padding: 0 5px
    }
}

@media (max-width: 1023px) {
    .prod-item-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }

    .prod-item-gallery {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .prod-item-gallery > .prod-pic {
        display: none
    }

    .prod-item-desc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 35px;
        padding: 0 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .prod-item-desc .this-desc .is-title {
        padding: 5px 4px 3px;
        font-size: 1rem;
        line-height: 1.25em
    }

    .prod-item-desc .this-desc .is-info {
        max-width: 100% !important
    }

    .prod-item-pics {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .r-prod-slider .slick-slide {
        margin-right: 8px
    }

    .r-prod-slider .slick-arrow {
        width: 32px;
        height: 32px;
        bottom: 18px
    }

    .r-prod-slider .slick-arrow svg {
        width: 16px;
        height: 12px
    }

    .r-prod-slider .slick-arrow.slick-prev {
        left: 15px
    }

    .r-prod-slider .slick-arrow.slick-next {
        left: 57px
    }

    .r-prod-slider .prod-pic img {
        height: 41vw;
        max-height: none
    }

    .prod-pic img {
        max-height: 29.3vw
    }

    .prod-item-pics {
        margin: 0
    }

    .prod-item-pics .i-box {
        padding: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .prod-item-pics .i-box a {
        pointer-events: none
    }

    .prod-item-pics .i-box img {
        height: 41vw
    }

    .prod-item-pics.m-prod-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -25vw
    }

    .prod-item-pics.m-prod-slider .slick-slide {
        margin-left: 8px
    }

    .m-prod-slider .slick-arrow, .r-prod-slider .slick-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        width: 32px;
        height: 32px;
        background-color: #fff;
        z-index: 10;
        border-radius: 50%;
        bottom: auto;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        color: #00a9ce;
        -webkit-transition: .3s;
        transition: .3s;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2)
    }

    .m-prod-slider .slick-arrow svg, .r-prod-slider .slick-arrow svg {
        display: block;
        width: 16px;
        height: 12px;
        -webkit-transition: none;
        transition: none
    }

    .m-prod-slider .slick-arrow:hover, .r-prod-slider .slick-arrow:hover {
        background-color: #00a9ce;
        color: #fff
    }

    .r-prod-slider .slick-arrow.slick-prev {
        left: 20px
    }

    .r-prod-slider .slick-arrow.slick-next {
        left: auto;
        right: -webkit-calc(35vw + 6.3%);
        right: calc(35vw + 6.3%)
    }

    .m-prod-slider .slick-arrow.slick-prev {
        left: -webkit-calc(53vw + 6.5%);
        left: calc(53vw + 6.5%);
        right: auto
    }

    .m-prod-slider .slick-arrow.slick-next {
        left: auto;
        right: 20px
    }
}

@media (max-width: 767px) {
    .prod-section {
        margin-bottom: 30px
    }

    .r-prod-slider .prod-pic img {
        height: 44vw
    }

    .r-prod-slider .slick-slide {
        margin-right: 5px
    }

    .r-prod-slider .slick-arrow.slick-prev {
        left: 15px
    }

    .r-prod-slider .slick-arrow.slick-next {
        left: auto;
        right: -webkit-calc(35vw + 2%);
        right: calc(35vw + 2%)
    }

    .prod-item-pics.m-prod-slider {
        margin-left: -33vw
    }

    .prod-item-pics.m-prod-slider .slick-slide {
        margin-left: 5px
    }

    .prod-item-pics.m-prod-slider .i-box img {
        height: 44vw
    }

    .prod-item-pics.m-prod-slider .slick-arrow.slick-prev {
        left: -webkit-calc(53vw + 10%);
        left: calc(53vw + 10%)
    }

    .prod-item-pics.m-prod-slider .slick-arrow.slick-next {
        right: 15px
    }

    .prod-item-desc {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prod-item-desc .this-number {
        position: static;
        margin-bottom: 10px;
        font-size: .75rem;
        line-height: 1.25em;
        color: #a6a6a6
    }

    .prod-item-desc .this-number strong {
        margin-right: 5px;
        font-size: .75rem;
        line-height: 1.25em
    }

    .prod-item-desc .this-number span {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .prod-item-desc .this-desc {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .prod-item-desc .this-desc .is-title {
        margin-bottom: 10px;
        padding: 4px;
        font-size: .9375rem;
        line-height: 1.2em
    }

    .prod-item-desc .this-desc .is-info {
        font-size: .75rem;
        line-height: 1.41667em
    }
}

@media (max-width: 479px) {
    .r-prod-slider {
        width: auto
    }

    .r-prod-slider .prod-pic img {
        height: auto
    }

    .r-prod-slider .slick-slide {
        margin: 0
    }

    .prod-item-pics.m-prod-slider {
        margin-left: 0;
        width: auto
    }

    .prod-item-pics.m-prod-slider .slick-slide {
        margin-left: 0
    }

    .prod-item-pics.m-prod-slider .i-box img {
        height: auto
    }

    .m-prod-slider .slick-arrow.slick-prev, .r-prod-slider .slick-arrow.slick-prev {
        left: -15px !important;
        right: auto !important
    }

    .m-prod-slider .slick-arrow.slick-next, .r-prod-slider .slick-arrow.slick-next {
        right: -15px !important;
        left: auto !important
    }
}


button, input, textarea {
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: inherit
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-center-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-center-horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}




.guarantees-period {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.gtee-period__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gtee-period__item, .gtee-period__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gtee-period__item {
    max-width: 300px
}

.gtee-period__item .this-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px
}

.gtee-period__item .this-icon svg {
    display: block;
    width: 55px;
    height: 55px;
    position: relative
}

.gtee-period__item .this-desc {
    padding-left: 25px
}

.gtee-period__item .this-desc strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600
}

.gtee-period__item .this-desc span {
    display: block;
    line-height: 1.2em;
    color: #a6a6a6
}

.catalog-block__offers .sku-props {
	display: block
}

.footer__seo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer__seo a {
	display: block;
}

.footer__seo img {
	height: 50px;
	max-width: 100%;
}

@media (max-width: 479px) {
	.footer__seo img {
		height: 40px;
	}
}







.guarantees-form {
    margin-top: 60px;
    padding: 60px 78px;
    border: 2px solid #00a9ce;
}

.guarantees-form .cb-row {
    margin: 65px 0 25px
}

.guarantees-form .cForm--bottom {
    margin-top: 30px
}

.gtee-form__section {
    margin-bottom: 40px
}

.gtee-form__section h2 {
    margin-bottom: 12px
}

.gtee-form__section:last-child {
    margin-bottom: 0
}

.attach-files-box {
    margin: 25px 0 40px
}

.just-uploaded-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem
}

.just-uploaded-file:last-child {
    margin-bottom: 0
}

.just-uploaded-file i {
    width: 25px;
    height: 25px;
    margin-right: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9IiMwMEE5Q0UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS4yOTUgMi4xMjFMMi40MTggMjMuMzM0LjEzIDIxLjIxNCAyMy4wMDcgMGwyLjI4OCAyLjEyMXoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjg3NyAyMy41NDhMMCAyLjMzNSAyLjI4OC4yMTNsMjIuODc3IDIxLjIxMy0yLjI4OCAyLjEyMnoiLz48L3N2Zz4=")
}

.just-uploaded-file i:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.just-uploaded-file em {
    font-style: normal
}

.add-files-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.125rem
}

.add-files-link, .add-files-link i {
    -webkit-transition: .3s;
    transition: .3s
}

.add-files-link i {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
   background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzXzEzKSI+CjxwYXRoIGQ9Ik02LjY2NyAwLjY0MzAwNVY4Ljk3NzAxSDBWMjMuOTc3SDYuNjY3VjQwLjY0M0gzMEw0MCAzMC42NDNWMC42NDMwMDVINi42NjdaTTEuNjY3IDIyLjMxVjEwLjY0M0gyNi42NjdWMjIuMzFIMS42NjdaTTMwIDM4LjI4NlYzMC42NDNIMzcuNjQzTDMwIDM4LjI4NlpNMzguMzMzIDI4Ljk3NkgyOC4zMzNWMzguOTc2SDguMzMzVjIzLjk3NkgyOC4zMzNWOC45NzYwMUg4LjMzM1YyLjMxMDAxSDM4LjMzM1YyOC45NzZaIiBmaWxsPSIjMDBBOUNFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjNfMTMiPgo8cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==")
}

.add-files-link span {
    -webkit-transition: none;
    transition: none
}

.add-files-link:hover {
    color: #00a9ce
}

.add-files-link:hover i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}


.is-note {
    font-size: .75rem;
    line-height: 1.25em;
    color: #a6a6a6
}

.cb-box .inpCheck {
    color: #333f48
}

.cb-box .inpCheck span:before {
    border-width: 2px
}

.inputs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 22px
}

.inputs-row .input--wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    margin: 0;
    position: relative
}

.inputs-row .input--wrap.w-16 {
    /* -webkit-box-flex: 0; */
    /* -webkit-flex: 0 0 16.666665%; */
    -ms-flex: 0 0 16.666665%;
    flex: 0 0 16.666665%;
}

.inputs-row .input--wrap.w-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.inputs-row:last-child {
    margin-bottom: 0
}

.input--wrap .is-note {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    overflow: hidden
}

.input--holder.error + .is-note {
    display: none
}

.cb-row .cb-box {
    margin-right: 6%;
    margin-bottom: 20px
}

.cb-row .cb-box:last-child {
    margin: 0
}
.rekl_frame.jqmWindow{
max-width:1740px;
}
.phone__holder {
    font-size: 18px;
    line-height: 22px;
    color: #a6a6a6
}

.input__placeholder {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333f48;
    margin-right: 20px
}

.input--holder {
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 2
}

.select-item{
	font-family: Montserrat, sans-serif;
	font-size: 12px;
    line-height: 15px;
	font-weight: 600;
}

.input--holder.filled > div {
    opacity: 0;
    visibility: hidden
}

.input--holder span {
    display: block
}

.input--holder > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1
}

.input--wrap {
    height: 60px;
    padding-bottom: 10px
}

.input--wrap label {
    display: none
}

.input--wrap.textarea {
    height: auto;
    padding-bottom: 0
}

.input--wrap.textarea label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333f48;
    margin-bottom: 10px
}

.input--wrap.textarea textarea {
    border: 1px solid #e6e6e6;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
    resize: none
}

.input--wrap.textarea textarea:focus {
    color: #333f48;
    border-color: #74d2e7
}

.input--wrap input {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    z-index: 2;
    background: transparent
}

.input--wrap input:focus {
    color: #333f48;
    border-color: #74d2e7
}

.input--wrap input::-moz-placeholder {
    visibility: hidden;
    opacity: 0
}

.input--wrap input::-ms-input-placeholder {
    visibility: hidden;
    opacity: 0
}

.input--wrap input::-webkit-input-placeholder {
    visibility: hidden;
    opacity: 0
}

.input--wrap input:-ms-input-placeholder {
    visibility: hidden;
    opacity: 0
}

.input--wrap input::placeholder {
    visibility: hidden;
    opacity: 0
}
.input--wrap input:focus {
    color: #333f48;
    border-color: #74d2e7!important;
border-top:none!important;
border-right:none!important;
border-left:none!important;
}

.input--wrap.textarea {
    height: auto;
    padding-bottom: 0
}

.input--wrap.textarea label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333f48;
    margin-bottom: 10px
}

.input--wrap.textarea textarea {
    border: 1px solid #e6e6e6;
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
    resize: none
}

.input--wrap.textarea textarea:focus {
    color: #333f48;
    border-color: #74d2e7
}
	.textarea .input--holder {

		height:auto;
	}
.cForm--top > div {
    width: 25vw;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.d-none {
    display: none !important;
}

.bx_storege_custom {}
.bx_storege_custom h4{
    margin: 0;
	padding: 0;
}
.bx_storege_custom hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege_custom ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege_custom ul li{
	display: grid;
    grid-template-columns: 1fr 110px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
	margin: 0 0 5px;
}
.bx_storege_custom ul li:before{
	display: none
}
.bx_storege_custom ul li a{
	display: inline-block;
    text-decoration: none;
    color: #2a65ae;
	color: var(--theme-base-color);
}
.bx_storege_custom ul li a:hover{
    text-decoration: underline;
}
.bx_storege_custom ul li span{
	display: inline-block;
}
.bx_storege_custom ul li .balance {
	text-align: right;
	min-width: 110px;
}