

/* Start:/local/components/5rlv/rocket.checkout/templates/.default/style.css?174973842454324*/
.cart__main * {
    font-family: 'Averta CY', Arial, sans-serif;
}

.d-flex {
    display: flex;
    align-items: flex-start;
}

.nav-right {
    margin-left: auto;
    gap: 50px;
    align-items: center;
}

header {
    padding: 16px 0;
    border-bottom: 0.909px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.03);
}

.account-txt {
    display: flex;
    flex-direction: column;
}

.account-txt span {
    color: #949494;
    font-size: 15px;
    font-weight: 350;
    line-height: 15px;
}

.account-txt span b {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
}

.account-box {
    align-items: center;
    gap: 7px;
}

.account-img {
    position: relative;
}

.account-img::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #D7D7D7;
    position: absolute;
    right: 0;
}

.phone-about {
    display: flex;
    flex-direction: column;
}

.phone-about span b {
    color: #FFF;
    font-size: 17px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0.85px;
}

.phone-about span {
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.phone-box {
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    background: #00B9BF;
    align-items: center;
    padding: 6px 14px;
    transition: .2s all ease;
}

.nav-cart {
    align-items: center;
}

.cart__main-title h1 {
    color: #000;
    font-size: 48px;
    font-weight: 250;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.cart__main {
    padding-top: 80px;
}

.cart__main-title {
    margin-bottom: 65px;
}

.cart__main-subtitle h2 {
    margin: 0;
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 27px;
    background: #fff;
    position: relative;
    max-width: max-content;
}

.cart__main-subtitle {
    position: relative;
    margin-bottom: 35px;
}

.cart__main-subtitle::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cart__main-inputs {
    flex-direction: column;
    width: 432px;
    gap: 32px;
    justify-content: space-between;
    transition: .2s all ease;
}

.cart-inputs {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cart-inputs input {
    width: 100%;
    height: 100%;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: circle, Arial, sans-serif;
    padding-left: 24px;
}

.cart-inputs input::placeholder {
    color: #7E7E7E;
}

.cart__main__start-row {
    gap: 32px;
    align-items: flex-start;
}

.cart-inputs::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F00000;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0;
}

.cart-inputs.required::after {
    opacity: 1;
}

.have-error.cart-inputs.required::after, .label-err.cart-inputs.required::after{
    opacity: 0;
}

.have-error .cart__main-subtitle h2 {
    color: #ff6262;
}

.have-error .cart__main__label-box, .have-error .cart__payment__method-row {
    border: 1px solid #ff6262;
}

.cart__registration-box {
    border-radius: 4px;
    border: 1px dashed #00B9BF;
    background: #F5FEFF;
    padding: 15px 24px;
    max-width: 410px;
}

.cart__registration-box p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.cart__registration-box p b {
    color: #00B9BF;
    font-weight: 700;
}

.cart__registration-box ul li {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
    position: relative;
    padding-left: 18px;
}

.cart__registration-box ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 8px;
    margin-bottom: 19px !important;
}

.cart__registration-box ul li span {
    font-weight: 700;
    position: relative;
    padding-right: 13px;
    background: url('/uploads/design_v5/a-icon-gr.svg')no-repeat;
    background-position: right;
    background-size: 11px;
}

.cart__registration-box ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/uploads/design_v5/check-ic.svg')no-repeat;
    background-size: contain;
}

.cart__registration-row a {
    border-radius: 4px;
    background: #12ACB4;
    padding: 8px 20px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    border: 1px solid transparent;
}

.cart__registration-row {
    gap: 13px;
}

.cart__registration-row a:hover {
    background: transparent;
    border-color: #12ACB4;
    color: #12ACB4;
}

.cart__main-start {
    max-width: 865px;
}

.cart__main-box:not(:last-child) {
    margin-bottom: 70px;
}

.cart__main__label__start-about h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.cart__main__label-end h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: right;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.cart__main__label__start-about span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
    transition: .2s all ease;
}

.cart__main__label-end span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.cart__main__label-end {
    margin-left: auto;
}

.cart__main__label-box {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    padding: 22px 30px;
}

.cart__main__label__start__active-img {
    margin-right: 10px;
    align-items: center;
    height: 23px;
}

.cart__main__label__start__active-row span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 22px;
}

.cart__main__label__start__active-row a {
    color: #12ACB4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px dashed currentColor;
    transition: .2s all ease;
}

.cart__main__label__start__active-row {
    align-items: center;
}

.cart__main__label__start__active-row a:hover {
    border-bottom-style: solid;
}

.cart__main__label__start-active>span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 12px;
    border-radius: 4px;
    background: #F06;
    margin-top: 21px;
    display: block;
    max-width: max-content;
}

.cart__main__label__start-active {
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
}

.cart__main-label {
    cursor: pointer;
    position: relative;
}

.pick-labels {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.cart__main-label>input:checked~.cart__main__label-box {
    border: 2px solid #12ACB4;
    background: #F5FEFF;
}

.cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-active {
    max-height: max-content;
}

.cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-about span {
    max-height: 0;
    overflow: hidden;
}

.cart__main-label>input:checked~.pick-labels {
    display: none;
}

.pick__composition__lists-label>input:checked+.pick__composition__lists-box .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
}

.pick__composition-title h4 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 26px;
    margin: 0;
}

.pick__composition-title {
    margin-bottom: 45px;
}

.pick__composition__list-title h5 {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
}

.pick__composition__list-title {
    margin-bottom: 23px;
}

.pick__composition__lists__box__start-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.pick__composition__lists-box {
    border-radius: 4px;
    background: #F8F8F8;
    border: 2px solid transparent;
    padding: 16px 24px;
    align-items: center;
    cursor: pointer;
}

.pick__composition__lists__box__start-about span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.pick__composition__lists__box__start-about {
    gap: 10px;
}

.pick__composition__lists__box-end button {
    border-radius: 4px;
    background: #12ACB4;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    font-family: circle, Arial, sans-serif;
    cursor: pointer;
    transition: .2s all ease;
}

.pick__composition__lists__box__start__about-img {
    width: 20px;
    height: 16px;
    align-items: center;
}

.pick__composition__lists__box-start {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: calc(100% - 150px);
}

.pick-composition {
    min-width: 895px;
}

.pick__composition__lists__box-end {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease;
}

.pick__composition__lists__box-end button:hover {
    background: transparent;
    border-color: #12ACB4;
    color: #12ACB4;
}

.pick__composition-lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 550px;
    overflow: auto;
    padding-right: 20px;
}

.pick__composition__lists-label:hover .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
}

.pick__composition__lists-label>input:checked+.pick__composition__lists-box {
    border-color: #12ACB4;
    background: #F5FEFF;
}

.pick__composition-lists::-webkit-scrollbar {
    width: 6px;
    background-color: #f9f9fd;
}

.pick__composition-lists::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #18aaaa;
}

.pick__composition-lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.cart__main-labels {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.additional-services {
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart__main-label>input:checked~.cart__main__label-box .additional-services {
    max-height: max-content;
}

.additional__services__label-txt h5 {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
}

.additional__services__label-txt {
    flex-direction: column;
}

.additional__services-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.additional__services__label-end {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 30px;
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
}

.additional-check {
    width: 36px;
    min-width: 36px;
    height: 12px;
    background: #DCDCDC;
    border-radius: 60px;
    border: 1px solid transparent;
    position: relative;
    margin-top: 6px;
    transition: .2s all ease;
}

.additional-check span {
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(1%, -50%);
    transition: .2s all ease;
}

.additional__services-label>input:checked~.additional__services__label-start .additional-check {
    border-color: #74CBD0;
    background: rgba(18, 172, 180, 0.30);
}

.additional__services-label>input:checked~.additional__services__label-start .additional-check span {
    transform: translate(100%, -50%);
}

.additional__services__label-start {
    gap: 14px;
    max-width: 75%;
}

.additional__services-label:first-child, #global-validation-status{
    margin-top: 30px;
}

.additional__services__label-price {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.items-about {
    display: block;
}

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

.item__price-sale {
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    position: relative;
}

.item__price-percent {
    display: flex;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #F06;
    font-family: Gilroy;
}

.item__price-sale::after {
    content: "";
    width: 105%;
    height: 1px;
    background: #F06;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}


.cart__middle__payments__additional__info-row {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    max-width: 80px;
    align-items: center;
    padding: 0;
}

.cart__middle__payments__additional__info__input-row input {
    width: 35px;
    border: 0;
    outline: 0;
    color: #090909;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__middle__payments__additional__info__input-row {
    justify-content: center;
}

.cart__middle__payments__additional__info-row button {
    width: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.additional__services-label>input:checked~.additional__services__label-end {
    max-height: max-content;
}

.deliv__address-inputs {
    flex-direction: column;
    gap: 32px;
}

.input__container {
    height: 60px;
    position: relative;
    width: calc(100% - 275px);
}

.input__container input {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: 0 !important;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
    height: 60px;
    line-height: 55px;
    padding-left: 24px;
}

.placeholder__form {
    color: #818181;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    left: 24px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    transform: translateY(120%);
}

.input__container .input:focus~.placeholder__form,
.input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(5px) translateX(0px) scale(0.70);
}

.deliv__address-label {
    width: 100%;
    gap: 33px;
    align-items: center;
}

.deliv__address-label p {
    max-width: 275px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.deliv__address-label .have-error{
    margin-bottom: 25px;
}

.deliv__address-label .have-error .error-box{
    margin-top: 10px;
}

.input__container-row {
    width: calc(100% - 310px);
}

.input__container-row .d-flex{
    gap: 28px;
}

.input__container.w-33 {
    width: calc(100%/3 - 18px);
}

.input__container textarea {
    width: 100%;
    height: 162px;
    resize: none;
    outline: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: 0 !important;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding-left: 24px;
    padding-top: 20px;
}

.btn-address {
    width: calc(100% - 308px);
    height: 60px;
    border-radius: 4px;
    background: #12ACB4;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
}

.btn-address:hover {
    background: transparent;
    color: #12ACB4;
    border-color: #12ACB4;
}

.text-comment .input__container {
    height: auto;
}

.deliv__address-label.text-comment {
    align-items: flex-start;
}

.additional__services__label-txt span {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0 !important;
}

.input__container::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F00000;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0;
}

.input__container.required::after {
    opacity: 1;
}

.input__container textarea::placeholder {
    color: #818181;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.deliv__to__dpd-box .select2-container {
    margin: 0;
}

.deliv__to__dpd-box .select2-container .select2-selection {
    height: 60px;
    border-color: #D4D4D4;
    border-radius: 4px;
}

.deliv__to__dpd-box .select2-container .select2-selection .select2-selection__rendered {
    line-height: 60px;
    padding-left: 24px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.deliv__to__dpd-box .select2-container .select2-selection .select2-selection__arrow {
    height: 60px;
    right: 12px;
}

.dpd__select-label {
    margin-bottom: 32px;
}

.deliv__to__dpd-box .btn-address {
    width: 100%;
}

.select2-container .select2-results__option {
    font-size: 18px;
    padding: 8px 7px;
    line-height: 21px;
}

.select2-search--dropdown {
    display: none;
}

.cart__payment-method {
    flex-wrap: wrap;
    gap: 30px;
    align-items: initial;
}

.cart__payment__method-box {
    width: calc(50% - 15px);
    cursor: pointer;
}

.cart__payment__method-row {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    padding: 22px 25px;
    align-items: center;
    gap: 18px;
    transition: .2s all ease;
    height: 100%;
}

.cart__payment__method-img {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__payment__method-txt {
    max-width: calc(100% - 85px);
}

.cart__payment__method-txt h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 2px;
}

.cart__payment__method-txt span {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cart__payment__method-box input:checked+.cart__payment__method-row {
    border-radius: 4px;
    border-color: #12ACB4;
    background: #F5FEFF;
}

.cart__items-bottom {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.cart__items-top.active+.cart__items-bottom {
    max-height: 0;
    margin-bottom: 40px;
}

.cart__items__pcs-img {
    width: 100px;
    justify-content: center;
}

.cart__items-pcs {
    gap: 20px;
    position: relative;
}

#rocket_basket .items-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.18px;
    margin: 0;
    margin-bottom: 3px;
}

#rocket_basket .items-options {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-bottom: 6px;
    display: block;
}

#rocket_basket .items-price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

#rocket_basket .items-pcs {
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.18px;
    position: absolute;
    top: 0;
    right: 0;
}

.cart__items-pcs:not(:last-child) {
    margin-bottom: 37px;
}

.cart__items-title h4 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.cart__items-top {
    align-items: initial;
    margin-bottom: 40px;
}

.cart__items__top-icon {
    margin-left: auto;
    align-items: center;
    cursor: pointer;
}

.cart__items-top .cart__items__top-icon {
    transform: rotate(180deg);
}

.cart__items-top.active .cart__items__top-icon {
    transform: rotate(0deg);
}

.cart__main-row {
    gap: 50px;
    padding-bottom: 150px;
}

.cart__items__pcs-img img {
    width: 100%;
    object-fit: cover;
}

.cart__items__pcs-about {
    max-width: 250px;
}

.cart__main-end {
    width: 40%;
    position: sticky;
    top: 5px;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 210px;
    background-color: #FFD700;
    color: #fff;
    content: attr(data-tooltip);
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    padding: 16px 20px 20px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #FFD700;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -125px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.cart__prices-title h4 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.cart__prices__list-box {
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 22px 0;
}

.cart__prices__list-box li {
    justify-content: space-between;
    width: 100%;
}

.cart__prices__list-box span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.cart__prices-title {
    margin-bottom: 23px;
}

.cart__prices__list-box li button {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.cart__prices__list-box li button span {
    color: #12ACB4;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.cart__list-row {
    align-items: center;
    gap: 13px;
}

#promocode-wrap, #referal-wrap, #bonus-wrap {
    width: 100%;
    gap: 16px;
    margin: 10px 0;
}

#promocode-wrap input, #referal-wrap input, #bonus-wrap input{
    width: calc(100% - 135px);
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#promocode-wrap button, #referal-wrap button, #bonus-wrap button{
    border-radius: 2px;
    background: #12ACB4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 135px;
    border: 1px solid transparent;
    outline: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
}

#promocode-wrap button:hover, #referal-wrap button:hover, #bonus-wrap button:hover {
    border-color: #12ACB4;
    color: #12ACB4;
    background: #fff;
}

#promocode-wrap input::placeholder, #referal-wrap input::placeholder, #bonus-wrap input::placeholder {
    color: #BFBFBF;
}

.total-row {
    width: 100%;
    justify-content: space-between;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.24px;
    margin-top: 22px;
}

.total__bonus-row {
    margin-top: 100px;
    border-radius: 4px;
    border: 1.5px dashed #00B9BF;
    background: #FFF;
    align-items: center;
    padding: 8px 16px;
}

.total__bonus-row p {
    color: #12ACB4;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
}

.drop-row {
    width: 100%;
    gap: 16px;
}

.coupone-row {
    border-radius: 4px;
    border: 1.5px dashed #00B9BF;
    background: #FFF;
    align-items: center;
    padding: 8px 16px;
    margin-top: 10px;
}
.responce-msg{
    border-radius: 4px;
    background: #54c669cc;
    align-items: center;
    padding: 8px 16px;
    margin-top: 10px;
}
.responce-msg.error{
    border: 1px solid rgba(234, 84, 85, 0.16);
    background: rgba(234, 84, 85, 0.16);
}
.responce-msg p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
}

.coupone-row p {
    color: #12ACB4;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
}

.total__bonus-row p span {
    font-weight: 700;
}

.total__bonus-row .tooltip {
    margin-left: auto;
}

.total__bonus-img {
    margin-right: 8px;
}

.cart-btn {
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #12ACB4;
    border: 1px solid transparent;
    transition: .2s all ease;
    cursor: pointer;
    margin-top: 16px;
}

.cart-btn:disabled{
    background: #afb1b3;
    cursor: default;
}

.cart-btn:hover {
    background: #fff;
    color: #12ACB4;
    border-color: #12ACB4;
}
.cart-btn:disabled:hover {
    background: #afb1b3;
    color: #fff;
    border-color: transparent;
}

.cart__check-boxes {
    margin-top: 40px;
}

.check-box {
    width: 18px;
    height: 18px;
    border: 2px solid #13acb4;
    position: relative;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.cart__check-boxes label {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    cursor: pointer;
}

.cart__check-boxes .check-box span {
    width: 10px;
    height: 8px;
    background: url('/uploads/design_v5/check-mark-wh.svg') no-repeat;
    background-size: contain;
    transition: .2s all ease;
    opacity: 0;
}

.cart__check__boxes-row label p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: calc(100% - 35px);
}

.cart__check__boxes-row p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.cart__check__boxes-row {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-left: 30px;
}

.cart__check-boxes .all-check {
    align-items: center;
    margin-bottom: 27px;
    max-width: max-content;
    cursor: pointer;
}

.cart__check-boxes .all-check p {
    color: #12ACB4;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    border-bottom: 1px dashed currentColor;
}

.cart__check__boxes-row .check-box {
    margin-top: 5px;
}

.cart__check-boxes label input:checked+.check-box {
    background: #13acb4;
}

.cart__check-boxes label input:checked+.check-box span {
    opacity: 1;
}

#promocode-wrap, #referal-wrap, #bonus-wrap {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#promocode-wrap.show, #referal-wrap.show, #bonus-wrap.show {
    display: block;
    opacity: 1;
}

.btn-promo span:last-child {
    display: none;
}

.error-box {
    transition: .2s all linear;
    display: none;
}

.error-txt {
    color: #EA5455;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: calc(100% - 18px);
}

.error-img {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.error__box-about {
    border-radius: 6px;
    border: 1px solid rgba(234, 84, 85, 0.16);
    background: rgba(234, 84, 85, 0.16);
    padding: 7px 10px;
    gap: 8px;
}

.cart__check__boxes-row label p a {
    color: #00B9BF;
    border: 0;
}

.label-err+.error-box, .have-error .error-box{
    display: block;
}

.cart-inputs.label-err {
    border-color: #FF6262;
}

#promocode-wrap.label-err {
    margin-bottom: 0;
}

.pick__composition__box__end-about {
    flex-direction: column;
}

.entry-autor,
.entry-regis {
    display: none;
}

.entry-autor.active,
.entry-regis.active {
    display: block;
}

.pick__composition__box-end {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: .2s all linear;
    border-left: 1px solid #F4F4F4;
    background: #F9F9F9;
}

.pick__composition__box-end.active {
    max-width: none;
    max-height: none;
    opacity: 1;
    visibility: visible;
}


.pick__composition__box-start {
    padding: 52px 48px;
    background: #fff;
}

.pick__composition__box__end-title {
    padding: 52px 42px 0;
    margin-bottom: 50px;
}

.pick__composition__box__end-about {
    padding: 0 42px 52px;
    gap: 60px;
}

.pick__composition__box__end-title h4 {
    color: #12ACB4;
    font-size: 27px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0;
    text-align: center;
}

.pick__composition__box__end-row {
    gap: 20px;
}

.pick__composition__box__end__row-txt h5 {
    margin: 0;
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.pick__composition__box__end__row-txt span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pick__composition__box__end__row-txt {
    max-width: 235px;
}

.entry-area .input__container input {
    box-shadow: none;
}

.entry-area .input__container {
    width: 100%;
}

.autor-btn {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background: #fff;
    padding: 14px 23px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: calc(50% - 7px);
    justify-content: center;
    cursor: pointer;
    transition: .2s all ease;
}

.autor-buttons {
    gap: 14px;
    margin-bottom: 30px;
}

.autor-btn.active {
    border: 1px solid #1DB9C1;
    background: #12ACB4;
    color: #fff;
}

.autorisation-box {
    padding: 0 !important;
}

.fancybox__container * {
    font-family: 'Averta CY', Arial, sans-serif;
}

.entry-area .input__container .placeholder__form {
    text-transform: none;
    transform: translateY(85%);
}

.entry-area .input__container .input:focus~.placeholder__form,
.entry-area .input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(0px) translateX(0px) scale(0.70);
}

.entry-subtitle span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 12px;
    background: #fff;
    position: relative;
}

.entry-subtitle {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.entry-subtitle::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #BEBEBE;
    opacity: .5;
}

.entry__area-bottom {
    margin-top: 55px;
}

.entry__btn-row {
    gap: 14px;
}

.entry-area .input__container {
    margin-bottom: 30px;
}

.pick__composition-box {
    align-items: initial;
}

.entry__btn-link {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.06);
    transition: .2s all linear;
    border-radius: 8px;
    overflow: hidden;
}

.entry__btn-link:hover {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.25);
}

.show-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M13.1875 7.375C13.1875 9.45508 11.4883 11.125 9.4375 11.125C7.35742 11.125 5.6875 9.45508 5.6875 7.375C5.6875 5.32422 7.35742 3.625 9.4375 3.625C11.4883 3.625 13.1875 5.32422 13.1875 7.375ZM9.4375 4.5625C7.85547 4.5625 6.625 5.82227 6.625 7.375C6.625 8.92773 7.85547 10.1875 9.4375 10.1875C10.9902 10.1875 12.25 8.92773 12.25 7.375C12.25 5.82227 10.9902 4.5625 9.4375 4.5625ZM15.0625 3.18555C16.4395 4.44531 17.3477 5.96875 17.7871 7.02344C17.875 7.25781 17.875 7.52148 17.7871 7.75586C17.3477 8.78125 16.4395 10.3047 15.0625 11.5938C13.6855 12.8828 11.7812 13.9375 9.4375 13.9375C7.06445 13.9375 5.16016 12.8828 3.7832 11.5938C2.40625 10.3047 1.49805 8.78125 1.05859 7.75586C0.970703 7.52148 0.970703 7.25781 1.05859 7.02344C1.49805 5.96875 2.40625 4.44531 3.7832 3.18555C5.16016 1.89648 7.06445 0.8125 9.4375 0.8125C11.7812 0.8125 13.6855 1.89648 15.0625 3.18555ZM1.9375 7.375C2.31836 8.3125 3.16797 9.71875 4.42773 10.8906C5.6875 12.0625 7.35742 13 9.4375 13C11.4883 13 13.1582 12.0625 14.418 10.8906C15.6777 9.71875 16.5273 8.3125 16.9375 7.375C16.5273 6.4375 15.6777 5.03125 14.418 3.85938C13.1582 2.6875 11.4883 1.75 9.4375 1.75C7.35742 1.75 5.6875 2.6875 4.42773 3.85938C3.16797 5.03125 2.31836 6.4375 1.9375 7.375Z' fill='%23383838'/%3E%3C/svg%3E%0A");
}

.hide {
    display: none;
}

.hide-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M19.5449 15.0547C19.75 15.2012 19.8086 15.4941 19.6328 15.6992C19.4863 15.9043 19.1934 15.9336 18.9883 15.7871L1.17578 1.72461C0.970703 1.57812 0.912109 1.28516 1.08789 1.08008C1.23438 0.875 1.52734 0.816406 1.73242 0.992188L19.5449 15.0547ZM18.7246 8.75586C18.4316 9.45898 17.9043 10.4258 17.1426 11.3633L16.4102 10.7773C17.1133 9.89844 17.582 9.04883 17.875 8.375C17.4648 7.4375 16.6152 6.03125 15.3555 4.85938C14.0957 3.6875 12.4258 2.75 10.375 2.75C9.20312 2.75 8.14844 3.07227 7.24023 3.54102L6.44922 2.89648C7.5625 2.25195 8.85156 1.8125 10.375 1.8125C12.7188 1.8125 14.623 2.89648 16 4.18555C17.377 5.44531 18.2852 6.96875 18.7246 8.02344C18.8125 8.25781 18.8125 8.52148 18.7246 8.75586ZM3.57812 5.41602L4.31055 6.00195C3.60742 6.85156 3.13867 7.73047 2.8457 8.375C3.25586 9.3125 4.10547 10.7188 5.36523 11.8906C6.625 13.0625 8.29492 14 10.3457 14C11.5176 14 12.5723 13.707 13.4805 13.2383L14.2715 13.8828C13.1582 14.5273 11.8691 14.9375 10.3457 14.9375C8.00195 14.9375 6.09766 13.8828 4.7207 12.5938C3.34375 11.3047 2.43555 9.78125 1.99609 8.75586C1.9082 8.52148 1.9082 8.25781 1.99609 8.02344C2.28906 7.32031 2.81641 6.35352 3.57812 5.41602ZM6.5957 8.375C6.5957 8.19922 6.625 8.02344 6.6543 7.84766L7.5625 8.55078C7.65039 10.0449 8.85156 11.1875 10.3457 11.1875C10.5215 11.1875 10.6973 11.1875 10.8438 11.1582L11.752 11.8613C11.3125 12.0371 10.8438 12.125 10.3457 12.125C8.29492 12.125 6.5957 10.4551 6.5957 8.375ZM14.125 8.375C14.125 8.58008 14.0957 8.75586 14.0664 8.93164L13.1582 8.22852C13.0703 6.73438 11.8691 5.5625 10.3457 5.5625C10.1992 5.5625 10.0234 5.5918 9.87695 5.62109L8.96875 4.91797C9.4082 4.74219 9.87695 4.625 10.3457 4.625C12.4258 4.625 14.125 6.32422 14.125 8.375Z' fill='%23383838'/%3E%3C/svg%3E%0A") !important;
}

.reg-label .check-box {
    margin-top: 5px;
}

.reg-label input:checked+.check-box {
    background: #13acb4;
}

.reg-label input:checked+.check-box span {
    opacity: 1;
}

.reg-label {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    cursor: pointer;
    margin-bottom: 25px;
}

.reg-label p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: 445px;
}

.reg-label p a {
    color: #00B9BF;
    text-decoration: none;
    border-bottom: 0;
}

.fa-field {
    content: '';
    width: 19px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.btn-entry {
    border-radius: 4px;
    background: #12ACB4;
    width: 100%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
}

.btn-entry:hover {
    border-color: #12ACB4;
    color: #12ACB4;
    background: #fff;
}

.entry-offset {
    border-color: #12ACB4;
    color: #12ACB4;
    background: #fff;
    margin-top: 30px;
}

.entry-offset:hover {
    color: #fff;
    background: #12ACB4;
}

.forgot-link {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: flex;
    max-width: max-content;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

.forgot-box {
    min-width: 572px;
}

.forgot__psw-log span {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.forgot__psw-log span a {
    color: #12ACB4;
}

.forgot__psw-log {
    margin-top: 25px;
}

.pick__composition-title p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
    max-width: 475px;
    margin-top: 44px;
}

.autocomplete-tips {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    z-index: 1;
}

.autocomplete-tips .tip{
    padding: 5px 20px;
    font-size: 14px;
}

.autocomplete-tips .tip:hover{
    background-color: #12ACB4;
    cursor: pointer
}

@media screen and (max-width: 1550px) { 
    .total__bonus-row [data-tooltip]:after, 
    .total__bonus-row .tooltip:after,
    .total__bonus-row .tooltip-top:after {
    margin-left: -230px;
    }
}

@media screen and (max-width: 1350px) {
    .cart__main-start {
    max-width: 815px;
    }

    .cart__main-row {
    gap: 35px;
    padding-bottom: 60px;
    }

    .cart__prices__list-box span {
    font-size: 18px;
    }

    .cart__prices__list-box {
    gap: 12px;
    }

    .total__bonus-row {
    margin-top: 45px;
    }

    .cart__check__boxes-row {
    gap: 15px;
    }

    .cart__payment__method-txt span {
    font-size: 12px;
    line-height: 15px;
    }

    .cart__main-inputs {
    gap: 20px;
    }

    .cart__items-pcs:not(:last-child) {
    margin-bottom: 25px;
    }

    .cart__payment__method-row {
    padding: 18px 20px;
    }

    .cart__payment-method {
    gap: 20px;
    }

    .cart__payment__method-box {
    width: calc(50% - 10px);
    }

    .pick__composition-lists {
    max-height: 350px;
    }

    .deliv__address-inputs {
    gap: 15px;
    max-width: 950px;
    }

    .pick__composition-title {
    margin-bottom: 20px;
    }

    .cart__main-box:not(:last-child) {
    margin-bottom: 40px;
    }

    .cart__main {
    padding-top: 45px;
    }

    .cart__main-title {
    margin-bottom: 40px;
    }

    .cart__main-title h1 {
    font-size: 40px;
    }

    .cart__prices__list-box li button span {
    font-size: 18px;
    }

    .pick__composition__box__end-about {
    gap: 45px;
    padding: 0 40px;
    }

    .entry-area .input__container {
    margin-bottom: 20px;
    }

    .entry__area-bottom {
    margin-top: 35px;
    }

    .pick__composition__box__end-title {
    margin-bottom: 20px;
    padding: 40px 40px 0;
    }

    .pick__composition__box-start {
    padding: 40px;
    }

    .fancybox__slide {
    padding: 0 !important;
    }
}

@media screen and (max-width: 1280px) {
    .cart__check__boxes-row {
    padding: 0;
    }

    .cart__main-start {
    max-width: 750px;
    }

    .cart__prices__list-box span {
    font-size: 16px;
    }

    .cart__prices__list-box {
    gap: 8px;
    }

    .cart__main-row {
    gap: 25px;
    }

    .items-title {
    font-size: 16px;
    line-height: 20px;
    }

    .cart__items-pcs:not(:last-child) {
    margin-bottom: 20px;
    }

    .cart__main__start-row {
    gap: 25px;
    }

    .cart__registration-box {
    max-width: 375px;
    padding: 15px;
    }

    .cart-inputs {
    height: 50px;
    }

    .cart__prices__list-box li button span {
    font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .cart__items-pcs {
    gap: 10px;
    }

    .cart__items__pcs-img {
    width: 80px;
    }

    .cart__items__pcs-about {
    max-width: 220px;
    }

    .cart__check__boxes-row label p {
    font-size: 14px;
    line-height: 20px;
    }

    .total__bonus-row p {
    font-size: 14px;
    }

    .total__bonus-row {
    padding: 8px 10px;
    }

    .cart__prices__list-box li button span {
    font-size: 16px;
    }

    .cart__main__label-box {
    padding: 15px 20px;
    }

    .cart__payment__method-txt h4 {
    font-size: 16px;
    line-height: 16px;
    }

    .cart__main__start-row {
    flex-wrap: wrap;
    }

    .cart__main-inputs {
    width: 100%;
    }

    .cart__registration-box {
    max-width: 100%;
    }

    .error-box {
    width: 100%;
    }

    .cart__main-start {
    max-width: 670px;
    }

    .cart__main__label-start {
    max-width: calc(100% - 170px);
    }

    .cart__main__label__start__active-row span {
    font-size: 14px;
    }

    .cart__main__label__start-about span {
    font-size: 14px;
    }

    .cart__main__label-end span {
    font-size: 14px;
    }

    .cart__main__label-end h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    }

    .cart__main__label__start-about h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    }

    .additional__services__label-txt {
    max-width: 380px;
    }
}

@media screen and (max-width: 1100px) {
    .items-pcs {
    position: initial;
    offset: initial;
    margin-left: 10px;
    }

    .total__bonus-row p {
    font-size: 12px;
    }

    .cart__main-start {
    max-width: 600px;
    }
}


@media screen and (max-width: 1030px) {
    .container {
    width: 100%;
    min-width: auto;
    }
}

@media screen and (max-width: 990px) {
    .cart__main-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 860px;
    gap: 0;
    }

    .cart__main-start {
    max-width: 100%;
    }

    .cart__main-end {
    width: 100%;
    }

    .cart__items__pcs-about {
    max-width: 100%;
    }

    .cart__check__boxes-row .check-box {
    margin-top: 0;
    }

    .cart__registration-box {
    width: 100%;
    }

    .cart-prices {
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 40px;
    }

    .pick-composition {
    min-width: auto;
    }

    .pick__composition__box-start {
    padding: 25px;
    }

    .pick__composition__box__end-title {
    padding: 25px 25px 0;
    }

    .pick__composition__box__end-about {
    padding: 0 25px;
    gap: 25px;
    }

    .cart__main-end {
    position: initial;
    }

    .reg-label p {
    max-width: 370px;
    }

    .pick__composition__box-start {
    max-width: 450px;
    }
}

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

    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
    margin-left: -190px;
    }

    .cart__main-title h1 {
    font-size: 25px;
    }

    .cart__main-title {
    margin-bottom: 20px;
    }

    .cart__main {
    padding-top: 20px;
    }

    .container {
    padding: 0 10px;
    }

    .account-txt {
    display: none;
    }

    .nav-right {
    gap: 20px;
    }

    .phone-about {
    display: none;
    }

    .cart__items-top {
    margin-bottom: 20px;
    }

    .cart__items-title h4 {
    font-size: 20px;
    }

    .cart__main-subtitle h2 {
    font-size: 20px;
    }

    .cart__main-subtitle {
    margin-bottom: 20px;
    }

    .cart__payment__method-box {
    width: 100%;
    }

    .cart__main-row {
    padding-bottom: 950px;
    }

    .cart__main__label-start {
    max-width: 100%;
    }

    .cart__main__label-top {
    flex-wrap: wrap;
    }

    .cart__main__label-end {
    display: flex;
    margin-left: 0;
    gap: 15px;
    margin-top: 15px;
    }

    .cart__main__label-box {
    padding: 15px;
    }

    .cart__main__label-end h5 {
    margin-bottom: 0;
    }


    .additional__services-label {
    flex-wrap: wrap;
    }

    .additional__services__label-end {
    margin-left: 0;
    margin-top: 15px;
    }

    .additional__services__label-txt {
    max-width: 270px;
    }

    .pick-composition {
    min-width: auto;
    padding: 20px !important;
    }

    .pick__composition-title h4 {
    font-size: 25px;
    line-height: 20px;
    }

    .pick__composition__lists-box {
    flex-wrap: wrap;
    }

    .pick__composition__lists__box-start {
    max-width: 100%;
    }

    .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    }

    .pick__composition__lists__box-end button {
    width: 100%;
    height: 40px;
    }

    .input__container {
    width: 100%;
    height: 40px;
    }

    .deliv__address-label {
    flex-wrap: wrap;
    gap: 10px;
    }

    .input__container-row {
    width: 100%;
    gap: 10px;
    }

    .input__container.w-33 {
    width: calc(100% / 3 - 4px);
    }

    .input__container input {
    height: 40px;
    line-height: 45px;
    padding-left: 15px;
    }

    .placeholder__form {
    left: 15px;
    transform: translateY(79%);
    }

    .input__container .input:focus~.placeholder__form,
    .input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(-1px) translateX(0px) scale(0.60);
    }

    .btn-address {
    width: 100%;
    height: 45px;
    }

    .input__container textarea {
    height: 100px;
    padding-top: 12px;
    padding-left: 15px;
    }

    .pick__composition__box-end {
    display: none;
    }

    .pick__composition__box-end {
    display: none;
    }

    .entry-area .input__container .placeholder__form {
    transform: translateY(50%);
    }

    .entry-area .input__container input {
    height: 51px;
    }

    .reg-label p {
    max-width: calc(100% - 50px);
    font-size: 14px;
    line-height: 20px;
    }

    .entry-area .input__container {
    height: 50px;
    }

    .entry__btn-link img {
    width: 100%;
    object-fit: cover;
    }

    .forgot-box {
    min-width: 99%;
    }

    .entry-offset {
    margin-top: 20px;
    }

    .pick__composition-title p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    }

    .btn-entry {
    font-size: 16px;
    height: 45px;
    }

    .cart__registration-row a {
    font-size: 13px;
    }
}

.cart__items__pcs__about-top {
width: 100%;
}

.cart__items__pcs-about {
flex-direction: column;
max-width: calc(100% - 120px);
width: calc(100% - 120px);
}

.cart__items__pcs-about  .items-pcs {
display: none;
}

.btn__delete-pcs {
color: #7E7E7E;
font-size: 14px;
font-weight: 400;
line-height: normal;
background: transparent;
border: 0;
border-bottom: 1px dashed currentColor;
cursor: pointer;
transition: .2s all ease;
margin-left: auto;
}


.input-group {
display: flex;
align-items: center;
height: 28px
}

.input-group input.input-number {
width: 64px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: 1px solid #e4e4e4;
border-left: 0;
border-right: 0;
font-weight: 400;
font-size: 17px;
color: #000;
padding: 0;
margin: 0;
outline: 0
}

.input-group-btn button {
display: flex;
justify-content: center;
width: 33px;
height: 28px;
min-height: 28px;
line-height: 1;
border: 1px solid #e4e4e4;
border-radius: 0;
border-right: 0;
background: #f6f6f6;
font-weight: 400;
font-size: 21px;
text-align: center;
color: #494949;
cursor: pointer;
padding: 0;
margin: 0;
outline: 0; 
}

.input-group-btn:last-child button {
border-radius: 0;
border-left: 0;
border-right: 1px solid #e4e4e4
}

.mini__cart__add__box__middle-buttons .input-group-btn button {
width: 27px;
height: 27px;
align-items: center;
}

.mini__cart__add__box__middle-buttons .input-group input.input-number {
width: 46px;
}

.mini__cart__add__box__middle-buttons .input-group p {
color: #7E7E7E;
font-size: 15px;
font-weight: 400;
line-height: normal;
letter-spacing: -0.15px;
margin-left: 10px;
}

.mini__cart__add__box__middle-buttons {
display: flex;
align-items: center;
width: 100%;
}

.cart__items__pcs__about-top .items-about {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-left: auto;
gap: 0;
}

.cart__items__pcs__about-bottom {
width: 100%;
margin-top: 15px;
}

.bonus-input .account__form-input {
width: 100%;
padding-left: 47px;
background: url('https://askona.com.cy/account/assets/img/bonus-active.svg') no-repeat;
background-position: 17px center;
background-size: 20px;
}

.account__form-input {
border-radius: 4px;
border: 1px solid #EBEBEB;
font-family: circle, Arial, sans-serif;
padding: 17px 18px;
color: #070707;
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.bonus-input>span {
color: #464646;
font-size: 16px;
font-weight: 350;
line-height: 27px;
margin-bottom: 5px;
display: block;
}
#bonus-lastupdated{
font-size: 14px;
justify-content: space-between;
margin-top: 5px;
}

#bonus-lastupdated p, #bonus-lastupdated span {
font-size: 14px;
color: #9a9a9a;
}
#bonus-lastupdated a {
font-size: 14px;
}

.subtitle-line {
    position: relative;
    margin-bottom: 20px;
}
.subtitle-line h3 {
    color: #464646;
    font-size: 18px;
    font-weight: 350;
    line-height: 27px;
    margin: 0;
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    max-width: max-content;
    text-transform: uppercase;
}
.subtitle-line:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #BABABA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cart__main-start{
    width: 100%;
    max-width: 865px;
}
/* End */


/* Start:/local/components/5rlv/system.auth.form/templates/.default/style.css?174972040645899*/
.cart__main * {
  font-family: 'Averta CY', Arial, sans-serif;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}

.nav-right {
  margin-left: auto;
  gap: 50px;
  align-items: center;
}

header {
  padding: 16px 0;
  border-bottom: 0.909px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.03);
}

.account-txt {
  display: flex;
  flex-direction: column;
}

.account-txt span {
  color: #949494;
  font-size: 15px;
  font-weight: 350;
  line-height: 15px;
}

.account-txt span b {
  color: #2E2E2E;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}

.account-box {
  align-items: center;
  gap: 7px;
}

.account-img {
  position: relative;
}

.account-img::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #D7D7D7;
  position: absolute;
  right: 0;
}

.phone-about {
  display: flex;
  flex-direction: column;
}

.phone-about span b {
  color: #FFF;
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0.85px;
}

.phone-about span {
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.phone-box {
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  background: #00B9BF;
  align-items: center;
  padding: 6px 14px;
  transition: .2s all ease;
}

.nav-cart {
  align-items: center;
}

.cart__main-title h1 {
  color: #000;
  font-size: 48px;
  font-weight: 250;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.cart__main {
  padding-top: 80px;
}

.cart__main-title {
  margin-bottom: 65px;
}

.cart__main-subtitle h2 {
  margin: 0;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 26px;
  padding-right: 27px;
  background: #fff;
  position: relative;
  max-width: max-content;
}

.cart__main-subtitle {
  position: relative;
  margin-bottom: 35px;
}

.cart__main-subtitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D4D4D4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cart__main-inputs {
  flex-direction: column;
  width: 432px;
  gap: 32px;
  justify-content: space-between;
  transition: .2s all ease;
}

.cart-inputs {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cart-inputs input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-family: circle, Arial, sans-serif;
  padding-left: 24px;
}

.cart-inputs input::placeholder {
  color: #7E7E7E;
}

.cart__main__start-row {
  gap: 32px;
  align-items: flex-start;
}

.cart-inputs::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F00000;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
}

.cart-inputs.required::after {
  opacity: 1;
}

.cart__registration-box {
  border-radius: 4px;
  border: 1px dashed #00B9BF;
  background: #F5FEFF;
  padding: 15px 24px;
  max-width: 410px;
}

.cart__registration-box p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cart__registration-box p b {
  color: #00B9BF;
  font-weight: 700;
}

.cart__registration-box ul li {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.cart__registration-box ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 8px;
  margin-bottom: 19px !important;
}

.cart__registration-box ul li span {
  font-weight: 700;
  position: relative;
  padding-right: 13px;
  background: url(/local/components/5rlv/system.auth.form/templates/.default/../img/a-icon.svg)no-repeat;
  background-position: right;
  background-size: 11px;
}

.cart__registration-box ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/local/components/5rlv/system.auth.form/templates/.default/../img/check-ic.svg)no-repeat;
  background-size: contain;
}

.cart__registration-row a {
  border-radius: 4px;
  background: #12ACB4;
  padding: 8px 20px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: .2s all ease;
  border: 1px solid transparent;
}

.cart__registration-row {
  gap: 13px;
}

.cart__registration-row a:hover {
  background: transparent;
  border-color: #12ACB4;
  color: #12ACB4;
}

.cart__main-start {
  max-width: 865px;
}

.cart__main-box:not(:last-child) {
  margin-bottom: 70px;
}

.cart__main__label__start-about h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.cart__main__label-end h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: right;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.cart__main__label__start-about span {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  transition: .2s all ease;
}

.cart__main__label-end span {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.cart__main__label-end {
  margin-left: auto;
}

.cart__main__label-box {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 22px 30px;
}

.cart__main__label__start__active-img {
  margin-right: 10px;
  align-items: center;
  height: 23px;
}

.cart__main__label__start__active-row span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 22px;
}

.cart__main__label__start__active-row a {
  color: #12ACB4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px dashed currentColor;
  transition: .2s all ease;
}

.cart__main__label__start__active-row {
  align-items: center;
}

.cart__main__label__start__active-row a:hover {
  border-bottom-style: solid;
}

.cart__main__label__start-active>span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 12px;
  border-radius: 4px;
  background: #F06;
  margin-top: 21px;
  display: block;
  max-width: max-content;
}

.cart__main__label__start-active {
  max-height: 0;
  overflow: hidden;
  transition: .2s all ease;
}

.cart__main-label {
  cursor: pointer;
  position: relative;
}

.pick-labels {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cart__main-label>input:checked~.cart__main__label-box {
  border: 2px solid #12ACB4;
  background: #F5FEFF;
}

.cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-active {
  max-height: max-content;
}

.cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-about span {
  max-height: 0;
  overflow: hidden;
}

.cart__main-label>input:checked~.pick-labels {
  display: none;
}

.pick__composition__lists-label>input:checked+.pick__composition__lists-box .pick__composition__lists__box-end {
  opacity: 1;
  visibility: visible;
}

.pick__composition-title h4 {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 26px;
  margin: 0;
}

.pick__composition-title {
  margin-bottom: 45px;
}

.pick__composition__list-title h5 {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 0;
}

.pick__composition__list-title {
  margin-bottom: 23px;
}

.pick__composition__lists__box__start-title h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.pick__composition__lists-box {
  border-radius: 4px;
  background: #F8F8F8;
  border: 2px solid transparent;
  padding: 16px 24px;
  align-items: center;
  cursor: pointer;
}

.pick__composition__lists__box__start-about span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.pick__composition__lists__box__start-about {
  gap: 10px;
}

.pick__composition__lists__box-end button {
  border-radius: 4px;
  background: #12ACB4;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-family: circle, Arial, sans-serif;
  cursor: pointer;
  transition: .2s all ease;
}

.pick__composition__lists__box__start__about-img {
  width: 20px;
  height: 16px;
  align-items: center;
}

.pick__composition__lists__box-start {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: calc(100% - 150px);
}

.pick-composition {
  min-width: 895px;
}

.pick__composition__lists__box-end {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
}

.pick__composition__lists__box-end button:hover {
  background: transparent;
  border-color: #12ACB4;
  color: #12ACB4;
}

.pick__composition-lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 550px;
  overflow: auto;
  padding-right: 20px;
}

.pick__composition__lists-label:hover .pick__composition__lists__box-end {
  opacity: 1;
  visibility: visible;
}

.pick__composition__lists-label>input:checked+.pick__composition__lists-box {
  border-color: #12ACB4;
  background: #F5FEFF;
}

.pick__composition-lists::-webkit-scrollbar {
  width: 6px;
  background-color: #f9f9fd;
}

.pick__composition-lists::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #18aaaa;
}

.pick__composition-lists::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

.cart__main-labels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.additional-services {
  max-height: 0;
  overflow: hidden;
  transition: .2s all ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cart__main-label>input:checked~.cart__main__label-box .additional-services {
  max-height: max-content;
}

.additional__services__label-txt h5 {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 0;
}

.additional__services__label-txt {
  flex-direction: column;
}

.additional__services-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.additional__services__label-end {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
  max-height: 0;
  overflow: hidden;
  transition: .2s all ease;
}

.additional-check {
  width: 36px;
  height: 12px;
  background: #DCDCDC;
  border-radius: 60px;
  border: 1px solid transparent;
  position: relative;
  margin-top: 6px;
  transition: .2s all ease;
}

.additional-check span {
  background: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(1%, -50%);
  transition: .2s all ease;
}

.additional__services-label>input:checked~.additional__services__label-start .additional-check {
  border-color: #74CBD0;
  background: rgba(18, 172, 180, 0.30);
}

.additional__services-label>input:checked~.additional__services__label-start .additional-check span {
  transform: translate(100%, -50%);
}

.additional__services__label-start {
  gap: 14px;
}

.additional__services-label:first-child {
  margin-top: 30px;
}

.additional__services__label-price {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.cart__middle__payments__additional__info-row {
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  max-width: 80px;
  align-items: center;
  padding: 0 10px;
}

.cart__middle__payments__additional__info__input-row input {
  width: 35px;
  border: 0;
  outline: 0;
  color: #090909;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart__middle__payments__additional__info__input-row {
  justify-content: center;
}

.cart__middle__payments__additional__info-row button {
  width: 15px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.additional__services-label>input:checked~.additional__services__label-end {
  max-height: max-content;
}

.deliv__address-inputs {
  flex-direction: column;
  gap: 32px;
}

.input__container {
  height: 60px;
  position: relative;
  width: calc(100% - 275px);
}

.input__container input {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  outline: 0 !important;
  border: 1px solid #D4D4D4;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
  height: 60px;
  line-height: 55px;
  padding-left: 24px;
}

.placeholder__form {
  color: #818181;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  left: 24px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  transform: translateY(120%);
}

.input__container .input:focus~.placeholder__form,
.input__container .input:not(:placeholder-shown)~.placeholder__form {
  transform: translateY(5px) translateX(0px) scale(0.70);
}

.deliv__address-label {
  width: 100%;
  gap: 33px;
  align-items: center;
}

.deliv__address-label p {
  max-width: 275px;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.input__container-row {
  width: calc(100% - 310px);
  gap: 28px;
}

.input__container.w-33 {
  width: calc(100%/3 - 18px);
}

.input__container textarea {
  width: 100%;
  height: 162px;
  resize: none;
  outline: 0 !important;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  outline: 0 !important;
  border: 1px solid #D4D4D4;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
  padding-left: 24px;
  padding-top: 20px;
}

.btn-address {
  width: calc(100% - 308px);
  height: 60px;
  border-radius: 4px;
  background: #12ACB4;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: .2s all ease;
  cursor: pointer;
}

.btn-address:hover {
  background: transparent;
  color: #12ACB4;
  border-color: #12ACB4;
}

.text-comment .input__container {
  height: auto;
}

.deliv__address-label.text-comment {
  align-items: flex-start;
}

.additional__services__label-txt span {
  color: #4B4B4B;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: 0 !important;
}

.input__container::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F00000;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
}

.input__container.required::after {
  opacity: 1;
}

.input__container textarea::placeholder {
  color: #818181;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.deliv__to__dpd-box .select2-container {
  margin: 0;
}

.deliv__to__dpd-box .select2-container .select2-selection {
  height: 60px;
  border-color: #D4D4D4;
  border-radius: 4px;
}

.deliv__to__dpd-box .select2-container .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding-left: 24px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.deliv__to__dpd-box .select2-container .select2-selection .select2-selection__arrow {
  height: 60px;
  right: 12px;
}

.dpd__select-label {
  margin-bottom: 32px;
}

.deliv__to__dpd-box .btn-address {
  width: 100%;
}

.select2-container .select2-results__option {
  font-size: 18px;
  padding: 8px 7px;
  line-height: 21px;
}

.select2-search--dropdown {
  display: none;
}

.cart__payment-method {
  flex-wrap: wrap;
  gap: 30px;
  align-items: initial;
}

.cart__payment__method-box {
  width: calc(50% - 15px);
  cursor: pointer;
}

.cart__payment__method-row {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 22px 25px;
  align-items: center;
  gap: 18px;
  transition: .2s all ease;
  height: 100%;
}

.cart__payment__method-img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart__payment__method-txt {
  max-width: calc(100% - 85px);
}

.cart__payment__method-txt h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 2px;
}

.cart__payment__method-txt span {
  color: #393939;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cart__payment__method-box input:checked+.cart__payment__method-row {
  border-radius: 4px;
  border-color: #12ACB4;
  background: #F5FEFF;
}

.cart__items-bottom {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.cart__items-top.active+.cart__items-bottom {
  max-height: 0;
  margin-bottom: 40px;
}

.cart__items__pcs-img {
  width: 100px;
  justify-content: center;
}

.cart__items-pcs {
  gap: 20px;
  position: relative;
}

.items-title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.18px;
  margin: 0;
  margin-bottom: 3px;
}

.items-options {
  color: #7E7E7E;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  margin-bottom: 6px;
  display: block;
}

.items-price {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.items-pcs {
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.18px;
  position: absolute;
  top: 0;
  right: 0;
}

.cart__items-pcs:not(:last-child) {
  margin-bottom: 37px;
}

.cart__items-title h4 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.cart__items-top {
  align-items: initial;
  margin-bottom: 40px;
}

.cart__items__top-icon {
  margin-left: auto;
  align-items: center;
  cursor: pointer;
}

.cart__items-top .cart__items__top-icon {
  transform: rotate(180deg);
}

.cart__items-top.active .cart__items__top-icon {
  transform: rotate(0deg);
}

.cart__main-row {
  gap: 50px;
  padding-bottom: 150px;
}

.cart__items__pcs-img img {
  width: 100%;
  object-fit: cover;
}

.cart__items__pcs-about {
  max-width: 250px;
}

.cart__main-end {
  width: 40%;
  position: sticky;
  top: 5px;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

.bx_filter_section [data-tooltip],
.bx_filter_section .tooltip {
  position: initial;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 210px;
  background-color: #FFD700;
  color: #fff;
  content: attr(data-tooltip);
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  padding: 16px 20px 20px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #FFD700;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -125px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.cart__prices-title h4 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.cart__prices__list-box {
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  padding: 22px 0;
}

.cart__prices__list-box li {
  justify-content: space-between;
  width: 100%;
}

.cart__prices__list-box span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.cart__prices-title {
  margin-bottom: 23px;
}

.cart__prices__list-box li button {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.cart__prices__list-box li button span {
  color: #12ACB4;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.cart__list-row {
  align-items: center;
  gap: 13px;
}

.dop-row {
  width: 100%;
  gap: 16px;
  margin: 10px 0;
}

.dop-row input {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #D4D4D4;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.dop-row button {
  border-radius: 2px;
  background: #12ACB4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 135px;
  border: 1px solid transparent;
  outline: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: .2s all ease;
  cursor: pointer;
}

.dop-row button:hover {
  border-color: #12ACB4;
  color: #12ACB4;
  background: #fff;
}

.dop-row input::placeholder {
  color: #BFBFBF;
}

.total-row {
  width: 100%;
  justify-content: space-between;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.24px;
  margin-top: 22px;
}

.total__bonus-row {
  margin-top: 100px;
  border-radius: 4px;
  border: 1.5px dashed #00B9BF;
  background: #FFF;
  align-items: center;
  padding: 8px 16px;
}

.total__bonus-row p {
  color: #12ACB4;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.1px;
}

.total__bonus-row p span {
  font-weight: 700;
}

.total__bonus-row .tooltip {
  margin-left: auto;
}

.total__bonus-img {
  margin-right: 8px;
}

.cart-btn {
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #12ACB4;
  border: 1px solid transparent;
  transition: .2s all ease;
  cursor: pointer;
  margin-top: 16px;
}

.cart-btn:hover {
  background: #fff;
  color: #12ACB4;
  border-color: #12ACB4;
}

.cart__check-boxes {
  margin-top: 40px;
}

.check-box {
  width: 18px;
  height: 18px;
  border: 2px solid #13acb4;
  position: relative;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.cart__check-boxes label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  cursor: pointer;
}

.check-box span {
  width: 10px;
  height: 8px;
  background: url(/local/components/5rlv/system.auth.form/templates/.default/../img/check-mark-wh.svg)no-repeat;
  background-size: contain;
  transition: .2s all ease;
  opacity: 0;
}

.cart__check__boxes-row label p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  max-width: calc(100% - 35px);
}

.cart__check__boxes-row p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.cart__check__boxes-row {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-left: 30px;
}

.cart__check-boxes .all-check {
  align-items: center;
  margin-bottom: 27px;
  max-width: max-content;
  cursor: pointer;
}

.cart__check-boxes .all-check p {
  color: #12ACB4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  border-bottom: 1px dashed currentColor;
}

.cart__check__boxes-row .check-box {
  margin-top: 5px;
}

.cart__check-boxes label input:checked+.check-box {
  background: #13acb4;
}

.cart__check-boxes label input:checked+.check-box span {
  opacity: 1;
}

.dop-row {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.dop-row.show {
  display: flex;
  opacity: 1;
}

.btn-promo span:last-child {
  display: none;
}

.error-box {
  transition: .2s all linear;
  display: none;
}

.error-txt {
  color: #EA5455;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: calc(100% - 18px);
}

.error-img {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.error__box-about {
  border-radius: 6px;
  border: 1px solid rgba(234, 84, 85, 0.16);
  background: rgba(234, 84, 85, 0.16);
  padding: 7px 10px;
  gap: 8px;
}

.cart__check__boxes-row label p a {
  color: #00B9BF;
  border: 0;
}

.label-err+.error-box {
  display: block;
}

.cart-inputs.label-err {
  border-color: #FF6262;
}

.dop-row.label-err {
  margin-bottom: 0;
}

.pick__composition__box__end-about {
  flex-direction: column;
}

.entry-autor,
.entry-regis {
  display: none;
}

.entry-autor.active,
.entry-regis.active {
  display: block;
}

.pick__composition__box-end {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: .2s all linear;
  border-left: 1px solid #F4F4F4;
  background: #F9F9F9;
}

.pick__composition__box-end.active {
  max-width: none;
  max-height: none;
  opacity: 1;
  visibility: visible;
}


.pick__composition__box-start {
  padding: 52px 48px;
  background: #fff;
}

.pick__composition__box__end-title {
  padding: 52px 42px 0;
  margin-bottom: 50px;
}

.pick__composition__box__end-about {
  padding: 0 42px 52px;
  gap: 60px;
}

.pick__composition__box__end-title h4 {
  color: #12ACB4;
  font-size: 27px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
}

.pick__composition__box__end-row {
  gap: 20px;
}

.pick__composition__box__end__row-txt h5 {
  margin: 0;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.pick__composition__box__end__row-txt span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pick__composition__box__end__row-txt {
  max-width: 235px;
}

.entry-area .input__container input {
  box-shadow: none;
}

.entry-area .input__container {
  width: 100%;
}

.autor-btn {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  background: #fff;
  padding: 14px 23px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  width: calc(50% - 7px);
  justify-content: center;
  cursor: pointer;
  transition: .2s all ease;
}

.autor-buttons {
  gap: 14px;
  margin-bottom: 30px;
}

.autor-btn.active {
  border: 1px solid #1DB9C1;
  background: #12ACB4;
  color: #fff;
}

.autorisation-box {
  padding: 0 !important;
}

.fancybox__container * {
  font-family: 'Averta CY', Arial, sans-serif;
}

.entry-area .input__container .placeholder__form {
  text-transform: none;
  transform: translateY(85%);
}

.entry-area .input__container .input:focus~.placeholder__form,
.entry-area .input__container .input:not(:placeholder-shown)~.placeholder__form {
  transform: translateY(0px) translateX(0px) scale(0.70);
}

.entry-subtitle span {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0 12px;
  background: #fff;
  position: relative;
}

.entry-subtitle {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.entry-subtitle::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #BEBEBE;
  opacity: .5;
}

.entry__area-bottom {
  margin-top: 55px;
}

.entry__btn-row {
  gap: 14px;
}

.entry-area .input__container {
  margin-bottom: 30px;
}

.pick__composition-box {
  align-items: initial;
}

.entry__btn-link {
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.06);
  transition: .2s all linear;
  border-radius: 8px;
  overflow: hidden;
}

.entry__btn-link:hover {
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.25);
}

.show-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M13.1875 7.375C13.1875 9.45508 11.4883 11.125 9.4375 11.125C7.35742 11.125 5.6875 9.45508 5.6875 7.375C5.6875 5.32422 7.35742 3.625 9.4375 3.625C11.4883 3.625 13.1875 5.32422 13.1875 7.375ZM9.4375 4.5625C7.85547 4.5625 6.625 5.82227 6.625 7.375C6.625 8.92773 7.85547 10.1875 9.4375 10.1875C10.9902 10.1875 12.25 8.92773 12.25 7.375C12.25 5.82227 10.9902 4.5625 9.4375 4.5625ZM15.0625 3.18555C16.4395 4.44531 17.3477 5.96875 17.7871 7.02344C17.875 7.25781 17.875 7.52148 17.7871 7.75586C17.3477 8.78125 16.4395 10.3047 15.0625 11.5938C13.6855 12.8828 11.7812 13.9375 9.4375 13.9375C7.06445 13.9375 5.16016 12.8828 3.7832 11.5938C2.40625 10.3047 1.49805 8.78125 1.05859 7.75586C0.970703 7.52148 0.970703 7.25781 1.05859 7.02344C1.49805 5.96875 2.40625 4.44531 3.7832 3.18555C5.16016 1.89648 7.06445 0.8125 9.4375 0.8125C11.7812 0.8125 13.6855 1.89648 15.0625 3.18555ZM1.9375 7.375C2.31836 8.3125 3.16797 9.71875 4.42773 10.8906C5.6875 12.0625 7.35742 13 9.4375 13C11.4883 13 13.1582 12.0625 14.418 10.8906C15.6777 9.71875 16.5273 8.3125 16.9375 7.375C16.5273 6.4375 15.6777 5.03125 14.418 3.85938C13.1582 2.6875 11.4883 1.75 9.4375 1.75C7.35742 1.75 5.6875 2.6875 4.42773 3.85938C3.16797 5.03125 2.31836 6.4375 1.9375 7.375Z' fill='%23383838'/%3E%3C/svg%3E%0A");
}

.hide-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M19.5449 15.0547C19.75 15.2012 19.8086 15.4941 19.6328 15.6992C19.4863 15.9043 19.1934 15.9336 18.9883 15.7871L1.17578 1.72461C0.970703 1.57812 0.912109 1.28516 1.08789 1.08008C1.23438 0.875 1.52734 0.816406 1.73242 0.992188L19.5449 15.0547ZM18.7246 8.75586C18.4316 9.45898 17.9043 10.4258 17.1426 11.3633L16.4102 10.7773C17.1133 9.89844 17.582 9.04883 17.875 8.375C17.4648 7.4375 16.6152 6.03125 15.3555 4.85938C14.0957 3.6875 12.4258 2.75 10.375 2.75C9.20312 2.75 8.14844 3.07227 7.24023 3.54102L6.44922 2.89648C7.5625 2.25195 8.85156 1.8125 10.375 1.8125C12.7188 1.8125 14.623 2.89648 16 4.18555C17.377 5.44531 18.2852 6.96875 18.7246 8.02344C18.8125 8.25781 18.8125 8.52148 18.7246 8.75586ZM3.57812 5.41602L4.31055 6.00195C3.60742 6.85156 3.13867 7.73047 2.8457 8.375C3.25586 9.3125 4.10547 10.7188 5.36523 11.8906C6.625 13.0625 8.29492 14 10.3457 14C11.5176 14 12.5723 13.707 13.4805 13.2383L14.2715 13.8828C13.1582 14.5273 11.8691 14.9375 10.3457 14.9375C8.00195 14.9375 6.09766 13.8828 4.7207 12.5938C3.34375 11.3047 2.43555 9.78125 1.99609 8.75586C1.9082 8.52148 1.9082 8.25781 1.99609 8.02344C2.28906 7.32031 2.81641 6.35352 3.57812 5.41602ZM6.5957 8.375C6.5957 8.19922 6.625 8.02344 6.6543 7.84766L7.5625 8.55078C7.65039 10.0449 8.85156 11.1875 10.3457 11.1875C10.5215 11.1875 10.6973 11.1875 10.8438 11.1582L11.752 11.8613C11.3125 12.0371 10.8438 12.125 10.3457 12.125C8.29492 12.125 6.5957 10.4551 6.5957 8.375ZM14.125 8.375C14.125 8.58008 14.0957 8.75586 14.0664 8.93164L13.1582 8.22852C13.0703 6.73438 11.8691 5.5625 10.3457 5.5625C10.1992 5.5625 10.0234 5.5918 9.87695 5.62109L8.96875 4.91797C9.4082 4.74219 9.87695 4.625 10.3457 4.625C12.4258 4.625 14.125 6.32422 14.125 8.375Z' fill='%23383838'/%3E%3C/svg%3E%0A") !important;
}

.reg-label .check-box {
  margin-top: 5px;
}

.reg-label input:checked+.check-box {
  background: #13acb4;
}

.reg-label input:checked+.check-box span {
  opacity: 1;
}

.reg-label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  cursor: pointer;
  margin-bottom: 25px;
}

.reg-label p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  max-width: 445px;
}

.reg-label p a {
  color: #00B9BF;
  text-decoration: none;
  border-bottom: 0;
}

.fa-field {
  content: '';
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.btn-entry {
  border-radius: 4px;
  background: #12ACB4;
  width: 100%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: .2s all ease;
  cursor: pointer;
}

.btn-entry:hover {
  border-color: #12ACB4;
  color: #12ACB4;
  background: #fff;
}

.entry-offset {
  border-color: #12ACB4;
  color: #12ACB4;
  background: #fff;
  margin-top: 30px;
}

.entry-offset:hover {
  color: #fff;
  background: #12ACB4;
}

.forgot-link {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  display: flex;
  max-width: max-content;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

.forgot-box {
  min-width: 572px;
}

.forgot__psw-log span {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.forgot__psw-log span a {
  color: #12ACB4;
}

.forgot__psw-log {
  margin-top: 25px;
}

.pick__composition-title p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.16px;
  max-width: 475px;
  margin-top: 44px;
}

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

  .total__bonus-row [data-tooltip]:after,
  .total__bonus-row .tooltip:after,
  .total__bonus-row .tooltip-top:after {
    margin-left: -230px;
  }
}

@media screen and (max-width: 1350px) {
  .cart__main-start {
    max-width: 815px;
  }

  .cart__main-row {
    gap: 35px;
    padding-bottom: 60px;
  }

  .cart__prices__list-box span {
    font-size: 18px;
  }

  .cart__prices__list-box {
    gap: 12px;
  }

  .total__bonus-row {
    margin-top: 45px;
  }

  .cart__check__boxes-row {
    gap: 15px;
  }

  .cart__payment__method-txt span {
    font-size: 12px;
    line-height: 15px;
  }

  .cart__main-inputs {
    gap: 20px;
  }

  .cart__items-pcs:not(:last-child) {
    margin-bottom: 25px;
  }

  .cart__payment__method-row {
    padding: 18px 20px;
  }

  .cart__payment-method {
    gap: 20px;
  }

  .cart__payment__method-box {
    width: calc(50% - 10px);
  }

  .pick__composition-lists {
    max-height: 350px;
  }

  .deliv__address-inputs {
    gap: 15px;
    max-width: 950px;
  }

  .pick__composition-title {
    margin-bottom: 20px;
  }

  .cart__main-box:not(:last-child) {
    margin-bottom: 40px;
  }

  .cart__main {
    padding-top: 45px;
  }

  .cart__main-title {
    margin-bottom: 40px;
  }

  .cart__main-title h1 {
    font-size: 40px;
  }

  .cart__prices__list-box li button span {
    font-size: 18px;
  }

  .pick__composition__box__end-about {
    gap: 45px;
    padding: 0 40px;
  }

  .entry-area .input__container {
    margin-bottom: 20px;
  }

  .entry__area-bottom {
    margin-top: 35px;
  }

  .pick__composition__box__end-title {
    margin-bottom: 20px;
    padding: 40px 40px 0;
  }

  .pick__composition__box-start {
    padding: 40px;
  }

  .fancybox__slide {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1280px) {
  .cart__check__boxes-row {
    padding: 0;
  }

  .cart__main-start {
    max-width: 750px;
  }

  .cart__prices__list-box span {
    font-size: 16px;
  }

  .cart__prices__list-box {
    gap: 8px;
  }

  .cart__main-row {
    gap: 25px;
  }

  .items-title {
    font-size: 16px;
    line-height: 20px;
  }

  .cart__items-pcs:not(:last-child) {
    margin-bottom: 20px;
  }

  .cart__main__start-row {
    gap: 25px;
  }

  .cart__registration-box {
    max-width: 375px;
    padding: 15px;
  }

  .cart-inputs {
    height: 50px;
  }

  .cart__prices__list-box li button span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .cart__items-pcs {
    gap: 10px;
  }

  .cart__items__pcs-img {
    width: 80px;
  }

  .cart__items__pcs-about {
    max-width: 220px;
  }

  .cart__check__boxes-row label p {
    font-size: 14px;
    line-height: 20px;
  }

  .total__bonus-row p {
    font-size: 14px;
  }

  .total__bonus-row {
    padding: 8px 10px;
  }

  .cart__prices__list-box li button span {
    font-size: 16px;
  }

  .cart__main__label-box {
    padding: 15px 20px;
  }

  .cart__payment__method-txt h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .cart__main__start-row {
    flex-wrap: wrap;
  }

  .cart__main-inputs {
    width: 100%;
  }

  .cart__registration-box {
    max-width: 100%;
  }

  .error-box {
    width: 100%;
  }

  .cart__main-start {
    max-width: 670px;
  }

  .cart__main__label-start {
    max-width: calc(100% - 170px);
  }

  .cart__main__label__start__active-row span {
    font-size: 14px;
  }

  .cart__main__label__start-about span {
    font-size: 14px;
  }

  .cart__main__label-end span {
    font-size: 14px;
  }

  .cart__main__label-end h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .cart__main__label__start-about h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .additional__services__label-txt {
    max-width: 380px;
  }
}

@media screen and (max-width: 1100px) {
  .items-pcs {
    position: initial;
    offset: initial;
    margin-left: 10px;
  }

  .total__bonus-row p {
    font-size: 12px;
  }

  .cart__main-start {
    max-width: 600px;
  }
}


@media screen and (max-width: 1030px) {
  .container {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 990px) {
  .cart__main-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 860px;
    gap: 0;
  }

  .cart__main-start {
    max-width: 100%;
  }

  .cart__main-end {
    width: 100%;
  }

  .cart__items__pcs-about {
    max-width: 100%;
  }

  .cart__check__boxes-row .check-box {
    margin-top: 0;
  }

  .cart__registration-box {
    width: 100%;
  }

  .cart-prices {
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 40px;
  }

  .pick-composition {
    min-width: auto;
  }

  .pick__composition__box-start {
    padding: 25px;
  }

  .pick__composition__box__end-title {
    padding: 25px 25px 0;
  }

  .pick__composition__box__end-about {
    padding: 0 25px;
    gap: 25px;
  }

  .cart__main-end {
    position: initial;
  }

  .reg-label p {
    max-width: 370px;
  }

  .pick__composition__box-start {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 0;
    border: 0;
  }

  [data-tooltip]:after,
  .tooltip:after,
  .tooltip-top:after {
    margin-left: -190px;
  }

  .cart__main-title h1 {
    font-size: 25px;
  }

  .cart__main-title {
    margin-bottom: 20px;
  }

  .cart__main {
    padding-top: 20px;
  }

  .container {
    padding: 0 10px;
  }

  .account-txt {
    display: none;
  }

  .nav-right {
    gap: 20px;
  }

  .phone-about {
    display: none;
  }

  .cart__items-top {
    margin-bottom: 20px;
  }

  .cart__items-title h4 {
    font-size: 20px;
  }

  .cart__main-subtitle h2 {
    font-size: 20px;
  }

  .cart__main-subtitle {
    margin-bottom: 20px;
  }

  .cart__payment__method-box {
    width: 100%;
  }

  .cart__main-row {
    padding-bottom: 760px;
  }

  .cart__main__label-start {
    max-width: 100%;
  }

  .cart__main__label-top {
    flex-wrap: wrap;
  }

  .cart__main__label-end {
    display: flex;
    margin-left: 0;
    gap: 15px;
    margin-top: 15px;
  }

  .cart__main__label-box {
    padding: 15px;
  }

  .cart__main__label-end h5 {
    margin-bottom: 0;
  }


  .additional__services-label {
    flex-wrap: wrap;
  }

  .additional__services__label-end {
    margin-left: 0;
    margin-top: 15px;
  }

  .additional__services__label-txt {
    max-width: 270px;
  }

  .pick-composition {
    min-width: auto;
    padding: 20px !important;
  }

  .pick__composition-title h4 {
    font-size: 25px;
    line-height: 20px;
  }

  .pick__composition__lists-box {
    flex-wrap: wrap;
  }

  .pick__composition__lists__box-start {
    max-width: 100%;
  }

  .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .pick__composition__lists__box-end button {
    width: 100%;
    height: 40px;
  }

  .input__container {
    width: 100%;
    height: 40px;
  }

  .deliv__address-label {
    flex-wrap: wrap;
    gap: 10px;
  }

  .input__container-row {
    width: 100%;
    gap: 10px;
  }

  .input__container.w-33 {
    width: calc(100% / 3 - 4px);
  }

  .input__container input {
    height: 40px;
    line-height: 45px;
    padding-left: 15px;
  }

  .placeholder__form {
    left: 15px;
    transform: translateY(79%);
  }

  .input__container .input:focus~.placeholder__form,
  .input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(-1px) translateX(0px) scale(0.60);
  }

  .btn-address {
    width: 100%;
    height: 45px;
  }

  .input__container textarea {
    height: 100px;
    padding-top: 12px;
    padding-left: 15px;
  }

  .pick__composition__box-end {
    display: none;
  }

  .pick__composition__box-end {
    display: none;
  }

  .entry-area .input__container .placeholder__form {
    transform: translateY(50%);
  }

  .entry-area .input__container input {
    height: 51px;
  }

  .reg-label p {
    max-width: calc(100% - 50px);
    font-size: 14px;
    line-height: 20px;
  }

  .entry-area .input__container {
    height: 50px;
  }

  .entry__btn-link img {
    width: 100%;
    object-fit: cover;
  }

  .forgot-box {
    min-width: 99%;
  }

  .entry-offset {
    margin-top: 20px;
  }

  .pick__composition-title p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }

  .btn-entry {
    font-size: 16px;
    height: 45px;
  }

  .cart__registration-row a {
    font-size: 13px;
  }

	.is-auth .cart__main-row {
        padding-bottom: 960px;
    }

.footer-top-right ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 15px;
}

.footer-top-right ul li {
    min-width: max-content;
}
}

input.error {
  border: 1px solid red;
}

.error p {
  color: red;
}
/* End */


/* Start:/bitrix/templates/askona_v2/styles.css?17250176964952*/
body{
   height: 100%;
}
body[data-language-id='en'] .top-menu__link_services::before {
    position: absolute;
    top: 17px;
    right: -7px;
    width: 16px;
    height: 16px;
    background-image: url(/bitrix/templates/ascona_pro/assets/css/img/ico-global.png);
    content: "";
}
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid rgb(29, 129, 134);
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: rgb(29, 129, 134);
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: rgb(29, 129, 134);
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

.modernstyled.catalog.catalog-feed .catalog-card {
    min-height: 640px;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

.color-selection-preview__col {
    position: relative;
}

.color-selection-preview__col .color-selection-preview__pic-item:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

div.required label,div.required p{
    color: #ff1e58;
}
div.required p{
    font-size: 12px;
}

.phone__number.list {
    font-size: 14px;
    line-height: 18px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}

.phone__number.list a{
    background-size: initial;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    padding-bottom: 5px;
}

.phone__number.list a:last-child{
    padding-bottom: 0;
}

.phone__number.list a.kievstar{background-image: url("/bitrix/templates/askona_v2/img/phone-icons/kievstar-icon.jpg");}
.phone__number.list a.life{background-image: url("/bitrix/templates/askona_v2/img/phone-icons/lifecell-icon.jpg");}
.phone__number.list a.vodafone{background-image: url("/bitrix/templates/askona_v2/img/phone-icons/vodafon-icon.jpg");}

@media (max-width: 433px) {
    .phone.mob-menu__phone:nth-child(2){
        height: 60px;
    }

    .phone__number.list{
        border: none;
    }
}

@media (max-width: 560px) {
    div#order_form_content .cart-user__deliver__courier__new .col-1,
    div#order_form_content .cart-user__deliver__courier__new .col-2,
    div#order_form_content .cart-user__deliver__courier__new .col-3{
        flex-shrink: 1;
    }

    div.dropdown-block{
        margin-top: 35px;
    }

}

/* End */


/* Start:/bitrix/templates/askona_v2/template_styles.css?172501769666298*/
.section_catalog {
    padding: 222px 0 32px !important;
}
@media (max-width:850px){.main-slider__item-img{min-height:300px;object-fit:fill;height:300px}.big-sticker-container{position:relative;height:300px;width:300px}.big-sticker__title{font-size:1.3rem;margin-bottom:8px;line-height:1.375rem}.big-sticker__content{font-size:1.2rem;line-height:1.375rem}}@media (max-width:470px){.main-slider__item-img{height:280px;min-height:280px}.big-sticker-container{position:relative;height:270px;width:270px}}.tabs__wrapper .tabs__title__wrap .tabs__title span label{padding:0}.tabs__wrapper .tabs__title__wrap .tabs__title input[type=radio]:checked+label:after,.tabs__wrapper .tabs__title__wrap .tabs__title input[type=radio]+label:before{content:none}.tab__title1.is-active{color:#1d8186;cursor:default}.tab__title1{border-bottom:1px solid transparent;display:inline-block;margin:0 53px 32px 0;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;font-size:18px;font-size:1.125rem;font-weight:400;line-height:37px;line-height:2.3125rem;letter-spacing:1px;letter-spacing:.0625rem;position:relative}.tab__title1.is-active:after{width:100%}.tab__title1:after{content:"";height:2px;width:0;background-color:#1d8186;position:absolute;display:block;bottom:0;left:0;right:0;margin:0 auto;-webkit-transition:width .3s ease;transition:width .3s ease}.catalog .catalog-sorting .sorting-wrap-desc .sorting-tag.active{color:#27979d;font-weight:700}.catalog .catalog-sorting .sorting-wrap-desc .sorting-tag{color:#000}.catalog .catalog-sorting .sorting-wrap-desc .sorting-tag:hover,.news-page-post a,ul.lang-selector li a{color:#27979d}.news-page-post a:hover,ul.lang-selector li a:hover{text-decoration:underline}input{outline:none}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 50px #fff!important;-webkit-text-fill-color:#999!important;color:#999!important}div.st-content-inner div.bx-authform{margin:25px auto}ul.lang-selector li span{font-weight:700}ul.lang-selector li span::after{content:"";padding:0 2px;font-weight:400}ul.lang-selector li>span:last-child::after{content:""}ul>li>p{display:inline-block;margin-bottom:0}div.main-post__content div#text-block h2{line-height:2rem}@media (max-width:1040px){.tab__title1{margin:0 53px 40px 0}}@media (max-width:976px){.tab__title1{display:none}}@media (max-width:784px){.cart-user__deliver .tab__title1{margin-right:15px}.tab__title1{font-size:1.25rem}}@media (max-width:1023px){section.section_cart div.cart-sidebar__wrap.cart-sidebar__wrap-new{display:none}}.catalog-card .catalog-card-footer .buy-product{width:156px}.cart-promo__status__price--sale{display:block}.posts-header__subscribe.posts-header__subscribe_encyclopedia{width:328px}.news-search__form_block{width:35%!important}.search-btn-block{margin:20px 0 20px 0;width:30%;position:relative}.search-btn-block input[type="submit"]{position:absolute;right:20px}.popup_card .rating p.parsley-error-message{color:#ff1e58}.catalog-feed.catalog-feed_dummy h5{padding:40px}.catalog-filters-sorting{font-size:14px}.breadcrumb-wrapper{padding:0 30px}.catalog .franchise-postscript{margin-top:0}.main-post__title h1{font-size:2rem;font-weight:700}.product-head__title h1{display:inline-block;line-height:1em}.about-us-first-banner .ab-first-banner-text h1{color:#fff}.popup__hl{font-size:3.5rem;font-weight:800}.information__title,.popup__hl,.production__title,.main-title,.product-comments__title,.product-desc__title:first-child{font-weight:800;font-size:2.5rem}.product-comments__title h2{font-weight:800;float:left}.main-post__title,.panel__small-title{font-weight:800}.information__sub-title,.production__subtitle,.subscribe__label{font-size:32px;font-size:2rem;font-weight:800}.promocode__subscribe-title{font-size:26px;font-size:1.625rem;font-weight:800;letter-spacing:.7px;letter-spacing:.04375rem}.flag{display:inline-block;width:16px;height:11px;background:url(/bitrix/templates/askona_v2/flags.png) no-repeat}.flag.flag-en{background-position:-16px 0}.flag.flag-lv{background-position:-32px 0}.flag.flag-ru{background-position:0 -11px}.flag.flag-ua{background-position:-16px -11px}@media (max-width:420px){.main-panel__logo{margin-top:0;width:auto}section.product-features h2,section.product-desc h2,section.product-materials h2,section.product-specific h2{font-size:1.7rem}section.product-features,section.product-desc,section.product-materials,section.product-specific{padding:0}}@media (max-width:768px){.catalog div.catalog-filters-sorting{overflow:hidden}.catalog div.catalog-filters-sorting div.catalog-sorting{float:right}.catalog div.catalog-filters-sorting div.catalog-filters,.catalog div.catalog-filters-sorting div.catalog-sorting{height:calc(100% - 30px)}.catalog div.catalog-filters-sorting div.breadcrumb-wrapper ul{margin-top:0;margin-bottom:0}.catalog div.catalog-filters-sorting div.breadcrumb-wrapper ul li.product-head__breadcrumbs-item{display:inline-block}}@media (max-width:1280px){.news-page.container{padding-left:120px}}.promo-page-big-banner-centre{text-align:center}#catalog .select2-container .select2-selection--single .select2-selection__rendered{line-height:2.175rem}body[data-language-id="lv"] .popup_card .rating::before{content:"Jūsu vērtējums:"}body[data-language-id="en"] .popup_card .rating::before{content:"Your mark:"}.spoc_custom_dropdown .dropdown-block-trigger{border-radius:0;border-top:none;border-bottom:1px solid transparent;border-left:none;border-right:none;display:block;position:relative;width:100%;vertical-align:top;outline:none;zoom:1;-webkit-transition:all .2s ease;transition:all .2s ease;font-family:inherit;background-color:#fff;border-color:#000;color:#000;padding-top:15px;padding-bottom:6px}.spoc-container{clear:both}.spoc_city_input_container{margin-top:40px;display:none}.spoc-container.spoc-container_checkbox,.spoc-container.country_fields{margin-bottom:15px}.spoc_country_select label{padding-left:40px;margin-bottom:5px;cursor:pointer}.spoc_country_select label .spoc_after_before{display:inline-block;position:absolute;top:0;left:0}.spoc_country_select label .spoc_after_before:before{content:"";top:0;left:0;width:20px;height:20px;border:1px solid #999;box-sizing:border-box;border-radius:50%;display:block;position:absolute}.spoc_country_select label .spoc_after_before:after{content:"";top:5px;left:5px;width:10px;height:10px;background-color:#27979D;box-sizing:border-box;border-radius:50%;display:none;position:absolute}.spoc_country_select label input:checked+.spoc_after_before:before{border-color:#27979D}.spoc_country_select label input{display:none}@media (max-width:560px){.cart-user__info .cart-user__info__email{margin-bottom:30px}}.spoc_country_select label input:checked+.spoc_after_before:after,.spoc_city_input_container.spoc_display{display:block}.main-menu .main-menu__inner.container .main-menu__list>li>a{font-size:16px;font-weight:700;letter-spacing: -0.4px;}.main-menu .main-menu__inner.container .main-menu__list>li>.wrapper{background-color:#fff;position:absolute;top:73px;left:0;width:100%;margin:0;border-bottom:3px solid #27979d;display:block;opacity:0}.main-menu .main-menu__inner.container .main-menu__list>li>.wrapper.optimal{display:none;opacity:1;-webkit-box-shadow:0 10px 15px 0 rgba(0,0,0,.4);-moz-box-shadow:0 10px 15px 0 rgba(0,0,0,.4);box-shadow:0 10px 15px 0 rgba(0,0,0,.4);overflow:hidden}.main-menu .main-menu__inner.container .main-menu__list>li:hover>.wrapper{display:block}.main-menu .main-menu__inner.container .main-menu__list>li:hover{border-bottom:3px solid #27979d;box-sizing:border-box}.main-menu .main-menu__inner.container .main-menu__list>li.main-menu__link_sale:hover{border-bottom:none}.main-menu .main-menu__inner.container .main-menu__list>li:last-child:hover{border-bottom:none}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2{max-width:1408px;min-width:1025px;margin:0 auto;padding:0 32px;column-count:5;height:100px;/*max-height:350px;*/position:relative;padding-right:332px}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2>li>a{font-size:20px;font-weight:700;display:inline-block;margin-top:25px;margin-bottom:10px}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2>li.image_banner{position:absolute;top:0;right:32px;width:300px}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2>li.image_banner img{position:absolute;top:0}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 li{margin:0;padding:0;line-height:normal;height:auto;display:block}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2>li{list-style:none;margin-bottom:0;width:100%;display:inline-block}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 ul{padding:0;margin:0}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 ul li{padding:4px 0}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 ul li>a{line-height:20px;display:inline-block;box-sizing:border-box}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 a.no_link{pointer-events:none;color:#000!important}.main-menu .main-menu__inner.container .main-menu__list>li ul.main-menu_level2 ul li:last-child{margin-bottom:11px}.main-panel__right .phone__description{color:#000;font-weight:400}.header-main .lang-change{display:none;position:absolute;top:0;right:275px}.header-main .lang-change ul{margin:0}.header-main .lang-change ul>li{display:inline-block;padding:0;line-height:64px}.header-main .lang-change ul>li:first-child{padding-right:10px}.header-main .lang-change ul>li>a span{font-weight:500}.header-main .lang-change ul>li.active>a span{color:#1d8186}@media(max-width:1023px){.header-main .lang-change{display:block}.modernstyled .catalog-card-footer:not(.buy-action){padding:0 23px;display:flex;flex-direction:column;justify-content:space-between}.product-single-viewed .catalog .catalog-card__img-container{line-height:initial;min-height:150px;padding:25px 0}.product-single-viewed .modernstyled .catalog-card__stickers{position:absolute;top:14px;left:2px}.product-single-viewed .modernstyled .catalog-card-footer:not(.buy-action){height:40%}}@media(max-width:620px){.header-main .lang-change{display:none}.product-single-viewed .modernstyled .catalog-card-footer:not(.buy-action){height:45%}}body .mob-menu{max-width:375px;background-color:#fff;overflow:hidden}body .mob-menu .mob-menu-inner{overflow-y:scroll;overflow-x:hidden;height:calc(100% - 60px)}.mob-menu .mob-menu__top.mob-menu__top-location{border-bottom:1px solid #e5e5e5;padding-bottom:10px;max-width:375px}.mob-menu .mob-accordion{padding-top:0;max-width:375px}.mob-menu .mob-menu__top.mob-menu__top-location .location .location__item{padding-right:9px;margin-right:9px;border-right:1px solid #e5e5e5}.mob-menu .mob-menu__top.mob-menu__top-location .location .location__item.location__item_left{padding-right:9px;margin-right:9px}.mob-menu .mob-menu__top.mob-menu__top-location .location .location__link{color:#000;font-size:16px;font-weight:600}.mob-menu .mob-menu__top.mob-menu__top-location .location .location__count{color:#737373;font-size:16px;font-weight:600}.mob-menu .mob-menu__top.mob-menu__top-location .lang-selector{float:left;margin-top:4px}.mob-menu .mob-menu__top.mob-menu__top-location .mob-menu__close{top:0;right:0;background-image:url(/bitrix/templates/ascona_pro/img/close-menu-icon.png);width:30px;height:30px}.mob-menu .mob-menu__top.mob-menu__top-location .lang-selector li{margin-bottom:0}.mob-menu .mob-menu__top.mob-menu__top-location .lang-selector li .header-drop__link{font-size:12px;color:#000;font-weight:600}.mob-menu .mob-menu__top.mob-menu__top-location .lang-selector li.active .header-drop__link{color:#1d8186}.mob-menu .mob-menu__top.phone-wrapper{padding:0;max-width:375px}.mob-menu .mob-menu__top.phone-wrapper .phone-list-trigger{height:44px;position:relative;padding-left:24px;padding-right:24px}.mob-menu .mob-menu__top.phone-wrapper .phone-list-trigger:after{position:absolute;top:50%;right:24px;margin-top:-3px;width:11px;height:7px;background-image:url(/bitrix/templates/ascona_pro/img/arrow-down.png);content:""}.mob-menu .mob-menu__top.phone-wrapper .phone-list-trigger.opened:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mob-menu .mob-menu__top.phone-wrapper .phone-list-trigger span{width:20px;height:20px;background-size:initial;background-position:0 0;background-repeat:no-repeat;display:inline-block;margin-top:12px}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list{height:auto;display:none}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list{padding:0;margin:0;background-color:#f6f6f6}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list br{display:none}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list>a{display:block;box-sizing:border-box;padding-left:60px;padding-right:24px;border-bottom:1px solid #e5e5e5;height:44px;line-height:44px;font-size:16px;padding-bottom:0;background-position:23px 11px}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list>a:first-child{border-top:1px solid #e5e5e5}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list>a.callback-btn{padding-top:0;padding-left:58px;border:none}.mob-menu .mob-menu__top.phone-wrapper .phone-list-wrapper .phone.mob-menu__phone.phone-list .phone__number.list>a.callback-btn:before{left:24px}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.main-phone{float:none;width:100%;padding-left:24px;padding-right:24px;border-bottom:1px solid #e5e5e5}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.main-phone .phone__number{display:inline-block;margin:0}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.main-phone .phone__number>a{line-height:44px;position:relative;padding-left:35px;margin-right:8px}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.main-phone .phone__number>a:before{position:absolute;top:2px;left:0;width:25px;height:25px;background-image:url(/bitrix/templates/ascona_pro/assets/css/../img/svg/callback.svg);content:""}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.main-phone .phone__description{display:inline-block;line-height:44px;font-size:12px;color:#000;font-weight:700}.mob-menu .mob-menu__top.phone-wrapper .phone.mob-menu__phone.phone-list{float:none;width:100%}.mob-menu .mob-menu__top.phone-wrapper .callback-btn.mob-menu__callback-btn{float:none;width:100%}.mob-accordion .mob-accordion__title{min-height:44px;height:auto;line-height:44px;font-size:16px;font-weight:700;border-top:1px solid #e5e5e5;border-bottom:none}.mob-accordion .mob-accordion__title .mob-accordion__sale-ico{position:relative;top:2px}.mob-accordion .cabinet{margin-bottom:0}.mob-accordion .cabinet li{list-style:none;margin-bottom:0}.mob-accordion .mob-accordion__title.js-collap-ln:after{background-image:url(/bitrix/templates/ascona_pro/img/arrow-down.png)}.mob-accordion .mob-accordion__content{background-color:#f6f6f6}.mob-accordion .mob-accordion__content .mob-accordion__list{padding-left:0;padding-bottom:0}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item{border-top:1px solid #e5e5e5;min-height:44px;height:auto;line-height:44px;font-size:16px}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item.all_link>a{color:#27979d}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item a:hover{color:#000}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item>a{padding-left:34px;font-weight:700;display:block;box-sizing:border-box;position:relative}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item>a.drop-tittle:after{position:absolute;top:50%;right:24px;margin-top:-3px;width:11px;height:7px;background-image:url(/bitrix/templates/ascona_pro/img/arrow-down.png);content:""}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item>a.opened:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item>a.opened{background-color:#fff;color:#1d8186}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item.all_link>a:after{display:none}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item .mob-accordion__list-sub_item{border-top:1px solid #e5e5e5;line-height:normal;display:none}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item .mob-accordion__list-sub_item>a{min-height:44px;height:auto;line-height:44px;font-size:16px;padding-left:44px;border-top:1px solid #e5e5e5;display:block;font-size:14px;font-weight:700}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item .mob-accordion__list-sub_item>a.all_link{color:#27979d;font-size:16px}.mob-accordion .mob-accordion__content .mob-accordion__list .mob-accordion__list-item .mob-accordion__list-sub_item>a:first-of-type{border:none}.mob-accordion .mob-accordion__item.login-wrapper{border-top:1px solid #e5e5e5}.mob-accordion .mob-accordion__item.login-wrapper .mob-accordion__title{display:inline-block;width:auto;border:none}.mob-accordion .mob-accordion__item.login-wrapper .cabinet{display:inline-block}.mob-accordion .mob-accordion__item.login-wrapper .cabinet li{display:inline-block}.mob-accordion .mob-accordion__item.login-wrapper .cabinet li a{font-size:0;position:relative}.mob-accordion .mob-accordion__item.login-wrapper .cabinet li a span{position:relative;top:-8px;right:0}.mob-accordion .mob-accordion__item.login-wrapper .cabinet li:nth-child(1) a:before{position:absolute;top:5px;left:13px;width:24px;height:24px;background-image:url(/bitrix/templates/ascona_pro/assets/css/../img/svg/wish.svg);content:""}.mob-accordion .mob-accordion__item.login-wrapper .cabinet li:nth-child(2) a:before{position:absolute;top:5px;left:12px;width:23px;height:24px;background-image:url(/bitrix/templates/ascona_pro/assets/css/../img/svg/compare.svg);content:""}.mob-menu .mob-menu__search{padding-top:5px;padding-bottom:8px;border-top:1px solid #e5e5e5;max-width:375px}@media(min-width:585px){body .mob-menu{max-height:calc(100vh - 55px)}}@media(min-width:761px){.header-main .main-panel__left{width:420px;display: flex;align-items: center;height: 80px;}.header-main .main-panel__left .location{width:180px}}.header-main .main-panel__left .logo.main-panel__logo img{width:190px;}.header-main .main-panel__left .location .location__item_left{padding-right:7px;margin-right:7px}@media(min-width:1201px){.header-main .main-panel__left .location{width:185px}}@media (min-width:1110px){.header-main .main-panel__right{width:620px}}@media (min-width:1300px){.header-main .main-panel__right{width:720px}}@media (min-width:1350px){.header-main .main-panel__right{width:800px}}@media(max-width:1200px) and (min-width:1024px){.header-main .main-panel__left{width:380px}}@media(max-width:760px){.header-main .main-panel__left .location{width:60px}}@media(max-width:584px){.header-main .main-panel__left .logo.main-panel__logo{margin-right:0}}@media(max-width:560px){.header-main .main-panel__left .logo.main-panel__logo{margin-right:0}}@media(max-width:350px){.header-main .main-panel__left{left:20px}}.phone__number.list{font-size:14px;line-height:18px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding-left:10px;padding-right:10px}.phone__number.list a{background-size:initial;background-position:0 0;background-repeat:no-repeat;padding-left:25px;display:inline-block;padding-bottom:5px}.phone__number.list a:last-child{padding-bottom:0}.phone__number.list a.kievstar{background-image:url(/bitrix/templates/askona_v2/img/phone-icons/kievstar-icon.jpg)}.phone__number.list a.life{background-image:url(/bitrix/templates/askona_v2/img/phone-icons/lifecell-icon.jpg)}.phone__number.list a.vodafone{background-image:url(/bitrix/templates/askona_v2/img/phone-icons/vodafon-icon.jpg)}.spoc-container.field.cart-user__addres__zip.field--filled{margin-top:30px}input.dropdown-block-trigger{background:transparent!important}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{padding-left:0}.sale-order-payment-change-pp .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-graf-container{padding-top:0;height:90px;width:190px}.sale-order-payment-change-pp .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image{height:55px;margin-top:22px}#sale_order_props .errors-placement p{color:red;margin-top:5px}.attention{border-bottom:1px solid #e5e5e5}.attention .attention-text{margin:2px 0 5px;font-size:20px;font-weight:700;line-height:normal;text-align:center;color:#eb1d82;box-sizing:border-box;padding:0 10px}@media(max-width:550px){#product-buy__drop-size,.catalog-card__drop-size{height:40px!important;z-index:99999999;clip:unset!important;opacity:0}.catalog-card__drop-size{width:100%!important}}.cookie-wrapper{width:100%;height:auto;max-height:50%;border-top:1px solid rgb(229,229,229);background-color:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,.1);position:fixed;bottom:0;right:0;z-index:99999;padding-top:15px;padding-bottom:15px;transition:.1s;box-sizing:border-box;padding-left:10px;padding-right:10px;overflow:auto}.cookie-wrapper.rolled{display:none}.cookie-wrapper.rolled .container{display:none}.cookie-wrapper p.text{margin:0}.cookie-wrapper .check-block-wrapper{padding-top:10px;display:flex}.cookie-wrapper .check-block-wrapper .check-block-list{width:calc(100% - 150px)}.cookie-wrapper .check-block-wrapper .check-block-btn{width:150px}.cookie-wrapper .check-block-btn{display:flex;justify-content:center;align-items:flex-end}.cookie-wrapper #cookie-submit{display:inline-block;width:130px;height:42px;line-height:44px;text-align:center;color:#fff;background-color:#27979d;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:21px;cursor:pointer}.cookie-wrapper #cookie-submit:hover{opacity:.9}.cookie-wrapper .check-block-wrapper .check-block-list label{display:block;padding-left:30px;margin-bottom:6px}@media(max-width:800px){.cookie-wrapper .check-block-wrapper .check-block-list,.cookie-wrapper .check-block-wrapper .check-block-btn{width:100%}.cookie-wrapper .check-block-wrapper{flex-direction:column}}.share-block .ya-share2__list_direction_horizontal>.ya-share2__item_service_whatsapp .ya-share2__icon{background-image:url(/bitrix/templates/ascona_pro/assets/img/social-icons/wa.png);background-size:20px;background-repeat:no-repeat;background-position:center}.product-preview__share-popup{left:calc(100% - 150px)}@media(min-width:1287px){.product-preview__share-popup:before,.product-preview__share-popup:after{left:75%}.product-preview__share-popup{top:80%}}@media(max-width:1286px){.product-preview__share-popup{left:0}}@media(max-width:767px){.product-preview__share-popup{left:24px;z-index:999999999}.share-block .ya-share2__list_direction_horizontal>.ya-share2__item:last-child{padding-right:24px}}@media(max-width:479px){.share-block .ya-share2__list_direction_horizontal>.ya-share2__item:last-child{padding-left:0}}@media (max-width:980px){.lang-selector{max-width:100%;float:none;width:auto;margin:0;display:flex}.lang-selector li{font-size:.8rem}.lang-selector li:not(.active) a{color:#000}.modernstyled .product-types{display:block;padding:32px 0}.modernstyled .product-types .product-type{width:33.33333%;float:left;padding:5px;text-align:center}.modernstyled .product-types .product-type:nth-of-type(3n+1){clear:left}.modernstyled .product-types .product-type img{width:122px;height:122px;min-height:122px;border-radius:50%;background-color:#f6f6f6}.modernstyled .product-types .product-type .product-type__content{text-align:center;max-width:200px;margin:0 auto}.modernstyled .product-types .product-type .product-type__content a.product-type__content__name{color:#212121;font-weight:400;font-size:1.125rem;line-height:1.5rem;margin-bottom:8px;text-align:center;display:block}.modernstyled .product-types .product-types__more{clear:both;font-weight:700;cursor:pointer;text-align:center;border:2px solid #27979d;box-sizing:border-box;border-radius:4px;margin:32px 16px 0;color:#27979d;padding:12px 24px;font-size:1.125rem;line-height:1.5rem;display:inline-block;width:calc(100% - 32px)}.modernstyled .main-title{font-size:1.2rem!important;text-align:left;margin-left:20px;margin-top:26px!important;margin-bottom:5px!important}.modernstyled .tags-banner{padding:0}.modernstyled .tags-banner>.table-block{padding:25px 0 40px}.modernstyled .tags-banner .table-cell{padding:0 8px}.modernstyled .tags-banner .tags-title h1{font-size:1.875rem!important;line-height:2.5rem!important;display:block;position:relative;text-align:center;font-family:Circe,sans-serif;font-size:56px;font-size:3.5rem;color:#000;font-weight:800;width:80%;margin:0 auto 14px;line-height:normal}.mob-hide{display:none}.modernstyled .catalog-filters-sorting{display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;height:90px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.modernstyled .tags-banner .tags-btns{text-align:center;display:block;font-size:0;margin-top:15px;max-width:992px;margin:0 auto;padding:0 16px}.modernstyled .fast-filter .fast-filter__group{display:-ms-grid;display:grid;-ms-grid-columns:120px auto;grid-template-columns:120px auto;padding-top:8px}.modernstyled .fast-filter .fast-filter__group-title{display:block;font-weight:400;font-size:.875rem;line-height:1.25rem;color:#212121;margin-bottom:0;margin-top:0;text-align:left;text-overflow:ellipsis;overflow:hidden;padding-right:10px;padding-top:5px;border-top:1px solid #eee}.modernstyled .fast-filter .fast-filter__group-items{-js-display:flex;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-top:5px;border-top:1px solid #eee}.modernstyled .catalog-card{width:50%;border-top:none}.modernstyled .catalog-card__img-container{margin-bottom:0;padding:0 50px 0 10px}.modernstyled .catalog-card__stickers{left:7px}.modernstyled .catalog-card form{height:100%}.catalog-card__img-container{height:auto}.catalog-card__wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:15px}.catalog-card__column_buy{margin-bottom:15px}.modernstyled.product .product-single-slider{display:flex}.modernstyled.product .product-nav-slider{margin:auto 0}.modernstyled.product .product-nav-slide.slick-current img{border:1px solid #27979d}.modernstyled.product .product-nav-slide img{border:1px solid #e5e5e5;margin:auto;padding:0 15px}.modernstyled.product .product-preview__image-sidebar{position:absolute;right:-8.2vw;top:-4.5vw;display:none;width:300px;width:18.75rem;height:425px;height:26.5625rem;margin:-49.6px 0 0 60px;margin:-3.1rem 0 0 60px;padding:0 24px;padding:0 1.5rem;vertical-align:top}.modernstyled.product .product-preview__stickers-container:not(.mobile){position:absolute;right:32px;top:-90px;z-index:1}.modernstyled.product .product-preview__wrapper{position:relative;display:block;top:0;width:1408px;margin:0 auto;max-width:100%}.modernstyled.product .product-detail{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.modernstyled.product .product-detail__tabs{-ms-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;overflow-x:scroll;margin:10px 0 0 0;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.modernstyled.product .product-features__wrapper{max-width:100%;width:100%;margin-left:auto;margin-right:auto;padding:0 24px;display:block;text-align:left}.modernstyled.product .product-features{border:none}.modernstyled.product .product-slider .slick-dots{display:flex;position:absolute;right:1.1rem;bottom:-15px}.modernstyled.product .product-slider .slick-dots li{padding:2.5px 2px;background:#e5e5e5;margin-right:5px}.modernstyled.product .product-slider .slick-dots li.slick-active{background:#eb1d82}.modernstyled.product .product-features__container{width:100%;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px;padding-bottom:0}.modernstyled.product .product-features__feature{-ms-flex:0 0 auto;-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:-webkit-calc(99.9% * 1/2 - 15px);width:calc(99.9% * 1/2 - 15px)}.modernstyled.product .product-features__feature:nth-child(1n){margin-right:0;margin-left:0}.modernstyled.product .product-info__price-wrapper{margin-top:20px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.modernstyled.product .product-info__price{display:block;font-family:circe,sans-serif;font-style:normal;font-weight:400;line-height:normal}.modernstyled.product .product-info__price_new{display:block;font-family:circe,sans-serif;font-style:normal;font-size:1.625rem;font-weight:700;line-height:2rem;margin-bottom:0;color:#eb1d82}.modernstyled.product .product-info__price_old{position:relative;font-size:1rem;font-weight:400;line-height:1.25rem;color:#666;margin-left:21px;margin-top:7px}.modernstyled.product .product-info__price_old:before{content:"";background:#999;display:block;position:absolute;top:10px;left:0;width:100%;height:1px;-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}.modernstyled.product .product-info__price_old:before{top:0;bottom:0;background:#eb1d82;margin:auto;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.modernstyled.product .product-buy__drop-size-label{font-size:14px;font-size:.875rem;letter-spacing:.32px;letter-spacing:.02rem;line-height:21px;line-height:1.3125rem;margin:0 0 8px;font-family:circle;font-weight:400;text-transform:inherit}.modernstyled.product .product-buy__container{width:100%;padding:20px 20px 0;border:none;margin:0 auto}.modernstyled.product .btn.btn_big,.modernstyled.product button.btn_big,.modernstyled.product input[type=button].btn_big,.modernstyled.product input[type=reset].btn_big,.modernstyled.product input[type=submit].btn_big{min-width:208px;height:48px;font-size:14px;font-size:.875rem;line-height:44px;line-height:2.75rem;border-radius:40px;padding:0 32px}.modernstyled.product .product-buy__container_second{width:100%;padding-top:24px;font-size:1.2rem;border:none}.modernstyled.product .delivery__block .product-buy__container{padding-bottom:56px}.modernstyled.product .product-preview__benefit-row{display:-ms-flexbox;display:-webkit-flex;display:flex;padding-top:10px}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:5px}.modernstyled.product .product-preview__benefit-img{width:51px;margin-right:31px;height:48px}.modernstyled.product .product-preview__benefit-info{-ms-flex-preferred-size:195px;-webkit-flex-basis:195px;flex-basis:195px}modernstyled.product .select2-container .select2-selection--single .select2-selection__rendered{padding-left:5px;line-height:2.5rem}.modernstyled.product .product-preview__benefit-header{font-family:circle,sans-serif;font-weight:400;font-size:16px;font-size:1rem;line-height:24px;line-height:1.5rem}.modernstyled.product .product-preview__benefit-title{color:#666;font-size:14px;font-size:.875rem;line-height:20px;line-height:1.25rem}.modernstyled.product .product-buy__tab{position:relative;font-weight:400;height:50px;border:none;-ms-flex-align:center;-webkit-align-items:center;align-items:center;white-space:nowrap;padding:0 16px 10px;font-size:.875rem;letter-spacing:.0625rem;text-transform:uppercase}#similar .section__hl{padding-left:20px}.section_catalog .section__hl{margin-bottom:15px;font-weight:600;font-size:1.2rem!important;text-align:left}.modernstyled.product .product-buy__tab_active{color:#1d8186;position:relative;border:none}.modernstyled.product .product-preview__main-image-container{width:100%;margin:0 0 30px}.modernstyled.product .preview-btns{display:flex;flex-direction:column;position:absolute;right:2rem;z-index:20}.modernstyled.product .product-head__breadcrumbs-item:first-child{display:inline-block;margin:0}.modernstyled.product .product-head__sub-title{font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:normal;color:#666;margin-bottom:0}.modernstyled.product .product-head__breadcrumbs{display:block;padding:12px 0 12px 16px;border-bottom:1px solid #eee;margin-bottom:0;width:100%;margin:.5em .5em .8em}.modernstyled.product .product-head__breadcrumbs-item:first-child a{background:url(https://askona.eu/bitrix/templates/ascona_pro/assets/img/svg/arrow-left-small.svg) 0 6px no-repeat;padding-left:20px}.modernstyled.product .product-head__breadcrumbs-link{font-family:circle,Arial,sans-serif;color:#666}.modernstyled.product .product-head__rating{display:inline-block;vertical-align:middle;margin:0}.modernstyled.product .product-head__rating-block{top:30px;left:11px;margin-top:0;width:100px}.modernstyled.product .product-head__sub-title,.modernstyled.product .product-head__title{padding-left:20px;position:relative}.modernstyled.product .product-head__reviews,.modernstyled.product .product-buy__tab-content{display:none}.modernstyled.product .product-head__title h1{font-size:1.25rem;line-height:1.75rem;letter-spacing:normal;margin-bottom:0;font-weight:700}.modernstyled.product .product-desc{padding-top:20px}.modernstyled.product .product-buy__drop-size-label{font-size:14px;font-size:.875rem;letter-spacing:.32px;letter-spacing:.02rem;line-height:21px;line-height:1.3125rem;margin:0 0 8px;font-family:circle;font-weight:400}.modernstyled.product .product-buy__container .select2-container .select2-selection--single{height:54px!important;border-radius:0!important;padding:10px 0 10px;}.modernstyled.product .color-selection-result__color{border-radius:0;height:54px!important}.modernstyled.product .color-selection-result__color:after{right:32px}.modernstyled.product .color-selection-result__color-pic{top:11px}.modernstyled.product .long-content.color-selection-result .extended-name{line-height:3.3rem}.modernstyled.product .product-buy__container .select2-container--default .select2-selection--single .select2-selection__arrow{top:0;bottom:0;margin:auto}.modernstyled.product .product-desc__text h3,.product-features__title h2{font-size:16px;font-weight:600}.modernstyled.product .product-slider__item{height:360px;line-height:22.5rem}.modernstyled.product .product-desc__text{font-size:1.0125rem;line-height:1.625rem;font-weight:300;padding:0;text-align:left}.modernstyled.product .product-preview__stickers-container:not(.mobile) .product-sticker{width:41px;height:20px;position:absolute;top:auto;left:21px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:2px 8px;font-size:.6875rem;line-height:1rem;font-weight:700;border-radius:4px;z-index:1200}.modernstyled.product .product-preview__stickers-container.mobile .product-sticker{left:21px;}.modernstyled.product .product-sticker_new:not(.mobile){bottom:-25rem}.modernstyled.product .catalog-card .product-sticker_new{margin-top:-3rem}.modernstyled.product .product-sticker_lg{bottom:-23rem;background-color:#eb1d82;color:#fff}.modernstyled.product .hitsale-swiper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.modernstyled.product .hitsale-swiper .hitsale-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:188px!important;height:auto;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.modernstyled.product .hitsale-slide-container{padding:0 25px}.modernstyled.product .hitsale-slide .bx_catalog_item_price{display:flex;justify-content:space-between}.modernstyled.product .hit-swiper-wrap{border-top:1px solid #e5e5e5}.modernstyled.product .hit-swiper-wrap .main-title{margin-bottom:0;font-weight:600;font-size:1.2rem!important;text-align:left;margin-left:20px;margin-top:26px!important;margin-bottom:5px!important}.modernstyled.product .product-materials__m-desc{font-size:1.0125rem}.modernstyled.product .product-slider-arrow.slick-prev,.modernstyled.product .product-slider-arrow.slick-next{content:" ";position:absolute;bottom:0;margin:auto 0;z-index:100;width:20px;height:26px;top:4rem}.modernstyled.product .product-slider-arrow.slick-prev{left:4rem}.modernstyled.product .product-slider-arrow.slick-next{right:4rem}.modernstyled.product .product-slider-arrow.slick-prev:after,.modernstyled.product .product-slider-arrow.slick-next:after{content:" ";display:block;height:100%;background-size:100% 100%!important}.modernstyled.product .product-slider-arrow.slick-prev:after{background:url(https://cdn.askona.ru/local/templates/askona/assets/img/svg/arrow_left_pag.svg)}.modernstyled.product .product-slider-arrow.slick-next:after{background:url(https://cdn.askona.ru/local/templates/askona/assets/img/svg/arrow_right_pag.svg)}.product-materials__m-desc{font-size:1.05rem}.modernstyled.product .catalog-card{border:1px solid #f2f2f2}.modernstyled.product .product-slider .slick-dots li button,.modernstyled.product .icon.icon-compare use,.modernstyled.product .product-nav-slider,.modernstyled.product .catalog-feed,.modernstyled.product .product-comments,.modernstyled.product .catalog-card .select2.select2-container,.modernstyled.product .catalog-card .btn-favorite,.modernstyled.product .catalog-card .catalog-card__btn-wrapper,.modernstyled.product .catalog-card .catalog-card__column_buy,.modernstyled.product-head,#catalog-detail-card-comments{display:none}.modernstyled.product .product-slider,.modernstyled.product .product-buy__tab-content.product-buy__tab-content_active,.product-comments.product-comments_mt .product-general__mobile-toggle{display:block}}@media (max-width:479px){.modernstyled .product-types .product-type{width:50%}.modernstyled .product-types .product-type:nth-of-type(odd){clear:left}.modernstyled .product-types .product-type:nth-of-type(3n+1){clear:none}.modernstyled .catalog-card{width:50%;border-top:none}}@media (max-width:350px){.modernstyled .catalog-card{width:100%;border-top:none}}.modernstyled .hit-swiper-wrap{border-top:1px solid #e5e5e5}.modernstyled .hitsale-swiper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.modernstyled .hitsale-swiper .hitsale-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:188px!important;height:auto;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.modernstyled .hitsale-swiper .hitsale-slide .hitsale-slide-img{display:block;width:100%;line-height:104px;line-height:6.5rem;text-align:center}.modernstyled .hitsale-slide-container{padding:0 25px}.modernstyled .hitsale-swiper .hitsale-swipe-img{width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle;margin:0 auto;outline:none}.modernstyled .hitsale-swiper a{display:inline-block;text-transform:uppercase;line-height:16px;line-height:1rem;vertical-align:top;font:.875rem/1.25rem circle}.modernstyled .hitsale-slide .bx_catalog_item_price{display:flex;justify-content:space-between}.modernstyled .production-links{border-top:1px solid #eee}.modernstyled .align-c{text-align:center;display:grid;grid-template-columns:1fr 1fr}.modernstyled .production-links__item:nth-child(odd){border-right:1px solid #eee}.modernstyled .production-links__item{border-bottom:1px solid #eee}.modernstyled .production-links__icon svg{width:42px;height:56px;fill:#27979d}
.modernstyled.catalog.catalog-feed .catalog-card {
    min-height: 640px;
}
.product-specific__c-value{
    width: 210px;
}

.main-panel__right .phone__description {
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.time-work p {
    margin: 0;
}

.main-panel__right .phone__description img {
    margin-right: 5px;
}

.time-work p:first-child {
    margin-bottom: 2px;
}

@media (max-width:1024px){
    .section_catalog {
        padding: 10px 0 !important;
    }
}
@media (max-width: 479px){
.banner-sales {
    display: none;
}
}
.modernstyled .hit-swiper-wrap {
    border-top: 1px solid #e5e5e5
}

.modernstyled .hitsale-swiper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.modernstyled .hitsale-swiper .hitsale-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 188px !important;
    height: auto;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.modernstyled .hitsale-swiper .hitsale-slide .hitsale-slide-img {
    display: block;
    width: 100%;
    height: 104px;
    line-height: 104px;
    line-height: 6.5rem;
    text-align: center
}

.modernstyled .hitsale-slide-container {
    padding: 0 25px
}

.modernstyled .hitsale-swiper .hitsale-swipe-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
    outline: none
}

.modernstyled .hitsale-swiper a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    line-height: 1rem;
    vertical-align: top;
    font: .875rem/1.25rem circle
}

.modernstyled .hitsale-slide .bx_catalog_item_price {
    display: flex;
    justify-content: space-between
}

.modernstyled .production-links {
    border-top: 1px solid #eee
}

.modernstyled .align-c {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.modernstyled .production-links__item:nth-child(odd) {
    border-right: 1px solid #eee
}

.modernstyled .production-links__item {
    border-bottom: 1px solid #eee
}

.modernstyled .production-links__icon svg {
    width: 42px;
    height: 56px;
    fill: #27979d
}

.customer-panel__item_compare,
.icon-compare,
button.btn-compare {
    display: none;
}

.product-specific__c-value {
    width: 210px;
}

.main-panel__login {
    display: none;
}

.customer-panel__items {
    height: 100%;
}

.header-main .main-panel__right {
    width: auto!important;
}

.customer-panel {
    width: auto!important;
}

.main-menu__item:last-child {
    margin-right: 0;
    display: none;
}

.main-menu .main-menu__inner.container .main-menu__list>li>a {
    font-size: 18px!important;
}

.main-menu__item {
    margin-right: 0!important;
}

.main-menu__list:after {
    display: none!important; 
}

.customer-panel__item:last-child {
    margin-right: 10px!important;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search.header-main__search {
    display: block;
    position: inherit!important;
    width: 513px!important;
    height: 100%!important;
    border-bottom: 0!important;
}

.search.header-main__search .search__form {
    background: #FFFFFF!important;
    border: 1px solid #CCCCCC!important;
    box-sizing: border-box!important;
    border-radius: 90px!important;
    height: auto!important;
}

.header-main__search .search__field {
    width: 100%!important; 
    padding-right: 10px!important;
    height: 40px!important;
    line-height: 40px!important;
}

.search input.search__field-text {
    height: 40px!important;
    border: none!important;
    margin: 0!important;
    font-family: circle;
    width: 100%!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: 40px!important;
    background: transparent!important;
}

.header-main__search .search__search-btn {
    position: absolute!important;
    top: 0!important;
    right: 4px!important;
    margin-top: 0!important;
    border-color: inherit!important;
    background: #fff!important;
    height: 20px!important;
    display: none;
}

.header-main .main-panel__left {
    width: 280px!important; 
}

.header-main .main-panel__left .location {
    width: 125px!important;
}

.search-btn:before { 
    top: 10px!important; 
    width: 16px!important;
    height: 17px!important; 
    background-size: contain;
    transform: scale(-1, 1);
}

.customer-panel__item.customer-panel__item_wish {
    opacity: 0;
}
.dekstop-hiden {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-main .main-panel__left {
    width: auto !important;
    margin-right: 45px;
}

.header-main .main-panel__left .location {
    width: auto!important;
    margin-right: 10px;
}
.header-main .main-panel__right {
    width: auto !important;
    margin-left: auto;
}
.phone__description {
	display: flex;
}
.phone__description img {
	margin-right: 5px;
}

.modernstyled .hitsale-slide-img .hitsale-swipe-img {
	display: flex;
}
@media (max-width: 785px) {
	.main-panel__inner .main-panel__hamburger {
    	order: 3;
    	margin: 0;
	}
}
@media (max-width: 997px) {
	.main-panel__inner .main-panel__hamburger {
    	width: 24px;
    	height: 20px;
    	cursor: pointer;
	}
}
@media (max-width:1024px) {
    .section_catalog {
        padding: 10px 0 !important;
    }

    .main-panel__inner.container {
        min-width: 100%;
    }

    .main-panel {
        height: 64px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:980px) {
	.menu-language-select ul li a img {
    	width: 24px;
        display: none;
	}
    #mobile-search-icon {
        /* opacity: 0; */
    }
    body .mob-menu {
        z-index: 100;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 8px 6px -6px rgb(0 0 0 / 10%);
        max-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin-top: 0;
        opacity: 0;    
        display: block;
        transform: translateX(-1500px);
        transition: 0.3s all linear;   
        z-index: 715;
        display: none;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    } 
    body .mob-menu.active { 
        opacity: 1;                
        transform: translateX(0);
        width: 85%; 
        display: block;
        z-index: 1234125122
    }
    .mobile-menu__content-wrapper { 
        width: 100%; 
        height: 100%;
    }
    body{
        position: relative;
    }
    .develop-overlay  {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 41;
        transition: .3s all linear;
        transform: translateX(-200vw);
    }
    body.no-scroll .develop-overlay  {
        transform: translateX(0); 
    }
    body.no-scroll .develop-overlay:before {
        content: "";
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .6);
        display: block;
        position: absolute; 
        transition: .3s all linear;
    }
    .main-panel__hamburger { 
        z-index: 55;
    }
    .main-panel__hamburger--active.main-panel__hamburger:after, .main-panel__hamburger--active.main-panel__hamburger:before { 
        /* background-color: #fff;  */
        z-index: 55;
    }
    .mobile-menu__content { 
        background-color: transparent!important;        
        padding: 0;
    }
    .mobile-menu___hr {
        border: 1px solid #F0F0F0;
    }
    .mobile-menu___hr.gh {
        border: 1px solid #DBDBDB;
    }

    .mobile-menu__content{
        display: block;
        transform: translateX(-250%);        
        transition: 0.4s all linear;
    }

    .mobile-menu__content.active{
        transform: translateX(0%);
    }
    .btn-text-about {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 21px 0;
        padding-left: 17px;
    }
    
    .btn-text-about a.mobile-menu__button-tel {
        width: 158px;
        height: 26px;
        background: #00A7B5;
        border-radius: 33px;
        font-weight: bold;
        font-size: 15px;
        line-height: 19px; 
        text-align: justify;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5px 8px;
        margin-right: 18px;
    }
    
    .btn-text p {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px; 
        text-align: justify;
        color: #3D3D3D;
        max-width: 140px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .btn-text p span {
        font-weight: 600;
    }
    .lang-selector { 
        display: none;
    }

    .menu-language-select {         
        padding: 21px 17px;
    }
    
    .menu-language-select ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 226px;
        margin: 0;
    }
    
    .menu-language-select ul li {
        list-style: none;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px; 
        color: #232323;
        width: 47px;
        margin: 0;
    }
    
    .menu-language-select-title p {
        font-weight: bold;
        font-size: 16px; 
        color: #3D3D3D;
        margin-bottom: 10px;
    }


    .h-60 {
        height: 120px;
        background: #F0F0F0;
    }
    .menu-language-select ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menu-language-select ul li a span {
        line-height: 15px;
    }

    .ghr {
        background: #F0F0F0;
    }
    .ghr .mobile-menu__row {
        font-weight: bold;
    }
    .header-main { 
        z-index: 155;
        position: relative;
    }
    .mobile-menu__link-blue {
        width: 20px;
        height: 20px;
        display: flex;
        background: #4D4D4D;
        color: #fff;
        justify-content: center;
        border-radius: 50%;
        line-height: 23px;
    }
    .mobile-menu__col-left img {
        width: 16px;
        height: 16px;
        opacity: .7;
    }
    a.phones-btn svg {
        height: 18px;
        width: 18px;
    }

    a.phones-btn {
        display: flex;
        width: 25px;
        height: 24px;
        align-items: center;
        justify-content: center;
    }
    .desktop-hiden {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100px;
    }
    .header-main .main-panel__left {
        width: 300px!important;
        display: flex;
        justify-content: space-between;
    }
    .header-main .main-panel__left .logo.main-panel__logo img {
        width: 150px;
    }




    /*  */
    .main-panel__customer-panel {
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .main-panel__customer-panel .desktop-hide {
        display: flex;
        align-items: center;
    }

    .mobile-menu__header-icon-wrap {
        position: relative;
        max-height: 48px;
        padding: 0 5px;
        display: flex;
        align-items: center;
    }

    .main-panel__hamburger {
        width: 24px;
        height: 20px;
        cursor: pointer;
    }

    .main-panel__left {
        width: 190px;
        width: 190px;
    }
}

@media (max-width:768px) {
    .main-panel__right {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2;
    }

    .main-panel__hamburger {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        margin: 0;
    }

    .main-panel__left {
        text-align: center;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media (max-width:767px) {

    .main-panel__customer-panel {
        display: none;
    }
    .search.header-main__search{
        opacity: 0;
        transform: translateY(-750%);
        position: absolute!important;
        width: auto!important;
        transition: .3s all linear;
    }
    .header-main__search .search__form>form {
        position: relative;
        padding-right: 25px;
    }
    .header-main__search .search__search-btn{
        display: block;
    }
    .search.header-main__search.actives {
        opacity: 1;
        transform: translateY(70px);
    }
    .search.header-main__search .search__form { 
        border-radius: 10px!important; 
    }
    .mobile-menu__col-left {
        height: 16px;
    }
}

@media screen and (max-width:375px){
body .mob-menu.active {
    opacity: 1;
    transform: translateX(0px);
    width: 95%;
    display: block;
    z-index: 1234125122;
}
}


.category-sales-point-row {
    display: flex;
    align-items: flex-start;
    max-width: 860px;
    margin: 0 auto;
  }
  section.category-sales-point {
    background: url(/bitrix/templates/askona_v2/img/bg-categorys.jpg) no-repeat;
    padding: 40px 0 25px;
  }
  .category-sales-point-box > p {
    font-weight: 900;
    font-size: 69px;
    line-height: 50px;
    color: #00a7b5;
    position: relative;
    max-width: max-content;
    margin-bottom: 0;
  }
  .category-sales-point-box > p span {
    position: absolute;
    bottom: -4px;
    right: -44px;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    color: #00a7b5;
  }
  .category-sales-point-box > p span.mln {
    bottom: 11px;
    right: -56px;
  }
  .category-sales-point-box > p span.mln span {
    right: -20px;
  }
  .category-sales-point-box {
    width: 33%;
    position: relative;
  }
  .category-sales-point-box > span {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #030303;
    text-shadow: 0 0 23px rgba(0, 0, 0, 0.16);
  }
  .category-sales-point-box > span.proizved {
    position: absolute;
    top: -9px;
    left: 78px;
  }
  .category-sales-point-box > span.tovar {
    bottom: 0;
    left: 78px;
    position: absolute;
  }
  @media screen and (max-width: 1110px) {
    .category-sales-point-box {
      text-align: center;
    }
    .category-sales-point-box > p {
      margin: 0 auto;
      margin-bottom: 0;
    }
    .category-sales-point-box > span.tovar {
      left: 183px;
    }
    .category-sales-point-box > span.proizved {
      left: 182px;
    }
  }
  @media screen and (max-width: 767px) {
    .category-sales-point-box {
      text-align: left;
    }
    .category-sales-point-box > p {
      margin: 0;
      margin-bottom: 0;
      font-size: 48px;
      line-height: 20px;
    }
    .category-sales-point-box > p span {
      bottom: -8px;
      right: -31px;
      font-size: 20px;
      line-height: 26px;
    }
    .category-sales-point-box > p span.mln {
      bottom: 1px;
      right: -37px;
    }
    .category-sales-point-box > span.proizved {
      left: 1px;
      top: 21px;
    }
    .category-sales-point-box > span.tovar {
      left: 53px;
      bottom: -10px;
    }
    .category-sales-point-box > p span.mln span {
      right: -14px;
      bottom: -2px;
    }
    .category-sales-point-row {
      max-width: 95%;
      margin: 0 auto;
      justify-content: space-between;
      width: 100%;
    }
    .category-sales-point-box > span {
      font-size: 12px;
    }
    .category-sales-point-box:first-child {
      width: 26%;
    }
    .category-sales-point-box:last-child {
      width: 25%;
    }
  }
  @media screen and (max-width: 375px) {
    .category-sales-point-box {
      width: 35%;
    }
    .category-sales-point-box:last-child {
      width: 29%;
    }
    .category-sales-point-box:first-child {
      width: 29%;
    }
  }
  @media screen and (max-width: 375px) {
    .category-sales-point-box {
      width: 37%;
    }
  }
  
  body[data-language-id=cy] .category-sales-point-box:nth-child(2) >p span {
      right: -67px;
      top: -19px;
      font-size: 40px;
  }
  
  .category-sales-point-row { 
      align-items: center;
      max-width: none; 
  }
  
  .category-sales-point-box:nth-child(2) > span, 
  .category-sales-point-box:nth-child(3) > span {
      width: 150px;
      display: block;
      position: absolute;
      left: 85px;
      bottom: -1px;
      line-height: 17px;
  }
  
  body[data-language-id=cy] .category-sales-point-box:nth-child(3) > p span {
      right: -33px;
      top: -11px;
      font-weight: 900;
      font-size: 47px;
  }
  
  body[data-language-id=cy] .category-sales-point-box > span.proizved {
      left: 81px;
      top: -8px;
  }
  
  body[data-language-id=cy] .category-sales-point-box > span.tovar {
      left: 81px;
      bottom: -1px;
  }
  .category-sales-point-box:first-child > span {
      display: block;
      padding-left: 64px;
      font-weight: 300;
      font-size: 13px;
      margin-bottom: -7px;
  }
  body[data-language-id=cy] .category-sales-point-box > p span.mln {
      right: -58px;
  }
  
  
  @media screen and (max-width: 767px){
      body[data-language-id=cy] .category-sales-point-box {
          width: 46%;
      }
      .category-sales-point-box:first-child > span { 
          padding-left: 55px; 
      }
      .category-sales-point-box:nth-child(2) > span, .category-sales-point-box:nth-child(3) > span {
          left: 69px;
          bottom: 21px; 
          line-height: 11px;
      }
      .category-sales-point-box > p { 
          font-size: 55px; 
          line-height: inherit;
      }
      body[data-language-id=cy] .category-sales-point-box:nth-child(2) >p span {
          right: -67px;
          top: 11px;
          font-size: 40px;
      }
      body[data-language-id=cy] .category-sales-point-box:nth-child(3) > p span { 
          top: 20px; 
      }
      body[data-language-id=cy] .category-sales-point-box:last-child {
          width: 46%;
      }
      body[data-language-id=cy] .category-sales-point-box > span.proizved {
          left: 67px;
          top: 2px;
      }
      body[data-language-id=cy] .category-sales-point-box > span.tovar {
          left: 67px;
          bottom: 17px;
      }
      body[data-language-id=cy] .category-sales-point-box > p span.mln {
          bottom: 32px;
          right: -76px;
          font-size: 40px;
      }
      .category-sales-point-row {
          align-items: center;
          max-width: none;
          flex-wrap: wrap;
          padding: 0 10px;
      } 
      section.category-sales-point { 
          padding: 10px 0 15px;
      }
  }
  
  @media screen and (max-width: 375px){
      .category-sales-point-row { 
          padding: 0px 5px;
      }
      .category-sales-point-box:nth-child(2) > span, .category-sales-point-box:nth-child(3) > span {
          left: 57px;
          bottom: 19px;
          line-height: 11px;
      }
      body[data-language-id="cy"] .category-sales-point-box:nth-child(3) > p span {
          top: 15px;
      }
      body[data-language-id="cy"] .category-sales-point-box > p {
          font-size: 50px;
      }
      body[data-language-id="cy"] .category-sales-point-box:nth-child(2) > p span {
          right: -65px;
          top: 10px;
          font-size: 40px;
      }
      .category-sales-point-box:nth-child(2) > span  {
          left: 61px;
          bottom: 18px;
          line-height: 11px;
      }
      .category-sales-point-box:nth-child(3) > span {
          bottom: 24px;
      }
      body[data-language-id="cy"] .category-sales-point-box:last-child {
          width: 48%;
      }
      body[data-language-id="cy"] .category-sales-point-box > span.tovar {
          left: 61px;
          bottom: 17px;
      }
      body[data-language-id="cy"] .category-sales-point-box > span.proizved {
          left: 61px;
          top: -2px;
      }
      .category-sales-point-box:first-child > span {
          padding-left: 45px;
      }
      body[data-language-id=cy] .category-sales-point-box {
          width: 48%;
      }
  }

  .fancybox-wrap.mobile {
    max-height: 500px;
    width: 100% !important;
    left: 10px !important;
    overflow-y: scroll !important;
  }
  
  .fancybox-wrap.mobile .color-selection-preview__pic {
    margin-bottom: 0;
  }
  .fancybox-wrap.mobile .color-selection-preview__info {
    padding: 0;
  }
  
  .fancybox-wrap.mobile .color-selection-preview__pic-color {
    margin-bottom: 0;
  }
  
  .fancybox-wrap.mobile input[type=radio]+.color-selection-group__item {
    width: 32px;
    height: 32px;
  }


/* Попап комментариев в карточке товара */
.product-comments__comment-container {
    cursor: pointer;
}

.product-comments__comment-detail-container {
    background: #fff;
    width: 1180px;
    /* padding: 20px; */
}
.product-comments__comment-detail-container .review-max-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.product-comments__comment-detail-container .swiper-slide {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-comments__comment-detail-container .review-max-row {
    width: 100%;
}
.product-comments__comment-detail-container .review-max-row .review-max-box {
    width: 62%;
    display: flex;
    flex-direction: row;
    align-self: center;
}
.product-comments__comment-detail-container .review-max-row .review-max-text {
    width: 38%;
    padding: 38px 45px 59px;
}
.product-comments__comment-detail-container .review-max-row .lonely{
    display: flex;
    flex: auto;
    flex-wrap: wrap;
}
.product-comments__comment-detail-container .swiper-pagination {
    display: none;
}
.product-comments__comment-detail-container .swiper-button-next, .product-comments__comment-detail-container .swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 2px black;
    background: unset;
}
.product-comments__comment-detail-container p.review-max-text-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 7px;
}
.product-comments__comment-detail-container p.date {
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    color: rgb(0, 168, 181);
    margin-bottom: 13px;
}

.product-comments__comment-detail-container p.review-max-text-about {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: rgb(0, 0, 0);
    margin-bottom: 17px;
    -webkit-line-clamp: initial;
}

.reviews-row-content .review-row-box-list > p {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1279px) {
    .product-comments__comment-detail-container {
        width: 1000px;
    }
}
@media (max-width: 1023px) {
    .product-comments__comment-detail-container {
        width: 960px;
    }
}
@media (max-width: 991px) {
    .product-comments__comment-detail-container {
        width: 730px;
    }
}
@media (max-width: 767px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
    .product-comments__comment-detail-container .review-max-row {
        flex-direction: column;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 70%;
        margin: 0 auto;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 100%;
        padding: 19px 23px 30px;
        margin-top: 20px;
    }
    .product-comments__comment-detail-container {
        width: 100%;
        padding: 0;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-box {
        width: 100%;
    }
    
    .product-comments__comment-detail-container .swiper-slide img {
        width: 100%;
    }
}
@media (max-width: 567px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 100%;
        margin: 0 auto;
    }
    .product-comments__comment-detail-container .product-comments__c-useful {
        display: none;
    }
}
@media (max-width: 479px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
}

.card-new-box-row-size p, .card-new-box-row-material p, .car-new-box-row-orto p {
    margin-right: 15px;
}

.catalog #catalog .snippets-block .stock-pr {
  background: #99CC33;
  color: #fff;
}
  
.catalog #catalog .snippets-block span{
  line-height: inherit!important;
}
/* End */
/* /local/components/5rlv/rocket.checkout/templates/.default/style.css?174973842454324 */
/* /local/components/5rlv/system.auth.form/templates/.default/style.css?174972040645899 */
/* /bitrix/templates/askona_v2/styles.css?17250176964952 */
/* /bitrix/templates/askona_v2/template_styles.css?172501769666298 */
