/*
Theme Name: Super Zdorovo
Description:  
Version: 1.0
Author: good guys
Author URI: http://kalinovski.com.ua/ 
*/


/*наша продукція*/
.our-products-section {
	font-family: Montserrat;
    display: flex;
    flex-wrap: wrap;  
    background-color: #fff; 
    box-sizing: border-box;
    align-items: center;  
    justify-content: center;    
}

.products-info {
    flex: 1;  
    max-width: 50%;  
    padding-right: 30px;  
    color: white;  
	background-color: #88c74a; 
	padding:20px;
	min-height: 440px;  
	padding: 80px;
}

.products-info h2 {
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 40px;
	font-weight:bold;
}

.products-info p {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 15px;
	color:#000;
}
 
.view-assortment-button {
	margin-top: 20px;
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid white;  
    color: white;  
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold; 
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;  
    background-color: transparent;  
}

.view-assortment-button:hover {
    background-color: white;  
    color: #88c74a;  
    border-color: white; 
}

.products-gallery {
    flex: 1;  
    max-width: 50%; 
    display: flex;
    justify-content: center;  
    align-items: center;
}

.product-banner-link {
    display: block;  
    line-height: 0;   	
    border-radius: 5px; 
    overflow: hidden;  
    transition: transform 0.3s ease;  
}

.product-banner-link:hover {
    transform: scale(1.02); 
}

.products-banner-image {
max-width: 95%;
  height: auto;
  display: block;
  padding-left: 30px;
}

 
@media (max-width: 768px) {
    .our-products-section {
        flex-direction: column;  
        padding: 20px;
    }

    .products-info,
    .products-gallery {
        max-width: 100%;  
      padding: 10px;
    }

    .products-info {
        margin-bottom: 30px; 
        text-align: center;
		padding-top: 35px;
    }

    .products-info h2 {
        font-size: 2em;
    }

    .view-assortment-button {
        width: 100%;  
        box-sizing: border-box;  
		width: 85%;
    }
} 
/*наша продукція*/


/*video*/ 
.toggle-btn-vid {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 1.6rem;
    color: #fff;
    transition: all 0.3s ease;
    background: transparent;
    margin-left: 15px;
}

#playPauseBtn {
    background-color: #88c74a82;
    border-radius: 5px;
    width: 60px;  
    height: 60px;  
    padding-left: 0;
    border: none;
    display: flex;  
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

#playPauseBtn svg {
    width: 30px;  
    height: 30px;  
}

.play-pause-btn svg, .pause-button svg{
	  width: 30px;  
    height: 30px;  
}
.play-pause-btn, .pause-button {
	    background-color: #88c74a82;
    border-radius: 5px;
    width: 60px;  
    height: 60px;  
    padding-left: 0;
    border: none;
    display: flex;  
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-background-section {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: black;
}

.video-background {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
 
.video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;  
    justify-content: flex-start;  
    box-sizing: border-box;
    z-index: 1;  
    padding-left: 100px;  
}

.content-box {
    background-color: #88c74a;
    padding: 30px;
    font-family: "Montserrat", sans-serif;   
	line-height:1.4em;
	color:#000;
}
 
.content-box p {
argin: 0 0 10px 0;
  font-size: 2.2em;
  color: #000; 
  font-size: 22px;
}

.butt-right {
	float:right;
}

.learn-more-button {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em; 
    transition: color 0.3s ease;
	margin-top: 20px;
}

.learn-more-button:hover {
    color: #f0f0f0;
}
 
.video-controls {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
}

 
@media (max-width: 768px) {
    .video-background-section {
        padding-bottom: 56.25%;  
        height: 411px;  
    }
 
#playPauseBtn { 
  width: 30px;
  height: 30px;
}

	.video-container-mob {
		background-color:#000;
		margin-bottom:60px!important;
		padding:0!important;
		}

    .video-overlay-content {
        padding: 20px;
        align-items: end;
        justify-content: center;
        text-align: center;
    }

    .content-box-mob {
		height: 100px;
	padding-top: 20px!important;
		}
	
    .content-box {
        max-width: 90%;
    bottom: 0;
    padding: 10px;
    margin-top: 40px; 
    position: absolute;
    }
	
	.learn-more-button { 
  margin-top: 5px;
}	

.learn-more-button-mob { 
  margin-top: 15px;
}

    .content-box p {
        font-size: 1.2em;
    }

    .learn-more-button {
        font-size: 1em;
    }
}
/*video end*/



 @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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      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: -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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.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: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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: -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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          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: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          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 {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          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%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.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;
}

body {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}

body._fixed {
  overflow: hidden;
}

.page {
  position: relative;
  overflow-x: hidden;
}

.page::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.title {
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.18;
  font-size: 32px;
  text-align: center;
}

.title--main {
  font-size: 40px;
  color: #fff;
  text-align: left;
}

.description {
  font-size: 16px;
  line-height: 1.14;
}

.description--wht {
  color: #f2f2f2;
}

.mail {
  text-decoration: underline;
}

.bldtxt {
  font-weight: 700;
}

.toCopy {
  cursor: pointer;
}

.floating-label {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 40px;
  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;
  z-index: 1000;
  pointer-events: none;
  background: #88c74a;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.floating-label._active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div[data-modal-open] {
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.underheader {
  width: 100%;
  opacity: 1;
  background: #fff;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underheader._hidden {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.underheader__inner {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.underheader__link {
  width: 47%;
  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;
  color: #559c0f;
  font-size: 14px;
  font-weight: 500;
}

.underheader__button {
  width: 8px;
  padding: 0 5px;
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 10px;
  background: #000;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header._faded .underheader {
  opacity: 0;
  visibility: hidden;
}

.header._fixed {
  padding: 0 0 10px;
}

.header._fixed .header__inner {
  padding-top: 10px;
}

.header._fixed .header__logo img {
  width: 39px;
}

.header._fixed .nav {
  top: 87px;
}

.header._fixed .nav__inner {
  margin-top: 0px;
}

.header._fixed .header__burger {
  top: 15px;
}

.header__inner {
  padding-top: 10px;
  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;
}

.header__left {
  max-width: 325px;
  width: 100%;
  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;
}

.header__logo {
  width: 45px;
}

.header__logo img {
  max-width: 45px;
  display: block;
}

.header__input {
  max-width: 202px;
  width: 100%;
  position: relative;
  color: #fff;
}

.header__input::-webkit-input-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 12px;
}

.header__input:-moz-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 12px;
}

.header__input::-moz-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 12px;
}

.header__input:-ms-input-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 12px;
}

.header__input img {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
}

.header__input input {
  max-width: 202px;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #fff;
  color: inherit;
  background: transparent;
}

.header__nav {
  width: 46%;
}

.header__others {
  max-width: 147px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__user {
  margin-right: 19px;
  max-width: 20px;
}

.header__toggle {
  cursor: pointer;
}

.header__toggle:hover .header__toggler::after {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.header__toggle:hover .header__laguages {
  visibility: visible;
  opacity: 1;
}

.header__toggler {
  padding-right: 20px;
  position: relative;
}

.header__toggler::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__laguages {
  position: absolute;
  padding: 15px;
  top: 25px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  opacity: 0;
  background-color: #333534;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__laguages button {
  overflow: hidden;
  border-radius: 3px;
}

.header__laguages img {
  max-width: 19px;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes headerFading {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@keyframes headerFading {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

.preview {
  padding: 150px 0 113px 0; 
  min-height: 100vh;
  max-height: 971px;
  background: url("img/preview/bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  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;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 63px;
}

.preview__text {
  width: 50%;
}

.preview__title {
  font-family: Marmelad;
  margin-bottom: 45px;
  font-weight: 400;
}

.preview__description {
  max-width: 506px;
  width: 100%;
  margin-bottom: 49px;
  font-size: 16px;
  line-height: 1.2;
}

.preview__button {
  width: auto;
  display: inline-block;
  padding: 1.25rem 3.5rem;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 250px;
    text-align: center;
}

.preview__button:hover {
  background: #fff;
  color: #000;
}

.preview__image {
  width: 50%;
  max-width: 464px;
  min-height: 100%;
}

.preview__image img {
  max-width: 100%;
}

.prom {
  padding-top: 120px;
}

.prom__title {
  margin-bottom: 34px;
}

.prom__subtitle {
  max-width: 320px;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
}

.prom__description {
  max-width: 425px;
  font-size: 14px;
  line-height: 1.23;
  margin-bottom: 30px;
}

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

.prom__description a {
  color: #000;
}

.prom__text {
  width: 50%;
  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;
}

.prom__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prom__image {
  width: 50%;
  max-width: 543px;
  max-height: 340px;
  overflow: hidden;
}

.prom__image img {
  width: auto;
  max-width: 543px;
  min-width: 320px;
  height: 100%;
  max-height: 250px;
}

.prom__form.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.prom .product__cardPlusMinus {
  min-width: 170px;
  width: 35%;
}

.prom__submit {
  width: 55%;
  padding: 13px;
  background: #88c74a;
  border-radius: 5px;
  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;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.prom__socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  max-width: 240px;
}

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

.prom__socials a {
  max-width: 30px;
  display: block;
  margin-right: 22px;
}

.prom__socials a:last-child {
  margin-right: 0;
}

.prom__socials a svg,
.prom__socials a img {
  max-width: 100%;
}

.prom__button.button {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 25px;
  background: #88c74a;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.prom__button.button:hover {
  background: #62962e;
}

.swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}

.swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper__button {
  position: relative;
  max-width: 125px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  background: #e4e4e4;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper__button::before,
.swiper__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper__button::before {
  top: 39%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.swiper__button::after {
  top: 61%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper__button--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper__button--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container {
  overflow: hidden;
}

.swiper-button-disabled {
  cursor: unset;
  opacity: 0.3;
}

.swiper-wrapper {
  margin-bottom: 32px;
}

.swiper-pagination-bullet {
  width: calc(50 / 3 * 1%);
  height: 3px;
  border-radius: 0;
  background: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-pagination-bullet-active {
  max-width: 539px;
  width: 100%;
  height: 5px;
  background: #88c74a;
}

.hits {
  margin-top: 120px;
  padding-bottom: 208px;
}

.hits__title {
  margin-bottom: 74px;
}

.choose {
  padding: 50px 0;
  background: #88c74a;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}

.choose__img {
  max-width: 80px;
  margin-bottom: 35px;
}

.choose__title {
  color: #fff;
  margin-bottom: 60px;
}

.choose__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.choose__card {
  min-width: 280px;
  width: 24%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

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

.choose__text {
  max-width: 280px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
}

.choose__text span {
  font-weight: 700;
}

.numbers {
  padding: 120px 0 0 0;
}

.numbers__title {
  margin-bottom: 66px;
}

.numbers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 36px;
}

.numbers__cards {
  padding: 0 160px;
}

.numbers__card {
  text-align: center;
  max-width: 320px;
  width: 100%;
}

.numbers__head {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  color: #88c74a;
  font-family: "Montserrat";
}

.numbers__txt {
  font-size: 16px;
  line-height: 1.19;
}

.trusts {
  margin: 100px 0 136px;
}

.trusts__title {
  margin-bottom: 70px;
}

.trusts__cards {
  max-width: 1114px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.trusts__img {
  max-width: 240px;
}

.trusts__img img {
  width: 100%;
}

.payment {
  padding: 44px 0 100px;
  background: #88c74a;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat";
  font-weight: 600;
}

.payment__triggers {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment__heading {
  white-space: nowrap;
  padding-left: 43px;
  width: 50%;
  position: relative;
  background: transparent;
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.payment__heading:last-child {
  padding-left: 84px;
}

.payment__heading span {
  position: relative;
}

.payment__heading span::after {
  content: '';
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.payment__heading._active span::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 1;
  background: #fff;
  bottom: -15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.payment__block {
  position: relative;
}

.payment__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.payment__card {
  width: 48%;
}

.payment__card:nth-child(1),
.payment__card:nth-child(2) {
  margin-bottom: 60px;
}

.payment__card:nth-child(3),
.payment__card:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__card:nth-child(3) .payment__list,
.payment__card:nth-child(4) .payment__list {
  margin-bottom: 36px;
}

.payment__card .payment__text {
  font-weight: 300;
  margin-left: 55px;
}

.payment__card .payment__item img {
  margin-right: 25px;
}

.payment__card .payment__list {
  margin-left: 55px;
}

.payment__card span {
  color: #293c16;
}

.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

.payment__item:first-child {
  margin-bottom: 40px;
}

.payment__item img {
  margin-right: 14px;
}

.payment__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}

.payment__list li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.payment__input {
  color: #eee;
  width: 30px;
  margin-right: -10px;
  font-size: 20px;
  background: transparent;
}

.payment__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.payment__subtitle img {
  margin-left: 12px;
}

.payment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  color: #e3f3d5;
}

.payment__content {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.payment__content._active {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.payment__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__question {
  position: relative;
}

.payment__trigger {
  padding: 0px 10px;
  width: 100%;
  background: transparent;
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.payment__trigger:hover {
  border: 1px solid #fff;
}

.payment__trigger::before,
.payment__trigger::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.payment__trigger::after {
  right: 33px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.payment__trigger._active::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.payment__trigger._active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.payment__body {
  position: absolute;
  top: 80px;
  visibility: hidden;
  padding: 20px 16px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  opacity: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.payment__body._active {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

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

.payment__body p:last-child {
  margin-bottom: 0;
}

.footer {
  position: relative;
  padding: 81px 0 30px;
  background: #000;
}

.footer__info {
  margin-bottom: 29px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
}

.footer__info a {
  color: inherit;
  font-size: inherit;
}

.footer__address {
  max-width: 417px;
  width: 100%;
  font-size: 16px;
}

.footer__telephones {
  max-width: 376px;
  width: 100%;
}

.footer__telephones a {
  font-size: 16px;
  white-space: nowrap;
}

.footer__logo {
  width: 99px;
  height: 99px;
}

.footer__navigation {
  margin: 0 auto 20px 226px;
  width: 70%;
  margin-bottom: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__head {
  margin-bottom: 30px;
  font-size: 20px;
  color: #3bcd1b;
}

.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer__soc a {
  height: 28px;
  width: 28px;
}

.footer__soc a svg {
  max-width: 28px;
}

.footer__soc a svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__soc .fb:hover svg path {
  fill: #3b5998;
}

.footer__soc .msg:hover svg path {
  fill: #0083f7;
}

.footer__soc .ig:hover svg path {
  fill: #cc2366;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer__list a {
  color: inherit;
}

.footer__rights {
  text-align: center;
  color: #818181;
  font-size: 15px;
}

.footer__button {
  padding: 8px 0;
  height: 50px;
  position: absolute;
  top: 0%;
  right: 95px;
  max-width: 100px;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__button span {
  height: 0;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__button span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  right: -7px;
  background: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer__button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.catalog {
  padding-top: 89px;
  padding-bottom: 96px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.catalog__sort {
  width: 100%;
  padding: 26px 0;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: auto;
}

.catalog__sort::-webkit-scrollbar {
  height: 2px;
}

.catalog__sort::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.catalog__sort::-webkit-scrollbar-thumb {
  background-color: #88c74a;
}

.catalog__link {
  margin-right: 15px;
  white-space: nowrap;
  color: #000;
  font-size: 17px;
  padding: 5px;
}

.catalog__link:last-child {
  margin-right: 0;
}

.catalog__link::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  background: #88c74a;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__link._active {
  position: relative;
  font-weight: 500;
}

.catalog__link._active::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
}

.catalog__main--empty .catalog__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__main--empty .catalog__title {
  margin-bottom: 60px;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
}

.catalog__main--empty .catalog__subtitle {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
}

.catalog__main--empty .catalog__text {
  width: 60%;
}

.catalog__main--empty .catalog__image {
  width: 40%;
  margin-right: -60px;
}

.catalog__main--empty .catalog__image img {
  width: 100%;
  max-width: 329px;
}

.catalog__main--empty .catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__main--empty .catalog__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  padding-top: 135px;
}

.catalog__main--empty .catalog__soc svg {
  width: 45px;
}

.catalog__main--empty .catalog__soc--blck {
  margin-bottom: 39px;
  max-width: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__main--empty .catalog__mail {
  margin-bottom: 39px;
  font-size: 16px;
  letter-spacing: 4%;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat";
  text-decoration: underline;
}

.catalog__main--empty .catalog__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog__main--empty .catalog__phone {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

.catalog__main--empty .catalog__arrow {
  margin-right: 15px;
}

.catalog__marks {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__mark {
  white-space: nowrap;
  display: inline-block;
  padding: 17px 11px;
  border: 1px solid #88c74a;
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 18px;
  color: #000;
}

.catalog .filter {
  width: 248px;
  margin-right: 13px;
  position:relative;
}

.catalog .card__outer {
  gap: 0;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: center;
  margin: 0 -5px;
  margin-bottom: 70px;
}

.catalog .card__outer .card {
  margin: 5px;
}

.error {
  padding-top: 130px;
  padding-bottom: 85px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.error__image {
  margin: 0 auto;
  margin-left: 12px;
  margin-bottom: 70px;
  max-width: 1024px;
}

.error__image img {
  max-width: 100%;
}

.error__blck {
  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;
  margin-bottom: 32px;
}

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

.error__title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.error__button {
  min-width: 300px;
  padding: 22px 42px;
  text-align: center;
  white-space: nowrap;
  background: #88c74a;
  font-family: "Montserrat";
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.error__desc {
  max-width: 613px;
  font-size: 20px;
  line-height: 1.24;
  color: #171717;
}

.error__soc {
  margin-right: 50px;
  max-width: 244px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error__soc a {
  max-width: 32px;
}

.error__soc a svg {
  max-width: 32px;
}

.thanks {
  padding: 160px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thanks__inner {
  width: 100%;
}

.thanks__title {
  margin-bottom: 47px;
  font-size: 36px;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
}

.thanks__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
  padding: 16px 44px;
  line-height: 1.3;
  border: 3px solid #88c74a;
}

.thanks__txt {
  font-size: 20px;
  font-weight: 300;
}

.thanks__txt span {
  color: #88c74a;
  font-size: 24px;
  font-weight: 500;
}

.thanks__desc {
  max-width: 638px;
  margin: 0 auto;
  margin-bottom: 34px;
  font-family: "Montserrat";
  font-size: 16px;
  color: #575757;
  text-align: center;
}

.thanks__advices {
  margin-bottom: 50px;
}

.thanks__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

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

.thanks__adv img {
  margin-right: 20px;
  width: 40px;
}

.thanks__block {
  padding: 25px 0;
  background: #88c74a;
  font-size: 25px;
}

.thanks__block .container {
  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;
}

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

.thanks__block p {
  color: #fff;
  max-width: 817px;
  font-size: 16px;
  line-height: 1.22;
  text-align: left;
}

.thanks__button {
  min-width: 300px;
  max-width: 312px;
  width: 100%;
  padding: 15px;
  background: #000;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.product {
  margin-top: 100px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.product__top a,
.product__top span {
  width: 55%;
}

.product__back {
  font-family: "Montserrat";
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.product__back::before,
.product__back::after {
  content: '';
  width: 12px;
  height: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #88c74a;
}

.product__back::before {
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product__back::after {
  top: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product__back:first-child {
  display: inline-block;
  width: auto;
}

.product__num {
  font-size: 18px;
  font-weight: 300;
}

.product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product__gallery {
  max-width: 583px;
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product__col {
  overflow: hidden;
  max-width: 80px;
  max-height: 380px;
  overflow-y: auto;
  margin-right: 50px;
}

.product__col::-webkit-scrollbar {
  width: 4px;
}

.product__col::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.product__col::-webkit-scrollbar-thumb {
  background-color: #88c74a;
}

.product__content {
  max-width: 312px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__content img {
  max-width: 100%;
}

.product__row {
  cursor: pointer;
  margin-bottom: 20px;
  min-width: 80px;
}

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

.product__row img {
  max-width: 100%;
}

.product .card {
  margin-bottom: 90px;
  max-width: none;
  min-width: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product__description {
  width: 50%;
}

.product__title {
  max-width: 489px;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.product__weight {
  margin-bottom: 29px;
  font-size: 20px;
}

.product__pricing {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__pricing .card__like {
  position: static;
}

.product__pricing button {
  background: none;
}

.product__pricing button img {
  width: 38px;
}

.product__prices span {
  margin-right: 18px;
  font-weight: 700;
  font-size: 30px;
}

.product__prices .product__price {
  color: #88c74a;
}

.product__prices .product__price--old {
  margin-right: 0;
  color: #9b9b9b;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 20px;
}

.product__prices .product__price--new {
  color: #e40000;
}

.product__prices .card__additional .card__item {
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
   -ms-flex-align: center;
  align-items: center;
  font-size: 18px; 
  width:170px;
}

.product__prices .card__additional .card__item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}

.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__cardPlusMinus {
  width: 209px;
  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;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.product__cardPlusMinus button,
.product__cardPlusMinus input {
  padding: 10px;
}

.product__cardPlusMinus button {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.product__cardPlusMinus button:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 0;
}

.product__cardPlusMinus input {
  max-width: 63px;
  font-size: 25px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  text-align:center;
  background-color:#fff;
}

.product__button {
  max-width: 312px;
  width: 100%;
  padding: 11px;
  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;
  background: #88c74a;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background, 0.4s ease;
  -o-transition: background, 0.4s ease;
  transition: background, 0.4s ease;
}

.product__button[disabled]:hover {
background:#ccc;	
cursor:not-allowed;
}

.product__button:hover {
  background: #7bbd3a;
}

.product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.13;
  font-weight: 300;
}

.product__text strong {
  font-weight: 400;
}

.product__left {
  width: 43%;
  padding: 5px 0 5px 21px;
  border-left: 2px solid #88c74a;
}

.product__socials {
  margin-top: 20px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__right {
  margin-right: 80px;
  width: 40%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__right p {
  margin-bottom: 25px;
}

.product__slide {
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.product__slide._hidden {
  max-height: 100px;
}

.product__table {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
}

.product__table tr th:first-child {
  text-align: left;
  border-right: 1px solid #d8d8d8;
}

.product__table tr th {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 10px;
  font-weight: 400;
}

.product__table tr th.wght {
  border-bottom-width: 3px;
}

.product__table tr th.no-wght {
  border-bottom-width: 0;
}

.product__table tr th:last-child {
  border-right: none;
  font-weight: 700;
}

.product__code {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}

.product__txt {
  font-size: 15px;
}

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

.product__txt p.bldtxt {
  font-weight: 400;
}

.product__btn {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
  padding-right: 20px;
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat";
  background: transparent;
}

.product__btn::before,
.product__btn::after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  top: 15px;
  right: 0;
  background: #88c74a;
  border-radius: 3px;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product__btn::before {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product__btn::after {
  right: -5px;
}

.product__btn._hidden::before {
  top: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product__btn._hidden::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product .catalog__sort {
  margin-bottom: 15px;
}

.product .catalog__marks {
  margin-bottom: 28px;
  gap: 15px;
}

.product .catalog__mark {
  padding: 8px 12px;
}

.alsobuy {
  padding: 60px 0;
}

.alsobuy__title {
  margin-bottom: 55px;
}

.alsobuy .card {
  min-width: 220px;
}

.alsobuy .card__img picture {
  margin: 0;
}

.alsobuy .card__outer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding: 20px;
  margin: -20px;
}

.alsobuy .card__outer::-webkit-scrollbar {
  height: 4px;
}

.alsobuy .card__outer::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.alsobuy .card__outer::-webkit-scrollbar-thumb {
  background-color: #88c74a;
}

.register {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.register::after {
  content: '';
  width: 24%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #88c74a;
}

.register__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

.register__green {
  padding-top: 188px;
  padding-bottom: 80px;
  width: 32%;
  background: #88c74a;
  -webkit-box-shadow: inset -4px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset -4px 0px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Montserrat";
}

.register__green .title {
  max-width: 240px;
  margin-bottom: 48px;
}

.register__title {
  margin-bottom: 112px;
  text-align: left;
}

.register__title span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.register__list {
  max-width: 360px;
}

.register__list li {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

.register__white {
  padding-bottom: 80px;
  margin-right: 70px;
  padding-top: 188px;
  max-width: 637px;
  width: 100%;
}

.register__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}

.register__tabs .title {
  margin-bottom: 0;
  cursor: pointer;
}

.register__tabs .title:last-child {
  margin-right: 140px;
}

.register__tabs .title._active {
  position: relative;
}

.register__tabs .title._active::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #88c74a;
}

.register__content {
  position: absolute;
  display: none;
}

.register__content._active {
  position: static;
  display: block;
}

.register__content._active form {
  position: relative;
}

.register__content._active form.no-line::after {
  display: none;
  opacity: 0;
}

.register__content._active form::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: -36px;
  left: 0;
  background: #88c74a;
}

.register__content--mt {
  margin-top: 88px;
}

.register__content--horizontal {
  margin-top: 197px;
}

.register__content--horizontal._active form::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 130%;
}

.register__content--horizontal form {
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.register__content--horizontal form label {
  width: 100%;
}

.register__content--horizontal .register__input {
  width: 100%;
}

.register__content--horizontal .register__button {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.register__content--horizontal .register__facebook {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.register__content--horizontal .register__facebook {
  margin: 0 -80px 0 0;
}

.register__content--horizontal._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.register__activation {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register__activation p {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.001em;
}

.register__activation img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.register__facebook {
  max-height: 70px;
  position: relative;
  padding: 15px 38px 15px 28px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 309px;
  width: 100%;
  background: none;
  font-size: 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.register__facebook:hover {
  background: #eee;
}

.register label {
  position: relative;
  width: 40%;
}

.register label input {
  width: 100%;
}

.register label img, .login label img {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.register__input {
  margin-bottom: 20px;
  display: block;
  padding: 11px 13px;
  width: 40%;
  border: 1px solid #88c74a;
}

.register__input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.register__input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.register__input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.register__input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.register__input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #888;
}

.register__input--wrong {
  border-color: #e40000;
}

.register__button {
  padding: 11px;
  width: 40%;
  background: #88c74a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.register__button:hover {
  background: #6faa34;
}

.roulette {
  margin-top: 110px;
  padding-bottom: 144px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.roulette--mid {
  height: 268px;
  background: #88c74a;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.roulette--bottom {
  margin-bottom: -120px;
  -webkit-transform: translateY(-41px);
      -ms-transform: translateY(-41px);
          transform: translateY(-41px);
}

.roulette--bottom:last-child {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.roulette--bottom:last-child .roulette__bottom {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.roulette--bottom._hidden {
  display: none;
}

.roulette__title {
  margin-bottom: 12px;
  text-align: left;
}

.roulette__subtitle {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight:500;
}
.roulette__note{
	font-weight:300;
	margin-top:20px;
}

.miroslav{
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
}

.roulette__top {
  padding-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.roulette__bottom {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roulette__button {
  padding: 28px 48px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 57px;
  position: relative;
  overflow: hidden;
}

.roulette__button::before {
  content: '';
  width: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  background: rgba(136, 199, 74, 0.09);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.roulette__button:hover::before {
  left: calc(50% - 2px);
}

.roulette__button._animated::before {
  -webkit-animation: animate_gray_rect 1s alternate infinite;
          animation: animate_gray_rect 1s alternate infinite;
}

.roulette__button._animated span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#88c74a));
  background: -o-linear-gradient(left, #fff, #88c74a);
  background: linear-gradient(to right, #fff, #88c74a);
  -webkit-animation: animate_line_1 4s linear infinite;
          animation: animate_line_1 4s linear infinite;
}

.roulette__button._animated span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#88c74a));
  background: -o-linear-gradient(top, #fff, #88c74a);
  background: linear-gradient(to bottom, #fff, #88c74a);
  -webkit-animation: animate_line_2 4s linear infinite;
          animation: animate_line_2 4s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.roulette__button._animated span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#88c74a));
  background: -o-linear-gradient(right, #fff, #88c74a);
  background: linear-gradient(to left, #fff, #88c74a);
  -webkit-animation: animate_line_3 4s linear infinite;
          animation: animate_line_3 4s linear infinite;
}

.roulette__button._animated span:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#88c74a));
  background: -o-linear-gradient(bottom, #fff, #88c74a);
  background: linear-gradient(to top, #fff, #88c74a);
  -webkit-animation: animate_line_4 4s linear infinite;
          animation: animate_line_4 4s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.roulette__button--green {
  margin-bottom: 0;
  padding: 14px 44px;
  background: #88c74a;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.roulette__button--green::after,
.roulette__button--green::before {
  display: none;
}

.roulette__button--green:hover {
  background: #6faa34;
}

.roulette__date {
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
}

.roulette__note {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.roulette__note--gray {
  line-height: 16px;
  font-size: 14px;
  color: #818181;
}

.roulette__socials--mob {
  margin-top: 24px;
  display: none;
}

.roulette__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roulette__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roulette__name {
  font-family: "Montserrat";
  display: inline-block;
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}

.roulette__prices {
  margin-bottom: 42px;
}

.roulette__photo img {
  max-width: 344px;
  width: 100%;
}

.roulette__link {
  margin-right: 20px;
}

.roulette__link img {
  max-width: 30px;
}

.roulette__link:last-child {
  margin-right: 0;
}

.roulette__description {
  padding-top: 64px;
  padding-left: 32px;
}

.roulette__prom {
  display: inline-block;
  margin-right: 25px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: rgba(228, 0, 0, 0.9);
}

.roulette__old {
  font-size: 22px;
  line-height: 26px;
  color: #979797;
}

.roulette__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roulette__plusMinus {
  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;
  margin-right: 20px;
}

.roulette__plusMinus span {
  text-align: center;
  display: block;
  width: 113px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
}

.roulette__text { 
margin-top:110px;
}

.roulette__desc {
    max-width: 340px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.roulette__desc strong {
  display: block;
}

.roulette__pricing {
  margin-bottom: 15px;
  padding-top: 56px;
}

.roulette__pricing p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.roulette__pricing p:last-child {
  margin-bottom: 0;
}

.animate_on_press:not(._hidden) {
  -webkit-animation: pulse 1.5s ease-out;
          animation: pulse 1.5s ease-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-50%);
            transform: scale(1.01) translateY(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-50%);
            transform: scale(1.01) translateY(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}

@-webkit-keyframes pulse_tablet {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-32%);
            transform: scale(1) translateY(-32%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-32%);
            transform: scale(1.01) translateY(-32%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-32%);
            transform: scale(1) translateY(-32%);
  }
}

@keyframes pulse_tablet {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-32%);
            transform: scale(1) translateY(-32%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-32%);
            transform: scale(1.01) translateY(-32%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-32%);
            transform: scale(1) translateY(-32%);
  }
}

@-webkit-keyframes pulse_mobile {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-16%);
            transform: scale(1) translateY(-16%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-16%);
            transform: scale(1.01) translateY(-16%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-16%);
            transform: scale(1) translateY(-16%);
  }
}

@keyframes pulse_mobile {
  0% {
    -webkit-transform: scale(2) translateX(0);
            transform: scale(2) translateX(0);
    opacity: 0;
  }

  90% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(-16%);
            transform: scale(1) translateY(-16%);
  }

  95% {
    opacity: 1;
    -webkit-transform: scale(1.01) translateY(-16%);
            transform: scale(1.01) translateY(-16%);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-16%);
            transform: scale(1) translateY(-16%);
  }
}

@-webkit-keyframes animate_line_1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animate_line_1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes animate_line_2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animate_line_2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes animate_line_3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animate_line_3 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes animate_line_4 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animate_line_4 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes animate_gray_rect {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animate_gray_rect {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.with-instruction {
  position: relative;
}

.with-instruction:hover .instruction {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.with-instruction .instruction {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 1000;
  max-width: 280px;
  width: 1000%;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  background: #212121;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.with-instruction .instruction::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #212121 transparent;
  -webkit-transform: translate(-50%, -90%);
      -ms-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
}

.nav__inner {
  width: 100%;
  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;
}

.nav__item {
  margin-right: 25px;
  color: #fff;
  font-size: 14px;
}

.nav__item a {
  white-space: nowrap;
  color: inherit;
  font-size: 14px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.nav__item:hover a {
  color: #88c74a;
}

.nav__item:hover::after {
  border-color: #88c74a transparent transparent transparent;
}

.nav__item:hover .nav__subitem a {
  color: #000;
}

.nav__item:hover .nav__subitem:hover a {
  color: #88c74a;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item--sub {
  position: relative;
}

.nav__item--sub::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav__item--sub:hover::after {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.nav__item--sub:hover .nav__sublist {
  opacity: 1;
  visibility: visible;
  top: 35px;
}

.nav__sublist {
  width: 299px;
  padding: 11px 17px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  left: 15px;
  top: 40px;
  gap: 30px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__subitem {
  line-height: 1.1;
  width: 100%;
}

.nav__subitem a {
  white-space: normal;
  width: 100%;
  color: #000;
}

.card {
  position: relative;
  max-width: 305px;
  width: 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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.card--big {
  max-width: 330px;
  min-width: 330px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.card--big .card__img {
  max-width: 160px;
  width: auto;
  max-height: 160px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto;
}

.card--big .card__button {
  display: block;
  font-size: 20px;
  padding: 20px 0;
  font-weight: 700;
}

.card--big .card__title {
  margin-bottom: 20px;
  font-size: 18px;
}

.card--big .card__like {
  position: absolute;
  top: 8px;
  right: 36px;
}

.card--big .card__price {
  position: static;
  margin-bottom: -5px;
}

.card--big .card__pricing {
  white-space: nowrap;
  font-weight: 700;
  color: #88c74a;
  word-wrap: unset;
}

.card--big .card__pricing--old {
  color: #a5a5a5;
  font-size: 14px;
  margin-left:25px;
}

.card--big .card__pricing--red {
  color: #e40000;
}

.card--big .card__gr {
  margin-top: 16px;
  font-size: 14px;
}

.card--big .card__amount {
  font-size: 16px;
}

.card__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.card__img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  margin: 12px auto;
}

.card__img > img {
  margin: 0 auto;
  height: 100%;
  max-height: 148px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__img > img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card__img picture {
  margin: 0 auto;
}

.card__img picture img {
  margin: 0 auto;
  height: 100%;
  max-height: 148px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__img picture:nth-child(2) {
  margin: 0;
}

.card__img picture:nth-child(2) img {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card__img--toggle:hover > img {
  opacity: 0;
}

.card__img--toggle:hover > img:nth-child(2) {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
}

.card__img--toggle:hover picture:nth-child(1) img {
  opacity: 0;
}

.card__img--toggle:hover picture:nth-child(2) img {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}

.card__text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.card__title {
  padding: 0 15px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.16;
  color: #000;
}

.card__price {
  padding: 0 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: -5px;
}

.card__pricing {
  font-size: 16px;
  font-weight: 700;
  color: #88c74a;
}

.card__pricing--red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 12px;
  color: #e40000!important;
}

.card__pricing--old {
  position: relative;
  top: 0px;
  font-size: 14px;
  color: #979797;
  font-weight: 700;
  left:-5%;
}

.card__gr {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.card__like {
  position: absolute;
  top: 8px;
  right: 36px;
  z-index: 10;
  background: transparent;
}

.card__like svg path {
  fill: none;
  stroke: none;
}

.card__like svg path:first-child {
  fill: #88c74a;
  stroke: #88c74a;
}

.card__like svg rect {
  fill: none;
}

.card__like._liked svg {
  fill: none;
}

.card__like._liked svg path {
  fill: #88c74a;
  stroke: #88c74a;
}

.card__like._liked svg path:first-child {
  fill: #88c74a;
  stroke: #88c74a;
}

.card__like._liked svg rect {
  fill: #88c74a;
}

.card__notify.notify {
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    width: 180px;
    padding: 10px;
    background: rgb(255 255 255 / 90%);
    font-size: 14px;
}

.card__notify.notify .link {
  color: #88c74a;
  text-decoration: underline;
}

.card__notify.notify._hidden {
  display: none;
}

.card__amount {
  padding: 0 15px;
  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;
}

.card__amount input {
  padding-left: 5px;
  min-width: 0;
  max-width: 47px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
}

.card__btns {
  max-width: 93px;
  width: 100%;
  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;
}

.card__btns span {
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
}

.card__btn {
  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;
  background: transparent;
}

.card__btn[disabled] {
  pointer-events: none;
}

.card__btn[disabled] svg path {
  stroke: #979797;
}

.card__additional {
  padding: 12px 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 12px;
  width:100%;
}

.card__item {
  width: 50%;
}

.card__item:nth-child(2n) {
  text-align: right;
}

.card__item span {
  display: inline-block;
  /*margin-left: 12px;*/
  color: #999;
}

.card__button {
  margin-top: 16px;
  width: 100%;
  padding: 16px 0;
  background: #88c74a;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.card__button:hover {
  background-color: #7bbd3a;
}

.card__button[disabled] {
  background: #b3b3b3;
  pointer-events: none;
}

.card .zdorovo_card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.pagination {
  margin: 0 auto;
  max-width: 201px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination__number {
  display: block;
  min-width: 24px;
  height: 24px;
  margin-right: 6px;
  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;
  cursor: pointer;
  background: #efefef;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
}

.pagination__number a {
  color: inherit;
}

.pagination__number._active {
  background: #88c74a;
}

.pagination__number._next {
  margin-right: 0;
  background: transparent;
}

.shopping-cart {
  visibility:hidden;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  padding: 13px 15px;
  background: #88c74a;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopping-cart__icon {
  max-width: 67px;
}

.shopping-cart__amount {
  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: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  left: 50%;
  cursor: pointer;
  background-color: #e40000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}

.shopping-cart__amount input {
  max-width: 28px;
  width: auto;
  display: block;
  background: transparent;
  color: #fff;
  font-weight: 600;
}

.filter {
  min-height: 720px;
}

.filter__block {
  margin-bottom: -10px;
}

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

.filter__block._active {
  margin-bottom: 20px;
}

.filter__block._active .filter__list {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.filter__block._active .filter__trigger {
  color: #3e3e3e;
}

.filter__block._active .filter__trigger::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.filter__block._active .filter__trigger::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.filter__block--hits a {
  display: block;
  margin-bottom: 20px;
}

.filter__burger {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.filter__block--hits .filter__trigger::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.filter__block--hits .filter__trigger::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.filter__trigger {
  position: relative;
  padding: 18px 23px 18px 18px;
  cursor: pointer;
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  color: #7d7d7d;
  text-transform:uppercase;
}

.filter__trigger::before,
.filter__trigger::after {
  content: '';
  width: 11px;
  height: 1.2px;
  position: absolute;
  top: 50%;
  right: 23px;
  background: #2e3a59;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.filter__trigger::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.filter__trigger::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.filter__list {
  padding: 0 15px 20px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  background: #f1f1f1;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.filter__label {
  line-height: 1.5;
  font-size: 16px;
  white-space: nowrap;
}

.filter__label input {
  display: none;
}

.filter__label span {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}

.filter__label span::before,
.filter__label span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter__label input[type='checkbox']:checked + span::before {
  width: 11px;
  left: -2px;
  -webkit-transform: translateY(-50%) rotate(60deg);
      -ms-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.filter__label input[type='checkbox']:checked + span::after {
  width: 8px;
  top: 7px;
  left: 5px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
      -ms-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.filter__label img {
  margin-top: 4px;
  max-height: 18px;
  max-width: 44px;
  margin-left: 9px;
}

.filter__button {
  margin-bottom: 20px;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat";
  background: #88c74a;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter__button[disabled] {
  background: #b3b3b3;
  color: #fff;
}

.filter__button[disabled]:hover {
  background: #b3b3b3;
  color: #fff;
}

.filter__button:hover {
  background: #6faa34;
  color: #eee;
}

.filter .prom__socials {
  max-width: 134px;
  margin: 0 auto;
}

.prev {
  padding: 137px 0 40px;
  background: url("img/about/prev.jpg") center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.prev .container {
  padding: 0 20px;
}

.prev__logo {
  max-width: 168px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 51px;
}

.prev__logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.prev__subtitle {
  margin: 0 auto;
  max-width: 480px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.prev__subtitle span {
  color: #88c74a;
}

.work .container {
  padding: 0 20px;
}

.work__title {
  margin-bottom: 18px;
  text-align: left;
}

.work__block {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.work__block--reverse .work__text {
  width: 44%;
}

.work__block:not(:first-child) .work__title {
  margin-bottom: 56px;
}

.work__block:first-child .work__text {
  margin-top: 39px;
}

.work__block:last-child .work__text {
  margin-top: 30px;
}

.work__text {
  width: 52%;
  font-family: "Montserrat";
  line-height: 1.4;
  font-weight: 500;
}

.work__text p {
  font-size: 16px;
  margin-bottom: 35px;
}

.work__text p:last-child {
  margin-bottom: 0;
}

.work__text p strong {
  display: block;
  font-weight: 600;
}

.work__link {
  color: #88c74a;
}

.work__media {
  width: 46%;
}

.work__media img {
  max-width: 100%;
}

.work__media--video {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 40px;
}

.work__media--video::after {
  content: '';
  background: url("img/icons/play.svg") center no-repeat;
  position: absolute;
  width: 93px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history .container {
  padding: 0 20px;
}

.history__inner {
  margin: 0 112px;
  padding: 49px 0 53px;
  border-top: 3px solid #88c74a;
  border-bottom: 3px solid #88c74a;
}

.history__title {
  margin-bottom: 32px;
}

.history__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Montserrat";
}

.history__text p {
  text-indent: 38px;
  font-size: 16px;
  margin-bottom: 20px;
}

.propose {
  padding: 120px 0 136px;
}

.propose .container {
  padding: 0 20px;
}

.propose__title {
  margin-bottom: 80px;
  text-align: center;
}

.propose__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.propose__item {
  min-width: 25%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
}

.propose__square {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  padding: 6px;
  margin-bottom: 17px;
  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;
  border: 3px solid #88c74a;
}

.propose__square svg,
.propose__square img {
  max-width: 27px;
  width: 100%;
}

.socials .container {
  padding: 0 20px;
}

.socials__desc {
  margin-bottom: 22px;
  max-width: 1010px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Montserrat";
}

.socials__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials__left {
  width: 87%;
  padding: 45px 104px 54px;
  background: #88c74a;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat";
}

.socials__left a {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.socials__mail {
  display: block;
  margin-bottom: 22px;
  text-decoration: underline;
}

.socials__phones {
  line-height: 1.4;
}

.socials__phones a {
  display: block;
}

.socials__right {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.socials__right a {
  max-width: 32px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.socials__right a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.socials__right svg {
  max-width: 32px;
  height: 53px;
  width: 100%;
}

.agreement {
  padding: 180px 0 100px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.agreement__title {
  margin-bottom: 38px;
  text-align: center;
}

.agreement__text {
  font-family: "Montserrat";
  line-height: 1.4;
}

.agreement__text p {
  margin-bottom: 20px;
  font-size: 14px;
  /*opacity: 0;
  visibility: hidden;
  font-size: 0;

  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  */
}

.agreement__text p._animated {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.agreement__subtitle {
  font-size: 20px;
  /*
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  */
}

.agreement__subtitle._animated {
  font-size: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cabinet {
	    background-color: #fff;
  margin-top: 139px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cabinet__aside {
  width: 33%;
  position: relative;
  z-index: 5;
}

.cabinet__orders {
  max-height: 860px;
  background: #fff;
  overflow-x: auto;
}

.cabinet__main {
  width: 64%;
  margin-bottom: 77px;
}

.cabinet__main .cabinet__main {
  margin-bottom: 73px;
  width: 100%;
}

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

.cabinet__card .card__img {
  overflow: hidden;
  position: relative;
}

.cabinet__card .card__img picture img {
  width: auto;
  height: auto;
}

.cabinet__card .card__img picture:nth-child(2) img {
  position: absolute;
  left: 50%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cabinet__card .card__img--toggle:hover > img {
  opacity: 0;
}

.cabinet__card .card__img--toggle:hover > img:nth-child(2) {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
}

.cabinet__card .card__img--toggle:hover picture:nth-child(1) img {
  opacity: 0;
}

.cabinet__card .card__img--toggle:hover picture:nth-child(2) img {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}

.cabinet__card .card__like {
  left: -80px;
  top: 30px;
}

.cabinet__main.cabinet__main--fullsize {
  width: 100%;
}

.cabinet__main.cabinet__main--fullsize .cabinet__cards {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cabinet__main.cabinet__main--fullsize .cabinet__cards::-webkit-scrollbar {
  height: 6px;
}

.cabinet__main.cabinet__main--fullsize .cabinet__cards::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.cabinet__main.cabinet__main--fullsize .cabinet__cards::-webkit-scrollbar-thumb {
  background-color: #88c74a;
}

.cabinet__main.cabinet__main--fullsize .cabinet__cards .cabinet__card {
  width: 90%;
  min-width: 340px;
  margin-right: 15px;
}

.cabinet__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 45px;
}

.cabinet__title {
  padding-right: 30px;
  font-size: 28px;
  margin-bottom: 42px;
  text-align: left;
  position: relative;
}

.cabinet__logout {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cabinet__logout svg {
  width: 20px;
}

.cabinet__desc {
  margin-bottom: 33px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat";
}

.cabinet__desc strong {
  margin-left: 45px;
  color: #88c74a;
  font-size: 20px;
}

.cabinet__notice {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat";
}

.cabinet__notice a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet__notice a:hover {
  text-decoration: none;
  color: #666666;
}

.cabinet__txt {
  margin-left: 4px;
}

.cabinet__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.cabinet__segment {
  width: 28%;
  margin-left: -2.8%;
}

.cabinet__segment path:first-child {
  fill: #e1e1e1;
}

.cabinet__segment path:last-child {
  fill: #868686;
}

.cabinet__segment._active path:first-child {
  fill: #88c74a;
}

.cabinet__segment._active path:last-child {
  fill: #fff;
}

.cabinet__segment:first-child {
  margin-left: 0;
}

.cabinet__segment svg {
  max-width: 100%;
}

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

.cabinet__head--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cabinet__head .title {
  margin-bottom: 0;
  font-size: 24px;
  margin-right: 30px;
}

.cabinet__sum {
  margin-bottom: 32px;
  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;
  font-family: "Montserrat";
  color: #9d9d9d;
  font-weight: 500;
  font-size: 18px;
}

.cabinet__sum span {
  font-size: 20px;
}

.cabinet__order.order {
  margin-bottom: 10px;
  padding: 20px 55px 18px 17px;
  border: 1px solid #ebebeb;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.cabinet__order.order:last-child {
  margin-bottom: 0;
}

.cabinet__ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.cabinet__date {
  font-weight: 500;
  font-size: 20px;
}

.cabinet__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
}

.cabinet__more {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
}

.cabinet__more::before,
.cabinet__more::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -30px;
  width: 12px;
  height: 2px;
  background: #88c74a;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cabinet__more::before {
  right: -22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cabinet__more._active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cabinet__more._active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cabinet__hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cabinet__hidden._opened {
  padding-top: 43px;
  max-height: none;
  overflow: visible;
}

.cabinet__hidden .cabinet__img img {
  height: auto;
  width: 100%;
  max-width: 95px;
}

.cabinet__subtitle {
  margin-bottom: 21px;
  font-family: "Montserrat";
  font-size: 16px;
}

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

.cabinet__repeat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  right: -30px;
  margin-top: 36px;
  width: auto;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat";
  background: transparent;
}

.cabinet__repeat::before {
  content: '';
  width: 152%;
  height: 1px;
  position: absolute;
  top: -18px;
  left: 44%;
  background: #ebebeb;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.cabinet__repeat._spinning img {
  -webkit-animation: spin 1s ease-in-out;
          animation: spin 1s ease-in-out;
}

.cabinet__repeat img {
  margin-right: 20px;
}

.cabinet__price {
  font-size: 18px;
}

.cabinet__amount {
  font-size: 18px;
  font-weight: 500;
}

.cabinet .card {
  max-width: none;
}

.cabinet__slider,
.cabinet .cabinet__cards {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.cabinet__cards {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cabinet .swiper-wrapper {
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cabinet__slide .cabinet__card {
  width: 100%;
  margin-top:15px;
}

.cabinet__slide .cabinet__subtitle {
  font-size: 16px;
  padding-left:30px;
  margin-top:15px;
  height:25px;
}

.cabinet__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height:180px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cabinet__card .cabinet__img {
  max-width: 117px;
}

.cabinet__card .cabinet__img picture,
.cabinet__card .cabinet__img img {
  max-width: 117px;
}

.cabinet__notification {
    color: #e40000;
    font-size: 20px; 
    position: absolute;
    font-weight: 600;
    font-family: "Montserrat";
	top:-3px;
}

.cabinet__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left:30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}

.cabinet__info .cabinet__price {
  color: #88c74a;
  font-size: 14px;
}

.cabinet__info .cabinet__gr {
  white-space: nowrap;
  width: 35%;
  text-align: right;
}

.cabinet__info .card__additional {
	padding:0px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  height:50px;
}

.cabinet__info .card__additional .card__item {
  /*width: 40%;*/
  white-space: nowrap;
}

.cabinet__info .card__item span{
   margin-left:0!important;
}

.cabinet__head {
  margin-bottom: 25px;
}

.cabinet__head .cabinet__button {
  cursor: pointer;
  background: transparent;
}

.cabinet__head .cabinet__button:hover {
  background: transparent;
}

.cabinet__buttons .card__btns{
margin-left:40px;	
}

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

.cabinet__button {
	width:90px;
  background: #88c74a;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet__button:hover {
  background: #6faa34;
}

.cabinet__rewrite {
  max-width: 32px;
  background: transparent;
  margin-right: 19px;
}

.cabinet__rewrite:last-child {
  margin-right: 0;
}

.cabinet .card__btns input {
background-color:#fff;
  max-width: 60px;
  width: inherit;
  font-weight: 500;
  font-size: 16px;
}

.cabinet__notify {
  position: relative;
}

.cabinet__notify svg,
.cabinet__notify img {
  max-width: 100%;
}

.cabinet__notify:hover .cabinet__info-window {
  opacity: 1;
  visibility: visible;
}

.cabinet__notify .cabinet__info-window {
  width: 300px;
  padding: 20px 21px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 40px;
  top: -50%;
  z-index: 10;
  background: #f4f4f4;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet__btns {
  gap: 8px;
}

.cabinet__btn {
  padding: 10px 33px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #88c74a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cabinet__btn:hover {
  background: #6faa34;
}

.cabinet__btn--gray {
  background-color: #f5f5f5;
  color: #000;
}

.cabinet__btn--gray:hover {
  background: gainsboro;
}

.cabinet__form form {
  width: 100%;
}

.cabinet__form form fieldset:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cabinet__form fieldset {
  padding-left: 20px;
  margin-bottom: 31px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 2px solid #88c74a;
}

.cabinet__form fieldset:last-child {
  margin-bottom: 0;
}

.cabinet__form fieldset:last-child label {
  width: 100%;
}

.cabinet__form label {
  width: 45%;
}

.cabinet__form label p {
  padding-left: 10px;
  font-size: 15px;
  color: #939393;
}

.cabinet__form label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cabinet__form label > div svg,
.cabinet__form label > div img {
  margin-left: 6px;
}

.cabinet__form .cabinet__notify {
  max-width: 14px;
}

.cabinet__label select,
.cabinet__label input {
  padding: 8px;
  margin-top: 5px;
  width: 100%;
  display: block;
  color: #565656;
  font-size: 18px;
}

.cabinet__label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, #88c74a 50%), -o-linear-gradient(315deg, #88c74a 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #88c74a 50%), linear-gradient(135deg, #88c74a 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.cabinet__password {
  position: relative;
}

.cabinet__password img,
.cabinet__password svg {
  position: absolute;
  right: 8px;
  top: 16px;
  display: none;
}

.cabinet .cabinet__main--profile .cabinet__btns {
  display: none;
}

.cabinet .cabinet__main--profile._redacting .cabinet__password img,
.cabinet .cabinet__main--profile._redacting .cabinet__password svg {
  display: block;
}

.cabinet .cabinet__main--profile._redacting .register__input {
  background-color: #f5f5f5;
}

.cabinet .cabinet__main--profile._redacting .cabinet__input {
  background-color: #f5f5f5;
}

.cabinet .cabinet__main--profile._redacting .cabinet__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet .cabinet__main--profile._redacting select:focus {
  background-image: -o-linear-gradient(45deg, #88c74a 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, #88c74a 50%);
  background-image: linear-gradient(45deg, #88c74a 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #88c74a 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.cabinet .cabinet__main--profile._redacting select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.cabinet .register__input {
  border: none;
}

.cabinet .order {
  margin-top: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.order {
  margin-top: 125px;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order__inner {
  width: 95.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__main {
  width: 59%;
}

.order__aside {
  width: 33.6%;
}

.order__back {
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
  font-family: "Montserrat";
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.order__back::before,
.order__back::after {
  content: '';
  width: 12px;
  height: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #88c74a;
}

.order__back::before {
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.order__back::after {
  top: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.order__back:first-child {
  display: inline-block;
  margin-left:25px;
  width: auto;
}

.order__title {
  text-align: left;
  margin-bottom: 40px;
}

.order__subtitle {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat";
}

.order__additional {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.17;
  font-family: "Montserrat";
}

.order__checkbox--label span {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  font-size: 14px;
}

.order__checkbox--label span:before,
.order__checkbox--label span:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border: 1px solid #373737;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order__checkbox--label span:after {
  border: none;
}

.order__checkbox--label input:checked + span:after {
  content: '';
  border: none;
  width: 12px;
  background: url("img/icons/union.svg") 2px 3px no-repeat;
}

.order__radio--label {
  margin-left: 0;
  cursor: pointer;
  font-size: 20px;
}

.order__radio--label span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.order__radio--label span:before,
.order__radio--label span::after {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid #88c74a;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order__radio--label span::after {
  width: 15px;
  height: 15px;
  left: 3px;
  border: none;
}

.order__radio--label input:checked + span:after {
  background: #88c74a;
}

.order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__notify {
  margin-left: 10px;
  width: 18px;
}

.order .form fieldset {
  margin-bottom: 30px;
}

.order .form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.order .form__block._hided {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.order .form__block input,
.order .form__block textarea,
.order .form__block select {
  margin-bottom: 15px;
  width: 300px;
  padding: 10px 14px;
  color: #373737;
  border: 1px solid #ebebeb;
}

.order .form__block input::-webkit-input-placeholder, .order .form__block textarea::-webkit-input-placeholder, .order .form__block select::-webkit-input-placeholder {
  font-size: 14px;
  color: #888;
  opacity: 0.8;
  font-weight: 300;
}

.order .form__block input::-moz-placeholder, .order .form__block textarea::-moz-placeholder, .order .form__block select::-moz-placeholder {
  font-size: 14px;
  color: #888;
  opacity: 0.8;
  font-weight: 300;
}

.order .form__block input:-ms-input-placeholder, .order .form__block textarea:-ms-input-placeholder, .order .form__block select:-ms-input-placeholder {
  font-size: 14px;
  color: #888;
  opacity: 0.8;
  font-weight: 300;
}

.order .form__block input::-ms-input-placeholder, .order .form__block textarea::-ms-input-placeholder, .order .form__block select::-ms-input-placeholder {
  font-size: 14px;
  color: #888;
  opacity: 0.8;
  font-weight: 300;
}

.order .form__block input::placeholder,
.order .form__block textarea::placeholder,
.order .form__block select::placeholder {
  font-size: 14px;
  color: #888;
  opacity: 0.8;
  font-weight: 300;
}

.order .form__block input option,
.order .form__block textarea option,
.order .form__block select option {
  font-size: 18px;
}

.order .form__block option[disabled] {
  font-size: 18px;
  color: #888;
  opacity: 0.8;
}

.order .form__block label {
  width: 49%;
  margin-bottom: 15px;
}

.order .form__block textarea {
  min-height: 88px;
}

.order .form__block input:focus::-webkit-input-placeholder {
  color: transparent;
}

.order .form__block input:focus:-moz-placeholder {
  color: transparent;
}

.order .form__block input:focus::-moz-placeholder {
  color: transparent;
}

.order .form__block input:focus:-ms-input-placeholder {
  color: transparent;
}

.order .form__block textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.order .form__block textarea:focus:-moz-placeholder {
  color: transparent;
}

.order .form__block textarea:focus::-moz-placeholder {
  color: transparent;
}

.order .form__block textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.order .form__block input[required]:valid {
  border: 1px solid #88c74a;
}

.order .form__block input[required]:invalid {
  border: 1px solid #e40000;
}

.order .form__block--fullsize {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order .form__block--fullsize input,
.order .form__block--fullsize textarea,
.order .form__block--fullsize label {
  width: 100%;
}

.order .form .form__block.form__block--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order .form .form__block.form__block--column label {
  margin-bottom: 20px;
}

.order .form input[type='radio'],
.order .form input[type='checkbox'] {
  display: none;
}

.order .form__block._hidden .form__hidden {
  display: none;
}

.order .form__block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, #88c74a 50%), -o-linear-gradient(315deg, #88c74a 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #88c74a 50%), linear-gradient(135deg, #88c74a 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em - 1px), calc(100% - 15px) calc(1em - 1px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.order .form__block select:focus {
  background-image: -o-linear-gradient(45deg, #88c74a 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, #88c74a 50%);
  background-image: linear-gradient(45deg, #88c74a 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #88c74a 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.order .form__block select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.order .form__hidden {
  padding: 20px 0;
}

.order .form__hidden p {
  margin-bottom: 18px;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.4;
}

.order .form__hidden label p {
  margin-bottom: 15px;
  font-size: 18px;
}

.order .form__hidden strong {
  overflow-x: auto;
}

.order .form__hidden input {
  border: 1px solid #373737;
}

.order .form .payment-field .form__block {
  margin-bottom: 15px;
}

.order .form .payment-field .form__block:last-child {
  margin-bottom: 0;
}

.order__code {
  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;
  padding: 13px 15px;
  margin-bottom: 15px;
  background: #f4f4f4;
  font-size: 20px;
}

.order__code input {
  background: transparent;
  color: #818181;
  width: 60%;
  font-size: 18px;
}

.order__code button {
  color: #797979;
  font-size: 18px;
  background: transparent;
}

.order__product {
  padding: 15px 12px;
  max-width: none;
  margin-bottom: 10px;
}

.order__product img {
  max-width: 60px;
}

.order__heading {
  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;
  width: 100%;
}

.order__heading p {
  font-family: "Montserrat";
  font-size: 18px;
}

.order__heading button {
  background: transparent;
}

.order__text {
  width: 100%;
  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;
}

.order .card__btns input {
  max-width: 40px;
  font-size: 18px;
  font-weight: 500;
}

.order__price {
  font-size: 17px;
}

.order__count {
  font-size: 17px;
}

.order__submit {
  width: 100%;
  padding: 14px 0;
  background: #88c74a;
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order__submit:hover {
  background: #6faa34;
}

.order__submit[disabled] {
  background: #b3b3b3;
  cursor: unset;
}

.order__total {
  margin-bottom: 18px;
  margin-top: 47px;
  font-family: "Montserrat";
}

.order__total .order__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}

.order__total .order__head .notify .cabinet__info-window {
  left: unset;
  right: -100%;
  top: 30px;
}

.order__total strong {
  font-weight: 500;
}

.order__delivery {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__delivery span {
  font-size: 18px;
}

.order__sertificate {
  margin-bottom: 10px;
  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;
  font-size: 17px;
}

.order__sertificate span:last-child {
  color: #e40000;
  font-size: 18px;
}

.order__all {
  font-size: 23px;
  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;
}

.notify {
  position: relative;
}

.notify svg,
.notify img {
  max-width: 100%;
}

.notify:hover .cabinet__info-window {
  opacity: 1;
  visibility: visible;
}

.notify .cabinet__info-window {
  width: 300px;
	  font-family: "Roboto", sans-serif;
	padding: 20px 21px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 40px;
  top: -50%;
  z-index: 10;
  background: #f4f4f4;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sertificate {
  margin-top: 130px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sertificate__title {
  margin-bottom: 41px;
  text-align: left;
}

.sertificate__desc {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat";
}

.sertificate__inner {
  padding-bottom: 70px;
}

.sertificate__back {
  margin-bottom: 40px;
  font-family: "Montserrat";
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.sertificate__back::before,
.sertificate__back::after {
  content: '';
  width: 12px;
  height: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #88c74a;
}

.sertificate__back::before {
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sertificate__back::after {
  top: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sertificate__back:first-child {
  display: inline-block;
  width: auto;
}

.sertificate__subtitle {
  margin-bottom: 12px;
  font-size: 20px;
}

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

.sertificate__price {
  padding: 10px 20px;
  display: block;
  border: 1px solid #ebebeb;
}

.sertificate__price--hidden {
  display: none;
}

.sertificate__price--hidden + p {
  padding: 11px 20px 10px;
  cursor: pointer;
  color: #878787;
  border: 1px solid #ebebeb;
}

.sertificate__price--hidden:checked + p {
  border-color: #88c74a;
}

.sertificate__price--label {
  margin-right: 10px;
}

.sertificate__price--label:last-child {
  margin-right: 0;
}

.sertificate__price:focus {
  border-color: #88c74a;
}

.sertificate__price::-webkit-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__price::-moz-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__price:-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__price::-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__price::placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sertificate__pricing .sertificate__price {
  margin: 0;
}

.sertificate__pricing p {
  padding-bottom: 12px;
}

.sertificate__notice {
  margin-top: 4px;
  text-align: right;
  text-decoration: underline;
  color: #6f6f6f;
}

.sertificate__notate {
  text-decoration: underline;
  color: #6f6f6f;
  font-size: 18px;
}

.sertificate__block {
  margin-bottom: 16px;
}

.sertificate__block .sertificate__blck {
  margin: 0 -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sertificate__block .sertificate__blck input {
  width: 49%;
}

.sertificate__block .sertificate__blck textarea {
  height: 110px;
  width: 100%;
}

.sertificate__block .sertificate__blck textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.sertificate__block .sertificate__blck textarea:focus::-moz-placeholder {
  color: transparent;
}

.sertificate__block .sertificate__blck textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.sertificate__block .sertificate__blck textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.sertificate__block .sertificate__blck textarea:focus::placeholder {
  color: transparent;
}

.sertificate__block .sertificate__blck textarea::-webkit-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__block .sertificate__blck textarea::-moz-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__block .sertificate__blck textarea:-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__block .sertificate__blck textarea::-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__block .sertificate__blck textarea::placeholder {
  color: #878787;
  font-size: 16px;
}

.sertificate__block input,
.sertificate__block textarea,
.sertificate__block button {
  margin: 3px;
}

.sertificate__checkbox {
  margin: 13px 0;
}

.sertificate__checkbox label {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  color: #6f6f6f;
}

.sertificate__checkbox label:before,
.sertificate__checkbox label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border: 1px solid #373737;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sertificate__checkbox label:after {
  border: none;
}

.sertificate__checkbox input:checked + label:after {
  content: '';
  border: none;
  width: 12px;
  background: url("img/icons/union.svg") 2px 3px no-repeat;
}

.sertificate__checkbox input {
  display: none;
}

.sertificate__form {
  margin-right: 25px;
}

.sertificate__button {
  padding: 10px 20px;
  display: block;
  width: 49%;
  font-size: 18px;
  color: #fff;
  background: #88c74a;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sertificate__button:hover {
  background: #6faa34;
}

.sertificate__sertificate {
  padding: 20px 16px 11px;
  margin-top: -40px;
  margin-bottom: 14px;
  position: relative;
  color: #fff;
  background: #88c74a;
  font-family: "Montserrat";
}

.sertificate__sertificate::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #fff;
}

.sertificate__sertificate .sertificate__price {
  border: none;
}

.sertificate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sertificate__row .sertificate__text {
  margin-bottom: 29px;
}

.sertificate__row .sertificate__left {
  text-align: left;
}

.sertificate__row .sertificate__right {
  text-align: right;
}

.sertificate__row .sertificate__left,
.sertificate__row .sertificate__right {
  max-width: 120px;
  font-size: 13px;
  line-height: 1.4;
}

.sertificate__logo {
  max-width: 54px;
}

.sertificate__logo img {
  max-width: 100%;
}

.sertificate__heading {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
}

.sertificate__name {
  font-size: 15px;
  font-weight: 600;
}

.sertificate__bottom {
  margin-top: 84px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.sertificate__bottom strong {
  font-size: 24px;
  line-height: 1;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.modal._opened {
  opacity: 1;
  visibility: visible;
}

.modal__body {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 38px;
    background: #fff;
    max-width: 1029px;
    max-height: 80%;
    overflow-y: scroll;
    line-height: 1.4;
    font-size: 20px;
}

.modal__close {
  text-decoration: underline;
  color: #000;
}

.modal__cross {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.modal__row {
  margin-top: 32px;
  text-align: right;
}

.modal iframe {
  max-width: 100%;
}

.giftbox {
  padding-top: 100px;
  padding-bottom: 120px;
  width: 100%;
  font-family: Roboto, sans-serif;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.giftbox__open {
  width: 100%;
  height: 100%;
}

.giftbox__left {
  max-width: 990px;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.giftbox__right {
  max-width: 208px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*
.giftbox__box {
  width: 306px;
  height: 326px;
}
*/

.giftbox__box .instruction {
  top: 90%;
}

.giftbox__box img {
  max-width: 100%;
}

.giftbox__top {
  position: relative;
  z-index: 20;
}

.giftbox__top img {
  -webkit-transform: scaleX(1.053);
      -ms-transform: scaleX(1.053);
          transform: scaleX(1.053);
  display: block;
  margin-left: 0.2px;
}

.giftbox__bottom {
  width: 306px;
  padding: 0 7px 4px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.giftbox__bottom img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.giftbox__cell {
  width: 50%;
  padding: 0 10px;
  height: 60px;
  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;
  color: #fff;
}

.giftbox__cell img {
  position: static;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

.giftbox__cell:nth-child(1) img {
  z-index: 8;
}

.giftbox__cell:nth-child(2) img {
  z-index: 7;
}

.giftbox__cell:nth-child(3) img {
  z-index: 6;
}

.giftbox__cell:nth-child(4) img {
  z-index: 5;
}

.giftbox__cell:nth-child(5) img {
  z-index: 4;
}

.giftbox__cell:nth-child(6) img {
  z-index: 3;
}

.giftbox__cell:nth-child(7) img {
  z-index: 2;
}

.giftbox__cell:nth-child(8) img {
  z-index: 1;
}

.giftbox__slider {
  width: 100%;
}

.giftbox__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.giftbox__top { 
display: -webkit-box;
  display: -ms-flexbox;
   margin-bottom:10px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.giftbox__mid {
  position: relative;
  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;
  padding-right: 10%;
  padding-bottom: 35px;
    padding-top: 30px;
  margin-bottom: 29px;
  background: #88c74a;
}

.giftbox__mid::after {
  content: '';
  background: #88c74a;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}

.giftbox__mid::before {
  content: '';
  background: #88c74a;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}

.giftbox__form {
  padding-top: 39px;
  max-width: 386px;
  width: 100%;
}

.giftbox__form input,
.giftbox__form textarea {
  color: rgba(136, 136, 136, 0.8);
}

.giftbox__form button {
  background-color: rgba(255, 255, 255, 0.6);
}

.giftbox__form:not(._disabled) input,
.giftbox__form:not(._disabled) textarea {
  background: #ffffff;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.giftbox__form:not(._disabled) button {
  color: black;
  background: #ffffff;
}

.giftbox__form .giftbox__fieldset {
  margin-bottom: 7px;
}

.giftbox__form .giftbox__fieldset:last-child {
  margin-top: 3px;
}

.giftbox__form input,
.giftbox__form textarea {
  width: 100%;
  padding: 10px 14px;
  color: rgba(136, 136, 136, 0.8);
  font-size: 16px;
  line-height: 19px;
}

.giftbox__form textarea {
  height: 100px;
}

.giftbox__form form {
  width: 100%;
}

.giftbox__form .giftbox__multiply button {
  background: transparent;
}

.giftbox .instruction {
  max-width: 220px;
  font-size: 14px;
}

.giftbox__aside {
  padding-left: 30px;
}

.giftbox__title {
  margin: 17px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  font-family: Montserrat;
}

.giftbox__subtitle {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em; 
}

.giftbox__list .giftbox__item {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.giftbox__list .giftbox__item:last-child {
  margin-bottom: 0;
}

.giftbox__info {
  color: #6f6f6f;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  font-family: Montserrat;
}

.giftbox__card {
  width: 240px!important;
  font-family: Roboto;
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.giftbox__card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.giftbox__card .giftbox__image {
  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;
}

.giftbox__card .giftbox__image img {
  max-width: 138px;
}

.giftbox__card .giftbox__text {
  padding: 0 8px;
}

.giftbox__card .giftbox__name {
  margin-bottom: 0;
  min-height: 40px;
}

.giftbox__card .giftbox__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.giftbox__card .instruction {
  top: 30%;
}

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

.giftbox__fieldset--flex .giftbox__multiply {
  width: 47%;
	height:35px;
}

.giftbox__fieldset--flex .giftbox__button {
  width: 47%;
}

.giftbox__multiply {
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.giftbox__multiply button {
  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;
  padding: 10px;
  background: transparent;
}

.giftbox__number {
  width: 100%;
  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;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: rgba(0, 0, 0, 0.8);
}

.giftbox__button {
  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;
  padding: 10px 0 9px;
  color: #000;
  background: #fff;
  font-size: 18px;
  line-height: 21px;
}

.giftbox__bottom {
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
}

.giftbox__name {
  font-size: 16px;
  line-height: 19px;
}

.giftbox__message {
  margin-right: 30px;
  font-size: 18px;
  line-height: 21px;
}

.giftbox__message:last-child {
  margin-right: 0;
}

.giftbox__message._hidden {
  display: none;
}

.giftbox__message strong {
  color: #88c74a;
  display: inline-block;
  margin-left: 5px;
}

.giftbox__message strong._hidden {
  display: none;
}

.giftbox__price {
	margin-bottom:10px;
  color: #88c74a;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.giftbox__weight {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.giftbox .gb-swiper-container {
  position: relative;
  overflow-x: clip;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.giftbox .swiper-wrapper {
  margin: -20px 0;
  padding: 20px 10px;
  max-width: 1102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.giftbox .swiper-button-prev {
  position: absolute;
  top: 56%;
  left: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.giftbox .swiper-button-next {
  position: absolute;
  top: 56%;
  right: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.giftbox .swiper-button-disabled svg path {
  stroke: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.order__pack-info {
  width: 100%;
  margin-bottom: 38px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
}

.swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("img/icons/slider-btn-right.svg") center center no-repeat;
  background-size: 100%;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
}

.swiper-button-prev:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("img/icons/slider-btn-left.svg") center center no-repeat;
  background-size: 100%;
}

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

.order__pack-inner .info__block {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.order__pack-inner .info__block span {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #88c74a;
}

.giftbox__packages-wrapper {
  width: 1024px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 130px 136px 152px;
}

.giftbox__packages-wrapper h3 {
  margin-bottom: 89px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: black;
  width: 100%;
  text-align: center;
}

.giftbox__packages-wrapper .giftbox__packages-inner {
  width: 100%;
  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;
}

.giftbox__packages-wrapper .giftbox__packages {
  width: 297px;
  height: 297px;
  position: relative;
  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;
}

.giftbox__packages-wrapper .giftbox__packages:hover {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.giftbox__packages-wrapper .first__giftbox-package {
  background: url("img/large-box/large-box.png") center center no-repeat;
  background-size: contain;
}

.giftbox__packages-wrapper .second__giftbox-package {
  background: url("img/large-box/large-box-2.png") center center no-repeat;
  background-size: contain;
}

body {
	/*
  background-color: ghostwhite;
  */
}

.email {
  width: 924px;
  padding: 30px 0 59px;
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}

.email__title {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  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;
  margin-bottom: 30px;
}

.email__title h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.email__title .email__img {
  width: 73px;
  height: 73px;
}

.email__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4c8e10;
  margin-bottom: 30px;
}

.email__message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 50px;
}

.email__message-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4c8e10;
}

.email__links {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.email__links a {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 300;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #4c8e10;
}

.email__links a:first-child {
  margin-right: 59px;
}

@media screen and (max-width: 1300px) {
  .giftbox__mid {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .giftbox .gb-swiper-container {
    margin: 0 auto;
  }
}

@media (max-width: 1218px) {
  .footer__navigation {
    margin: 0 auto 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1218px) {
  .giftbox__left {
    width: 78.7%;
  }
}

@media (max-width: 1200px) {
  .modal__body {
    width: 80%;
height: 600px;
    overflow: scroll;
}
}

@media screen and (max-width: 1200px) {
  .giftbox__packages-wrapper {
    padding: 50px 0;
    width: 100%;
  }

  .giftbox__packages-wrapper .giftbox__packages-inner {
    width: 80%;
  }
}

@media (max-width: 1150px) {
  .register__content form::after {
    display: none;
  }

  .register__white {
    margin-right: 0;
  }
}

@media screen and (max-width: 1150px) {
  .giftbox__mid {
    padding-right: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .roulette--bottom:last-child {
    -webkit-transform: translateY(-32%);
        -ms-transform: translateY(-32%);
            transform: translateY(-32%);
  }

  .animate_on_press:not(._hidden) {
    -webkit-animation: pulse_tablet 1.5s ease-out;
            animation: pulse_tablet 1.5s ease-out;
  }
}

@media (max-width: 1080px) {
  .roulette--mid .roulette__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }

  .roulette__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .roulette__desc {
    padding-top: 20px;
    color: #000;
    margin-bottom: 20px;
  }

  .roulette__name {
    color: #000;
  }
}

@media (max-width: 1050px) {
  .payment__heading {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .product__right {
    margin-right: 0;
  }

  .register::after {
    display: none;
  }

  .register .container {
    padding: 0;
  }

  .register__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .register__green {
    padding: 140px 20px 30px;
    width: 100%;
    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;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  }

  .register__white {
    padding: 30px 20px;
    width: 100%;
    max-width: none;
  }

  .register__content--mt {
    margin-top: 10px;
  }

  .register__content--horizontal .register__facebook {
    margin-right: 0;
  }

  .register__title {
    margin-bottom: 0;
  }

  .cabinet__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cabinet__aside {
    margin-bottom: 50px;
    width: 100%;
  }

  .cabinet__main {
    width: 100%;
    margin-bottom: 50px;
  }

  .cabinet__main .cabinet__main {
    width: 100%;
  }

  .cabinet__progress {
    max-width: 790px;
    width: 100%;
  }

  .cabinet__repeat {
    width: 100%;
  }

  .cabinet__repeat::before {
    display: none;
  }

  .cabinet__product {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .giftbox__left {
    width: 100%;
  }

  .giftbox__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0;
  }

  .giftbox__top {
    padding-left: 60px;
  }

  .giftbox__aside {
    padding: 0;
  }

  .giftbox__list {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .giftbox .gb-swiper-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 29px;
  }

  .giftbox__mid {
    padding-right: 91px;
    padding-left: 42px;
  }

  .order__pack-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order__pack-inner {
    width: 98%;
  }

  .giftbox__packages-wrapper {
    padding: 50px 0;
  }

  .giftbox__packages-wrapper h3 {
    margin-bottom: 40px;
  }

  .giftbox__packages-wrapper .giftbox__packages-inner {
    width: 100%;
  }

  .email {
    width: 90%;
  }
}

@media (max-width: 990px) {
  .numbers__cards {
    padding: 0 30px;
  }

  .product__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product__left {
    width: 100%;
    margin-bottom: 10px;
  }

  .product__right {
    width: 100%;
  }

  .product__table {
    margin: 0 auto;
  }

  .cabinet__cards .cabinet__card {
    margin-bottom: 20px;
  }

  .cabinet__notify .cabinet__info-window {
    left: unset;
    right: 0;
    font-size: 16px;
  }

  .order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .order__code {
    margin-top: 0;
  }

  .order__aside {
    width: 100%;
    margin-bottom: 40px;
  }

  .order__aside .order__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .order__aside .order__products::-webkit-scrollbar {
    height: 4px;
  }

  .order__aside .order__products::-webkit-scrollbar-track {
    background: #e6e6e6;
  }

  .order__aside .order__products::-webkit-scrollbar-thumb {
    background-color: #88c74a;
  }

  .order__aside .order__products .card {
    width: 30%;
    min-width: 360px;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #bbb;
  }

  .order__aside .order__products .card:last-child {
    margin-right: 0;
  }

  .order__main {
    width: 100%;
  }

  .notify .cabinet__info-window {
    left: unset;
    right: 0;
    font-size: 16px;
  }
}

@media (max-width: 920px) {
  .header__nav {
    width: 55%;
  }

  .header__others {
    max-width: 87px;
  }

  .preview__inner {
    position: relative;
    padding-left: 50px;
  }

  .preview__image {
    width: 100%;
    max-width: none;
    bottom: -30%;
    right: -30%;
    z-index: 0;
    pointer-events: none;
    position: absolute;
  }

  .preview__text {
    margin: 0 auto;
    max-width: 536px;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .preview__description {
    margin: 0 auto;
    margin-bottom: 98px;
  }

  .hits {
    padding-bottom: 90px;
  }

  .choose__cards {
    gap: 30px;
  }

  .choose__card {
    width: 45%;
  }

  .choose__img {
    margin-bottom: 15px;
  }

  .payment__item {
    margin-left: 0;
  }

  .payment__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .payment__card {
    width: 100%;
    max-width: 530px;
  }

  .payment__card:nth-child(1),
  .payment__card:nth-child(2),
  .payment__card:nth-child(3) {
    margin-bottom: 32px;
  }

  .payment__text {
    margin-left: 0;
  }

  .thanks__block {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .thanks__block p {
    margin-bottom: 20px;
  }

  .thanks__txt {
    font-size: 22px;
  }

  .nav__inner {
    width: 90%;
    margin-left: 20px;
  }

  .propose {
    padding: 60px 0;
  }

  .propose__title {
    margin-bottom: 30px;
  }

  .propose__item {
    font-size: 22px;
  }

  .propose__square {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .giftbox__top {
    padding-left: 30px;
  }
}

@media (max-width: 891px) {
  .payment__heading {
    margin-left: 0;
  }
}

@media screen and (max-width: 880px) {
  .giftbox__form {
    max-width: 338px;
  }

  .giftbox__mid {
    padding-right: 40px;
    padding-left: 45px;
  }

  .order__pack-inner {
    width: 95%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  .order__pack-inner .info__block:first-child {
    margin-right: 22px;
  }
}

@media (max-width: 860px) {
  .roulette__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .roulette__top .roulette__subtitle {
    margin-bottom: 15px;
    text-align: center;
  }

  .roulette__top .roulette__subtitle:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media (max-width: 840px) {
  .title {
    font-size: 28px;
  }

  .description {
    font-size: 14px;
  }

  .header__inner {
    position: relative;
    z-index: 100;
  }

  .header__logo {
    margin-right: 20px;
    min-width: 37px;
  }

  .header__input {
    margin: 0 20px 0 0;
  }

  .header__nav {
    z-index: -1;
  }

  .header__nav._active {
    visibility: visible;
    opacity: 1;
  }

  .header__burger {
    position: absolute;
    top: 17px;
    right: 10px;
    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: 30px;
    height: 30px;
      cursor: pointer;
  touch-action: manipulation;
  }

  .header__burger span {
    max-width: 20px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .header__burger span::before,
  .header__burger span::after {
    content: '';
    width: 100%;
    height: 2px;
    left: -5px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header__burger span::before {
    top: 4px;
  }

  .header__burger span::after {
    bottom: 4px;
  }

  .header__burger._active span {
    height: 0;
  }

  .header__burger._active span::after,
  .header__burger._active span::before {
    top: 50%;
  }

  .header__burger._active span::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }

  .header__burger._active span::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }

  .header__others {
    z-index: 11;
    margin-right: 80px;
  }

  .preview {
    min-height: auto;
    padding-top: 170px;
  }

  .preview__title {
    margin-bottom: 30px;
  }

  .preview__description {
    margin-bottom: 30px;
  }

  .prom {
    padding-top: 40px;
  }

  .prom__title {
    margin-bottom: 30px;
  }

  .prom__subtitle {
    max-width: none;
  }

  .prom__description {
    max-width: none;
  }

  .prom__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

  .prom__socials {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .prom .swiper-wrapper {
    margin-bottom: 30px;
  }

  .prom__image {
    width: 100%;
  }

  .prom__image img {
    max-width: 100%;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .prom__text {
    width: 100%;
    text-align: center;
  }

  .prom__subtitle {
    margin-bottom: 30px;
  }

  .choose__title {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .payment {
    padding-bottom: 80px;
  }

  .payment__heading {
    width: 100%;
    padding-left: 0;
    white-space: normal;
    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;
    text-align: center;
  }

  .payment__heading:last-child {
    padding-left: 0;
  }

  .payment__triggers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }

  .catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog .filter {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product__gallery {
    width: 100%;
  }

  .product__description {
    width: 100%;
  }

  .product__slide {
    overflow-x: scroll;
  }

  .product__table {
    min-width: 500px;
  }

  .product .card {
    margin-bottom: 20px;
  }

  .nav {
    width: 50%;
    min-width: 320px;
    min-height: 100vh;
    position: fixed;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 97px;
    right: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .nav__inner {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -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;
  }

  .nav__item {
    margin-right: 0;
  }

  .nav__sublist {
    max-width: 250px;
    left: 55%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filter__block {
    max-width: 300px;
    width: 100%;
  }

  .filter__trigger {
    width: 100%;
  }

  .filter__button {
    max-width: 300px;
    padding: 0;
    max-height: 53.6px;
    height: 53.6px;
  }
}

@media (max-width: 820px) {
  .sertificate__back {
    margin-bottom: 15px;
  }

  .sertificate__title {
    margin-bottom: 15px;
  }

  .sertificate__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }

  .sertificate__form {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .sertificate__inner {
    padding-bottom: 0;
  }

  .sertificate__Sertificate {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .giftbox__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 8px;
  }

  .giftbox__title {
    margin: 17px 0 8px;
    font-size: 25px;
  }
}

@media (max-width: 780px) {
  .hits__title {
    margin-bottom: 20px;
  }

  .hits__outer {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-y: auto;
  }

  .hits__outer::-webkit-scrollbar {
    height: 6px;
  }

  .hits__outer::-webkit-scrollbar-track {
    background: #e6e6e6;
  }

  .hits__outer::-webkit-scrollbar-thumb {
    background-color: #88c74a;
  }
}

@media screen and (max-width: 768px) {
  .roulette--bottom:last-child {
    -webkit-transform: translateY(-16%);
        -ms-transform: translateY(-16%);
            transform: translateY(-16%);
  }

  .roulette--bottom:last-child.animate_on_press {
    padding-bottom: 0;
  }

  .roulette__socials {
    display: none;
  }

  .roulette__socials--mob {
    display: block;
  }

  .roulette__photo > img,
  .roulette__photo > picture > img {
    max-width: 280px;
  }

  .roulette__pricing {
    padding-top: 16px;
  }

  .animate_on_press:not(._hidden) {
    -webkit-animation: pulse_mobile 1.5s ease-out;
            animation: pulse_mobile 1.5s ease-out;
  }

/*
  .giftbox__box {
    width: 240px;
    height: 256px;
    margin-right: 20px;
  }
  */
}

@media (max-width: 768px) {
  .roulette {
    margin-top: 140px;
    padding-bottom: 120px;
  }

  .roulette__title {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .roulette__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }

  .roulette__name {
    margin-bottom: 20px;
  }

  .roulette__text {
    text-align: center;
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  .work .container {
    padding: 0;
  }

  .work__block {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column;
  }

  .work__block--reverse .work__text {
    width: 100%;
  }

  .work__text {
    width: 100%;
    padding: 0 20px;
  }

  .work__media {
    width: 100%;
    background: #88c74a;
  }

  .work__media--video {
    background: transparent;
  }

  .work__media--video img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .underheader__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .underheader__link {
    width: auto;
    margin: 0 auto;
  }

  .underheader__button {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header._fixed .nav {
    top: 90px;
  }

  .preview {
    padding-top: 140px;
  }

  .hits {
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .numbers {
    margin: 70px 0;
    margin-bottom: 40px;
  }

  .numbers__title {
    margin-bottom: 60px;
  }

  .numbers__cards {
    gap: 50px;
    padding: 0 10px;
  }

  .numbers__card {
    max-width: 320px;
    text-align: center;
    width: 100%;
  }

  .numbers__head {
    font-size: 36px;
  }

  .numbers__txt {
    font-size: 21px;
  }

  .trusts {
    margin-bottom: 50px;
  }

  .catalog {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .catalog__sort {
    padding: 16px 0;
  }

  .catalog__sort::-webkit-scrollbar {
    height: 3px;
  }

  .catalog__sort::-webkit-scrollbar-track {
    background: #e6e6e6;
  }

  .catalog__sort::-webkit-scrollbar-thumb {
    background-color: #88c74a;
  }

  .catalog .card__outer {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .catalog__link::after {
    bottom: -5px;
  }

  .error__title {
    font-size: 32px;
  }

  .error__desc {
    font-size: 16px;
  }

  .thanks__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .thanks__order {
    margin-bottom: 20px;
    padding: 15px 10px;
  }

  .thanks__desc {
    font-size: 18px;
  }

  .thanks__adv {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .thanks__adv img {
    width: 40px;
    margin-right: 15px;
  }

  .thanks__advices {
    margin-bottom: 30px;
  }

  .thanks__block {
    font-size: 18px;
    line-height: 1.25;
    padding-bottom: 50px;
  }

  .thanks__block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .thanks__button {
    padding: 10px;
    font-size: 20px;
  }

  .product .catalog__sort {
    padding-top: 40px;
  }

  .nav {
    top:60px;
  }

  .nav__inner {
    padding-top: 30px;
  }

  .shopping-cart {
    padding: 10px;
  }

  .shopping-cart__icon {
    max-width: 50px;
  }

  .shopping-cart__amount {
    width: 20px;
    height: 20px;
  }

  .history__inner {
    margin: 0 35px;
    padding: 25px 0 25px;
  }

  .history__text {
    font-size: 18px;
  }

  .propose__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .propose__title {
    text-align: center;
  }

  .propose__square {
    margin: unset;
    margin-right: 10px;
  }

  .propose__item {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
  }

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

  .modal__body {
    padding: 20px;
    font-size: 14px;
  }

  .modal__row {
    margin-top: 10px;
  }
}

@media screen and (max-width: 720px) {
  .giftbox__top {
    padding-top: 23px;
    padding-left: 10px;
  }

  .giftbox__packages-wrapper .giftbox__packages-inner {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .giftbox__form {
    width: 50%;
    min-width: 210px;
  }

  .giftbox__mid {
    padding-right: 30px;
    padding-left: 10px;
  }

  .giftbox__packages-wrapper .giftbox__packages {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .catalog .filter {
    max-width: 284px;
  }

  .catalog__marks {
    margin-top: 73px;
  }

  .catalog__main--empty {
    margin-top: 60px;
  }

  .catalog__main--empty .catalog__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .catalog__main--empty .catalog__image {
    margin-right: 0;
  }

  .catalog__main--empty .catalog__image img {
    max-width: 280px;
    max-width: 100%;
  }

  .catalog__main--empty .catalog__title {
    margin-bottom: 30px;
  }

  .catalog__main--empty .catalog__arrow {
    display: none;
  }

  .catalog__main--empty .catalog__soc {
    margin-left: 0;
    padding-top: 0;
  }

  .catalog__main--empty .catalog__soc--blck {
    margin-bottom: 10px;
  }

  .catalog__main--empty .catalog__subtitle {
    font-size: 16px;
  }

  .catalog__main--empty .catalog__mail {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .catalog__main--empty .catalog__phone {
    font-size: 16px;
  }

  .error__blck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .error__soc {
    margin: 0;
  }

  .error__title {
    margin-bottom: 20px;
  }

  .error__desc {
    margin-bottom: 20px;
  }

  .filter {
    position: absolute;
    max-width: 320px;
    left: -300px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .filter__body {
    background: #fff;
    max-width: 320px;
    padding-bottom: 30px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 20;
  }

  .filter__body::-webkit-scrollbar {
    display: none;
  }

  .filter._active {
    left: 0;
  }

  .filter__burger {
    opacity: 1;
    visibility: visible;
    padding: 10px;
    width: 63.6px;
    height: 63.6px;
    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;
    position: absolute;
    z-index: 100;
    top: 0;
    right: -63.6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #88c74a;
  }

  .filter__burger img {
    display: block;
    max-width: 30px;
    max-height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .cabinet__head--personal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .cabinet__head--personal .cabinet__head--inner {
    margin-bottom: 15px;
  }
}

@media (max-width: 637px) {
  .sertificate__price--label:last-child {
    margin-top: 10px;
  }

  .sertificate__form .sertificate__blck input,
  .sertificate__form .sertificate__blck button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .choose__cards {
    gap: 30px;
  }

  .choose__card {
    width: 100%;
  }

  .choose__img {
    max-width: 30px;
    margin-bottom: 20px;
  }

  .choose__img img {
    max-width: 100%;
  }

  .choose__text {
    font-size: 16px;
    line-height: 1.2;
  }

  .trusts__cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .trusts__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .trusts__img:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .register__list li {
    font-size: 14px;
  }

  .register__content {
    margin-bottom: 20px;
  }

  .register__content--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }

  .register__content--horizontal form {
    width: 100%;
  }

  .register__content--horizontal .register__facebook {
    margin-bottom: 30px;
  }

  .register__green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .register__green .register__title.title {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .register__green .register__list {
    width: 100%;
    max-width: none;
  }

  .register__input {
    width: 100%;
  }

  .register__button {
    width: 100%;
  }

  .register__facebook {
    margin-bottom: 30px;
  }

  .register__title.title {
    width: 50%;
    text-align: center;
  }

  .register__title.title:last-child {
    margin-right: 0;
  }

  .register label {
    width: 100%;
  }

  .register form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


.socials__inner {
	margin-left:0!important;
}

  .socials__desc {
    padding-left: 0;
  }

  .socials__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .socials__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
  }

  .socials__left {
    padding: 20px 0 50px;
    width: 100%;
    text-align: center;
  }

  .socials__left a {
    margin: 0 auto;
  }

  .socials__left .socials__mail {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 620px) {
  .giftbox__list {
    height: 170px;
  }

  .giftbox__packages-wrapper .giftbox__packages-inner {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .email__title h1 {
    font-size: 20px;
  }

  .email__title .email__img {
    width: 50px;
    height: 50px;
  }

  .email__links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .email__links a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
	
	.with-instruction {
    margin-bottom: 10px;
}
    .order__pack-inner, .giftbox__aside {padding:0 10px}
  .hide_mob p {display:none;}
  .hide_mob { 	min-height:110px;		}
  
  .giftbox__mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .giftbox__mid::before {
    content: '';
    background: #88c74a;
    position: absolute;
    right: -99%;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .giftbox__form {
    width: 338px;
  }

  .giftbox__mid {
    padding: 20px 0;
  }
}

@media (max-width: 560px) {
  .swiper__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .numbers {
    padding-top: 0;
  }

  .numbers__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 36px;
  }

  .numbers__card {
    margin: 0 auto;
    margin-bottom: 36px;
  }

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

  .numbers__head {
    margin-bottom: 10px;
  }

  .payment {
    padding-bottom: 40px;
  }

  .payment__triggers {
    margin-bottom: 40px;
  }

  .payment__heading {
    font-size: 24px;
  }

  .payment__card {
    max-width: 480px;
  }

  .payment__subtitle {
    font-size: 18px;
  }

  .payment__text {
    font-size: 16px;
    font-weight: 400;
  }

  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__address {
    width: 70%;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__telephones {
    max-width: none;
  }

  .footer__navigation {
    margin-top: -100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__soc {
    margin-bottom: 20px;
  }

  .footer__col {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__col:last-child {
    max-width: 270px;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .product__num {
    font-size: 16px;
  }

  .product__button {
    max-width: none;
    width: 100%;
  }

  .prev__logo {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .prev__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .work__block:not(:first-child) .work__title {
    margin-bottom: 15px;
  }

  .work__text p {
    font-size: 16px;
  }

  .history {
    margin-top: 40px;
  }

  .propose {
    margin-top: 40px;
  }

  .socials__desc {
    margin-bottom: 30px;
  }

  .socials__left a {
    font-size: 18px;
  }

  .socials__right {
    margin-bottom: 30px;
  }

  .cabinet__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .cabinet__text .cabinet__desc {
    margin-bottom: 10px;
  }

  .cabinet__form .cabinet__label {
    width: 100%;
  }

  .cabinet__form fieldset {
    padding-left: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cabinet__form fieldset input,
  .cabinet__form fieldset select {
    width: 100%;
  }

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

  .cabinet__product {
    width: 100%;
  }

  .cabinet__desc {
    margin-bottom: 10px;
  }

  .cabinet__progress {
    margin-bottom: 20px;
  }

  .order__product {
    padding: 5px;
  }

  .order .form__block {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

#order_comments,
  .order .form__block label,
  .order .form__block input,
  .order .form__block select {
    width: 300px;
  }

  .order .form__hidden {
    font-size: 16px;
    overflow: hidden;
  }

  .order .form__hidden label p {
    font-size: 15px;
  }

  .order .form__delivery span {
    font-size: 17px;
  }

  .order .form__sertificate {
    font-size: 14px;
  }

  .order .form__sertificate span:last-child {
    font-size: 17px;
  }

  .order .form__all {
    font-size: 16px;
  }

  .order__delivery span {
    display: block;
    white-space: nowrap;
    margin-left: 10px;
  }

  .order__total .order__head .notify .cabinet__info-window {
    right: unset;
    left: -720%;
  }

  .order .notify .cabinet__info-window {
    right: unset;
    left: -720%;
  }
}

@media (max-width: 500px) {
	
.roulette__photo {
	margin-top:30px;
}	
	
.cabinet__card .card__like {
    left: 80px;
}
	
.order__back:first-child {
	margin-left:0px;
	}
	
	.cat_description {
	text-align:center;
}

.product-category{
text-align:center;
}

.order__code input {
	width:100%
}	

input.submit_kod {
margin-top: 18px;
}	
	
#novaposhta,#justin {
	width:300px!important;
}
	
  .catalog__mark {
    font-size: 15px;
  }

.cabinet__card .cabinet__img picture, .cabinet__card .cabinet__img img {
    max-width: 70px;
}

#account_password {
    width: 100%!important;
}

  .catalog .card {
    min-width: 130px;
    max-width: none;
    width: 47%;
  }

  .catalog .card__img picture,
  .catalog .card__img img {
    max-width: 100%;
    max-height: 90px;
  }

  .catalog .card__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .catalog .card__pricing, .cabinet__info .cabinet__price {
    font-size: 12px;
  }
  
  .card__pricing--old {
	  left:0;
  }

  .catalog .card__button {
    font-size: 14px;
  }

  .catalog .card__gr {
    font-size: 11px;
  }

.card__price {
	padding:0 7px;
}

.card__additional {
	padding:0 7px;
	margin-top:10px;
	font-size:10px;
}

.product__price { 
	    margin-left: -10px;
	}
	
.product__prices {
	padding: 0 10px;
}

.card__amount {
	padding:0 7px;
}

  .catalog .card__amount span,
  .catalog .card__amount input {
    font-size: 12px;
  }

  .catalog .card__amount button {
    width: 10px;
  }

  .catalog .card__btns {
    max-width: 70px;
  }

  .catalog .card__like svg {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 480px) {
  .prom {
    padding-bottom: 80px;
  }

  .prom__slide {
    min-height: 490px;
  }

  .prom .swiper-container {
    overflow: visible;
  }

  .prom__socials {
    bottom: -150px;
  }

  .prom__subtitle {
    font-size: 26px;
  }

  .footer__col:last-child {
    max-width: 240px;
  }

  .register__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }

  .register__tabs .register__title {
    width: 100%;
    margin-bottom: 30px;
  }

  .roulette--bottom {
    -webkit-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
            transform: translateY(-28px);
  }

  .roulette__button {
    padding: 16px 8px;
  }

  .history {
    margin-top: 40px;
  }

  .history__inner {
    margin: 0;
    padding: 25px 0 25px;
  }

  .history__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .giftbox__title {
    font-size: 20px;
    margin: 9px 0 0;
  }

.roulette__desc {
max-width: 100%;}

  .giftbox__packages-wrapper {
    padding: 20px 0;
  }

  .giftbox__packages-wrapper h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .email__title {
    padding: 0 20px;
  }

  .email__title h1 {
    font-size: 17px;
  }

  .email__message {
    padding: 0 20px;
  }

  .email__links {
    padding: 0 20px;
  }
}

@media (max-width: 449px) {
  .sertificate__price--label:nth-child(4) {
    margin-top: 10px;
  }
}

@media (max-width: 442px) {
  .catalog .filter {
    left: -260px;
    max-width: 260px;
    min-width: 260px;
	position:absolute;
  }

  .catalog .filter._active {
    left: 0;
  }

  .catalog .card__outer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog .catalog__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .catalog .catalog__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog .catalog__image {
    max-width: 180px;
  }

  .catalog .card__outer .card {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 440px) {
  .underheader__link {
    font-size: 14px;
  }

  .underheader__button {
    top: 0;
    right: 0;
  }

  body._fixed .header__others {
    opacity: 1;
    visibility: visible;
  }

  .header._fixed .nav {
    top: 100px;
  }

  .header__logo {
    margin-right: 5px;
  }

  .header__input {
    display: none;
  }

  .header__others {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .preview__title {
    text-align: center;
  }

  .preview__description {
    text-align: center;
  }

  .preview__inner {
    padding-left: 0px;
  }

  .preview__button {
    font-size: 18px;
  }

  .preview__button {
margin: 0 auto;
        margin-top: 60px;
        text-align: center;
        display: block;
        /* width: -webkit-fit-content; */
        width: -moz-fit-content;
        /* width: fit-content; */
        width: 280px;
  }

  .prom__form.card {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .prom__form.card .product__cardPlusMinus {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .prom__submit {
    width: 100%;
  }

  .footer__info {
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__navigation {
    max-width: none;
    margin: 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 25px;
  }

  .footer__col {
    max-width: none;
    width: 100%;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }

  .footer__col:last-child {
    margin: 0 auto;
    max-width: 280px;
  }

  .footer__button {
    height: 40px;
    max-width: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .product__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product__content {
    margin: 0 auto;
  }

  .product__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product__cardPlusMinus {
    margin-bottom: 10px;
    width: 100%;
  }

  .product__col {
    margin-right: 0;
    max-width: none;
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
  }

  .product__col::-webkit-scrollbar {
    height: 4px;
  }

  .product__row {
    max-width: 80px;
    margin-bottom: 0;
  }

  .product .catalog__marks {
    margin-top: 10px;
  }

  .roulette__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .roulette__buttons .roulette__button {
    width: 100%;
  }

  .roulette__plusMinus {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .nav {
    width: 100%;
    position: fixed;
    overflow-y: auto;
  }

  .nav__inner {
    margin-top: 80px;
    margin-left: 0;
  }

  .nav__sublist {
    z-index: 10;
  }

  .agreement {
    padding: 130px 0 50px;
  }

  .agreement__title {
    margin-bottom: 15px;
  }

  .agreement__text {
    font-size: 16px;
  }

  .agreement__text li {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .giftbox__right {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .giftbox__form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .giftbox__title {
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .giftbox__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
	margin-left:15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal; 
  }

  .giftbox__list .giftbox__item {
    width: 50%;
  }
}

@media (max-width: 404px) {
  .roulette--bottom {
    -webkit-transform: translateY(-38px);
        -ms-transform: translateY(-38px);
            transform: translateY(-38px);
  }
}

@media (max-width: 400px) {
  .cabinet__order {
    padding-right: 35px;
  }

  .cabinet__main.cabinet__main--fullsize .cabinet__cards .cabinet__card {
    min-width: 280px;
  }

  .cabinet .card .cabinet__img {
    max-width: 90px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .giftbox__form {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .thanks__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .thanks__txt {
    margin-bottom: 15px;
  }

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

  .shopping-cart {
    max-width: 60px;
  }

  .shopping-cart__icon {
    max-width: 40px;
  }

  .shopping-cart__amount {
    width: 20px;
    height: 20px;
    font-size: 14px;
    top: 5px;
    left: 30px;
  }

  .filter {
    max-width: 280px;
    min-width: 280px;
    width: 280px;
    left: -285px;
  }

  .filter__burger {
    right: -54px;
    max-width: 56px;
    max-height: 53.6px;
  }

  .filter__burger img {
    max-width: 20px;
    max-height: 30px;
  }

  .filter__label {
    font-size: 14px;
  }

  .cabinet__title {
    font-size: 26px;
  }

  .cabinet__desc strong {
    margin-left: 5px;
  }
}


@media screen and (min-width: 720px) {
	.hide-desktop{display:none;}
}

@media screen and (max-width: 380px) {
  .product__prices .card__additional .card__item {
    /*width: 100%;*/
  }
  
  .card__notify {position:relative!important; left: -45px; }

  .breakline { display:none!important;}

  .giftbox__packages-wrapper h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .giftbox__packages-wrapper .giftbox__packages {
    height: 150px;
  }
}

@media (max-width: 339.5px) {
  .sertificate__price--label:nth-child(3) {
    margin-top: 10px;
  }
}

@media (max-height: 440px) {
  .nav__inner {
    margin-top: 20px;
  }

  .nav__item--sub:hover .nav__sublist {
    gap: 10px;
    opacity: 1;
    visibility: visible;
    top: -100px;
  }
}

.webp .preview { background: url(img/preview/bg.webp) center no-repeat; }

.webp .prev { background: url(img/about/prev.webp) center no-repeat; }

.webp .giftbox__packages-wrapper .first__giftbox-package { background: url(img/large-box/large-box.webp) center center no-repeat; }

.webp .giftbox__packages-wrapper .second__giftbox-package { background: url(img/large-box/large-box-2.webp) center center no-repeat; }


	
	.nakladka img {
	max-width:80px!important;
	}
	
	.nakladka-category img {
	max-width:40px!important;
	}

	.product-nakladka-top-left {
	position: absolute; 
	top:0;
    left: 0;  
	margin-left:50px;
	}	
	.product-nakladka-top-right {
	position: absolute; 
	top:0;
	right:0;
	margin-right:50px;
	}
	.product-nakladka-bottom-left {
	position: absolute;
	bottom: 0%;
	left: 0;
	margin-left:50px;
	}
 .product-nakladka-bottom-right {
	position: absolute;
	bottom: 0%;
	right: 0;
	margin-right:50px;
	}
	