/*!
Theme Name: Holz energy
Author: Come Back Agency
Author URI: http://comebackagency.com/
Description: Nice project by nice people
Version: 1.0.0
Requires PHP: 7.4
*/


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

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

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

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

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

.header-nav > ul {
  font-family: 'Montserrat-Regular', sans-serif;
  font-weight: 400;
}

.a-btn {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: 500;
  outline: none!important;
}

.page-title h1,
h1,
h2 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: 600;
}

.footer__col-title,
.breadcrumps span,
.modal-calc__item-title p,
.output__title,
.output__value,
.section-calc__item-title p,
.section-title h2,
.entry-content h2,
.section-subtitle h3,
.entry-content h3,
.advantage.e--underline,
.product-item__title,
.related-product__title,
.contact-form .section-title h2,
.contact.e--underline,
.info__item h4,
.docs .section-title p b,
.contacts-list .section-title h2,
.order-modal h2,
.order-modal__content h3,
.order-modal__content h4,
.order-done-modal__body > p:first-of-type,
.order-done-modal__body > p:last-of-type {
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: 700;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;

}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  color: inherit;
}

.scroll-lock {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: 100;
  padding: 1rem 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 3rem;
}

.custom-logo-link {
  display: block;
  max-width: 167px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

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

.header__burger.hamburger {
  display: none;
  z-index: 10;
}

.header.active {
  background-color: #2a2a2a;
}

.header.active .header__inner {
  padding: 0 3rem;
}

.header.active .custom-logo-link {
  max-width: 120px;
}

.footer__top {
  padding: 75px 0 35px;
}

.footer__bottom {
  border-top: 1px solid #5F5F5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: .25rem 0;
  margin: 0 -.5rem;
}

.footer__bottom > * {
  padding: .25rem;
}

.footer__logo {
  max-width: 200px;
  display: block;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem;
}

.footer__col {
  padding: 1rem;
}

.footer__col-title {
  font-size: 18px;
  margin-bottom: .75rem;
}

.footer__col ul li a {
  padding: .35rem 0;
  display: inline-block;
  width: 100%;
}

.footer__col ul li:hover a {
  color: #FF9900;
}

.a-btn {
  max-width: 245px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  display: inline-block;
  line-height: 1.3;
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
  background-size: 200%;
  background-position: bottom left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
}

.a-btn:hover {
  background-position: top right;
}

.a-btn.e--clip {
  background: -webkit-gradient(linear, left top, left bottom, from(#E72A25), to(#FF9900));
  background: -o-linear-gradient(#E72A25, #FF9900);
  background: linear-gradient(#E72A25, #FF9900);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  border: 2px solid #FF9900;
}

.a-btn.e--clip:hover {
  background-clip: unset;
  color: #fff;
}

.a-btn.e--more {
  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;
  border-width: 1px;
  max-width: 200px;
  width: 100%;
}

.a-btn.e--more svg {
  margin-left: .5rem;
  width: 32px;
}

.a-btn.e--more svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.a-btn.e--more:hover svg path {
  fill: #fff;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.a-btn.e--white {
  background: none;
  background-color: #fff;
  border: none;
  color: #FF9900;
}

.a-btn.e--orange {
  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;
  border: 1px solid #FF9900;
  max-width: 200px;
  background: #FF9900;
}

.a-btn.e--orange svg {
  margin-left: .5rem;
  width: 32px;
}

.a-btn.e--orange svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #fff;
}

.a-btn.e--orange:hover {
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
}

.a-btn.e--orange:hover svg path {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.breadcrumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-top: 2rem;
}

.breadcrumps a {
  color: #fff;
}

.breadcrumps a:after {
  content: url("img/base/triangle.svg");
  display: inline-block;
  margin: 0 10px;
}

.lang {
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: .5rem;
}

.lang-title {
  position: relative;
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

.lang-title:after {
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-top: 4px solid white;
  margin-left: 5px;
}

.lang-list {
  position: absolute;
  top: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.lang.show .lang-list {
  position: absolute;
  top: 100%;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
}

.lang.show .lang-list li {
  padding: .25rem .5rem;
}

.lang:hover .lang-title {
  opacity: 1;
}

.hamburger {
  padding: 15px 15px;
  margin-right: -15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FF9900;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modal {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 101;
  border: 1px solid black;
  padding: .5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 3rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.modal-calc {
  max-width: 972px !important;
  max-height: 100%;
}

.modal-calc__title {
  margin-bottom: 3rem;
}

.modal-calc__title h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.modal-calc__title p {
  font-size: 12px;
}

.modal-calc__form {
  position: relative;
  border-top: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  padding: 0 0 0 40px;
  margin-bottom: 1rem;
}

.modal-calc__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 198px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #FF9900;
}

.modal-calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 20px;
  min-height: 100px;
  border-right: 3px dashed rgba(255, 153, 0, 0.5);
}

.modal-calc__row.active {
  border-right: 3px dashed #ff9900;
}

.modal-calc__row input {
  outline: none;
}

.modal-calc__row input.js-address-to {
  border: 1px solid #FF9900;
  border-radius: 50px;
  padding: 10px 40px;
  text-align: center;
  max-width: 247px;
}

.modal-calc__row label[name=addressTo]::before {
  content: url(img/svg/location.svg);
  position: absolute;
  top: 10px;
  left: 40px;
}

.modal-calc__row label[name=addressTo]:focus::before {
  display: none;
}

.modal-calc__inputs label:not([name=addressTo]) {
  display: inline-block;
  border: 1px solid #FF9900;
  border-radius: 100px;
  min-width: 87px;
  padding: 1rem 0;
  position: relative;
  color: #FF9900;
}

.modal-calc__inputs .js-package label {
  min-width: 120px;
}

.modal-calc__inputs label:not([name=addressTo]):hover {
  background-color: #FF9900;
  color: white;
}

.modal-calc__inputs label:not([name=addressTo]) span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-calc__inputs input:not([name=addressTo]) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.modal-calc__inputs input:checked + label {
  background-color: #FF9900;
  color: white;
}

.modal-calc__inputs {
  position: relative;
}

.modal-calc__row.active .modal-calc__decore {
  position: absolute;
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 100px;
  padding: 5.5px;
  right: -12.5px;
}

.modal-calc__row.active .modal-calc__decore-inner {
  background-color: #ff9900;
  width: 11px;
  height: 11px;
  border-radius: 100px;
}

.modal-calc__row.active .modal-calc__description {
  visibility: visible;
}

.modal-calc__decore {
  position: absolute;
  background-color: rgba(255, 153, 0, 0.25);
  border-radius: 100px;
  padding: 5.5px;
  right: -12.5px;
}

.modal-calc__decore-inner {
  background-color: rgba(255, 153, 0, 0.5);
  width: 11px;
  height: 11px;
  border-radius: 100px;
}

.modal-calc__item-title {
  min-width: 158px;
  margin-right: 20px;
}

.modal-calc__item-title p {
  font-size: 1rem;
  color: #424242;
}

.modal-calc__description {
  margin-left: auto;
  max-width: 228px;
  visibility: hidden;
  font-size: 12px;
}

.output__row {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.output__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.output__title p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.output__title p::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px dotted;
  margin-bottom: 6px;
  margin-left: 5px;
}

.output__value {
  font-size: 1.5rem;
  color: #424242;
  margin-left: 5px;
  display: flex;
}

.section-calc {
  max-width: 822px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4rem;
  padding: 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.section-calc__title {
  margin-bottom: 3rem;
  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;
}

.section-calc__title h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.section-calc__title p {
  font-size: 12px;
}

.section-calc__form {
  position: relative;
  border-top: 1px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  padding: 0 0 0 40px;
  margin-bottom: 1rem;
}

.section-calc__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 198px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #FF9900;
}

.section-calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 20px;
  min-height: 100px;
  border-right: 3px dashed rgba(255, 153, 0, 0.47);
}


.section-calc__row.active {
  border-color: #ff9900;
}
.section-calc__row.active .section-calc__description{
  opacity: 1;
}

.section-calc__row input {
  outline: none;
}

.section-calc__row input.js-address-to {
  border: 1px solid #FF9900;
  border-radius: 50px;
  padding: 10px 40px;
  text-align: center;
  max-width: 247px;
}

.section-calc__row label[name=addressTo]::before {
  content: url(img/svg/location.svg);
  position: absolute;
  top: 10px;
  left: 40px;
}

.section-calc__row label[name=addressTo]:focus::before {
  display: none;
}

.section-calc__inputs label:not([name=addressTo]) {
  display: inline-block;
  border: 1px solid #FF9900;
  border-radius: 100px;
  min-width: 87px;
  padding: .5rem;
  position: relative;
  color: #FF9900;
  text-align: center;
}

.section-calc__inputs label {
  cursor: pointer;
}

.section-calc__inputs label:not(:last-of-type) {
  margin-right: .6rem;
}

.section-calc__inputs label:not([name=addressTo]):hover {
  background-color: #FF9900;
  color: white;
}

.section-calc__inputs label:not([name=addressTo]) span {
  /*  position: absolute;*/
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-calc__inputs input:not([name=addressTo]) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.section-calc__inputs input:checked + label {
  background-color: #FF9900;
  color: white;
}

.section-calc__inputs {
  position: relative;
}

.section-calc__decore {
  position: absolute;
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 100px;
  padding: 5.5px;
  right: -12.5px;
}

.section-calc__decore-inner {
  background-color: #ff9900;
  width: 11px;
  height: 11px;
  border-radius: 100px;
}

.section-calc__item-title {
  min-width: 158px;
  margin-right: 20px;
}

.section-calc__item-title p {
  font-size: 1rem;
  color: #424242;
}

.section-calc__description {
  margin-left: auto;
  max-width: 228px;
  font-size: 12px;
  opacity: 0;
}

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

.section-calc__btn .a-btn {
  max-width: 100%;
}

.output__row {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.output__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.output__title p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.output__title p::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px dotted;
  margin-bottom: 6px;
  margin-left: 5px;
}

.output__value {
  font-size: 1.5rem;
  color: #424242;
  margin-left: 5px;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.page-title h1 {
  font-size: 3rem;
}

.page-title P {
  margin-top: 1.5rem;
}

.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.split > * {
  padding: 1rem;
  width: 50%;
}

.split__left {
  padding-right: 2rem;
}

.split__right {
  padding-left: 2rem;
}

.section-title h2,
.entry-content h2 {
  font-size: 3rem;
  color: #424242;
  margin-bottom: 40px;
}

.section-title h2 span {
  display: block;
}

.section-title h2 span + span {
  margin-top: .25rem;
}

.section-title p {
  font-size: 1rem;
  color: #FF9900;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.section-title.e--sm h2 {
  font-size: 2rem;
}

.section-title.e--vertical-sub {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
}

.section-title.e--vertical-sub p {
  margin: 0;
}

.section-title.e--vertical-sub:after {
  content: '';
  min-width: 132px;
  border-bottom: 1px solid #FF9900;
}

.section-up {
  margin-top: -6rem;
  position: relative;
  z-index: 10;
}

.section-inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  pointer-events: none;
}

.overlay.active {
  pointer-events: all;
  opacity: 1;
}

.overlay.e--header {
  z-index: 99;
}

.check-list li {
  padding-left: 3rem;
  position: relative;
}

.check-list li + li {
  margin-top: 2rem;
}

.check-list li:after {
  content: '';
  background-image: url(img/svg/check-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.copyright a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  margin-left: .5rem;
  white-space: nowrap;
}

.copyright a:hover {
  color: #FF9900;
}

.copyright img {
  max-width: 1.5rem;
  margin-left: .25rem;
}

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

.footer-contact__icon {
  margin-right: .5rem;
}

.footer-contact + * {
  margin-top: .5rem;
}

.section-subtitle h3,
.entry-content h3 {
  font-size: 1.5rem;
  color: #424242;
  margin-bottom: 16px;
}

.quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #737373;
  border-radius: 10px;
  margin: -1px;
}

.quantity-controls .quantity-input {
  max-width: 50px;
  text-align: center;
  border: none;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  min-height: 32px;
  border: none;
  outline: none;
}

.quantity-controls .btn-minus,
.quantity-controls .btn-plus {
  background: none;
  border: 1px solid #424242;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 10px;
  outline: none;
  margin: -1px;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
}

.quantity-controls .btn-minus:hover,
.quantity-controls .btn-plus:hover {
  background-color: #FF9900;
  border-color: #FF9900;
  color: #fff;
}

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

.section-label {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  position: absolute;
  top: -80px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-label__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  left: -100%;
}

.section-label__content p {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #FF9900;
  margin-left: 1rem;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3rem;
  height: calc(800px + 200px);
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -200px;
  width: 100vw;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  height: 500px;
  background-color: #fff;
  -webkit-clip-path: ellipse(71% 71% at 63% 80%);
  clip-path: ellipse(71% 71% at 63% 80%);
}

.hero .container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.hero__inner {
  position: relative;
  z-index: 10;
}

.hero-content {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  padding: 3rem 0 3rem 6rem;
}

.hero-content.e--single > * {
  width: 62%;
}

.hero-content.e--single .hero-content__left {
  padding-right: 0;
}

.hero-content:not(.e--single) > * {
  width: 50%;
}

.hero-content__left {
  padding: 1rem;
  padding-right: 3rem;
}

.hero-content__right {
  padding: 1rem;
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-content__img {
  max-width: 480px;
}

.hero-content__btns {
  margin-top: 2.5rem;
}

.hero .section-inner {
  height: 100%;
}

.hero__decore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(img/svg/decor-1.svg), url(img/svg/decore-2.svg), url(img/svg/decore-3.svg);
  background-size: 50%, 50%, 50%;
  background-position: 0 0, bottom -8rem left -3rem, bottom 0  right -5rem;
  background-repeat: no-repeat, no-repeat;
}

.header-nav > ul {
  font-size: 14px;
}

.header-nav > ul > li {
  cursor: pointer;
}

.header-nav > ul > li > a {
  color: #fff;
  padding: .25rem 0rem;
  position: relative;
  display: inline-block;
}

.header-nav > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #FF9900;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-nav > ul > li.current-menu-item a:after,
.header-nav > ul > li:hover a:after {
  width: 100%;
}


.header-nav > ul > li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav > ul > li.menu-item-has-children::after {
  content: '';
  background-image: url(img/svg/Union.svg);
  height: 6px;
  width: 12px;
  display: inline-block;
  margin-left: .5rem;
}

.header-nav > ul > li.menu-item-has-children.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav > ul > li + li {
  margin-left: 1.5rem;
}

.header-nav .sub-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem;
  top: 100%;
}

.header-nav .sub-menu a {
  display: inline-block;
  color: #fff;
  padding: .5rem 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

.header-nav .sub-menu li:hover a {
  color: #FF9900;
}

.about-us {
  padding-bottom: 60px;
}

.about-us p,
.entry-content p {
  margin-bottom: 1.5rem;
}

.about-us__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem 0;
}

.about-us__docs > * {
  margin: .5rem;
}

.about-us__docs a {
  display: block;
  padding: .5rem;
  position: relative;
}

.about-us__docs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.about-us__docs a::before {
  content: url(img/svg/loupe.svg);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E72A25), to(#FF9900));
  background: -o-linear-gradient(top, #E72A25 0%, #FF9900 100%);
  background: linear-gradient(180deg, #E72A25 0%, #FF9900 100%);
  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;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.about-us__docs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us__docs a:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about-us__docs a:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.about-us__docs a::before:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-us__btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us .split__right {
  margin-top: -5rem;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.advantage__icon {
  width: 60px;
  height: auto;
}

.advantage p {
  max-width: 250px;
  margin-top: 1rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.advantage.e--underline {
  text-decoration: underline;
}

.advantage:hover p {
  color: #FF9900;
}

.product-item {
  padding: 1.5rem;
  border: 4px solid transparent;
  max-width: 370px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*background-color: #efefef;*/
}

.product-item__top {
  position: relative;
  padding-top: calc(280/280 * 100%);
}

.product-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__img img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__desc {
  text-align: center;
}

.product-item__title {
  margin-bottom: .25rem;
}

.product-item__attr {
  color: #000;
  font-size: 14px;
}

.product-item__btns {
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.product-item__btns a {
  margin: .5rem .25rem;
}

.product-item__btns a.e--more {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item__calc {
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FF9900;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-item__calc img {
  width: 1.5rem;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item__calc:hover {
  background-color: #FF9900;
}

.product-item__calc:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.product-item:hover {
  border: 4px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.36);
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-item:hover .product-item__img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-item:hover .product-item__btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem 1.25rem 2rem;
  background-color: #ffffff;
  position: relative;
  height: 100%;
}

.related-product__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #424242;
}

.related-product__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.related-product__wrap {
  padding-top: calc(170/220 * 100%);
  position: relative;
  margin: 2rem 0 1rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.related-product__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.related-product .product-item__btns {
  position: absolute;
  bottom: 1.5rem;
  opacity: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10;
}

.related-product:hover .product-item__btns {
  opacity: 1;
}

.delivery {
  padding: 120px 0;
}

.delivery__payment {
  margin-top: 2rem;
}

.delivery__payment-icon {
  max-width: 50px;
  margin-bottom: 1rem;
}

.delivery__payment .check-list {
  font-size: 18px;
}

.delivery__wrap {
  height: 100%;
  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;
}

.delivery__img {
  background-image: url(img/svg/decore-3.svg);
  background-position: top -1rem left -4rem;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 50px 0;
  background-color: #FF9900;
  color: #fff;
}

.contact-form .section-inner {
  padding: 0 80px;
  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;
}

.contact-form .section-title {
  margin-bottom: 2rem;
}

.contact-form .section-title h2 {
  font-size: 2rem;
  margin-top: 1rem;
}

.contact-form form {
  margin-top: 1rem;
}

.contact-form__left {
  padding-right: 40px;
}

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

.contact-form__social-item {
  background: white;
  border-radius: 100px;
  padding: 12px;
}

.contact-form__social-item:not(:last-child) {
  margin-bottom: 24px;
}

.contact-form__social-item img {
  min-width: 34px;
}

.contact-form__social-item:hover {
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
}

.contact-form form {
  margin: -1rem;
}

.contact-form form span {
  display: block;
  padding: 1rem;
}

.contact-form form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form form .row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form form input:not([type="submit"]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 1rem;
  color: #fff;
}

.contact-form form input:not([type="submit"])::-webkit-input-placeholder {
  color: #fff;
}

.contact-form form input:not([type="submit"])::-moz-placeholder {
  color: #fff;
}

.contact-form form input:not([type="submit"]):-ms-input-placeholder {
  color: #fff;
}

.contact-form form input:not([type="submit"])::-ms-input-placeholder {
  color: #fff;
}

.contact-form form input:not([type="submit"])::placeholder {
  color: #fff;
}

.contact-form form input:not([type="submit"]):focus {
  outline: none;
  border-bottom-color: #737373;
}

.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.client__icon {
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.client p {
  position: relative;
}

.client p::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FF9900;
  margin-top: .25rem;
}

.gallery {
  padding: 0 80px;
}

.gallery .section-title {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.gallery__photo {
  width: 100%;
  margin-bottom: 55px;
}

.gallery__btn {
  margin-bottom: 10px;
}

.gallery__btn a {
  /* padding: 1rem 2.5rem; */
}

.gallery__videos {
  width: 100%;
  display: grid;
  grid-template-columns: calc(33.3333% - 13.3333px) calc(33.3333% - 13.3333px) calc(33.3333% - 13.3333px);
  grid-gap: 20px;
  margin-bottom: 55px;
}

.gallery #macy-container a:after,
.gallery__videos a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 46px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.gallery #macy-container a::before,
.gallery__videos a::before {
  content: url(img/svg/loupe.svg);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E72A25), to(#FF9900));
  background: -o-linear-gradient(top, #E72A25 0%, #FF9900 100%);
  background: linear-gradient(180deg, #E72A25 0%, #FF9900 100%);
  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;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery #macy-container a img,
.gallery__videos a img {
  width: 100%;
  height: 100%;
  border-radius: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery #macy-container a:hover::after,
.gallery__videos a:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery #macy-container a:hover::before,
.gallery__videos a:hover::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.gallery #macy-container a::before:hover,
.gallery__videos a::before:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.packaging {
  padding: 80px 0 20px;
}

.packaging__payment {
  margin-top: 2rem;
}

.packaging__payment-icon {
  max-width: 50px;
  margin-bottom: 1rem;
}

.packaging__payment .check-list {
  font-size: 18px;
}

.packaging__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("img/svg/truck-bg/circles-big.svg"), url("img/svg/truck-bg/circles-small.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 50%;
  background-position: top 1rem left -1rem, top -2rem left 110%;
}

.payment {
  background-color: #efefef;
  padding: 80px 0;
}

.payment .section-inner {
  padding: 0 80px;
}

.payment .delivery__payment {
  margin-top: 0;
}

.payment .split {
  margin: 0;
}

.payment .split__right {
  width: 60%;
}

.payment .split__left {
  width: 40%;
}

.payment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment__item {
  width: 50%;
  padding: 1rem 1rem;
}

.product {
  padding-bottom: 60px;
}

.product p + p {
  margin-top: 1.5rem;
}

.product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3rem;
  max-width: 70%;
  margin: auto;
}

.product__btns {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 629px;
}

.product__btns a {
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  outline: none;
}

.product__btns a:first-of-type {
  margin-right: 1.5rem;
}

.product .split__right {
  margin-top: -5rem;
}

.product__info p {
  max-width: 522px;
  margin-bottom: 24px;
}

.product__info b {
  font-weight: 600;
}

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

.contacts__form .section-subtitle {
  max-width: 450px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.contacts__form form {
  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;
  /* width: 55%; */
}

.contacts__form form input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid #737373;
  margin-bottom: 1rem;
  padding: .5rem;
  width: 100%;
}

.contacts__form form input[type="email"] {
  margin-bottom: 3rem;
}

.contacts__form form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #737373;
  margin-bottom: 2rem;
  max-height: 10.25rem;
  width: 100%;
}

.contacts__form form input[type="submit"] {
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

.contacts__form form > * {
  width: 100%;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6rem;
}

.contacts-info > * {
  width: 50%;
  padding: 1rem;
}

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

.social__item {
  background: white;
  border-radius: 100px;
  padding: 12px;
}

.social__item:not(:last-child) {
  margin-right: 24px;
}

.social__item img {
  min-width: 43px;
}

.social__item:hover {
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
}

.contacts.section-up {
  margin-top: -12rem;
}

.split__left {
  width: 45%;
}

.split__right {
  width: 55%;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__icon {
  max-width: 50px;
  height: auto;
}

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

.contact p {
  max-width: 250px;
  margin-top: 1rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact.e--underline {
  text-decoration: underline;
}

.contact:hover p {
  color: #FF9900;
}

.info {
  margin-top: -13rem;
}

.info .section-inner {
  padding: 0 80px;
}

.info__power {
  max-width: 465px;
  padding: 14rem 0 3.75rem 0;
}

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

.info__text img {
  min-width: 90px;
  margin-left: -20px;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.info__item-text {
  flex: auto;
}

.info__item:before {
  content: url("img/svg/check-orange.svg");
  padding-top: 6px;
  margin-right: 1rem;
}

.info__item h4 {
  margin-bottom: .5rem;
}

.info__item p {
  margin-bottom: 1rem;
}

.info__item p b {
  font-weight: bold;
  color: #424242;
}

.info__item img {
  max-width: 74px;
}

.info__item h4 {
  font-size: 20px;
  color: #424242;
}

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

.docs {
  background: url("img/svg/decore-2.svg") no-repeat;
  background-position: top -280px left 98%;
  padding: 80px 0 30px;
}

.docs .section-inner {
  padding: 0 80px 2rem;
}

.docs .section-title h2 {
  margin-bottom: 1rem;
}

.docs .section-title p b {
  color: #424242;
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
}

.docs .split {
  margin: 0;
}

.docs .split__left {
  width: 70%;
  padding: 0;
}

.docs .split__right {
  width: 30%;
}

.docs .section-title {
  margin-bottom: 2rem;
}

.docs .section-title h2 {
  font-size: 2rem;
}

.docs__body > p {
  max-width: 339px;
  margin-bottom: 3rem;
}

.docs__list {
  counter-reset: my-counter;
}

.docs__list li {
  counter-increment: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.docs__list li::before {
  content: counter(my-counter);
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
  border-radius: 100px;
  margin-right: .6rem;
  min-width: 30px;
  height: 30px;
}

.docs__list li a {
  text-decoration: underline;
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.docs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 574px;
}

.docs__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.docs__btn .a-btn {
  max-width: 269px;
  padding: 1rem;
  margin-bottom: 0.8rem;
}

.docs__btn:first-child a {
  margin-right: 2rem;
}

.docs__img img {
  max-width: 250px;
}

.wholesale {
  padding: 80px 0 56px;
  background: #EFEFEF;
}

.wholesale .section-inner {
  padding: 0 80px;
}

.wholesale__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.wholesale__title .split {
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wholesale__title .section-title {
  padding: 0;
  max-width: 522px;
  margin-right: 41px;
}

.wholesale__title .section-title h2 {
  margin-bottom: 0;
}

.wholesale__title p {
  padding: 0;
  max-width: 500px;
}

.wholesale__content {
  position: relative;
  min-height: 328px;
  margin-bottom: 25px;
}

.wholesale__img {
  max-width: 619px;
  width: 60%;
  position: absolute;
  left: 54px;
  top: 14px;
}

.wholesale__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 144px;
  padding-bottom: 20px;
}

.wholesale__top-row .wholesale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wholesale__top-row .wholesale__item img {
  max-width: 44px;
}

.wholesale__top-row .wholesale__item:nth-of-type(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 140px;
}

.wholesale__top-row .wholesale__item:nth-of-type(1) p {
  max-width: 314px;
}

.wholesale__top-row .wholesale__item:nth-of-type(2) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.wholesale__top-row .wholesale__item:nth-of-type(2) img {
  margin-right: 1.9rem;
}

.wholesale__top-row .wholesale__item:nth-of-type(2) p {
  max-width: 241px;
}

.wholesale__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 184px;
  padding-top: 48px;
}

.wholesale__bottom-row .wholesale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wholesale__bottom-row .wholesale__item img {
  max-width: 44px;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(1) {
  max-height: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 240px;
  margin-left: 160px;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(1) img {
  margin-right: 1.4rem;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(1) p {
  max-width: 173px;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(2) img {
  margin-right: 1.4rem;
}

.wholesale__bottom-row .wholesale__item:nth-of-type(2) p {
  max-width: 348px;
}

.contacts-list {
  padding: 50px 0;
  background-color: #FF9900;
  color: #fff;
}

.contacts-list .section-inner {
  padding: 0 80px;
  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;
}

.contacts-list .section-title {
  margin-bottom: 2rem;
}

.contacts-list .section-title h2 {
  font-size: 2rem;
  margin-top: 1rem;
}

.contacts-list__left {
  padding-right: 40px;
}

.contacts-list__left ul {
  margin-bottom: 2rem;
}

.contacts-list__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.contacts-list__left ul li::before {
  margin-right: 1rem;
}

.contacts-list__left ul li:nth-child(1)::before {
  content: url("img/svg/phone-small-white.svg");
}

.contacts-list__left ul li:nth-child(2)::before {
  content: url("img/svg/mail-small-white.svg");
}

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

.contacts-list__social-item {
  background: white;
  border-radius: 100px;
  padding: 12px;
}

.contacts-list__social-item:not(:last-child) {
  margin-bottom: 24px;
}

.contacts-list__social-item img {
  min-width: 34px;
}

.contacts-list__social-item:hover {
  background: -o-linear-gradient(259.91deg, #E72A25 7.55%, #F5B51A 116.96%);
  background: linear-gradient(190.09deg, #E72A25 7.55%, #F5B51A 116.96%);
}

.order-modal {
  padding: 3.5rem 5.5rem 2rem;
  border: none;
  width: 90%;
  max-height: 100%;
  max-width: 699px;
}

.order-modal h2 {
  font-size: 30px;
  color: #424242;
  margin-bottom: 24px;
}

.order-modal .section-label {
  top: 0;
  left: 50px;
}

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

.order-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 67px;
}

.order-modal__content img {
  border: 1px solid #FF9900;
  min-width: 178px;
}

.order-modal__content h3 {
  font-size: 24px;
  color: #424242;
  margin-bottom: 1rem;
}

.order-modal__content > :first-child {
  margin-right: 2rem;
}

.order-modal__content > *:not(:first-child) {
  margin-right: 46px;
}

.order-modal__content > *:nth-child(even) h4 {
  margin-bottom: 18px;
}

.order-modal__content h4 {
  font-size: 18px;
  color: #424242;
}

.order-modal__content p {
  min-width: 63px;
}

.order-modal__quantity h4 {
  margin-bottom: 8px;
}

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

.order-form-modal {
  padding: 3.5rem 5.5rem 2rem;
}

.order-form-modal__content {
  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;
}

.order-form-modal .section-label {
  top: 0;
  left: 50px;
}

.order-form-modal__content {
  -ms-flex-item-align: center;
  align-self: center;
  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;
  width: 70%;
}

.order-form-modal__content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-form-modal__content input:not([type="submit"]) {
  border: none;
  border-bottom: 1px solid #737373;
  margin-bottom: 1rem;
  padding: .5rem;
  width: 100%;
}

.order-form-modal__content input[type="tel"] {
  margin-bottom: 2rem;
}

.order-form-modal__content textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #737373;
  margin-bottom: 2rem;
  max-height: 10.25rem;
  width: 100%;
}

.order-form-modal__content input[type="submit"] {
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

.order-form-modal__content > * {
  width: 100%;
}

.order-done-modal {
  padding: 7.5rem 4rem 2rem;
}

.order-done-modal__body {
  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;
  text-align: center;
  position: relative;
}

.order-done-modal__body img {
  margin-bottom: 2.5rem;
}

.order-done-modal__body > p:first-of-type {
  margin-bottom: .5rem;
  color: #424242;
  font-size: 20px;
}

.order-done-modal__body > p:last-of-type {
  margin-bottom: 7.25rem;
  color: #424242;
  font-size: 14px;
}

.order-done-modal .section-label {
  top: -7.5rem;
  left: -10px;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages > * {
  width: 50%;
  padding: 2rem;
}

.advantages__item:last-of-type {
  background-image: url(img/svg/decore-3.svg);
  background-position: top -25px left -20px;
  background-size: 170px;
  background-repeat: no-repeat;
}
.advantages__item:last-of-type a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.advantages__item:last-of-type a:hover p{
  color: #000;
}
.products-section {
  padding: 80px 0;
  background-color: #EFEFEF;

  background-image: url('img/svg/decore-3.svg');
  background-repeat: no-repeat;
  background-position: top 35% right -18rem;
}


.products-section .section-inner {
  padding: 0 80px;
}

.products-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-section__item {
  padding: 1rem;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.products-section__title > * {
  width: 50%;
  padding: 1rem;
}

.products-section__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-section__divider:after,
.products-section__divider::before {
  content: '';
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #D2D2D2;
}

.products-section__divider img {
  max-width: 540px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 3rem;
}

.related-products {
  margin: 2rem 0;
}

.related-products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.related-products__item {
  padding: 1rem;
  width: 25%;
  max-width: 320px;
}

.our-clients {
  background: #EFEFEF;
  padding: 80px 0;
}

.our-clients .section-inner {
  padding: 0 80px;
}

.our-clients .split__right {
  width: 60%;
}

.our-clients .split__left {
  width: 40%;
}

.our-clients__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-clients__item {
  width: 50%;
  padding: 1rem 1rem;
}

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

.social__item {
  background-color: white;
  border-radius: 100px;
}

.social__item:not(:last-of-type) {
  margin-right: 74px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 1rem;
}

body {
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: 400;
  color: #737373;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

h1,
h2 {
  line-height: 1.1;
}

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

.color-white {
  color: #fff !important;
}

@media only screen and (max-width: 1248px) {
  .header__burger.hamburger {
    display: block;
  }

  .a-btn.e--more {
    padding: .25rem .5rem;
  }

  .a-btn.e--more svg {
    width: 32px;
  }

  .a-btn.e--orange svg {
    width: 32px;
  }

  .section-title h2,
  .entry-content h2 {
    font-size: 2.5rem;
  }

  .hero-content.e--single > * {
    width: 80%;
  }

  .hero__decore {
    background-size: 60%, 60%, 60%;
    background-position: 0 0, bottom -6rem left -3rem, bottom 0  right -5rem;
    background-repeat: no-repeat, no-repeat;
  }

  .header-nav {
    padding: 1rem;
    padding-top: 5rem;
    position: absolute;
    background-color: black;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header-nav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-nav > ul > li + li {
    margin-left: 0;
  }

  .header-nav > ul > li > a {
    padding: 1rem;
    width: 100%;
  }

  .header-nav > ul > li > a::after {
    display: none;
  }

  .header-nav > ul > li:hover a {
    color: #FF9900;
  }

  .product-item {
    padding: 1rem;
  }

  .product-item__calc {
    height: 50px;
    width: 50px;
  }

  .gallery {
    padding: 0 80px;
  }

  .gallery__videos {
    grid-template-columns: calc(50% - 13.5px) calc(50% - 13.5px);
    grid-gap: 20px;
  }

  .payment .split__right {
    width: 100%;
  }

  .payment .split__left {
    display: none;
  }

  .wholesale__img {
    width: 100%;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(1) {
    margin-right: -66px;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(2) img {
    margin-right: 0;
  }

  .wholesale__bottom-row .wholesale__item img {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__col {
    width: 50%;
  }

  .page-title h1 {
    font-size: 2.5rem;
  }

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

  .split.e--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .split > * {
    padding: 1rem;
    width: 100%;
  }

  .section-title h2,
  .entry-content h2 {
    font-size: 2rem;
  }

  .section-title.e--sm h2 {
    font-size: 1.5rem;
  }

  .hero:after {
    width: 1100px;
  }

  .hero-content {
    padding: 3rem 0 3rem 6rem;
  }

  .hero-content.e--single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content.e--single > * {
    width: 90%;
  }

  .hero__decore {
    background-position: 0 0, bottom -3rem left -3rem, bottom 0  right -5rem;
  }

  .about-us .split__right {
    margin-top: -2rem;
  }

  .product-item {
    padding: .5rem;
  }

  .product-item__top {
    padding-top: 65%;
  }

  .product-item__img img {
    max-width: 120px;
    margin: auto;
  }

  .delivery {
    padding: 80px 0;
  }

  .contact-form .section-title {
    margin-bottom: 2rem;
  }

  .contact-form .section-title h2 {
    font-size: 1.5rem;
  }

  .contact-form .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form form {
    margin-bottom: 1rem;
  }

  .contact-form__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-form__social-item:not(:last-child) {
    margin: 0 24px 0 0;
  }

  .packaging {
    padding: 80px 0 0;
  }

  .packaging__wrap {
    background-size: 70%, 30%;
    background-position: top -1rem left 1rem, top -1rem left 100%;
  }

  .product .split__right {
    margin-top: -2rem;
  }

  .contacts-info > * {
    width: 33.33%;
    padding: 1rem;
  }

  .contacts-info__item:nth-child(1) {
    display: none;
  }

  .info .split__left {
    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;
  }

  .info__power {
    padding: 0 0 1rem 0;
  }

  .info .split {
    margin: 0;
  }

  .info__products {
    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;
    padding: 3rem;
  }

  .docs .split__left {
    width: 100%;
  }

  .docs .split__right {
    width: 100%;
  }

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

  .docs .section-title {
    margin-bottom: 2rem;
  }

  .docs .section-title h2 {
    font-size: 2rem;
  }

  .wholesale .section-title {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .wholesale__img {
    display: none;
  }

  .wholesale__top-row {
    min-height: 0;
    padding-bottom: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wholesale__top-row .wholesale__item {
    width: 50%;
  }

  .wholesale__top-row .wholesale__item:nth-of-type(1) {
    margin: 0 10px 0 0;
  }

  .wholesale__top-row .wholesale__item:nth-of-type(1) img {
    margin-bottom: 5px;
  }

  .wholesale__top-row .wholesale__item:nth-of-type(2) {
    -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;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wholesale__top-row .wholesale__item:nth-of-type(2) img {
    margin-bottom: 5px;
  }

  .wholesale__bottom-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0;
  }

  .wholesale__bottom-row .wholesale__item {
    width: 50%;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(1) {
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px 0 0;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(1) img {
    margin-bottom: 5px;
    max-height: 50px;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(2) {
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(2) img {
    margin-bottom: 5px;
    max-height: 50px;
  }

  .contacts-list .section-title {
    margin-bottom: 2rem;
  }

  .contacts-list .section-title h2 {
    font-size: 1.5rem;
  }

  .contacts-list__left {
    margin-bottom: 2rem;
  }

  .contacts-list .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-list__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contacts-list__social-item:not(:last-child) {
    margin: 0 24px 0 0;
  }

  .advantages > * {
    width: 33.33%;
    padding: 1rem;
  }

  .products-section__divider {
    margin: 0;
  }

  .products-section__divider img {
    max-width: 320px;
  }

  .products-section__item {
    width: 50%;
  }

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

  .products-section__title > * {
    width: 100%;
  }

  .products-section__title .section-title h2 {
    margin-bottom: 0;
  }

  .related-products__item {
    padding: .5rem;
    width: 50%;
  }

  .our-clients .split__right {
    width: 100%;
  }

  .our-clients .split__left {
    display: none;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .wholesale .section-inner {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 560px) {
  .wholesale__top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wholesale__top-row .wholesale__item {
    width: 100%;
  }

  .wholesale__top-row .wholesale__item:nth-of-type(1),
  .wholesale__top-row .wholesale__item:nth-of-type(2) {
    margin-bottom: 40px;
  }

  .wholesale__bottom-row {
    -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;
    padding: 0;
  }

  .wholesale__bottom-row .wholesale__item {
    width: 100%;
  }

  .wholesale__bottom-row .wholesale__item:nth-of-type(1),
  .wholesale__bottom-row .wholesale__item:nth-of-type(2) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 1rem 0;
  }

  .header.active .header__inner {
    padding: 0;
  }

  .section-calc__form {
    border: none;
    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;
    padding: 0;
  }

  .section-calc__form:before {
    display: none;
  }

  .section-calc__row {
    -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;
    border-right: none;
    width: 60%;
    margin-bottom: 2rem;
  }

  .section-calc__row p {
    margin: 0;
  }

  .section-calc__row.active {
    border-right: none;
  }

  .section-calc__decore {
    display: none;
  }

  .section-calc__description {
    visibility: visible;
  }

  .section-calc__inputs {
    margin: 0;
    margin-bottom: 1.6rem;
  }

  .section-calc__item-title {
    width: 100%;
    padding-bottom: .9rem;
    margin: 0;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #FF9900;
  }

  .section-calc .order-modal__inputs {
    margin-bottom: 1.6rem;
  }

  .section-subtitle h3,
  .entry-content h3 {
    font-size: 1.3rem;
  }

  .section-label {
    display: none;
  }

  .hero-content {
    padding: 3rem 0 3rem 0rem;
  }

  .hero-content__right {
    display: none;
  }

  .hero-content:not(.e--single) > .hero-content__left {
    width: 100%;
  }

  .hero__decore {
    background-position: 0 0, bottom 2rem left -3rem, bottom 4rem  right -5rem;
  }

  .advantage p {
    max-width: 100%;
  }

  .related-product {
    padding: 1rem;
  }

  .contact-form {
    padding: 30px 0;
  }

  .contact-form .section-inner {
    padding: 0 0;
  }

  .contact-form form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form form span {
    padding: .5rem 1rem;
  }

  .gallery__videos {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }

  .payment {
    padding: 40px 0;
  }

  .payment .section-inner {
    padding: 0;
  }

  .payment .section-label {
    display: none;
  }

  .contacts__form form {
    width: 80%;
  }

  .contacts-info > * {
    width: 50%;
  }

  .contact p {
    max-width: 100%;
  }

  .info .section-inner {
    padding: 0;
  }

  .info__products {
    padding: 3rem 0rem;
  }

  .info h4 {
    font-size: 18px;
  }

  .contacts-list {
    padding: 30px 0;
  }

  .contacts-list .section-inner {
    padding: 0 0;
  }

  .order-form-modal__content {
    width: 80%;
  }

  .advantages > * {
    width: 50%;
  }

  .products-section .section-inner {
    padding: 0;
  }

  .products-section .section-label {
    display: none;
  }

  .products-section__item {
    padding: .5rem;
  }

  .our-clients {
    padding: 40px 0;
  }

  .our-clients .section-inner {
    padding: 0;
  }

  .our-clients .section-inner .section-label {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .info .split__right {
    padding: 0;
  }

  .docs__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .docs__btns a.a-btn {
    max-width: 100%;
  }

  .docs__btn:first-child a {
    margin-right: 0;
  }

  .docs__btn:first-child {
    margin-bottom: 1rem;
  }

  .docs .section-label {
    display: none;
  }

  .docs .section-inner {
    padding: 0;
  }
}

@media only screen and (max-width: 560px) {
  .section-calc__row {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .custom-logo-link {
    max-width: 100px;
  }

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

  .footer__col {
    width: 100%;
    padding: .5rem 1rem;
  }

  .footer__col-title {
    margin-bottom: .5rem;
  }

  .footer__top {
    padding-top: 40px;
  }

  .footer__logo {
    max-width: 100px;
  }

  .a-btn {
    width: 100%;
    max-width: 100%;
  }

  .breadcrumps {
    margin-top: 0;
  }

  .breadcrumps a {
    font-size: 12px;
  }

  .breadcrumps a:after {
    margin: 0 5px;
  }

  .section-title {
    margin-bottom: 1rem;
  }

  .section-title h2,
  .entry-content h2 {
    font-size: 1.75rem;
  }

  .section-title h2 span + span {
    margin-top: 0;
  }

  .section-title p {
    font-size: 12px;
  }

  .check-list li {
    padding-left: 1.5rem;
  }

  .check-list li + li {
    margin-top: 1rem;
  }

  .check-list li::after {
    width: 1rem;
    top: 6px;
  }

  .about-us .split__right {
    margin-top: -5rem;
  }

  .advantage__icon {
    width: 40px;
  }

  .advantage p {
    font-size: 12px;
  }

  .product-item__btns {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .related-product .product-item__btns {
    position: static !important;
    padding-bottom: 0;
    opacity: 1;
  }

  .related-product__wrap {
    padding-top: 50%;
    margin: .5rem;
  }

  .delivery {
    padding: 40px 0;
  }

  .contact-form .section-title {
    margin-bottom: 1rem;
  }

  .contact-form .section-title h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .contact-form form {
    margin-top: 1rem;
  }

  .packaging {
    padding: 40px 0;
  }

  .packaging__wrap {
    background-size: 70%, 30%;
    background-position: top -1rem left 1rem, top 0 left 100%;
  }

  .payment__item {
    width: 100%;
  }

  .product .split__right {
    margin-top: -5rem;
  }

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

  .product__btns a {
    min-width: 100%;
  }

  .product__btns a:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .contacts-info > * {
    width: 50%;
    padding: .5rem;
  }

  .contacts-info {
    -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;
  }

  .social__item:not(:last-child) {
    margin-right: 1rem;
  }

  .contact__icon {
    width: 40px;
  }

  .contact p {
    font-size: 12px;
  }

  .contacts-list .section-title {
    margin-bottom: 1rem;
  }

  .contacts-list .section-title h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .advantages > * {
    width: 50%;
    padding: .5rem;
  }

  .products-section__item {
    width: 100%;
  }

  .products-section__divider img {
    max-width: 220px;
  }

  .products-section__divider::after,
  .products-section__divider::before {
    display: none;
  }

  .products-section__title .section-title {
    margin-bottom: 0;
  }

  .related-products__item {
    width: 100%;
  }

  .our-clients__item {
    width: 100%;
  }
}