@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"),
    url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

input,
textarea,
button {
  outline: none;
  font-family: inherit;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

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

label,
a,
button {
  cursor: pointer;
}

label.error {
  display: none !important;
}

.error {
  border: 1px solid red !important;
  color: red !important;
}

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

svg {
  max-width: 100%;
}

button {
  display: inline-block;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.margin-bot {
  margin-bottom: 20px;
}

.content p {
  text-align: justify;
  margin: 15px 0;
  font-size: 18px;
  line-height: 24px;
}

.content p a:hover {
  text-decoration: underline;
}

.content h2 {
  font-weight: normal;
}

.content ul {
  margin: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 20px;
}

.attention {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 15px;
  text-align: center !important;
  padding: 15px;
  font-size: 18px !important;
  line-height: 25px !important;
}

.text_cover h2 {
  font-weight: normal;
  margin-bottom: 15px;
  color: #7bb0e4;
  padding-bottom: 5px;
  font-size: 20px !important;
}

.question-title {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: black !important;
}

.text_cover {
  font-size: 16px;
  text-align: justify;
}

.news-list .news-item img.preview_picture {
  height: 250px !important;
  max-width: 300px;
  width: 100%;
}

.news-list .news-item {
  position: relative;
  height: 280px !important;
}

.news-list .news-item__actual {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  width: 140px;
  height: fit-content;
  padding: 10px;
  background-color: #8ed9f8;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  right: 10px;
}

div.news-list img.preview_picture {
  margin: 0 15px 6px 0 !important;
}

.a_more {
  margin: 0px 0px 0px 0px !important;
}

div.news-detail img.detail_picture {
  float: none;
  margin: 0 auto !important;
}

.news-detail .detail_picture {
  height: auto !important;
}

.content table {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.content table th {
  background-color: #8ed9f8;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  border: 1px solid #fff;
}

.content table td {
  border: 1px solid #ccc;
  padding: 15px;
}

h1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  bottom: 3px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

:root {
  --color-g: #5a5a5a;
  --font-Lato: "Lato", sans-serif;
}

.flex-column-center,
.order__attention,
.home-about__card,
.partners__slide,
.reviews-card__hover,
.production-tabs__content,
.benefits-card {
  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;
}

.flex-center,
.home-about__image,
.similar-card__img-hover,
.similar-card__image,
.card__slide-nav,
.card__slide,
.news-item__hover,
.benefits-card__image,
.section-catalog-card__image,
.sidebar__link {
  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;
}

.flex-jc,
.footer__nav-list,
.home-about__container,
.card__count,
.question__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Reset and base styles  */

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

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.body-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.footer-sticky {
  margin-top: auto;
}

body>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.noscroll {
  overflow: hidden;
}

#overlay {
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
}

#overlay.active {
  display: block;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.none {
  display: none !important;
}

.list-scrollbar {
  overflow-y: auto;
  scrollbar-color: rgba(153, 166, 183, 0.5) #fff;
  scrollbar-width: thin;
}

.list-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}

.list-scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}

.list-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(153, 166, 183, 0.5);
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.body-wr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 86px 1fr;
  grid-template-columns: 86px 1fr;
}

.content-wr {
  background: #f1f5f9;
  /* margin-bottom: 40px; */
}

.home-wr {
  position: relative;
  min-height: 750px;
}

.home-wr--product {
  min-height: 165px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.home-wr--about {
  min-height: 496px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.btn {
  display: block;
  text-align: center;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(188, 193, 200)),
      color-stop(0%, rgb(255, 255, 255)),
      color-stop(58%, rgb(220, 224, 228)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(bottom,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(0deg,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  border-radius: 27px;
  padding: 19px 54px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #5a5a5a;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.btn:hover {
  color: #ffffff;
}

.btn--outline {
  border: 1px solid #ffffff;
  border-radius: 27px;
  background: transparent;
  background-image: unset;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.btn--outline:hover {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
}

.btn--shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
}

.news__line {
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  margin-bottom: 32px;
}

.title1 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}

.title2 {
  font-size: 30px;
  font-weight: 700;
  color: #010101;
}

.title2.title-border {
  padding-bottom: 13px;
}

.title3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #010101;
}

.title3.title-border {
  max-width: 210px;
  padding-bottom: 2px;
  border-width: 2px;
}

.title-line {
  position: relative;
}

.title-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  bottom: 3px;
}

.title3-line {
  position: relative;
}

.title3-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  bottom: 1px;
}

.cover {
  text-align: center;
}

.title-border {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 25px;
  border-bottom: 4px solid #8ed9f8;
}

.form-banner {
  width: 100%;
  min-height: 378px;
  background-image: url(../img/form-banner-bg.jpg);
}

.form-banner .container {
  display: flex;
  flex-direction: column;
}

.form-banner__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  margin-bottom: 15px;
  position: relative;
}

.form-banner__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  margin: 30px 0;
  margin-bottom: 40px;
}

.form-banner__form input {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px #403f3f solid;
  font-size: 18px;
  line-height: 33px;
}

.form-banner__agreement .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-banner__agreement .custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
  align-items: flex-end;
}

.form-banner__agreement .custom-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #403f3f;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-banner__agreement .custom-checkbox:checked+label::before {
  background-image: url("../img/cust_checkbox.svg");
}

.form-banner__agreement .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

.form-banner__agreement .custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.form-banner__agreement .custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-banner__agreement .custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

.form-banner__agreement .custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.form-banner__form input[type="submit"] {
  height: auto;
  color: #1e1e1e;
  line-height: 48px;
  background: linear-gradient(180deg, #8ed7f6 0%, #999da2 100%);
  border-radius: 41px;
  max-width: 523px;
}

.tab-list li {
  cursor: pointer;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.mobile-menu {
  z-index: 99;
  position: fixed;
  top: 0;
  left: -270px;
  opacity: 1;
  padding-left: 86px;
  height: 760px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  border-radius: 0px 15px 15px 0px;
  max-width: 740px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile-menu.active {
  left: 0;
  opacity: 1;
}

.mobile-menu.active .mobile-menu__box-list::after {
  width: 250px;
}

.mobile-menu__container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu__logo {
  display: block;
  margin-bottom: 55px;
}

.form_box {
  background-color: #fff;
  border: 1px solid #dbe0dc;
  padding: 20px;
  display: block;
}

.box_1 {
  width: 45%;
}

.box_2 {
  width: 45%;
}

.prew {
  color: #939393;
  font-size: 14px;
  margin-bottom: 48px;
}

p.title_text {
  color: #225804;
  font-size: 17px;
  margin-bottom: 15px;
}

.line_box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 40px;
}

.contacts__info_two {
  background-color: #fff;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
  border-radius: 30px;
  padding: 35px 35px 35px 33px;
  pointer-events: painted;
  margin-bottom: 52px;
}

textarea.textarea_box {
  width: 100%;
  height: 140px;
  background: #eff4ee;
  border: none;
  resize: none;
  padding: 10px;
  border: 1px solid lightblue;
}

.catalog_tile {
  margin-bottom: 30px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.catalog_tile_ul {
  padding: 0;
  width: 100%;
}

.input_otpravit {
  padding: 0px 65px 0px 65px;
}

.catalog_tile .catalog_tile_ul li {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33%;
  list-style: none;
  text-align: center;
  display: inline-block;
}

.catalog_tile .catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 180px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
}

.catalog_tile .catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px;
}

.catalog_tile .catalog_tile_title a {
  color: #4c7da6;
  font-size: 14px;
}

input.input_form {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: #eff4ee;
  border: none;
  margin-bottom: 15px;
  border: 1px solid lightblue;
}

.form_input p {
  font-size: 15px;
  padding-bottom: 5px;
}

.site_button {
  height: 61px;
  text-align: center;
  margin: 70px auto 35px;
}

input[type="submit"] {
  height: 60px;
  font-size: 15px;
  color: #fff;
  background-color: #8ed9f8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  width: ;
}

.site_button {
  height: 61px;
  text-align: center;
  margin: 70px auto 40px;
}

.raspech {
  display: inline-block;
  width: 20%;
  height: 60px;
  font-size: 15px;
  color: #fff;
  background-color: #8ed9f8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  vertical-align: top;
  padding-top: 22px;
}

label.l2c {
  margin-left: 10px;
}

.checkbox_form {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
}

.checkbox_form input:checked+label:after {
  color: #55b326;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.checkbox_form label::after {
  position: absolute;
  content: "✓";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  transition: all 0.2s ease 0s;
}

.mobile-menu__box-list {
  width: 290px;
  height: 100vh;
  position: relative;
  padding-top: 20px;
  padding-left: 54px;
  padding-right: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(71, 81, 88, 0.23);
  box-shadow: 0px 0px 21px 0px rgba(71, 81, 88, 0.23);
  border-radius: 0px 15px 15px 0px;
  z-index: 100;
}

.mobile-menu__box-list::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #bfbfbf;
  top: 75px;
  left: 40px;
  z-index: 1;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.mobile-menu__item {
  position: relative;
  padding-left: 30px;
}

.mobile-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-menu__item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.mobile-menu__item--flex:hover .mobile-menu__link {
  border-bottom: 1px solid currentColor;
  color: #848688;
}

.mobile-menu__link {
  font-size: 20px;
  font-weight: 400;
  color: #010101;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
}

.mobile-menu__link:hover {
  border-bottom: 1px solid currentColor;
  color: #848688;
}

.mobile-menu__box-sublist {
  position: absolute;
  width: 360px;
  height: 100%;
  margin-left: -10px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(71, 81, 88, 0.23);
  box-shadow: 0px 0px 21px 0px rgba(71, 81, 88, 0.23);
  border-radius: 0px 15px 15px 0px;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mobile-menu__box-sublist::after {
  position: absolute;
  content: "";
  width: 587px;
  height: 1px;
  background-color: #bfbfbf;
  top: 75px;
  left: -250px;
  z-index: 1;
}

.mobile-menu__box-sublist.mobile-menu__box-sublist--hide {
  left: -100%;
}

.mobile-menu__title {
  font-size: 13px;
  font-weight: 700;
  color: #898b8c;
  margin-bottom: 55px;
}

[data-catalog] {
  cursor: pointer;
}

.mobile-menu__sublist li {
  position: relative;
  padding-left: 30px;
}

.mobile-menu__sublist li:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-menu__sublist li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.mobile-menu__sublist li a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.mobile-menu__sublist li a:hover span {
  color: #848688;
  border-bottom: 1px solid #848688;
}

.mobile-menu__sublist li a:hover span:first-child {
  color: #848688;
}

.mobile-menu__sublist li a span {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
}

.mobile-menu__sublist li a span:first-child {
  font-size: 20px;
  font-weight: 400;
  color: #010101;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.mobile-menu__sublist li a span:last-child {
  font-size: 16px;
  color: #5a5a5a;
}

.nav-icon {
  display: none;
  width: 44px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  cursor: pointer;
}

.nav-icon span {
  position: relative;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
}

.nav-icon span::before,
.nav-icon span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s,
    -webkit-transform 0.2s ease-in;
}

.nav-icon span::before {
  top: -13px;
}

.nav-icon span::after {
  top: 13px;
}

.nav-icon.active span {
  background: transparent;
}

.nav-icon.active span::before,
.nav-icon.active span::after {
  background: #ffffff;
  top: 0px;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s,
    -webkit-transform 0.2s ease-in 0.2s;
}

.nav-icon.active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  position: relative;
}

.nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  border-top: 1px solid #bfbfbf;
}

.nav__item:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}

.nav__link {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #5a5a5a;
  text-transform: uppercase;
  padding: 14px 0 16px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.nav__link:hover {
  color: #000;
  font-weight: 500;
}

.nav__link:hover::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background: #8ed9f8;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.nav__sublist::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -4px;
  background: #8ed9f8;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.nav__item--catalog:hover .nav__sublist {
  display: block;
}

.nav__sublist {
  display: none;
  position: absolute;
  width: 653px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.nav__sublist li {
  text-align: start;
}

.nav__sublist li:nth-child(even) a {
  background: #f1f5f9;
}

.nav__sublist li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: #000000;
  padding: 10px 40px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #fff;
}

.nav__sublist li a:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(-1%, #b4bbc4),
      color-stop(50%, #dde2e9),
      color-stop(101%, #798290));
  background-image: -o-linear-gradient(right,
      #b4bbc4 -1%,
      #dde2e9 50%,
      #798290 101%);
  background-image: linear-gradient(-90deg,
      #b4bbc4 -1%,
      #dde2e9 50%,
      #798290 101%);
}

.nav__sublist li a:hover::before {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/btn_w_next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header-page {
  padding-bottom: 9px;
}

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

.header-page__container .logo {
  padding-top: 25px;
  padding-left: 34px;
}

.header-page__nav {
  max-width: 910px;
  width: 100%;
}

.header-page__nav .nav__list {
  border-top: unset;
  border-bottom: 1px solid #bfbfbf;
}

.header-page__nav .nav__item:first-child {
  border-left: 1px solid #bfbfbf;
}

.header-page__nav .nav__link {
  padding-top: 23px;
  padding-bottom: 22px;
}

.header-page__bottom {
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 50px;
  margin-left: auto;
}

.scroll-top {
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.scroll-top img {
  width: 55px;
  height: 55px;
}

.scroll-top.scroll-top--hide {
  opacity: 0;
}

.modal {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  display: block !important;
  visibility: hidden;
  -webkit-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  -o-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal-opt {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  display: block !important;
  visibility: hidden;
  -webkit-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  -o-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal__container {
  position: relative;
  width: 520px;
  margin: 50px auto;
  display: none;
  vertical-align: middle;
  cursor: default;
  text-align: left;
}

.modal__container .modal-content__form {
  position: relative;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  -o-transition: opacity var(--transition-time),
    visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal__container.modal-open {
  display: inline-block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity var(--transition-time);
  -o-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fade.animate-open {
  opacity: 1;
  -webkit-transition: opacity var(--transition-time);
  -o-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity var(--transition-time),
    -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time),
    -webkit-transform var(--transition-time);
  -o-transition: opacity var(--transition-time),
    transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time),
    -webkit-transform var(--transition-time);
}

.fadeInUp.animate-open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity var(--transition-time),
    -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time),
    -webkit-transform var(--transition-time);
  -o-transition: opacity var(--transition-time),
    transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time),
    -webkit-transform var(--transition-time);
}

*:focus {
  /* outline: 3px red solid; */
}

.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.modal-close {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
  border: none;
  outline: none;
  top: 8px;
  right: 15px;
  z-index: 1;
  font-size: 50px;
  color: #5a5a5a;
}

.bredcrumbrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 6px;
  overflow: hidden;
}

.bredcrumbrs--about {
  background: #fafdff;
}

.bredcrumbrs__item:first-child .bredcrumbrs__link {
  padding-left: 0;
}

.bredcrumbrs__item:last-child .bredcrumbrs__link {
  text-decoration: underline;
  color: #000;
  cursor: auto;
}

.bredcrumbrs__item:last-child .bredcrumbrs__link::before {
  content: none;
}

.bredcrumbrs__link {
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #5a5a5a;
  white-space: nowrap;
}

.bredcrumbrs__link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  background-image: url("./../img/icons/btn_g_next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  width: 13px;
  height: 13px;
}

.list__item {
  position: relative;
}

.list__item-hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list__item-hidden.hidden {
  padding: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.info_box {
  display: flex;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}

.line_info_1 {
  margin-top: 14px;
}

.line_info {
  border-top: 1px dashed #808080;
}

.img_info img {
  display: inline-block;
  border-radius: 50px;
}

.info_box_2 {
  margin-left: 12px;
  font-size: 18px;
  margin-right: 12px;
}

.text_info {
  padding: 6px 0px 6px 0px;
  max-width: 1075px;
}

.title_info {
  color: #6699cc;
}

div.news-list {
  word-wrap: break-word;
  width: 100%;
}

img.p_gal_img {
  width: 25%;
  float: left;
  height: 200px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}

.header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  position: relative;
  z-index: 4;
}

.header__container {
  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;
  padding: 20px 17px 24px 50px;
}

.header__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 835px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header__contacts {
  max-width: 305px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-mail {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}

.link-mail::before {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 28px;
  height: 20px;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-tel {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #000000;
  padding-top: 10px;
  display: block;
}

.link-tel::before {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/phone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 22px;
  height: 19px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__right {
  max-width: 468px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__cart {
  position: relative;
  width: 80px;
}

.header__cart::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 54px;
  background-color: #bfbfbf;
  top: 0;
  right: 0;
}

.header__cart::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 54px;
  background-color: #bfbfbf;
  top: 0;
  left: 0;
}

.cart {
  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;
  display: none;
}

.cart__icon {
  margin-bottom: 10px;
}

.cart__count {
  width: 32px;
  height: 23px;
  background-color: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 11px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  visibility: hidden;
  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;
}

.cart__count-full {
  visibility: visible;
}

.search {
  position: relative;
  max-width: 370px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.search::before {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search__field {
  width: 100%;
  background: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 13px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}

.search__field:focus {
  outline: none;
}

.search__field::-webkit-input-placeholder {
  color: #000000;
}

.search__field::-moz-placeholder {
  color: #000000;
}

.search__field:-ms-input-placeholder {
  color: #000000;
}

.search__field::-ms-input-placeholder {
  color: #000000;
}

.search__field::placeholder {
  color: #000000;
}

.search-suggest {
  width: 100%;
  background: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 13px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}

.search-suggest:focus {
  outline: none;
}

.search-suggest::-webkit-input-placeholder {
  color: #000000;
}

.search-suggest::-moz-placeholder {
  color: #000000;
}

.search-suggest:-ms-input-placeholder {
  color: #000000;
}

.search-suggest::-ms-input-placeholder {
  color: #000000;
}

.search-suggest::placeholder {
  color: #000000;
}

.sidebar {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #b4bbc4),
      color-stop(50%, #dde2e9),
      color-stop(102%, #798290));
  background-image: -o-linear-gradient(left,
      #b4bbc4 -1%,
      #dde2e9 50%,
      #798290 102%);
  background-image: linear-gradient(90deg,
      #b4bbc4 -1%,
      #dde2e9 50%,
      #798290 102%);
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar__container {
  position: sticky;
  top: 0;
  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;
  height: 100vh;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 auto;
  z-index: 100;
}

.sidebar__burger {
  margin-bottom: 44px;
}

.sidebar__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.sidebar__link {
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 30px 59px 0px rgba(71, 81, 88, 0.12);
  box-shadow: 0px 30px 59px 0px rgba(71, 81, 88, 0.12);
  border-radius: 50%;
}

.sidebar__link:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar__box-btn {
  margin-bottom: auto;
}

.sidebar__btn {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(188, 193, 200)),
      color-stop(0%, rgb(255, 255, 255)),
      color-stop(58%, rgb(220, 224, 228)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(left,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(90deg,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  border-radius: 27px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-g);
  margin: 0 auto;
}

.home {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home__slider {
  position: relative;
}

.home__swiper {
  margin-bottom: 10px;
}

.home__slide {
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-size: auto;
}

.home__content {
  max-width: 100%;
  padding-top: 299px;
  padding-bottom: 72px;
  /* margin-left: auto;
  margin-right: auto; */
}

@media (max-width: 450px) {
  .form-banner__title {
    font-size: 28px;
  }
}

.home__title {
  color: #5a5a5a;
  /* margin-bottom: 60px; */
  text-align: center;
}

.home__desc {
  line-height: 24px;
  margin-bottom: 75px;
}

.home__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.home__controls {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: 0px;
  right: 0px;
}

.swiper-button {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 44px;
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: background-image 0.3s ease-in;
  -o-transition: background-image 0.3s ease-in;
  transition: background-image 0.3s ease-in;
}

.home__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}

.home__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
}

.button-prev {
  background-image: url("./../img/icons/btn_b_prev.png");
}

.button-prev:hover {
  background-image: url("./../img/icons/btn_w_prev.png");
}

.button-next {
  background-image: url("./../img/icons/btn_b_next.png");
}

.button-next:hover {
  background-image: url("./../img/icons/btn_w_next.png");
}

.section-catalog {
  padding-bottom: 41px;
}

.section-catalog__title {
  margin-bottom: 30px;
  font-weight: normal;
}

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

.section-catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 25px 32px 40px;
  -webkit-transition: background-image 0.3s ease-in;
  -o-transition: background-image 0.3s ease-in;
  transition: background-image 0.3s ease-in;
  width: 100%;
  margin-bottom: 34px;
}

.section-catalog-card:nth-child(1) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.section-catalog-card:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.section-catalog-card:hover {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(-1%, #798290),
      color-stop(101%, #b4bbc4));
  background-image: -o-linear-gradient(bottom, #798290 -1%, #b4bbc4 101%);
  background-image: linear-gradient(0deg, #798290 -1%, #b4bbc4 101%);
}

.section-catalog-card:hover .section-catalog-card__title {
  color: #fff;
}

.section-catalog-card:hover .section-catalog-card__header {
  border-bottom: 1px solid #fff;
}

.section-catalog-card:hover .section-catalog-card__icon {
  background-image: url("./../img/icons/btn_w_next.png");
}

.section-catalog-card__content {
  max-width: 740px;
  margin-right: 20px;
}

.section-catalog-card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 18px;
  -webkit-transition: border-bottom 0.3s ease-in;
  -o-transition: border-bottom 0.3s ease-in;
  transition: border-bottom 0.3s ease-in;
}

.section-catalog-card__title {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  margin-top: 10px;
}

/* .section-catalog-card__image img{
  border-radius: 110%;
} */

.section-catalog-card__subtitle {
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 15px;
}

.section-catalog-card__icon {
  position: absolute;
  background-image: url("./../img/icons/btn_b_next.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  width: 44px;
  height: 44px;
  top: 10px;
  right: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transition: background-image 0.3s ease-in;
  -o-transition: background-image 0.3s ease-in;
  transition: background-image 0.3s ease-in;
}

.section-catalog-card__desc {
  line-height: 24px;
  color: #5a5a5a;
  text-align: justify;
}

.section-catalog-card__image {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-catalog-card--small {
  padding: 10px 30px 33px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%;
}

/* .section-catalog-card--small .section-catalog-card__content {
  max-width: 100%;
  margin-right: 0;
} */

.section-catalog-card--small .section-catalog-card__header {
  margin-bottom: 35px;
}

.section-catalog-card--small .section-catalog-card__image {
  width: 100%;
}

.section-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-about__slider {
  width: 51%;
  margin-right: 34px;
}

.section-about__swiper {
  width: 100%;
  height: 100%;
}

.section-about__image {
  width: 100%;
  height: 100%;
}

.section-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-about__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.section-about__button-prev {
  margin-right: 12px;
  background-image: url("./../img/icons/btn_w_prev.png");
}

.section-about__button-prev:hover {
  background-image: url("./../img/icons/btn_b_prev.png");
}

.section-about__button-next {
  background-image: url("./../img/icons/btn_w_next.png");
}

.section-about__button-next:hover {
  background-image: url("./../img/icons/btn_b_next.png");
}

.section-about__content {
  width: 50%;
  padding-right: max(15px, (100% - 1170px) / 2);
}

.new-section-catalog-card .section-catalog-card--small .section-catalog-card__image {
  position: absolute;
  right: -60px;
  bottom: -2px;
}

.section-about__title {
  margin-bottom: 40px;
  font-size: 32px !important;
  font-weight: normal !important;
}

.section-catalog-card__text {
  height: 70px;
  width: 90%;
}

.section-about__desc {
  line-height: 30px;
}

.section-about__desc p {
  margin-bottom: 30px;
  text-align: justify;
}

.section-about__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.benefits {
  padding-bottom: 53px;
}

.benefits__title {
  margin-bottom: 60px;
}

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 50px;
  margin-right: 50px;
}

.benefits-card:nth-child(even) {
  margin-top: 123px;
}

.benefits-card__image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #8ed9f8;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}

.benefits-card__title {
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  max-width: 156px;
}

.production {
  padding-bottom: 43px;
}

.production__wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px 15px 0px 0px;
  padding-top: 10px;
}

.production__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 785px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 32px;
}

.production-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 585px) minmax(auto, 539px);
  grid-template-columns: minmax(auto, 585px) minmax(auto, 539px);
  gap: 0px 23px;
}

.production-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 10px 25px;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.production-item:hover {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #b4bbc4),
      color-stop(39%, #dde2e9),
      color-stop(81%, #798290),
      color-stop(101%, #798290));
  background-image: -o-linear-gradient(left,
      #b4bbc4 -1%,
      #dde2e9 39%,
      #798290 81%,
      #798290 101%);
  background-image: linear-gradient(90deg,
      #b4bbc4 -1%,
      #dde2e9 39%,
      #798290 81%,
      #798290 101%);
}

.production-item:hover .production-item__icon {
  background-image: url("./../img/icons/btn_w_next.png");
}

.production-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

.production-item__img {
  width: 80px;
  height: 80px;
  margin-right: 44px;
}

.production-item__title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.production-item__icon {
  background-image: url("./../img/icons/btn_b_next.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 44px;
  width: 44px;
  height: 44px;
}

.production-tabs__item.active {
  border-bottom: 4px solid #8ed9f8;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #b4bbc4),
      color-stop(39%, #dde2e9),
      color-stop(81%, #798290),
      color-stop(101%, #798290));
  background-image: -o-linear-gradient(left,
      #b4bbc4 -1%,
      #dde2e9 39%,
      #798290 81%,
      #798290 101%);
  background-image: linear-gradient(90deg,
      #b4bbc4 -1%,
      #dde2e9 39%,
      #798290 81%,
      #798290 101%);
}

.production-tabs__item.active .production-item__icon {
  background-image: url("./../img/icons/btn_w_next.png");
}

.production-tabs__content-image {
  margin-bottom: 25px;
}

.production-tabs__content-list li {
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
}

.production-tabs__content-list li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.production-tabs__content-list li:not(:last-child) {
  margin-bottom: 14px;
}

.reviews {
  padding-bottom: 26px;
}

.reviews__title {
  margin-bottom: 40px;
}

.reviews__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 16px;
  margin-bottom: 28px;
}

.reviews-card {
  position: relative;
  display: block;
}

.reviews-card:hover .reviews-card__name {
  border-bottom: 1px solid #5a5a5a;
}

.reviews-card__image {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  -o-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.reviews-card__image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-card__image::before {
  position: absolute;
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 10px 0px;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.reviews-card__image:hover {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.31);
}

.reviews-card__name {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
  text-align: center;
}

.reviews-card__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(180deg, #8ed9f8 -1%, #949599 101%);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.reviews-card__hover:hover {
  opacity: 1;
}

.reviews-card__hover-title {
  max-width: 210px;
  padding-top: 70px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 43px;
  text-align: center;
}

.reviews-card__icon {
  width: 60px;
  height: 76px;
}

.reviews__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.news {
  padding-bottom: 27px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.news__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
}

.news__row::before {
  position: absolute;
  content: "";
  height: 276px;
  max-width: 1200px;
  width: 100%;
  opacity: 0.72;
  background-color: #ffffff;
  bottom: 0;
  border-top: 1px solid #bfbfbf;
  z-index: -1;
}

.news__row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-left: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
}

.news__row:not(:last-child) {
  margin-bottom: 33px;
}

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

.news__block {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 15px 15px 0px;
  width: 45%;
  margin-right: 25px;
  padding-left: max(15px, (100% - 1170px) / 2);
}

.news__bolck-content {
  padding-top: 33px;
}

.news__title {
  margin-bottom: 38px;
  max-width: 100%;
}

.news__list {
  margin-bottom: 35px;
  padding-right: 10px;
}

.news__item {
  position: relative;
  padding-left: 32px;
}

.news__item:not(:last-child) {
  margin-bottom: 20px;
}

.news__item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news__item span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  color: #5a5a5a;
  margin-right: 40px;
}

.news__item span:last-child {
  font-size: 14px;
  text-decoration: none;
}

.news__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.6) inset;
  padding: 19px 42px;
  margin-bottom: 9px;
}

.news__holder {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  padding-right: max(15px, (100% - 1170px) / 2);
}

.news__box {
  height: 100%;
  background: #fff;
  position: relative;
}

.news-item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5a5a5a;
  padding: 17px 42px 15px 25px;
}

.news-item:hover .news-item__hover {
  opacity: 1;
}

.news-item__image {
  position: relative;
  height: 275px;
}

.news-item__image>img {
  width: 100%;
  height: 100%;
}

.news-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(180deg, #8ed9f8 -1%, #949599 101%);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.news-item__date {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
  left: 10px;
  bottom: 10px;
}

.news__rows--revers::before {
  position: absolute;
  content: "";
  height: 276px;
  max-width: 1200px;
  width: 100%;
  opacity: 0.72;
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  border-top: 1px solid #bfbfbf;
  z-index: -1;
}

.news__rows--revers .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news__rows--revers .news__block {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px 0px 0px 15px;
  padding-right: max(15px, (100% - 1170px) / 2);
  padding-left: unset;
  margin-left: 25px;
  margin-right: unset;
}

.news__rows--revers .news__holder {
  padding-left: max(15px, (100% - 1170px) / 2);
  padding-right: unset;
}

.news__rows--revers .news__title {
  padding-left: 10px;
}

.news__rows--revers .news__list {
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.news__rows--revers .news__btn {
  margin-left: 10px;
}

.partners {
  padding-bottom: 55px;
}

.partners__title {
  margin-bottom: 32px;
}

.partners__desc {
  line-height: 30px;
  margin-bottom: 15px;
}

.partners__slider {
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.partners__slide {
  width: 100%;
  min-height: 230px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.partners__slide:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 10px;
}

.partners__slide:hover .partners__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partners__img {
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease-in;
  transition: -webkit-filter 0.3s ease-in;
  -o-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in, -webkit-filter 0.3s ease-in;
}

.partners__img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partners__name {
  max-width: 190px;
  opacity: 0.34;
  font-size: 14px;
  line-height: 14px;
  color: #5a5a5a;
  text-align: center;
}

.partners__controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.partners__button-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.partners__button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.question {
  position: relative;
  z-index: 1;
}

.question::before {
  position: absolute;
  content: "";
  height: 417px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 15px 15px 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.question__content {
  max-width: 495px;
  margin-right: 20px;
  margin-left: 45px;
}

.question__title {
  margin-bottom: 40px;
}

.question__desc {
  line-height: 30px;
}

.question__form {
  width: 520px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form {
  border-radius: 30px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgb(142, 217, 248)),
      to(rgb(148, 149, 153)));
  background-image: -o-linear-gradient(top,
      rgb(142, 217, 248) 0%,
      rgb(148, 149, 153) 100%);
  background-image: linear-gradient(180deg,
      rgb(142, 217, 248) 0%,
      rgb(148, 149, 153) 100%);
  padding: 18px 30px 15px;
}

.form__title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.form__subtitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #4f4f4f;
  margin-bottom: 20px;
  text-align: center;
}

.form__container {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 100%;
  position: relative;
  display: inline-block;
}

.form-block::before {
  position: absolute;
  content: "";
  top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 1;
  left: 17px;
}

.form-block--user::before {
  background-image: url("./../img/icons/user.png");
  width: 13px;
  height: 15px;
}

.form-block--mail {
  position: relative;
}

.form-block--mail::before {
  background-image: url("./../img/icons/mail_small.png");
  width: 20px;
  height: 14px;
  left: 17px;
}

.form-block--message {
  position: relative;
}

.form-block--message::before {
  background-image: url("./../img/icons/icon_message.png");
  width: 20px;
  height: 20px;
  left: 17px;
}

.form-input {
  display: block;
  width: 100%;
  background-color: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  padding: 9px 10px 12px 48px;
  outline: none;
  border: none;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #5a5a5a;
}

.form-input::-webkit-input-placeholder {
  color: #5a5a5a;
}

.form-input::-moz-placeholder {
  color: #5a5a5a;
}

.form-input:-ms-input-placeholder {
  color: #5a5a5a;
}

.form-input::-ms-input-placeholder {
  color: #5a5a5a;
}

.form-input::placeholder {
  color: #5a5a5a;
}

.form-message {
  margin-bottom: 13px;
}

.form-input--message {
  resize: none;
  height: 137px;
}

.send-button {
  cursor: pointer;
  padding: 17px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

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

.checkbox__real-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.checkbox__custom-input {
  position: relative;
  margin-right: 22px;
  width: 25px;
  height: 26px;
  background-color: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  max-width: 265px;
}

.checkbox__custom-input::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background-image: url("./../img/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 65%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.checkbox__real-input:checked+.checkbox__custom-input::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.pagination.page-catalog__pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.pagination__item {
  border: 1px solid grey;
  display: inline-block;
  padding: 8px;
  border-radius: 2px;
  background-color: #fdfdfd;
  transition: all 0.3s;
  text-decoration: none;
  color: #163656;
}

.pagination__item:hover {
  background-color: #f1f5f9;
}

.pagination__item.pagination__item--active {
  font-weight: 500;
}

.contacts__inner {
  position: relative;
  z-index: 1;
  min-height: 632px;
  margin-bottom: 30px;
}

section#contacts .contacts__container {
  padding-bottom: 50px;
}

.contacts__map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contacts__map iframe {
  height: 100%;
  width: 100%;
}

.contacts__content {
  position: relative;
  z-index: 1;
  padding-top: 27px;
  pointer-events: none;
}

.contacts__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 523px) 1fr;
  grid-template-columns: minmax(auto, 523px) 1fr;
  gap: 0px 24px;
}

.contacts__info {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 52px 35px 49px 33px;
  pointer-events: painted;
}

.contacts__info-row {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #96989a;
  max-width: 440px;
}

.contacts__info-row:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contacts__name {
  display: block;
}

.contacts__text {
  display: block;
  color: #5a5a5a;
}

.contacts__zoom {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 4;
}

.section-product {
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  background: #fff;
  margin-bottom: 25px;
  border-radius: 30px;
}

.section-product__card {
  padding: 25px 0 33px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 409px 1fr;
  grid-template-columns: 409px 1fr;
  gap: 34px;
}

.card__swiper {
  padding: 20px;
  margin: -20px;
}

.card__slide {
  position: relative;
  -webkit-box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
}

.card__slide img {
  width: 100%;
  height: 100%;
}

.card__slide::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background-image: url("./../img/icons/loop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  height: 35px;
}

.card__swiper-nav {
  padding-top: 10px;
}

.card__slide-nav {
  cursor: pointer;
  display: block;
  border: 1px solid #c1c1c1;
  width: 100%;
  height: 100%;
}

.card__slide-nav img {
  width: 100%;
  height: 100%;
}

.card__title {
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.card__count {
  padding-bottom: 22px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 33px;
}

.card__instock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}

.card__instock--full {
  visibility: visible;
}

.card__instock-icon {
  margin-right: 15px;
}

.card__count-rigth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__counter {
  margin-right: 2px;
}

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

.counter__amount {
  width: 62px;
  height: 29px;
  background-color: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 11px;
  text-align: center;
  border: none;
  outline: none;
  /*margin-right: 10px;*/
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  margin: 0 4px 0 0;
}

.counter__sumbol {
  width: 32px;
  height: 29px;
  background-color: #e8f1fa;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  border-radius: 11px;
  text-align: center;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  margin: 0 4px;
}

.card__count-btn {
  padding: 19px 30px;
}

.card__desc {
  margin-bottom: 43px;
  line-height: 30px;
}

.card-list>li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 15px 20px 10px 40px;
  position: relative;
}

.card-list>li:nth-child(odd) {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(142, 217, 248, 0.4)),
      to(rgba(148, 149, 153, 0.4)));
  background-image: -o-linear-gradient(left,
      rgba(142, 217, 248, 0.4) 0%,
      rgba(148, 149, 153, 0.4) 100%);
  background-image: linear-gradient(90deg,
      rgba(142, 217, 248, 0.4) 0%,
      rgba(148, 149, 153, 0.4) 100%);
}

.card-list>li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 15px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-list>li span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #5a5a5a;
}

.card-list>li span:last-child {
  font-weight: 400;
}

.description {
  padding-bottom: 35px;
}

.description__title {
  margin-bottom: 30px;
}

.description__text p {
  line-height: 30px;
}

.description__text p:not(:last-child) {
  margin-bottom: 30px;
}

.characteristics {
  padding-bottom: 40px;
}

.characteristics__title {
  margin-bottom: 34px;
}

.characteristics__list>li {
  padding: 21px 20px 21px 40px;
  -ms-grid-columns: 1fr minmax(auto, 360px);
  grid-template-columns: 1fr minmax(auto, 360px);
}

.similar {
  padding-bottom: 20px;
}

.similar__title {
  margin-bottom: 30px;
}

.similar__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 25px;
  margin-bottom: 22px;
}

.similar-card {
  padding: 17px 20px 25px 23px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 219px 1fr;
  grid-template-columns: 219px 1fr;
  gap: 20px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 30px;
}

.similar-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .similar-card:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(142, 217, 248, 0.4)), to(rgba(148, 149, 153, 0.4)));
  background-image: -o-linear-gradient(top, rgba(142, 217, 248, 0.4) 0%, rgba(148, 149, 153, 0.4) 100%);
  background-image: linear-gradient(180deg, rgba(142, 217, 248, 0.4) 0%, rgba(148, 149, 153, 0.4) 100%);
} */

.similar-card:hover .similar-card__img-hover {
  opacity: 0;
}

.similar-card:hover .similar-card__list>li {
  background-image: unset;
}

.similar-card:hover .title3-line::before {
  background: #fff;
}

.similar-card__image {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  border-radius: 20px;
}

.similar-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.similar-card__loop {
  position: absolute;
  display: block;
  background-image: url("./../img/icons/loop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 10px;
  z-index: 1;
  opacity: 0;
}

.similar-card__img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 20px;
}

.similar-card__btn {
  padding: 19px 27px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
}

.similar-card__title {
  margin-bottom: 11px;
}

.similar-card__instock {
  margin-bottom: 10px;
}

.similar-card:hover .similar-card__loop {
  opacity: 1;
}

.similar-card__content .similar-card-pay {
  display: flex;
  gap: 20px;
}

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

.instock__icon {
  background-image: url("./../img/icons/btn_b_next.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.instock__text {
  font-size: 12px;
  color: #119f1f;
  padding: 7px 5px;
}

.similar-card__list>li {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #fff;
}

.similar-card__list>li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 8px;
}

.similar-card__list>li span {
  font-size: 11px;
}

.similar__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  padding-right: 34px;
  padding-left: 34px;
  display: none;
}

.faq {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 37px;
  padding-top: 22px;
}

.faq__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.faq-list__item {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(142, 217, 248)),
      to(rgb(148, 149, 153)));
  background-image: -o-linear-gradient(left,
      rgb(142, 217, 248) 0%,
      rgb(148, 149, 153) 100%);
  background-image: linear-gradient(90deg,
      rgb(142, 217, 248) 0%,
      rgb(148, 149, 153) 100%);
  text-align: center;
  padding: 22px 30px;
}

.faq-list__inner:not(:last-child) {
  margin-bottom: 10px;
}

.plus {
  position: absolute;
  background-image: url("./../img/icons/btn_w_down.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 44px;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.plus.show {
  -webkit-transform: translateY(-20px) rotateX(180deg);
  transform: translateY(-20px) rotateX(180deg);
}

.faq-list__content {
  background-color: #f1f5f9;
  text-align: center;
}

.faq-list__content.hidden {
  margin-bottom: 20px;
}

.home-about {
  padding-top: 60px;
  padding-bottom: 27px;
}

.home-about__title {
  color: #5a5a5a;
  margin-bottom: 20px;
  text-align: center;
}

.home-about__subtitle {
  text-align: center;
  margin-bottom: 60px;
}

.home-about__container {
  padding-left: 160px;
  padding-right: 160px;
}

.home-about__image {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #8ed9f8;
  margin-bottom: 10px;
}

.home-about__name {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.specification {}

.specification__title {
  margin-bottom: 22px;
  max-width: 775px;
  line-height: 48px;
}

.specification__container {
  line-height: 30px;
}

.specification__container p:not(:last-child) {
  margin-bottom: 30px;
}

.specification__img {
  width: fit-content;
  height: 238px;
  margin-right: 38px;
  margin-bottom: 30px;
  float: left;
}

.order__header-bg {
  padding-top: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.order__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.order__title.title-border {
  padding-bottom: 25px;
}

.order__list {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
  border-radius: 30px 30px 0px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.order__item {
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #000000;
  padding-top: 45px;
  padding-bottom: 36px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.order__item.active {
  background: #fff;
  border-radius: 15px 15px 0px 0px;
}

.order__item:hover {
  background: #fff;
  border-radius: 15px 15px 0px 0px;
}

.order__content {
  position: relative;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  box-shadow: 0px 0px 16px 0px rgba(71, 81, 88, 0.34);
  border-radius: 15px;
  padding-top: 15px;
  background: #ffffff;
  z-index: 1;
}

.order__header {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
}

.order-grid {
  padding: 17px 53px 14px 72px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(175px, 320px) minmax(200px, 330px) minmax(300px, 390px);
  grid-template-columns: minmax(175px, 320px) minmax(200px, 330px) minmax(300px,
      390px);
}

.order__container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.order__header-item {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  vertical-align: middle;
  padding-right: 26px;
}

.order__body {
  position: relative;
}

.order__body-item {
  position: relative;
}

.order__body-item:nth-child(even) .order__row {
  background-color: rgb(241, 245, 249);
}

.order__body-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.order__body-item:hover::before {
  position: absolute;
  content: "";
  opacity: 1;
}

.order__body-item:hover .order__row-btn {
  color: #5a5a5a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px -5px 5px -5px inset;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(188, 193, 200)),
      color-stop(0%, rgb(255, 255, 255)),
      color-stop(58%, rgb(220, 224, 228)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(bottom,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(0deg,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
}

.order__body-item:hover .counter__amount,
.order__body-item:hover .counter__sumbol {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(188, 193, 200)),
      color-stop(0%, rgb(255, 255, 255)),
      color-stop(58%, rgb(220, 224, 228)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(bottom,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(0deg,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
}

.order__row {
  padding-bottom: 5px;
  padding-top: 5px;
}

.order__row-item {
  position: relative;
  z-index: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  width: 94%;
}

.order__row-item-hide {
  display: none;
  color: #000;
  font-weight: 500;
}

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

.order__row-counter .counter__amount {
  width: 52px;
  height: 27px;
}

.order__row-counter .counter__sumbol {
  width: 24px;
  height: 24px;
}

.order__row-btn {
  padding: 10px 34px;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
}

.order__attention {
  position: relative;
  padding: 20px 155px 25px 170px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
  border-radius: 0px 0px 30px 30px;
  width: 97%;
}

.order__attention-img {
  position: absolute;
  top: 15px;
  left: 100px;
}

.order__attention-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.order__attention-desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 17px;
  text-align: center;
}

.order__attention-list>li {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}

.order__attention-list>li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-desc {}

.section-desc p {
  line-height: 30px;
  margin-bottom: 30px;
}

.section-desc__title {
  margin-bottom: 40px;
}

.section-desc__list--num {
  padding-left: 20px;
}

.section-desc__list--num>li {
  line-height: 30px;
  margin-bottom: 20px;
}

.section-desc__list--circle>li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.section-desc__list--circle>li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.symbol {
  margin-bottom: 40px;
}

.symbol__title {
  margin-bottom: 38px;
}

.symbol__list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-bottom: 40px;
}

.symbol__list>li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(100px, 210px) 1fr;
  grid-template-columns: minmax(100px, 210px) 1fr;
  padding: 24px 20px 24px 10px;
}

.symbol__list>li img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.symbol__list>li span {
  position: relative;
  padding-left: 20px;
}

.symbol__list>li span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  border-radius: 50%;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.symbol__list>li:nth-child(even) {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
}

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

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

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

.instruction__text {
  margin-right: 40px;
}

.instruction__btn {
  padding: 19px 22px;
}

.about-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}

.about-contact iframe {
  overflow: hidden;
  z-index: 10;
  padding-left: 21px;
}

.about-contact .container {
  position: absolute;
  width: 100%;
}

.about-contact__title {
  margin-bottom: 25px;
}

.about-contact__container {
  display: flex;
  justify-content: space-between;
}

.about-contact__container .form-wrapper {
  display: flex;
}

.about-contact__container .question__form {
  position: relative;
  z-index: 11;
  max-width: 400px;
  width: 100%;
}

.about-contact__block {
  /*
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  */
}

.about-contact__block span {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #5a5a5a;
}

.about-contact__block .about-contact__icon {
  margin-left: -30px;
  position: relative;
  color: #96989a;
}

.about-contact__block--border::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #bfbfbf;
  left: 25px;
  bottom: 0px;
}

.about-contact__icon--map::before {
  display: none;
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #bfbfbf;
  left: -27px;
  top: 30px;
}

.about-contact__icon--map::after {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 17px;
  height: 21px;
  top: 5px;
  left: -35px;
}

.about-contact__icon--tel::after {
  display: none;
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background-color: #bfbfbf;
  left: 15px;
  top: 55px;
}

.about-contact__icon--clock::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bfbfbf;
  left: -25px;
  top: 50px;
}

.about-contact__icon--clock::after {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/clock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 30px;
  height: 30px;
  top: 5px;
  left: -40px;
}

.about-contact__icon--mail::after {
  position: absolute;
  content: "";
  background-image: url("./../img/icons/mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 30px;
  height: 30px;
  top: 5px;
  left: -35px;
}

.about-contact__icon--mail::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 225px;
  background-color: #bfbfbf;
  left: -20px;
  top: 55px;
}

.footer__nav {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
}

.footer__nav-list>li {
  padding: 12px 5px 12px;
}

.footer__nav-list>li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.footer__nav-list>li a:hover {
  border-bottom: 1px solid currentColor;
  color: #010101;
}

.footer__wrapper {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(135, 143, 156)),
      color-stop(0%, rgb(148, 156, 167)),
      color-stop(0%, rgb(135, 143, 156)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(58%, rgb(203, 209, 217)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(top,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(135, 143, 156) 0%,
      rgb(148, 156, 167) 0%,
      rgb(135, 143, 156) 0%,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(203, 209, 217) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(180deg,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(135, 143, 156) 0%,
      rgb(148, 156, 167) 0%,
      rgb(135, 143, 156) 0%,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(203, 209, 217) 58%,
      rgb(185, 192, 201) 100%);
}

.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px minmax(auto, 340px) 1fr;
  grid-template-columns: 240px minmax(auto, 340px) 1fr;
  padding-top: 30px;
}

.footer__list>li {
  position: relative;
  padding-left: 18px;
}

.footer__list>li:not(:last-child) {
  margin-bottom: 25px;
}

.ginekologya-list {
  margin-left: 0 !important;
}

.ginekologya-list li {
  position: relative;
  padding-left: 20px;
}

.ginekologya-list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer__list>li::before,
.ginekologya-list li::before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 2px;
  left: 0;
}

.footer__list>li>a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.footer__list>li>a:hover {
  text-decoration: underline;
}

.footer__box-link a {
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}

.footer__box-link a:hover {
  text-decoration: underline;
}

.footer__item--last .footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 306px) minmax(auto, 285px);
  grid-template-columns: minmax(auto, 306px) minmax(auto, 285px);
  grid-auto-flow: row;
  margin-bottom: 10px;
}

.footer__item--last .footer__list>li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 37px;
  width: 260px;
}

.footer__copyright-img {
  margin-right: 15px;
}

.footer__copyright-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #6d7074;
}

.footer__copyright-link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.footer__copyright-name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #6d7074;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.footer__copyright-politic {
  color: #7f7f7f;
  font-size: 14px;
}

.footer__copyright-politic:hover {
  color: black;
  text-decoration: underline;
}

.footer__copyright-name:hover {
  color: #ffffff;
}

.delet-PD-btn {
  color: #5a5a5a;
  text-decoration: underline;
  cursor: pointer;
}

.order-grid_ {
  width: 100%;
}

.order__header-box {
  padding: 0 15px;
  display: flex;
  text-align: center;
  width: 100%;
}

.order__body {
  padding: 0 15px;
}

.order__row.order-grid_ {
  display: grid;
  grid-template-columns: 24% 15% 21% 14% 25%;
}

input.input_otpravit:hover {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  transition: 1s;
}

a.button-thanks {
  border: 1px solid grey;
  width: 20%;
  display: inline-block;
  padding-top: 17px;
  height: 60px;
  font-size: 22px;
  color: #fff;
  background-color: #8ed9f8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

p.block_content_text {
  margin-bottom: 20px;
  font-size: 21px;
}

.block_content {
  text-align: center;
}

a.button-thanks:hover {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  transition: 1.3s;
}

.form-success .visual_success {
  background-image: linear-gradient(180deg,
      rgb(142, 217, 248) 0%,
      rgb(148, 149, 153) 100%);
  padding: 18px 30px 15px;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
}

a.search_a {
  color: #7bb0e4;
  font-size: 20px;
  margin-bottom: 10px;
  /* padding-bottom: 20px; */
  display: block;
}

p.search_p {
  font-size: 17px;
  margin-bottom: 7px;
}

small.search_s {
  font-size: 15px;
}

.search_s2 a {
  color: #7bb0e4;
}

small.search_s2 {
  margin-top: 7px;
  display: block;
}

a.back-basket {
  display: block;
  height: 49px;
  font-size: 15px;
  color: #fff;
  background-color: #8ed9f8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 16px;
  width: 120px;
}

label.cover_obrabotka {
  display: block;
  margin-left: 86px;
}

.item-basket:nth-child(even) {
  background-color: rgb(241, 245, 249);
}

.item-basket:nth-child(odd) {
  background-color: #fff;
}

.item-basket-wrapper {
  overflow-x: auto;
  border: 1px solid lightgrey;
}

.item-basket-head {
  display: flex;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  min-width: 1000px;
  background: #fff;
  border-top: 1px solid lightgrey;
  padding: 2px;
  height: 40px;
  padding-top: 9px;
  border: 1px solid lightgrey;
}

a.agree-anker {
  color: #6699cc;
}

a.href-checkfrm {
  color: #fff;
}

ul.production-tabs__content-list a {
  padding-left: 8px;
  color: #6699cc;
}

ul.production-tabs__content-list {
  max-width: 91%;
  margin: 0 auto;
}

ul.production-tabs__content-list a:hover {
  text-decoration: underline;
}

.sidebar__box-btn {
  margin: 0 auto;
}

p.all_to_garbage a {
  width: 200px;
  height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  background: #8ed9f8;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  margin-top: 15px;
  padding-top: 14px;
}

p.all_to_garbage a:hover {
  color: #999999;
  transition: 0.7s;
}

.product-block.basket form .item-basket {
  display: grid;
  /*grid-template-columns: 60% 19% 19%;*/
  grid-template-columns: 33% 14% 14% 14% 13% 11%;
  align-items: center;
  justify-items: center;
  min-width: 1000px !important;
}

.product-block.basket form .item-basket {
  padding: 10px;
}

.table_scroll {
  overflow-x: auto;
}

.img_cover a {
  pointer-events: none;
}

.search-page form select {
  padding: 10px;
  margin: 20px 0;
}

.search-page form input[type="submit"] {
  padding: 10px 20px;
  height: auto;
}

.new-section-catalog-card .section-catalog-card--small {
  padding: 10px 30px 0px 35px;
}

.new-section-catalog-card .section-catalog-card--small .section-catalog-card__image {
  position: absolute;
}

/* .section-catalog-card__image img{
  width: 100px;
} */
.new-section-catalog-card a.section-catalog-card.section-catalog-card--small {
  width: 100%;
}

.new-section-catalog-card {
  width: 100%;
}

.section_list_container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}

/*.news-list .news-item {
min-height: 280px;
}*/
.section-catalog-card__header .section-catalog-card__image {
  display: none;
}

.new-section-catalog-card {
  position: relative;
}

.new-section-catalog-card:nth-child(odd):before {
  content: "";
  position: absolute;
  background: url(/local/templates/main/img/lines-cards.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4px;
}

.new-section-catalog-card:nth-child(even):before {
  content: "";
  position: absolute;
  background: url(/local/templates/main/img/lines-cards-01.png) no-repeat;
  width: 97.8%;
  height: 104%;
  left: 1px;
  top: 2px;
  opacity: 0.2;
  border-radius: 21%;
}

/* .new-section-catalog-card:nth-child(3):before{
  content: '';
  position: absolute;
  background: url(/local/templates/main/img/lines-cards-03.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4px;
} */
.section-catalog-card__title {
  font-size: 18px;
}

.new-section-catalog-card .section-catalog-card--small {
  padding: 10px 30px 0px 20px;
}

.section-catalog-card__icon {
  right: -20px;
}

/* l */

/* T */

/* MN */

/* M */

/* XX */

/* X */

/* XS */

@media (min-width: 1880px) {
  .section-about__container {
    /* max-width: 1810px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 2000px) {
  .news__block {
    width: 50%;
  }
}

@media (max-width: 1540px) {
  .section-about__container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-about__content {
    padding-right: 0;
  }
}

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

  .news__block {
    margin-bottom: 20px;
    margin-right: 0;
    width: 95%;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    max-width: 520px;
  }

  .news__holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-item__image {
    height: 320px;
  }

  .news__rows--revers .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news__rows--revers .news__block {
    margin-left: auto;
    padding-right: unset;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
  }

  .news__rows--revers .news__holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1285px) {
  .title1 {
    font-size: calc(22px + (14) * ((100vw - 320px) / (1200 - 320)));
    word-wrap: break-word;
  }

  .title2 {
    font-size: calc(20px + (10) * ((100vw - 320px) / (1200 - 320)));
  }

  .mobile-menu {
    left: -100%;
  }

  .nav__sublist {
    width: 500px;
  }

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

  .logo {
    margin-bottom: 20px;
  }

  .header__wr {
    width: 100%;
  }

  .header__contacts {
    margin-right: 10px;
  }

  .header__cart {
    margin-right: 10px;
  }

  .section-catalog-card--small .section-catalog-card__icon {
    right: -20px;
  }

  .section-about__container {
    max-width: 1024px;
  }

  .benefits__container {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 1024px;
  }

  .order__row.order-grid_ {
    grid-template-columns: 24% 15% 15% 15% auto;
  }

  .order__header-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .order__header.order-grid_ {
    width: 100%;
    grid-template-columns: 24% 15% 15% 15% auto;
    display: grid;
  }

  .product-block.basket form .item-basket {
    grid-template-columns: 27% 17% 16% 16% 13% 11%;
    padding: 7px;
  }
}

@media (max-width: 1109px) {
  .section-catalog__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .section-catalog-card:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .section-catalog-card:nth-child(4) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .section-catalog-card:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .section-catalog-card:nth-child(8) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .section-about__container {
    max-width: 992px;
  }

  .question::before {
    height: 110%;
  }

  .contacts {
    padding-top: 50px;
  }

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

  .similar-card {
    width: 700px;
  }

  .similar-card:nth-child(even) {
    margin-left: auto;
  }

  .container {
    max-width: 992px;
  }

  img.p_gal_img {
    width: 33%;
  }

  .item-basket-head div {
    font-size: 14px;
  }

  .section_list_container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
}

@media (max-width: 1077px) {
  .header-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header-page__container .logo {
    padding-top: 15px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-catalog-card:nth-child(4) {
    width: 100%;
  }

  .section-catalog-card:nth-child(8) {
    width: 100%;
  }

  .section-catalog-card--small {
    width: 47%;
  }

  .section-about {
    margin-bottom: 40px;
  }

  .section-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 768px;
  }

  .section-about__slider {
    width: 80%;
    margin-right: 0;
  }

  .section-about__content {
    width: 80%;
  }

  .benefits__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0px;
  }

  .benefits-card {
    width: 33%;
  }

  .benefits-card:nth-child(even) {
    margin-top: 0;
  }

  .production-item__img {
    margin-right: 10px;
  }

  .production-item__title {
    font-size: 24px;
  }

  .reviews-card__hover-title {
    padding-top: 35px;
    font-size: 13px;
    line-height: 20px;
  }

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

  .question__content {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .contacts__inner {
    min-height: unset;
  }

  .contacts__map {
    position: static;
    height: 500px;
  }

  .contacts__content {
    margin-top: -150px;
  }

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

  .contacts__zoom {
    display: none;
  }

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

  .card__slider {
    max-width: 410px;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .similar-card {
    width: 600px;
  }

  .order-grid {
    padding: 17px 15px 14px 15px;
  }

  .symbol__list>li {
    padding: 17px 20px 17px 10px;
  }

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

  .footer__container {
    -ms-grid-columns: 190px minmax(auto, 340px) 1fr;
    grid-template-columns: 190px minmax(auto, 340px) 1fr;
    gap: 20px;
  }

  .footer__item--last .footer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 768px;
  }

  .contacts__info-row {
    max-width: 100%;
  }

  .contacts__info {
    margin-bottom: 50px;
  }

  .order__row-counter {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .order__row-counter .counter {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .modal__container {
    width: 55%;
  }

  .section-catalog-card--small .section-catalog-card__icon {
    right: 0px;
  }
}

@media (max-width: 853px) {
  .body-wr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-menu {
    padding-left: 0px;
  }

  .nav {
    display: none;
  }

  .sidebar__container {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: unset;
    left: 0;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear,
        left bottom,
        left top,
        color-stop(-1%, #b4bbc4),
        color-stop(50%, #dde2e9),
        color-stop(102%, #798290));
    background-image: -o-linear-gradient(bottom,
        #b4bbc4 -1%,
        #dde2e9 50%,
        #798290 102%);
    background-image: linear-gradient(0deg,
        #b4bbc4 -1%,
        #dde2e9 50%,
        #798290 102%);
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar__burger {
    margin-bottom: 0;
  }

  .sidebar__icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }

  .sidebar__link:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .sidebar__box-btn {
    margin-bottom: unset;
  }

  .sidebar__btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 17px 30px;
  }

  .footer__wrapper {
    padding-bottom: 80px;
  }

  .catalog_tile .catalog_tile_ul li {
    width: 50%;
  }

  .section_list_container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
}

@media (max-width: 767px) {
  /*.home-wr {
    min-height: 790px;
  }
*/

  .product-block.basket form .item-basket {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: none;
    gap: 12px;
  }

  .product-block.basket .product-block-count {
    width: 22% !important;
  }

  .product-block.basket .product-block-delete {
    margin-left: 12px;
    font-size: 17px;
  }

  .item-basket-head {
    display: none;
  }

  .mobile-menu__list {
    height: 340px;
  }

  .mobile-menu__box-sublist::after {
    width: 270px;
    left: 0;
  }

  .mobile-menu__box-sublist {
    width: 270px;
  }

  .modal__container {
    width: 70%;
  }

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

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

  .header__contacts {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }

  .header__right {
    width: 100%;
  }

  .section-catalog__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0px;
  }

  .section-catalog-card {
    margin-bottom: 20px;
  }

  .section-catalog-card:nth-child(1) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card:nth-child(4) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card:nth-child(5) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card:nth-child(8) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .section-catalog-card--small {
    width: 100%;
  }

  .section-about__container {
    max-width: 576px;
  }

  .section-about__slider {
    width: 100%;
  }

  .section-about__content {
    width: 100%;
  }

  .benefits-card {
    width: 50%;
  }

  .production-item {
    padding: 10px;
  }

  .production-item__img {
    width: 55px;
    height: 55px;
  }

  .production-item__title {
    font-size: 18px;
  }

  .production-item__subtitle {
    font-size: 14px;
  }

  .production-item__icon {
    background-size: 25px;
    width: 25px;
    height: 25px;
  }

  .production-tabs__content-image {
    margin-bottom: 20px;
  }

  .production-tabs__content-list li::before {
    left: -5px;
    width: 8px;
    height: 8px;
  }

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

  .news__holder {
    gap: 0 20px;
  }

  .news-item__image {
    height: 200px;
  }

  .characteristics__list>li {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .similar-card {
    width: 100%;
  }

  .similar-card:nth-child(even) {
    margin-left: unset;
  }

  .faq-list__item {
    padding: 15px 40px 15px 20px;
    font-size: 18px;
  }

  .plus {
    background-size: 35px;
    width: 35px;
    height: 35px;
    right: 8px;
  }

  .home-about__container {
    padding-left: 0;
    padding-right: 0;
  }

  .specification__img {
    width: 320px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 25px;
  }

  .order__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .order__header-box {
    display: none;
  }

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

  .order__container {
    max-width: 100%;
  }

  .order__row-item {
    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;
    width: 100%;
    margin-bottom: 5px;
  }

  .order__row-item-hide {
    display: block;
    margin-bottom: 7px;
  }

  .order__row-counter {
    margin-left: auto;
    align-items: baseline;
  }

  .order__attention {
    padding: 20px 30px 25px 50px;
  }

  .order__attention-img {
    left: 10px;
  }

  .symbol__list>li {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

  .symbol__instruction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .instruction__block {
    margin-bottom: 10px;
  }

  .footer__nav {
    display: none;
  }

  .footer__container {
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
  }

  .footer__item--last {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .footer__item--last .footer__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__copyright {
    margin-left: unset;
  }

  .container {
    max-width: 576px;
  }

  img.p_gal_img {
    width: 50%;
  }

  .catalog_tile .catalog_tile_ul li {
    width: 50%;
  }

  .news-list .news-item {
    height: auto !important;
  }

  .text_cover {
    margin-bottom: 63px;
  }

  .bx-aside-nav-control,
  .bx-aside-nav {
    display: none;
  }

  .order__header-item {
    padding: 5px;
  }

  .order__row.order-grid_ {
    display: flex;
    flex-wrap: wrap;
  }

  .order__row-item {
    justify-content: center;
    font-size: 16px;
    display: inline-block;
  }

  .order__header.order-grid_ {
    grid-template-columns: 110px 100px 110px 100px 145px;
  }

  .tabs-content.order__content.active {
    overflow-x: auto;
  }

  .product-block.basket form .item-basket {
    min-width: 100% !important;
  }

  .section_list_container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }

  .home-wr {
    min-height: 1055px;
  }

  .a_more {
    bottom: -18px !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }

  .text_cover h3 {
    margin-bottom: 5px !important;
  }

  .product-block.basket .product-block-count {
    width: 29% !important;
  }

  .product-block.basket .product-block-delete {
    margin-left: 6px;
  }

  .mobile-menu {
    height: 100vh;
  }

  .mobile-menu__box-sublist::after {
    display: none;
  }

  .mobile-menu__box-sublist {
    height: 200px;
    overflow-y: auto;
    padding-bottom: 10px;
    z-index: 0;
    border-radius: 10px;
    left: 0;
    top: 240px;
  }

  .mobile-menu__title {
    margin-bottom: 20px;
  }

  .header-page {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-page__search {
    margin-right: 10px;
  }

  .scroll-top img {
    width: 45px;
    height: 45px;
  }

  .scroll-top {
    bottom: 80px;
    right: 20px;
  }

  .modal__container {
    width: 90%;
  }

  .modal-close {
    top: 5px;
    right: 4px;
    z-index: 1;
    font-size: 44px;
  }

  .bredcrumbrs__link {
    padding-right: 20px;
    font-size: 14px;
  }

  .sidebar__icons {
    display: none;
  }

  .home__content {
    padding-bottom: 30px;
  }

  .home__title {
    margin-bottom: 25px;
  }

  .home__desc {
    margin-bottom: 25px;
  }

  .section-catalog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-catalog-card__content {
    margin-right: 0;
  }

  .section-catalog-card__image {
    width: 100%;
  }

  .section-about__container {
    max-width: 425px;
  }

  .section-about__title {
    margin-bottom: 25px;
  }

  .section-about__desc {
    line-height: 22px;
  }

  .section-about__desc p {
    margin-bottom: 20px;
  }

  .benefits__title {
    margin-bottom: 30px;
  }

  .production-item__img {
    display: none;
  }

  .production-item__title {
    margin-bottom: 5px;
  }

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

  .question__form {
    width: 100%;
  }

  .form__title {
    font-size: 24px;
    line-height: 28px;
  }

  .card__slider {
    max-width: 390px;
  }

  .card__slide img {
    width: 80%;
    height: 80%;
  }

  .card__count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .description__title {
    margin-bottom: 20px;
  }

  .description__text p {
    line-height: 24px;
  }

  .description__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .characteristics__list>li span {
    font-size: 14px;
  }

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

  .specification__title {
    line-height: 1.2;
  }

  .specification__img {
    width: 100%;
    height: 245px;
    margin-right: 0px;
  }

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

  .order__attention-title {
    font-size: 16px;
    line-height: 16px;
  }

  .order__attention-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .order__attention-list>li {
    font-size: 16px;
    line-height: 26px;
  }

  .order__attention-list>li::before {
    width: 8px;
    height: 8px;
  }

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

  .about-contact__icon--tel::after {
    left: 8px;
  }

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

  .footer__item--last {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .container {
    max-width: 425px;
  }

  .production-tabs {
    display: block;
  }

  .production__title {
    margin-bottom: 0;
  }

  ul.production-tabs__content-list {
    padding-bottom: 20px;
  }

  .box_1,
  .box_2 {
    width: 100%;
  }

  .line_box {
    flex-wrap: wrap;
  }

  img.p_gal_img {
    width: 100%;
  }

  .home__slide {
    padding-bottom: 40px;
  }

  .catalog_tile .catalog_tile_ul li {
    width: 100%;
  }

  .title-border h1 {
    font-size: 25px;
    word-wrap: break-word;
  }

  .img_cover {
    width: 100%;
  }

  div.news-list img.preview_picture {
    float: none;
    margin: 0 auto !important;
    display: block;
    margin-bottom: 10px !important;
  }

  .section_list_container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
  }
}

@media (max-width: 424px) {
  body {
    font-size: 14px;
  }

  .info_box {
    justify-content: center;
  }

  p.text_info {
    text-align: center;
  }

  .product-block.basket form .item-basket .product-block-title {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: block;
  }

  .home-wr--about {
    min-height: 450px;
  }

  .news__line {
    margin-bottom: 20px;
  }

  .title-border {
    padding-bottom: 15px;
  }

  .mobile-menu {
    width: 100%;
  }

  .mobile-menu__box-list {
    width: 100%;
  }

  .mobile-menu__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .mobile-menu__item img {
    width: 35px;
    height: 35px;
  }

  .mobile-menu__box-sublist {
    width: 100%;
    top: 210px;
  }

  .mobile-menu__sublist li a span:first-child {
    font-size: 16px;
  }

  .bredcrumbrs {
    padding: 0px 0 6px;
  }

  .bredcrumbrs__link {
    font-size: 12px;
  }

  .header__container {
    padding: 20px 17px 24px 40px;
  }

  .section-catalog {
    padding-bottom: 21px;
  }

  .section-catalog-card {
    padding: 20px 25px 20px;
  }

  .section-catalog-card__title {
    font-size: 26px;
  }

  .section-catalog-card--small {
    padding: 10px 25px 20px 25px;
  }

  .section-about__container {
    max-width: 375px;
  }

  .benefits-card__image {
    width: 110px;
    height: 110px;
  }

  .benefits-card__title {
    line-height: 22px;
  }

  .production__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .production-tabs {
    gap: 0px 5px;
  }

  .production-item__title {
    font-size: 16px;
  }

  .production-item__subtitle {
    font-size: 10px;
  }

  .production-item__icon {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }

  .production-tabs__content-list li {
    padding-left: 5px;
  }

  .production-tabs__content-list li::before {
    left: 0px;
    width: 4px;
    height: 4px;
  }

  .reviews__container {
    gap: 20px 10px;
    margin-bottom: 20px;
  }

  .reviews-card__image {
    margin-bottom: 15px;
  }

  .reviews-card__name {
    font-size: 12px;
  }

  .news__row:not(:last-child) {
    margin-bottom: 20px;
  }

  .news__block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-item__title {
    padding: 10px;
  }

  .news__rows--revers .news__block {
    width: 85%;
  }

  .partners__title {
    margin-bottom: 20px;
  }

  .partners__desc {
    line-height: 24px;
  }

  .form {
    padding: 18px 15px 15px;
  }

  .form__title {
    font-size: 20px;
  }

  .form__subtitle {
    font-size: 14px;
  }

  .checkbox__text {
    line-height: 15px;
  }

  .card__slider {
    max-width: 340px;
  }

  .card__instock {
    margin-bottom: 10px;
  }

  .card__instock-icon {
    width: 35px;
    height: 35px;
  }

  .card__count-rigth-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card__counter {
    margin-bottom: 10px;
  }

  .card-list>li {
    padding: 15px 10px 10px 35px;
  }

  .card-list>li span {
    font-size: 13px;
  }

  .characteristics__list>li {
    padding: 15px 10px 15px 35px;
  }

  .home-about {
    padding-top: 30px;
  }

  .home-about__subtitle {
    margin-bottom: 30px;
  }

  .specification__container {
    line-height: 20px;
  }

  .specification__container p:not(:last-child) {
    margin-bottom: 20px;
  }

  .order__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-desc {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-desc p {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .section-desc__title {
    margin-bottom: 20px;
  }

  .section-desc__list--num>li {
    margin-bottom: 15px;
    line-height: 20px;
  }

  .section-desc__list--circle>li {
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 24px;
  }

  .section-desc__list--circle>li::before {
    width: 8px;
    height: 8px;
  }

  .about-contact__block span {
    line-height: 25px;
  }

  .footer__item--last .footer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__copyright-img {
    margin-right: 10px;
  }

  .container {
    max-width: 375px;
  }

  img.p_gal_img {
    width: 100%;
  }

  .catalog_tile .catalog_tile_ul li {
    width: 100%;
  }

  a.search-page-params {
    margin-top: 1em;
    display: block;
    width: 72%;
  }

  .new-section-catalog-card .section-catalog-card--small {
    padding: 10px 10px 0px 15px;
  }
}

@media (max-width: 374px) {
  .modal__container .modal-content__form {
    padding: 40px 15px 15px;
  }

  .modal-close {
    top: 0px;
    right: 15px;
  }

  .bredcrumbrs__link {
    padding-right: 9px;
    font-size: 12px;
  }

  .bredcrumbrs__link::before {
    right: -3px;
  }

  .header__container {
    padding: 20px 15px;
  }

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

  .link-mail {
    margin-bottom: 10px;
  }

  .header__cart::before {
    display: none;
  }

  .header__cart::after {
    display: none;
  }

  .section-catalog__container {
    -ms-grid-columns: 290px;
    grid-template-columns: 290px;
  }

  .section-about__container {
    width: 320px;
  }

  .reviews-card__icon {
    width: 40px;
    height: 50px;
  }

  .send-button {
    padding: 10px 65px;
  }

  .card__slider {
    max-width: 285px;
  }

  .home-about__image {
    width: 85px;
    height: 85px;
  }

  .container {
    width: 320px;
  }

  a.search-page-params {
    width: 90%;
  }

  .home-wr {
    min-height: 1065px;
  }
}

.news-list .news-item {
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 18%);
  padding: 10px;
  margin: 0px 0px 10px 0px;
  height: 220px;
  position: relative;
}

.bredcrumbrs .bx-breadcrumb-item {
  height: unset;
}

.news-list .news-item img.preview_picture {
  height: 200px;
}

.a_more {
  display: inline-block;
  position: absolute;
  bottom: 5px;
}

.back_to_the_future {
  margin: 10px 0px 0px 0px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 18%);
  -webkit-box-shadow: rgb(0 0 0 / 60%) 0px -5px 5px -5px inset;
  box-shadow: rgb(0 0 0 / 60%) 0px -5px 5px -5px inset;
  text-align: center;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(121, 130, 144)),
      color-stop(0%, rgb(180, 187, 196)),
      color-stop(0%, rgb(221, 226, 233)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(121, 130, 144)),
      color-stop(0%, rgb(188, 193, 200)),
      color-stop(0%, rgb(255, 255, 255)),
      color-stop(58%, rgb(220, 224, 228)),
      to(rgb(185, 192, 201)));
  background-image: -o-linear-gradient(bottom,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  background-image: linear-gradient(0deg,
      rgb(121, 130, 144) 0%,
      rgb(180, 187, 196) 0%,
      rgb(221, 226, 233) 0%,
      rgb(121, 130, 144) 0%,
      rgb(121, 130, 144) 0%,
      rgb(188, 193, 200) 0%,
      rgb(255, 255, 255) 0%,
      rgb(220, 224, 228) 58%,
      rgb(185, 192, 201) 100%);
  border-radius: 27px;
  padding: 19px 54px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #5a5a5a;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  top: 35px;
}

.news-detail .detail_picture {
  height: 280px;
}

.news-list .news-item-2 {
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 18%);
  padding: 10px;
  margin: 0px 0px 10px 0px;
  height: auto !important;
}

.v_i_o {
  margin-top: 10px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding-left: 66px;
}

.v_i_o p {
  padding-bottom: 7px;
}

.v_i_o li {
  padding-top: 5px;
  list-style-type: disc;
  margin-left: 35px;
  padding-bottom: 5px;
}

/*перенести в файл*/
.production-tabs__content-list .psevdo_li::before {
  content: "\2022";
  color: #8ed9f8;

  font-size: 54px;
  padding: 12px 0 22px 0;

  font-style: normal;
}

.psevdo_li {
  margin: -29px 0px 0px -19px;
  position: absolute;
}

.production-tabs__content-list p {
  line-height: 1.5;
}

.nspm,
.nspm2,
.nspm3,
.nspm4,
.nspm5,
.nspm6,
.nspm7,
.nspm8,
.nspm9,
.nspm10 {
  display: none;
}

/*фейковое поле для ботов*/
.time {
  display: none !important;
}

div#search_params img {
  display: inline-block;
}

div#search_params img.calendar-icon {
  display: none;
}

a.search-page-params {
  color: #7bb0e4;
  border-bottom: 1px dashed #7bb0e4;
}

/* .new-section-catalog-card .section-catalog-card__header{
  overflow: hidden;
} */
.section-catalog-card__header {
  padding-bottom: 6px;
}

.card__title {
  margin-bottom: 10px;
}

.card__count {
  flex-direction: column;
}

.card__instock {
  width: 100%;
  justify-content: start;
  margin-bottom: 20px;
}

.card__instock-text {
  color: #97ba00;
}

.card__instock-icon {
  width: 25px;
  height: 25px;
}

.card__count-rigth-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.card__count-btn {
  margin-bottom: 0;
}

.section-tabs {
  display: none;
}

.similar-product {
  display: none;
}

.footer__wrapper>.container {}

.footer__service {
  color: #000;
}

.footer__copyright {
  width: 300px;
}

.more-info-btn {
  width: 300px;
  margin-top: 20px;
}

.cart {
  display: flex;
}

#cart {
  display: none;
}

.order__row.order-grid_ {
  display: grid;
  grid-template-columns: 19% 11% 15% 15% 15% 25%;
}

.order__row.order-grid_ a {
  color: #000;
}

.order__header-box {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1%, #8ed9f8),
      color-stop(101%, #949599));
  background-image: -o-linear-gradient(left, #8ed9f8 -1%, #949599 101%);
  background-image: linear-gradient(90deg, #8ed9f8 -1%, #949599 101%);
}

.order__header {
  background: none;
  width: 80%;
}

.order__body {
  padding: 0;
}

.optom-banner {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__container {
  grid-template-columns: 220px 300px 300px 350px;
  /* margin-bottom: 25px; */
}

.footer__box-link>a {
  color: #7f7f7f;
  font-size: 18px;
}

.footer__item--last .footer__list {
  display: flex;
  flex-direction: column;
}

.footer-right {
  padding-left: 30px;
}

.footer-right form {
  margin-bottom: 20px;
  max-width: 239px !important;
}

.footer-link-tel-box {
  padding-left: 40px;
}

.footer-link-tel-box>* {
  margin-bottom: 25px;
  font-size: 18px !important;
}

.footer-adress {
  position: relative;
  color: #000;
  font-weight: 700;
}

.footer-adress::before {
  position: absolute;
  content: "";
  background-image: url("/local/templates/main/img/clock.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 24px;
  height: 24px;
  top: 0px;
  left: -33px;
}

.footer-link-mail {
  font-size: 18px;
  display: block;
  font-weight: 700;
}

.footer__copyright {
  width: 100%;
  margin: 0;
  display: flex;
  /* justify-content: center; */
  padding-top: 25px;
  border-top: 1px solid #92acb9;
}

.footer__copyright>a {
  width: fit-content;
  margin-bottom: 21px;
}

.footer-btn {
  /* transform: rotate(270deg); */
  /* margin: 0; */
  margin-top: 20px;
  margin-left: -30px;
  width: 250px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.reviews-slaider {
  margin-bottom: 80px;
}

@media (max-width: 1285px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }

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

  .home-wr {
    min-height: 860px;
  }
}

@media (max-width: 854px) {
  .footer__container {
    margin-bottom: 25px;
  }

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

  .footer-btn {
    margin: 0;
    margin-top: 20px;
    margin-left: -30px;
    width: 250px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: revert;
  }
}

@media (max-width: 767px) {
  .footer__container {
    grid-template-columns: 243px 243px;
    grid-gap: auto;
  }

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

  .footer-right form {
    min-width: 180px;
  }

  .footer__item--last {
    grid-column: 1;
  }
}

@media (max-width: 575px) {
  .footer__container {
    grid-template-columns: 1fr;
    grid-gap: auto;
  }

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

  .footer-right form {
    min-width: 180px;
  }

  .footer__item--last {
    grid-column: 1;
  }
}

.liveinter {
  display: none;
}

.similar-card__title>a {
  color: #000;
}

.optom-text>* {
  margin-bottom: 20px;
}

.optom-text-title {
  font-weight: 700;
}

.optom-text {
  margin-bottom: 60px;
}

.question-optom {
  margin-bottom: 80px;
}

.section-catalog-cart-optom {
  height: 240px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  position: relative;
}

.section-catalog-card-content-optom {
  margin-bottom: 50px;
  margin-right: 0;
}

.section-catalog-card-content-optom>.section-catalog-card__header {
  margin-bottom: 0;
  width: 100%;
}

.section-catalog-card-content-optom>.section-catalog-card__header>.section-catalog-card__text {
  text-align: center;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
}

.section-catalog-card-content-optom>.section-catalog-card__header>.section-catalog-card__text>.section-catalog-card__title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
}

.modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont-optom-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.optom-card-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.popup-optom-cont {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  display: none;
  -webkit-transition: display var(--transition-time),
    visibility var(--transition-time);
  -o-transition: display var(--transition-time),
    visibility var(--transition-time);
  transition: display var(--transition-time), visibility var(--transition-time);
}

.popup-optom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);

  /* width: 100%; */
  height: auto;
  padding: 30px 40px;
}

.popup-optom-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.optom-h2 {
  margin-bottom: 30px;
}

.popup-optom-modal::before {
  content: unset;
}

.popup-optom-modal::after {
  content: unset;
}

.popup-optom-modal {
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .cont-optom-links .section-catalog-card__icon {
    right: -45px;
  }
}

@media (max-width: 1077px) {
  .popup-optom-modal {
    max-width: unset;
  }

  .section-catalog-cart-optom:nth-child(4) {
    width: 47%;
  }

  .section-catalog-cart-optom:nth-child(8) {
    width: 47%;
  }

  .section-catalog-cart-optom:nth-child(12) {
    width: 47%;
  }

  .home-wr {
    min-height: 900px;
  }
}

@media (max-width: 991px) {
  .cont-optom-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .popup-optom-modal {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .section-catalog-cart-optom:nth-child(4) {
    width: 100%;
  }

  .section-catalog-cart-optom:nth-child(8) {
    width: 100%;
  }

  .section-catalog-cart-optom:nth-child(12) {
    width: 100%;
  }

  .home-wr {
    min-height: 980px;
  }
}

@media (max-width: 630px) {
  .cont-optom-links {
    grid-template-columns: repeat(1, 1fr);
  }

  .cont-optom-links .section-catalog-card__icon {
    right: -30px;
  }

  .cont-optom-links .section-catalog-card--small {
    margin-bottom: 0;
  }

  .cont-optom-links .new-section-catalog-card:before {
    background-size: cover;
    width: 100%;
    height: 98%;
  }
}

@media (max-width: 424px) {
  .cont-optom-links .section-catalog-card__title {
    font-size: 14px;
  }

  .cont-optom-links .section-catalog-card__icon {
    display: none;
  }
}

.section-catalog-cart-optom {
  position: relative;
}

.section-catalog-cart-optom img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.optom-content .section-catalog__container {
  gap: 30px;
}

.description__text ul {
  margin-bottom: 30px;
}

.description__text li {
  margin-left: 20px;
  list-style-type: disc;
}

.stomtologi-tabs {
  margin-bottom: 30px;
}

.stomtologi-heading {
  margin-bottom: 35px;
}

.stamotologi-content {
  border-radius: 40px;
  background-color: #fff;
}

.tab-links {
  display: flex;
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  border-bottom: 4px solid #8ed9f8;
  margin-bottom: 20px;
}

.tab-links-item {
  width: 50%;
  padding: 40px 0;
  text-align: center;
  cursor: pointer;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  /* opacity: 0.4000000059604645; */
}

.tab-links-item.active {
  background: linear-gradient(180deg, #8ed7f5 0%, #7f8793 100%);
  color: #fff;
  /* position: relative;
  z-index: 0; */
}

.tab-links-item:hover {
  font-size: 24px;
  line-height: 0.9;
}

.section_list_container {}

.stomatalogi-items-cont {
  padding: 0 20px;
  display: none;
}

.stomatalogi-items-cont.active {
  display: block;
}

@media (max-width: 767px) {
  .tab-links {
    flex-direction: column;
  }

  .tab-links-item {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .tab-links-item {
    font-size: 20px;
  }
}

.section-desc h2 {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 25px;
  border-bottom: 4px solid #8ed9f8;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.home-wr-detail.home-wr {
  /* background: url("../img/detail-banner-bg.jpg"); */
  min-height: 580px;
  position: relative;
  margin-bottom: 200px;
}

.new-form-banner {
  display: none;
}

.home-wr-detail.home-wr .new-form-banner {
  background-image: none;
  display: block;
}

.home-wr-detail.home-wr .form-banner__form input[type="submit"] {
  background: linear-gradient(180deg, #bcc4cc 0%, #fbfcfc 100%);
}

.content-table table {
  margin-bottom: 50px;
}

.content-table td {
  text-align: center;
}

.content-table td::first-letter {
  text-transform: uppercase;
}

.article-news-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.article-news-flex-img {
  width: 40%;
  flex-shrink: 0;
}

.article-news-flex-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 780px) {
  .article-news-flex {
    display: block;
  }

  .article-news-flex-img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.form-banner-main {
  margin-top: -150px;
}

.form-banner-main .form-banner__title {
  /* opacity: 0; */
}

@media (max-width: 1285px) {
  .home-wr {
    /* min-height: 850px; */
  }

  .form-banner-main {
    margin-top: -90px;
  }
}

@media (max-width: 767px) {
  .home-wr {
    /* min-height: 920px; */
  }

  .form-banner-main {
    margin-top: -60px;
  }
}

@media (max-width: 400px) {
  .home-wr {
    /* min-height: 960px; */
  }

  .form-banner-main {
    margin-top: -60px;
  }
}

@media (max-width: 900px) {
  .home-wr-detail.home-wr {
    margin-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .home-wr-detail.home-wr {
    margin-bottom: 300px;
  }
}

.order {
  display: none !important;
}

.card__count-btn-prev {
  padding: 13px 20px;
  margin-bottom: 0;
}

.counter__sumbol-prev {
  width: 32px;
  height: 29px;
  background-color: #e8f1fa;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  border-radius: 11px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  margin: 0 4px;
}

.production-tabs_new {
  display: flex;
  flex-direction: column;
}

.production-tabs_new .production__wrapper {
  padding-top: 0;
  border-radius: 0;
  background-color: transparent;
}

.production-tabs_new .production-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.production-tabs_new .production-item {
  padding: 30px;
  border-bottom: 0;
  border-radius: 20px;
}

.production-tabs_new .production-tabs__item.active {
  border-bottom: 0;
  background-image: none;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.production-tabs_new .production-tabs__item {
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.production-tabs_new .production-tabs__item.active .production-item {
  background-image: none;
}

.production-tabs_new .tabs-content.active {
  margin-top: -17px;
  padding-bottom: 30px;
}

.production-tabs_new ul.production-tabs__content-list {
  margin-left: 170px;
}

.production-tabs_new .production-tabs__item.active .production-item__icon {
  background-image: url(./../img/icons/btn_b_next.png);
  transform: rotate(90deg);
}

.production-tabs_new .production-tabs__item.active .production-item__icon,
.production-tabs_new .production-item:hover .production-item__icon {
  background-image: url(./../img/icons/btn_b_next.png);
}

.production-tabs_new .production-item:hover .production-item__icon {}

.production-tabs_new {}

.content ul.list {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.content ul.list_type_gradient {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.content ul.list_type_gradient li {
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: -webkit-linear-gradient(to right, #f695a6, #800080);
  background: linear-gradient(to right, #f695a6, #800080);
  background: linear-gradient(180deg, #8ed7f6 0%, #999da2 100%);
  flex: 1 1 234px;
}

.content ul.list_type_circle {
  margin-left: 30px;
}

.content ul.list_type_circle li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.content ul.list_type_circle li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.order2 {
  margin-bottom: 80px;
}

.order2 .order__content {
  border: none;
  box-shadow: none;
  background: none;
}

.news-detail .section-desc__new {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}

.news-detail .section-desc__new li {
  background: rgba(92, 180, 217, 1);
  padding: 10px;
  border-radius: 5px;
}

.news-detail .section-desc__new li a {
  color: #fff;
}

.stati__inner-info {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.stati__inner-info-count {
  border: 1px solid #d9d9d9;
  max-width: 100%;
  padding: 17px 0px 17px 35px;
  display: flex;
  flex-wrap: wrap;
}

.stati__inner-info-count span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 0 25px;
  color: black;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.stati__inner-info-count span:first-child {
  padding: 0 25px 0 0px;
}

.stati__inner-info-count span:last-of-type {
  color: rgba(92, 180, 217, 1);
  font-weight: 500;
}

.stati__inner-info-count span:not(:last-child)::after {
  content: "";
  border: 0.1rem solid #d9d9d9;
  height: 24px;
  position: absolute;
  right: 0;
}

.stati__inner-info-golos {
  background: rgba(92, 180, 217, 1);
  color: white;
  padding: 20px;
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 325px;
}

.counter,
.name_info_golos {
  margin: 0 auto;
}

.stati__inner-info-golos div {
  border: 1px solid white;
  border-radius: 2px;
  padding: 5px;
  position: relative;
}

.like_or_dislike {
  display: flex;
  width: 65px;
  justify-content: space-between;
}

.like {
  display: flex;
  margin-bottom: 0px;
}

.like_none,
.dislike_none {
  display: none;
  margin-bottom: 0px;
}

.dislike {
  display: flex;
  margin-bottom: 0px;
}

.one_like {
  margin: 0 auto;
  display: none;
}

.like_or_dislike .like svg:hover {
  transform: rotate(-12deg);
}

.like::after {
  content: "";
  border: 0.1rem solid white;
  height: 24px;
  position: absolute;
  right: 50%;
}

@media (max-width: 1285px) {
  .stati__inner-info {
    flex-direction: column;
  }

  .stati__inner-info-count {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .stati__inner-info-count {
    flex-direction: column;
    gap: 10px;
  }

  .stati__inner-info-count span {
    padding: 0;
  }
}

.form-for-articles {
  /* background: linear-gradient(90.53deg, #A0A7B3 22%, #B5BCC7 46.09%, #D7DDE5 65.73%, #A0A7B3 100%); */
  width: 100%;
  border-radius: 0;
  position: relative;
}

.form-for-articles::before {
  content: "";
  background: linear-gradient(90.53deg,
      #a0a7b3 22%,
      #b5bcc7 46.09%,
      #d7dde5 65.73%,
      #a0a7b3 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.form-for-articles .form__container {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
  gap: 35px;
}

@media (max-width: 576px) {
  .form-for-articles .form__container {
    flex-direction: column;
  }
}

input.button-for-articles {
  background: linear-gradient(180deg, #bcc4cc 0%, #fbfcfc 100%);
  padding: 12px 16px;
  max-width: 470px;
  width: 100%;
  height: unset;
  border-radius: 40px;
  color: black;
}

form.form-for-articles::after {
  content: "";
  position: absolute;
  background-image: url(./../img/after-form-article.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  width: 430px;
  height: 160px;
}

@media (max-width: 1760px) {
  form.form-for-articles::after {
    display: none;
  }
}

.button-checkbox {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.button-checkbox .checkbox__text {
  color: black;
  max-width: 426px;
}

/*.like_or_dislike {*/
/*  display: flex;*/
/*  width: 65px;*/
/*  justify-content: space-between;*/
/*}*/

/*.like {*/
/*  display: flex;*/
/*  margin-bottom: 0px;*/
/*}*/

/*.like_none, .dislike_none {*/
/*  display: none;*/
/*  margin-bottom: 0px;*/
/*}*/

/*.one_like {*/
/*  margin: 0 auto;*/
/*  display: none;*/
/*}*/

/*.dislike {*/
/*  display: flex; margin-bottom: 0px;*/
/*}*/

/*.like_or_dislike span {*/
/*  padding: 7px;*/
/*}*/

/*.like::after {*/
/*  content: "";*/
/*  border: 0.1rem solid white;*/
/*  height: 24px;*/
/*  position: absolute;*/
/*  right: 50%;*/
/*}*/

/*.like_or_dislike .like svg:hover {*/
/*  transform: rotate(-12deg);*/
/*}*/

.hide_like {
  display: none !important;
}

.show_like {
  display: flex !important;
}

.article-form2 .article-form_inner {
  background-image: url(./../img/for-article-form.png);
  width: 100%;
}

.article-form2 .article-form_inner .form__title {
  color: #000;
  text-align: left;
}

.article-form2 .article-form_inner .form__subtitle {
  text-align: left;
}

.article-form2 .article-form_inner .form__container {
  margin: unset;
}

.licens:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background-image: url("./../img/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 65%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.licenses:checked+label:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.checkbox .licens {
  position: relative;
  margin-right: 22px;
  width: 25px;
  height: 26px;
  background-color: #e8f1fa;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-button {
  z-index: 50;
}

.licens.error {
  display: block !important;
}

.text_cover .card__show_count,
.card__time {
  display: flex;
  gap: 8px;
  align-items: center;
}

.news-detail-share {
  padding: 15px 0;
}

/*test2*/
.specification__container {
  margin-bottom: 80px;
}

.attention-wrap p {
  padding: 15px;
  text-align: center;
}

.list_content__wrap {
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 18%);
}

.list_content__item {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  border-bottom: 1px solid #d1d3d5;
}

.list_content__left {
  flex-basis: 20%;
}

.list_content__right {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  flex-basis: 70%;
}

.list_content__right_text {
  flex-basis: 45%;
  font-family: Rubik;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.list_content__right.only-block .list_content__right_text {
  flex-basis: 100%;
}

.list_content__right_image {
  flex-basis: 50%;
}

.list_content__right_img {
  width: 100%;
  object-fit: cover;
  height: 145px;
  border-radius: 10px;
}

.color_list {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  font-family: Rubik;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 19px;
  letter-spacing: 0em;
}

.color_item {
  position: relative;
  padding-left: 30px;
}

.color_item::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 1px;
}

.color_item.color_item_white::after {
  border: 1px solid #bfbfbf;
}

.color_item.color_item_blue::after {
  background: #8ed9f8;
}

.color_item.color_item_darkBlue::after {
  background: #4b91e2;
}

.color_item.color_item_yellow::after {
  background: #ffd600;
}

.color_item.color_item_beige::after {
  background: #e6daa6;
}

.color_item.color_item_green::after {
  background: #40e642;
}

.color_item.color_item_purple::after {
  background: #8b00ff;
}

.list_content__right_li {
  margin-bottom: 10px;
}

.symbols_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.symbols_item_img {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.symbols_item_img::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #90d7f4 0%, #969fa6 100%);
  content: "";
  display: block;
  top: 50%;
  left: 0;
  border-radius: 100%;
  transform: translateY(-50%);
}

.list_content__lastItem {
  border-bottom: none;
  padding-bottom: 0;
  align-items: flex-start;
}

.list_content__firstItem {
  padding-top: 0;
}

.list_content__left_info {
  margin-top: 10px;
  color: #2d2d2d;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.articles {
  margin-bottom: 80px;
}

.articles_item__content {
  max-width: 480px;
  width: 100%;
}

.articles_item__title {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.articles_item__title a {
  color: #000;
}

.articles_item__text {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}

.articles_item {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  gap: 40px;
  justify-content: space-between;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 18%);
  margin-bottom: 20px;
}

.articles_item__link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.articles_item__image {
  max-width: 250px;
}

.articles_item__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.articles_item__time {
  position: relative;
  padding-left: 40px;
  color: #b6b6b6;
}

.articles_item__time::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../img/time_777.png);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.articles_link {
  height: auto;
  color: #1e1e1e;
  line-height: 48px;
  background: linear-gradient(180deg, #8ed7f6 0%, #999da2 100%);
  border-radius: 41px;
  max-width: 304px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.question__desc-optom {
  margin-bottom: 40px;
}

.reviews-swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.new_form-banner {
  background-image: url(../img/background_form-banner.png);
}

@media (max-width: 1090px) {
  .color_list {
    gap: 30px;
  }
}

@media (max-width: 769px) {
  .color_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .list_content__left {
    min-width: 20%;
  }

  .list_content__left_info {
    font-size: 15px;
  }

  .articles_item {
    flex-direction: column;
    align-items: center;
  }

  .articles_item__link {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .list_content__right {
    flex-direction: column-reverse;
    align-items: center;
  }

  .list_content__right {
    max-width: 60%;
  }

  .list_content__wrap {
    padding: 30px;
  }

  .list_content__item {
    align-items: flex-start;
    gap: 60px;
    column-gap: 30px;
  }

  .symbols_list {
    grid-template-columns: 1fr;
  }

  .list_content__right_text {
    font-size: 14px;
  }

  .color_list {
    grid-template-columns: 1fr;
    width: 100%;
    font-size: 14px;
  }

  .list_content__right_ul {
    width: 100%;
  }

  .list_content__right_text {
    width: 100%;
    word-wrap: break-word;
  }

  .home-wr {
    min-height: 1070px;
  }
}

.popup_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  font-family: Arial, Helvetica, Verdana, Georgia, Times, serif;
  display: none;
}

.window_cookie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  border-radius: 0 20px 0 0;
}

.close_pop {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.window_cookie__text {
  color: #7f7f7f;
  margin-bottom: 10rem;
}

.window_cookie__btn {
  display: block;
  padding: 5px 15px;
  font-size: 13px;
  transition: 0.3s ease-in;
  cursor: pointer;
  color: #222;
  background-color: #8ed9f8;
  border: none;
  border: 1px solid #ffffff00;
  border-radius: 8px;
  color: #222;
}

.window_cookie__btn.reject {
  background-color: #d7d7d7;
}

.window_cookie__btn:hover {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
}

.product-block.basket .product-pages-slider-link {
  width: unset !important;
  display: flex;
  align-items: center;
}

.item-basket__wrap {
  width: 100%;
}

div.news-detail .preview-pict img {
  max-width: 420px;
  border-radius: 20px;
}

div.news-detail img {
  max-width: 350px;
  border-radius: 20px;
}

.preview-pict {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}

.preview-pict p {
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flex-statii {
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  padding: 20px;
  margin: 15px 0;
  justify-content: space-between;
}

.flex-statii ul {
  flex-basis: 50%;
}

.marc-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  counter-reset: section-statii;
  list-style-type: none;
}

.marc-list>li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  padding-top: 35px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#8ed9f8),
      color-stop(108%, #949599));
  background-image: -o-linear-gradient(top, #8ed9f8 0%, #949599 108%);
  background-image: linear-gradient(180deg, #8ed9f8 0%, #949599 108%);
  flex: 1 1 234px;
  max-width: fit-content;
}

.marc-list>li::before,
.marc-list-ol>li::before {
  display: none;
}

.marc-list>li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 35px;
  height: 35px;
  background-color: #53c4f3;
  border-bottom-right-radius: 20px;
  padding-left: 10px;
  counter-increment: section-statii;
  content: counters(section-statii, ".") " ";
}

.marc-list-ol {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  counter-reset: section-statii-ol;
  list-style-type: none;
}

.marc-list-ol li {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  padding: 17px;
  padding-left: 45px;
  position: relative;
}

.marc-list-ol>li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #8ed9f8;
  border-radius: 50px;
  counter-increment: section-statii-ol;
  content: counters(section-statii-ol, ".") " ";
  display: flex;
  align-items: center;
  justify-content: center;
}

section.form-banner.optom-banner.new_form-banner.special_2,
section.articles.special_2 {
  display: none;
}

.tags a {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
  padding: 5px 11px 6px;
  color: #999999;
  font-size: 0.8em;
  border-radius: 4px;
  margin: 0px 2px;
  line-height: 34px;
  color: #fff !important;
  font-size: 14px !important;
}

.tags a:hover {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
}

@media (max-width: 767px) {

  .flex-statii,
  .preview-pict {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  div.news-detail img {
    width: 300px;
  }
}

.delivery .f-block {
  background-repeat: no-repeat;
  background-image: url(../img/ban-deliv.png);
  height: 378px;
}

.delivery .f-block .container {
  padding-top: 290px;
  display: flex;
  gap: 20px;
}

.delivery .f-block .container .f-block_cont {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 50px;
  max-width: 380px;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03),
    0px 20px 24px -6px rgba(0, 0, 0, 0.08);
}

.delivery .f-block .container .f-block_cont .f-block_cont-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 21.6px;
  color: rgba(45, 45, 45, 1);
  border-bottom: 1px solid rgba(209, 211, 213, 1);
  padding-bottom: 10px;
  text-transform: uppercase;
}

.delivery .f-block .container .f-block_cont .f-block_cont-text {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: rgba(79, 79, 79, 1);
}

.delivery .f-block_cont .f-block_cont-info {
  position: relative;
  width: 100%;
  height: 50%;
}

.delivery .f-block_cont .f-block_cont-info::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_734_4)'%3E%3Cpath d='M11.4036 -0.000197611C8.45913 0.0457449 5.65075 1.24745 3.58443 3.34564C2.55593 4.37399 1.74442 5.59842 1.19803 6.9463C0.651633 8.29417 0.381483 9.73806 0.4036 11.1923C0.402392 12.6127 0.681416 14.0193 1.22469 15.3317C1.76796 16.6441 2.56481 17.8364 3.56959 18.8403C4.57437 19.8442 5.76734 20.6401 7.08017 21.1822C8.393 21.7244 9.7999 22.0022 11.2203 21.9998H11.4036C14.3462 21.9732 17.1577 20.7793 19.2204 18.6805C21.2831 16.5818 22.428 13.7499 22.4036 10.8073C22.4063 9.37099 22.1222 7.94859 21.568 6.62353C21.0137 5.29846 20.2005 4.0974 19.1759 3.09077C18.1514 2.08415 16.9361 1.29223 15.6015 0.761453C14.2668 0.230678 12.8396 -0.0282675 11.4036 -0.000197611ZM10.0286 15.1615C10.0211 14.9772 10.0513 14.7933 10.1172 14.6211C10.1832 14.4488 10.2836 14.2918 10.4123 14.1597C10.541 14.0276 10.6953 13.9231 10.8657 13.8526C11.0362 13.7821 11.2192 13.7472 11.4036 13.7498C11.7646 13.7519 12.111 13.8931 12.3705 14.1441C12.63 14.3951 12.7828 14.7365 12.7969 15.0973C12.8043 15.2788 12.775 15.46 12.7106 15.6299C12.6462 15.7998 12.5481 15.9549 12.4222 16.0859C12.2964 16.2169 12.1453 16.3211 11.9781 16.3922C11.8109 16.4634 11.6311 16.5 11.4494 16.4998C11.0852 16.5049 10.7332 16.3681 10.468 16.1184C10.2028 15.8686 10.0452 15.5254 10.0286 15.1615ZM10.4869 11.4948V5.9948C10.4869 5.75169 10.5835 5.51853 10.7554 5.34662C10.9273 5.17471 11.1605 5.07814 11.4036 5.07814C11.6467 5.07814 11.8799 5.17471 12.0518 5.34662C12.2237 5.51853 12.3203 5.75169 12.3203 5.9948V11.4948C12.3203 11.7379 12.2237 11.9711 12.0518 12.143C11.8799 12.3149 11.6467 12.4115 11.4036 12.4115C11.1605 12.4115 10.9273 12.3149 10.7554 12.143C10.5835 11.9711 10.4869 11.7379 10.4869 11.4948Z' fill='url(%23paint0_linear_734_4)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_734_4' x1='11.4032' y1='-0.0022583' x2='11.4032' y2='21.9998' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238FD8F6'/%3E%3Cstop offset='1' stop-color='%23939BA2'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_734_4'%3E%3Crect width='22' height='22' fill='white' transform='translate(0.403687)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  right: 15%;
  width: 22px;
  height: 22px;
}

.delivery .f-block_cont .f-block_cont-info-cont {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 52px;
  background: linear-gradient(180deg, #fff 0%, #dadbdc 100%), #fff;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
}

.delivery .f-block_cont .f-block_cont-info:hover .f-block_cont-info-cont {
  opacity: 1;
}

.delivery .s-block {
  margin-top: 125px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.03),
    0px 20px 24px -6px rgba(0, 0, 0, 0.08);
  padding: 30px;
  padding-bottom: 50px;
}

.delivery .s-block .s-block-tit {
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 500;
  max-width: 750px;
}

.delivery .s-block .s-block-img {
  display: flex;
  gap: 61px;
  padding-top: 30px;
}

.delivery .s-block .s-block-cont {
  padding: 32px;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #fff 0%, #dadbdc 100%), #b3bac4;
  border-radius: 50px;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 87px;
}

.delivery .s-block .s-block-cont span {
  color: #65a8c3;
}

.delivery .s-block .s-block-cont::after {
  position: absolute;
  content: "";
  background-image: url(../img/mach-deliv.png);
  background-repeat: no-repeat;
  width: 242px;
  height: 141px;
  top: -25px;
  right: 0;
}

.delivery .s-block .s-block-cont::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-deliv.png);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  top: 15px;
  left: 15px;
  border-radius: 50px;
}

.delivery .th-block {
  padding-top: 110px;
}

.stages__content {
  position: relative;
}

.stages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.stages__line {
  position: absolute;
  top: 45px;
  left: 0;
}

.stages__item {
  width: 270px;
  text-align: center;
  margin: 23px 120px 0 0;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.stages__item-last {
  margin-top: 45px;
  margin-left: 76px;
}

.stages__item-img {
  width: 46px;
  height: 46px;
  background: var(--1, linear-gradient(180deg, #8fd8f6 0%, #939ba2 100%));
  border-radius: 50%;
  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;
}

.stages__items {
  counter-reset: section;
}

.stages__item .stages__item-img::before {
  counter-increment: section;
  content: "0" counters(section, ".") " ";
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.stages__item-title {
  font-size: 15px;
  line-height: 110%;
  margin-top: 15px;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.stages__item-text {
  font-size: 20px;
  color: #3a3a3a;
  margin-top: 20px;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.stages__item-butt a {
  padding: 12px 75px;
  border-radius: 41px;
  background: var(--1, linear-gradient(180deg, #8fd8f6 0%, #939ba2 100%));
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 111px;
}

.stages__item-butt a::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_736_258)'%3E%3Cpath d='M11 11.25C11.0663 11.25 11.1299 11.2237 11.1768 11.1768C11.2237 11.1299 11.25 11.0663 11.25 11V0.5C11.25 0.433696 11.2237 0.370107 11.1768 0.323223C11.1299 0.276339 11.0663 0.25 11 0.25H4.5C3.50544 0.25 2.55161 0.645088 1.84835 1.34835C1.14509 2.05161 0.75 3.00544 0.75 4V11C0.75 11.0663 0.776339 11.1299 0.823223 11.1768C0.870107 11.2237 0.933696 11.25 1 11.25H11ZM8.5 7.25H7C6.9337 7.25 6.87011 7.27634 6.82322 7.32322C6.77634 7.37011 6.75 7.4337 6.75 7.5V9C6.75 9.19891 6.67098 9.38968 6.53033 9.53033C6.38968 9.67098 6.19891 9.75 6 9.75C5.80109 9.75 5.61032 9.67098 5.46967 9.53033C5.32902 9.38968 5.25 9.19891 5.25 9V7.5C5.25 7.4337 5.22366 7.37011 5.17678 7.32322C5.12989 7.27634 5.0663 7.25 5 7.25H3.5C3.30109 7.25 3.11032 7.17098 2.96967 7.03033C2.82902 6.88968 2.75 6.69891 2.75 6.5C2.75 6.30109 2.82902 6.11032 2.96967 5.96967C3.11032 5.82902 3.30109 5.75 3.5 5.75H5C5.0663 5.75 5.12989 5.72366 5.17678 5.67678C5.22366 5.62989 5.25 5.5663 5.25 5.5V4C5.25 3.80109 5.32902 3.61032 5.46967 3.46967C5.61032 3.32902 5.80109 3.25 6 3.25C6.19891 3.25 6.38968 3.32902 6.53033 3.46967C6.67098 3.61032 6.75 3.80109 6.75 4V5.5C6.75 5.5663 6.77634 5.62989 6.82322 5.67678C6.87011 5.72366 6.9337 5.75 7 5.75H8.5C8.69891 5.75 8.88968 5.82902 9.03033 5.96967C9.17098 6.11032 9.25 6.30109 9.25 6.5C9.25 6.69891 9.17098 6.88968 9.03033 7.03033C8.88968 7.17098 8.69891 7.25 8.5 7.25Z' fill='white'/%3E%3Cpath d='M12.75 11C12.75 11.0663 12.7763 11.1299 12.8232 11.1768C12.8701 11.2237 12.9337 11.25 13 11.25H24C24.0663 11.25 24.1299 11.2237 24.1768 11.1768C24.2237 11.1299 24.25 11.0663 24.25 11V4C24.25 3.00544 23.8549 2.05161 23.1517 1.34835C22.4484 0.645088 21.4946 0.25 20.5 0.25H13C12.9337 0.25 12.8701 0.276339 12.8232 0.323223C12.7763 0.370107 12.75 0.433696 12.75 0.5V11ZM20.5 7.25H15.5C15.3011 7.25 15.1103 7.17098 14.9697 7.03033C14.829 6.88968 14.75 6.69891 14.75 6.5C14.75 6.30109 14.829 6.11032 14.9697 5.96967C15.1103 5.82902 15.3011 5.75 15.5 5.75H20.5C20.6989 5.75 20.8897 5.82902 21.0303 5.96967C21.171 6.11032 21.25 6.30109 21.25 6.5C21.25 6.69891 21.171 6.88968 21.0303 7.03033C20.8897 7.17098 20.6989 7.25 20.5 7.25Z' fill='white'/%3E%3Cpath d='M11.25 13C11.25 12.9337 11.2237 12.8701 11.1768 12.8232C11.1299 12.7763 11.0663 12.75 11 12.75H1C0.933696 12.75 0.870107 12.7763 0.823223 12.8232C0.776339 12.8701 0.75 12.9337 0.75 13V20C0.75 20.9946 1.14509 21.9484 1.84835 22.6517C2.55161 23.3549 3.50544 23.75 4.5 23.75H11C11.0663 23.75 11.1299 23.7237 11.1768 23.6768C11.2237 23.6299 11.25 23.5663 11.25 23.5V13ZM3.5 16C3.39173 15.9483 3.29744 15.8714 3.22506 15.7757C3.15268 15.68 3.10431 15.5683 3.08402 15.45C3.06373 15.3318 3.07211 15.2104 3.10846 15.096C3.1448 14.9817 3.20805 14.8777 3.29289 14.7929C3.37774 14.7081 3.4817 14.6448 3.59604 14.6085C3.71039 14.5721 3.83179 14.5637 3.95005 14.584C4.06831 14.6043 4.17997 14.6527 4.27567 14.7251C4.37136 14.7974 4.44829 14.8917 4.5 15L5.79 16.29C5.81332 16.3142 5.84128 16.3334 5.87221 16.3466C5.90313 16.3597 5.93639 16.3665 5.97 16.3665C6.0036 16.3665 6.03687 16.3597 6.06779 16.3466C6.09872 16.3334 6.12668 16.3142 6.15 16.29L7.5 15C7.55171 14.8917 7.62864 14.7974 7.72434 14.7251C7.82003 14.6527 7.93169 14.6043 8.04995 14.584C8.16821 14.5637 8.28961 14.5721 8.40396 14.6085C8.5183 14.6448 8.62226 14.7081 8.70711 14.7929C8.79195 14.8777 8.8552 14.9817 8.89154 15.096C8.92789 15.2104 8.93626 15.3318 8.91598 15.45C8.89569 15.5683 8.84732 15.68 8.77494 15.7757C8.70256 15.8714 8.60827 15.9483 8.5 16L7.24 17.32C7.2158 17.3433 7.19656 17.3713 7.18341 17.4022C7.17027 17.4331 7.16349 17.4664 7.16349 17.5C7.16349 17.5336 7.17027 17.5669 7.18341 17.5978C7.19656 17.6287 7.2158 17.6567 7.24 17.68L8.5 19C8.62299 19.1375 8.69098 19.3155 8.69098 19.5C8.69098 19.6845 8.62299 19.8625 8.5 20C8.36249 20.123 8.18448 20.191 8 20.191C7.81552 20.191 7.63751 20.123 7.5 20L6.18 18.74C6.15668 18.7158 6.12872 18.6966 6.09779 18.6834C6.06686 18.6703 6.03361 18.6635 6 18.6635C5.96639 18.6635 5.93314 18.6703 5.90221 18.6834C5.87128 18.6966 5.84332 18.7158 5.82 18.74L4.5 20C4.36249 20.123 4.18448 20.191 4 20.191C3.81552 20.191 3.63751 20.123 3.5 20C3.37701 19.8625 3.30902 19.6845 3.30902 19.5C3.30902 19.3155 3.37701 19.1375 3.5 19L4.79 17.71C4.8142 17.6867 4.83344 17.6587 4.84659 17.6278C4.85973 17.5969 4.86651 17.5636 4.86651 17.53C4.86651 17.4964 4.85973 17.4631 4.84659 17.4322C4.83344 17.4013 4.8142 17.3733 4.79 17.35L3.5 16Z' fill='white'/%3E%3Cpath d='M13 12.75C12.9337 12.75 12.8701 12.7763 12.8232 12.8232C12.7763 12.8701 12.75 12.9337 12.75 13V23.5C12.75 23.5663 12.7763 23.6299 12.8232 23.6768C12.8701 23.7237 12.9337 23.75 13 23.75H20.5C21.4946 23.75 22.4484 23.3549 23.1517 22.6517C23.8549 21.9484 24.25 20.9946 24.25 20V13C24.25 12.9337 24.2237 12.8701 24.1768 12.8232C24.1299 12.7763 24.0663 12.75 24 12.75H13ZM14.75 16.5C14.7526 16.3019 14.8324 16.1126 14.9725 15.9725C15.1126 15.8324 15.3019 15.7526 15.5 15.75H20.5C20.6989 15.75 20.8897 15.829 21.0303 15.9697C21.171 16.1103 21.25 16.3011 21.25 16.5C21.25 16.6989 21.171 16.8897 21.0303 17.0303C20.8897 17.171 20.6989 17.25 20.5 17.25H15.5C15.3019 17.2474 15.1126 17.1676 14.9725 17.0275C14.8324 16.8874 14.7526 16.6981 14.75 16.5ZM15.5 18.75H20.5C20.6989 18.75 20.8897 18.829 21.0303 18.9697C21.171 19.1103 21.25 19.3011 21.25 19.5C21.25 19.6989 21.171 19.8897 21.0303 20.0303C20.8897 20.171 20.6989 20.25 20.5 20.25H15.5C15.3011 20.25 15.1103 20.171 14.9697 20.0303C14.829 19.8897 14.75 19.6989 14.75 19.5C14.75 19.3011 14.829 19.1103 14.9697 18.9697C15.1103 18.829 15.3011 18.75 15.5 18.75Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_736_258'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 75px;
  top: 10px;
}

.stages__item-butt {
  margin-top: 173px;
}

.article-form-deliv .article-form_inner {
  background-image: url(./../img/for-article-form-1.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-form-deliv {
  margin: 100px 0;
}

.article-form-deliv .form__title,
.form__subtitle {
  text-align: left;
  color: #000;
}

.article-form-deliv .form__container {
  margin: unset;
  display: inline-flex;
}

.article-form-deliv .form-block {
  width: 327px;
}

.article-form-deliv .checkbox__text {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 100%;
}

.article-form-deliv .deliv-butt {
  border-radius: 41px;
  background: linear-gradient(180deg, #bcc4cc 0%, #fbfcfc 100%);
  margin: 0;
  height: 48px;
  color: #000;
}

.delivery .checkbox {
  padding-bottom: 15px;
}

@media (max-width: 1285px) {
  .stages__item {
    margin: 23px 50px 0 0;
  }

  .stages__item-last {
    margin-top: 20px;
    margin-left: 20px;
  }

  .stages__item-butt a {
    padding: 12px 40px;
    padding-left: 90px;
  }

  .stages__item-butt a::before {
    left: 60px;
  }

  .stages__item-butt {
    margin-top: 130px;
  }
}

@media (max-width: 1077px) {
  .delivery .s-block .s-block-img {
    gap: 42px;
    flex-wrap: wrap;
  }

  .stages__line,
  .stages__item__img {
    display: none;
  }

  .stages__items {
    justify-content: space-between;
  }

  .delivery .s-block .s-block-cont::after {
    display: none;
  }

  .stages__item-butt {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .delivery .s-block {
    margin-top: 500px;
  }

  .delivery .f-block .container {
    padding-top: 230px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stages__item-last {
    margin-left: unset;
  }

  .article-form-deliv .form__container {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .stages__items {
    justify-content: center;
  }
}

#popup-form {
  display: none;
  background: black;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

#popup-form-inner {
  /*background: #ffffff;*/
  padding: 10px;
  height: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -225px;
  /* max-width: 450px;
  width: 100%; */
}

a#close {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
  border: none;
  outline: none;
  top: 8px;
  right: 15px;
  z-index: 1;
  font-size: 50px;
  color: #5a5a5a;
}

.popup-form-inner .visual_success {
  top: -7%;
}

@media (max-width: 450px) {
  #popup-form-inner {
    margin-left: -200px;
  }
}

/* div#popup-form-inner .question__form {
  width: 100%;
} */

.article-form-deliv .form__container {
  max-width: 690px;
}

.article-form-deliv .form-block.form-block--message {
  width: 560px;
}

@media (max-width: 575px) {
  .article-form-deliv .form__container {
    flex-direction: column-reverse;
  }

  .article-form-deliv .form-block.form-block--message {
    max-width: 325px;
  }
}

.delivery .f-block .container .f-block_cont:hover {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(-1%, #798290),
      color-stop(101%, #b4bbc4));
  background-image: -o-linear-gradient(bottom, #798290 -1%, #b4bbc4 101%);
  background-image: linear-gradient(0deg, #798290 -1%, #b4bbc4 101%);
}

.delivery .s-block .s-block-img img {
  transition: 0.3s;
}

.delivery .s-block .s-block-img img:hover {
  scale: 1.1;
}

.stages__item:hover {
  scale: 1.1;
}

.about-contact__item {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 30px 30px 30px 50px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1080px) {
  .about-contact iframe {
    position: absolute;
    height: 300px;
  }

  .about-contact .container {
    position: static;
  }

  .about-contact__container {
    flex-direction: column;
    row-gap: 350px;
    align-items: center;
  }

  .about-contact__container .form-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 424px) {
  .about-contact__container .form-wrapper {
    margin-bottom: 100px;
  }
}

.main .container {
  margin-bottom: 40px;
}

.questions {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.questions details {
  padding-bottom: 5px;
  border-bottom: 1px solid #5a5a5a;
}

.questions details summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  list-style: none;
}

.questions details summary::after {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  content: url("/local/templates/main/img/arrow-up-circle.svg");
  transition: transform 0.5s;
}

.questions details[open] summary~* {
  animation: sweep 0.5s ease-in-out;
}

.questions details[open] summary::after {
  transform: rotate(270deg);
}

.questions details div {
  padding-left: 20px;
}

.questions details summary:hover::after {
  animation: arrowDance 0.7s infinite linear;
}

.questions details[open] summary:hover::after {
  animation: none;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes arrowDance {
  /* 0% {
    transform: rotate(160deg);
  }
  50% {
    transform: rotate(200deg);
  }
  100% {
    transform: rotate(160deg);
  } */

  0% {
    top: -0.25em;
  }

  50% {
    top: 0em;
  }

  100% {
    top: -0.25em;
  }
}

.questions__title {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.content__body {
  display: flex;
  gap: 20px;
}

.content__keep {
  position: sticky;
  top: 20px;
  display: flex;
  height: fit-content;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #5a5a5a;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
}

.content-keep__body ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.content-keep__body ul a {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #5a5a5a;
  transition: color 0.3s;
}

.content-keep__body ul a:hover {
  color: #8ed9f8;
}

.content-keep__body ul li ul {
  padding-left: 10px;
}

.content-keep__body ul li ul a {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.content-keep-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news-detail h3 {
  margin-block: 10px;
}

.news-detail h4 {
  margin-block: 10px;
}

.map-columns .map-level-0 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.map-columns .map-level-0 a {
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #5a5a5a;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.map-columns .map-level-0 a:hover {
  color: #000;
  font-weight: 500;
}

.map-columns .map-level-1 a {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: #000000;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-transform: none;
}

.map-columns .map-level-1 a:hover {
  color: #000;
  font-weight: 500;
}

.map-columns .map-level-0 .map-level-1 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-left: 20px;
}

.map-columns .map-level-1 {
  padding-top: 10px;
}

.list_content__right--row {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: start;
}

.list_content__right--row .symbols_item_text {
  position: relative;
  padding-left: 20px;
}

.list_content__right--row .symbols_item_text::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #90d7f4 0%, #969fa6 100%);
  content: "";
  display: block;
  top: 50%;
  left: 0;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1080px) {
  .content__body {
    flex-direction: column-reverse;
  }

  .content__keep {
    white-space: normal;
    position: static;
  }
}