@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.element-hidden,
.hidden {
  display: none;
}

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

.form-item-gdpr-warning .description {
  display: inline-block;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 50px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  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: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 100%;
  margin: 0 auto;
}

#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;
}

.breadcrumb {
  padding: 24px 0;
  background-color: transparent;
}
.breadcrumb .list-item::before {
  content: "/";
  color: #A9A9A9;
  margin: 0 13px;
}
.breadcrumb .list-link {
  color: #A9A9A9;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .nav {
    margin: 0 -14px;
  }
}
.nav-link {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 14px;
  text-align: right;
}
.nav-link:hover {
  color: #8F8F8F;
}
.nav-link:active {
  color: #5F5F5F;
}
@media (max-width: 991.98px) {
  .nav-link {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 12px 15px;
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .nav-item {
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  .menu--footer {
    flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  .menu--footer {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 575.98px) {
  .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: 767.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: 991.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: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

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

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

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  min-width: 414px;
  background-color: #fff;
}
body.front, body.path-catalog, body.path-taxonomy, body.path-product {
  background-color: #E7E7E7;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

.path-catalog .breadcrumb,
.path-taxonomy .breadcrumb {
  margin-bottom: 53px;
}

.path-product .breadcrumb {
  margin-bottom: 33px;
}

.path-gallery .page-title {
  margin-bottom: 56px;
  text-align: center;
}

/* HEADERS */
h1,
h2,
h3,
h4,
h5 {
  color: #000000;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  line-height: 1.05;
  font-weight: normal;
  text-transform: none;
}

h1.page-title {
  font-size: 28px;
  margin-top: 32px;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

h3 {
  font-size: 21px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-style: italic;
  font-size: 16px;
}

a {
  color: #e18d4c;
  transition: color 0.4s;
}
a:hover {
  color: #c06620;
  text-decoration: none;
}
a:active {
  color: #954f19;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  color: #000000;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 56px;
  padding: 38px 20px 20px;
  background: #E7E7E7;
}
blockquote p {
  position: relative;
  max-width: 770px;
  padding-left: 70px;
  margin: 0 auto;
}
blockquote p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icons/icon-quote.svg") no-repeat center;
}

button:focus {
  outline: none !important;
}

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 21px 0 19px;
  line-height: 1.5;
  vertical-align: top;
  line-height: 1.5;
  vertical-align: top;
}
table td {
  font-weight: normal;
  border-top: 1px solid #eceeef;
}
table thead th {
  color: #000000;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.05;
  vertical-align: bottom;
}
.form-control {
  height: auto;
}

.footer {
  background: #ffffff;
  padding: 0;
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
.footer-row--menu {
  margin-bottom: 65px;
}
.footer-row--contacts {
  align-items: center;
}
.footer-row--copy {
  min-height: 75px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .footer-row {
    justify-content: center;
  }
}
.footer-line {
  margin-top: -2px;
}
.footer-copyright {
  color: #000000;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .footer-copyright {
    text-align: center;
  }
}
.footer-caption {
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.05;
}
.footer-wrapper {
  position: relative;
  padding: 10px 0 80px;
  border-bottom: 2px solid #E7E7E7;
}
.footer-wrapper--order {
  display: flex;
  align-items: center;
  min-height: 160px;
  border-top: 2px solid #E7E7E7;
}
@media (max-width: 991.98px) {
  .footer-wrapper--order {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer-wrapper--order {
    padding-top: 30px;
  }
}
.footer-wrapper--menu {
  min-height: 328px;
  padding-top: 60px;
}
.footer-address {
  padding-right: 15px;
}
.footer-email a {
  color: #636363;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 1px dashed #636363;
}
.footer-phone {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: right;
}
.footer-phone a {
  color: #1B1B1B;
}
.footer-menu, .footer-submenu {
  padding-left: 0;
  list-style: none;
}
.footer-menu {
  display: flex;
  width: 100%;
}
.footer-menu__item {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  list-style: none;
  min-width: 205px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .footer-menu__item {
    min-width: 33.33%;
  }
}
.footer-menu__link {
  color: #636363;
  display: inline-block;
  margin-bottom: 12px;
}
.footer-menu__link:hover {
  color: #1F1F1F;
}
.footer-submenu__item {
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
.footer-submenu__link {
  color: #636363;
  display: inline-block;
  padding: 6px 0;
}
.footer-submenu__link:hover {
  color: #1F1F1F;
}
.footer-contacts {
  padding: 28px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer-copy {
  padding: 10px 0;
}
.footer-socials {
  display: flex;
  margin-top: -13px;
}
.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  margin-right: 17px;
}
.footer-socials a:last-child {
  margin-right: 0;
}
.footer-socials a path {
  transition: fill 0.4s;
}
.footer-socials a:hover path {
  fill: #E28F4D;
}
@media (max-width: 991.98px) {
  .footer-socials a {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767.98px) {
  .footer-socials {
    width: 100%;
    justify-content: center;
  }
}
.footer .synapse {
  display: flex;
  align-items: flex-end;
}
.footer .synapse-logo {
  width: 80px;
  margin-right: 10px;
}
.footer .synapse-link {
  color: #707070;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
  text-align: right;
}
.footer-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-top-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-top-left {
    text-align: center;
  }
}
.footer-top-right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer-top-right {
    text-align: center;
  }
}
.footer-top p {
  line-height: 1.4;
  font-size: 14px;
}
.footer-top a {
  margin-bottom: 10px;
  display: inline-block;
  color: #e18d4c;
}
.footer-top a:hover {
  color: #c06620;
}

.header {
  position: relative;
  padding: 12px 0 18px;
  background-color: #FFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  z-index: 4;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.header-col {
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .header-col {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .header-col {
    padding: 0 8px;
  }
}
.header-col--logo {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .header-col--logo {
    margin: 0;
    order: -1;
  }
}
@media (max-width: 991.98px) {
  .header-col--right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
.header-phone {
  color: #696969;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin-right: 5px;
}
.header-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header-wrapper--right {
  justify-content: flex-end;
}
.header-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
  }
  .header-wrapper .header-actions {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-wrapper {
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
  }
}
.header-logo img {
  width: 79px;
  height: 79px;
}
@media (max-width: 991.98px) {
  .header-logo img {
    width: 55px;
    height: 55px;
  }
}
.header-search {
  position: relative;
  margin-left: 31px;
  padding-left: 34px;
  padding-bottom: 10px;
}
.header-search::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("../images/icons/icon-glass.svg") no-repeat center;
}
@media (max-width: 767.98px) {
  .header-search::before {
    display: none;
  }
}
.header-search-field {
  color: #1F1F1F;
  font-size: 12px;
  line-height: 1.15;
  min-width: 198px;
  padding-bottom: 8px;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .header-search-field {
    min-width: auto;
  }
}
.header-search-field::-webkit-input-placeholder {
  color: #A9A9A9;
}
.header-search-field::-moz-placeholder {
  color: #A9A9A9;
}
.header-search-field:-moz-placeholder {
  color: #A9A9A9;
}
.header-search-field:-ms-input-placeholder {
  color: #A9A9A9;
}
.header-search-field:focus {
  outline: none;
  border-bottom-color: #1f1f1f;
}
@media (max-width: 767.98px) {
  .header-search {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .header .header-catalog {
    min-width: 120px;
    padding: 11px 20px;
  }
}
.header-nav .main-menu .menu-item:nth-child(1) .nav-link {
  color: #e18d4c;
}
.header-nav .main-menu .menu-item:nth-child(1) .nav-link:hover {
  color: #8F8F8F;
}
@media (max-width: 991.98px) {
  .header-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: translateY(100%) scale(0.4, 0);
    transform-origin: top right;
    transition: transform 0.4s, opacity 0.4s;
    opacity: 0.3;
  }
  .show-mobile-nav .header-nav {
    opacity: 1;
    transform: translateY(100%) scale(1);
  }
}
.header-line {
  display: none;
}
@media (max-width: 991.98px) {
  .header-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
}
@media (max-width: 575.98px) {
  .header-line {
    justify-content: center;
  }
}
.header .header-actions {
  background-color: #e18d4c;
  border-color: #e18d4c;
  color: #fff;
}
.header .header-actions:hover {
  background-color: #fff;
  color: #1F1F1F;
}
@media (max-width: 991.98px) {
  .header .header-actions {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .header .header-actions {
    min-width: 130px;
    margin-left: 0;
  }
}
.header-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-toggler {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 17px;
    border-radius: 2px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.4s, background-color 0.4s;
  }
  .header-toggler:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  }
  .header-toggler:active, .header-toggler:focus {
    background-color: rgba(245, 245, 245, 0.09);
  }
  .header-toggler:focus {
    outline: none;
  }
  .header-toggler-item {
    width: 16px;
    height: 2px;
    position: relative;
    margin-bottom: 4px;
    transform-origin: center;
    background-color: #707070;
    transition: transform 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);
  }
}

@media (max-width: 991.98px) {
  .mobile-hide {
    display: none !important;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
}
@media (min-width: 1260px) {
  .page .container {
    max-width: 1230px;
  }
}
.page-columns {
  display: flex;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .page-columns {
    display: block;
    padding-bottom: 50px;
  }
}
.f-contact-page .page-columns {
  flex-direction: column;
}
.page-columns .region-sidebar {
  width: 280px;
  flex-shrink: 0;
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .page-columns .region-sidebar {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page-columns .region-content {
  flex-grow: 1;
}
.page-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 30px;
}

.f-contact-page.page-node-view .region-content {
  display: block;
}

.path-webform .region-content,
.path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-left: right;
}

.view-filters {
  position: relative;
  margin-bottom: 38px;
  z-index: 2;
}
.view-filters--empty {
  margin-bottom: 0;
}

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

.file__list {
  padding-left: 0;
  list-style: none;
}
.file__item {
  margin-bottom: 10px;
}
.file__link {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 39px;
  text-decoration-line: underline;
  transition: color 0.4s;
}
.file__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-download.svg") no-repeat center;
}
.file__link:hover {
  color: #3e3e3e;
}

.text-formatted {
  color: #636363;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}
.text-formatted p {
  margin: 0 0 13px;
}
.text-formatted p:last-child {
  margin-bottom: 0;
}
.text-formatted h2 {
  margin-top: 53px;
  margin-bottom: 36px;
}
.text-formatted h3 {
  margin-top: 57px;
  margin-bottom: 29px;
}
.text-formatted h4 {
  margin-bottom: 30px;
  margin-top: 43px;
}
.text-formatted h5 {
  margin-top: 48px;
  margin-bottom: 28px;
}
.text-formatted ol,
.text-formatted ul {
  list-style: none;
  padding-left: 0;
}
.text-formatted ul {
  padding-top: 10px;
}
.text-formatted ul li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
}
.text-formatted ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #131313;
}
.text-formatted ol {
  counter-reset: section;
  margin-bottom: 51px;
  padding-top: 27px;
}
.text-formatted ol li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
}
.text-formatted ol li::before {
  content: counter(section) ".";
  color: #636363;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: section;
}
@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 13px;
  }
  .text-formatted p:last-child {
    margin-bottom: 0;
  }
  .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;
}

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

.contacts {
  text-align: center;
}
.contacts-form {
  margin-top: 85px;
  padding-top: 56px;
  padding-bottom: 10px;
  border-top: 2px solid #E7E7E7;
}
.contacts-caption {
  font-size: 24px;
  margin-bottom: 26px;
  text-align: center;
}
.contacts-map .synmap-point {
  position: relative;
  width: 54px;
  -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));
}
.contacts-map .synmap-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: auto;
  transform: translate(-50%, -94%);
}

#block-catalog-menu.fix {
  position: fixed;
  top: 0;
  width: 280px;
}

.slider__list .view-content {
  opacity: 0;
  height: 0;
}
.slider__list .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.slider__item {
  width: 100%;
}
.slider-teaser {
  position: relative;
  min-height: 520px;
  padding-top: 113px;
  padding-bottom: 100px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .slider-teaser {
    min-height: 320px;
    padding-top: 53px;
    padding-bottom: 50px;
  }
}
.slider-teaser__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-teaser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-teaser__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.slider-teaser__caption {
  color: #FFFFFF;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-size: 57px;
  line-height: 1.33;
  margin-bottom: 27px;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .slider-teaser__caption {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .slider-teaser__caption {
    font-size: 36px;
  }
}
.slider-teaser__subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.slider-teaser__subtitle:not(:last-child) {
  margin-bottom: 66px;
}
@media (max-width: 991.98px) {
  .slider-teaser__subtitle:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .slider-teaser__subtitle {
    max-width: 80%;
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .slider-teaser__subtitle {
    font-size: 20px;
  }
}

button.flickity-button {
  width: 40px;
  height: 62px;
  background-color: transparent;
  opacity: 1;
  background-image: url("../images/icons/icon-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
button.flickity-button svg {
  display: none;
}
button.flickity-button.next {
  transform: translateY(-50%) scaleX(-1);
}
button.flickity-button:hover {
  background: transparent url("../images/icons/icon-slider-arrow.svg") no-repeat center;
}
button.flickity-button:active {
  background: transparent url("../images/icons/icon-slider-arrow.svg") no-repeat center;
}
.catalog-slider button.flickity-button {
  background-image: url("../images/icons/icon-slider-arrow-dark.svg");
}
.catalog-slider button.flickity-button.previous {
  left: calc((100vw - 100%) / -2 + 40px);
}
.catalog-slider button.flickity-button.next {
  right: calc((100vw - 100%) / -2 + 40px);
}
.catalog-slider button.flickity-button:hover {
  background: transparent url("../images/icons/icon-slider-arrow-dark.svg") no-repeat center;
}
.catalog-slider button.flickity-button:active {
  background: transparent url("../images/icons/icon-slider-arrow-dark.svg") no-repeat center;
}

ol.flickity-page-dots {
  bottom: 36px;
}
ol.flickity-page-dots .dot {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 13px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}
ol.flickity-page-dots .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: width 0.4s, height 0.4s, transform 0.4s;
}
ol.flickity-page-dots .dot.is-selected::before {
  width: 14px;
  height: 14px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  ol.flickity-page-dots {
    bottom: 16px;
  }
}

.sidebar-nav .parent-menu-link {
  padding: 16px 12px 12px;
  transition: background-color 0.4s;
}
.sidebar-nav .parent-menu-link:hover {
  background-color: #fff;
}
.sidebar-nav .child-menu-item:not(.child-menu-item--is-active) a:hover {
  color: #E28F4D;
}
.sidebar-nav .child-menu-item a {
  color: #6F6F6F;
  font-weight: 300;
  opacity: 1;
}
.sidebar-nav .child-menu-item > .child-menu {
  padding-left: 30px;
}
.sidebar-nav .child-menu-item--is-active > a {
  color: #131313;
}
.sidebar-nav .parent-menu-item--has-childs, .sidebar-nav .parent-menu-item--is-active {
  background-color: #fff;
}
.sidebar-nav .parent-menu-item--is-active .parent-menu-link {
  background-color: #fff;
}

.nice-select {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 276px;
  background-color: #E7E7E7;
  border: none;
}
.nice-select:focus {
  background-color: #d7d7d7;
}
.nice-select:hover .list {
  opacity: 1;
  transform: translateY(100%);
}
.nice-select .current {
  color: #6F6F6F;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  display: block;
  padding: 12px 20px 12px 0;
  border-top: 1px solid rgba(61, 61, 61, 0.25);
  border-bottom: 1px solid rgba(61, 61, 61, 0.25);
  background-color: #E7E7E7;
  z-index: 1;
}
.nice-select .list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 0;
  transform-origin: top center;
  background-color: #F5F5F5;
  border-radius: 4px;
  list-style: none;
  z-index: 0;
  opacity: 0;
  transform: translateY(calc(100% - 45px)) scaleY(0);
  transition: transform 0.6s, opacity 0.4s;
}
.nice-select.open .list {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.nice-select .option {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.nice-select .option:hover {
  opacity: 1;
}

.service-block-title {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.05;
  text-align: center;
}

.catalog-more {
  display: flex;
  justify-content: center;
}
.catalog-col {
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .catalog__list .catalog-col {
    width: 50%;
  }
}
.catalog-row {
  padding-bottom: 39px;
}
@media (min-width: 576px) {
  .catalog-row {
    justify-content: flex-start;
  }
}
.catalog-block {
  padding-top: 72px;
}
.catalog-front {
  margin-bottom: 27px;
}
.catalog-caption {
  margin-bottom: 48px;
}
.catalog-teaser {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  border: 1px solid #E4E4E4;
  transition: background-color 0.4s;
}
.catalog-teaser-name {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.catalog-teaser-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: auto;
  padding: 15px;
}
.catalog-teaser-image {
  display: flex;
  min-height: 297px;
  background-color: #fff;
}
.catalog-teaser:hover {
  background-color: #fff;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.1);
}
.catalog-teaser:hover .field--name-field-catalog-image {
  transform: scale(0.9);
}
.catalog-teaser .field--name-field-catalog-image {
  display: flex;
  min-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
  transform-origin: center;
}
.catalog-icon-arrow {
  display: inline-block;
  margin-left: 10px;
}
.catalog-togglers {
  position: absolute;
  top: 9px;
  right: 0;
  margin-bottom: 0;
  z-index: 1;
}
.catalog--row .product {
  flex-direction: row;
  min-height: 271px;
}
.catalog--row .product-picture {
  padding: 15px;
  height: 100%;
}
.catalog--row .product-cart {
  position: static;
  flex-direction: row;
  width: auto;
  min-height: inherit;
  margin-top: auto;
  padding: 0;
}
.catalog--row .product-variation {
  flex-direction: row;
  align-items: center;
}
.catalog--row .product-content {
  display: flex;
  flex-direction: column;
  padding: 28px 40px 40px 56px;
}
.catalog--row .product-mark {
  position: static;
  margin-right: 30px;
}
.catalog--row .product .faorite {
  position: static;
}
.catalog--row .product-wrapper {
  position: static;
  margin-bottom: 38px;
  justify-content: flex-start;
}
.catalog--row .product-wrapper .favorite {
  position: static;
  margin-left: inherit;
}
.favorites .catalog--row .product-wrapper .favorite {
  position: absolute;
  top: 28px;
  left: auto;
  right: 40px;
  width: 52px;
  height: 52px;
}
.favorites .catalog--row .product-wrapper {
  margin-bottom: 0;
}
.catalog--row .product-price {
  margin-bottom: 0;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product .product-variation-button .btn {
  background: transparent;
  transition: border-color 0.4s;
}
.product .product-variation-button .btn path {
  transition: fill 0.4s;
}
.product .product-variation-button .btn:hover {
  background: transparent;
  border-color: #707070;
}
.product .product-variation-button .btn:hover path {
  fill: #707070;
}
.product .product-variation-button .btn svg {
  display: none;
}
.product .product-variation-button .btn .btn-icon {
  display: block;
}
@media (max-width: 767.98px) {
  .product-gallery-main {
    min-height: inherit;
  }
}
.product-full__subtitle {
  color: #5C5C5C;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.product-full__wrapper {
  background-color: #fff;
}
.product-full .product-variation-button .btn {
  font-size: 14px;
  min-width: 223px;
  min-height: inherit;
}
.product-full .product-variation-button .btn svg {
  display: block;
}
.product-full .product-variation-button .btn .btn-icon {
  display: none;
}
.product-full .product-variation-button .btn .btn-handler {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .product-full .product-variation-button .btn {
    min-width: 260px;
  }
}
.product-full .page-title {
  font-size: 26px;
  line-height: 1.05;
  margin-bottom: 17px;
}
@media (max-width: 575.98px) {
  .product-full .page-title {
    font-size: 22px;
  }
}
.product-full .product-price-current {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 400;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}
.product-full .field--name-field-short {
  color: #5C5C5C;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 45px;
}
.product-full-cart {
  display: flex;
  align-items: flex-end;
  padding-right: 0;
}
.product-full-cart .favorite {
  right: 13px;
  bottom: 63px;
  height: 41px;
  width: 41px;
  border: none;
}
@media (min-width: 576px) {
  .product-full-cart .favorite {
    position: static;
    margin-left: 35px;
  }
}
@media (min-width: 992px) {
  .product-column--left {
    margin-right: 56px;
  }
}
.product-column--right {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .product-column--right {
    padding-top: 53px;
  }
}
.product-top {
  padding: 15px 30px;
}
@media (max-width: 575.98px) {
  .product-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-tabs-header .nav {
  margin: 0;
  justify-content: center;
}
.product-tabs-header .nav-link.active, .product-tabs-header .nav-link:hover {
  border-color: #131313 !important;
}
.product-tabs-header .nav-item {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .product-tabs-header .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .product-tabs-header .nav-item {
    width: auto;
    margin-right: 49px;
  }
}
.product-tabs-header .nav-item a {
  padding-left: 15px;
  padding-right: 15px;
}
.product-tabs-header .nav-item:nth-child(odd) a {
  text-align: left;
}
.product-tabs-body {
  padding: 15px;
}
@media (min-width: 768px) {
  .product-tabs-body {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.product-tabs-header {
  color: #636363;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-content {
  position: static;
  flex-grow: 1;
  background-color: #F5F5F5;
}
.product-cart .product-variation .product-price-current {
  font-size: 16px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}
.product-wrapper {
  position: absolute;
  top: 20px;
  left: 25px;
  display: flex;
  align-items: center;
  width: calc(100% - 45px);
  justify-content: space-between;
}
.product-wrapper .favorite {
  margin-left: auto;
}
.favorites .product-wrapper {
  top: 10px;
}
.favorites .product-wrapper .favorite {
  border: none;
}
.product-picture {
  min-height: 315px;
  padding: 52px 0 14px;
  background-color: #fff;
}
.product-picture a {
  display: flex;
  width: 100%;
  max-height: 239px;
}
.product-picture a img {
  object-fit: contain;
}
.product-price-current {
  margin-bottom: 5px;
}
.product-title {
  color: #131313;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}
.favorites .product-title {
  display: flex;
  align-items: center;
  min-height: 52px;
}
.product-mark {
  position: static;
  min-width: 112px;
  padding: 7px 15px 8px;
  background-color: #1B1B1B;
}
.product .field--name-field-image {
  min-height: 239px;
  display: flex;
  align-items: center;
}

.product__list .view-filters .hidden {
  display: block;
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: inherit;
  border-radius: 0;
  transition: border-color 0.4s, color 0.4s, background-color 0.4s;
}
.btn--callback {
  color: #A9A9A9;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  min-width: inherit;
  padding: 5px;
  border-radius: 0;
}
.btn--catalog {
  color: #1F1F1F;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: baseline;
  min-width: 182px;
  padding: 11px 40px 12px 45px;
  border: 1px solid #E28F4D;
  background-position: right 42px center;
  text-transform: uppercase;
}
.btn--catalog svg {
  margin-left: 10px;
}
.btn--catalog line {
  transition: stroke 0.4s;
}
.btn--catalog:hover {
  color: #fff;
  background-color: #E28F4D;
}
.btn--catalog:hover line {
  stroke: #fff;
}
.btn--main {
  color: #707070;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 15px;
  min-width: 140px;
  border: 1px solid #707070;
  text-align: center;
}
.btn--main:hover {
  border-color: #E28F4D;
}
.btn--cap {
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  text-transform: uppercase;
}
.btn--dark {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  padding: 10px;
  min-width: 190px;
  background-color: #141414;
  text-align: center;
  text-transform: uppercase;
}
.btn--dark:hover {
  color: #fff;
  background-color: #2E2E2E;
}
.btn--light {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  padding: 11px 10px 12px;
  background-color: #E28F4D;
  text-transform: uppercase;
}
.btn--light:hover {
  color: #fff;
}
.btn--link {
  color: #1F1F1F;
  font-size: 14px;
  line-height: 16px;
  min-width: 176px;
  padding: 15px;
  border: 1px solid transparent;
  transition: border-color 0.4s;
  text-transform: uppercase;
}
.btn--link svg {
  display: inline-block;
  margin-left: 10px;
}
.btn--link:hover {
  border-color: #707070;
}

.gallery__list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gallery__item {
    max-width: 50%;
  }
  .gallery__item:nth-child(odd) {
    justify-content: flex-start;
  }
  .gallery__item:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 333px;
    border-right: 1px solid #E7E7E7;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gallery__item:nth-child(odd)::before {
    height: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__item:nth-child(odd)::before {
    height: 213px;
  }
}
.gallery-teaser {
  display: flex;
  flex-direction: column;
  width: 515px;
}
.gallery-teaser__media {
  margin-bottom: 25px;
  overflow: hidden;
}
.gallery-teaser__media img {
  transition: transform 0.4s;
}
.gallery-teaser__caption {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
.gallery-teaser__caption a {
  color: #000000;
}
.gallery-teaser__caption:hover a {
  color: #707070;
}
.gallery-teaser__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
.gallery-teaser__content .btn {
  margin-top: auto;
}
.gallery-teaser:hover img {
  transform: scale(1.05);
}

.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 {
  color: #3D3D3D;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 16px 27px;
  background-color: #F5F5F5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.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:hover {
  background-color: rgba(19, 19, 19, 0.15);
}
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.contact-message-form .form-control:focus {
  outline: none;
  background-color: #F5F5F5;
  box-shadow: none;
  border: 1px solid #DCDCDC;
}
.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 17px;
}
.contact-message-form .form-actions {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
.contact-message-form .ajax-progress {
  display: none;
}

.form-item-date .form-control {
  width: auto;
  display: inline;
}

.contact-us {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact-us__caption {
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.05;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contact-us__caption {
    margin-bottom: 35px;
  }
}
.contact-us form {
  position: relative;
}
@media (min-width: 768px) {
  .contact-us .form-wrapper {
    margin-right: 14px;
  }
  .contact-us .form-wrapper:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-us .form-wrapper {
    margin-bottom: 20px;
  }
}
.contact-us .form-control {
  color: #3D3D3D;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  padding: 10px 20px 11px;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  background: #F5F5F5;
}
.contact-us .form-control::-webkit-input-placeholder {
  color: #3D3D3D;
}
.contact-us .form-control::-moz-placeholder {
  color: #3D3D3D;
}
.contact-us .form-control:-moz-placeholder {
  color: #3D3D3D;
}
.contact-us .form-control:-ms-input-placeholder {
  color: #3D3D3D;
}
.contact-us .form-control:focus {
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
}
.contact-us .form-actions {
  margin: 0;
  padding-top: 0;
}
.contact-us .form-actions input {
  min-width: 177px;
}
.contact-us .form-item {
  margin-bottom: 0;
}
.contact-us .field--name-field-name {
  max-width: 100%;
}
@media (min-width: 768px) {
  .contact-us .field--name-field-name {
    max-width: 45%;
  }
}
.contact-us .field--name-field-phone {
  max-width: 100%;
}
@media (min-width: 768px) {
  .contact-us .field--name-field-phone {
    max-width: 32%;
  }
}
.contact-us form {
  display: flex;
  max-width: 894px;
}
@media (max-width: 767.98px) {
  .contact-us form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .contact-us {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.contacts-form form {
  max-width: 383px;
  margin: 0 auto;
  text-align: center;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-actions .submit-wrapper {
  position: relative;
  min-width: 177px;
}
.form-actions .submit-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translateY(-60%) rotate(-45deg);
}
.form-actions input {
  padding-right: 30px;
  padding-right: 20px;
}

form label {
  display: none;
}

.form--inline .form-item {
  margin: 0;
}
.form--inline > .form-item {
  width: 100%;
}
.form--inline .form-type-select {
  width: calc(33.33% - 20px);
  min-width: 276px;
  margin-right: 20px;
}
.form--inline .form-actions {
  margin: 0;
}
.form--inline .form-actions input {
  min-height: 44px;
  background-color: #E28F4D;
}
.form--inline .form-actions input:hover {
  background-color: #e9ab79;
}
.form--inline .form-actions input:active {
  background-color: #e69d63;
}
.form--inline .form-actions input:not(:last-child) {
  margin-right: 20px;
}
.form-checkboxes, .form-radios {
  display: flex;
  flex-wrap: wrap;
}
.fieldset-wrapper > .form-checkboxes, .fieldset-wrapper > .form-radios {
  margin-bottom: 19px;
}
.form-checkboxes .option, .form-radios .option {
  color: #1B1B1B;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding: 13px 10px 12px;
  border-radius: 4px;
  opacity: 0.5;
  text-align: center;
  transition: color 0.4s, background-color 0.4s, opacity 0.4s;
  cursor: pointer;
}
.form-checkboxes .option:hover, .form-radios .option:hover {
  color: #131313;
  opacity: 1;
  background-color: #D7D7D7;
}
.form-checkboxes .form-item, .form-radios .form-item {
  min-width: 116px;
  margin-right: 3px;
  text-align: center;
}
.form-radios .form-type-radio:first-of-type {
  display: none;
}
.form--inline {
  display: flex;
  flex-wrap: wrap;
}
.form-item {
  float: none !important;
}
.form-checkbox, .form-radio {
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.form-checkbox .description, .form-radio .description {
  width: 100%;
}
.views-exposed-form .form-checkbox, .views-exposed-form .form-radio {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.views-exposed-form .form-checkbox:checked + label, .views-exposed-form .form-radio:checked + label {
  color: #131313;
  opacity: 1;
  background-color: #D7D7D7;
}

.cart .field--name-field-pesonal-data .form-checkbox {
  min-height: 21px;
}
.cart .field--name-field-pesonal-data .form-type-checkbox {
  margin-bottom: 0;
}

.form-item--fz-152 label {
  font-size: 14px;
  margin-bottom: 0;
}
.form-item--fz-152 .description {
  display: none;
}
.form-item--fz-152 .form-checkbox {
  top: 0;
  margin-right: 5px;
}

.contact-message-contact-us-form .policy-wrapper {
  position: absolute;
  bottom: -75px;
}
/*# sourceMappingURL=_maps/index.css.map */
