@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=cyrillic-ext,latin-ext");
.action-links {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
[dir="rtl"] .action-links {
  margin-right: 0;
}
.action-links li {
  display: inline-block;
  margin: 0 0.3em;
}
.action-links li:first-child {
  margin-left: 0;
}
[dir="rtl"] .action-links li:first-child {
  margin-right: 0;
  margin-left: 0.3em;
}
.button-action {
  display: inline-block;
  padding: 0.2em 0.5em 0.3em;
  text-decoration: none;
  line-height: 160%;
}
.button-action:before {
  margin-left: -0.1em;
  padding-right: 0.2em;
  content: "+";
  font-weight: 900;
}
[dir="rtl"] .button-action:before {
  margin-right: -0.1em;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0.2em;
}
.breadcrumb {
  padding-bottom: 0.5em;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .breadcrumb ol {
  margin-right: 0;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb li:before {
  content: " \BB ";
}
.breadcrumb li:first-child:before {
  content: none;
}
.button, .image-button {
  margin-right: 1em;
  margin-left: 1em;
}
.button:first-child, .image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}
.collapse-processed > summary {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.collapse-processed > summary:before {
  float: left;
  width: 1em;
  height: 1em;
  content: "";
  background: url(/core/misc/menu-expanded.png) 0 100% no-repeat;
}
[dir="rtl"] .collapse-processed > summary:before {
  float: right;
  background-position: 100% 100%;
}
.collapse-processed:not([open]) > summary:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position: 25% 35%;
}
[dir="rtl"] .collapse-processed:not([open]) > summary:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 75% 35%;
}
.container-inline label:after, .container-inline .label:after {
  content: ":";
}
.form-type-radios .container-inline label:after, .form-type-checkboxes .container-inline label:after {
  content: "";
}
.form-type-radios .container-inline .form-type-radio, .form-type-checkboxes .container-inline .form-type-checkbox {
  margin: 0 1em;
}
.container-inline .form-actions, .container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
summary {
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.exposed-filters .filters {
  float: left;
  margin-right: 1em;
}
[dir="rtl"] .exposed-filters .filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.exposed-filters .form-item {
  margin: 0 0 0.1em 0;
  padding: 0;
}
.exposed-filters .form-item label {
  float: left;
  width: 10em;
  font-weight: normal;
}
[dir="rtl"] .exposed-filters .form-item label {
  float: right;
}
.exposed-filters .form-select {
  width: 14em;
}
.exposed-filters .current-filters {
  margin-bottom: 1em;
}
.exposed-filters .current-filters .placeholder {
  font-weight: bold;
  font-style: normal;
}
.exposed-filters .additional-filters {
  float: left;
  margin-right: 1em;
}
[dir="rtl"] .exposed-filters .additional-filters {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label, .field--label-inline .field__items {
  float: left;
}
.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend, .label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
  margin-right: 2.4em;
  margin-left: 0;
}
.marker {
  color: #e00;
}
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
abbr.tabledrag-changed, abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item--error-message:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(/core/misc/icons/e32700/error.svg) no-repeat;
  background-size: contain;
}
.icon-help {
  padding: 1px 0 1px 20px;
  background: url(/core/misc/help.png) 0 50% no-repeat;
}
[dir="rtl"] .icon-help {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}
.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/core/misc/feed.svg) no-repeat;
}
.form--inline .form-item {
  float: left;
  margin-right: 0.5em;
}
[dir="rtl"] .form--inline .form-item {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}
[dir="rtl"] .views-filterable-options-controls .form-item {
  margin-right: 2%;
}
.form--inline .form-item-separator {
  margin-top: 2.3em;
  margin-right: 1em;
  margin-left: 0.5em;
}
[dir="rtl"] .form--inline .form-item-separator {
  margin-right: 0.5em;
  margin-left: 1em;
}
.form--inline .form-actions {
  clear: left;
}
[dir="rtl"] .form--inline .form-actions {
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
[dir="rtl"] .item-list li {
  margin: 0 1.5em 0.25em 0;
}
.item-list--comma-list {
  display: inline;
}
.item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
  margin: 0;
}
button.link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1em;
}
label button.link {
  font-weight: bold;
}
ul.inline, ul.links.inline {
  display: inline;
  padding-left: 0;
}
[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}
ul.inline li {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
}
ul.links a.is-active {
  color: #000;
}
ul.menu {
  margin-left: 1em;
  padding: 0;
  list-style: none outside;
  text-align: left;
}
[dir="rtl"] ul.menu {
  margin-right: 1em;
  margin-left: 0;
  text-align: right;
}
.menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(/core/misc/menu-expanded.png);
}
.menu-item--collapsed {
  list-style-type: disc;
  list-style-image: url(/core/misc/menu-collapsed.png);
}
[dir="rtl"] .menu-item--collapsed {
  list-style-image: url(/core/misc/menu-collapsed-rtl.png);
}
.menu-item {
  margin: 0;
  padding-top: 0.2em;
}
ul.menu a.is-active {
  color: #000;
}
.more-link {
  display: block;
  text-align: right;
}
[dir="rtl"] .more-link {
  text-align: left;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
tr.selected td {
  background: #ffc;
}
td.checkbox, th.checkbox {
  text-align: center;
}
[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
  text-align: center;
}
th.is-active img {
  display: inline;
}
td.is-active {
  background-color: #ddd;
}
div.tabs {
  margin: 1em 0;
}
ul.tabs {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}
.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
  margin-right: 0;
  margin-left: 0.3em;
}
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.tabs a.is-active {
  background-color: #eee;
}
.tabs a:focus, .tabs a:hover {
  background-color: #f5f5f5;
}
.form-textarea-wrapper textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.ui-dialog--narrow {
  max-width: 500px;
}
@media screen and (max-width:600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}
.messages {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600;
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600;
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}
.progress__track {
  border-color: #b3b3b3;
  border-radius: 10em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
  background-image: linear-gradient(#e7e7df, #f0f0f0);
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}
.progress__bar {
  height: 16px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 1px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  border: 1px #07629a solid;
  border-radius: 10em;
  background: #057ec9;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
  background-size: 40px 40px;
}
[dir="rtl"] .progress__bar {
  margin-right: -1px;
  margin-left: 0;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
@media screen and (prefers-reduced-motion:reduce) {
  .progress__bar {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
  }
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
@-ms-keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, -80px 0;
  }
}
.node--unpublished {
  background-color: #fff4f4;
}
.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 65px;
  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: 360px;
  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;
  color: #000000;
  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;
}
#manager-menu a {
  color: #000000;
}
#manager-menu a:hover {
  color: gray;
}
.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}
.region-tabs {
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width:576px) {
  .region-tabs {
    height: 0;
  }
}
.region-tabs ul.tabs {
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
@media (min-width:576px) {
  .region-tabs ul.tabs {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 8;
  }
}
.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;
}
@media (max-width:1199.98px) {
  .page-user-login .region-tabs ul.tabs, .page-entity-user-canonical .region-tabs ul.tabs, .page-view-commerce_user_orders-order_page .region-tabs ul.tabs, .page-entity-commerce_payment_method-collection .region-tabs ul.tabs {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width:1199.98px) {
  .page-user-login .region-tabs, .page-entity-user-canonical .region-tabs, .page-view-commerce_user_orders-order_page .region-tabs, .page-entity-commerce_payment_method-collection .region-tabs {
    height: unset;
  }
}
.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;
  }
}
@media (max-width:1399.98px) {
  .h-xl-down, .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width:1400px) {
  .h-xxl-up, .hidden-xxl-up {
    display: none !important;
  }
}
.h-xxl-down, .hidden-xxl-down {
  display: none !important;
}
body {
  color: #494949;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}
h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}
h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
}
a {
  color: #a32020;
  transition: color 0.4s;
}
.main-menu a {
  color: #494949;
}
.main-menu a:hover {
  color: #a32020;
}
a:hover {
  color: #d83838;
  text-decoration: none;
}
a:active {
  color: #d83838;
}
a:focus {
  outline: none;
}
b, strong {
  font-weight: 600;
}
blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}
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: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}
#views-form-editor-page table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
#views-form-editor-page table tbody tr td.is-active {
  color: #000000;
}
#views-form-editor-page table tbody tr .dropbutton a {
  color: #000000;
}
.form-control {
  height: auto;
}
.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #494949;
  background-color: #f0ebed;
}
.footer-copyright {
  font-size: 14px;
}
@media (max-width:767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer .synapse {
  padding-top: 7px;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(73, 73, 73, 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(73, 73, 73, 0.7);
}
.footer a {
  color: #494949;
}
.footer a:hover {
  color: #494949;
}
@media (min-width:992px) {
  .main-menu .classic-menu-dropdown {
    position: relative;
  }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem;
  }
  .main-menu .classic-menu-dropdown > span i {
    line-height: 1.5;
    color: #494949;
  }
  .main-menu .classic-menu-dropdown ul {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    top: 90%;
    display: none;
    padding: 0.5rem;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .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: #a32020;
  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 {
  flex-shrink: 0;
  color: #494949;
  background: #ffffff;
}
.header-logo img {
  height: 40px;
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone .btn {
  margin-left: 15px;
}
.header-full {
  padding: 15px 0;
}
.header-full .nav a {
  color: #494949;
}
.header-full li {
  padding: 0 1em;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #f0ebed;
}
.header a {
  color: #494949;
}
.header-nav-content-phone {
  display: none;
}
.header--fixed .header-nav-content-phone {
  display: inherit;
}
.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #f0ebed;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 15px 10px;
  text-align: right;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #f0ebed;
}
.small-menu a:active {
  background-color: rgba(240, 235, 237, 0.07);
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
}
.path-webform .region-content, .path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-pane-review > div:last-child {
  display: none;
}
.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__label {
  margin-bottom: 10px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  margin: 0 0 10px;
  min-height: 50px;
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 0;
}
.field--name-field-attach .file a {
  color: #494949;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  padding-left: 65px;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  color: #6f6f6f;
}
.field--name-field-attach .file a::before {
  content: url(/themes/adaptive/images/attach.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -47%, 0);
}
@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;
  }
}
.front .text-formatted {
  margin: 0px auto;
  max-width: 930px;
}
.front .text-formatted h1, .front .text-formatted h2, .front .text-formatted h3, .front .text-formatted h4, .front .text-formatted h5, .front .text-formatted h6 {
  text-align: center;
}
.front .text-formatted p {
  font-size: 18px;
  line-height: 26px;
}
.text-formatted p {
  font-size: 16px;
  line-height: 1.5;
}
.text-formatted li ul, .text-formatted li ol {
  margin: 16px 0px;
}
.text-formatted blockquote {
  border-left: 2px solid #a32020 !important;
  padding: 0px 0px 0px 39px !important;
  margin: 0px 103px 46px 103px !important;
}
.text-formatted blockquote::before {
  display: none;
}
@media (max-width:767.98px) {
  .text-formatted blockquote {
    margin: 0px 63px 20px 63px !important;
  }
}
@media (max-width:575.98px) {
  .text-formatted blockquote {
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 0px 22px !important;
  }
}
@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%;
  }
}
@media (max-width:575.98px) {
  .field--name-field-gallery .field__item {
    width: 50%;
  }
}
.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;
}
#sys .messages {
  margin: 0 0 50px;
}
@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: #a32020;
  -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(/themes/adaptive/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;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #ffffff;
  border-color: #a32020;
  background-color: #a32020;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #781818;
}
.btn:active {
  background-color: #4e0f0f;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(/themes/adaptive/images/template/ajax-preloader.svg) rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
.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);
}
.checkout-form .form-actions, .checkout-form .form .modal-header, .contact-message-form .form-actions, .contact-message-form .form .modal-header {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
.checkout-form .form-item-fz152-agreement label, .contact-message-form .form-item-fz152-agreement label {
  display: inline-block;
  margin-bottom: 0;
}
.checkout-form .form-actions, .contact-message-form .form-actions {
  margin-bottom: 0;
  padding-top: 15px;
}
.checkout-form .form-control, .contact-message-form .form-control {
  color: inherit;
  margin-top: 0;
  padding: 6px 15px 5px 0;
  border-radius: 0;
  border-color: #AAAAAA;
  border-width: 0 0 1px;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.checkout-form .form-control:hover, .contact-message-form .form-control:hover {
  padding-right: 0;
  padding-left: 15px;
}
.checkout-form .form-control:focus, .contact-message-form .form-control:focus {
  padding-right: 0;
  padding-left: 15px;
  background-color: transparent;
  border-color: #a32020;
}
.checkout-form .form-control.error, .contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-control:disabled, .contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
@media (max-width:767.98px) {
  .checkout-form .form-control, .contact-message-form .form-control {
    font-size: 20px;
  }
}
.checkout-form .form-control::-webkit-input-placeholder, .contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-webkit-input-placeholder, .contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.checkout-form .form-control::-moz-placeholder, .contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-moz-placeholder, .contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-control:-moz-placeholder, .contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus:-moz-placeholder, .contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date), .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) {
  position: relative;
  margin-top: 16px;
  margin-bottom: 21px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.4s;
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label {
  color: rgba(73, 73, 73, 0.54);
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: transparent;
  transform-origin: 0 0;
  transform: translateY(-15px) scale(0.82);
  transition: transform 0.2s;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date)::before, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  transition: border-color 0.4s;
  transform: none;
  pointer-events: none;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) .description, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) .description {
  color: rgba(73, 73, 73, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 0 0;
  transform: translateY(100%);
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty label, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty label {
  color: #494949;
  transform: translate3d(0, 18px, 0);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within label, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within label {
  transform: translateY(-15px) scale(0.82);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within::before, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within::before {
  border-color: #a32020;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):hover .form-control, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):hover .form-control {
  border: 1px solid #8c8c8c;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within label, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within label {
  color: #a32020;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within::before, .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within::before {
  transform: none;
  transition: none;
  border-color: #a32020;
}
.checkout-form .form-type-radio, .checkout-form .form-form-type-checkbox, .contact-message-form .form-type-radio, .contact-message-form .form-form-type-checkbox {
  margin-bottom: 10px;
}
.checkout-form .form-type-radio label, .checkout-form .form-form-type-checkbox label, .contact-message-form .form-type-radio label, .contact-message-form .form-form-type-checkbox label {
  display: block;
  margin-bottom: 0;
}
.checkout-form .form-type-radio .description, .checkout-form .form-form-type-checkbox .description, .contact-message-form .form-type-radio .description, .contact-message-form .form-form-type-checkbox .description {
  margin-left: 0;
  opacity: 0.7;
}
.checkout-form .form-type-managed-file, .contact-message-form .form-type-managed-file {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.checkout-form .form-type-managed-file input[type=file], .contact-message-form .form-type-managed-file input[type=file] {
  padding: 0;
  border: none;
}
.checkout-form .form-type-managed-file .btn, .contact-message-form .form-type-managed-file .btn {
  min-width: inherit;
  min-height: inherit;
}
.checkout-form .form-control.error, .contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-actions, .contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.checkout-form .form-wrapper .form-item label, .checkout-form.cabinet-form .form-item label, .contact-message-form .form-wrapper .form-item label, .contact-message-form.cabinet-form .form-item label {
  display: block;
  font-weight: 400;
}
.checkout-form .form-wrapper .form-type-radio label, .checkout-form .form-wrapper .form-type-checkbox label, .checkout-form.cabinet-form .form-type-radio label, .checkout-form.cabinet-form .form-type-checkbox label, .contact-message-form .form-wrapper .form-type-radio label, .contact-message-form .form-wrapper .form-type-checkbox label, .contact-message-form.cabinet-form .form-type-radio label, .contact-message-form.cabinet-form .form-type-checkbox label {
  display: inline-block;
  padding-left: 5px;
}
.checkout-form .form-wrapper .form-control, .checkout-form.cabinet-form .form-control, .contact-message-form .form-wrapper .form-control, .contact-message-form.cabinet-form .form-control {
  margin-top: 0;
  padding: 15px;
  border-radius: 5px;
  border-width: 1px !important;
  border: 1px solid #ccc;
}
.checkout-form .form-wrapper .form-control:hover, .checkout-form.cabinet-form .form-control:hover, .contact-message-form .form-wrapper .form-control:hover, .contact-message-form.cabinet-form .form-control:hover {
  background-color: #FFFFFF;
}
.checkout-form.cabinet-form .form-control, .contact-message-form.cabinet-form .form-control {
  margin-bottom: 50px;
}
.checkout-form .ajax-progress, .contact-message-form .ajax-progress {
  display: none;
}
.checkout-form .field--type-datetime, .contact-message-form .field--type-datetime {
  position: relative;
  margin-bottom: 21px;
}
.checkout-form .field--type-datetime:focus-within h4, .contact-message-form .field--type-datetime:focus-within h4 {
  color: #a32020;
}
.checkout-form .field--type-datetime h4, .contact-message-form .field--type-datetime h4 {
  color: rgba(73, 73, 73, 0.54);
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: transparent;
  transform-origin: 0 0;
  transform: translateY(-15px) scale(0.82);
  transition: transform 0.2s, color 0.2s;
  z-index: 2;
}
.form-item-date .form-control {
  width: auto;
  display: inline;
}
.footer-order .form {
  margin-bottom: 15px;
}
.footer-order .form .form-actions {
  margin-bottom: 0;
}
.footer-order .form .form-actions input {
  line-height: 1.7;
}
@media (min-width:992px) {
  .footer-order .form .form-actions input {
    margin-top: 16px;
  }
}
.footer-order .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  margin-bottom: 0;
}
form details .container-inline {
  margin-bottom: 1em;
}
form details .container-inline .form-item {
  margin: 0 1em 0 0;
  display: inline-block;
}
form details .container-inline .form-item input {
  width: auto;
}
.messangers, .socials {
  display: flex;
  margin: 0px -8px 10px;
}
.messangers {
  margin-right: 8px;
}
.header-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.header-social-networks {
  display: none;
  padding-left: 16px;
  margin: 8px -10px 0px -10px;
}
.header-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.header-social-networks a:hover {
  background-color: #631313;
}
@media (max-width:991.98px) {
  .header-social-networks {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.footer-social-networks {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-social-networks a {
  padding: 0px;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.footer-social-networks a:hover {
  background-color: #631313;
}
@media (max-width:991.98px) {
  .footer-social-networks {
    margin-top: 30px;
    text-align: left;
  }
}
.contact-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.contact-social-networks {
  margin: 0px -10px 0px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.contact-social-networks a:hover {
  background-color: #631313;
}
.whatsapp {
  background-color: #25d366;
}
.whatsapp-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 120px;
  z-index: 50;
}
.whatsapp-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 0 10px -3px #131313;
  transition: box-shadow 0.4s;
}
.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
  animation: sway 6s ease-in-out infinite;
}
.whatsapp-widget__sign {
  color: #25d366;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(19, 19, 19, 0.3), 0 0 3px rgba(141, 198, 63, 0.3);
  text-align: center;
  text-shadow: 0 0 1px rgba(19, 19, 19, 0.3);
}
.whatsapp-widget--colored .whatsapp-widget__sign {
  color: #a32020;
  background-color: #fff;
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #a32020;
}
@media (max-width:767.98px) {
  .whatsapp-widget {
    bottom: 5px;
    right: 5px;
  }
}
.whatsapp:hover {
  background-color: #1a9247 !important;
}
.telegram {
  background-color: #1d97c9 !important;
}
.telegram svg {
  margin-left: -3px;
}
.telegram:hover {
  background-color: #136586 !important;
}
.viber {
  background-color: #7360f2;
}
.viber svg {
  margin-bottom: -2px;
}
.viber:hover {
  background-color: #3519ec !important;
}
.flickity-enabled {
  position: relative
}
.flickity-enabled:focus {
  outline: 0
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, .75);
  border: none;
  color: #333
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f
}
.flickity-button:active {
  opacity: .6
}
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none
}
.flickity-button-icon {
  fill: currentColor
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%)
}
.flickity-prev-next-button.previous {
  left: 10px
}
.flickity-prev-next-button.next {
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}
.flickity-rtl .flickity-page-dots {
  direction: rtl
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}
.flickity-page-dots .dot.is-selected {
  opacity: 1
}
.container--small {
  max-width: 910px !important;
}
@media (min-width:1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width:991.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page {
  position: relative;
}
.front .page--visitka .page-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width:992px) {
  .not-front .page--visitka .page-content {
    padding-top: 50px;
  }
}
.page-columns {
  display: flex;
  padding-bottom: 70px;
}
@media (max-width:991.98px) {
  .page-columns {
    display: block;
    padding-bottom: 50px;
  }
}
.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;
}
@media (max-width:991.98px) {
  .page {
    padding-top: 80px;
  }
}
.list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
}
.cart-small-icon {
  transition: box-shadow 0.4s, background-color 0.4s;
}
.cart-small-icon:hover {
  background-color: #e0e0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.cart-small-icon:active, .cart-small-icon:focus {
  background-color: rgba(240, 235, 237, 0.09);
}
.cart-small-icon:focus {
  outline: none;
}
.cart-small-label {
  display: none;
}
#sys {
  margin-top: 0;
}
@media (max-width:991.98px) {
  .page--visitka #sys {
    margin-top: 0;
  }
}
.not-front #sys {
  margin-top: 0;
}
.hide-map #synmap {
  display: none;
}
.node--syspage-promo {
  color: #ffffff;
}
.node--syspage-promo-content h2 {
  font-size: 20px;
}
.node--syspage-promo-content h2.field-short-first-string {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width:575.98px) {
  .node--syspage-promo-content h2.field-short-first-string {
    font-size: 35px;
  }
}
.modal-dialog {
  max-width: 880px;
}
.modal-content {
  color: #131313;
  border-radius: 11px;
  padding: 90px 122px 50px;
}
@media (max-width:575.98px) {
  .modal-content {
    padding: 80px 30px 40px;
  }
}
.modal-title {
  font-size: 46px;
  line-height: 1.1;
}
@media (max-width:575.98px) {
  .modal-title {
    font-size: 38px;
  }
}
.modal-text {
  font-size: 21px;
  font-weight: 300;
  padding-top: 14px;
}
@media (max-width:575.98px) {
  .modal-text {
    font-size: 19px;
  }
}
.modal-backdrop {
  background-color: #3F3F3F;
}
.modal-backdrop.show {
  opacity: 0.43;
}
.modal-close {
  width: 60px;
  height: 60px;
  right: 50%;
  top: 14px;
  font-size: 0;
  margin-right: -30px;
  border-radius: 30px;
  background: url(/files/site/modal-close.svg) no-repeat center;
  transition: box-shadow 0.4s, opacity 0.4s;
}
.modal-close:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  background-color: transparent;
}
.modal-close:active {
  opacity: 0.5;
}
.modal form {
  max-width: 100%;
}
.modal .btn--big {
  min-width: 215px;
}
.breadcrumb {
  font-size: 11px;
  line-height: 1.25;
  padding: 12px 0 10px;
  margin-bottom: 30px;
  background-color: transparent;
  border-bottom: solid 1px #f9f9f9;
}
.breadcrumb-h4 {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.25;
  margin-bottom: 0px;
}
.node--type-service .breadcrumb {
  margin: 0;
}
@media (min-width:576px) {
  .node--type-service .breadcrumb {
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    position: absolute;
    border-bottom: 0;
  }
}
@media (max-width:575.98px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.breadcrumb .list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.breadcrumb .list-item {
  position: relative;
  margin: 0 8px 0 0;
  padding-right: 8px;
  color: #494949;
}
.breadcrumb .list-item::before {
  content: none;
}
.breadcrumb .list-item::after {
  content: "";
  width: 1px;
  top: 3px;
  right: 0;
  bottom: 1px;
  position: absolute;
  background-color: #f9f9f9;
}
@media (min-width:576px) {
  .node--type-service .breadcrumb .list-item::after {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.breadcrumb .list-item:last-child::after {
  content: none;
}
.breadcrumb .list-link {
  color: #a32020;
  transition: opacity 0.4s;
}
@media (min-width:576px) {
  .node--type-service .breadcrumb .list-link {
    color: #fff;
  }
}
.breadcrumb .list-link:focus, .breadcrumb .list-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.breadcrumb .list-link:active {
  opacity: 0.5;
}
.region-breadcrumb {
  position: relative;
}
body {
  min-width: 375px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
h3 {
  font-size: 23px;
  line-height: 1.2;
}
a {
  text-decoration: none;
}
.text-formatted {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}
.text-formatted iframe {
  width: 100%;
  max-height: 80vh;
  margin: 30px 0;
  height: 400px;
}
.text-formatted h2 {
  margin: 12px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}
.text-formatted h2:first-child {
  margin-top: 0;
}
@media (max-width:575.98px) {
  .text-formatted h2 {
    font-size: 20px;
  }
}
.text-formatted h3 {
  margin: 12px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
.text-formatted h3:first-child {
  margin-top: 0;
}
@media (max-width:575.98px) {
  .text-formatted h3 {
    font-size: 18px;
  }
}
.text-formatted h4 {
  margin: 12px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.text-formatted h4:first-child {
  margin-top: 0;
}
@media (max-width:575.98px) {
  .text-formatted h4 {
    font-size: 17px;
  }
}
.text-formatted h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
  color: #494949;
}
.text-formatted h5:first-child {
  margin-top: 0;
}
@media (max-width:575.98px) {
  .text-formatted h5 {
    font-size: 16px;
  }
}
.text-formatted h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
  color: #494949;
}
.text-formatted blockquote {
  border: 0;
  position: relative;
  font-size: inherit;
  margin: 0 0 25px;
  padding: 0 0 0 90px;
}
.text-formatted blockquote:last-child {
  margin: 0;
}
.text-formatted blockquote p {
  margin: 0;
}
.text-formatted blockquote::before {
  content: "";
  top: 5px;
  left: 0;
  width: 57px;
  height: 57px;
  position: absolute;
  background: url(/files/site/text-quote.svg) no-repeat center;
  background-size: contain;
}
@media (max-width:575.98px) {
  .text-formatted blockquote {
    padding: 40px 0 0;
  }
  .text-formatted blockquote::before {
    top: -20px;
    width: 42px;
  }
}
.text-formatted p {
  margin: 0 0 25px;
}
.text-formatted p:last-child {
  margin-bottom: 0;
}
.text-formatted .caption {
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.text-formatted .caption.align-left {
  margin: 5px 35px 20px 0;
  max-width: 405px;
}
@media (max-width:575.98px) {
  .text-formatted .caption.align-left {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
.text-formatted .caption.align-right {
  margin: 5px 0 20px 35px;
  max-width: 405px;
}
@media (max-width:575.98px) {
  .text-formatted .caption.align-right {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
.text-formatted .caption figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-formatted .caption-img {
  display: inline-block;
}
.text-formatted img {
  max-width: 100%;
  height: auto;
}
@media (max-width:575.98px) {
  .text-formatted p img {
    margin: 0 !important;
  }
}
.text-formatted ol, .text-formatted ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px;
}
.text-formatted li p {
  margin: 0;
}
.text-formatted ol {
  counter-reset: li;
}
.text-formatted ol li {
  display: flex;
  counter-increment: li;
  position: relative;
  margin-bottom: 16px;
}
.text-formatted ol li::before {
  content: counter(li) ".";
  flex-shrink: 0;
  font-weight: 300;
  margin-right: 17px;
  color: #a32020;
}
@media (max-width:575.98px) {
  .text-formatted ol li::before {
    margin-right: 12px;
  }
}
.text-formatted ol li.text-align-center {
  justify-content: center;
}
.text-formatted ol ol {
  padding-top: 10px;
  margin-bottom: 0;
}
.text-formatted ol ol li::before {
  content: counter(li, lower-alpha);
}
.text-formatted ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 39px;
  overflow: hidden;
}
.text-formatted ul li::before {
  content: "";
  top: 11px;
  left: 0;
  width: 22px;
  height: 1px;
  flex-shrink: 0;
  margin-right: 17px;
  position: absolute;
  background-color: #a32020;
}
@media (max-width:575.98px) {
  .text-formatted ul li::before {
    width: 17px;
    margin-right: 12px;
  }
}
.text-formatted ul li.text-align-center {
  text-align: center;
}
.text-formatted table {
  border: 0;
  margin: 0 0 25px;
}
.text-formatted table:last-child {
  margin-bottom: 0;
}
.text-formatted table tr {
  background-color: transparent !important;
}
.text-formatted table td, .text-formatted table th {
  padding: 20px 22px;
  vertical-align: middle;
}
@media (max-width:575.98px) {
  .text-formatted table td, .text-formatted table th {
    padding: 15px;
  }
}
.text-formatted table td {
  border: solid #d1d1d1;
  border-width: 0 0 1px;
}
.text-formatted table th {
  border: 0;
  color: #fff;
  font-weight: 600;
  background-color: #a32020;
}
@media (min-width:576px) {
  .text-formatted table th {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.text-formatted table p, .text-formatted table h5, .text-formatted table h6 {
  margin: 0;
}
.text-formatted table h5 {
  color: inherit;
  font-size: 20px;
}
.text-formatted table h6 {
  color: inherit;
  font-size: 18px;
}
.text-formatted a {
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
}
.text-formatted a:hover {
  color: #d83838;
  border-color: #d83838;
}
.cart-small {
  margin-left: 0;
}
.cart-small-item {
  margin-right: 45px;
}
@media (max-width:1199.98px) {
  .cart-small-item {
    margin-right: 30px;
  }
}
.cart-small-icon {
  width: 28px;
  height: 28px;
  float: left;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.4s;
  background-color: transparent;
}
.cart-small-icon:hover {
  opacity: 0.8;
  box-shadow: none;
  background-color: transparent !important;
}
.cart-small-icon:focus {
  outline: none;
}
.cart-small-icon--cart svg, .cart-small-icon--cart path, .cart-small-icon--favorites svg, .cart-small-icon--favorites path {
  transition: fill 0.4s;
}
.cart-small-icon--cart:hover, .cart-small-icon--favorites:hover {
  opacity: 1 !important;
}
.cart-small-icon--cart:hover svg, .cart-small-icon--cart:hover path, .cart-small-icon--favorites:hover svg, .cart-small-icon--favorites:hover path {
  fill: #a32020;
}
@media (max-width:500px) {
  .cart-small-icon--cart svg, .cart-small-icon--favorites svg {
    display: none;
  }
}
.cart-small-label {
  padding-left: 55px;
  width: 135px;
  line-height: 1em;
}
@media (min-width:1200px) {
  .cart-small-label {
    display: block;
  }
}
.cart-small-label a {
  font-size: 14px;
  transition: opacity 0.4s;
}
.cart-small-label a:hover {
  opacity: 0.8;
}
.cart-small-label-total {
  font-size: 12px;
}
.cart-small-count {
  background: #a32020;
  border-radius: 7px;
  font-weight: 500;
  font-size: 12px;
  width: 25px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: -6px;
  right: -23px;
  left: auto;
  color: #ffffff;
}
@media (min-width:1200px) {
  .cart-small {
    min-width: 101px;
  }
}
@media (max-width:1200px) {
  .cart-small {
    min-width: 86px;
  }
}
@media (max-width:991.98px) {
  .cart-small {
    margin: 0 20px 0 auto;
  }
}
.favorite {
  position: absolute;
  bottom: 35px;
  right: 25px;
  width: 39px;
  height: 39px;
  border: solid 1px #e4e4e4;
}
.favorite--remove {
  color: #a32020;
}
.cart-name {
  color: #a32020;
}
.cart-name:hover {
  color: #d83838;
}
.cart-sidebar {
  background-color: #e5e0e2;
}
.cart-sidebar .btn--main {
  font-size: 16px;
  border-color: #a32020;
  background: #a32020;
}
.cart .cart-button--fav-in {
  color: #a32020;
}
.checkout-form .btn--big {
  min-width: 160px;
  font-size: 18px;
}
.big-title, .service-block-title {
  font-size: 46px;
  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: 32px;
  }
}
.service-promo {
  color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(63, 63, 63, 0.43);
}
.service-promo-link {
  display: block;
}
.service-promo-content {
  color: #ffffff;
  padding: 75px 0;
  min-height: 515px;
  opacity: 0;
}
.service-promo-content:not(.service-promo-content--no-dark) {
  background-color: rgba(0, 0, 0, 0.3);
}
.site-is-ready .service-promo-content {
  opacity: 1;
  transition: opacity 0.8s;
}
@media (max-width:575.98px) {
  .service-promo-content {
    padding: 52px 0 40px;
    min-height: 250px;
  }
}
.service-promo-arrow {
  display: none;
}
@media (max-width:575.98px) {
  .service-promo-arrow {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 50px;
    background: url(/files/site/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: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 45px;
  max-width: 820px;
  letter-spacing: 0.3px;
}
@media (max-width:575.98px) {
  .service-promo-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.service-promo-short h2 {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width:991.98px) {
  .service-promo-short h2 {
    font-size: 26px;
  }
}
@media (max-width:575.98px) {
  .service-promo-short h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.service-promo-info h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1px;
}
@media (max-width:575.98px) {
  .service-promo-info h3 {
    font-size: 21px;
    line-height: 1.3;
  }
}
.service-block {
  padding: 70px 0;
}
@media (max-width:575.98px) {
  .service-block {
    padding: 50px 0;
  }
}
.service-block--bordered {
  background-color: #ffffff;
  border: solid #f9f9f9;
  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 #f9f9f9;
}
@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 {
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 23px;
}
.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-gallery {
  margin-top: 6px;
}
.service-block-gallery .field__item {
  margin: 30px 0px;
}
.service-block-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block:nth-child(2n) {
  background-color: #ffffff;
}
.service-block:nth-child(2n) .container {
  background-color: inherit;
}
.service-block:nth-child(2n+1) {
  background-color: #f0ebed;
}
.service-block:nth-child(2n+1) .container {
  background-color: inherit;
}
.service-block:nth-child(2n+1) .service-text-image-plate {
  background-color: #fff;
}
.service-about {
  line-height: 1.35;
  display: flex;
  text-align: left;
  padding: 30px 30px 35px 0;
  color: #494949;
}
@media (max-width:991.98px) {
  .service-about {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 25px 0;
  }
}
.service-about--image {
  padding: 50px 30px 55px 0;
}
.service-about--image .service-about-image {
  margin: 0px 0px 36px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-about--image .service-about-image .field__item {
  max-width: 100%;
  width: 60%;
}
.service-about--image .service-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-about--image .service-about-icon {
  margin: 0px 0px 36px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-about--image .service-about-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
}
@media (max-width:767.98px) {
  .service-about--image .service-about-title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0px;
  }
}
.service-about--image .service-about-text {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  max-width: 100%;
}
@media (max-width:767.98px) {
  .service-about--image .service-about-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-about-icon {
  color: #5c5c5c;
  margin-right: 20px;
  font-size: 32px;
  min-height: 44px;
  margin-bottom: 5px;
}
@media (max-width:991.98px) {
  .service-about-icon {
    min-height: 0;
    flex-shrink: 0;
    font-size: 43px;
    margin: 0 30px 0 0;
  }
}
@media (max-width:575.98px) {
  .service-about-icon {
    font-size: 37px;
    margin-right: 25px;
  }
}
.service-about-title {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 0 0 10px 0;
  color: #494949;
}
.service-about-title:after {
  display: none;
}
@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: 24px;
  }
  .service-about-title::after {
    height: 3px;
    margin-top: 12px;
  }
}
.service-about-text {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0 auto;
  max-width: 345px;
}
@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: 15px;
    line-height: 1.5;
  }
}
@media (max-width:991.98px) {
  .service-about-content {
    flex-grow: 1;
  }
}
.service-gallery-col:not(:last-child) {
  margin-bottom: 55px;
}
.service-gallery .service-block {
  padding: 0px;
  background-color: transparent;
}
.service-gallery .service-block-content {
  display: flex;
  flex-direction: column;
}
.service-gallery .service-block-content .container {
  padding: 0px;
}
.service-gallery .service-block-image {
  order: 0;
}
.service-gallery .service-block-title {
  order: 1;
  margin-bottom: 30px !important;
}
.page--visitka .service-gallery .service-block-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.service-gallery .service-block-body {
  order: 2;
}
.service-images {
  display: flex;
  flex-direction: column;
}
.service-image {
  display: flex;
  align-items: center;
  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 .text-formatted {
  line-height: 1.65;
}
.service-image-content p {
  margin: 0 0 15px;
}
.service-image .field--name-field-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 40px;
}
.service-image .field--name-field-title::after {
  display: none;
}
.service-image .field--name-field-body {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.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: 48px;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  margin: 0 0 14px;
}
@media (max-width:991.98px) {
  .service-questions-title, .service-order-title {
    font-size: 41px;
    margin-bottom: 20px;
  }
}
@media (max-width:575.98px) {
  .service-questions-title, .service-order-title {
    font-size: 32px;
  }
}
.service-questions-text, .service-order-text {
  font-size: 22px;
  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: 18px;
    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;
  color: #494949;
}
@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: 20px;
}
.service-order .btn--big {
  min-width: 241px;
}
.service-text-image-plate {
  display: flex;
  flex-wrap: wrap;
  background-color: #f0ebed;
}
.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%;
  display: flex;
  justify-content: center;
  border: solid #f9f9f9;
  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;
  }
}
.service .work-scope-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .work-scope-items--mobile {
  display: none;
}
@media (max-width:767.98px) {
  .service .work-scope-items {
    display: none;
  }
  .service .work-scope-items--mobile {
    display: flex;
    align-items: flex-start;
  }
}
.service .work-scope-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}
.service .work-scope-item-dots {
  width: 0px;
  height: 75px;
  margin: 15px 0px;
  border: 2px dashed #a32020;
}
.service .work-scope-item-title, .service .work-scope-item-text {
  width: 262px;
}
.service .work-scope-item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: right;
}
.service .work-scope-item-number {
  width: 80px;
  height: 80px;
  margin: 0px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 3px solid #a32020;
  border-radius: 50%;
  font-weight: normal;
  font-size: 44px;
  line-height: 52px;
  color: #a32020;
}
.service .work-scope-item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width:767.98px) {
  .service .work-scope-item-number {
    margin: 0px 20px;
    width: 70px;
    height: 70px;
  }
  .service .work-scope-item-dots {
    height: 55px;
    margin-left: 55px;
  }
  .service .work-scope-item-text, .service .work-scope-item-title {
    width: auto;
    text-align: left;
  }
  .service .work-scope-item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .service .work-scope-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width:575.98px) {
  .service .work-scope-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .service .work-scope-item-dots {
    display: none;
  }
  .service .work-scope-item-number {
    margin: 0px 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}
.service .text-image-plate-image {
  width: 47%;
}
.service .text-image-plate-image .field--name-field-image {
  height: 100%;
}
.service .text-image-plate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .text-image-plate-content {
  width: 53%;
  padding: 70px 40px 70px 60px;
}
.service .text-image-plate-content > *:not(:last-child) {
  margin-bottom: 30px;
}
.service .text-image-plate-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}
.service .text-image-plate-text p {
  text-align: left !important;
}
.service .text-image-plate-order {
  text-transform: none;
}
@media (max-width:991.98px) {
  .service .text-image-plate-image {
    width: 100%;
  }
  .service .text-image-plate-content {
    width: 100%;
    padding: 50px 40px;
  }
  .service .text-image-plate .field--name-field-image {
    width: 100%;
  }
}
@media (max-width:767.98px) {
  .service .text-image-plate-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.service .text-slider-container {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.service .text-slider-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3000px;
  background-color: inherit;
  transform: translateX(-100%);
  z-index: 10;
}
.service .text-slider .field--name-field-gallery {
  display: flex;
}
.service .text-slider .flickity-enabled {
  display: block;
}
.service .text-slider .flickity-viewport {
  width: 600px;
  overflow: visible;
}
@media (max-width:767.98px) {
  .service .text-slider .flickity-viewport {
    width: 100%;
  }
}
.service .text-slider .flickity-button {
  background-color: transparent;
}
.service .text-slider .flickity-button-icon {
  left: 0;
  top: -10%;
  width: 100%;
  height: 100%;
}
.service .text-slider .flickity-prev-next-button {
  width: 34px;
  height: 34px;
}
.service .text-slider .flickity-prev-next-button svg, .service .text-slider .flickity-prev-next-button path {
  fill: #a32020;
}
.service .text-slider .flickity-prev-next-button.previous {
  left: 0px;
}
.service .text-slider .flickity-prev-next-button.next {
  right: 0px;
}
@media (max-width:991.98px) {
  .service .text-slider .flickity-prev-next-button.previous {
    left: -10px;
  }
  .service .text-slider .flickity-prev-next-button.next {
    right: -10px;
  }
}
.service .text-slider .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -40px;
}
.service .text-slider .flickity-page-dots .dot {
  background-color: #494949;
  transition: background-color 0.4s;
}
.service .text-slider .flickity-page-dots .dot.is-selected {
  background-color: #a32020;
  width: 7px;
  height: 7px;
}
.service .text-slider .service-block-content {
  width: calc(100% - 600px);
  z-index: 10;
  background-color: inherit;
  flex-shrink: 0;
  min-height: 390px;
}
.service .text-slider .service-block-title {
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 30px;
}
.service .text-slider .service-block-body {
  max-width: calc(100% - 80px);
  margin: 0;
}
.service .text-slider .service-block-body p {
  text-align: left;
}
@media (max-width:991.98px) {
  .service .text-slider .service-block-body {
    max-width: 100%;
  }
}
.service .text-slider .service-block-slider {
  margin-bottom: 30px;
}
.service .text-slider .service-block-slider .field__item {
  width: 600px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .text-slider .service-block-slider .field__item.is-selected {
  opacity: 1;
}
.service .text-slider .service-block-slider .field__item.is-selected + .field__item {
  justify-content: flex-start;
}
@media (max-width:991.98px) {
  .service .text-slider .service-block-slider .field__item.is-selected + .field__item {
    justify-content: center;
  }
}
.service .text-slider .service-block-slider .field__items.flickity-enabled .field__item:not(.is-selected) {
  z-index: -1;
}
.service .text-slider .service-block-slider .field__items.flickity-enabled .field__item:not(.is-selected):first-child {
  justify-content: flex-start;
}
@media (max-width:991.98px) {
  .service .text-slider .service-block-slider .field__items.flickity-enabled .field__item:not(.is-selected):first-child {
    justify-content: center;
  }
}
.service .text-slider .service-block-slider img {
  width: 540px;
}
@media (max-width:767.98px) {
  .service .text-slider .service-block-slider {
    width: 100%;
  }
  .service .text-slider .service-block-slider picture {
    width: calc(100% - 40px);
  }
  .service .text-slider .service-block-slider .field__item {
    width: 100%;
  }
}
@media (max-width:991.98px) {
  .service .text-slider-container {
    flex-direction: column;
    align-items: center;
  }
  .service .text-slider-container::before {
    content: none;
  }
  .service .text-slider .service-block-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .service .text-slider .service-block-title {
    text-align: center;
  }
  .service .text-slider .service-block-body p {
    text-align: center;
  }
}
.node--type-service .block-views {
  padding: 90px 0 60px;
}
@media (max-width:575.98px) {
  .node--type-service .block-views {
    padding: 50px 0 30px;
  }
}
.node--type-service .page--order-0:not(.page--cottage) .block-views {
  background-color: transparent;
}
.node--type-service .page--order-0:not(.page--cottage) .block-views:nth-child(2n+1) {
  background-color: #f0ebed;
}
.node--type-service .page--order-0:not(.page--cottage) .block-views:nth-child(2n+1):last-child {
  margin-bottom: 30px;
}
.node--type-service .page--order-1:not(.page--cottage) .block-views {
  background-color: transparent;
}
.node--type-service .page--order-1:not(.page--cottage) .block-views:nth-child(2n) {
  background-color: #f0ebed;
}
.node--type-service .page--order-1:not(.page--cottage) .block-views:nth-child(2n):last-child {
  margin-bottom: 30px;
}
.page--order-0:not(.page--cottage) article.node--type-service .block-views {
  background-color: #f0ebed;
}
.page--order-0:not(.page--cottage) article.node--type-service .block-views:nth-child(2n) {
  background-color: #ffffff;
}
.page--order-0:not(.page--cottage) article.node--type-service .block-views:nth-child(2n):last-child {
  margin-bottom: 30px;
}
.page--order-1:not(.page--cottage) article.node--type-service .block-views {
  background-color: #f0ebed;
}
.page--order-1:not(.page--cottage) article.node--type-service .block-views:nth-child(2n) {
  background-color: #ffffff;
}
.page--order-1:not(.page--cottage) article.node--type-service .block-views:nth-child(2n):last-child {
  margin-bottom: 30px;
}
.paragraph--type--gallery {
  padding-bottom: 30px;
}
.paragraph--type--gallery-work p {
  text-align: center;
}
.page--service .page-content {
  position: relative;
  overflow: hidden;
}
.page:not(.page--visitka) .paragraph--type--about .service-block-title {
  text-align: center;
  margin: 23px 0 0;
}
.page--visitka .service-block-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.33;
  margin-bottom: 42px;
}
@media (max-width:767.98px) {
  .page--visitka .service-block-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.page--visitka .service-block-image {
  margin-bottom: 36px;
}
.page--visitka .service-block-image img {
  width: 100%;
  max-height: 467px;
  object-fit: cover;
}
.page--visitka .service-block p, .page--visitka .service-block ul, .page--visitka .service-block ol {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width:767.98px) {
  .page--visitka .service-block p, .page--visitka .service-block ul, .page--visitka .service-block ol {
    font-size: 16px;
    line-height: 24px;
  }
}
.page--visitka .service-block--gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width:576px) {
  .page--visitka .service-block--contacts {
    padding: 70px 0;
  }
}
.page--visitka .service-contacts {
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}
.page--visitka .service-contacts-phone, .page--visitka .service-contacts-email {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page--visitka .service-contacts-phone a, .page--visitka .service-contacts-email a {
  color: #a32020;
  transition: color 0.4s;
}
.page--visitka .service-contacts-phone a:hover, .page--visitka .service-contacts-email a:hover {
  color: #d83838;
}
.page--visitka .service-contacts-phone pre, .page--visitka .service-contacts-email pre {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #494949;
  margin-bottom: 0px;
}
.page--visitka .service-contacts-phone {
  margin-top: 30px;
  margin-bottom: 0px;
}
.page--visitka .service-contacts-phone::after {
  display: none;
}
@media (max-width:767.98px) {
  .page--visitka .service-contacts {
    font-size: 16px;
    line-height: 24px;
  }
}
.page--visitka .service-promo-content {
  padding: 187px 0px;
}
.page--visitka .service-promo-title {
  max-width: 615px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}
.page--visitka .service-promo-short {
  font-size: 21px;
  line-height: 30px;
  max-width: 615px;
  margin-bottom: 30px;
}
.page--visitka .service-promo-short h2 {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
}
.page--visitka .service-promo-order {
  text-transform: none;
  padding: 12px 32px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width:767.98px) {
  .page--visitka .service-promo-content {
    padding: 150px 0px 50px 0px;
  }
  .page--visitka .service-promo-title {
    font-size: 30px;
    line-height: 40px;
  }
  .page--visitka .service-promo-order {
    font-size: 16px;
    line-height: 24px;
  }
  .page--visitka .service-promo-short {
    font-size: 20px;
    line-height: 24px;
  }
  .page--visitka .service-promo-short h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.page--visitka .service-image:not(:last-child) {
  margin: 0px 0px 55px;
}
.page--visitka .service-image:last-child {
  margin: 0px;
}
.page--visitka .service-image-picture {
  width: 575px;
}
@media (max-width:1199.98px) {
  .page--visitka .service-image-picture {
    flex-shrink: 1;
  }
}
.page--visitka .service-image p {
  text-align: left;
}
@media (max-width:991.98px) {
  .page--visitka .service-image {
    flex-wrap: wrap;
  }
  .page--visitka .service-image-picture {
    width: 100%;
  }
  .page--visitka .service-image-picture img {
    width: 100%;
  }
  .page--visitka .service-image-content, .page--visitka .service-image p {
    text-align: center;
  }
  .page--visitka .service-image .field--name-field-title {
    margin-bottom: 30px;
  }
}
.page--visitka .service .paragraph--type--about.service-block--bordered {
  border: none;
}
.page--visitka .service .paragraph--type--about.service-block--no-padding {
  padding: 70px 0;
}
@media (max-width:575.98px) {
  .page--visitka .service .paragraph--type--about.service-block--no-padding {
    padding: 50px 0;
  }
}
.page--visitka .service-about {
  padding: 0px;
  border: none;
}
.page--visitka .service-about-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--visitka .service-about-image .field__item {
  max-width: 100%;
}
.page--visitka .service-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--visitka .service-about-icon {
  margin: 0px 0px 36px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--visitka .service-about-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
}
@media (max-width:767.98px) {
  .page--visitka .service-about-title {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0px;
  }
}
.page--visitka .service-about-text {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  max-width: 100%;
}
@media (max-width:767.98px) {
  .page--visitka .service-about-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.page--visitka .service-order {
  background-color: #e5e0e2;
}
.page--visitka .service-order-title {
  font-size: 32px;
  line-height: 1.33;
  margin-bottom: 42px;
}
.page--visitka .service-order-content {
  box-shadow: none;
  background-color: transparent;
  max-width: unset;
  margin: 0px;
  padding: 0px;
}
.page--visitka .service-order-container {
  display: flex;
  margin-top: 44px;
}
.page--visitka .service-order-container.no-image {
  justify-content: center;
}
.page--visitka .service-order-container.no-image .service-order-image {
  display: none;
}
.page--visitka .service-order-container.no-image .service-order-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--visitka .service-order-container.no-image .form-actions {
  justify-content: center;
}
.page--visitka .service-order-image {
  margin-right: 61px;
  max-width: 575px;
  max-height: 460px;
}
.page--visitka .service-order-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--visitka .service-order-text {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 429px;
}
.page--visitka .service-order-form {
  max-width: 429px;
}
.page--visitka .service-order-form .form-actions {
  justify-content: flex-start;
  padding-top: 2px;
}
.page--visitka .service-order-form .form-submit {
  padding: 12px 32px;
  min-width: unset;
  min-height: unset;
  font-weight: normal;
  text-transform: none;
}
.page--visitka .service-order-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  margin-top: 20px;
  margin-bottom: 22px;
}
@media (max-width:991.98px) {
  .page--visitka .service-order-content {
    margin: 0px auto;
  }
  .page--visitka .service-order-text, .page--visitka .service-order-form {
    max-width: 100%;
  }
  .page--visitka .service-order-form .form-actions {
    justify-content: center;
  }
  .page--visitka .service-order-image {
    display: none;
  }
}
@media (max-width:767.98px) {
  .page--visitka .service-order-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page--visitka .service-order-text {
    font-size: 16px;
  }
}
@media (max-width:575.98px) {
  .page--visitka .service-order {
    padding: 50px 0px;
  }
  .page--visitka .service-order .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page--visitka .service-gallery p {
  text-align: center;
}
.page--visitka .service .field--name-field-about-items > .field__item {
  border: none;
  width: calc(25% - 42px);
  margin: 0px 21px;
}
.page--visitka .service .field--name-field-about-items > .field__item:first-child {
  margin-left: 0px;
}
.page--visitka .service .field--name-field-about-items > .field__item:last-child {
  margin-right: 0px;
}
@media (max-width:991.98px) {
  .page--visitka .service .field--name-field-about-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--visitka .service .field--name-field-about-items > .field__item {
    width: calc(50% - 42px);
    margin-bottom: 42px;
  }
  .page--visitka .service .field--name-field-about-items > .field__item:nth-child(2n) {
    margin-right: 0px;
  }
  .page--visitka .service .field--name-field-about-items > .field__item:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media (max-width:575.98px) {
  .page--visitka .service .field--name-field-about-items > .field__item {
    width: 100%;
    margin: 0px 0px 42px !important;
  }
}
.page--visitka .contact-social-networks {
  margin-top: 40px;
}
.page--visitka #synmap {
  height: 343px;
}
.page--visitka #block-views-block-product-block-front {
  margin-bottom: 0px;
}
.page--cottage .service-block-more {
  margin-top: 50px;
}
.btn {
  font-size: 14px;
  line-height: 1.22;
  min-width: 160px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 10px 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  box-shadow: none;
  white-space: normal;
  color: #ffffff;
  border-color: #a32020;
  background-color: #a32020;
  transition: box-shadow 0.4s, background-color 0.4s, transform 0.2s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #ffffff;
  background-color: #781818;
}
.btn:active {
  background-color: #4e0f0f;
}
.btn.btn-sm {
  margin: 0;
  padding: 0.25rem 0.5rem;
  min-width: 28px;
  border-radius: 0.2rem;
}
.btn.btn--cart {
  padding: 14px;
  min-width: 181px;
  min-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
.btn--main {
  color: #ffffff;
  background-color: #a32020;
}
.btn--main:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--main:hover {
  color: #ffffff;
  background-color: #781818;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--main:active {
  background-color: #380b0b;
}
.btn--gradient {
  color: #ffffff !important;
  text-transform: none;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #781818 -1.92%, #b82424 129.63%);
}
.btn--gradient:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--gradient:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #781818 -1.92%, #781818 129.63%);
}
.btn--gradient:active {
  background-color: #380b0b;
}
.btn--bordered {
  color: #a32020;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: transparent;
  border: solid 1px #a32020;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
.btn--bordered:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--bordered:hover {
  color: #ffffff;
  background-color: #a32020;
  border-color: transparent;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--bordered:active {
  background-color: #631313;
}
.btn--big {
  font-size: 15px;
  font-weight: 600;
  min-height: 63px;
  min-width: 315px;
}
.btn--recall {
  font-size: 0;
  border-radius: 50%;
}
@media (max-width:1280px) {
  .btn--recall {
    padding: 0 !important;
    font-size: 0;
    width: 41px;
    height: 41px;
    min-width: 0 !important;
    border-radius: 21px;
    background-image: url(/files/site/mobile-recall.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width:991.98px) {
  .btn--recall {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-size: 23px;
  }
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(/files/site/ajax-preloader.svg) rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
.product-cart .variations-button:not(.variations-button--full) .btn {
  border: solid 3px #d83838;
  fill: #d83838;
}
.product-cart .variations-button:not(.variations-button--full) .btn--cart-added {
  fill: #ffffff;
  background-color: #d83838;
}
.views-exposed-form .btn--big {
  font-size: 14px;
  line-height: 1.22;
  padding: 12px 21px 13px;
  min-width: 175px;
  min-height: inherit;
}
.checkout-form .form-item-fz152-agreement label, .contact-message-form .form-item-fz152-agreement label {
  display: inline-block;
  margin-bottom: 0;
}
.checkout-form .form-actions, .contact-message-form .form-actions {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding-top: 15px;
}
.checkout-form .form-control, .contact-message-form .form-control {
  color: #494949;
  border-radius: 0;
  border-color: #aaaaaa;
  border-width: 0 0 1px !important;
  padding: 14px 15px 14px 0;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
}
.checkout-form .form-control:hover, .contact-message-form .form-control:hover {
  padding-left: 15px;
  background-color: rgba(163, 32, 32, 0.07);
}
.checkout-form .form-control:focus, .contact-message-form .form-control:focus {
  padding-right: 0;
  padding-left: 15px;
  background-color: #fff;
  border-color: #a32020;
}
.checkout-form .form-control::placeholder, .contact-message-form .form-control::placeholder {
  color: inherit;
  opacity: 0.8;
}
.checkout-form .form-type-textarea label, .contact-message-form .form-type-textarea label {
  font-weight: bold;
}
.checkout-form .form-type-email label, .checkout-form .form-type-textfield label, .contact-message-form .form-type-email label, .contact-message-form .form-type-textfield label {
  display: none;
}
.checkout-form .form .modal-header, .contact-message-form .form .modal-header {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
.checkout-form .checkout-pane-shipping-information input[type=submit] {
  margin-left: 0;
}
.checkout-form .form-actions a {
  line-height: 60px;
}
.bef-exposed-form .btn--main {
  background-color: #a32020;
}
.header-search {
  width: 100%;
  position: relative;
  transition: box-shadow 0.4s;
}
.header-search-field {
  width: 100%;
  display: block;
  color: #959595;
  font-size: 14px;
  line-height: 1.25;
  padding: 12px 40px 12px 15px;
  border: 2px solid #a32020;
  border-radius: 4px;
  background-color: #fff;
}
.header-search-field:focus {
  outline: none;
}
.header-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  background: url(/files/site/search-white.svg) no-repeat center #a32020;
}
.header-search:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.views-exposed-form label {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 7px;
  color: rgba(73, 73, 73, 0.55);
}
.views-exposed-form .form--inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -6px 27px;
}
.views-exposed-form .form-item {
  width: 33.333%;
  padding: 0 6px;
  margin: 0 0 21px;
}
@media (max-width:767.98px) {
  .views-exposed-form .form-item {
    width: 50%;
  }
}
@media (max-width:575.98px) {
  .views-exposed-form .form-item {
    width: 100%;
  }
}
.views-exposed-form .form-actions {
  padding: 0 6px;
  margin: 0 0 21px;
  align-self: flex-end;
}
.views-exposed-form .form-actions .btn {
  min-width: 141px;
}
.views-exposed-form .form-control {
  margin: 0;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 1.2;
  min-height: 40px;
  border-radius: 0;
  border-color: #f9f9f9;
  transition: border-color 0.4s, background-color 0.4s;
}
.views-exposed-form .form-control:hover {
  background-color: rgba(240, 235, 237, 0.8);
}
.views-exposed-form .form-control:focus {
  box-shadow: none;
  border-color: #a32020;
  background-color: #ffffff;
}
.views-exposed-form .form-checkboxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.views-exposed-form .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0;
  margin: 0 36px 15px 0;
}
.views-exposed-form .form-checkboxes input {
  opacity: 0;
  z-index: 5;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  position: relative;
  margin-right: 11px;
}
.views-exposed-form .form-checkboxes label {
  margin: 0;
  opacity: 0.8;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  color: #494949;
  transition: opacity 0.4s;
}
.views-exposed-form .form-checkboxes label::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #f9f9f9;
  transition: border-color 0.4s;
}
.views-exposed-form .form-checkboxes label::after {
  content: "";
  width: 7px;
  height: 7px;
  top: 4px;
  left: 4px;
  opacity: 0;
  border-radius: 4px;
  position: absolute;
  background-color: #a32020;
  transition: opacity 0.4s;
}
.views-exposed-form .form-checkboxes input:checked + label {
  opacity: 1;
}
.views-exposed-form .form-checkboxes input:checked + label::after {
  opacity: 1;
}
.views-exposed-form .fieldgroup {
  width: 100%;
  padding-right: 60px;
  margin: 0 0 2px !important;
  float: none !important;
}
@media (max-width:1025px) {
  .views-exposed-form .fieldgroup {
    padding-right: 0;
  }
}
.header {
  color: #494949;
  line-height: 1.35;
  position: relative;
  flex-shrink: 0;
  background-color: #ffffff;
  z-index: 11;
}
.header-full {
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  padding: 0;
}
.header-full .nav a {
  color: #494949;
}
.header-full li {
  padding: 0 1em;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding: 10px 0;
}
@media (min-width:992px) {
  .header-row {
    justify-content: flex-start;
  }
}
@media (max-width:991.98px) {
  .header-row {
    padding: 5px 0;
    min-height: 80px;
  }
  .header-row .cart-small {
    display: flex;
    flex-shrink: 0;
  }
}
.header-col {
  margin: 0 30px 0 0;
}
@media (max-width:1199.98px) {
  .header-col {
    margin-right: 25px;
  }
}
.header-col--logo {
  flex-shrink: 0;
}
@media (max-width:991.98px) {
  .header-col--btn {
    display: none;
  }
}
.header-col--btn a {
  font-size: 16px;
  min-width: 140px;
}
.header-col--lk {
  margin-right: 0px;
}
@media (max-width:991.98px) {
  .header-col--lk {
    display: none;
  }
}
.header-col--search {
  flex-grow: 1;
}
@media (max-width:991.98px) {
  .header-col--search {
    display: none;
  }
}
.header-col--whatsapp {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.header-col--phones {
  display: flex;
  align-items: flex-end;
}
@media (max-width:1199.98px) {
  .header-col--phones {
    display: none;
  }
}
@media (max-width:991.98px) {
  .header-col--phones {
    display: block;
    margin-right: 0;
  }
}
.header-col:last-child {
  margin-right: 0 !important;
}
.header-logo {
  display: flex;
}
.header-logo-image {
  flex-shrink: 0;
  transition: opacity 0.4s;
}
.header-logo-image img {
  height: auto;
  max-height: 75px;
  max-width: 160px;
  object-fit: contain;
}
@media (max-width:991.98px) {
  .header-logo-image img {
    max-height: 58px;
    max-width: 100px;
  }
}
.header-logo-image--svg img {
  height: 75px;
}
@media (max-width:991.98px) {
  .header-logo-image + .header-logo-content {
    display: none;
  }
}
.header-logo--small img {
  height: 2.4rem;
}
.header-logo-content {
  max-width: 200px;
  flex-grow: 1;
  line-height: 1.2;
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-logo-content::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 6px;
  left: 0;
  background-color: #f9f9f9;
}
@media (max-width:991.98px) {
  .header-logo-content:first-child {
    margin-left: 0 !important;
  }
}
@media (max-width:991.98px) {
  .header-logo-content--visible .header-logo-text {
    display: none;
  }
}
@media (max-width:991.98px) {
  .header-logo-content--visible {
    display: block;
  }
}
.header-logo-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  transition: color 0.4s;
}
.header-logo-text {
  font-size: 14px;
  line-height: 1.1;
}
.header-logo--bordered .header-logo-content {
  position: relative;
  margin-left: 14px;
  padding-left: 25px;
}
@media (max-width:767.98px) {
  .header-logo--bordered .header-logo-content {
    margin-right: 0;
    padding-right: 0;
  }
}
.header-logo--bordered .header-logo-content::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 6px;
  left: 0;
  background-color: #d4d4d4;
}
@media (max-width:767.98px) {
  .header-logo--bordered .header-logo-content::before {
    content: none;
  }
}
@media (max-width:767.98px) {
  .header-logo--bordered .header-logo-content {
    display: none;
  }
}
.header-logo:not(.header-logo--bordered) .header-logo-content {
  padding-left: 0px;
  margin-left: 0px;
}
.header-logo:not(.header-logo--bordered) .header-logo-content::before {
  content: none;
}
.header-logo:hover .header-logo-image {
  opacity: 0.7;
}
.header-logo:hover .header-logo-title {
  color: #a32020;
}
.header-logo:active .header-logo-image {
  opacity: 0.55;
}
.header:not(.header-visitka) .header-languages {
  display: none;
}
@media (max-width:991.98px) {
  .header:not(.header-visitka) .header-languages {
    display: block;
  }
}
.header-button {
  display: none;
  margin-left: 17px;
}
@media (max-width:991.98px) {
  .header-button {
    display: block;
  }
}
.header-phone {
  display: flex;
  align-items: flex-end;
  margin-right: 25px;
}
.header-phone:last-child {
  margin-right: 0;
}
.header-phone a {
  display: block;
  transition: opacity 0.4s, color 0.4s;
  color: #494949;
}
.header-phone a:last-child {
  margin-bottom: 0;
}
.header-phone a:hover {
  opacity: 0.7;
  color: #a32020;
}
.header-phone a:active {
  color: #d83838;
  opacity: 0.5;
}
@media (max-width:991.98px) {
  .header-phone {
    display: none;
  }
}
.header-phone .btn {
  margin-left: 15px;
}
.header-text {
  font-size: 12px;
  margin-left: 5px;
  display: none;
}
@media (min-width:768px) {
  .header-text {
    display: block;
  }
}
.header-nav {
  position: relative;
  z-index: 2;
  background-color: #e5e0e2;
  color: #494949;
  box-shadow: inset 0 0px 0px 0px #f5f5f5, inset 0px 4px 10px rgba(0, 0, 0, 0.12);
}
@media (min-width:992px) {
  .header-nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 5px 0;
    position: relative;
  }
  .header-nav-content ul {
    flex-grow: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 40px;
  }
  .header-nav-content ul li {
    padding: 0;
    margin: 0 41px 0 0;
  }
  .header-nav-content ul li:last-child {
    margin-right: 0 !important;
  }
  .header-nav-content ul a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    color: #494949;
    transition: color 0.4s, opacity 0.4s;
  }
  .header-nav-content ul a .underline {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #a32020;
    bottom: 0;
    left: -100%;
    transition: left 0.4s;
  }
  .header-nav-content ul a:hover {
    color: #a32020;
  }
  .header-nav-content ul a:hover .underline {
    left: 0;
  }
  .header-nav-content ul a:active {
    opacity: 0.7;
  }
}
@media (min-width:992px) and (min-width:768px) {
  .header-nav-content ul:nth-of-type(2) {
    display: none;
  }
}
@media (min-width:992px) {
  .header-nav-content .classic-menu-dropdown .menu {
    border-radius: 0;
    padding: 10px 15px;
  }
  .header-nav-content .classic-menu-dropdown .menu .nav-link {
    font-size: 14px;
    padding: 5px 0;
    text-transform: none;
  }
  .header-nav-content .classic-menu-dropdown .menu-item {
    margin: 0;
  }
  .header-nav:first-child .header-nav-button button {
    color: #494949;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #494949;
    transition: color 0.4s;
  }
  .header-nav:first-child .header-nav-button button:hover {
    color: #6f6f6f;
  }
}
@media (max-width:991.98px) {
  .header-nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    overflow: auto;
    padding: 10px 0 20px;
    max-height: calc(100% - 80px);
    border-top: solid 1px #f0ebed;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.6);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s;
  }
  .header-nav-languages {
    display: none;
  }
  .show-mobile-nav .header-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .header-nav ul {
    display: flex;
    font-size: 19px;
    font-weight: 600;
    margin: 0 -10px;
    flex-direction: column;
  }
  .header-nav a {
    display: block;
    padding: 15px 10px;
    text-align: right;
    transition: color 0.4s, background-color 0.4s;
  }
  .header-nav a:hover {
    color: #f0ebed;
  }
  .header-nav a:active {
    background-color: rgba(240, 235, 237, 0.07);
  }
  .header-nav .main-menu .menu {
    border: 0;
    display: none;
    position: static;
    padding: 0 0 15px 15px;
  }
  .header-nav .main-menu .menu-item {
    position: relative;
    padding: 0 50px 0 0;
    border-bottom: solid 1px #ffffff;
  }
  .header-nav .main-menu .menu-item:last-child {
    border-bottom: 0;
  }
  .header-nav .main-menu .menu-item a {
    float: none;
    text-align: left;
  }
  .header-nav .main-menu .menu-dropdown-trigger {
    top: 0;
    right: 0;
    width: 40px;
    height: 55px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: color 0.4s, transform 0.4s;
  }
  .header-nav .main-menu .menu-dropdown-trigger:hover, .header-nav .main-menu .menu-dropdown-trigger:active {
    color: #a32020;
  }
  .header-nav .main-menu .menu-dropdown-trigger.open {
    transform: scale(1, -1);
  }
  .header-nav .main-menu .menu .menu-item {
    border: 0;
    padding: 0;
  }
  .header-nav .main-menu .menu .nav-link {
    font-size: 16px;
    padding: 10px 8px;
    font-weight: normal;
  }
  .header-nav .main-menu .menu .nav-link::before {
    content: "—";
  }
}
.header-nav-right {
  display: flex;
  align-items: center;
}
@media (max-width:991.98px) {
  .header-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width:991.98px) {
  .header-nav-button {
    display: none;
  }
}
.header-lk {
  position: relative;
  margin-right: 45px;
  font-size: 14px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.header-lk a {
  display: inline-block;
  margin-right: 15px;
  transition: opacity 0.4s;
}
.header-lk a path, .header-lk a svg {
  transition: fill 0.4s, stroke 0.4s;
}
.header-lk a:last-child {
  margin-right: 0;
}
.header-lk a:hover path, .header-lk a:hover svg {
  fill: #a32020;
  stroke: #a32020;
}
@media (max-width:1199.98px) {
  .header-lk {
    margin-right: 30px;
  }
  .header-lk a {
    font-size: 0;
  }
}
.header-toggler {
  display: none;
}
@media (max-width:991.98px) {
  .header-toggler {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 17px;
    border-radius: 24px;
    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 10px rgba(0, 0, 0, 0.35);
  }
  .header-toggler:active, .header-toggler:focus {
    background-color: rgba(240, 235, 237, 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);
  }
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #f0ebed;
}
.header-logged-small {
  display: none;
  margin: 0px -10px;
  padding: 0px 0px 8px 0px;
}
.header-logged-small a {
  font-size: 14px;
  line-height: 1;
  color: #131313;
  padding: 8px 16px !important;
  text-align: left !important;
  color: #d83838;
}
.header-search-small {
  display: none;
}
.header .header-search-small {
  margin: 0px -10px;
}
.header .header-search-text {
  font-size: 14px;
  line-height: 1;
  color: #131313;
  padding: 8px 16px !important;
  text-align: left !important;
  color: #d83838;
  cursor: pointer;
}
.header .header-search:hover {
  box-shadow: none;
}
.header .header-nav {
  box-shadow: none;
}
.header .header-nav-button {
  margin-top: 3px;
}
.header .header-nav-button:not(:last-child) {
  margin-right: 30px;
}
.header .cart-small-item--favorites {
  display: block;
}
.header .menu-item {
  font-size: 12px;
  line-height: 1.4;
  color: #494949;
  padding: 0px;
  border: none !important;
}
@media (max-width:991.98px) {
  .header .menu-item {
    font-size: 14px;
  }
  .header .menu-item a {
    padding: 8px 16px;
  }
}
@media (max-width:991.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    box-shadow: none;
  }
  .header .main-menu {
    padding: 0px;
  }
  .header-logged-small, .header-search-small {
    display: block;
  }
  .header .header-nav {
    padding: 20px 0px;
  }
  .header .header-nav-button {
    display: block;
  }
  .header .header-nav-right {
    display: block;
    padding: 16px;
    margin: 0 -10px;
    border-top: 1px solid #f4f4f4;
  }
  .header .header-nav .mobile-catalog-link {
    display: block;
    padding: 8px 6px;
    margin-top: 14px;
    color: #494949;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
  }
  .header .mobile-menu-site-info, .header .mobile-menu-address, .header .mobile-menu-email {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #494949;
    margin-bottom: 10px;
  }
  .header .mobile-menu-site-slogan {
    font-size: 14px;
  }
  .header .mobile-menu-address {
    line-height: 18px;
    margin-bottom: 10px;
  }
  .header .mobile-menu-phone {
    font-size: 14px;
    line-height: 18px;
  }
  .header .mobile-menu-site-info {
    padding: 0px 16px 6px 16px;
    margin: 0 -10px;
    border-bottom: 1px solid #f4f4f4;
  }
  .header .mobile-menu-site-title {
    font-size: 16px;
    font-weight: bold;
  }
  .header .mobile-menu-callback {
    color: #ffffff;
    font-size: 13px;
    margin-top: 16px;
    padding: 9px 16px;
    background: #a32020;
    border-radius: 4px;
    border: none;
    outline: none;
  }
  .header .header-text {
    display: none;
  }
  .header .header-phone {
    display: block;
    margin-right: 0px;
    padding: 0px 8px;
  }
  .header .header-phone a {
    padding: 0px;
  }
  .header .header-phone:not(:last-child) {
    border-right: 1px solid #d83838;
  }
  .header .header-col--phones {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
  }
  .header .header-toggler {
    margin-left: 7px;
    border: 1px solid #f4f4f4;
    box-shadow: none !important;
    border-radius: 24px;
  }
  .header .header-toggler-item {
    margin-right: -5px;
    background-color: #d83838;
  }
  .header .header-toggler:active .header-toggler-item, .header .header-toggler:focus .header-toggler-item {
    margin-right: 0px !important;
  }
  .header .header-button {
    margin-left: auto;
  }
  .header .header-button .btn--recall {
    border: 1px solid #f4f4f4;
    box-shadow: none !important;
    border-radius: 24px;
  }
  .header .cart-small {
    margin: 0px 10px 0px 0px;
  }
  .header .cart-small-item {
    margin: 0px 0px 0px 17px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #f4f4f4;
    background-color: #fff;
  }
}
@media (max-width:500px) {
  .header .header-toggler, .header .header-button .btn--recall {
    width: 38px;
    height: 38px;
    margin-left: 8px;
  }
  .header .header-toggler-item, .header .header-button .btn--recall-item {
    width: 11px;
  }
  .header .header-button .btn--recall {
    background-color: #ffffff;
    background-size: inherit;
    background-image: url(/files/site/phone-small.svg);
  }
  .header .cart-small {
    margin-right: 0px;
  }
  .header .cart-small-count {
    width: 18px;
    right: -10px;
  }
  .header .cart-small-item {
    margin: 0px 0px 0px 8px;
    width: 38px;
    height: 38px;
  }
  .header .cart-small-icon--cart {
    background: url(/files/site/cart.svg) no-repeat center;
  }
  .header .cart-small-icon--favorites {
    background: url(/files/site/favourite.svg) no-repeat center;
  }
}
.mobile-catalog-link {
  display: none;
}
.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #f0ebed;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 15px 10px;
  text-align: right;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #f0ebed;
}
.small-menu a:active {
  background-color: rgba(240, 235, 237, 0.07);
}
.mobile-menu-site-info, .mobile-menu-address, .mobile-menu-email {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #494949;
  margin-bottom: 10px;
}
.mobile-menu-site-info {
  padding: 0px 16px 6px 16px;
  margin: 0 -10px;
  border-bottom: 1px solid #f4f4f4;
}
.mobile-menu-site-title {
  font-weight: bold;
}
.mobile-menu-callback {
  color: #ffffff;
  padding: 9px 16px;
  background: #a32020;
  border: none;
  outline: none;
}
.show-mobile-nav .header-toggler-item {
  margin-right: 0px !important;
}
.header-visitka .header-full-right {
  display: flex;
  align-items: center;
}
.header-visitka .header-full-right > *:not(:last-child) {
  margin-right: 25px;
}
.header-visitka .header-full .header-social-networks {
  display: flex;
}
@media (max-width:1199.98px) {
  .header-visitka .header-full .header-social-networks {
    display: none !important;
  }
}
@media (max-width:991.98px) {
  .header-visitka .header-full-button {
    display: none;
  }
}
@media (min-width:992px) {
  .header-visitka .header-row {
    justify-content: space-between;
  }
}
.header-visitka .header-col--phones {
  display: flex;
  flex-direction: column;
}
@media (max-width:991.98px) {
  .header-visitka .header-col--phones {
    display: none;
  }
}
.header-visitka .header-schedule {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  max-width: 200px;
}
@media (max-width:991.98px) {
  .header-visitka .header-schedule {
    display: none;
  }
}
.header-visitka .header-phone {
  margin-bottom: 5px;
  margin-right: 0;
  align-items: flex-start;
}
.header-visitka .header-phone:last-child {
  margin-bottom: 0;
}
.header-visitka .header-phone a {
  color: #494949;
}
.header-visitka .header-callback {
  font-weight: normal;
  text-transform: none;
}
.header-visitka .header-nav-content {
  transition: min-height 0.4s;
}
.header-visitka .header-nav .header-social-networks {
  display: flex;
  overflow: hidden;
}
@media (min-width:992px) {
  .header-visitka .header-nav .header-social-networks .messangers {
    transition: transform 0.2s;
    transform: translateY(-100%);
  }
}
.header-visitka .header-nav .header-social-networks:not(:last-child) {
  margin-right: 25px;
}
.header-visitka .header-nav .header-nav-button {
  overflow: hidden;
}
.header-visitka .header-nav:not(:first-child) .mobile-menu-callback {
  transform: translateY(-110%);
}
@media (max-width:991.98px) {
  .header-visitka .header-nav:not(:first-child) .mobile-menu-callback {
    transform: translateY(0);
  }
}
@media (min-width:992px) {
  .header-visitka .header-nav {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 20;
    position: relative;
  }
  .header-visitka .header-nav-content ul a {
    display: unset;
  }
  .header-visitka .header-nav-content ul .underline {
    display: none;
  }
}
@media (max-width:1199.98px) {
  .header-visitka .header-nav .header-social-networks {
    display: flex;
  }
  .header-visitka .header-nav .header-social-networks .socials {
    display: none;
  }
}
@media (max-width:991.98px) {
  .header-visitka .header-nav .header-social-networks .socials {
    display: flex;
  }
}
.page--cottage .header-visitka .header-nav {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width:992px) {
  .header-visitka.header--fixed .header-nav {
    top: 0;
    margin-top: 0;
    width: 100%;
    position: fixed;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .header-visitka.header--fixed .header-nav-content {
    min-height: 64px;
  }
  .header-visitka.header--fixed .header-nav-button {
    display: block;
    pointer-events: auto;
  }
  .header-visitka.header--fixed .header-nav .socials {
    display: none;
  }
}
.header-visitka .mobile-menu-site-info {
  margin-bottom: 14px;
}
.header-visitka .mobile-menu-phone {
  display: none;
}
.header-visitka .mobile-menu-schedule {
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.header-visitka .mobile-menu-schedule-heading {
  margin-right: 10px;
}
@media (max-width:991.98px) {
  .header-visitka .mobile-menu-schedule {
    display: block;
  }
  .header-visitka .mobile-menu-phone {
    display: flex;
    flex-direction: row;
  }
  .header-visitka .mobile-menu-phone .header-phone {
    margin-bottom: 0px;
  }
}
.header-visitka.header--fixed .header-nav .messangers {
  transform: none;
}
.header-visitka.header--fixed .header-nav .mobile-menu-callback {
  transform: none;
}
.block-language {
  display: flex;
  align-items: center;
}
.block-language h2 {
  display: none;
}
.btn-lang {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  box-shadow: none;
  min-height: 27px;
  padding: 0 5px;
  width: 50px;
  border: 1px solid #a32020;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, border-radius 0.3s;
}
.btn-lang:hover {
  z-index: 50;
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}
.btn-lang:hover svg {
  transform: rotate(180deg);
}
.btn-lang-current, .btn-lang-list-item {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #a32020;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-lang-current svg, .btn-lang-list-item svg {
  width: 10px;
  fill: #a32020;
  transition: transform 0.4s;
}
.btn-lang-current svg path, .btn-lang-list-item svg path {
  fill: #a32020;
}
.btn-lang-list {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #a32020;
  opacity: 0;
  padding: 0;
  border: 1px solid #a32020;
  border-radius: 0 0 5px 5px;
  border-top: none;
  pointer-events: none;
  z-index: 15;
  box-sizing: content-box;
  transform: scale(0.8, 1) translate3d(0, -15px, 0) perspective(1px);
  transition: opacity 0.4s, transform 0.4s;
}
.btn-lang-list-item {
  display: flex;
  flex-direction: column;
  padding: 0px 5px;
  text-align: left;
}
.btn-lang-list a {
  display: flex;
  align-items: center;
}
.btn-lang-list-item {
  width: 100%;
  height: 100%;
}
.btn-lang-list-item:hover .btn-lang-list-link {
  border-color: transparent;
}
.btn-lang-list-link {
  text-align: center;
  width: 100%;
}
.btn-lang-list-link a {
  min-height: 21px;
  width: 100%;
  transition: color 0.4s;
}
.btn-lang-list-link:hover a {
  color: #a32020;
  text-decoration: none;
}
@media (min-width:992px) {
  .btn-lang:hover .btn-lang-list {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.footer {
  flex-shrink: 0;
  padding: 0;
  color: #494949;
  background-color: #f0ebed;
}
.footer-container {
  max-width: 1050px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width:991.98px) {
  .footer-row {
    flex-wrap: wrap;
  }
}
@media (max-width:991.98px) {
  .footer-col--address, .footer-col--schedule, .footer-col--email, .footer-col--phones {
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }
}
.footer-address, .footer-schedule {
  font-weight: 300;
}
.footer-email a {
  color: #a32020;
}
.footer-email a:hover {
  color: #781818;
}
.footer-phone a {
  font-weight: 500;
  display: block;
}
.footer-social-networks a {
  transition: background-color 0.4s;
}
.footer-social-networks a svg, .footer-social-networks a path {
  fill: #ffffff;
}
.footer-social-networks a:hover {
  opacity: 1;
  background-color: #631313;
}
.footer-copyright {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media (max-width:767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer-order {
  background: #e5e0e2;
  padding: 30px 0 13px 0;
}
.footer-order-title {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
  color: #494949;
}
.footer-order form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.footer-order form .form-wrapper {
  padding: 0 13px;
  width: 100%;
}
@media (min-width:992px) {
  .footer-order form .form-wrapper {
    width: calc((100% - 200px) / 2);
  }
}
.footer-order form .form-item label {
  color: #131313 !important;
}
.footer-order form .form-item:focus-within label {
  color: #a32020 !important;
}
.footer-order form .form-control {
  font-size: 14px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  padding-left: 20px;
}
.footer-order form .form-control:focus, .footer-order form .form-control:hover {
  background: #fff;
}
.footer-order form .field--name-field-details, .footer-order form .field--name-langcode {
  display: none;
}
.footer-order form .form-actions {
  width: 200px;
  flex-shrink: 0;
  display: block;
  margin-bottom: 20px;
}
.footer-order form .form-actions input {
  width: 100%;
  min-width: 100%;
  min-height: auto;
}
.footer-policy {
  font-size: 15px;
}
.footer-policy a {
  color: #494949;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-bottom: none;
}
.footer-policy a .underline {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #494949;
  bottom: 0;
  left: -100%;
  transition: left 0.4s;
}
.footer-policy a:hover {
  color: #494949;
}
.footer-policy a:hover .underline {
  left: 0;
}
.footer-menu {
  padding: 30px 0 40px 0;
  border-bottom: 1px solid #f9f9f9;
}
.footer-menu-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  min-height: 22px;
  margin-bottom: 15px;
}
.footer-menu .menu--footer .menu {
  margin-left: 0px;
  margin-top: 8px;
}
.footer-menu .menu--footer .menu-item--expanded {
  list-style: none;
  padding: 0;
  min-width: 200px;
  margin-bottom: 10px;
}
.footer-menu .menu--footer .menu-item--expanded .menu {
  margin-top: 0px;
}
.footer-menu .menu--footer .menu-item--expanded .menu .footer-menu-heading {
  display: none;
}
.footer-menu .menu--footer .menu-item--expanded > a {
  margin: 8px 0px;
}
.footer-menu .menu--footer .menu li {
  padding: 8px 0;
}
.footer-menu .menu--footer .menu li a {
  font-size: 15px;
  font-weight: 300;
  color: #494949;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-bottom: none;
}
.footer-menu .menu--footer .menu li a .underline {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #494949;
  bottom: 0;
  left: -100%;
  transition: left 0.4s;
}
.footer-menu .menu--footer .menu li a:hover {
  color: #494949;
}
.footer-menu .menu--footer .menu li a:hover .underline {
  left: 0;
}
.footer-menu .menu--footer > .menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu .menu--footer > .menu > li {
  width: 50%;
}
@media (min-width:768px) {
  .footer-menu .menu--footer > .menu > li {
    width: 33.33%;
  }
}
.footer-menu .menu--footer > .menu > li > a {
  color: #494949;
}
.footer-menu .menu--footer a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: auto;
}
.footer-menu .menu--footer a .underline {
  background-color: #494949;
}
.footer-contacts {
  padding: 28px 0;
  border-bottom: 1px solid #f9f9f9;
}
.footer-contacts-title {
  padding: 8px 0 0px;
  margin-top: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.footer-contacts-address, .footer-contacts-schedule, .footer-contacts-email, .footer-contacts-phones {
  margin-top: 16px;
  font-size: 15px;
  line-height: 24px;
}
.footer-contacts-address .footer-phone, .footer-contacts-address .footer-email, .footer-contacts-schedule .footer-phone, .footer-contacts-schedule .footer-email, .footer-contacts-email .footer-phone, .footer-contacts-email .footer-email, .footer-contacts-phones .footer-phone, .footer-contacts-phones .footer-email {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
}
.footer-contacts-address .footer-phone a, .footer-contacts-address .footer-email a, .footer-contacts-schedule .footer-phone a, .footer-contacts-schedule .footer-email a, .footer-contacts-email .footer-phone a, .footer-contacts-email .footer-email a, .footer-contacts-phones .footer-phone a, .footer-contacts-phones .footer-email a {
  font-weight: normal;
}
.footer-contacts-address a, .footer-contacts-schedule a, .footer-contacts-email a, .footer-contacts-phones a {
  color: #494949;
}
.footer-contacts-address a:hover, .footer-contacts-schedule a:hover, .footer-contacts-email a:hover, .footer-contacts-phones a:hover {
  color: #494949;
  opacity: 0.6;
}
.footer-contacts-link {
  padding: 0px 8px;
  position: relative;
  transition: opacity 0.4s;
}
.footer-contacts-link:not(:last-child) {
  border-right: 1px solid #f9f9f9;
}
.footer-copy {
  padding: 10px 0;
}
.footer .synapse {
  font-size: 0;
  padding-top: 7px;
  margin-top: -5px;
}
.footer .synapse-logo {
  top: -4px;
  margin-right: 12px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  color: #a32020;
  border-color: transparent;
  text-decoration: none;
  transition: color 0.4s;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  border-bottom: none;
}
.footer .synapse-link .underline {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a32020;
  bottom: 0;
  left: -100%;
  transition: left 0.4s;
}
.footer .synapse-link:hover {
  color: #a32020;
}
.footer .synapse-link:hover .underline {
  left: 0;
}
.footer .synapse-link:active {
  color: rgba(163, 32, 32, 0.7);
}
@media (max-width:1199.98px) {
  .footer .footer-address, .footer .footer-schedule {
    text-align: left;
  }
}
@media (max-width:991.98px) {
  .footer-policy, .footer-copyright {
    margin-bottom: 12px;
  }
  .footer .footer-social-networks {
    margin-top: 10px;
  }
  .footer .md-order-0 {
    order: 0;
  }
  .footer .md-order-1 {
    order: 1;
  }
  .footer .md-order-2 {
    order: 2;
  }
}
@media (max-width:767.98px) {
  .footer-social-networks {
    justify-content: center;
  }
  .footer-menu-heading {
    margin-bottom: 8px;
  }
  .footer-contacts-title, .footer .footer-address, .footer .footer-schedule {
    text-align: center;
  }
  .footer-email, .footer-phone {
    justify-content: center;
  }
  .footer-col--address, .footer-col--schedule, .footer-col--email, .footer-col--phones {
    margin: 4px 0px;
  }
  .footer .menu--footer .menu {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    text-align: center;
  }
  .footer .menu--footer .menu-item--expanded {
    text-align: center;
  }
  .footer .menu--footer .menu-item--expanded .menu-item {
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  .footer .menu--footer .menu-item a {
    text-align: center;
  }
}
#block-block-catalog-description {
  color: #494949;
}
.catalog-description .catalog-col {
  width: 100%;
}
.catalog-teaser {
  border: 1px solid #f9f9f9;
}
@media (min-width:768px) {
  .catalog-togglers {
    display: flex;
  }
}
.sidebar-nav .sidebar-nav-trigger {
  color: #494949;
  opacity: 1;
  transition: color 0.4s, background 0.4s;
}
.sidebar-nav .parent-menu-item--is-active > a {
  color: #a32020;
}
.sidebar-nav .parent-menu-item--is-active .sidebar-nav-trigger {
  color: #a32020;
}
.sidebar-nav .parent-menu-item:hover .sidebar-nav-trigger {
  color: #a32020;
}
.sidebar-nav .parent-menu-link {
  opacity: 1;
  color: #494949;
  background-color: #e5e0e2;
}
.sidebar-nav .parent-menu-link:hover {
  color: #a32020;
}
.block-views-blockproduct-block-front-preview .catalog-row {
  margin: 0 -22px;
}
.block-views-blockproduct-block-front-preview .catalog-row .catalog-col {
  width: 50%;
  padding: 0 22px 50px;
}
.block-views-blockproduct-block-front-preview .catalog-row .catalog-col:only-child {
  margin: 0 auto;
}
@media (max-width:767.98px) {
  .block-views-blockproduct-block-front-preview .catalog-row .catalog-col {
    width: 100%;
  }
}
.block-views-blockproduct-block-front-preview .catalog-row-3 .catalog-col {
  width: 33.3333333333%;
}
@media (max-width:991.98px) {
  .block-views-blockproduct-block-front-preview .catalog-row-3 .catalog-col {
    width: 50%;
  }
}
@media (max-width:767.98px) {
  .block-views-blockproduct-block-front-preview .catalog-row-3 .catalog-col {
    width: 100%;
  }
}
@media (max-width:1199.98px) {
  .catalog--row .product {
    align-items: center;
  }
}
.product-full-cart {
  display: flex;
  align-items: center;
}
.catalog--row .product-full-cart {
  width: unset;
}
.product-full .page-title {
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
}
.product-full .field--name-field-short {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px;
  opacity: 1;
  color: #494949;
}
.product-full .favorite {
  position: static;
  margin-left: 14px;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  border: solid 1px #494949;
}
.product-full .favorite:hover {
  color: #a32020;
}
.product-teaser {
  height: 100%;
  border: 1px solid #f9f9f9;
}
.product-teaser .product-title {
  min-height: unset;
  margin-bottom: 7px;
}
.product-teaser .product-title a {
  color: #a32020;
}
.product-teaser .product-title a:hover {
  color: #d83838;
}
.product-teaser .product-mark {
  position: static;
  min-width: unset;
  text-align: left;
  margin-bottom: 16px;
}
.product-teaser .product-content {
  flex-grow: 1;
}
.product-teaser .product-content-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog--row .product-teaser .product-content {
  justify-content: flex-start;
  padding: 30px 231px 30px 25px;
}
@media (max-width:1199.98px) {
  .catalog--row .product-teaser .product-content {
    padding: 30px 30px 130px 25px;
  }
}
.product-teaser .field--name-field-short {
  margin-bottom: 15px;
  color: #494949;
}
@media (max-width:767.98px) {
  .product-teaser .variations-button:not(.variations-button--full) .btn {
    padding: 14px;
    min-width: 131px;
  }
}
.product-preview {
  max-width: 100%;
}
.product-preview .product-picture {
  min-height: unset;
}
.product-preview .product-picture img {
  height: unset;
}
.product-preview .product-picture:hover img, .product-preview .product-picture:active img {
  transform: none !important;
}
.product-preview .product-picture .flickity-prev-next-button {
  transform: translateY(-50%) scale(0.7);
}
.product-preview .product-title {
  min-height: unset;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
}
.catalog--row .product-cart {
  width: unset;
}
@media (max-width:1199.98px) {
  .catalog--row .product-cart {
    min-height: unset;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
  }
}
.product-mark {
  padding: 0px !important;
  background: transparent;
}
.product-mark a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  border: solid 1px #a32020;
  color: #a32020;
  padding: 2px 13px;
}
.product-mark a:hover {
  color: #a32020;
}
.product-column--left {
  margin-right: 30px;
  width: 580px;
}
@media (max-width:767.98px) {
  .product-column--left {
    width: auto;
    margin-right: 0px;
  }
}
@media (max-width:575.98px) {
  .product-column--right {
    width: 100%;
  }
}
.product-article {
  color: #494949;
  font-size: 14px;
  margin-bottom: 7px;
}
.product-gallery {
  flex-direction: row;
  justify-content: space-between;
  align-items: unset;
}
.product-gallery-main {
  position: unset;
  width: 75%;
  min-height: 389px;
  flex-grow: 0;
  align-self: unset;
}
.product-gallery-image {
  height: 100%;
}
.product-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-thumbs {
  flex-direction: column;
  margin: 30px 30px 0px 0px;
  width: 20%;
  padding-top: 0px;
}
.product-gallery-thumb {
  padding: 5px 0px;
  width: 100%;
  height: 25%;
}
.product-gallery-thumb:last-child {
  margin-bottom: 0px;
}
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width:576px) {
  .product-gallery-arrow {
    left: 7%;
  }
}
@media (max-width:575.98px) {
  .product-gallery {
    flex-direction: column;
    align-items: center;
  }
  .product-gallery-main {
    width: 100%;
    min-height: unset;
  }
  .product-gallery-thumbs {
    display: flex;
    order: 2;
    width: calc(100% - 60px);
    flex-direction: row;
    margin: 10px 0px 0px 30px;
  }
  .product-gallery-thumb {
    width: 20%;
    height: 100%;
    margin: 0px;
    padding: 0px 5px;
  }
}
.product-description-button .btn {
  background-color: #a32020;
  color: #ffffff;
}
.product-description-button .btn:hover {
  background-color: #631313;
}
.product-tabs {
  border-bottom: 1px solid #f9f9f9;
}
.product-tabs-header {
  border-bottom: 1px solid #f9f9f9;
  color: #494949;
}
.product-tabs-header .nav .nav-link {
  transition: color 0.4s, border 0.4s;
  color: #494949 !important;
  border: none !important;
  opacity: 1;
}
.product-tabs-header .nav .nav-link.active {
  color: #494949 !important;
}
.product-tabs-header .nav .nav-link:hover {
  color: #494949 !important;
}
.product-characteristics {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #494949;
}
.product-characteristics-title {
  margin-bottom: 5px;
  font-weight: normal;
}
.product-characteristics-list {
  margin-bottom: 30px;
  padding-inline-start: 30px;
}
@media (min-width:1200px) {
  .block-views-blockproduct-block-similar .container {
    max-width: 1140px;
  }
}
@media (min-width:1200px) {
  .container--product {
    max-width: 1140px;
  }
}
.variations {
  height: 100%;
}
.variations .variations-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
  height: 100%;
}
.variations .variations-price {
  flex-direction: column;
}
.variations .variations-price__old {
  margin: 0px 16px 0px 0px;
  font-size: 17px;
  line-height: 26px;
  color: #494949;
}
.variations .variations-price__current {
  margin: 0px 20px 0px 0px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.variations .variations-quantity {
  margin-bottom: 0px;
  padding: 0px;
  background-color: #a32020;
  color: #ffffff;
}
.variations .variations-quantity .variations-quantity-button {
  height: 47px;
  width: 47px;
  margin: 0px;
}
.variations .variations-quantity .variations-quantity-button--plus {
  border-radius: 0 4px 4px 0;
}
.variations .variations-quantity .variations-quantity-button--minus {
  border-radius: 4px 0 0 4px;
}
.variations .variations-quantity .variations-quantity-button line {
  stroke: #ffffff;
}
.product-full-variations .variations-price__current {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.product-teaser .variations-price {
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.product-teaser .variations-price__old {
  order: 1;
}
.product-teaser .variations-price__current {
  order: 0;
}
.product-teaser .variations-wrapper {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.product-teaser .variations-button:not(.variations-button--full) .btn {
  padding: 14px 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #a32020;
  min-width: 181px;
  width: auto;
  height: auto;
}
.product-teaser .variations-button:not(.variations-button--full) .btn svg {
  display: none;
}
.product-preview {
  flex-grow: unset;
}
.product-preview:hover {
  box-shadow: none;
}
.product-preview .variations-wrapper {
  display: block;
}
.product-preview .variations-price {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px;
}
.product-preview .variations-price__old {
  order: 1;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 0 21px;
}
.product-preview .variations-price__current {
  font-size: 32px;
  margin: 0;
}
.product-preview .variations-button {
  display: flex;
  justify-content: center;
}
.product-preview .variations-button:not(.variations-button--full) .btn {
  padding: 17px 35px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #a32020;
  width: 100%;
  max-width: 314px;
  height: auto;
}
.product-preview .variations-button:not(.variations-button--full) .btn:hover {
  background-color: #781818;
}
.product-preview .variations-button:not(.variations-button--full) .btn svg {
  display: none;
}
.path-vacancy .view-content .views-row {
  margin-bottom: 40px;
}
.path-vacancy .view-content .views-row:last-of-type {
  margin-bottom: 0;
}
.messangers {
  display: flex;
  margin: 0 0 10px;
}
@media (max-width:991.98px) {
  .messangers {
    margin: 0 0 10px;
  }
}
.socials {
  display: none;
  margin: 0px -8px 10px;
}
.footer .socials, .service-block--contacts .socials {
  display: flex;
}
.socials:last-child:not(:only-child) {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:991.98px) {
  .socials {
    display: flex;
    margin: 0 0 10px;
  }
}
.header-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.header-social-networks {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  margin: 0 17px 0 0;
}
.header-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.header-social-networks a:hover {
  background-color: #631313;
}
@media (max-width:991.98px) {
  .header-social-networks {
    margin: 8px -10px 0px -10px;
  }
}
.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.footer-social-networks {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-social-networks a {
  padding: 0px;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.footer-social-networks a:hover {
  background-color: #631313;
}
@media (max-width:991.98px) {
  .footer-social-networks {
    margin-top: 30px;
    text-align: left;
  }
}
.contact-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #a32020;
}
.contact-social-networks {
  margin: 0px -10px 0px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.contact-social-networks a:hover {
  background-color: #631313;
}
.whatsapp {
  background-color: #25d366;
}
.whatsapp-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 120px;
  z-index: 50;
}
.whatsapp-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 0 10px -3px #131313;
  transition: box-shadow 0.4s;
}
.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
  animation: sway 6s ease-in-out infinite;
}
.whatsapp-widget__sign {
  color: #25d366;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(19, 19, 19, 0.3), 0 0 3px rgba(141, 198, 63, 0.3);
  text-align: center;
  text-shadow: 0 0 1px rgba(19, 19, 19, 0.3);
}
.whatsapp-widget--colored .whatsapp-widget__sign {
  color: #a32020;
  background-color: #fff;
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #a32020;
}
@media (max-width:767.98px) {
  .whatsapp-widget {
    bottom: 5px;
    right: 5px;
  }
}
.whatsapp:hover {
  background-color: #1a9247 !important;
}
.telegram {
  background-color: #1d97c9 !important;
}
.telegram svg {
  margin-left: -3px;
}
.telegram:hover {
  background-color: #136586 !important;
}
.viber {
  background-color: #7360f2;
}
.viber svg {
  margin-bottom: -2px;
}
.viber:hover {
  background-color: #3519ec !important;
}
.pagination {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  align-items: center;
  justify-content: flex-end;
}
.pagination .pager__item--next, .pagination .pager__item--previous {
  display: none;
}
.pagination .pager__item--first, .pagination .pager__item--last {
  transition: transform 0.4s, opacity 0.4s;
}
.pagination .pager__item--first:active, .pagination .pager__item--last:active {
  opacity: 0.7;
}
.pagination .pager__item--first span, .pagination .pager__item--last span {
  display: none;
}
.pagination .pager__item--first .page-link, .pagination .pager__item--last .page-link {
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(/files/site/pagination-arrow.svg) no-repeat center;
}
.pagination .pager__item--first:hover {
  transform: translate3d(-4px, 0, 0);
}
.pagination .pager__item--first .page-link {
  transform: scale(-1, 1);
  margin-right: 18px;
}
.pagination .pager__item--last:hover {
  transform: translate3d(4px, 0, 0);
}
.pagination .pager__item--last .page-link {
  margin-left: 18px;
}
.pagination .page-link {
  border: 0;
  margin: 0;
  color: #494949;
  padding: 5px 10px;
  background-color: transparent;
  transition: color 0.4s, opacity 0.4s;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  color: #494949;
  background-color: transparent;
}
.pagination .page-link:active {
  opacity: 0.7;
}
.pagination .is-active .page-link {
  color: #494949;
}