@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: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-Italic.woff2") format('woff2'), url("../fonts/Rubik-Italic.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-BlackItalic.woff2") format('woff2'), url("../fonts/Rubik-BlackItalic.woff") format('woff');
  font-weight: 900;
  font-style: italic;
}
@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: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-BoldItalic.woff2") format('woff2'), url("../fonts/Rubik-BoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
@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-Light.woff2") format('woff2'), url("../fonts/Rubik-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-LightItalic.woff2") format('woff2'), url("../fonts/Rubik-LightItalic.woff") format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-MediumItalic.woff2") format('woff2'), url("../fonts/Rubik-MediumItalic.woff") format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: url("../fonts/Rubik-Black.woff2") format('woff2'), url("../fonts/Rubik-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
html {
  line-height: 1.4;
  font-size: 10px;
  scroll-behavior: smooth;
  font-family: 'Rubik', sans-serif;
}
body {
  font-family: 'Rubik', sans-serif;
  color: #212121;
  background: url("../img/bg.jpg") no-repeat top center;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: none;
}
section {
  position: relative;
  margin-bottom: 20px;
}
input,
select,
button {
  outline: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hide {
  display: none;
}
.show {
  display: block;
}
footer {
  background: #fbfbfb;
  text-shadow: none;
}
.header-middle {
  background: #fff;
  text-shadow: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /*! *zoom: 1; */
}
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4.7rem;
  text-align: center;
  position: relative;
  /*! text-transform: uppercase; */
}
h2:after {
  position: absolute;
  content: "";
  left: 50%;
  /*! bottom: -1.9rem; */
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14rem;
  height: 0.3rem;
  border-radius: 2px;
  background-color: #ff3446;
}
p {
  font-size: 15px;
  font-weight: 300;
  /*! text-align: center; */
}
h3 {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
h5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.btn {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*! width: 50%; */
  height: 58px;
  border: none;
  border-radius: 6px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  background: #03b229;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fa4923), to(#ffbb00));
  background: linear-gradient(to right,#ff3446 25%, #ff3446);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.btn:hover {
  /*! -webkit-box-shadow: 0 0 2rem rgba(3,178,41,0.22); */
          /*! box-shadow: 0 0 2rem rgba(3,178,41,0.22); */
}
.fz-13 {
  font-size: 1.3rem;
}
.fz-14 {
  font-size: 1.4rem;
}
.fz-16 {
  font-size: 15px;
}
.fz-18 {
  font-size: 1.8rem;
}
.fz-32 {
  font-size: 3.2rem;
}
.normal {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.green {
  color: #03b229;
}
.green.link-hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.green.link-hover:hover {
  border-bottom: 1px solid #03b229;
}
.grey {
  color: #494949;
}
.pre-wrap {
  white-space: pre-wrap !important;
}
.link-hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.link-hover:hover {
  border-bottom: 1px solid #212121;
}
.email img {
  width: 20rem;
}
section {
  padding: 5rem 0;
}
.container {
  padding: 0 15px;
}
@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1199.98px) {
  .container {
    max-width: 1280px;
  }
}
.form {
  width: 36rem;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  background-color: #fffaf8;
}
.form-top {
  width: 36rem;
  height: 7.6rem;
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: #572611;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.form-top__title {
  color: #fffaf8;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.form-body {
  padding: 2rem 1.9rem 2rem 2rem;
}
.form-body-text {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
  text-align: center;
}
.form-body input {
  width: 100%;
  height: 5.2rem;
  border-radius: 0.6rem;
  border: 1px solid #ebd3ca;
  background-color: #fff;
  padding-left: 2.3rem;
  margin-bottom: 0.5rem;
  color: #212121;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}
.form-body button {
  font-family: 'Rubik', sans-serif;
  margin-top: 1rem;
  border: none;
  margin: 1rem auto 2.1rem;
  width: 22rem;
  height: 5.5rem;
}
.form-body p {
  width: 24rem;
  margin: 0 auto;
}
.popup {
  background: rgba(0,0,0,0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.popup .form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup .form-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  cursor: pointer;
}
.popup-call-back {
  display: none;
}
.popup-price {
  display: none;
}
.popup-feedback {
  display: none;
}
.popup-feedback .form {
  max-width: 68.6rem;
  width: 100%;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}
.popup-feedback .form-top {
  width: 100%;
}
.popup-feedback-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.popup-feedback input {
  width: 32.1rem;
}
.popup-feedback textarea {
  width: 32.1rem;
  height: 16.6rem;
  border-radius: 6px;
  border: 1px solid #ebd3ca;
  padding: 2rem 2.2rem;
  font-family: Rubik, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.popup-feedback #file {
  width: 0;
  height: 0;
  opacity: 0;
}
.popup-feedback label {
  color: #212121;
  font-family: Rubik, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 2.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  width: 32.1rem;
  height: 5.2rem;
  border-radius: 6px;
  border: 1px solid #ebd3ca;
  background-color: #fff;
}
.popup-succes {
  display: none;
}
.popup-politic {
  display: none;
}
.popup-politic .form {
  width: 90%;
  min-height: 30rem;
}
.header-top {
  padding: 2.2rem 0 1.6rem;
  border-bottom: 1px solid #e3e3e3;
}
.header-top .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-top nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.header-top nav li {
  margin-right: 2rem;
}
.header-top nav a {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-top-contact {
  font-size: 14px;
  font-weight: 400;
}
.header-top-contact img {
  margin-right: 0.7rem;
}
.header-top-email span img {
  width: 20rem;
}
.header-fx {
  display: none;
  padding: 2.2rem 0 1.6rem;
  border-bottom: 1px solid #e3e3e3;
}
.header-fx-display {
	display: block;
  	position: fixed;
  	width: 100%;
  	top: 0;
  	background: #fff;
  	z-index: 10;
}
.header-fx .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-fx nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.header-fx nav li {
  margin-right: 2rem;
}
.header-fx nav a {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-fx-contact {
  font-size: 14px;
  font-weight: 500;
}
.header-fx-contact img {
  margin-right: 0.7rem;
}
.header-fx-contact__btn {
    height: 3.5rem;
    width: 18.2rem;
    margin-right: 2.5rem;
}
.header-fx-email span img {
  width: 20rem;
}
.header-middle {
  padding: 2.2rem 0;
}
.header-middle .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-middle__logo {
  margin-right: 4.6rem;
  position: relative;
}
.header-middle__logo:after {
  position: absolute;
  content: "";
  right: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 6.5rem;
  background: #5dcc75;
}
.header-middle-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-middle__delivery span {
  display: block;
}
.header-middle-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-middle-contact__phone {
  margin-right: 2rem;
}
.header-middle-contact__phone a {
  display: block;
}
.header-middle-contact__btn {
  height: 5.5rem;
  width: 18.2rem;
  margin-right: 2.5rem;
}
.header-middle-contact-social a {
  margin-left: 0.5rem;
}
.header-bottom {
  padding: 3.6rem 0 6rem;
}
.header-bottom .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.header-bottom h3 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.header-bottom h1 {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.header-bottom h4 {
  font-size: 2.4rem;
}
.header-bottom-info__title {
  margin-bottom: 3.4rem;
}
.header-bottom-info-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.1rem;
}
.header-bottom-info-item h5 {
  text-align: left;
  width: 200px;
}
.header-bottom-info-item__icon {
  margin-right: 2.4rem;
}
.menu {
  width: 3rem;
  cursor: pointer;
  display: none;
}
.menu img {
  width: 100%;
}
.close {
  cursor: pointer;
  width: 3rem;
  display: none;
}
.close img {
  width: 100%;
}
.menu-fx {
  width: 3rem;
  cursor: pointer;
  display: none;
}
.menu-fx img {
  width: 100%;
}
.close-fx {
  cursor: pointer;
  width: 3rem;
  display: none;
}
.close-fx img {
  width: 100%;
}
header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 10;
}
header.header-fixed .header-middle {
  display: none;
}
header.header-fixed .header-bottom {
  display: none;
}
.about-items {
  margin-top: 5.7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}
.about-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  width: 36rem;
  border-radius: 6px;
  border: 1px solid #f2e3dd;
  background-color: #fff;
  padding: 3.8rem 3.8rem 4.7rem 3.6rem;
}
.about-item__icon {
  margin-bottom: 2.2rem;
}
.about-item h5 {
  margin-bottom: 0.5rem;
}
.product-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-item {
  position: relative;
  margin-bottom: 20.7rem;
}
.product-item__img {
  width: 36rem;
}
.product-item__img img {
  width: 100%;
}
.product-item-info {
  position: absolute;
  top: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30.8rem;
  padding: 3.1rem 3.3rem 4.1rem 2.3rem;
  border-radius: 6px;
  border: 1px solid #f2e3dd;
  background-color: #fff;
  z-index: 1;
}
.product__btn {
  margin: 0 auto;
}
.sklad .container {
  position: relative;
}
.sklad .swiper-slide {
  width: 87.6rem;
  opacity: 0.5;
  background: #fff;
}
.sklad .swiper-slide-active {
  opacity: 1;
}
.sklad .swiper-slide-active img {
  -webkit-box-shadow: 0px 0px 4rem 1rem #e4e4e4;
          box-shadow: 0px 0px 4rem 1rem #e4e4e4;
}
.sklad-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 87.6rem;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
}
.sklad-item img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0 0 #e4e4e4;
          box-shadow: 0px 0px 0 0 #e4e4e4;
}
.sklad-prev {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-box-shadow: 0 0 20px rgba(3,178,41,0.22);
          box-shadow: 0 0 20px rgba(3,178,41,0.22);
  background-color: #03b229;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -2.7rem;
  top: 55%;
  z-index: 1;
}
.sklad-next {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-box-shadow: 0 0 20px rgba(3,178,41,0.22);
          box-shadow: 0 0 20px rgba(3,178,41,0.22);
  background-color: #03b229;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -2.7rem;
  top: 55%;
  z-index: 1;
}
.certification-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
}
.certification-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.certification-items img:first-child {
  margin-right: 3rem;
}
.certification__text {
  width: 46rem;
  padding-bottom: 5rem;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  padding-right: 2rem;
}
.certification__text svg {
  position: absolute;
  left: -4.2rem;
  bottom: 0;
}
.how-work p {
  margin-bottom: 1.5rem;
}
.how-work-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how-work-item {
  width: 36rem;
  height: 16rem;
  border-radius: 6px;
  border: 1px solid #f2e3dd;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 2.7rem;
  padding-right: 2.6rem;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.9rem;
}
.how-work-item__number {
  position: absolute;
  opacity: 0.2;
  color: #03b229;
  font-size: 6rem;
  font-weight: 700;
  right: 1.9rem;
  bottom: 0;
}
.how-work-item h5 {
  text-align: left;
}
.how-work-item__icon {
  margin-right: 2.8rem;
}
.cost-form {
  position: relative;
}
.cost-form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1014px;
  background: url("../img/bg-2.jpg") no-repeat 100% 100%;
  top: -281px;
  z-index: -1;
}
.cost-form .container {
  border-radius: 0 0 6px 6px;
  background-color: #fffaf8;
  padding-top: 10.1rem;
  padding-bottom: 6.9rem;
}
.cost-form p {
  margin-bottom: 2.7rem;
}
.cost-form-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 2.3rem;
}
.cost-form-items input {
  width: 32.1rem;
  height: 5.2rem;
  border-radius: 6px;
  border: 1px solid #ebd3ca;
  opacity: 0.7;
  font-family: Rubik, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 2.3rem;
  margin: 0 0.7rem;
}
.cost-form__btn {
  border: none;
  font-family: Rubik, sans-serif;
  margin: 0 auto 2rem;
}
.cost-form__text {
  text-align: center;
}
.feed-back .feed-back-container {
  max-width: 1000px;
  margin: 0 auto;
}
.feed-back .container {
  position: relative;
}
.feed-back-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}
.feed-back-item {
  margin: 1.3rem 0 3.4rem;
}
.feed-back-item__text {
  width: 32.1rem;
  height: 22.6rem;
  background: url("../img/text.png") no-repeat 100% 100%;
  padding: 4.2rem 2.3rem 4.2rem 2.9rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.feed-back-item__text p {
  text-align: left;
}
.feed-back-item__text:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 4.3rem;
  background: url("../img/ka.svg") no-repeat 100% 100%;
  top: -1.3rem;
  left: 1.5rem;
}
.feed-back-item-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
}
.feed-back-item__img {
  margin-right: 2.4rem;
}
.feed-back-item-info h5 {
  text-align: left;
}
.feed-back-item-info p {
  text-align: left;
}
.feed-back-item-info span {
  display: block;
}
.feed-back__btn {
  margin: 0 auto;
  width: 220px;
}
.feed-back-prev {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-box-shadow: 0 0 20px rgba(3,178,41,0.22);
          box-shadow: 0 0 20px rgba(3,178,41,0.22);
  background-color: #03b229;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -2.7rem;
  top: 55%;
  z-index: 1;
}
.feed-back-next {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-box-shadow: 0 0 20px rgba(3,178,41,0.22);
          box-shadow: 0 0 20px rgba(3,178,41,0.22);
  background-color: #03b229;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -2.7rem;
  top: 55%;
  z-index: 1;
}
.address {
  max-width: 1920px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
}
.address .map {
  max-width: 107.3rem;
  margin-right: 6.3rem;
  width: 100%;
}
.address .map img {
  width: 100%;
}
.address-info {
  max-width: 80rem;
  width: 100%;
  border-bottom: 1px solid #f2e3dd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
}
.address-info-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 3rem;
}
.address-info-item__icon {
  margin-right: 1.7rem;
}
.address-info-item h5 {
  text-align: left;
}
.address-info-item p {
  text-align: left;
  max-width: 36rem;
}
.address-info-item a {
  white-space: nowrap;
}
.footer {
  padding: 3.2rem 0;
}
.footer .container {
  /*! display: -ms-flexbox; */
  /*! display: -webkit-box; */
  /*! display: flex; */
  /*! -ms-flex-pack: justify; */
      /*! -webkit-box-pack: justify; */
          /*! justify-content: space-between; */
  /*! -ms-flex-align: center; */
      /*! -webkit-box-align: center; */
          /*! align-items: center; */
}
@media screen and (max-width: 1199px) {
  .header-top .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        -webkit-box-align: start;
            align-items: flex-start;
  }
  .header-top-nav {
    margin-bottom: 1rem;
  }
  .header-fx .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        -webkit-box-align: start;
            align-items: flex-start;
  }
  .header-fx-nav {
    margin-bottom: 1rem;
  }
  .header-middle .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
  }
  .header-middle-left {
    margin-bottom: 1.5rem;
  }
  .about-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about-item {
    margin-bottom: 1.5rem;
  }
  .product-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sklad .swiper-slide {
    width: 75rem;
  }
  .sklad .swiper-slide img {
    width: 37rem;
  }
  .certification-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
  }
  .certification-items {
    margin-bottom: 1.5rem;
  }
  .how-work-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 8px;
  }
  .cost-form-items {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .cost-form-items input {
    width: 80%;
    margin-bottom: 1.5rem;
  }
  .feed-back-item__text {
    background-size: 98% 98%;
    background-position: center center;
  }
  .feed-back-item__text:after {
    background-size: 98% 98%;
  }
  .feed-back-item {
    margin: 1.3rem 1rem 3.4rem;
  }
  .address {
    max-width: 720px;
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .address-info-item p {
    max-width: 50rem;
  }
}
@media screen and (max-width: 991px) {
  .popup-feedback .form {
    width: 85%;
  }
  html {
    font-size: 7px;
  }
  .header-top-contact {
    margin-bottom: 1.5rem;
  }
  .header-top-contact img {
    width: 1.7rem;
  }
  .header-top .container {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .header-fx-contact {
    margin-bottom: 1.5rem;
  }
  .header-fx-contact img {
    width: 1.7rem;
  }
  .header-fx .container {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .header-middle-left {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header-middle__logo {
    margin-bottom: 1.5rem;
  }
  .header-middle__logo:after {
    display: none;
  }
  .header-bottom h1 {
    font-size: 5rem;
    text-align: left;
  }
  .header-bottom .container {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header-bottom-info {
    margin-bottom: 1.5rem;
  }
  body {
    background-position: 0 0;
  }
  .sklad .swiper-slide {
    width: 55rem;
  }
  .sklad .swiper-slide img {
    width: 27rem;
  }
  .sklad-prev {
    top: 60%;
    left: 0;
  }
  .sklad-next {
    top: 60%;
    right: 0;
  }
  .certification-items img {
    width: 80%;
  }
  .feed-back-prev {
    left: 0;
  }
  .feed-back-next {
    right: 0;
  }
  .address {
    padding: 5rem 15px;
  }
  .footer .container {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 1.5rem;
  }
  .footer-politic {
    margin-bottom: 1.5rem;
  }
  .popup-feedback-items {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .popup-feedback-item {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    padding: 3rem 0;
    position: relative;
    background: #fff;
  }
  .logo-img {
    width: 100%;
  }
  .header-top .menu {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .header-top .container {
    display: none;
  }
  .header-top.active .menu {
    display: none;
  }
  .header-top.active .close {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .header-top.active .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-top: 1rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
    max-width: 767px;
  }
  .header-top.active nav ul {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header-top.active nav ul li {
    text-align: center;
    margin-bottom: 1rem;
  }
  .header-top.active nav ul li a {
    font-size: 1.8rem;
  }
  .header-top-contact {
    text-align: center;
  }

  .header-fx {
    padding: 3rem 0;
    background: #fff;
  }
  .header-fx .menu-fx {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .header-fx .container {
    display: none;
  }
  .header-fx.active .menu-fx {
    display: none;
  }
  .header-fx.active .close-fx {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .header-fx.active .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-top: 1rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
    max-width: 767px;
  }
  .header-fx.active nav ul {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header-fx.active nav ul li {
    text-align: center;
    margin-bottom: 1rem;
  }
  .header-fx.active nav ul li a {
    font-size: 1.8rem;
  }
  .header-fx-contact {
    text-align: center;
  }
  .header-fx-contact__btn {
    margin-right: 0;
  }
  .swiper-slide-active {
    margin-left: 70px!important;
  }
  .address-info-item__icon {
    width: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 576px) {
  .address .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 6px;
  }
}

.button-cart{
   display: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-list {
  flex-direction: column;   
  }
}

@media screen and (max-width: 991px) {
  .contact-list {
  flex-direction: column;   
  }
}

@media screen and (max-width: 991px) {
  .contact-list-item {
margin-top: 20px
  }
}