:root{--m79-blue:#50abea;--success-green:#5fd771;--button-yellow:#ffb800;--text-color:#130606;--text-muted:#7c7c7c;--text-body:#333;--text-black:#000;--border-grey:#bdbdbd;--surface-white:#fff;--surface-selected:#f2f5f9;--error-bg:#ffd9b8;--warning-bg:#fff1cc}.form-checkbox__indicator{width:20px;height:20px;position:relative}.form-checkbox__indicator:before{content:"";position:absolute;top:0;left:0;width:18px;height:18px;border:1px solid #bdbdbd;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background:#fff}.form-checkbox__indicator:after{content:"";position:absolute;top:6px;left:5px;width:9px;height:4px;display:none;border:solid #000;border-width:0 0 2px 2px;transform:rotate(-45deg)}label.form-checkbox{position:relative;padding-left:37px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:20px}label.form-checkbox .text{margin:auto 0}label.form-checkbox .form-checkbox__indicator{position:absolute;top:0;left:0}label.form-checkbox a{color:#00aeef}label.form-checkbox a:hover{text-decoration:underline}label.form-checkbox .gray{color:#828282}label.form-checkbox.disabled{cursor:auto}label.form-checkbox:not(.disabled){cursor:pointer}.form-input,.form-input--floating-label,.form-input--range{border:1px solid #bdbdbd;height:50px;box-sizing:border-box;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;background:#fff}.form-input input,.form-input textarea,.form-input--floating-label input,.form-input--floating-label textarea,.form-input--range input,.form-input--range textarea{color:#000;border:0;padding:0;margin:0;background:none;outline:none;font-size:18px;line-height:30px;width:100%}.form-input input::placeholder,.form-input textarea::placeholder,.form-input--floating-label input::placeholder,.form-input--floating-label textarea::placeholder,.form-input--range input::placeholder,.form-input--range textarea::placeholder{color:#828282;font-weight:400}.form-input input::-webkit-input-placeholder,.form-input textarea::-webkit-input-placeholder,.form-input--floating-label input::-webkit-input-placeholder,.form-input--floating-label textarea::-webkit-input-placeholder,.form-input--range input::-webkit-input-placeholder,.form-input--range textarea::-webkit-input-placeholder{color:#828282;font-weight:400}.form-input input::-moz-placeholder,.form-input textarea::-moz-placeholder,.form-input--floating-label input::-moz-placeholder,.form-input--floating-label textarea::-moz-placeholder,.form-input--range input::-moz-placeholder,.form-input--range textarea::-moz-placeholder{color:#828282;opacity:1;font-weight:400}.form-input input:-ms-input-placeholder,.form-input textarea:-ms-input-placeholder,.form-input--floating-label input:-ms-input-placeholder,.form-input--floating-label textarea:-ms-input-placeholder,.form-input--range input:-ms-input-placeholder,.form-input--range textarea:-ms-input-placeholder{color:#828282;font-weight:400}.form-input input:-moz-placeholder,.form-input textarea:-moz-placeholder,.form-input--floating-label input:-moz-placeholder,.form-input--floating-label textarea:-moz-placeholder,.form-input--range input:-moz-placeholder,.form-input--range textarea:-moz-placeholder{color:#828282;opacity:1;font-weight:400}.form-input--floating-label.wrong,.form-input--range.wrong,.form-input.wrong{background:rgba(235,87,87,.1);border:1px solid #eb5757}.form-input--floating-label.disabled,.form-input--range.disabled,.form-input.disabled{background:#e8e9ea}.form-input--floating-label:not(.disabled),.form-input--range:not(.disabled),.form-input:not(.disabled){cursor:text}.form-input--floating-label:not(.disabled).focused,.form-input--range:not(.disabled).focused,.form-input:not(.disabled).focused{border-color:#00aeef}.form-input,.form-input--range{padding:9px 19px}.form-input--range.default input,.form-input--range.default textarea,.form-input.default input,.form-input.default textarea{color:#7c7c7c}.form-input--range.form-input--semibold input,.form-input--range.form-input--semibold textarea,.form-input.form-input--semibold input,.form-input.form-input--semibold textarea{font-weight:600}.form-input--range.form-input--desktop-text-14,.form-input.form-input--desktop-text-14{padding:11px 19px}.form-input--range.form-input--desktop-text-14 input,.form-input--range.form-input--desktop-text-14 textarea,.form-input--range.form-input--text-14-height-40 input,.form-input--range.form-input--text-14-height-40 textarea,.form-input.form-input--desktop-text-14 input,.form-input.form-input--desktop-text-14 textarea,.form-input.form-input--text-14-height-40 input,.form-input.form-input--text-14-height-40 textarea{font-size:14px;line-height:26px}.form-input--range.form-input--text-14-height-40,.form-input.form-input--text-14-height-40{height:40px;padding:6px 17px}.form-input--floating-label{position:relative}.form-input--floating-label .input,.form-input--floating-label .label{position:absolute;left:19px;right:19px}.form-input--floating-label .input{top:17px;transition:top .2s;font-size:0;line-height:0}.form-input--floating-label .label{z-index:2;opacity:1;pointer-events:none;font-size:12px;line-height:14px;font-weight:600;color:#828282;top:4px;transition:all .2s}.form-input--floating-label .label .red{color:#eb5757}.form-input--floating-label .eye{position:absolute;width:30px;height:30px;right:16px;top:9px;cursor:pointer}.form-input--floating-label .eye:before{content:"";position:absolute;top:0;left:0;width:30px;height:30px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;background-image:url(/img/design/eye_graybe_30x30.svg)}.form-input--floating-label .eye:hover:before,.form-input--floating-label.form-input--has-password-toggle.form-input--password-visible .eye:before{background-image:url(/img/design/eye_nblack_30x30.svg)}.form-input--floating-label.default .label{top:9px;font-size:18px;line-height:30px;font-weight:400}.form-input--floating-label.wrong:not(.default) .label,.form-input--floating-label:not(.disabled).focused .label{opacity:0}.form-input--floating-label.wrong:not(.default) .input,.form-input--floating-label:not(.disabled).focused .input{top:9px}.form-input--floating-label.wrong:not(.default) input,.form-input--floating-label.wrong:not(.default) textarea{color:#828282}.form-input--floating-label.form-input--label-14.default .label{top:9px;font-size:14px;line-height:30px;font-weight:600}.form-input--floating-label.form-input--has-password-toggle .input,.form-input--floating-label.form-input--has-password-toggle .label{right:49px}.ios .form-input--range.form-input--desktop-text-14 input,.ios .form-input--range.form-input--desktop-text-14 textarea,.ios .form-input.form-input--desktop-text-14 input,.ios .form-input.form-input--desktop-text-14 textarea{font-size:16px;line-height:26px}.form-date-input{position:relative;background:#e5eaee;border:1px solid transparent;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;padding:6px 39px 6px 13px;box-sizing:border-box;height:40px}.form-date-input input{color:#7c7c7c;border:0;padding:0;margin:0;background:none;outline:none;font-size:13px;line-height:26px;width:100%;font-weight:600}.form-date-input .form-date-input__icon{position:absolute;width:40px;height:40px;top:-1px;right:-1px}.form-date-input .form-date-input__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.form-date-input:not(.disabled){cursor:text}.form-date-input:not(.disabled) input{color:#7c7c7c}.form-date-input:not(.disabled) .form-date-input__icon{cursor:pointer}.form-date-input:not(.disabled) .form-date-input__icon:before{background-image:url(/img/design/calendar_gray7c_20x20.svg)}.form-date-input:not(.disabled) .form-date-input__icon:hover:before,.form-date-input:not(.disabled).focused .form-date-input__icon:before{background-image:url(/img/design/calendar_blue_20x20.svg)}.form-date-input:not(.disabled).focused,.form-date-input:not(.disabled):hover{border-color:#00aeef}.form-date-input.disabled input{color:#bec2c7}.form-date-input.disabled .form-date-input__icon:before{background-image:url(/img/design/calendar_graybe_20x20.svg)}.form-select{position:relative}.form-select select{display:none}.form-select .trigger{border:1px solid transparent;box-sizing:border-box;height:40px;background:#e5eaee;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;padding:6px 42px 6px 14px;position:relative}.form-select .trigger:before{content:"";position:absolute;top:11px;right:15px;border:solid #333;border-width:0 0 2px 2px;width:8px;height:8px;transform:translate(0) rotate(-45deg);transition:transform .4s}.form-select .text{line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-select .expand,.form-select .text{font-size:13px;color:#130606;font-weight:600;text-transform:uppercase}.form-select .expand{display:none;position:absolute;z-index:5;top:100%;margin-top:19px;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;background:#fff;line-height:16px;min-width:100%}.form-select .expand:before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border-bottom:13px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent}.form-select .expand .expand_inner{overflow-y:auto;padding:13px 0;max-height:400px}.form-select .expand .option_template{display:none}.form-select .expand .option{padding:7px 14px 8px;white-space:nowrap}.form-select .expand .option:not(.hidden){display:block}.form-select .gray{color:#7c7c7c}.form-select .red{color:#eb5757}.form-select.form-select--outlined .text{font-size:14px;line-height:26px;text-transform:none}.form-select.form-select--outlined .expand{font-size:14px;line-height:20px;text-transform:none;top:0;margin-top:0;box-sizing:border-box;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.form-select.form-select--outlined .expand .expand_inner{padding:0}.form-select.form-select--outlined .expand .selected_option{padding:6px 14px;cursor:pointer}.form-select.form-select--outlined .expand .option{padding:8px 14px}.form-select.form-select--outlined .expand .option.selected{display:none}.form-select.form-select--outlined .expand:before{bottom:auto;left:auto;top:11px;right:15px;border:solid #333;border-width:0 0 2px 2px;transform:translate(0) rotate(-45deg);width:8px;height:8px}.form-select.disabled .trigger:before,.form-select.form-select--outlined .trigger:before{border-color:#7c7c7c}.form-select.form-select--outlined.wrong .trigger{background:rgba(235,87,87,.1);border-color:#bdbdbd}.form-select.form-select--outlined:not(.disabled) .expand{border:1px solid #00aeef}.form-select.form-select--outlined:not(.disabled).open .expand:before{border-color:#00aeef;transform:translateY(4px) rotate(135deg)}.form-select:not(.disabled) .trigger{cursor:pointer}.form-select:not(.disabled) .trigger:hover,.form-select:not(.disabled) .trigger:hover:before,.form-select:not(.disabled).open .trigger,.form-select:not(.disabled).open .trigger:before{border-color:#00aeef}.form-select:not(.disabled) .expand .option{cursor:pointer}.form-select:not(.disabled) .expand .option.selected,.form-select:not(.disabled) .expand .option:hover{color:#00aeef}.form-select:not(.disabled).open .expand{display:block}.form-select.disabled .text{color:#7c7c7c}.field:not(.form-field--checkbox)+.field.form-field--checkbox{margin-top:17px}.field.form-field--checkbox,.price-range .inputs{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.price-range .inputs .form-input--range{flex-grow:1;width:50%}.price-range .inputs .separator{width:34px;position:relative;flex-shrink:0}.price-range .inputs .separator:before{content:"";position:absolute;top:50%;left:50%;max-width:18px;width:60%;height:1px;background:silver;transform:translate(-50%,-50%)}@media (min-width:769px) and (max-width:1279px){.form-select .text{font-size:14px;line-height:26px}.price-range .inputs .form-input--range{flex-grow:0;width:110px}}@media (max-width:768px){label.form-checkbox{padding-left:30px}.form-input--range.form-input--mobile-height-40,.form-input.form-input--mobile-height-40{padding:6px 9px;height:40px}.form-input--range.form-input--mobile-height-40 input,.form-input--range.form-input--mobile-height-40 textarea,.form-input.form-input--mobile-height-40 input,.form-input.form-input--mobile-height-40 textarea{font-size:14px;line-height:26px}.form-input--range.form-input--mobile-text-16,.form-input.form-input--mobile-text-16{padding:11px 9px}.form-input--range.form-input--mobile-text-16 input,.form-input--range.form-input--mobile-text-16 textarea,.form-input.form-input--mobile-text-16 input,.form-input.form-input--mobile-text-16 textarea,.ios .form-input--range.form-input--mobile-height-40 input,.ios .form-input--range.form-input--mobile-height-40 textarea,.ios .form-input.form-input--mobile-height-40 input,.ios .form-input.form-input--mobile-height-40 textarea{font-size:16px;line-height:26px}.form-input--range.form-input--mobile-text-16.form-input--mobile-height-40,.form-input.form-input--mobile-text-16.form-input--mobile-height-40{padding:6px 9px}.form-input--floating-label.form-input--mobile-height-40{height:40px}.form-input--floating-label.form-input--mobile-height-40 .input{top:8px}.form-input--floating-label.form-input--mobile-height-40 .label{top:2px;font-weight:400}.form-input--floating-label.form-input--mobile-height-40.default .label{top:10px;font-size:14px;line-height:17px}.form-input--floating-label.form-input--mobile-height-40:not(.default).wrong .input,.form-input--floating-label.form-input--mobile-height-40:not(.disabled).focused .input{top:4px}.form-input--floating-label.form-input--mobile-height-40.form-input--has-password-toggle .eye{top:4px;right:10px}.price-range .inputs .form-input--range{flex-grow:0;width:100px}}.quantity-stepper{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.quantity-stepper .control,.quantity-stepper .form-input{flex-shrink:0}.quantity-stepper .control+.control,.quantity-stepper .control+.form-input,.quantity-stepper .form-input+.control,.quantity-stepper .form-input+.form-input{margin-left:6px}.quantity-stepper .control{width:40px;height:40px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;align-items:center;color:#130606;font-size:18px;line-height:18px;font-weight:600;background:#e5eaee;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;cursor:pointer}.quantity-stepper .control.minus:before{content:"-"}.quantity-stepper .control.plus:before{content:"+"}.quantity-stepper .control.disabled{color:#bec2c7}.quantity-stepper.quantity-stepper--compact .control+.control,.quantity-stepper.quantity-stepper--compact .control+.form-input,.quantity-stepper.quantity-stepper--compact .form-input+.control,.quantity-stepper.quantity-stepper--compact .form-input+.form-input{margin-left:3px}.quantity-stepper.quantity-stepper--compact .control{width:20px;height:20px;font-size:12px;line-height:12px}@media (min-width:769px) and (max-width:1279px){.quantity-stepper.quantity-stepper--tablet-30 .control+.control,.quantity-stepper.quantity-stepper--tablet-30 .control+.form-input,.quantity-stepper.quantity-stepper--tablet-30 .form-input+.control,.quantity-stepper.quantity-stepper--tablet-30 .form-input+.form-input{margin-left:4px}.quantity-stepper.quantity-stepper--tablet-30 .control{width:30px;height:30px;font-size:14px;line-height:14px}}@media (max-width:768px){.quantity-stepper.quantity-stepper--mobile-24 .control+.control,.quantity-stepper.quantity-stepper--mobile-24 .control+.form-input,.quantity-stepper.quantity-stepper--mobile-24 .form-input+.control,.quantity-stepper.quantity-stepper--mobile-24 .form-input+.form-input{margin-left:4px}.quantity-stepper.quantity-stepper--mobile-24 .control{width:24px;height:24px;font-size:14px;line-height:14px}}.product_card_template{display:none}.product_card{font-weight:600;font-size:12px;line-height:15px;display:flex;flex-direction:column}.product_card .product_card_inner{flex:1 0 auto;display:flex;flex-direction:column}.product_card .cont_off,.product_card .cont_on{position:relative;flex:1 0 auto;padding:15px;background:#fff;box-shadow:2px 4px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 4px 6px rgba(0,0,0,.2);-webkit-box-shadow:2px 4px 6px rgba(0,0,0,.2);border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.product_card .cont_off .badge_top_type.position_1,.product_card .cont_on .badge_top_type.position_1{right:28px}.product_card .cont_off .badge_top_type.position_2,.product_card .cont_on .badge_top_type.position_2{right:77px}.product_card .cont_off .badge_top_type.position_3,.product_card .cont_on .badge_top_type.position_3{right:126px}.product_card .cont_off .badge_sale_type,.product_card .cont_on .badge_sale_type{top:128px;right:17px}.product_card .cont_off{display:none}.product_card .cont_on .badge_side_type .badge_text{cursor:pointer;pointer-events:auto}.product_card .card_img,.product_card .card_img_and_title{display:block}.product_card .card_img{width:100%;padding-top:90.5%;background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.product_card .card_title{margin-top:8px;display:block;font-size:14px;line-height:17px}.product_card .card_availability.green{color:#64c542}.product_card .card_availability.yellow{color:#ffb800}.product_card .card_availability.orange{color:#f2994a}.product_card .card_availability.red{color:#eb5757}.product_card .card_availability.gray{color:#7c7c7c}.product_card .card_availability{margin-top:9px}.product_card .card_price{margin-top:8px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}.product_card .card_price .before{font-size:14px;line-height:17px;padding-top:3px;color:#bec2c7;text-decoration:line-through}.product_card .card_price .before+.now{margin-left:8px}.product_card .card_price .now{font-size:24px;line-height:29px}.product_card .card_price .small{font-size:18px;line-height:22px}.product_card .card_cart_btn_line{margin-top:3px}.product_card .card_otherprice_block{margin-top:14px}.product_card .card_otherprice{font-size:14px;line-height:17px;color:#828282}.product_card .card_otherprice .darken{color:#333}.product_card .card_otherprice+.card_otherprice{margin-top:6px}.product_card .card_details_block{margin-top:10px}.product_card .card_details{font-weight:400;overflow-wrap:anywhere}.product_card .card_details .darken{color:#4f4f4f;font-weight:600;overflow-wrap:anywhere}.product_card .card_details+.card_details{margin-top:2px}.product_card .card_buttons{margin-top:16px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_card .card_buttons .btn+.btn{margin-left:13px}.product_card .card_buttons .btn_cart{display:none}.product_card .badge_top_type{position:absolute;top:0;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;width:40px;height:49px;cursor:pointer}.product_card .badge_top_type.badge_top{background-image:url(/img/design/badge_top_40x49.svg)}.product_card .badge_top_type.badge_new{background-image:url(/img/design/badge_new_40x49.svg)}.product_card .badge_top_type.badge_fast{background-image:url(/img/design/badge_fast_40x49.svg)}.product_card .badge_top_type.badge_credit{background-image:url(/img/design/badge_credit_40x49.svg)}.product_card .badge_top_type_explanation{position:absolute;top:197px;left:0;font-size:13px;line-height:16px;font-weight:600;color:#130606;padding:7px 10px;border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;pointer-events:none;opacity:0;transition:opacity .4s}.product_card .badge_top_type_explanation.badge_top{background:#00aeef}.product_card .badge_top_type_explanation.badge_new{background:#00d865}.product_card .badge_top_type_explanation.badge_fast{background:#35d7c8;background:-moz-linear-gradient top,#2fe0f8 0,#3bcd98 100%;background:-webkit-linear-gradient top,#2fe0f8 0,#3bcd98 100%;background:linear-gradient to bottom,#2fe0f8 0,#3bcd98 100%}.product_card .badge_top_type_explanation.badge_credit{background:#ffb800}.product_card .badge_top_type_explanation.active{opacity:1}.product_card .badge_sale_type{position:absolute;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#00d865;box-sizing:border-box;width:80px;height:80px;align-items:center;justify-content:center;text-align:center;flex-direction:column;pointer-events:none;padding:0 0 0 4px}.product_card .badge_sale_type .text1{font-size:12px;line-height:14px;font-weight:600;padding:4px 4px 0 0}.product_card .badge_sale_type .text23_line{font-size:26px;line-height:31px;font-weight:700}.product_card .badge_sale_type .text3{font-size:16px;line-height:19px}.product_card .badge_side_type{position:absolute;top:-19px;right:-15px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column-reverse;align-items:flex-end}.product_card .badge_side_type .badge_img{width:1px;height:33px;flex-shrink:0;margin-bottom:3px;position:relative}.product_card .badge_side_type .badge_img:before{content:"";position:absolute;top:0;right:0;width:60px;height:33px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.product_card .badge_side_type .badge_img.energy_a:before{background-image:url(/img/design/badge_energy_a_60x33.svg)}.product_card .badge_side_type .badge_img.energy_b:before{background-image:url(/img/design/badge_energy_b_60x33.svg)}.product_card .badge_side_type .badge_img.energy_c:before{background-image:url(/img/design/badge_energy_c_60x33.svg)}.product_card .badge_side_type .badge_img.energy_d:before{background-image:url(/img/design/badge_energy_d_60x33.svg)}.product_card .badge_side_type .badge_img.energy_e:before{background-image:url(/img/design/badge_energy_e_60x33.svg)}.product_card .badge_side_type .badge_img.energy_f:before{background-image:url(/img/design/badge_energy_f_60x33.svg)}.product_card .badge_side_type .badge_img.energy_g:before{background-image:url(/img/design/badge_energy_g_60x33.svg)}.product_card .badge_side_type .badge_text{font-size:9px;line-height:10px;text-decoration:underline;padding:0 2px}.product_card .badge_side_type .badge_tooltip{display:none;position:absolute;z-index:2;right:100%;top:100%;margin:-49px 15px 0 0;width:640px;font-size:14px;line-height:18px;font-weight:400}.product_card .badge_side_type .badge_tooltip .badge_tooltip_inner{padding:25px 27px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.product_card .badge_side_type .badge_tooltip .badge_tooltip_inner:before{content:"";position:absolute;top:34px;left:100%;border-left:13px solid #fff;border-top:11px solid transparent;border-bottom:11px solid transparent}.product_card .badge_side_type.open_right .badge_tooltip{right:auto;left:100%;margin:-49px 0 0 25px}.product_card .badge_side_type.open_right .badge_tooltip .badge_tooltip_inner:before{left:auto;right:100%;border-left:0;border-right:13px solid #fff}.product_card .card_wishlist_and_buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.product_card .card_wishlist_and_buttons .card_buttons,.product_card .card_wishlist_and_buttons .wishlist_select{margin-top:10px;width:100%}.product_card_list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:-32px -10px -10px -24px;padding:10px 10px 10px 4px}.product_card_list .product_card{flex-shrink:0}.product_card_list .product_card .product_card_inner{margin:22px 0 0 20px}.product_card_list .load_more_btn_line{margin:22px 0 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;padding-left:20px;width:100%;box-sizing:border-box}.product_card_list .load_more_btn_line .btn{min-width:260px}.product_card_list .load_more_btn_line .btn+.btn{margin-left:20px}.product_card_list.nowrap_list{flex-wrap:nowrap}.product_card_slider_block{margin-top:50px}.product_card_slider_block:first-child{margin-top:0}.product_card_slider_block .tab_head_and_controls{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.product_card_slider_block .tab_head_and_controls+.tab_body{margin-top:11px}.product_card_slider_block .controls{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_card_slider_block .arrow{display:block;width:40px;height:40px;cursor:pointer;position:relative}.product_card_slider_block .arrow:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #7c7c7c;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:0;left:0}.product_card_slider_block .arrow:after{content:"";position:absolute;top:50%;left:50%;border:solid #7c7c7c;border-width:0 0 3px 3px;width:10px;height:10px}.product_card_slider_block .arrow.left:after{transform:rotate(45deg);margin:-7px 0 0 -4px}.product_card_slider_block .arrow.right:after{transform:rotate(-135deg);margin:-7px 0 0 -8px}.product_card_slider_block .arrow+.arrow{margin-left:13px}.product_card_slider_block .product_card_list{position:relative}.product_card_slider_block.no_slider .controls{display:none}@media (min-width:1280px){.product_card .product_card_inner{position:relative}.product_card .product_card_inner:hover .cont_on{z-index:2;opacity:1;pointer-events:auto;height:auto}.product_card .cont_off{display:block}.product_card .cont_on{padding:29px 40px;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);position:absolute;z-index:1;top:-14px;left:-25px;right:-25px;opacity:0;pointer-events:none;height:100%;min-height:calc(100% + 14px)}.product_card .cont_on .badge_top_type.position_1{right:53px}.product_card .cont_on .badge_top_type.position_2{right:102px}.product_card .cont_on .badge_top_type.position_3{right:151px}.product_card .cont_on .badge_sale_type{top:142px;right:42px}.product_card .cont_on .badge_side_type{right:-40px;cursor:pointer}.product_card .cont_on .badge_side_type .badge_tooltip{cursor:auto}.product_card .card_availability_2,.product_card .card_details_block_2{display:none}.product_card .card_buttons .btn_fav{padding:8px;width:40px}.product_card .card_buttons .btn_fav .text{display:none}.product_card.side_badge_open{z-index:6}.product_card.side_badge_open .cont_on{opacity:1;pointer-events:auto;height:auto}.product_card.side_badge_open .badge_side_type .badge_text{color:#00aeef}.product_card.side_badge_open .badge_side_type .badge_tooltip{display:block}.product_card_list.dtwide_horizontal_12{margin-left:-16px}.product_card_list.dtwide_horizontal_12 .product_card .product_card_inner{margin-left:12px}.product_card_list.cols_minus_0 .product_card{width:20%}.product_card_list.cols_dt_4 .product_card,.product_card_list.cols_minus_1 .product_card{width:25%}.product_card_list.promo_list .product_card .cont_off .card_details{display:none}.product_card_list.promo_list .product_card .cont_on .card_price .now{color:#00aeef}.product_card_list.promo_list .product_card .card_availability{text-align:center}.product_card_list.promo_list .product_card .card_price{justify-content:center}.product_card_list.dt_promo_open_buttoned_list .product_card .cont_off,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_off,.product_card_list.dt_promo_open_list .product_card .cont_off{display:none}.product_card_list.dt_promo_open_buttoned_list .product_card .cont_on,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on,.product_card_list.dt_promo_open_list .product_card .cont_on{display:block;position:relative;opacity:1;pointer-events:auto;top:auto;left:auto;right:auto;min-height:0;padding:15px}.product_card_list.dt_promo_open_buttoned_list .product_card .card_availability,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_availability,.product_card_list.dt_promo_open_list .product_card .card_availability{text-align:center}.product_card_list.dt_promo_open_buttoned_list .product_card .card_price,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_price,.product_card_list.dt_promo_open_list .product_card .card_price{justify-content:center}.product_card_list.dt_promo_open_buttoned_list .product_card .card_details_block,.product_card_list.dt_promo_open_buttoned_list .product_card .card_otherprice_block,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_details_block,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_otherprice_block,.product_card_list.dt_promo_open_list .product_card .card_details_block,.product_card_list.dt_promo_open_list .product_card .card_otherprice_block{display:none}.product_card_list.dt_promo_open_buttoned_list .product_card .cont_on,.product_card_list.dt_promo_open_list .product_card .cont_on{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.product_card_list.dt_promo_open_buttoned_list .product_card .card_price .now,.product_card_list.dt_promo_open_list .product_card .card_price .now{color:#00aeef}.product_card_list.dt_promo_open_buttoned_list .product_card .badge,.product_card_list.dt_promo_open_list .product_card .badge,.product_card_list.dt_promo_open_list .product_card .card_buttons{display:none}.product_card_list.dt_promo_open_buttoned_list .product_card .card_buttons,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_buttons{margin-top:8px}.product_card_list.dt_promo_open_buttoned_list .product_card .card_buttons .btn_compare,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_buttons .btn_compare{flex-grow:1}.product_card_list.dt_promo_open_buttoned_list .product_card .card_wishlist_and_buttons .card_buttons,.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .card_wishlist_and_buttons .card_buttons{margin-top:10px}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on{box-shadow:2px 4px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 4px 6px rgba(0,0,0,.2);-webkit-box-shadow:2px 4px 6px rgba(0,0,0,.2)}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on .badge_top_type.position_1{right:28px}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on .badge_top_type.position_2{right:77px}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on .badge_top_type.position_3{right:126px}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on .badge_sale_type{top:128px;right:17px}.product_card_list.dt_promo_open_buttoned_shadowed_list .product_card .cont_on .badge_side_type{right:-15px}.product_card_list.dt_nowrap_list{flex-wrap:nowrap}}@media (min-width:1280px) and (max-width:1504px){.product_card .badge_side_type .badge_tooltip{width:590px}.product_card_list.dtwide_horizontal_12{margin-left:-24px}.product_card_list.dtwide_horizontal_12 .product_card .product_card_inner{margin-left:20px}.product_card_list.cols_minus_0 .product_card{width:25%}.product_card_list.cols_minus_1 .product_card{width:33.3%}}@media (min-width:769px) and (max-width:1279px){.product_card .cont_off{padding:22px 15px 12px}.product_card .card_title{margin-top:4px}.product_card .card_buttons .btn:not(.icon_btn){padding-left:13px;padding-right:13px}.product_card .card_buttons .btn>*+*{margin-left:11px}.product_card .card_buttons .btn+.btn{margin-left:10px}.product_card .badge_side_type .badge_text,.product_card .badge_side_type .badge_tooltip{display:none}.product_card .badge_top_type_explanation{top:165px}.product_card_list{margin:-30px -10px -10px -24px}.product_card_list .product_card .product_card_inner{margin:20px 0 0 20px}.product_card_list .load_more_btn_line{margin:20px 0 0}.product_card_list .load_more_btn_line .btn{min-width:220px}.product_card_list.cols_minus_0 .product_card{width:25%}.product_card_list.cols_minus_1:not(.tab_cols_minus_0) .product_card{width:33.33%}.product_card_list.tab_cols_minus_0 .product_card{width:25%}.product_card_list.promo_list .product_card .product_card_inner,.product_card_list.tab_promo_list .product_card .product_card_inner{position:relative}.product_card_list.promo_list .product_card .product_card_inner:hover .cont_on,.product_card_list.tab_promo_list .product_card .product_card_inner:hover .cont_on{opacity:1;pointer-events:auto;height:auto}.product_card_list.promo_list .product_card .cont_off,.product_card_list.tab_promo_list .product_card .cont_off{display:block}.product_card_list.promo_list .product_card .cont_off .card_details_block,.product_card_list.tab_promo_list .product_card .cont_off .card_details_block{display:none}.product_card_list.promo_list .product_card .cont_on,.product_card_list.tab_promo_list .product_card .cont_on{padding:29px 40px;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);position:absolute;z-index:2;top:-7px;left:-25px;right:-25px;opacity:0;pointer-events:none;height:100%;min-height:calc(100% + 7px)}.product_card_list.promo_list .product_card .cont_on .badge_top_type.position_1,.product_card_list.tab_promo_list .product_card .cont_on .badge_top_type.position_1{right:53px}.product_card_list.promo_list .product_card .cont_on .badge_top_type.position_2,.product_card_list.tab_promo_list .product_card .cont_on .badge_top_type.position_2{right:102px}.product_card_list.promo_list .product_card .cont_on .badge_top_type.position_3,.product_card_list.tab_promo_list .product_card .cont_on .badge_top_type.position_3{right:151px}.product_card_list.promo_list .product_card .cont_on .badge_sale_type,.product_card_list.tab_promo_list .product_card .cont_on .badge_sale_type{top:135px;right:42px}.product_card_list.promo_list .product_card .cont_on .badge_side_type,.product_card_list.tab_promo_list .product_card .cont_on .badge_side_type{right:-40px}.product_card_list.promo_list .product_card .cont_on .card_price .now,.product_card_list.tab_promo_list .product_card .cont_on .card_price .now{color:#00aeef}.product_card_list.promo_list .product_card .card_availability,.product_card_list.tab_promo_list .product_card .card_availability{text-align:center}.product_card_list.promo_list .product_card .card_availability_2,.product_card_list.tab_promo_list .product_card .card_availability_2{display:none}.product_card_list.promo_list .product_card .card_price,.product_card_list.tab_promo_list .product_card .card_price{justify-content:center}.product_card_list.promo_list .product_card .card_details_block_2,.product_card_list.tab_promo_list .product_card .card_details_block_2{display:none}.product_card_list:not(.promo_list):not(.tab_promo_list):not(.details_list) .product_card .card_availability{margin-top:16px}.product_card_list:not(.promo_list):not(.tab_promo_list):not(.details_list) .product_card .card_cart_btn_line .btn{padding:8px 16px}.product_card_list:not(.promo_list):not(.tab_promo_list):not(.details_list) .product_card .card_cart_btn_line .btn>*+*{margin-left:15px}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .cont_off{display:none}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .cont_on{position:relative;z-index:auto;top:auto;left:auto;right:auto;min-height:0;padding:22px 15px 15px;pointer-events:auto;opacity:1;max-height:unset}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_cart_btn_line .btn{min-height:40px}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_cart_btn_line .btn .icon{height:24px}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_cart_btn_line .btn .icon.icon_cart{width:24px}.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_availability_1,.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_details_block_1,.product_card_list:not(.promo_list):not(.tab_promo_list) .product_card .card_otherprice_block{display:none}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn_fav{padding:8px;width:40px}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn_fav .text,.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_details_block_2{display:none}.product_card_list.big_card_list .product_card .card_buttons .btn+.btn,.product_card_list.big_card_list .product_card .card_buttons .btn>*+*,.product_card_list.details_list .product_card .card_buttons .btn+.btn,.product_card_list.details_list .product_card .card_buttons .btn>*+*{margin-left:10px}.product_card_list.big_card_list .product_card .card_details_block_1,.product_card_list.details_list .product_card .card_details_block_1{display:none}.product_card_list.big_card_list .product_card .card_title{text-align:center}.product_card_list.big_card_list .product_card .card_price{justify-content:center}.product_card_list.details_list .product_card .cont_off,.product_card_list.details_list .product_card .cont_on{padding:22px 15px 12px}.product_card_list.details_list .product_card .card_cols_part{position:relative;padding-left:150px;min-height:118px}.product_card_list.details_list .product_card .card_img_cont{position:absolute;top:0;left:0;width:130px}.product_card_list.details_list .product_card .card_title{margin-top:0;max-width:93%}.product_card_list.details_list .product_card .card_price{margin-top:3px;display:block}.product_card_list.details_list .product_card .card_price .before{padding-top:0}.product_card_list.details_list .product_card .card_price .before+.now{margin:8px 0 0}.product_card_list.details_list .product_card .card_availability,.product_card_list.details_list .product_card .card_buttons{margin-top:10px}.product_card_list.details_list .product_card .card_buttons .btn>*+*{margin-left:13px}.product_card_list.details_list .product_card .card_buttons .btn+.btn{margin-left:14px}.product_card_list.details_list .product_card .card_buttons .btn_compare,.product_card_list.details_list .product_card .card_buttons .btn_fav{padding:8px;width:40px;flex-shrink:0}.product_card_list.details_list .product_card .card_buttons .btn_compare .text,.product_card_list.details_list .product_card .card_buttons .btn_fav .text{display:none}.product_card_list.details_list .product_card .card_buttons .btn_cart.not_icon_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:180px}.product_card_list.details_list .product_card .card_cart_btn_line{display:none}.product_card_list.big_card_list .product_card,.product_card_list.big_card_list.cols_minus_0 .product_card,.product_card_list.big_card_list.cols_minus_1 .product_card,.product_card_list.big_card_list.tab_cols_minus_0 .product_card,.product_card_list.details_list .product_card,.product_card_list.details_list.cols_minus_0 .product_card,.product_card_list.details_list.cols_minus_1 .product_card,.product_card_list.details_list.tab_cols_minus_0 .product_card{width:50%}.product_card_list.cols_tab_4_to_5 .product_card{width:20%}.product_card_list.cols_tab_4_to_5.tab_culled_list_1_row .product_card:nth-child(n+6){display:none}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .cont_on{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;padding-top:15px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_price{margin-top:3px;display:block}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_price .before{padding-top:0}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_price .before+.now{margin:5px 0 0}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_availability,.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_buttons{margin-top:10px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn_compare{padding-left:8px;padding-right:8px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn_compare .text{display:none}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn+.btn{margin-left:19px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line{margin-top:8px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn{padding:8px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn>*+*{margin-left:10px}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn_cart .icon{display:none}.product_card_list.tab_promo_open_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn_cart .icon+*{margin-left:0}}@media (min-width:769px) and (max-width:1029px){.product_card_list.cols_minus_0 .product_card{width:33.33%}.product_card_list.cols_minus_1:not(.tab_cols_minus_0) .product_card{width:50%}.product_card_list.tab_cols_minus_0 .product_card{width:33.33%}.product_card_list.big_card_list .product_card,.product_card_list.big_card_list.cols_minus_0 .product_card,.product_card_list.big_card_list.cols_minus_1 .product_card,.product_card_list.big_card_list.tab_cols_minus_0 .product_card,.product_card_list.details_list .product_card,.product_card_list.details_list.cols_minus_0 .product_card,.product_card_list.details_list.cols_minus_1 .product_card,.product_card_list.details_list.tab_cols_minus_0 .product_card{width:50%}.product_card_list.cols_tab_4_to_5 .product_card{width:25%}.product_card_list.cols_tab_4_to_5.tab_culled_list_1_row .product_card:nth-child(n+5){display:none}}@media (max-width:768px){.product_card .product_card_inner:hover .cont_on{max-height:800px}.product_card .cont_off,.product_card .cont_on{padding:10px 10px 12px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.product_card .card_availability{margin-top:10px}.product_card .card_otherprice_block{display:none}.product_card .card_details_block{margin-top:15px}.product_card .card_buttons{margin-top:10px}.product_card .card_buttons .btn+.btn{margin-left:19px}.product_card .badge{right:-2px}.product_card .card_wishlist_and_buttons .wishlist_select{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}.product_card.hovered .badge_top_type_explanation{display:none}.product_card_list{margin:-30px -10px -10px -24px}.product_card_list .product_card .product_card_inner{margin:20px 0 0 20px}.product_card_list .load_more_btn_line{margin:15px 0 0}.product_card_list .load_more_btn_line .btn{min-width:0;flex-grow:1}.product_card_list.cols_minus_0 .product_card{width:33.33%}.product_card_list.cols_minus_0.mob_culled_list_1_row .product_card:nth-child(n+4){display:none}.product_card_list.cols_minus_1:not(.mob_cols_minus_0) .product_card{width:50%}.product_card_list.mob_cols_minus_0 .product_card{width:33.33%}.product_card_list.mob_promo_list .product_card .product_card_inner,.product_card_list.promo_list .product_card .product_card_inner{position:relative}.product_card_list.mob_promo_list .product_card .product_card_inner:hover .cont_on,.product_card_list.promo_list .product_card .product_card_inner:hover .cont_on{opacity:1;pointer-events:auto;height:auto}.product_card_list.mob_promo_list .product_card .cont_off,.product_card_list.promo_list .product_card .cont_off{display:block}.product_card_list.mob_promo_list .product_card .cont_on,.product_card_list.promo_list .product_card .cont_on{padding-bottom:14px;position:absolute;z-index:2;top:0;left:0;right:0;opacity:0;pointer-events:none;height:100%;min-height:100%}.product_card_list.mob_promo_list .product_card .card_availability,.product_card_list.mob_promo_list .product_card .card_cart_btn_line,.product_card_list.promo_list .product_card .card_availability,.product_card_list.promo_list .product_card .card_cart_btn_line{display:none}.product_card_list.mob_promo_list .product_card .card_buttons,.product_card_list.promo_list .product_card .card_buttons{margin-top:3px}.product_card_list.mob_promo_list .product_card .card_buttons .btn+.btn,.product_card_list.promo_list .product_card .card_buttons .btn+.btn{margin-left:4px}.product_card_list.mob_promo_list .product_card .card_buttons .btn_cart:not(.not_icon_btn),.product_card_list.promo_list .product_card .card_buttons .btn_cart:not(.not_icon_btn){display:block}.product_card_list:not(.mob_promo_list):not(.promo_list) .product_card .card_availability_1{display:none}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_price{margin-top:3px;display:block}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_price .before{padding-top:0}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_price .before+.now{margin:1px 0 0}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn_cart .icon{display:none}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_cart_btn_line .btn_cart .icon+*{margin-left:0}.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn{padding:8px;width:40px}.product_card_list.big_card_list .product_card .card_details_block_1,.product_card_list.details_list .product_card .card_details_block_1,.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_buttons .btn .text,.product_card_list:not(.big_card_list):not(.details_list) .product_card .card_details_block{display:none}.product_card_list.big_card_list .product_card .card_title{text-align:center}.product_card_list.big_card_list .product_card .card_price{justify-content:center}.product_card_list.big_card_list .product_card .card_buttons .btn+.btn,.product_card_list.big_card_list .product_card .card_buttons .btn>*+*{margin-left:10px}.product_card_list.details_list .product_card .cont_off,.product_card_list.details_list .product_card .cont_on{padding:20px 10px}.product_card_list.details_list .product_card .card_cols_part{position:relative;padding-left:110px;min-height:90px}.product_card_list.details_list .product_card .card_img_cont{position:absolute;top:0;left:0;width:100px}.product_card_list.details_list .product_card .card_title{margin-top:0}.product_card_list.details_list .product_card .card_buttons .btn>*+*{margin-left:13px}.product_card_list.details_list .product_card .card_buttons .btn+.btn{margin-left:14px}.product_card_list.details_list .product_card .card_buttons .btn_compare,.product_card_list.details_list .product_card .card_buttons .btn_fav{padding:8px;width:40px;flex-shrink:0}.product_card_list.details_list .product_card .card_buttons .btn_compare .text,.product_card_list.details_list .product_card .card_buttons .btn_fav .text{display:none}.product_card_list.details_list .product_card .card_buttons .btn_cart.not_icon_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:180px}.product_card_list.details_list .product_card .card_cart_btn_line{display:none}.product_card_list.big_card_list .product_card,.product_card_list.big_card_list.cols_minus_0 .product_card,.product_card_list.big_card_list.cols_minus_1 .product_card,.product_card_list.big_card_list.mob_cols_minus_0 .product_card,.product_card_list.details_list .product_card,.product_card_list.details_list.cols_minus_0 .product_card,.product_card_list.details_list.cols_minus_1 .product_card{width:100%}}@media (max-width:549px){.product_card_list.cols_minus_0 .product_card{width:50%}.product_card_list.cols_minus_0.mob_culled_list_1_row .product_card:nth-child(n+3){display:none}.product_card_list.cols_minus_1:not(.mob_cols_minus_0) .product_card{width:100%}.product_card_list.mob_cols_minus_0 .product_card{width:50%}.product_card_list.big_card_list .product_card,.product_card_list.big_card_list.cols_minus_0 .product_card,.product_card_list.big_card_list.cols_minus_1 .product_card,.product_card_list.big_card_list.mob_cols_minus_0 .product_card,.product_card_list.details_list .product_card,.product_card_list.details_list.cols_minus_0 .product_card,.product_card_list.details_list.cols_minus_1 .product_card,.product_card_list.details_list.mob_cols_minus_0 .product_card{width:100%}}.wishlist_top_right{position:absolute;top:0;right:0;background:transparent!important}@media (max-width:1279px){.card_title{height:51px}}@media (min-width:1280px){.card_title{height:35px}}@media (max-width:1279px){.product_card_inner{height:96%}}@media (min-width:1280px){.product_card_inner{height:94%}}@media (max-width:1279px){.cont_off{height:100%}}@media (min-width:1280px){.cont_off{height:96%}}.card_details{color:#828282}@media (min-width:1280px){.card_img{max-width:13.477vw}.product_card{max-width:16.211vw}.card_availability{height:15px}.product_card .card_title{margin-top:0!important}}.product_card .card_title{font-size:13px!important}.product_card_list.grid_list{--card-cols:2;--card-gap-row:20px;--card-gap-col:20px;display:grid;grid-template-columns:repeat(var(--card-cols),minmax(0,1fr));gap:var(--card-gap-row) var(--card-gap-col);margin:var(--card-gap-row) 0 0;padding:0}.product_card_list.grid_list .product_card{width:auto;min-width:0;max-width:none}.product_card_list.grid_list .product_card .card_img{max-width:none}.product_card_list.grid_list .product_card .product_card_inner{margin:0;min-width:0}@media (max-width:1279px){.product_card_list.grid_list .product_card .card_title{height:auto;min-height:0;overflow-wrap:anywhere;white-space:normal}}.product_card_list.grid_list.big_card_list .product_card,.product_card_list.grid_list.details_list .product_card{width:auto}@media (max-width:1279px){.product_card_list.grid_list .product_card .badge_side_type{right:0}}.product_card_list.grid_list .load_more_btn_line{grid-column:1/-1;margin:0;padding-left:0}.product_card_list.grid_list .empty_search{grid-column:1/-1}@media (max-width:549px){.product_card_list.grid_list.cols_minus_0,.product_card_list.grid_list.mob_cols_minus_0{--card-cols:2}.product_card_list.grid_list.big_card_list,.product_card_list.grid_list.cols_minus_1:not(.mob_cols_minus_0),.product_card_list.grid_list.details_list{--card-cols:1}}@media (min-width:550px) and (max-width:768px){.product_card_list.grid_list.cols_minus_0,.product_card_list.grid_list.mob_cols_minus_0{--card-cols:3}.product_card_list.grid_list.cols_minus_1:not(.mob_cols_minus_0){--card-cols:2}.product_card_list.grid_list.details_list{--card-cols:1}}@media (min-width:769px) and (max-width:1279px){.product_card_list.grid_list.cols_minus_0,.product_card_list.grid_list.tab_cols_minus_0{--card-cols:4}.product_card_list.grid_list.cols_minus_1:not(.tab_cols_minus_0){--card-cols:3}.product_card_list.grid_list.details_list{--card-cols:2}}@media (min-width:1280px){.product_card_list.grid_list{--card-gap-row:22px}}@media (min-width:1280px) and (max-width:1504px){.product_card_list.grid_list.cols_minus_0{--card-cols:4}.product_card_list.grid_list.cols_minus_1{--card-cols:3}}@media (min-width:1505px){.product_card_list.grid_list.cols_minus_0{--card-cols:5}.product_card_list.grid_list.cols_dt_4,.product_card_list.grid_list.cols_minus_1{--card-cols:4}.product_card_list.grid_list.dtwide_horizontal_12{--card-gap-col:12px}}.product_card_list.slider_list{--card-cols:5;--card-gap:20px;--card-overhang:10px;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--card-cols) - 1)*var(--card-gap))/var(--card-cols));gap:var(--card-gap);margin:calc(0px - var(--card-overhang)) 0;padding:var(--card-overhang) 0}.product_card_list.slider_list .product_card{width:auto;max-width:none;margin:0;scroll-snap-align:start}.product_card_list.slider_list .product_card .product_card_inner{margin:0}@media (min-width:1280px){.product_card_list.slider_list{--card-gap:12px}}@media (max-width:768px){.product_card_list.slider_list{--card-cols:2.2;--card-gap:8px}}.hidden_warning{display:none!important}.form-input--range.form-input--text-13-height-40,.form-input.form-input--text-13-height-40{height:40px;padding:6px 17px}.form-input--range.form-input--text-13-height-40 input,.form-input--range.form-input--text-13-height-40 textarea,.form-input.form-input--text-13-height-40 input,.form-input.form-input--text-13-height-40 textarea{font-size:13px;line-height:26px}.form-input--range.form-input--size-20,.form-input.form-input--size-20{width:20px;height:20px;padding:0}.form-input--range.form-input--size-20 input,.form-input.form-input--size-20 input{text-align:center;font-size:12px;line-height:26px;margin:-4px 0}.form-input--floating-label.textarea{height:120px}.form-input--floating-label.textarea:not(.focused) .input{top:23px}.form-input--floating-label.textarea:not(.focused) textarea{height:86px}.form-input--floating-label.textarea textarea{height:100px;font-size:18px;line-height:22px;transition:height .4s}.ios .form-input--range.form-input--text-13-height-40 input,.ios .form-input--range.form-input--text-13-height-40 textarea,.ios .form-input--range.form-input--text-14-height-40 input,.ios .form-input--range.form-input--text-14-height-40 textarea,.ios .form-input.form-input--text-13-height-40 input,.ios .form-input.form-input--text-13-height-40 textarea,.ios .form-input.form-input--text-14-height-40 input,.ios .form-input.form-input--text-14-height-40 textarea{font-size:16px;line-height:26px}.warning{width:100%;background:#fcebdb;margin-top:15px;position:relative;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;padding:18px 35px 17px;min-height:18px;flex-direction:column;justify-content:center}.error:before,.warning:before{content:"";position:absolute;left:50%;bottom:100%;border-bottom:11px solid rgba(242,153,74,.4);border-left:7px solid transparent;border-right:7px solid transparent;width:1px;margin-left:-7px}.popup_cart2_mob_pacfac .popup_cont{background:#f3f3f3}.popup_cart2_mob_pacfac .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#130606;padding:12px 56px 12px 58px;min-height:60px;background:#ebebeb}.popup_cart2_mob_pacfac .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_cart2_mob_pacfac .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_cart2_mob_pacfac .mob_close .x:after,.popup_cart2_mob_pacfac .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_cart2_mob_pacfac .mob_close .x:before{transform:rotate(45deg)}.popup_cart2_mob_pacfac .mob_close .x:after{transform:rotate(-45deg)}.product_open_specs_block .product_open_specs_category .category_expand .form .field+.field.textarea{margin-top:37px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea{height:225px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea:not(.focused) textarea{height:191px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea textarea{height:205px}.cart_block .main_wrap{margin-top:12px}.cart_block .steps,.cart_block .steps .step{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.cart_block .steps .step{flex-grow:1;position:relative;color:#333;background:#e8e9ea;padding:7px 8px 7px 24px;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;align-items:center;justify-content:center;text-align:center;height:50px;box-sizing:border-box}.cart_block .steps .step:first-child{border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px}.cart_block .steps .step:last-child{border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.cart_block .steps .step:not(:last-child):after,.cart_block .steps .step:not(:last-child):before{content:"";position:absolute;z-index:1;top:50%;left:100%;border-radius:0 6px 0 0;-webkit-border-radius:0 6px 0 0;width:36px;height:36px;margin-top:-18px;transform-origin:50% 50%;transform:scaleX(.6) rotate(45deg)}.cart_block .steps .step:not(:last-child):before{background:#f3f3f3;margin-left:-17px}.cart_block .steps .step:not(:last-child):after{background:#e8e9ea;margin-left:-18px}.cart_block .steps .step .text{position:relative;z-index:3;overflow:hidden;max-height:36px}.cart_block .steps .step.active,.cart_block .steps .step.active:after{background:#00d865}.cart_block+.product_showcase_block{margin-top:35px}.contacts_form .field+.field.textarea{margin-top:37px}.contacts_form .form-input--floating-label.textarea{height:225px}.contacts_form .form-input--floating-label.textarea:not(.focused) textarea{height:191px}.contacts_form .form-input--floating-label.textarea textarea{height:205px}@media (min-width:1280px){.form-input--range.form-input--desktop-size-40,.form-input.form-input--desktop-size-40{width:40px;height:40px;padding:4px 0}.form-input--range.form-input--desktop-size-40 input,.form-input.form-input--desktop-size-40 input{text-align:center}}@media (min-width:769px) and (max-width:1279px){.form-input--range.form-input--tablet-size-30,.form-input.form-input--tablet-size-30{width:30px;height:30px;padding:1px 0}.form-input--range.form-input--tablet-size-30 input,.form-input.form-input--tablet-size-30 input{text-align:center;font-size:14px;line-height:26px}.ios .form-input--range.form-input--tablet-size-30 input,.ios .form-input.form-input--tablet-size-30 input{font-size:16px;line-height:26px}.product_open_specs_block .product_open_specs_category .category_expand .form .field+.field.textarea{margin-top:25px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea{height:185px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea:not(.focused) textarea{height:151px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea textarea{height:165px}.cart_block+.product_showcase_block{margin-top:48px}.contacts_form .field+.field.textarea{margin-top:25px}.contacts_form .form-input--floating-label.textarea{height:185px}.contacts_form .form-input--floating-label.textarea:not(.focused) textarea{height:151px}.contacts_form .form-input--floating-label.textarea textarea{height:165px}}@media (max-width:768px){.btn:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30){font-size:14px;line-height:17px;min-height:40px;padding:8px}.btn:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30) .icon{height:24px}.btn:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30) .icon.icon_cart,.btn:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30) .icon.icon_scale,.btn:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30) .icon.icon_waze{width:24px}.form-input--range.form-input--mobile-size-24,.form-input.form-input--mobile-size-24{width:24px;height:24px;padding:1px 0}.form-input--range.form-input--mobile-size-24 input,.form-input.form-input--mobile-size-24 input{text-align:center;font-size:14px;line-height:26px;margin:-2px 0}.ios .form-input--range.form-input--mobile-size-24 input,.ios .form-input.form-input--mobile-size-24 input{font-size:16px;line-height:26px}.popup_wishlist_edit .btn_line .btn_cancel:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30),.popup_wishlist_new .btn_line .btn_cancel:not(.mob_sz50):not(.mob_sz30):not(.mob_fs16):not(.fs14_sz30){font-size:13px;line-height:16px}.product_open_specs_block .product_open_specs_category .category_expand .form .field+.field.textarea{margin-top:27px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea{height:216px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea:not(.focused) textarea{height:182px}.product_open_specs_block .product_open_specs_category .category_expand .form .form-input--floating-label.textarea textarea{height:196px}.cart_block .steps{display:none}.footer{z-index:-1}.cart_block+.product_showcase_block{margin-top:48px}}@media (max-width:932px){.contacts_form .field+.field.textarea{margin-top:27px}.contacts_form .form-input--floating-label.textarea{height:216px}.contacts_form .form-input--floating-label.textarea:not(.focused) textarea{height:182px}.contacts_form .form-input--floating-label.textarea textarea{height:196px}}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;-webkit-overflow-scrolling:touch}.wide{width:100%}.visually_hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.item.no-hover a:hover{color:#000}.item .img,.product_card_inner_cats .card_img{opacity:0;transition:opacity .5s ease-in-out}@media (max-width:768px){.catalog_arrow_up{top:53%!important}.catalog_arrow_down:after,.catalog_arrow_down:before{background:#130606!important}}.catalog_arrow_up{top:60%}.catalog_arrow_down,.catalog_arrow_up{position:absolute;right:11px;transform:translateY(-50%);width:16px;height:16px}.catalog_arrow_down{top:50%}.catalog_arrow_up:before{left:1px;transform-origin:1px 1px;transform:rotate(-45deg)}.catalog_arrow_up:after,.catalog_arrow_up:before{top:3px;content:"";position:absolute;width:10px;height:2px;background:#fff}.catalog_arrow_up:after{right:1px;transform-origin:9px 1px;transform:rotate(45deg)}@media (max-width:768px){.catalog_arrow_up:before{left:1px;transform-origin:1px 1px;transform:rotate(45deg)}.catalog_arrow_up:after,.catalog_arrow_up:before{top:3px;content:"";position:absolute;width:10px;height:2px;background:#000}.catalog_arrow_up:after{right:1px;transform-origin:9px 1px;transform:rotate(-45deg)}}.catalog_arrow_down:before{left:1px;transform-origin:1px 1px;transform:rotate(45deg)}.catalog_arrow_down:after,.catalog_arrow_down:before{top:3px;content:"";position:absolute;width:10px;height:2px;background:#fff}.catalog_arrow_down:after{right:1px;transform-origin:9px 1px;transform:rotate(-45deg)}article,aside,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:0;border-top:1px solid #000;margin:0;padding:0}input,select{vertical-align:middle}body{line-height:1.2}table{font-size:inherit}input,select,textarea{font:99% sans-serif}code,kbd,pre,samp{font-family:monospace,sans-serif}small{font-size:85%}strong,th{font-weight:700}td,td img{vertical-align:top}td{text-align:center}sub{vertical-align:sub}sub,sup{font-size:smaller}sup{vertical-align:super}input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:bottom}button,input[type=button],input[type=submit],label{cursor:pointer}html{overflow-y:scroll;overflow-x:hidden}button{width:auto;overflow:visible}.c,.c:after,.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.c,.clearfix{display:inline-block;display:block}input:focus,textarea:focus{outline:none}ul,ul li{display:block;list-style:none}.css3{position:relative}a,a:active,a:focus,a:hover,a:visited{outline:none;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:inherit}body,button,input,select,textarea{font-family:Inter,Arial,Helvetica,Trebuchet MS,serif}html{height:100%}html.lock_scroll{overflow:hidden}body{height:100%;background-color:#f3f3f3;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}#page,body{position:relative}#page{min-height:100vh;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}@media (max-width:768px){#page{flex-direction:column}}#content{flex-grow:1;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.hidden{display:none}.hiddeni{display:none!important}.invisible{visibility:hidden}@media (min-width:1280px){.dt_wrap,.wrap{min-width:1100px;max-width:1260px;width:85%;margin-left:auto;margin-right:auto}.hidden-dt,.hidden-dtmob,.hidden-dttab{display:none!important}}@media (min-width:769px) and (max-width:1279px){.tab_wrap,.wrap{margin-left:34px;margin-right:34px}.hidden-dttab,.hidden-tab,.hidden-tabmob{display:none!important}}@media (max-width:768px){.mob_wrap,.wrap{margin-left:20px;margin-right:20px}.hidden-dtmob,.hidden-mob,.hidden-tabmob{display:none!important}}body{font-size:14px;line-height:18px;font-weight:400;color:#000}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:600}.h1,h1{font-size:44px;line-height:52px}.h2,h2{font-size:24px;line-height:28px}.h3,h3{font-size:18px;line-height:22px}.h1,.h2,h1,h2{margin-top:24px;margin-bottom:24px}.h1:first-child,.h2:first-child,h1:first-child,h2:first-child{margin-top:0}.h1:last-child,.h2:last-child,h1:last-child,h2:last-child{margin-bottom:0}.h3,h3{margin-top:30px;margin-bottom:12px}.h3:first-child,h3:first-child{margin-top:0}.h3:last-child,h3:last-child{margin-bottom:0}p{margin-top:12px;margin-bottom:12px}p:first-child{margin-top:0}p:last-child{margin-bottom:0}.opendoc:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.opendoc img{float:left;max-width:300px;margin:12px 24px 24px 0}.opendoc figure{margin:38px 0 36px}.opendoc figure img{float:none;max-width:100%;margin:0}.opendoc figure:first-child{margin-top:0}.opendoc figure:last-child{margin-bottom:0}.opendoc a{color:#00aeef}.opendoc a:hover{text-decoration:underline}.opendoc blockquote{margin:35px 0 27px}.opendoc .iframe_cont{margin:56px 0 43px;font-size:0;line-height:0;position:relative;width:100%;padding-top:56.33%}.opendoc .iframe_cont iframe{position:absolute;top:0;left:0;width:100%;height:100%}.opendoc .table_cont{margin:24px 0}.opendoc .opendoc_table_3_cols_cont{margin:22px 0 32px}.opendoc table{width:100%}.opendoc .opendoc_table_3_cols{table-layout:fixed}.opendoc .opendoc_table_3_cols td{width:33.33%}.opendoc .opendoc_table_3_cols td:not(:first-child):not(:last-child){padding-left:15px;padding-right:14px}.opendoc .opendoc_table_3_cols td:first-child{padding-right:29px}.opendoc .opendoc_table_3_cols td:last-child{padding-left:29px}.opendoc .opendoc_table_3_cols figure:not(:first-child){margin-top:16px}.opendoc .opendoc_table_3_cols figure:not(:last-child){margin-bottom:16px}.opendoc .opendoc_table_3_cols .h3:not(:first-child),.opendoc .opendoc_table_3_cols h3:not(:first-child){margin-top:16px}.opendoc .opendoc_table_3_cols .h3:not(:last-child),.opendoc .opendoc_table_3_cols h3:not(:last-child){margin-bottom:31px}.opendoc table:not(.opendoc_table_3_cols){table-layout:fixed;font-size:12px;line-height:14px}.opendoc table:not(.opendoc_table_3_cols) thead{background:#e8e9ea;text-transform:uppercase;color:#130606}.opendoc table:not(.opendoc_table_3_cols) tbody{color:#7c7c7c}.opendoc table:not(.opendoc_table_3_cols) td,.opendoc table:not(.opendoc_table_3_cols) th{box-sizing:border-box;vertical-align:middle;padding-left:20px;padding-right:10px}.opendoc table:not(.opendoc_table_3_cols) td:last-child,.opendoc table:not(.opendoc_table_3_cols) th:last-child{padding-right:20px}.opendoc table:not(.opendoc_table_3_cols) th{height:50px;padding-top:11px;padding-bottom:11px;text-align:left}.opendoc table:not(.opendoc_table_3_cols) td{height:49px;border-bottom:1px solid silver;padding-top:10px;padding-bottom:10px}.opendoc .image_slider{margin:44px 0 66px}.opendoc .cards_block{margin:24px 0 37px}.opendoc .category_list_block{margin:24px 0 40px}.opendoc>:first-child{margin-top:0}.opendoc>:last-child{margin-bottom:0}@media (min-width:769px) and (max-width:1279px){.h1,h1{font-size:32px;line-height:34px;margin-top:14px;margin-bottom:14px}.h1:first-child,h1:first-child{margin-top:0}.h1:last-child,h1:last-child{margin-bottom:0}.h2,h2{margin-top:21px;margin-bottom:21px}.h2:first-child,h2:first-child{margin-top:0}.h2:last-child,h2:last-child{margin-bottom:0}.opendoc img{margin:4px 18px 18px 0}.opendoc figure{margin:28px 0 27px}.opendoc .iframe_cont{margin:35px 0 22px}.opendoc .table_cont{margin:27px 0}.opendoc .opendoc_table_3_cols_cont{margin:29px 0 26px}.opendoc .opendoc_table_3_cols td:not(:first-child):not(:last-child){padding-left:8px;padding-right:9px}.opendoc .opendoc_table_3_cols td:first-child{padding-right:18px}.opendoc .opendoc_table_3_cols td:last-child{padding-left:17px}.opendoc .image_slider{margin:32px 0 41px}.opendoc .cards_block{margin:24px 0 32px}.opendoc .category_list_block{margin:21px 0 26px}.opendoc>:first-child{margin-top:0}.opendoc>:last-child{margin-bottom:0}}@media (max-width:768px){.h1,h1{font-size:32px;line-height:34px}.h2,h2{margin-top:27px;margin-bottom:27px}.h2:first-child,h2:first-child{margin-top:0}.h2:last-child,h2:last-child{margin-bottom:0}.opendoc img{max-width:100%;margin:35px 0;float:none;display:block}.opendoc figure{margin:22px 0 35px}.opendoc blockquote{margin:51px 0 35px}.opendoc .iframe_cont{margin:37px 0 24px}.opendoc .table_cont{margin:20px 0 28px}.opendoc .table_cont .mob_content{overflow-x:auto}.opendoc .table_cont .mob_content table{width:1200px}.opendoc .table_cont .arrow_line{margin-top:13px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.opendoc .table_cont .arrow_line .arrow{width:40px;height:40px;cursor:pointer;position:relative}.opendoc .table_cont .arrow_line .arrow:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #7c7c7c;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:0;left:0}.opendoc .table_cont .arrow_line .arrow:after{content:"";position:absolute;top:50%;left:50%;border:solid #7c7c7c;border-width:0 0 3px 3px;width:10px;height:10px}.opendoc .table_cont .arrow_line .arrow.left:after{transform:rotate(45deg);margin:-7px 0 0 -4px}.opendoc .table_cont .arrow_line .arrow.right:after{transform:rotate(-135deg);margin:-7px 0 0 -8px}.opendoc .table_cont .arrow_line .arrow+.arrow{margin-left:13px}.opendoc .opendoc_table_3_cols_cont{margin:42px 0 30px}.opendoc .opendoc_table_3_cols,.opendoc .opendoc_table_3_cols tbody,.opendoc .opendoc_table_3_cols tr{display:block}.opendoc .opendoc_table_3_cols td{display:block;width:auto}.opendoc .opendoc_table_3_cols td:not(:first-child):not(:last-child){padding-left:0;padding-right:0}.opendoc .opendoc_table_3_cols td:first-child{padding-right:0}.opendoc .opendoc_table_3_cols td:last-child{padding-left:0}.opendoc .opendoc_table_3_cols td+td{margin-top:27px}.opendoc .opendoc_table_3_cols figure:not(:first-child){margin-top:18px}.opendoc .opendoc_table_3_cols figure:not(:last-child){margin-bottom:18px}.opendoc .opendoc_table_3_cols .h3:not(:first-child),.opendoc .opendoc_table_3_cols h3:not(:first-child){margin-top:18px}.opendoc .image_slider{margin:34px 0 39px}.opendoc .category_list_block{margin:24px 0 43px}.opendoc>:first-child{margin-top:0}.opendoc>:last-child{margin-bottom:0}}.header .line1{background-color:#130606;color:#e8e9ea;font-weight:600;font-size:13px;line-height:16px;position:relative;z-index:7}.header .line1 .line1_inner{justify-content:space-between}.header .line1 .left,.header .line1 .line1_inner,.header .line1 .right{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .line1 .left .line1_link+.line1_link,.header .line1 .left .line1_link+.line1_menu,.header .line1 .left .line1_menu+.line1_link,.header .line1 .left .line1_menu+.line1_menu{margin-left:52px}.header .line1 .right .line1_link+.line1_link,.header .line1 .right .line1_link+.line1_menu,.header .line1 .right .line1_menu+.line1_link,.header .line1 .right .line1_menu+.line1_menu{margin-left:27px}.header .line1_link,.header .line1_menu .trigger{padding:7px 0;white-space:nowrap}.header .line1_link:not(.hidden),.header .line1_menu .trigger:not(.hidden){display:block}.header .line1_link.icon,.header .line1_menu .trigger.icon{position:relative}.header .line1_link.icon:before,.header .line1_menu .trigger.icon:before{content:"";position:absolute;left:0;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.header .line1_link.icon_pin,.header .line1_menu .trigger.icon_pin{padding-left:24px}.header .line1_link.icon_pin:before,.header .line1_menu .trigger.icon_pin:before{background-image:url(/img/design/pin_white_14x14.svg);width:14px;height:14px;top:8px}.header .line1_link.icon_pin:hover:before,.header .line1_menu .trigger.icon_pin:hover:before{background-image:url(/img/design/pin_blue_14x14.svg)}.header .line1_menu{position:relative}.header .line1_menu .trigger{padding-right:24px;cursor:pointer}.header .line1_menu .trigger:after,.header .line1_menu .trigger:before{content:"";position:absolute;top:11px;right:10px;width:1px;height:8px;background:#e8e9ea}.header .line1_menu .trigger:before{transform:rotate(-30deg);transform-origin:100% 100%}.header .line1_menu .trigger:after{transform:rotate(30deg);transform-origin:0 100%}.header .line1_menu .expand{position:absolute;top:100%;left:-20px;font-size:13px;line-height:18px;width:300px;pointer-events:none;overflow:hidden}.header .line1_menu .expand_sizer{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;transform:translateY(-100%)}.header .line1_menu .expand_inner{padding:8px 15px 12px;pointer-events:auto;background:#130606;border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;transition:transform .4s;transform:translateY(0);position:relative;z-index:-3}.header .line1_menu.disabled{color:#828282}.header .line1_menu.disabled .trigger:after,.header .line1_menu.disabled .trigger:before{background:#828282}.header .line1_menu:not(.disabled).open .expand_inner,.header .line1_menu:not(.disabled):hover .expand_inner{transform:translateY(100%)}.header .line1_menu .line1_menu_link{display:block;padding:5px}.header .line1_menu span.line1_menu_link{color:#828282}.header .line1_menu.lang .trigger,.header .line1_menu.lang span.line1_menu_link{color:#00aeef}.show-under-1080,.show-under-900{display:none!important}@media (max-width:1080px){.hide-under-1080{display:none!important}.line1_menu .show-under-1080{display:block!important}}@media (max-width:900px){.hide-under-900{display:none!important}.line1_menu .show-under-900{display:block!important}}.header .line2 .line2_inner{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .line2 .part1{width:270px;flex-shrink:0}.header .line2 .part1 .buttons{display:none}.header .line2 .part2{flex-grow:1;flex-direction:row-reverse;align-items:center;padding:30px 0}.header .line2 .part2,.header .line3 .line3_inner{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .logo{display:block;margin-left:3px;width:237px;height:109px;box-sizing:border-box;padding:32px 0 0 24px}.header .logo img{height:50px}.header .buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:21px}.header .search_piece{flex-grow:1}.header .header_search{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .header_search .form-input{flex-grow:1;border-right:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;padding-right:56px}.header .header_search .erase_button{flex-shrink:0;width:46px;height:50px;margin-left:-46px;cursor:pointer;position:relative}.header .header_search .erase_button:after,.header .header_search .erase_button:before{content:"";position:absolute;top:24px;left:12px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#7c7c7c}.header .header_search .erase_button:before{transform:rotate(45deg)}.header .header_search .erase_button:after{transform:rotate(-45deg)}.header .header_search .erase_button:hover:after,.header .header_search .erase_button:hover:before{background:#00aeef}.header .header_search .btn_cont{flex-shrink:0;position:relative}.header .header_search .btn_cont:before{content:"";position:absolute;z-index:11;top:100%;margin:10px 0 0 -7px;left:50%;border-bottom:11px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;display:none}.header .header_search .btn_cont .btn{border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.header .header_search .expand{position:absolute;z-index:10;left:0;right:0;pointer-events:none;display:none}.header .header_search .expand .expand_sizer{padding:71px 10px 0;max-width:1420px;margin:0 auto}.header .header_search .expand .expand_inner{background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);pointer-events:auto;padding:28px 30px 33px}.header .header_search .expand .expand_wrap{max-width:1176px;margin:0 auto}.header .header_search .expand .nothing{padding:12px 0 7px}.header .header_search .expand .dt_cols,.header .header_search .expand .left{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .header_search .expand .left{width:51.3%;flex-wrap:wrap;justify-content:space-between;margin-right:3.8%}.header .header_search .expand .right{width:44.9%}.header .header_search .expand .tab_left{display:none}.header .header_search .expand .search_links{width:34%}.header .header_search .expand .search_showall_btn_line{width:100%;margin-top:14px}.header .header_search .expand .search_showall_btn_line .btn{width:280px}.header .header_search .expand .search_title{font-weight:600;font-size:13px;line-height:16px;text-transform:uppercase}.header .header_search .expand .search_title+*{margin-top:20px}.header .header_search .expand .search_title+.list_items{margin-top:-11px}.header .header_search .expand .list_brands .item_template,.header .header_search .expand .list_in_category .item_template,.header .header_search .expand .list_in_category_copied .item_template,.header .header_search .expand .list_items .item_template{display:none}.header .header_search .expand .list_brands+*,.header .header_search .expand .list_in_category+*,.header .header_search .expand .list_in_category_copied+*,.header .header_search .expand .list_items+*{margin-top:22px}.header .header_search .expand .list_brands,.header .header_search .expand .list_in_category,.header .header_search .expand .list_in_category_copied{font-size:14px;line-height:20px}.header .header_search .expand .list_brands{font-weight:600}.header .header_search .expand .list_brands .item{color:#2d9cdb}.header .header_search .expand .list_brands .item+.item{margin-top:12px}.header .header_search .expand .list_in_category .item,.header .header_search .expand .list_in_category_copied .item{color:#7c7c7c}.header .header_search .expand .list_in_category .item .name,.header .header_search .expand .list_in_category_copied .item .name{color:#130606;font-weight:600}.header .header_search .expand .list_in_category .item .category,.header .header_search .expand .list_in_category_copied .item .category{font-weight:600}.header .header_search .expand .list_in_category .item+.item,.header .header_search .expand .list_in_category_copied .item+.item{margin-top:20px}.header .header_search .expand .list_in_category .item a:hover .name,.header .header_search .expand .list_in_category_copied .item a:hover .name{color:inherit}.header .header_search .expand .list_items{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:-17px;flex-wrap:wrap}.header .header_search .expand .list_items .item{width:100%;font-weight:600}.header .header_search .expand .list_items .item .item_inner{margin-top:17px;padding:6px 0 6px 122px;box-sizing:border-box;min-height:107px;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}.header .header_search .expand .list_items .item .img{position:absolute;top:7px;left:0;width:102px;height:93px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.header .header_search .expand .list_items .item .item_category{font-size:13px;line-height:16px;text-transform:uppercase;color:#7c7c7c}.header .header_search .expand .list_items .item *+.item_name{margin-top:6px}.header .header_search .expand .list_items .item .item_name{font-size:14px;line-height:17px}.header .header_search .expand .list_items .item *+.item_price{margin-top:4px}.header .header_search .expand .list_items .item .item_price{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .header_search .expand .list_items .item .item_price .before{font-size:14px;line-height:17px;padding-top:3px;color:#bec2c7;text-decoration:line-through}.header .header_search .expand .list_items .item .item_price .before+.now{margin-left:8px}.header .header_search .expand .list_items .item .item_price .now{font-size:24px;line-height:29px}.header .header_search .expand .list_items .item .item_price .small{font-size:18px;line-height:22px}.header .header_search.open .btn_cont:before,.header .header_search.open .expand{display:block}.header .header_icon_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;padding:7px 0 7px 32px;position:relative}.header .header_icon_btn:before{content:"";position:absolute;background-position:50% 50%;background-size:contain;background-repeat:no-repeat;top:12px;left:0;width:26px;height:26px}.header .header_icon_btn.user_btn:before{background-image:url(/img/design/user_black_26x26.svg)}.header .header_icon_btn.watch_btn:before{background-image:url(/img/design/eye_black_30x30.svg)}.header .header_icon_btn.wishlist_btn:before{background-image:url(/img/design/heart_black_21x20.svg)}.header .header_icon_btn .text2{font-weight:600}.header .header_icon_btn .num_cont{font-weight:400;white-space:nowrap}.header .header_icon_btn .num{color:#00aeef}.header .header_icon_btn .status{position:absolute;width:10px;height:10px;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;border:1px solid #f3f3f3;background:#f3f3f3;top:24px;left:16px;transform-origin:0 0;transform:scale(.75);transition:transform .4s}.header .header_icon_btn .status.green{background:#00d865}.header .header_icon_btn .status.yellow{background:#ffb800}.header .header_icon_btn .status.orange{background:#f2994a}.header .header_icon_btn .status.red{background:#eb5757}.header .header_icon_btn:hover .status{transform:scale(1)}.header .header_icon_btn:not(:first-child){margin-left:24px}.header .cart_btn_cont{margin-left:16px}.header .mobile_menu_btn{display:none;width:66px;height:46px;margin-right:-20px;position:relative;cursor:pointer}.header .mobile_menu_btn .bar:after,.header .mobile_menu_btn .bar:before{content:""}.header .mobile_menu_btn .bar,.header .mobile_menu_btn .bar:after,.header .mobile_menu_btn .bar:before{position:absolute;width:30px;height:3px;border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px;background:#00aeef}.header .mobile_menu_btn .bar{left:18px;top:17px}.header .mobile_menu_btn .bar:before{top:10px;transform:translateY(-50%)}.header .mobile_menu_btn .bar:after{top:17px}.header .catalog_cont{width:260px;margin-right:10px;flex-shrink:0;position:relative;z-index:6}.header .catalog_cont .closed_catalog_cont{position:relative;z-index:1}.header .catalog_cont .trigger{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;align-items:center;font-size:16px;line-height:19px;color:#fff;background:#00aeef;padding:10px 40px 10px 50px;height:50px;box-sizing:border-box;font-weight:600;cursor:pointer}.header .catalog_cont .trigger .bars{position:absolute;top:19px;left:16px;width:18px;height:12px}.header .catalog_cont .trigger .bars .bar{top:0}.header .catalog_cont .trigger .bars .bar:after,.header .catalog_cont .trigger .bars .bar:before{content:""}.header .catalog_cont .trigger .bars .bar:before{top:5px}.header .catalog_cont .trigger .bars .bar:after{top:10px}.header .catalog_cont .trigger .bars .bar,.header .catalog_cont .trigger .bars .bar:after,.header .catalog_cont .trigger .bars .bar:before{position:absolute;left:0;width:18px;height:2px;background:#fff;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px}.header .catalog_cont .trigger .arrow{position:absolute;top:50%;right:11px;transform:translateY(-50%);width:16px;height:16px}.header .catalog_cont .trigger .arrow:after,.header .catalog_cont .trigger .arrow:before{content:"";position:absolute;width:10px;height:2px;background:#fff}.header .catalog_cont .trigger .arrow:before{top:3px;left:1px;transform-origin:1px 1px;transform:rotate(45deg)}.header .catalog_cont .trigger .arrow:after{top:3px;right:1px;transform-origin:9px 1px;transform:rotate(-45deg)}.header .catalog_cont .expand{position:absolute;top:100%;left:0;width:100%;font-size:13px;line-height:16px;font-weight:600}.header .catalog_cont .expand .item{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#e8e9ea;border-bottom:1px solid silver;height:50px;box-sizing:border-box;position:relative;padding:9px 16px 8px 48px;align-items:center}.header .catalog_cont .expand .base_items .item.desktop_menu_item_hidden{display:none}.header .catalog_cont .expand .item .img{position:absolute;top:12px;left:11px;width:26px;height:26px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.header .catalog_cont .expand .item.disabled{color:#7c7c7c}.header .catalog_cont .expand .item.disabled .img{opacity:.7}.header .catalog_cont .expand .item:not(.disabled){cursor:pointer}.header .catalog_cont .expand .item:not(.disabled).hover,.header .catalog_cont .expand .item:not(.disabled):hover{background:#fff}.header .catalog_cont .expand .showhide_extra_items_btn{font-size:13px;line-height:17px;padding:9px 16px 9px 48px;min-height:52px;box-sizing:border-box;background:#bec2c7;cursor:pointer;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;text-transform:uppercase;position:relative}.header .catalog_cont .expand .showhide_extra_items_btn:before{content:"";position:absolute;top:19px;right:15px;width:7px;height:7px;border:solid #000;border-width:0 0 2px 2px;transform:translateY(0) rotate(-45deg);transition:transform .4s}.header .catalog_cont .open_catalog_cont{position:absolute;top:0;left:260px;pointer-events:none}.header .catalog_cont .open_catalog_cont .open_catalog{position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .catalog_cont .open_catalog_cont .arrow{display:none;border-right:13px solid #fff;z-index:4;border-top:11px solid transparent;border-bottom:11px solid transparent;position:absolute;top:0;right:100%;transform:translateY(-50%)}.header .catalog_cont .open_catalog_cont .category{display:none;margin:auto 0;pointer-events:auto;background:#fff;position:relative;z-index:4;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);padding:23px 40px 42px}.header .catalog_cont .open_catalog_cont .category .num{font-weight:400;color:#7c7c7c}.header .catalog_cont .open_catalog_cont .category .title{font-weight:600;font-size:18px;line-height:22px}.header .catalog_cont .open_catalog_cont .category .title+.category_list{margin-top:15px}.header .catalog_cont .open_catalog_cont .category .category_list{column-count:4;column-gap:40px;font-size:13px;line-height:16px;font-weight:500}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory+.subcategory{margin-top:22px}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title{font-weight:800;text-transform:uppercase}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title+.subcategory_list{margin-top:12px}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list_line+.subcategory_list_line{margin-top:8px}.header .mob_search_trigger{display:none;margin-right:-3px;position:relative;height:44px;max-width:153px;flex-grow:1;cursor:pointer}.header .mob_search_trigger:after,.header .mob_search_trigger:before{content:"";position:absolute}.header .mob_search_trigger:before{top:7px;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;height:28px;left:0;right:0;border:1px solid #d7d8df;background:#fff}.header .mob_search_trigger:after{top:13px;right:6px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;width:16px;height:18px;background-image:url(/img/design/search_blue_16x18.svg)}.header .popular_cont{flex-grow:1;font-size:13px;line-height:16px;font-weight:600;text-transform:uppercase}.header .popular_cont .line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#d7d8df;padding:9px 13px;align-items:center}.header .popular_cont .text{color:#00aeef}.header .popular_cont .item{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0 24px;height:32px;align-items:center}.header .popular_cont .item+.item{border-left:1px solid silver}.cart_btn_cont,.cart_btn_cont .trigger{position:relative}.cart_btn_cont .trigger:before{content:"";position:absolute;z-index:9;top:100%;margin:8px 0 0 -7px;left:50%;width:1px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:11px solid #fff;display:none}.cart_btn_cont .expand{display:none;position:absolute;z-index:8;top:100%;margin-top:19px;right:0;width:470px}.cart_btn_cont .expand .expand_inner{padding:20px 15px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25)}.cart_btn_cont .expand .expand_inner.empty{padding:20px 30px 40px}.cart_btn_cont .expand .empty_title:not(:last-child){margin-bottom:14px}.cart_btn_cont .expand .product_list .item .item_inner{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.cart_btn_cont .expand .product_list .item .img_col{width:100px;margin-right:25px;flex-shrink:0}.cart_btn_cont .expand .product_list .item .text_col{width:170px;margin-right:16px;flex-shrink:0}.cart_btn_cont .expand .product_list .item .price_col{flex-grow:1}.cart_btn_cont .expand .product_list .item .img{width:100%;padding-top:93%;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.cart_btn_cont .expand .product_list .item .category_line{font-size:11px;line-height:16px;font-weight:600;color:#7c7c7c;text-transform:uppercase}.cart_btn_cont .expand .product_list .item .category_line+.title_line{margin-top:4px}.cart_btn_cont .expand .product_list .item .title_line{font-weight:600;font-size:14px;line-height:17px}.cart_btn_cont .expand .product_list .item .product_price_line{font-weight:600}.cart_btn_cont .expand .product_list .item .product_price_line .before{font-size:14px;line-height:17px;color:#bec2c7;text-decoration:line-through}.cart_btn_cont .expand .product_list .item .product_price_line .before+.now{margin-top:5px}.cart_btn_cont .expand .product_list .item .product_price_line .now{font-size:24px;line-height:29px}.cart_btn_cont .expand .product_list .item .product_price_line .small{font-size:18px;line-height:22px}.cart_btn_cont .expand .product_list .item+.item .item_inner{margin-top:20px}.cart_btn_cont .expand .total_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:14px 18px 0;justify-content:flex-end;align-items:center;font-weight:600}.cart_btn_cont .expand .total_line .total_text{font-size:14px;line-height:17px;margin-right:19px}.cart_btn_cont .expand .total_line .total_sum{font-size:24px;line-height:29px}.cart_btn_cont .expand .total_line .total_sum .small{font-size:18px;line-height:22px}.cart_btn_cont .expand .btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;margin:21px 13px 0}.cart_btn_cont .expand .btn_line .btn{min-width:280px}.cart_btn_cont.open .expand,.cart_btn_cont.open .trigger:before{display:block}.footer{position:relative;margin-top:96px}.footer .line1{background:#fff}.footer .line2{background:#00aeef;color:#fff}.footer .line2 a:not(.btn):hover{text-decoration:underline;color:inherit}.footer .line2 a:not(.btn).u{text-decoration:underline}.footer .line2 a:not(.btn).u:hover{text-decoration:none}.footer .logo_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.footer .logo{display:block}.footer .logo img{height:75px}.footer .service_logo_line{font-weight:600;padding:27px 0;flex-wrap:wrap;margin:-34px 0 0 -60px;justify-content:space-between}.footer .service_logo_line,.footer .service_logo_line .service_part{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.footer .service_logo_line .service_part{margin:34px 0 0 60px}.footer .service_logo_line .text{text-transform:uppercase}.footer .service_logo_line .text+*{margin-left:20px}.footer .service_logo_line .img{display:block}.footer .service_logo_line .img+*{margin-left:36px}.footer .line1_cols,.footer .line2_cols{margin-left:-50px;font-weight:600}.footer .line1_cols .col .col_inner,.footer .line2_cols .col .col_inner{margin-left:50px}.footer .line1_cols .col .col_inner>:first-child,.footer .line2_cols .col .col_inner>:first-child{margin-top:0}.footer .line1_cols .col .col_inner>:last-child,.footer .line2_cols .col .col_inner>:last-child{margin-bottom:0}.footer .line1_cols .col_title,.footer .line2_cols .col_title{text-transform:uppercase}.footer .line1_cols .col_title+*,.footer .line2_cols .col_title+*{margin-top:8px}.footer .line1_cols .col_line,.footer .line2_cols .col_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.footer .line1_cols .col_line .link,.footer .line2_cols .col_line .link{display:block}.footer .line1_cols{padding:44px 0;font-size:13px;line-height:18px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.footer .line1_cols .col_title+*{margin-top:14px}.footer .line1_cols .col_line{padding:5px 0}.footer .line1_cols .col_line .link{padding:5px 0;margin:-5px 0}.footer .line1_cols .col_line .link.icon_skype{padding:16px 0 16px 38px;position:relative}.footer .line1_cols .col_line .link.icon_skype:before{content:"";position:absolute;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;width:30px;height:30px;top:10px;left:0;background-image:url(/img/design/skype_30x30.svg)}.footer .line1_cols+.service_logo_line{margin-top:-67px}.footer .line2_cols{padding:42px 0 23px;font-size:13px;line-height:16px}.footer .line2_cols .col{width:33.333%}.footer .line2_cols .col_title+*{margin-top:8px}.footer .line2_cols .btn_line{margin:10px 0}.footer .line2_cols .social_menu{margin-top:8px;margin-bottom:8px}.footer .line2_cols .col_line{padding:8px 0}.footer .line2_cols .col_line .link{padding:8px 0;margin:-8px 0}.footer .line2_cols .col_line .link.icon_phone{padding-left:27px;position:relative}.footer .line2_cols .col_line .link.icon_phone:before{content:"";position:absolute;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;width:18px;height:20px;top:6px;left:0;background-image:url(/img/design/phone_white_18x20.svg)}.footer .copy_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.footer .copy{padding:12px 0 10px}.footer .social_menu{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-7px}.footer .social_menu .item{display:block;width:40px;height:40px;position:relative}.footer .social_menu .item:before{content:"";position:absolute;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.footer .social_menu .item+.item{margin-left:10px}.footer .social_menu .item.fb:before{background-image:url(/img/design/social_fb_white_10x20.svg);width:10px;height:20px}.footer .social_menu .item.ig:before{background-image:url(/img/design/social_ig_white_20x20.svg);width:20px;height:20px}.footer .social_menu .item.dr:before{background-image:url(/img/design/social_dr_white_25x20.svg);width:25px;height:20px}.cookies_block{background:#d7d8df;-webkit-transform:translateZ(0);z-index:35;left:0;right:0;font-size:13px;line-height:18px}.cookies_block .cookies_line .expanded_no .expanded_inner{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:11px 0;justify-content:space-between}.cookies_block .cookies_line .expanded_no .text{align-self:center;flex-grow:1;max-width:660px}.cookies_block .cookies_line .expanded_yes .expanded_inner{padding:19px 0 11px}.cookies_block .cookies_line .expanded_yes .text+.options_line{margin-top:9px}.cookies_block .cookies_line .expanded_yes .options_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:-8px;justify-content:space-between}.cookies_block .cookies_line .checkmarks{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-12px 0 0 -40px;flex-wrap:wrap;min-height:46px;align-self:center;align-items:flex-start}.cookies_block .cookies_line .checkmarks .form-checkbox{margin:12px 0 0 40px}.cookies_block .cookies_line .buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-shrink:0;margin-left:30px}.cookies_block .cookies_line .buttons .btn{min-width:260px;align-self:flex-start}.cookies_block .cookies_line .buttons .btn+.btn{margin-left:16px}.go_to_top{position:fixed;-webkit-transform:translateZ(0);z-index:15;bottom:0;width:62px;height:62px;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;background:#59d1fe;opacity:0;right:26px;cursor:pointer;margin-bottom:26px;transition:opacity .4s;pointer-events:none}.go_to_top:before{content:"";position:absolute;width:12px;height:12px;border:solid #fff;border-width:3px 0 0 3px;transform:scaleY(.8) rotate(45deg);top:50%;left:50%;margin:-5px 0 0 -8px}.go_to_top.abs_bottom,.go_to_top.fixed{opacity:1;pointer-events:auto}.go_to_top.abs_bottom{position:absolute;top:-31px;bottom:auto}.go_to_top.disabled{background:#d7d8df}.go_to_top:not(.disabled):hover{background:#00d865}.lock_scroll .go_to_top,body.checkout-page .go_to_top{display:none}@media (min-width:1280px){.header .line1_menu{position:relative}.header .line1_menu.lang{position:static}.header .line1_menu.lang .trigger{display:none}.header .line1_menu.lang .expand{position:static;top:auto;left:auto;display:block;font-size:inherit;line-height:inherit;width:auto;overflow:visible;transform:translateY(100%)}.header .line1_menu.lang .expand_sizer{display:block}.header .line1_menu.lang .expand_inner{padding:0;background:none;border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;transition:none}.header .line1_menu.lang .line1_menu_link{padding:7px 0}.header .line1_menu.lang .line1_menu_link+.line1_menu_link{margin-left:20px}.header .line1_menu.lang span.line1_menu_link{color:#00aeef}.header .line1_menu.lang:not(.disabled).open .expand_inner,.header .line1_menu.lang:not(.disabled):hover .expand_inner{transform:none}.header .catalog_cont.before_promo_block .expand.extra_items_hidden .extra_items{display:none}.header .catalog_cont.before_promo_block .expand:not(.extra_items_hidden) .showhide_extra_items_btn:before{transform:translateY(4px) rotate(135deg)}.header .catalog_cont.before_promo_block .expand:not(.has_extra_items) .showhide_extra_items_btn,.header .catalog_cont:not(.before_promo_block) .expand .showhide_extra_items_btn,.header .catalog_cont:not(.before_promo_block) .expand:not(.dt_open){display:none}.header .catalog_cont .open_catalog_cont .arrow.active,.header .catalog_cont .open_catalog_cont .category.active,.header .catalog_cont:not(.before_promo_block) .expand.dt_open{display:block}.header .catalog_cont .open_catalog_cont .category .num,.header .catalog_cont .open_catalog_cont .category .title{display:none}}@media (min-width:1280px) and (max-width:1504px){.header .header_icon_btn.watch_btn{display:none}}@media (min-width:769px) and (max-width:1279px){.header .line2 .line2_inner{display:block}.header .line2 .part1{width:auto;justify-content:space-between;align-items:flex-start}.header .line2 .part1,.header .line2 .part1 .buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .line2 .part1 .buttons{padding:20px 0 10px}.header .line2 .part2{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start;padding:4px 0 14px}.header .line2 .part2 .buttons .header_icon_btn{display:none}.header .line3 .line3_inner{display:block}.header .logo{margin-left:0;width:174px;height:80px;padding:24px 0 0 17px}.header .logo img{height:37px}.header .buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:21px}.header .cart_btn_cont{margin-left:0}.header .header_search .btn_cont:before{margin-top:3px}.header .header_search .expand .expand_sizer{padding:64px 34px 0}.header .header_search .expand .expand_inner{padding:21px 34px 38px 22px}.header .header_search .expand .expand_wrap{max-width:unset;margin:0;display:block}.header .header_search .expand .expand_wrap>.search_showall_btn_line{display:none}.header .header_search .expand .nothing{padding:19px 0 2px}.header .header_search .expand .tab_cols:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .header_search .expand .dt_cols{display:block;width:50%;margin-left:30px}.header .header_search .expand .left{width:auto;display:block}.header .header_search .expand .right{width:auto;margin-left:0;margin-top:22px}.header .header_search .expand .tab_left{display:block;width:50%}.header .header_search .expand .search_links{width:auto}.header .header_search .expand .search_showall_btn_line{width:100%;margin-top:22px}.header .header_search .expand .bottom_btn_line,.header .header_search .expand .list_items .item:nth-child(n+4){display:none}.header .header_search .expand .list_items .item .item_inner{padding:6px 0 6px 75px;min-height:97px}.header .header_search .expand .list_items .item .img{top:12px;width:66px;height:60px}.header .header_search .expand .list_items .item *+.item_name,.header .header_search .expand .list_items .item *+.item_price{margin-top:2px}.header .catalog_cont{width:100%;overflow:hidden;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.header .catalog_cont .trigger{background:#56ccf2;color:#130606;height:60px;font-size:13px;line-height:16px}.header .catalog_cont .trigger .bars{top:24px;left:20px}.header .catalog_cont .trigger .bars .bar,.header .catalog_cont .trigger .bars .bar:after,.header .catalog_cont .trigger .bars .bar:before{background:#130606}.header .catalog_cont .trigger .arrow{right:15px}.header .catalog_cont .trigger .arrow:after,.header .catalog_cont .trigger .arrow:before{width:10px;height:2px;background:#130606;transition:all .4s}.header .catalog_cont .trigger .arrow:before{top:3px;left:1px;transform-origin:1px 1px;transform:rotate(45deg)}.header .catalog_cont .trigger .arrow:after{top:3px;right:1px;transform-origin:9px 1px;transform:rotate(-45deg)}.header .catalog_cont .expand{display:none;position:relative;top:0;font-size:14px;line-height:18px}.header .catalog_cont .expand .extra_items{display:block}.header .catalog_cont .expand .showhide_extra_items_btn{display:none}.header .catalog_cont .expand .item{background:#fff;height:60px;padding:12px 36px 11px 58px;align-items:center;position:relative}.header .catalog_cont .expand .item .img{top:16px;left:12px}.header .catalog_cont .expand .item:after{content:"";position:absolute;top:24px;right:21px;width:9px;height:9px;border:solid #7c7c7c;border-width:2px 2px 0 0;transform:rotate(45deg)}.header .catalog_cont .open_catalog_cont{position:relative;left:0}.header .catalog_cont .open_catalog_cont .open_catalog{display:block}.header .catalog_cont .open_catalog_cont .arrow{display:none}.header .catalog_cont .open_catalog_cont .category{margin:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;padding:0;width:100%;background:none}.header .catalog_cont .open_catalog_cont .category .title{font-size:13px;line-height:16px;background:#ebebeb;cursor:pointer;position:relative;padding:0 36px 0 58px;box-sizing:border-box;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;text-transform:uppercase}.header .catalog_cont .open_catalog_cont .category .title a,.header .catalog_cont .open_catalog_cont .category .title div{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;box-sizing:border-box;padding:14px 0;min-height:60px}.header .catalog_cont .open_catalog_cont .category .title:before{content:"";position:absolute;top:24px;left:21px;width:9px;height:9px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.header .catalog_cont .open_catalog_cont .category .title+.category_list{margin-top:0}.header .catalog_cont .open_catalog_cont .category .category_list{columns:unset;font-size:14px;line-height:18px}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory+.subcategory{margin-top:0}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory.tab_open .subcategory_title:after{transform:translateY(-3px) rotate(135deg)}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory.tab_open .subcategory_list{display:block}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title{font-weight:600;text-transform:unset;background:#fff;padding:0 36px 0 58px;border-bottom:1px solid silver;box-sizing:border-box;min-height:60px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;cursor:pointer;position:relative}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title:after{content:"";position:absolute;top:24px;right:21px;width:9px;height:9px;border:solid #7c7c7c;border-width:2px 2px 0 0;transform:translateY(0) rotate(45deg);transition:transform .4s}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title+.subcategory_list{margin-top:0}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title_link{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:12px 0 11px;min-height:59px;box-sizing:border-box;align-items:center}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list,.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_title_link .num{display:none}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list_line+.subcategory_list_line{margin-top:0}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list_link{background:#e8e9ea;padding:12px 36px 11px 100px;border-bottom:1px solid silver;box-sizing:border-box;min-height:60px;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list_link:before{content:"";position:absolute;top:50%;left:58px;margin-top:-1px;background:#130606;width:5px;height:2px}.header .catalog_cont .open_catalog_cont .category .category_list .subcategory_list_link:hover:before{background:#00aeef}.header .catalog_cont .open_catalog_cont .category.tab_active{display:block;position:relative;top:0}.header .catalog_cont.tab_open .trigger .arrow:after,.header .catalog_cont.tab_open .trigger .arrow:before{top:1px;width:19px}.header .catalog_cont.tab_open .trigger .arrow:after{transform-origin:18px 1px}.header .catalog_cont.tab_open .expand{display:block}.header .catalog_cont.tab_open_category{flex-direction:column-reverse}.header *+.popular_cont{margin-top:16px}.header .popular_cont .item:nth-child(n+6){display:none}.cart_btn_cont .trigger:before{margin:0 0 0 -7px}.cart_btn_cont .expand{margin-top:11px}.footer .line1{display:none}.footer .line2_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.footer .copy{padding:18px 0}.footer .social_menu{margin-right:0;margin-left:-15px}.cookies_block .cookies_line .expanded_no .expanded_inner{display:block;padding:23px 0 29px}.cookies_block .cookies_line .expanded_no .text{text-align:center;margin:0 auto}.cookies_block .cookies_line .expanded_no .buttons{margin:22px 0 0;justify-content:center}.cookies_block .cookies_line .expanded_yes .expanded_inner{padding:28px 0}.cookies_block .cookies_line .expanded_yes .text+.options_line{margin-top:24px}.cookies_block .cookies_line .expanded_yes .options_line{display:block;margin-top:0}.cookies_block .cookies_line .checkmarks{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-12px 0 0 -40px;min-height:0}.cookies_block .cookies_line .checkmarks .form-checkbox{margin:12px 0 0 40px}.cookies_block .cookies_line .checkmarks+.buttons{margin-top:35px}.cookies_block .cookies_line .buttons{justify-content:center;margin-left:0}.go_to_top{right:18px;margin-bottom:18px}}@media (min-width:769px) and (max-width:1029px){.header .popular_cont .item:nth-child(n+5){display:none}}@media (max-width:768px){.header .line1{display:none}.header .line2 .line2_inner{justify-content:space-between}.header .line2 .part1{width:auto}.header .line2 .part1 .buttons{display:none}.header .line2 .part2{align-items:flex-start;padding:0}.header .line3 .line3_inner{justify-content:space-between}.header .logo{margin-left:0;width:80px;height:46px;padding:16px 0 0 1px}.header .logo img{height:20px}.header .header_icon_btn,.header .search_piece{display:none}.header .cart_btn_cont{margin-left:0}.header .mobile_menu_btn{display:block}.header .catalog_cont{margin-right:20px;width:auto}.header .catalog_cont .open_catalog_cont{display:none}.header .catalog_cont .trigger{background:none;color:#130606;height:44px;font-size:13px;line-height:16px;padding:6px 30px 6px 0}.header .catalog_cont .trigger .bars{display:none}.header .catalog_cont .trigger .arrow{right:5px;top:23px}.header .catalog_cont .trigger .arrow:after,.header .catalog_cont .trigger .arrow:before{width:10px;height:2px;background:#130606}.header .catalog_cont .trigger .arrow:before{top:3px;left:1px;transform-origin:1px 1px;transform:rotate(45deg)}.header .catalog_cont .trigger .arrow:after{top:3px;right:1px;transform-origin:9px 1px;transform:rotate(-45deg)}.header .catalog_cont .expand{display:none}.header .mob_search_trigger{display:block}.cart_btn_cont .expand,.cart_btn_cont.open .expand,.cart_btn_cont.open .trigger:before,.footer .line1,.header .popular_cont{display:none}.footer .line2_cols{padding:22px 0 2px;margin-left:0;font-weight:600}.footer .line2_cols .col{width:auto}.footer .line2_cols .col .col_inner{margin-left:0}.footer .line2_cols .col_title{margin:8px 0;text-align:center}.footer .line2_cols .col_title+*{margin-top:0}.footer .line2_cols .col_line{padding:8px 0;justify-content:center}.footer .line2_cols .col_line .link{padding:11px 0 10px;font-size:16px;line-height:19px}.footer .line2_cols .col_line .link.icon_phone:before{top:10px}.footer .line2_cols .btn_line{margin:6px 0 22px}.footer .line2_cols .social_menu{margin-top:16px;margin-bottom:16px}.footer .copy_line{justify-content:center}.footer .copy{padding:22px 0}.footer .social_menu{margin-right:0;justify-content:center}.cookies_block .cookies_line .expanded_no .expanded_inner{display:block;padding:20px 0}.cookies_block .cookies_line .expanded_no .text{margin:0 auto}.cookies_block .cookies_line .expanded_no .buttons{margin:17px 0 0;justify-content:center}.cookies_block .cookies_line .expanded_yes .expanded_inner{padding:17px 0 20px}.cookies_block .cookies_line .expanded_yes .text+.options_line{margin-top:15px}.cookies_block .cookies_line .expanded_yes .options_line{display:block;margin-top:0}.cookies_block .cookies_line .text{text-align:center}.cookies_block .cookies_line .checkmarks{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-12px 0 0;min-height:0}.cookies_block .cookies_line .checkmarks .form-checkbox{margin:12px 0 0;padding-right:10px;width:50%;box-sizing:border-box}.cookies_block .cookies_line .checkmarks+.buttons{margin-top:12px}.cookies_block .cookies_line .buttons{justify-content:center;margin-left:0}.cookies_block .cookies_line .buttons .btn{min-width:0}.cookies_block .cookies_line .buttons .btn+.btn{margin-left:12px}.go_to_top{z-index:20;right:18px;margin-bottom:18px}}.cookies_block{align-items:flex-end;background:rgba(19,6,6,.48);bottom:0;display:flex;font-size:14px;inset:0;justify-content:center;line-height:1.45;overflow-y:auto;padding:0 24px;position:fixed;transform:none;z-index:100}.cookies_block.hidden{display:none}.cookies_dialog{background:#fff;border-radius:10px 10px 0 0;box-shadow:0 18px 56px rgba(0,0,0,.28);box-sizing:border-box;margin:0 auto;max-height:calc(100vh - 24px);max-width:1260px;overflow-y:auto;padding:42px 44px 36px;position:relative;width:100%}.cookies_logo{display:block;height:auto;margin-bottom:24px;max-width:128px;width:128px}.cookies_intro{max-width:650px}.cookies_intro h2,.cookies_settings_heading h2{color:#130606;font-size:28px;font-weight:700;line-height:1.18;margin:0}.cookies_intro h2+p,.cookies_settings_heading h2+p{margin-top:18px}.cookie_category_content p,.cookies_intro p,.cookies_settings_heading p{color:#393939;font-size:15px;line-height:1.55;margin-bottom:0}.cookies_intro_note{color:#6b6b6b!important}.cookies_intro p+p{margin-top:13px}.cookies_actions{display:flex;gap:12px}.cookies_actions .btn{align-items:center;box-sizing:border-box;flex:1 1 0;font-size:14px;justify-content:center;line-height:18px;min-height:48px;padding:12px 14px}.cookies_actions_intro{margin-top:30px}.cookies_close{background:transparent;border:0;cursor:pointer;height:36px;padding:0;position:absolute;right:18px;top:18px;width:36px}.cookies_close:after,.cookies_close:before{background:#555;content:"";height:2px;left:8px;position:absolute;top:17px;width:20px}.cookies_close:before{transform:rotate(45deg)}.cookies_close:after{transform:rotate(-45deg)}.cookies_close:hover:after,.cookies_close:hover:before{background:#00aeef}.cookies_settings_heading{align-items:flex-start;display:flex;gap:25px;padding-right:42px}.cookies_settings_heading .cookies_logo{flex:0 0 128px;margin:1px 0 0}.cookies_categories{border-top:1px solid #e1e4e7;margin-top:28px}.cookie_category{border-bottom:1px solid #e1e4e7}.cookie_category summary{cursor:pointer;list-style:none;padding:18px 34px 18px 0;position:relative}.cookie_category summary::-webkit-details-marker{display:none}.cookie_category summary:after{border:solid #130606;border-width:0 2px 2px 0;content:"";height:8px;position:absolute;right:8px;top:23px;transform:rotate(45deg);transition:transform .15s ease;width:8px}.cookie_category[open] summary:after{top:27px;transform:rotate(225deg)}.cookie_category_summary{align-items:center;display:flex;gap:16px}.cookie_category_summary .form-checkbox{font-size:16px;font-weight:700}.cookie_category_summary .form-checkbox .text{white-space:nowrap}.cookie_category_count{color:#777;font-size:13px}.cookie_category_content{padding:0 0 20px 37px}.cookie_category_content>p:first-child{margin-top:-3px}.cookie_inventory{display:grid;gap:10px;margin-top:16px}.cookie_inventory_item{background:#f6f8f9;border-radius:6px;display:grid;gap:4px 18px;grid-template-columns:minmax(135px,.8fr) minmax(210px,2fr);padding:13px 15px}.cookie_inventory_name{color:#130606;font-family:monospace;font-size:13px;font-weight:700;grid-row:span 3;overflow-wrap:anywhere}.cookie_inventory_detail,.cookie_inventory_duration{color:#595959;font-size:13px}.cookie_inventory_detail strong,.cookie_inventory_duration strong{color:#333}.cookie_inventory_empty{color:#777!important}.cookies_actions_settings{margin-top:28px}@media (max-width:768px){.cookies_block{align-items:flex-end;padding:0}.cookies_dialog{border-radius:8px 8px 0 0;margin:0;max-height:calc(100vh - 12px);max-width:540px;padding:30px 24px 24px}.cookies_logo{margin-bottom:22px;max-width:118px;width:118px}.cookies_intro h2,.cookies_settings_heading h2{font-size:24px}.cookie_category_content p,.cookies_intro p,.cookies_settings_heading p{font-size:14px}.cookies_actions{flex-direction:column}.cookies_actions_intro .cookies_expand{order:1}.cookies_actions_intro .cookies_reject_all{order:2}.cookies_actions_intro .cookies_agree_all{order:3}.cookies_settings_heading{display:block;padding-right:26px}.cookies_settings_heading .cookies_logo{margin:0 0 21px}.cookie_category_summary{gap:10px}.cookie_category_summary .form-checkbox{font-size:15px}.cookie_category_count{font-size:12px}.cookie_category_content{padding-left:30px}.cookie_inventory_item{grid-template-columns:1fr}.cookie_inventory_name{grid-row:auto}}.product_showcase_block{margin-top:20px}.product_showcase_block:first-child{margin-top:0;padding-top:20px}.product_showcase_block+.product_showcase_block{margin-top:16px}@media (min-width:769px) and (max-width:1279px){.product_showcase_block{margin-top:23px}.product_showcase_block:first-child{margin-top:0;padding-top:23px}.product_showcase_block+.product_showcase_block{margin-top:23px}}@media (max-width:768px){.product_showcase_block{margin-top:6px}.product_showcase_block:first-child{margin-top:0;padding-top:6px}.product_showcase_block+.product_showcase_block{margin-top:22px}}a{color:inherit}a:hover{color:#00aeef}b{font-weight:700}figure{font-size:0;line-height:0}figure img{max-width:100%}figure footer{text-align:center;margin-top:17px;color:#7c7c7c;font-weight:400;font-size:14px;line-height:18px}hr{border:0;border-top:1px solid silver;margin:40px 0}ol,ul{list-style:none}ul{margin:30px 0}ul>li{position:relative;padding-left:38px}ul>li:before{content:"";position:absolute;width:10px;height:10px;top:4px;left:12px;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;background:#56ccf2}ul>li+li{margin-top:12px}ol{counter-reset:ol;margin:20px 0}ol>li{counter-increment:ol;display:table}ol>li:before{display:table-cell;content:counters(ol,".");min-width:24px;padding-right:6px;font-size:16px;line-height:16px;vertical-align:top;padding-top:1px;font-weight:600;color:#00aeef}ol>li+li{margin-top:18px}blockquote{padding-left:55px;position:relative;font-weight:600;font-size:24px;line-height:32px}blockquote:before{content:"";position:absolute;top:3px;bottom:3px;left:27px;width:10px;background:#56ccf2}blockquote>p:not(:first-child){margin-top:20px}blockquote>p:not(:last-of-type){margin-bottom:20px}blockquote footer{text-align:right;margin-top:17px;color:#7c7c7c;font-weight:400;font-size:14px;line-height:18px}label input.to_custom{display:none}label.disabled{cursor:auto}label.disabled .form-checkbox__indicator:before{background:#e8e9ea}label.disabled .form-checkbox__indicator:after{border-color:#130606}label:not(.disabled):hover .form-checkbox__indicator:before{border-color:#00aeef}label.wrong .form-checkbox__indicator:before{background:rgba(235,87,87,.1);border:1px solid #eb5757}label.checked .form-checkbox__indicator:after{display:block}.btn{font-weight:600;color:#fff;text-transform:uppercase;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;font-size:16px;line-height:19px;align-items:center;box-sizing:border-box;min-height:50px;padding:10px 16px;text-align:center;justify-content:center;border:0;outline:0;margin:0}.btn:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.btn.disabled,.btn:disabled{background:#d7d8df;color:#fff;cursor:auto}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):hover{color:#fff}.btn.blue:not(:disabled):not(.disabled){background:#00aeef}.btn.blue:not(:disabled):not(.disabled):hover{background:#56ccf2}.btn.blueborder{border:1px solid;padding:9px 15px;background:#fff}.btn.blueborder.disabled,.btn.blueborder:disabled{border-color:#d7d8df;color:#d7d8df}.btn.blueborder:not(:disabled):not(.disabled){border-color:#00aeef;color:#00aeef}.btn.blueborder:not(:disabled):not(.disabled):hover{border-color:#56ccf2;color:#56ccf2}.btn.green:not(:disabled):not(.disabled){background:#00d865}.btn.green:not(:disabled):not(.disabled):hover{background:#64c542}.btn.blue40{text-transform:unset;font-weight:600}.btn.blue40:not(:disabled):not(.disabled){background:#40c8f3}.btn.blue40:not(:disabled):not(.disabled):hover{background:#00d865}.btn.graybd:not(:disabled):not(.disabled){background:#bdbdbd}.btn.graybd:not(:disabled):not(.disabled):hover{background:#c4c4c4}.btn.graybe:not(:disabled):not(.disabled){background:#bec2c7}.btn.graybe:not(:disabled):not(.disabled):hover{background:#c4c4c4}.btn.graye5.disabled,.btn.graye5:disabled{background:#e5eaee;color:#7c7c7c}.btn.graye5:not(:disabled):not(.disabled){background:#e5eaee;color:#333}.btn.graye5:not(:disabled):not(.disabled):hover{color:#00aeef}.btn.yellow:not(:disabled):not(.disabled){background:#ffb800;color:#000}.btn.yellow:not(:disabled):not(.disabled):hover{background:#f2994a}.btn.icon_btn{padding:10px;width:50px}.btn.icon_btn .text{display:none}.btn.fs13{font-size:13px;line-height:16px}.btn.fs14_sz30{min-height:30px;padding:7px 10px 6px}.btn.fs14_sz30,.btn.fs14_sz40{font-size:14px;line-height:17px}.btn.fs14_sz40{min-height:40px;padding:8px 10px}.btn.fs16_sz40{font-size:16px;line-height:19px;min-height:40px;padding:8px 16px}.btn.dt_sz40,.btn.sz40{font-size:13px;line-height:16px;min-height:40px;padding:8px 16px}.btn.dt_sz30,.btn.sz30{font-size:13px;line-height:16px;min-height:30px;padding:7px 10px}.btn.dt_fs14{font-size:14px;line-height:17px}.btn.noup{text-transform:unset}.btn .icon{display:block;position:relative;height:30px}.btn .icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-position:50% 50%;background-repeat:no-repeat;max-width:100%;max-height:100%;background-size:contain}.btn .icon.icon_waze{width:30px}.btn .icon.icon_waze:before{background-image:url(/img/design/waze_white_30x30.svg);width:30px;height:30px}.btn .icon.icon_cart{width:26px}.btn .icon.icon_cart:before{background-image:url(/img/design/cart_white_24x24.svg);width:24px;height:24px}.btn .icon.icon_heart{width:23px}.btn .icon.icon_heart:before{background-image:url(/img/design/heart_white_21x20.svg);width:21px;height:20px}.btn .icon.icon_scale{width:26px}.btn .icon.icon_scale:before{background-image:url(/img/design/scale_white_26x24.svg);width:26px;height:24px}.btn .icon.icon_search{width:22px}.btn .icon.icon_search:before{background-image:url(/img/design/search_white_22x24.svg);width:22px;height:24px}.btn .icon.icon_filter{width:24px}.btn .icon.icon_filter:before{background-image:url(/img/design/filter_white_24x24.svg);width:24px;height:24px}.btn .icon.icon_contract{width:26px}.btn .icon.icon_contract:before{background-image:url(/img/design/contract_white_26x26.svg);width:26px;height:26px}.btn .icon.icon_call{width:24px}.btn .icon.icon_call:before{background-image:url(/img/design/call_white_24x24.svg);width:24px;height:24px}.btn .icon.icon_skype{width:24px}.btn .icon.icon_skype:before{background-image:url(/img/design/skype_white_24x24.svg);width:24px;height:24px}.btn .icon.icon_plus{width:20px}.btn .icon.icon_plus:before{background-image:url(/img/design/plus_white_20x20.svg);width:20px;height:20px}.btn .icon.icon_pencil{width:18px}.btn .icon.icon_pencil:before{background-image:url(/img/design/pencil_white_18x18.svg);width:18px;height:18px}.btn .icon.icon_pencil_paper{width:20px}.btn .icon.icon_pencil_paper:before{background-image:url(/img/design/pencil_paper_white_20x20.svg);width:20px;height:20px}.btn .icon.icon_trash{width:20px}.btn .icon.icon_trash:before{background-image:url(/img/design/trash_white_20x20.svg);width:20px;height:20px}.btn .icon.icon_cancel{width:30px}.btn .icon.icon_cancel:before{background-image:url(/img/design/cancel_white_30x30.svg);width:30px;height:30px}.btn.disabled.graye5 .icon.icon_cart:before,.btn:disabled.graye5 .icon.icon_cart:before{background-image:url(/img/design/cart_gray7c_24x24.svg)}.btn.disabled.graye5 .icon.icon_heart:before,.btn:disabled.graye5 .icon.icon_heart:before{background-image:url(/img/design/heart_gray7c_21x20.svg)}.btn.disabled.graye5 .icon.icon_scale:before,.btn:disabled.graye5 .icon.icon_scale:before{background-image:url(/img/design/scale_gray7c_26x24.svg)}.btn.disabled.graye5 .icon.icon_filter:before,.btn:disabled.graye5 .icon.icon_filter:before{background-image:url(/img/design/filter_gray7c_24x24.svg)}.btn.disabled.graye5 .icon.icon_contract:before,.btn:disabled.graye5 .icon.icon_contract:before{background-image:url(/img/design/contract_gray7c_26x26.svg)}.btn.disabled.graye5 .icon.icon_plus:before,.btn:disabled.graye5 .icon.icon_plus:before{background-image:url(/img/design/plus_gray7c_20x20.svg)}.btn.disabled.graye5 .icon.icon_pencil:before,.btn:disabled.graye5 .icon.icon_pencil:before{background-image:url(/img/design/pencil_gray7c_18x18.svg)}.btn.disabled.graye5 .icon.icon_pencil_paper:before,.btn:disabled.graye5 .icon.icon_pencil_paper:before{background-image:url(/img/design/pencil_paper_gray7c_20x20.svg)}.btn.disabled.graye5 .icon.icon_trash:before,.btn:disabled.graye5 .icon.icon_trash:before{background-image:url(/img/design/trash_gray7c_20x20.svg)}.btn.disabled.graye5 .icon.icon_cancel:before,.btn:disabled.graye5 .icon.icon_cancel:before{background-image:url(/img/design/cancel_gray7c_30x30.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_cart:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_cart:before{background-image:url(/img/design/cart_black_24x24.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_heart:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_heart:before{background-image:url(/img/design/heart_black_21x20.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_scale:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_scale:before{background-image:url(/img/design/scale_black_26x24.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_filter:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_filter:before{background-image:url(/img/design/filter_black_24x24.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_contract:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_contract:before{background-image:url(/img/design/contract_black_26x26.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_plus:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_plus:before{background-image:url(/img/design/plus_black_20x20.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_pencil:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_pencil:before{background-image:url(/img/design/pencil_black_18x18.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_pencil_paper:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_pencil_paper:before{background-image:url(/img/design/pencil_paper_black_20x20.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_trash:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_trash:before{background-image:url(/img/design/trash_black_20x20.svg)}.btn:not(:disabled):not(.disabled).graye5 .icon.icon_cancel:before,.btn:not(:disabled):not(.disabled).yellow .icon.icon_cancel:before{background-image:url(/img/design/cancel_black_30x30.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_cart:before{background-image:url(/img/design/cart_blue_24x24.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_heart:before{background-image:url(/img/design/heart_blue_21x20.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_scale:before{background-image:url(/img/design/scale_blue_26x24.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_filter:before{background-image:url(/img/design/filter_blue_24x24.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_contract:before{background-image:url(/img/design/contract_blue_26x26.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_plus:before{background-image:url(/img/design/plus_blue_20x20.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_pencil:before{background-image:url(/img/design/pencil_blue_18x18.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_pencil_paper:before{background-image:url(/img/design/pencil_paper_blue_20x20.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_trash:before{background-image:url(/img/design/trash_blue_16x16.svg)}.btn:not(:disabled):not(.disabled).graye5:hover .icon.icon_cancel:before{background-image:url(/img/design/cancel_blue_30x30.svg)}.btn.dt_sz40 .icon,.btn.fs14_sz40 .icon,.btn.fs16_sz40 .icon,.btn.sz40 .icon{height:24px}.btn.dt_sz40 .icon.icon_cancel,.btn.dt_sz40 .icon.icon_cart,.btn.dt_sz40 .icon.icon_contract,.btn.dt_sz40 .icon.icon_scale,.btn.dt_sz40 .icon.icon_waze,.btn.fs14_sz40 .icon.icon_cancel,.btn.fs14_sz40 .icon.icon_cart,.btn.fs14_sz40 .icon.icon_contract,.btn.fs14_sz40 .icon.icon_scale,.btn.fs14_sz40 .icon.icon_waze,.btn.fs16_sz40 .icon.icon_cancel,.btn.fs16_sz40 .icon.icon_cart,.btn.fs16_sz40 .icon.icon_contract,.btn.fs16_sz40 .icon.icon_scale,.btn.fs16_sz40 .icon.icon_waze,.btn.sz40 .icon.icon_cancel,.btn.sz40 .icon.icon_cart,.btn.sz40 .icon.icon_contract,.btn.sz40 .icon.icon_scale,.btn.sz40 .icon.icon_waze{width:24px}.btn.dt_sz30 .icon,.btn.fs14_sz30 .icon,.btn.sz30 .icon{height:16px}.btn.dt_sz30 .icon.icon_call,.btn.dt_sz30 .icon.icon_cancel,.btn.dt_sz30 .icon.icon_cart,.btn.dt_sz30 .icon.icon_pencil,.btn.dt_sz30 .icon.icon_pencil_paper,.btn.dt_sz30 .icon.icon_plus,.btn.dt_sz30 .icon.icon_scale,.btn.dt_sz30 .icon.icon_skype,.btn.dt_sz30 .icon.icon_trash,.btn.dt_sz30 .icon.icon_waze,.btn.fs14_sz30 .icon.icon_call,.btn.fs14_sz30 .icon.icon_cancel,.btn.fs14_sz30 .icon.icon_cart,.btn.fs14_sz30 .icon.icon_pencil,.btn.fs14_sz30 .icon.icon_pencil_paper,.btn.fs14_sz30 .icon.icon_plus,.btn.fs14_sz30 .icon.icon_scale,.btn.fs14_sz30 .icon.icon_skype,.btn.fs14_sz30 .icon.icon_trash,.btn.fs14_sz30 .icon.icon_waze,.btn.sz30 .icon.icon_call,.btn.sz30 .icon.icon_cancel,.btn.sz30 .icon.icon_cart,.btn.sz30 .icon.icon_pencil,.btn.sz30 .icon.icon_pencil_paper,.btn.sz30 .icon.icon_plus,.btn.sz30 .icon.icon_scale,.btn.sz30 .icon.icon_skype,.btn.sz30 .icon.icon_trash,.btn.sz30 .icon.icon_waze{width:16px}.btn.dt_sz40.icon_btn,.btn.sz40.icon_btn{padding:8px;width:40px}.btn.dt_sz30.icon_btn,.btn.sz30.icon_btn{padding:7px;width:30px}.btn>*+*{margin-left:20px}.btn.btn_fav.graye5.favorited .icon.icon_heart:before{background-image:url(/img/design/heart_blue_21x20.svg)}button.btn{width:100%}textarea{resize:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.ui-datepicker{padding:4px 18px 17px;background:#fff;border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);margin-top:19px;width:314px!important;z-index:16!important;box-sizing:border-box}.ui-datepicker .arrow{position:absolute;left:50%;bottom:100%;transform:translateX(-50%);border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:14px solid #fff}.ui-datepicker.ui-datepicker-multi .ui-datepicker-group{width:134px}.ui-datepicker.ui-datepicker-multi .ui-datepicker-group table{margin:0;width:100%}.ui-datepicker.ui-datepicker-multi .ui-datepicker-group+.ui-datepicker-group{margin-left:10px}.ui-datepicker table{font-size:10px;line-height:16px}.ui-datepicker th{padding:1px;border-left:1px solid transparent;border-right:1px solid transparent;font-weight:600;color:#7c7c7c}.ui-datepicker td{border:1px solid #bec2c7;background:#d7d8df}.ui-datepicker td a,.ui-datepicker td span{padding:0;text-align:center}.ui-datepicker td span{color:#bec2c7}.ui-datepicker td a{color:#7c7c7c}.ui-datepicker td a:hover{color:#00aeef}.ui-datepicker td.ui-datepicker-other-month{background:#f3f3f3}.ui-datepicker td.ui-datepicker-today a,.ui-datepicker td.ui-datepicker-today span{color:#000}.ui-datepicker td.ui-datepicker-current-day{background:#00aeef;border-color:#00aeef}.ui-datepicker td.ui-datepicker-current-day a,.ui-datepicker td.ui-datepicker-current-day span{color:#fff}.ui-datepicker .ui-datepicker-title{margin:0;font-size:11px;line-height:16px;text-transform:uppercase;font-weight:600;color:#130606}.ui-datepicker .ui-datepicker-header{padding:8px 0 0;margin-bottom:5px}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{width:30px;height:30px;cursor:pointer;top:0}.ui-datepicker .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-prev:before{content:"";position:absolute;width:6px;height:6px;border:solid #333;border-width:0 0 2px 2px;top:50%;left:50%}.ui-datepicker .ui-datepicker-next.ui-state-disabled:before,.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before{border-color:#bec2c7}.ui-datepicker .ui-datepicker-prev{left:-10px}.ui-datepicker .ui-datepicker-prev:before{transform:translate(-2px,-3px) rotate(45deg)}.ui-datepicker .ui-datepicker-next{right:-10px}.ui-datepicker .ui-datepicker-next:before{transform:translate(-5px,-3px) rotate(-135deg)}.jqueryui_slider{height:46px;cursor:pointer;margin:0 10px}.jqueryui_slider:before{content:"";position:absolute;top:19px;left:-10px;right:-10px;height:8px;background:#e5eaee}.jqueryui_slider .ui-slider-range{z-index:auto}.jqueryui_slider .ui-slider-range:before{content:"";position:absolute;top:19px;left:0;right:0;height:8px;background:#6ae0f0}.jqueryui_slider .ui-slider-handle{top:0;height:100%;width:20px;margin-left:-10px;cursor:pointer}.jqueryui_slider .ui-slider-handle:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border:5px solid #c4c4c4;background:#00aeef;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%}.field .error{display:none}.field.wrong .error:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.field+.field{margin-top:12px}.error{background:rgba(242,153,74,.4);margin-top:15px;position:relative;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;padding:18px 28px 17px;min-height:18px;flex-direction:column;justify-content:center}.error .error:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.error p+p{margin-top:0}.btn_auth_fb,.btn_auth_google{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;border:1px solid transparent;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;font-size:14px;line-height:16px;align-items:center;box-sizing:border-box;min-height:50px;padding:8px 15px 8px 85px;position:relative}.btn_auth_fb:before,.btn_auth_google:before{content:"";position:absolute;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.btn_auth_fb+.btn_auth_fb,.btn_auth_fb+.btn_auth_google,.btn_auth_google+.btn_auth_fb,.btn_auth_google+.btn_auth_google{margin-top:12px}.btn_auth_fb{color:#fff;background:#4f7bca}.btn_auth_fb:before{background-image:url(/img/design/social_fb_white_10x20.svg);width:13px;height:25px;top:10px;left:21px}.btn_auth_fb:hover{color:#fff}.btn_auth_google{color:#130606;background:#fff;border-color:#bdbdbd}.btn_auth_google:before{background-image:url(/img/design/social_google_25x25.svg);width:25px;height:25px;top:13px;left:18px}.cart_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;color:#fff;font-size:14px;line-height:17px;text-transform:uppercase}.cart_btn .icon_part{width:52px;height:50px;flex-shrink:0;background:#00d865;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;position:relative}.cart_btn .icon_part:before{content:"";position:absolute;top:50%;left:50%;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;width:24px;height:24px;transform:translate(-50%,-50%);background-image:url(/img/design/cart_white_24x24.svg)}.cart_btn .text_part{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#00aeef;height:50px;box-sizing:border-box;padding:10px 11px 10px 12px;align-items:center;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.cart_btn .text_full{font-weight:800}.cart_btn .text_short{font-weight:400;white-space:nowrap}.cart_btn:hover{color:#fff}.cart_btn.disabled,.cart_btn:disabled{cursor:default}.cart_btn.disabled .icon_part,.cart_btn:disabled .icon_part{background:#d7d8df}.cart_btn:not(:disabled):not(.disabled){cursor:pointer}.cart_btn:not(:disabled):not(.disabled):hover .text_part{background:#56ccf2}.btn_list_type{position:relative;height:40px;align-self:flex-start;cursor:pointer}.btn_list_type:before{content:"";position:absolute;top:0;height:40px;left:50%;transform:translateX(-50%);background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.btn_list_type.type_cols{width:34px}.btn_list_type.type_cols:before{background-image:url(/img/design/list_type_cols_graybe_34x40.svg);width:34px}.btn_list_type.type_large{width:24px}.btn_list_type.type_large:before{background-image:url(/img/design/list_type_large_graybe_19x40.svg);width:19px}.btn_list_type.type_details{width:39px}.btn_list_type.type_details:before{background-image:url(/img/design/list_type_details_graybe_39x40.svg);width:39px}.btn_list_type.active.type_cols:before,.btn_list_type:hover.type_cols:before{background-image:url(/img/design/list_type_cols_blue_34x40.svg)}.btn_list_type.active.type_large:before,.btn_list_type:hover.type_large:before{background-image:url(/img/design/list_type_large_blue_19x40.svg)}.btn_list_type.active.type_details:before,.btn_list_type:hover.type_details:before{background-image:url(/img/design/list_type_details_blue_39x40.svg)}.btn_list_type+.btn_list_type{margin-left:8px}.info_icon_with_expand{position:relative;display:inline-block;vertical-align:top}.info_icon_with_expand .info_trigger{width:18px;height:18px;align-self:flex-start;cursor:pointer;position:relative;display:block}.info_icon_with_expand .info_trigger:before{content:"";width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url(/img/design/info_graybd_18x18.svg)}.info_icon_with_expand .info_trigger:hover:before{background-image:url(/img/design/info_blue_18x18.svg)}.info_icon_with_expand .info_expand{position:absolute;z-index:3;bottom:100%;right:0}@media (max-width:768px){.info_icon_with_expand .info_expand{right:-50px}}.info_icon_with_expand .info_expand{margin:0 0 29px -11px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;padding:14px 22px 12px;box-sizing:border-box;width:333px;opacity:0;pointer-events:none;color:#000;font-size:13px;line-height:18px;font-weight:400;cursor:auto}.info_icon_with_expand .info_expand .arrow{position:absolute;top:100%;right:0}@media (max-width:768px){.info_icon_with_expand .info_expand .arrow{right:50px}}.info_icon_with_expand .info_expand .arrow{margin-left:9px;border-top:13px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent}.info_icon_with_expand .info_expand b{font-weight:600}.info_icon_with_expand.open .info_trigger:before,.info_icon_with_expand:hover .info_trigger:before{background-image:url(/img/design/info_blue_18x18.svg)}.info_icon_with_expand.open .info_expand,.info_icon_with_expand:hover .info_expand{opacity:1;pointer-events:auto}.tab_block .tab_head{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:13px;line-height:16px;text-transform:uppercase;font-weight:600}.tab_block .tab_head .tab{padding-top:6px;padding-bottom:7px;border-bottom:5px solid transparent}.tab_block .tab_head .tab:not(.active){cursor:pointer;color:#7c7c7c}.tab_block .tab_head .tab:not(.active):hover{color:#00aeef}.tab_block .tab_head .tab.active{color:#130606;border-bottom-color:#00aeef}.tab_block .tab_head .tab.disabled{color:#bec2c7}.tab_block .tab_head .tab.disabled.active{color:#bec2c7;border-bottom-color:#bec2c7}.tab_block .tab_head .tab+.tab{margin-left:32px}.tab_block .tab_head+.tab_body{margin-bottom:30px}.tab_block .tab_body .tab{margin:-10px;padding:10px}.tab_block .tab_body .tab:not(.active),.tab_other{display:none}.tab_other.active{display:block}@keyframes loader_bar_1{0%{background:#b3eaf4;transform:rotate(0deg) scaleX(.64);opacity:1}0.1%{background:#b3eaf4;transform:rotate(0deg) scaleX(.64);opacity:0}12.4%{background:#00a7db;transform:rotate(0deg) scaleX(1);opacity:0}12.5%{background:#00a7db;transform:rotate(0deg) scaleX(1);opacity:1}25%{background:#00aeef;transform:rotate(0deg) scaleX(1);opacity:1}37.5%{background:#11bdf2;transform:rotate(0deg) scaleX(1);opacity:1}50%{background:#56ccf2;transform:rotate(0deg) scaleX(1);opacity:1}62.5%{background:#71dbf4;transform:rotate(0deg) scaleX(1);opacity:1}75%{background:#8ce0f4;transform:rotate(0deg) scaleX(1);opacity:1}87.5%{background:#b3eaf4;transform:rotate(0deg) scaleX(1);opacity:1}to{background:#b3eaf4;transform:rotate(0deg) scaleX(.64);opacity:1}}@keyframes loader_bar_2{0%{background:#b3eaf4;transform:rotate(45deg) scaleX(1);opacity:1}12.5%{background:#b3eaf4;transform:rotate(45deg) scaleX(.64);opacity:1}12.6%{background:#b3eaf4;transform:rotate(45deg) scaleX(.64);opacity:0}24.9%{background:#00a7db;transform:rotate(45deg) scaleX(1);opacity:0}25%{background:#00a7db;transform:rotate(45deg) scaleX(1);opacity:1}37.5%{background:#00aeef;transform:rotate(45deg) scaleX(1);opacity:1}50%{background:#11bdf2;transform:rotate(45deg) scaleX(1);opacity:1}62.5%{background:#56ccf2;transform:rotate(45deg) scaleX(1);opacity:1}75%{background:#71dbf4;transform:rotate(45deg) scaleX(1);opacity:1}87.5%{background:#8ce0f4;transform:rotate(45deg) scaleX(1);opacity:1}to{background:#b3eaf4;transform:rotate(45deg) scaleX(1);opacity:1}}@keyframes loader_bar_3{0%{background:#b3eaf4;transform:rotate(90deg) scaleX(1);opacity:1}12.5%{background:#b3eaf4;transform:rotate(90deg) scaleX(1);opacity:1}25%{background:#b3eaf4;transform:rotate(90deg) scaleX(.64);opacity:1}25.1%{background:#b3eaf4;transform:rotate(90deg) scaleX(.64);opacity:0}37.4%{background:#00a7db;transform:rotate(90deg) scaleX(1);opacity:0}37.5%{background:#00a7db;transform:rotate(90deg) scaleX(1);opacity:1}50%{background:#00aeef;transform:rotate(90deg) scaleX(1);opacity:1}62.5%{background:#11bdf2;transform:rotate(90deg) scaleX(1);opacity:1}75%{background:#56ccf2;transform:rotate(90deg) scaleX(1);opacity:1}87.5%{background:#71dbf4;transform:rotate(90deg) scaleX(1);opacity:1}to{background:#8ce0f4;transform:rotate(90deg) scaleX(1);opacity:1}}@keyframes loader_bar_4{0%{background:#8ce0f4;transform:rotate(135deg) scaleX(1);opacity:1}12.5%{background:#b3eaf4;transform:rotate(135deg) scaleX(1);opacity:1}25%{background:#b3eaf4;transform:rotate(135deg) scaleX(1);opacity:1}37.5%{background:#b3eaf4;transform:rotate(135deg) scaleX(.64);opacity:1}37.6%{background:#b3eaf4;transform:rotate(135deg) scaleX(.64);opacity:0}49.9%{background:#00a7db;transform:rotate(135deg) scaleX(1);opacity:0}50%{background:#00a7db;transform:rotate(135deg) scaleX(1);opacity:1}62.5%{background:#00aeef;transform:rotate(135deg) scaleX(1);opacity:1}75%{background:#11bdf2;transform:rotate(135deg) scaleX(1);opacity:1}87.5%{background:#56ccf2;transform:rotate(135deg) scaleX(1);opacity:1}to{background:#71dbf4;transform:rotate(135deg) scaleX(1);opacity:1}}@keyframes loader_bar_5{0%{background:#71dbf4;transform:rotate(180deg) scaleX(1);opacity:1}12.5%{background:#8ce0f4;transform:rotate(180deg) scaleX(1);opacity:1}25%{background:#b3eaf4;transform:rotate(180deg) scaleX(1);opacity:1}37.5%{background:#b3eaf4;transform:rotate(180deg) scaleX(1);opacity:1}50%{background:#b3eaf4;transform:rotate(180deg) scaleX(.64);opacity:1}50.1%{background:#b3eaf4;transform:rotate(180deg) scaleX(.64);opacity:0}62.4%{background:#00a7db;transform:rotate(180deg) scaleX(1);opacity:0}62.5%{background:#00a7db;transform:rotate(180deg) scaleX(1);opacity:1}75%{background:#00aeef;transform:rotate(180deg) scaleX(1);opacity:1}87.5%{background:#11bdf2;transform:rotate(180deg) scaleX(1);opacity:1}to{background:#56ccf2;transform:rotate(180deg) scaleX(1);opacity:1}}@keyframes loader_bar_6{0%{background:#56ccf2;transform:rotate(225deg) scaleX(1);opacity:1}12.5%{background:#71dbf4;transform:rotate(225deg) scaleX(1);opacity:1}25%{background:#8ce0f4;transform:rotate(225deg) scaleX(1);opacity:1}37.5%{background:#b3eaf4;transform:rotate(225deg) scaleX(1);opacity:1}50%{background:#b3eaf4;transform:rotate(225deg) scaleX(1);opacity:1}62.5%{background:#b3eaf4;transform:rotate(225deg) scaleX(.64);opacity:1}62.6%{background:#b3eaf4;transform:rotate(225deg) scaleX(.64);opacity:0}74.4%{background:#00a7db;transform:rotate(225deg) scaleX(1);opacity:0}75%{background:#00a7db;transform:rotate(225deg) scaleX(1);opacity:1}87.5%{background:#00aeef;transform:rotate(225deg) scaleX(1);opacity:1}to{background:#11bdf2;transform:rotate(225deg) scaleX(1);opacity:1}}@keyframes loader_bar_7{0%{background:#11bdf2;transform:rotate(270deg) scaleX(1);opacity:1}12.5%{background:#56ccf2;transform:rotate(270deg) scaleX(1);opacity:1}25%{background:#71dbf4;transform:rotate(270deg) scaleX(1);opacity:1}37.5%{background:#8ce0f4;transform:rotate(270deg) scaleX(1);opacity:1}50%{background:#b3eaf4;transform:rotate(270deg) scaleX(1);opacity:1}62.5%{background:#b3eaf4;transform:rotate(270deg) scaleX(1);opacity:1}75%{background:#b3eaf4;transform:rotate(270deg) scaleX(.64);opacity:1}75.1%{background:#b3eaf4;transform:rotate(270deg) scaleX(.64);opacity:0}87.4%{background:#00a7db;transform:rotate(270deg) scaleX(1);opacity:0}87.5%{background:#00a7db;transform:rotate(270deg) scaleX(1);opacity:1}to{background:#00aeef;transform:rotate(270deg) scaleX(1);opacity:1}}@keyframes loader_bar_8{0%{background:#00aeef;transform:rotate(315deg) scaleX(1);opacity:1}12.5%{background:#11bdf2;transform:rotate(315deg) scaleX(1);opacity:1}25%{background:#56ccf2;transform:rotate(315deg) scaleX(1);opacity:1}37.5%{background:#71dbf4;transform:rotate(315deg) scaleX(1);opacity:1}50%{background:#8ce0f4;transform:rotate(315deg) scaleX(1);opacity:1}62.5%{background:#b3eaf4;transform:rotate(315deg) scaleX(1);opacity:1}75%{background:#b3eaf4;transform:rotate(315deg) scaleX(1);opacity:1}87.5%{background:#b3eaf4;transform:rotate(315deg) scaleX(.64);opacity:1}87.6%{background:#b3eaf4;transform:rotate(315deg) scaleX(.64);opacity:0}99.9%{background:#00a7db;transform:rotate(315deg) scaleX(1);opacity:0}to{background:#00a7db;transform:rotate(315deg) scaleX(1);opacity:1}}.loader{position:fixed;-webkit-transform:translateZ(0);z-index:90;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.2)}.loader:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.loader .icon{position:relative;margin:auto;width:80px;height:80px}.loader .bar{position:absolute;width:22px;height:8px;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px}.loader .bar1{left:0;top:36px;opacity:0;background:#b3eaf4;transform:rotate(0deg) scaleX(.64);animation:loader_bar_1 1s linear infinite}.loader .bar2{left:8px;top:15px;opacity:1;background:#8ce0f4;transform:rotate(45deg) scaleX(1);animation:loader_bar_2 1s linear infinite}.loader .bar3{left:29px;top:7px;opacity:0;background:#71dbf4;transform:rotate(90deg) scaleX(1);animation:loader_bar_3 1s linear infinite}.loader .bar4{left:50px;top:15px;opacity:0;background:#56ccf2;transform:rotate(135deg) scaleX(1);animation:loader_bar_4 1s linear infinite}.loader .bar5{left:58px;top:36px;opacity:0;background:#11bdf2;transform:rotate(180deg) scaleX(1);animation:loader_bar_5 1s linear infinite}.loader .bar6{left:50px;top:57px;opacity:0;background:#00aeef;transform:rotate(225deg) scaleX(1);animation:loader_bar_6 1s linear infinite}.loader .bar7{left:29px;top:65px;opacity:0;background:#00a7db;transform:rotate(270deg) scaleX(1);animation:loader_bar_7 1s linear infinite}.loader .bar8{left:8px;top:57px;opacity:0;background:#b3eaf4;transform:rotate(315deg) scaleX(.64);animation:loader_bar_8 1s linear infinite}.comparison_bar{position:fixed;-webkit-transform:translateZ(0);z-index:16;top:0;bottom:0;right:0;transform:translate(0);pointer-events:none;flex-direction:column;justify-content:center}.comparison_bar:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.comparison_bar .line{position:relative;pointer-events:auto}.comparison_bar .bar{background:#00aeef;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;padding:28px 10px 93px}.comparison_bar .close{position:absolute;top:0;left:0;width:35px;height:28px;cursor:pointer}.comparison_bar .close:after,.comparison_bar .close:before{content:"";position:absolute;top:14px;left:8px;width:16px;height:1px;background:#f3f3f3}.comparison_bar .close:before{transform:rotate(45deg)}.comparison_bar .close:after{transform:rotate(-45deg)}.comparison_bar .list .item{width:58px;height:58px;border:1px solid #bdbdbd;border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px;position:relative;background:#f3f3f3}.comparison_bar .list .item:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;background-image:url(/img/design/box_grayd7_40x40.svg)}.comparison_bar .list .item+.item{margin:10px 0 0}.comparison_bar .list .item .link{width:58px;height:58px;display:block;position:relative;background:#fff}.comparison_bar .list .item .link .img{position:absolute;top:4px;left:4px;right:4px;bottom:4px;display:block;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.comparison_bar .list .item .delete{position:absolute;bottom:-11px;right:-3px;width:24px;height:24px;cursor:pointer}.comparison_bar .list .item .delete .x{position:absolute;top:5px;left:5px;bottom:5px;right:5px;background:#bec2c7;border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px}.comparison_bar .list .item .delete .x:after,.comparison_bar .list .item .delete .x:before{content:"";position:absolute;top:7px;left:4px;width:7px;height:1px;background:#130606}.comparison_bar .list .item .delete .x:before{transform:rotate(45deg)}.comparison_bar .list .item .delete .x:after{transform:rotate(-45deg)}.comparison_bar .list .item .delete_template,.comparison_bar .list .item .link_template{display:none}.comparison_bar .button_cont{position:absolute;bottom:13px;left:10px;width:60px;height:60px}.comparison_bar .button_cont .button{display:block;width:60px;height:60px;background:#00d865;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.comparison_bar .button_cont .button:before{content:"";position:absolute;top:25%;left:25%;width:50%;height:50%;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url(/img/design/scale_black_26x24.svg)}.comparison_bar .button_cont .button:hover{background:#3aff95}.comparison_bar .button_cont .num{display:none;position:absolute;right:-9px;top:-12px;font-size:10px;line-height:12px;width:30px;height:30px;background:#00aeef;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;justify-content:center;align-items:center;color:#000;font-weight:600;pointer-events:none}.comparison_bar.animate{transition:transform .4s}.comparison_bar.away{transform:translate(100%)}.breadcrumbs_block{padding-top:13px;padding-bottom:1px}.breadcrumbs_block .breadcrumbs_wrap{position:relative}.breadcrumbs_block .breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;column-gap:4px;row-gap:2px;font-size:13px;line-height:20px;font-weight:600;color:#7c7c7c;margin-right:0}.breadcrumbs_block .breadcrumbs a{color:#00aeef}.breadcrumbs_block .breadcrumbs a:hover{text-decoration:underline}.breadcrumbs_block .breadcrumbs.expanded_no{overflow:visible;text-overflow:clip;white-space:normal}.breadcrumbs_block.expanded .expanded_no{display:none}.breadcrumbs_block:not(.expanded).expanded_view_yes .expanded_no,.breadcrumbs_block:not(.expanded):not(.expanded_view_yes) .expanded_yes{position:absolute;top:0;left:0;right:0;pointer-events:none;opacity:0}.collapsible{margin-top:50px}.collapsible:first-child{margin-top:0}.collapsible .collapsible_trigger{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;font-weight:600;background:#fff;box-sizing:border-box;cursor:pointer;position:relative;padding:7px 57px 7px 30px;min-height:60px;font-size:24px;line-height:28px}.collapsible .collapsible_trigger:before{content:"";position:absolute;transition:transform .4s;transform:translate(0) rotate(225deg);top:22px;right:17px;width:11px;height:11px;border:solid #130606;border-width:3px 3px 0 0}.collapsible .collapsible_expand{display:none}.collapsible .collapsible_expand .collapsible_expand_inner{padding:24px 0 0}.collapsible.open .collapsible_trigger:before{transform:translate(-3px,-2px) rotate(135deg)}.collapsible.open .collapsible_expand{display:block}.collapsible.small .collapsible_trigger{padding:7px 50px 7px 20px;font-size:13px;line-height:16px;text-transform:uppercase;min-height:30px}.collapsible.small .collapsible_trigger:before{top:10px;right:16px;width:8px;height:8px;border-width:2px 2px 0 0}.collapsible.trigger_fs18 .collapsible_trigger{padding-top:8px;padding-bottom:8px;font-size:18px;line-height:22px}.collapsible.gray .collapsible_trigger{background:#e8e9ea}.collapsible.gray .collapsible_trigger:before{border-color:#333}.collapsible.grayex .collapsible_expand .collapsible_expand_inner,.collapsible.whiteex .collapsible_expand .collapsible_expand_inner{padding:12px 30px 30px}.collapsible.grayex.small .collapsible_expand .collapsible_expand_inner,.collapsible.whiteex.small .collapsible_expand .collapsible_expand_inner{padding:12px 20px 24px}.collapsible.grayex .collapsible_expand{background:#e8e9ea}.collapsible.whiteex .collapsible_expand{background:#fff}.collapsible+.collapsible{margin-top:24px}.opendoc_block .opendoc_block_inner{padding:30px 40px 40px;background:#fff}.desktop_sidecol_cols{margin-top:13px}.desktop_sidecol_cols .main_wrap{box-sizing:border-box;padding-left:270px}.desktop_sidecol_cols .main_wrap:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.desktop_sidecol_cols .side_col{width:260px;margin-left:-270px;float:left}.desktop_sidecol_cols .sidemenu .category .trigger{box-sizing:border-box;min-height:64px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:13px;line-height:16px;font-weight:600;text-transform:uppercase;color:#130606;padding:16px 0;align-items:center}.desktop_sidecol_cols .sidemenu .category .expand .expand_inner{padding:2px 0 30px}.desktop_sidecol_cols .sidemenu .category.openable .trigger{cursor:pointer;padding-right:32px;position:relative}.desktop_sidecol_cols .sidemenu .category.openable .trigger:before{content:"";position:absolute;transform:rotate(135deg);top:24px;right:11px;width:8px;height:8px;border:solid #7c7c7c;border-width:2px 2px 0 0}.desktop_sidecol_cols .sidemenu .category.openable .expand{display:none}.desktop_sidecol_cols .sidemenu .category.openable.open .expand{display:block}.desktop_sidecol_cols .sidemenu .category .link_line,.desktop_sidecol_cols .sidemenu .category .link_line_spacetop{font-weight:600;font-size:13px;line-height:16px}.desktop_sidecol_cols .sidemenu .category .link_line+*,.desktop_sidecol_cols .sidemenu .category .link_line_spacetop+*{margin-top:15px}.desktop_sidecol_cols .sidemenu .category .link_line+.link_line_spacetop,.desktop_sidecol_cols .sidemenu .category .link_line_spacetop+.link_line_spacetop{margin-top:29px}.desktop_sidecol_cols .sidemenu .category .link_line.active a,.desktop_sidecol_cols .sidemenu .category .link_line_spacetop.active a{color:#00aeef}.desktop_sidecol_cols .sidemenu .category .link_line.grayed,.desktop_sidecol_cols .sidemenu .category .link_line_spacetop.grayed{color:#7c7c7c}.desktop_sidecol_cols .sidemenu .category:first-child+.category{border-top:1px solid silver}.desktop_sidecol_cols .sidemenu .category+.category{border-bottom:1px solid silver}.cards_block .list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:-33px 0 0 -33px}.cards_block .list .item{width:25%;text-align:center}.cards_block .list .item .item_inner{margin:33px 0 0 33px;padding:21px 17px 24px;border:1px solid #d7d8df;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;box-shadow:0 6px 10px rgba(0,0,0,.2);-moz-box-shadow:0 6px 10px rgba(0,0,0,.2);-webkit-box-shadow:0 6px 10px rgba(0,0,0,.2)}.cards_block .list .item .img{text-align:center;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.cards_block .list .item .img img{height:50px;margin:auto;display:block}.cards_block .list .item .text1{margin-top:18px;font-size:14px;line-height:16px;font-weight:600}.cards_block .list .item .text2{margin-top:11px;font-size:12px;line-height:14px}.category_list_block .list{column-count:3;column-gap:38px}.category_list_block .list .item{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;box-sizing:border-box;min-height:49px;padding:8px 0 8px 45px;position:relative;border-bottom:1px solid silver;font-size:13px;line-height:16px;color:#00aeef;break-inside:avoid;align-items:center;font-weight:600}.category_list_block .list .item .img{position:absolute;top:11px;left:8px;width:26px;height:26px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.category_list_block .list .item:hover{text-decoration:underline}.block_404 .main_wrap{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row-reverse;margin-top:68px}.block_404 .text_col{flex-shrink:0;width:480px}.block_404 .img_col{flex-grow:1;pointer-events:none}.block_404 .img{width:100%;padding-top:66.66%;position:relative}.block_404 .img img{position:absolute}.block_404 .img .img_1{width:17.78%;top:0}.block_404 .img .img_1a{left:46.66%}.block_404 .img .img_1b{left:64.44%}.block_404 .img .img_1c{left:82.22%}.block_404 .img .img_2{width:17.91%;top:22.5%;left:66%}.block_404 .img .img_3{width:55.08%;top:27%;left:17%}.block_404 .img .img_4{width:46.12%;top:51%;left:7%}.block_404 .main_title{margin-bottom:27px}.block_404 .btn_line{margin-top:43px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.block_404 .btn_line .btn{min-width:300px}.wishlist_select{position:relative;font-size:14px;line-height:20px;min-width:0}.wishlist_select .wishlist_select_closed{padding:9px 19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #bdbdbd;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background:#fff;box-sizing:border-box;height:40px;font-weight:600}.wishlist_select .wishlist_select_closed.trigger{cursor:pointer;position:relative;padding-right:35px}.wishlist_select .wishlist_select_open{position:absolute;z-index:10;top:0;left:0;width:100%;box-sizing:border-box;border:1px solid #bdbdbd;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;background:#fff}.wishlist_select .wishlist_select_open .expand_title{padding:9px 36px 5px 19px;font-weight:600;color:#7c7c7c;cursor:pointer}.wishlist_select .wishlist_select_open .expand_list{max-height:400px;overflow-y:auto}.wishlist_select .wishlist_select_open .expand_list .expand_item{padding:7px 19px;cursor:pointer;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist_select .wishlist_select_open .expand_list .expand_item.selected,.wishlist_select .wishlist_select_open .expand_list .expand_item:hover{color:#00aeef}.wishlist_select .wishlist_select_open .expand_add_list_part{padding:5px 19px 26px}.wishlist_select .wishlist_select_open .expand_add_list_part .add_text{font-weight:600;color:#7c7c7c}.wishlist_select .wishlist_select_open .expand_add_list_part .field_and_btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:-9px;flex-wrap:wrap}.wishlist_select .wishlist_select_open .expand_add_list_part .field_and_btn_line .field{flex-grow:100;margin:9px 0 0 9px;width:117px}.wishlist_select .wishlist_select_open .expand_add_list_part .field_and_btn_line .form-input{background:#ebebeb}.wishlist_select .wishlist_select_open .expand_add_list_part .field_and_btn_line .form-input:not(.focused){border-color:#d7d8df}.wishlist_select .wishlist_select_open .expand_add_list_part .field_and_btn_line .btn{flex-grow:1;margin:9px 0 0 9px;flex-shrink:0}.wishlist_select .expand .expand_title:before,.wishlist_select .trigger:before{content:"";position:absolute;top:13px;right:13px;width:7px;height:7px;border:solid #7c7c7c;border-width:0 2px 2px 0;transform:translate(0) rotate(45deg);transition:transform .4s}.wishlist_select:not(.open) .expand{opacity:0;pointer-events:none}.wishlist_select.open .expand .expand_title:before,.wishlist_select.open .trigger:before{transform:translateY(4px) rotate(-135deg)}.wishlist_select.open .expand{opacity:1;pointer-events:auto}@media (min-width:1280px){.field.dt_sideways{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start}.field.dt_sideways .form-input,.field.dt_sideways .form-input--floating-label,.field.dt_sideways .form-input--range{width:65%;flex-shrink:0}.field.dt_sideways .error{flex-grow:1;margin:0 0 0 30px;padding:16px 28px}.field.dt_sideways .error:before{left:0;bottom:auto;top:17px;border-bottom:7px solid transparent;border-left:0;border-right:11px solid rgba(242,153,74,.4);border-top:7px solid transparent;width:0;height:1px;margin-left:-11px}}@media (min-width:769px) and (max-width:1279px){ul{margin:25px 0}ol{margin:27px 0}blockquote footer,figure footer{margin-top:13px}.btn.tab_sz40{font-size:14px;line-height:17px;min-height:40px;padding:8px 16px}.btn.tab_sz40 .icon{height:24px}.btn.tab_sz40 .icon.icon_cart,.btn.tab_sz40 .icon.icon_contract,.btn.tab_sz40 .icon.icon_scale,.btn.tab_sz40 .icon.icon_waze{width:24px}.btn.tab_sz40>*+*{margin-left:15px}.btn_auth_fb,.btn_auth_google{padding-left:63px}.tab_block .tab_head.tab_spread{justify-content:space-between}.tab_block .tab_head+.tab_body{margin-top:18px}.comparison_bar .bar{padding:27px 10px 67px}.comparison_bar .close{width:35px;height:27px}.comparison_bar .close:after,.comparison_bar .close:before{top:13px}.comparison_bar .list .item{width:48px;height:48px}.comparison_bar .list .item+.item{margin:6px 0 0}.comparison_bar .list .item .link{width:48px;height:48px}.comparison_bar .list .item .delete{bottom:-7px}.comparison_bar .button_cont{bottom:11px;width:50px;height:50px}.comparison_bar .button_cont .button{width:50px;height:50px}.collapsible{margin-top:30px}.collapsible .collapsible_expand .collapsible_expand_inner{padding-top:20px}.collapsible+.collapsible{margin-top:16px}.opendoc_block .opendoc_block_inner{padding:30px 30px 40px}.desktop_sidecol_cols .main_wrap{padding-left:0}.desktop_sidecol_cols .side_col{display:none}.cards_block .list{margin:-13px 0 0 -13px}.cards_block .list .item .item_inner{margin:13px 0 0 13px;padding:29px 15px 19px}.cards_block .list .item .text1{margin-top:16px}.cards_block .list .item .text2{margin-top:12px}.category_list_block .list{column-count:2}.block_404 .main_wrap{margin-top:18px}.block_404 .text_col{width:360px;margin-right:-48px}.block_404 .img{padding-top:92.53%}.block_404 .img .img_1{width:24.5%}.block_404 .img .img_1a{left:26.5%}.block_404 .img .img_1b{left:51%}.block_404 .img .img_1c{left:75.5%}.block_404 .img .img_2{width:28%;top:14%;left:57.5%}.block_404 .img .img_3{width:62.4%;top:47%;left:11%}.block_404 .img .img_4{width:52.4%;top:67%;left:0}.block_404 .main_title{margin-bottom:22px}.block_404 .btn_line{margin-top:28px}}@media (max-width:768px){ul{margin:24px 0 14px}ol{margin:27px 0}blockquote footer,figure footer{margin-top:11px}.btn.blueborder{padding:7px}.btn.icon_btn,.btn.mob_icon_btn{padding:8px;width:40px}.btn.mob_icon_btn .text{display:none}.btn.mob_blue{border-color:transparent;color:#fff}.btn.mob_blue:not(:disabled):not(.disabled){background:#00aeef;border-color:transparent;color:#fff}.btn.mob_blue:not(:disabled):not(.disabled):hover{background:#56ccf2;border-color:transparent;color:#fff}.btn>*+*{margin-left:15px}.btn.mob_sz30{border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;font-size:12px;line-height:15px;min-height:30px;padding:3px 12px}.btn.mob_fs16{font-size:16px;line-height:19px}.jqueryui_slider{height:66px;margin:0 15px}.jqueryui_slider:before{top:28px;left:-10px;right:-10px;height:12px}.jqueryui_slider .ui-slider-range:before{top:28px;height:12px}.jqueryui_slider .ui-slider-handle{width:30px;margin-left:-15px}.jqueryui_slider .ui-slider-handle:before{width:16px;height:16px;border-width:7px;top:110%}.btn_auth_fb.mob_sz40,.btn_auth_google.mob_sz40{padding-top:3px;padding-bottom:3px;min-height:40px}.btn_auth_fb+.btn_auth_fb,.btn_auth_fb+.btn_auth_google,.btn_auth_google+.btn_auth_fb,.btn_auth_google+.btn_auth_google{margin-top:17px}.btn_auth_fb.mob_sz40:before,.btn_auth_google.mob_sz40:before{top:6px}.cart_btn{display:block;position:relative;background:transparent;width:50px;height:46px;font-size:8px;line-height:10px;color:#000}.cart_btn .icon_part{width:50px;height:46px;background:none;border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0}.cart_btn .icon_part:before{width:22px;height:22px;top:17px;transform:translate(-50%);background-image:url(/img/design/cart_blue_24x24.svg)}.cart_btn .text_part{position:absolute;background:#00d865;border-radius:11px 11px 11px 11px;-webkit-border-radius:11px 11px 11px 11px;height:22px;min-width:22px;padding:0 2px;text-align:center;justify-content:center;border:1px solid #fff;top:10px;left:50%;margin-left:10px;transform-origin:50% 0;transform:translate(-50%) scale(.8);transition:transform .4s}.cart_btn .text_after,.cart_btn .text_before,.cart_btn .text_full{display:none}.cart_btn .text_short{font-weight:600}.cart_btn:hover{color:#000}.cart_btn.disabled .icon_part,.cart_btn:disabled .icon_part{background:none}.cart_btn.disabled .icon_part:before,.cart_btn:disabled .icon_part:before{background-image:url(/img/design/cart_grayd7_24x24.svg)}.cart_btn:not(:disabled):not(.disabled):hover .icon_part:before{background-image:url(/img/design/cart_blue56_24x24.svg)}.cart_btn:not(:disabled):not(.disabled):hover .text_part{background:#00d865;transform:translate(-50%) scale(1)}.btn_list_type.type_cols{width:22px}.btn_list_type.type_cols:before{background-image:url(/img/design/list_type_cols_mob_graybe_22x40.svg);width:22px}.btn_list_type.active.type_cols:before,.btn_list_type:hover.type_cols:before{background-image:url(/img/design/list_type_cols_mob_blue_22x40.svg)}.tab_block .tab_head .tab+.tab{margin-left:12px}.tab_block .tab_head+.tab_body{margin-top:8px;margin-bottom:-45px!important}.comparison_bar{top:auto;bottom:0;left:0;right:0;flex-direction:row}.comparison_bar .bar{padding:10px 76px 10px 26px;border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0}.comparison_bar .close{width:28px;height:35px}.comparison_bar .close:after,.comparison_bar .close:before{top:17px;left:6px}.comparison_bar .list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.comparison_bar .list .item{flex-shrink:0}.comparison_bar .list .item+.item{margin:0 0 0 6px}.comparison_bar .list .item .delete{bottom:auto;top:-11px}.comparison_bar .button_cont{top:10px;right:10px;bottom:auto;left:auto;transition:right .4s}.comparison_bar .button_cont .num{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.comparison_bar .button_cont:hover .button{background:#3aff95}.comparison_bar.away,.comparison_bar.mob_halfaway .bar{transform:translateY(100%)}.comparison_bar.mob_halfaway .button_cont{right:150px;cursor:pointer}.comparison_bar.mob_halfaway .button_cont .button{pointer-events:none}.comparison_bar:not(.mob_halfaway) .bar{transition:transform .4s}.breadcrumbs_block{padding-top:5px}.breadcrumbs_block .breadcrumbs{font-size:12px;line-height:20px}.collapsible{margin-top:22px}.collapsible .collapsible_trigger{padding:13px 57px 13px 20px;font-size:20px;line-height:22px}.collapsible .collapsible_trigger:before{transform:translate(-5px) rotate(45deg);top:25px;right:20px;width:8px;height:8px;border-width:2px 2px 0 0;border-color:#7c7c7c}.collapsible .collapsible_expand .collapsible_expand_inner{padding-top:12px}.collapsible.grayex .collapsible_expand .collapsible_expand_inner,.collapsible.whiteex .collapsible_expand .collapsible_expand_inner{padding:12px 20px 30px}.collapsible.mob_trex .collapsible_expand{background:transparent}.collapsible.mob_trex .collapsible_expand .collapsible_expand_inner{padding:20px 0}.collapsible.mob_gray .collapsible_trigger{background:#e8e9ea}.collapsible.mob_gray .collapsible_trigger:before{border-color:#333}.collapsible.mob_fs13_sz30 .collapsible_trigger{font-size:13px;line-height:16px;padding:7px 30px 7px 17px;min-height:30px}.collapsible.mob_fs13_sz30 .collapsible_trigger:before{top:10px;right:7px}.collapsible.mob_fs13_sz30+.collapsible.mob_fs13_sz30{margin-top:10px}.collapsible.mob_up .collapsible_trigger{text-transform:uppercase}.collapsible.mob_arrow_reverse:not(.open) .collapsible_trigger:before{transform:translate(-1px) rotate(225deg)}.collapsible.mob_all_border_bottom_grayc0{border-bottom:1px solid silver}.collapsible.mob_fs13 .collapsible_trigger{padding-top:14px;padding-bottom:14px;font-size:13px;line-height:16px}.collapsible.mob_fs16 .collapsible_trigger{padding-top:11px;padding-bottom:11px;font-size:16px;line-height:19px}.collapsible+.collapsible{margin-top:13px}.collapsible.mob_nomargin_other_collapsible+.collapsible{margin-top:0}.opendoc_block .opendoc_block_inner{padding:30px 20px}.desktop_sidecol_cols .main_wrap{padding-left:0}.desktop_sidecol_cols .side_col{display:none}.cards_block .list{margin:-25px 0 0 -20px}.cards_block .list .item{width:50%}.cards_block .list .item .item_inner{margin:25px 0 0 20px;padding:20px 14px 13px}.cards_block .list .item .text1{margin-top:15px}.cards_block .list .item .text2{margin-top:9px}.category_list_block .list{columns:unset;column-gap:0}.category_list_block .list .item{min-height:47px;padding:7px 0 7px 45px}.category_list_block .list .item .img{top:10px}.block_404 .main_wrap{margin-top:3px;display:block}.block_404 .text_col{width:auto;margin:10px 0 0}.block_404 .img{padding-top:54.06%}.block_404 .img .img_1,.block_404 .img .img_2{display:none}.block_404 .img .img_3{width:64.69%;top:0;left:26.88%}.block_404 .img .img_4{width:54.06%;top:42.2%;left:8.75%}.block_404 .main_title{margin-bottom:11px}.block_404 .text{font-size:12px;line-height:16px}.block_404 .btn_line{margin-top:31px;display:block}.wishlist_select.mob_expand_take_space.open .wishlist_select_closed{display:none}.wishlist_select.mob_expand_take_space.open .wishlist_select_open{position:relative;z-index:auto;left:auto;width:auto;top:auto}}.popup{position:fixed;-webkit-transform:translateZ(0);z-index:25;top:0;bottom:0;left:0;right:0;overflow-y:scroll;background-color:rgba(51,51,51,.3);flex-direction:column}.popup .popup_sizer,.popup:not(.hidden){display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup .popup_sizer{width:100%;padding:10px;margin:auto;box-sizing:border-box;flex-grow:1;flex-direction:column}.popup .popup_cont{background:#fff;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;box-shadow:2px 4px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 4px 6px rgba(0,0,0,.2);-webkit-box-shadow:2px 4px 6px rgba(0,0,0,.2);position:relative;margin:auto;max-width:900px;width:100%}.popup .popup_inner{padding:30px;box-sizing:border-box}.popup .popup_close{position:absolute;top:14px;right:30px;width:40px;height:40px;z-index:1;padding:0;border:0;cursor:pointer;background:#e8e9ea;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.popup .popup_close:after,.popup .popup_close:before{content:"";position:absolute;top:19px;left:10px;width:20px;height:2px;background:#130606}.popup .popup_close:before{transform:rotate(45deg)}.popup .popup_close:after{transform:rotate(-45deg)}.popup .popup_close.disabled:after,.popup .popup_close.disabled:before{background:#bec2c7}.popup .popup_close:not(.disabled):hover{background:#56ccf2}.popup .close{cursor:pointer}.popup_dttab_auth_tabs .auth_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_dttab_auth_tabs .auth_cols .auth_col.col_left{flex-basis:400px;flex-grow:1}.popup_dttab_auth_tabs .auth_cols .auth_col.col_middle{width:90px;flex-shrink:0;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_dttab_auth_tabs .auth_cols .auth_col.col_middle:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#bdbdbd}.popup_dttab_auth_tabs .auth_cols .auth_col.col_right{flex-basis:350px;flex-grow:1}.popup_dttab_auth_tabs .auth_cols .auth_col .or{margin:auto;width:40px;height:40px;background:#59d1fe;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;justify-content:center;text-align:center;position:relative}.popup_dttab_auth_tabs .auth_title{font-weight:600;font-size:14px;line-height:16px}.popup_dttab_auth_tabs .auth_title+*{margin-top:16px}.popup_dttab_auth_tabs .auth_large_title{font-weight:600;font-size:24px;line-height:28px}.popup_dttab_auth_tabs .auth_large_title+*{margin-top:23px}.popup_dttab_auth_tabs .form_login .btn_line{margin-top:13px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.popup_dttab_auth_tabs .form_login .btn_line .btn{width:260px}.popup_dttab_auth_tabs .form_login .btn_line .btn+.btn_line_link{margin-left:36px}.popup_dttab_auth_tabs .form_login .btn_line .btn_line_link{align-self:center;font-weight:600}.popup_dttab_auth_tabs .form_login .btn_line .btn_line_link a{color:#00aeef}.popup_dttab_auth_tabs .form_login .btn_line .btn_line_link a:hover{text-decoration:underline}.popup_dttab_auth_tabs .form_login+.switch_tabs_line{margin-top:50px}.popup_dttab_auth_tabs .form_forgot_pw .auth_title+p{margin-top:10px}.popup_dttab_auth_tabs .form_forgot_pw p+.field{margin-top:15px}.popup_dttab_auth_tabs .form_forgot_pw .btn_line{margin-top:14px}.popup_dttab_auth_tabs .form_forgot_pw+.switch_tabs_line{margin-top:29px}.popup_dttab_auth_tabs .login_part_forgot_pw_thanks .auth_title+p{margin-top:13px}.popup_dttab_auth_tabs .login_part_forgot_pw_thanks .btn_line{margin-top:28px}.popup_dttab_auth_tabs .login_part_forgot_pw_thanks *+.switch_tabs_line{margin-top:27px}.popup_dttab_auth_tabs .reg_part_reg .reg_type_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-18px 0 0 -42px}.popup_dttab_auth_tabs .reg_part_reg .reg_type_cols .reg_type_col .col_inner{margin:18px 0 0 42px}.popup_dttab_auth_tabs .reg_part_reg .reg_type_cols+*{margin-top:19px}.popup_dttab_auth_tabs .reg_part_reg .reg_type_cols .form-checkbox{font-weight:600;font-size:14px;line-height:16px}.popup_dttab_auth_tabs .reg_part_reg .legal_form_part{margin:15px -14px 0;padding:12px 14px 0}.popup_dttab_auth_tabs .reg_part_reg .legal_form_part+.form-field--checkbox{margin-top:30px}.popup_dttab_auth_tabs .reg_part_reg .highlighted_fields{background:#f3f3f3;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;padding:12px 14px 13px;margin:-12px -14px 0}.popup_dttab_auth_tabs .reg_part_reg .highlighted_fields+.field{margin-top:12px}.popup_dttab_auth_tabs .reg_part_reg .btn_line{margin-top:17px}.popup_dttab_auth_tabs .reg_part_reg .btn_line .btn{width:260px}.popup_dttab_auth_tabs .social_btns+.switch_tabs_line{margin-top:36px}.popup_dttab_auth_tabs .switch_tabs_line{font-weight:600}.popup_dttab_auth_tabs .switch_tabs_line a{color:#00aeef}.popup_dttab_auth_tabs .switch_tabs_line a:hover{text-decoration:underline}.popup_dttab_auth_tabs .switch_tabs_line+.switch_tabs_line{margin-top:13px}.popup_mobile_menu .popup_cont{background:#f3f3f3;overflow:hidden;position:relative}.popup_mobile_menu .mobile_menu_page,.popup_mobile_menu .mobile_menu_subpage{position:absolute;top:0;left:100%;width:100%;pointer-events:none;opacity:0}.popup_mobile_menu .mobile_menu_page.active,.popup_mobile_menu .mobile_menu_subpage.active{pointer-events:auto;position:relative;left:0;opacity:1}.popup_mobile_menu .logo_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start;justify-content:space-between}.popup_mobile_menu .logo_line .logo{display:block;box-sizing:border-box;padding:16px 0 0 1px;height:52px;margin-left:20px}.popup_mobile_menu .logo_line .logo img{height:20px}.popup_mobile_menu .logo_line .right{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start}.popup_mobile_menu .logo_line .lang_select{font-weight:600;font-size:14px;line-height:18px;padding:11px 0}.popup_mobile_menu .logo_line .lang_select .lang{display:block;padding:6px 5px;text-transform:uppercase}.popup_mobile_menu .logo_line .lang_select div.lang{color:#00aeef}.popup_mobile_menu .logo_line .lang_select .trigger .lang{padding-right:25px;position:relative;cursor:pointer}.popup_mobile_menu .logo_line .lang_select .trigger .lang:before{content:"";position:absolute;top:7px;right:7px;width:8px;height:8px;border:solid #00aeef;border-width:0 0 2px 2px;transform:translateY(0) rotate(-45deg);transition:transform .4s}.popup_mobile_menu .logo_line .lang_select .expand{overflow:hidden;max-height:0;transition:max-height .4s}.popup_mobile_menu .logo_line .lang_select.open .trigger .lang:before{transform:translateY(5px) rotate(-225deg)}.popup_mobile_menu .logo_line .close_btn{width:58px;height:52px;position:relative;cursor:pointer}.popup_mobile_menu .logo_line .close_btn:after,.popup_mobile_menu .logo_line .close_btn:before{content:"";position:absolute;top:25px;left:17px;width:22px;height:2px;background:#130606;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px}.popup_mobile_menu .logo_line .close_btn:before{transform:rotate(45deg)}.popup_mobile_menu .logo_line .close_btn:after{transform:rotate(-45deg)}.popup_mobile_menu .search_bar_trigger{position:relative;height:60px;cursor:pointer}.popup_mobile_menu .search_bar_trigger .button,.popup_mobile_menu .search_bar_trigger .text{position:absolute;top:10px}.popup_mobile_menu .search_bar_trigger .text{left:20px;right:70px;color:#7c7c7c;background:#fff;border:1px solid #d7d8df;border-right:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;font-size:14px;line-height:24px;padding:7px 9px}.popup_mobile_menu .search_bar_trigger .button{right:20px;width:50px;height:40px;background:#00aeef;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.popup_mobile_menu .search_bar_trigger .button:before{content:"";position:absolute;top:9px;left:15px;width:20px;height:22px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;background-image:url(/img/design/search_white_22x24.svg)}.popup_mobile_menu .search_bar_trigger.trim_top{height:50px}.popup_mobile_menu .search_bar_trigger.trim_top .button,.popup_mobile_menu .search_bar_trigger.trim_top .text{top:0}.popup_mobile_menu .blue_link,.popup_mobile_menu .gray_link,.popup_mobile_menu .gray_topborder_link,.popup_mobile_menu .white_cont>.trigger,.popup_mobile_menu .white_link{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;color:#130606}.popup_mobile_menu .blue_link:not(.disabled),.popup_mobile_menu .gray_link:not(.disabled),.popup_mobile_menu .gray_topborder_link:not(.disabled),.popup_mobile_menu .white_cont>.trigger:not(.disabled),.popup_mobile_menu .white_link:not(.disabled){cursor:pointer}.popup_mobile_menu .blue_link.has_arrowr,.popup_mobile_menu .blue_link.has_x,.popup_mobile_menu .gray_link.has_arrowr,.popup_mobile_menu .gray_link.has_x,.popup_mobile_menu .gray_topborder_link.has_arrowr,.popup_mobile_menu .gray_topborder_link.has_x,.popup_mobile_menu .white_cont>.trigger.has_arrowr,.popup_mobile_menu .white_cont>.trigger.has_x,.popup_mobile_menu .white_link.has_arrowr,.popup_mobile_menu .white_link.has_x{padding-right:56px}.popup_mobile_menu .blue_link.has_arrowl,.popup_mobile_menu .blue_link.has_icon,.popup_mobile_menu .blue_link.has_leftdash,.popup_mobile_menu .gray_link.has_arrowl,.popup_mobile_menu .gray_link.has_icon,.popup_mobile_menu .gray_link.has_leftdash,.popup_mobile_menu .gray_topborder_link.has_arrowl,.popup_mobile_menu .gray_topborder_link.has_icon,.popup_mobile_menu .gray_topborder_link.has_leftdash,.popup_mobile_menu .white_cont>.trigger.has_arrowl,.popup_mobile_menu .white_cont>.trigger.has_icon,.popup_mobile_menu .white_cont>.trigger.has_leftdash,.popup_mobile_menu .white_link.has_arrowl,.popup_mobile_menu .white_link.has_icon,.popup_mobile_menu .white_link.has_leftdash{padding-left:58px}.popup_mobile_menu .blue_link.has_arrowl:before,.popup_mobile_menu .gray_link.has_arrowl:before,.popup_mobile_menu .gray_topborder_link.has_arrowl:before,.popup_mobile_menu .white_cont>.trigger.has_arrowl:before,.popup_mobile_menu .white_link.has_arrowl:before{content:"";position:absolute;left:24px;width:8px;height:8px;border-style:solid;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_mobile_menu .blue_link.has_arrowr:after,.popup_mobile_menu .gray_link.has_arrowr:after,.popup_mobile_menu .gray_topborder_link.has_arrowr:after,.popup_mobile_menu .white_cont>.trigger.has_arrowr:after,.popup_mobile_menu .white_link.has_arrowr:after{content:"";position:absolute;right:26px;width:8px;height:8px;border-style:solid;border-width:0 0 2px 2px;transform:rotate(-135deg)}.popup_mobile_menu .blue_link.has_leftdash:before,.popup_mobile_menu .gray_link.has_leftdash:before,.popup_mobile_menu .gray_topborder_link.has_leftdash:before,.popup_mobile_menu .white_cont>.trigger.has_leftdash:before,.popup_mobile_menu .white_link.has_leftdash:before{content:"";position:absolute;left:22px;width:5px;height:2px}.popup_mobile_menu .blue_link.up,.popup_mobile_menu .gray_link.up,.popup_mobile_menu .gray_topborder_link.up,.popup_mobile_menu .white_cont>.trigger.up,.popup_mobile_menu .white_link.up{text-transform:uppercase}.popup_mobile_menu .blue_link.has_link_inside,.popup_mobile_menu .gray_link.has_link_inside,.popup_mobile_menu .gray_topborder_link.has_link_inside,.popup_mobile_menu .white_cont>.trigger.has_link_inside,.popup_mobile_menu .white_link.has_link_inside{padding-top:0;padding-bottom:0;align-item:stretch;min-height:0}.popup_mobile_menu .blue_link .x,.popup_mobile_menu .gray_link .x,.popup_mobile_menu .gray_topborder_link .x,.popup_mobile_menu .white_cont>.trigger .x,.popup_mobile_menu .white_link .x{position:absolute;right:23px;width:16px;height:16px}.popup_mobile_menu .blue_link .x:after,.popup_mobile_menu .blue_link .x:before,.popup_mobile_menu .gray_link .x:after,.popup_mobile_menu .gray_link .x:before,.popup_mobile_menu .gray_topborder_link .x:after,.popup_mobile_menu .gray_topborder_link .x:before,.popup_mobile_menu .white_cont>.trigger .x:after,.popup_mobile_menu .white_cont>.trigger .x:before,.popup_mobile_menu .white_link .x:after,.popup_mobile_menu .white_link .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px}.popup_mobile_menu .blue_link .x:before,.popup_mobile_menu .gray_link .x:before,.popup_mobile_menu .gray_topborder_link .x:before,.popup_mobile_menu .white_cont>.trigger .x:before,.popup_mobile_menu .white_link .x:before{transform:rotate(45deg)}.popup_mobile_menu .blue_link .x:after,.popup_mobile_menu .gray_link .x:after,.popup_mobile_menu .gray_topborder_link .x:after,.popup_mobile_menu .white_cont>.trigger .x:after,.popup_mobile_menu .white_link .x:after{transform:rotate(-45deg)}.popup_mobile_menu .blue_link .num,.popup_mobile_menu .gray_link .num,.popup_mobile_menu .gray_topborder_link .num,.popup_mobile_menu .white_cont>.trigger .num,.popup_mobile_menu .white_link .num{color:#7c7c7c;font-weight:400}.popup_mobile_menu .blue_link .icon,.popup_mobile_menu .gray_link .icon,.popup_mobile_menu .gray_topborder_link .icon,.popup_mobile_menu .white_cont>.trigger .icon,.popup_mobile_menu .white_link .icon{position:absolute;display:block;left:17px;width:26px;height:26px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:0;line-height:0}.popup_mobile_menu .blue_link .icon img,.popup_mobile_menu .gray_link .icon img,.popup_mobile_menu .gray_topborder_link .icon img,.popup_mobile_menu .white_cont>.trigger .icon img,.popup_mobile_menu .white_link .icon img{max-width:100%;max-height:100%;margin:auto;width:100%}.popup_mobile_menu .blue_link .icon img.vertical,.popup_mobile_menu .gray_link .icon img.vertical,.popup_mobile_menu .gray_topborder_link .icon img.vertical,.popup_mobile_menu .white_cont>.trigger .icon img.vertical,.popup_mobile_menu .white_link .icon img.vertical{height:100%;width:auto}.popup_mobile_menu .blue_link .icon.sz24,.popup_mobile_menu .gray_link .icon.sz24,.popup_mobile_menu .gray_topborder_link .icon.sz24,.popup_mobile_menu .white_cont>.trigger .icon.sz24,.popup_mobile_menu .white_link .icon.sz24{width:24px;height:24px;left:18px}.popup_mobile_menu .blue_link .icon.sz22,.popup_mobile_menu .gray_link .icon.sz22,.popup_mobile_menu .gray_topborder_link .icon.sz22,.popup_mobile_menu .white_cont>.trigger .icon.sz22,.popup_mobile_menu .white_link .icon.sz22{width:22px;height:22px;left:19px}.popup_mobile_menu .blue_link .link_inside,.popup_mobile_menu .gray_link .link_inside,.popup_mobile_menu .gray_topborder_link .link_inside,.popup_mobile_menu .white_cont>.trigger .link_inside,.popup_mobile_menu .white_link .link_inside{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;box-sizing:border-box}.popup_mobile_menu .blue_link.has_arrowl:before,.popup_mobile_menu .blue_link.has_arrowr:after,.popup_mobile_menu .gray_link.has_arrowl:before,.popup_mobile_menu .gray_link.has_arrowr:after,.popup_mobile_menu .white_cont>.trigger.has_arrowl:before,.popup_mobile_menu .white_cont>.trigger.has_arrowr:after,.popup_mobile_menu .white_link.has_arrowl:before,.popup_mobile_menu .white_link.has_arrowr:after{top:25px}.popup_mobile_menu .blue_link.has_leftdash:before,.popup_mobile_menu .gray_link.has_leftdash:before,.popup_mobile_menu .white_cont>.trigger.has_leftdash:before,.popup_mobile_menu .white_link.has_leftdash:before{top:29px}.popup_mobile_menu .blue_link .x,.popup_mobile_menu .gray_link .x,.popup_mobile_menu .white_cont>.trigger .x,.popup_mobile_menu .white_link .x{top:22px}.popup_mobile_menu .blue_link .icon,.popup_mobile_menu .gray_link .icon,.popup_mobile_menu .white_cont>.trigger .icon,.popup_mobile_menu .white_link .icon{top:17px}.popup_mobile_menu .blue_link .icon.sz24,.popup_mobile_menu .gray_link .icon.sz24,.popup_mobile_menu .white_cont>.trigger .icon.sz24,.popup_mobile_menu .white_link .icon.sz24{top:18px}.popup_mobile_menu .blue_link .icon.sz22,.popup_mobile_menu .gray_link .icon.sz22,.popup_mobile_menu .white_cont>.trigger .icon.sz22,.popup_mobile_menu .white_link .icon.sz22{top:19px}.popup_mobile_menu .gray_topborder_link.has_arrowl:before,.popup_mobile_menu .gray_topborder_link.has_arrowr:after{top:24px}.popup_mobile_menu .gray_topborder_link.has_leftdash:before{top:28px}.popup_mobile_menu .gray_topborder_link .x{top:21px}.popup_mobile_menu .gray_topborder_link .icon{top:16px}.popup_mobile_menu .gray_topborder_link .icon.sz24{top:17px}.popup_mobile_menu .gray_topborder_link .icon.sz22{top:18px}.popup_mobile_menu a.blue_link:hover{text-decoration:underline}.popup_mobile_menu a.gray_link:hover,.popup_mobile_menu a.gray_topborder_link:hover,.popup_mobile_menu a.white_link:hover{color:#00aeef}.popup_mobile_menu .blue_link.has_arrowl:before,.popup_mobile_menu .blue_link.has_arrowr:after,.popup_mobile_menu .gray_link.has_arrowl:before,.popup_mobile_menu .gray_link.has_arrowr:after,.popup_mobile_menu .gray_topborder_link.has_arrowl:before,.popup_mobile_menu .gray_topborder_link.has_arrowr:after{border-color:#130606}.popup_mobile_menu .blue_link .x:after,.popup_mobile_menu .blue_link .x:before,.popup_mobile_menu .blue_link.has_leftdash:before,.popup_mobile_menu .gray_link .x:after,.popup_mobile_menu .gray_link .x:before,.popup_mobile_menu .gray_link.has_leftdash:before,.popup_mobile_menu .gray_topborder_link .x:after,.popup_mobile_menu .gray_topborder_link .x:before,.popup_mobile_menu .gray_topborder_link.has_leftdash:before{background:#130606}.popup_mobile_menu .blue_link,.popup_mobile_menu .gray_link{padding:12px 20px;min-height:60px}.popup_mobile_menu .blue_link .link_inside,.popup_mobile_menu .gray_link .link_inside{padding-top:12px;padding-bottom:12px;min-height:60px}.popup_mobile_menu .white_cont,.popup_mobile_menu .white_link{border-bottom:1px solid silver;background:#fff}.popup_mobile_menu .white_cont.disabled,.popup_mobile_menu .white_link.disabled{background:#ebebeb}.popup_mobile_menu .white_cont>.trigger,.popup_mobile_menu .white_link{padding:12px 20px 11px}.popup_mobile_menu .white_cont>.trigger.has_arrowl:before,.popup_mobile_menu .white_cont>.trigger.has_arrowr:after,.popup_mobile_menu .white_link.has_arrowl:before,.popup_mobile_menu .white_link.has_arrowr:after{border-color:#7c7c7c}.popup_mobile_menu .white_cont>.trigger .x:after,.popup_mobile_menu .white_cont>.trigger .x:before,.popup_mobile_menu .white_cont>.trigger.has_leftdash:before,.popup_mobile_menu .white_link .x:after,.popup_mobile_menu .white_link .x:before,.popup_mobile_menu .white_link.has_leftdash:before{background:#7c7c7c}.popup_mobile_menu .white_cont>.trigger .link_inside,.popup_mobile_menu .white_link .link_inside{padding-top:12px;padding-bottom:11px;min-height:59px}.popup_mobile_menu .blue_link{background:#56ccf2}.popup_mobile_menu .gray_link,.popup_mobile_menu .gray_topborder_link{background:#ebebeb}.popup_mobile_menu .gray_topborder_link{border-top:1px solid silver;min-height:60px;padding:11px 20px 12px}.popup_mobile_menu .gray_topborder_link .link_inside{padding-top:11px;padding-bottom:12px;min-height:59px}.popup_mobile_menu .white_link{min-height:60px}.popup_mobile_menu .white_cont>.trigger{min-height:59px}.popup_mobile_menu .white_cont>.expand{display:none}.popup_mobile_menu .white_cont>.expand>.expand_inner{padding:2px 20px 25px}.popup_mobile_menu .white_cont.open>.expand{display:block}.popup_mobile_menu .white_cont>.trigger.has_arrowr:after{transform:translate(0) rotate(-135deg);transition:transform .4s}.popup_mobile_menu .white_cont.open>.trigger .num{display:none}.popup_mobile_menu .white_cont.open>.trigger.has_arrowr:after{transform:translate(2px,-2px) rotate(-45deg)}.popup_mobile_menu .btn_line button.btn{width:100%}.popup_mobile_menu .btn_line+.info_row{margin-top:23px}.popup_mobile_menu .info_row{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;font-size:13px;line-height:18px;font-weight:600}.popup_mobile_menu .info_row .key{width:25%;margin-right:20px;min-height:1px;color:#7c7c7c}.popup_mobile_menu .info_row .value{width:70%}.popup_mobile_menu .info_row+.info_row{margin-top:14px}.popup_mobile_menu .info_row+.info_row.sp17{margin-top:17px}.popup_mobile_menu .info_row+.info_row.sp19{margin-top:19px}.popup_mobile_menu .info_line+.info_line{margin-top:10px}.popup_mobile_menu a .nohover_grayed{color:#7c7c7c}.popup_mobile_menu a:hover .nohover_grayed{color:inherit}.popup_mobile_menu .blue_info_link{color:#00aeef}.popup_mobile_menu .blue_info_link:hover{text-decoration:underline}.popup_mobile_menu .social_menu{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:14px 0 -8px;justify-content:center}.popup_mobile_menu .social_menu .item{width:36px;height:36px;position:relative;display:block}.popup_mobile_menu .social_menu .item+.item{margin-left:21px}.popup_mobile_menu .social_menu .item:before{content:"";position:absolute;top:8px;left:0;width:36px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.popup_mobile_menu .social_menu .item.fb:before{background-image:url(/img/design/social_fb_blue_10x20.svg)}.popup_mobile_menu .social_menu .item.ig:before{background-image:url(/img/design/social_ig_blue_20x20.svg)}.popup_mobile_menu .social_menu .item.dr:before{background-image:url(/img/design/social_dr_blue_25x20.svg)}.popup_mobile_menu .auth_form{position:relative}.popup_mobile_menu .auth_form .auth_title{font-weight:600;font-size:14px;line-height:16px}.popup_mobile_menu .auth_form .auth_title.up{text-transform:uppercase}.popup_mobile_menu .auth_form .auth_title+*{margin-top:13px}.popup_mobile_menu .auth_form .separator{height:75px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}.popup_mobile_menu .auth_form .separator:before{content:"";position:absolute;top:37px;left:0;right:0;height:1px;background:#bdbdbd}.popup_mobile_menu .auth_form .separator .or{margin:auto;width:40px;height:40px;background:#59d1fe;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;justify-content:center;text-align:center;position:relative}.popup_mobile_menu .auth_form .field+.btn_line{margin-top:13px}.popup_mobile_menu .auth_form .btn_line+.link_line{margin-top:23px}.popup_mobile_menu .auth_form .link_line{font-weight:600}.popup_mobile_menu .auth_form .link_line a{color:#2d9cdb}.popup_mobile_menu .auth_form .link_line+.link_line{margin-top:20px}.popup_mobile_menu .auth_form .link_line+.btn_line{margin-top:14px}.popup_mobile_menu .auth_form .reg_type_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-18px 0 0 -42px}.popup_mobile_menu .auth_form .reg_type_cols .reg_type_col .col_inner{margin:18px 0 0 42px}.popup_mobile_menu .auth_form .reg_type_cols+*{margin-top:19px}.popup_mobile_menu .auth_form .reg_type_cols .form-checkbox{font-weight:600;font-size:14px;line-height:16px}.popup_mobile_menu .auth_form .legal_form_part{margin:15px -20px 0;padding:12px 20px 0}.popup_mobile_menu .auth_form .legal_form_part+.form-field--checkbox{margin-top:30px}.popup_mobile_menu .auth_form .highlighted_fields{background:#f3f3f3;padding:12px 20px 13px;margin:-12px -20px 0}.popup_mobile_menu .auth_form .highlighted_fields+.field{margin-top:12px}.popup_mobile_menu .auth_form .social_btns+.link_line{margin-top:27px}.popup_mobile_menu .auth_form p+.separator{margin-top:-12px}.popup_mobile_menu .auth_form p+.btn_line{margin-top:50px}.popup_mobile_menu .auth_form .close_form{position:absolute;top:-8px;right:-6px;width:30px;height:30px;cursor:pointer}.popup_mobile_menu .auth_form .close_form:after,.popup_mobile_menu .auth_form .close_form:before{content:"";position:absolute;top:14px;left:4px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_mobile_menu .auth_form .close_form:before{transform:rotate(45deg)}.popup_mobile_menu .auth_form .close_form:after{transform:rotate(-45deg)}.popup_mobile_menu .mobile_menu_search .field{padding:10px 20px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_mobile_menu .mobile_menu_search .field .form-input{padding-right:52px;border-right:0;border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px;flex-grow:1}.popup_mobile_menu .mobile_menu_search .field .erase_button{flex-shrink:0;width:42px;height:40px;margin-left:-42px;cursor:pointer;position:relative}.popup_mobile_menu .mobile_menu_search .field .erase_button:after,.popup_mobile_menu .mobile_menu_search .field .erase_button:before{content:"";position:absolute;top:19px;left:13px;width:16px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#7c7c7c}.popup_mobile_menu .mobile_menu_search .field .erase_button:before{transform:rotate(45deg)}.popup_mobile_menu .mobile_menu_search .field .erase_button:after{transform:rotate(-45deg)}.popup_mobile_menu .mobile_menu_search .field .erase_button:hover:after,.popup_mobile_menu .mobile_menu_search .field .erase_button:hover:before{background:#00aeef}.popup_mobile_menu .mobile_menu_search .field .btn{width:50px;border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0}.popup_mobile_menu .mobile_menu_search .search_title{font-size:13px;line-height:16px;font-weight:600;text-transform:uppercase;position:relative}.popup_mobile_menu .mobile_menu_search .search_title+.list_items{margin-top:3px}.popup_mobile_menu .mobile_menu_search .search_title+.list_brands{margin-top:10px}.popup_mobile_menu .mobile_menu_search .expand{display:none}.popup_mobile_menu .mobile_menu_search .expand_sizer{padding:11px 20px 20px}.popup_mobile_menu .mobile_menu_search .expand_wrap{background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);padding:20px 5px;position:relative}.popup_mobile_menu .mobile_menu_search .expand_wrap:before{content:"";position:absolute;bottom:100%;margin-left:-7px;left:50%;border-bottom:11px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent}.popup_mobile_menu .mobile_menu_search .nothing{padding:0 13px}.popup_mobile_menu .mobile_menu_search .in_category_cont{margin-top:-3px;padding:0 13px}.popup_mobile_menu .mobile_menu_search .in_category_cont.hidden+.first_btn_line{margin-top:0}.popup_mobile_menu .mobile_menu_search .brands_cont{margin-top:22px;padding:0 13px}.popup_mobile_menu .mobile_menu_search .items_cont{margin-top:26px;padding:0 13px}.popup_mobile_menu .mobile_menu_search .items_cont.hidden+.second_btn_line{margin-top:20px}.popup_mobile_menu .mobile_menu_search .first_btn_line{margin-top:15px}.popup_mobile_menu .mobile_menu_search .second_btn_line{margin-top:12px}.popup_mobile_menu .mobile_menu_search .list_brands{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-10px 0 0 -20px;flex-wrap:wrap;font-weight:600;font-size:14px;line-height:20px;color:#2d9cdb}.popup_mobile_menu .mobile_menu_search .list_brands .item{display:block;margin:10px 0 0 20px}.popup_mobile_menu .mobile_menu_search .list_brands .item_template,.popup_mobile_menu .mobile_menu_search .list_in_category .item_template,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item_template,.popup_mobile_menu .mobile_menu_search .list_items .item_template{display:none}.popup_mobile_menu .mobile_menu_search .list_in_category,.popup_mobile_menu .mobile_menu_search .list_in_category_copied{font-size:14px;line-height:20px}.popup_mobile_menu .mobile_menu_search .list_in_category .item,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item{color:#7c7c7c}.popup_mobile_menu .mobile_menu_search .list_in_category .item .name,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item .name{color:#130606;font-weight:600}.popup_mobile_menu .mobile_menu_search .list_in_category .item .category,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item .category{font-weight:600}.popup_mobile_menu .mobile_menu_search .list_in_category .item+.item,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item+.item{margin-top:20px}.popup_mobile_menu .mobile_menu_search .list_in_category .item a:hover .name,.popup_mobile_menu .mobile_menu_search .list_in_category_copied .item a:hover .name{color:inherit}.popup_mobile_menu .mobile_menu_search .list_items{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:-9px;flex-wrap:wrap}.popup_mobile_menu .mobile_menu_search .list_items .item{width:100%;font-weight:600}.popup_mobile_menu .mobile_menu_search .list_items .item .item_inner{margin-top:9px;padding:2px 0 2px 75px;box-sizing:border-box;min-height:84px;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}.popup_mobile_menu .mobile_menu_search .list_items .item .img{position:absolute;top:12px;left:0;width:66px;height:60px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.popup_mobile_menu .mobile_menu_search .list_items .item .item_category{font-size:13px;line-height:16px;text-transform:uppercase;color:#7c7c7c}.popup_mobile_menu .mobile_menu_search .list_items .item *+.item_name{margin-top:2px}.popup_mobile_menu .mobile_menu_search .list_items .item .item_name{font-size:14px;line-height:17px}.popup_mobile_menu .mobile_menu_search .list_items .item *+.item_price{margin-top:4px}.popup_mobile_menu .mobile_menu_search .list_items .item .item_price{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_mobile_menu .mobile_menu_search .list_items .item .item_price .before{font-size:14px;line-height:17px;padding-top:3px;color:#bec2c7;text-decoration:line-through}.popup_mobile_menu .mobile_menu_search .list_items .item .item_price .before+.now{margin-left:12px}.popup_mobile_menu .mobile_menu_search .list_items .item .item_price .now{font-size:24px;line-height:29px}.popup_mobile_menu .mobile_menu_search .list_items .item .item_price .small{font-size:18px;line-height:22px}.popup_mobile_menu .mobile_menu_search.open .expand{display:block}.popup_products_filters{overflow:hidden}.popup_products_filters .popup_sizer{height:100%}.popup_products_filters .popup_cont{background:#f3f3f3;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;height:100%}.popup_products_filters .popup_inner{flex-grow:1;overflow-y:auto}.popup_products_filters .products_filters_block .filter_controls{display:none}.popup_products_filters .mob_bottom_btn_bar{position:relative;background:#f3f3f3;padding:14px 20px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_products_filters .mob_bottom_btn_bar .apply_btn{min-width:165px;font-weight:600}.popup_products_filters .mob_bottom_btn_bar .apply_btn+.cancel_btn{margin-left:15px}.popup_products_filters .mob_bottom_btn_bar .apply_btn:not(.disabled){cursor:pointer}.popup_products_filters .mob_bottom_btn_bar .cancel_btn{min-width:125px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;min-height:40px;padding:4px 10px;text-align:center;font-weight:600;box-sizing:border-box}.popup_products_filters .mob_bottom_btn_bar .cancel_btn:not(.disabled){color:#00aeef;cursor:pointer}.popup_products_filters .mob_bottom_btn_bar .cancel_btn:not(.disabled):hover{text-decoration:underline}.popup_products_filters .mob_bottom_btn_bar .cancel_btn.disabled{color:#bec2c7}.popup_added_to_cart .popup_cont{max-width:1100px}.popup_added_to_cart .popup_inner{padding:0}.popup_added_to_cart .mob_close{display:none;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#130606;padding:12px 56px 12px 58px;min-height:60px;background:#56ccf2}.popup_added_to_cart .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_added_to_cart .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_added_to_cart .mob_close .x:after,.popup_added_to_cart .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_added_to_cart .mob_close .x:before{transform:rotate(45deg)}.popup_added_to_cart .mob_close .x:after{transform:rotate(-45deg)}.popup_added_to_cart .top_part{padding:23px 74px 16px 30px;border-bottom:1px solid silver}.popup_added_to_cart .top_part_title{margin:0}.popup_added_to_cart .popup_close{right:17px}.popup_added_to_cart .bottom_part{padding:20px 30px 30px}.popup_added_to_cart .added_product .added_product_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_cart .added_product .added_product_cols .added_product_col_left{flex-shrink:0;margin-right:20px}.popup_added_to_cart .added_product .added_product_cols .added_product_col_right{flex-grow:1}.popup_added_to_cart .added_product .product_info_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_cart .added_product .product_info_cols .product_info_col_left{width:100px;margin-right:20px;margin-top:-4px}.popup_added_to_cart .added_product .product_info_cols .product_info_col_right{width:360px}.popup_added_to_cart .added_product .product_info_cols .product_img{width:100%;padding-top:93%;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.popup_added_to_cart .added_product .product_info_cols .product_title{font-size:14px;line-height:17px;font-weight:600}.popup_added_to_cart .added_product .product_info_cols .product_price_line{margin-top:15px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-weight:600}.popup_added_to_cart .added_product .product_info_cols .product_price_line .before{font-size:14px;line-height:17px;padding-top:3px;color:#bec2c7;text-decoration:line-through}.popup_added_to_cart .added_product .product_info_cols .product_price_line .before+.now{margin-left:8px}.popup_added_to_cart .added_product .product_info_cols .product_price_line .now{font-size:24px;line-height:29px}.popup_added_to_cart .added_product .product_info_cols .product_price_line .small{font-size:18px;line-height:22px}.popup_added_to_cart .added_product .btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_cart .added_product .btn_line .btn{width:50%}.popup_added_to_cart .added_product .btn_line .btn+.btn{margin-left:16px}.popup_added_to_cart .product_card_slider_block{margin-top:30px}.popup_added_to_cart .product_card_slider_block .controls{margin-right:-13px}.popup_added_to_cart .product_card_slider_block .tab_body{overflow:hidden}.popup_added_to_cart .mob_bottom_btn_bar{position:relative;background:#d7d8df;box-shadow:0 -3px 10px rgba(0,0,0,.2);-moz-box-shadow:0 -3px 10px rgba(0,0,0,.2);-webkit-box-shadow:0 -3px 10px rgba(0,0,0,.2);padding:15px 20px 12px;display:none}.popup_added_to_cart .mob_bottom_btn_bar>*+*{margin-left:17px}.popup_added_to_cart .mob_bottom_btn_bar .btn{min-width:165px}.popup_added_to_cart .mob_bottom_btn_bar .close_link{padding:12px 8px;font-size:13px;line-height:16px;font-weight:600;color:#00aeef}.popup_added_to_cart .mob_bottom_btn_bar .close_link:hover{text-decoration:underline}.popup_clear_cart .popup_cont{max-width:680px}.popup_clear_cart .popup_inner{padding:0}.popup_clear_cart .mob_close{display:none;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#130606;padding:12px 56px 12px 58px;min-height:60px;background:#56ccf2}.popup_clear_cart .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_clear_cart .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_clear_cart .mob_close .x:after,.popup_clear_cart .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_clear_cart .mob_close .x:before{transform:rotate(45deg)}.popup_clear_cart .mob_close .x:after{transform:rotate(-45deg)}.popup_clear_cart .top_part{padding:23px 74px 16px 30px;border-bottom:1px solid silver}.popup_clear_cart .top_part_title{margin:0}.popup_clear_cart .popup_close{right:17px}.popup_clear_cart .bottom_part{padding:23px 30px 55px}.popup_clear_cart .main_title{font-weight:600;font-size:18px;line-height:22px;text-align:center}.popup_clear_cart .btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:32px 18px 0}.popup_clear_cart .btn_line .btn{width:50%}.popup_clear_cart .btn_line .btn+.btn{margin-left:25px}.popup_profile_confirm_changes .popup_inner,.popup_profile_renew_password .popup_inner{padding:0}.popup_profile_confirm_changes .mob_close,.popup_profile_renew_password .mob_close{display:none;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#130606;padding:12px 56px 12px 58px;min-height:60px;background:#ebebeb}.popup_profile_confirm_changes .mob_close:before,.popup_profile_renew_password .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_profile_confirm_changes .mob_close .x,.popup_profile_renew_password .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_profile_confirm_changes .mob_close .x:after,.popup_profile_confirm_changes .mob_close .x:before,.popup_profile_renew_password .mob_close .x:after,.popup_profile_renew_password .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_profile_confirm_changes .mob_close .x:before,.popup_profile_renew_password .mob_close .x:before{transform:rotate(45deg)}.popup_profile_confirm_changes .mob_close .x:after,.popup_profile_renew_password .mob_close .x:after{transform:rotate(-45deg)}.popup_profile_confirm_changes .top_part,.popup_profile_renew_password .top_part{padding:23px 74px 16px 30px;border-bottom:1px solid silver}.popup_profile_confirm_changes .top_part_title,.popup_profile_renew_password .top_part_title{margin:0}.popup_profile_confirm_changes .popup_close,.popup_profile_renew_password .popup_close{right:17px}.popup_profile_confirm_changes .bottom_part,.popup_profile_renew_password .bottom_part{padding:38px 30px 53px}.popup_profile_confirm_changes .field_label,.popup_profile_renew_password .field_label{font-size:14px;line-height:16px;font-weight:600}.popup_profile_confirm_changes .field_label+.field,.popup_profile_renew_password .field_label+.field{margin-top:15px}.popup_profile_confirm_changes .btn_line,.popup_profile_renew_password .btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:23px 0 0}.popup_profile_confirm_changes .btn_line .btn,.popup_profile_renew_password .btn_line .btn{min-width:260px;width:auto}.popup_profile_confirm_changes .btn_line .forgot_link,.popup_profile_renew_password .btn_line .forgot_link{margin-top:16px;color:#00aeef;font-weight:600}.popup_profile_confirm_changes .btn_line .forgot_link:hover,.popup_profile_renew_password .btn_line .forgot_link:hover{text-decoration:underline}.popup_profile_confirm_changes .field{max-width:400px}.popup_profile_confirm_changes .btn_line .forgot_link{margin-left:40px}.popup_profile_renew_password .field{max-width:550px}.popup_profile_renew_password .btn_line .forgot_link{margin-left:100px}.popup_added_to_wishlist .popup_cont{max-width:1100px}.popup_added_to_wishlist .popup_inner{padding:0}.popup_added_to_wishlist .mob_close{display:none;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#000;padding:12px 56px 12px 58px;min-height:60px;background:#ebebeb}.popup_added_to_wishlist .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_added_to_wishlist .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_added_to_wishlist .mob_close .x:after,.popup_added_to_wishlist .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_added_to_wishlist .mob_close .x:before{transform:rotate(45deg)}.popup_added_to_wishlist .mob_close .x:after{transform:rotate(-45deg)}.popup_added_to_wishlist .top_part{padding:23px 74px 16px 30px;border-bottom:1px solid silver}.popup_added_to_wishlist .top_part_title{margin:0}.popup_added_to_wishlist .popup_close{right:17px}.popup_added_to_wishlist .bottom_part{padding:25px 30px 30px}.popup_added_to_wishlist .main_part{justify-content:space-between}.popup_added_to_wishlist .main_part,.popup_added_to_wishlist .main_part .field_with_label{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_wishlist .main_part .field_with_label .label{padding:11px 0;color:#7c7c7c;font-weight:600}.popup_added_to_wishlist .main_part .field_with_label .label+.wishlist_select{margin-left:30px}.popup_added_to_wishlist .main_part .field_with_label .wishlist_select{width:277px}.popup_added_to_wishlist .main_part .extra_links{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:20px}.popup_added_to_wishlist .main_part .extra_links .link{padding:11px 0}.popup_added_to_wishlist .main_part .extra_links .link a{color:#00aeef;font-weight:600}.popup_added_to_wishlist .main_part .extra_links .link a:hover{text-decoration:underline}.popup_added_to_wishlist .main_part .extra_links .link+.link{margin-left:72px}.popup_added_to_wishlist .product_card_slider_block{margin-top:30px}.popup_added_to_wishlist .product_card_slider_block .controls{margin-right:-13px}.popup_added_to_wishlist .product_card_slider_block .tab_body{overflow:hidden}.popup_wishlist_edit .popup_inner,.popup_wishlist_new .popup_inner{padding:0}.popup_wishlist_edit .mob_close,.popup_wishlist_new .mob_close{display:none;align-items:center;box-sizing:border-box;position:relative;font-size:14px;line-height:18px;font-weight:600;text-transform:uppercase;color:#130606;padding:12px 56px 12px 58px;min-height:60px;background:#ebebeb}.popup_wishlist_edit .mob_close:before,.popup_wishlist_new .mob_close:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.popup_wishlist_edit .mob_close .x,.popup_wishlist_new .mob_close .x{position:absolute;top:22px;right:23px;width:16px;height:16px}.popup_wishlist_edit .mob_close .x:after,.popup_wishlist_edit .mob_close .x:before,.popup_wishlist_new .mob_close .x:after,.popup_wishlist_new .mob_close .x:before{content:"";position:absolute;top:7px;left:-3px;width:22px;height:2px;border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;background:#130606}.popup_wishlist_edit .mob_close .x:before,.popup_wishlist_new .mob_close .x:before{transform:rotate(45deg)}.popup_wishlist_edit .mob_close .x:after,.popup_wishlist_new .mob_close .x:after{transform:rotate(-45deg)}.popup_wishlist_edit .top_part,.popup_wishlist_new .top_part{padding:23px 74px 16px 30px;border-bottom:1px solid silver}.popup_wishlist_edit .top_part_title,.popup_wishlist_new .top_part_title{margin:0}.popup_wishlist_edit .popup_close,.popup_wishlist_new .popup_close{right:17px}.popup_wishlist_edit .btn_line,.popup_wishlist_new .btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_wishlist_edit .btn_line .btn,.popup_wishlist_new .btn_line .btn{min-width:280px;width:auto}.popup_wishlist_edit .btn_line .btn+.btn,.popup_wishlist_new .btn_line .btn+.btn{margin-left:25px}.popup_wishlist_edit .bottom_part,.popup_wishlist_new .bottom_part{padding:44px 30px 53px}.popup_wishlist_edit .field,.popup_wishlist_new .field{max-width:585px}.popup_wishlist_edit .btn_line,.popup_wishlist_new .btn_line{margin:34px 0 0}@media (min-width:769px) and (max-width:1279px){.popup .popup_cont{width:63%}.popup_dttab_auth_tabs .auth_cols{display:block}.popup_dttab_auth_tabs .auth_cols .auth_col.col_left{flex-basis:unset}.popup_dttab_auth_tabs .auth_cols .auth_col.col_middle{width:auto;min-height:40px;padding:13px 0;justify-content:center}.popup_dttab_auth_tabs .auth_cols .auth_col.col_middle:before{top:50%;bottom:auto;left:0;width:100%;height:1px}.popup_dttab_auth_tabs .auth_cols .auth_col.col_right{flex-basis:unset}.popup_dttab_auth_tabs .auth_cols .auth_col .or{margin:0}.popup_dttab_auth_tabs .form_login .btn_line{display:block}.popup_dttab_auth_tabs .form_login .btn_line .btn{width:100%}.popup_dttab_auth_tabs .form_login .btn_line .btn+.btn_line_link{margin:13px 0 0}.popup_dttab_auth_tabs .form_forgot_pw+.switch_tabs_line{margin-top:19px}.popup_dttab_auth_tabs .reg_part_reg .btn_line .btn{width:100%}.popup_added_to_cart .popup_sizer{padding-left:34px;padding-right:34px}.popup_added_to_cart .popup_cont{width:100%}.popup_added_to_cart .added_product .added_product_cols{display:block}.popup_added_to_cart .added_product .added_product_cols .added_product_col_left{margin-right:0}.popup_added_to_cart .added_product .added_product_cols .added_product_col_right{margin:26px 0 0 30px}.popup_added_to_cart .added_product .btn_line .btn{width:280px}.popup_clear_cart .popup_sizer{padding-left:34px;padding-right:34px}.popup_clear_cart .popup_cont{width:100%}.popup_clear_cart .btn_line{margin:32px 0 0}.popup_profile_confirm_changes .popup_sizer,.popup_profile_renew_password .popup_sizer{padding-left:34px;padding-right:34px}.popup_profile_confirm_changes .popup_cont,.popup_profile_renew_password .popup_cont{width:100%}.popup_added_to_wishlist .popup_sizer{padding-left:34px;padding-right:34px}.popup_added_to_wishlist .popup_cont{width:100%}.popup_added_to_wishlist .main_part{display:block}.popup_added_to_wishlist .main_part .extra_links{margin-left:0}.popup_added_to_wishlist .main_part .extra_links .link+.link{margin-left:30px}.popup_added_to_wishlist .product_card_slider_block{margin-top:10px}.popup_wishlist_edit .popup_sizer,.popup_wishlist_new .popup_sizer{padding-left:34px;padding-right:34px}.popup_wishlist_edit .popup_cont,.popup_wishlist_new .popup_cont{width:100%}}@media (max-width:768px){.popup .popup_sizer{padding:0;margin:0}.popup .popup_cont{border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;margin:0;flex-grow:1}.popup .popup_inner{padding:0}.popup_mobile_menu .popup_cont,.popup_products_filters .popup_cont{background:#f3f3f3}.popup_added_to_cart{overflow:hidden}.popup_added_to_cart .popup_sizer{height:100%}.popup_added_to_cart .popup_cont{background:#f3f3f3;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;height:100%}.popup_added_to_cart .popup_inner{flex-grow:1;overflow-y:auto}.popup_added_to_cart .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_cart .top_part{padding:16px 20px 15px;border-bottom:0}.popup_added_to_cart .top_part_title{font-size:13px;line-height:16px;text-transform:uppercase}.popup_added_to_cart .popup_close{display:none}.popup_added_to_cart .bottom_part{padding:0 20px 20px}.popup_added_to_cart .added_product .added_product_cols{display:block}.popup_added_to_cart .added_product .added_product_cols .added_product_col_left{margin-right:0}.popup_added_to_cart .added_product .added_product_cols .added_product_col_right{display:none}.popup_added_to_cart .added_product .product_info_cols .product_info_col_right{width:auto;flex-grow:1}.popup_added_to_cart .product_card_slider_block{margin-top:4px}.popup_added_to_cart .mob_bottom_btn_bar{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_clear_cart .popup_cont{background:#f3f3f3}.popup_clear_cart .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_clear_cart .top_part{padding:16px 20px 15px;border-bottom:0}.popup_clear_cart .top_part_title{font-size:13px;line-height:16px;text-transform:uppercase}.popup_clear_cart .popup_close{display:none}.popup_clear_cart .bottom_part{padding:0 20px 20px}.popup_clear_cart .main_title{text-align:left}.popup_clear_cart .btn_line{display:block;margin:20px 0 0}.popup_clear_cart .btn_line .btn{width:100%}.popup_clear_cart .btn_line .btn+.btn{margin:10px 0 0}.popup_profile_confirm_changes .popup_cont,.popup_profile_renew_password .popup_cont{background:#f3f3f3}.popup_profile_confirm_changes .mob_close,.popup_profile_renew_password .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_profile_confirm_changes .top_part,.popup_profile_renew_password .top_part{display:none}.popup_profile_confirm_changes .bottom_part,.popup_profile_renew_password .bottom_part{padding:25px 20px 20px}.popup_profile_confirm_changes .btn_line,.popup_profile_renew_password .btn_line{margin:33px 0 0}.popup_profile_confirm_changes .btn_line .btn,.popup_profile_renew_password .btn_line .btn{min-width:165px}.popup_profile_confirm_changes .btn_line .forgot_link,.popup_profile_renew_password .btn_line .forgot_link{margin:12px 0 0 34px}.popup_added_to_wishlist .popup_cont{background:#f3f3f3}.popup_added_to_wishlist .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_added_to_wishlist .top_part{padding:20px 20px 12px;border-bottom:0}.popup_added_to_wishlist .top_part_title{font-size:18px;line-height:22px}.popup_added_to_wishlist .popup_close{display:none}.popup_added_to_wishlist .bottom_part{padding:0 20px 20px}.popup_added_to_wishlist .main_part,.popup_added_to_wishlist .main_part .field_with_label{display:block}.popup_added_to_wishlist .main_part .field_with_label .label{padding:0}.popup_added_to_wishlist .main_part .field_with_label .label+.wishlist_select{margin:5px 0 0}.popup_added_to_wishlist .main_part .field_with_label .wishlist_select{width:auto}.popup_added_to_wishlist .main_part .extra_links{display:none}.popup_added_to_wishlist .product_card_slider_block{margin-top:28px}.popup_added_to_wishlist .product_card_slider_block .tab_block .tab_head .tab{padding:0;border-bottom:0;text-transform:none;font-size:18px;line-height:22px}.popup_added_to_wishlist .product_card_slider_block .tab_head_and_controls+.tab_body{margin-top:21px}.popup_wishlist_edit .popup_cont,.popup_wishlist_new .popup_cont{background:#f3f3f3}.popup_wishlist_edit .mob_close,.popup_wishlist_new .mob_close{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_wishlist_edit .top_part,.popup_wishlist_new .top_part{display:none}.popup_wishlist_edit .btn_line .btn_cancel,.popup_wishlist_new .btn_line .btn_cancel{border-color:transparent;background:transparent;text-transform:none;font-size:13px;line-height:16px;color:#00aeef}.popup_wishlist_edit .btn_line .btn_cancel:not(:disabled):not(.disabled),.popup_wishlist_new .btn_line .btn_cancel:not(:disabled):not(.disabled){border-color:transparent;background:transparent;color:#00aeef}.popup_wishlist_edit .btn_line .btn_cancel:not(:disabled):not(.disabled):hover,.popup_wishlist_new .btn_line .btn_cancel:not(:disabled):not(.disabled):hover{border-color:transparent;background:transparent;color:#00aeef;text-decoration:underline}.popup_wishlist_edit .bottom_part,.popup_wishlist_new .bottom_part{padding:21px 20px 20px}.popup_wishlist_edit .form-input,.popup_wishlist_new .form-input{padding-left:19px;padding-right:19px}.popup_wishlist_edit .btn_line,.popup_wishlist_new .btn_line{margin:33px 0 0}.popup_wishlist_edit .btn_line .btn,.popup_wishlist_new .btn_line .btn{min-width:165px}.popup_wishlist_edit .btn_line .btn+.btn,.popup_wishlist_new .btn_line .btn+.btn{margin:0 0 0 15px;min-width:125px}}.image_slider .slide_sizer{position:relative}.image_slider .slide{position:relative;padding-top:56%;font-size:0;line-height:0}.image_slider .slide div.item{position:absolute;top:0;left:0;bottom:0;right:0;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.image_slider .slide .item{opacity:0;pointer-events:none;transition:opacity .4s}.image_slider .slide .item.active{opacity:1;z-index:1;pointer-events:auto;cursor:pointer}.image_slider .buttons{position:relative;margin-top:32px}.image_slider .buttons,.image_slider .buttons .item_sizer{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.image_slider .buttons .item_sizer{flex-shrink:0}.image_slider .buttons .item_sizer img{max-height:80px;max-width:160px;margin:auto}.image_slider .buttons .separator{min-height:1px;width:60px}.image_slider .buttons .item{cursor:pointer;opacity:1;transition:opacity .1s}.image_slider .buttons .item.active,.image_slider .buttons .item:hover{opacity:.4}.image_slider .buttons .lightbox_link{cursor:pointer;position:relative;flex-shrink:0}.image_slider .buttons .lightbox_link img{min-width:70px}.image_slider .buttons .lightbox_link .overlay{position:absolute;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;font-size:34px;line-height:41px;font-weight:600;background:rgba(0,0,0,.3);color:#d7d8df;text-align:center}.image_slider.dont_need_separators .buttons .item_sizer+.item_sizer{margin-left:48px}.popup_lightbox{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(51,51,51,.7)}.popup_lightbox .popup_sizer{padding:140px 90px;height:100%;margin:0}.popup_lightbox .popup_cont{background:none;height:100%;min-height:300px;max-width:unset;margin:0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.popup_lightbox .popup_close{top:-42px;right:-47px;z-index:2}.popup_lightbox .image_slider{width:100%;height:100%;position:relative}.popup_lightbox .image_slider .slide_sizer{width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center}.popup_lightbox .image_slider .slide,.popup_lightbox .image_slider .slide_sizer{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.popup_lightbox .image_slider .slide{padding-top:0;margin:auto;max-height:100%}.popup_lightbox .image_slider .slide .item{max-width:100%;max-height:100%;margin:auto}.popup_lightbox .image_slider .slide .item.active{pointer-events:none;cursor:auto}.popup_lightbox .image_slider .slide .item:not(.active){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.popup_lightbox .image_slider .arrow{position:absolute;top:0;bottom:0;width:90px;cursor:pointer}.popup_lightbox .image_slider .arrow:after,.popup_lightbox .image_slider .arrow:before{content:"";position:absolute;top:50%;left:50%;margin:-3px 0 0 -13px;width:27px;height:6px;background:#f3f3f3;border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px}.popup_lightbox .image_slider .arrow:before{transform:rotate(45deg)}.popup_lightbox .image_slider .arrow:after{transform:rotate(-45deg)}.popup_lightbox .image_slider .arrow.left{left:-90px}.popup_lightbox .image_slider .arrow.left:after,.popup_lightbox .image_slider .arrow.left:before{transform-origin:3px 3px}.popup_lightbox .image_slider .arrow.right{right:-90px}.popup_lightbox .image_slider .arrow.right:after,.popup_lightbox .image_slider .arrow.right:before{transform-origin:24px 3px}.popup_lightbox .image_slider .buttons{position:absolute;top:100%;margin-top:35px;left:-50px;right:-50px;overflow-x:auto}@media (min-width:769px) and (max-width:1279px){.popup_lightbox .popup_cont{width:100%}}@media (max-width:768px){.image_slider .buttons{margin-top:24px}.image_slider .buttons .item_sizer img{max-height:40px;max-width:80px}.image_slider .buttons .separator{width:32px}.image_slider .buttons .lightbox_link img{min-width:35px}.image_slider .buttons .lightbox_link .overlay{font-size:22px;line-height:26px}.image_slider.dont_need_separators .buttons .item_sizer+.item_sizer{margin-left:32px}.popup_lightbox .popup_sizer{padding:20px 20px 80px}.popup_lightbox .popup_cont{flex-grow:0}.popup_lightbox .popup_close{top:-10px;right:-10px}.popup_lightbox .image_slider .arrow{display:none}.popup_lightbox .image_slider .buttons{top:100%;margin-top:20px;left:0;right:0}}.promo_block .main_col{margin-left:270px;padding-top:10px}.promo_block .promo_slider{position:relative}.promo_block .promo_slider .slide{position:relative;aspect-ratio:990/420;overflow:hidden}.promo_block .promo_slider.empty .placeholder{position:absolute;inset:0;background:#eb5757}.promo_block .promo_slider.empty .placeholder img{display:block;width:100%;height:100%;object-fit:cover}.promo_block .promo_slider .item{display:block;width:100%;height:100%;position:absolute;opacity:0;top:0;left:0;font-size:0;line-height:0;pointer-events:none}.promo_block .promo_slider .item img{display:block;width:100%;height:100%;object-fit:cover}.promo_block .promo_slider .item.active{position:static;opacity:1;pointer-events:auto}.promo_block .promo_slider .controls{position:absolute;z-index:3;right:42px;bottom:12px}.promo_block .promo_slider .controls,.promo_block .promo_slider .controls .arrows{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.promo_block .promo_slider .controls .arrows{margin-right:33px}.promo_block .promo_slider .controls .arrow{width:40px;height:40px;cursor:pointer;position:relative}.promo_block .promo_slider .controls .arrow:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #fff;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:0;left:0}.promo_block .promo_slider .controls .arrow:after{content:"";position:absolute;top:50%;left:50%;border:solid #fff;border-width:0 0 3px 3px;width:10px;height:10px}.promo_block .promo_slider .controls .arrow.left:after{transform:rotate(45deg);margin:-7px 0 0 -4px}.promo_block .promo_slider .controls .arrow.right:after{transform:rotate(-135deg);margin:-7px 0 0 -8px}.promo_block .promo_slider .controls .arrow+.arrow{margin-left:13px}.promo_block .promo_slider .controls .buttons{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.promo_block .promo_slider .controls .button{width:23px;height:40px;position:relative;cursor:pointer}.promo_block .promo_slider .controls .button:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;border:2px solid #fff;margin:-5px 0 0 -5px}.promo_block .promo_slider .controls .button.active:before,.promo_block .promo_slider .controls .button:hover:before{background:#fff}.promo_block *+.long_banner{margin-top:10px}.promo_block .long_banner{font-size:0;line-height:0;display:block}.promo_block .long_banner .img{font-size:0;line-height:0}.promo_block .long_banner .img img{display:block;width:100%;max-width:100%;height:auto}.promo_block .long_banner.has_banner{aspect-ratio:990/100}.promo_block *+.item_banners{margin-top:10px}.promo_block .item_banners .list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:-15px 0 0 -15px;flex-wrap:wrap;font-weight:600}.promo_block .item_banners .item{width:33.33%;display:flex}.promo_block .item_banners .list.flex_flow_column{margin-top:16px;margin-bottom:16px}.promo_block .item_banners .item .item_inner{display:flex;flex:1 1 auto;flex-direction:column;margin:15px 0 0 15px;background:#fff;box-shadow:2px 4px 6px rgba(0,0,0,.2);-moz-box-shadow:2px 4px 6px rgba(0,0,0,.2);-webkit-box-shadow:2px 4px 6px rgba(0,0,0,.2);border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;padding:19px 20px 7px}.promo_block .item_banners .item .item_inner.image_banner{display:block;margin:0 0 0 15px;padding:40px 0;background:transparent;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-radius:0;-webkit-border-radius:0}.promo_block .item_banners .item .uploaded_banner{display:block;width:100%;max-width:410px;height:240px;margin:0 auto;border-radius:12px;object-fit:cover}.promo_block .item_banners .item .item_inner>*+*{margin-top:6px}.promo_block .item_banners .item .item_inner.disabled{color:#7c7c7c}.promo_block .item_banners .item .item_inner.disabled .img{opacity:.6}.promo_block .item_banners .item .item_inner.disabled .text{color:#7c7c7c}.promo_block .item_banners .item .title{font-size:18px;line-height:22px}.promo_block .item_banners .item .img{width:100%;padding-top:78.57%;background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.promo_block .item_banners .item .text{font-size:14px;line-height:20px;color:#2d9cdb;text-align:right}@media (min-width:1280px){.promo_block .item_banners .item .item_inner:not(.image_banner){height:300px;box-sizing:border-box}.promo_block .item_banners .item .title{min-height:44px}.promo_block .item_banners .item .img{min-height:0;padding-top:0;flex:1 1 auto}}.benefits_block{background:#ebebeb;margin-top:50px;margin-bottom:50px}.benefits_block:first-child{margin-top:0;padding-top:50px}.benefits_block:last-child{margin-bottom:0}.benefits_block .main_wrap{padding-top:32px;padding-bottom:28px}.benefits_block .list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;font-size:13px;line-height:16px;margin:-39px 0 0 -20px;font-weight:600}.benefits_block .list .item{text-align:center;width:20%}.benefits_block .list .item .item_inner{margin:39px 0 0 20px}.benefits_block .list .item .img+*{margin-top:22px}.benefits_block .list .item .title{font-size:18px;line-height:23px}.benefits_block+.category_showcase_block{margin-top:0}.category_showcases+.brand_showcase_block{margin-top:46px}.category_showcase_block{margin-top:24px}.category_showcase_block:first-child{margin-top:0;padding-top:20px}.category_showcase_block .category_with_list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:-20px}.category_showcase_block .category_part{width:20%;flex-shrink:0;font-weight:600}.category_showcase_block .category_part .top_part{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:10px 20px 10px 10px;align-items:center}.category_showcase_block .category_part .top_part+.bottom_part{border-top:1px solid silver}.category_showcase_block .category_part .img{width:50px;height:50px}.category_showcase_block .category_part .text_part{font-size:18px;line-height:22px;padding:20px 0 7px}.category_showcase_block .category_part .bottom_part{font-size:13px;line-height:16px;padding:22px 20px}.category_showcase_block .category_part .bottom_part .line+.line{margin-top:23px}.category_showcase_block .list_part{flex-grow:1}.category_showcase_block .list_part .list_part_inner{margin-left:20px}.category_showcase_block+.brand_showcase_block{margin-top:46px}.category_showcase_block_template{display:none}.brand_showcase_block{margin-top:20px}.brand_showcase_block:first-child{margin-top:0;padding-top:20px}.brand_showcase_block .tab_block .tab_head+.tab_body{margin-top:28px}.logo_slider_block .logo_slider_block_inner{position:relative;padding:0 38px}.logo_slider_block .arrow{position:absolute;width:30px;cursor:pointer;top:0;height:100%}.logo_slider_block .arrow:after{content:"";position:absolute;top:50%;border:solid #7c7c7c;border-width:0 0 3px 3px;width:13px;height:13px}.logo_slider_block .arrow.left{left:0}.logo_slider_block .arrow.left:after{left:0;transform:scaleX(.8) rotate(45deg);margin:-8px 0 0 1px}.logo_slider_block .arrow.right{right:0}.logo_slider_block .arrow.right:after{right:0;transform:scaleX(.8) rotate(-135deg);margin:-8px 1px 0 0}.logo_slider_block .arrow:hover:after{border-color:#00aeef}.logo_slider_block .logo_slider_list_cover{overflow:hidden}.logo_slider_block .logo_slider_list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;position:relative;left:0;margin-left:-50px;min-height:40px}.logo_slider_block .item{display:block;flex-shrink:0}.logo_slider_block .item .item_inner{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:50px;min-width:30px;min-height:30px}.logo_slider_block .item .item_inner .img{margin:auto}.logo_slider_block.arrows_circle .logo_slider_block_inner{padding:0 52px}.logo_slider_block.arrows_circle .arrow{width:40px}.logo_slider_block.arrows_circle .arrow:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #7c7c7c;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:50%;left:0;margin-top:-20px}.logo_slider_block.arrows_circle .arrow:after{width:10px;height:10px;border-width:0 0 3px 3px}.logo_slider_block.arrows_circle .arrow.left:after{left:50%;transform:rotate(45deg);margin:-7px 0 0 -4px}.logo_slider_block.arrows_circle .arrow.right:after{right:50%;transform:rotate(-135deg);margin:-7px -4px 0 0}.logo_slider_block.arrows_circle .arrow:hover:before{border-color:#00aeef}.logo_slider_block.logos_whitebg_samesize .logo_slider_list{margin-left:-18px}.logo_slider_block.logos_whitebg_samesize .item{max-width:168px;width:14.28%}.logo_slider_block.logos_whitebg_samesize .item .item_inner{background:#fff;margin-left:18px}.logo_slider_block.logos_whitebg_samesize .item .item_sizer{width:100%;padding-top:66.66%;position:relative}.logo_slider_block.logos_whitebg_samesize .item .img{position:absolute;top:15px;left:15px;right:15px;bottom:15px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.logo_slider_block.slider_off .logo_slider_block_inner{padding:0}.logo_slider_block.slider_off .logo_slider_list_cover{overflow:visible}.logo_slider_block.slider_off .logo_slider_list{flex-wrap:wrap;left:auto!important;position:static;margin-top:-16px}.logo_slider_block.slider_off .arrow{display:none}.logo_slider_block.slider_off .item .item_inner{margin-top:16px}.logo_slider_block.slider_off .item.clone{display:none}@media (min-width:1280px) and (max-width:1504px){.category_showcase_block .category_part{width:25%}.logo_slider_block.logos_whitebg_samesize .item{width:16.66%}}@media (min-width:769px) and (max-width:1279px){.promo_block .main_col{margin-left:0}.promo_block .promo_slider .controls{right:46px;bottom:0}.promo_block .promo_slider .controls .arrows{display:none}.promo_block .promo_slider .controls .button{width:23px;height:46px}.promo_block *+.long_banner{margin-top:5px}.promo_block *+.item_banners{margin-top:13px}.promo_block .item_banners .list{margin:-20px 0 0 -20px}.promo_block .item_banners .item .item_inner{margin:20px 0 0 20px;padding:13px 14px 4px}.promo_block .item_banners .item .item_inner.image_banner{margin:0;padding:40px 0}.promo_block .item_banners .item .uploaded_banner{width:100%;max-width:calc(100% - 20px);height:auto;margin-left:20px;margin-right:0;aspect-ratio:320/187}.promo_block .item_banners .item .item_inner>*+*{margin-top:3px}.promo_block .item_banners .item .title{font-size:13px;line-height:16px}.promo_block .item_banners .item .text{font-size:12px;line-height:16px}.benefits_block .list .item{width:25%}.category_showcases+.brand_showcase_block{margin-top:25px}.category_showcase_block .category_part{width:25%}.category_showcase_block+.brand_showcase_block{margin-top:25px}.brand_showcase_block .tab_block .tab_head+.tab_body{margin-top:18px}.logo_slider_block.logos_whitebg_samesize .item{width:25%}.logo_slider_block:not(.logos_whitebg_samesize) .item .img img{max-width:118px;max-height:40px}}@media (min-width:769px) and (max-width:1029px){.benefits_block .list .item,.category_showcase_block .category_part{width:33.33%}}@media (max-width:768px){.promo_block .main_col{margin-left:0;padding-top:0}.promo_block .promo_slider .controls{right:13px;bottom:0}.promo_block .promo_slider .controls .arrows{display:none}.promo_block .promo_slider .controls .button{width:24px;height:30px}.promo_block *+.long_banner{margin-top:2px}.promo_block .item_banners .list{margin:-20px 0 0 -20px}.promo_block .item_banners .item .item_inner{margin:20px 0 0 20px;padding:13px 14px 4px}.promo_block .item_banners .item .item_inner.image_banner{margin:0;padding:40px 0}.promo_block .item_banners .item .uploaded_banner{width:320px;max-width:calc(100% - 20px);height:auto;margin-left:20px;margin-right:0;aspect-ratio:320/187}.promo_block .item_banners .list.flex_flow_column{margin:16px 0;gap:10px}.promo_block .item_banners .list.flex_flow_column .item_inner.image_banner{padding:0}.promo_block .item_banners .list.flex_flow_column .uploaded_banner{width:100%;max-width:none;margin-left:0}.promo_block .item_banners .item .item_inner>*+*{margin-top:3px}.promo_block .item_banners .item .title{font-size:13px;line-height:16px}.promo_block .item_banners .item .text{font-size:12px;line-height:16px}.benefits_block .list .item{width:33.33%}.benefits_block.hidden-mob+.category_showcase_block{margin-top:20px}.category_showcases+.brand_showcase_block{margin-top:35px}.category_showcase_block .category_part{width:33.33%}.category_showcase_block .category_part .top_part{display:block;padding:10px}.category_showcase_block .category_part .img{margin:0 auto}.category_showcase_block .category_part .text_part{padding:0;text-align:center}.category_showcase_block+.brand_showcase_block{margin-top:35px}.brand_showcase_block .tab_block .tab_head+.tab_body{margin-top:16px}.logo_slider_block.logos_whitebg_samesize .item{width:50%}.logo_slider_block:not(.logos_whitebg_samesize) .item .img img{max-width:118px;max-height:40px}.logo_slider_block.mob_noslider .logo_slider_block_inner{padding:0}.logo_slider_block.mob_noslider .logo_slider_list_cover{overflow:visible}.logo_slider_block.mob_noslider .logo_slider_list{flex-wrap:wrap;left:auto!important;position:static;margin-top:-16px}.logo_slider_block.mob_noslider .arrow{display:none}.logo_slider_block.mob_noslider .item .item_inner{margin-top:16px}.logo_slider_block.mob_noslider .item.clone{display:none}}@media (max-width:549px){.promo_block .item_banners .item.banner_background_picture{width:100%}.benefits_block .list .item,.category_showcase_block .category_part,.promo_block .item_banners .item{width:50%}}.products_list_block{margin-top:4px}.products_list_block .main_title{margin-bottom:0}.products_list_block .search_title{margin:16px 0 0}.products_list_block .main_tab_title{display:none;padding:12px 0;font-size:18px;line-height:22px;margin-bottom:0}.products_list_block .main_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.products_list_block .main_cols>.col_left{width:260px;margin-right:16px;flex-shrink:0}.products_list_block .main_cols>.col_right{flex-grow:1}.products_list_block .products_list_head .graphical_filters{margin-top:2px}.products_list_block .products_list_head .active_filters,.products_list_block .products_list_head .options_line{margin-top:12px}.products_list_block .products_list_head .commonly_searched{margin-top:20px;margin-bottom:30px}.products_list_block .commonly_searched .list{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:14px;line-height:20px;font-weight:600;margin:-8px 0 0}.products_list_block .commonly_searched .text{font-size:13px;line-height:16px;color:#000;font-weight:600;text-transform:uppercase;padding:2px 0}.products_list_block .commonly_searched .item .item_inner{margin:8px 0 0 24px;color:#2d9cdb;cursor:pointer}.products_list_block .commonly_searched .item .item_inner:hover{text-decoration:underline;color:#00aeef}.products_list_block .pager{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;gap:6px}.products_list_block .pager .arrow{width:40px;height:40px;flex:0 0 40px;position:relative}.products_list_block .pager .arrow:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #828282;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:0;left:0}.products_list_block .pager .arrow:after{content:"";position:absolute;top:50%;left:50%;border:solid #828282;border-width:0 0 3px 3px;width:10px;height:10px}.products_list_block .pager .arrow.left:after{transform:rotate(45deg);margin:-7px 0 0 -4px}.products_list_block .pager .arrow.right:after{transform:rotate(-135deg);margin:-7px 0 0 -8px}.products_list_block .pager .arrow:not(.disabled){cursor:pointer}.products_list_block .pager .arrow.disabled:after,.products_list_block .pager .arrow.disabled:before{border-color:#e0e0e0}.products_list_block .pager .arrow.before{display:none;margin-left:0}.products_list_block .graphical_filters .list{margin-left:-40px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:14px;line-height:18px;color:#00aeef}.products_list_block .graphical_filters .list .item,.products_list_block .graphical_filters .list .item .item_inner{flex-grow:1;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.products_list_block .graphical_filters .list .item .item_inner{margin-left:40px;padding-bottom:16px;cursor:pointer}.products_list_block .active_filters{position:relative;font-size:13px;line-height:16px;font-weight:600}.products_list_block .active_filters .item_template{display:none}.products_list_block .active_filters .list{margin:-8px 0 0 -12px;align-items:flex-start}.products_list_block .active_filters .list .item,.products_list_block .active_filters .list .text_item,.products_list_block .active_filters .list .trigger_delete,.products_list_block .active_filters .list .trigger_showall{flex-shrink:0;margin:8px 0 0 12px}.products_list_block .active_filters .list .item .item_inner,.products_list_block .active_filters .list .trigger_delete{position:relative;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.products_list_block .active_filters .list .text_item{text-transform:uppercase;padding:7px 0}.products_list_block .active_filters .list .item{padding:6px 30px 6px 9px;border:1px solid #bec2c7;position:relative;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.products_list_block .active_filters .list .item .remove{position:absolute;top:-1px;right:-1px;width:30px;height:30px;cursor:pointer}.products_list_block .active_filters .list .item .remove:after,.products_list_block .active_filters .list .item .remove:before{top:15px;left:8px}.products_list_block .active_filters .list .trigger_delete{padding:7px 31px 7px 10px;background:#d7d8df;cursor:pointer}.products_list_block .active_filters .list .trigger_delete:after,.products_list_block .active_filters .list .trigger_delete:before{top:15px;right:8px}.products_list_block .active_filters .list .trigger_delete.before{display:none;margin-left:auto}.products_list_block .active_filters .list .item .remove:after,.products_list_block .active_filters .list .item .remove:before,.products_list_block .active_filters .list .trigger_delete:after,.products_list_block .active_filters .list .trigger_delete:before{content:"";position:absolute;width:14px;height:1px;background:#130606}.products_list_block .active_filters .list .item .remove:before,.products_list_block .active_filters .list .trigger_delete:before{transform:rotate(45deg)}.products_list_block .active_filters .list .item .remove:after,.products_list_block .active_filters .list .trigger_delete:after{transform:rotate(-45deg)}.products_list_block .active_filters .list .item .remove:hover:after,.products_list_block .active_filters .list .item .remove:hover:before,.products_list_block .active_filters .list .trigger_delete:hover:after,.products_list_block .active_filters .list .trigger_delete:hover:before{background:#00aeef}.products_list_block .active_filters .list .trigger_showall{padding:7px 10px;background:#d7d8df;cursor:pointer;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px}.products_list_block .active_filters .list .trigger_showall:hover{color:#00aeef}.products_list_block .active_filters .list_all{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.products_list_block .active_filters .list_line{display:none;overflow:hidden;height:auto;flex-wrap:wrap}.products_list_block .options_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row-reverse}.products_list_block .options_line .top_radios{font-size:13px;line-height:16px;text-transform:uppercase;font-weight:600;display:none}.products_list_block .options_line .top_radios .top_radio{padding-top:12px;padding-bottom:7px;border-bottom:5px solid transparent;position:relative}.products_list_block .options_line .top_radios .top_radio input{display:none}.products_list_block .options_line .top_radios .top_radio:not(.disabled){color:#7c7c7c}.products_list_block .options_line .top_radios .top_radio:not(.disabled).checked{color:#130606;border-bottom-color:#00aeef}.products_list_block .options_line .top_radios .top_radio:not(.disabled):hover{color:#00aeef}.products_list_block .options_line .top_radios .top_radio.disabled{color:#bec2c7}.products_list_block .options_line .top_radios .top_radio.disabled.checked{border-bottom-color:#bec2c7}.products_list_block .options_line .top_radios .top_radio+.top_radio{margin-left:32px}.products_list_block .options_line .options_cont{gap:18px}.products_list_block .options_line .options_1,.products_list_block .options_line .options_cont{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .options_line .options_1 .form-select+.form-select{margin-left:18px}.products_list_block .options_line .options_2{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .options_line .list_types{display:none;margin-right:8px}.products_list_block .options_line .filters_trigger_btn{display:none;font-weight:600;margin-left:8px;padding-left:11px;cursor:pointer;padding-right:19px}.products_list_block .products_list_body .result_nums{padding:8px 0 11px}.products_list_block .result_nums{padding:12px 0;position:relative;color:#828282;font-weight:600;font-size:13px;line-height:16px}.products_list_block .products_list_footer{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;margin-top:30px}.products_filters_block .filters_trigger{display:none;position:relative;padding:14px 58px;box-sizing:border-box;min-height:60px;font-size:13px;line-height:16px;background:#e5eaee;text-transform:uppercase;font-weight:600;align-items:center;cursor:pointer}.products_filters_block .filters_trigger:before{content:"";position:absolute;top:25px;left:24px;width:8px;height:8px;border:solid #130606;border-width:0 0 2px 2px;transform:rotate(45deg)}.products_filters_block .filters_trigger .x{position:absolute;top:21px;right:20px;width:16px;height:16px}.products_filters_block .filters_trigger .x:after,.products_filters_block .filters_trigger .x:before{content:"";position:absolute;top:8px;left:-3px;width:22px;height:1px;background:#130606}.products_filters_block .filters_trigger .x:before{transform:rotate(45deg)}.products_filters_block .filters_trigger .x:after{transform:rotate(-45deg)}.products_filters_block .filters_trigger:hover .x:after,.products_filters_block .filters_trigger:hover .x:before{background:#00aeef}.products_filters_block .filters_expand{display:block}.products_filters_block .filter_controls{display:none;padding:14px 0;align-items:flex-start}.products_filters_block .category{border-bottom:1px solid silver}.products_filters_block .category .trigger{cursor:pointer;position:relative;color:#130606;font-size:13px;line-height:16px;min-height:63px;box-sizing:border-box;padding:16px 28px 15px 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;text-transform:uppercase;font-weight:600}.products_filters_block .category .trigger:before{content:"";position:absolute;top:24px;right:8px;width:8px;height:8px;border:solid #7c7c7c;border-width:0 0 2px 2px;transform:translateY(0) rotate(-45deg);transition:transform .4s}.products_filters_block .category .expand{display:none}.products_filters_block .category .expand .expand_inner{padding-bottom:24px}.products_filters_block .category .expand .expand_inner>:first-child{margin-top:0}.products_filters_block .category .expand .field.price-range:last-child{margin-bottom:-11px}.products_filters_block .category .expand .checkbox_list{margin-top:12px}.products_filters_block .form-checkbox.disabled .text{color:#a0a0a0}.products_filters_block .category .expand .link_line{margin-top:15px}.products_filters_block .category .expand .link_line a{color:#00aeef}.products_filters_block .category .expand .link_line a:hover{text-decoration:underline}.products_filters_block .category .expand .link_line:not(.hidden)+.checkbox_list{margin-top:12px}.products_filters_block .category.open .trigger:before{transform:translateY(5px) rotate(-225deg)}.products_filters_block .category.open .expand{display:block}.products_filters_block .apply_btn{min-width:165px;font-weight:600}.products_filters_block .apply_btn+.cancel_btn{margin-left:15px}.products_filters_block .apply_btn:not(.disabled){cursor:pointer}.products_filters_block .cancel_btn{min-width:125px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;min-height:40px;padding:4px 10px;text-align:center;font-weight:600;box-sizing:border-box}.products_filters_block .cancel_btn:not(.disabled){color:#00aeef;cursor:pointer}.products_filters_block .cancel_btn:not(.disabled):hover{text-decoration:underline}.products_filters_block .cancel_btn.disabled{color:#bec2c7}@media (min-width:1280px){.products_list_block .options_line .top_radios{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_filters_block .category.open:last-child{border-bottom:0}}@media (min-width:1280px) and (max-width:1504px){.products_list_block .options_line .top_radios{display:none}}@media (min-width:769px) and (max-width:1279px){.products_list_block .main_tab_title{display:block}.products_list_block .main_title,.products_list_block .search_title{display:none}.products_list_block .main_cols{display:block}.products_list_block .main_cols>.col_left{width:auto;margin-right:0}.products_list_block .main_cols>.col_right.tab_closed{display:none}.products_list_block .products_list_head{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.products_list_block .products_list_head .active_filters{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;width:100%}.products_list_block .products_list_head .options_line{margin-top:0;width:100%}.products_list_block .commonly_searched,.products_list_block .graphical_filters{display:none}.products_list_block .active_filters .list{gap:8px;margin:0;position:relative}.products_list_block .active_filters .list .item,.products_list_block .active_filters .list .text_item,.products_list_block .active_filters .list .trigger_delete,.products_list_block .active_filters .list .trigger_showall{margin:0}.products_list_block .active_filters .list .text_item{display:none}.products_list_block .active_filters .list .trigger_delete{position:absolute;top:0;right:0}.products_list_block .active_filters .list .trigger_delete.before{display:block}.products_list_block .active_filters .list .trigger_delete.after{display:none}.products_list_block .active_filters:not(.expanded) .list_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .active_filters:not(.expanded).expanded_view_yes .list_line,.products_list_block .active_filters:not(.expanded):not(.expanded_view_yes) .list_all{position:absolute;top:0;left:0;right:0;pointer-events:none;opacity:0}.products_list_block .options_line{display:block}.products_list_block .options_line .options_cont{justify-content:space-between}.products_list_block .options_line .showcount_cselect{display:none}.products_list_block .options_line .list_types{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .options_line .list_types .type_large{display:none}.products_list_block .options_line .filters_trigger_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .options_line .pager .arrow{margin-left:8px;background:#e5eaee;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px}.products_list_block .options_line .pager .arrow:before{display:none}.products_list_block .options_line .pager .arrow:after{border-color:#7c7c7c}.products_list_block .options_line .pager .arrow.left:after{transform:scaleX(.8) rotate(45deg)}.products_list_block .options_line .pager .arrow.right:after{transform:scaleX(.8) rotate(-135deg)}.products_list_block .options_line .pager .arrow.disabled:after,.products_list_block .options_line .pager .arrow.disabled:before{border-color:#bec2c7}.products_list_block .options_line .pager .arrow.before{display:block}.products_filters_block,.products_list_block .options_line .pager .arrow.after,.products_list_block .result_nums{display:none}.products_filters_block .filters_trigger{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_filters_block .filters_expand{background:#fff}.products_filters_block .filter_controls{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_filters_block .category .trigger{min-height:59px;padding:14px 46px 13px 58px}.products_filters_block .category .trigger:before{top:25px;right:26px;transform:translate(0) rotate(-135deg)}.products_filters_block .category .expand .expand_inner{padding-left:58px;padding-right:17px}.products_filters_block .category.open .trigger:before{transform:translate(3px,-3px) rotate(-45deg)}.products_filters_block.tab_open{display:block}}@media (max-width:768px){.products_list_block .main_title{display:none}.products_list_block .search_title{font-size:18px;line-height:22px;margin:24px 0}.products_list_block .main_cols>.col_left{width:auto;margin-right:0}.products_list_block .products_list_head{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.products_list_block .products_list_head .active_filters{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;width:100%;margin-top:8px}.products_list_block .products_list_head .options_line{margin-top:0;width:100%}.products_list_block .commonly_searched,.products_list_block .graphical_filters{display:none}.products_list_block .active_filters .list{gap:8px;margin:0;position:relative}.products_list_block .active_filters .list .item,.products_list_block .active_filters .list .text_item,.products_list_block .active_filters .list .trigger_delete,.products_list_block .active_filters .list .trigger_showall{margin:0}.products_list_block .active_filters .list .text_item{display:none}.products_list_block .active_filters .list .trigger_delete{position:absolute;top:0;right:0}.products_list_block .active_filters .list .trigger_delete.before{display:block}.products_list_block .active_filters .list .trigger_delete.after{display:none}.products_list_block .active_filters:not(.expanded) .list_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_list_block .active_filters:not(.expanded).expanded_view_yes .list_line,.products_list_block .active_filters:not(.expanded):not(.expanded_view_yes) .list_all{position:absolute;top:0;left:0;right:0;pointer-events:none;opacity:0}.products_list_block .options_line{display:block;margin-bottom:10px}.products_list_block .options_line .options_cont{flex-direction:column;flex-wrap:wrap;gap:8px 12px;margin:0;align-items:stretch;width:100%}.products_list_block .options_line .showcount_cselect{display:none}.products_list_block .options_line .options_1{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex:0 0 auto;min-width:0;width:100%;gap:8px}.products_list_block .options_line .options_2{flex:0 0 auto;min-width:0;width:100%;gap:8px;flex-direction:row-reverse;justify-content:space-between}.products_list_block .options_line .options_1 .sort_cselect{flex:1 1 auto;min-width:0;max-width:100%}.products_list_block .options_line .options_1 .sort_cselect .trigger{width:100%}.products_list_block .options_line .list_types{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex:0 0 auto;margin:0}.products_list_block .options_line .options_2 .pager{flex:1 1 auto;min-width:0}.products_list_block .options_line .filters_trigger_btn{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:0}.products_list_block .options_line .pager .pager_cselect,.products_list_block .products_list_footer .pager .pager_cselect{flex:1 1 72px;width:auto;min-width:48px;max-width:none}.products_list_block .options_line .pager .arrow,.products_list_block .products_list_footer .pager .arrow{width:40px;height:40px;flex-basis:40px;margin-left:0;background:#e5eaee;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px}.products_list_block .options_line .pager .arrow:before,.products_list_block .products_list_footer .pager .arrow:before{display:none}.products_list_block .options_line .pager .arrow:after,.products_list_block .products_list_footer .pager .arrow:after{border-color:#7c7c7c}.products_list_block .options_line .pager .arrow.left:after,.products_list_block .products_list_footer .pager .arrow.left:after{transform:scaleX(.8) rotate(45deg)}.products_list_block .options_line .pager .arrow.right:after,.products_list_block .products_list_footer .pager .arrow.right:after{transform:scaleX(.8) rotate(-135deg)}.products_list_block .options_line .pager .arrow.disabled:after,.products_list_block .options_line .pager .arrow.disabled:before,.products_list_block .products_list_footer .pager .arrow.disabled:after,.products_list_block .products_list_footer .pager .arrow.disabled:before{border-color:#bec2c7}.products_list_block .options_line .pager .arrow.before,.products_list_block .products_list_footer .pager .arrow.before{display:block;margin-left:0}.products_list_block .options_line .pager .arrow.after,.products_list_block .products_list_footer .pager .arrow.after{display:none}.products_list_block .products_list_footer{margin-top:24px;width:100%}.products_list_block .products_list_footer .pager{width:100%}.products_list_block .result_nums{display:none}.products_filters_block .filters_trigger{padding-right:56px}.products_filters_block .filter_controls,.products_filters_block .filters_trigger{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.products_filters_block .category{background:#fff;transition:background .4s}.products_filters_block .category .trigger{min-height:59px;padding:14px 56px 13px 20px}.products_filters_block .category .trigger:before{top:25px;right:26px;transform:translate(0) rotate(-135deg)}.products_filters_block .category .expand .expand_inner{padding-left:20px;padding-right:20px}.products_filters_block .category.open{background:transparent}.products_filters_block .category.open .trigger:before{transform:translate(3px,-3px) rotate(-45deg)}.products_filters_block .filter_controls{padding-left:20px;padding-right:20px}}.product_open_block{margin-top:20px}.product_open_block .white_bg{padding:24px 30px;background:#fff;position:relative}.product_open_block .main_title{margin-bottom:15px;font-size:24px;line-height:28px}.product_open_block .main_title_tabmob{display:none;max-width:573px;margin-bottom:15px}.product_open_block .main_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_block .main_cols .main_col_left{width:50%}.product_open_block .main_cols .main_col_right{width:50%;margin-left:40px}.product_open_block .image_slider .slide{padding-top:82%}.product_open_block .image_slider .slide .item{background-size:contain}.product_open_block .image_slider .badge_sale_type{position:absolute;z-index:2;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#00d865;width:120px;height:120px;align-items:center;justify-content:center;text-align:center;flex-direction:column;pointer-events:none;bottom:33px;right:16px}.product_open_block .image_slider .badge_sale_type .text1{font-size:18px;line-height:22px;font-weight:600;padding:6px 3px 0 0}.product_open_block .image_slider .badge_sale_type .text1+.text23_line{margin-top:-7px}.product_open_block .image_slider .badge_sale_type .text23_line{font-size:46px;line-height:52px;font-weight:700}.product_open_block .image_slider .badge_sale_type .text3{font-size:24px;line-height:29px}.product_open_block .image_slider .arrow{position:absolute;z-index:2;cursor:pointer;top:0;bottom:0;width:20%}.product_open_block .image_slider .arrow:before{content:"";position:absolute;top:50%;width:8px;height:8px;border:solid #828282;border-width:2px 2px 0 0}.product_open_block .image_slider .arrow.left{left:0}.product_open_block .image_slider .arrow.left:before{left:0;transform:rotate(225deg);margin-left:2px}.product_open_block .image_slider .arrow.right{right:0}.product_open_block .image_slider .arrow.right:before{right:0;transform:rotate(45deg);margin-right:2px}.product_open_block .disclaimer{font-size:12px;line-height:17px;color:#bdbdbd;margin-top:50px}.product_open_block .meta{margin-top:24px}.product_open_block .meta .watched{color:#ffb800;padding:8px 0 8px 40px;position:relative;font-weight:600;font-size:12px;line-height:14px;margin-bottom:20px}.product_open_block .meta .watched:before{content:"";position:absolute;top:0;left:0;width:30px;height:30px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;background-image:url(/img/design/eye_yellow_30x30.svg)}.product_open_block .meta .spec_cols{column-count:2;column-gap:40px;font-size:14px;line-height:17px;margin-bottom:15px}.product_open_block .meta .spec_cols .spec_line{padding:5px 0;color:#828282;break-inside:avoid;overflow-wrap:anywhere}.product_open_block .meta .spec_cols .value{font-weight:600;color:#4f4f4f;overflow-wrap:anywhere}.product_open_block .meta .spec_link{font-weight:600;color:#00aeef}.product_open_block .meta .spec_link:hover{text-decoration:underline}.product_open_block .mob_btn_line{display:none;margin-top:16px}.product_open_block .mob_btn_line .btn+.btn{margin-left:20px}.product_open_block .product_code{color:#828282;font-size:18px;line-height:22px;margin-bottom:15px}.product_open_block .product_code .value{color:#130606}.product_open_block .price_line{position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_block .price_line .badge_side_type{position:absolute;top:0;right:-30px}.product_open_block .price_line .badge_side_type .badge_img{width:116px;height:64px;flex-shrink:0;margin-bottom:6px;position:relative;background-position:50% 50%;background-repeat:no-repeat;background-size:100%}.product_open_block .price_line .badge_side_type .badge_img.energy_a{background-image:url(/img/design/badge_energy_a_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_b{background-image:url(/img/design/badge_energy_b_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_c{background-image:url(/img/design/badge_energy_c_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_d{background-image:url(/img/design/badge_energy_d_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_e{background-image:url(/img/design/badge_energy_e_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_f{background-image:url(/img/design/badge_energy_f_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_img.energy_g{background-image:url(/img/design/badge_energy_g_60x33.svg)}.product_open_block .price_line .badge_side_type .badge_text{margin-right:12px;text-align:right;text-decoration:underline}.product_open_block .price_line .old{font-size:16px;line-height:20px;color:#bec2c7;font-weight:600;margin:8px 13px 0 0;text-decoration:line-through}.product_open_block .price_line .new{font-size:54px;line-height:62px;color:#333;font-weight:700}.product_open_block .price_line .new .small{font-size:24px;line-height:29px}.product_open_block .price_meta_1{margin-top:6px;color:#828282;font-weight:600}.product_open_block .price_meta_1 .value{color:#333}.product_open_block .price_meta_2{margin-top:6px;color:#828282}.product_open_block .cart_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:14px}.product_open_block .cart_line .field{width:50px;margin-right:22px;flex-shrink:0}.product_open_block .cart_line .field .form-input{padding-left:5px;padding-right:5px}.product_open_block .cart_line .field .form-input input{text-align:center}.product_open_block .cart_line .btn_cart{width:280px;font-size:16px;line-height:19px}.product_open_block .cart_line .btn_compare,.product_open_block .cart_line .btn_fav{font-size:13px;line-height:16px;margin-left:17px}.product_open_block .availability_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:21px;font-weight:600;font-size:12px;line-height:15px}.product_open_block .availability_line .availability.green{color:#64c542}.product_open_block .availability_line .availability.yellow{color:#ffb800}.product_open_block .availability_line .availability.orange{color:#f2994a}.product_open_block .availability_line .availability.red{color:#eb5757}.product_open_block .availability_line .availability+.availability{margin-left:27px}.product_open_block .delivery{margin-top:13px}.product_open_block .delivery .delivery_title{font-size:13px;line-height:16px;font-weight:600;text-transform:uppercase;margin-bottom:11px}.product_open_block .delivery .delivery_line{min-height:40px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;padding-left:38px;position:relative;color:#828282;font-weight:600}.product_open_block .delivery .delivery_line .img{position:absolute;top:7px;left:0;width:26px;height:26px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_block .delivery .delivery_line .img img{margin:auto;max-height:100%}.product_open_block .delivery .delivery_line .black{color:#333}.product_open_block .delivery .delivery_line a{color:#2d9cdb}.product_open_block .delivery .delivery_line+.delivery_line{margin-top:4px}.product_open_block .credit_tabs{margin-top:13px}.product_open_block .credit_tabs .top{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:-20px 0 0 -20px;align-items:center}.product_open_block .credit_tabs .top .item{margin:20px 0 0 20px;opacity:.8;cursor:pointer}.product_open_block .credit_tabs .top .item img{display:block;max-width:162px;max-height:40px}.product_open_block .credit_tabs .top .item.active{opacity:1}.product_open_block .credit_tabs .bottom .item{margin-top:7px;display:none}.product_open_block .credit_tabs .bottom .item.active{display:block}.product_open_block .credit_tabs .iframe_cont{font-size:0;line-height:0}.product_open_block .credit_tabs .aizd_iframe{width:100%;height:500px}.product_open_specs_block{margin-top:20px}.product_open_specs_block .product_open_specs_category .category_trigger{padding:13px 58px 14px 30px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;font-size:13px;line-height:16px;font-weight:600;text-transform:uppercase;background:#d7d8df;border-top:1px solid silver;box-sizing:border-box;min-height:60px;cursor:pointer;position:relative}.product_open_specs_block .product_open_specs_category .category_trigger:before{content:"";position:absolute;top:25px;right:21px;width:8px;height:8px;border:solid #130606;border-width:2px 2px 0 0;transition:transform .4s;transform:translate(0) rotate(225deg)}.product_open_specs_block .product_open_specs_category .category_expand{display:none}.product_open_specs_block .product_open_specs_category .category_expand .category_expand_inner{padding:32px 30px 40px;background:#fff}.product_open_specs_block .product_open_specs_category .category_expand .specsheet+.collapsible{margin-top:0}.product_open_specs_block .product_open_specs_category .category_expand .spec_category{break-inside:avoid;margin-bottom:20px}.product_open_specs_block .product_open_specs_category .category_expand .spec_category .spec_title+.spec_table{margin-top:9px}.product_open_specs_block .product_open_specs_category .category_expand .spec_title{font-size:13px;line-height:16px;font-weight:600;color:#333;text-transform:uppercase}.product_open_specs_block .product_open_specs_category .category_expand .spec_table{display:table;width:100%;font-size:14px;line-height:17px}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .info_icon_with_expand{margin-bottom:-1px}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_row{display:table-row;break-inside:avoid}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_key,.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_value{padding-top:5px;padding-bottom:5px;width:50%}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_key{display:table-cell;color:#828282;padding-right:10px}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_value{display:table-cell;color:#4f4f4f;padding-left:10px;font-weight:600;overflow-wrap:anywhere}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_left{width:39.5%;flex-shrink:0}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_right{flex-grow:1;margin-left:12px;padding-top:16px}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_img{text-align:center}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .key_col{width:180px;flex-shrink:0;margin-right:32px}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .value_col .text_title{font-size:13px;line-height:16px;margin-bottom:12px;text-transform:uppercase}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .img_ver{display:block;height:64px;background-position:100% 0;background-repeat:no-repeat;background-size:contain}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver{display:none;height:40px;margin-left:12px;position:relative;align-items:center;justify-content:center;color:#fff;font-weight:800}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver:before{content:"";position:absolute;top:0;left:-12px;border-right:12px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.green{background:#00d865}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.green:before{border-right-color:#00d865}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.black{background:#000}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.black:before{border-right-color:#000}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.yellow{background:#ffb800}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.yellow:before{border-right-color:#ffb800}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.red{background:#eb5757}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver.red:before{border-right-color:#eb5757}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols+.energy_keyvalue_cols{margin-top:40px}.product_open_specs_block .product_open_specs_category .category_expand .form .form_title{margin-bottom:30px}.product_open_specs_block .product_open_specs_category .category_expand .form .form_error{margin-top:0;margin-bottom:33px}.product_open_specs_block .product_open_specs_category .category_expand .form .form_error:before{display:none}.product_open_specs_block .product_open_specs_category .category_expand .form .field+.field{margin-top:18px}.product_open_specs_block .product_open_specs_category .category_expand .form .btn_line,.product_open_specs_block .product_open_specs_category .category_expand .form .captcha{margin-top:20px}.product_open_specs_block .product_open_specs_category .category_expand .form .btn_line .btn{width:280px}.product_open_specs_block .product_open_specs_category .category_expand .form .goto_another_question{font-weight:700;color:#00aeef}.product_open_specs_block .product_open_specs_category .category_expand .form .goto_another_question:hover{text-decoration:underline}.product_open_specs_block .product_open_specs_category:not(.open) .category_trigger:hover{border-top:0;padding-top:14px;background:#00aeef;color:#fff}.product_open_specs_block .product_open_specs_category:not(.open) .category_trigger:hover:before{border-color:#fff}.product_open_specs_block .product_open_specs_category:not(.open) .category_trigger:hover+.product_open_specs_category .category_trigger{padding-top:14px;border-top:0}.product_open_specs_block .product_open_specs_category.open .category_trigger:before{transform:translate(-3px,-2px) rotate(135deg)}.product_open_specs_block .product_open_specs_category.open .category_expand{display:block}.product_open_specs_block .product_open_specs_category:last-child:not(.open) .category_trigger{padding-bottom:13px;border-bottom:1px solid silver}.product_top_bar{position:fixed;-webkit-transform:translateZ(0);top:0;left:0;right:0;z-index:12;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.25);-moz-box-shadow:0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow:0 15px 30px rgba(0,0,0,.25);opacity:0;pointer-events:none}.product_top_bar .main_wrap{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:100px}.product_top_bar .left_1{margin-right:53px;flex-shrink:0}.product_top_bar .right_1{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-grow:1}.product_top_bar .top_logo{display:block}.product_top_bar .top_logo figure{padding:33px 15px 30px}.product_top_bar .top_logo img{height:37px}.product_top_bar .top_bar_item{flex-grow:1;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.product_top_bar .top_bar_item .img{width:85px;height:70px;background-position:50% 50%;background-repeat:no-repeat;background-size:100%;margin:17px 26px 13px 0;flex-shrink:0}.product_top_bar .top_bar_item .name{font-weight:600;max-height:36px;overflow:hidden;margin-right:30px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:-o-ellipsis-lastline}.product_top_bar .top_bar_item .price{min-width:113px;font-size:24px;line-height:29px;font-weight:600;flex-shrink:0}.product_top_bar .top_bar_item .price .small{font-size:18px;line-height:22px}.product_top_bar .controls{margin-left:20px;flex-shrink:0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.product_top_bar .btn_cart{min-width:160px}.product_top_bar .btn_cart .icon{display:none}.product_top_bar .btn_cart .icon+*{margin-left:0}.product_top_bar .btn_compare,.product_top_bar .btn_fav,.product_top_bar .cart_btn_cont{margin-left:11px}.product_top_bar.shown{opacity:1;pointer-events:auto}.product_top_bar.can_animate{transition:opacity .4s}@media (min-width:1280px){.product_open_block .cart_line .btn_compare,.product_open_block .cart_line .btn_fav{display:none}.product_open_specs_block .product_open_specs_category .category_expand .specsheet{column-count:3;column-gap:30px;column-fill:auto}.product_open_specs_block .product_open_specs_category:first-child .category_trigger{padding-top:14px;border-top:0}}@media (min-width:769px) and (max-width:1279px){.product_open_block{margin-top:17px}.product_open_block .white_bg{padding:32px 20px}.product_open_block .main_title{display:none}.product_open_block .main_cols,.product_open_block .main_title_tabmob{display:block}.product_open_block .main_cols .main_col_left{width:auto}.product_open_block .main_cols .main_col_right{width:auto;margin:10px 0 0}.product_open_block .image_slider{max-width:474px;margin:0 auto}.product_open_block .image_slider .arrow,.product_open_block .meta{display:none}.product_open_block .product_code{margin-bottom:8px}.product_open_block .price_line .badge_side_type{top:-10px;right:-20px}.product_open_block .price_meta_1{margin-top:3px}.product_open_block .delivery{margin-top:16px}.product_open_block .delivery .delivery_title{margin-bottom:8px}.product_open_block .credit_tabs{display:none}.product_open_specs_block{margin-top:17px}.product_open_specs_block .product_open_specs_category .category_trigger{padding-left:20px}.product_open_specs_block .product_open_specs_category .category_expand .category_expand_inner{padding:32px 20px 40px}.product_open_specs_block .product_open_specs_category .category_expand .specsheet{column-count:2;column-gap:30px;column-fill:auto}.product_open_specs_block .product_open_specs_category .category_expand .spec_category{margin-bottom:30px}.product_open_specs_block .product_open_specs_category .category_expand .spec_category .spec_title+.spec_table{margin-top:5px}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_key,.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_value{padding-top:10px;padding-bottom:10px}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_left{width:45%}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_right{margin-left:50px;padding-top:0}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .key_col{width:80px;margin-right:14px}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .value_col{font-size:12px;line-height:16px}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .img_ver{display:none}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols+.energy_keyvalue_cols{margin-top:20px}.product_open_specs_block .product_open_specs_category:first-child .category_trigger{padding-top:14px;border-top:0}.product_top_bar .main_wrap{min-height:80px}.product_top_bar .left_1{margin-right:22px}.product_top_bar .top_logo figure{padding:28px 10px 24px}.product_top_bar .top_logo img{height:28px}.product_top_bar .top_bar_item .img{width:61px;height:50px;margin:15px 26px 15px 0}.product_top_bar .top_bar_item .name{margin-right:0}.product_top_bar .top_bar_item .price{display:none}.product_top_bar .btn_cart{min-width:160px}.product_top_bar .btn_compare,.product_top_bar .btn_fav,.product_top_bar .cart_btn_cont{display:none}}@media (max-width:768px){.product_open_block{margin-top:11px}.product_open_block .white_bg{padding:0;position:static}.product_open_block .main_wrap_mob{padding-top:20px;padding-bottom:30px}.product_open_block .main_title{display:none}.product_open_block .main_title_tabmob{display:block;margin-bottom:8px;font-size:18px;line-height:22px}.product_open_block .main_cols{display:block}.product_open_block .main_cols .main_col_left{width:auto}.product_open_block .main_cols .main_col_right{width:auto;margin:17px 0 0}.product_open_block .image_slider{max-width:474px;margin:0 auto}.product_open_block .image_slider .arrow{display:none}.product_open_block .image_slider .badge_sale_type{bottom:22px;right:12px;width:92px;height:92px}.product_open_block .image_slider .badge_sale_type .text1{font-size:14px;line-height:17px}.product_open_block .image_slider .badge_sale_type .text1+.text23_line{margin-top:-4px}.product_open_block .image_slider .badge_sale_type .text23_line{font-size:30px;line-height:36px}.product_open_block .image_slider .badge_sale_type .text3{font-size:18px;line-height:22px}.product_open_block .disclaimer{font-size:12px;line-height:14px;margin-top:14px}.product_open_block .meta{display:none}.product_open_block .mob_btn_line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_block .product_code{margin-bottom:5px;font-size:12px;line-height:14px}.product_open_block .price_line .badge_side_type{top:-10px;right:-20px}.product_open_block .price_line .badge_side_type .badge_img{width:91px;height:50px}.product_open_block .price_line .badge_side_type .badge_text{margin-right:10px;font-size:12px;line-height:14px}.product_open_block .price_line .old{font-size:18px;line-height:22px;margin:7px 13px 0 0}.product_open_block .price_line .new{font-size:44px;line-height:50px}.product_open_block .price_meta_1,.product_open_block .price_meta_2{font-size:12px;line-height:14px}.product_open_block .cart_line .field{display:none}.product_open_block .cart_line .btn_cart{width:auto}.product_open_block .cart_line .btn_compare,.product_open_block .cart_line .btn_fav{display:none}.product_open_block .availability_line{margin-top:14px}.product_open_block .availability_line .availability+.availability{margin-left:4px}.product_open_block .delivery{margin-top:24px}.product_open_block .delivery .delivery_title{margin-bottom:8px}.product_open_block .delivery .delivery_line{font-size:12px;line-height:16px}.product_open_block .delivery .delivery_line+.delivery_line{margin-top:8px}.product_open_block .delivery .delivery_line .info_trigger{margin:-1px 0}.product_open_block .credit_tabs{display:none}.product_open_specs_block{margin-top:0}.product_open_specs_block .product_open_specs_category .category_trigger{padding-left:20px}.product_open_specs_block .product_open_specs_category .category_trigger:before{border-color:#7c7c7c}.product_open_specs_block .product_open_specs_category .category_expand .category_expand_inner{padding:20px 20px 30px}.product_open_specs_block .product_open_specs_category .category_expand .spec_category .spec_title+.spec_table{margin-top:5px}.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_key,.product_open_specs_block .product_open_specs_category .category_expand .spec_table .spec_value{padding-top:10px;padding-bottom:10px}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols{display:block}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_left{width:auto}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_left+.energy_col_right{margin-top:24px}.product_open_specs_block .product_open_specs_category .category_expand .energy_cols .energy_col_right{padding-top:0}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .key_col{width:80px;margin-right:14px}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .value_col{font-size:12px;line-height:16px}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .img_ver{display:none}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols .tag_ver{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.product_open_specs_block .product_open_specs_category .category_expand .energy_keyvalue_cols+.energy_keyvalue_cols{margin-top:20px}.product_open_specs_block .product_open_specs_category .category_expand .form .form_title{font-size:18px;line-height:22px}.product_open_specs_block .product_open_specs_category .category_expand .form .form_error{margin-bottom:24px}.product_open_specs_block .product_open_specs_category .category_expand .form .field+.field{margin-top:12px}.product_open_specs_block .product_open_specs_category .category_expand .form .captcha{margin-top:10px}.product_open_specs_block .product_open_specs_category .category_expand .form .btn_line{margin-top:27px}.product_open_specs_block .product_open_specs_category .category_expand .form .btn_line .btn{width:100%}.product_open_specs_block .product_open_specs_category:not(.open) .category_trigger:before{transform:translate(-5px) rotate(45deg)}.product_top_bar .main_wrap{min-height:0;padding:10px 0}.product_top_bar .left_1{display:none}.product_top_bar .right_1{display:block}.product_top_bar .top_bar_item{display:none}.product_top_bar .controls{margin-left:0;display:block}.product_top_bar .btn_cart{min-width:0}.product_top_bar .btn_cart .icon{display:block}.product_top_bar .btn_cart .icon+*{margin-left:16px}.product_top_bar .btn_compare,.product_top_bar .btn_fav,.product_top_bar .cart_btn_cont{display:none}}.cart_empty_block .main_wrap{padding-top:24px;padding-bottom:24px}.cart_empty_block+.product_showcase_block{margin-top:58px}.fill_available{width:-webkit-fill-available}@media (min-width:769px) and (max-width:1279px){.cart_empty_block+.product_showcase_block{margin-top:15px}}@media (max-width:768px){.cart_empty_block+.product_showcase_block{margin-top:15px}}.contacts_block .requisites_lines .line+.line{margin-top:12px}.contacts_block .contacts_two_table{display:table;width:100%;font-size:13px;line-height:18px}.contacts_block .contacts_two_table .line{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .contacts_two_table .line+.line{margin-top:14px}.contacts_block .contacts_two_table .left{width:80px;flex-shrink:0}.contacts_block .contacts_two_table .right{padding-left:15px}.contacts_block .contacts_two_table .bold_link,.contacts_block .contacts_two_table .phone_link{font-weight:600}.contacts_block .contacts_two_table .phone_link .gray{color:#7c7c7c}.contacts_block .social_list{margin:-30px 0 0 -28px;flex-wrap:wrap}.contacts_block .social_list,.contacts_block .social_list .item{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .social_list .item{width:34px;height:34px;margin:30px 0 0 28px;font-size:0;line-height:0}.contacts_block .social_list .item img{display:block;margin:auto;max-width:100%;max-height:24px;flex-grow:1}.contacts_block .mob_link{display:none;font-weight:600;position:relative;box-sizing:border-box;min-height:60px;padding:12px 58px 11px 20px;align-items:center;background:#fff;border-bottom:1px solid silver}.contacts_block .mob_link:before{content:"";position:absolute;top:25px;right:25px;width:9px;height:9px;border:solid #7c7c7c;border-width:0 0 2px 2px;transform:translate(0) rotate(-135deg)}.contacts_block .mob_trigger{display:none;font-weight:600;position:relative;box-sizing:border-box;min-height:60px;padding:12px 58px 12px 20px;align-items:center;background:#fff;cursor:pointer}.contacts_block .mob_trigger:before{content:"";position:absolute;top:25px;right:25px;width:9px;height:9px;border:solid #7c7c7c;border-width:0 0 2px 2px;transform:translate(0) rotate(-135deg);transition:transform .4s}.contacts_block.open .mob_trigger:before{transform:translate(2px,-2px) rotate(-45deg)}.contacts_block .main_part{padding:30px 46px 50px;background:#fff}.contacts_block .main_part .main_title{padding-bottom:28px}.contacts_block .main_part .category+.category{margin-top:24px}.contacts_block .main_part .category_title{margin-bottom:16px}.contacts_block .main_part .details_table{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:-20px}.contacts_block .main_part .details_table .details_cell{margin-left:20px;flex-grow:1}.contacts_block .main_part .details_table .details_button_cell{display:none;margin:20px 0 0 95px}.contacts_block .main_part .details_table .details_button_cell .btn{width:320px;max-width:100%;padding-left:40px;justify-content:flex-start}.contacts_block .main_part .details_table .details_button_cell .btn+.btn{margin-top:15px}.contacts_block .main_part .details_table .details_key{font-size:13px;line-height:16px;font-weight:600;color:#7c7c7c;text-transform:uppercase;margin-bottom:12px}.contacts_block .main_part .details_table .bold_link,.contacts_block .main_part .details_table .phone_link,.contacts_block .main_part .details_table b{font-weight:600}.contacts_block .main_part .details_table .phone_link .gray{color:#7c7c7c}.contacts_block .main_part .details_table .now.green{color:#00d865;font-weight:600}.contacts_block .main_part .details_table .now.yellow{color:#ffb800}.contacts_block .main_part .details_table .line+.line{margin-top:4px}.contacts_block .main_part .details_icon_btns{margin:-4px 0 0 -15px;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.contacts_block .main_part .details_icon_btns .btn{margin:15px 0 0 15px}.contacts_block .map_cols{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .map_cols .col_left{align-self:center}.contacts_block .map_cols .col_left .img img{width:100%}.contacts_block .map_cols .col_right{margin-left:20px;width:52.69%;flex-shrink:0}.contacts_block .map_cols .col_right .map_sizer{width:100%;padding-top:58%;position:relative}.contacts_block .map_cols .col_right .map_cont{position:absolute;top:0;left:0;width:100%;height:100%}.contacts_block .map_cols .col_right .map{width:100%;height:100%}.contacts_form .form_error{margin-top:0;margin-bottom:33px}.contacts_form .form_error:before{display:none}.contacts_form .field+.field{margin-top:18px}.contacts_form .btn_line,.contacts_form .captcha{margin-top:20px}.contacts_form .btn_line .btn{width:280px}.contacts_form .goto_another_line{margin-top:42px}.contacts_form .goto_another{font-weight:700;color:#00aeef}.contacts_form .goto_another:hover{text-decoration:underline}@media (min-width:769px) and (max-width:1279px){.contacts_block .main_part{padding:18px 30px 30px}.contacts_block .main_part .main_title{padding-bottom:18px}.contacts_block .main_part .category_title{display:none}.contacts_block .main_part .details_table{display:block;margin:-20px 0 0;font-size:13px;line-height:18px}.contacts_block .main_part .details_table .details_cell{margin:20px 0 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .main_part .details_table .details_button_cell{display:block}.contacts_block .main_part .details_table .details_key{font-size:inherit;line-height:inherit;text-transform:none;margin-bottom:0;width:80px;flex-shrink:0}.contacts_block .main_part .details_table .details_value{margin-left:15px}.contacts_block .main_part .details_table .line+.line{margin-top:10px}.contacts_block .main_part .details_icon_btns{display:none}}@media (min-width:769px) and (max-width:1029px){.contacts_block .map_cols{display:block}.contacts_block .map_cols .col_right{margin:20px 0 0;width:auto}}@media (max-width:932px){.contacts_block{background:#fff}.contacts_block .requisites_lines{font-size:13px;line-height:16px}.contacts_block .requisites_lines .line+.line{margin-top:8px}.contacts_block .mob_link,.contacts_block .mob_trigger{display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .mob_expand{display:none}.contacts_block .mob_expand .mob_expand_inner{margin-top:-4px;padding-bottom:96px}.contacts_block.open .mob_expand{display:block}.contacts_block .main_part{padding:0;background:none}.contacts_block .main_part .category_title,.contacts_block .main_part .main_title{display:none}.contacts_block .main_part .details_table{display:block;margin:0;font-size:13px;line-height:18px}.contacts_block .main_part .details_table .details_cell{margin:14px 0 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.contacts_block .main_part .details_table .details_cell:first-child{margin-top:0}.contacts_block .main_part .details_table .details_button_cell{display:block;margin:14px 0 0}.contacts_block .main_part .details_table .details_button_cell:first-child{margin-top:0}.contacts_block .main_part .details_table .details_button_cell .btn{width:auto}.contacts_block .main_part .details_table .details_key{font-size:inherit;line-height:inherit;text-transform:none;margin-bottom:0;width:85px;flex-shrink:0}.contacts_block .main_part .details_table .details_value{margin-left:15px}.contacts_block .main_part .details_table .line+.line{margin-top:10px}.contacts_block .main_part .details_icon_btns{display:none}.contacts_block .map_cols{display:block}.contacts_block .map_cols .col_right{margin:20px 0 0;width:auto}.contacts_form .form_error{margin-bottom:24px}.contacts_form .field+.field{margin-top:12px}.contacts_form .captcha{margin-top:10px}.contacts_form .btn_line{margin-top:27px}.contacts_form .btn_line .btn{width:100%}}@media (max-width:768px){.col_left{display:none}.show{display:block!important}}.width100{max-width:100%}.multi_media{min-width:320px;min-height:588px}.specsheet{grid-template-columns:33% 33% 33%;column-fill:unset!important}.spec_category{height:auto;width:100%}.select2-results>ul>li:before{background:none!important}.select2{width:100%!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out 0s;box-shadow:inset #fff!important}.show_trigger{width:80%}.show_trigger>p{width:100%;text-align:right}.showMore .show_trigger{cursor:pointer;position:relative;color:#00aeef;font-size:13px;line-height:16px;min-height:63px;box-sizing:border-box;padding:16px 28px 15px 0;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;text-transform:uppercase;font-weight:600}.showMore .show_trigger:before{content:"";position:absolute;top:24px;right:8px;width:8px;height:8px;border:solid #00aeef;border-width:0 0 2px 2px;transform:translateY(0) rotate(-45deg);transition:transform .4s}.showMore.open .show_trigger:before{transform:translateY(5px) rotate(-225deg)}.g_id_signin{margin-top:12px}.no_margin{margin:0!important}.login_part{padding:24px}.checkbox_field_hidden{display:none!important}.checkbox_field_hidden_open{display:flex!important}.feature_field_hidden{display:none!important}.feature_field_show{display:flex!important}.margin_12{margin-top:12px!important}.filer_search_input{flex-grow:1;width:100%;padding:11px 19px;border:1px solid #bdbdbd;height:50px;box-sizing:border-box;border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px;background:#fff;font-size:14px;line-height:18px;font-weight:600;color:#000}.category_block{display:block;background:#fff;margin-bottom:2%}.category_list_new{display:flex;flex-flow:row;flex-wrap:wrap;background:#fff;align-items:center;padding-left:2%}.category_field{flex:1 0 23%;max-width:23%;margin:5px;height:200px;background:#fff}@media (max-width:768px){.category_field{flex:1 0 45%;max-width:45%}}.category_href{display:inline-block;width:100%;height:100%;text-align:center;vertical-align:middle}.category_img{width:100%;height:70%;display:flex;justify-content:center}.category_title{height:30%;display:grid;padding-top:5%;background:#fff;vertical-align:top;font-size:16px}.products_filters_block>ul>li:before,.products_filters_block>ul>li>ul>li:before,.products_filters_block>ul>li>ul>li>ul>li:before{display:none!important}.products_filters_block>ul>li{padding-left:0}.products_filters_block>ul>li>ul,.products_filters_block>ul>li>ul>li>ul{margin-top:10px}.products_filters_block>ul>li>ul>li,.products_filters_block>ul>li>ul>li>ul>li{padding-left:15px}.parent_category{font-weight:800}.products_filters_block>ul>li>ul>li>a{font-weight:600}.main_title_cat,.search_title{margin-bottom:30px!important}.category_cols{margin-top:20px}.main_title_cat_fltr{margin-top:20px!important}.cat_ttl{padding-top:20px;margin-bottom:10px!important;margin-left:25px}.filter_remove{position:absolute;top:-1px;right:-1px;width:30px;height:30px;cursor:pointer}.filter_remove:before{transform:rotate(45deg)}.filter_remove:after,.filter_remove:before{top:15px;left:8px;content:"";position:absolute;width:14px;height:1px;background:#130606}.filter_remove:after{transform:rotate(-45deg)}.filter_remove:hover:after,.filter_remove:hover:before{background:#00aeef}.category_banner{max-width:990px;max-height:300px}@media (max-width:768px){.category_banner{max-width:100%}}.new_cat_img{width:100%;height:100%}.bottom_banner{margin-left:10px;margin-top:20px}@media (max-width:768px){.category_img>img{width:100%;height:auto}}.main_list_part{background:#fff}.main_header2{margin-top:2%;margin-left:2.5%}.main_cont{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important;-webkit-border-radius:0!important}.main_list_part{width:85%}.cat_img{width:100%;height:100%;object-fit:scale-down}.slides{display:block!important}@media (max-width:768px){.slides_content{margin:0!important}.slider-inner{margin-left:1%}}.slider-inner{width:100%;list-style:none;overflow:scroll;scroll-snap-type:x mandatory;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.slider-inner::-webkit-scrollbar{display:none}.slide-left:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #7c7c7c;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:50%;left:0;margin-top:-20px;background-color:#fff}.slide-left:after{width:10px;height:10px;left:50%;transform:rotate(45deg);margin:-7px 0 0 -4px;content:"";position:absolute;top:50%;border:solid #7c7c7c;border-width:0 0 3px 3px}.slide-left:hover:after,.slide-left:hover:before{border-color:#00aeef}.slide-left{width:40px;left:-5%}@media (max-width:768px){.slide-left{left:0}}.slide-left{position:absolute;cursor:pointer;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;height:40px}.slide-right:after{right:50%;transform:rotate(-135deg);margin:-7px -4px 0 0}.slide-right{width:40px;right:-6%;position:absolute;cursor:pointer;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;height:40px}.slide-right:before{content:"";position:absolute;width:36px;height:36px;border:2px solid #7c7c7c;border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;top:50%;left:0;margin-top:-20px;background-color:#fff}.slide-right:after{content:"";position:absolute;top:50%;border:solid #7c7c7c;border-width:0 0 3px 3px;width:10px;height:10px}.slide-right:hover:after,.slide-right:hover:before{border-color:#00aeef}@media (max-width:768px){.slide-mobile-cat{width:86%;margin-left:6%!important}.slider_list_part{margin-left:0!important}}.position-relative{position:relative}.width100{width:100%}@media (max-width:768px){.width100{margin-left:0!important;margin-right:0!important}}.main_list_part_transperant{width:85%;background:transparent}.capitalize{text-transform:capitalize}.results_123{width:44.9%!important}.results_12{width:100%!important}.break_anywhere{overflow-wrap:anywhere}.product_data{font-size:14px!important;margin-bottom:0!important}.product_manufacturer{color:#130606!important}@media (max-width:768px){.btn_cart{width:80%!important}}.btn_save{display:block!important}.product_data_block{display:inline-flex;width:100%}.flex1{flex:1}@media (max-width:1279px){.product_card_inner_cats{height:96%}}@media (min-width:1280px){.product_card_inner_cats{height:100%}}.seperator{margin-top:20px}.margin17{margin-top:17px}.btn_line_display{display:block!important;margin-bottom:10%;margin-top:5%}.card_category_title,.only_mobile{display:none}@media (max-width:768px){.no_margin{margin-left:0!important;margin-right:0!important}.slide-left,.slide-right{display:none}.slide-mobile-cat{width:100%;margin-left:0!important}.slider-inner{margin:0!important;padding:0!important}.category_showcase_block{padding-top:0!important}.card_category_title{display:block;color:#bec2c7;font-size:11px;text-transform:uppercase;margin-top:4%}.only_mobile{display:block;margin-top:30px;margin-bottom:30px}.showcase_header{font-size:18px}}.visible{display:block!important}.gray_text{color:#7c7c7c}.no_uppercase{text-transform:none!important}.orders_table_header{color:#130606!important}.blue_text{color:#00aeef!important;font-weight:600;font-size:12px;line-height:15px}.step_inner_addon{font-weight:400;padding-left:51px;position:relative;display:-webkit-box;display:moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.col_right_50{width:50%!important}.col_right_45{width:45%!important}@media (min-width:1280px){.orders_hidden{display:none!important}}@media (max-width:768px){.noMarginMobile{margin:0!important}}.auth_head{margin-bottom:23px}.order_link{background:#00d865;color:#130606;padding:7px 10px!important}.order_link:hover{background:#00aeef;color:#130606}.gray_cont{background:#ebebeb!important}.explanation{background:rgba(255,184,0,.2);height:60px}.text_blue{color:#00aeef}.only-mob{display:none}@media (max-width:768px){.only-mob,.order_title{display:block}.order_gray{color:#7c7c7c!important}.mob_left_margin_20{margin-left:20px}.mob_explanation:before{content:"";position:relative;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:14px solid rgba(255,184,0,.2);bottom:51%;left:50%;margin-left:-11px}.mob_explanation>p{padding-left:15px}}@media (min-width:769px){.mob_explanation>p{position:relative;top:34%;padding-left:20px}}.margin_bottom_24{margin-bottom:24px}.overflow_wrap{overflow-wrap:anywhere}.empty_search{display:flex}@media (min-width:1280px){.empty_search{flex-flow:row}}@media (max-width:1279px){.empty_search{flex-flow:column}}.empty_search{width:100%}@media (min-width:1280px){.empty_search_left{width:50%;margin-left:16px}}@media (max-width:1279px){.empty_search_left{margin-left:5%}}@media (min-width:1280px){.empty_search_right{width:50%}}@media (max-width:1279px){.empty_search_right{margin-left:5%;margin-top:15%}}.empty_search_button{margin-top:30px;width:300px;height:40px}@media (max-width:1279px){.empty_search_image{width:305px;height:201px}}.order_status{width:50%!important}.product_pacfac_text{font-size:12px!important;font-weight:400!important}.product_card_delivery_time{margin-top:2%;display:block;max-width:75%;font-size:11px!important;font-weight:500!important}.font_weight_400{font-weight:400}.work_exceptions{width:60%;background-color:#f2994a;border-radius:4px 4px 4px 4px}.exception_days{display:block;padding:10px 15px}.text_nr{padding-right:0!important;width:25%!important}.order_col3{width:30%!important}.footer_logo{width:61px;height:28px}.info_expand>br{display:block;height:12px}.follow_order_mob_submit{width:90%!important;margin-left:5%}@media (max-width:768px){.details_list>.product_card>.product_card_inner>.cont_on>.wishlist_top_right{top:-7px!important}.details_list>.product_card>.product_card_inner>.cont_on>.card_cols_part>.card_cart_btn_line{display:block!important}.details_list>.product_card>.product_card_inner>.cont_on>.card_cols_part>.card_cart_btn_line>.btn_cart{width:100%!important}}.fw_500{font-weight:500}.filter_count{padding-left:10px}.product_specs{display:block!important;width:100%!important;overflow-wrap:anywhere}@media (min-width:1280px){.active_filters{margin-bottom:2%}}.card_delivery_time{padding-right:5%}.product_delivery_line_content{flex:1}.delivery_date{padding-top:1%}@media (max-width:1279px){.quick_delivery_line{display:none}}.quick_delivery_line{margin-top:5%;margin-bottom:5%;border-radius:10px 10px 10px 10px;border:1px solid #9de4ee;box-shadow:4px 4px 3px #c1c1c1}.quick_delivery_head{display:flex;border-radius:10px 10px 0 0;height:50px;background-color:#afede7}.img_quick{padding-top:10px;padding-left:20px}.quick_heading{font-weight:500;font-size:16px;padding-top:15px;padding-left:15px}.quick_delivery_body{display:flex;margin-top:15px;margin-left:20px;margin-bottom:3%}.quick_delivery_date_head{color:#333;font-weight:600}.grey_12px_text{font-size:12px;color:lightgrey}.quick_delivery_left{flex:1}.quick_delivery_right{display:flex;margin-top:10px;flex:1}.quick_price{margin-left:15%;font-weight:500;font-size:16px}.checkbox_main{cursor:pointer;margin-left:35%;width:30px;height:30px;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;font-size:2rem;padding:.1rem;border:1px solid #bdbdbd;border-radius:4px 4px 4px 4px}.checkbox_main:before{content:"";width:30px;height:30px;clip-path:polygon(21% 40%,21% 40%,8% 54%,25% 68%,36% 77%,47% 65%,48% 64%,64% 47%,75% 35%,93% 13%,81% 4%,36% 54%);transform:scale(0);background-color:#000}.checkbox_main:checked:before{transform:scale(1)}.select2-selection__rendered{max-width:52vw}.blue_bg{background-color:#00aeef}.showcase_top_padding{padding-top:30px}@media (min-width:1280px){.no_margin_left{margin-left:0!important}.no_margin_bottom{margin-bottom:0!important}}@media (max-width:768px){.mobile_padding_bottom_12{padding-bottom:12%}.mobile_padding_bottom_20{padding-bottom:20%}.flex_flow_column{flex-flow:column}.flex_column_item_1{flex:1;width:100%!important}.margin_bottom_4{margin-bottom:4%}}.flex_row{display:flex;flex-flow:row}.margin_left2{margin-left:2%}.seperator_line{display:block;height:1px;border:0;border-top:2px solid #ccc;margin:1em 0;padding:0}.no_bottom_padding{padding-bottom:0!important}@media (min-width:1280px){.no_padding_top{padding-top:0!important}}.jsutify_left{justify-content:left!important;text-align:left!important}@media (min-width:1280px){.table{width:99%}}