*,
:after,
:before {
  box-sizing: inherit;
}

htmt,
body {
  overflow-x: hidden !important;
  font-family: "Montserrat", Sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  outline: none;
}

.home-page {
  background: #f5f5f5;
}

.header-elements {
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
}

.d-flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.site-content.pages {
  padding-top: 50px;
}

.header {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  z-index: 999999;
  min-height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
  transition: background-color 0.5s ease !important;
}

.header .section-wrap {
  width: 100%;
}

.header.pages {
  position: relative;
  background-color: #0a0a0a !important;
}

.header.sticky {
  background-color: #0a0a0a !important;
}

.header-element {
  padding: 17px 15px;
}

.logo {
  box-sizing: border-box;
  padding-left: 0;
}

.logo img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 288px;
  min-width: 288px;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.text-center {
  text-align: center;
}

.banner-title {
  font-size: 32px !important;
  line-height: 36px !important;
}

.bg-0 {
  background-color: transparent !important;
}

.article-single {
  position: relative;
}

.nav .menu-item {
  position: relative;
}

.nav .menu-item .menu-link {
  color: #fff;
}

.nav ul {
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav ul li {
  display: block;
}

.nav ul li a {
  display: block;
  position: relative;
  padding: 13px 20px;
  transition: 0.4s;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  transition: 0.4s;
  line-height: 20px;
  text-transform: uppercase;
}

.nav ul .menu-link.active {
  color: #f44611;
}

.nav ul .menu-item:after {
  content: "";
  height: 1px;
  background-color: transparent;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
  transform: scale(1);
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.nav ul .menu-link.active:after {
  background-color: #f44611;
}

#page .site-content {
  flex-grow: 1;
}

.video-wrap {
  display: flex;
}

.video-wrap .background-video-hosted {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
}

.background-video-container {
  width: 100%;
}

.switcher--layout-dropdown .switcher__nav {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switcher--layout-dropdown .switcher__lang {
  width: 100%;
  margin: 0;
}

.switcher--layout-dropdown .switcher__toggle {
  position: relative;
}

.switcher__list {
  right: 0;
  left: auto;
  align-items: flex-end;
  position: absolute;
  z-index: 9999;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #0a0a0a;
}

.switcher__lang a {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.switcher__flag {
  width: 20px;
  height: calc(20px * 0.75);
  line-height: 0.5em;
}

.switcher__code,
.switcher__flag,
.switcher__name {
  display: inline-block;
  vertical-align: middle;
}

.switcher__flag img {
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.switcher__code {
  padding-left: 10px;
}

.switcher__icon {
  color: #fff;
  padding-left: 15px;
  vertical-align: middle;
  transition: transform 0s 0.2s;
}

.layout-dropdown {
  position: relative;
}

.layout-dropdown .switcher__toggle--on + .switcher__list {
  max-height: calc(100% * var(--langs));
  transition: max-height 0.4s ease-in;
}

.layout-dropdown.switcher--align-right .switcher__list {
  right: 0;
  left: auto;
}

.switcher--align-right .switcher__list {
  align-items: flex-end;
}

.switcher__lang {
  width: 100%;
}

.switcher__lang a {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.layout-dropdown .switcher__lang a:hover,
.switcher--layout-dropdown .switcher__lang a:focus {
  background-color: #7a7a7a;
}

.content-info {
  width: 100%;
  max-width: 1022px;
  position: relative;
  z-index: 9999;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 90px;
  padding-right: 30px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.content-info p,
.content-info li {
  text-align: left;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  background-color: #f44611;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  fill: #ffffff;
  color: #ffffff;
  border: none;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 12px 30px 12px 30px;
  transition: 0.2s ease !important;
}

.modal .button.white,
.modal .button.white:hover {
  background-color: #fff;
  color: #f44611;
  transform: none;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.modal .button,
.modal .button:hover {
  background-color: #f44611;
  transform: none;
  color: #ffffff;
}

.button:hover {
  background-color: #ffffff;
  color: #f8666b;
  transform: scale(1.1);
}

.footer .button-link {
  padding: 7px 30px 7px 30px;
}

.footer .button:hover,
.contacts-content .button:hover {
  background-color: #f44611;
  color: #fff !important;
}

.contacts-content .button span {
  color: #fff;
}

.contacts-content .row:first-of-type {
  margin-right: 10px;
}

.heading-title {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0;
}

.menu-toggle {
  display: flex;
}

.menu-toggle i {
  color: #fff;
}

.menu-toggle span {
  color: #fff;
  font-size: 21px;
}

.menu-active:hover {
  color: #f44611;
  transition: 0.2s linear;
}

.banner {
  position: relative;
}

.banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: repeat;
  background-size: 2px 2px;
  background-position: 0 0;
  background-image: url("../images/bg-overlay.png");
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .heading-title {
    font-size: 40px;
  }

  .content-info {
    width: 100%;
  }

  .logo {
    width: 100%;
  }

  .logo img {
    max-width: 240px;
    min-width: 180px;
  }

  .banner-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .content-info p {
    line-height: 30px !important;
  }
}

@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1025px) {
  .nav ul .menu-item:after {
    display: none;
  }

  .header-element.menu {
    width: 100%;
  }

  .header-element.menu .d-flex {
    justify-content: flex-end;
    width: 100%;
  }

  .nav ul .menu-link.active:after {
    display: none;
  }

  .nav {
    position: absolute;
    z-index: 9997;
    left: 0;
    width: 100%;
    transform: scaleY(1);
    max-height: 100vh;
    top: 100%;
    background-color: #54595f;

    display: none;
  }

  .nav ul {
    flex-direction: column;
  }

  .nav li,
  .nav ul li a {
    display: block;
  }
}

.menu-toggle {
  cursor: pointer;
}

.menu-toggle .menu-active {
  display: none;
}

.menu.active .menu-toggle span {
  display: none;
}

.menu.active .nav,
.menu.active .menu-toggle .menu-active {
  display: flex;
}

.nav .menu-item:hover .menu-link {
  color: #f44611;
  position: relative;
  z-index: 9;
}

.nav .menu-item:hover:after {
  background-color: #f44611;
}

.section-wrapper {
  background-color: #f5f5f7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 0 0;
}

.section {
  padding: 0 30px 30px;
}

.m-t-5 {
  margin-top: 50px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.p-b-4 {
  padding-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.w-23 {
  width: 23px;
  height: 23px;
}

.list-elem {
  padding: 20px 0;
}

.list-elem p {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}

.list-elem .title {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.list-elem .desc,
.list-elem .desc * {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.list-elem .desc strong {
  font-weight: 700;
}

.delivery .text-elem,
.service .text-elem {
  margin: auto 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
}

.delivery .img-content__right.text-elem,
.service .img-content__right.text-elem {
  padding-left: 50px;
}

.delivery .img-content__left.text-elem,
.service .img-content__right.text-elem {
  padding-right: 50px;
}

.delivery .img-content,
.service .img-content {
  align-items: stretch;
}

.delivery .img-elem,
.service .img-elem {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.service .img-elem {
  max-height: 100vh !important;
}

.delivery .img-elem video,
.delivery .img-elem img,
.service .img-elem video,
.service .img-elem img {
  height: 100% !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.list-elem p img {
  margin-right: 7px;
  width: 40px;
  height: 40px;
}

.list-elem p svg {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.section.bg,
.section-wrapper.bg {
  background-color: #efefef;
}

.section-title {
  color: #f44611;
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}

.delivery .section-title,
.service .section-title {
  padding-left: 90px;
}

.section-title.upper {
  text-transform: uppercase;
}

.boxes {
  flex-wrap: wrap;
  margin: -25px -10px;
}

.boxes.products {
  margin: -5px;
}

.box {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 80px 15px;
  margin: 25px 10px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e5e6ec 0%, #f2f3f6 100%);
  border-style: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.boxes .box.img-box {
  margin: 5px;
}

.box-img,
.box-img img {
  width: 100%;
  height: 100%;
  padding: 0;
}

.box img {
  width: 100%;
  height: 100%;
}

.box-img img {
  object-fit: cover;
  vertical-align: bottom;
  height: 255px !important;
}

.boxes.black-hover .box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #f3f3f3;
  background-image: none;
}

.boxes.n-bg .box,
.boxes.n-bg .box:hover {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.boxes + .button-wrapper {
  margin-top: 40px;
}

.box:hover {
  box-shadow: -100px -100px 0px -100px rgba(0, 0, 0, 0);
}

.boxes.black-hover .box:hover {
  background-color: #212121;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.boxes.black-hover .box:hover .box-title {
  color: #fff;
}

.box:hover .box-icon svg,
.box:hover .box-icon svg * {
  fill: #f11a2300;
  stroke: #f44611;
}

.img-box .box {
  padding: 10px !important;
}

.img-box img {
  /* max-width: 350px; */
  width: 100%;
}

.box-icon {
  margin-bottom: 15px;
  width: 80px;
}

.box-icon svg {
  fill: #f11a2300;
  stroke: #54595f;
  width: 80px;
  height: 80px;
}

.box-icon svg * {
  fill: #f11a2300;
  stroke: #54595f;
}

.box-title {
  margin: 0;
  color: #54595f;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
}

#ast-scroll-top {
  background-color: #f44611;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
  right: 30px;
  bottom: 30px;
  display: none;
}

.slide__inner {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  padding: 100px 30px 100px 30px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.slide__content {
  width: 100%;
  padding: 60px 0px 60px 0px;
}

.slide__box {
  padding: 15px 15px 40px 15px;
  width: 50%;
  backdrop-filter: blur(25px);
}

.slide__title {
  font-size: 30px;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  margin: 0;
  font-weight: 500;
}

.slide__text {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  line-height: 1.4em;
  margin-bottom: 1.6em;
  font-size: 16px;
}

.brands img {
  transition-duration: 0.3s;
  transition-property: transform;
}

.brands img:hover {
  transform: scale(1.1);
}

.contact-us__img {
  background-position: center center;
  background-size: cover;
  width: 58.55%;
}

.contact-us__form {
  background-color: #efefef;
  padding: 90px 50px;
  flex: 1;
}

.field input,
.field textarea {
  width: 100%;
  display: block;
  background-image: unset;
  margin: 0;
  padding: 10px 0 9px;
  border: 0;
  border-style: none;
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  outline: none;
  transition: 0.2s linear;
  box-sizing: border-box;
  padding: 15px 0;
  box-shadow: none;
}

.field textarea {
  resize: none;
  border-width: 1px;
  padding: 0 9px 9px;
  border: 1px solid #000000;
}

.field.textarea .elem:before {
  display: none;
}

.field .elem:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 2px;
  left: 50%;
  background-color: #000000;
  transition: 0.2s linear;
}

.field .elem:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  background-color: #000000;
  transition: 0.2s linear;
}

.field .elem {
  position: relative;
  padding-bottom: 3px;
}

.field.textarea .elem:after {
  user-select: none;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  opacity: 0;
  background-color: transparent;
  height: auto;
}

.field.hover .elem:after {
  background-color: #e04562;
  right: 0;
  left: 0;
}

.field.focus .elem:after {
  background-color: #17a8e3;
  right: 0;
  left: 0;
}

.field.textarea.hover .elem:after {
  border-color: #e04562;
  opacity: 1;
  background-color: transparent;
}

.field.textarea.focus .elem:after {
  border-color: #17a8e3;
  opacity: 1;
  background-color: transparent;
}

.row {
  margin-bottom: 14px;
  flex-direction: column;
}

.contact-us .button:hover {
  background-color: #333333;
  color: #ffffff;
}

.contacts-map iframe {
  height: 600px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

.contacts-content {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 0px;
  padding: 70px 30px 60px 30px;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -150px;
  width: 90%;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contacts-content .row {
  width: 33.333%;
}

.contacts-title {
  color: #f44611;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}

.contacts-elem span {
  display: block;
  color: #070707;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
}

.contacts-elem {
  margin-bottom: 1.6em;
}

.contacts-elem span i {
  color: #f44611;
  transition: color 0.3s;
  width: 1.25em;
  font-size: 20px;
  margin-rigt: 10px;
}

.footer {
  background-color: #0a0a0a;
}

.footer__inner {
  padding: 80px 0px 20px 0px;
  max-width: 980px;
  margin: 0 auto;
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.footer__top-elem {
  width: 33.333%;
  padding-bottom: 25px;
}

.socials {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.socials a {
  display: inline-block;
  margin: 0 10px;
}

.socials a i {
  color: #fff;
  width: 1em;
  height: 1em;
}

.footer__elem-title {
  margin-bottom: 20px;
  color: #f44611;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.footer__top-elem ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__top-elem ul li {
  padding-bottom: 22px;
}

.footer__top-elem ul li a,
.footer__top-elem ul li span {
  font-family: "Montserrat", Sans-serif;
  color: #ffffffc4;
  transition: color 0.3s;
  font-size: 15px;
  font-weight: 400;
}

.footer__top-elem .contact {
  margin-top: -10px;
}

.footer__top-elem ul li span {
  line-height: 1em;
}

.footer__top-elem ul li i {
  margin-right: 7px;
  color: #f44611;
  width: 1.25em;
}

.footer__copy p {
  font-size: 15px;
  color: #ffffffc4;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin: 0;
}

.footer__copy {
  margin-bottom: 15px;
  margin-top: 48px;
}

.box.img-box {
  background-color: #fff;
  background-image: none;
  width: 100%;
  height: 100%;
  padding: 0;
  box-shadow: none;
  border: 1px solid #dddddda6;
}

.filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  margin-bottom: 50px;
}

.filters .filter {
  position: relative;
  margin: 5px;
  display: inline-block;
  padding: 5px 14px;
  background-color: #334155;
  border-radius: 15px;
}

.box.img-box {
  position: relative;
  overflow: hidden;
}

/* .box.img-box:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3s ease-out;
    background: rgba(0, 0, 0, .2);
} */

/* .box.img-box:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
} */

/* .box.img-box:hover:before, 
.box.img-box:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
} */

/* .box.img-box:before {
    transition: all .3s ease-out;
    background: rgba(0, 0, 0, .2);
} */

/* .box.img-box::after {
    transition: all .8s ease-out;
    background: rgba(0, 0, 0, .5);
} */

.box.img-box:hover img {
  transform: scale(2);
}

.box.img-box img {
  transition: all 0.3s ease-in-out;
}

.filters .filter:hover,
.filters .filter.active {
  background-color: #e20000;
}

.filter-text a {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.img-content h1 {
  line-height: 1.4em;
  text-transform: uppercase;
}

.img-content h3 {
  color: #070707;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.img-content p,
.img-content span:not(.button-text):not(.button-content-wrapper) span,
.img-content span:not(.button-text):not(.button-content-wrapper) span,
.img-content
  span:not(.button-text):not(.button-content-wrapper)
  i
  .img-content
  span:not(.button-text):not(.button-content-wrapper)
  i:not(.fa),
.img-content__text,
.img-content li {
  font-family: "Montserrat", Sans-serif;
  color: #334155;
  line-height: 1.65em;
}

.img-content__text h6 {
  line-height: 1.25em;
  color: #1e293b;
  font-size: 1rem;
  margin-bottom: 0;
}

.img-elem video,
.img-elem img {
  max-width: 100%;
  width: 100% !important;
  object-fit: cover;
}

.text-elem {
  padding-left: 130px;
  padding-right: 50px;
  width: 100%;
}

.img-content {
  align-items: center;
}

.img-content:not(:last-of-type) {
  margin-bottom: 45px;
}

.img-content__right.img-elem {
  margin-right: -30px;
  position: relative;
}

.img-content__left.img-elem {
  margin-left: -30px;
  position: relative;
}

.header-image {
  width: 100%;
}

@media (min-width: 1024px) {
  .header-image {
    width: 90%;
  }

  .box {
    width: calc(14.2% - 20px);
  }

  .contacts,
  .contacts section {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .img-elem {
    width: 58.55%;
    min-width: 58.55%;
  }
}

@media (max-width: 1024px) {
  .img-content:not(:last-of-type) {
    margin-bottom: 0;
  }

  .contacts-content {
    flex-wrap: wrap;
  }

  .content-info,
  .header-elements {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }

  .content-info {
    padding-top: 90px;
    padding-bottom: 90px;
    justify-content: flex-start;
  }

  .contacts .row {
    width: 50%;
  }

  .footer__inner {
    padding: 150px 30px 80px 30px;
  }

  .contact-us__form {
    padding: 0;
  }

  .img-content {
    flex-wrap: wrap;
  }

  .img-content__left,
  .img-content__right {
    width: 100%;
    min-width: 100%;
  }

  .img-content__left.img-elem,
  .img-content__right.img-elem {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .img-elem {
    order: 2;
    margin: 0;
  }

  .delivery .img-elem video,
  .delivery .img-elem img,
  .service .img-elem video,
  .service .img-elem img {
    position: relative;
  }

  .text-elem {
    box-sizing: border-box;
    order: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* .img-content:not(:last-of-type) {
        margin-bottom: 0;
    } */

  .delivery .text-elem,
  .service .text-elem {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .delivery .img-content__right.text-elem,
  .service .img-content__right.text-elem {
    padding-left: 30px;
  }

  .delivery .img-content__left.text-elem,
  .service .img-content__right.text-elem {
    padding-right: 0;
    padding-left: 0;
  }

  .delivery .section-title,
  .service .section-title {
    padding-left: 0;
    padding-bottom: 0 !important;
  }
}

.file {
  margin-bottom: 14px;
}

.file label {
  display: block;
  color: #777771;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.upload {
  position: relative;
  border-color: #777771;
  background-color: transparent;
  color: #777771;
  padding: 29px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload:hover,
.upload.hover {
  border-color: #f44611;
}

.upload__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.upload input {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.upload i {
  font-size: 25px;
}

.upload p {
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

.upload p a {
  color: #f44611;
  font-weight: 700;
  text-decoration: underline;
}

.upload-desc {
  color: #777771;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 0;
}

.upload-files {
  list-style: none;
  padding: 0;
  margin: 0;
}

.upload-files li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.upload-files li .preview {
  border-color: #777771;
  background-color: transparent;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-radius: 2px;
}

.upload-files li .preview i {
  color: #777771;
}

.upload-files li .file-content {
  margin-left: 10px;
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.upload-files li .file-text {
  display: flex;
  flex-direction: column;
}

.upload-files li .file-text span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  color: #888888;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
}

.upload-files li .file-text span:first-of-type {
  color: #333333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 4px;
}

.upload-files li button {
  border: none;
  color: #e04965;
  margin-left: 10px;
  cursor: pointer;
}

.terms,
.policy {
  padding: 15px 30px;
  max-width: 1140px;
  margin: 0 auto;
}

.services-list {
  background-color: #f5f5f7;
  padding: 60px 30px 60px;
  margin: 0 -30px;
}

.services-list__inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.services-list .section-title {
  padding-left: 0;
}

.terms {
  padding-top: 60px;
}

.terms h1,
.policy h1 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0;
  color: #1e293b;
  font-size: 2.5rem;
}

.terms p,
.policy p {
  font-family: "Roboto", Sans-serif;
  margin-bottom: 1.6em;
  line-height: 1.65em;
  color: #334155;
}

.footer__elem-link:hover {
  color: #f44611;
}

.contact-us__form .field .error-message {
  display: none;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 500;
  color: #e04562;
  line-height: 2em;
  margin: 5px 0 0;
}

.contact-us__form .field.error .error-message {
  display: block;
}

.contact-us__form .field.error input {
  border-color: #e04562;
}

.contact-us__form .field.error .elem:after {
  left: 0;
  right: 0;
  background-color: #e04562;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  z-index: 9999999999;
}

.modal.signin_modal {
  max-width: 548px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}

.modal button {
  margin-top: 10px;
  padding: 10px 20px;
}

.modal .button:last-of-type {
  margin-left: 20px;
}

.modal .modal-bottom {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.modal label {
  color: #292929;
  color: #292929;
  font-size: 13px;
  font-family: "Montserrat", Sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
  display: block;
}

.modal-header {
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin: -21px -20px 0 -20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-header h3 {
  color: #f44611;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.modal-close {
  background-color: transparent;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.modal textarea,
.modal input {
  resize: none;
  width: calc(100% - 20px);
  padding: 10px;
  max-width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  outline: none;
}

.contact-result {
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border-left: 4px solid #34c759;
  padding: 10px;
  margin-bottom: 15px;
  display: none;
}

.contact-result.error {
  border-left-color: red;
}

.contact-result__text {
  font-size: 13px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  color: #0a0a0a;
}

.service .contact-us__form {
  padding: 0;
  background-color: #fff;
}

.service .contact-us__form .section-title {
  padding-left: 0;
}

.list-elem svg path {
  fill: #f44611;
  stroke: #f44611;
}

.footer .footer-logo {
  max-width: 230px;
}

.main-products .box img {
  width: 100%;
  height: 100%;
  max-height: 360px;
}

.main-products .box {
  padding: 0;
}

.main-products .box .box-content {
  width: 100%;
  height: 100%;
  padding: 30px 12px;
  text-align: left;
  display: flex;
}

.block-title {
  color: #f44611;
  font-size: 26px;
  text-transform: uppercase;
}

.block-desc {
  font-size: 18px;
  color: #46494d;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
}

.block-link {
  display: block;
  text-align: center;
}

@media (max-width: 996px) {
  .boxes.r-4 .box.img-box {
    width: calc(33.333% - 20px);
  }

  .products .box {
    width: calc(33.333% - 10px) !important;
  }

  .img-elem video,
  .img-elem img {
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 0 15px 20px;
  }

  .img-elem {
    margin: 0 -15px !important;
    width: fit-content;
  }

  .footer__inner {
    padding: 150px 15px 80px 15px;
  }

  .services-list {
    margin: 0 -15px;
    padding: 60px 15px 60px;
  }

  .img-content__left.img-elem {
    margin-left: -15px;
  }

  .contacts-content {
    padding: 50px 15px 50px 15px;
  }

  .contacts .row {
    width: 100% !important;
  }

  .content-info,
  .header-elements {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__top-elem {
    width: 100%;
  }

  .footer__bottom {
    flex-wrap: wrap;
    mqx-width: 100%;
  }

  .footer__bottom-elem {
    width: 100%;
    flex: auto;
  }

  .section.img-section {
    padding-top: 0;
  }

  .delivery .text-elem,
  .service .text-elem {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .delivery .section-title,
  .service .section-title {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  .services-list .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 630px) {
  .boxes.r-4 .box.img-box {
    width: calc(100% - 20px);
  }

  .img-box img {
    max-width: none;
  }

  .products .box {
    width: calc(100% - 10px) !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .box {
    width: calc(50% - 20px);
  }

  .footer__top-elem {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .heading-title {
    font-size: 30px;
  }

  .contact-us__img {
    display: none;
  }

  .img-content__left.img-elem {
    margin: 0;
  }

  .contacts-content {
    width: 87%;
  }

  .delivery .text-elem,
  .service .text-elem {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .boxes.r-4 .box {
    width: calc(25% - 10px);
  }

  .boxes.r-5 .box {
    width: calc(20% - 20px);
  }

  .boxes.r-3 .box {
    width: calc(33.333% - 20px);
  }

  .products.boxes .box {
    width: calc(20% - 10px);
  }
}

@media (max-width: 767px) {
  .box {
    width: calc(50% - 20px);
  }

  .boxes.r-4 .box {
    width: calc(100% - 20px);
  }

  .boxes.r-5 .box {
    width: calc(100% - 20px);
  }

  .boxes.r-3 .box {
    width: calc(100% - 20px);
  }

  .boxes.r-3.img-box .box img {
    max-width: 735px;
  }

  .slide__box {
    width: 100%;
  }
}

.menu-item.parent {
  position: relative;
  display: flex;
  align-items: center;
}
/* 
.menu-item.parent:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 0;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
    width: 710px;
    z-index: 2;
} */

.menu-item.parent .icon {
  display: block;
  position: relative;
  left: -13px;
  top: 2px;
}

.menu-item.parent .icon svg {
  width: 17px;
  transition: all 0.2s linear;
}

.menu-item.parent:hover svg {
  stroke: #f44611;
}

.menu-item.parent:hover .submenu {
  display: flex;
}

ul.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #444;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  min-width: 710px;
  max-width: 710px;
  transform: translateX(-50%);
  padding: 10px 30px !important;
  background-color: #fff;
  display: none;
}

ul.submenu li {
  width: 33.333%;
  padding: 7px 0;
}

ul.submenu li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  white-space: break-spaces;
  transition: all 0.2s linear;
}

ul.submenu li svg {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  margin-right: 10px;
}

ul.submenu li svg .cls-1,
ul.submenu li svg .st2 {
  stroke: #0a0a0a;
  transition: all 0.2s linear;
}

ul.submenu li:hover a {
  color: #f44611;
}

ul.submenu li:hover svg .cls-1,
ul.submenu li:hover svg .st2 {
  stroke: #f44611;
}

@media (max-width: 1024px) {
  .submenu,
  .menu-item.parent .icon {
    display: none !important;
  }
}

.signin_modal .modal-bottom {
  margin: 22px 0 8px;
}

.signin_modal {
  max-width: 760px !important;
  max-height: 86vh;
  border-radius: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.signin_modal #signin_fields,
.signin_modal .signin_links {
  padding: 28px 20px 18px;
}

.signin_modal #signin_fields {
  max-width: 900px;
  margin: 0 auto;
}

.signin_modal label {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.signin_modal input {
  border-radius: 8px;
  border: 1px solid #d5d9e0;
  background: #f8f9fb;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.signin_modal input:focus {
  border-color: #f44611;
  box-shadow: 0 0 0 3px rgba(244, 70, 17, 0.12);
}

.signin_modal #signin_fields .modal-bottom {
  margin-top: 16px;
  margin-bottom: 0;
}

.signin_modal #signin_fields .modal-bottom .button {
  min-width: 150px;
}

.signin {
  cursor: pointer;
}

.signin_links {
  display: none;
}

.signin_links__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  max-height: calc(86vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-right: 0;
}

#signin_links_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  box-sizing: border-box;
}

.signin_links a {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
  color: #1f2937;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  transition: transform 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.signin_links a:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 70, 17, 0.45);
  color: #f44611;
  box-shadow: 0 10px 16px rgba(17, 24, 39, 0.08);
}

#signin_fields.error #signin_email,
#signin_fields.error #signin_pin,
#signin_fields.error #signin_password {
  border-color: red;
}

.error-field {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  min-height: 18px;
}

#signin_credential_block {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #eceff3;
  border-radius: 10px;
  background: #fafbfd;
}

.signin-credential-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  min-height: 32px;
}

.signin-credential-header label {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

#signin_pin_step {
  position: relative;
}

#signin_pin_step #signin_pin {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  border: 0;
  padding: 0;
}

.signin-pin-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  cursor: text;
}

.signin-pin-boxes span {
  width: 44px;
  height: 52px;
  border: 1px solid #d5d9e0;
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  color: #1f2937;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.signin-pin-boxes span.filled {
  border-color: #f44611;
  box-shadow: 0 0 0 3px rgba(244, 70, 17, 0.12);
  transform: translateY(-1px);
}

#signin_password_step input {
  width: 100%;
}

.signin-toggle-link {
  background: none;
  border: 0;
  padding: 6px 4px;
  margin: 0;
  color: #f44611;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.signin-toggle-link:hover {
  color: #c0370a;
}

.signin_links a span {
  font-size: 14px;
}

.signin_links .button {
  width: 100%;
  max-width: 300px;
  min-width: 220px;
  border-radius: 8px;
  font-weight: 600;
}

.signin_links {
  margin-top: 10px;
}

#signin_step_note {
  margin-top: 12px;
  padding: 9px 12px;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  color: #1f3b6b;
  font-size: 13px;
  text-align: center;
}

#password_form_wrap {
  width: 100%;
  max-width: 420px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid #eceff3;
  border-radius: 10px;
  background: #fafbfd;
  box-sizing: border-box;
}

#password_form_wrap input {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}

#password_form_wrap input:last-of-type {
  margin-bottom: 0;
}

#save_password_btn {
  display: block;
  margin: 14px auto 0 !important;
  min-width: 200px;
}

#password-error-field {
  text-align: center;
}

@media (max-width: 640px) {
  #signin_links_list {
    grid-template-columns: 1fr;
  }
}

.overlay-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.overlay-loader i {
  color: #fff;
  font-size: 38px;
}
