*:active, *:focus, .sert-value {outline: none;}
::selection {background: #342C3D;color: var(--color-white)}
::-moz-selection {background: #342C3D;color: var(--color-white)}
body {position: relative;}
img {pointer-events: none;}
img, a, [data-tab="nav"] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
     user-select: none;
}
h1, h2, h3, h4, h5, .w-form, ul, label {margin: 0;}
h1, h2 {-ms-word-break: break-all; word-break: break-all; word-break: break-word;}
a.w--current {pointer-events: none;}
a {text-decoration: none; color: inherit;}
a {-webkit-tap-highlight-color: transparent;}
section .w-richtext > *:last-child {margin-bottom: 0;}
section .w-richtext > *:first-child {margin-top: 0}
.w-richtext img {height: auto}
.w-richtext figure {max-width: 60%;}
.wrapper {overflow: clip}
ul {
  padding-left: 0;
  list-style: none;
}
textarea {resize: none;} 
[data-bg-arrow] {
  position: relative;
}
.w-thin {
    font-weight: 200;
}
.w-medium {
    z-index: 5;
    font-weight: 500;
    position: relative;
}
.beer-slider > .beer-reveal {
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}

.swiper-button-lock {display: none}
.breadcrumbs li {display: none}
.breadcrumbs li:has([itemprop]) {display: block}
/*
[data-bg-arrow]::after {
  content: "";
  position: absolute;
  width: 0.28125rem;
  height: 0.28125rem;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23545569"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: contain;
  top: .45rem;
  right: 0rem;
}

.footer__adress-box [data-bg-arrow]::after,
.active [data-bg-arrow]::after,
.w--current [data-bg-arrow]::after{
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23EBEBFC"/%3E%3C/svg%3E');

}
.btn:not(.white__btn) [data-bg-arrow]::after {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23EBEBFC"/%3E%3C/svg%3E');
}
.btn.white__btn [data-bg-arrow]::after {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23878795"/%3E%3C/svg%3E');
}
.btn:not(.hero__btn) [data-bg-arrow]::after {
	top: .15rem;
}


.btn:not(.hero__btn) [data-bg-arrow="rotate"]::after {
	transform: rotateZ(90deg)
}
*/
::-webkit-scrollbar {
    width: 0.38rem; 
    height: 0px;
    background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-gray);
    border-radius: 5em;
    height: 4.38rem; 
}

.benefit__item:nth-child(2),
.benefit__item:nth-child(3) {
	background: #FBFBFC
}
.breadcrumbs li:not(:last-child):after {
	content: "-";
  margin: 0 0.25rem;
}
ul li::marker {
	font-size: 1.25rem;
}
.swiper-slide {
	height: auto !important;
}
.center-nav__item.active .center-ico__box {
	background: #E0E1EB;
}
.swiper-button-disabled {
	opacity: 0.5;
  pointer-events: none
}
[data-tab="content"],
[data-faq="answer"]{
	display: none;
}
.slider__scrollbar .swiper-scrollbar-drag {
    background: #545569;
    border-radius: 0;
    cursor: grab;
  }
  .slider__scrollbar .swiper-scrollbar-drag:active {
    cursor: grabbing;
  }
  .beer-slider[data-beer-label]:after, .beer-reveal[data-beer-label]:after {
    top: 1.5rem;
    padding: .94rem 1.56rem;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(4.449999809265137px);
  }
  .beer-handle {
    left: calc(50% - 0.125rem);
    color: var(--color-black);
    background: #fff;
    width: 4.75rem;
    height: 4.75rem;
    box-shadow: none;
  }
  .beer-range:focus~.beer-handle {
    background: rgba(255, 255, 255, .85);
    box-shadow: none;
  }
  .beer-handle:before, .beer-handle:after {
    width: .75rem;
    height: .75rem;
  }
  .beer-handle:before {
    left: 1.25rem;
  }
  .beer-handle:after {
    right: 0.75rem;
  }

  /*intelInput start*/
  .iti__flag-container {
    position: relative;
  }
  .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    transition: all 0.4s ease; 
  }
  .iti {
    display: flex;
    justify-content: center;
    flex-direction: row;
    border: none;
    height: 5.9375rem
  }
  .iti input{
    border: none;
    padding-left: .75rem !important;
  }
  .iti input:focus {
    border: none;
  }

  .iti__country-list {
    width: 100%;
    max-width: 26.5rem;
    max-height: 14rem;
    margin-top: .5rem;
    border-radius: 1rem;
    padding: .5rem;
    font-size: .75rem;
    box-shadow: none;
    border: none;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: 0 .5rem 0.1rem 2rem;
  }
  .form-box .iti--separate-dial-code .iti__selected-flag {
    background-color: #f9f9f9;
  }
  .iti__country.iti__highlight {
      background-color: #e0e1eb;
  }
  /*intelInput end*/

  .breadcrumbs a {
      transition: all .4s ease;
  }
  [data-popup="box"] {
      display: none;
  }
  .modal-block .iti__country-list {
        width: 24rem !important;
    }
    .sb-ico {
        width: 0.65625rem;
        height: 0.32812rem;
    }
    .sub__ico,
    .subnav__item-link{
        transition: all .4s ease;
    }
    .sub__ico.active {
        transform: rotateZ(180deg);
    }
  
@media only screen and (min-width: 991px) {
  html {font-size: calc(1vw / 1.2)}
  .header__nav-item:not(:last-child) {
  	border-right: 0.0625rem solid #F2F2F2;
  }
  .stroke__item:nth-child(even) {
  	flex-direction: row-reverse;
  }
  .stroke__item:nth-child(even) .stroke__item-content.v2 {
  	padding-left: 4rem;
    padding-right: 0
  }
  .drop-nav__open {
      visibility: hidden;
      opacity: 0;

      transition: .2s linear;
  }
  .header__nav-item:hover .drop-nav__open {
      visibility: visible;
  opacity: 1;
  }
  .header__nav-item:hover .header__nav-arrow {
        transform: rotateX(180deg);
    }
  
}
@media only screen and (max-width: 991px) {
  html {font-size: calc(1vw / 0.56)}
  .beer-handle {
        left: calc(50% - 0.25rem);
        width: 3.5rem;
        height: 3.5rem;
    }
    .beer-handle:before {
        left: 0.75rem;
    }
    .beer-handle:after {
        right: 0.15rem;
    }
}
@media only screen and (max-width: 479px) {
  html {font-size: calc(1vw / 0.25)}
  .form__field {
      font-size: 1rem;
  }
  .iti {
    height: 5rem;
	}
    .iti__country-list {
        max-height: 12rem;
    }
    .modal-block .iti__country-list {
        width: 22rem !important;
    }
}
@media (hover: hover) {
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: #e0e1eb;
  }
  
    .btn:not(.white__btn):hover {
        background: #65667E;
    }
    .btn.white__btn:hover{
        color: #FFFFFF;
        background: var(--color-black);
    }
    .cat__nav-item:hover{
        background-color: var(--color-gray);
    color: #e0e1eb;
    }
    /*
    .btn.white__btn:hover .btn__text::after,
    .cat__nav-item:hover .btn__text::after{
        background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23EBEBFC"/%3E%3C/svg%3E');
    }
     .adress__link:hover::after {
        background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6" height="6" viewBox="0 0 6 6" fill="none"%3E%3Cpath d="M1 5.5L5.5 1M5.5 1V5.5M5.5 1H1" stroke="%23BD9E79"/%3E%3C/svg%3E');
    }
    */
    .adress__link:hover {
        color: #BD9E79;
    }
   
    .service__item-link:hover {
        background: #fff;
    }
    .slide__btn:not(.swiper-button-disabled):hover, .slide__link:not(.swiper-button-disabled):hover {
    	opacity: .7
    }
    [data-fancybox]:hover .lbox__play-ico {
	    transform: scale(1.15);
    }
    .social__block-link:hover {
        background: rgba(255, 255, 255, .5);
    }
    .blog__item-link:hover .blog__item-btn {
    	background: var(--color-black);
    	color: #fff
    }
    .footer__nav-link:hover,
    .footer__contact-item:hover,
    .header__phone:hover,
    .footer__social-link:hover,
    .header__social-ico:hover,
    a.center__contact-item:hover{
        opacity: .7;
    }
    .header__nav-link:hover {
        color: var(--color-black);
    }
    .nav-subdrop__item:hover {
        background-color: #64678514;
    }
    .breadcrumbs a:hover,
    .subnav__item-link:hover{
        color: var(--color-black);
      }
  .center-nav__item:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }
    .center-nav__item:hover .center-ico__box {
        background: #E0E1EB;
    }

}