/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*00 - FONTS IMPORT*/
/*01 - LIBRARIES*/
/*02 - GLOBAL SETTINGS*/
/*03 - FOOTER*/
/*04 - ELEMENTS*/
/*05 - POPUPS*/
/*06 - ADDITIONAL STYLES CONNECTED TO STYLE-TOP.CSS*/
/*07 - OTHER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto;
}

body {
  height: auto;
  overflow: visible;
}

body ::-moz-selection {
  color: #fff;
  background: var(--clr-title);
}

body ::selection {
  color: #fff;
  background: var(--clr-title);
}

body ::-moz-selection {
  color: #fff;
  background: var(--clr-title);
}

.flex-direction-r-reverse{flex-direction: row-reverse;}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

 

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry{position:relative}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper{cursor:url(../img/drag.png) 16 9,ew-resize}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper{cursor:url(../img/drag-vertical.png) 8 16,ns-resize}
.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper{cursor:default}
.swiper-pagination.swiper-pagination-relative{position:relative;margin-top:20px;bottom:auto!important}
.swiper-pagination{line-height:0;z-index:2}
.swiper-button-next:after,.swiper-button-prev:after{content:none}
.swiper-container-horizontal > .swiper-pagination-bullets.relative-pagination {
  position: relative;
  margin-top: 30px;
  padding: 0;
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  width: auto;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 9px 14px;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background .250s linear .250s;
  -o-transition: background .250s linear .250s;
  transition: background .250s linear .250s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: 8px;
  height: 8px;
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: background .250s linear .250s;
  -o-transition: background .250s linear .250s;
  transition: background .250s linear .250s;
    border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(0, 0, 0, 1);
}

.swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: opacity .250s, -webkit-transform .250s linear;
  transition: opacity .250s, -webkit-transform .250s linear;
  -o-transition: opacity .250s, transform .250s linear;
  transition: opacity .250s, transform .250s linear;
  transition: opacity .250s, transform .250s linear, -webkit-transform .250s linear;
  content: '';
}

.swiperVacancy .swiper-button-next:after, .swiperVacancy .swiper-button-prev:after {
  color: transparent;
}

.swiperVacancy .swiper-button-next, .swiperVacancy .swiper-button-prev {
  width: var(--swiper-navigation-size);
  transition: .3s;
}

.swiperVacancy .swiper-button-next:hover span::before, .swiperVacancy .swiper-button-prev:hover span::before {
  background: initial;
} 

.swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:var(--clr-title)000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:var(--clr-title);opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:var(--clr-title)000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:var(--clr-title)}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:var(--clr-title);opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    width: 40px;
    height: 40px;
    background: var(--clr-primary);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 5;    
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: 50px;
    transition: var(--transition-1);
}
.swiper-button-next {
    left: auto;
    right: 50px;
}
.swiper-button-next.buttonPosition-2{
    right: -20px;
}
.swiper-button-prev.buttonPosition-2{
    left: -20px;
}
.swiper-button-prev span, 
.swiper-button-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background: var(--clr-white);
  margin-top: -3px;
  margin-left: -2px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);    
}
.swiper-button-prev span:nth-child(2), 
.swiper-button-next span:nth-child(2)  {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 1px;
    background: var(--clr-white);
    margin-top: 4px;
    margin-left: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-next span:nth-child(2)  {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-button-next span  {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-button-prev span:before, 
.swiper-button-next span:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    content: '';
}
.swiper-button-next span:before {
    right: auto;
    left: 0;
}

@media (min-width: 1200px){
    .swiper-button-prev:hover, .swiper-button-next:hover{
        background-color: var(--clr-title);
    }
    .swiper-pagination-bullet:hover{background:var(--clr-primary)}
}
/*----------------------------------------*/
/* 06 - SUMOSELECT CUSTOM */
/*----------------------------------------*/
.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 100%;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: 0;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
  font-size: 14px;
  line-height: 22px;
}

.SumoSelect.open .search-txt {
  height: 46px;
  border: 1px solid var(--clr-primary);
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--clr-title);
  background-color: transparent;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden;
}

.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}

/*.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #34b4e1;
          box-shadow: 0 0 2px #34b4e1;
  border-color: #34b4e1;
}*/

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid var(--clr-title);
  min-height: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  color: var(--clr-title);
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: var(--clr-plc);
  font-style: inherit;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--bg-1);
  border: 1px solid var(--clr-primary);
          box-shadow: none;
          border-radius: 2px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 100%;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: .5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  color: var(--clr-primary);
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options li.opt:hover, .SumoSelect > .optWrapper > .options li.opt.selected {
  background-color: var(--bg-4);
}

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  -webkit-border-radius: 0 0 3px;
          border-radius: 0 0 3px;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SumoSelect .select-all {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.input{
    height: 46px;
    border: 1px solid var(--clr-orange);
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--clr-title);    
    background-color: transparent;
    border-radius: 1rem;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.input::placeholder{
    color: var(--clr-title);    
}
.input:focus{
    border-color: var(--clr-black);
}

.input.readonly{
    padding-right: 50px;
}
textarea.input{
    resize: none;
    height: 94px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 22px;    
}
textarea.input.small{height: 80px;}


.radio .check{
    width: 12px;
    height: 12px;    
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}

@media(max-width: 767px){
    .input{
        border-radius: 10px;
    }
}


/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
.breadcrumbs{margin-bottom:40px}
.breadcrumbs li{position:relative;display:inline-block}
.breadcrumbs li:after{content:'';position:relative;display:inline-block;width:10px;height:10px;border-radius:50%;border:2px solid var(--clr-primary);margin:0 5px 0 8px}
.breadcrumbs li:last-child:after{content:none}
.breadcrumbs li.active{text-decoration:underline}
@media (hover: hover) and (min-width: 992px),(-ms-high-contrast: none) {
.breadcrumbs li a:hover{text-decoration:underline}
}

/* custom_dropdown */
 

/* end of custom_dropdown */
/* link-icon */
.link-icon {
  display: inline-block;
  position: relative;
  color: #565656;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.link-icon:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/icon-edit.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.link-icon:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .link-icon:hover {
    opacity: .7;
  }
}

/* end of link-icon */
/* simple-link */
.simple-link {
  position: relative;
  color: var(--clr-primary);
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.simple-link:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .simple-link:hover {
    text-decoration: underline;
  }
}

/* end of simple-link */ 
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper{position:fixed;z-index:1100;left:0;top:0;width:100%;height:100%;left:-100%;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}
.popup-wrapper.category-active{top:60px;}
.popup-wrapper.category-active:not(.city-active){z-index: 1000;}
.popup-wrapper.active{left:0;-webkit-transition-delay:0;-o-transition-delay:0;transition-delay:0}
.popup-wrapper .bg-layer{position:absolute;left:0;top:-100px;right:0;bottom:-100px;background:rgba(0,0,0,0.8);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0}
.popup-wrapper.city-active .bg-layer{background:rgba(0,0,0,0.9);}
.popup-wrapper.active .bg-layer{opacity:1}
.popup-wrapper.category-active:not(.city-active) .bg-layer{display: none;}
.popup-content{position:absolute;top:0;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;font-size:0;text-align:center;-webkit-transition:opacity .3s ease-out,left 0 .3s,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,left 0 .3s,-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out,opacity .3s ease-out,left 0 .3s;transition:transform .3s ease-out,opacity .3s ease-out,left 0 .3s;transition:transform .3s ease-out,opacity .3s ease-out,left 0 .3s,-webkit-transform .3s ease-out;-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transform:scale(1.2);opacity:0;left:-10000px;padding:15px}
.popup-content.active{-ms-transform:scale(1);transform:scale(1);-webkit-transform:scale(1);opacity:1;left:0;-webkit-transition:opacity .3s ease-out,left 0 0s,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,left 0 0s,-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out,opacity .3s ease-out,left 0 0;transition:transform .3s ease-out,opacity .3s ease-out,left 0 0;transition:transform .3s ease-out,opacity .3s ease-out,left 0 0s,-webkit-transform .3s ease-out;position:relative}
.popup-wrapper.category-active.city-active .popup-content.active{position: absolute;}
.popup-wrapper.category-active.city-active #city-popup{top: -60px;}
.popup-content:after{display:inline-block;vertical-align:middle;height:100%;content:""}
.popup-container{display:inline-block;vertical-align:middle;width:100%;position:relative;text-align:left;background: var(--bg-1);}
.popup-container.size-1{max-width:570px}
.cart-popup .popup-container{max-width:760px}
.promo-popup .popup-container{max-width:860px}
.quick-popup .popup-container{max-width:1200px}
.popup-content .layer-close{position:absolute;left:0;bottom:0;right:0;height:10000px}
.popup-align{padding:60px 70px 70px;overflow:hidden}
.cart-popup .popup-container .popup-align{padding:60px 70px 40px}
.popup-content .popup-container > .btn-close{position:absolute;right:0;top:0}
.popup-align a:not(.btn){color:var(--clr-primary)}
.popup-align a:not(.btn):hover{text-decoration:underline}
.popup-title{margin-bottom:15px}
.popup-form{text-align:left}
.popup-form .checkbox-entry{margin-bottom:20px}
.popup-form:not(:last-child){margin-bottom:20px}
.popup-form:not(:first-child){margin-top:30px}
.popup-form .input{margin-bottom:15px}

.popupInfo {
    position: relative;
    text-align: center;
    padding: 55px 60px 60px;
}
.popup-container.size2 {
    max-width: 600px;
}

.thankYouMessage {
    position: relative;
    font-size: 26px;
    line-height: 36px;
    color: var(--clr-title);
}

.popup-container .ingredientsWrapper .ingredienSection {
    width: 33%;
    padding: 40px 0 0;
}
.popupInfo .thankYouDecor {display: none;}

.login-info .h6{
    margin-bottom: 30px;
}
.login-code {
    display: none;
    padding-bottom: 10px;
    font-size: 0;
}
div.login-code p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.send_code_again.btnDisabled {
    pointer-events: none;
}
a.send_code_again {
    text-decoration: underline;
}
.btnDisabled {
    opacity: 0.3!important;
}
input[type=number] {
    -moz-appearance: textfield; 
    appearance: textfield;
}  

.popupInfo .as {
    margin-bottom: 30px;
}
.popupInfo .send_code_again{
    display: table;
    margin: 15px auto 0;
}


[data-rel="sms"] .deliveryWarning .errorMsg {
    margin: 0 0 20px;
}
[data-rel="sms"] .deliveryWarning .errorMsg p {
    line-height: 14px;
    text-align: left;
}
[data-rel="sms"] .button{
    margin-top: 5px;
}
.deliveryWarning .errorMsg {
    position: relative;
    font-size: 14px;
    color: rgba(212, 0, 0, 0.6);
    border: 1px solid rgba(212, 0, 0, 0.3);
    padding: 15px;
    margin-top: 15px;
    display: none;
}
.deliveryWarning .errorMsg img {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 24px;
    height: 24px;
    display: block;
    margin-top: -12px;
}
.deliveryWarning .errorMsg p {
    padding-left: 35px;
}

.popup-container.size1 {
    max-width: 750px;
}
.delivery-wait .popup-container, .popup-content-type2 .popup-container{
    border-radius: 30px;
}
.delivery-wait img, .popup-content-type2 img{
    margin-bottom: 20px;
    max-width: 200px;
}
.popup-title,.popup-subtitle{
    font-weight: 600;
}
.delivery-wait .popup-title, .popup-content-type2 .popup-title{
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.popup-subtitle{
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 500;
}
.delivery-wait .button, .popup-content-type2 .button{
    width: 145px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
}
@media(max-width:767px){
    .delivery-wait .popup-container, .popup-content-type2 .popup-container{
        border-radius: 20px;
    }
    .delivery-wait img, .popup-content-type2 img{
        margin-bottom: 10px;
    }
    .delivery-wait .popup-title, .popup-content-type2 .popup-title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .popup-subtitle{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .delivery-wait .button, .popup-content-type2 .button{
        font-size: 16px;
    }
}
/*.popupInfo.callCenterImg:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  height: 190px;
  background-image: url(../img/call-back-img.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  content: '';
}*/

.popup-callback p{
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}
.popupInfo .callBack {
    font-family: Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: color .250s linear;
    -o-transition: color .250s linear;
    transition: color .250s linear;
    margin-bottom: 30px;
    display: inline-block;
}
.popup-callback .button{
    margin-top: 10px;
    font-size: 15px;
    padding: 14px 35px;    
}

.form-group > span >span{display: block;width: 100%;}

.delateConfirm {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--clr-title);
}

.delateConfirm p {
  margin-bottom: 30px;
}

.delateConfirm .button {
  margin: 0 5px;
}

[data-rel="empty-data"] .button{
    margin-top: 10px;
}

.popup-delete-address, .popup-add-address{font-size: 20px;line-height: 26px;font-weight: 600;color: var(--clr-title);}
.popup-delete-address span.address-to-delete{font-size: 14px;display:block;margin-top: 25px;text-decoration: underline;}
.popup-delete-address .button, .popup-add-address .button{margin: 0 15px 10px;}

.popup-delete-address p{margin-bottom: 30px;}

.popup-add-address > p{margin-bottom: 30px;}
 
.SumoSelect .CaptionCont {
    border: 1px solid var(--clr-primary);
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
    border-radius: 1rem;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url(../img/icons/select-arrow.svg);
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont {
  box-shadow: none; 
}

.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont{
    border-color: var(--clr-primary);
}

.popup-add-address .input{
    font-weight: 400;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
  margin: 0; 
}
.imgWrapper {
    border-radius: 6px;
    transition: all 0.3s ease;
}

.min-summ-popup .popupInfo p{font-size: 14px;min-height: 40px;}
.min-summ-popup .popupInfo span {
    display: block;
    font-size: 15px;
    font-weight: 800;
    padding: 3px 16px; 
    width: 100%;
}

@media (max-width: 1500px) {
    .delateConfirm .button{
        margin: 0 15px 10px;
    }
}
@media (max-width: 767px) {
    .popupInfo {
        padding: 55px 10px 40px;
    }
    .delateConfirm .button {
        display: block;
        margin: 15px 0;
    }  
    .SumoSelect .CaptionCont{
        border-radius: 10px;
    }  
}
@media (max-width: 575px) {
    .popup-align,.cart-popup .popup-container .popup-align{padding:40px 15px 25px}
    .popup-add-address .sumoWrapper {
        margin-bottom: 15px;
    }    
}

/* end of popup general inner styles 
  
 
/* ============================ 
/* Thank you */
/* ============================ */
.thank-section .sectionTitle{margin-bottom:40px;}
.content-title {
  margin-bottom: 15px;
}
.thank-section{position: relative;}
.decor {
    position: absolute;
    bottom: 0;
    width: 360px;
    height: 450px;
    background-size: contain;
    background-position: center;
}
.decor.decor-left{
    left: 0;
} 
.decor.decor-right{
    right: 0;
}

.thanks-wrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: var(--sp-md);
}

.thanks-left{
    max-width: 460px;
}

.thanks-left .title{
    font-weight: 600;
}

.thanks-left .title b{
    font-weight: 600;
}

.thanks-right{
    min-width: 500px;
    max-width: 500px;
}

.thanks-right .thank{
    margin-top: 0;
    max-width: 100%;
}

.thank {
    margin-top: 40px;
    position: relative;
    z-index: 5;
    max-width:860px;
    margin-left: auto;
    margin-right:auto;
}
.thank .button{
    display: flex;
    margin-left: auto;
    width: fit-content;
}
.thank_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
font-size: 26px;
}
.thank_head .time{font-size:23px;}
.thank_head .time span + span {
  margin-left: 15px;
}


.thank .thank_head{padding:0 16px;}
.thank .thank_head.caption{font-size: 16px;font-weight: 500;color: var(--clr-title);margin-bottom: 15px;}
.thank .thank_head.caption b{font-weight:500;}
.thank .thank_head .time{min-width:135px;display: flex;justify-content:space-between;padding-right: 20px;}
.thank .thank_head.caption .time{font-size: 16px;font-weight: 500;color: var(--clr-title);padding-right:16px;}

.thank .prod_horiz{padding:8px 0;}
.thank .prod_horiz:first-child{border-top:none;}
.thank .prod_horiz:last-child{border-bottom:none;}
.thank .prod_horiz .prod_horiz-img{width:90px;height:90px;}
.thank .prod_horiz .prod_horiz-details{width:75%;}
.thank .prod_horiz .prod_horiz-info{width:25%;display: block;}
.thank .prod_horiz .prod_horiz-desc{width: calc(100% - 90px);}
.thank .prod_horiz .title{font-size:18px;line-height: 1.4;font-weight: 600;color: var(--clr-title);}
.thank .prod_horiz p:empty{display: none;}
.thank .prod_horiz .prod_horiz-amount{font-size:16px;font-weight: 600;}
.thank .prod_horiz .price-wrap .price{font-size:18px;font-weight: 600;}
.thank .prod_horiz .price-wrap{text-align:left;color: var(--clr-title);font-size: 18px;font-weight: 600;margin-top: 10px;}
.thank .thank_info td:first-child{color:var(--clr-title);}




.thank_total_wrapp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding: 25px 0;
}

.thank_total {
    text-align: right;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--clr-title);  
}

.thank_total span, .thank_total b{
    color: var(--clr-primary);
    font-weight: 500; 
}

.thank_total.discount{
    font-size: 18px;
    margin-bottom:10px;
    color: var(--clr-title);  
}

.thank_total.discount span, .thank_total.discount b{
    color: var(--clr-title);
}

.thank_total.discount img{
    width: 14px;
    margin-right: 2px;
}
.thank_total_wrapp .reply_order{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.thank_info {
    border-radius: 1.5rem;
    position: relative;
    padding: 0.5rem 1rem;
    border: 1px solid var(--clr-primary);
    width: 100%;
}

.thank_info td {
    height: 40px;
    padding: 8px 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.4; 
    color: var(--clr-text);
}

.thank_info td:first-child {
    width: 30%;
    padding-right: 10px;
    font-weight: 500;
    color: var(--clr-title);    
}

.thank_info td:first-child b{
    font-weight: 600;
}

.thank_items{
    margin-bottom: 30px;
    border-radius: 1.5rem;
    position: relative;
    padding: 0.5rem 1rem;
    border: 1px solid var(--clr-primary);
}


.thank_info span{display: inline-block;margin-left: 15px;}
.prod_horiz {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.prod_horiz .prod_horiz-img {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden; 
    border-radius: 15px;    
} 
.prod_horiz .prod_horiz-desc {
    width: calc(100% - 100px);
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prod_horiz .prod_horiz-details {
    width: 40%;
    padding-right: 15px;
}
.prod_horiz .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px; 
    color: #0E0E0E; 
    margin-bottom: 8px;
} 
.prod_horiz .custom_dropdown-toggle {
    font-size: 13px;
    line-height: 18px;
    color: #6B6B6B;    
}
.prod_horiz  .prod_horiz-info {
    width: 60%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod_horiz .prod_horiz-price {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #0E0E0E;    
    width: 30%;
    text-align: right;
} 
.prod_horiz .prod_horiz-amount {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #0E0E0E;    
    text-align: center;
}
.prod_horiz .price-wrap {
    width: 30%;
    text-align: right;
}
.prod_horiz .price-wrap .price {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #0E0E0E;      
}
 
@media(min-width: 1200px){
  .thank_total_wrapp .reply_order:hover{
    color: var(--clr-primary);
  }
  
  .thank .prod_horiz .title:hover{
    color: var(--clr-primary);
  }
}

@media(max-width: 991px){
    .thanks-wrapp{
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 767px) {
    .thank_head .time span + span {
        margin-left: 10px;
    }

    .thank_total_wrapp{
        padding: 15px 0;
    }
    .prod_horiz .prod_horiz-details{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .prod_horiz .price-wrap,
    .prod_horiz .prod_horiz-amount,
    .prod_horiz .prod_horiz-price{
        width: auto;
        font-size: 14px;
    }
    .prod_horiz .prod_horiz-info{
        width: 100%;
        padding-left: 0;
    }
    .prod_horiz .prod_horiz-img{
        width: 80px;
        height: 80px;
    }
    .prod_horiz{
        align-items: flex-start;
    }
    .prod_horiz .prod_horiz-desc {
        width: calc(100% - 80px);
    }    
    .prod_horiz .price-wrap .price, 
    .thank_total span,
    .thank_info td{font-size: 14px;}
    .thank_info span{margin-left: 0;}

    .thanks-right{
        min-width: 100%;
        max-width: 100%;
    }
    .thank_items{
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }
}

/* thank type2 (history-detail) */
.thank.history-detail {
  position: relative;
  padding: 0;
  border: none;
  max-width: 680px;
  margin: 0 auto;
}

.thank.history-detail .thank_head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thank.history-detail .thank_head .time {
  margin: 0 30px;
}

.thank.history-detail .thank_head .history-status {
  margin-left: auto;
}

.thank.history-detail .back-link {
  position: absolute;
  top: 5px;
  right: 100%;
  margin-right: 80px;
}

.thank.history-detail .checkbox-entry-wrap {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
  .thank.history-detail .back-link {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .thank.history-detail .thank_head .time {margin: 0 15px;}
  .thank{margin-top:20px;}
  .thank .thank_head{font-size:18px;}
  .thank .thank_head .time{min-width:120px;padding-right: 0;font-size:18px;}
  .thank .thank_head.caption{font-size:16px;margin-bottom:10px;padding: 0 8px;}
  .thank .prod_horiz{align-items:center;}
  .thank .prod_horiz .prod_horiz-img{width:80px;height:80px;}
  .thank .prod_horiz .prod_horiz-desc{width: calc(100% - 80px);padding-left:10px;}
  .thank .prod_horiz .prod_horiz-details{margin-bottom:0;}
  .thank .prod_horiz .title{font-size:15px;}
  .thank .prod_horiz .price-wrap{margin-top: 5px;}
  .thank .prod_horiz .prod_horiz-amount, .thank .prod_horiz .price-wrap .price{font-size:16px;}
  .thank .thank_head.caption .time{padding-right:8px;}
  .thank_total{margin-bottom:1.5rem;}
  .thank_total.discount{font-size:16px;margin-bottom: 5px;}
  .thank_total{font-size: 16px;}
  .thank_info{padding: 0.5rem;}
}

 
/* ============================ */
/* cabinet */
/* ============================ */
.history-table {
  border-collapse: collapse;
  width: 100%;
}

 

/* end of other in cabinet */
/*--------------------------------------------------------*/
/* Ckeckout: */
/*--------------------------------------------------------*/
.form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.delivery-form .checkbox-entry-wrap {
  margin-bottom: 15px;
}

.delivery-form hr {
  margin: 10px 0 15px;
  height: 1px;
  background-color: #565656;
}

.delivery-form .input-button {
  margin-bottom: 10px;
}

.search-mobile-button {
  display: none;
}

.checkout-map {
  position: relative;
    margin-bottom: 25px;
}
div.map-block,
.checkout-map .map-block {
  height: 470px;
    margin-bottom: 25px!important;
}

.checkout-map .marker{
  display:none;
}
/*Radio CheckBox*/
.checkboxEntry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 20px;
  min-height: 20px;
}
.ui-front{
    z-index: 1200;
}

.checkboxEntry.light span {
  color: #fff;
}

.checkboxEntry input {
  display: none;
}
.olControlAttribution{display: none!important;}
.checkboxEntry input:checked + span:before {
  background-position: center center;
}

.checkboxEntry input:checked + span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.checkboxEntry span {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 22px;
    display: block;
    font-weight: 500;
    color: var(--clr-title);
}

.checkboxEntry span:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 2px solid var(--clr-primary);
    z-index: 1;
    content: "";
}

.checkboxEntry span:after {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
    -webkit-transform: scale(0.05);
      -ms-transform: scale(0.05);
          transform: scale(0.05);
    opacity: 1;
    -webkit-transition: opacity .450s linear, -webkit-transform .450s linear;
    transition: opacity .450s linear, -webkit-transform .450s linear;
    -o-transition: opacity .450s linear, transform .450s linear;
    transition: opacity .450s linear, transform .450s linear;
    transition: opacity .450s linear, transform .450s linear, -webkit-transform .450s linear;
    content: '';
    background: var(--clr-primary);
}

.checkboxEntry.radio span:before {
    border-radius:50%;
  background: none;
}

.checkboxEntry.radio span:after {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}


.not-delivery {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #F05B5B;
  padding: 20px;
}

.toggle-block {
  display: none;
}

.checkout-products {
  padding-bottom: 20px;
}

.checkout-products .prod_horiz {
  margin-bottom: 10px;
}

.moneychange-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
}

.moneychange-input .input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 0;
  width: 190px;
}

.moneychange-input .checkbox-entry {
  margin-left: 20px;
  margin-bottom: 0;
}



.main-order-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-wrapp .price-delivery,
.price-wrapp .price-discount {
  display: none;
  margin-bottom: 10px;
}

.cart-empty-section {
  display: none;
}

.alert {
  padding: 20px 30px;
}

.alert-success {
  background-color: #F5F5F5;
  border-top: 2px solid var(--clr-primary);
  color: var(--clr-title);
  text-align: center;
  font-size:13px;
}

.lowOrder.alert-success + .lowOrderDelivery.alert-success{
  border-top:none;
  padding-top: 0;
}

.order-wrap .deliveryWarning{
  margin: 30px 0;
}

@media (max-width: 991px) {
  .delivery-form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .search-mobile-button {
    display: block;
    margin-bottom: 30px;
  }
  .moneychange-input .input{
    width:100px;
  }
  .checkboxEntry span{
    line-height: 1.1;
  }
}

/*change style autocomplete*/
.pac-container {
  background: #fff;
  border-radius: 0;
}

.pac-container .pac-item {
  margin: 0;
  padding: 0 15px;
  border-top: 0;
  font-size: 14px;
  color: var(--clr-title);
  line-height: 40px;
  font-weight: 300;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pac-container .pac-item:nth-child(1) {
  border-top: none;
}

.pac-icon-marker {
  display: none !important;
}

.pac-item-query {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pac-container.pac-logo:after {
  content: none;
}

/* infobox */
.infoBox {
  background-color: #FFF;
  color: var(--clr-title);
  font-size: 16px;
}

.infoBox > img {
  z-index: 1;
  width: 14px;
  margin: 10px !important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.info-box {
  padding: 10px 10px 15px;
  position: relative;
  text-align: center;
}

@media (hover: hover) and (min-width: 992px), (-ms-high-contrast: none) {
  .infoBox > img:hover {
    opacity: .7;
  }
}

/* end of infobox */


/*cart-informer*/
.cart-informer{position: fixed;display: -webkit-flex;display: -ms-flexbox;display:flex;justify-content: space-between;align-items: center;bottom: 0;z-index: 500;max-width: 1090px;height:100px;width:90%;left: 50%;background:#fff;-webkit-transform: translate(-50%, 120px);transform: translate(-50%, 120px);visibility: hidden;opacity: 0;border-top: 5px solid var(--clr-primary);padding: 20px; -webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;box-shadow: 0 6px 10px 2px rgba(0,0,0,0.09);}
.cart-informer .cart-informer-inner{position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.cart-informer .cart-informer-inner .text{display: inline-block;margin-right: 10px;}
.cart-informer .cart-informer-inner .text span{color:var(--clr-primary);}
.cart-informer.active{visibility: visible;opacity: 1;-webkit-transform: translate(-50%, -15px);transform: translate(-50%, -15px);}
@media(max-width:575px){
  .cart-informer{height:auto;max-width: 100%;display:block;}
  .cart-informer .cart-informer-inner{display:block;text-align:center;}
  .cart-informer .cart-informer-inner .text{display:block;margin-right:0;margin-bottom:15px;}
}

/*comment block*/
.comment-block{position:relative;text-align:right;}
.comment-block .btn{margin-top:20px;}
.added-comment{position:relative;margin-top:30px;}
.added-comment .date-comment{font-size:12px;text-align: right;}

/*ingridient block*/
.free-ing .free-ing-text{margin-bottom: 5px;}
.free-ing .ingredient{cursor:inherit;}
.free-ing .ingredient:before{content:none;}


.quick-popup .product_detail{font-size:16px;}


/*--------------------------------------------------------*/
/* CART POPUP */
/*--------------------------------------------------------*/
.cart-popup .cart{position:relative;right:auto;top:auto;display:block;transform:none;width:100%;transition:none;font-size:16px}
.cart-popup .cart .cart_items{padding:0 20px;max-height:568px}
.cart-popup .cart .prod_horiz-desc .title{color:var(--clr-title);text-decoration:none}
.cart-popup .cart .cart_bottom{padding:20px}
@media (min-width: 992px) {
.cart-popup .cart .prod_horiz-desc a.title:hover{color:var(--clr-primary)}
}
@media(max-width:1500px) {
.cart-popup .cart .cart_items{max-height:392px}
}
@media(max-width:767px) {
.cart-popup .cart .cart_items{padding:0}
.cart-popup .cart .cart_bottom{padding:10px 0}
}
 
 

/*--------------------------------------------------------*/
/* CHECKOUT */
/*--------------------------------------------------------*/
.payItems {
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}

.payItems .table {
  width: 100%;
  border-collapse: collapse;
}

.payItems .table .thead {
  font-size: 15px;
  line-height: 20px;
}

.payItems .table .thead .td {
  font-weight: 600;
  padding: 24px 15px;
  width: 14.3333%;
}

.payItems .table .thead .td:first-child {
  padding: 0;
  width: 4%;
}

.payItems .table .thead .td:last-child {
  padding-right: 20px;
}

.payItems .table .tfoot {
  font-size: 16px;
  text-align: right;
}

.payItems .table .tfoot .tr {
  border-bottom: 0;
  float: right;
}

.payItems .table .tfoot .fullPrice {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: middle;
    color: var(--clr-title);
}

.payItems .table .tfoot .fullPrice p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.payItems .table .tfoot .fullPrice span,
.payItems .table .tfoot .fullPrice i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--clr-primary);
    font-weight: 700;
}



.payItems .table .tbody .td {
  padding: 20px 15px;
  height: 120px;
}

.payItems .table .tbody .td:first-child {
  padding: 0;
  width: 1%;
}

.payItems .table .tbody .td:nth-child(2) {
  padding-left: 0;
}

.payItems .table .tr .tr {
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
}

.payItems .table .td {
  vertical-align: middle;
}

.payItems .table .td:nth-child(2) {
  width: 60%;
  padding-left: 0;
}

.payItems .singleItemPrice {
  color: var(--clr-title);
}

.payItems .singleItemPrice span {
  margin-right: 3px;
}

.payItems .itemPrice {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-title);
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

.smallProduct {
  position: relative;
  font-size: 13px;
  line-height: 18px;
}

.smallProduct .as {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-title);
}

.smallProduct .imgWrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  display: block;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity .250s linear;
  -o-transition: opacity .250s linear;
  transition: opacity .250s linear;
}

.smallProduct .smallProductInfo {
  padding-left: 102px;
}

.delateProduct {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.delateProduct:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 18px;
    background-image: url(../img/icons/remove-pr.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--transition-1);
}

.table {
  display: table;
}

.table .tr {
  display: table-row;
}

.table .td {
  display: table-cell;
}
.checkout-return-promocode{
    text-align: right;

}
.orderDiscount {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: bottom;
    color: var(--clr-title);
}
.cart-promocode{
    margin-bottom: 15px;
}

.cart-promocode span{
    color: var(--clr-primary);
}

.orderDiscount p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.orderDiscount span,
.orderDiscount i {
  display: inline-block;
  vertical-align: middle;
}

.tableMobTitle {
  display: none;
}

.emptyBasker {
  display: none;
}

.emptyBas .payItems {
  padding: 0;
  display: none;
}

.emptyBas .tablem,
.emptyBas .paySelect,
.emptyBas .btnWrapper {
  display: none;
}

.emptyBas .emptyBasker {
  text-align: center;
  display: block;
  padding: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.paySelect .h6{
    margin-bottom: 30px;
}
.form-group{
    display: block;
    position: relative;
}
.form-group i {
    position: absolute;
    top: 50%;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    z-index: 5;
    font-size: 14px;
}

.form-group i.textarea {
    -webkit-transform: none;
    transform: none;
    top: 14px;
}

.form-group i.houseNumber {
    max-width: 115%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.sumoWrapper i {
    position: absolute;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    top: -6px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    margin: 0 10px;
}

.sumoWrapper.focus i {
    opacity: 1;
    visibility: visible;
}

.form-group.focus i.textarea,
.form-group.focus i,
.sumoWrapper i {
    top: -6px;
    font-size: 12px;
    line-height:1;
    background: var(--bg-1);
    padding: 0 5px;
    margin: 0 10px;
    -webkit-transform: none;
    transform: none;
}

.form-group.focus i.houseNumber {
    max-width: 85%;
}
.form-group i.textarea {
    -webkit-transform: none;
    transform: none;
    top: 14px;
}

.deliveryCheckboxs{
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.deliveryCheckboxs .checkboxEntry span::before, .deliveryCheckboxs .checkboxEntry span::after{
    content: none;
}

.deliveryCheckboxs .checkboxEntry span{
    display: flex;
    align-items: center;
    position: relative;
    padding: clamp(0.6875rem, -0.1479rem + 1.7405vw, 1.375rem) 0.75rem;
    color: var(--clr-primary);
    font-weight: 500;
    width: fit-content;
    font-size: clamp(0.875rem, 0.5712rem + 0.6329vw, 1.125rem);
    line-height: 1;
    background-color: var(--bg-1);
    cursor: pointer;
    white-space: nowrap;
    z-index: 1;
    transition: var(--transition-1);
}

.deliveryCheckboxs .checkboxEntry span svg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    fill: transparent;
    transition: var(--transition-1);
}

.deliveryCheckboxs .checkboxEntry input:checked + span{
    color: var(--clr-white);
}

.deliveryCheckboxs .checkboxEntry input:checked + span svg{
    fill: var(--clr-primary);
}

.deliveryCheckboxs label, .payCheckboxs label{margin-right: 40px;}
.deliveryCheckboxs label:last-child, .payCheckboxs label:last-child{margin-right:0;}


.payCheckboxs .checkboxEntry span::before, .payCheckboxs .checkboxEntry span::after{
    content: none;
}

.payCheckboxs .checkboxEntry span{
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 1.125rem;
    color: var(--clr-title);
    font-weight: 500;
    width: fit-content;
    font-size: 18px;
    line-height: 1;
    background-color: var(--bg-1);
    cursor: pointer;
    white-space: nowrap;
    z-index: 1;
    transition: var(--transition-1);
}

.payCheckboxs .checkboxEntry span svg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    fill: transparent;
    transition: var(--transition-1);
}

.payCheckboxs .checkboxEntry input:checked + span svg{
    stroke: var(--clr-primary);
}

.promocode input, .referral input{font-style: oblique;background: #e6e6e6;font-weight: 600;}
.promocode input:hover , .referral input:hover {cursor: pointer;}
.set-promokod{position: relative;margin: 30px 0 50px;}
.input-field-wrapp {max-width: 440px;position: relative;font-size: 0;display: flex;}
.pay-bonus-button,
.add-promo-code { 
    border-radius: 0px 30px 30px 0px;
}
.input-field-wrapp .form-group span{margin-bottom: 0;}
/*.input-field-wrapp .input{
    border-right: 0;
}*/
.input-field-wrapp .button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabinet-bofons-inner {position: relative;z-index: 1;text-align: center;}
.ui-datepicker-title select{background: #fff;border: 1px solid rgb(169, 169, 169);color: #333;-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;}
.set-bonuses .bofony-text, .top-label {
    font-size: 16px;
    line-height: 18px; 
    letter-spacing: 0.16px;
    color: var(--clr-title);
    font-weight: 600;
    margin-bottom: 10px;
}
.set-bonuses .bofony-text p{
    font-weight: bold;
}
.set-bonuses .bofony-text b{
    font-weight: bold;
    font-size: 22px;
    line-height: 1; 
    letter-spacing: 0.01em; 
}
.payCheckboxs{padding-bottom: 15px;}
.payCheckboxs .checkboxEntry{
    margin-bottom: 10px;
}
.set-bonuses{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.set-bonuses .input-field-wrapp{
    max-width: 100%;
}
.set-bonuses .input-field-wrapp .form-group{
    width: 100%;
}

.cityVector.sectionFullH{padding-top: 0;}

.payMainWrapper .orderButton{
    display: flex;
    width: fit-content;
    margin-left: auto;
}
.payItems .productCountWrapper{
    margin: 0;
    background: transparent;
}
.payItems .productOrder .productCount{
    color: var(--clr-primary);
}
.payItems .productOrder .productCount:before, .payItems .productOrder .productCount:after{
    width: 40%;
}
.payItems .productCountWrapper input{
    background: transparent;
}

.mobileBtn {
    display: none;
    text-align: center;
}
body .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

.ui-widget.ui-widget-content {
    border: 1px solid var(--clr-primary);
    background-color: var(--bg-1);
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 10px 15px;
    transition: var(--transition-1);
    border-bottom: 1px solid var(--clr-primary);
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--clr-primary);
    background: var(--clr-primary);
    font-weight: normal;
    color: var(--clr-white);
}
 
.map-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
}
#map-markers{width: 290px;background: #fff;padding: 25px 15px;text-align: center;-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2);box-shadow: 1px 2px 4px rgba(0,0,0,.2);font-size: 14px;line-height: 18px;color: #333;opacity:0;visibility: hidden;left: -50%;position: relative;margin-top: -115px;}
#map-markers.active{opacity:1;visibility: visible;}

.add-address-btns{
    padding-bottom: 15px;
}

.laTree.type-2{
    position: absolute;
    width: 100%;
    bottom: 26px;
}
.laTree.type-2 .treeProgress{
    height: 42px;
    max-width: 55%;
}
.laTree.type-2 .treeProgressText {
    font-size: 16px;
    font-style: italic;
}
.mobileAppWrapper {
    position: relative;
    text-align: center;
}
.mobileAppWrapper img{
    max-width: 100%;
}


@media (min-width: 1501px) {
    .hidden-lg1 {
        display: none !important;
    }
    body:not(.page-template-sending-checkbox) .ui-widget.ui-widget-content{
        max-width: 315px!important;
    }    
}

@media (min-width: 1200px) {
    .delateProduct:hover:before{
        opacity: 0.5;
    }
    .payItems .productOrder .productCount:hover{
        color: var(--clr-title);
    }
    .smallProduct a:hover{
        color: var(--clr-primary);
    }
    .payCheckboxs .checkboxEntry span:hover{
        color: var(--clr-primary);
    }
}


@media ( max-width:1500px ){
    body:not(.page-template-sending-checkbox) .ui-widget.ui-widget-content{
        max-width: 335px!important;
    }    
  .hidden-lt {
    display: none!important;
  }    
  .col-my-lt-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }    
    .payMainWrapper .orderButton{
        margin: 0 auto;
    }
}
@media(max-width: 1199px){
    .deliveryCheckboxs .checkboxEntry span svg{
        width: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .laTree.type-2 .treeProgress{
        max-width: 95%;
    }
    .laTree.type-2 .treeProgressText {
        font-size: 14px; 
    }    
    body:not(.page-template-sending-checkbox) .ui-widget.ui-widget-content{
        max-width: 310px!important;
    }      
  .payItems {
    padding: 0;
    border: 0;
  }
  .payItems .table .tfoot,
  .payItems .table .tbody,
  .payItems .table .tr,
  .payItems .table .td {
    position: relative;
    display: block;
  }
  .payItems .table .tfoot.tr {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .payItems .table .tfoot .td {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }
  .payItems .table .tfoot .fullPrice {
    padding: 0;
    text-align: center;
  }
  .payItems .table .payItems .table .tbody .td {
    height: auto;
  }
  .payItems .table .thead {
    display: none;
  }
  .payItems .smallProduct {
    font-size: 14px;
  }
  .payItems .smallProduct .smallProductInfo {
    padding-left: 150px;
  }
  .payItems .smallProduct .as {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .delateProduct {
    margin-left: auto;
    margin-top: 0;
  }
  .payCheckboxs label {
    margin-bottom: 15px;
  }
  .tableMobTitle {
    font-size: 14px;
    display: inline-block;
    padding-right: 4px;
  }
  .delateProduct:after,
  .delateProduct:before {
    width: 20px;
  }
  .smallProduct .as a {
    padding-right: 30px;
  }
  .emptyBas .emptyBasker {
    padding: 45px 15px;
  }
  .orderDiscount {
    display: block;
    padding: 0;
  }
    .set-bonuses .input-field-wrapp{
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .set-bonuses .bofony-text, .top-label{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .checkboxEntry span{font-size: 14px; }
    .checkboxEntry span:before{top:0;}
    .checkboxEntry span:after{top:4px;}

    .payCheckboxs .checkboxEntry span{
        font-size: 14px;
        padding: 14px;
    }
    .deliveryCheckboxs .checkboxEntry span{
        padding: 16px;
    }
    .deliveryCheckboxs .checkboxEntry span svg{
        width: 100%;
    }
    .deliveryCheckboxs label{
        margin-right: 20px;
    }
}


/*--------------------------------------------------------*/
/* ORDER IIKO */
/*--------------------------------------------------------*/
.history-order-iiko{position:relative;max-width:1030px;width:100%;margin-left:auto;margin-right:auto}
.order-iiko-item{position:relative;border-bottom:1px solid #ECECEC}
.order-iiko-item .more-detail{display:inline-block}
.order-iiko-caption{position:relative;font-size:0;border-bottom:1px solid #ECECEC}
.order-iiko-caption >*{display:inline-block;vertical-align:middle;padding:10px;width:15%;font-size:16px}
.order-iiko-caption >:first-child{padding-left:0}
.order-iiko-caption >:nth-child(2){width:20%}
.order-iiko-caption >:nth-child(3){width:40%}
.order-iiko-caption >:last-child{width:10%}
.order-iiko-item-info{position:relative;font-size:0;width:100%}
.order-iiko-item-info .order-number .simple-link{display:inline-block;padding-right:15px;position:relative}
.order-iiko-item-info .order-number .simple-link:before{content:"";position:absolute;top:50%;right:0;width:0;margin-top:-3px;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #D8D8D8;-webkit-transition:.3s;transition:.3s}
.order-iiko-item-info.open .order-number .simple-link:before{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}
.order-iiko-item-info >*{display:inline-block;vertical-align:middle;padding:15px 10px;width:15%;font-size:16px}
.order-iiko-item-info >:first-child{padding-left:0}
.order-iiko-item-info >:nth-child(2){width:20%}
.order-iiko-item-info >:nth-child(3){width:40%}
.order-iiko-item-info >:last-child{width:10%}
.order-iiko-item-detail{position:relative;width:100%;padding-bottom:15px;display:none}
.order-iiko-item-detail .order-iiko-caption{border-bottom:none}
.order-iiko-item-detail .order-iiko-caption >*{font-weight:700;font-size:14px}
.order-iiko-item-detail .order-iiko-caption >:first-child{margin-left:calc(15% + 10px);width:60%}
.order-iiko-item-detail .order-iiko-caption >:nth-child(2){width:15%;padding-left:0}
.order-iiko-item-detail .item-history{font-size:0}
.order-iiko-item-detail .item-history >*{display:inline-block;vertical-align:middle;padding:10px;width:15%;font-size:16px}
.order-iiko-item-detail .item-history >:first-child{padding-left:0}
.order-iiko-item-detail .item-history .name-product{width:75%;margin-left:calc(15% + 10px)}
.order-iiko-item-detail .item-history .amount-product{padding-left:0}
.repeat-order{position:relative;text-align:right;display:none;font-size:14px}
@media(max-width:991px) {
.order-iiko-caption >*,.order-iiko-item-info >*,.order-iiko-item-detail .item-history >*{font-size:14px}
.order-iiko-caption >:nth-child(3),.order-iiko-item-info >:nth-child(3){width:35%}
.order-iiko-caption >:last-child,.order-iiko-item-info >:last-child{width:15%}
}
@media(max-width:767px) {
.order-iiko-item-info >*{padding-top:10px;padding-bottom:10px}
.order-iiko-caption >:last-child,.order-iiko-item-info >:last-child{padding:0;width:0;display:none}
.order-iiko-caption >*,.order-iiko-item-info >*,.order-iiko-item-detail .item-history >*{font-size:12px;line-height:1.4;padding:5px}
.order-iiko-caption >:first-child,.order-iiko-item-info >:first-child{width:20%}
.order-iiko-caption >:nth-child(2),.order-iiko-item-info >:nth-child(2){width:20%}
.order-iiko-caption >:nth-child(3),.order-iiko-item-info >:nth-child(3){width:42%}
.order-iiko-caption >:nth-child(4),.order-iiko-item-info >:nth-child(4){width:18%;padding-right:0}
.order-iiko-item-detail .order-iiko-caption{display:none}
.order-iiko-item-detail .item-history .name-product{margin-left:calc(20% + 5px);width:calc(80% - 5px)}
.order-iiko-item-detail{padding-bottom:5px}
.order-iiko-item-detail .item-history .amount-product{padding-right:0;text-align:right}
.repeat-order{display:block}
}

/*--------------------------------------------------------*/
/* NEW PAGES */
/*--------------------------------------------------------*/
.text ul li{margin-bottom:12px;line-height:22px;padding-left:24px;position:relative;}
.text ul li:before{content: "";position: absolute;left:0;top:6px;width:8px;height:8px;border-radius:50%;background:var(--clr-primary);}

/*--------------------------------------------------------*/
/* Blog & Promotion */
/*--------------------------------------------------------*/
.news-wrapp > div[class^=col]{margin-top:30px}
.news-wrapp > div[class^=col] > .news-item{position:relative;height:100%;box-shadow:inset 0 0 0 1px #E7E7E7}
.news-item .news-img{position:relative;font-size:0;padding-bottom:56%;overflow:hidden;background-color:#F5F5F5}
.img-link{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}
.news-item .news-img img{position:absolute;top:0;width:100%;height:100%;-webkit-transition:.4s;transition:.4s;backface-visibility:hidden;object-fit:cover}
.news-tags{position:absolute;top:10px;left:10px;font-size:0;z-index:2}
.news-tags li{display:inline-block;margin-bottom:10px;margin-right:10px}
.news-tags li a{display:block;font-size:12px;line-height:14px;letter-spacing:.06em;text-transform:uppercase;color:var(--clr-title);padding:7px 10px;background:#fff}
.news-img .news-date{position:absolute;left:20px;bottom:20px;z-index:2}
.news-item .news-date{line-height:0;font-size:0;display:flex;align-items:flex-end}
.news-item .news-date img{position:relative;width:16px;height:auto;max-width:100%;top:auto;transition:none;margin-right:10px;transform:scale(1)!important}
.news-item .news-date span{display:inline-block;font-size:13px;line-height:1;color:#fff;font-weight:500}
.news-item .news-content{position:relative;padding:20px 20px 25px;text-align:left}
.news-item .news-content>*{margin-bottom:20px}
.news-item .news-content>:last-child{margin-bottom:0}
.news-content .title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-transition:.25s;transition:.25s}
.news-content .text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:48px;letter-spacing:.01em}

.custom-pagination{text-align:center;display:block;position:relative;margin-top:60px}
.custom-pagination ul{position:relative;display:inline-block;margin:0 auto;text-align:center;font-size:0}
.custom-pagination ul li{position:relative;display:inline-block;vertical-align:middle;margin-right:10px}
.custom-pagination ul li.dott{display:inline-block;color:var(--clr-title);font-size:18px;font-weight:400;line-height:50px;height:50px;width:50px;pointer-events:none}
.custom-pagination ul li:last-child{margin-right:0}
.custom-pagination ul li a{display:inline-block;vertical-align:top;color:#747474;font-size:18px;line-height:50px;font-weight:400;padding:0 4px;height:50px;width:50px;border:1px solid #E5E5E5;z-index:2;position:relative}
.custom-pagination ul li.active a{color:var(--clr-title);border:1px solid var(--clr-title)}
.custom-pagination .pag-arrow a:before{content:"";position:absolute;left:auto;right:21px;top:19px;width:10px;height:10px;border-left:2px solid var(--clr-title);border-bottom:2px solid var(--clr-title);transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-webkit-transition:.25s;transition:.25s}
.custom-pagination .pag-arrow.arr-left{right:auto;left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.news-wrapp.type2 > div[class^=col]{margin-top:0}
.news-wrapp.type2 > div[class^=col] > .news-item{margin-top:40px}
.news-wrapp.type2 > div[class^=col] > .news-item:first-child{margin-top:30px}
.news-wrapp.type2 > div[class^=col] > .news-item{box-shadow:none;height:auto}
.news-wrapp.type2 .news-item .news-img{padding-bottom:53%}
.news-wrapp.type2 .news-item .news-content{padding:0;max-width:450px}
.news-wrapp.type2 .news-item .news-content.right-content{margin-left:30px}
.news-wrapp.type2 .news-item .news-content >*{margin-bottom:25px}
.news-wrapp.type2 .news-item .news-content >:last-child{margin-bottom:0}
.news-wrapp.type2 .news-item .news-date span{color:#666}
.news-wrapp.type2 .news-item .news-content .title{-webkit-line-clamp:3}
.news-wrapp.type2 .news-item .news-content .text{-webkit-line-clamp:3;max-height:72px}
.news-wrapp.type3 > div[class^=col]{margin-top:0}
.news-wrapp.type3 > div[class^=col] > .news-item{margin-top:60px}
.news-wrapp.type3 > div[class^=col] > .news-item:first-child{margin-top:30px}
.news-wrapp.type3 > div[class^=col] > .news-item{box-shadow:none;height:auto}
.news-wrapp.type3 .news-item .news-img{padding-bottom:56%}
.news-wrapp.type3 .news-item .news-content{padding:0;border:none;border-top:none;max-width:450px}
.news-wrapp.type3 .news-item .news-content.right-content{margin-left:30px}
.news-wrapp.type3 .news-item .news-content >*{margin-bottom:25px}
.news-wrapp.type3 .news-item .news-content >:last-child{margin-bottom:0}
.news-wrapp.type3 .news-item .news-date span{color:#666}
.news-wrapp.type3 .news-item .news-content .title{-webkit-line-clamp:3}
.news-wrapp.type3 .news-item .news-content .text{-webkit-line-clamp:3;max-height:72px}
.news-wrapp.type4 .news-item .news-img{padding-bottom:51%}
.news-wrapp.type5 > div[class^=col]{margin-top:0}
.news-wrapp.type5 > div[class^=col] > .news-item{position:relative;margin-top:60px}
.news-wrapp.type5 > div[class^=col]:first-child > .news-item{margin-top:30px}
.news-wrapp.type5 > div[class^=col] > .news-item{height:auto}
.news-wrapp.type5 .news-item .news-img{padding-bottom:40%}
.news-wrapp.promotions.type1 .news-tags{top:auto;bottom:10px}
.news-wrapp.promotions.type1 .news-tags li{margin-bottom:0}
.news-wrapp.promotions .news-tags li >*{pointer-events:none;cursor:inherit}
.news-wrapp.promotions .news-content .news-tags{position:relative;top:auto;left:auto}
.news-wrapp.promotions .news-content .news-tags li{margin-bottom:0}
.news-wrapp.promotions .news-content .news-tags li a{border:1px solid #DCDCDC;padding:8px 10px}
.news-wrapp.promotions .news-content .news-tags li a b{color:var(--clr-primary)}
@media(min-width:768px) {
.news-wrapp.type3 .news-tags{top:20px;left:20px}
.news-wrapp.type5 .news-tags{top:20px;left:20px}
.news-wrapp.type5 .news-img .news-date{left:30px;bottom:30px}
.news-wrapp.type5 .news-item .news-content{padding:30px 30px 35px}
}
@media (hover: hover) and (min-width: 992px),(-ms-high-contrast: none) {
.news-item .news-img:hover img{-webkit-transform:scale(1.02);transform:scale(1.02)}
.news-tags li a:hover{background-color:var(--clr-primary);color:#fff}
.news-item .title a:hover{color:var(--clr-primary)}
.btn-link:hover{color:var(--clr-title)}
.custom-pagination ul li a:hover{color:var(--clr-title)}
.custom-pagination .pag-arrow:hover a:before{border-color:var(--clr-primary)}
}
@media(max-width:1199px) {
.news-wrapp.type2 .news-item .news-content.right-content{margin-left:0;max-width:100%}
.news-wrapp.type2 .news-item .news-content >*{margin-bottom:20px}
.news-wrapp.type3 .news-item .news-content.right-content{margin-left:0;max-width:100%}
.news-wrapp.type3 .news-item .news-content >*{margin-bottom:20px}
}
@media(max-width:991px) {
.news-wrapp.type2 .news-item .news-content{margin-top:30px}
.news-wrapp.type3 .news-item .news-content{margin-top:30px}
}
@media(max-width:767px) {
.news-wrapp > div[class^=col]:first-child{margin-top:0}
.news-tags li a{font-size:10px;line-height:12px;padding:5px 7px}
.news-img .news-date{left:10px}
.news-item .news-content{padding:15px}
.news-item .news-content>*{margin-bottom:15px}
.news-content .title,.news-content .text{-webkit-line-clamp:inherit;max-height:100%}
.custom-pagination{margin-top:30px}
.custom-pagination ul li a,.custom-pagination ul li.dott{width:40px;height:40px;line-height:40px;font-size:16px}
.custom-pagination ul li.dott{width:25px}
.custom-pagination .pag-arrow a:before{right:16px;top:15px}
.custom-pagination .pag-arrow.arr-left a:before{top:14px}
.news-wrapp.type2 > div[class^=col]:first-child > .news-item{margin-top:30px}
.news-wrapp.type2 > div[class^=col] > .news-item:first-child{margin-top:0}
.news-wrapp.type2 .news-item .news-content{margin-top:20px}
.news-wrapp.type2 .news-item .news-content >*{margin-bottom:15px}
.news-wrapp.type3 > div[class^=col]:first-child > .news-item{margin-top:30px}
.news-wrapp.type3 > div[class^=col] > .news-item:first-child{margin-top:0}
.news-wrapp.type3 .news-item .news-content{margin-top:20px}
.news-wrapp.type3 .news-item .news-content >*{margin-bottom:15px}
.news-wrapp.type5 > div[class^=col]:first-child > .news-item{margin-top:0}
.news-wrapp.type5 > div[class^=col] > .news-item{position:relative;margin-top:30px}
.news-wrapp.promotions .news-content .news-tags li a{padding:5px 7px}
}
/*--------------------------------------------------------*/
/* SIMPLE PAGE */
/*--------------------------------------------------------*/
.simple-page{position: relative;}
.simple-page p,.simple-page a{position: relative;font-size:18px;line-height:1.8em;color:#858585;font-weight:400;margin-bottom:20px;}
.simple-page a{font-weight:700;color:#00ABED;}
.simple-page a:before{content:"";position:absolute;bottom:0;left:auto;right:0;height:2px;width:100%;background:#00ABED;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;}
.simple-page ul li, .simple-page ol li{position:relative;padding-left:30px;margin-bottom:15px;color:#858585;font-size:18px;font-weight:400;}
.simple-page ul li:before{content: "";position: absolute;left:0;top:9px;width:5px;height:5px;border-radius:50%;background:var(--clr-primary);}
.simple-page ol{counter-reset: number;}
.simple-page ol li{padding-left:40px;}
.simple-page ol li:before{color:#00ABED;font-weight:700;counter-increment: number;content: "0" counter(number) ".";position:absolute;top:4px;left:0;font-size:14px;}
.simple-page ul li:last-child,.simple-page ol li:last-child{margin-bottom:0;}
.simple-page ul li span,.simple-page ol li span{color:#00ABED;font-weight:700;}
.simple-page span{color:#00ABED;}
.simple-page h1,.simple-page h2,.simple-page h3,.simple-page h4,.simple-page h5,.simple-page h6{color:#212121;font-weight:700;letter-spacing: 0.02em;margin-bottom:20px;}
.simple-page > .simple-slider,.simple-page img, .simple-page > blockquote, .simple-page > iframe,.simple-page .simple-video,.simple-page > figure{margin:50px 0;}
.simple-page > ul, .simple-page > ol{margin:20px 0;}
.simple-page > img{width: 100%;max-width: 100%;height: auto;display: block;position: relative;}
.simple-page > iframe{display: block;width: 100%;max-width: 100%;height:560px;max-height: calc(56.3vw - 30px);border: 0;}
.simple-page > figure.aligncenter{text-align: center;}
.simple-page > figure figcaption{position: relative;font-size: 16px;line-height: 20px;color: #a3a3a3;margin-top: 15px;text-align: left;display: inline-block;}
.simple-page >*:first-child{margin-top:0;}
.simple-page >*:last-child{margin-bottom:0;}
/*media*/
@media(min-width: 1200px){
  .simple-page a:hover:before{width:0;}
}
@media(max-width: 767px){
  .simple-page h1,.simple-page h2,.simple-page h3,.simple-page h4,.simple-page h5,.simple-page h6{margin-bottom:10px;}
  .simple-page p, .simple-page a{font-size:14px;line-height: 1.8em;;}
  .simple-page > .simple-slider,.simple-page img, .simple-page > blockquote, .simple-page > iframe,.simple-page .simple-video{margin:20px 0;}
  .simple-page > ul, .simple-page > ol{margin:10px 0 20px;}
  .simple-page ul li, .simple-page ol li{font-size:14px;}
  .simple-page ul li{padding-left:20px;}
  .simple-page ul li:before{top:6px;}
  .simple-page ol li{padding-left:30px;}
  .simple-page ol li:before{top:0;}
  .simple-page >*:first-child{margin-top:0;}
  .simple-page >*:last-child{margin-bottom:0;}
}

/*--------------------------------------------------------*/
/* FAQ */
/*--------------------------------------------------------*/
/*tabs*/ 
.tab{display: none;}
.tab.active{display: block;}
.tab-nav{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: 70px;
}
.tab-toggle{
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 10px;   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} 
.tab-toggle div{
    height: 45px;
    padding: 0 28px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #6B6B6B;   
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 10px;
    position: relative;
}
.tab-toggle div:after{
    border-radius: 10px;
    transition: all 0.3s;
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top:-1px;
    opacity: 0;
}
.tab-toggle div.active{
    color: #0E0E0E; 
}
.tab-toggle div.active:after{
    opacity: 1;
}
/*accordion*/
.accordion {
    position: relative;
    z-index: 1;
}

.accordion-item {
    position: relative;
    border-bottom: 1px solid var(--clr-border);
}

.accordion-title {
    position: relative;
    padding: var(--sp-2xs) 0;
    cursor: pointer;
    padding-right: var(--sp-lg);
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
    font-weight: 500;
}

.accordion-title:before {
    content: "";
    position: absolute;
    right: 0.125rem;
    top: 0.7em;
    width: clamp(1.5625rem, 0.5752rem + 2.057vw, 2.375rem);
    height: clamp(1.25rem, 0.4905rem + 1.5823vw, 1.875rem);
    transition: var(--transition-1);
    background: url(../img/icons/faq-arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.accordion-inner {
    display: none;
    padding-bottom: var(--sp-xs);
}

.accordion-inner .text > * {
    margin-bottom: var(--sp-3xs);
}

.accordion-inner .text > *:last-child {
    margin-bottom: 0;
}

.accordion-title.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*faq-form*/
.faq-form{position: relative;max-width: 680px;margin: 0 auto;text-align: center;margin-top:90px;}
/*media*/
@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none){
    .tab-toggle div:hover{color: #0E0E0E;}
}
@media(max-width:991px){
    .faq-form{margin-top:50px;}
    .accordion-title{font-size:16px;padding:13px 30px 13px 0;}
    .accordion-title:before{top:1em;}
    .accordion-inner{font-size: 14px}
    .tab-toggle div{font-size: 15px;}
}
@media(max-width:575px){  
  .faq-form{margin-top:30px;}
}

/*--------------------------------------------------------*/
/* 404 */
/*--------------------------------------------------------*/
 

/*SEO section*/
.moreInfoBlock .moreInfoContent{overflow:hidden}
.cityVector{position:relative;overflow:hidden;padding:20px 0 80px}
.cityVector .moreInfoContent{margin-bottom:25px}
.moreContentToggle{cursor:pointer;font-weight:700;display:inline-block;-webkit-transition:color .25s linear;-o-transition:color .25s linear;transition:color .25s linear}

.cityVector .vectorDecor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    padding-bottom: 20%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;    
}
.vectorDecor.right {
    left: auto;
    right: 0;
}
@media (max-width:575px) {
    .moreContentToggle{display:table;border-radius:50px;padding:8px 20px;font-weight:700;font-size:12px;line-height:13px;color:#0E0E0E;margin:0 auto;position:relative;z-index:2}
    .cityVector .moreContentToggle{margin:20px auto}
    .cityVector{padding: 0;}
    .moreInfoBlock{position:relative}
}


/*ANIMATION*/

body:not(.mobile) .vectorDecor:before, body:not(.mobile) .vectorDecor:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 150%;
          background-size: auto 150%;
  background-position: 50% 50%;
  -webkit-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
  -o-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
  transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
/*  background-image: url(../img/ink-1.png);*/
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}

body:not(.mobile) .vectorDecor:after {
  left: 100%;
  -webkit-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  -o-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
}

body:not(.mobile) .vectorDecor .ink {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 150%;
          background-size: auto 150%;
  background-position: 50% 50%;
  -webkit-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url(../img/ink-1.png);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.mobile) .vectorDecor .ink:before,
body:not(.mobile) .vectorDecor .ink:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 150%;
          background-size: auto 150%;
  background-position: 50% 50%;
  -webkit-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  -o-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 400ms;
  background-image: url(../img/ink-1.png);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}

body:not(.mobile) .vectorDecor .ink:after {
  left: 100%;
  -webkit-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
  -o-transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
  transition: background 1700ms cubic-bezier(0.39, 0.575, 0.565, 1) 700ms;
}

body:not(.mobile) .socialWrapper .imgWrapper {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

body:not(.mobile) .socialWrapper .socialBorder .halfCircle {
  clip: rect(0, 0px, 20px, 0);
}

body:not(.mobile) .socialWrapper .socialBorder .rightSide:before {
  clip: rect(0, 0px, 20px, 0);
}

body:not(.mobile) .socialWrapper .socialBorder .leftSide:before {
  clip: rect(0, 0px, 20px, 0);
}

body:not(.mobile) .animateSection .fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}

body:not(.mobile) .animateSection .slideBottom {
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

body:not(.mobile) .animateSection .slideTop {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

body:not(.mobile) .animateSection .slideRight {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

body:not(.mobile) .animateSection .smallSlideRight {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

body:not(.mobile) .animateSection .slideLeft {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

body:not(.mobile) .animateSection .smallSlideLeft {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

body:not(.mobile) .animateSection .slideCorner {
  opacity: 1;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}

body:not(.mobile) .animateSection .simpleScale {
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

body:not(.mobile) .animateSection .smallScale {
  opacity: 0;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.cityVector:before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

body:not(.mobile) .animateSection.cityVector:after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

body:not(.mobile) .animateSection .deliveryArea .deliveryImg.scooterDelivery {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

body:not(.mobile) .animateSection .deliveryArea .deliveryImg.apple {
  -webkit-transform: rotate(11deg) translateX(100%);
      -ms-transform: rotate(11deg) translateX(100%);
          transform: rotate(11deg) translateX(100%);
  opacity: 0;
}

body:not(.mobile) .animateSection .deliveryArea .deliveryImg.deliveryProduct {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

body:not(.mobile) .animateSection .deliveryArea .deliveryImg.deliveryMessage {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  opacity: 0;
}

body:not(.mobile) .animateSection .shares i:before {
  opacity: 0;
  -webkit-transform: translate(30%, 30%);
      -ms-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
}

body:not(.mobile) .animateSection .shares i:after {
  opacity: 0;
  -webkit-transform: translate(-30%, 30%);
      -ms-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

body:not(.mobile) .animateSection .textAnimation i {
  opacity: 0;
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

body:not(.mobile) .animateSection .newsPreview:before, body:not(.mobile) .animateSection .newsPreview:after,
body:not(.mobile) .animateSection .discountProduct .as:before,
body:not(.mobile) .animateSection .discountProduct .as:after {
  width: 0;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .deliveryImg.scooterDelivery {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .deliveryImg.apple {
  -webkit-transform: rotate(11deg) translateX(0);
      -ms-transform: rotate(11deg) translateX(0);
          transform: rotate(11deg) translateX(0);
  opacity: 1;
  -webkit-transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .deliveryImg.deliveryProduct {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .deliveryImg.deliveryMessage {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-delay: 1150ms;
       -o-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms;
  transition: opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms;
  -o-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms;
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms;
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, opacity 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms, -webkit-transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1200ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(2) {
  -webkit-transition-delay: 1250ms;
       -o-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(3) {
  -webkit-transition-delay: 1300ms;
       -o-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(4) {
  -webkit-transition-delay: 1350ms;
       -o-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(5) {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(6) {
  -webkit-transition-delay: 1450ms;
       -o-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(7) {
  -webkit-transition-delay: 1500ms;
       -o-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(8) {
  -webkit-transition-delay: 1550ms;
       -o-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(9) {
  -webkit-transition-delay: 1600ms;
       -o-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(10) {
  -webkit-transition-delay: 1650ms;
       -o-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(11) {
  -webkit-transition-delay: 1700ms;
       -o-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(12) {
  -webkit-transition-delay: 1750ms;
       -o-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(13) {
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(14) {
  -webkit-transition-delay: 1850ms;
       -o-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(15) {
  -webkit-transition-delay: 1900ms;
       -o-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(16) {
  -webkit-transition-delay: 1950ms;
       -o-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(17) {
  -webkit-transition-delay: 2000ms;
       -o-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(18) {
  -webkit-transition-delay: 2050ms;
       -o-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(19) {
  -webkit-transition-delay: 2100ms;
       -o-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(20) {
  -webkit-transition-delay: 2150ms;
       -o-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(21) {
  -webkit-transition-delay: 2200ms;
       -o-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(22) {
  -webkit-transition-delay: 2250ms;
       -o-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

body:not(.mobile) .animateSection.mainBanner.banerAnimated .deliveryArea .textAnimation i:nth-child(23) {
  -webkit-transition-delay: 2300ms;
       -o-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide .fadeInTop,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .slideBottom,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .slideTop,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .slideRight,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .slideLeft,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .slideCorner {
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide .bannerInfo .leaf:before {
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide .simpleScale,
body:not(.mobile) .animateSection.mainBanner .swiper-slide .smallScale {
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide .shares i:before {
  -webkit-transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  -o-transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide .shares i:after {
  -webkit-transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  -o-transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  transition: background 0.25s linear 0.25s, opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .fadeInTop:not(.swiper-lazy),
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .slideBottom:not(.swiper-lazy),
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .slideTop:not(.swiper-lazy) {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .slideRight:not(.swiper-lazy),
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .slideLeft:not(.swiper-lazy) {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .slideCorner:not(.swiper-lazy) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .simpleScale:not(.swiper-lazy),
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .smallScale:not(.swiper-lazy) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.smallScale.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .bannerInfo .leaf:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .400s;
       -o-transition-delay: .400s;
          transition-delay: .400s;
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.slideCorner.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.fadeInTop.swiper-lazy-loaded,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.slideBottom.swiper-lazy-loaded,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.slideTop.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.slideRight.swiper-lazy-loaded,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .swiper-lazy.slideLeft.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .shares i:before {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .shares i:after {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

body:not(.mobile) .animateSection.animated .fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.animated .slideRight,
body:not(.mobile) .animateSection.animated .slideLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.animated .simpleScale {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.animated .smallSlideRight,
body:not(.mobile) .animateSection.animated .smallSlideLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body:not(.mobile) .animateSection.animated .smallScale {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.mobile) .animateSection.animated .vectorDecor:before,
body:not(.mobile) .animateSection.animated .vectorDecor:after,
body:not(.mobile) .animateSection.animated .ink,
body:not(.mobile) .animateSection.animated .ink:before,
body:not(.mobile) .animateSection.animated .ink:after {
  -webkit-background-size: auto 0%;
          background-size: auto 0%;
}

body:not(.mobile) .animateSection.animated .newsPreview:before, body:not(.mobile) .animateSection.animated .newsPreview:after,
body:not(.mobile) .animateSection.animated .discountProduct .as:before,
body:not(.mobile) .animateSection.animated .discountProduct .as:after {
  width: 50%;
}

body:not(.mobile) .footerAnimated .socialWrapper a .imgWrapper {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  
}



body:not(.mobile) .footerAnimated .socialWrapper a .socialBorder .halfCircle {
  clip: rect(0, 40px, 20px, 0);
}

body:not(.mobile) .animateSection.animated .animationDelay-1, body:not(.mobile) .animateSection.mainBanner .animationDelay-1,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-1, body:not(.mobile) .animateSection.cityVector .animationDelay-1 {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-2, body:not(.mobile) .animateSection.mainBanner .animationDelay-2,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-2, body:not(.mobile) .animateSection.cityVector .animationDelay-2 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-3, body:not(.mobile) .animateSection.mainBanner .animationDelay-3,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-3, body:not(.mobile) .animateSection.cityVector .animationDelay-3 {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-4, body:not(.mobile) .animateSection.mainBanner .animationDelay-4,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-4, body:not(.mobile) .animateSection.cityVector .animationDelay-4 {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-5, body:not(.mobile) .animateSection.mainBanner .animationDelay-5,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-5, body:not(.mobile) .animateSection.cityVector .animationDelay-5 {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-6, body:not(.mobile) .animateSection.mainBanner .animationDelay-6,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-6, body:not(.mobile) .animateSection.cityVector .animationDelay-6 {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-7, body:not(.mobile) .animateSection.mainBanner .animationDelay-7,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-7, body:not(.mobile) .animateSection.cityVector .animationDelay-7 {
  -webkit-transition-delay: 950ms;
       -o-transition-delay: 950ms;
          transition-delay: 950ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-8, body:not(.mobile) .animateSection.mainBanner .animationDelay-8,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-8, body:not(.mobile) .animateSection.cityVector .animationDelay-8 {
  -webkit-transition-delay: 1100ms;
       -o-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-9, body:not(.mobile) .animateSection.mainBanner .animationDelay-9,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-9, body:not(.mobile) .animateSection.cityVector .animationDelay-9 {
  -webkit-transition-delay: 1250ms;
       -o-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-10, body:not(.mobile) .animateSection.mainBanner .animationDelay-10,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-10, body:not(.mobile) .animateSection.cityVector .animationDelay-10 {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-11, body:not(.mobile) .animateSection.mainBanner .animationDelay-11,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-11, body:not(.mobile) .animateSection.cityVector .animationDelay-11 {
  -webkit-transition-delay: 1550ms;
       -o-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-12, body:not(.mobile) .animateSection.mainBanner .animationDelay-12,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-12, body:not(.mobile) .animateSection.cityVector .animationDelay-12 {
  -webkit-transition-delay: 1600ms;
       -o-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-13, body:not(.mobile) .animateSection.mainBanner .animationDelay-13,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-13, body:not(.mobile) .animateSection.cityVector .animationDelay-13 {
  -webkit-transition-delay: 1750ms;
       -o-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-14, body:not(.mobile) .animateSection.mainBanner .animationDelay-14,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-14, body:not(.mobile) .animateSection.cityVector .animationDelay-14 {
  -webkit-transition-delay: 1800ms;
       -o-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-15, body:not(.mobile) .animateSection.mainBanner .animationDelay-15,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-15, body:not(.mobile) .animateSection.cityVector .animationDelay-15 {
  -webkit-transition-delay: 1950ms;
       -o-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

body:not(.mobile) .animateSection.animated .animationDelay-16, body:not(.mobile) .animateSection.mainBanner .animationDelay-16,
body:not(.mobile) .animateSection.mainBanner .swiper-slide-active .animationDelay-16, body:not(.mobile) .animateSection.cityVector .animationDelay-16 {
  -webkit-transition-delay: 2050ms;
       -o-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

/*MAIN BANNER*/ 
.mainBanner .productItemWrapper .productItem.size2{width: 95%;}
.mainBanner .productDecor.productleft.product-3.size-2{width:600px;height:650px;}
@media (max-width: 1366px){
    .mainBanner .productItemWrapper .productItem.size3{width:75%;padding-bottom:70%;}
}
.banerTitle.type2 .as {
    padding: 15px 100px;
}
.banerTitle.type2 span {
    display: inline-block;
}
.banerTitle.type3 .as {
    padding: 30px 70px;
    text-transform: inherit;
}
.mainBanner .productItemWrapper .productItem.size2 {
    width: 70%;
}
.mainBanner .productItemWrapper .productItem.size3 {
    width: 83%;
}
.mainBanner .productDecor.productleft.product-3 {
    width: 420px;
    height: 410px;
}
.mainBanner .productDecor.productleft.product-4 {
    width: 650px;
    height: 555px;
    top: 50%;
    left: 330px;
    margin-top: -230px;
}
.mainBanner .productDecor.productleft.product-5 {
    width: 288px;
    height: 322px;
}
.mainBanner .productDecor.productleft.product-5.size2 {
    width: 200px;
    height: 222px;
}
.mainBanner .productDecor.productleft.product-4 .slideCorner {
    background-size: contain;
}
.mainBanner .productDecor.decor-12 {
    top: 45%;
    left: 360px;
    width: 86px;
    height: 67px;
}
.mainBanner .productDecor.decor-13 {
    top: 42%;
    left: 490px;
    width: 56px;
    height: 70px;
}
.mainBanner .productDecor.decor-14 {
    top: 62%;
    left: 430px;
    width: 126px;
    height: 107px;
}
.mainBanner .shares.type2 {
    position: absolute;
    padding: 10px 20px 10px 50px;
    top: 150px;
    left: 0;
    color: #0e0e0e;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 36px;
    margin: 0;
    background-image: url(./img/sale-white-bg.png);
    background-size: cover;
}
.mainBanner .shares.type2.size2{top: 100px;}
.mainBanner .productDecor.star-20 {
    width: 54px;
    height: 54px;
    top: 27%;
    left: 6%;
}
.mainBanner .productDecor.star-21 {
    width: 57px;
    height: 53px;
    top: 30%;
    left: 50%;
}
.mainBanner .productDecor.star-22 {
    width: 50px;
    height: 53px;
    right: 20%;
    left: auto;
    top: 20%;
}
.mainBanner .productDecor.star-23 {
    width: 61px;
    height: 56px;
    top: 65%;
    left: auto;
    right: 3%;
}
.mainBanner .productDecor.cloud-10 {
    top: 53%;
    left: 3%;
    width: 230px;
    height: 94px;
}
.mainBanner .productDecor.cloud-11 {
    top: 19%;
    left: auto;
    right: 34%;
    width: 209px;
    height: 70px;
}
.mainBanner .productDecor.cloud-12 {
    top: 23%;
    left: auto;
    right: 4%;
    width: 277px;
    height: 180px;
    z-index: 3;
}
.mainBanner .productDecor.cloud-12.size2{top: 14%;right: 0%;}
.mainBanner .productDecor.cloud-13 {
    top: auto;
    left: auto;
    bottom: 16%;
    right: 8%;
    width: 198px;
    height: 77px;
}
.mainBanner .bannerInfo p {
    display: inline-flex;
}
.banerTitle2 .as {
    padding: 0 30px;
}
.banerTitle2 .as span {
    display: inline-block;
    position: relative;
    padding: 20px 30px;
    margin-left: -30px;
}
.banerTitle2 .as span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner-title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    content: '';
}

.banerTitle3 > img {
    margin-top: 20px;
    max-width: 462px;
    margin-bottom: -35px;
    display: inline-block;
}

.mainBanner .bannerInfo .banerTitle3 .as {
    margin-bottom: 0;
}

.banerTitle3 .as span,
.banerTitle3 span.h3 {
    color: var(--clr-title);
}

.banerTitle3 .as span {
    z-index: 1;
    display: block;
    font-size: 70px;
    line-height: 80px;
    position: relative;
    padding:  20px 0 40px;
    text-transform: uppercase;
}

.banerTitle3 .as span:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    opacity: 1;
    position: absolute;
    background: center / contain url(./img/opening-title-decor.png) no-repeat;
}

.product_calaories_wrap{
    max-width: 452px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
    color: var(--clr-brown);
}

.product_calaories_item{
    position: relative;
    width: 25%;
    padding-inline:10px;
    text-align: center;
}

.product_calaories_item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 85px;
    transform: translate(-50%, -50%);
    background: url(../img/icons/calories-decor.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}


.product_calaories_item .item_calories{
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
.product_calaories_item span{
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}


@media(max-width: 767px){
    .product_calaories_wrap{
        justify-content: space-between;
    }
    .product_calaories_item{
        width: fit-content;
    }
    .product_calaories_item .item_calories{
        margin-bottom: 4px;
        font-size: 13px;
    }
    .product_calaories_item span{
        font-size: 13px;
    }
}


@media (max-height: 700px) and (min-width: 992px) {

    .mainBanner .opening-banner .productDecor.productleft.product-2,
    .mainBanner .opening-banner .productDecor.productRight {
        display: block !important;
        margin-bottom: -60px;
    }
}

@media (max-width: 1500px) {

    .banerTitle3 > img {
        margin-top: 10px;
        max-width: 300px;
    }

    .banerTitle3 .as span {
        font-size: 58px;
        line-height: 62px;
        margin-bottom: -15px;
    }
}

@media (max-width: 1365px) {

    .banerTitle3 .as span {
        font-size: 48px;
        line-height: 52px;
        padding: 15px 0 30px;
    }
}


@media (min-width: 1499px) and (max-width: 1880px){
    .mainBanner .productDecor.cloud-12{top: 14%;right: 0%;width: 200px;height: 150px;}
    .mainBanner .productDecor.cloud-12 span{background-size: contain;}
    .swiper-slide.height-initial{height:initial;}
}
@media (min-width: 992px) {
    .mainBanner .productDecor.productleft.product-4,
    .mainBanner .productDecor.star-20,
    .mainBanner .productDecor.star-21,
    .mainBanner .productDecor.star-22,
    .mainBanner .productDecor.star-23,
    .mainBanner .productDecor.cloud-10,
    .mainBanner .productDecor.cloud-11,
    .mainBanner .productDecor.cloud-12,
    .mainBanner .productDecor.cloud-13 {
        display: block;
    }
    .productDecorMobile {
        display: none;
    }
}

@media (max-width: 991px) {

    .productDecorMobile {
        right: 0;
        bottom: 0;
        width: 19%;
        display: block;
        padding-top: 12%;
        position: absolute;
    }

    .productDecorMobile span {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: right bottom / contain no-repeat;
    }

    .banerTitle3 {
        padding-bottom: 70px;
    }

    .banerTitle3 > img {
        margin-bottom: -15px;
    }

    .banerTitle3 span.h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .opening-banner,
    .opening-banner .cellView {
        height: auto;
        min-height: 100vh;
    }

    .opening-banner .cellView {
        display: block;
        width: 100%;
    }

}

@media (max-width: 767px) {

    .banerTitle3 .as span {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 0;
        padding: 15px 0 20px;
    }

    .productDecorMobile {
        width: 46%;
        padding-top: 65%;
    }
}

@media screen and (max-width: 1499px) {
    .mainBanner .productDecor.productleft.product-4 {
        width: 350px;
        height: 355px;
        margin-top: -135px;
    }
    .mainBanner .productDecor.cloud-12 {
        width: 170px;
        height: 120px;
    }
    .mainBanner .productDecor.cloud-13 {
        bottom: 7%;
        right: 8%;
        width: 160px;
        height: 70px;
    }
    .mainBanner .productDecor.cloud-10 {
        top: 62%;
        left: 3%;
        width: 200px;
        height: 80px;
    }
    .mainBanner .productDecor.cloud-12 .slideLeft,
    .mainBanner .productDecor.cloud-13 .slideLeft,
    .mainBanner .productDecor.cloud-10 .slideLeft {
        background-size: contain;
    }
}

@media screen and (max-width: 1199px) {
    .mainBanner .productDecor.productleft.product-4 {
        left: 200px;
    }
}
/*21.06.19*/

/*24.06.19*/
.mainBanner .productItemWrapper .productItem.size2 {
    width: 95%;
}

@media (max-width: 1600px) {
    .mainBanner .productDecor.decor-12,
    .mainBanner .productDecor.decor-13,
    .mainBanner .productDecor.decor-14 {
        display: none;
    }
    .mainBanner .productDecor.productleft.product-4 {
        width: 430px;
        height: 500px;
    }
    .mainBanner .productDecor.productleft.product-5, .mainBanner .productDecor.productleft.product-5.size2 {
        width: 150px;
        height: 175px;
    }
    .mainBanner .productItemWrapper .productItem {
        width: 145%;
    }
    .mainBanner .productItemWrapper .productItem.size2 {
        width: 110%;
        padding-bottom: 120%;
    }
    .mainBanner .productItemWrapper .productItem.size3 {
        width: 95%;
    }
}

@media (max-width: 1366px) {
    .mainBanner .productItemWrapper .productItem.size2 {
        width: 98%;
        padding-bottom: 110%;
    }
    .mainBanner .productItemWrapper .productItem {
        width: 145%;
        padding-bottom: 90%;
    }
    .mainBanner.size2 .productItemWrapper.size2{width: 40%;}
}

@media (max-width: 1024px) {
    .ipadCenter {
        width: 100%;
        text-align: center;
    }
    .mainBanner .bannerInfo .leaf:before {
        content: none;
    }
}

@media (max-width: 1199px) {
    .mainBanner .productDecor.productleft.product-4,
    .mainBanner .productDecor.star-20,
    .mainBanner .productDecor.star-21,
    .mainBanner .productDecor.star-22,
    .mainBanner .productDecor.star-23,
    .mainBanner .productDecor.cloud-10,
    .mainBanner .productDecor.cloud-11,
    .mainBanner .productDecor.cloud-12,
    .mainBanner .productDecor.cloud-13,
    .mainBanner .bannerLeaf,
    .mainBanner .bannerLeaf2,
    .mainBanner .bannerLeaf3 {
        display: none;
    }
    /*header .headerSection.header-cart, header .headerSection.hidden-xs{padding-left: 0;}*/
    /*header .headerSection:first-child, header .headerSection.header-cart{padding-right: 0;}*/
    header .headerSection div.languages span.select-location{padding-right:10px;}
    /*header .headerSection.user-block{padding-left:0;padding-right:1px;}*/
}

@media (max-width: 991px) {
    .mainBanner .productDecor {
        display: none !important;
    }
    .mainBanner .bannerInfo {
        text-align: center;
    } 
}

@media (min-width: 1199px) and (min-height: 1000px) {
    .mainBanner .cellView {
        height: 620px;
    }
}

/**/
.arrow-text {
    position: absolute;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 36px;
}

.arrow-text img {
    display: inline-block;
}

.mainBanner .arrow-text span {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .cellView.alignBottom {
        display: flex; 
        padding-bottom: 120px;
    }
    .cellView.slide-text-2{
        padding-top: 15%;
        align-items: center;
    }    
    .cellView.slide-text-4{ 
        display: flex;
        align-items: center;
    }  
    .cellView.slide-text-5{ 
        padding-top: 100px;
    }      
}

@media (max-width: 1500px) {
    .arrow-text {
        -webkit-transform:scale(.7)!important;
        transform:scale(.7)!important;
    }
    .banerTitle .as{
        font-size: 80px;
        line-height: 1.2;
    }
    .banerTitle.type2 .as{
        padding: 10px 80px;
    }
    .banerTitle p{
        font-size: 26px;
    }
    .mainBanner .swiper-pagination.swiper-pagination-bullets{display: none;}
    .banerTitle .as.h2{
        font-size: 40px;
    }
    .cellView.slide-text-5 {
        padding-top: 60px;
    }
}


@media (max-width: 992px) {
    .banerTitle p {
        font-size: 18px;
    }    
}
@media (max-height: 700px) and (min-width: 992px) {
    .cellView.alignBottom {
        padding-bottom: 30px;
    }
    .arrow-text {
        -webkit-transform:scale(.7)!important;
        transform:scale(.7)!important;
    }
    .mainBanner .bannerInfo .as{
        font-size: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .capriccio{bottom: 2%!important;}
    .mainBanner .bannerContent.size2{margin-bottom: 35px;}
} 



/*Ingredient ADD*/
.sectionIngredients{
    position: relative;
}
.sectionIngredients .h2{ 
    margin-bottom: 20px;
    width: 100%;
}
.ingredientsWrapper{
    display: block;
    width: 100%;
}
.ingredienSection {
    position: relative;
    padding: 0.9375rem;
    cursor: pointer;
    border-radius: clamp(1rem, -0.2152rem + 2.5316vw, 2rem);
    color: var(--clr-title);
    font-size: 14px;
}
.ingredientItem:after {
    box-sizing: border-box;
    border-radius: clamp(1rem, -0.2152rem + 2.5316vw, 2rem);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute; 
    border: 2px solid var(--clr-primary);
}
.ingredientItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto; 
}
.ingredientItem .added {
    font-weight: 600;
    font-size: 1rem;
    line-height: 32px; 
    color: var(--clr-title);   
    position: absolute;
    right: 10px;
    top: 10px;
    padding-right: 42px;
    z-index: -1;
    opacity: 0;
}

.ingredientItem::before{
    content: "";
    position: absolute;
    top:15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-image:url(../img/icons/plus-ing.svg);
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
}

.ingredientItem .added::after{
    content: "";
    position: absolute;
    top:0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image:url(../img/icons/remove-ing.svg);
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
}

.ingredientItem.active:after {
    opacity: 1;
}

.ingredientItem.active::before{
    opacity: 0;
}

.ingredientItem.active .added {
    opacity: 1;
    z-index: 1;
}
.ingredientItem .imgWrapper {
    aspect-ratio: 1 / 0.6;
    margin-bottom: 4px;
    max-width: 70%;
    margin-inline: auto;
} 
.ingredientItem p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: var(--clr-title);   
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
    margin-bottom: 8px;
}
.ingredientItem img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-inline: auto;
} 
.ingredientItem.active .removeIng{
    opacity: 1;
    transform: scale(1);
} 

.productImage.sliderPreview img{
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 1!important;
}
.productDetailWrapper .h2{
    margin-bottom: 40px;
}
.productDetailWrapper .productOrder {
    display: block;
}
.productDetailWrapper .productThumbnail:before{
    content: none;
}
.productDetailWrapper .productDescription .h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; 
    text-align: center;
    color: var(--clr-title);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis    
}

.swiper-addons .controls-wrapp{
    position: absolute;
    top: -36px;
    right: 0;
    width: 64px;
    display: flex;
    font-size: 0;
}

.swiper-addons .controls-wrapp .swiper-button-prev, .swiper-addons .controls-wrapp .swiper-button-next{
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
}

.swiper-addons .controls-wrapp .swiper-button-prev span, .swiper-addons .controls-wrapp .swiper-button-next span{
    height: 2px;
    background: var(--clr-primary);
    transition: var(--transition-1);
}

@media ( min-width:1200px ){
    .ingredienSection:hover .ingredientItem:after{
        opacity: 1; 
    } 
    .ingredientsWrapper .ingredientItem:hover .removeIng:hover {
        color: var(--clr-primary);
    }
    .swiper-addons .controls-wrapp .swiper-button-prev:hover span, .swiper-addons .controls-wrapp .swiper-button-next:hover span{
        background: var(--clr-title);
    } 
}

@media ( max-width:1199px ){
    .ingredientItem p{min-height: auto;display: block;-webkit-line-clamp: 1;}
}
@media ( max-width:991px ){
    .ingredientItem::before{top:10px;right: 10px;}
    .ingredientItem .added{font-size: 14px;padding-right:32px;line-height: 24px;}
    .ingredientItem .added::after{width: 24px;height: 24px;}

}
@media ( max-width:767px ){
    .productDetailWrapper .productOrder{
        display: flex;
    }
    .productDetailWrapper .swiper-container{overflow: visible;}
    .productDetailWrapper{
        overflow: hidden;
    }
    .swiper-addons .swiper-container{
        overflow: visible;
    }
    .ingredienSection{
        padding: 10px;
        font-size: 12px;
    }
    .ingredientItem p{
        font-size: 12px;
        margin-bottom: 4px;
    }
}

/*PROMOTIONS*/
.discountProduct {
    background: var(--bg-1);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.discountProduct .imgWrapper {
    font-size: 0;
    margin-bottom: 20px;
}
.discountProduct img {
    max-width: 100%;
}
.discountProduct .h5 {
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 15px 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.discountProduct .h5 a {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #0E0E0E;   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.discountProduct .button{
    margin-top:20px;
}
@media ( max-width:1200px ){
    .discountProduct .h5 a{
        font-size: 18px;
    }
    .discountProduct .h5{
        min-height: 62px;
    }
    .discountProduct{
        margin-bottom: 15px;
        padding-bottom: 25px;
    }
}



/*New Action BANNER*/
 
.laTree.row{
    justify-content: center;
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 5;
    background: url(../img/tree/tree-bg.png) 50% calc(15%) no-repeat;
    background-size: 71% auto;    
}
.laTree .h2 {
    max-width: 320px; 
    margin:0 auto 30px;
}
.laTree .treeLogo img{
    max-width: 45%;
}
.laTree .treeLogo {
    margin-bottom: 45px;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/tree/laText-bg.png) center no-repeat;
    background-size: contain;
} 
.laTree .treeProgress:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    z-index: 1;
    border-radius: 20px;
} 
.laTree .treeProgress { 
    border: 2px solid rgb(3, 6, 8);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto 25px;
}
.laTree .treeProgressLine {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;  
    border-radius: 20px;
    width: 0%;
    transition-delay: 0.3s;
}
.laTree .treeProgressText {
    font-size: 26px;
    color: var(--clr-title);
    position: relative;
    z-index: 2;
    font-style: italic;
}
.laTree b {
    font-weight: 900;
}
.laLand{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 21%;
}
.laLand span{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center bottom;
    display: block;
    background-repeat: repeat-x;
}
.laWomanTree {
    position: absolute;
    top: 50%;
    left: 10%;
    height: 85%;
    width: 21%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 7;
}
.laHandTree {
    position: absolute;
    top: 50%;
    right: 10%;
    height: 55%;
    width: 19%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 6;    
}

.laTree-popup {
    max-width: 580px;
    border-radius: 30px; 
    box-shadow: 0px 0px 11.88px 6.12px rgba(0, 0, 0, 0.14);  
    padding: 55px 15px 35px;
} 
.laTree-popup .laTree-title {
    font-size: 30px;
    color: var(--clr-title)000;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center;
    padding:  0 15px;
}
.laTree-popup .laTree-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 40px;
}
.laTree-popup .image {
    width: 50%;
}
.laTree-popup .text {
    width: 34%;
    padding-bottom: 25px;
}
.laTree-popup  img {
    max-width: 100%;
} 
.laTree-popup  .text img {margin-bottom: 10px;}
.laTree-popup p {
    font-size: 26px;
    text-align: center;
    line-height: 1.25;
}

.laTree-popup .button {
    width: 100%;
    margin-bottom: 12px;
    font-size: 26px;
    padding: 15px 25px;
} 
    .laTree-popup .button.type2{
        background: #fff;
        border-width: 2px;
    }

@media ( max-width:1560px ){
    .laTree .treeLogo img{
        max-width: 246px;
    }
    .laTree .treeLogo{
        height: 130px;
    }
    .laTree .h2{
        margin-bottom: 20px;
    }
    .laTree .treeProgressText {
        font-size: 24px; 
    }    
    .laTree.row { 
        background-position: 50% calc(4%);
        background-size: 59% auto;
    }    
    .laTree-popup .button{
        font-size: 18px;
    }
    .laTree-popup .laTree-title{font-size: 25px;}
    .laTree-popup p{font-size: 20px;}
    .laTree-popup{
        max-width: 480px;
    }
 
}
@media ( max-width:1199px ){
    .laTree .treeProgress{
        height: 46px;
        margin-bottom: 15px;
    }
    .laTree .treeProgressText {
        font-size: 20px; 
    }    
}
@media ( max-width:991px ){
    .laWomanTree,
    .laHandTree{display: none;}
    .laTree-popup p{font-size: 14px;}
    .laTree-popup .laTree-title {
        font-size: 20px;
        padding: 0;
    }    
}
@media ( max-width:767px ){
    .laTree .treeProgress {
        height: 40px;
        margin-bottom: 10px;
    }
    .laTree .treeProgressText {
        font-size: 18px; 
    }
}
@media ( max-width:767px ){
    .laTree .treeProgressText {
        font-size: 16px; 
    }
}


/*CABINET BLOCK*/
.cabinet-section{
    position: relative;
}
.cabinet-section .tabs{
    position: relative;
    z-index: 5;
}

.personalData {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.personalData-left {
    width: calc(62.5% - 25px);
}
.personalData-right {
    width: calc(37.5% - 25px);
}

.personalData-item {
    margin-bottom: 25px;
}
.personalData-item .title {
    margin-bottom: 12px;
}

.form-group {position: relative;}
.form-group > span{
    display: flex;
    margin-bottom: 15px;
} 

.address-list{
    padding-top: 14px;
}
.address-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
} 
.address-group .input-wrapper {
    width: calc(100% - 47px);
    padding-left: 15px;
    margin-bottom: 0;
    position: relative;
} 
.address-group .input{
    padding-right: 50px;
}
.address-group .address-edit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icons/icon-edit.svg) center no-repeat;
    width: 22px;
    height: 22px;
    transition: all 0.3s;
    cursor: pointer;
}
 
.address-group .address-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icons/icon-close.svg) center no-repeat;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
    cursor: pointer;
} 
.referal-group span {
    position: relative;
    cursor: pointer;
} 
.referal-group .copy {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
/*    background: url(../img/icons/icon-copy.svg) center no-repeat;*/
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    cursor: pointer;    
}
.referal-group .copy svg, .referal-group .copy path{
    transition: all 0.3s;
}

.add-address {
    display: flex;
    align-items: center;
    margin:5px 0 0 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px; 
    color: var(--clr-title);  
    transition: var(--transition-1);
}
.add-address .icon {
    border: 1px solid var(--clr-title);
    box-sizing: border-box;
    border-radius: 100px;    
    width: 38px;
    height: 38px;
    margin-right: 12px;
    position: relative;
    transition: var(--transition-1);
}
.add-address .icon:before,
.add-address .icon:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: var(--clr-title);
    transition: all 0.3s;
}
.add-address .icon:before{
    width: 2px;
    height: 12px;
}
.add-address-btns{
    text-align: center;
}

.personalData .btn-group {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
}
.personalData  .btn-group .button {
    padding: 14px 30px;
    min-width: 40%;
}
.my-bonus {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px; 
    letter-spacing: 0.01em; 
    color: #0E0E0E;    
    padding-top: 25px;
}
.my-bonus span {
    position:relative;
    display:inline-block;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0.01em;
    padding:5px 15px;    
}
.my-bonus span:before {
    content:"";
    position:absolute;
    left: 0;
    top:-2px;
    width:100%;
    height:100%;
    border-radius:15px;
    z-index:-1;  
}

.history-table-wrap{
    padding-top: 50px;
}
.history-table {
    border-collapse: collapse;
    width: 100%;
} 
.history-table thead td {
    padding-bottom: 22px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px; 
    color: #0E0E0E;    
    border-bottom: 1px solid #E9E9E9;
}
.history-table td:last-child{
    width: 138px; 
    padding-left: 0;
    padding-right: 0;
} 
.history-table td {
    padding-left: 5px;
    padding-right: 5px;
}
.history-table td:first-child {padding-left: 0;}
.history-table tbody td {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px; 
    color: #4A4A4A;   
    vertical-align: middle;
    padding: 20px 5px;
}
.history-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #E9E9E9;
}

.history-table .simple-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px; 
    text-decoration-line: underline; 
    color: #0E0E0E;
} 
.history-table td:nth-child(1) {width: 16%;}
.history-table td:nth-child(1) {width: 20%;}
.history-table td:nth-child(3) {width: 27%;}

@media ( min-width:1200px ){
    .add-address:hover {color: var(--clr-primary);}
}

@media ( max-width:1200px ){
    .my-bonus{font-size: 16px;padding-top: 0;}
    .my-bonus span{font-size: 20px;}
    .personalData-left{margin-bottom: 35px;}
    .personalData-right,
    .personalData-left{width: 100%;}
    .personalData-item .title{font-size: 18px;}
}
@media ( max-width:992px ){
    .history-table tbody td{
        font-size: 14px;
    }
    .history-table .button{
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media ( max-width:767px ){
    .history-table thead {display: none;}
    .history-table tbody tr:not(:last-child){display: block;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #E9E9E9;}
    .history-table tbody td{display: block;position: relative;width: 100%!important;border-bottom: 0!important;padding: 3px 0;padding-left: 80px!important;}
    .history-table td:after{
        content: attr(data-mobile-title)":";
        position: absolute;
        left: 0;top: 50%;
        transform: translateY(-50%);
    }
    .address-list{padding-top: 0;}
    .tab-nav{margin-bottom: 50px;}
}
@media ( max-width:575px ){
    .tab-toggle div{width: 100%;text-align: center;justify-content: center;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.section{position: relative}
.sectionTitle ,
.testimonial-section .title{
    margin-bottom: clamp(1.25rem, -1.0285rem + 4.7468vw, 3.125rem);
    position: relative;
    color: var(--clr-primary)!important;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 22px;
    font-weight: 500;
}

.sectionTitle .title{
    color: inherit;
}

/*.sectionTitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 31px;
    background: url(../img/icons/title-decor-heart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}*/
.sectionTitle.type1 {
  margin-bottom: 20px;
}
.review-related-wrap{
    padding-left: 7%;
}
.testimonial-section .row{z-index: 5;position: relative;}

.make-review-related{
    float: right;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    bottom: 20px;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}
.make-review-related:hover{
    color: #0e0e0e;
}

.testimonials .simpleArticle p{
    margin-bottom: 20px;
}

.testimonials {
    margin-bottom: 50px;
}

.testimonials .testimonials{
    margin-bottom: 0;
}

.review-related-form{
    display: none;
    clear: both;
}
.testimonials {
  margin-bottom: 40px;
}

.testimonials:last-child {
  margin-bottom: 0;
}

.testimonials .autorInfo {
  position: relative;
  display: inline-block;
}

.testimonials .autorInfo .testimonialsDate {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials .as {
  margin-bottom: 5px;
  padding-right: 100px;
}

.testimonials .testimonialsRating {
  margin-bottom: 10px;
}

.testimonialsForm {
  text-align: right;
}

.commentRank {
  text-align: left;
  font-size: 14px;
    margin-bottom: 15px;
}

.commentRank p {
  margin-bottom: 5px;
}

.commentStars .selectS {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background .250s linear;
  -o-transition: background .250s linear;
  transition: background .250s linear;
}

.commentStars .selectS.icon-star {
  background-image: url(../img/icons/star.svg);
}

.commentStars .selectS.icon-star-empty {
  background-image: url(../img/icons/star-empty.svg);
}

.commentStars.starsSelected {
  pointer-events: none;
  cursor: auto;
}

.commentStars.starsSelected .selectS {
  width: 18px;
  height: 18px;
}

.pageBreadcrumbs {
  position: relative;
  text-align: center;
  font-size: 0;
}

.pageBreadcrumbs .pageBreadSeparator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.pageBreadcrumbs .pageBreadSeparator span {
  width: 2px;
  height: 2px;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #737373;
}

.pageBreadcrumbs a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  padding-bottom: 5px;
  margin: 0 5px;
  border-left: 0;
  z-index: 1;
  font-weight: 500;
  color: var(--clr-title);
  -webkit-transition: color 350ms ease-out;
  -o-transition: color 350ms ease-out;
  transition: color 350ms ease-out;
}

.pageBreadcrumbs a.active {
  font-weight: 600;
  color: var(--clr-primary);
}


.franshyza-section h2{
    font-size: 16px;
    line-height: 24px;
}
 
@media (min-width: 1200px) {  
    .pageBreadcrumbs a:not(.disabled):hover{
        color: var(--clr-primary);
    }    
}
@media (max-width: 1365px) {
    .franshyza-section h2 {
        font-size: 32px;
        line-height: 40px;
    }    
}
@media (max-width: 991px) {
  .testimonials {
    margin-bottom: 25px;
  }  
}

@media (max-width: 767px) {
    .testimonialsForm {
        text-align: center;
    }
    .testimonials {
        margin-bottom: 20px;
    }
    .testimonialsForm{
        margin-bottom: 35px;
    }
    .franshyza-section h2 {
        font-size: 26px;
        line-height: 34px;
    }     
    .simpleArticle p{
        margin-bottom: 21px;
    }
    .sectionTitle{padding-inline:15px;}
    .sectionTitle::before{width: 15px;height: 18px;top: 4px;}
}


/*vacancies*/
.vacancies-top {
    overflow: hidden;
} 
.vacancies-top.overflow-visible {
  overflow: visible;
}
.vacancies-top .h2{margin-bottom: 15px;}

.vacancies-block .sectionTitle{width: 100%;}
.vacancies-block .button,
.vacancies-top .button{
    padding: 15px 35px;
}
.vacancies-top .button.size1,
.vacancies-block .button.size1{
  padding: 14px 28px 11px;
  font-size: 14px;
}
.vacancies-top .cellView {
    height: 68vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
} 
.vacancies-top .bgImage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
.simpleArticle.newLarge {
    font-size: 20px;
    line-height: 30px; 
    font-weight: 300;
}
.simpleArticle.newLarge.size1 {
  font-size: 16px;
  line-height: 1.6;
}
.vacancies-top .simpleArticle{
    color: #333;
}

.advantages-list {
    font-family: 'Roboto', sans-serif;
    color: #0e0e0e;
}
.advantages-list.maxw-885 {
  max-width: 885px;
}
.advantages-list li {
    position: relative;
    padding-left: 90px;
    min-height: 90px;
    margin: 0 160px 50px 0;
}

.advantages-list li.mb-45 {
  margin-bottom: 45px !important;
  min-height: 63px;
}

.advantages-list li:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 32px;
    bottom: -60px;
    left: 65px;
    background-image: url("https://lapiec.redstone.com.ua/wp-content/themes/pizzaromana/img/arrows.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.advantages-list li:nth-child(even) {
    margin: 0 0 50px 140px;
}

.advantages-list li:nth-child(even):before {
    left: -80px;
    bottom: -5px;
    width: 32px;
    height: 29px;
    background-image: url("https://lapiec.redstone.com.ua/wp-content/themes/pizzaromana/img/arrows2.png");
}

.advantages-list li:last-child {
    margin-bottom: 0;
}

.advantages-list li:last-child:before {
    content: none;
}

.advantages-list li span:first-child {
    position: absolute;
    top: 50%;
    left: 0;
    width: 63px;
    height: 63px;
    margin-top: -32px;
    border-radius: 50%;
    text-align: center;
    line-height: 67px;
}

.advantages-list li span:nth-child(2) {
    display: block;
    margin-bottom: 10px;
}

.advantages-list li span:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 300;
}

.advantages-list li span.size1:nth-child(3) {
  font-size: 13px;
  line-height: 1.6;
}

.border-after {
    border-bottom: 1px solid #e6e6e6;
}
.border-after.type1 {
  padding-bottom: 65px;
}

@media (max-width: 767px) {
    .simpleArticle.newLarge {
        font-size: 18px;
        line-height: 26px;
    }

    .advantages-list li {
        margin: 0 0 30px 0;
        padding-left: 60px;
    }

    .advantages-list li:nth-child(even) {
        margin: 0 0 30px 0;
    }

    .advantages-list li:before {
        content: none;
    }

    .advantages-list li span:first-child {
        top: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 575px){
    .cityVector.border-after{padding: 25px 0;}
    .cityVector.border-after.type1{padding-top: 15px;padding-bottom: 15px;}
}

/*left-right*/

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.leftRight {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.vacancies-block.type1 .leftRight:not(:last-child) {
    margin-bottom: 53px;
}

.leftRightImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 59%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.leftRightImg.size1 {
  width: 47%;
}

.leftRight2 .leftRightImg {
    left: auto;
    right: 0;
}

.leftRight .cellView {
    height: 510px;
    padding: 50px 100px;
    background-color: #f5f5f5;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.leftRight .cellView.type1 {
    padding-top: 77px;
    padding-bottom: 77px;
}

.leftRight.leftRight2 .cellView {
    background-color: #fff;
}

.leftRight .cellView .as {
    margin-bottom: 20px;
    width: 100%;
}

.leftRight .cellView .simpleArticle {
    margin-bottom: 30px;
}

.leftRight .cellView .simpleArticle p {
    display: -webkit-box;
    min-height: auto!important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 144px;
}

.cellView.textBottom{
    align-items: flex-end;
    justify-content: center;
}

.padding5.row {
    margin-left: -5px;
    margin-right: -5px;
}
.padding5>*[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.swiperVacancy {
    padding: 0 135px;
}

.vacancy-info .input{
    margin-bottom: 15px;
    font-size: 14px;
}

input[type="submit"], input[type="file"], input[type="reset"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}
.simpleArticle.vacancyArticle strong {
    font-size: 22px;
    line-height: 30px; 
    margin-bottom: 30px;
    margin-top: 54px;
}

.simpleArticle.vacancyArticle strong:first-child {
    margin-top: 0;
}

.simpleArticle.vacancyArticle strong:last-child {
    margin-bottom: 0;
}

.simpleArticle.vacancyArticle li {
    margin-bottom: 8px;
}

.simpleArticle.vacancyArticle>*:last-child {
    margin-bottom: 0;
}

.titleAsStrong {
    font-size: 22px;
    line-height: 30px; 
    font-weight: 700;
    margin-bottom: 17px;
}
.vacancySlide {
    text-align: center;
}
.vacancySlideImg {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    margin-bottom: 25px;
}

.otherVacancy .titleAsStrong{
    margin-bottom: 60px;
}
.simpleArticle strong {
    margin-bottom: 5px;
}
.oferta .simpleArticle *{
    color: var(--clr-title);
    font-weight: 500;
    line-height: 1.5;
}

.about-sec .simpleArticle{
    position: relative;
    padding-bottom: calc(clamp(2.5rem, -1.2975rem + 7.9114vw, 5.625rem) * 2.2);
}

.about-sec .simpleArticle::before{
    content: "";
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/icons/about-sec-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    width: 70%;
    height: 105%;
    z-index: -1;
}

.about-sec .simpleArticle *{
    font-size: clamp(1.125rem, 0.6693rem + 0.9494vw, 1.5rem);
    color: var(--clr-title);
    font-weight: 500;
    line-height: 1.7;
}

@media (min-width: 1200px) {

    .vacancySlideImg:hover {
        opacity: .75;
    }

}
@media (min-width: 1531px) {
    .leftRight {
        min-height: 400px;
    }
}
@media (max-width: 1530px) {
    .leftRight .cellView {
        padding: 40px 60px;
        height: 450px;
    }
    .swiperVacancy {
        padding: 0 100px;
    }    
}

@media (max-width: 1199px) {
    .leftRightImg {
        width: 50%;
    }
    .otherVacancy .titleAsStrong{
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .leftRight .cellView {
        padding: 30px;
        height: 400px;
    }
    .swiperVacancy {
        padding: 0;
    }    
    .otherVacancy .titleAsStrong{
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .leftRight .cellView {
        padding: 30px 15px;
        height: auto;
    }
    .leftRightImg {
        position: relative;
        width: 100%;
        padding-bottom: 50%;
    }
    .leftRight.leftRight2 .cellView {
        background-color: #f5f5f5;
    }
  .leftRightImg.size1 {
    padding-bottom: 60%;
    width: 100%;
  }
  .leftRight .cellView.type1 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .vacancies-block.type1 .leftRight:not(:last-child) {
    margin-bottom: 0;
  }
  .about-sec .simpleArticle::before{
    width: 100%;
  }
}
@media (max-width: 575px) {
    .otherVacancy {
        padding-bottom: 50px;
    }
    .vacancies-top .cellView{
        height: 50vh;
    }
    .vacancies-top .h2{
        font-size: 26px;
        line-height: 1.2;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - DELIVERY AREA */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.paymentWrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

.paymentItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  text-align: center;
  max-width: 380px;
  padding: 0 30px 25px 30px;
  margin: 0 30px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.paymentItem .imgWrapper {
  margin-bottom: 10px;
  display: inline-block;
}

.paymentItem .imgWrapper:before, .paymentItem .imgWrapper:after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  z-index: -1;
}

.paymentItem .imgWrapper:after {
  right: auto;
  left: 0;
}

.paymentItem img {
  width: 100px;
  height: 100px;
  display: block;
  padding: 0 25px;
  background: var(--bg-1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.paymentItem .as {
  margin-bottom: 20px;
}

.paymentItem:before, .paymentItem:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 75%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  -webkit-transition: width .250s linear;
  -o-transition: width .250s linear;
  transition: width .250s linear;
}

.paymentItem:after {
  left: auto;
  right: 0;
}

.paymentItem .payment:before, .paymentItem .payment:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: '';
}

.paymentItem .payment:after {
  left: auto;
  right: 0;
}

.detailInfo {
  position: relative;
}

.detailInfo .imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.detailInfo .imgWrapper img {
  width: 44px;
  height: 44px;
  display: block;
}

.detailInfo .simpleArticle {
  padding-left: 60px;
}

.areaTime {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.areaTime:before, .areaTime:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #e6e6e6;
  content: '';
}

.areaTime:after {
  left: auto;
  right: 50%;
}

.areaTime:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.areaTime:last-child:before, .areaTime:last-child:after {
  content: none;
}

.areaTime .imgWrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.areaTime .imgWrapper img {
  width: 160px;
  height: 160px;
  display: block;
}

.areaTime .areaInfo {
  text-align: center;
  max-width: 260px;
  margin: 0 100px;
}

.areaTime .areaInfo .as {
  margin-bottom: 15px;
}

.areaTime .areaInfo p span {
  font-weight: 700;
  color: var(--clr-title);
}

.areaTime.redZone .as {
  color: #c80000;
}

.areaTime.greenZone .as {
  color: #309300;
}

/*----------------------------------------------------------------*/
/* HOVER
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* Media Queries
/*----------------------------------------------------------------*/
@media (max-width: 1500px) {
  .areaTime .areaInfo {
    margin: 0 45px;
  }
}

@media (max-width: 1366px) {
  .areaTime .areaInfo {
    margin: 0 20px;
  }
}

@media (max-width: 1199px) {
  .areaTime {
    margin-right: 0;
  }
  .areaTime .imgWrapper img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 991px) {
  .areaTime {
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
    .page-delivery-info{
        padding-top: 35px;
    }
    .page-delivery-info .geoInputWrapper{
        margin-top:0;
    }
    .form-group > span{
        margin-bottom:10px;
    }
    .page-delivery-info .form-group > span{
        margin-bottom:0;
    }
  .areaTime {
    display: block;
    margin-bottom: 25px;
  }
  .areaTime .imgWrapper img {
    margin-left: auto;
    margin-right: auto;
  }
  .areaTime .areaInfo {
    margin: 0 auto;
    max-width: 100%;
  }
  .paymentWrapper {
    display: block;
  }
  .paymentWrapper .paymentItem {
    max-width: 100%;
  }
  .detailInfo .imgWrapper img {
    width: 26px;
    height: 26px;
  }
  .detailInfo .simpleArticle {
    padding-left: 35px;
  }
    .pay-section{
        padding-bottom: 45px;    
    }
    .paymentItem .as {
    margin-bottom: 15px;}
}
@media (max-width: 575px) {
    .page-delivery-info .sumoWrapper{
        margin-bottom: 15px;
    }
}
.product-gift {
    width: 26px;
    margin: 0 auto;
}

/*NEWS*/
.for-partner-form .h4{
    margin-bottom: 50px;
}
.for-partner-form .input{
    margin-bottom: 15px;
}
.for-partner-text{
    padding-bottom: 0;
}
.newsBlock {
  position: relative;
  text-align: center;
    margin-bottom: 40px;
}

.newsBlock a:not(.button) {
  display: block;
}

.newsBlock .newsImg {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 10px;
}

.newsBlock .newsImg span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity .250s linear;
  -o-transition: opacity .250s linear;
  transition: opacity .250s linear;
}

.newsBlock .newsPreview {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.newsBlock .newsPreview:before, .newsBlock .newsPreview:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #e6e6e6;
  -webkit-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s, width 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s;
  -o-transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s, width 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s;
  transition: opacity 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s, width 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.65s;
  content: '';
}

.newsBlock .newsPreview:after {
  left: auto;
  right: 50%;
}

.newsBlock .newsPreview p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 52px;
}

.newsBlock .as {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 52px;
  max-height: 52px;
  -webkit-transition: color .250s linear;
  -o-transition: color .250s linear;
  transition: color .250s linear;
}

.newsBlock .aboutNews {
  font-size: 0;
  margin-bottom: 25px;
}

.newsBlock .aboutNews span {
  text-align: left;
  width: 50%;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}

.newsBlock .aboutNews span:last-child {
  text-align: right;
}

@media(min-width: 1200px){
    .newsBlock a:not(.button):hover{color: var(--clr-primary);}
}

/*----------------------------------------------------------------*/
/* HOVER
/*----------------------------------------------------------------*/
@media (min-width: 1024px) {
  .newsBlock .newsImg:hover span {
    opacity: .75;
  }
}
@media (max-width: 767px) {
    .newsBlock{margin-bottom: 25px;}
    .news-block{
        padding-bottom: 45px;
    }
    .for-partner-form{
        margin-bottom: 50px;
    }
    .for-partner-form .h4{
        margin-bottom: 30px;
        
    }
}

/* added mobile popups*/
 
.city-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 150;
    display: none;
    font-size: 0;
    text-align: center;
}

.city-popup.open {
    display: block;
}

.city-popup:before {
    content: '';
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.city-popup .h2 {
    margin-bottom: 20px;
}
.city-popup-wrap {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    text-align: center;
    padding: 50px;
    display: inline-block;
    vertical-align: middle;
}

.city-popup-wrap p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

body.overflow,
html.overflow {
    overflow: hidden;
}

.button-city-wrap .button {
    margin: 0 10px 10px;
}

.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}

.close-popup:after,
.close-popup:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: '';
}

.close-popup:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.button-city-wrap .active-city {
    color: #fff;
}
.city-popup-wrap .button.confirm-city {
    visibility: hidden;
    height: 0;
}

.ingredientsWrapper .addSaucePopup p {
  margin-bottom: 8px;
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ingredientsWrapper .ingredientItem{
    text-align: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ingredientItemPrice .priceSale{
    color: #c80000;
}

.ingredientItemPrice span{
    display: block;
}

.ingredientItemPrice .priceSale + .price{
    text-decoration: line-through;
}

.ingredientsWrapper .addSaucePopup span {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  padding: 0 15px;
}

.ingredientsWrapper .addSaucePopup i {
  display: inline-block;
  font-size: 13px;
  color: #4c4c4c;
  padding: 0 16px;
  font-weight: 300;
}
.ingredientsWrapper .addSaucePopup {
    position: relative;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 10px 0px;
    cursor: pointer;
    justify-content: center;
}

@media (max-width: 575px) { 
    .popup-container .ingredientItem p{font-size: 13px;}
    .popup-container  .addSaucePopup span{
        padding: 0 5px;
    }
    .popup-container  .addSaucePopup i{
        padding: 0 8px;
    }
}

.productDecor.kap-decor1{
    width:8%;
    height:9%;
    top:22%;
    left:13%;
}
.productDecor.kap-decor2{
    width:5%;
    height:12%;
    top:29%;
    left:auto;
    right:25%;
    z-index:3;
}
.productDecor.kap-decor3{
    width:19%;
    height:24%;
    top:auto;
    left:auto;
    right:18%;
    bottom:19%;
    z-index:3;
}
.productDecor.kap-decor1 span, .productDecor.kap-decor2 span, .productDecor.kap-decor3 span{
    background-size: contain;
}
@media (max-width: 1500px) and (min-width: 1199px){
    .productDecor.kap-decor2{
        top:32%;
        right:22%;
    }
    .productDecor.kap-decor3{
        right: 15%;
        bottom: 10%;
    }
}
.hide_this_li{
    display: none;
}

.mainBanner  .hide_checkout img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.mainBanner  .hide_checkout .h5{
    font-size: 24px;
}
.mainBanner  .hide_checkout .h6{
    font-size: 18px;
    line-height: 22px;
}
@media( min-width: 768px ) {
    .mainBanner .hide_checkout{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media( max-width: 767px ) {
    .mainBanner .hide_checkout img{
        max-width: 300px;
    }
    .mainBanner .hide_checkout .h6{
        font-size: 16px;
        line-height: 20px;
    }
}


/*========================*/
/*fix 27.04*/
/*========================*/
html:not(.ie), html:not(.ie) body {height: 100%;}
#content-block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;min-height: 100%;}
html:not(.ie) main {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}

/*thank-you.php*/
.thank_informer {position: relative;display: block;width: 100%;margin-top: 20px;font-size: 17px;font-weight: 700;padding: 10px 20px;max-width:860px;margin-left: auto;margin-right:auto;text-align: center;color: var(--clr-title);}
/*media*/
@media(max-width: 1366px){
  .thank_informer {font-size: 16px;}
}
@media(max-width: 575px){
  .thank_informer {font-size: 15px;padding: 5px 20px;}
}
@media(max-width: 400px){
  .thank_informer {font-size: 14px;padding: 5px 15px;}
}

/*delivery-and-pay.php*/
.paymentWrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.paymentItem {margin-top: 30px;}
.paymentItem:nth-child(1),.paymentItem:nth-child(2) {margin-top: 0;}

/*testimonials-mob-dodatok.php*/
.testimonial-top {padding: 0;}
.testimonial-cont {position: relative;display: block;width: 80%;margin: 0 auto;padding: 40px 0 20px;}
.testimonial-cont .testimonial-header {margin-bottom: 20px;border-bottom-color: #c4c4c4;}
.testimonial-cont .testimonial-header img {max-width: 40%;margin: 0 auto;}
.testimonial-cont p {font-size: 15px;line-height: 1.4em;font-weight: 500;color: #6d6d6d;}
.rating-picker-caption span {font-size: 14px;}
.testimonial-imgs {position: relative;display: block;width: 40%;height: 0;padding-bottom: 22%;margin: 0 auto 10px auto;}
.testimonial-imgs img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.testimonial-bottom > div {padding: 30px 10px;}
/*media*/
@media(max-width: 575px){
  .testimonial-cont .testimonial-header img {max-width: 60%;}
  .rating-picker-caption span {font-size: 12px;}
}
@media(max-width: 480px){
  .testimonial-bottom h2 {font-size: 20px;}
  .testimonial-cont p {font-size: 14px;}
}
@media(max-width: 400px){
  .testimonial-cont .testimonial-header img {max-width: 70%;}
  .rating-picker-caption span {font-size: 10px;margin-right: 5px;}
  .testimonial-bottom h2 {font-size: 18px;}
}

/*cabinet.php*/
.cabinet-section .cabinet-main-title,.cabinet-section .my-bonus {text-align: center;margin-bottom: 40px;padding: 0;}
.cabinet-section .cabinet-main-title{margin-bottom:30px;}
.cabinet-section .accordion-title {display: flex;align-items: center;color: var(--clr-title);font-size: var(--h6);}
.cabinet-section .accordion-title.active {color: var(--clr-primary);}
.cabinet-section .accordion-title span {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 34px;margin-right: 15px;}
.cabinet-section .accordion-inner {padding: 0 30px 20px 0;}
.cabinet-section .history-table-wrap,.cabinet-section .address-list {padding: 0;}
.cabinet-section .referal-group {display: flex;flex-wrap: wrap;width:70%;}
.cabinet-section .referal-group .referral-item input{cursor:pointer;}
.cabinet-section .referal-group .referral-item:first-child {width: 60%;margin-right: 30px;}
.cabinet-section .referal-group .referral-item.code{width: 20%;}
.cabinet-section .btn-group {position: relative;margin-top: 20px;display: flex;align-items: center;justify-content:space-between;gap:1rem;}
.open-popup[data-rel="delete-account"]{display: inline-block;vertical-align: middle;color: var(--clr-primary);font-weight: 500;transition: var(--transition-1);}
.referal-text{color:#bbbbbb;font-size:12px;line-height:1.4;margin-top:15px;}
/*media*/
@media(min-width: 1200px){
  .cabinet-section .accordion-title:hover {color: var(--clr-primary);}
  .open-popup[data-rel="delete-account"]:hover{color: var(--clr-title);}
}
@media(max-width: 1550px){
  .cabinet-section .referal-group .referral-item:first-child {width: 50%;}
  .cabinet-section .referal-group .referral-item:last-child {width: 30%;}
}
@media(max-width: 1199px){
  .cabinet-section .accordion-inner {padding: 0 20px 20px 0;}
  .cabinet-section .accordion-title:before{top: 1em;}
}
@media(max-width: 767px){
  .cabinet-section .cabinet-main-title, .cabinet-section .my-bonus {margin-bottom:15px;}
  .cabinet-section .accordion-title span {margin-right: 12px;}
  .cabinet-section .history-table tbody td {padding-left: 25% !important;}
  .cabinet-section .referal-group .referral-item:first-child {width: 55%;}
  .cabinet-section .referal-group .referral-item:last-child {width: 35%;}
  .referal-text br{display:none;}
}
@media(max-width: 575px){
    .cabinet-section .referal-group .referral-item:first-child,
    .cabinet-section .referal-group .referral-item:last-child {width: 100%;margin-right: 0;}
    .cabinet-section .address-group .input-wrapper {padding-left: 10px;}
    .cabinet-section .history-table tbody td {padding-left: 30% !important;}
    .cabinet-section .accordion-inner {padding: 0 10px 20px 0;}
}


/*checkout.php*/
.action-wrapp {position: relative;display: block;width: 100%;margin-top: 30px;}
.action-wrapp p {position: relative;font-size: 18px;line-height: 22px;display: block;font-weight: 600;margin-bottom: 10px;}
.action-wrapp .SumoSelect > .CaptionCont > span.placeholder {color: var(--clr-title);font-style: normal;}
.payCheckboxs{font-size: 0;}
.payCheckboxs .checkboxEntry {margin-bottom: 15px;margin-right: 0;}
.action-info {position: relative;display: block;margin-top: 10px;padding: 0 15px;width: 100%;font-size: 14px;line-height: 1.4em;font-weight: 600;color: #8a8a8a;}
/*map info*/
.map-info {position: relative;display: none;width: 100%;margin-bottom: 15px;padding: 8px 15px;font-size: 15px;line-height: 1.4em;font-weight: 600;color: var(--clr-white);}
.map-info.green {background-color: #7daa4d;color: var(--clr-title);}
.map-info.yellow {background-color: #ffd500;color: var(--clr-title);}
.map-info.blue {background-color: #0288d1;}
.map-info.red {background-color: #d40000;}
.map-info.show {display: block;}
.map-info span {border-bottom: 1px solid currentColor;}
/*media*/
@media(max-width: 767px){
  .action-wrapp p {font-size: 16px;font-weight: 400;}
  .map-info {font-size: 16px;}
  .action-info {font-weight: 400;}
}
@media(max-width: 575px){
  .action-wrapp p,.action-info,.map-info {font-size: 13px;}
}

/*fix 06.05.2021*/
body.lock {overflow: hidden;}
.input-row {margin-bottom: 15px;}
/*media*/
@media(max-width: 1199px){
  header .headerSection .tel span {background-color: transparent;}
  .headerRightBar {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  .header-call {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
  header .headerSection .tel svg {width: 22px;height: auto;}
} 


/*==================*/
/*fix 17.05*/
/*==================*/
/*закоментав 2169-2171*/
.sectionTitle.grey-title {position: relative;}
.btnWrapper {margin-top: 30px;}
.action-wrapp {margin: 0;}
.pay-bonus-button, .add-promo-code {border-radius: 30px;padding: 12px 16px;height: 100%;margin-left: 10px;}
.input-field-wrapp {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}
.cabinet-bofons-inner {width: 100%;}
.set-promokod,.set-bonuses {margin: 30px 0;}
.payCheckboxs {padding: 0;}
/*media*/
@media(max-width: 767px) {
  .payItems .table .tbody .td:first-child {top: 0;}
  .spacer-xl.style-2 {height: 30px;}
  .set-promokod,.set-bonuses {margin:15px 0;}
  .paySelect .h6.as.smallSlideRight {display: none;}
  .payMainWrapper .paySelect {padding-top:0;}
  .checkout-more-info {margin-top:15px;}
  .delete-on-mobile {display: none;}
  .thank-section .sectionTitle{margin-bottom:20px;}
}
@media(max-width: 575px){
  .btnWrapper {margin-top: 20px;}
  .pay-bonus-button, .add-promo-code {margin-left: 8px;}
  .page-delivery-info .geoInputWrapper .form-group span::before, .page-delivery-info .geoInputWrapper .form-group span::after{content:none;}
  .page-delivery-info .geoInputWrapper .form-group span .input{width:100%;border-right: 1px solid #E6E6E6;}
  .page-delivery-info .geoInputWrapper .form-group span .input:focus{border-color:var(--clr-primary);}/*#34b4e1*/
  .promotion-block .discountProduct {padding-bottom: 15px;}
  .discountProduct .button{margin-top:15px;}
}


/*==================*/
/*fix 18.05*/
/*==================*/
.referal-block{display:flex;align-items:center;}
.referral-imgs {position: relative;display: block;width: 30%;margin: 30px auto;height: 0;padding-bottom:12%;}
.referral-imgs img.sushi-referal{opacity: 0;visibility: hidden;display: none;}
.sushi-page .referral-imgs img{opacity: 0;visibility: hidden;display: none;}
.sushi-page .referral-imgs img.sushi-referal{opacity: 1;visibility: visible;display: block;}
.referral-imgs img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ingredientsWrapper {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
/*table*/
.payItems {padding: 0;border: none;}
.payItems .table .thead,
.payItems .table .tfoot {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}
.table .td,.table .tr {display: inline-block;}
.payItems .table .tr .td:nth-child(1) {width: 75%;}
.payItems .table .tr .td:nth-child(2) {width: 25%;text-align: center;}
.payItems .table .tr .td:nth-child(3) {width: 20%;text-align: center;}
.payItems .table .thead .tr {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 16px;color: var(--clr-title);font-weight: 500;font-size: 15px;}
.delateProduct {position: absolute;top: 10px;right: 0px;width: 16px;height: 16px;}
.payItems .table .tbody .tr {position: relative;margin-bottom: 10px;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-right: 10px;padding-top: 0;overflow: hidden;border: none;border-radius: 10px;-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);box-shadow: 0 0 2px rgba(0,0,0,0.2);flex-direction: row;}
.payItems .table .tbody .tr:last-child {margin-bottom: 0;}
.smallProduct {width: 100%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.payItems .table .tbody .td {padding: 20px 0;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.payItems .table .tbody .td:last-child {text-align: center;}
.payItems .itemPrice,.product-quantity {width: 100%;}
.payItems .productCountWrapper {margin: 0 auto;}
.payItems .table .tfoot .td {width: 100%;}
.payItems .table .thead .td {padding: 15px 0;}
.payItems .table .tfoot .fullPrice, .orderDiscount {padding:0;}
.payItems .table .tfoot .fullPrice{padding-right: 0;}
.orderDiscount.cart-delivery{padding: 0;margin: 0;}
.orderDiscount.cart-minimum_basket_surcharge{width: 100%;padding: 0;margin: 0;}
.orderDiscount.cart-minimum_basket_surcharge img{width: 14px;margin-right: 2px;margin-bottom: 1px;}
.payItems .itemPrice {margin-top: 10px;}
.payItems .table .thead .td:last-child {padding: 0;}
/*header*/
.promotions-page .promotions-page-link::after,
.home-page .home-page-link::after,
.salads-page .salads-page-link::after,
.drink-page .drink-page-link::after,
.sushi-page .sushi-page-link::after {opacity: 1;}
/*media*/
@media(min-width: 1200px){
  .delivery-page .delivery-page-link:hover a,
  .payment-page .payment-page-link:hover a,
  .about-page .about-page-link:hover a,
  .vakanciyi-page .vakanciyi-page-link:hover a,
  .dlya-partneriv-page .dlya-partneriv-page-link:hover a,
  .contact-page .contact-page-link:hover a {color: var(--clr-title);}
}
@media(max-width: 1199px){
  .referral-imgs {margin: 20px auto;}
}
@media(max-width: 991px){
  .promotions-page .promotions-page-link::before,
  .home-page .home-page-link::before,
  .salads-page .salads-page-link::before,
  .drink-page .drink-page-link::before,
  .sushi-page .sushi-page-link::before {position: absolute;content: '';top: -1px;left: -11px;
  right: auto;display: inline-block;width: calc(100% + 22px) !important;height: calc(100% + 2px);
  border-radius: 10px;background-color: transparent;transform: none;}
}
@media(max-width: 767px){
  .referral-imgs {width: 40%;padding-bottom: 25%;}
  .delateConfirm .button {width: 60%;margin: 10px auto;}
  .payItems .itemPrice,.payItems .smallProduct .as {margin: 0;}
  .payItems .itemPrice{margin-top: 5px;font-size: 16px;}
  .smallProduct .imgWrapper {width: 80px;height: 80px;margin-top: -40px;}
  .payItems .smallProduct .smallProductInfo {padding-left: 90px;}
  .payItems .smallProduct .as {font-size: 14px;line-height: 1.4;text-align: left;}
  .payItems .table .tfoot .fullPrice, .orderDiscount,.smallProduct .as a {padding: 0;}
  .delateProduct:after, .delateProduct:before {width: 18px;}
  .referal-block{display:block;}
  .cabinet-section .referal-group{display:block;width:100%;}
  .cabinet-section .referal-group .referral-item.code{width:100%;}
  .payItems .table .tbody .tr{padding:5px 0;}
}
@media(max-width: 575px){
  .referral-imgs {width: 100%;padding-bottom: 34%;}
}

/*==================*/
/*contact page*/
/*==================*/
html:not(.ie) #content-block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;min-height: 100%;}
html:not(.ie) main {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
body.lock {overflow: hidden;}
.mobile-page{position:relative;margin: 0 auto;display: flex;flex-direction: column;gap:8vh;align-items: center;}


.inner-page{position:relative;background:#fff;}
.inner-page .top-navigation{position:relative;text-align:center;display:block;font-size:14px;padding:0 0 0 20px;}
.inner-page .top-navigation:before{content:"";position: absolute;left: 4px;top: 5px;width: 10px;height: 10px;border-left: 2px solid var(--clr-title);border-bottom: 2px solid var(--clr-title);transform: rotate(45deg);-webkit-transform: rotate(45deg);backface-visibility: hidden;}
.inner-page .top-info{position:relative;}
.top-content .top-title{font-size:22px;text-align:center;margin-bottom: 30px;}
.inner-page.contact-page .top-info{display:flex;justify-content:space-between;align-items: center;}
.inner-page.contact-page .top-info.type-2{justify-content: center;}
.top-info.type-2 >*{text-align: center;display: inline-block;width: auto;}
.top-info >*{font-size:16px;position:relative;padding-left:30px;}
.top-info >*:before{content: "";position: absolute;left:4px;top:0px;width: 18px;height: 18px;
background-repeat: no-repeat;background-position: center;background-size: contain;}
.social-networks{position:relative;display:block;border-top:1px solid #eee;padding:12px 0;margin-top:10px;text-align: center;}
.social-networks ul{font-size:0;}
.social-networks li{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:6px;border:1px solid rgba(0,0,0,0.3);margin-right:15px;vertical-align:middle;}
.social-networks li:last-child{margin-right:0;}
.social-networks li a{display: block;width: 38px;height: 38px;}
.social-networks li img{width:100%;height:auto;max-width: 18px;max-height: 18px;vertical-align: middle;}
.hours-open{position:relative;font-size:14px;line-height:1em;padding-left: 25px;display: inline-block;}
.hours-open img{position: absolute;left: 0;top: -2px;width: 16px;height: auto;}
.list-map{position:relative;margin-top:20px;}
.list-map .caption{font-size:22px;text-align:center;margin-bottom: 30px;}
.list-map ul{font-size:0;margin-top:10px;}
.list-map ul li{display:block;position:relative;padding:8px 10px 8px 40px;font-size:14px;cursor: pointer;}
.list-map ul li:last-child{border-bottom:none;}
.list-map li img {position: absolute;left: 10px;top: 12px;display: inline-block;width: 18px;}
.list-map ul li .city{display:block;}
.inner-page.contact-detail {position:fixed;height: calc(100vh - 72px);top:72px;left:0;bottom:0;right:0;-webkit-overflow-scrolling: touch;overflow-scrolling: touch;-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0;z-index: 10;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;padding:15px;}
.inner-page.contact-detail.active{opacity:1;-webkit-transform: translateX(0);transform: translateX(0);background: #fff;}
.inner-page.contact-detail .top-navigation{text-align:left;}
.inner-page.contact-detail .top-info{margin-top:30px;background-color: #fff;}
.inner-page.contact-detail .top-info>*{display:block;margin-top:15px;}
.inner-page.contact-detail .top-info .location .city{display:block;}
.map-block{position:relative;height:400px;display:block;margin-top:15px;background:#ccc;}
/*media*/
@media(min-width: 992px){
    .decor-sec::before, .decor-sec::after{content: "";position: absolute;left: 0;top: 10%;width: 14%;height: 52%;background-image: url(../img/icons/contact-decor-1.svg);background-repeat: no-repeat;background-position: top left;background-size: contain;pointer-events: none;}
    .decor-sec::after{left: auto;right: 0;top: 30%;width: 12.6%;height: 33%;background-image: url(../img/icons/contact-decor-2.svg);background-position: top right;}
    .decor-sec.type2::before{background-image: url(../img/icons/contact-decor-3.svg);top: 3%;width: 10%;height: 24%;}
    .decor-sec.type2::after {right: -4%;top: 50%;}
}
@media(max-width: 1199px){
  .top-content .top-title,.list-map .caption {margin-bottom: 20px;}
  .inner-page.contact-detail {top: 60px;height: calc(100vh - 60px);}
}
@media(max-width: 767px){
  .top-content .top-title,.list-map .caption {font-size:16px;}
  .spacer-sm.style-2 {height: 30px;}
}
@media(max-width: 400px){
  .spacer-sm.style-2 {height: 20px;}
}

/*==================*/
/*payment*/
/*==================*/
.cityVector {padding: 0;}
.paymentItem {width: calc(50% - 60px);}
/*media*/
@media(max-width: 991px){
  .paymentItem {width: 100%;max-width: 100%;margin-right: 0;margin-left: 0;}
  .paymentItem:nth-child(2) {margin-top: 30px;}
  .payment {width: 100%;}
}
@media(max-width: 575px){
  .paymentItem,.paymentItem:nth-child(2) {margin-top: 20px;}
}

/*==================*/
/*reviews*/
/*==================*/
.reviews-page .testimonial-top {padding: 0;background-color: #fff;}
.reviews-page .testimonial-cont {position: relative;display: block;width: 47%;margin: 0 auto;padding: 40px 0;}
.reviews-page .testimonial-cont .testimonial-header {margin-bottom: 20px;border-bottom: 1px solid #c4c4c4;display: flex;align-items: center;padding-bottom: 40px;}
.reviews-page .testimonial-cont .testimonial-header img {display: inline-block;vertical-align: middle;max-width: 40%;margin: 0 auto;}
.reviews-page .testimonial-cont p {font-size: 15px;line-height: 1.4em;font-weight: 500;color: #6d6d6d;}
.reviews-page .testimonial-bottom {text-align: center;padding: 5% 10%;}
.reviews-page .testimonial-bottom > div {padding: 30px 10px;border-radius: 30px;background-color: #fff;box-shadow: 0 0 11.88px 6.12px rgb(0 0 0 / 14%);}
.reviews-page .testimonial-imgs {position: relative;display: block;width: 30%;height: 0;padding-bottom: 16%;margin: 0 auto 40px auto;}
.reviews-page .stars {pointer-events: none;margin-top: 20px;}
.reviews-page .stars.active .select-icon {background-image: url(../img/icons/star-icon.svg);}
.reviews-page .stars.active .select-icon.active + .select-icon,
.reviews-page .stars.active .select-icon.active + .select-icon + .select-icon,
.reviews-page .stars.active .select-icon.active + .select-icon + .select-icon + .select-icon,
.reviews-page .stars.active .select-icon.active + .select-icon + .select-icon + .select-icon + .select-icon {background-image: url(../img/icons/star-empty-icon.svg);}
.reviews-page .select-icon:last-child {margin-right: 0;}
.reviews-page .select-icon.icon-star {background-image: url(../img/icons/star-icon.svg);}
.reviews-page .select-icon.icon-star-empty {background-image: url(../img/icons/star-empty-icon.svg);}
.reviews-page .select-icon {width: 115px;height: 115px;cursor: pointer;margin-right: 24px;position: relative;pointer-events: auto;display: inline-block;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;background: 50% / cover no-repeat;}
.reviews-page .rating-picker-caption {font-size: 0;margin-top: 30px;}
.reviews-page .rating-picker-caption span {color: var(--clr-title);width: 115px;font-size: 14px;line-height: 34px;margin-right: 24px;display: inline-block;vertical-align: middle;}
.reviews-page .rating-picker-caption span:last-child {margin-right: 0;}
/*media*/
@media(max-width: 1199px){
  .reviews-page .testimonial-cont {width: 55%;padding: 30px 0;}
  .reviews-page .testimonial-imgs {width: 40%;padding-bottom: 22%;margin: 0 auto 30px auto;}
  .reviews-page .rating-picker-caption {margin-top: 20px;}
}
@media(max-width: 991px){
  .reviews-page .testimonial-cont {width: 75%;}
  .reviews-page .select-icon {width: 80px;height: 80px;}
  .reviews-page .rating-picker-caption span {width: 80px;}
  .reviews-page .testimonial-bottom {padding: 5%;}
}
@media(max-width: 767px){
  .reviews-page .testimonial-cont {width: 85%;padding: 20px 0;}
  .reviews-page .select-icon {width: 70px;height: 70px;}
  .reviews-page .rating-picker-caption span {width: 70px;}
  .reviews-page .rating-picker-caption {margin-top: 10px;}
  .testimonial-bottom h2 {font-size: 32px;}
  .reviews-page .testimonial-imgs {margin: 0 auto 20px auto;}
  .reviews-page .testimonial-cont .testimonial-header {padding-bottom: 25px;}
}
@media(max-width: 575px){
  .reviews-page .testimonial-cont {width: 100%;padding: 20px 15px;}
  .reviews-page .select-icon {width: 60px;height: 60px;}
  .reviews-page .rating-picker-caption span {width: 60px;font-size: 13px;}
  .reviews-page .testimonial-bottom {padding: 5% 3%;}
  .testimonial-bottom h2 {font-size: 28px;}
  .reviews-page .rating-picker-caption {margin-top: 0;}
}
@media(max-width: 480px){
  .reviews-page .testimonial-cont .testimonial-header {padding-bottom: 15px;margin-bottom: 15px;}
  .reviews-page .testimonial-bottom > div {padding: 20px 10px;}
  .reviews-page .testimonial-imgs {margin: 0 auto 15px auto;}
  .testimonial-bottom h2 {font-size: 24px;}
  .reviews-page .stars {margin-top: 15px;}
  .reviews-page .select-icon {width: 50px;height: 50px;margin-right: 15px;}
  .reviews-page .rating-picker-caption span {width: 50px;font-size: 12px;margin-right: 15px;}
}
@media(max-width: 400px){
  .reviews-page .testimonial-cont .testimonial-header img {width: 55%;}
  .reviews-page .testimonial-imgs {width: 45%;padding-bottom: 24%;}
  .testimonial-bottom h2 {font-size: 20px;}
  .reviews-page .select-icon {width: 45px;height: 45px;margin-right: 6px;}
  .reviews-page .rating-picker-caption span {margin-right: 6px;font-size: 10px;}
  .reviews-page .testimonial-bottom > div {padding: 20px 5px;}
  .reviews-page .stars {margin-top: 5px;}
}

/*==================*/
/*cabinet.php*/
/*==================*/
.history-wrapper {position: relative;display: block;width: 100%;}
/*item*/
.history-item {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;cursor: pointer;padding: 20px 0;border-bottom: 1px solid #dcdcdc;}
.history-item.active {border-bottom: none;}
.history-item .history-num {position: relative;display: block;width: 15%;padding-left: 35px;font-size: 20px;line-height: 1.4em;font-weight: 600;text-transform: uppercase;color: #2A2522;}
.history-item .history-num::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -5px;width: auto;height: auto;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 9px solid transparent;-webkit-transform: none;-ms-transform: none;transform: none;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.history-item.active .history-num::before {margin-top: -15px;border-bottom-color: #949494;border-top: 9px solid transparent;}
.history-item.disabled .history-num::before{display: none;}
.history-item .history-data {position: relative;display: block;width: 22%;text-align: center;font-size: 16px;line-height: 1.4em;color: #666;}
.history-item .history-price {position: relative;display: block;width: 12%;text-align: center;font-size: 18px;font-weight: 600;line-height: 1.4em;color: #2A2522;}
.history-item .history-gps {position: relative;display: block;width: 31%;padding: 0 20px;font-size: 18px;font-weight: 600;line-height: 1.4em;color: #2A2522;}
.history-item .history-btn {position: relative;display: block;width: 20%;text-align: right;}
.history-wrapper .history-js:last-child .history-item{border-bottom: 0;}
/*block*/
.history-block {display: none;}
.history-block-top {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;margin: 15px 0;}
.history-block-top div {position: relative;display: block;font-size: 18px;line-height: 1.4em;color: #666;font-weight: 500;}
.history-block-top div:nth-child(1) {width: 90%;padding-left: 35px;}
.history-block-top div:nth-child(2) {width: 10%;text-align: center;}
.history-block-top div:nth-child(3) {width: 20%;text-align: right;padding-right: 20px;}
.history-block-prod {position: relative;display: flex;align-items: center;width: 100%;padding-bottom: 10px;border-bottom: 1px solid #dcdcdc;}
.history-block-prod .history-block-imgs {position: relative;display: block;width: 20%;height: 0;padding-bottom: 20%;overflow: hidden;}
.history-block-prod .history-block-imgs img {position: absolute;top: 0;left: 0;display: inline-block;width: 100%;height: 100%;object-fit: cover;-webkit-transition: all 0.7s;-o-transition: all 0.7s;transition: all 0.7s;}
.history-block-prod .history-block-name {position: relative;display: block;width: 70%;font-size: 22px;line-height: 1.4em;font-weight: 700;padding-left: 20px;color: #2A2522;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.history-block-prod .history-block-num {position: relative;display: block;width: 10%;text-align: center;font-size: 18px;line-height: 1.4em;font-weight: 600;color: #2A2522;}
.history-block-prod .history-block-price {position: relative;display: block;width: 20%;text-align: right;font-size: 18px;line-height: 1.4em;font-weight: 600;color: #2A2522;}
/*bottom*/
.pagination-bottom {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;text-align: right;margin-top: 20px;}
.pagination-bottom ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.pagination-bottom a {font-size: 16px;color: #0e0e0e;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;display: block;width: 40px;height: 40px;border-radius: 50%;line-height: 40px;text-align: center;font-weight: 700;}
.pagination-bottom a.active{background-color: var(--clr-primary);}
.pagination-bottom ul .dott {margin: 0 15px;}

.referal-group .span-copied-to-clipboard{opacity: 0; visibility: hidden; transition: 0.3s all linear;-webkit-transition: 0.3s all linear;font-style: oblique;background:#F3F3F3;font-weight:700;position: absolute;top: 0;width: 100%;height: 100%;line-height: 46px;text-align: center;color: #0e0e0e;font-size: 14px;}
.referal-group .span-copied-to-clipboard.active{opacity:1;visibility:visible;}

/*media*/
@media(min-width: 1200px){
  .pagination-bottom a:hover {background-color: var(--clr-primary);}
  .history-block-prod .history-block-imgs:hover img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
}
@media(max-width: 1366px){
  .history-item .history-num {font-size: 18px;padding-left: 30px;}
  .history-item .history-price {font-size: 17px;}
  .history-item .history-gps {font-size: 17px;padding: 0 15px;}
  .history-item .history-btn a {font-size: 17px;padding: 12px 25px;}
  .history-block-top div,.history-block-prod .history-block-num,.history-block-prod .history-block-price {font-size: 17px;}
  .history-block-top div:nth-child(1) {padding-left: 30px;}
  .history-block-prod .history-block-name {font-size: 20px;}
}
@media(max-width: 767px){
  .history-item {padding: 18px 0;-ms-flex-wrap:wrap;flex-wrap:wrap;}
  .history-item .history-num {font-size: 17px;padding-left: 28px;width: 26%;order: 1;}
  .history-item .history-price {font-size: 15px;width: 26%;text-align: left;margin-top: 10px;padding-left: 28px;order: 4;}
  .history-item .history-gps {font-size: 15px;width: 74%;text-align: left;padding: 0;margin-top: 10px;order: 5;}
  .history-item .history-btn {order: 3;width: 39%;}
  .history-item .history-btn a {font-size: 14px;padding: 10px 20px;}
  .history-item .history-data {font-size: 14px;width: 35%;text-align: left;order: 2;}
  .pagination-bottom a {font-size: 15px;}
  .pagination-bottom ul .dott {margin: 0;}
  .history-block-top div,.history-block-prod .history-block-num,.history-block-prod .history-block-price {font-size: 16px;}
  .history-block-top div:nth-child(1) {padding-left: 28px;}
  .history-block-prod .history-block-name {font-size: 18px;}
}
@media(max-width: 575px){
  .history-block-top div,.history-block-prod .history-block-num,.history-block-prod .history-block-price {font-size: 15px;}
  .history-block-prod .history-block-name {font-size: 17px;padding-left: 15px;}
}
@media(max-width: 480px){
  .history-item {padding: 16px 0;}
  .history-item .history-num {font-size: 16px;padding-left: 26px;}
  .history-item .history-price {padding-left: 26px;font-size: 14px;}
  .history-item .history-gps {font-size: 14px;}
  .history-item .history-data {font-size: 13px;}
  .history-item .history-btn a {padding: 10px 16px;}
  .pagination-bottom {margin-top: 10px;}
  .history-block-top {margin: 10px 0;}
  .history-block-top div,.history-block-prod .history-block-num,.history-block-prod .history-block-price {font-size: 14px;}
  .history-block-top div:nth-child(1) {padding-left: 26px;}
  .history-block-prod .history-block-name {font-size: 16px;padding-left: 12px;}
  .history-block-top div:nth-child(3) {padding-right: 10px;}
}
@media(max-width: 400px){
  .cabinet-section .accordion-inner {padding: 0 0 20px 0;}
  .history-item .history-num {font-size: 15px;padding-left: 24px;}
  .history-item .history-data {font-size: 13px;}
  .history-item .history-btn a {padding: 7px 10px;font-size: 12px;}
  .history-item .history-price {padding-left: 24px;font-size: 13px;}
  .history-item .history-gps {font-size: 13px;}
  .pagination-bottom {margin-top: 10px;}
  .pagination-bottom a {font-size: 14px;}
  .history-block-prod .history-block-name {font-size: 15px;padding-left: 10px;width: 60%;}
  .history-block-prod .history-block-num {width: 20%;}
  .history-block-prod .history-block-price {width: 25%;}
  .history-block-top div,.history-block-prod .history-block-num,.history-block-prod .history-block-price {font-size: 13px;}
  .history-block-top div:nth-child(1) {width: 85%;padding-left: 24px;}
  .history-block-top div:nth-child(2) {width: 15%;}
  .history-block-top div:nth-child(3) {padding-right: 5px;width: 25%;}
}

/*==================*/
/*fix 19.05*/
/*==================*/
.smallProduct .as {transition: var(--transition-1);}
.treesCheckboxs {margin: 15px 0;}
.SumoSelect > .optWrapper > .options li.opt,.form-group i {font-size:14px;}
.payItems .table .tbody .td {height: 90px;}
.calendar-wrapper  {position: relative;display: block;width: 100%;}
.calendar-wrapper .input.calendar {padding: 0 30px 0 15px;}
.calendar-wrapper label {position: absolute;top: 0;right: 0;bottom: 0;width: 30px;height: 100%;}
.calendar-wrapper label i {background-image: url(../img/icons/select-arrow.svg);background-position: center center;width: 16px;height: 16px;display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background-repeat: no-repeat;visibility: visible;opacity: .8;}
.cardProductOrder .button {margin-bottom: 0;}
.prod-card-page .cardProductOrder {border-top: none;padding: 0;}
/*drink*/
.drink-page .productDescription {padding: 0;}
/*media*/
@media(min-width:768px){
    .popupInfo.popup-callback .as{margin-bottom:15px;}
    .popupInfo.popup-callback p{margin-bottom:20px;font-family: inherit;font-size:15px;}
    .popupInfo.popup-callback .input-bg{max-width:550px;margin:0 auto;padding:20px 50px;position:relative;}
    .popupInfo.popup-callback .input-bg .input{background-color:#fff;}
    .popupInfo.popup-callback .input-bg:before{content:"";
    position:absolute;top:0;left:0;width:100%;height:100%;border-radius:25px;}
    .popupInfo.popup-callback .input-bg:after{content: "";position: absolute;top: 100%;left: 80px;width: 0;
    margin-top: -13px;height: 0;border-left: 0 solid transparent;border-right: 66px solid transparent;
    -webkit-transform: rotate(15deg);transform: rotate(15deg);}
    .popup-callback .button{margin-top:20px;}
}
@media(max-width: 767px){
  .geoInputWrapper {margin:0 0 10px;}
  .payItems .table .tbody .td {height: 100px;}
  .cardProductOrder {padding: 0;border-top: 0;}
  .cardProductOrder .counterTitle {font-size: 14px;}
  .drink-page .productThumbnail {height: 190px;}
  .drink-page .productInfoWrapp {height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .popupInfo.popup-callback .as{margin-bottom:15px;}
  .popupInfo.popup-callback p{display:none;}
}
@media(max-width: 575px){
  .set-bonuses .bofony-text {font-size: 18px;}
  .set-bonuses .bofony-text b {font-size: 20px;} 
  .SumoSelect > .optWrapper > .options li.opt,.form-group i,.SumoSelect .CaptionCont {font-size: 14px;}
  .deliveryCheckboxs .checkboxEntry:last-child {margin-bottom: 0;}
  .payItems .table .thead .td {padding: 10px 0;}
  .productThumbnail-image > * {top: -1px;bottom: -1px;height: auto;}
  .calendar-wrapper {margin-bottom: 10px;}
  .input-row{margin-bottom:10px;}
}
@media(max-width: 480px){
  .payItems .table .tbody .td {height: 80px;}
}

/*fix 14.06*/
.productThumbnail-image.blue img {position: absolute;width: auto;height: auto;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.productThumbnail-image.blue::before {padding-top: 60%;}
.reviews-page .testimonial-imgs img.blue {padding-bottom: 5%;}
.reviews-page-mob .testimonial-imgs img.blue {height: auto;}

.daterangepicker{max-width:375px!important;}

/*.location-popup-imgs .sushi-location{opacity:0;visibility:hidden;display:none;}
.sushi-page .location-popup-imgs .sushi-location{opacity:1;visibility:visible;display:block;}
.sushi-page .location-popup-imgs img:not(.sushi-location){opacity:0;visibility:hidden;display:none;}*/
.sushi-page .location-popup-imgs img:last-child{opacity:1;visibility:visible;display:block;}

.ajax-block-inner .btn-loader-inner{background:var(--bg-1);border-radius:0;}

/*CHECKOUT*/
.grey-title.small-gray{position:relative;margin-bottom:15px;}
.grey-title.small-gray .title{font-size:18px;font-weight:600;color: var(--clr-title);text-transform: uppercase;}
.row.select-city .sumoWrapper, .sumoWrapper.driveway{margin-bottom:15px;position:relative;}
.checkout-return-promocode .input-field-wrapp{max-width:100%;}
.checkout-return-promocode .form-group{width:100%;}
.set-promokod .input-field-wrapp .button, .set-bonuses .input-field-wrapp .button, .payMainWrapper .orderButton{
    min-width: 190px;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 20px;
    color: var(--clr-white);
    font-weight: 500;
    width: fit-content;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    z-index: 1;
    background: transparent;
}
.payMainWrapper .orderButton{
    font-size: 20px;
}
.set-promokod .input-field-wrapp .button::before, .set-bonuses .input-field-wrapp .button::before, .payMainWrapper .orderButton::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../img/icons/checkout-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.totalFullPrice.bottomFullPrice{text-align: right;margin-block:30px;font-size: 20px;line-height: 1.2;font-weight: 500;color: var(--clr-title);}
.totalFullPrice.bottomFullPrice >*{display:inline-block;vertical-align:middle;}
.totalFullPrice.bottomFullPrice span, .totalFullPrice.bottomFullPrice i{font-weight: 700;color: var(--clr-primary);}
.remainder{margin-bottom:30px;display:none;}
.remainder .top-label{color:var(--clr-title);margin-bottom: 5px;font-size:14px;letter-spacing: 0.14px;line-height: 1.2;font-weight: 500;}
.remainder .input-field-wrapp{max-width:100%;display:block;}

.payItems .table .tbody .tr.productOrder2{padding:20px 0;}
.smallProduct .smallProductInfo{text-align:left;}
.payItems .tr.productOrder2 .productCountWrapper{flex-direction: column;}
.payItems .tr.productOrder2 .productCountWrapper .count{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.payItems .tr.productOrder2 .productCountWrapper .count:last-child{margin-bottom:0;}
.productOrder2 .smallProduct .smallProductInfo .as{margin-bottom:15px;}
.smallProduct .smallProductInfo .as:last-child{margin-bottom:0;}
.payItems .table .tbody .td.tdPrice{flex-direction: column;height:auto;padding:0;}
.payItems .table .tbody .td.tdPrice .itemPrice{margin-bottom:19px;}
.payItems .table .tbody .td.tdPrice .itemPrice:last-child{margin-bottom:0;}

.payItems .table .tbody .tr.productGift .smallProduct .smallProductInfo p{font-weight:700;color:var(--clr-red-1);}
.payItems .table .tbody .tr.productGift .productCountWrapper{pointer-events:none;}
.payItems .table .tbody .tr.productGift .productCount.lessProduct:before,
.payItems .table .tbody .tr.productGift .productCount.lessProduct:after,
.payItems .table .tbody .tr.productGift .productCount.moreProduct:before,
.payItems .table .tbody .tr.productGift .productCount.moreProduct:after{opacity: 0.5;}
.payItems .table .tbody .tr.productGift .productCountWrapper input{color:#a6a6a6; border-color:#a6a6a6;}


.payItems .table .tbody{border:1px solid var(--clr-primary);border-radius: 1.5rem;padding: 0.5rem 1rem;}
.payItems .table .tbody .tr{box-shadow:none;border-radius:0;margin-bottom: 0;padding: 0.5rem 0;}
.payItems .table .tbody .tr:last-child{border-bottom:none;}

@media(min-width: 1200px){
    .set-promokod .input-field-wrapp .button:hover, .set-bonuses .input-field-wrapp .button:hover, .payMainWrapper .orderButton:hover{
        color: var(--clr-title);
    }
}
@media(max-width:767px){
    .payItems .table .smallProduct .imgWrapper{left: 0;margin-left: 0;}
    .payItems .tr.productOrder2 .productCountWrapper .count{margin-bottom:5px;}
    .payItems .table .tbody{border-radius: 10px;padding: 0.5rem;}
    .payItems .table .tr .td:nth-child(1){width: 75%;}
    .payItems .table .tr .td:nth-child(2){width: 25%;}
    .payItems .table .tr .td:nth-child(3){width: 20%;}
    .payItems .table .tbody .tr.productOrder2{padding:5px 0;}
    .payItems .table .tbody .td.tdPrice{height:100%;}
    .payItems .table .tbody .td.tdPrice .itemPrice{margin-bottom:5px;}
    .delateProduct{top: 4px;right: 0;}
    .payItems .table .thead .tr{height:20px;padding:0 5px 5px;}
    .payItems .table .tbody .tr.productGift .smallProduct .smallProductInfo p{font-size:8px;}
    .treesCheckboxs{margin:5px 0;}
    .bottom-checkbox{margin-top:15px;}
    .set-promokod .input-field-wrapp .button, .set-bonuses .input-field-wrapp .button{min-width:140px;}
    .row.select-city .sumoWrapper, .sumoWrapper.driveway{margin-bottom:10px;}
    .payForm,.deliveryCheckboxs{margin-block:30px 20px;}
    .checkout-page .form-group i{color: var(--clr-plc);}
    .checkout-page .form-group.focus i, .checkout-page .sumoWrapper.focus .SumoSelect .CaptionCont{color: var(--clr-title);}
    .totalFullPrice.bottomFullPrice{text-align:center;margin:25px 0 15px;}
    .map-wrapper{margin-bottom:15px;}
    div.map-block{height:360px;}
}


/*--------------*/
/*CHANGE 13.09*/
/*--------------*/
.checkout-page .daterangepicker {max-width: 100% !important;}
.checkout-page .daterangepicker .drp-calendar {width: 100% !important;}
.checkout-page .smallProductInfo p,.checkout-page .prod_horiz-details p {overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;margin-top: 4px;padding-right: 5px;}
.productDescription p {overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
.address-group .input {padding-right: 15px;}
.contact-page .inner-page {background-color: transparent;}
.sushi-page .productCountWrapper input {border-color: #6e6e6e;}
.prod-card-page .productThumbnail a {position: relative;display: block;width: 100%;height: 0;padding-bottom: 100%;}
.prod-card-page .productImage.sliderPreview img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;object-position: top;}
.page-template-account .accordion-title.active::before {border-color: transparent;border-bottom-color: #949494;}
.cityVector .moreInfoContent {height: 230px;}
.delivery-page .detailInfo {margin-top: 60px;}
.location-popup .SumoSelect > .optWrapper > .options::-webkit-scrollbar {width: 6px;}
/*media*/
@media(min-width: 1200px){
    .cart-empty-section .btn:hover {color: var(--clr-primary);}
    .sushi-page .cart-empty-section .btn:hover {color: var(--clr-primary);}/*#34b4e1*/
}
@media(max-width: 1199px){
    .checkout-page .hidden-lt.orderButton {display: none !important;margin: 0;}
    .checkout-page .btnWrapper.hidden-lg1 {display: table;margin: 0 auto;}
    .delivery-page .form-group > span {margin-bottom: 0;margin-top: 15px;}f
    .delivery-page .detailInfo {margin-top: 40px;}
    .cityVector .moreInfoContent {height: 370px;}
}
@media(max-width: 991px){
    .delivery-page .detailInfo {margin-top: 30px;}
}
@media(max-width: 767px){
    .popupInfo {padding: 55px 10px;}
    .sushi-page .main-products {padding:0 0 30px;}
    .prod-card-page .cityVector .moreInfoContent {margin: 25px 0;}
    .moreInfoBlock {margin-top: 30px;}
    .delivery-page .page-delivery-info .geoInputWrapper {margin: 0;}
    .cityVector .moreInfoContent {height: 415px;}
    .cityVector .moreInfoContent h4{line-height: 30px;}
    .checkout-page .smallProductInfo p,.checkout-page .prod_horiz-details p {font-size: 12px;}
    .delivery-page .detailInfo {margin-top: 20px;}
    .productDescription p {-webkit-line-clamp: 6;}
}
@media(max-width: 575px){
    .checkout-page .daterangepicker .drp-calendar {max-width: none !important;}
    .prod-card-page .cityVector .moreInfoContent {margin: 20px 0;}
    .moreInfoBlock {margin-top: 25px;}
    div.map-block {margin-top: 25px !important;}
    .home-page .productInfoWrapp,.home-page.sushi-page .productInfoWrapp {margin: 0 auto;}
    .home-page .productThumbnail-image,.sushi-page .productThumbnail-image {width: 160px;}
    .delivery-page .page-delivery-info .sumoWrapper {margin: 0;}
    .delivery-page .form-group > span {margin-top: 10px;}
}
@media(max-width: 480px){
    .popupInfo {padding: 40px 10px;}
    .prod-card-page .cardProductOrder.block-2 {width: auto;}
    .prod-card-page .cardProductOrder.block-2 .productPrice {margin: 0;}
    .home-page .productInfoWrapp,.sushi-page .productInfoWrapp {width:50%;}
    .swiper-container-horizontal > .swiper-pagination-bullets {width: 80%;}
    .home-page .productThumbnail-image,.sushi-page .productThumbnail-image {width:50%;height: auto;}
    .productThumbnail-image img{left:0;top:0;transform: none;}
}
@media(max-width: 400px){
    .prod-card-page .cityVector .moreInfoContent {margin: 15px 0;}
}

/*promo popup*/
.popup-container.size3{max-width:680px;}
.popup-container.size4{max-width: 740px;}
.promo-title{font-size:26px;line-height:1.2;font-weight:700;color:var(--clr-title);letter-spacing: 0.5px;}
.promo-title span{font-weight:500;font-size:23px;}
.promo-popup-block{position: relative;margin-top: 70px;width: 100%;}
.promo-popup-block .promo-link{display: inline-block;text-align:center;background-color: #fff;border: 2px solid #ECECEC;border-radius: 12px;width: 100%;max-width: 190px;height: 190px;-webkit-transition: all 0.3s;margin-right:60px;transition: all 0.3s;}
.promo-popup-block .promo-link a{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width:100%;height:100%;}
.promo-popup-block .promo-link:last-child{margin-right:0;}
.promo-popup-block .promo-link img {display: inline-block;width: 100%;height: auto;max-width: 100%;max-height: 100%;border-radius:12px;}
.promo-popup-block .promo-link .promo-desc{margin-top:25px;font-size: 20px;line-height:1.2;font-weight: 300;color: var(--clr-title);letter-spacing: 0.5px;}
/*media*/
@media (min-width: 1200px){
    .promo-popup-block .promo-link:hover{border-color: #ffd500;}
    .promo-popup-block .promo-link.sushi-link:hover{border-color:#41b6e6;}
}
@media(max-width:575px){
    #popup-promo .popupInfo {padding: 40px 15px;}
    .promo-title{font-size:22px;}
    .promo-title span{font-size:20px;}
    .promo-popup-block{margin-top:40px;}
    .promo-popup-block .promo-link{max-width: 120px;height: 120px;margin-right: 30px;}
    .promo-popup-block .promo-link .promo-desc{margin-top: 15px;font-size:16px;}
}
@media(max-width:359px){
    #popup-promo .popupInfo {padding:30px 15px;}
    .promo-title{font-size:20px;}
    .promo-title span{font-size:18px;}
    .promo-popup-block{margin-top:30px;}
    .promo-popup-block .promo-link{margin-right:15px;}
    .promo-popup-block .promo-link .promo-desc{font-size:14px;}
}

/* fix loaded page */
.loaded .main-products, .loaded section.cityVector{opacity:1;}
.otherVacancy .swiper-container-horizontal > .swiper-pagination-bullets{
    left: 50%;
}


/* not-work */
@media (min-width: 992px){
    .not-work .image{
        max-width: 30%;
        margin: 0 auto;
    }
}

@media (max-width: 991px){
    .not-work .image{
        max-width: 80%;
        margin: 0 auto;
    }
}