

/* Start:/bitrix/templates/askona_v2/assets/css/nice-select.css?17250176974009*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 999; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/bitrix/templates/askona_v2/assets/css_v2/jquery.fancybox.min.css?172501769812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/askona_v2/assets/css_v2/minimal.css?175092490791028*/
@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Thin.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Thin.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraBold.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraBold.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Regular.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Regular.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Bold.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Bold.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Light.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Light.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: circle;
    src: url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraLight.woff2") format("woff2"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraLight.woff") format("woff"), url("/bitrix/templates/ascona_pro/assets/fonts/circe/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

body {
    font-family: circle, Arial, sans-serif;
    background: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    vertical-align: top;
    backface-visibility: hidden
}

html.no-scroll {
    overflow: hidden !important
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0px
}

p {
    margin-bottom: 0
}

a, a:hover {
    color: #000;
    transition: all .2s ease 0s;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 16px 0;
    color: #000;
    font-size: 24px;
    font-size: 1.5rem
}

h5, h6 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    letter-spacing: .09375rem
}

ul li {
    list-style: inside disc
}

.col-ul {
    padding-right: 15px
}

.fancybox__content:has(#oferta-modal) {
    position: relative
}

.fancybox__content > .carousel__button.is-close {
    top: 0 !important
}

.acc-container .check-box {width: auto;height: auto;border: 0;}

.one-swiper-pag .swiper-pagination-bullet {
    width: 15px;
    border-radius: 8px;
    opacity: 1;
    background: #fff
}

.one-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background: #00b5b9
}

.one-swiper-next, .one-swiper-prev {
    width: 80px !important;
    height: 100% !important;
    top: 23px !important;
    display: flex !important;
    align-items: center !important;
    transform: translateY(0px) !important;
    background: #00000029 !important
}

.one-swiper-next:after, .one-swiper-prev:after {
    color: #fff !important
}

.one-swiper-next {
    right: 0 !important
}

.one-swiper-prev {
    left: 0 !important
}

.faq-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12acb4;
    border-radius: 50%;
    border: 1px solid #12acb4;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 5px
}

.faq-action-icon svg {
    color: #fff;
    fill: #fff
}

.container {
    max-width: 1408px;
    min-width: 1025px;
    margin: 0 auto;
    padding: 0 32px
}

.container:after {
    clear: both;
    content: "";
    display: block
}

p.text-banner, p.name-banner {
    margin: 0
}

.top-header {
    background: #f8f8f8;
    padding: 11px 0
}

.top-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.google-header {
    display: flex;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    max-width: 180px;
}

.top-header-right ul li {
    list-style: none
}

.top-header-right ul {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.top-header-right {
    display: flex;
    align-items: center
}

.top-header-right ul li:not(:last-child) {
    margin-right: 20px
}

.top-header-right ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #686868;
    transition: .2s all linear;
    border-bottom: 1px dashed transparent
}

.top-header-right ul li a:hover {
    color: #00b9bf;
    border-color: #00b9bf
}

.top-header-left a {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #686868
}

.top-header-left a img {
    margin-right: 10px
}

.dropbtn {
    cursor: pointer
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-right: 25px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 65px;
    left: 14px;
    z-index: 123123
}

.dropbtn {
    background: url(http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png) no-repeat left center;
    padding-left: 25px;
    padding-right: 25px;
    width: 50px;
    background: 0 0 !important
}

.dropbtn:after {
    background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 16px
}

.dropdown-content a.lv {
    background: url('https://askona.lv/develop/main/img/lv.png') no-repeat 15px center;
    background-size: 15px;
    background: 0 0 !important
}

.dropdown-content a.ru {
    background: url('http://icons.iconarchive.com/icons/custom-icon-design/flag-3/16/Russia-Flag-icon.png') no-repeat 15px center;
    background: 0 0 !important
}

.dropdown-content a.en {
    background: url('https://icons.iconarchive.com/icons/fatcow/farm-fresh/16/flag-usa-icon.png') no-repeat 15px center;
    background: 0 0 !important
}

.dropdown-content a {
    color: #000;
    padding: 2px 0 2px 10px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn:after {
    transform: rotate(180deg)
}

.middle-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.middle-header {
    padding: 17px 0;
    border-bottom: .5px solid #f3f3f3;
    box-shadow: 0px 6px 16px rgb(0 0 0/3%)
}

.header-fixed .middle-header {
    padding: 7px 0
}

.header-fixed .bottom-header .row ul li.bottom-header-link {
    padding: 7px 0
}

.search-box {
    width: 625px
}

.select2-search__field {
    display: none
}

.search-box input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    height: 38px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #949494;
    padding-left: 17px;
    font-family: circle, Arial, sans-serif
}

.search-box input::placeholder {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #949494
}

.mdl-head-link-box {
    display: flex;
    align-items: center;
    min-width: 361px;
    justify-content: space-between
}

a.phone {
    width: 204px;
    height: 38px;
    background: #00b9bf;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    justify-content: center;
    position: relative
}

a.phone-mob-ver {
    display: none
}

.search-icon {
    display: none
}

.best-deals-box .select2.catalog-card__drop-size {
    display: none
}

.cart-box {
    display: flex;
    align-items: center
}

.cart-box > a {
    position: relative;
    display: flex;
    margin-right: 6px;
    justify-content: flex-end
}

.cart-box > a span {
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    width: 17px;
    height: 17px;
    background: #f06;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -15px
}

.cart-box > a img {
    width: 32px;
    height: 32px
}

.cart-box-price span {
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #949494;
    display: block
}

.cart-box-price p {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #2e2e2e;
    margin-bottom: 0
}

a.phone img {
    display: none;
    width: 9px;
    margin-right: 5px
}

a.phone:before {
    content: "";
    width: 9px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/phone.svg) no-repeat;
    background-size: 100%
}

/*a.phone:after {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/arr-dwn.svg) no-repeat;
    background-size: 100%
}*/

.bottom-header {
    background: #fff;
    border-bottom: .5px solid #f3f3f3;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .03)
}

.bottom-header .row ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bottom-header .row ul li.bottom-header-link {
    list-style: none; 
    padding: 11px 0
}

.bottom-header .row ul li.bottom-header-link > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    transition: .2s all linear
}

.bottom-header .row ul li.bottom-header-link > a:hover {
    color: #00b9bf
}

.fix-header.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 12334;
    top: 0;
    box-shadow: 0 0 10px 1px #00000040
}

.fix-header {
    transition: .2s all linear;
    background: #fff
}

.header-105 {
    top: -110px
}

.pd-t {
    padding-top: 0 !important
}

section.main-state {
    background: #fff;
    padding: 17px 0 50px
}

.main-banner-one-img {
    width: 1020px;
    position: relative;
    border-radius: 3px
}

.main-banner-one-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 3px
}

section.main-state .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.main-banner-one-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #323232 0%, rgba(219, 219, 219, 0) 100%);
    padding-top: 58px;
    border-radius: 0 0 3px 3px
}

.main-banner-one {
    position: relative;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-banner-one .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -34px
}

.main-banner-one .one-swiper-pag .swiper-pagination-bullet {
    width: 35px;
    border-radius: 2px;
    opacity: 1;
    background: #ddd;
    margin: 0 4px;
    padding: 2px 0;
    height: 3px
}

.main-banner-one .one-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
    background: #ddd;
    position: relative
}

.main-banner-one .one-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    animation: progressBar 4s ease-in-out;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 4px;
    display: block;
    background: #00b5b9;
    border-radius: 2px
}

@keyframes progressBar {
    0% {
        width: 0
    }
    100% {
        width: 35px
    }
}

.main-banner-one-text-bl {
    width: auto;
    height: 91px;
    background: #00b9bf;
    display: flex;
    align-items: center;
    padding-left: 47px;
    padding-right: 25px;
    position: relative;
    max-width: max-content;
    z-index: 1
}

.main-banner-one-text-bl p {
    font-weight: 900;
    font-size: 72px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 28px rgb(0 0 0/30%)
}

.main-banner-one-text-rd {
    width: auto;
    height: 45px;
    background: #f06;
    display: flex;
    align-items: center;
    padding-left: 47px;
    padding-right: 25px;
    position: relative;
    max-width: max-content
}

.main-banner-one-text-rd p {
    font-weight: 800;
    font-size: 29px;
    display: flex;
    align-items: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 15px rgb(0 0 0/30%)
}

.main-banner-one-text-bl:before {
    content: "";
    width: 55px;
    height: 92px;
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/bl-r.png) no-repeat
}

.main-banner-one-text-rd:before {
    content: "";
    width: 52px;
    height: 46px;
    display: block;
    position: absolute;
    right: -36px;
    top: -1px;
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/rd-r.png) no-repeat
}

.main-banner-one-text-price {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding-left: 48px;
    margin-bottom: 15px
}

.main-banner-one-text-price > span {
    font-weight: 800;
    font-size: 19.8077px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42271d;
    width: 50px;
    height: 24px;
    background: #fff;
    box-shadow: 0px 5px 19px rgb(0 0 0/25%)
}

.main-banner-one-text-price p {
    font-weight: 900;
    font-size: 200px;
    line-height: 1;
    display: flex;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 18px rgb(0 0 0/25%);
    position: relative
}

.main-banner-one-text-price p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 6px rgb(0 0 0/16%);
    background: #fc3;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 35px
}

.main-banner-one-text-sales p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 0px 0px 16px rgb(0 0 0/25%)
}

.main-banner-one-text-sales {
    padding-left: 47px
}

.main-banner-two {
    max-width: 291px
}

.main-banner-two-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-banner-two-box:not(:last-child) {
    margin-bottom: 22px
}

.main-banner-two-box-about {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #0B0B0B70 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 3px;
    padding: 0 15px 9px
}

.main-banner-two-box-text-sp {
    font-weight: 600;
    font-size: 11px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #f06;
    border-radius: 3px;
    width: 110px;
    height: 20px;
    margin-bottom: 4px
}

.main-banner-two-box-title p {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0px .8px 9px rgba(0, 0, 0, .12)
}

.main-banner-two-box-img {
    max-height: 215px;
    border-radius: 3px
}

.main-banner-two-box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 3px
}

section.sales-points {
    background: #fff;
    position: relative;
    margin-bottom: 50px
}

section.sales-points .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

section.sales-points:before {
    content: "";
    width: 100%;
    height: 124px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f7f7f7;
    position: absolute;
    z-index: 0
}

.sales-points-box {
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 425px;
    width: 33%;
    padding: 18px 20px 18px 34px;
    min-height: 230px
}

.sales-points-box-text-column p {
    font-weight: 900;
    font-size: 90px;
    line-height: 111px;
    color: #000d0e;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .12)
}

.sales-points-box-text-column span {
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #252525;
    display: block;
    margin-top: -20px
}

.sales-points-box-text > span {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #242424;
    max-width: 190px;
    display: block
}

.sales-points-box:nth-child(2) .sales-points-box-img {
    margin-left: -35px
}

section.main-about {
    background: url(/uploads/design_v2/about-bg.webp) no-repeat;
    border: 1px solid #fbfbfb;
    margin-bottom: 50px;
    padding: 30px 0
}

section.main-about .row {
    display: flex;
    align-items: center
}

.main-about-left {
    max-width: 655px
}

.about-text-title p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .12em;
    color: #8c8c8c
}

.about-text-title {
    margin-bottom: 18px
}

.main-about-left-text p {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 24px;
    max-width: 560px
}

.main-about-left-text > span {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    display: block;
    margin-bottom: 26px
}

.main-about-left-text a {
    max-width: max-content;
    height: 40px;
    border: 1px solid #00b9bf;
    border-radius: 4px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #00b9bf;
    transition: .2s all linear
}

.main-about-left-text a:hover {
    background: #00b9bf;
    color: #fff
}

.main-carousel .photo-review-slider-box-text {
    background: #00b9bf;
    opacity: .8;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: all .6s ease 0s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(-180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.main-carousel .photo-review-slider-box {
    width: 100%;
    height: 333px;
    transition: all .6s ease 0s;
    transform-style: preserve-3d;
    position: relative
}

.main-carousel .photo-review-slider-box-img {
    backface-visibility: hidden;
    transition: all .6s ease 0s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0deg);
    height: 100%;
    width: 100%
}

.main-carousel .photo-review-slider-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-carousel .photo-review-slider-box:hover .photo-review-slider-box-text {
    transform: rotateY(0deg)
}

.main-carousel .photo-review-slider-box:hover .photo-review-slider-box-img {
    transform: rotateY(180deg)
}

.main-carousel .rating {
    height: unset;
    width: unset;
    background-image: unset;
    margin-right: 0;
    margin-bottom: 16px;
    border: 0;
    position: relative
}

.main-carousel .rating > input {
    display: none
}

.main-carousel .new-catalog-rating .rating input[type=radio] + label {
    cursor: pointer
}

.main-carousel .rating > input:checked ~ label {
    color: gold
}

.main-carousel .new-catalog-rating .rating > label {
    color: #ddd;
    float: right;
    padding-left: 0
}

.main-carousel .new-catalog-rating .rating > label:before {
    margin: 0 1px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
    position: static;
    border-radius: unset;
    width: unset;
    height: unset;
    top: 0;
    transform: translateY(0%);
    border: unset !important;
    background: 0 0 !important
}

.main-carousel .new-catalog-rating .rating > .half:before {
    content: "\f089";
    position: absolute
}

.main-carousel .new-catalog-rating .rating input[type=radio] + label:after {
    display: none
}

.main-carousel .new-catalog-rating a p {
    margin: 0 0 0 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #373737
}

.main-carousel .photo-review-slider-box-text > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    align-items: center;
    text-align: center;
    color: #fff;
    max-width: 295px;
    margin: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: circle, Arial, sans-serif
}

.main-carousel .photo-review-slider-box-text > span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-family: circle, Arial, sans-serif
}

.main-carousel .photo-review-slider-box-text > .link-view {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background: #246368;
    border: 2px solid #50a5ac;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 48px;
    cursor: pointer
}

.main-carousel .row {
    position: relative
}

.main-carousels-next {
    right: -40px !important;
    left: auto !important
}

.main-carousels-prev {
    left: -40px !important;
    right: auto !important
}

.main-carousels-next, .main-carousels-prev {
    background-image: none
}

.main-carousels-next:after, .main-carousels-prev:after {
    color: #686868
}

.main-carousel-title p {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000
}

.main-carousel-title {
    margin-bottom: 41px
}

section.main-carousel {
    position: relative
}

section.main-carousel:before {
    content: "";
    width: 100%;
    height: 87px;
    position: absolute;
    left: 0;
    top: 49%;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .04)
}

section.main-about-two {
    background: #fafafa;
    margin-top: 60px;
    padding: 47px 0 40px
}

.main-about-two-left span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .12em;
    color: #8c8c8c;
    display: block;
    margin-bottom: 17px
}

.main-about-two-left p {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 22px
}

.main-about-two-left a {
    width: 145px;
    height: 40px;
    border: 1px solid #00b9bf;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #00b9bf;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all linear
}

.main-about-two-left a:hover {
    background: #00b9bf;
    color: #fff
}

.main-about-two-left {
    max-width: 270px
}

.main-about-two .row {
    display: flex;
    justify-content: space-between
}

.main-about-two-right {
    max-width: 995px;
    padding-top: 35px
}

.main-about-two-right-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000
}

.main-about-two-right-text {
    margin-bottom: 30px
}

.main-about-two-right-icon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 610px;
    margin-bottom: 35px
}

.main-about-two-right-icon-box {
    width: 50%;
    max-width: 264px;
    display: flex;
    justify-content: space-between
}

.main-about-two-right-icon-box:not(:last-child) {
    margin-bottom: 33px
}

.main-about-two-right-icon-box-text p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 4px
}

.main-about-two-right-icon-box-text span {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    display: block
}

.main-about-two-right-icon-box-text {
    max-width: 200px
}

.main-about-two-right-icon-box-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs__content-main {
    display: none;
    background: #fff;
    border: 1px solid #ebebeb
}

.tabs__content-main.active {
    display: flex;
    justify-content: space-between
}

.main-row-tabs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px
}

.main-row-tabs-title-left p {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    padding-bottom: 6px
}

.main-row-tabs-title-right {
    display: flex;
    align-items: center
}

ul.tabs__caption-main li {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    list-style: none;
    padding-bottom: 6px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: .2s all linear
}

ul.tabs__caption-main li:hover {
    color: #00b9bf
}

ul.tabs__caption-main {
    display: flex;
    align-items: center
}

ul.tabs__caption-main li:not(:last-child) {
    margin-right: 30px
}

section.interiors {
    margin-top: 60px;
    margin-bottom: 80px
}

ul.tabs__caption-main li.active {
    color: #00b9bf;
    border-bottom: 1px solid #00b9bf
}

.main-row-tabs-title-right a {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #818181;
    padding-bottom: 6px;
    margin-left: 50px;
    border-bottom: 1px dashed transparent;
    transition: .2s all linear
}

.main-row-tabs-title-right a:hover {
    border-color: #818181
}

.tabs__content-main-about {
    display: flex;
    padding: 43px;
    padding-bottom: 37px
}

.tabs__content-main-about-img {
    margin-right: 40px
}

p.subtitle-main {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #818181;
    margin-bottom: 14px
}

p.title-main {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 21px
}

p.text-about {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #575757;
    margin-bottom: 21px
}

.tabs__content-main-about-text ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #000
}

.tabs__content-main-about-text ul li p span {
    color: #a9a9a9
}

.tabs__content-main-about-text ul li {
    list-style: none
}

.tabs__content-main-about-text {
    padding-top: 13px;
    max-width: 408px
}

.tabs__content-main-products {
    max-width: 328px;
    width: 328px;
    max-height: 545px;
    overflow-y: auto
}

.tabs__content-main-product {
    display: flex;
    align-items: center;
    padding: 20px 14px;
    padding-right: 0;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

.tabs__content-main-product:last-child {
    border-bottom: 0
}

.tabs__content-main-product-img {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.tabs__content-main-product-img img {
    width: 100%;
    object-fit: contain
}

.tabs__content-main-product-about span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #7d7d7d;
    display: block;
    margin-bottom: 4px
}

.tabs__content-main-product-about > p {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #000;
    margin-bottom: 4px
}

.tabs__content-main-product-about-price {
    display: flex;
    align-items: center
}

.tabs__content-main-product-about-price p.main-new-price {
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    color: #f06;
    margin-right: 11px
}

.tabs__content-main-product-about-price p.main-old-price {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #b0b0b0
}

.tabs__content-main-products::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd
}

.tabs__content-main-products::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #00b9bf
}

.tabs__content-main-products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 0;
    background-color: #f9f9fd
}

footer.main {
    background: #f8f8f8;
    overflow-x: hidden
}

.section-ins {
    margin-top: 50px
}

.follow-link {
    padding: 16px 33px;
    border-radius: 4px;
    margin: 0 auto;
    max-width: max-content;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #00b9bf;
    transition: .2s all linear;
    border: 1px solid #00b9bf;
    transition: .2s all linear;
    margin-top: 30px;
    margin-bottom: 30px
}

.follow-link:hover {
    border: 1px solid #00b9bf;
    background: #00b9bf;
    color: #fff
}

.footer-top {
    padding: 19px 0;
    position: relative;
    background-color: #00B9BF;
}
.footer-bottom-line {
    padding: 5px 0;
    position: relative;
    background-color: #484848;
}
.footer-bottom-line-main {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-line-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}
.footer-bottom-line-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}
.footer-bottom-line-right p a {
    color: #ffffff;
}
.footer-top-left p {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.footer-top-left {
    margin-right: 135px;
}

.footer-top-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-right ul li {
    list-style: none;
    text-transform: uppercase;
}

.footer-top-right ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
}
.footer-middle {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 0 0;
    justify-content: space-between;
}

.footer-middle-box {
    width: 310px;
}
.footer-middle-box .footer-logo{
    margin-bottom: 10px;
}
.footer-middle-box .bottom-menu__text {
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.footer-middle-box-title p {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    max-width: max-content;
}

.footer-middle-box-title {
    margin-bottom: 26px;
}

.footer-middle-box ul li {
    list-style: none;
    max-width: max-content;
}

.footer-middle-box ul li a {
    font-weight: 350;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
}

.footer-middle-box ul li a:hover {
    color: #00b9bf;
}
.footer-bottom:before {
    content: "";
    width: 200%;
    height: 1px;
    background: #e2e2e2;
    display: block;
    position: absolute;
    left: -100%;
}

a.link-to-distribution {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    width: 100%;
    height: 52px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #000000;
}

.form-action .form-action__input {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    width: 100%;
    height: 52px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #000
}

.form-action__submit {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 21px;
    height: 17px;
    padding: 0;
    background-color: transparent;
    border: 0;
    background-image: url(/bitrix/templates/ascona_develop4/assets/img/svg/button_sub.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.form-action__submit:focus, .form-action__submit:hover {
    background-color: transparent;
    background-image: url('/bitrix/templates/ascona_develop4/assets/img/svg/button_subon.svg')
}

a.middle-phone {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #1C1C1C;
    padding: 10px 10px;
    border-radius: 4px;
    transition: .2s all linear;

    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

a.middle-phone svg {
    margin-right: 15px;
}
a.middle-phone .ff-contact-online,a.link-to-magazine .ff-contact-shops {
    margin-left: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 700;
    background: #00B9BF;
    padding: 0px 15px;
    border-radius: 3px;
}

a.link-to-magazine {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 10px 10px;
    margin-top: 15px;

    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

a.link-to-magazine svg {
    margin-right: 15px;
}

.footer-link-social {
    height: 32px;
    position: relative;
}

.footer-link-social a:not(:last-child) {
    margin-right: 24px;
}

.footer-link-social a {
    display: flex;
    align-items: center;
    position: relative;
    background: #f8f8f8;
}

.footer-link-social-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f8f8f8;
    max-width: max-content;
    position: relative;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding-bottom: 18px;
}

.footer-bottom-left > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    color: #535353;
    margin-bottom: 20px;
}

.footer-bottom-right > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #535353;
    margin-bottom: 20px;
    text-align: right;
}

.footer-bottom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

a.hilding-link {
    background: #fff;
    border-radius: 4px;
    width: 166px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 2px;
    margin-right: 22px;
}

a.hilding-link img {
    width: 100%
}

a.franchise-link {
    background: #00b9bf;
    border-radius: 4px;
    width: 166px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-bottom-right-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-right-row a img {
    width: 100%
}

.footer-bottom-right-row a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-right-row a:not(:last-child) {
    margin-right: 22px;
}

.search-link {
    display: none
}

.header-fixed .bottom-header-drop-menu {
    top: 38px
}

.bottom-header-drop-menu {
    background: #fff;
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 123123;
    left: 0!important;
    top: 44px;
    display: none;
    border: 1px solid #f3f3f3;
    min-width: 1353px
}

.hover .bottom-header-drop-menu {
    display: flex
}

.bottom-header-drop-menu-box {
    flex-direction: column;
    padding: 20px;
    border-right: 1px solid #f3f3f3;
    max-width: max-content;
    min-width: min-content;
    background: #fff
}

.bottom-header-drop-menu-box.box-sale-banner {
    margin-left: auto
}

a.drop-menu-box-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2e2e2e;
    margin-bottom: 13px;
    display: block
}

.bottom-header .row ul.drop-menu-box-list li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    color: #2e2e2e;
    transition: .2s all linear
}

.bottom-header .row ul.drop-menu-box-list li a:hover {
    color: #00b9bf
}

.bottom-header .row ul.drop-menu-box-list {
    flex-direction: column;
    align-items: flex-start;
    margin: 0
}

.bottom-header .row ul.drop-menu-box-list + a.drop-menu-box-title {
    margin-top: 25px
}

.bottom-header .row ul.drop-menu-box-list li:not(:last-child) {
    margin-bottom: 7px !important
}

.bottom-header .row ul.drop-menu-box-list li {
    list-style: none
}

.bottom-header-drop-menu.container {
    padding: 0
}

.bottom-header-drop-menu-box:last-child {
    max-width: none;
    min-height: 479px;
    border: 0
}

.bottom-header-drop-menu-box:last-child a {
    display: block;
    max-width: 265px
}

.bottom-header-drop-menu-box:last-child a img {
    display: block;
    width: 100%
}

li.bottom-header-link:nth-child(2) .bottom-header-drop-menu.container {
    left: -144px
}

li.bottom-header-link:nth-child(3) .bottom-header-drop-menu.container {
    left: -277px
}

li.bottom-header-link:nth-child(4) .bottom-header-drop-menu.container {
    left: -483px
}

li.bottom-header-link:nth-child(5) .bottom-header-drop-menu.container {
    left: -627px
}

li.bottom-header-link:nth-child(6) .bottom-header-drop-menu.container {
    left: -756px
}

li.bottom-header-link:nth-child(7) .bottom-header-drop-menu.container {
    left: -915px
}

li.bottom-header-link:nth-child(8) .bottom-header-drop-menu.container {
    left: -1063px
}

li.bottom-header-link:nth-child(9) .bottom-header-drop-menu.container {
    left: -1218px
}

.choose-grounds__ul {
    margin-bottom: 50px
}

.best-deals-row .rating {
    height: unset;
    width: unset;
    background-image: unset;
    margin-left: 0;
    margin-bottom: 0;
    border: 0;
    position: relative;
    max-width: max-content;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse
}

.best-deals-row .rating > input {
    display: none
}

.best-deals-row .new-catalog-rating .rating input[type=radio] + label {
    cursor: pointer
}

.best-deals-row .rating > input:checked ~ label {
    color: gold
}

.best-deals-row .new-catalog-rating .rating > label {
    color: #ddd;
    float: right;
    padding-left: 0
}

.best-deals-row .new-catalog-rating .rating > label:before {
    margin: 0 1px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
    position: static;
    border-radius: unset;
    width: unset;
    height: unset;
    top: 0;
    transform: translateY(0%);
    border: unset !important;
    background: 0 0 !important
}

.best-deals-row .new-catalog-rating .rating > .half:before {
    content: "\f089";
    position: absolute
}

.best-deals-row .new-catalog-rating .rating input[type=radio] + label:after {
    display: none
}

.best-deals-row .new-catalog-rating a p {
    margin: 0 0 0 13px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #373737
}

.best-deals-title p {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #000
}

.best-deals-title {
    margin-bottom: 35px
}

.best-deals-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-right: 0
}

.best-deals-box.main {
    width: 50%;
    position: relative;
    max-width: 674px;
    overflow: hidden;
    padding: 0
}

.best-deals-box-main-img {
    display: flex;
    height: 100%
}

.best-deals-box-main-img img {
    height: 100%;
    object-fit: cover
}

.best-deals-box-main-sp-row {
    display: flex;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 16px
}

span.hit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f06;
    border-radius: 3px;
    max-width: max-content;
    height: 22px;
    padding: 0 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #fff
}

span.economy {
    background: #fc3;
    display: flex;
    align-items: center;
    max-width: max-content;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #000;
    height: 22px;
    padding: 0 4px;
    padding-right: 0;
    border-radius: 3px;
    border: 1px solid #fc3
}

span.economy > span {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #000;
    background: #fff6dc;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border-radius: 0 3px 3px 0;
    margin-left: 4px;
    height: 100%
}

.best-deals-box-main-sp-row span + span {
    margin-left: 5px
}

.best-deals-box-main-about {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    padding: 30px;
    padding-top: 115px
}

.best-deals-box-main-about-left > p {
    font-weight: 800;
    font-size: 35px;
    line-height: 120%;
    color: #fff;
    margin: 0;
    max-width: 350px
}

.best-deals-box-main-about-left > p a {
    text-decoration: none;
    border: 0
}

.best-deals-box-main-about-left > span {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #fff
}

.best-deals-box-main-about:before {
    content: "";
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, rgba(156, 156, 156, 0) 0%, #383838 100%)
}

.best-deals-box-main-about-left {
    position: relative
}

.best-deals-box-main-about-right {
    position: relative
}

.best-deals-box-main-about-right p {
    margin: 0
}

.best-deals-box-main-about-right p.old-main-price {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    text-decoration-line: line-through;
    color: #fff
}

.best-deals-box-main-about-right p.new-main-price {
    font-weight: 900;
    font-size: 28px;
    line-height: 120%;
    color: #fff
}

.best-deals-box-main-about-right p.lizing-main-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #00b9bf
}

.btn-index.btn_subscribe_product {
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #00b9bf !important;
    margin-top: 17px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-shadow: 0px 1px 8px rgb(0 0 0/12%) !important;
    transition: .2s all linear !important;
    border: 1px solid transparent !important
}

.btn-index.btn_subscribe_product:hover {
    background: 0 0 !important;
    border-color: #00b9bf !important;
    color: #00b9bf !important
}

.best-deals-box {
    width: 25%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    padding: 20px
}

.best-deals-box.main + .best-deals-box {
    border-left: 0
}

.best-deals-box + .best-deals-box {
    border-left: 0
}

span.lizing-info {
    background: #00b9bf;
    border-radius: 3px;
    display: flex;
    align-items: center;
    max-width: max-content;
    height: 22px;
    padding: 4px 7px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #fff
}

.best-deals-box-sp-row {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 1
}

.best-deals-box-sp-row span + span {
    margin-left: 4px
}

a.play-video-link {
    background: #00b9bf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    bottom: 13px;
    z-index: 1
}

.best-deals-box-img {
    position: relative
}

.best-deals-box-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 10px
}

.best-deals-box-reviews-pcs {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #00b9bf;
    position: relative
}

.best-deals-box-reviews-pcs:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #00b9bf;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.best-deals-box-title {
    font-weight: 800;
    font-size: 21px;
    line-height: 26px;
    color: #000;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .2s all linear
}

.best-deals-box-title:hover {
    color: #00b9bf
}

.best-deals-box-title {
    margin-bottom: 15px
}

.main-catalog-price-size-row {
    margin-bottom: 16px
}

.main-catalog-box .main-catalog-price-size-row {
    margin-bottom: 0
}

.best-deals-box-price {
    display: flex;
    align-items: center
}

p.box-price-new {
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    color: #fe0066;
    margin-right: 10px
}

p.box-price-old {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: line-through;
    color: #b1b1b1
}

a.box-deals-link-to-cart {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b9bf;
    margin-top: 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, .12);
    transition: .2s all linear;
    border: 1px solid transparent
}

a.box-deals-link-to-cart:hover {
    background: 0 0;
    border-color: #00b9bf;
    color: #00b9bf
}

.best-deals-box-img img {
    width: 100%;
    height: 210px;
    object-fit: contain
}

a.play-video-link svg {
    margin-left: 3px
}

section.best-deals {
    margin-bottom: 80px
}

a.new-catalog-rating {
    max-width: max-content;
    display: flex;
    align-items: center
}

a.new-catalog-rating span {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    display: block;
    margin-left: 12px
}

.best-deals-box-reviews a.new-catalog-rating span {
    color: #7a7a7a
}

.best-deals-box .select2-container--default .select2-selection--single {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 38px;
    cursor: pointer
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default
}

.best-deals-box span.select2.select2-container {
    min-width: 192px
}

.best-deals-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    line-height: 38px
}

.best-deals-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.best-deals-box .select2-search--dropdown {
    display: none
}

.best-deals-box .select2-results__option--selectable {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px
}

.best-deals-box-swiper {
    overflow: hidden
}

.best-deals-box-pag span.swiper-pagination-bullet {
    width: 47px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: #d6d6d6
}

.best-deals-box-pag span.swiper-pagination-bullet:nth-child(n+6) {
    display: none
}

.swiper-pagination.best-deals-box-pag.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -7px
}

.best-deals-box-pag span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b9bf
}

.main-catalog-size-drop > p {
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #8c8c8c;
    margin-bottom: 0;
    display: none;
    text-transform: uppercase
}

.main-catalog-size-drop.not-class > p {
    display: block
}

.not-class .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
    padding-right: 0 !important
}

.not-class .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.not-class .select2-container--default .select2-selection--single {
    background: 0 0;
    border: 0;
    pointer-events: none;
    height: 18px
}

.main-catalog-size-drop.not-class {
    height: 38px
}

.not-class .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.burger-menu {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 5.74388px;
    background: #000;
    top: 0;
    transition: .2s all linear
}

.burger-menu span:nth-child(2) {
    margin: 8px 0
}

.burger-menu.active {
    z-index: 99999
}

.burger-menu.active span:first-child {
    transform: rotate(-45deg);
    margin-top: 25px
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg)
}

.burger-menu.active span:last-child {
    transform: rotate(45deg);
    margin-top: -20px
}

.burger-menu.active {
    margin-top: -25px
}

.mobile_menu_overlay, .mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mobile_menu_container, .mobile_menu_container .mobile_menu_content ul li ul {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, .5)
}

.mobile_menu_container {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    width: 320px;
    overflow: hidden;
    z-index: 10201;
    background: #fff
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.mobile_menu_container .mobile_menu_content {
    max-height: 100%;
    padding: 13px 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1
}

.mobile_menu_container .mobile_menu_content ul {
    margin: 0;
    padding: 0
}

.mobile_menu_container .mobile_menu_content ul li {
    list-style: none;
    margin-bottom: 12px
}

.mobile_menu_container .mobile_menu_content ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.mobile_menu_container .mobile_menu_content ul li a.parent {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 0 11px 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px
}

.mobile_menu_container .mobile_menu_content ul li a.parent:hover {
    background-size: 20px
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a.back {
    box-sizing: border-box;
    height: 60px;
    padding-left: 52px;
    position: relative
}

.mobile_menu_container .mobile_menu_content ul li ul {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2
}

.mobile_menu_container .mobile_menu_content ul li ul.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.mobile_menu_container .mobile_menu_content ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden
}

.mobile_menu_container .mobile_menu_content ul li.sales-res a {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 0 21px 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    color: #000;
    position: relative;
    overflow: hidden
}

.mobile_menu_container .mobile_menu_content ul li.sales-res a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%
}

.mobile_menu_container .mobile_menu_content ul li.sales-res a:after {
    content: "";
    display: block;
    width: 63px;
    height: 2px;
    border-bottom: 1px dashed #adadad;
    transform: rotate(90deg);
    position: absolute;
    right: 70px
}

.mobile_menu_static_content {
    padding: 14px 10px;
    background: #f8f8f8
}

.static_content-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

a.static_content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    width: 145px;
    padding: 0 19px 0 12px
}

a.static_content-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

a.static_content-box.magazine span {
    background: #474747
}

a.static_content-box.phone-s span {
    background: #00bf7a
}

.static_content-row-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 0 13px 0 21px;
    margin-top: 12px
}

.static_content-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    width: 40px;
    height: 24px;
    font-weight: 800;
    font-size: 15px;
    color: #000
}

.static_content-link {
    display: flex;
    align-items: center
}

.static_content-link a:not(:last-child) {
    margin-right: 10px
}

.static_content-link a.active {
    background: #474747;
    color: #fff
}

.static_link ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #000
}

.static_link ul li {
    padding-left: 18px;
    position: relative;
    list-style: none;
    height: 48px;
    display: flex;
    align-items: center
}

.static_link ul li:before {
    content: "";
    width: 6px;
    height: 9px;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/align-left.png) no-repeat;
    background-size: contain
}

.static_link {
    margin-top: 5px
}

.static_link ul li:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.mobile_menu_container .mobile_menu_content ul li.parent-all-res {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 23px;
    height: 63px
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li.parent-all-res a {
    background: #f8f8f8;
    border: 1px solid #00b9bf;
    border-radius: 67px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #00a7b5;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile_menu_container .mobile_menu_content ul li.parent-all-res p {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a.parent, .mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    padding-left: 23px;
    height: 83px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li {
    margin: 0
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a.parent span, .mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a span {
    width: 40px;
    height: 40px;
    background: #00b9bf;
    border: 1px solid #efefef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded li a.back:before {
    content: "";
    width: 10px;
    height: 17px;
    display: block;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/bitrix/templates/askona_v2/assets/css_v2/../img/back-arr.png) no-repeat;
    background-size: contain
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded.level-2 li a span {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded.level-2 li a {
    height: 60px
}

.mobile_menu_container .mobile_menu_content ul li a.parent + ul.loaded.level-2 li a p {
    max-width: 220px
}

.menu_container {
    display: none
}

.search-close {
    display: none
}

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

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

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

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

.accordion-cart {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.accordion-item-cart {
    position: relative
}

.accordion-item-cart .heading svg {
    transform: rotate(180deg)
}

.accordion-item-cart.active .heading svg {
    transform: rotate(0deg)
}

.accordion-item-cart .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: .3s ease-in-out;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #ff327e;
    padding: 0 20px 11px
}

.content-cart {
    border-top: 1px solid #ebebeb
}

.accordion-item-cart .content {
    display: none
}

.accordion-item-cart .content p {
    margin-top: 0
}

.add-to-cart-box {
    max-width: 450px;
    position: fixed;
    width: 450px;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 9999999999
}

.add-to-cart-box-title {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    position: relative
}

.cart-view:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: #00000030;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -13213123123;
    opacity: 0;
    transition: .2s all linear
}

.st-menu-open .cart-view:before {
    z-index: 13213123123;
    opacity: 1
}

.add-to-cart-box-title:before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 0
}

.add-to-cart-box-title:after {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    right: -2px;
    top: 0
}

.add-to-cart-box-title p {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #000
}

.add-to-cart-box-title a.close-box-cart {
    width: 32px;
    height: 32px;
    background: #00b9bf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.add-to-cart-box-main-content {
    padding: 14px 20px;
    overflow-y: auto;
    height: calc(100% - 262px);
    max-height: calc(100% - 262px) !important;
}

.add-to-cart-box-all-pcs p {
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #6a6a6a
}

.add-to-cart-box-all-pcs {
    margin-bottom: 14px
}

.cart-main-content-box-row-top {
    display: flex;
    align-items: center
}

.content-box-row-top-img {
    width: 130px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.content-box-row-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content-box-row-top-about {
    max-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 90px
}

.content-box-row-top-about-title p {
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.content-box-row-top-about-title {
    margin-bottom: 3px
}

.content-box-row-top-about-size p {
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
    color: #a2a2a2
}

.content-box-row-top-about-price {
    display: flex;
    align-items: center
}

.content-box-row-top-about-price p {
    font-weight: 900;
    font-size: 18px;
    line-height: 19px;
    color: #ff327e
}

.content-box-row-top-about-price p + p {
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    text-decoration-line: line-through;
    color: #bcbcbc;
    margin-left: 10px
}

.cart-main-content-box-row-bottom {
    display: flex;
    align-items: center;
    margin-top: 14px
}

a.remove-cart-box {
    width: 210px;
    height: 28px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px
}

a.remove-cart-box svg {
    margin-left: 11px;
    height: 11px;
}

.cart-main-content-box {
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 14px
}

.content-cart {
    display: none !important
}

.accordion-item-cart.active .content-cart {
    display: flex !important;
    flex-wrap: wrap;
    /* max-height: 290px;
    overflow-y: auto */
}

.recommend-box-cart {
    width: 50%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 16px 14px;
    border-left: 0
}

.recommend-box-cart-img {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.recommend-box-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recommend-box-cart-title p {
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    min-height: 30px;
    display: flex;
    align-items: center
}

.recommend-box-cart-title {
    margin-bottom: 10px;
    display: flex;
}

.recommend-box-cart-price {
    display: flex;
    align-items: center
}

.recommend-box-cart-price p {
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: #ff327e
}

.recommend-box-cart-price p + p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    text-decoration-line: line-through;
    color: #bcbcbc;
    margin-left: 10px
}

a.add-to-cart-rec {
    width: 100%;
    height: 30px;
    background: #00b9bf;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all linear;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

a.add-to-cart-rec:hover {
    border-color: #00b9bf;
    color: #00b9bf;
    background: 0 0
}

span.add-to-cart-rec {
    width: 100%;
    height: 30px;
    background: #00b9bf;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all linear;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

span.add-to-cart-rec:hover {
    border-color: #00b9bf;
    color: #00b9bf;
    background: 0 0
}

.add-to-cart-box-total-price {
    padding: 17px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff
}

.add-to-cart-box .accordion-item-cart {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.add-to-cart-box .accordion-item-cart.active .content-cart {
    display: block !important;
    flex-wrap: wrap;
    width: 50%
}

.add-to-cart-box .accordion-item-cart.active .content-cart {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #ebebeb
}

.add-to-cart-box .recommend-box-cart {
    border: none !important;
    width: 100%
}

ul.total-price-row {
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    padding: 14px 20px
}

ul.total-price-row li {
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

ul.total-price-row li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    background: #fbfbfb;
    position: relative
}

ul.total-price-row li:first-child p {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px
}

ul.total-price-row li span {
    position: absolute;
    font-weight: 300;
    font-size: 13px;
    line-height: 12px;
    color: #636363;
    bottom: -11px
}

ul.total-price-row li:first-child {
    margin-bottom: 23px !important
}

ul.total-price-row li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 3px;
    border-bottom: 1px dashed #e4e4e4
}

ul.total-price-row li:first-child:before {
    bottom: 7px
}

a.add-to-cart-main {
    width: 100%;
    height: 50px;
    background: #00b9bf;
    border: 2px solid #00b9bf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    transition: .2s all linear;
    margin-bottom: 20px
}

a.add-to-cart-main:hover {
    background: 0 0;
    color: #00b9bf
}

.add-to-cart-box-all {
    position: relative;
    height: 100%;
    border: 1px solid #e4e4e4
}

.content-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px
}

.recommend-box-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    top: 0
}

.recommend-box-cart .select2-container--default .select2-selection--single {
    height: 25px
}

.add-to-cart-box-main-content::-webkit-scrollbar, .content-cart::-webkit-scrollbar {
    width: 3px;
    background-color: #f9f9fd
}

.add-to-cart-box-main-content::-webkit-scrollbar-thumb, .content-cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00b9bf
}

.add-to-cart-box-main-content::-webkit-scrollbar-track, .content-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: #f9f9fd
}

p.review-max-text-about {
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: circle, Arial, sans-serif
}

fieldset.rating {
    pointer-events: none;
    position: relative
}

body[data-language-id=en] .main-carousel .new-catalog-rating .rating > label:before, body[data-language-id=ru] .main-carousel .new-catalog-rating .rating > label:before {
    top: 3px
}

p.review-max-text-title {
    font-family: circle, Arial, sans-serif
}

.btn-index.btn_subscribe_product {
    font-size: 14px !important
}

.popup-window.popup-window-with-titlebar .btn {
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: circle, Arial, sans-serif
}

.popup-window.popup-window-with-titlebar .btn:last-child {
    margin-bottom: 0 !important
}

.popup-window.popup-window-with-titlebar {
    padding-top: 70px
}

span.popup-window-titlebar-text {
    font-family: circle, Arial, sans-serif
}

.bx-catalog-subscribe-form-container-label {
    font-family: circle, Arial, sans-serif
}

.best-deals-row .new-catalog-rating .rating > label:before {
    top: 1px
}

.main-carousel .new-catalog-rating .rating > label:before {
    top: 1px
}

.new-catalog-rating .rating > label:before {
    top: 1px
}

.one-swiper-next, .one-swiper-prev {
    transition: .2s all linear;
    opacity: 0 !important
}

.main-banner-one:hover .one-swiper-next, .main-banner-one:hover .one-swiper-prev {
    opacity: 1 !important
}

.main-banner-one:hover .swiper-button-prev.swiper-button-disabled, .main-banner-one:hover .swiper-button-next.swiper-button-disabled {
    opacity: .35 !important
}

.select2-container {
    display: block;
    margin: 0 0 16px;
    font-family: circle, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    text-transform: none
}

.select2-container .select2-selection--single {
    min-width: 122px;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    line-height: 0;
    -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    display: block;
    position: relative
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 20px
}

.select2-results {
    display: block
}

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

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container .select2-results__option {
    list-style: none outside;
    margin: 0;
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999999999999999999
}

.select2-dropdown--above {
    box-shadow: 0 -2px 5px rgb(0 0 0/35%)
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    width: 9px !important;
    height: 5px !important;
    border: none !important;
    background-image: url(/bitrix/templates/askona_v2/assets/css_v2/../img/svg/arrow-bottom-small.svg);
    margin-left: -5px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%
}

.select2-only-preview .select2-selection__arrow {
    display: none
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.product-comments__c-dislike, .product-comments__c-like {
    display: inline-block;
    padding-left: 1.6em;
    margin-right: 1em;
    margin-bottom: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 24px
}

.product-comments__c-like {
    background-image: url(/bitrix/templates/askona_v2/assets/css_v2/../img/svg/like.svg);
    background-position: 0 0;
    color: #00aba7
}

.product-comments__c-dislike {
    background-image: url(/bitrix/templates/askona_v2/assets/css_v2/../img/svg/dislike.svg);
    background-position: 0 100%;
    color: #eb1d82
}

.bottom-menu__title {
    margin-bottom: 25px;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: .5px;
    letter-spacing: .03125rem
}

.popups {
    display: none
}

.popup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    width: 688px;
    background-color: #fff;
    padding-bottom: 72px
}

#cookie { 
    right: auto;
    top: auto;
    transform: none;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background-color: #27979d;
    cursor: pointer
}

.popup__inner {
    padding-left: 88px;
    padding-right: 88px;
    color: inherit
}

.popup__inner {
    width: 100%
}

.popup__title {
    margin-bottom: 36px;
    line-height: 1.222;
    text-align: center
}

p.popup__title {
    font-weight: 800;
    letter-spacing: 1.8px;
    letter-spacing: .1125rem;
    font-size: 40px;
    font-size: 2.5rem;
    margin: 16px 0
}

.popup__descr {
    margin-bottom: 45px;
    line-height: 1.181;
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    color: #999
}

.field {
    position: relative;
    width: 100%;
    margin-bottom: 39px
}

.popup__field {
    height: 50px;
    margin-bottom: 38px
}

.field__in {
    padding-top: 15px;
    padding-bottom: 13px;
    font-family: circle;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #010101;
    border-bottom: 1px solid #000
}

.field__label {
    position: absolute;
    top: 12px;
    left: 0;
    color: #bbb;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .4px;
    letter-spacing: .025rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.link-dotted {
    border-bottom: 1px dotted #ccc;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

.st-container {
    overflow-x: hidden
}

select.select2.catalog-card__drop-size.js-select-scrollbar.select2-hidden-accessible {
    display: none
}

.product-head__breadcrumbs-item {
    display: inline-block
}

.product-head__breadcrumbs-item:after {
    content: "/";
    display: inline-block;
    margin: 0 .25em;
    color: #666
}

.product-head__breadcrumbs-item:last-child:after {
    content: "";
    margin: 0
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px)
}

.catalog-grid #new_load_more {
    display: none !important
}

.catalog-pagination__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    letter-spacing: .16875rem
}

.catalog-pagination__item.is-active {
    color: #27979d;
    cursor: default;
    pointer-events: none
}

.catalog-pagination {
    padding-bottom: 30px;
    text-align: center
}

.catalog-pagination__container {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 0px
}

.catalog-pagination__arrow_next {
    transform: rotate(-180deg);
    margin-right: 0;
    margin-left: 20px
}

.catalog-pagination__arrow {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 30px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%23000%3B%22%3E%0D%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: none;
    transition: none
}

.catalog-pagination__arrow:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%2327979d%3B%22%3E%0D%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.catalog-pagination__arrow.is-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%20style%3D%22fill%3A%23999%3B%22%3E%0D%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    cursor: default;
    pointer-events: none
}

#load_more {
    display: none !important
}

.product-head__breadcrumbs-link {
    color: #666
}

.catalog-filters .filter-wrap-mob {
    height: 100%;
    display: none
}

.fancybox__container {
    z-index: 9999999999 !important
}

.checkbox-line {
    margin-bottom: 16px
}

.product-head__breadcrumbs {
    margin: 1.7em 0 1em;
    font-size: .9em;
    letter-spacing: .03em
}

.product-buy__drop-size.js-drop-size.select2-hidden-accessible {
    display: none
}

.ui-tooltip {
    background: rgba(0, 0, 0, .5);
    box-shadow: none;
    max-width: 241px;
    padding: 13px 14px;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.23;
    text-align: left;
    border-radius: 3px
}

.ui-tooltip:before {
    content: "";
    border-style: solid;
    border-width: 0 5.5px 7px;
    border-color: transparent transparent rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5.5px;
    pointer-events: none
}

.ui-tooltip.bottom:before {
    border-width: 7px 5.5px 0;
    border-color: rgba(0, 0, 0, .5) transparent transparent;
    top: 100%;
    bottom: auto
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.reviews-modal-content-new .new-catalog-rating .rating > label:before {
    top: 1px
}

.amo-button-holder {
    z-index: 214748364 !important;
    bottom: 120px !important;
}

.bottom-header .row ul li.bottom-header-link:first-child > a {
    background: #f06;
    color: #fff;
    padding: 4px 15px;
    padding-left: 31px;
    border-radius: 4px;
    position: relative
}

.bottom-header .row ul li.bottom-header-link:first-child > a:hover {
    opacity: .9
}

.bottom-header .row ul li.bottom-header-link:first-child > a:before {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: url(/bitrix/templates/askona_v2/assets/css_v2/sale-ico.svg)
}

.st-container:not(.st-menu-open) .cart-view {
    opacity: 0
}

select.js-example-basic-single.select2-hidden-accessible {
    display: none
}

a.btn.btn-primary.text-light {
    width: auto;
    cursor: pointer
}

#reviews-modal-content fieldset.rating {
    pointer-events: all
}

button.btn-modal {
    background: #12acb4;
    border-radius: 0;
    display: flex;
    width: 355px;
    height: 54px;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .2s all linear
}

#reviews-modal-content fieldset.rating {
    pointer-events: all
}

button.btn-modal:hover {
    border-color: #12acb4
}

button.btn-modal:hover {
    border-color: #12acb4;
    background: 0 0;
    color: #12acb4
}

.tabs-about-link-row {
    margin-top: 15px
}

ul.tabs-character li {
    margin-bottom: 0
}

.tooltip.tooltip-black .tooltiptext {
    display: flex;
    flex-direction: column
}

.popup_color-selection .tabs__wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd
}

.popup_color-selection .tabs__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #18aaaa
}

.popup_color-selection .tabs__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: #f9f9fd
}

div#filter_form--clone {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.catalog.catalog-sort__container {
    width: 100%
}

.catalog #catalog.search_result .new-catalog-rating .rating > .half:before {
    content: "\f089";
    position: absolute;
    top: 1px
}

.fancybox__container {
    z-index: 9999999999999999 !important
}

.banner-sales {
    background: #02b9bf !important
}

.nav-link-about-second .google-reviews {
    max-width: max-content;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    display: flex;
    flex-wrap: wrap;
}

.nav-link-about-second .google-reviews:before {
    content: "";
    width: 33px;
    height: 63px;
    position: absolute;
    left: -29px;
    top: 19px;
    background: url(/bitrix/templates/ascona_pro/assets/img/left-mlt.svg) no-repeat;
    background-size: contain;
}

.nav-link-about-second .google-reviews:after {
    content: "";
    width: 33px;
    height: 63px;
    position: absolute;
    right: -35px;
    top: 18px;
    background: url(/bitrix/templates/ascona_pro/assets/img/right-mlt.svg) no-repeat;
    background-size: contain;
}

.nav-link-about-second span.google-sec {
    display: none;
}

.nav-link-about-second .riting img:not(:last-child) {
    display: none
}

.nav-link-about-second .google-reviews > p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link-about-second .riting {
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5px;
    display: none;
}

.nav-link-about-second .ok-raiting {
    width: 100%;
    max-width: max-content;
    margin: 7px auto 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link-about-second .ok-raiting .google-fir {
    line-height: 1;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #050505;
}

.nav-link-about-second .ok-raiting:before {
    content: "";
    width: 20px;
    height: 18px;
    display: block;
    background: url(/bitrix/templates/ascona_pro/assets/img/google-star-big.svg) no-repeat;
    margin-right: 3px;
    margin-top: -3px;
}

.gallery-slider .swiper-slide img {
    max-height: 350px;
    object-fit: contain !important;
}

.gallery-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1450px) {
    .main-carousels-prev {
        left: 10px !important;
        right: auto !important;
        background: #00000080;
        border-radius: 50%;
        padding: 10px;
        width: 44px !important
    }

    .main-carousels-next {
        right: 10px !important;
        left: auto !important;
        background: #00000080;
        border-radius: 50%;
        padding: 10px;
        width: 44px !important
    }

    .main-carousels-next:after, .main-carousels-prev:after {
        color: #fff;
        font-size: 24px !important
    }
}

@media screen and (max-width: 1350px) {
    .best-deals-box-pag span.swiper-pagination-bullet {
        width: 36px
    }

    .main-banner-two-box-img img {
        height: 100%
    }

    .footer-middle-box ul li a {
        max-width: 240px;
        display: flex
    }
}

@media screen and (max-width: 1280px) {
    .btn-to-cart.btn_subscribe_product {
        font-size: 14px !important
    }
}

@media screen and (max-width: 1180px) {
    .tags-banner.banner-outlet {
        height: 200px !important
    }
}

@media screen and (max-width: 1025px) {
    .main-banner-two-box-about {
        display: none
    }

    .main-banner-one {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .image-icon {
        display: flex;
        max-width: 100px
    }

    .image-icon img {
        max-width: 100%;
        height: auto
    }

    .best-deals-box-pag span.swiper-pagination-bullet {
        width: 25px
    }
}

@media screen and (max-width: 992px) {
    .google-header {
        display: none
    }

    .google-header p {
        font-size: 14px
    }

    .best-deals-box span.select2.select2-container {
        min-width: 100%
    }

    .best-deals-box {
        padding: 20px 15px
    }

    a.new-catalog-rating span {
        margin-left: 4px
    }

    .best-deals-box-reviews-pcs {
        font-size: 8px
    }

    span.economy > span {
        font-size: 8px
    }

    span.economy {
        font-size: 10px
    }

    .deliv-table img {
        max-width: 100%;
        height: auto
    }
}

@media screen and (max-width: 830px) {
    .wrap-main {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .deliv-table img {
        width: 100% !important;
        height: auto !important
    }

    .main-banner-one .swiper-pagination {
        bottom: -27px
    }

    .main-banner-one .one-swiper-pag .swiper-pagination-bullet {
        width: 23px
    }

    .main-banner-one .one-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 23px
    }

    .main-banner-one .one-swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        width: 23px
    }

    @keyframes progressBar {
        0% {
            width: 0
        }
        100% {
            width: 23px
        }
    }.best-deals-box-sp-row {
         align-items: flex-start
     }

    span.lizing-info + span.economy {
        display: none
    }

    span.hit + span.economy {
        display: none
    }

    .best-deals-box-sp-row span + span {
        margin-left: 4px !important
    }

    .best-deals-box span.select2.select2-container {
        min-width: 90%
    }

    a.static_content-box {
        height: 44px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 7px !important
    }

    .st-container.wrap-main.st-effect-3.st-menu-open {
        z-index: 99999999999999999999
    }

    .st-container.wrap-main.st-effect-3.st-menu-open ~ #cpopbuttons-container, .st-container.wrap-main.st-effect-3.st-menu-open ~ .amo-button-holder {
        z-index: 1 !important
    }

    .fancybox__slide {
        overflow-x: hidden !important
    }

    .fancybox-container {
        z-index: 999929999999999999
    }
}

@media screen and (max-width: 767px) {
    #popup_img {
        max-width: 100% !important;
    }

    .tags-banner.banner-outlet {
        height: auto !important
    }

	.table-cart tr.product-item td:first-child {
    	width: 140px;
	}

	.table-cart tr td:first-child {
    	width: 100%;
	}
}

@media screen and (max-width: 500px) {
    .filters-wrap.left {
        margin-top: 50px !important
    }

    span.bx-filter-input-checkbox {
        max-width: 220px;
        display: inline-block;
        line-height: 14px
    }
}

body[data-language-id="en"] .fancybox-container  .new-catalog-rating .rating>label::before, 
body[data-language-id="ru"] .fancybox-container  .new-catalog-rating .rating>label::before, 
.fancybox-container .new-catalog-rating .rating>label:before {
  top: 1px !important; 
}

.search_result .main-catalog-price-size-row {
    flex-wrap: wrap;
}

.search_result .main-catalog-price-size-row .select2-container {
    width: 100%;
    min-width: 100%;
}

.search_result .main-catalog-size-drop {
    display: flex;
    width: 100%;
}

.search_result .main-catalog-price-size-row .select2-container--default .select2-selection--single {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
  
.search_result .main-catalog-title {
    min-height: 25px;
}

.search_result .main-catalog-title a {
    min-height: 25px;
}

.search_result .main-catalog-title + .main-catalog-price-size-row {
    margin-top: 16px;
    margin-bottom: 30px;
}

.search-block {
    margin-bottom: 20px;
}

.search_result .catalog-feed {
    margin: 0 auto;
    max-width: 1400px;
}

.search_result .catalog-feed + .product-row-pagination {
    margin: 30px auto 0;
    max-width: 1400px;
}

@media screen and (max-width: 1405px){
	.search_result .catalog-feed, 
	.search_result .catalog-feed + .product-row-pagination {
		max-width: 95%;
	}
}



@media screen and (max-width: 1150px){
	.search_result .main-catalog-box {
		max-height: 410px;
	}
	
	.search_result .main-catalog-box:hover {
		margin-bottom: -102px !important;
        max-height: 480px;
	}
	
	.search_result .main-catalog-price-row {
		margin-bottom: 0;
	}
}



/* End */


/* Start:/bitrix/templates/askona_v2/assets/css_v2/stylesheet.css?17250176986476*/
@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Black.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Black.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Black.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Black.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BoldItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BoldItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BoldItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BlackItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BlackItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BlackItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY Extrathin';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtrathinItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtrathinItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtrathinItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtrathinItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtrathinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY Extrathin';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrathin.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrathin.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrathin.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrathin.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrathin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Bold.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Bold.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Bold.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrabold.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrabold.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrabold.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Extrabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Semibold.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Semibold.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Semibold.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-LightItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-LightItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-LightItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Thin.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Thin.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Thin.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Thin.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Regular.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Regular.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Regular.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Light.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Light.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Light.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ThinItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ThinItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ThinItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-RegularItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-RegularItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-RegularItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-SemiboldItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-SemiboldItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-SemiboldItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtraboldItalic.eot');
    src: url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtraboldItalic.woff2') format('woff2'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtraboldItalic.woff') format('woff'),
        url('/bitrix/templates/askona_v2/assets/css_v2/AvertaCY-ExtraboldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


/* End */


/* Start:/bitrix/templates/askona_v2/assets/css_v2/media.css?172501769846013*/
.banner-sales {z-index: 9999 !important;}
.section-ins{
    background: #fff;
    position: relative;
    z-index: 23;
}

.blog-article-top {
	position:relative
}
.blog-back {
	position:absolute;
	left:32px;
	top:40px;
	display:flex;
	align-items:center;
	gap:0 10px;
	color:#DDD; 
	border-radius: 4px;
	border: 1px solid #DDD;
	padding:8px 15px;
    background: rgba(99, 99, 99, 0.50);
	 background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #ddd 50%,
    #ddd);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

.blog-back:hover {
	 background-position: 0 0;
}

.blog-back:hover a {
	color:#000;
}
.blog-back:hover svg path {
	fill:#000;
}
.blog-article-title {
    padding: 0 32px;
}

.main-catalog-box-img span:last-child {
    margin-right: 0;
}
.salespoints-wrap {
    width:100%;
}
.new_year {
	display:none;
}
/*.new_year {
    position:absolute !important;
    right:0;
    top:0;
    background-image: url(/upload/november/new_year_gift.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 71px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.311px;
    color:#fff;
    display: block;
	font-weight:bold;
    text-align: center;
    font-family: circle, Arial, sans-serif;
    text-transform: lowercase;
    padding-top: 19px;
}
.new_year:first-letter {
    text-transform: uppercase;
    color:#fff;
}
.new_year > span {
    font-family: circle, Arial, sans-serif;
    color: #F06;
    font-size: 10.833px;
    font-style: normal;
    font-weight: 900;
    line-height: 25.042px;
    text-transform: uppercase;
    display: block;

}
html[lang="en"] .new_year {
    font-size: 22px;
    padding-top: 20px;
   font-family: 'Carattere', cursive;
}
html[lang="en"] .new_year > span {
    position: relative;
    top:6px;
    line-height: 17.042px;
}
html[lang="ru"] .new_year  {
    font-family: circle, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 16px;
}
html[lang="ru"] .new_year > span > span {
    font-family: 'Marck Script', cursive;
    text-transform: capitalize;
    color:#fff;
    font-size: 16px;
}
html[lang="ru"] .new_year > span  {
    font-family: circle, Arial, sans-serif;
    position: relative;
    top: -9px;
    font-size: 8px;
    line-height: 15.042px;
}
@media screen and (max-width: 576px) { 
    .new_year {
        width: 48px;
        height: 50px;
        padding-top: 9px;
        font-size: 11px;
    }
    .new_year > span {
        font-size: 10.833px;
    }
    html[lang="en"] .new_year {
        font-size: 15px;
        padding-top: 11px;
    }
    html[lang="en"] .new_year > span {
        top: -3px;
    }
    .salespoints-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    span.new-sp.instock {
        font-size: 8px;
    }
    html[lang="ru"] .new_year {
        font-size: 8px;
        padding-top: 6px;
    }
    html[lang="ru"] .new_year > span {
        top: -9px;
        font-size: 6px;
        line-height: 11.342px;
    }
    html[lang="ru"] .new_year > span > span {
        font-size: 12px;
    }
}
*/


.st-menu-open .st-effect-3.st-menu {
    transform:inherit;
}
.st-effect-3.st-menu {
   transform: translateX(-100%)
}
.shop-feedback{
margin-top:30px;
}
span.black_sale {
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAXCAYAAABUICKvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEASURBVHgB7ZfNDcIwDIUfMACM0BHoBJQbR5iAbgAbwAYdoSMwAiPABoQJ6JUT2DSRSv8i8ScS90mfqsY5NC+O6wBATFyIm6cciAAWnf7gQ39hxAgtcmkx75ACnQnMtjMhZ1k2oKcDkpQRIaHMQB/yxAVyj0KhlGgCKyB2xQFXzvI3SCSZMEee/jGqjWEkwYQUz0pK8ZWEmpBZ4o8C6cqOvgqn/1gvOEL1mjCRYEIbKRsgsVkyUsibpkxqn6CIKXS9kJoJnAFH8yIxE9YoGGDkShH7BBvUSNJx4N0P6wJ8HGzNhA9SxKIpOCCuxAz+SiH/E6imCT395NZxCD91tk24Axd8qztJVQVQAAAAAElFTkSuQmCC');
background-size:contain;
background-repeat:no-repeat;
width:65px;
color:#fff;
font-size:10px;
font-weight:bold;
padding-left:3px;
padding-top:3px;
height: 22px;
line-height: 9px;
text-transform: uppercase;
display:none !important;

}
span.black_sale span {
font-size:6px;
font-weight:normal !important;
display:block;
}
.google-header span {
	display:flex;
}

.magazine-box {
    display: none; 
}

@media screen and (max-width: 1650px) {
    section.main-about {
        background-position: -250px center;
        background-color: #fafafa;
    }
}

@media screen and (max-width: 1430px) {
    .main-banner-one {
        max-width: 100%;
        width: 77%;
    }
    .main-banner-two {
        max-width: 100%;
        width: 22%;
    }
} 

@media screen and (max-width: 1350px) {
    .best-deals-box-main-about-left>p { 
        font-size: 35px;
        line-height: 35px; 
        max-width: 350px;
    }

    .btn-to-cart.btn_subscribe_product { 
        font-size: 14px!important; 
    }

    body[data-language-id="ru"] .btn-to-cart.btn_subscribe_product {
        font-size: 13px!important;
    }
    .bottom-header-drop-menu.container {
        min-width: 1275px;
    }
    .main-about-right {
        width: 70%;
        max-width: 70%;
    }

    .main-about-right img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    section.main-about .row {
        align-items: inherit;
    }

    .main-banner-one-img {
        width: 100%;
        height: 100%;
    }

    a.main-banner-one {
        /*width: 950px;*/
    }

    section.main-state .row {
        align-items: inherit;
    }

    .main-banner-one-img img {
        object-fit: cover;
    }

    .sales-points-box {
        width: 32%;
        padding-left: 20px;
        min-height: 233px;
    }

    .tabs__content-main-about {
        padding: 30px;
        padding-bottom: 30px;
    }

    .tabs__content-main-products {
        max-height: 523px;
    }

    .footer-top-right ul li a {
        font-size: 16px;
        line-height: 1;
    }

    .footer-top-left {
        margin-right: 0;
    }

    .search-box {
        width: 440px;
    }
}

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

.main-state .container-november:before,
.main-state .container-november:after {
	display:none !important;
}
	.google-header .image-icon img {
	max-width:100px;
}
	.top-header-right ul {
	margin-right:0;
}
	.top-header-right ul li:not(:last-child) {
		margin-right:5px;
}
	.top-header-right ul li a {
		font-size:12px;
}
    .bottom-header .row ul.drop-menu-box-list li a { 
        font-size: 15px; 
    }
    .top-header { 
        padding: 8px 0;
    }
    a.drop-menu-box-title { 
        min-width: max-content;
    }
    .bottom-header-drop-menu-box:last-child {
        min-width: 265px;
    }
    .bottom-header-drop-menu.container {
        min-width: 1200px;
    }
    .main-banner-two-box:not(:last-child) {
        margin-bottom: 10px;
    }
    .main-banner-two-box-img img { 
        object-fit: cover;
    }
    .main-banner-one {
       /* max-width: 940px;*/
    }
    .main-banner-two {
        /*max-width: 250px;*/
    }
    .bottom-header .row ul li.bottom-header-link>a { 
        font-size: 12px; 
    } 
    .sales-points-box:nth-child(2) .sales-points-box-img {
        margin-left: -55px;
        margin-bottom: -30px;
    }

    .about-text-title {
        margin-bottom: 15px;
    }

    .main-about-left-text p {
        margin-bottom: 15px;
    }

    .tabs__content-main-about-img {
        margin-right: 25px;
    }

    .tabs__content-main-about-img {
        max-width: 380px;
    }

    .tabs__content-main-about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.main-about-two {
        margin-top: 50px;
        padding: 30px 0 35px;
    }

    .main-carousels-next {
        right: 10px;
        background: #00000080;
        border-radius: 50%;
        padding: 10px;
        width: 44px;
    }

    .main-carousels-prev {
        left: 10px;
        background: #00000080;
        border-radius: 50%;
        padding: 10px;
        width: 44px;
        height: 44px;
    }

    .main-carousels-next:after,
    .main-carousels-prev:after {
        color: #fff;
        font-size: 24px;
    }
}

@media screen and (max-width: 1150px) {
    .search-box {
        width: 360px;
    }
}

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

    .container {
        min-width: 100%;
    }

    .bottom-header .row ul li.bottom-header-link>a {
        font-size: 10px;
    }
    
    .main-catalog-box .main-catalog-price-size-row { 
        min-height: 42px;
    }
    
    .bottom-header .row ul li a {
        font-size: 16px;
    }

    a.main-banner-one {
        /*width: 706px;*/
    }

    .main-banner-two {
       /* max-width: 240px;*/
    }

    .main-banner-two-box:not(:last-child) {
        margin-bottom: 0;
    }

    .main-banner-one-text-bl p {
        font-size: 45px;
    }

    .main-banner-one-text-bl {
        height: 71px;
        padding-left: 25px;
    }

    .main-banner-one-text-bl:before {
        width: 50px;
        height: 71px;
        background-size: contain;
    }

    .main-banner-one-text-rd {
        padding-left: 25px;
        padding-right: 15px;
    }

    .main-banner-one-text-rd p {
        font-size: 20px;
    }

    .main-banner-one-text-price {
        padding-left: 25px;
    }

    .main-banner-one-text-price p {
        font-size: 140px;
    }

    .main-banner-one-text-sales {
        padding-left: 25px;
    }

    .main-banner-one-text {
        padding-top: 35px;
    }

    .main-banner-one-text-rd:before {
        width: 52px;
        height: 45px;


        right: -41px;
        top: 0px;

        background-size: cover;
    }

    .main-banner-one-text-price p span {
        width: 40px;
        height: 40px;

        font-size: 19px;
        line-height: 40px;
    }

    .sales-points-box-text-column p {
        font-size: 58px;
        line-height: 89px;
    }

    .sales-points-box-text-column span {
        font-size: 18px;
        line-height: 18px;
    }

    .sales-points-box-text>span {
        font-size: 16px;
        line-height: 17px;
    }

    .sales-points-box-img img {
        width: 100%;
        max-height: 120px;
    }

    .sales-points-box {
        min-height: 155px;
    }

    .sales-points-box:nth-child(2) .sales-points-box-img {
        margin-left: -35px;
        margin-bottom: -30px;
    }

    .main-carousel .photo-review-slider-box-text>p {
        max-width: 95%;
    }

    .main-about-two-left p {
        font-size: 18px;
        line-height: 120%;
    }

    .main-about-two-right {
        max-width: 765px;
        padding-top: 0px;
    }

    .main-about-two-right-icon-box-text p {
        line-height: 100%;
        display: flex;
        align-items: flex-start;
    }

    .main-about-two-right-icon-box {
        max-width: 245px;
    }

    .main-about-two-right-icon-box-img {
        margin-right: 10px;
        align-items: flex-start;
    }

    .main-about-two-right-icon-box-text span {
        padding-right: 1px;
    }

    .main-about-two-left {
        max-width: 190px;
    }

    ul.tabs__caption-main li:not(:last-child) {
        margin-right: 12px;
    }

    .main-row-tabs-title-right a {
        margin-left: 20px;
    }

    .main-row-tabs-title-left p {
        font-size: 28px;
        line-height: 40px;
    }

    .tabs__content-main-about-text {
        max-width: 300px;
    }

    p.text-about {
        font-size: 15px;
        line-height: 150%;
    }

    p.title-main {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .footer-top-right ul li:not(:last-child) {
        margin-right: 20px;
    }

    .footer-top-right ul li a {
        font-size: 16px;
    }

    .footer-top-left {
        margin-right: 0;
    }

    .footer-middle-box {
        width: 230px;
    }

    .footer-middle-box:last-child {
        width: 310px;
    }

    section.interiors {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    ul.tabs__caption-main li {
        font-size: 15px;
    }

    .footer-top {
        padding: 20px 0;
    }

    .search-box {
        width: 400px;
    }

    .mdl-head-link-box {
        min-width: 331px;
    }

    .cart-box-price {
        display: none;
    }

    .account-txt {
        display: none !important;
    }
}

@media screen and (max-width: 937px) {
    #filter_form .tooltip .tooltiptext { 
        margin-left: 0; 
        right:4px;
        left:inherit;
    }
    
    #filter_form  .tooltip .tooltiptext:before {
        right: 2px;
        left:inherit;
    }
}


@media screen and (max-width: 830px) {
	.fullscreen-popup-body {
		width: 100% !important;
		text-align: center !important;
	}
	#fullscreen-popup-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: -40px !important;
		right: 0  !important;
		z-index: 999;
		color: #000;
		cursor: pointer;
		background: #ffffffc7  !important;
		border-radius: 100%  !important;
		padding: 5px  !important;
 	}
	.fullscreen-popup-body iframe {
		width: 95% !important;

	}

    .main-banner-one .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -21px;
    }
    .main-banner-one {
        width: 100%;
    }

    .search-box {
        width: 290px;
    }

    .container {
        min-width: 100%;
        padding: 0px 10px;
    }

    a.main-banner-one {
        width: 100%;
    }

    section.main-state .row {
        flex-wrap: wrap;
    }

    .main-banner-two {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    a.main-banner-two-box {
        width: 49%;
        height: 100%;
    }

    .main-banner-two-box:not(:last-child) {
        margin-bottom: 0px;
    }

    .main-banner-two {
        margin-top: 23px;
    }

    .main-banner-one-text {
        padding-top: 15px;
    }

    .main-banner-one-text-price p {
        font-size: 110px;
    }

    .main-banner-one-text-price p span {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        right: 0;
        top: 20px;
    }

    .main-banner-two-box-img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .main-banner-two-box-img img {
        object-fit: cover;
    }

    .cart-box-price {
        display: none;
    }

    .mdl-head-link-box {
        min-width: 250px;
    }

    .bottom-header {
        display: none;
    }

    section.main-state {
        padding: 20px 0 20px;
    }

    .sales-points-box-text-column p {
        font-size: 45px;
        line-height: 1;
    }

    .sales-points-box-text-column span {
        margin-top: -5px;
    }

    .sales-points-box {
        padding: 15px;
        min-height: auto;
    }

    .sales-points-box-text>span {
        font-size: 14px;
        line-height: 17px;
    }

    .sales-points-box:nth-child(2) .sales-points-box-img {
        margin-left: -15px;
        margin-bottom: -10px;
    }

    section.sales-points:before {
        height: 65px;
    }

    section.main-about .row {
        flex-wrap: wrap;
    }

    .main-about-right {
        width: 100%;
        max-width: 100%;
    }

    .main-about-two .row {
        flex-wrap: wrap;
    }

    .main-about-two-left {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .main-about-two-left span {
        margin-bottom: 10px;
    }

    .main-about-two-left p {
        margin-bottom: 10px;
    }

    .main-about-two-right-text {
        margin-bottom: 20px;
    }

    .main-about-two-right-text p {
        font-size: 15px;
        line-height: 140%;
    }

    .tabs__content-main-about {
        width: 100%;
        padding: 15px;
        padding-bottom: 15px;
    }

    .tabs__content-main-products {
        width: 100%;
        max-width: none;
        display: flex;
    }

    .tabs__content-main.active {
        flex-wrap: wrap;
    }

    .tabs__content-main-product {
        width: 32%;
        min-width: 32%;
        border-top: 1px solid #EBEBEB;
        padding: 10px 10px;
    }

    .footer-top-right ul li a {
        font-size: 14px;
    }

    .footer-top-left p {
        font-size: 20px;
    }

    .footer-top-left {
        margin-right: 0;
    }

    .footer-top-right ul li:not(:last-child) {
        margin-right: 12px;
    }

    .footer-middle-box-title p {
        font-size: 18px;
        line-height: 20px;
    }

    .footer-middle-box {
        width: 250px;
    }

    a.link-to-distribution {
        padding: 0 10px;
        text-align: center;
    }

    a.link-to-distribution svg {
        display: none;
    }

    a.middle-phone {
        font-size: 20px;
    }

    .footer-middle-box ul li a {
        font-size: 15px;
    }

    .main-row-tabs-title-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-row-tabs-title-right {
        width: 100%;
    }

    .main-row-tabs-title {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .main-row-tabs-title-left p {
        font-size: 35px;
        line-height: 40px;
    }

    .tabs__content-main-about {
        justify-content: space-between;
    }

    .tabs__content-main-about-img {
        margin: 0;
    }

    .tabs__content-main-about-text {
        max-width: 315px;
    }

    .tabs__content-main-products::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #f9f9fd;
    }

    .tabs__content-main-products::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #00B9BF;
    }

    .tabs__content-main-products::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        background-color: #f9f9fd;
    }

    .tabs__content-main-product:first-child {
        border-left: 0;
    }

    .main-row-tabs-title-right a {
        margin-left: auto;
    }

    ul.tabs__caption-main li {
        font-size: 16px;
    }



    .top-header {
        display: none;
    }
    
    .middle-header {
        padding: 0;
        border-bottom: 1px solid #F3F3F3; 
        height: 60px;
        display: flex;
        align-items: center;
    }

    header {
        position: relative;
        z-index: 99999999;
        background: #fff;
    }

    .mobile_menu_container { 
        margin-top: 0px; 
        overflow-y: auto;
        z-index: 9999999999999;
    }
    .middle-header {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
    }
    .menu_container {
        display:block;
    }

}

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

	.footer-values-about-row-img {
		display:none !important
		}
    .mobile_menu_container .mobile_menu_content ul li a{
        font-size: 16px;
        line-height: 16px;
    }
    .best-deals-box .best-deals-box-sp-row span {
        margin-bottom: 5px!important;
        margin-left: 0;
    }
    
    .best-deals-box .best-deals-box-sp-row span:last-child {
        margin: 0!important;
    }
    .static_content-row-box > p {
        font-size: 16px;
        line-height: 1;
    }
    .best-deals-box-main-about-left {
        max-width: 200px;
    }
    
    .best-deals-box-main-about-right {
        max-width: 100px;
    }
    
    .best-deals-box-main-about-right p.new-main-price {
        font-size: 17px;
        line-height: 120%;
    }
    
    .best-deals-box-main-about-left>p {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    
    .btn-to-cart.btn_subscribe_product {
        line-height: 1!important;
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    
    body[data-language-id="cy"] .btn-to-cart.btn_subscribe_product { 
        padding-top: 4px;
    }

    a.static_content-box { 
        font-size: 14px;
        line-height: 1;
    }
    .mobile_menu_container .mobile_menu_content ul {
        display: flex;
        flex-direction: column;
    }
    .mobile_menu_container li.sales-res {
        order: 1;
    }
    .mobile_menu_container li.block_level_2{
        order: 2;
    } 
    .search-close{ 
        display: none;
    }
    .main-banner-one-img img {
        object-fit: contain;
    }
    a.main-banner-one {
        min-height: 160px;
    }

    .top-header-right ul {
        display: none;
    }

    a.phone span {
        display: none;
    }

    a.phone {
        width: auto;
        padding: 0 16px;
        margin-right: 15px;
        display: none;
    }

    a.phone:after {
        display: none;
    } 

    .mdl-head-link-box {
        min-width: auto;
    }

    a.logo {
        max-width: 125px;
    }

    a.logo img {
        width: 100%;
    }

    .search-box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        padding: 15px 0;
        transform: translateY(-140px);
        transition: .2s all linear;
        display: flex;
        align-items: center;
    }

    .search-box.active {
        transform: translateY(60px);
    }

    .search-box form {
        width: 90%;
        margin:0 auto;
    }

    .search-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.main-banner-two-box {
        width: 100%;
    }

    .main-banner-two {
        flex-wrap: wrap;
        display: none;
    }

    .main-banner-two-box:not(:last-child) {
        margin-bottom: 10px;
    }

    .main-banner-two-box-about {
        width: 100%;
    }

    .sales-points-box {
        width: 80%;
        min-width: 80%;
        min-height: 156px;
    }

    .sales-points-box:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 15px;
    }

    section.sales-points .row {
        overflow-x: auto;
        padding-bottom: 15px;
    }

    section.sales-points:before {
        height: 75px;
    }

    .sales-points-box-text-column p {
        font-size: 65px;
        line-height: 1;
    }

    .sales-points-box-text-column span {
        font-size: 23px;
        line-height: 1;
    }

    .sales-points-box-text>span {
        font-size: 17px;
        line-height: 19px;
        max-width: 160px;
    }

    section.sales-points {
        margin-bottom: 30px;
    }

    .main-about-two-right-icon-row {
        flex-wrap: wrap;
    }

    .main-about-two-right-icon-box {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
    }

    .main-about-two-right-icon-box:not(:last-child) {
        margin-bottom: 15px;
    }

    .main-row-tabs-title-right {
        flex-wrap: wrap;
    }

    ul.tabs__caption-main {
        overflow-x: auto;
        padding-bottom: 5px;
    }

    ul.tabs__caption-main li:not(:last-child) {
        margin-right: 20px;
    }

    ul.tabs__caption-main li {
        margin-bottom: 10px;
        width: max-content;
        min-width: max-content;
    }

    .main-row-tabs-title-right a {
        margin-right: auto;
        margin-left: 0;
    }

    .tabs__content-main-about {
        flex-wrap: wrap;
    }

    .tabs__content-main-about-text {
        max-width: 100%;
    }

    .tabs__content-main-product {
        width: 70%;
        min-width: 70%;
    }

    .footer-middle {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .footer-middle-box-title {
        margin-bottom: 15px;
    }

    a.link-to-distribution svg {
        display: block;
        margin-left: 15px;
    }

    a.link-to-distribution {
        max-width: max-content;
    }

    .footer-bottom-left {
        width: 100%;
        margin: 8px 0 0 0;
    }

    .footer-bottom-right {
        width: 100%;
        margin: 5px 0 8px 0;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-bottom-right>p {
        text-align: left;
    }

    .footer-top {
        display: none;
        flex-wrap: wrap;
    }

    .footer-top-right ul {
        flex-wrap: wrap;
    }

    .footer-top-right ul li:not(:last-child) {
        margin-right: 20px;
    }

    .footer-top-right ul li a {
        font-size: 16px;
    }

    .footer-middle-box ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .main-banner-one-text{
        width: 100%;
        display: none;
    }

    .footer-middle-box:not(:last-child) {
        margin-bottom: 25px;
    }

    .sales-points-box-text>span {
        font-size: 14px;
        line-height: 17px;
        max-width: 160px;
    }
 
    .search-link {
        display: none
    }

    .search-box input{
        width: 100%;
        padding-right: 5px;
    }
 
    section.sales-points .row::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #f9f9fd;
    }

    section.sales-points .row::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #00B9BF;
    }

    section.sales-points .row::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        background-color: #f9f9fd;
    }

    .best-deals-box.main {
        width: 100%;
        max-width: 100%;
    }

    .best-deals-box {
        width: 100%;
        max-width: 100%;
        padding: 5px;
    }

    .best-deals-box-sp-row {
        flex-wrap: wrap;
    }

    .best-deals-box-sp-row span+span+span {
        margin-left: 0;
        margin-top: 5px;
    }

    .best-deals-box-pag span.swiper-pagination-bullet {
        width: 26px;
    }

    p.box-price-new {
        font-size: 16px;
        line-height: 27px;
    }

    span.select2.select2-container {
        min-width: 75px;
    }

    a.new-catalog-rating span {
        font-size: 13px; 
        margin-left: 3px;
    }

    .best-deals-box-main-about {
        padding: 15px;
        padding-top: 35px;
    }

    .best-deals-box-main-img img {
        width: 100%;
        object-fit: contain;
    }
 
    .menu_container {
        display: block;
        margin-left: 10px;
    }

    a.logo img {
        height: auto!important;
    }

    .top-header {
        display: none;
    }
    
    .middle-header {
        padding: 0;
        border-bottom: 1px solid #F3F3F3; 
        height: 60px;
        display: flex;
        align-items: center;
    }

    header {
        position: relative;
        z-index: 99999999;
        background: #fff;
    }

    .mobile_menu_container { 
        margin-top: 0px; 
        overflow-y: auto;
        z-index: 9999999999999;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .cart-box>a img {
        width: 27px;
        height: 27px;
    }

    .cart-box>a span { 
        font-size: 10px;
        line-height: 15px; 
        width: 15px;
        height: 15px; 
        margin-left: -11px;
    }

    a.phone-mob-ver, .search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.search-icon img {
        width: 26px;
        height: 26px;
    }

    a.search-icon {
        margin: 0 10px;
    }
 
    a.phone-mob-ver img {
        width: 26px;
        height: 26px;
    }
 
    .main-carousel .photo-review-slider-box {
        height: auto;
    }

    .main-carousel .photo-review-slider-box-img {
        position: inherit;
        transform: inherit;
    }

    .main-carousel .photo-review-slider-box-img img {
        display: flex;
        max-height: 355px;
        min-height: 355px;
    }

    .main-carousel .photo-review-slider-box-text {
        background: #fff;
        position: inherit;
        transform: inherit;
    }

    .main-carousel .photo-review-slider-box-text p { 
        font-weight: 300;
        font-size: 16px;
        line-height: 160%; 
        text-align: center; 
        color: #000000;
        margin-bottom: 0;
    }

    .main-carousel .photo-review-slider-box-text>span {
        font-weight: 800;
        font-size: 18px;
        line-height: 130%; 
        text-align: center; 
        color: #000000;
        margin: 16px 0 7px;
    }

    .main-carousel .photo-review-slider-box-text>.link-view {
        margin-top: 25px;
        background: transparent;
        color: #00B9BF;
        border-color: #00B9BF;
    }

    .main-carousel .photo-review-slider-box:hover .photo-review-slider-box-img {
        transform: inherit;
    }

    .main-carousels-next, .main-carousels-prev {
        display: none;
    }

    .main-carousel-title {
        margin-bottom: 17px;
    }

    .main-carousel-title p {
        font-weight: 800;
        font-size: 22px;
        line-height: 27px;
        text-align: center; 
        color: #000000;
    }

    .main-catalog-price-size-row {
        margin-bottom: 5px;
    }

    .best-deals-box-img img { 
        height: 140px; 
    }

    .best-deals-box-title { 
        font-size: 18px;
        line-height: 1; 
        margin-bottom: 10px;
    }

    a.box-deals-link-to-cart { 
        height: 30px; 
        margin-top: 5px; 
        font-size: 16px; 
    }

    .best-deals-title {
        margin-bottom: 15px;
    }

    .best-deals-title p { 
        font-size: 24px;
        line-height: 1; 
    }

    .select2-container--default .select2-selection--single { 
        height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
    }

    .main-catalog-size-drop.not-class {
        height: 28px;
    }

    .main-catalog-size-drop.not-class>p {
        display: block;
        margin-bottom: -7px;
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 28px;
    }

    .best-deals-box-reviews { 
        margin: 12px 0 6px;
    }

    section.best-deals {
        margin-bottom: 30px;
    }

    section.main-about { 
        margin-bottom: 20px; 
    }

    section.main-carousel { 
        padding-bottom: 45px;
    }
    .add-to-cart-box {
        max-width: 100%; 
        width: 100%; 
    }
    .best-deals-box-reviews-pcs { 
        font-size: 10px; 
    }
    .best-deals-box-reviews-pcs:before { 
        left: -10px; 
    }
    p.new-price {
        font-size: 18px;
        line-height: 20px;
    }
    
    p.old-price {
        font-size: 14px;
        line-height: 20px;
    }

    .amo-button-holder.amo-vertical {
        bottom: 10px !important;
    }

    .no-scroll .amo-button-holder.amo-vertical {
        z-index: 1!important;
    }

    .best-deals-box-main-about-right {
        max-width: 140px;
    }

    .no-scroll .wrap-main {
        z-index: 123;
    }
    
    .middle-header {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
    }
    
    .wrap-main {
        padding-top: 60px;
    }

    
    .one-swiper-next, .one-swiper-prev {
        width: 30px !important;
    }

    .one-swiper-next:after, 
    .one-swiper-prev:after { 
        font-size: 25px!important; 
    }

    .mobile_menu_container .mobile_menu_content ul li{
        margin-bottom: 0!important;
    }

    ul.tabs-character li .group_props p {
        padding: 5px!important;
        font-size: 14px!important;
        max-width: 160px!important;
        text-align: left!important;
    }
    
    ul.tabs-character li div:first-child p {
        font-size: 14px!important;
        line-height: 20px!important;
        padding-left: 5px!important;
    }
    
    .faq-action-icon {
        min-width: 15px!important;
        height: 15px!important;
        width: 15px!important;
    }
    
    .card-new-box-static ul.tabs__caption li a {
        font-size: 15px!important;
    }
    
    .card-new-box-static ul.tabs__caption li span {
        min-width: 17px!important;
    }
    
    ul.tabs-character li {
        margin-bottom: 0px!important;
    }
    
    .card-new-row {
        padding: 0px 0px;
    }

    #tabs-cp .tabs__content {
        padding: 25px 5px 5px;
    }
    
    ul.tabs-character li {
        padding-right: 0;
    }

    .card-new-box-checked-box input[type="radio"]:checked + label:after {
        top: 8px;
    }

    .tooltip.tooltip-black .tooltiptext { 
        display: flex;
        flex-wrap: wrap;
    }

    ul.tabs-character {
        margin: 30px 0 10px;
    }

    ul.tabs-character li div.group_props {
        width: 65%; 
    }

    div#color-selection {
        padding: 15px;
    }
    
    #color-selection .popup__inner {
        padding: 0;
    }
    
    #color-selection .color-selection-preview__col {
        width: 100%;
    }

    .fancybox-inner { 
        margin: 0 auto;
    }

    span.class-sp { 
        font-size: 10px; 
        padding: 0 5px;
    }

   

    

    label.bx_filter_param_label {
        margin-bottom: 9px;
        display: block;
    }
    
    .smartfilter .bx_filter_parameters_box .bx_filter_param_text {
        max-width: 270px;
    }
    
    .smartfilter .bx_filter_parameters_box {
        padding: 5px 0;
        border-bottom: 0;
    }
    .salespoints-wrap {
        flex-wrap: wrap;
    }
    
    .salespoints-wrap span {
        margin-bottom: 3px;
    }

    #filter_form.fancybox__content{
        margin-top: 0!important;
    }

    #modef.bx_filter_popup_result{
        bottom: 0;
    }

    .fancybox__slide {
        padding: 0!important;
    }
 
    .title-row-cart {
        padding: 10px;
    }
    
    .title-row-cart .titles p {
        font-size: 15px;
        line-height: 14px;
        min-height: 30px;
    }
    
    .prices p {
        font-size: 13px;
        line-height: 1;
        max-width: 100px;
    }
    
    .prices span {
        font-size: 19px;
        line-height: 1;
    }
    
    .prices {
        align-items: flex-start;
        margin-bottom: 10px;
    }
    
    .title-row-cart .title-row-cart-left {
        width: 43%;
    }
    
    .cart-box-about-title p {
        font-size: 18px;
        line-height: 21px;
    }
    
    p.cart-box-price-new {
        font-size: 21px;
    }
    
    .titles {
        margin-bottom: 10px;
    } 
    
    .container .container {
        padding: 0;
    }
    
    .total-cost-box button {
        font-size: 16px;
        line-height: 19px;
        height: 60px;
    }
    
    .total-cost {
        margin-top: 15px;
        border-radius: 5px;
    }
     
    ul.accordion-list li#deliv_service_21 {
        margin-bottom: 10px;
        display: block;
    }
    
    ul.tabs__caption {
        margin-bottom: 15px;
        display: block;
    }

    .payment-about-box-text p { 
        max-width: 250px;
    }

    .princip-img {
        display: none!important;
    }
    
    .tabs-content {
        margin-top: 0px!important;
    }

    .tab-princ-box-title p {
        line-height: 1!important;
    }
    
    .footer-values-about-row-text-title p {
        line-height: 1!important;
    }

    .vedio-text-about-box p {
        font-size: 17px!important;
        line-height: 20px!important;
    }

    .about-tips-box-max-large-row-box-small span {
        font-size: 26px!important;
    }


    #fancybox-container-1 .fancybox-inner ,
    #fancybox-container-2 .fancybox-inner ,
    #fancybox-container-3 .fancybox-inner ,
    #fancybox-container-4 .fancybox-inner ,
    #fancybox-container-5 .fancybox-inner ,
    #fancybox-container-6 .fancybox-inner ,
    #fancybox-container-7 .fancybox-inner ,
    #fancybox-container-8 .fancybox-inner ,
    #fancybox-container-9 .fancybox-inner ,
    #fancybox-container-10 .fancybox-inner {
        width: 100%!important;
        height: 100%!important;
    }

    div#color-selection {
        padding: 15px;
        height: 100%;
        padding-top: 55px;
    }
    
    #fancybox-container-1 .fancybox-slide--html ,
    #fancybox-container-2 .fancybox-slide--html ,
    #fancybox-container-3 .fancybox-slide--html ,
    #fancybox-container-3 .fancybox-slide--html ,
    #fancybox-container-4 .fancybox-slide--html ,
    #fancybox-container-5 .fancybox-slide--html ,
    #fancybox-container-6 .fancybox-slide--html ,
    #fancybox-container-7 .fancybox-slide--html ,
    #fancybox-container-8 .fancybox-slide--html ,
    #fancybox-container-9 .fancybox-slide--html ,
    #fancybox-container-10 .fancybox-slide--html {
        padding: 0;
    }
    
    #fancybox-container-1 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-2 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-3 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-4 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-5 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-6 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-7 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-8 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-9 .popup_color-selection .tabs__wrapper ,
    #fancybox-container-10 .popup_color-selection .tabs__wrapper {
        height: 540px;
    }
    
    #fancybox-container-1 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-2 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-3 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-4 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-5 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-6 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-7 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-8 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-9 .fancybox-slide--html .fancybox-close-small ,
    #fancybox-container-10 .fancybox-slide--html .fancybox-close-small {
        top: 70px;
        z-index: 9999999999999;
    }

    div#reviews-modal-content {
        padding: 25px 10px;
    }
    
    button.btn-modal {
        width: 100%;
    }

    .row-modal-form label input { 
        height: 30px;
    }

    label[for="textareas"] textarea {
        height: 90px;
        resize: none;
    }

    label[for="textareas"] {
        margin: 15px 0 15px;
        display: block;
    }

    .contact-box-title {
        margin-top: 25px;
    }
    
    .contact-box-row:first-child .contact-box-title {
        margin-top: 0;
    }

    .google-link {
        flex: 0 0 30%!important;
        max-width: 30%!important;
    }

    .radio-new_name {
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-lattice .radio-new_name {
        justify-content: flex-start;
    }

    .nav-link {
        align-items: flex-start!important;
    }
    
    .nav-link-img img {
        height: 115px!important;
    }

    .gm-style .gm-style-iw-d .nav-link-about {
        padding-left: 0!important;
        padding-right: 5px!important;
    }
    
    .gm-style .gm-style-iw-d {
        padding-right: 6%!important;
    }

    .nav-pills {
        margin-bottom: 25px!important;
        border-bottom: 1px solid #D1D1D1;
    }
 
    li.nav-item.block:last-child {
        border-bottom: 0;
    }

    #fabric-content .tabs {
        flex-wrap: wrap;
    }

    .fabric-content ul.tabs__caption {
        flex-wrap: wrap;
    }
    
    .fabric-content ul.tabs__caption li {
        margin-right: 15px;
    }
    
    div#fabric-content {
        padding: 20px!important; 
    }
    
    .choose-material-info {
        margin-top: 20px!important;
    }

    .fancybox-slide {
        padding: 0 0 0 0 !important;
    }
     
    #fabric-content {
        min-height: calc(100vh + 1px);
    }

    .container {
        max-width: 100%!important;
    }

	a.logo {
		max-width: 115px;
	}

	.nav-link-img img {
		height: 115px!important;
	}
	  .footer-bottom-line-main {
        flex-flow: column;
        align-items: center;
    }
    .footer-bottom-line-main .footer-bottom-line-left{
        text-align: center;
    }
    .footer-bottom-line{
        padding: 8px 0;
    }
    .footer-middle-box a.logo{
        max-width: 180px;
    }
    .footer-middle-box a.logo img {
        height: 46px!important;
    }
    .footer-middle-box:not(:nth-child(-n+2)):before{
        content: "";
        width: 200%;
        height: 1px;
        background: #e2e2e2;
        display: block;
        position: absolute;
        left: -100%;
    }
    .footer-middle-box h5{
        color: #6B6B6B;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .footer-middle-box:not(:first-child) h5:before {
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        right: 10px;
        margin-top: 10px;
        transform: translateY(-50%);
        background: url(/upload/footer-arr.svg)no-repeat;
        background-size: contain;
    }
    .footer-middle-box:not(:first-child) .bottom-menu__list li:before {
        content: "";
        width: 18px;
        height: 9px;
        position: absolute;
        margin-top: 19px;
        transform: translateY(-50%);
        background: url(/upload/footer-items-arr.svg)no-repeat;
        background-size: contain;
    }
    .footer-middle-box ul li a{
        margin-left: 15px;
    }
    .footer-middle-box:not(:first-child) h5.ff-show-items:before {
        transform: rotate(180deg) translateY(40%);
    }
    .footer-middle-box:not(:first-child):has(> h5.ff-show-items) .bottom-menu__list {
        display: none;
    }
    .footer-middle-box:not(:first-child):has(> h5.ff-show-items) a {
        display: none;
    }
    .footer-middle-box:not(:first-child):has(> h5.ff-show-items) {
      margin-bottom:0;
    }

    .account-box {
        margin: 0 10px 0 0 !important;
    }

    .account-img img {
        width: 29px;
    }

	.input-group input.input-number {
		width: 33%;
		height: 28px;
		flex: initial;
	}
	
	.input-group-btn button {
		min-width: auto;
	}
	
	.input-group-btn {
		width: 33px;
	}
	
	.input-group {
		max-width: calc(100% - 60px);
		flex-wrap: nowrap;
	}
	
	a.remove-cart-box {
		width: auto;
		margin-left: auto;
		padding: 0 15px;
	}

	.table-cart tr.product-item td:first-child {
    	width: 140px;
	}

	.table-cart tr td:first-child {
    	width: 100%;
	}

    .blog-article-title {
        padding-left: 20px!important;
        top: auto!important;
        bottom: 0!important;
    }

    .blog-back {
        top: 20px!important;
    }

    .best-deals-box-price .rcc{
        font-size: 16px!important;
    }
}
@media screen and (max-width: 520px) {
    .footer-middle-box{
        width: 100%;
    }
    .footer-middle-box:not(:first-child):before{
        content: "";
        width: 200%;
        height: 1px;
        background: #e2e2e2;
        display: block;
        position: absolute;
        left: -100%;
    }
}
 
@media screen and (max-width: 499px) {
    .best-deals-box-reviews-pcs {
        font-size: 8px;
    }
    .catalog #catalog .new-catalog-rating .rating>label:before {
        font-size: 12px!important;
        top: 3px!important;
    }
    .filter-catalog-mob {
        padding: 10px 0; 
    }
    .new-sp, 
    .main-catalog-box-img span, 
    .salespoints-wrap span {
        font-size: 14px!important;
        padding: 0px 10px 0!important; 
    }

	.nav-item .google-reviews {
		flex-direction: row!important;
		min-width: max-content!important;
		width: 100%!important;
		padding: 5px 6px!important;
		background: #F2F3F0;
		border-radius: 2px;
		justify-content: space-between!important;
	}
	
	.nav-item .google-reviews p img {
		max-width: 50px!important;
	}
	
	.nav-item .google-link {
		flex: 0 0 100%!important;
		max-width: 100%!important;
		justify-content: flex-start!important;
	}
	
	.nav-item .ok-raiting span {
		line-height: 1!important;
	}

	.select-city p {
		font-size: 16px!important;
		line-height: 15px!important;
		max-width: 140px!important;
	}

	.nav-item .google-reviews {
		height: 25px;
		max-width: 100%;
		position: inherit;
		flex-wrap: nowrap;
		transform: translateY(0);
	}
	
	.nav-link-about-second .google-reviews:before,.nav-link-about-second .google-reviews:after {
		display: none;
	}
	
	.nav-link-about-second .google-reviews > p {
		max-width: max-content;
	}
	
	.custumer-riting {
		max-width: 50px;
	}
	
	.nav-link-about-second .ok-raiting .google-fir {
		font-size: 14px;
	}
	.contact-box-about ul li p:first-child {
		min-width: 90px!important; 
	}

	.magazine-box__item_cart {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.magazine-box-pcs {
		font-weight: 700;
		font-size: 10px;
		text-align: center;
		color: #fff;
		width: 13px;
		height: 13px;
		background: #f06;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		position: absolute;
		bottom: 0;
		right: 0;
		padding-top: 2px;
	}
	
	.magazine-box__item_cart img {
		width: 26px;
		height: 26px;
	}
	
	.magazine-box {
        display: block;
		margin-left: 5px;
	}
}

@media screen and (max-width: 390px) {
    a.logo {
        max-width: 110px;
    }
    
    .logo-november img {
        height: 30px!important;
    }
    
    .logo-november {
        height: 30px!important;
        padding-left: 7px!important;
        margin-left: 7px!important;
    }
    
    .logo-nov {
        margin-right: 10px!important;
    }

	a.phone-mob-ver img, a.search-icon img {
		width: 22px;
		height: 22px;
	}
	
	.cart-box>a img {
		width: 23px;
		height: 27px;
	}
    .account-img img {
        width: 25px;
    }
}
@media screen and (max-width: 375px) {
    .best-deals-box-pag span.swiper-pagination-bullet {
        width: 23px;
    }
    a.btn-to-cart.buy-product, .main-catalog-btn-to-cart .btn-to-cart {
        height: 30px !important;
        font-size: 11px !important;
    }
    
    span.select2.select2-container {
        min-width: 65px;
    }
    .new-catalog-rating p { 
        font-size: 12px; 
    }
    .catalog-box-row .rating { 
        margin-right: 4px;
    }
}
 
@media screen and (max-width: 340px) {
    .mobile_menu_container {
        width: 305px;
    }
}
/* End */


/* Start:/bitrix/templates/askona_v2/components/bitrix/sale.basket.basket.line/5r_minicart/style.css?172951422113495*/
.st-menu-open .cart-view {
    display: block;
}

.select2-hidden-accessible {
    display: none !important;
}

.accordion-item-cart .heading {
    margin-right: 60px;
}



/* NEW MINI-CART */
.mini__cart-add {
    max-width: 580px;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 9999999999;
}

.mini__cart__add__box-top {
    padding: 50px 40px 0;
}

.mini__cart__add__box__title-txt h4 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 26px;
    margin: 0 0 10px;
}

.mini__cart__add__box__title-txt p {
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1px;
}

.mini__cart__add__box-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #EFEFEF;
}

.mini__cart__add__box-login {
    margin-top: 22px;
}

.mini__cart__add__box-login span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 17px;
}

.mini__cart__add__box__login-row {
    display: flex;
    gap: 17px;
}

.mini__cart__add__box__login-row input {
    display: flex;
    align-items: center;
    padding-left: 12px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #12ACB4;
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: circle, Arial, sans-serif;
}

.mini__cart__add__box__login-row button {
    font-family: circle, Arial, sans-serif;
    padding: 0 20px;
    border-radius: 4px;
    background: #12ACB4;
    border: 1px solid transparent;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s all ease;
}

.mini__cart__add__box__login-row button:hover {
    background: transparent;
    color: #12ACB4;
    border-color: #12ACB4;
}

.mini__cart__add__box-middle {
    padding: 22px 40px;
    max-height: calc(100vh - 510px);
    overflow: auto;
}

.mini__cart__add__box-middle::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9fd;
}

.mini__cart__add__box-middle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #12ACB4;
}

.mini__cart__add__box-middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.mini__cart__add__box__middle-row {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.mini__cart__add__box__middle-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 70px;
}

.mini__cart__add__box__middle-img img {
    width: 100%;
    object-fit: contain;
}

.mini__cart__add__box__middle-price {
    margin-left: auto;
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.mini__cart__add__box__middle-txt {
    max-width: 290px;
    width: 100%;
}

.mini__cart__add__box__middle-title h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.18px;
    margin: 0 0 4px;
}

.mini__cart__add__box__middle-title span {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}

.mini__cart__add__box__middle-pcs {
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 22px 0;
}

.mini__cart__add__box__middle-buttons {
    display: flex;
}

.btn__delete-pcs {
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed currentColor;
    margin-left: 30px;
    cursor: pointer;
    transition: .2s all ease;
    font-family: circle, Arial, sans-serif;
}

.mini__cart__add__box__middle-buttons .input-group-btn button {
    width: 27px;
    height: 27px;
    align-items: center;
}

.mini__cart__add__box__middle-buttons .input-group input.input-number {
    width: 46px;
}

.mini__cart__add__box__middle-buttons .input-group p {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-left: 10px;
}

.mini__cart__add__box__middle-title {
    margin-bottom: 14px;
}

.btn__delete-pcs:hover {
    border-style: solid;
}

.mini__cart__add__box__title-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    transition: .2s all ease;
    cursor: pointer;
}

.mini__cart__add__box__title-close:hover {
    transform: scale(1.1);
}

.mini__cart__add__box__middle__reccomend-title {
    display: flex;
    margin-bottom: 26px;
}

.mini__cart__add__box__middle__reccomend-title h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.mini__cart__add__box__middle__reccomend-arrows {
    position: relative;
    max-width: 56px;
    margin-left: auto;
    width: 56px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mini__cart__add__box__middle__reccomend-arrows>div {
    position: initial;
    offset: initial;
    width: auto;
    height: auto;
    margin: 0;
}

.mini__cart__add__box__middle__reccomend-arrows>div:after {
    display: none;
}

.mini__cart__add__box__middle-reccomend {
    padding: 34px 0 0;
}

.mini__cart__slide-title h4 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.mini__cart__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini__cart__slide-img img {
    width: 100%;
    object-fit: contain;
}

.mini__cart__slide-title {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 8px 0 18px;
}

.mini__cart__slide-price {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 11px;
}

.mini__cart__slide-select {
    margin-bottom: 10px;
}

.mini__cart__slide-btn {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    max-width: max-content;
    cursor: pointer;
    border-radius: 4px;
    background: #12ACB4;
    border: 1px solid transparent;
    transition: .2s all ease;
    font-family: circle, Arial, sans-serif;
    height: 33px;
}

.mini__cart__slide-btn:hover {
    background: #fff;
    color: #12ACB4;
    border-color: #12ACB4;
}

.mini__cart__slide-select .select2-container .select2-selection--single {
    line-height: 32px;
}

.mini__cart__add__box-end .total__bonus-row {
    margin: 0;
}

.mini__cart__add__box-end {
    padding: 40px;
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.mini__cart__add__box__total-row {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 8px;
}

.mini__cart__add__box__total-row p {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
}

.mini__cart__add__box__total-row p span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.mini__cart__add__box__total-extra {
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 24px;
}

.add__to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    font-family: circle, Arial, sans-serif;
    cursor: pointer;
    border-radius: 4px;
    background: #12ACB4;
    border: 1px solid transparent;
    height: 60px;
    transition: .2s all ease;
}

.add__to-cart:hover {
    color: #12ACB4;
    border-color: #12ACB4;
    background: transparent;
}


.mini__cart__add__box-end [data-tooltip]:after,
.mini__cart__add__box-end .tooltip:after,
.mini__cart__add__box-end .tooltip-top:after {
    margin-left: -225px;
}

.mini__cart__add__box-end .total__bonus-row p {
    color: #12ACB4;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
}

.btn__delete-pcs img {
    display: none;
}

@media screen and (max-width: 767px) {
    .mini__cart__add__box-top {
        padding: 25px 15px 0;
    }

    .mini__cart__add__box-middle {
        padding: 20px 15px;
        max-height: calc(100vh - 250px)!important;
    }

    .mini__cart__add__box-end {
        padding: 20px 15px;
    }

    .mini__cart__add__box-end .total__bonus-row p {
        font-size: 15px;
    }

    .mini__cart__add__box__middle-row {
        gap: 15px;
    }

    .mini__cart__slide-title h4 {
        font-size: 12px;
        line-height: 1;
    }

    .mini__cart__slide-title {
        min-height: 23px;
    }

    .mini__cart__slide-btn {
        padding: 5px 15px;
    }

    .mini__cart__add__box__middle__reccomend-title h4 {
        font-size: 18px;
    }

    .mini__cart__add__box__middle-title h3 {
        font-size: 16px;
    }

    .mini__cart__add__box__middle-txt {
        max-width: 200px;
    }

    .mini__cart__add__box__middle-buttons .input-group input.input-number {
        width: 35px;
    }

    .mini__cart__add__box__login-row input {
        width: calc(100%/2 - 5px);
    }

    .mini__cart__add__box__login-row button {
        width: 100%;
        height: 40px;
    }

    .mini__cart__add__box__login-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mini__cart__add__box-login {
        margin-top: 10px;
    }

    .mini__cart__add__box-login span {
        margin-bottom: 10px;
    }

    .mini__cart__add__box-title {
        padding-bottom: 10px;
    }

    .mini__cart__add__box__title-txt h4 {
        font-size: 25px;
        line-height: 1;
    }

    .mini__cart__add__box__middle-pcs {
        gap: 20px;
    }

    .mini__cart__add__box__total-extra {
        margin-bottom: 15px;
    }

    .mini__cart__add__box__total-row {
        margin: 15px 0 5px;
    }

    .add__to-cart {
        height: 40px;
        font-size: 16px;
    }

    .mini__cart__add__box__middle-reccomend {
        padding: 20px 0 0;
    }

    .mini__cart-add {
        max-width: 100%;
    }

    .btn__delete-pcs {
        font-size: 0;
        border: 0;
        position: absolute;
        right: 0;
        margin: 0;
    }

    .mini__cart__add__box__middle-row {
        position: relative;
    }

    .btn__delete-pcs img {
        display: block;
    }
}

@media screen and (max-width: 395px) {
    .mini__cart__add__box__middle-txt {
        max-width: 170px;
    }

    .mini__cart__add__box__middle-img {
        width: 80px;
        height: auto;
    }

    .mini__cart__slide-select span.select2.select2-container {
        margin-bottom: 10px;
    }

    .mini__cart__slide-select .select2-container .select2-selection--single {
        min-width: 100%;
    }

    .mini__cart__slide-btn {
        font-size: 12px;
        padding: 3px 10px;
        height: 25px;
    }

    .mini__cart__slide-price {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .mini__cart__slide-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 25px;
    }

    .mini__cart__slide-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 25px;
        top: 0;
    }

    .mini__cart__slide-select .select2-container .select2-selection--single {
        line-height: 25px;
        height: 25px;
    }

    .mini__cart__slide-title {
        margin: 5px 0 10px;
    }

    .mini__cart__add__box__login-row input {
        max-width: 33%;
    }

    .mini__cart__add__box__login-row button {
        width: 28%;
        font-size: 14px;
    }

    .mini__cart__add__box__middle-title h3 {
        line-height: 1;
    }

    .mini__cart__add__box__middle-title {
        margin-bottom: 10px;
    }

    .mini__cart__add__box-top {
        padding: 15px 10px;
    }

    .mini__cart__add__box-middle {
        padding: 15px 10px; 
        padding-top: 0;
    }

    .mini__cart__add__box-end {
        padding: 15px 10px;
    }

    .mini__cart__add__box-end .total__bonus-row p {
        font-size: 13px;
    }

    .mini__cart__add__box__middle__reccomend-title {
        margin-bottom: 15px;
    }
}

/* NEW MINI-CART END*/
/* End */


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

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

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

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

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

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

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

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

.account-img {
  position: relative;
}

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

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

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

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

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

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

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

.cart__main {
  padding-top: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart__registration-row {
  gap: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pick__composition__lists__box__start-about {
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.additional__services__label-start {
  gap: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Directions */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.pick__composition__box__end-row {
  gap: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry__btn-row {
  gap: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cart__prices__list-box {
    gap: 12px;
  }

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

  .cart__check__boxes-row {
    gap: 15px;
  }

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

  .cart__main-inputs {
    gap: 20px;
  }

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

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

  .cart__payment-method {
    gap: 20px;
  }

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

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

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

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

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

  .cart__main {
    padding-top: 45px;
  }

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

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

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

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

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

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

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

  .pick__composition__box-start {
    padding: 40px;
  }

  .fancybox__slide {
    padding: 0 !important;
  }
}

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

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

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

  .cart__prices__list-box {
    gap: 8px;
  }

  .cart__main-row {
    gap: 25px;
  }

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

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

  .cart__main__start-row {
    gap: 25px;
  }

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

  .cart-inputs {
    height: 50px;
  }

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

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

  .cart__items__pcs-img {
    width: 80px;
  }

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

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

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

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

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

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

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

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

  .cart__main-inputs {
    width: 100%;
  }

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

  .error-box {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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


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

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

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

  .cart__main-end {
    width: 100%;
  }

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

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

  .cart__registration-box {
    width: 100%;
  }

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

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

  .pick__composition__box-start {
    padding: 25px;
  }

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

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

  .cart__main-end {
    position: initial;
  }

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

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

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

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

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

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

  .cart__main {
    padding-top: 20px;
  }

  .container {
    padding: 0 10px;
  }

  .account-txt {
    display: none;
  }

  .nav-right {
    gap: 20px;
  }

  .phone-about {
    display: none;
  }

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

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

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

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

  .cart__payment__method-box {
    width: 100%;
  }

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

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

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

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

  .cart__main__label-box {
    padding: 15px;
  }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pick__composition__box-end {
    display: none;
  }

  .pick__composition__box-end {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .phone__number.list{
        border: none;
    }
}

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

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

}

/* End */


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

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

.time-work p {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.modernstyled .align-c {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.modernstyled .production-links__item:nth-child(odd) {
    border-right: 1px solid #eee
}

.modernstyled .production-links__item {
    border-bottom: 1px solid #eee
}

.modernstyled .production-links__icon svg {
    width: 42px;
    height: 56px;
    fill: #27979d
}

.customer-panel__item_compare,
.icon-compare,
button.btn-compare {
    display: none;
}

.product-specific__c-value {
    width: 210px;
}

.main-panel__login {
    display: none;
}

.customer-panel__items {
    height: 100%;
}

.header-main .main-panel__right {
    width: auto!important;
}

.customer-panel {
    width: auto!important;
}

.main-menu__item:last-child {
    margin-right: 0;
    display: none;
}

.main-menu .main-menu__inner.container .main-menu__list>li>a {
    font-size: 18px!important;
}

.main-menu__item {
    margin-right: 0!important;
}

.main-menu__list:after {
    display: none!important; 
}

.customer-panel__item:last-child {
    margin-right: 10px!important;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search.header-main__search {
    display: block;
    position: inherit!important;
    width: 513px!important;
    height: 100%!important;
    border-bottom: 0!important;
}

.search.header-main__search .search__form {
    background: #FFFFFF!important;
    border: 1px solid #CCCCCC!important;
    box-sizing: border-box!important;
    border-radius: 90px!important;
    height: auto!important;
}

.header-main__search .search__field {
    width: 100%!important; 
    padding-right: 10px!important;
    height: 40px!important;
    line-height: 40px!important;
}

.search input.search__field-text {
    height: 40px!important;
    border: none!important;
    margin: 0!important;
    font-family: circle;
    width: 100%!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: 40px!important;
    background: transparent!important;
}

.header-main__search .search__search-btn {
    position: absolute!important;
    top: 0!important;
    right: 4px!important;
    margin-top: 0!important;
    border-color: inherit!important;
    background: #fff!important;
    height: 20px!important;
    display: none;
}

.header-main .main-panel__left {
    width: 280px!important; 
}

.header-main .main-panel__left .location {
    width: 125px!important;
}

.search-btn:before { 
    top: 10px!important; 
    width: 16px!important;
    height: 17px!important; 
    background-size: contain;
    transform: scale(-1, 1);
}

.customer-panel__item.customer-panel__item_wish {
    opacity: 0;
}
.dekstop-hiden {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-main .main-panel__left {
    width: auto !important;
    margin-right: 45px;
}

.header-main .main-panel__left .location {
    width: auto!important;
    margin-right: 10px;
}
.header-main .main-panel__right {
    width: auto !important;
    margin-left: auto;
}
.phone__description {
	display: flex;
}
.phone__description img {
	margin-right: 5px;
}

.modernstyled .hitsale-slide-img .hitsale-swipe-img {
	display: flex;
}
@media (max-width: 785px) {
	.main-panel__inner .main-panel__hamburger {
    	order: 3;
    	margin: 0;
	}
}
@media (max-width: 997px) {
	.main-panel__inner .main-panel__hamburger {
    	width: 24px;
    	height: 20px;
    	cursor: pointer;
	}
}
@media (max-width:1024px) {
    .section_catalog {
        padding: 10px 0 !important;
    }

    .main-panel__inner.container {
        min-width: 100%;
    }

    .main-panel {
        height: 64px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:980px) {
	.menu-language-select ul li a img {
    	width: 24px;
        display: none;
	}
    #mobile-search-icon {
        /* opacity: 0; */
    }
    body .mob-menu {
        z-index: 100;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 8px 6px -6px rgb(0 0 0 / 10%);
        max-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin-top: 0;
        opacity: 0;    
        display: block;
        transform: translateX(-1500px);
        transition: 0.3s all linear;   
        z-index: 715;
        display: none;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    } 
    body .mob-menu.active { 
        opacity: 1;                
        transform: translateX(0);
        width: 85%; 
        display: block;
        z-index: 1234125122
    }
    .mobile-menu__content-wrapper { 
        width: 100%; 
        height: 100%;
    }
    body{
        position: relative;
    }
    .develop-overlay  {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 41;
        transition: .3s all linear;
        transform: translateX(-200vw);
    }
    body.no-scroll .develop-overlay  {
        transform: translateX(0); 
    }
    body.no-scroll .develop-overlay:before {
        content: "";
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .6);
        display: block;
        position: absolute; 
        transition: .3s all linear;
    }
    .main-panel__hamburger { 
        z-index: 55;
    }
    .main-panel__hamburger--active.main-panel__hamburger:after, .main-panel__hamburger--active.main-panel__hamburger:before { 
        /* background-color: #fff;  */
        z-index: 55;
    }
    .mobile-menu__content { 
        background-color: transparent!important;        
        padding: 0;
    }
    .mobile-menu___hr {
        border: 1px solid #F0F0F0;
    }
    .mobile-menu___hr.gh {
        border: 1px solid #DBDBDB;
    }

    .mobile-menu__content{
        display: block;
        transform: translateX(-250%);        
        transition: 0.4s all linear;
    }

    .mobile-menu__content.active{
        transform: translateX(0%);
    }
    .btn-text-about {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 21px 0;
        padding-left: 17px;
    }
    
    .btn-text-about a.mobile-menu__button-tel {
        width: 158px;
        height: 26px;
        background: #00A7B5;
        border-radius: 33px;
        font-weight: bold;
        font-size: 15px;
        line-height: 19px; 
        text-align: justify;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5px 8px;
        margin-right: 18px;
    }
    
    .btn-text p {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px; 
        text-align: justify;
        color: #3D3D3D;
        max-width: 140px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .btn-text p span {
        font-weight: 600;
    }
    .lang-selector { 
        display: none;
    }

    .menu-language-select {         
        padding: 21px 17px;
    }
    
    .menu-language-select ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 226px;
        margin: 0;
    }
    
    .menu-language-select ul li {
        list-style: none;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px; 
        color: #232323;
        width: 47px;
        margin: 0;
    }
    
    .menu-language-select-title p {
        font-weight: bold;
        font-size: 16px; 
        color: #3D3D3D;
        margin-bottom: 10px;
    }


    .h-60 {
        height: 120px;
        background: #F0F0F0;
    }
    .menu-language-select ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menu-language-select ul li a span {
        line-height: 15px;
    }

    .ghr {
        background: #F0F0F0;
    }
    .ghr .mobile-menu__row {
        font-weight: bold;
    }
    .header-main { 
        z-index: 155;
        position: relative;
    }
    .mobile-menu__link-blue {
        width: 20px;
        height: 20px;
        display: flex;
        background: #4D4D4D;
        color: #fff;
        justify-content: center;
        border-radius: 50%;
        line-height: 23px;
    }
    .mobile-menu__col-left img {
        width: 16px;
        height: 16px;
        opacity: .7;
    }
    a.phones-btn svg {
        height: 18px;
        width: 18px;
    }

    a.phones-btn {
        display: flex;
        width: 25px;
        height: 24px;
        align-items: center;
        justify-content: center;
    }
    .desktop-hiden {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100px;
    }
    .header-main .main-panel__left {
        width: 300px!important;
        display: flex;
        justify-content: space-between;
    }
    .header-main .main-panel__left .logo.main-panel__logo img {
        width: 150px;
    }




    /*  */
    .main-panel__customer-panel {
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .main-panel__customer-panel .desktop-hide {
        display: flex;
        align-items: center;
    }

    .mobile-menu__header-icon-wrap {
        position: relative;
        max-height: 48px;
        padding: 0 5px;
        display: flex;
        align-items: center;
    }

    .main-panel__hamburger {
        width: 24px;
        height: 20px;
        cursor: pointer;
    }

    .main-panel__left {
        width: 190px;
        width: 190px;
    }
}

@media (max-width:768px) {
    .main-panel__right {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2;
    }

    .main-panel__hamburger {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        margin: 0;
    }

    .main-panel__left {
        text-align: center;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media (max-width:767px) {

    .main-panel__customer-panel {
        display: none;
    }
    .search.header-main__search{
        opacity: 0;
        transform: translateY(-750%);
        position: absolute!important;
        width: auto!important;
        transition: .3s all linear;
    }
    .header-main__search .search__form>form {
        position: relative;
        padding-right: 25px;
    }
    .header-main__search .search__search-btn{
        display: block;
    }
    .search.header-main__search.actives {
        opacity: 1;
        transform: translateY(70px);
    }
    .search.header-main__search .search__form { 
        border-radius: 10px!important; 
    }
    .mobile-menu__col-left {
        height: 16px;
    }
}

@media screen and (max-width:375px){
body .mob-menu.active {
    opacity: 1;
    transform: translateX(0px);
    width: 95%;
    display: block;
    z-index: 1234125122;
}
}


.category-sales-point-row {
    display: flex;
    align-items: flex-start;
    max-width: 860px;
    margin: 0 auto;
  }
  section.category-sales-point {
    background: url(/bitrix/templates/askona_v2/img/bg-categorys.jpg) no-repeat;
    padding: 40px 0 25px;
  }
  .category-sales-point-box > p {
    font-weight: 900;
    font-size: 69px;
    line-height: 50px;
    color: #00a7b5;
    position: relative;
    max-width: max-content;
    margin-bottom: 0;
  }
  .category-sales-point-box > p span {
    position: absolute;
    bottom: -4px;
    right: -44px;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    color: #00a7b5;
  }
  .category-sales-point-box > p span.mln {
    bottom: 11px;
    right: -56px;
  }
  .category-sales-point-box > p span.mln span {
    right: -20px;
  }
  .category-sales-point-box {
    width: 33%;
    position: relative;
  }
  .category-sales-point-box > span {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #030303;
    text-shadow: 0 0 23px rgba(0, 0, 0, 0.16);
  }
  .category-sales-point-box > span.proizved {
    position: absolute;
    top: -9px;
    left: 78px;
  }
  .category-sales-point-box > span.tovar {
    bottom: 0;
    left: 78px;
    position: absolute;
  }
  @media screen and (max-width: 1110px) {
    .category-sales-point-box {
      text-align: center;
    }
    .category-sales-point-box > p {
      margin: 0 auto;
      margin-bottom: 0;
    }
    .category-sales-point-box > span.tovar {
      left: 183px;
    }
    .category-sales-point-box > span.proizved {
      left: 182px;
    }
  }
  @media screen and (max-width: 767px) {
    .category-sales-point-box {
      text-align: left;
    }
    .category-sales-point-box > p {
      margin: 0;
      margin-bottom: 0;
      font-size: 48px;
      line-height: 20px;
    }
    .category-sales-point-box > p span {
      bottom: -8px;
      right: -31px;
      font-size: 20px;
      line-height: 26px;
    }
    .category-sales-point-box > p span.mln {
      bottom: 1px;
      right: -37px;
    }
    .category-sales-point-box > span.proizved {
      left: 1px;
      top: 21px;
    }
    .category-sales-point-box > span.tovar {
      left: 53px;
      bottom: -10px;
    }
    .category-sales-point-box > p span.mln span {
      right: -14px;
      bottom: -2px;
    }
    .category-sales-point-row {
      max-width: 95%;
      margin: 0 auto;
      justify-content: space-between;
      width: 100%;
    }
    .category-sales-point-box > span {
      font-size: 12px;
    }
    .category-sales-point-box:first-child {
      width: 26%;
    }
    .category-sales-point-box:last-child {
      width: 25%;
    }
  }
  @media screen and (max-width: 375px) {
    .category-sales-point-box {
      width: 35%;
    }
    .category-sales-point-box:last-child {
      width: 29%;
    }
    .category-sales-point-box:first-child {
      width: 29%;
    }
  }
  @media screen and (max-width: 375px) {
    .category-sales-point-box {
      width: 37%;
    }
  }
  
  body[data-language-id=cy] .category-sales-point-box:nth-child(2) >p span {
      right: -67px;
      top: -19px;
      font-size: 40px;
  }
  
  .category-sales-point-row { 
      align-items: center;
      max-width: none; 
  }
  
  .category-sales-point-box:nth-child(2) > span, 
  .category-sales-point-box:nth-child(3) > span {
      width: 150px;
      display: block;
      position: absolute;
      left: 85px;
      bottom: -1px;
      line-height: 17px;
  }
  
  body[data-language-id=cy] .category-sales-point-box:nth-child(3) > p span {
      right: -33px;
      top: -11px;
      font-weight: 900;
      font-size: 47px;
  }
  
  body[data-language-id=cy] .category-sales-point-box > span.proizved {
      left: 81px;
      top: -8px;
  }
  
  body[data-language-id=cy] .category-sales-point-box > span.tovar {
      left: 81px;
      bottom: -1px;
  }
  .category-sales-point-box:first-child > span {
      display: block;
      padding-left: 64px;
      font-weight: 300;
      font-size: 13px;
      margin-bottom: -7px;
  }
  body[data-language-id=cy] .category-sales-point-box > p span.mln {
      right: -58px;
  }
  
  
  @media screen and (max-width: 767px){
      body[data-language-id=cy] .category-sales-point-box {
          width: 46%;
      }
      .category-sales-point-box:first-child > span { 
          padding-left: 55px; 
      }
      .category-sales-point-box:nth-child(2) > span, .category-sales-point-box:nth-child(3) > span {
          left: 69px;
          bottom: 21px; 
          line-height: 11px;
      }
      .category-sales-point-box > p { 
          font-size: 55px; 
          line-height: inherit;
      }
      body[data-language-id=cy] .category-sales-point-box:nth-child(2) >p span {
          right: -67px;
          top: 11px;
          font-size: 40px;
      }
      body[data-language-id=cy] .category-sales-point-box:nth-child(3) > p span { 
          top: 20px; 
      }
      body[data-language-id=cy] .category-sales-point-box:last-child {
          width: 46%;
      }
      body[data-language-id=cy] .category-sales-point-box > span.proizved {
          left: 67px;
          top: 2px;
      }
      body[data-language-id=cy] .category-sales-point-box > span.tovar {
          left: 67px;
          bottom: 17px;
      }
      body[data-language-id=cy] .category-sales-point-box > p span.mln {
          bottom: 32px;
          right: -76px;
          font-size: 40px;
      }
      .category-sales-point-row {
          align-items: center;
          max-width: none;
          flex-wrap: wrap;
          padding: 0 10px;
      } 
      section.category-sales-point { 
          padding: 10px 0 15px;
      }
  }
  
  @media screen and (max-width: 375px){
      .category-sales-point-row { 
          padding: 0px 5px;
      }
      .category-sales-point-box:nth-child(2) > span, .category-sales-point-box:nth-child(3) > span {
          left: 57px;
          bottom: 19px;
          line-height: 11px;
      }
      body[data-language-id="cy"] .category-sales-point-box:nth-child(3) > p span {
          top: 15px;
      }
      body[data-language-id="cy"] .category-sales-point-box > p {
          font-size: 50px;
      }
      body[data-language-id="cy"] .category-sales-point-box:nth-child(2) > p span {
          right: -65px;
          top: 10px;
          font-size: 40px;
      }
      .category-sales-point-box:nth-child(2) > span  {
          left: 61px;
          bottom: 18px;
          line-height: 11px;
      }
      .category-sales-point-box:nth-child(3) > span {
          bottom: 24px;
      }
      body[data-language-id="cy"] .category-sales-point-box:last-child {
          width: 48%;
      }
      body[data-language-id="cy"] .category-sales-point-box > span.tovar {
          left: 61px;
          bottom: 17px;
      }
      body[data-language-id="cy"] .category-sales-point-box > span.proizved {
          left: 61px;
          top: -2px;
      }
      .category-sales-point-box:first-child > span {
          padding-left: 45px;
      }
      body[data-language-id=cy] .category-sales-point-box {
          width: 48%;
      }
  }

  .fancybox-wrap.mobile {
    max-height: 500px;
    width: 100% !important;
    left: 10px !important;
    overflow-y: scroll !important;
  }
  
  .fancybox-wrap.mobile .color-selection-preview__pic {
    margin-bottom: 0;
  }
  .fancybox-wrap.mobile .color-selection-preview__info {
    padding: 0;
  }
  
  .fancybox-wrap.mobile .color-selection-preview__pic-color {
    margin-bottom: 0;
  }
  
  .fancybox-wrap.mobile input[type=radio]+.color-selection-group__item {
    width: 32px;
    height: 32px;
  }


/* Попап комментариев в карточке товара */
.product-comments__comment-container {
    cursor: pointer;
}

.product-comments__comment-detail-container {
    background: #fff;
    width: 1180px;
    /* padding: 20px; */
}
.product-comments__comment-detail-container .review-max-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.product-comments__comment-detail-container .swiper-slide {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-comments__comment-detail-container .review-max-row {
    width: 100%;
}
.product-comments__comment-detail-container .review-max-row .review-max-box {
    width: 62%;
    display: flex;
    flex-direction: row;
    align-self: center;
}
.product-comments__comment-detail-container .review-max-row .review-max-text {
    width: 38%;
    padding: 38px 45px 59px;
}
.product-comments__comment-detail-container .review-max-row .lonely{
    display: flex;
    flex: auto;
    flex-wrap: wrap;
}
.product-comments__comment-detail-container .swiper-pagination {
    display: none;
}
.product-comments__comment-detail-container .swiper-button-next, .product-comments__comment-detail-container .swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 2px black;
    background: unset;
}
.product-comments__comment-detail-container p.review-max-text-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 7px;
}
.product-comments__comment-detail-container p.date {
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    color: rgb(0, 168, 181);
    margin-bottom: 13px;
}

.product-comments__comment-detail-container p.review-max-text-about {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: rgb(0, 0, 0);
    margin-bottom: 17px;
    -webkit-line-clamp: initial;
}

.reviews-row-content .review-row-box-list > p {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1279px) {
    .product-comments__comment-detail-container {
        width: 1000px;
    }
}
@media (max-width: 1023px) {
    .product-comments__comment-detail-container {
        width: 960px;
    }
}
@media (max-width: 991px) {
    .product-comments__comment-detail-container {
        width: 730px;
    }
}
@media (max-width: 767px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
    .product-comments__comment-detail-container .review-max-row {
        flex-direction: column;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 70%;
        margin: 0 auto;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 100%;
        padding: 19px 23px 30px;
        margin-top: 20px;
    }
    .product-comments__comment-detail-container {
        width: 100%;
        padding: 0;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-box {
        width: 100%;
    }
    
    .product-comments__comment-detail-container .swiper-slide img {
        width: 100%;
    }
}
@media (max-width: 567px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
    .product-comments__comment-detail-container .review-max-row .review-max-text {
        width: 100%;
        margin: 0 auto;
    }
    .product-comments__comment-detail-container .product-comments__c-useful {
        display: none;
    }
}
@media (max-width: 479px) {
    .product-comments__comment-detail-container {
        width: 100%;
    }
}

.card-new-box-row-size p, .card-new-box-row-material p, .car-new-box-row-orto p {
    margin-right: 15px;
}

.catalog #catalog .snippets-block .stock-pr {
  background: #99CC33;
  color: #fff;
}
  
.catalog #catalog .snippets-block span{
  line-height: inherit!important;
}
/* End */
/* /bitrix/templates/askona_v2/assets/css/nice-select.css?17250176974009 */
/* /bitrix/templates/askona_v2/assets/css_v2/jquery.fancybox.min.css?172501769812795 */
/* /bitrix/templates/askona_v2/assets/css_v2/minimal.css?175092490791028 */
/* /bitrix/templates/askona_v2/assets/css_v2/stylesheet.css?17250176986476 */
/* /bitrix/templates/askona_v2/assets/css_v2/media.css?172501769846013 */
/* /bitrix/templates/askona_v2/components/bitrix/sale.basket.basket.line/5r_minicart/style.css?172951422113495 */
/* /local/components/5rlv/system.auth.form/templates/.default/style.css?174972040645899 */
/* /bitrix/templates/askona_v2/styles.css?17250176964952 */
/* /bitrix/templates/askona_v2/template_styles.css?172501769666298 */
