@charset "UTF-8";
.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  background: #505050;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 40px 30px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .modal-content {
    padding: 50px 65px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
  color: #fff;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close span {
  color: #E4A40A;
}
.modal-close:hover {
  opacity: 0.7;
  color: #fff;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal-backdrop {
  background-color: #131313;
}
.modal-backdrop.fade {
  opacity: 0.9;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal .form-actions input {
  padding: 20px 20px;
  font-size: 15px;
  width: 100%;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}
.modal form .field--type-string input {
  background: #fff;
  transition: border-color 0.4s;
}
.modal form .field--type-string input:focus {
  border-color: #E4A40A;
}
.modal .modal-text {
  display: none;
}
.modal label {
  display: none;
}
.modal .form-item-fz152-agreement {
  text-align: left;
}
.modal .form-item-fz152-agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal .form-item-fz152-agreement input:checked ~ label:before {
  background: url(../images/icons/checkbox.svg) no-repeat center center #fff;
}
.modal .form-item-fz152-agreement label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 1px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.modal .form-item-fz152-agreement label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}

#block-form-order-modal .product-form-image {
  margin-bottom: 15px;
}
#block-form-order-modal .product-form-title {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
#block-form-order-modal .product-form h2 {
  color: #fff;
  margin-bottom: 20px;
}
#block-form-order-modal .product-form-content {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  #block-form-order-modal .product-form-content {
    padding: 50px 50px;
  }
}
#block-form-order-modal .modal-dialog {
  max-width: 390px;
}
#block-form-order-modal .modal-dialog form {
  max-width: 100%;
}
#block-form-order-modal .modal-header {
  margin: 0;
}
#block-form-order-modal .modal-content {
  padding: 0;
}
#block-form-order-modal .modal-close {
  top: -35px;
  right: -35px;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.region-breadcrumb {
  width: 100%;
}

.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}
.breadcrumb li div {
  display: inline;
}
.breadcrumb-h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: inline;
}

.region-tabs {
  height: 0;
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.region-tabs ul.tabs {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  z-index: 8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
.region-tabs ul.tabs a {
  color: #000;
  opacity: 0.8;
  display: block;
  padding: 3px 7px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: opacity 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  opacity: 1;
  background-color: #e7e7e7;
}
.region-tabs ul.tabs a:active {
  background-color: #d6d6d6;
}
.region-tabs ul.tabs li {
  display: block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #fff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

.h-xs-down,
.hidden-xs-down {
  display: none !important;
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-xl-down,
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-up,
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .h-xxl-down,
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .node--type-certificate.node--view-mode-teaser .img-adaptive {
    min-height: 440px;
  }
}
@media (min-width: 992px) {
  .node--type-certificate.node--view-mode-teaser .img-adaptive {
    min-height: 278px;
  }
}
@media (min-width: 1200px) {
  .node--type-certificate.node--view-mode-teaser .img-adaptive {
    min-height: 326px;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBoldItalic.eot");
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot");
  src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/Roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.btn {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  color: #231F20;
  background-color: #E4A40A;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  background-color: #fec439;
}
.btn:active {
  background-color: #fdb507;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .btn--recall {
    padding: 0;
    font-size: 0;
    width: 48px;
    height: 48px;
    min-width: 0;
    border: none;
    border-radius: 24px;
    background: url("../images/icons/mobile-recall.svg") no-repeat center center #E4A40A;
    background-size: 23px;
  }
}

.office-teaser {
  margin-bottom: 43px;
  position: relative;
  padding-left: 40px;
}
.office-teaser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 23px;
  z-index: 2;
  background: url(../images/icons/house.svg) no-repeat 0 0;
}
.office-teaser-title {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.office-teaser-address {
  letter-spacing: 1px;
  color: #575757;
}
.office-teaser-phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
  color: #575757;
  overflow: hidden;
}
.office-teaser-phone span,
.office-teaser-phone a {
  display: inline-block;
  float: left;
  color: #575757;
}
.office-teaser-phone span {
  margin-right: 5px;
}

#block-new-manufacture {
  background-color: #fff;
  margin-top: -1px;
  padding-bottom: 15px;
}
#block-new-manufacture .field--name-field-attach {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#block-new-manufacture .field--name-field-attach .file {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  #block-new-manufacture .field--name-field-attach .file {
    padding: 0 20px;
  }
}
#block-new-manufacture .field--name-field-attach .file a {
  color: #131313;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #fec800;
}
@media (max-width: 767.98px) {
  #block-new-manufacture .field--name-field-attach .file a {
    font-size: 16px;
  }
}

.product {
  border-radius: 10px;
  overflow: hidden;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.product-top {
  margin-bottom: 100px;
}
.product-top h1 {
  font-size: 30px;
}
.product-top:only-child .product-wrapper {
  padding-bottom: 40px !important;
}
.product-content {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-title {
  min-height: 44px;
  margin-bottom: 10px;
}
.product-params {
  margin-top: -15px;
}
.product-param {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.product-param-label {
  width: 85px;
}
.product-param select,
.product-param input {
  width: 150px;
  padding: 9px 7px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .product-param select,
  .product-param input {
    width: 225px;
  }
}
.product-param input[type=number] {
  padding: 7px;
}
.product-cart {
  margin-top: 20px;
}
.product-variation-price {
  margin-bottom: 10px;
}
.product-tabs .product-price {
  width: 100%;
  overflow-x: auto;
}
.product-price-current {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.product-price-value {
  margin-left: 6px;
}
.product-price-value, .product-price-unit {
  font-size: 20px;
  font-weight: bold;
  color: #E4A40A;
}
.product-price-total {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.product-price-content table {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.product-price-content table tbody tr:nth-child(1) {
  background: #ededed;
}
.product-button {
  text-align: center;
  margin-top: auto;
}
.product-description-button .btn {
  background-color: #E4A40A;
}
.product-description--hidden:after {
  background: linear-gradient(180deg, transparent 0%, #ededed 100%);
}
.product-full .page-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 33px;
  line-height: 1.33;
  letter-spacing: 0.01em;
  color: #131313;
}
.product-full .field--name-field-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-full .field--name-field-gallery .field__item {
  width: 50%;
  padding: 0 10px 20px 10px;
}
@media (min-width: 992px) {
  .product-full .field--name-field-gallery .field__item {
    width: 33.33%;
  }
}
.product-full .team-token {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .product-full .team-token {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product-full .team-token__left {
  flex: 1;
  padding-right: 30px;
}
.product-full .team-token__right {
  max-width: 570px;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .product-full .team-token__right {
    margin-bottom: 20px;
  }
}
.product-full .team-token__right .field--name-field-team-position {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  color: #000;
  padding: 0;
}
.product-full .team-token__title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  margin-top: 4px;
  margin-bottom: 0;
}
.product-full .team-token__content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 16px;
}
.product-full-cart {
  padding-right: 0;
}
.product-gallery {
  max-height: 598px;
  height: 100%;
}
.product-gallery-main {
  height: 100%;
  min-height: 480px !important;
}
@media (max-width: 480px) {
  .product-gallery-main {
    min-height: 400px !important;
  }
}
@media (max-width: 414px) {
  .product-gallery-main {
    min-height: 350px !important;
  }
}
@media (max-width: 360px) {
  .product-gallery-main {
    min-height: 300px !important;
  }
}
.product-gallery-thumbs {
  display: flex;
  width: 100%;
  max-width: 472px;
  height: 118px;
  margin: 0 auto;
}
.product-gallery-thumbs-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-gallery-thumb {
  width: 25%;
  min-width: 25%;
  height: 118px;
  border: 1px solid transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.product-gallery-thumb img {
  width: 100%;
}
.product-gallery-thumb--active {
  border-color: #e4a40a;
}
.product-gallery-arrow {
  position: static;
  width: 14px;
  height: 22px;
}
.product-gallery-arrow--prev {
  transform: rotate(-180deg);
  margin-top: 0;
}
.product-gallery-arrow--next {
  transform: rotate(0deg);
  margin-top: 0;
}
.product-sertificate .field--name-field-sertificate {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 30px;
}
@media (max-width: 991.98px) {
  .product-sertificate .field--name-field-sertificate {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .product-sertificate .field--name-field-sertificate {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 575.98px) {
  .product-sertificate .field--name-field-sertificate {
    grid-template-columns: repeat(1, minmax(200px, 250px));
    justify-content: center;
  }
}
.product-sertificate .field--name-field-sertificate .field__item {
  border: 1px solid #ededed;
  min-height: 294px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-color {
  margin: 20px 0 0 0;
}
.product-color-number {
  display: flex;
  max-width: 104px;
  height: 44px;
  border: 1px solid #d4d4d4;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.product-color-number span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  z-index: 1;
  border-right: 1px solid #d4d4d4;
}
.product-color-number input {
  padding: 5px;
  flex-shrink: 0;
  width: 58px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #fff;
}
.product-color-number input.error {
  border-color: #AC182D;
}
.product-color-number input:focus {
  box-shadow: none;
  outline: none;
}
.product-color-text {
  margin-bottom: 5px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
}
.product-modal .modal-dialog, .product-modal-color .modal-dialog {
  max-width: 1040px;
  min-height: 451px;
  padding: 10px;
}
.product-modal .modal-header, .product-modal-color .modal-header {
  margin-bottom: 12px;
  height: 24px;
}
.product-modal .modal-content, .product-modal-color .modal-content {
  padding: 0;
  background: none;
  box-shadow: none;
}
.product-modal .modal-content .flickity-prev-next-button, .product-modal-color .modal-content .flickity-prev-next-button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-modal .modal-content .flickity-prev-next-button.previous, .product-modal-color .modal-content .flickity-prev-next-button.previous {
  left: -60px;
}
@media (max-width: 767.98px) {
  .product-modal .modal-content .flickity-prev-next-button.previous, .product-modal-color .modal-content .flickity-prev-next-button.previous {
    left: 0;
    bottom: -20px;
    top: auto;
  }
}
.product-modal .modal-content .flickity-prev-next-button.previous::before, .product-modal-color .modal-content .flickity-prev-next-button.previous::before {
  content: url(../images/template/arrow-prew.svg);
  width: 9px;
  height: 18px;
}
.product-modal .modal-content .flickity-prev-next-button.next, .product-modal-color .modal-content .flickity-prev-next-button.next {
  right: -60px;
}
@media (max-width: 767.98px) {
  .product-modal .modal-content .flickity-prev-next-button.next, .product-modal-color .modal-content .flickity-prev-next-button.next {
    right: 0;
    bottom: -20px;
    top: auto;
  }
}
.product-modal .modal-content .flickity-prev-next-button.next::before, .product-modal-color .modal-content .flickity-prev-next-button.next::before {
  content: url(../images/template/arrow-next.svg);
  width: 9px;
  height: 18px;
}
.product-modal .modal-content .flickity-prev-next-button .flickity-button-icon, .product-modal-color .modal-content .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.product-modal .modal-close, .product-modal-color .modal-close {
  display: flex;
  align-items: center;
  width: auto;
  height: 24px;
  right: 60px;
}
@media (max-width: 767.98px) {
  .product-modal .modal-close, .product-modal-color .modal-close {
    right: 0;
  }
}
.product-modal .modal-close span, .product-modal-color .modal-close span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-right: 8px;
}
.product-schemes__main {
  max-height: 280px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .product-schemes__main {
    max-height: 200px;
  }
}
.product-schemes__main .product-schemes__slider {
  max-width: calc(100% - 120px);
  max-height: 280px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .product-schemes__main .product-schemes__slider {
    max-height: 200px;
    max-width: 100%;
  }
}
.product-schemes__main .product-schemes__slider .field__item {
  width: 100%;
  max-width: 920px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product-schemes__main .product-schemes__slider .field__item {
    height: 200px;
    align-items: flex-start;
  }
}
.product-schemes__thumbs {
  max-height: 103px;
  overflow: hidden;
}
.product-schemes__thumbs .product-schemes__slider .field__item {
  max-width: 230px;
  width: 100%;
  height: 103px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
}
.product-schemes__thumbs .product-schemes__slider .field__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(48, 48, 48, 0.7);
  pointer-events: none;
}
.product-schemes__thumbs .product-schemes__slider .field__item.is-nav-selected::before {
  content: none;
}
.product-schemes__thumbs .product-schemes__slider .field__item img {
  width: 100%;
  height: 100%;
}
.product-modal-color .modal-dialog {
  max-width: 864px;
  padding: 40px 10px 30px;
}
@media (max-width: 767.98px) {
  .product-modal-color .modal-dialog {
    padding: 40px 0 30px;
  }
}
.product-modal-color .modal-header {
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 0;
  width: 100%;
  padding: 20px 32px;
  height: 80px;
}
.product-modal-color .modal-content {
  background-color: #fff;
  min-height: 535px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(19, 19, 19, 0.8);
}
.product-modal-color .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px;
}
.product-modal-color .modal-body > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-modal-color .modal-body > div .view-color-product {
  flex: 1 1 auto;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.product-modal-color .modal-body > div .view-color-product .view-content {
  margin-bottom: auto;
}
.product-modal-color .modal-body .views-exposed-form {
  max-width: 100%;
  max-width: 398px;
  margin: 0;
  position: relative;
  padding-left: 183px;
}
@media (max-width: 600px) {
  .product-modal-color .modal-body .views-exposed-form {
    padding-left: 0;
    padding-top: 30px;
    max-width: 215px;
  }
}
.product-modal-color .modal-body .views-exposed-form .form-item {
  margin: 0;
}
.product-modal-color .modal-body .views-exposed-form .form-item label {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
}
@media (max-width: 600px) {
  .product-modal-color .modal-body .views-exposed-form .form-item label {
    top: 0;
    transform: none;
  }
}
.product-modal-color .modal-body .views-exposed-form .form-item .form-control {
  margin: 0;
  max-width: 215px;
  height: 40px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 5px 50px 5px 10px;
}
.product-modal-color .modal-body .views-exposed-form .form-actions {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600px) {
  .product-modal-color .modal-body .views-exposed-form .form-actions {
    top: 30px;
  }
}
.product-modal-color .modal-body .views-exposed-form .form-actions .form-submit {
  background: #E4A40A;
  border: 1px solid #D4D4D4;
  border-radius: 0 4px 4px 0;
  padding: 5px;
  min-width: 40px;
  height: 100%;
  font-size: 0;
}
.product-modal-color .modal-body .views-exposed-form .form-actions .form-submit:hover {
  opacity: 0.8;
}
.product-modal-color .modal-body .views-exposed-form .form-actions:before {
  content: url(../images/template/color-search.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-modal-color .modal-body .view-filters {
  padding: 20px 32px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 414px) {
  .product-modal-color .modal-body .view-filters {
    padding-top: 50px;
  }
}
.product-modal-color .modal-body .view-content {
  padding: 32px 32px 0;
  display: grid;
  grid-template-columns: repeat(10, minmax(60px, 60px));
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 900px) {
  .product-modal-color .modal-body .view-content {
    grid-template-columns: repeat(8, minmax(60px, 60px));
  }
}
@media (max-width: 800px) {
  .product-modal-color .modal-body .view-content {
    grid-template-columns: repeat(6, minmax(60px, 60px));
    gap: 10px;
  }
}
@media (max-width: 550px) {
  .product-modal-color .modal-body .view-content {
    grid-template-columns: repeat(4, minmax(60px, 60px));
    padding: 15px;
  }
}
.product-modal-color .modal-body .view-content .product-color {
  margin: 0;
  width: 60px;
  height: 49px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  overflow: hidden;
}
.product-modal-color .modal-body .view-content .product-color-content {
  border-bottom: 1px solid #D4D4D4;
  height: 25px;
  overflow: hidden;
}
.product-modal-color .modal-body .view-content .product-color-content .color_field__swatch--square {
  transform: none !important;
  cursor: default;
  border: none;
}
.product-modal-color .modal-body .view-content .product-color-content .color_field__swatch--square:hover {
  transform: none !important;
}
.product-modal-color .modal-body .view-content .product-color-name {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-modal-color .modal-close {
  right: 0;
  top: -33px;
  cursor: pointer;
}
.product-modal-color .pager {
  margin-top: 32px;
}
.product-modal-color .pager__item {
  margin: 0 2px;
}
.product-modal-color .pager__item--first .page-link {
  background: url(../images/template/arrow-pag-prev.svg) no-repeat center;
  width: 9px;
  height: 18px;
  transform: none;
  margin-right: 5px;
}
.product-modal-color .pager__item--last .page-link {
  background: url(../images/template/arrow-pag-next.svg) no-repeat center;
  width: 9px;
  height: 18px;
  transform: none;
  margin-left: 5px;
}
.product-modal-color .pager__item.is-active .page-link {
  background: #E4A40A;
  border-radius: 2px;
  font-weight: 700;
}
.product-modal-color .pager__item .page-link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  padding: 3px 8px;
}

.block-views-blockproduct-block {
  margin-top: 40px;
}

.product-full {
  /* *******************
    Select c dropdown на JS
    ******************* */
}
.product-full .variations-parameter {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-full .variations-parameter__label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  max-width: 88px;
  width: 100%;
}
.product-full .product-columns,
.product-full .product-tabs {
  max-width: 1110px;
  margin: 0 auto;
}
.product-full .product-columns-header,
.product-full .product-tabs-header {
  position: relative;
  border: none;
}
.product-full .product-columns-header::before,
.product-full .product-tabs-header::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.product-full .product-columns-header .nav,
.product-full .product-tabs-header .nav {
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .product-full .product-columns-header .nav,
  .product-full .product-tabs-header .nav {
    flex-direction: column;
  }
}
.product-full .product-columns-header .nav-item,
.product-full .product-tabs-header .nav-item {
  z-index: 1;
}
.product-full .product-columns-header .nav-item:last-child,
.product-full .product-tabs-header .nav-item:last-child {
  margin-right: 0;
}
.product-full .product-columns-header .nav-link,
.product-full .product-tabs-header .nav-link {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 22px;
  line-height: 1.18;
  color: #131313;
  opacity: 1;
  border-bottom-width: 4px;
  border-radius: 2px;
}
.product-full .product-columns-header .nav-link:hover,
.product-full .product-tabs-header .nav-link:hover {
  border-color: #e4a40a;
}
.product-full .product-columns-header .nav-link.active,
.product-full .product-tabs-header .nav-link.active {
  border-color: #e4a40a;
}
@media (max-width: 991.98px) {
  .product-full .product-columns-header .nav-link,
  .product-full .product-tabs-header .nav-link {
    font-size: 18px;
  }
}
.product-full .product-column--left {
  max-width: 525px;
  width: 100%;
  position: relative;
}
.product-full .product-column--left .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-full .variations-quantity {
  position: relative;
  max-width: 249px;
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(19, 19, 19, 0.5);
  cursor: pointer;
}
.product-full .variations-quantity-value {
  text-align: left;
}
.product-full .variations-quantity-button {
  height: 20px;
  width: 45px;
  position: absolute;
  right: 0;
  border-radius: 0;
  border: none;
}
.product-full .variations-quantity-button--minus {
  bottom: 0;
}
.product-full .variations-quantity-button--minus svg {
  margin-top: -2px;
}
.product-full .variations-quantity-button--plus {
  top: 0;
}
.product-full .variations-quantity-button--plus svg {
  margin-bottom: -2px;
}
.product-full .variations-price {
  margin-bottom: 10px;
}
.product-full .variations-price__current, .product-full .variations-price__total {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
}
.product-full .variations-price__current span, .product-full .variations-price__total span {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 25px;
  line-height: 1.12;
  color: #e4a40a;
  margin-left: 3px;
}
.product-full .variations-price__current span.currency, .product-full .variations-price__total span.currency {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #E4A40A;
}
.product-full-warning {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.67;
  color: rgba(19, 19, 19, 0.5);
  margin-top: 32px;
  margin-bottom: 20px;
  max-width: 440px;
}
.product-full__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
}
.product-full__buttons .btn--cart {
  min-width: 138px;
  min-height: 54px;
  margin-right: 24px;
  margin-bottom: 20px;
}
.product-full__buttons .btn--white {
  min-height: 274px;
  min-height: 54px;
  background-color: #fff;
  border: 1px solid #131313;
  margin-bottom: 20px;
}
.product-full__buttons .btn--white:hover {
  background-color: #e4a40a;
  color: #fff;
  border-color: #e4a40a;
}
.product-full__bottom-item {
  display: flex;
  align-items: center;
  min-height: 34px;
}
.product-full__bottom-item svg {
  display: block;
}
.product-full__bottom-item span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  margin-left: 12px;
}
.product-full .cart-custom {
  margin-bottom: 56px;
}
.product-full .product-color__input {
  border-left: none;
  text-align: center;
}
.product-full .product-color__text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  margin-bottom: 12px;
}
.product-full .product-color__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-full .product-color__item {
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 4px;
  width: 60px;
  height: 49px;
  overflow: hidden;
  cursor: pointer;
}
.product-full .product-color__item-color {
  height: 24px;
  border-bottom: 1px solid #d4d4d4;
}
.product-full .product-color__item-text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(19, 19, 19, 0.8);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-full .product-color__item:not(:last-child) {
  margin-right: 20px;
}
.product-full .product-color__item.active {
  border: 2px solid #E4A40A;
}
.product-full .product-color__link {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #e4a40a;
  margin-bottom: 6px;
  display: block;
}
.product-full .product-color__link:hover {
  text-decoration: none;
}
.product-full .product-color__file .product-color__text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: rgba(19, 19, 19, 0.8);
  margin-bottom: 0;
}
.product-full .form-group {
  flex: 1;
}
.product-full .dropdown {
  position: relative;
  max-width: 249px;
}
.product-full .dropdown__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(19, 19, 19, 0.5);
  cursor: pointer;
}
.product-full .dropdown__button:focus,
.product-full .dropdown__button--active {
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(176, 198, 225, 0.6);
}
.product-full .dropdown__button::after {
  content: url(../images/icons/select-arrow.svg);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-full .dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(176, 198, 225, 0.6);
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  z-index: 1;
}
.product-full .dropdown__list--visible {
  display: block;
}
.product-full .dropdown__list-item {
  margin: 0;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-bottom: 0px;
  padding: 5px 20px;
  cursor: pointer;
}
.product-full .dropdown__list-item:first-child {
  border-radius: 4px 4px 0 0;
}
.product-full .dropdown__list-item:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #d4d4d4;
}
.product-full .dropdown__list-item:hover {
  background: rgba(176, 198, 225, 0.26);
}
.product-full .dropdown__input-hidden {
  display: none;
}

.block-views-blockproduct-block .service-block--product .service-block-content .catalog-row {
  display: block;
}
.block-views-blockproduct-block .service-block--product .service-block-content .catalog-row .catalog-col {
  width: 284px;
}

.field--name-field-hidden-seo-text-product {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.field--name-field-hidden-seo-text-product > * {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.catalog-col {
  padding: 0 10px 20px;
}

.view-id-catalog.view-display-id-page .catalog-teaser-name {
  left: 20px;
  bottom: 25px;
  font-size: 18px;
}
.view-id-catalog.view-display-id-block .catalog-row {
  justify-content: normal;
}
.view-id-catalog.view-display-id-block .catalog-col {
  width: 100%;
}
@media (min-width: 768px) {
  .view-id-catalog.view-display-id-block .catalog-col {
    width: 50%;
  }
}
.view-id-catalog.view-display-id-block .view-grouping-header {
  font-size: 1.8rem;
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.sidebar-nav .parent-menu-item--is-active > a {
  color: #E4A40A;
}

.description .text-formatted {
  letter-spacing: 1px;
}
.description .text-formatted h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .description .text-formatted h2 {
    margin-top: 55px;
    margin-bottom: 33px;
  }
}
.description .text-formatted h2 + p {
  color: #575757;
  font-size: 16px;
  line-height: 23px;
}
.description .text-formatted h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .description .text-formatted h3 {
    margin-top: 50px;
    margin-bottom: 23px;
  }
}
.description .text-formatted p, .description .text-formatted ul {
  color: #414141;
  font-size: 15px;
  line-height: 1.5;
}
.description .text-formatted blockquote {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .description .text-formatted blockquote {
    margin-top: 40px;
  }
}

#block-hidden-seo-block-catalog {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#block-hidden-seo-block-catalog .field--name-body > * {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

#block-views-block-catalog-block-2 {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#block-views-block-catalog-block-2 .field--name-field-hidden-seo-text > * {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

@-webkit-keyframes fadeInZoom {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  0% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
}

.flickity {
  opacity: 0;
  height: 0;
}
.flickity.flickity-enabled {
  opacity: 1;
  height: auto;
}

.flickity-inner {
  position: relative;
}
.flickity-inner .flickity-nav {
  display: flex;
  color: #000;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .flickity-inner .flickity-nav {
    position: absolute;
    z-index: 9;
    color: #fff;
    margin-top: 0;
  }
}
.flickity-inner .flickity-nav .button-nav {
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.flickity-inner .flickity-nav .button-nav svg path {
  transition: stroke 0.4s;
}
@media (min-width: 768px) {
  .flickity-inner .flickity-nav .button-nav:hover svg path {
    stroke: #fff;
  }
}
.flickity-inner .flickity-nav .count-nav {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
}

.company-inner {
  padding: 80px 0 0;
  background: #ededed;
}
@media (min-width: 768px) {
  .company-inner {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .company-inner {
    padding-bottom: 180px;
  }
}
.company h2 {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 43px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .company h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .company h2 {
    margin-bottom: 110px;
  }
}
.company h2:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #060606;
  position: absolute;
  top: 9px;
  left: 0;
}
.company-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.company-image img {
  width: 100%;
  height: 100%;
}
.company-title {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2em;
}
.bg-image .company-title {
  color: #fff;
  font-size: 23px;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 12px;
}
.bg-image .company-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #E4A40A;
}
.company-text {
  letter-spacing: 1px;
  margin-top: 33px;
  line-height: 1.4em;
}
.bg-image .company-text {
  color: #fff;
}
.company-link {
  margin-top: 45px;
}
.company-link a {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.company-link a svg {
  margin-left: 10px;
}
.company-link a svg path {
  transition: fill 0.4s;
}
.company-link a:hover svg path {
  fill: #9b6f07;
}
.company-content {
  position: relative;
  z-index: 5;
}
.company .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.company .grid-col {
  width: 100%;
  position: relative;
  padding: 90px 25px 25px;
  height: 368px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company .grid-col {
    width: 50%;
    padding: 135px 35px 25px 40px;
  }
}
@media (min-width: 992px) {
  .company .grid-col {
    width: 33.33%;
  }
}
.company .grid-col:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.company .grid-col:nth-of-type(1) {
  padding-top: 40px;
}
.company .grid-col:nth-of-type(1):before, .company .grid-col:nth-of-type(6):before {
  display: none;
}
.company .grid-col .company-image {
  transition: transform 500ms linear;
}
.company .grid-col:hover .company-image {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.block-views-blockcatalog-block-front h2,
.block-views-blockcatalog-block-front-2 h2 {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 43px;
  margin-bottom: 35px;
}
.block-views-blockcatalog-block-front h2:before,
.block-views-blockcatalog-block-front-2 h2:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #060606;
  position: absolute;
  top: 9px;
  left: 0;
}
.block-views-blockcatalog-block-front .catalog-teaser,
.block-views-blockcatalog-block-front-2 .catalog-teaser {
  position: relative;
  z-index: 5;
  display: block;
  box-shadow: 0 27px 53px rgba(0, 0, 0, 0.25);
}

.block-views-blockcatalog-block-front {
  margin-top: 50px;
}
.block-views-blockcatalog-block-front .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.block-views-blockcatalog-block-front .grid-col {
  width: 100%;
  max-width: 370px;
  position: relative;
  padding: 0.5px;
}
@media (min-width: 768px) {
  .block-views-blockcatalog-block-front .grid-col {
    width: 33.33%;
  }
}

.block-views-blockcatalog-block-front-2 .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.block-views-blockcatalog-block-front-2 .grid-col {
  width: 100%;
  max-width: 277px;
  position: relative;
  padding: 0.5px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-views-blockcatalog-block-front-2 .grid-col {
    width: 33.33%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .block-views-blockcatalog-block-front-2 .grid-col {
    width: 25%;
  }
}
.block-views-blockcatalog-block-front-2 .catalog-teaser-name {
  bottom: 25px;
}
.block-views-blockcatalog-block-front-2 .block-content {
  background: #ededed;
  padding-top: 100px;
}

.catalog-teaser {
  border: 0;
  max-width: 100%;
  position: relative;
  display: block;
}
.catalog-teaser-image {
  position: relative;
}
.catalog-teaser-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.4s;
}
.catalog-teaser-image:after {
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #E4A40A;
  border-right: 8px solid #E4A40A;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.catalog-teaser-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.catalog-teaser-name {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  padding: 0;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  line-height: 1.2em;
  bottom: 40px;
  z-index: 5;
  max-width: 200px;
  font-size: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .catalog-teaser-name {
    left: 28px;
    font-size: 23px;
  }
}
.catalog-teaser:hover .catalog-teaser-image:before {
  background: #E4A40A;
}

.contact-message-help-form.help {
  background: url("../images/form-bg.webp") no-repeat right bottom #333333;
  padding: 50px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .contact-message-help-form.help {
    padding: 115px 0 105px;
  }
}
@media (max-width: 575.98px) {
  .contact-message-help-form.help {
    background: #333;
  }
}
.contact-message-help-form.help .grid-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact-message-help-form.help .grid-col.col-left {
    flex-shrink: 0;
    flex-basis: 475px;
    padding-right: 75px;
  }
}
.contact-message-help-form.help .help-info {
  margin-bottom: 18px;
}
.contact-message-help-form.help .help-info span {
  font-family: "Gilroy", Verdana, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #E4A40A;
  display: inline-block;
  padding: 10px 17px;
  background: #242424;
}
.contact-message-help-form.help .help-title {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .contact-message-help-form.help .help-title {
    font-size: 35px;
  }
}
.contact-message-help-form.help .help-text {
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 25px;
}
.contact-message-help-form.help form {
  max-width: 290px;
}
.contact-message-help-form.help form .form-control {
  border: 0;
  background: #fff;
}
.contact-message-help-form.help form .form-item {
  margin-bottom: 10px;
}
.contact-message-help-form.help form .form-actions {
  padding-top: 18px;
}
.contact-message-help-form.help form .form-actions input {
  width: 100%;
  font-size: 16px;
  padding: 20px 15px;
}

.advantages h2 {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 43px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .advantages h2 {
    margin-bottom: 60px;
  }
}
.advantages h2:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #060606;
  position: absolute;
  top: 9px;
  left: 0;
}
.advantages-inner {
  background: #ededed;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .advantages-inner {
    padding: 95px 0 0;
  }
}
.advantages-bg.lazy {
  background: #333;
}
.advantages-bg {
  position: relative;
  background: url("../images/advantages-bg.webp") no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 1200px) {
  .advantages-bg {
    background: none;
  }
}
.advantages-content {
  position: relative;
  z-index: 5;
  padding: 120px 35px 20px 40px;
  box-sizing: border-box;
  min-height: 420px;
}
@media (min-width: 992px) {
  .advantages-content {
    padding: 115px 35px 20px 40px;
  }
}
@media (min-width: 992px) {
  .advantages-content {
    padding: 170px 35px 20px 40px;
  }
}
.advantages-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 500ms linear;
  display: none;
}
@media (min-width: 1200px) {
  .advantages-image {
    display: block;
  }
}
.advantages-title {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.advantages-text {
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.4em;
}
.advantages-icon {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 5;
}
.advantages-icon.icon-1 {
  background: url("../images/icons/shield-icon.svg") no-repeat right 0;
}
.advantages-icon.icon-2 {
  background: url("../images/icons/layers-icon.svg") no-repeat right 0;
}
.advantages-icon.icon-3 {
  background: url("../images/icons/globe-icon.svg") no-repeat right 0;
}
.advantages-icon.icon-4 {
  background: url("../images/icons/paint-bucket-icon.svg") no-repeat right 0;
}
.advantages .grid-row {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (min-width: 768px) {
  .advantages .grid-row {
    flex-wrap: nowrap;
  }
}
.advantages .grid-row.row-top .grid-col:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.advantages .grid-row.row-top .col-left {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .advantages .grid-row.row-top .col-left {
    width: 333px;
  }
}
.advantages .grid-row.row-top .col-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.advantages .grid-row.row-top .col-right {
  width: 100%;
}
.advantages .grid-row.row-top .col-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.advantages .grid-row.row-top .col-right .advantages-text,
.advantages .grid-row.row-top .col-right .advantages-title {
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .advantages .grid-row.row-bottom {
    flex-wrap: wrap;
  }
}
.advantages .grid-row.row-bottom .col-left {
  width: 100%;
  background: #E4A40A;
}
.advantages .grid-row.row-bottom .col-right {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .advantages .grid-row.row-bottom .col-right {
    width: 333px;
  }
}
.advantages .grid-row.row-bottom .col-right:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.advantages .grid-col {
  position: relative;
  overflow: hidden;
}
.advantages .grid-col:hover .advantages-image {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.block-company-inner {
  background: #ededed;
}
.block-company-content {
  padding: 30px;
}
@media (min-width: 768px) {
  .block-company-content {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .block-company-content {
    padding: 115px 90px 55px;
  }
}
.block-company-title {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.block-company-title h1 {
  font-size: 24px;
  margin: 0;
}
.block-company-body {
  letter-spacing: 1px;
}
.block-company-link {
  text-align: center;
  margin-top: 70px;
}
.block-company-link a {
  padding: 15px 30px;
}
.block-company-image {
  position: relative;
  height: 380px;
}
.block-company-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.block-company-image.lazy {
  background-image: none;
}
@media (max-width: 991.98px) {
  .block-company-image {
    background-attachment: unset !important;
  }
}

.map-app {
  position: relative;
}
.map-app .map-points {
  height: 770px;
}
@media (max-width: 575.98px) {
  .map-app .map-points {
    height: 500px;
  }
}
.map-app .map-offices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.map-app .map-offices-content {
  background: #303030;
  pointer-events: all;
}
.map-app .map-offices-content h2 {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 43px;
  color: #fff;
  padding: 35px 10px 35px 85px;
  margin: 0;
  cursor: pointer;
}
.map-app .map-offices-content h2:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 45px;
  left: 40px;
}
.map-app .map-offices-content h2:after {
  content: "";
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: url("../images/icons/angle-down.png") no-repeat 0 0;
}
.map-app .map-offices-content h2.open:after {
  background: url("../images/icons/angle-up.png") no-repeat 0 0;
}
.map-app .map-offices-items {
  color: #959595;
  letter-spacing: 1px;
  border-top: 1px solid #555555;
  padding: 25px 37px;
  display: none;
}
@media (min-width: 576px) {
  .map-app .map-offices-items {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .map-app .map-offices-items {
    columns: 3;
  }
}
.map-app .map-offices-item {
  padding: 12px 0;
  line-height: 1.3em;
  padding: 5px 0;
}
.map-app .map-offices-item span {
  cursor: pointer;
  transition: color 0.4s;
}
.map-app .map-offices-item span:hover {
  color: #fff;
}

.big-title, .service-block-title {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0 0 33px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .big-title, .service-block-title {
    font-size: 38px;
  }
}

.service-promo {
  color: #FFFFFF;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(63, 63, 63, 0.43);
}
.service-promo picture {
  width: 100%;
}
.service-promo-content {
  display: flex;
  padding: 100px 0 0 0;
  min-height: 550px;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-promo-content {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .service-promo-content {
    padding: 324px 0 0 0;
    min-height: 814px;
  }
}
.site-is-ready .service-promo-content {
  opacity: 1;
  transition: opacity 0.8s;
}
@media (max-width: 575.98px) {
  .service-promo-content {
    padding: 52px 0 0;
    min-height: 100%;
  }
}
.service-promo-arrow {
  display: none;
}
@media (max-width: 575.98px) {
  .service-promo-arrow {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 50px;
    background: url("../images/icons/promo-scroll.svg") no-repeat center;
    background-size: 40px;
    transition: opacity 0.4s;
  }
  .service-promo-arrow:active, .service-promo-arrow:hover {
    opacity: 0.7;
  }
}
.service-promo-title {
  font-size: 55px;
  line-height: 1.15;
  font-weight: bold;
  margin: 0 0 45px;
  max-width: 820px;
  letter-spacing: 0.3px;
}
@media (max-width: 575.98px) {
  .service-promo-title {
    font-size: 39px;
    margin-bottom: 20px;
  }
}
.service-promo-link a {
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #231F20;
  background-color: #E4A40A;
  font-weight: 800;
  border-radius: 3px;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.service-promo-link a:hover {
  background-color: #fec439;
  color: #231F20;
}
.service-promo-link a:active {
  background-color: #fdb507;
  color: #231F20;
}
@media (min-width: 768px) {
  .service-promo-link a {
    padding: 17px 35px;
  }
}
.service-promo-head {
  margin-bottom: auto;
}
.service-promo .field--name-field-short {
  font-size: 28px;
  font-family: Gilroy;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 27px;
  max-width: 750px;
}
@media (min-width: 768px) {
  .service-promo .field--name-field-short {
    font-size: 52px;
  }
}
.service-promo .field--name-field-service-info {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.1px;
}
@media (max-width: 575.98px) {
  .service-promo .field--name-field-service-info {
    line-height: 1.3;
  }
}
.service-promo-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-promo-advantages {
  margin-top: auto;
}
.service-block--bordered {
  background-color: #FFFFFF;
  border: solid #E4E4E4;
  border-width: 1px 0;
}
.service-block--no-bt {
  border-top-width: 0;
}
.service-block--no-padding {
  padding: 0;
}
.service-block--no-padding .service-block-title--no-margin {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #E4E4E4;
}
@media (max-width: 575.98px) {
  .service-block--no-padding .service-block-title--no-margin {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service-block--product {
  padding-bottom: 0 !important;
  background-color: transparent !important;
}
.service-block--files .field--name-field-attach {
  margin: 0;
}
.service-block-title--no-margin {
  margin-bottom: 0 !important;
}
.service-block-title--offset {
  margin-bottom: 65px;
}
@media (max-width: 575.98px) {
  .service-block-title--offset {
    margin-bottom: 35px;
  }
}
.service-block--product .service-block-title {
  font-size: 36px;
}
.service-about {
  color: #131313;
  line-height: 1.2;
  text-align: center;
  padding: 40px 30px 55px;
}
@media (max-width: 991.98px) {
  .service-about {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 25px 0;
  }
}
.service-about-icon {
  color: #D1D1D1;
  font-size: 32px;
  min-height: 40px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .service-about-icon {
    min-height: 0;
    flex-shrink: 0;
    font-size: 45px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .service-about-icon {
    font-size: 39px;
    margin-right: 25px;
  }
}
.service-about-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 28px;
  color: #131313;
}
.service-about-title::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 13px;
  background-color: #4577D4;
}
@media (max-width: 1199.98px) {
  .service-about-title {
    line-height: 1;
  }
  .service-about-title::after {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .service-about-title {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-about-title {
    font-size: 28px;
  }
  .service-about-title::after {
    height: 3px;
    margin-top: 12px;
  }
}
.service-about-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .service-about-text {
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .service-about-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .service-about-content {
    flex-grow: 1;
  }
}
.service-gallery {
  margin: 0 auto -55px;
}
@media (max-width: 575.98px) {
  .service-gallery {
    margin-bottom: -35px;
  }
}
.service-gallery .field--name-field-title {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 300;
  min-height: 78px;
}
@media (max-width: 991.98px) {
  .service-gallery .field--name-field-title {
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .service-gallery .field--name-field-title {
    min-height: 0;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.service-gallery .field--name-field-body {
  padding-top: 38px;
}
@media (max-width: 575.98px) {
  .service-gallery .field--name-field-body {
    padding-top: 25px;
  }
}
.service-gallery .paragraph--type--image-text {
  margin-bottom: 55px;
}
@media (max-width: 575.98px) {
  .service-gallery .paragraph--type--image-text {
    margin-bottom: 35px;
  }
}
.service-images {
  display: flex;
  flex-direction: column;
}
.service-image {
  display: flex;
  margin: 18px 0 50px;
}
.service-image:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .service-image {
    margin: 30px 0;
  }
}
.service-image--right {
  flex-direction: row-reverse;
}
.service-image-picture {
  width: 425px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .service-image-picture {
    width: auto;
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .service-image--left .service-image-picture {
    margin-right: 35px;
  }
}
@media (min-width: 992px) {
  .service-image--right .service-image-picture {
    margin-left: 35px;
  }
}
.service-image-content {
  flex-grow: 1;
}
.service-image-content p {
  margin: 0 0 15px;
}
.service-image .field--name-field-title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .service-image .field--name-field-title {
    font-size: 30px;
  }
}
.service-image .field--name-field-title::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 17px;
  background-color: #4577D4;
}
@media (max-width: 991.98px) {
  .service-image {
    align-items: center;
    flex-direction: column;
  }
}
.service-questions {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .service-questions {
    padding: 50px 0;
  }
  .service-questions .container {
    padding: 0;
  }
}
.service-questions-content, .service-order-content {
  margin: 0 auto;
  max-width: 880px;
  border-radius: 11px;
  background-color: #FFFFFF;
  padding: 60px 115px 75px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .service-questions-content, .service-order-content {
    padding: 60px 50px;
  }
}
@media (max-width: 767.98px) {
  .service-questions-content, .service-order-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .service-questions-content, .service-order-content {
    border-radius: 0;
  }
}
.service-questions-title, .service-order-title {
  font-size: 50px;
  line-height: 1.15;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px;
}
@media (max-width: 991.98px) {
  .service-questions-title, .service-order-title {
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-questions-title, .service-order-title {
    font-size: 36px;
  }
}
.service-questions-text, .service-order-text {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .service-questions-text, .service-order-text {
    max-width: 400px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 575.98px) {
  .service-questions-text, .service-order-text {
    max-width: 100%;
    font-size: 21px;
    line-height: 1.3;
  }
}
.service-questions-buttons {
  display: flex;
  justify-content: center;
}
.service-questions-buttons .btn {
  min-width: 281px;
  margin-right: 32px;
}
@media (max-width: 991.98px) {
  .service-questions-buttons .btn {
    min-width: 260px;
    margin-right: 30px;
  }
}
.service-questions-buttons .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .service-questions-buttons {
    flex-direction: column;
  }
  .service-questions-buttons .btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .service-questions-buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.service-order {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .service-order {
    z-index: 5;
    padding-bottom: 0;
    position: relative;
  }
  .service-order .container {
    padding: 0;
  }
}
.service-order-text {
  margin-bottom: 28px;
}
.service-order .btn--big {
  min-width: 241px;
}
.service-contacts {
  text-align: center;
}
.service-contacts-phone {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 23px;
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.service-contacts-phone::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 14px;
  background-color: #4577D4;
}
.service-contacts-phone a {
  color: inherit;
  transition: color 0.4s;
}
.service-contacts-phone a:hover {
  color: #4577D4;
}
.service-contacts-phone a:active {
  color: #98b4e7;
}
.service-social-networks {
  text-align: center;
  margin-top: 25px;
}
.service-social-networks a {
  display: inline-block;
  margin: 0 5px;
  background-color: #4577D5;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.service-social-networks a svg path {
  fill: #fff;
}
.service-social-networks a:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.service-social-networks a:hover {
  color: #fff;
  background-color: #2b5dbc;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.service-social-networks a:active {
  background-color: #1c3e7e;
}
.service .field--name-field-about-items {
  display: flex;
}
@media (max-width: 991.98px) {
  .service .field--name-field-about-items {
    display: block;
  }
}
.service .field--name-field-about-items .field__item {
  flex-grow: 1;
  max-width: 33.333%;
  border: solid #E4E4E4;
  border-width: 0 1px 0 0;
}
.service .field--name-field-about-items .field__item:last-child {
  border-right-width: 0;
}
@media (max-width: 991.98px) {
  .service .field--name-field-about-items .field__item {
    max-width: 100%;
    border-width: 0 0 1px;
  }
  .service .field--name-field-about-items .field__item:last-child {
    border-bottom-width: 0;
  }
}

.node--type-service .block-views {
  padding: 90px 0;
}
@media (max-width: 575.98px) {
  .node--type-service .block-views {
    padding: 50px 0;
  }
}
.node--type-service .block-views:last-child:not(:nth-child(2n+1)) {
  padding-bottom: 0;
}

.page--service .page-content {
  position: relative;
}

.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  background: #505050;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 40px 30px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .modal-content {
    padding: 50px 65px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
  color: #fff;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close span {
  color: #E4A40A;
}
.modal-close:hover {
  opacity: 0.7;
  color: #fff;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal-backdrop {
  background-color: #131313;
}
.modal-backdrop.fade {
  opacity: 0.9;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal .form-actions input {
  padding: 20px 20px;
  font-size: 15px;
  width: 100%;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}
.modal form .field--type-string input {
  background: #fff;
  transition: border-color 0.4s;
}
.modal form .field--type-string input:focus {
  border-color: #E4A40A;
}
.modal .modal-text {
  display: none;
}
.modal label {
  display: none;
}
.modal .form-item-fz152-agreement {
  text-align: left;
}
.modal .form-item-fz152-agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal .form-item-fz152-agreement input:checked ~ label:before {
  background: url(../images/icons/checkbox.svg) no-repeat center center #fff;
}
.modal .form-item-fz152-agreement label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 1px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.modal .form-item-fz152-agreement label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}

#block-form-order-modal .product-form-image {
  margin-bottom: 15px;
}
#block-form-order-modal .product-form-title {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
#block-form-order-modal .product-form h2 {
  color: #fff;
  margin-bottom: 20px;
}
#block-form-order-modal .product-form-content {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  #block-form-order-modal .product-form-content {
    padding: 50px 50px;
  }
}
#block-form-order-modal .modal-dialog {
  max-width: 390px;
}
#block-form-order-modal .modal-dialog form {
  max-width: 100%;
}
#block-form-order-modal .modal-header {
  margin: 0;
}
#block-form-order-modal .modal-content {
  padding: 0;
}
#block-form-order-modal .modal-close {
  top: -35px;
  right: -35px;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.region-breadcrumb {
  width: 100%;
}

.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}
.breadcrumb li div {
  display: inline;
}
.breadcrumb-h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: inline;
}

.region-tabs {
  height: 0;
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.region-tabs ul.tabs {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  z-index: 8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
.region-tabs ul.tabs a {
  color: #000;
  opacity: 0.8;
  display: block;
  padding: 3px 7px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: opacity 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  opacity: 1;
  background-color: #e7e7e7;
}
.region-tabs ul.tabs a:active {
  background-color: #d6d6d6;
}
.region-tabs ul.tabs li {
  display: block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #fff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

.h-xs-down,
.hidden-xs-down {
  display: none !important;
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-xl-down,
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-up,
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .h-xxl-down,
  .hidden-xxl-down {
    display: none !important;
  }
}

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #131313;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Gilroy";
  background-color: #FFFFFF;
  min-width: 414px;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

/* HEADERS */
h1 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 3.125rem;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}

h2 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

h3 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.26rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

h4 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

h5 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

h6 {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.125rem;
  }
}
.path-testimonial h1 {
  max-width: 510px;
  margin: 0 auto 60px;
  text-align: center;
}

a {
  color: #E4A40A;
  text-decoration: none;
  transition: color 0.4s;
}
.main-menu a {
  color: #4F4F4F;
}
.main-menu a:hover {
  color: #4577D4;
}
a:hover {
  color: #9b6f07;
  text-decoration: none;
}
a:active {
  color: #6a4c05;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
  border-left: 4px solid #E4A40A;
  font-style: italic;
}

button:focus {
  outline: none !important;
}

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

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 15px;
}
table td,
table th {
  padding: 1rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dcdcdc;
}
table thead th {
  background: #303030;
  color: #fff;
}
table tbody tr {
  background: #fff;
}

.form-control {
  height: auto;
}

.text-formatted iframe {
  max-width: 560px;
  width: 100%;
}
.text-formatted ul {
  padding-left: 20px;
}
.text-formatted ul li {
  list-style: none;
  position: relative;
  margin: 20px 0;
}
.text-formatted ul li:before {
  content: "";
  width: 4px;
  height: 2px;
  background: #E4A40A;
  position: absolute;
  top: 10px;
  left: -15px;
}
.text-formatted ol {
  counter-reset: item;
  padding-left: 0;
}
.text-formatted ol li {
  display: block;
  margin: 18px 0;
  display: flex;
}
.text-formatted ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #E4A40A;
  font-weight: bold;
  margin-right: 7px;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}

.footer {
  flex-shrink: 0;
  color: #fff;
  background-color: #303030;
  padding-bottom: 0 !important;
}
.footer-copyright {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  line-height: 1.3em;
}
.footer-col {
  padding: 55px 0 30px 0;
  margin: 0 !important;
}
.footer-col--socials {
  margin: 30px 0 20px 0;
}
.footer-col--socials > a:nth-of-type(1) {
  margin-left: 0;
}
.footer-col--socials > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  margin: 0 13px;
}
.footer-col--socials > a svg {
  fill: #fff;
  transition: fill 0.4s;
}
.footer-col--socials > a:hover svg {
  fill: #E4A40A;
}
.footer-col--logo {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-col--logo {
    width: 28%;
  }
}
.footer-col--menu {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-col--menu {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .footer-col--menu {
    width: 44%;
  }
}
.footer-col--menu .menu--footer {
  height: 100%;
  min-height: 100%;
}
.footer-col--menu .menu--footer > .menu {
  display: flex;
  height: 100%;
  min-height: 100%;
}
.footer-col--menu .menu {
  margin: 0;
}
.footer-col--menu .menu .menu-item--expanded {
  width: 50%;
  list-style: none;
  padding: 0px 20px 20px 0px;
}
@media (min-width: 992px) {
  .footer-col--menu .menu .menu-item--expanded {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: -1px;
    padding: 70px 35px 30px 25px;
  }
}
.footer-col--menu .menu .menu-item--expanded > a {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.footer-col--menu .menu .menu-item--expanded li {
  margin: 15px 0;
  padding: 0;
}
.footer-col--menu .menu .menu-item--expanded li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #959595;
  transition: color 0.4s;
}
.footer-col--menu .menu .menu-item--expanded li a.is-active, .footer-col--menu .menu .menu-item--expanded li a:hover {
  color: #fff;
}
.footer-col--phones-number {
  width: 100%;
  padding: 0px 0 20px 0;
}
@media (min-width: 768px) {
  .footer-col--phones-number {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .footer-col--phones-number {
    width: 28%;
    padding-top: 70px;
    padding-left: 20px;
  }
}
.footer-col--phones-number:before {
  display: none;
  padding-left: 0;
}
.footer-col .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.footer-col .footer-logo-image {
  margin-bottom: 6px;
}
.footer-col .footer-phone-number {
  margin-bottom: 15px;
}
.footer-col .footer-phone-number a {
  display: inline-block;
  font-family: "Gilroy", Verdana, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-col .footer-text {
  font-size: 14px;
}
.footer-col .footer-text a {
  color: #e4a40a;
  font-weight: 500;
}
.footer-col .footer-text-item--top {
  max-width: 260px;
  margin-bottom: 20px;
}
.footer-col .footer-text--policy {
  margin-top: 15px;
}
.footer-col .footer-email {
  margin: 28px 0 17px 0;
}
.footer-col .footer-email a {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  color: #E4A40A;
  letter-spacing: 1px;
  font-size: 20px;
  transition: opacity 0.4s;
}
.footer-col .footer-email a:hover {
  opacity: 0.7;
}
.footer-phone-icons {
  display: flex;
}
.footer-phone-icon {
  margin-right: 28px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.footer-phone-icon:last-child {
  margin-right: 0;
}
.footer-phone-icon svg {
  fill: #fff;
  transition: fill 0.4s;
}
.footer-phone-icon:hover svg {
  fill: #E4A40A;
}
.footer-phone-icon:active svg {
  fill: #b38108;
}
.footer .synapse {
  padding-top: 7px;
  margin-top: 20px;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.4s, color 0.4s;
}
.footer .synapse-link:focus, .footer .synapse-link:hover {
  border-color: transparent;
}
.footer .synapse-link:active {
  color: rgba(255, 255, 255, 0.7);
}
.footer a {
  color: #fff;
}

.main-menu .classic-menu-dropdown {
  position: relative;
  padding-bottom: 0.2em;
}
.main-menu .classic-menu-dropdown > a {
  padding-right: 0.7rem;
  float: left;
}
.main-menu .classic-menu-dropdown > span i {
  line-height: 1.5;
  color: #4F4F4F;
}
.main-menu .classic-menu-dropdown ul {
  left: -20px;
  min-width: 230px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  display: none;
  padding: 10px 20px;
  background-color: #303030;
  margin: 0;
}
.main-menu .classic-menu-dropdown ul li {
  padding: 10px 0;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown ul li {
    padding: 4px 0;
  }
}
.main-menu .classic-menu-dropdown ul li a:after {
  display: none;
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown ul {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main-menu .classic-menu-dropdown:hover ul {
    display: block;
  }
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #4577D5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:last-child {
  margin-right: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #FFFFFF;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  opacity: 0;
  transform: scale(0);
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  opacity: 1;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 3px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 3px;
}

.header {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  background-color: #303030 !important;
  z-index: 11;
  border-bottom: 0 !important;
}
.header .container-fluid {
  max-width: 1916px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .container-fluid {
    padding-left: 45px;
    padding-right: 55px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-bottom: 80px;
  }
  .front .header {
    padding-bottom: 84px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 991.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
}
.header-full {
  position: relative;
  padding: 15px 0 15px;
  z-index: 4;
  min-height: 124px;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3em;
}
@media (max-width: 991.98px) {
  .header-row .cart-small {
    display: flex;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .header-row {
    align-items: flex-start;
  }
}
.header-dopnav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-dopnav-toggler {
    display: block;
    margin-left: 17px;
  }
}
.header-col:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .header-nav .header-col--logo {
    display: none;
  }
}
.header--fixed .header-nav .header-col--logo {
  display: none;
}
@media (min-width: 1400px) {
  .header-col--logo {
    min-width: 245px;
  }
}
@media (min-width: 992px) {
  .header-col--logo {
    padding-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .header-col--logo {
    flex-shrink: 0;
    width: 130px;
  }
}
.header-col--search {
  margin-right: 42px;
}
@media (max-width: 1199.98px) {
  .header-col--search {
    display: none;
  }
}
.header-col--socials {
  margin-top: 10px;
}
.header-col--socials a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  margin: 0 13px;
  transition: opacity 0.4s;
}
.header-col--socials a svg {
  fill: #fff;
  transition: fill 0.4s;
}
.header-col--socials a:hover svg {
  fill: #E4A40A;
}
.header-col--socials a:active svg {
  fill: #b38108;
}
@media (max-width: 1199.98px) {
  .header-col--socials {
    display: none;
  }
}
.header-col--address {
  position: relative;
  letter-spacing: 1px;
  padding-left: 35px;
}
.header-col--address .address {
  font-weight: 700;
  font-family: "Roboto";
  position: relative;
  z-index: 1;
}
.header-col--address .address:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -35px;
  background: url("../images/icons/location.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.header-col--address .work-time {
  font-size: 14px;
}
@media (min-width: 992px) {
  .header-col--address {
    max-width: 410px;
  }
}
@media (max-width: 1400px) {
  .header-col--address {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-col--address {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-col--address {
    margin-bottom: 20px;
  }
}
.header-col--phones {
  width: 100%;
  max-width: 470px;
}
@media (max-width: 991.98px) {
  .header-full .header-col--phones {
    display: none;
  }
}
.header-col--lk {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 992px) {
  .header-col--lk .header-lk-wrapper {
    margin-right: 40px;
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .header-col--lk .header-lk-wrapper {
    display: none;
  }
}
.header-col--lk .header-lk-link {
  color: #fff;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-top: 2px;
  transition: color 0.4s;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.header-col--lk .header-lk-link path {
  transition: fill 0.4s, stroke 0.4s;
}
.header-col--lk .header-lk-link:hover {
  color: #E4A40A;
}
.header-col--lk .header-lk-link:hover path {
  fill: #E4A40A;
  stroke: #E4A40A;
}
.header-col--lk .header-lk-image {
  width: 22px;
  height: 22px;
  margin-right: 13px;
}
@media (min-width: 992px) {
  .header-col--lk .header-lk-cart {
    order: 1;
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-col--lk .header-lk-cart .cart-small-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
.header-col--lk .header-lk-recall {
  color: #231f20;
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  min-width: 230px;
  padding: 20px 32px;
  background-color: #E4A40A;
  border: 0;
  border-radius: 3px;
  transition: color 0.4s, background-color 0.4s;
  text-transform: uppercase;
}
.header-col--lk .header-lk-recall:hover {
  color: #fff;
  background: #b38108;
}
.header-col--lk .header-lk-recall:hover path {
  stroke: #fff;
}
.header-col--lk .header-lk-recall path {
  stroke: #231f20;
  transition: stroke 0.4s;
}
@media (min-width: 992px) {
  .header-col--lk .header-lk-recall {
    order: 0;
  }
}
@media (max-width: 991.98px) {
  .header-col--lk .header-lk-recall {
    display: none;
    min-width: unset;
  }
}
@media (min-width: 992px) {
  .header-col--lk .header-lk-wrapper, .header-col--lk .header-lk-cart, .header-col--lk .header-lk-recall {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .header-col--lk .header-toggler {
    margin-left: 10px;
  }
}
.header-col--lk ul {
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  flex-grow: 1;
}
.header-col--lk ul .nav-link {
  color: #fff;
}
.header-col--lk ul .nav-link:hover {
  color: #E4A40A;
}
.header-col--lk .classic-menu-dropdown ul li {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .header-col--lk {
    min-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .header-col--lk {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.header-col--button {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.header-col--button .cart-small {
  display: none;
  margin-right: 16px;
}
.header-col--button .cart-small-icon--cart {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.header-col--button .cart-small-icon--cart svg {
  margin-left: -5px;
}
.header-col--button .cart-small-count {
  right: 19%;
}
@media (max-width: 991.98px) {
  .header-col--button .cart-small {
    display: flex;
  }
}
@media (max-width: 375px) {
  .header-col--button .cart-small {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-col--button {
    padding: 0;
    margin: 0 0 0 auto;
  }
}
.header-col--offset {
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .header-col--offset {
    padding-top: 10px;
  }
}
.header-col:last-child {
  margin-right: 0;
}
.header-button {
  margin-left: 35px;
}
@media (max-width: 991.98px) {
  .header-button {
    margin-left: 17px;
  }
}
.header-button .btn {
  min-width: 175px;
  padding: 12px 21px 13px;
}
.header-logo {
  color: #fff;
}
.header-logo-image {
  margin-bottom: 15px;
  flex-shrink: 0;
  transition: opacity 0.4s;
}
@media (max-width: 991.98px) {
  .header-logo-image {
    width: 115px;
    margin-bottom: 0;
  }
}
.header-logo-content {
  flex-grow: 1;
  line-height: 1.2;
}
.header-logo-title {
  font-size: 18px;
  font-weight: bold;
  transition: color 0.4s;
}
.header-logo-text {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
  .header-logo-text {
    display: none;
  }
}
.header-logo-phone {
  color: #fff;
  display: none;
  margin-top: 10px;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 700;
}
.header-logo-phone:hover {
  color: #E4A40A;
}
@media (max-width: 991.98px) {
  .header-logo-phone {
    display: block;
  }
}
.header-logo--bordered .header-logo-image {
  position: relative;
  margin-right: 14px;
  padding-right: 25px;
}
@media (max-width: 767.98px) {
  .header-logo--bordered .header-logo-image {
    margin-right: 0;
    padding-right: 0;
  }
}
.header-logo--bordered .header-logo-image::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 6px;
  right: 0;
  background-color: #d4d4d4;
}
@media (max-width: 767.98px) {
  .header-logo--bordered .header-logo-image::after {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .header-logo--bordered .header-logo-content {
    display: none;
  }
}
.header-logo:hover .header-logo-image {
  opacity: 0.7;
}
.header-logo:hover .header-logo-title {
  color: #4577D4;
}
.header-logo:active .header-logo-image {
  opacity: 0.55;
}
.header-dopnav {
  display: none;
}
.header-dopnav-content {
  padding: 0 18px;
}
.header-dopnav .header-phones {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 28px;
}
.header-dopnav .header-phones::before {
  background: url("../images/icons/phone-outgoing-black.svg") no-repeat 0 0;
}
.header-dopnav .header-phones .header-phone {
  margin: 0 16px 0 0;
}
.header-dopnav .header-phones .header-phone-number {
  color: #231f20;
  font-size: 17px;
}
@media (max-width: 400px) {
  .header-dopnav .header-phones .header-phone-number {
    font-size: 14px;
    min-width: 122px;
  }
}
.header-dopnav .header-phone-label {
  padding-left: 28px;
  color: #231f20;
  font-size: 12px;
  margin-bottom: 20px;
}
.header-dopnav .header-col--lk {
  display: block;
  margin-bottom: 36px;
}
.header-dopnav .header-col--lk .header-lk-link {
  color: #E4A40A;
}
.header-dopnav .header-col--lk path {
  fill: #E4A40A;
  stroke: #E4A40A;
}
.header-dopnav .header-col--address {
  display: block;
  color: #231f20;
  font-size: 17px;
  padding-left: 28px;
}
.header-dopnav .header-col--address::before {
  background: url("../images/icons/location-black.svg") no-repeat 0 0;
}
.header-dopnav .header-col--address .address {
  margin-bottom: 8px;
}
.header-dopnav .header-col--address .work-time {
  font-size: 12px;
}
@media (max-width: 400px) {
  .header-dopnav .header-col--address {
    font-size: 14px;
  }
}
.header-dopnav .btn--recall {
  width: unset !important;
  height: unset !important;
  font-size: 12px !important;
  min-width: 230px;
  position: relative;
  font-family: "Gilroy", Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  background: #E4A40A !important;
  border: 0;
  border-radius: 3px !important;
  color: #231f20;
  padding: 15px 32px !important;
  margin-bottom: 20px;
  transition: color 0.4s, background-color 0.4s;
}
.header-dopnav .btn--recall:hover {
  color: #fff;
  background: #b38108;
}
.header-dopnav .btn--recall:hover path {
  stroke: #fff;
}
.header-dopnav .btn--recall path {
  stroke: #231f20;
  transition: stroke 0.4s;
}
.header-dopnav .header-dopnav-messengers {
  max-width: 150px;
}
.header-dopnav .header-dopnav-messengers__mail a {
  font-family: "Gilroy";
  color: #231f20;
  font-size: 16px;
  font-weight: 800;
}
.header-dopnav .header-dopnav-messengers__mail a:hover {
  color: #E4A40A;
}
.header-dopnav .header-dopnav-messengers__icons {
  display: flex;
  justify-content: flex-start;
  padding-top: 8px;
}
.header-dopnav .header-dopnav-messengers__icon {
  margin-right: 28px;
}
.header-dopnav .header-dopnav-messengers__icon--viber path, .header-dopnav .header-dopnav-messengers__icon--whatsapp path {
  fill: #231f20;
  transition: fill 0.4s;
}
.header-dopnav .header-dopnav-messengers__icon--viber:hover path, .header-dopnav .header-dopnav-messengers__icon--whatsapp:hover path {
  fill: #E4A40A;
}
.header-dopnav .header-dopnav-messengers__icon--viber:active path, .header-dopnav .header-dopnav-messengers__icon--whatsapp:active path {
  fill: #b38108;
}
.header-dopnav .header-dopnav-messengers__icon--whatsapp svg {
  stroke: #231f20;
}
.header-dopnav .header-dopnav-messengers__icon--whatsapp path {
  stroke: #231f20;
}
.header-dopnav .header-dopnav-messengers__icon--vk path {
  stroke: #231f20;
  transition: stroke 0.4s;
}
.header-dopnav .header-dopnav-messengers__icon--vk:hover path {
  stroke: #E4A40A;
}
.header-dopnav .header-dopnav-messengers__icon--vk:active path {
  stroke: #b38108;
}
.header-dopnav .header-dopnav-messengers__icon:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-dopnav {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    padding: 15px 0 25px;
    border-top: solid 1px #4F4F4F;
    background-color: #FFFFFF;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%) scale(0.6);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s;
    z-index: 1;
  }
  .show-mobile-dopnav .header-dopnav {
    opacity: 1;
    transform: translateY(100%);
    pointer-events: auto;
  }
}
.header-nav {
  z-index: 11;
}
.header-nav .cart-small,
.header-nav .lk-menu {
  display: none;
}
@media (min-width: 1200px) {
  .header-nav .header-nav--container {
    display: flex;
  }
}
.header-nav-messengers {
  margin-left: auto;
}
.header-nav-messengers__mail a {
  font-family: "Gilroy";
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.header-nav-messengers__mail a:hover {
  color: #E4A40A;
}
.header-nav-messengers__icons {
  display: flex;
  justify-content: flex-start;
  padding-top: 8px;
}
.header-nav-messengers__icon {
  margin-right: 28px;
}
.header-nav-messengers__icon--viber path, .header-nav-messengers__icon--whatsapp path {
  fill: #fff;
  transition: fill 0.4s;
}
.header-nav-messengers__icon--viber:hover path, .header-nav-messengers__icon--whatsapp:hover path {
  fill: #E4A40A;
}
.header-nav-messengers__icon--viber:active path, .header-nav-messengers__icon--whatsapp:active path {
  fill: #b38108;
}
.header-nav-messengers__icon--vk path {
  stroke: #fff;
  transition: stroke 0.4s;
}
.header-nav-messengers__icon--vk:hover path {
  stroke: #E4A40A;
}
.header-nav-messengers__icon--vk:active path {
  stroke: #b38108;
}
.header-nav-messengers__icon:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .header-nav-messengers {
    position: relative;
    transform: translateY(-19px);
  }
  .header--fixed .header-nav-messengers {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .header-nav-messengers {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -84px;
    z-index: 3;
  }
  .header-nav-content {
    position: relative;
    display: flex;
    align-items: center !important;
    flex-grow: 1;
    min-height: 50px;
    padding: 10px 0 10px !important;
    transition: min-height 0.4s, padding-right 0.4s;
  }
  .header-nav-content ul {
    color: #4F4F4F;
    font-family: "Gilroy", Verdana, sans-serif;
    font-weight: bold;
    flex-grow: 1;
    margin-right: 40px;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-nav-content ul {
    font-size: 15px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .header-nav-content ul li {
    margin: 0 35px 0 0;
  }
  .header-nav-content ul li:last-child {
    margin-right: 0;
  }
  .header-nav-content ul li.active > a {
    color: #E4A40A;
  }
  .header-nav-content ul li.active > a:after {
    opacity: 1;
    transform: translateY(34px);
  }
  .header--fixed .header-nav-content ul li.active > a:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header-nav-content ul li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .header-nav-content ul a {
    padding: 0;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    transition: color 0.4s, opacity 0.4s;
  }
  .header-nav-content ul a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e4a40a;
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
  }
  .header-nav-content ul a:hover {
    color: #E4A40A;
  }
  .header-nav-content ul a:hover:after {
    opacity: 1;
    transform: translateY(34px);
  }
  .header--fixed .header-nav-content ul a:hover:after {
    display: none;
  }
  .header-nav-content ul a:active {
    opacity: 0.7;
  }
  .header-nav-button {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
  }
  .header-nav-button .btn {
    min-width: 175px;
    padding: 12px 21px 13px;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: opacity 0.4s, transform 0.4s, box-shadow 0.4s, background-color 0.4s;
  }
}
@media (max-width: 991.98px) {
  .header-nav {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    overflow: auto;
    padding: 15px 0 25px;
    max-height: calc(100% - 80px);
    border-top: solid 1px #4F4F4F;
    background-color: #FFFFFF;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.6);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s;
  }
  .show-mobile-nav .header-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .header-nav .main-menu .classic-menu-dropdown > span i {
    color: #231f20;
    line-height: 1;
  }
  .header-nav .main-menu > .menu-item {
    padding-top: 20px;
  }
  .header-nav .main-menu > .menu-item > a {
    font-family: "Gilroy";
    font-size: 17px;
    color: #231f20;
    text-transform: uppercase;
  }
  .header-nav .main-menu > .menu-item:first-of-type {
    padding-top: 0;
  }
  .header-nav ul {
    display: flex;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 30px;
    flex-direction: column;
  }
  .header-nav a {
    display: inline-block;
    padding: 3px;
    transition: color 0.4s, background-color 0.4s;
  }
  .header-nav a:hover {
    color: #4F4F4F;
  }
  .header-nav a:active {
    background-color: rgba(79, 79, 79, 0.07);
  }
  .header-nav a.active {
    color: #E4A40A;
  }
  .header-nav .classic-menu-dropdown ul {
    position: relative;
    background: #fff;
  }
  .header-nav .classic-menu-dropdown ul a {
    font-size: 16px;
    padding: 0;
  }
}
.header-nav-right {
  display: flex;
  align-items: center;
}
.header-nav-right .header-lk {
  margin-left: 10px;
}
.header-nav-right .header-lk:first-child {
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .header-nav-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .header--fixed .header-nav {
    position: fixed;
    top: 0;
    margin-top: 0;
    background: #303030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  .header--fixed .header-nav-content {
    min-height: 90px;
  }
  .header--fixed .header-nav-button {
    pointer-events: auto;
  }
  .header--fixed .header-nav-button .btn {
    opacity: 1;
    transform: none;
  }
  .header--fixed .header-nav .header-phones--scroll {
    display: block;
  }
}
.header-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-toggler {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 17px;
    border-radius: 24px;
    border: 1px solid #E4A40A;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.4s, background-color 0.4s;
  }
  .header-toggler:hover {
    border-color: #b38108;
  }
  .header-toggler:hover .header-toggler-item {
    background-color: #b38108;
  }
  .header-toggler:active, .header-toggler:focus {
    border-color: #b38108;
  }
  .header-toggler:active .header-toggler-item, .header-toggler:focus .header-toggler-item {
    background-color: #b38108;
  }
  .header-toggler:focus {
    outline: none;
  }
  .header-toggler-item {
    width: 16px;
    height: 2px;
    position: relative;
    margin-bottom: 4px;
    transform-origin: center;
    background-color: #E4A40A;
    transition: transform 0.4s, background-color 0.4s;
  }
  .header-toggler-item::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: -5px;
    background-color: inherit;
    transition: left 0.4s;
  }
  .show-mobile-nav .header-toggler-item::before {
    left: -2px;
    border-radius: 0;
  }
  .show-mobile-nav .header-toggler-item--1 {
    transform: translate3d(1px, 7px, 0) rotate(45deg) scale(1.25);
  }
  .header-toggler-item--2 {
    transform-origin: left top;
    transition: transform 0.4s, opacity 0.4s;
  }
  .show-mobile-nav .header-toggler-item--2 {
    opacity: 0;
    transform: scale(0, 1);
  }
  .header-toggler-item--3 {
    margin-bottom: 0;
  }
  .show-mobile-nav .header-toggler-item--3 {
    transform: translate3d(1px, -7px, 0) rotate(-45deg) scale(1.25);
  }
}
.header-phones {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  letter-spacing: 1px;
  padding-left: 45px;
}
.header-phones:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icons/phone-outgoing.svg") no-repeat 0 0;
}
.header-phones-divider {
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.1;
  padding-top: 3px;
}
.header-phones--scroll {
  padding-left: 0;
  margin-left: auto;
  display: none;
  margin-right: 15px;
}
.header-phones--scroll::before {
  content: none;
}
.header-phones--scroll .header-phone {
  margin-bottom: 5px;
}
.header-phones--scroll .header-phone-number {
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.header-phone {
  margin-right: 15px;
  margin-bottom: 15px;
}
.header-phone:last-child {
  margin: 0;
}
.header-phone-number {
  color: #fff;
  display: block;
  min-width: 188px;
  font-size: 21px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Gilroy";
  margin-bottom: 6px;
  transition: color 0.4s;
}
.header-phone-number:hover {
  color: #E4A40A;
}
.header-phone-number:active {
  color: #b38108;
}
@media (max-width: 1400px) {
  .header-phone-number {
    font-size: 20px;
  }
}
.header-phone-label {
  font-size: 14px;
  line-height: 1.05;
}
.header-phone-icons {
  display: flex;
  padding-top: 8px;
}
.header-phone-icon {
  margin-right: 28px;
}
.header-phone-icon:last-child {
  margin-right: 0;
}
.header-phone-icon svg {
  fill: #fff;
  transition: fill 0.4s;
}
.header-phone-icon:hover svg {
  fill: #E4A40A;
}
.header-phone-icon:active svg {
  fill: #b38108;
}
.header-lk .header__geo {
  display: none;
}
@media (max-width: 1199.98px) {
  .header-lk .header__geo {
    display: block;
    order: 5;
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-lk .header__geo {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .front .header--fixed {
    position: fixed;
    background-color: #303030;
  }
}
.front .header-logo-phone {
  color: #fff;
}
@media (max-width: 991.98px) {
  .front .header {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .front .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: none;
  }
}

@media (max-width: 991.98px) {
  .b24-widget-button-position-top-right {
    top: 110px !important;
  }
}

.hs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-is-ready .hs {
  transition: opacity 0.4s 0.4s;
}
.site-is-ready .hs--show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s;
}
.hs-content {
  color: #fff;
  overflow: auto;
  max-height: 100vh;
  min-height: 440px;
  position: relative;
  padding: 183px 0 65px;
  background-color: #313131;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 27px 53px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s;
}
.hs--show .hs-content {
  transform: none;
  transition: transform 0.4s 0.4s;
}
.hs-button {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  user-select: none;
  text-transform: uppercase;
  transition: color 0.4s;
  white-space: nowrap;
  cursor: pointer;
}
.hs-button-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.hs-button-icon path {
  fill: #fff;
  transition: fill 0.4s;
}
.hs-button:hover {
  color: #E4A40A;
}
.hs-button:hover .hs-button-icon path {
  fill: #E4A40A;
}
.hs-button:active {
  color: #b38108;
}
.page-synsearch-search_controller_page .hs-button {
  position: relative;
  color: #E4A40A;
}
.page-synsearch-search_controller_page .hs-button-icon {
  fill: #E4A40A;
}
.page-synsearch-search_controller_page .hs-button::after {
  content: "";
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #E4A40A;
}
@media (max-width: 991.98px) {
  .hs-button {
    color: #E4A40A;
  }
  .hs-button path {
    fill: #E4A40A;
  }
}
@media (max-width: 991.98px) {
  .hs-button {
    margin: 0;
  }
}
.hs-title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 12px;
}
.hs-field {
  position: relative;
}
.hs-input {
  width: 100%;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  min-height: 54px;
  padding: 15px 30px 15px 42px;
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 0 1px;
  background-color: transparent;
  transition: border-color 0.4s;
}
.hs-input:hover {
  border-color: #fff;
}
.hs-input:focus {
  outline: none;
  border-color: #E4A40A;
}
.hs-submit {
  top: 0;
  bottom: 0;
  width: 30px;
  height: 54px;
  position: absolute;
  border: 0;
  opacity: 0.65;
  box-shadow: none;
  background: url("../images/icons/hs-icon.svg") no-repeat left center;
  transition: opacity 0.4s;
}
.hs-submit:hover {
  opacity: 1;
}
.hs-submit:active {
  opacity: 0.4;
}
.hs-submit:focus {
  outline: none;
  box-shadow: none;
}
.hs-close {
  top: 115px;
  right: 105px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  border-radius: 25px;
  background: url("../images/icons/hs-close.svg") no-repeat center;
  transition: background-color 0.4s;
}
.hs-close:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.hs-close:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.hs-suggestions {
  margin-top: 10px;
  padding: 11px 41px;
  border-radius: 3px;
  background: #fff;
}
.hs-suggestions .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hs-suggestions .list-link {
  color: #797979;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 1px;
  transition: color 0.4s;
}
.hs-suggestions .list-link:hover {
  color: #000;
}
.hs-suggestions .list-link:active {
  color: #a97a07;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page-tabs {
  padding: 0px 20px;
}
@media (min-width: 1200px) {
  .page-tabs {
    padding: 0px 40px;
  }
}
.page-content {
  flex-grow: 1;
  padding-top: 120px;
}
@media (min-width: 992px) {
  .page-content {
    padding-top: 0;
  }
}
.page-content-main {
  background: #EDEDED;
  padding: 65px 20px 60px 20px;
}
@media (min-width: 1200px) {
  .page-content-main {
    padding: 65px 40px 60px 40px;
  }
}
.page--service .page-content {
  padding-bottom: 0;
}
.page-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-columns {
    flex-wrap: nowrap;
  }
}
.page-columns .region-content {
  width: 100%;
}
.page-columns .region-sidebar {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-columns .region-sidebar {
    width: 300px;
    flex-shrink: 0;
    padding-right: 30px;
    margin: 0;
  }
}
.page-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 245px;
  z-index: 50;
}
.page-widget__link {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(19, 19, 19, 0.1);
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .page-widget__link {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.page-widget__close {
  display: none;
  color: #D4D4D4;
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .page-widget__close {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-widget__sign {
  position: relative;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 31px 10px 20px;
  border: 1px solid rgba(19, 19, 19, 0.1);
  background-color: #fff;
  border-radius: 3px;
}
.page-widget__sign::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 20px;
  width: 15px;
  height: 15px;
  border-right: 1px solid rgba(19, 19, 19, 0.1);
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
  background: #fff;
  transform: rotate(45deg);
}
@media (max-width: 575.98px) {
  .page-widget__sign::before {
    display: none;
  }
}
.page-widget__sign-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E4A40A;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  width: 30px;
  cursor: pointer;
  transition: color 0.4s;
}
.page-widget__sign-close:hover {
  color: #b38108;
}
@media (max-width: 575.98px) {
  .page-widget__sign-close {
    display: none;
  }
}
.page-widget__sign-text {
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .page-widget__sign-text {
    margin: 0;
  }
}
.page-widget__sign-link {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #131313;
}
.page-widget__sign-link:hover {
  color: #131313;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .page-widget__sign-link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .page-widget__sign {
    display: block !important;
    position: static;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .page-widget {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    top: 100%;
    height: 75px;
    width: 100%;
    max-width: unset;
    padding: 14px 17px;
    right: 0;
    transform: translateY(-100%);
  }
}

.path-catalog .region-title, .path-products .region-title, .path-taxonomy .region-title {
  width: auto;
  height: auto;
  overflow: hidden;
  visibility: visible;
  position: relative;
}

.breadcrumb li:before {
  content: " /";
  color: #E4A40A;
}

.page-synlanding-page404 .page-content-main {
  min-height: 400px;
}

#cookie-overlay {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 500;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(19, 19, 19, 0.1);
  background-color: #fff;
  border-radius: 3px;
}
#cookie-overlay .cookie-overlay-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 31px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cookie-overlay .sign-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E4A40A;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  width: 30px;
  cursor: pointer;
  transition: color 0.4s;
}

.block-local-tasks-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.b24-widget-button-position-top-right {
  top: auto !important;
  right: auto !important;
  left: 50px !important;
  bottom: 50px !important;
}
@media screen and (max-width: 575px) {
  .b24-widget-button-position-top-right {
    left: 15px !important;
    bottom: 80px !important;
  }
}

.b24-widget-button-top .b24-widget-button-social {
  flex-direction: column-reverse !important;
}

.b24-widget-button-wrapper.b24-widget-button-top {
  flex-direction: column !important;
}

.b24-widget-button-position-top-right .b24-widget-button-social-item:hover .b24-widget-button-social-tooltip,
.b24-widget-button-position-bottom-right .b24-widget-button-social-item:hover .b24-widget-button-social-tooltip {
  right: auto !important;
  left: 50px !important;
  transform: translate(0%, -50%) !important;
}

.b24-widget-button-position-top-right .b24-widget-button-popup {
  right: -320px !important;
  left: auto !important;
}

.b24-widget-button-position-top-right .b24-widget-button-popup-triangle {
  right: auto !important;
  left: -6px !important;
  bottom: 20px !important;
  top: auto !important;
}

.bx-touch .b24-widget-button-position-top-right .b24-widget-button-popup {
  top: -100px !important;
  left: 90px !important;
}

.partner__list .view-content:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.partner__item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .partner__item {
    max-width: 16.6666666667%;
  }
}
@media (max-width: 991.98px) {
  .partner__item {
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .partner__item {
    max-width: 33.33%;
  }
}
@media (max-width: 575.98px) {
  .partner__item {
    max-width: 50%;
  }
}
.partner-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 29px;
  padding-bottom: 23px;
}
.partner-teaser img {
  flex-shrink: 0;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .field--type-text-long table {
    display: block;
  }
}

.field--name-field-attach {
  margin: 50px 0 30px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 36px;
}
.field--name-field-attach .field__item::before {
  content: "\f15b";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 20px;
}
.field--name-field-attach .file a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

.text-formatted {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
    margin-bottom: 15px;
  }
  .text-formatted h2 {
    margin: 20px 0;
    font-size: 23px;
  }
  .text-formatted h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .text-formatted h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .text-formatted p {
    margin: 0 0 15px;
  }
  .text-formatted .youtube-embed-wrapper {
    margin: 15px 0;
  }
  .text-formatted iframe {
    max-height: 40vh;
    margin: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .field--name-field-gallery .field__item {
    width: 33.333%;
  }
}

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cboxElement img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.cboxElement img:hover {
  transform: scale(1.07) perspective(1px);
}
.cboxElement img:active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }
  ::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0;
    background-color: #131313;
  }
  body {
    scrollbar-color: #e2e2e2 transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #4577D4;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
}

.preloader {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.95) no-repeat;
  background-position: center;
  background-size: 170px;
  margin-bottom: 30px;
}
.preloader--small {
  height: 100px;
  background-size: 90px;
}
.preloader--transparent {
  background-color: transparent;
}

[v-cloak] {
  display: none;
}

.block-seo-contacts {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.block-views-blockproduct-block-2 {
  padding-bottom: 50px;
}

.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.81);
  z-index: 100;
}
.cookie-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .cookie-wrapper {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.cookie-content {
  color: #fff;
}
.cookie-content a {
  margin-left: 5px;
  color: #4577D4;
  text-decoration: underline;
}
.cookie-content a:hover {
  text-decoration: none;
}
.cookie-btn {
  position: relative;
}
.cookie-btn:hover {
  color: #fff;
}
.cookie-btn:hover::after, .cookie-btn:hover::before {
  width: 100%;
  left: 0;
}
.cookie-btn::after, .cookie-btn::before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie-btn::before {
  top: -6px;
}

.advantages {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .advantages {
    margin-top: 40px;
  }
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
}
.advantages__item {
  width: 100%;
}
@media (min-width: 576px) {
  .advantages__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  .advantages__item {
    max-width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .advantages__item {
    max-width: 50%;
  }
  .advantages__item:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: none;
  }
}
.advantages-block {
  height: 100%;
  padding: 25px 13px 30px;
  background-color: rgba(67, 67, 67, 0.9);
  text-align: center;
}
@media (max-width: 575.98px) {
  .advantages-block {
    background-color: #434343;
    margin: 0 -15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.advantages-block__title {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  max-width: 230px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  text-align: center;
  z-index: 1;
}
.advantages-block__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 22px;
  height: 2px;
  transform: translateX(-50%);
  background: #E4A40A;
  z-index: 1;
}
.advantages-block__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
}

.block-paragraphs-under-slider .advantages__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-paragraphs-under-slider .advantages__list {
    flex-wrap: wrap;
  }
}
.block-paragraphs-under-slider .advantages__item {
  max-width: 20%;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 991.98px) {
  .block-paragraphs-under-slider .advantages__item {
    max-width: 100%;
  }
}
.block-paragraphs-under-slider .advantages-block__title {
  min-height: 98px;
}
@media (max-width: 991.98px) {
  .block-paragraphs-under-slider .advantages-block__title {
    max-width: 100%;
    min-height: auto;
  }
}

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left;
}
.messages--error {
  background: #AC182D;
}
.messages--status {
  background: #4CAF50;
}
.messages--warning {
  background: #FF9800;
}
.messages a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  transition: color 0.4s, border-color 0.4s;
}
.messages a:hover {
  color: #fff;
  border-color: #fff;
}
.messages a:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 17px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 4px;
  padding: 17px 20px;
  background-color: transparent;
  border: solid #797979;
  border-width: 1px !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
@media (max-width: 767.98px) {
  .contact-message-form .form-control {
    font-size: 20px;
  }
}
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.contact-message-form .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #131313;
}
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
.contact-message-form .form-item {
  margin: 0 0 20px;
}
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.contact-message-form .form-type-radio .description, .contact-message-form .form-type-checkbox .description {
  margin-left: 0;
}
.contact-message-form .ajax-progress {
  display: none;
}

.search-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
  margin: -20px 0 35px;
  font-family: "Gilroy";
}
.search-list {
  padding: 37px 0;
}
.search-list-item {
  color: #414141;
  display: block;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 1px;
  border: solid #DCDCDC;
  border-width: 0 0 1px;
  transition: border-color 0.4s, color 0.4s;
}
.search-list-item:first-child {
  border-top-width: 1px;
}
.search-list-item:hover {
  border-bottom-color: #E4A40A;
}
.search-list-item:active {
  border-bottom-color: #000;
}
.search-list-item .colored {
  color: #E4A40A;
}
.search-form {
  display: flex;
  margin: 0 0 35px;
}
@media (max-width: 575.98px) {
  .search-form {
    align-items: center;
    flex-direction: column;
  }
}
.search-form label {
  display: none;
}
.search-form .form-item {
  flex-grow: 1;
  margin: 0 20px 0 0;
}
@media (max-width: 575.98px) {
  .search-form .form-item {
    margin: 0 0 15px;
  }
}
.search-form .form-control {
  border: 0;
  color: #797979;
  padding: 18px 20px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  background-color: #F5F5F5;
}
.search-form .btn {
  margin: 0;
  flex-shrink: 0;
}

.modal .form-item-fz152-agreement {
  margin-bottom: 0px;
  margin-top: 44px;
}
.modal .form-item-fz152-agreement label {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 28px;
}
.modal .form-item-fz152-agreement label::before {
  width: 20px;
  height: 20px;
}
.modal .form-item-fz152-agreement label::after {
  display: none;
}
.modal .form-item-fz152-agreement a {
  color: #ffffff;
  text-decoration: underline;
}
.modal .form-item-fz152-agreement a:hover {
  text-decoration: none;
}

#block-auth .modal-title,
#block-registraciya .modal-title,
#block-forgotpassword .modal-title {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 33px;
  letter-spacing: 0.01em;
  line-height: 1.33;
}
#block-auth .modal-text,
#block-registraciya .modal-text,
#block-forgotpassword .modal-text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
#block-auth .modal-header,
#block-registraciya .modal-header,
#block-forgotpassword .modal-header {
  margin-bottom: 44px;
}
#block-auth .modal-to-modal-link,
#block-registraciya .modal-to-modal-link,
#block-forgotpassword .modal-to-modal-link {
  text-decoration: underline;
  color: #E4A40A;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto";
}
#block-auth .modal-to-modal-link:hover,
#block-registraciya .modal-to-modal-link:hover,
#block-forgotpassword .modal-to-modal-link:hover {
  text-decoration: none;
}
#block-auth #edit-account:not(:last-child),
#block-registraciya #edit-account:not(:last-child),
#block-forgotpassword #edit-account:not(:last-child) {
  margin-bottom: 20px;
}
#block-auth .form-item,
#block-registraciya .form-item,
#block-forgotpassword .form-item {
  margin-top: 0px;
  margin-bottom: 20px;
}
#block-auth .form-item:last-of-type,
#block-registraciya .form-item:last-of-type,
#block-forgotpassword .form-item:last-of-type {
  margin-bottom: 0px;
}
#block-auth .form-item .form-control,
#block-registraciya .form-item .form-control,
#block-forgotpassword .form-item .form-control {
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid rgba(19, 19, 19, 0.18);
  box-sizing: border-box;
  border-radius: 4px;
  background: #FFFFFF;
  padding: 10px 12px;
  font-family: "Roboto";
}
#block-auth .form-item .form-control::placeholder,
#block-registraciya .form-item .form-control::placeholder,
#block-forgotpassword .form-item .form-control::placeholder {
  color: #131313;
  opacity: 0.5;
}
#block-auth .form-item .form-control:active, #block-auth .form-item .form-control:focus, #block-auth .form-item .form-control:focus-within,
#block-registraciya .form-item .form-control:active,
#block-registraciya .form-item .form-control:focus,
#block-registraciya .form-item .form-control:focus-within,
#block-forgotpassword .form-item .form-control:active,
#block-forgotpassword .form-item .form-control:focus,
#block-forgotpassword .form-item .form-control:focus-within {
  border: 1px solid #E4A40A;
}
#block-auth .form-type-password,
#block-registraciya .form-type-password,
#block-forgotpassword .form-type-password {
  margin-bottom: 0px;
}
#block-auth .form-actions input,
#block-registraciya .form-actions input,
#block-forgotpassword .form-actions input {
  padding: 16px 16px;
  font-size: 14px;
  font-weight: 700;
}
#block-auth .field--type-string,
#block-registraciya .field--type-string,
#block-forgotpassword .field--type-string {
  margin-top: 0px;
  margin-bottom: 20px;
}
#block-auth .field-description,
#block-registraciya .field-description,
#block-forgotpassword .field-description {
  font-family: "Roboto";
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #d4d4d4;
  margin-bottom: 44px;
  margin-top: 8px;
}

.contact-message-question-form {
  max-width: 454px;
  width: 100%;
}
.contact-message-question-form h2 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  color: #131313;
  margin-bottom: 12px;
  text-align: left;
}
.contact-message-question-form .question-form__descr {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  margin-bottom: 32px;
  text-align: left;
}
.contact-message-question-form label {
  display: none;
}
.contact-message-question-form .form-control {
  border: 1px solid rgba(19, 19, 19, 0.18);
  border-radius: 4px;
  height: 44px;
  padding: 10px 12px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
  opacity: 0.5;
}
.contact-message-question-form .form-textarea-wrapper .form-textarea {
  height: 118px;
  resize: none;
}
.contact-message-question-form .form-item--fz-152 {
  display: none;
}
.contact-message-question-form .form-actions {
  justify-content: flex-start;
}
.contact-message-question-form .form-actions .btn {
  min-width: 178px;
  height: 53px;
}

.form--inline .form-item select {
  padding: 0.375rem 0.75rem !important;
  height: auto;
  padding-right: 30px !important;
}

.select {
  display: block;
  width: 100%;
  position: relative;
}

.new-select {
  text-align: left;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 19, 0.18);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}
.new-select:not(.selected) {
  color: #898989;
}

.new-select__list {
  position: absolute;
  top: 26px;
  left: 0;
  border: 1px solid #D7DDE9;
  border-top: none;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
  box-shadow: 0px 4px 20px rgba(55, 59, 123, 0.22);
  border-radius: 0 0 4px 4px;
  padding-top: 26px;
  max-height: 192px;
  overflow-y: auto;
}
.new-select__list::-webkit-scrollbar-thumb {
  background-color: #E4A40A;
  border-radius: 2px;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 10px 15px;
  color: #131313;
  text-align: left;
}

.new-select__item span:hover {
  background: #e9e9e9;
}

.new-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 16px;
  background: url(../images/template/icon-select.svg) no-repeat right center/cover;
  opacity: 1;
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.user-login-form .description,
.user-register-form .description {
  display: none;
}

.user-login-forgot-link {
  display: block;
  margin-top: 20px;
}

.user-login-title {
  display: none;
}

.user-pass p {
  display: none;
}

.form-item--fz-152 {
  margin-bottom: 2px !important;
}

.reviews-front {
  padding: 30px 40px 30px 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .reviews-front {
    padding-top: 120px;
  }
}
.reviews-front::before {
  position: absolute;
  right: 33px;
  top: 35px;
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url("../images/icons/reviews-icon.svg");
}
.reviews-front-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.reviews-front-col {
  width: 100%;
  padding-left: 10px;
}
.reviews-front-slider-progress {
  width: 186px;
  display: flex;
  flex-shrink: 0;
  margin-right: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .reviews-front-slider-progress {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.reviews-front-slider-nav {
  padding: 5px;
  display: flex;
  stroke: #fff;
  cursor: pointer;
}
.reviews-front-slider-nav:hover {
  stroke: #9b6f07;
}
.reviews-front-slider-nav:active {
  stroke: #513b04;
}
.reviews-front-slider-nav-image {
  fill: none;
  width: 10px;
  height: 14px;
}
.reviews-front-slider-nav-image path {
  transition: stroke 0.4s;
}
.reviews-front-slider-count {
  display: flex;
  margin: 0 20px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.reviews-front-slider-count-item {
  font-weight: 800;
}
.reviews-front-bottom {
  display: flex;
}
@media (max-width: 575.98px) {
  .reviews-front-bottom {
    align-items: center;
    flex-direction: column;
  }
}
.reviews-front-bottom-link {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-front-bottom-link-item {
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: border-bottom-color 0.4s, opacity 0.4s;
}
.reviews-front-bottom-link-item:hover {
  color: #fff;
  border-bottom-color: transparent;
}
.reviews-front-bottom-link-item:active {
  opacity: 0.8;
}
.reviews-teaser {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 20px;
}
.path-testimonial .reviews-teaser--reverse {
  align-items: center;
  flex-direction: row-reverse;
}
.path-testimonial .reviews-teaser {
  color: #313131;
  margin-bottom: 60px;
}
.reviews-teaser-image {
  width: 186px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .reviews-teaser-image {
    display: none;
  }
}
.path-testimonial .reviews-teaser--reverse .reviews-teaser-image {
  margin-right: 0;
  margin-left: 40px;
}
.reviews-teaser-image img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.reviews-teaser-content {
  flex-grow: 1;
  letter-spacing: 1px;
}
.reviews-teaser-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  padding-top: 16px;
  margin-bottom: 15px;
}
.reviews-teaser-text {
  font-size: 17px;
  line-height: 1.4;
}

.pagination {
  justify-content: center;
}
.pagination .page-item {
  color: #434343;
}
.pagination .page-item:hover {
  color: #E4A40A;
}
.pagination .page-item.is-active {
  color: #F07C00;
}
.pagination .page-link {
  font-weight: 800;
  border: none;
  color: inherit;
  background-color: transparent;
}
.pagination .page-link:focus {
  box-shadow: none;
}

.tag-list {
  display: flex;
  overflow: hidden;
}
.tag-list.flickity-enabled {
  display: block;
  overflow: auto;
}
.tag-list-wrapper {
  display: flex;
  padding: 30px 40px 0 40px;
  align-items: center;
  background-color: #EDEDED;
}
@media (max-width: 991.98px) {
  .tag-list-wrapper {
    padding: 30px 0 0 0;
  }
}
.tag-list-content {
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .tag-list-content {
    padding: 0;
  }
}
.tag-list-item {
  padding: 0 7px;
}
@media (max-width: 991.98px) {
  .tag-list-item {
    padding: 0 3px 0 1px;
  }
}
.tag-list-title {
  margin-bottom: 0;
  padding: 9px 12px;
  white-space: nowrap;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #E4A40A;
}
.tag-list-link {
  color: #131313;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  font-family: "Roboto";
}
.tag-list-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.4s;
}
.tag-list-button:hover .tag-list-button-path {
  fill: #E0E0E0;
}
.tag-list-button:active {
  opacity: 0.8;
}
.tag-list-button-path {
  fill: #858585;
  transition: fill 0.4s;
}

.article-specific {
  display: flex;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.article-specific > div {
  margin-right: 25px;
}
.article-specific > div img {
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.8;
}
.article-specific .node__submitted {
  font-size: 1em;
}

.article-full__tags .field--name-field-tags-article,
.article-teaser__tags .field--name-field-tags-article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article-full__tags .field--name-field-tags-article .field__item,
.article-teaser__tags .field--name-field-tags-article .field__item {
  margin-bottom: 5px;
}
.article-full__tags .field--name-field-tags-article .field__item:not(:last-child),
.article-teaser__tags .field--name-field-tags-article .field__item:not(:last-child) {
  margin-right: 5px;
}
.article-full__tags .field--name-field-tags-article .field__item .article-tags-link,
.article-teaser__tags .field--name-field-tags-article .field__item .article-tags-link {
  margin-bottom: 0;
  padding: 9px 12px;
  white-space: nowrap;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #E4A40A;
  color: #131313;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  font-family: "Roboto";
}
.article-full__tags .field--name-field-tags-article .field__item .article-tags-link:hover,
.article-teaser__tags .field--name-field-tags-article .field__item .article-tags-link:hover {
  color: #9b6f07;
  text-decoration: none;
}
.article-full__tags .field--name-field-tags-article .field__item .article-tags-link .field--name-name,
.article-teaser__tags .field--name-field-tags-article .field__item .article-tags-link .field--name-name {
  margin-bottom: 0;
}
.article-full__link,
.article-teaser__link {
  display: none;
}

.article-full__tags {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .node--type-article.node--view-mode-teaser .field--name-field-image {
    margin-bottom: 13px;
  }
}

.article-block {
  margin-top: 50px;
  padding-bottom: 50px;
}
.article-block h2 {
  text-align: center;
}
.article-block .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.article-block .view-content .article-teaser {
  flex-direction: column;
  border: solid 1px #E4E4E4;
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
  transition: box-shadow 0.4s;
}
.article-block .view-content .article-teaser:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.article-block .view-content .article-teaser .col-md-6 {
  width: 100%;
  padding: 0;
}
.article-block .view-content .article-teaser .col-md-6:not(.img-adaptive) {
  padding: 15px;
}
.article-block .view-content .article-teaser .field--name-field-tags-article {
  margin-bottom: 10px;
}
.article-block .view-content .article-teaser .field--name-field-image {
  overflow: hidden;
}
.article-block .view-content .article-teaser .field--name-field-image img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  transition: 0.3s;
}
.article-block .view-content .article-teaser .field--name-field-image:hover img {
  transform: scale(1.07) perspective(1px);
}
.article-block .view-content .article-teaser__link {
  display: flex;
}

.cart {
  font-family: "Gilroy";
  flex-wrap: wrap;
}
.cart-left {
  margin-right: 30px;
}
.cart-left .cart-name {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  color: #131313;
  text-decoration: none;
  margin-bottom: 16px;
}
.cart-left .cart-price {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #E4A40A;
}
.cart-left .cart-quantity {
  background-color: transparent;
  width: 140px;
  height: 34px;
  border: 1px solid #d4d4d4;
}
.cart-left .cart-quantity-button {
  width: 40px;
  height: 34px;
  background-color: #ededed;
  color: #E4A40A;
  background-image: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #d4d4d4 !important;
}
.cart-left .cart-quantity-button:hover {
  border: 1px solid #d4d4d4;
  color: #131313;
}
@media (max-width: 1199.98px) {
  .cart-left {
    margin-right: 0px;
  }
}
.cart-small {
  margin-left: 0px;
}
.cart-small-item--favorites {
  display: none;
}
.cart-small-icon {
  width: 61px;
  height: 61px;
  padding: 10px;
  background: #131313;
  border-radius: 3px;
}
.cart-small-icon--cart svg {
  margin-bottom: -10px;
  margin-left: -4px;
}
.cart-small-icon--cart .cart-small-count {
  background-color: #E4A40A;
  color: #303030;
  border-radius: 3px;
  font-size: 10px;
  position: absolute;
  width: auto;
  display: flex;
  left: 41%;
  line-height: 1;
  height: auto;
  right: 20%;
  top: 15%;
  bottom: 64%;
  margin-top: 0px;
  align-items: center;
  justify-content: center;
}
.cart-small-content {
  z-index: 500;
  right: -120%;
  font-family: "Gilroy";
  font-weight: 800;
}
.cart-small-content .list {
  color: #fff;
  padding: 10px 20px;
  background-color: #303030;
}
.cart-small-content .list-item {
  padding: 0.5rem 1rem;
  margin: 0px;
}
.cart-content {
  padding: 0px;
  border: none;
  border-top: 1px solid #ededed;
}
.cart-content:last-child {
  border-bottom: 1px solid #ededed;
}
.cart-sidebar {
  width: auto;
  padding: 0px;
  background-color: transparent;
}
.cart-sidebar-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #131313;
  margin-bottom: 32px;
}
.cart-sidebar-content {
  width: 350px;
  background: #ffffff;
  box-shadow: 0px 4px 36px rgba(19, 21, 67, 0.09);
  border-radius: 4px;
  padding: 44px 24px;
  margin-bottom: 16px;
}
.cart-sidebar-content .btn--main {
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #E4A40A;
  transition: background-color 0.4s;
  width: auto;
}
.cart-sidebar-content .btn--main:hover {
  background-color: #fec439;
}
@media (max-width: 1199.98px) {
  .cart-sidebar-content {
    width: 100%;
  }
}
.cart-sidebar .cart-total {
  margin-bottom: 32px;
}
.cart-sidebar .cart-total-count, .cart-sidebar .cart-total-price, .cart-sidebar .cart-total-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #131313;
  align-items: flex-end;
}
.cart-sidebar .cart-total-count a, .cart-sidebar .cart-total-price a, .cart-sidebar .cart-total-items a {
  text-decoration: none;
  color: #131313;
}
.cart-sidebar .cart-total-count a:hover, .cart-sidebar .cart-total-price a:hover, .cart-sidebar .cart-total-items a:hover {
  color: #E4A40A;
}
.cart-sidebar .cart-total-count-center, .cart-sidebar .cart-total-price-center, .cart-sidebar .cart-total-items-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}
.cart-sidebar .cart-total-count-left, .cart-sidebar .cart-total-price-left, .cart-sidebar .cart-total-items-left {
  padding-right: 5px;
  max-width: 220px;
}
.cart-sidebar .cart-total-count-right, .cart-sidebar .cart-total-price-right, .cart-sidebar .cart-total-items-right {
  padding-left: 5px;
  font-weight: 700;
}
.cart-sidebar .cart-total-count-left, .cart-sidebar .cart-total-count-right, .cart-sidebar .cart-total-price-left, .cart-sidebar .cart-total-price-right, .cart-sidebar .cart-total-items-left, .cart-sidebar .cart-total-items-right {
  background-color: white;
  z-index: 2;
  font-family: "Roboto";
}
.cart-sidebar .cart-total-items {
  margin-bottom: 16px;
}
.cart-sidebar .cart-total-price-left {
  font-weight: bold;
}
.cart-sidebar .cart-total-price-right {
  color: #E4A40A;
}
.cart-sidebar .cart-items {
  margin-bottom: 32px;
}
.cart-sidebar .cart-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
.cart-clear {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-clear-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.cart-clear-label:hover {
  text-decoration: none;
}
.cart-row--body {
  min-height: 194px;
  padding: 12px 0px;
  align-items: unset;
}
.cart-row--body .cart-col {
  padding-top: 0px !important;
  justify-content: flex-start;
}
.cart-row--body .cart-col--image {
  width: 160px;
  min-height: 160px;
}
@media (max-width: 991.98px) {
  .cart-row--body .cart-col--image {
    position: relative;
    top: unset;
  }
}
.cart-row--body .cart-col--right {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .cart-row--body .cart-col--right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0px;
  }
}
.cart-button--remove {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
}
.cart-button--remove path {
  transition: fill 0.4s;
}
.cart-button--remove:hover {
  background-color: transparent;
  box-shadow: none;
}
.cart-button--remove:hover path {
  fill: #E4A40A;
}

.param-custom-title, .param-attributes-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
}
.param-custom-value, .param-attributes-value {
  display: inline-flex;
  align-items: center;
}
.param-custom-square {
  margin: 0px 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 2px;
}

.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm .password-suggestions {
  position: absolute;
  right: -320px;
  width: 300px;
  top: 29px;
  border-radius: 4px;
  margin: 0px;
}
@media (max-width: 767.98px) {
  .form-type-password-confirm .password-suggestions {
    position: relative;
    margin: 0.7em 0;
    top: unset;
    right: unset;
    width: 100%;
  }
}

.checkout {
  font-family: "Gilroy";
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-form {
  max-width: 500px;
}
.checkout-form-required {
  margin: 0;
  position: relative;
  cursor: pointer;
  color: #131313;
  padding-left: 25px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
}
.checkout-form .description {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  margin-top: 10px !important;
}
.checkout-form legend,
.checkout-form .checkout-legend--div {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}
.checkout-form .form-item {
  font-size: 18px;
}
.checkout-form .form-item.form-type-textfield label, .checkout-form .form-item.form-type-email label, .checkout-form .form-item.form-type-number label, .checkout-form .form-item.form-type-textarea label {
  display: none;
}
.checkout-form .form-item.form-type-textarea textarea {
  resize: none;
}
.checkout-form .form-item.form-type-radio .form-item {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0;
  margin: 0 36px 15px 0;
}
.checkout-form .form-item.form-type-radio input {
  opacity: 0;
  z-index: 5;
  width: 0;
  height: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 0;
}
.checkout-form .form-item.form-type-radio label {
  margin: 0;
  position: relative;
  cursor: pointer;
  color: #131313;
  padding-left: 25px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
}
.checkout-form .form-item.form-type-radio label::before {
  content: "";
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
  position: absolute;
  border: 1px solid #E4A40A;
  border-radius: 50%;
  transition: border-color 0.4s;
}
.checkout-form .form-item.form-type-radio label::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 4px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  background-color: #E4A40A;
  transition: opacity 0.4s;
}
.checkout-form .form-item.form-type-radio input:checked + label {
  opacity: 1;
}
.checkout-form .form-item.form-type-radio input:checked + label::after {
  opacity: 1;
}
.checkout-form .form-item-shipping-information-shipments-0-shipping-method-0 .description {
  margin: 0px;
}
.checkout-form .form-control,
.checkout-form select {
  max-width: 350px;
  height: 40px;
  background-color: white;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #131313;
  font-family: "Roboto";
}
.checkout-form .form-control option,
.checkout-form select option {
  color: #131313;
  font-family: "Roboto";
}
.checkout-form .form-control::placeholder,
.checkout-form select::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(19, 19, 19, 0.5);
}
.checkout-form .form-control:active, .checkout-form .form-control:focus, .checkout-form .form-control:focus-within,
.checkout-form select:active,
.checkout-form select:focus,
.checkout-form select:focus-within {
  box-shadow: none;
  color: #131313;
  outline: none;
  border: 1px solid #E4A40A;
}
.checkout-form .form-control.form-textarea,
.checkout-form select.form-textarea {
  height: 60px;
}
.checkout-form .new-select__list {
  font-size: 14px;
  max-width: 350px;
  box-sizing: border-box;
  border: none;
}
.checkout-form .field--name-shipping-method legend {
  display: none;
}
.checkout-form .checkout-pane-payment-information > legend {
  display: none;
}
.checkout .checkout-pane-commerce-validation-review .fieldset-wrapper {
  font-size: 0px;
}
.checkout .checkout-pane-commerce-validation-review .form-item legend {
  display: none;
}
.checkout #edit-commerce-validation-review-payment-information {
  display: none;
}
.checkout #app-cart {
  margin-top: -80px;
}
@media (max-width: 991.98px) {
  .checkout {
    justify-content: center;
  }
  .checkout-form .form-control {
    max-width: 100%;
  }
  .checkout-form .form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout #app-cart {
    width: 100%;
    margin-top: 0px;
  }
}

.page-syncart-cart_controller_cart .page-content-main {
  background-color: transparent;
}

#app-cart {
  font-family: "Gilroy";
}

.path-cart .btn,
.path-checkout .btn {
  padding: 16px 32px;
}
.path-cart .btn-wrapper,
.path-checkout .btn-wrapper {
  display: flex;
  justify-content: center;
}
.path-cart .btn-dark,
.path-checkout .btn-dark {
  background-color: #303030;
  color: white;
  transition: color 0.4s;
}
.path-cart .btn-dark:hover,
.path-checkout .btn-dark:hover {
  color: #E4A40A;
}
@media (min-width: 1200px) {
  .path-cart .page-content-main,
  .path-checkout .page-content-main {
    padding: 0 0 50px 0;
  }
}

.path-checkout .page-content {
  position: relative;
}
.path-checkout .page-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 54%;
  z-index: -1;
  background-color: #ededed;
}
.path-checkout .page-content-main {
  background: transparent !important;
}
.path-checkout .page-content.complete {
  background: white;
}
.path-checkout .page-content.complete::before {
  content: none !important;
}
.path-checkout .page-content.complete .page-content-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 88px auto;
  justify-content: center;
  padding: 44px 69px;
  text-align: center;
  background: #ffffff !important;
  box-shadow: 0px 4px 36px rgba(19, 21, 67, 0.09);
  border-radius: 4px;
  max-width: 730px;
}
@media (max-width: 575.98px) {
  .path-checkout .page-content.complete .page-content-main {
    padding: 23px 34px;
  }
}
.path-checkout .page-content.complete .page-title {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 33px;
  line-height: 44px;
  color: #000000;
}
.path-checkout .page-content.complete .page-title::before {
  content: url("../images/template/ok.svg");
}
.path-checkout .page-content.complete .checkout-pane strong {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}
.path-checkout .page-content.order_information .cart-total .cart-items {
  display: none;
}
.path-checkout .page-content.order_information .btn-sidebar-submit {
  display: none;
}
.path-checkout .page-content.order_information .link--previous {
  display: none;
}
.path-checkout .page-content.review .cart-total-count {
  display: none;
}
.path-checkout .page-content.review .form-actions {
  display: none;
}
.path-checkout .page-content.review .btn-back-to-cart {
  display: none;
}
.path-checkout .page-content.review .link--previous {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
  color: #131313;
}
.path-checkout .page-content.review .link--previous:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .path-checkout .page-content {
    background-color: #ededed;
  }
  .path-checkout .page-content::before {
    content: none;
  }
}
.path-checkout .checkout-pane-syncart-finalaze {
  display: none;
}

.hide-shops .field--name-field-shop-addresses {
  display: none !important;
}

.page-syncabinet-submit_result .page-title {
  display: none;
}

.path-user {
  font-family: "Gilroy";
}
.path-user .order-information .field--name-total-price {
  margin-bottom: 50px;
}
.path-user .order-information .field--name-total-price > *:first-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.path-user .order-information thead tr {
  border: 1px solid #303030 !important;
}
.path-user .order-information tbody tr {
  border-left: 1px solid #EDEDED;
}
.path-user .order-information tbody td {
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.path-user .order-total-line {
  text-align: left;
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 90px;
}
.path-user .order-total-line-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.path-user .order-total-line-value {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.path-user .view-commerce-order-item-table {
  margin-top: 0px;
}
.path-user .customer-information__shipping > .field__label {
  display: none;
}
.path-user .field--name-shipping-method {
  margin-bottom: 20px;
}
.path-user td.is-active {
  background-color: transparent;
}
.path-user.page-user-pass #block-adaptive-tabs, .path-user.page-user-reset-form #block-adaptive-tabs {
  display: none;
}
.path-user.page-user-pass .page-title, .path-user.page-user-reset-form .page-title {
  margin-bottom: 30px !important;
}
.path-user.page-user-pass .form-actions, .path-user.page-user-reset-form .form-actions {
  justify-content: flex-start;
  margin-top: 30px;
}
.path-user:not(.page-entity-commerce_order-user_view) .page-title {
  margin-bottom: 130px;
}
@media (max-width: 449px) {
  .path-user:not(.page-entity-commerce_order-user_view) .page-title {
    margin-bottom: 180px;
  }
}
.path-user .page-content {
  position: relative;
}
.path-user .page-content-main {
  background-color: transparent;
}
.path-user .block-local-tasks-block {
  position: absolute;
  width: 100%;
  top: 169px;
  left: 0;
  right: 0;
  justify-content: flex-start;
  border-bottom: 2px solid #EDEDED;
}
.path-user .block-local-tasks-block .tabs {
  margin: 0px;
}
.path-user .block-local-tasks-block li:not(:last-child) {
  margin-right: 56px;
}
.path-user .block-local-tasks-block a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  color: #131313;
  padding: 0px 0px 12px;
  position: relative;
}
.path-user .block-local-tasks-block a.is-active {
  color: #E4A40A;
  background-color: transparent;
}
.path-user .block-local-tasks-block a.is-active::after {
  opacity: 1;
  transform: translateY(17px);
}
.path-user .block-local-tasks-block a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E4A40A;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.path-user .block-local-tasks-block a:hover, .path-user .block-local-tasks-block a:focus {
  color: #E4A40A;
  background-color: transparent;
}
.path-user .block-local-tasks-block a:hover::after, .path-user .block-local-tasks-block a:focus::after {
  opacity: 1;
  transform: translateY(17px);
}
@media (max-width: 991.98px) {
  .path-user .block-local-tasks-block {
    top: 269px;
  }
}
@media (max-width: 767.98px) {
  .path-user .block-local-tasks-block {
    top: 209px;
  }
  .path-user .block-local-tasks-block li {
    margin-bottom: 10px;
  }
  .path-user .block-local-tasks-block a {
    font-size: 18px;
  }
}

.page-entity-user-edit_form .user-form {
  font-family: "Gilroy";
  max-width: 345px;
}
.page-entity-user-edit_form .user-form .form-control {
  padding: 10px 12px;
  background-color: #FFFFFF;
  font-family: "Gilroy";
  border: 1px solid rgba(19, 19, 19, 0.18);
  height: 44px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #898989;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.4s, border-color 0.4s;
}
.page-entity-user-edit_form .user-form .form-control:focus {
  border-color: #E4A40A;
  color: #131313;
}
.page-entity-user-edit_form .user-form .form-actions {
  justify-content: flex-start;
}
.page-entity-user-edit_form .user-form .form-type-email .description {
  display: none;
}
.page-entity-user-edit_form .user-form .form-type-password-confirm > .description {
  display: none;
}
.page-entity-user-edit_form .user-form .password-field,
.page-entity-user-edit_form .user-form .password-confirm {
  width: 100%;
}

.profile .field {
  margin-bottom: 20px;
}
.profile .field__label {
  font-family: "Roboto";
  float: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.profile .field__item {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
}
/*# sourceMappingURL=_maps/index.css.map */
