.info-window .window {
  padding: 65px 44px 40px;
}
.info-window h2 {
  margin-bottom: 30px !important;
}
.info-window h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.info-window p {
  line-height: 20px;
  margin-bottom: 15px;
}
.info-window a {
  color: #0bbdff;
  text-decoration: underline;
}
.info-window a:hover {
  text-decoration: none;
}

@media (max-width: 959px) {
  .window {
    width: 97% !important;
  }
}

@media (max-width: 768px) {
  .info-window .window {
    padding: 50px 15px 16px !important;
  }
  .window h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 411px) {
  .window h2 {
    font-size: 19px !important;
  }
}

.table-wrap {
  width: 100%;
  overflow-y: auto;
}
.table-wrap table {
  max-width: 600px;
}

#block-webshop-local-tasks ul li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
}
#block-webshop-local-tasks ul li:before {
  display: none;
}
#block-webshop-local-tasks ul li a {
  padding: 5px 10px;
  border: 1px solid;
}
#block-webshop-local-tasks ul {
  margin-top: 10px;
}

.shadow {
  background: #000000b5;
  position: fixed;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  display: none;
}

.form.otpravit {
  position: fixed;
  max-width: 723px;
  width: 100%;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 6;
  padding: 30px;
  display: none;
  bottom: 10%;
  overflow-y: scroll;
  box-sizing: border-box;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.form.otpravit::-webkit-scrollbar {
  width: 0;
}
.form.otpravit form h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #0bbdff;
}
.form.otpravit form input[type="text"],
.form.otpravit form input[type="email"] {
  margin: 0 0 14px;
}
form textarea {
  resize: vertical;
}
.form.otpravit form textarea {
  min-height: 189px;
  height: 189px;
  max-height: 200px;
}
.form.otpravit input[type="radio"] {
  display: none;
}
.form.otpravit input[type="radio"] ~ label {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form.otpravit input[type="radio"] ~ label::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #0bbdff;
  transition: background-color 0.2s;
}
.form.otpravit input[type="radio"]:checked ~ label::before {
  background-color: #0bbdff;
}
.form.otpravit #edit-vyberite-ot-chego-imeni-vy-deystvuyte--wrapper {
  margin-bottom: 18px;
}
.form.otpravit #edit-vyberite-ot-chego-imeni-vy-deystvuyte--wrapper legend {
  display: none;
}
.form.otpravit #edit-delivery--wrapper {
  margin-bottom: 30px;
}
.form.otpravit #edit-delivery--wrapper legend {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.form.otpravit form input[type="submit"] {
  margin-left: 0;
}
.form.otpravit .form-item-adres-sdek label,
.form.otpravit .form-item-vash-obratnyy-adres label {
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}
@media (max-width: 500px) {
  .form.otpravit {
    width: 97%;
    padding: 35px 20px;
  }
  .form.otpravit {
    top: 5%;
    bottom: 5%;
  }
}

.close {
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.close:hover {
  opacity: 0.8;
}
.close:before,
.close:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.js-form-type-select label {
  margin-bottom: 9px;
}

#edit-processed-text {
  margin-bottom: 30px;
}

#edit-processed-text p {
  line-height: px;
  text-align: center;
}

.backform.otpravka {
  /* font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #0bbdff;
  text-align: center;
  margin-bottom: 30px;*/
  height: 36px;
  margin: 20px 0 60px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0bbdff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.backform.otpravka:hover {
  /* text-decoration: underline; */
  background-color: #0ba1d8;
}

form input[type="text"],
form input[type="email"] {
  background: 0 0;
  outline: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 0 22px;
  margin: 0 0 25px;
}

form textarea {
  background: 0 0;
  outline: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 10px 22px 0;
  margin: 0 0 25px;
}

form h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}

form input[type="submit"] {
  border: 0;
  background: 0 0;
  outline: 0;
  padding: 0;
  cursor: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  font-size: 12px;
  width: 132px;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #0bbdff;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 auto;
}
.js-form-type-select label {
  display: block;
  margin-bottom: 5px;
}
.js-form-type-select select {
  outline: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 0 22px;
  margin: 0 0 25px;
}
.formana {
  margin-bottom: 65px;
}
.page-text + .formana {
  margin-top: -35px;
}

.contacts__map {
  margin-top: 15px;
  width: 920px;
  height: 450px;
}
.certificates__table {
  width: 100%;
  overflow-x: scroll;
}
.certificates__table img {
  max-width: initial;
}

.window-covid .window {
  width: 910px;
  padding: 60px 60px 45px;
}

.window-covid .window p {
  line-height: 22px;
}
.window-container {
  overflow-y: auto;
  padding: 30px 0;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .window-covid .window {
    width: 97%;
    padding: 40px 15px 30px;
  }
}

/* #covid{
  display: none;
  width: 900px;
  padding: 80px 50px 50px;
}
 */

@media (max-width: 1169px) {
  .slider-home .slick-arrow {
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 5px;
  }
  .slider-home__text {
    margin-left: 0;
  }
  .contacts__map {
    width: 100%;
  }
  .certificates__table th {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .catalog-products__name {
    height: 82px;
  }
  .choose-correctly table tr {
    display: flex;
    flex-direction: column;
  }
  .video-review iframe {
    width: 100% !important;
    height: 300px !important;
  }
  .buy-block__guaranty {
    margin-right: auto;
  }
  .slider-home__slide {
    background-position-x: 61%;
  }
  .slider-home__title {
    font-size: 24px;
    line-height: 32px;
  }
  .slider-home__description p {
    margin-top: 0;
  }
  .contacts__table table,
  .requisites__table table {
    width: 100% !important;
  }
  .contacts__table tr,
  .requisites__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .contacts__table tr td,
  .requisites__table tr td {
    width: auto !important;
  }
  .contacts__table tr td:first-child,
  .requisites__table tr td:first-child {
    font-weight: 500;
  }
}

@media (max-width: 479px) {
  .contacts__map {
    height: 400px;
  }
}

img.align-left {
  padding: 0 10px 0px 0;
}

/* Шильдик с акцией + окно с акцией */
.share-label {
  z-index: 5;
  position: fixed;
  top: 126px;
  right: 0;
  display: inline-block;
  width: 150px;
  height: 50px;
  background-color: #e31e25;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 62px;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*body.front .share-label{
  
}
body.not-front .share-label{
  top: 230px;
}*/
.share-label:hover {
  background-color: #bc0e14;
}
.share-label:before {
  content: "";
  width: 30px;
  height: 29px;
  background-image: url("../images/hand.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 13px;
}

.window-container {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.window-container.active {
  visibility: visible;
  opacity: 1;
}
.window {
  width: 750px;
  margin: auto;
  background-color: #fff;
  padding: 80px 75px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
.window-close:before,
.window-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4d4d4d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.window-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.window-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.window-close:hover:before,
.window-close:hover:after {
  background-color: #0bbdff;
}

.window h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.window-share__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.window-share__link {
  width: 383px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 36px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #0bbdff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.window-share__link:hover {
  background-color: #46ccfd;
}

.buy-block__link {
  width: 205px;
}

/* Страница Производство */
.manufacture p {
  line-height: 24px;
}
.manufacture__block1 {
  padding-left: 35px;
  margin-bottom: 95px;
}
.manufacture__block1 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  padding: 67px 0 36px;
}
.manufacture__block1 h2:before {
  content: "";
  width: 845px;
  background-color: #e31e24;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
}
.manufacture__block1 h2:after {
  content: "";
  width: 86px;
  height: 50px;
  background-image: url("../images/manufacture/1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
.manufacture__block1 .img-block {
  float: right;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  padding-left: 90px;
}
.manufacture ul {
  padding: 0;
  margin: 0;
}
.manufacture ul > li {
  margin-bottom: 14px;
}
.manufacture ul > li:last-child {
  margin-bottom: 0;
}
.manufacture .link {
  width: 230px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.manufacture .link:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/themes/webshop/img/manufacture-link-after.png");
  margin-left: 10px;
}
.manufacture__block1 .link {
  background-color: #e31e24;
  margin-top: 35px;
}
.manufacture__block1 .link:hover {
  background-color: #bf1a1f;
}
.manufacture__block2 {
  padding-right: 35px;
  margin-bottom: 95px;
}
.manufacture__block2 .img-block {
  float: left;
  padding-right: 65px;
  padding-bottom: 70px;
}
.manufacture__block2 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  z-index: 1;
  position: relative;
  padding: 67px 0 36px;
}
.manufacture__block2 h2:before {
  content: "";
  width: 845px;
  background-color: #d3579b;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
}
.manufacture__block2 h2:after {
  content: "";
  width: 86px;
  height: 72px;
  background-image: url("../images/manufacture/2.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -20px;
}
.manufacture__block2 .link {
  background-color: #d3579b;
  margin-left: auto;
}
.manufacture__block2 .link:hover {
  background-color: #ae477f;
}
.manufacture__block3 {
  padding-left: 35px;
  margin-bottom: 95px;
}
.manufacture__block3 .img-block {
  float: right;
  position: relative;
  z-index: 2;
  padding-left: 50px;
  padding-bottom: 92px;
}
.manufacture__block3 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  padding: 67px 0 36px;
}
.manufacture__block3 h2:before {
  content: "";
  width: 845px;
  background-color: #ee741d;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
}
.manufacture__block3 h2:after {
  content: "";
  width: 86px;
  height: 50px;
  background-image: url("../images/manufacture/3.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
.manufacture__block3 .link {
  background-color: #ee741d;
}
.manufacture__block3 .link:hover {
  background-color: #cb6217;
}
.manufacture__block4 {
  padding-right: 35px;
  margin-bottom: 95px;
}
.manufacture__block4 .img-block {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: 90px;
  padding-right: 80px;
  padding-bottom: 88px;
}
.manufacture__block4 h2 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  z-index: 1;
  position: relative;
  padding: 45px 0 30px;
}
.manufacture__block4 h2:before {
  content: "";
  width: 845px;
  background-color: #3d6299;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
}
.manufacture__block4 h2:after {
  content: "";
  width: 86px;
  height: 72px;
  background-image: url("../images/manufacture/4.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -20px;
}
.manufacture__block4 .link {
  background-color: #3d6299;
  margin-left: auto;
  margin-top: 35px;
}
.manufacture__block4 .link:hover {
  background-color: #345380;
}
.manufacture__block5 {
  padding-left: 35px;
  margin-bottom: 95px;
}
.manufacture__block5 .img-block {
  float: right;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-left: 35px;
  padding-bottom: 53px;
}
.manufacture__block5 h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  padding: 67px 0 36px;
}
.manufacture__block5 h2:before {
  content: "";
  width: 845px;
  background-color: #3d995d;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
}
.manufacture__block5 h2:after {
  content: "";
  width: 86px;
  height: 50px;
  background-image: url("../images/manufacture/5.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
.manufacture__block5 .link {
  background-color: #3d995d;
}
.manufacture__block5 .link:hover {
  background-color: #368351;
}
@media (max-width: 1169px) {
  .manufacture__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manufacture__block1 .manufacture__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture__block1 {
    padding-left: 0;
  }
  .manufacture__block1 .img-block {
    float: none;
    padding: 0;
    z-index: 1;
  }
  .manufacture__block1 h2 {
    padding: 40px 15px 20px;
  }
  .manufacture__block1 h2:before {
    left: 0;
    width: auto;
    right: 0;
  }
  .manufacture__block1 h2:after {
    left: 20px;
  }
  .manufacture__block2 .manufacture__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture__block2 h2 {
    text-align: left;
    padding: 40px 15px 20px;
  }
  .manufacture__block2 h2:before {
    width: auto;
    left: 0;
  }
  .manufacture__block2 h2:after {
    left: 20px;
    top: -40px;
  }
  .manufacture__block2 .img-block {
    float: none;
    padding: 0;
    z-index: 1;
  }
  .manufacture__block2 .link {
    margin-left: 0;
  }
  .manufacture__block3 .manufacture__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture__block3 {
    padding-left: 0;
  }
  .manufacture__block3 .img-block {
    float: none;
    padding: 0;
    z-index: 1;
  }
  .manufacture__block3 h2 {
    padding: 40px 15px 20px;
  }
  .manufacture__block3 h2:before {
    left: 0;
    width: auto;
    right: 0;
  }
  .manufacture__block3 h2:after {
    left: 20px;
  }
  .manufacture__block4 .manufacture__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture__block4 h2 {
    text-align: left;
    padding: 40px 15px 20px;
  }
  .manufacture__block4 h2:before {
    width: auto;
    left: 0;
    right: 0;
  }
  .manufacture__block4 h2:after {
    left: 20px;
    top: -20px;
  }
  .manufacture__block4 .img-block {
    float: none;
    padding: 0;
    margin: 20px 0 0;
    z-index: 1;
  }
  .manufacture__block4 .link {
    margin-left: 0;
  }
  .manufacture__block5 .manufacture__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture__block5 {
    padding-left: 0;
  }
  .manufacture__block5 .img-block {
    float: none;
    padding: 0;
    z-index: 1;
  }
  .manufacture__block5 h2 {
    padding: 40px 15px 20px;
  }
  .manufacture__block5 h2:before {
    left: 0;
    width: auto;
    right: 0;
  }
  .manufacture__block5 h2:after {
    left: 20px;
  }
  .manufacture__top h2 {
    font-size: 26px;
  }
  @media (max-width: 479px) {
    .manufacture__top h2 {
      padding: 10px 15px;
      font-size: 17px;
      margin-bottom: 20px;
    }
    .manufacture__top h2:after {
      display: none;
    }
    .manufacture__block1,
    .manufacture__block2,
    .manufacture__block3,
    .manufacture__block4,
    .manufacture__block5 {
      margin-bottom: 40px;
    }
    .img-block {
      width: 100%;
      text-align: center;
    }
  }
}
/* end Страница Производство */

/* Блок Наши партнёры */
.our-partners {
  padding: 40px 0;
  background-color: rgba(246, 246, 247, 0.6);
}
.our-partners h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.our-partners__slider {
  position: relative;
  padding: 0 45px;
}
.our-partners__slider .slick-track {
  min-width: 100%;
}
.our-partners__slide {
  height: 80px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.our-partners__slide img {
  max-width: 80%;
  max-height: 85%;
}
.our-partners__slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-partners__slider .slick-arrow:hover {
  background-color: #2998ff;
}
.our-partners__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-partners__slider .slick-arrow:hover:before {
  opacity: 1;
}
.our-partners__slider .slick-prev {
  background: url("/themes/webshop/images/slider-left-black.png") center
    no-repeat;
  left: 0;
}
.our-partners__slider .slick-prev:before {
  background-image: url("/themes/webshop/images/slider-left-white.png");
}
.our-partners__slider .slick-next {
  background: url("/themes/webshop/images/slider-right-black.png") center
    no-repeat;
  right: 0;
}
.our-partners__slider .slick-next:before {
  background-image: url("/themes/webshop/images/slider-right-white.png");
}

select::-webkit-input-placeholder {
  color: #717171;
}

select::-moz-placeholder {
  color: #717171;
}

.article__tovars-slider {
  position: relative;
  margin-bottom: 45px;
}
.article__tovars-slider .catalog-products__item {
  width: 260px !important;
  display: block !important;
  margin: auto;
}
.article__tovars-slider .slick-track {
  min-width: 100%;
}

.article__tovars-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.article__tovars-slider .slick-arrow:hover {
  background-color: #2998ff;
}
.article__tovars-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.article__tovars-slider .slick-arrow:hover:before {
  opacity: 1;
}

.article__tovars-slider .slick-prev {
  left: -7px;
  background-image: url("/themes/webshop/images/slider-left-black.png");
}
.article__tovars-slider .slick-prev:before {
  background-image: url("/themes/webshop/images/slider-left-white.png");
}

.article__tovars-slider .slick-next {
  right: -7px;
  background-image: url("/themes/webshop/images/slider-right-black.png");
}
.article__tovars-slider .slick-next:before {
  background-image: url("/themes/webshop/images/slider-right-white.png");
}

.reviews_front__title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.reviews_front__title-box h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.reviews_front__all-link {
  color: #555555;
  text-decoration: underline;
}
.reviews_front__all-link:hover {
  text-decoration: none;
}
.reviews_front,
.reviews {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
}
.reviews_front .slick-track {
  display: flex;
}
.reviews_front .slick-slide {
  height: auto;
}
.reviews_front .slick-slide > div {
  height: 100%;
}
.reviews_front .slick-arrow {
  width: 15px;
  height: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: center center no-repeat;
  background-size: contain;
}
.reviews_front .slick-prev {
  left: -15px;
  background-image: url("../images/slider-left-black.png");
}
.reviews_front .slick-next {
  right: -15px;
  background-image: url("../images/slider-right-black.png");
}
.review {
  width: 33.333333%;
  margin-bottom: 30px;
}
.review__box {
  width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e9eaec;
  padding: 32px 30px 34px;
  box-sizing: border-box;
  border-radius: 10px;
}
.review time {
  display: block;
  color: #555555;
  margin-bottom: 10px;
}
.review__name {
  font-weight: 700;
  margin-bottom: 21px;
}
.review__text {
  max-height: 136px;
  overflow: hidden;
  /* margin-bottom: 15px; */
  margin-bottom: 20px;
}
.review__text p {
  font-weight: 400;
  margin: 0;
}
.review__source-link {
  position: relative;
  margin-top: auto;
  margin-bottom: 35px;
  padding-bottom: 3px;
  display: inline-block;
  /* text-decoration: underline; */
  text-decoration: none;
  /* color: #0bbdff; */
  color: #315398;
}
.review__source-link:after {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  background: url("../images/icon-link.svg") center center no-repeat;
  background-size: contain;
  content: "";
}

.review__source-link:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.review__source-link:hover:before {
  /* text-decoration: none; */
  width: 0;
}
.review__more {
  width: 160px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0bbdff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  /* margin-top: auto; */
}
.review__more:hover {
  background-color: #0ba1d8;
}
.review_full {
  padding-bottom: 60px;
}
.review_full__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.review_full__left time {
  display: inline-block;
  margin-bottom: 14px;
}
.review_full__name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.review_full__source-link {
  font-weight: 500;
  font-size: 16px;
  color: #0bbdff;
  text-decoration: underline;
}
.review_full__source-link:hover {
  text-decoration: none;
}
.review_full__text p {
  margin-top: 0;
  font-weight: 400;
}

/* Главный слайдер */
.main-slider {
  height: 460px;
  margin-bottom: 36px;
  /* border-bottom: 2px solid #d7d7d7; */
  overflow: hidden;
  position: relative;
}
.main-slider .slick-track,
.main-slider .slick-list {
  height: 100%;
}
.main-slider .slick-slide > div {
  height: 100%;
}
.main-slider__slide {
  height: 100%;
  position: relative;
}
.main-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-slider__slide .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-slider__text {
  width: 425px;
  /* padding-right: 20px;
  box-sizing: border-box; */
}
*{
  box-sizing: border-box;
}
.main-slider .slick-slide:first-child .main-slider__text{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  padding-top: 195px;
}
.main-slider .slick-slide:first-child .slider-home__title{
  width: 320px;
  height: 174px;
  background-image: url('../images/title-bg.png');
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  padding-top: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-slider .slick-slide:first-child .slider-home__description p{
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
}
@media (max-width: 479px){
  .main-slider .slick-slide:first-child .slider-home__description p{
    font-size: 16px;
    margin: 0 0 18px;
    padding: 0 15px;
  }
  .main-slider .slick-slide:first-child .slider-home__title{
    width: 135px;
    height: 76px;
    text-shadow: none;
    font-size: 17px;
    line-height: 21px;
    padding-top: 4px;
    background-size: contain;
  }
  .main-slider .slick-slide:first-child .main-slider__text{
    padding-top: 92px;
  }
}


.main-slider .slick-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.main-slider .slick-arrow:hover {
  background-color: #2998ff;
}
.main-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.main-slider .slick-arrow:hover:before {
  opacity: 1;
}
.main-slider .slick-prev {
  background-image: url("../images/slider-left-black.png");
}
.main-slider .slick-prev,
.slider-home .slick-arrow.slick-prev {
  left: calc(50% - 1190px / 2);
}
.main-slider .slick-prev:before {
  background-image: url("../images/slider-left-white.png");
}
.main-slider .slick-prev:before {
  background-image: url("../images/slider-left-white.png");
}
.main-slider .slick-next {
  background-image: url("../images/slider-right-black.png");
}
.main-slider .slick-next,
.slider-home .slick-arrow.slick-next {
  right: calc(50% - 1190px / 2);
}
.main-slider .slick-next:before {
  background-image: url("../images/slider-right-white.png");
}
.main-slider .slick-next:before {
  background-image: url("../images/slider-right-white.png");
}
.main-slider .slick-dots {
  display: flex;
  justify-content: center;
  z-index: 1;
  padding: 0;
  margin: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
}
.main-slider .slick-dots li {
  display: flex;
  margin-right: 8px;
}
.main-slider .slick-dots li:last-child {
  margin-right: 0;
}
.main-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #d7d7d7;
  box-sizing: border-box;
  font-size: 0;
  padding: 0;
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  transition: 0.25s;
}
.main-slider .slick-dots li button:hover {
  border-color: #2998ff;
}
.main-slider .slick-dots li.slick-active button {
  border-width: 5px;
}
/* end Главный слайдер */

.article-repost {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.article-repost__title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 18px;
}
.article-repost__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.article-repost__list > li {
  margin-right: 12px;
}
.article-repost__list > li:last-child {
  margin-right: 0;
}
.article-repost__list > li::marker {
  display: none;
}
.article-repost__list > li > a {
  display: flex;
}

@media (max-width: 1279px) {
  .main-slider .slick-arrow {
    display: none;
  }
  .main-slider__text {
    width: 400px;
  }
  .slider-home__title {
    font-size: 20px;
  }
  .slider-home__description {
    font-size: 16px;
  }
  .main-slider__slide .container {
    width: 100% !important;
    max-width: initial !important;
  }
}

@media (max-width: 959px) {
  .main-slider {
    height: 320px;
  }
  .main-slider__text {
    width: 355px;
  }
  .slider-home__title {
    font-size: 18px;
  }
}
@media (max-width: 799px) {
  .main-slider {
    height: 305px;
  }
}
@media (max-width: 767px) {
  .main-slider {
    height: 500px;
  }
  .main-slider__slide .container {
    align-items: flex-start;
  }
  .main-slider__text {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
  .slider-home__description ul {
    padding: 0;
    list-style: none;
  }
  .slider-home__description ul li::marker {
    display: none;
  }
  .main-slider__slide img {
    object-position: bottom;
  }
}
@media (max-width: 479px) {
  .main-slider {
    /* height: 350px; */
    height: 460px;
  }
  .article-repost__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .article-repost {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1169px) {
  .review_full__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .review_full__name {
    margin-bottom: 16px;
  }
  /* .reviews_front,
  .reviews {
    margin-right: -20px;
  } */
  .reviews_front {
    margin: 0 15px 30px;
  }
  .reviews_front .review {
    height: 100%;
  }

  .review {
    /* width: 50%; */
    /* padding-right: 20px; */
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .review__box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* .main-slider {
    border-top: 2px solid #d7d7d7;
  } */
  /* .reviews_front, */
  .reviews {
    margin-right: 0;
  }
  
  .review {
    width: 100%;
    /* padding-right: 0; */
  }
}

@media (max-width: 767px) {
  .review_full {
    padding-bottom: 30px;
  }
}

@media (max-width: 379px) {
  .review__box {
    padding: 20px 16px 21px;
  }
}

/* Кнопки для мобилки */
.contacts-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  height: 45px;
  background-color: #315398;
  display: none;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .contacts-mobile {
    display: grid;
  }
}

.contacts-mobile__item {
  position: relative;
  height: 100%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
}

.contacts-mobile__item .contacts-mobile__icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.contacts-mobile__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  content: '';
}

.call-mobile {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  font-size: 14px;
  color: #315398;
  background-color: #fff;
  transition: top 0.2s;
  box-sizing: border-box;
}

.call-mobile.active {
  top: 0;
}

.call-mobile__close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}

.call-mobile__close::before,
.call-mobile__close::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #315398;
  content: "";
}

.call-mobile__close::before {
  transform: rotate(45deg);
}

.call-mobile__close::after {
  transform: rotate(-45deg);
}

.call-mobile .contacts {
  margin-bottom: 40px;
}

.call-mobile .phone {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #315398;
}

.call-mobile .contacts__text {
  margin-bottom: 20px;
}
