@charset "UTF-8";

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 23, 2017 4:44 PM */

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Light.eot");
  src: local("../fonts/Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "SeoulHangang EB";
  src: url("../fonts/SeoulHangang EB.ttf");
  src: local("SeoulHangang EB"), local("SeoulHangang EB"), url("../fonts/SeoulHangang EB.ttf") format("truetype");
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  background: #f4f7fc;
}

:root {
  --font-family: "Segoe UI", sans-serif;
  --second-family: "SeoulHangang EB", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Montserrat", sans-serif;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-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;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

    #search-input:focus ~ #search-results {
        display: flex;
    }
    #search-results:hover {
        display: flex;
    }
    #search-results{
        display: none;
    }
    
    
    .header__right-top {
        display:flex;
        flex-direction:row;
        gap:19px;
    }
    
    .header-large .header__logo {
        margin: auto;
    }

[class*=__container] {
  max-width: 85rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Segoe UI";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Segoe UI";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

[data-tab] {
  cursor: pointer;
}

[data-tab-content]:not(.active) {
  display: none;
}

.header-small__label {
  position: relative;
}

.mobile__left__menu {
    display: none;
}

#search-results {
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: white;
  padding: 10px 30px;
}

.search-result-item {
  font-size: --font-family;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 187%;
  font-weight: 400;
}

.icon-menu {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #f4f7fc;
  z-index: 88;
}

.header__container {
  background-color: #f4f7fc;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 20px;
  max-width: 85rem;
  margin: 0 auto;
}

.header__left {
  font-weight: 400;
  font-size: 15px;
  color: #696969;
}

.header__text-item {
  margin-bottom: 15px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__right-bottom .popup__button{
    display: none;
}
  
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__timing {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: #696969;
  margin-bottom: 5px;
}

.header__number {
  display: block;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 108%;
  text-align: right;
  color: #000;
  text-decoration: none;
}

@supports (font-size: clamp( 0.875rem , 0.675rem  +  1vw , 1.5rem )) {
  .header__number {
    font-size: clamp( 0.875rem , 0.675rem  +  1vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.675rem  +  1vw , 1.5rem )) {
  .header__number {
    font-size: calc(0.875rem + 0.625 * (100vw - 20rem) / 62.5);
  }
}

.header__callback {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #57b046;
  display: inline;
  margin-left: auto;
}

.header__callback:hover {
  text-decoration: none;
}

.header__bottom {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 85rem;
  margin: 0 auto;
}

.header__menu .header__right {
  display: none;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.header-menu__item {
  padding: 15px 12px;
  border-radius: 5px 5px 0 0;
  position: relative;
  color: #052154;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.header-menu__item:hover {
  background: #052154;
  color: #fff;
}

.header-menu__item:hover .header-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}

.header-menu__link {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.header-menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border-radius: 0 0 5px 5px;
  background: #052154;
  padding: 12px;
  min-width: 248px;
  border-top: 1px solid white;
}

.header-menu__sublink {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.header-menu__sublink:hover {
  text-decoration: underline;
}

.header-menu__subimg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-menu__subimg img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #696969;
  border-radius: 3px;
}

.scrolled .header-large {
  max-height: 0px;
  -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
          transform: translateY(-600px);
}

.header {
  height: 200px;
  -webkit-transition: 0.3s ease height;
  transition: 0.3s ease height;
}

.header.scrolled {
  height: 80px;
  background-color: transparent;
}

.scrolled .header-small {
  height: 80px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  max-height: 80px;
}

.top .header-small {
  -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
          transform: translateY(-600px);
}

.header-large {
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  max-height: 400px;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
}

.header-large .header__logo {
  margin-right: 150px;
}

@supports (margin-right: clamp( 0.0000000625rem , -4.4709388049rem  +  22.3546943368vw , 9.375rem )) {
  .header-large .header__logo {
    margin-right: clamp( 0.0000000625rem , -4.4709388049rem  +  22.3546943368vw , 9.375rem );
  }
}

@supports not (margin-right: clamp( 0.0000000625rem , -4.4709388049rem  +  22.3546943368vw , 9.375rem )) {
  .header-large .header__logo {
    margin-right: calc(0.0000000625rem + 9.3749999375 * (100vw - 20rem) / 41.9375);
  }
}

.header-small {
  position: absolute;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
          transform: translateY(-600px);
  padding: 10px 0;
  left: 0;
  right: 0;
  background: #f4f7fc;
}

.header-small__container {
  max-width: 85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 85rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  background: #f4f7fc;
  padding: 10px 15px;
}

.header-small .header-menu__sublink {
  text-decoration: none;
}

.header-small .header-menu__sublink:hover {
  text-decoration: underline;
}

.header-small .header-menu__item {
  list-style: none;
  background: #57b046;
  border: 1px solid #696969;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

.header-small__search {
  max-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #696969;
  border-radius: 5px;
  background: #fff;
  padding: 11px 15px;
}

.header-small__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-small__input {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  outline: none;
}

.header-small__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.header-small__input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.header-small__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.header-small__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.header-small__input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.header-small__logo {
  max-width: 60px;
}

.header-small__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

.header-small__info {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.header-small__text {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: #696969;
  -ms-flex-line-pack: center;
      align-content: center;
}

.header-small__text:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

.header-small__text:nth-child(2) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

.header-small__callback {
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #57b046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-small__callback:hover {
  text-decoration: none;
}

.header__menu .footer__copyright {
  display: none;
}

.footer {
  padding-bottom: 76px;
}

.footer__main {
  background: #fff;
  padding: 40px 0;
}

.footer__main .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #052154;
  margin-bottom: 20px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__link {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* text-align: center; */
  color: #696969;
}

.footer__link:hover {
  text-decoration: none;
}

.footer__address {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 20px;
}

.footer__numbers {
  margin-bottom: 20px;
}

.footer__number {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 108%;
  color: #000;
  text-decoration: none;
  display: block;
  max-width: 220px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.footer__number:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.footer__callback {
  cursor: pointer;
}

.footer__map img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__bottom {
  padding: 10px 0;
  text-align: center;
}

.footer__copyright {
  font-weight: 600;
  font-size: 15px;
  color: #696969;
}

.hero {
  margin-bottom: 60px;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__left {
  min-width: 0;
  max-width: 440px;
}

.hero .hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}

.hero__slider {
  padding-bottom: 15px;
}

.hero__wrapper {
  border-radius: 5px;
}

.hero__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.hero__right {
  max-width: 690px;
}

.hero__title {
  font-weight: 700;
  color: #052154;
  margin-bottom: 20px;
}

@supports (font-size: clamp( 1.25rem , 1rem  +  1.25vw , 2.5rem )) {
  .hero__title {
    font-size: clamp( 1.25rem , 1rem  +  1.25vw , 2.5rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1rem  +  1.25vw , 2.5rem )) {
  .hero__title {
    font-size: calc(1.25rem + 1.25 * (100vw - 20rem) / 100);
  }
}

.hero .hero__properties {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hero__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 40px;
}

.hero__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.hero__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.hero__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero__icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__callback {
    max-width: 50%; 
    margin-left: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  padding: 6px 40px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.hero__callback:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  width: 50px;
  height: 5px;
  background: #052154;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #57b046;
}

.features {
  margin-bottom: 85px;
}

.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #57b046;
  border-radius: 5px;
}

.features__title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  max-width: 260px;
}

.features__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 20px;
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 210px;
}

.features__icon {
  margin-bottom: 15px;
}

.features__icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.features__count {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.features__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #a3db6b;
}

.offer {
  margin-bottom: 80px;
}

.offer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.offer__left {
  max-width: 400px;
}

.offer__title {
  font-weight: 700;
  font-size: 36px;
  color: #052154;
  margin-bottom: 20px;
}

.offer__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 44px;
}

.offer__link {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.offer__link:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.offer__list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.offer__item {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #696969;
}

.offer__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.another {
  margin-bottom: 80px;
}

.another__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.another__left {
  max-width: 310px;
}

.another__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  color: #052154;
  margin-bottom: 20px;
}

.another__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.another__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.another__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.another__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.another__icon img {
  max-width: 82px;
  height: auto;
}

.another__content {
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.another__subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #57b046;
  margin-bottom: 5px;
}

.another__subtext {
  font-weight: 600;
  font-size: 16px;
  color: #696969;
}

.consult {
  margin-bottom: 80px;
}

.consult .swiper {
  max-width: 100%;
}

.consult .swiper .consult__item {
  cursor: pointer;
}

.consult__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  justify-items: center;
}

.consult__container > .consult__item:first-child {
  border-radius: 5px;
  background: #57b046;
  padding: 20px 20px 40px;
}

.consult__container > .consult__item:first-child .consult__text {
  margin-bottom: 0;
  color: white;
}

.consult__item {
  width: 100%;
  height: 100%;
}

.consult__title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 300px;
}

.consult__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.consult__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  border-radius: 5px;
  padding: 6px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.consult__button:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.consult__subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #052154;
  margin-bottom: 11px;
}

.consult__subtext {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #57b046;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.consult__about {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.consult .consult__slider ~ .consult__button {
  display: none;
}

.stores {
  margin-bottom: 80px;
}

.stores__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.stores__left {
  max-width: 390px;
}

.stores__title {
  font-weight: 700;
  font-size: 36px;
  color: #052154;
  margin-bottom: 20px;
}

.stores__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.stores__right {
  min-width: 0;
  position: relative;
}

.stores__slider {
  padding-bottom: 15px;
  margin: 0 40px;
}

.stores__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.swiper-button-prev:after {
  content: none;
}

.swiper-button-next:after {
  content: none;
}

.partners {
  margin-bottom: 80px;
}

.partners__inner {
  position: relative;
}

.partners__slider {
  margin: 0 40px;
}

.partners__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.articles-main {
  margin-bottom: 65px;
}

.articles-main__header {
  border-bottom: 2px solid #57b046;
  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: 20px;
}

.articles-main__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.articles-main__tab {
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #57b046;
  width: 210px;
  border-radius: 5px 5px 0 0;
}

.articles-main__tab.active {
  color: #fff;
  background: #57b046;
}

.articles-main__all {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: #052154;
}

.articles-main-news__slider {
  padding-bottom: 20px;
}

.articles-main-news__slide {
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.articles-main-news__slide:hover .articles-main-news__link {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.articles-main-news__image {
  margin-bottom: 10px;
}

.articles-main-news__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles-main-news__date {
  font-weight: 600;
  font-size: 14px;
  color: #696969;
  margin-bottom: 8px;
  padding: 0 20px;
}

.articles-main-news__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #052154;
  padding: 0 20px;
}

.articles-main-news__text {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  margin-bottom: 5px;
  padding: 0 20px;
}

.articles-main-news__link {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #57b046;
  margin-bottom: 20px;
  padding: 0 20px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #1a5aa1;
  cursor: pointer;
}

.breadcrumbs__item:last-child {
  color: #57b046;
  pointer-events: none;
}

.page-title {
  margin-bottom: 40px;
}

.page-title__title {
  font-weight: 700;
  font-size: 40px;
  color: #052154;
}

.catalog-main {
  margin-bottom: 80px;
}

.catalog-main__title {
  font-weight: 700;
  font-size: 40px;
  color: #052154;
}

.catalog-main__sort {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1a5aa1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.catalog-main__list {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.catalog-main__item {
  border-radius: 5px;
  overflow: hidden;
}

.catalog-main__item:hover .catalog-main__name svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.catalog-main__item:hover .catalog-main__image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.catalog-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}

.catalog-main__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #57b046;
}

.catalog-main__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform;
}

.catalog-main__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #052154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-main__name svg {
  margin-top: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.category-header {
  margin-bottom: 20px;
}

.category-header__container {
  padding-bottom: 20px;
  border-bottom: 2px solid #052154;
}

.category-header__inner {
  position: relative;
  padding: 0 40px;
}

.category-header__slide {
  border-radius: 5px;
  background: #fff;
  padding: 2px 8px;
  color: #5a5454;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}

.category-header__slide:hover {
  color: #57b046;
}

.category-header__slide:active {
  background: #57b046;
  color: #fff;
}

.category-header__name {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.category-header__type {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.category-header svg {
  max-width: 11px;
}

.about {
  margin-bottom: 80px;
}

.about__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.about__content img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
  padding: 40px;
  padding-top: 0;
}

.category-filter__range {
  padding: 20px 12px;
  border-radius: 12px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}

.price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  font-weight: 400;
  font-size: 24px;
  line-height: 137%;
  text-align: center;
  color: #052154;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #57b046;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #052154;
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #052154;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.category-left {
  max-width: 300px;
}

.category-filter__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #052154;
  margin-bottom: 1px;
}

.category-filter__item {
  margin-bottom: 10px;
}

.category-left__download-price {
  padding: 13px 10px 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a5aa1;
  border: 1px solid #1a5aa1;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  cursor: pointer;
  transition: .3s ease-out;
}

.category-left__download-price:hover {
    color: white;
    background-color: #1a5aa1;
}

.category-filter__select {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #000;
}

.category-filter__select .select__options {
  max-height: 170px;
  overflow: auto;
}

.category-filter__select .select__value {
  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%;
  padding-right: 12px;
}

.category-filter__select .select__value:after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #57b046;
  border-left: 3px solid #57b046;
  border-radius: 2px;
  background-color: #fff;
  right: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(-45deg);
      -ms-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
}

.category-filter {
  margin-bottom: 40px;
}

.category-filter__bottom {
  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;
  gap: 19px;
  margin-top: 26px;
}

.category-filter__bottom button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
}

.category-filter__submit {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
}

.category-filter__close {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  opacity: 0.7;
}

.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.category__all {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #052154;
  padding: 10px;
  border: 1px solid #696969;
  border-radius: 5px;
}

.category-right {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 80px;
}

.category-right__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.category-right__sort {
  font-weight: 400;
  font-size: 16px;
  color: #052154;
  max-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.category-right__sort .select__title {
  background-color: transparent;
}

.category-right__sort .select__options {
  background-color: #f4f7fc;
}

.category-right__sort .select__value:after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #57b046;
  border-left: 3px solid #57b046;
  border-radius: 2px;
  right: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(-45deg);
      -ms-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
}

.category-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.category-pag__side {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #08112b;
}

.category-pag__side.category-pag__page {
  width: initial;
  height: initial;
  padding: 5px;
}

.category-pag__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-pag__page {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  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;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.2s ease border;
  transition: 0.2s ease border;
}

.category-pag__page:hover {
  border: 1px solid #052154;
}

.category-pag__page.active {
  background: #052154;
  color: #fff;
  border: 1px solid #052154;
}

.category-products__header {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-grid-columns: 7fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 7fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.category-products__header .category-products__section {
  background: rgba(109, 109, 109, 0.5);
  border-radius: 5px;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
  padding: 5px;
}

.category-products__header .category-products__section.selected {
  color: blue;
}

.category-products__count {
  background: rgba(217, 217, 217, 0.5);
  border-radius: 2px;
  padding: 4px;
}

.category-products__items {
  margin-bottom: 22px;
}

.category-products__item {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-grid-columns: 7fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 7fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.category-products__item:nth-child(even) .category-products__section {
  background: rgba(217, 217, 217, 0.5);
}

.category-products__item .category-products__section {
  background: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}

.category-products__item .category-products__section:not(:first-child) {
  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;
}

.category-products__item .category-products__section:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.category-products__item .category-products__section:first-child:hover {
  text-decoration: none;
}

.category-products__item .category-products__section:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #57b046;
  cursor: pointer;
}

.category-products__item .category-products__section:last-child.selected {
  color: #1c8ae1;
}

.category-products__item .category-products__section:last-child:hover {
  text-decoration: none;
}

.category-right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.category-area__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  color: #052154;
  margin-bottom: 40px;
}

.category-area__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.category-area__item {
  padding: 5px;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 2px rgba(5, 33, 84, 0.25);
          box-shadow: 0 4px 4px 2px rgba(5, 33, 84, 0.25);
  background: #f4f7fc;
  max-width: 210px;
  border-radius: 12px;
}

.category-area__img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}

.category-area__text {
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #5a5454;
  text-transform: uppercase;
}

.category-navigation {
  margin-bottom: 60px;
}

.category-navigation__item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: #052154;
  margin-bottom: 7px;
}

.category-navigation__main {
  border-radius: 6px;
  display: block;
  padding: 2px 8px;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  text-decoration: none;
}

.category-navigation__main:after {
  content: "";
  cursor: pointer;
  pointer-events: none;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #6d6d6d;
  border-left: 3px solid #6d6d6d;
  border-radius: 2px;
  right: calc(100% + 10px);
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(-45deg);
      -ms-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.category-navigation .expanded .category-navigation__main {
  background: #fff;
  pointer-events: none;
}

.category-navigation .expanded .category-navigation__main:after {
  -webkit-transform: translateY(-60%) rotate(135deg);
      -ms-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
}

.category-navigation__submenu {
  overflow: hidden;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  padding-left: 60px;
}

.category-navigation__submenu a {
  text-decoration: none;
}

.category-navigation .expanded .category-navigation__submenu {
  max-height: 400px;
}

.category-navigation__subitem {
  padding-top: 7px;
  padding-bottom: 7px;
}

.category-navigation__subitem.active {
    background-color: #052154;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding: 0 0.9375rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-220deg);
      -ms-transform: rotate(-220deg);
          transform: rotate(-220deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

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

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

.delivery {
  margin-bottom: 80px;
}

.delivery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.delivery__title {
  font-weight: 700;
  font-size: 24px;
  color: #57b046;
  margin-bottom: 20px;
}

.delivery__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 40px;
}

.delivery__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.contacts {
  margin-bottom: 80px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__map {
  position: relative;
}

.contacts__map img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.contacts__title {
  font-weight: 400;
  font-size: 24px;
  color: #696969;
  margin-bottom: 4px;
}

.contacts__text {
  font-weight: 600;
  font-size: 18px;
  color: #052154;
}

.questions {
  margin-bottom: 80px;
}

.questions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.questions__title {
  font-weight: 700;
  font-size: 36px;
  color: #052154;
  margin-bottom: 20px;
}

.questions__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  max-width: 380px;
}

.questions__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.questions__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.questions__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.questions__input {
  display: block;
  padding: 16px 20px;
  border: 1px solid #696969;
  border-radius: 5px;
  background: white;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.questions__input:placeholder {
  color: #696969;
}

.questions__second {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.questions__textarea {
  max-width: 440px;
  width: 100%;
  padding: 16px 20px;
  resize: none;
  border: 1px solid #696969;
  border-radius: 5px;
  background: white;
  font-size: 20px;
  color: #000;
}

.questions__textarea:placeholder {
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.questions__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.questions__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  padding: 10px 60px;
}

.questions__button:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.questions__politic {
  font-weight: 400;
  font-size: 16px;
  color: #5a5454;
  max-width: 376px;
}

.questions__politic a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.documents {
  margin-bottom: 80px;
}

.documents__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 40px;
}

.documents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.documents__left {
  max-width: 325px;
}

.documents__subtitle {
  font-weight: 700;
  font-size: 36px;
  color: #052154;
  margin-bottom: 20px;
}

.documents__under {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.documents__right {
  min-width: 0;
  position: relative;
  padding: 0 46px;
}

.reviews {
  margin-bottom: 80px;
}

.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
}

.reviews__list.active {
  max-height: 11000px;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
}

.reviews__left {
  -ms-flex-preferred-size: 277px;
      flex-basis: 277px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reviews__name {
  font-weight: 600;
  font-size: 24px;
  color: #052154;
  margin-bottom: 20px;
}

.reviews__date {
  font-weight: 400;
  font-size: 20px;
  color: #5a5454;
  margin-bottom: 20px;
}

.reviews__stares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews__right {
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.reviews__bottom {
  margin-bottom: 80px;
}

.reviews__open {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #052154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  cursor: pointer;
}

.reviews__open svg {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.reviews__open.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews__callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  border-radius: 5px;
  padding: 15px 60px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.reviews__btn:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.specials__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 80px;
}

.product-bottom__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #57b046;
  margin-bottom: 20px;
}

.product-bottom__tab {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #57b046;
  border-radius: 5px 5px 0 0;
  padding: 10px 60px;
  background: #fff;
}

.product-bottom__tab.active {
  font-weight: 700;
  color: #fff;
  background: #57b046;
}

.product-bottom__contents {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #6d6d6d;
  margin-bottom: 80px;
}

.page-information {
  margin-bottom: 80px;
}

.page-information__container {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
}

.gost__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 2px solid #57b046;
  margin-bottom: 40px;
}

.gost__tab {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #57b046;
  border-radius: 5px 5px 0 0;
  padding: 12px 30px;
  background-color: #fff;
}

.gost__tab.active {
  font-weight: 700;
  color: #fff;
  background: #57b046;
}

.gost__block {
  margin-bottom: 80px;
}

.gost__subtitle {
  font-weight: 700;
  font-size: 36px;
  color: #052154;
  margin-bottom: 20px;
}

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

.gost__item div {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 16px 30px;
  font-weight: 400;
}

.gost__right {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.gost__right a {
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1a5aa1;
}

.gost__right a:hover {
  text-decoration: none;
}

.gost__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  color: #5a5454;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__header {
  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;
  gap: 15px;
  margin-bottom: 40px;
}

.popup__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  color: #052154;
}

.popup__close {
  cursor: pointer;
}

.popup__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

.popup__end_space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup__button {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  padding: 8px 60px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  cursor: pointer;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

.popup__button:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.popup-form {
  margin-bottom: 40px;
}

.popup-form__header {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #052154;
  margin-bottom: 20px;
}

.popup-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.popup-form__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup-form__input {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  border: 1px solid #696969;
  border-radius: 5px;
  padding: 16px 20px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

.popup-form__input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__right {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup-form__textarea {
  width: 100%;
  resize: none;
  border: 1px solid #696969;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  border: 1px solid #696969;
  border-radius: 5px;
  padding: 16px 20px;
}

.popup-form__textarea::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__textarea:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__textarea::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup-form__textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #696969;
}

.popup__politic {
  max-width: 376px;
}

.popup__back {
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #052154;
  background: #fff;
  border: 1px solid #052154;
  border-radius: 5px;
  padding: 8px 12px;
}

.plashka {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f7fc;
  z-index: 80;
}

.plashka__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 12px 0;
}

.plashka__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  max-width: 300px;
}

.plashka__price {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a5aa1;
  border: 1px solid #1a5aa1;
  border-radius: 5px;
  padding: 13px 8px;
  text-decoration: none;
  transition: .3s ease-out;
}

.plashka__price:hover {
    color: white;
    background-color: #1a5aa1;
}

.plashka__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #052154;
  cursor: pointer;
  margin-left: auto;
}

.plashka__basket-icon {
  position: relative;
}

.plashka__count {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #052154;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(5, 33, 84, 0.25);
          box-shadow: 0 4px 4px 0 rgba(5, 33, 84, 0.25);
  background: #fff;
  min-width: 20px;
  text-align: center;
}

.product {
  margin-bottom: 80px;
}

.product__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.product__left {
  min-width: 0;
  max-width: 452px;
}

.product__about {
  border-radius: 12px;
  background-color: #fff;
  padding: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.product__about span {
  font-weight: 600;
}

.product__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 410px;
  width: 100%;
  margin-right: auto;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 45px;
}

.product__actions div {
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  cursor: pointer;
}

.product__actions div:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.product__subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #052154;
  margin-bottom: 20px;
}

.product__characters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.product__character {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #5a5454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #d9d9d9;
}

.product__right {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.product__articul {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #696969;
  margin-bottom: 40px;
}

.product__articul span {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #6d6d6d;
}

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.product__price {
  font-weight: 700;
  font-size: 32px;
  color: #052154;
}

.product__available {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #696969;
  margin-bottom: 40px;
}

.product__available span.have {
  color: #57b046;
}

.product__available span.not {
  color: red;
}

.product__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 5px;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
}

.product__kind {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 49%;
  border-radius: 8px;
  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;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #6d6d6d;
  padding: 4px 8px;
}

.product__kind.active {
  background: #1a5aa1;
  color: #fff;
}

.product__tables {
  margin-bottom: 20px;
}

.product__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px;
  background-color: white;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__habbit {
  color: #6d6d6d;
  font-size: 36px;
  font-weight: 600;
  width: 38px;
  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;
  margin-top: -10px;
  cursor: pointer;
}

.product__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #052154;
}

.product__total {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #052154;
  margin-bottom: 10px;
}

.product__total span {
  font-weight: 700;
  font-size: 24px;
  color: #052154;
}

.product__total:last-child {
  margin-bottom: 30px;
}

.product__buy {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.product__buy:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.product-main__slider {
  max-width: 420px;
  margin-bottom: 20px;
}

.product-main__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.product-thumb {
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}

.product-thumb__left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.product-thumb__slider {
  max-width: 420px;
}

.product-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-thumb__slide {
  opacity: 0.5;
  max-width: 90px;
  cursor: pointer;
}

.product-thumb__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.product-thumb__right {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}

.popup .product__table .product__number {
  font-size: 16px;
}

.popup .product__table .product__habbit {
  font-size: 28px;
  width: 18px;
}

.popup .product__total-value {
  display: inline-block;
}

.popup .product__total {
  margin-bottom: 0;
}

.popup__politic {
  margin-top: 16px;
}

.popup__checkbox:checked ~ .popup__checkbox-box svg {
  display: initial;
}

.popup__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.popup__checkbox-box {
  margin-top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #696969;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: content;
      -ms-flex-pack: content;
          justify-content: content;
}

.popup__checkbox-box svg {
  display: none;
}

.popup__checkbox-text {
  font-weight: 400;
  font-size: 8px;
}

.popup-form__input[name=email].red {
  border: 2px solid rgb(227, 227, 0);
  outline: none;
}

.popup-form__input[name=number].red {
  border: 2px solid rgb(227, 227, 0);
  outline: none;
}

.popup__info {
  font-weight: 400;
  font-size: 20px;
  color: #5a5454;
  margin-bottom: 20px;
  margin-top: 30px;
}

.basket__top {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 4fr 1fr 1fr 1.5fr;
  grid-template-columns: 1fr 4fr 1fr 1fr 1.5fr;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #5a5454;
}

.basket__head.popup__delete {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #5a5454;
  cursor: pointer;
}

.basket__head.popup__delete:hover {
  text-decoration: none;
}

.basket__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 260px;
  overflow: auto;
  margin-bottom: 20px;
}

.basket__count-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.basket__count-total span {
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  width: 110px;
  height: 40px;
  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;
}

.basket__bottom {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 4.3fr 1fr 1fr 1.75fr;
  grid-template-columns: 1fr 4.3fr 1fr 1fr 1.75fr;
  padding: 12px;
  background: #f4f7fc;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.basket__summ {
  font-weight: 400;
  font-size: 20px;
  color: #5a5454;
}

.basket__total-length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basket__total-length span {
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  width: 60px;
  height: 40px;
  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;
}

.basket__total-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basket__total-weight span {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  width: 60px;
  height: 40px;
  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;
  background: #fff;
}

.basket__total-price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: right;
  white-space: nowrap;
}

.basket-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr 1fr 1fr 1fr 1.5fr 0.2fr;
  grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1.5fr 0.2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.basket-item__img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.basket-item__name {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.basket-item__calculator {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 40px 30px;
  grid-template-columns: 30px 40px 30px;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  text-align: center;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  padding: 5px 2px;
}

.basket-item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

.basket-item__action:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

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

.basket-item__count input {
  max-width: 100%;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  text-align: center;
  color: #052154;
}

.basket-item__length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basket-item__length span {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  width: 60px;
  height: 40px;
  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;
}

.basket-item__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basket-item__weight span {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #052154;
  border: 2px solid #f4f7fc;
  border-radius: 12px;
  width: 60px;
  height: 40px;
  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;
}

.basket-item__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: right;
  color: #052154;
  white-space: nowrap;
}

.basket-item__delete {
  cursor: pointer;
}

.basket-item__delete svg {
  pointer-events: none;
}

.popup__minimal {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #5a5454;
  margin-bottom: 20px;
}

@supports (margin-bottom: clamp( 2.5rem , -0.166846071rem  +  4.3057050592vw , 5rem )) {
  .qna {
    margin-bottom: clamp( 2.5rem , -0.166846071rem  +  4.3057050592vw , 5rem );
  }
}

@supports not (margin-bottom: clamp( 2.5rem , -0.166846071rem  +  4.3057050592vw , 5rem )) {
  .qna {
    margin-bottom: calc(2.5rem + 2.5 * (100vw - 61.9375rem) / 58.0625);
  }
}

.qna__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.qna__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qna__title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 128%;
  color: #052154;
  margin-bottom: 20px;
}

@supports (font-size: clamp( 1.75rem , 1.2166307858rem  +  0.8611410118vw , 2.25rem )) {
  .qna__title {
    font-size: clamp( 1.75rem , 1.2166307858rem  +  0.8611410118vw , 2.25rem );
  }
}

@supports not (font-size: clamp( 1.75rem , 1.2166307858rem  +  0.8611410118vw , 2.25rem )) {
  .qna__title {
    font-size: calc(1.75rem + 0.5 * (100vw - 61.9375rem) / 58.0625);
  }
}

@supports (margin-bottom: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__title {
    margin-bottom: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__title {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
  }
}

.qna__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #696969;
  margin-bottom: 40px;
  max-width: 310px;
}

.qna__btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8ae1), to(#052154));
  background: linear-gradient(180deg, #1c8ae1 0%, #052154 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  padding: 8px 24px;
}

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

@supports (gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__list {
    gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem );
  }
}

@supports not (gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__list {
    gap: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
  }
}

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

@supports (gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__item {
    gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem );
  }
}

@supports not (gap: clamp( 0.625rem , -0.0417115178rem  +  1.0764262648vw , 1.25rem )) {
  .qna__item {
    gap: calc(0.625rem + 0.625 * (100vw - 61.9375rem) / 58.0625);
  }
}

.qna__content {
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
}

.qna__quest {
  font-weight: 600;
  color: #57b046;
  margin-bottom: 5px;
  line-height: 130%;
}

@supports (font-size: clamp( 1rem , 0.8388429752rem  +  0.5509641873vw , 1.5rem )) {
  .qna__quest {
    font-size: clamp( 1rem , 0.8388429752rem  +  0.5509641873vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.8388429752rem  +  0.5509641873vw , 1.5rem )) {
  .qna__quest {
    font-size: calc(1rem + 0.5 * (100vw - 29.25rem) / 90.75);
  }
}

.qna__answer {
  font-family: var(--font-family);
  font-weight: 600;
  color: #696969;
  line-height: 130%;
}

@supports (font-size: clamp( 0.75rem , 0.6694214876rem  +  0.2754820937vw , 1rem )) {
  .qna__answer {
    font-size: clamp( 0.75rem , 0.6694214876rem  +  0.2754820937vw , 1rem );
  }
}

@supports not (font-size: clamp( 0.75rem , 0.6694214876rem  +  0.2754820937vw , 1rem )) {
  .qna__answer {
    font-size: calc(0.75rem + 0.25 * (100vw - 29.25rem) / 90.75);
  }
}

.category-tags {
  margin-bottom: 20px;
}

.category-tags__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.category-tags__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #052154;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.category-tags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-height: 50px;
  overflow: hidden;
}

.category-tags__item {
  padding: 2px 8px;
  border-radius: 5px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #6d6d6d;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .header-small__info {
    display: none;
  }
}

@media (max-width: 425px) {
    .another_slider {
        height: 250px;
    }
}

@media (max-width: 425px) {
  .category__products {
      overflow-x: scroll;
      scrollbar-width: none;
    }
    
    .category__products .category-products__header {
        width: 150%;
    }
    
    .category__products .category-products__items {
        width: 150%;
    }
    
    .product__center {
        width: 90%;
    }
    
    .product__right {
        width: 90%;    
    }
    
    .product__actions {
        gap: 30px;
    }
    
    .product-main__slider {
        width: 320px;
        overflow: hidden;
    }
    
    .features__item {
        width: 140px;
    }
}

@media (max-width: 991px) {
  .icon-menu {
    margin-left: 10px;
    display: block;
    position: relative;
    width: 1.25rem;
    height: 1rem;
    cursor: pointer;
    z-index: 5;
  }
  
  .header__right-bottom .popup__button,
  .mobile__left__menu svg{
      display: flex;
  }
  
  .header__svg {
      display: none;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: black;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }
  
  .menu-open .header__bottom {
      justify-content: center;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__top {
    padding: 10px 15px;
    gap: 10px;
  }

  .header__left {
    display: none;
  }
  
  .header__top .header__logo {
      margin: 0;
      width: 59px;
  }
  
  .header__logo img {
      width: 100%;
  }
  
  .header__right-top {
      align-items: flex-end;
  }
  
  .header__right {
      flex-direction: row;
      margin-left: 0;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  
  .header__right.header__right__menu {
      flex-direction: column;
  }
  
  .header__mobile {
      width: 21px;
  }
  
  .mobile__left__menu {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      gap: 5px;
  }
  
  .mobile__left__menu a {
      width: 20px;
  }
  

  .icon-menu {
      margin: 0;
  }
  
  .header__number {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  
  .header__right-bottom {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 8px;
  }
  
  .header__right-bottom .popup__button {
      padding: 3px 24px;
      font-size: 10px;
  }
  
  .header__callback {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .plashka__container {
      padding-inline: 10px;
      gap: 15px;
      align-items: center;
  }
  
  .plashka__price {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 40px;
        font-size: 12px;
        padding: 3px 10px;
    }
  

@supports (max-width: clamp( 3.75rem , 3.1538748137rem  +  2.9806259314vw , 5rem )) {
    .header__logo img {
      max-width: clamp( 3.75rem , 3.1538748137rem  +  2.9806259314vw , 5rem );
    }
}

@supports not (max-width: clamp( 3.75rem , 3.1538748137rem  +  2.9806259314vw , 5rem )) {
    .header__logo img {
      max-width: calc(3.75rem + 1.25 * (100vw - 20rem) / 41.9375);
    }
}


  .header__timing {
    display: none;
  }

  .header__bottom {
    display: none;
    position: absolute;
    left: 200%;
    width: 100vw;
  }

  .menu-open .header__bottom {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
  }

  .header__menu .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }

  .header__menu .header__right .header__number {
    text-align: left;
  }

  .header__menu .header__right .header__callback {
    margin-left: 0;
  }

  .menu-open .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 40px;
  }

  .scrolled .header-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-height: initial;
    background-color: #f4f7fc;
  }

  .header {
    height: 120px;
  }

  .header-large {
    left: 0;
  }

  .header-small {
    display: none;
  }

  .menu-open .header__top {
    background: #fff;
  }

  .menu-open .header__top .header__right {
    display: none;
  }

  .menu-open .header-menu {
    gap: 0;
  }

  .menu-open .header__menu .footer__copyright {
    display: block;
  }

  .menu-open .header-menu__submenu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 0;
    min-width: 248px;
    border-top: 1px solid white;
    background-color: #fff;
    color: #5a5454;
    margin-bottom: 15px;
  }

  .menu-open .header-menu__submenu .header-menu__sublink {
    color: #5a5454;
    font-weight: 700;
    font-size: 16px;
  }

  .menu-open .header-menu__submenu .header-menu__subimg {
    display: none;
  }

  .menu-open .header-menu__item {
    padding: 5px;
  }

  .menu-open .header-menu__item:hover {
    background: #fff;
    color: #000;
  }

  .menu-open .header-menu__item .header-menu__link {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    text-decoration: underline;
  }

  .menu-open .header__right {
    text-align: left;
  }

  .menu-open .header__number {
    font-size: 24px;
    line-height: 108%;
    color: #000;
  }

  .menu-open .header__callback {
    margin-top: 15px;
  }

  .menu-open .icon-menu span,
  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background: #000;
  }

  .footer__main .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__container {
    gap: 20px;
  }

  .hero .hero__top {
    -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;
  }

  .hero .hero__properties {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__callback {
    max-width: 100%;
  }

  .features__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .features__list {
    width: 100%;
    justify-items: center;
  }

  .another__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consult__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stores__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category-banner {
    max-width: 200px;
    margin: 0 auto;
  }

  .category-left {
    max-width: 100%;
  }

  .select__content {
    font-size: 14px;
  }

  .select__value {
    padding-right: 40px !important;
  }

  .select__value {
    padding-right: 40px !important;
  }

  .category__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category-pag__side {
    font-size: 12px;
  }

  .category-pag__page {
    width: 30px;
    height: 30px;
  }

  .category-products__header .category-products__section {
    font-size: 12px;
  }

  .category-products__item .category-products__section {
    font-size: 10px;
    padding: 2px 6px;
  }

  .category-products__item .category-products__section:first-child {
    font-size: 12px;
  }

  .category-products__item .category-products__section:last-child {
    font-size: 12px;
  }

  .category-area__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .category-area__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .plashka__title {
    display: none;
  }

  .product__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product__left {
    max-width: 100%;
  }

  .product__about {
    -ms-grid-column: initial;
        grid-column-start: initial;
    grid-column-end: initial;
    -ms-grid-row: initial;
        grid-row-start: initial;
  }

  .product__center {
    -ms-grid-column: initial;
        grid-column-start: initial;
    grid-row-end: initial;
    -ms-grid-row: initial;
        grid-row-start: initial;
    max-width: 100%;
  }

  .product__right {
    -ms-grid-column: initial;
        grid-column-start: initial;
    grid-row-end: initial;
    -ms-grid-row: initial;
        grid-row-start: initial;
  }

  .popup-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup-form__left {
    max-width: 100%;
    width: 100%;
  }

  .popup-form__right {
    max-width: 100%;
    width: 100%;
  }

  .popup__end {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .popup__title {
    font-size: 18px;
  }

  .category-right__header .category-pag {
    display: none;
  }

  .popup__content {
    padding: 10px;
  }

  .popup__info {
    font-size: 16px;
  }

  .basket__top {
    font-size: 12px;
  }

  .basket__count-total span {
    font-size: 12px;
  }

  .basket__bottom {
    overflow-x: auto;
  }

  .basket__total-length span {
    font-size: 12px;
  }

  .basket__total-weight span {
    font-size: 12px;
  }

  .basket__total-price {
    font-size: 14px;
  }

  .basket-item {
    gap: 8px;
  }

  .basket-item__name {
    font-size: 12px;
  }

  .basket-item__count input {
    font-size: 12px;
  }

  .basket-item__length span {
    font-size: 12px;
  }

  .basket-item__weight span {
    font-size: 12px;
  }

  .basket-item__price {
    font-size: 14px;
  }

  .qna__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }

  .qna__subtitle {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .qna__icon svg {
    width: 50px;
  }

  .qna__content {
    padding: 5px;
  }
}

@media (max-width: 1250px) {
  .features__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__subtitle {
    margin-bottom: 20px;
  }

  .stores__slider {
    margin: 0;
  }

  .stores .stores-next {
    display: none;
  }

  .stores .stores-prev {
    display: none;
  }

  .plashka__price {
    display: flex;
  }

  .plashka .popup__button {
    padding: 8px 8px;
  }
}

@media (max-width: 690px) {
  .offer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .select__content {
    font-size: 12px;
  }

  .category-pag__side {
    font-size: 10px;
  }

  .category-products__header .category-products__section {
    font-size: 10px;
  }

  .category-area__item {
    width: 100%;
  }
}

@media (max-width: 561px) {
  .page-title__title {
    font-size: 24px;
  }

  .product-bottom__tab {
    padding: 10px 20px;
  }
}

@media (max-width: 560px) {
  .articles-main__tab {
    width: initial;
  }
}

@media (max-width: 520px) {
    .hero__callback {
        max-width:100%;
    }


  .consult__container {
    background: #57b046;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .consult__container > .consult__item:first-child {
    padding-bottom: 20px;
  }

  .consult__container > .consult__item:first-child .consult__button {
    display: none;
  }

  .consult__text {
    color: black;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #000;
  }

  .consult__subtext {
    color: #fff;
    text-decoration: underline;
  }

  .consult__about {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #454545;
  }

  .consult .consult__slider ~ .consult__button {
    display: block;
  }
}

@media (max-width: 500px) {
    .hero__callback {
        font-size: 14px;
    }
  .hero__left {
    max-width: 290px;
  }

  .consult__container {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .qna__icon {
    display: none;
  }
}

@media (max-width: 490px) {
  .footer__subtitle {
    font-size: 20px;
  }

  .another__title {
    font-size: 24px;
  }

  .another__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: white;
    padding-top: 18px;
    padding-left: 23px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 5px;
  }

  .another__icon img {
    max-width: 40px;
  }

  .another__content {
    padding: 0;
  }

  .consult__title {
    font-size: 24px;
  }

  .stores__title {
    font-size: 24px;
  }
}
/*
@media (max-width: 480px) {
  .features__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .features__item {
    width: auto;
  }
}
*/

@media (max-width: 360px) {
    .header__number {
        font-size: 10px;
    }
    
    .header__callback {
        font-size: 12px;
    }
    
    .plashka .popup__button {
        line-height: 110%;
    }
    
}

@media (max-width: 420px) {
    .hero__callback {
    font-size: 12px;
    }
    
    
  .plashka__basket {
    font-size: 14px;
  }

  .plashka .popup__button {
    padding: 6px 10px;
    font-size: 14px;
    
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

@media print {
  .product__about {
    font-size: 15px;
  }

  .product-main__slider {
    max-width: 300px;
    margin-bottom: 0;
  }

  .product__habbit {
    display: none;
  }

  .product__price {
    font-size: 24px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .product__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product__center {
    max-width: 100%;
  }

  .product__about {
    width: 100%;
  }

  .page-title__title {
    font-size: 26px;
  }

  .product__available {
    display: none;
  }

  .product-thumb {
    display: none;
  }

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

  .header {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .product__buy {
    display: none;
  }

  .product-bottom {
    display: none;
  }

  .product__actions {
    display: none;
  }

  .footer {
    display: none;
  }

  .plashka {
    display: none;
  }

  .another {
    display: none;
  }

  .stores {
    display: none;
  }

  .consult {
    display: none;
  }

  .partners {
    display: none;
  }

  .product__character {
    font-size: 16px;
  }
}