@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.container--small {
  max-width: 910px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.page {
  position: relative;
}
.front .page--visitka .page-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.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: 27px;
  line-height: 1.3;
  font-weight: 400;
  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(239, 247, 248, 0.09);
}
.cart-small-icon:focus {
  outline: none;
}
.cart-small-label {
  display: none;
}

@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: #292626;
}
.node--syspage-promo-content h2 {
  font-size: 21px;
}
@media (max-width: 575.98px) {
  .node--syspage-promo-content h2 {
    font-size: 18px;
  }
}
.node--syspage-promo-content h2.field-short-first-string {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .node--syspage-promo-content h2.field-short-first-string {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .node--syspage-promo-content h2.field-short-first-string {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.path-policy .page-content h2 {
  margin-bottom: 16px;
  margin-top: 30px;
}

.flickity-button-icon {
  fill: #494949;
}

.service-slider .flickity-button-icon {
  fill: #292626;
}
.service-slider .flickity-page-dots .dot {
  background: #292626;
}

.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("../images/icons/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: 12px;
  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: 12px;
  line-height: 1.25;
  margin-bottom: 0;
}
.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(45, 116, 126, 0.7);
  }
}
.breadcrumb .list-item:last-child::after {
  content: none;
}
.breadcrumb .list-link {
  color: #2d747e;
  transition: opacity 0.4s;
}
@media (min-width: 576px) {
  .node--type-service .breadcrumb .list-link {
    color: #2d747e;
  }
}
.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", Verdana, Arial, sans-serif;
}

@media (max-width: 575.98px) {
  .node--syspage-text h1 {
    font-size: 27px;
  }
}

h3 {
  font-size: 23px;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.text-formatted {
  font-weight: 300;
  font-size: 16px;
  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: 600;
  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: 18px;
  }
}
.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("../images/icons/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 img {
    width: 100%;
  }
}
.text-formatted img.align-left {
  margin: 0 15px 15px 0;
}
@media (max-width: 575.98px) {
  .text-formatted img.align-left {
    margin: 15px 0;
  }
}
.text-formatted img.align-right {
  margin: 0 0 15px 15px;
}
@media (max-width: 575.98px) {
  .text-formatted img.align-right {
    margin: 15px 0;
  }
}
@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: #40909b;
}
@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: #40909b;
}
@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: #40909b;
}
@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: #41a8b6;
  border-color: #41a8b6;
}

.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 {
  fill: #02515c;
  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: #2d747e;
}
@media (max-width: 991.98px) {
  .cart-small-icon--cart svg,
  .cart-small-icon--cart path, .cart-small-icon--favorites svg,
  .cart-small-icon--favorites path {
    fill: #2d747e;
  }
}
@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: #40909b;
  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: #fffd75;
}
@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;
  }
}

.cart-name {
  color: #2d747e;
}
.cart-name:hover {
  color: #41a8b6;
}
.cart-sidebar {
  border: solid 1px #f9f9f9;
}
.cart-sidebar .btn--main {
  font-size: 16px;
  border-color: #2d747e;
  background: #2d747e;
}
.cart .cart-button--fav-in {
  color: #2d747e;
}

.checkout-form .btn--big {
  min-width: 160px;
  font-size: 18px;
}

#app-cart .cart-total-count {
  margin-bottom: 20px;
}
#app-cart .cart-total-price.total-price-subtotal {
  margin-bottom: 20px;
}
#app-cart .cart-total-adjustment {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #app-cart .cart-col--buttons {
    position: absolute;
    top: auto;
    bottom: 17px;
    right: 0;
  }
}
#app-cart .cart-col--product .cart-name {
  margin-right: 20px;
}
#app-cart .cart-col--product .cart-name:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 575.98px) {
  #app-cart .cart-col--product {
    margin-right: 0;
  }
  #app-cart .cart-col--product .cart-name {
    max-width: 100%;
  }
}

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

.service .container .container {
  padding: 0;
}
.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: #292626;
  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: 400px;
  }
}
.service-promo-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 45px;
  max-width: 600px;
  letter-spacing: 0.3px;
}
@media (max-width: 991.98px) {
  .service-promo-title {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .service-promo-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.service-promo-short {
  max-width: 600px;
}
.service-promo-short h2 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .service-promo-short h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.service-promo-info h3 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media (max-width: 767.98px) {
  .service-promo-info h3 {
    font-size: 18px;
  }
}
.service-block {
  padding: 70px 0;
}
.service-block:target {
  scroll-margin-top: 62px;
}
@media (max-width: 991.98px) {
  .service-block:target {
    scroll-margin-top: 80px;
  }
}
@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--small {
  padding-bottom: 35px;
}
.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: 400;
  font-size: 24px;
  margin-bottom: 23px;
}
.service-block-title--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-block-title--flex .service-block-more {
  padding-top: 0;
}
.service-block-title--no-margin {
  margin-bottom: 0 !important;
}
.service-block-title--offset {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .service-block-title--offset {
    margin-bottom: 25px;
  }
}
.service-block-title h2 {
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: 0;
}
.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) .product-teaser {
  background-color: #ffffff;
}
.service-block:nth-child(2n+1) {
  background-color: #eff7f8;
}
.service-block:nth-child(2n+1) .container {
  background-color: inherit;
}
.service-block:nth-child(2n+1) .service-text-image-plate {
  background-color: #fff;
}
.service-block:nth-child(2n+1) .product-teaser {
  background-color: #eff7f8;
}
.service-block-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.service-about {
  color: #494949;
  line-height: 1.35;
  display: flex;
  text-align: left;
  padding: 30px 30px 35px 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: 1.2;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767.98px) {
  .service-about--image .service-about-title {
    font-size: 20px;
    margin: 20px 0px;
  }
}
.service-about--image .service-about-text {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .service-about--image .service-about-text {
    font-size: 16px;
  }
}
.service-about-icon {
  color: #5c5c5c;
  margin-right: 20px;
  font-size: 32px;
  min-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .service-about-icon {
    min-height: 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .service-about-icon {
    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;
  }
}
@media (max-width: 991.98px) {
  .service-about {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 25px 0;
  }
}
.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: 700;
  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-btn {
  margin-top: 30px;
}
.service-image .field--name-field-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  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: 1.4;
}
.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: 40px;
    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: #02515c;
}
.service-order:target {
  scroll-margin-top: 62px;
}
@media (max-width: 991.98px) {
  .service-order:target {
    scroll-margin-top: 80px;
  }
}
@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: #eff7f8;
}
.service-teaser::before {
  background-color: rgba(239, 247, 248, 0.7);
}
.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 #40909b;
}
.service .work-scope-item-title, .service .work-scope-item-text {
  width: 262px;
}
.service .work-scope-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  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 #40909b;
  border-radius: 50%;
  font-weight: normal;
  font-size: 44px;
  line-height: 52px;
  color: #40909b;
}
.service .work-scope-item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
@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: 1.2;
  }
  .service .work-scope-item-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
@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: 700;
  font-size: 24px;
  line-height: 1.1;
  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 30px;
  }
  .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: 1.2;
    text-align: center;
  }
}
.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: #40909b;
}
.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: #40909b;
  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: 1.2;
  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:not(:last-child) {
  margin: 0 0 30px;
}
.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-content .field--name-field-button {
    display: flex;
    justify-content: center;
  }
  .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;
  background-color: #ffffff;
}
.node--type-service .block-views .service-teaser::before,
.node--type-service .block-views .vacancy-teaser::before,
.node--type-service .block-views .faq-teaser::before,
.node--type-service .block-views .doc-teaser::before,
.node--type-service .block-views .testimonial-teaser::before {
  background-color: rgba(239, 247, 248, 0.7);
}
.node--type-service .block-views:nth-child(2n) {
  background-color: #eff7f8;
}
.node--type-service .block-views:nth-child(2n) .service-teaser::before,
.node--type-service .block-views:nth-child(2n) .vacancy-teaser::before,
.node--type-service .block-views:nth-child(2n) .faq-teaser::before,
.node--type-service .block-views:nth-child(2n) .doc-teaser::before,
.node--type-service .block-views:nth-child(2n) .testimonial-teaser::before {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .node--type-service .block-views {
    padding: 50px 0 30px;
  }
}
.node--type-service .odd-count ~ .block-views:nth-child(2n) {
  background-color: #ffffff;
}
.node--type-service .odd-count ~ .block-views:nth-child(2n) .service-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n) .vacancy-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n) .faq-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n) .doc-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n) .testimonial-teaser::before {
  background-color: rgba(239, 247, 248, 0.7);
}
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) {
  background-color: #eff7f8;
}
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) .service-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) .vacancy-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) .faq-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) .doc-teaser::before,
.node--type-service .odd-count ~ .block-views:nth-child(2n+1) .testimonial-teaser::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.paragraph--type--text-slider {
  overflow: hidden;
}

.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: 700;
  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: 1.4;
  }
}
.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: 1.2;
  text-align: center;
}
.page--visitka .service-contacts > div:not(:last-child) {
  margin-bottom: 10px;
}
.page--visitka .service-contacts-schedule {
  line-height: 2;
}
.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: #2d747e;
  line-height: 1.2;
  padding: 0 10px;
  transition: color 0.4s;
}
.page--visitka .service-contacts-phone a:hover, .page--visitka .service-contacts-email a:hover {
  color: #41a8b6;
}
.page--visitka .service-contacts-phone {
  margin-bottom: 0px;
}
.page--visitka .service-contacts-phone::after {
  display: none;
}
.page--visitka .service-contacts-phone a:not(:last-child) {
  border-right: 2px solid #b04563;
}
@media (max-width: 767.98px) {
  .page--visitka .service-contacts {
    font-size: 16px;
    line-height: 1.4;
  }
}
.page--visitka .service-promo-content {
  padding: 187px 0px;
}
.page--visitka .service-promo-title {
  max-width: 600px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
.page--visitka .service-promo-short {
  font-size: 21px;
  line-height: 1.25;
  max-width: 600px;
  margin-bottom: 30px;
}
.page--visitka .service-promo-short h2 {
  font-weight: normal;
  font-size: 21px;
  line-height: 1.25;
}
.page--visitka .service-promo .service-promo-order {
  text-transform: none;
  padding: 12px 32px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .page--visitka .service-promo-title {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .page--visitka .service-promo {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .page--visitka .service-promo-content {
    padding: 110px 0px;
  }
  .page--visitka .service-promo-title {
    font-size: 30px;
  }
  .page--visitka .service-promo-order {
    font-size: 16px;
    line-height: 1.4;
  }
  .page--visitka .service-promo-short {
    font-size: 18px;
    line-height: 1.2;
  }
  .page--visitka .service-promo-short h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 36px 0px;
}
.page--visitka .service-about-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page--visitka .service-about-title {
    font-size: 20px;
    margin: 0 0px 10px;
  }
}
.page--visitka .service-about-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page--visitka .service-about-text {
    font-size: 16px;
  }
}
.page--visitka .service-order {
  background-color: #cde8ec;
}
.page--visitka .service-order:target {
  scroll-margin-top: 62px;
}
@media (max-width: 991.98px) {
  .page--visitka .service-order:target {
    scroll-margin-top: 80px;
  }
}
.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: 1.4;
  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: 767.98px) {
  .page--visitka .service .field--name-field-about-items {
    flex-direction: column;
  }
  .page--visitka .service .field--name-field-about-items > .field__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .page--visitka .service .field--name-field-about-items > .field__item:last-child {
    margin-bottom: 0;
  }
}
.page--visitka .contact-social-networks {
  margin-top: 40px;
}
.page--visitka #synmap {
  height: 343px;
}
.page--visitka #block-views-block-product-block-front {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .page--visitka .service-about {
    width: 100%;
  }
  .page--visitka .service-about:has(.service-about-text) .service-about-icon,
  .page--visitka .service-about:has(.service-about-text) .service-about-image {
    grid-row: span 2;
  }
  .page--visitka .service-about:has(.service-about-text) .service-about-title {
    align-self: end;
  }
  .page--visitka .service-about-content {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 6px 24px;
  }
  .page--visitka .service-about-content:has(.service-about-image) {
    grid-template-columns: minmax(100px, 33%) 1fr;
  }
  .page--visitka .service-about-title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    align-self: center;
    text-align: left;
  }
  .page--visitka .service-about-text {
    grid-column: 2;
    text-align: left;
  }
  .page--visitka .service-about-icon {
    max-width: 100px;
  }
  .page--visitka .service-about-icon,
  .page--visitka .service-about-image {
    margin: 0;
  }
}
.page--cottage .service-block-more {
  margin-top: 50px;
}

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

.page--service .block-views .service-block-title--faq {
  border-top: 1px solid #f9f9f9;
}
.page--service .faq-teaser--more a::before {
  background-color: #2d747e;
}
.page--service .faq-token h2::before {
  background-color: #2d747e;
}
.page--service .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox label {
  border: 2px solid #2d747e;
}
.page--service .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox input:checked + label {
  background-color: #2d747e;
}

.flickity-prev-next-button {
  background-color: transparent;
}
.flickity-prev-next-button:hover, .flickity-prev-next-button:active {
  background-color: transparent;
}

.btn {
  color: #fffd75;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.4px;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  border-color: #2d747e;
  background-color: #2d747e;
  transition: box-shadow 0.4s, background-color 0.4s, transform 0.2s;
  text-align: center;
  white-space: normal;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fffd75;
  background-color: #205158;
}
.btn:active {
  background-color: #122f33;
}
.btn.btn-sm {
  margin: 0;
  padding: 0.25rem 0.5rem;
  min-width: 28px;
  border-radius: 0.2rem;
}
.btn.btn--cart {
  padding: 14px;
  min-width: 150px;
  min-height: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
.btn--main {
  color: #fffd75;
  background-color: #2d747e;
}
.btn--main:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--main:hover {
  color: #fffd75;
  background-color: #205158;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--main:active {
  background-color: #0b1e20;
}
.btn--gradient {
  color: #fffd75 !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, #205158 -1.92%, #348591 129.63%);
}
.btn--gradient:focus {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--gradient:hover {
  color: #fffd75;
  background: linear-gradient(90deg, #205158 -1.92%, #205158 129.63%);
}
.btn--gradient:active {
  background-color: #0b1e20;
}
.btn--back {
  display: none;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 10;
  font-size: 0;
  height: 48px;
  width: 48px;
  min-width: 48px;
}
.btn--back::before {
  content: "←";
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .btn--back {
    display: none;
  }
}
.btn--bordered {
  color: #2d747e;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: transparent;
  border: solid 1px #2d747e;
  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: #fffd75;
  background-color: #2d747e;
  border-color: transparent;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
.btn--bordered:active {
  background-color: #194046;
}
.btn--big {
  font-size: 14px;
  font-weight: 400;
  min-height: 63px;
  min-width: 315px;
}
.btn--recall {
  font-size: 0;
  border-radius: 50%;
}
.btn--recall svg {
  display: none;
}
@media (max-width: 1280px) {
  .btn--recall {
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    min-width: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 24px;
  }
  .btn--recall svg {
    display: block;
  }
  .btn--recall svg path {
    fill: #2d747e;
  }
  .btn--recall:hover, .btn--recall:active {
    border-color: #2d747e;
  }
}
@media (max-width: 991.98px) {
  .btn--recall {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-size: 23px;
  }
  .btn--recall:hover, .btn--recall:focus {
    box-shadow: none;
  }
}
@media (min-width: 501px) and (max-width: 991.98px) {
  .btn--recall svg {
    width: 20px;
    height: 20px;
  }
  .btn--recall svg path {
    fill: #fffd75;
  }
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}

.product-cart .variations-button:not(.variations-button--full) .btn {
  border: solid 3px #41a8b6;
  fill: #41a8b6;
}
.product-cart .variations-button:not(.variations-button--full) .btn--cart-added {
  fill: #fffd75;
  background-color: #41a8b6;
}

.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--fz-152,
.contact-message-form .form-item--fz-152 {
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .checkout-form .form-item--fz-152,
  .contact-message-form .form-item--fz-152 {
    max-width: 370px;
    margin: 0 auto 16px;
  }
}
.checkout-form .form-item--fz-152 input,
.contact-message-form .form-item--fz-152 input {
  transform: translateY(1px);
}
.checkout-form .form-item--fz-152-label,
.contact-message-form .form-item--fz-152-label {
  font-size: 15px;
}
.checkout-form .form-item--fz-152-description,
.contact-message-form .form-item--fz-152-description {
  display: inline;
  font-size: 1em;
}
.checkout-form .form-item--fz-152-description::after,
.contact-message-form .form-item--fz-152-description::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 3px;
  content: "";
  vertical-align: super;
  background-image: url(../images/icons/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
.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(64, 144, 155, 0.07);
}
.checkout-form .form-control:focus,
.contact-message-form .form-control:focus {
  padding-right: 0;
  padding-left: 15px;
  background-color: #fff;
  border-color: #40909b;
}
.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.contact-message-order-form .form-item--fz-152,
.contact-message-form.contact-message-order-form .form-item--fz-152 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .checkout-form.contact-message-order-form .form-item--fz-152,
  .contact-message-form.contact-message-order-form .form-item--fz-152 {
    text-align: center;
  }
}
.checkout-form.contact-message-order-form .form-item--fz-152 input,
.contact-message-form.contact-message-order-form .form-item--fz-152 input {
  margin-top: 2px;
  margin-right: 3px;
}
.checkout-form.contact-message-order-form .form-actions,
.contact-message-form.contact-message-order-form .form-actions {
  padding-top: 0;
}
.checkout-form.contact-message-order-form .description,
.contact-message-form.contact-message-order-form .description {
  text-align: left !important;
}

.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: #40909b;
}

.header-search {
  width: 100%;
  position: relative;
  transition: box-shadow 0.4s;
}
.header-search-field {
  width: 100%;
  display: block;
  color: #959595;
  font-size: 16px;
  line-height: 1.25;
  padding: 12px 40px 12px 15px;
  border: 2px solid #2d747e;
  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("../images/icons/search-white.svg") no-repeat center #2d747e;
}
.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 {
  color: #494949;
  margin: 0;
  padding: 9px 10px;
  font-size: 16px;
  line-height: 1.2;
  min-height: 40px;
  background-color: #ffffff;
  border-radius: 0;
  border-color: #f9f9f9;
  transition: border-color 0.4s, background-color 0.4s;
}
.views-exposed-form .form-control:hover {
  background-color: #ffffff;
}
.views-exposed-form .form-control:focus {
  box-shadow: none;
  border-color: #2d747e;
  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: #40909b;
  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;
  }
}

.webform-submission-form .form-actions {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .webform-submission-form .form-actions {
    flex-wrap: wrap;
  }
}
.webform-submission-form .form-actions .form-submit {
  margin: 0;
}
@media (max-width: 767.98px) {
  .webform-submission-form .form-actions .form-submit {
    width: 100%;
  }
}
.webform-submission-form .webform-checkboxes-other legend {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .cabinet-form .form-type-password {
    margin-bottom: 60px !important;
  }
}

.header {
  color: #02515c;
  line-height: 1.35;
  position: relative;
  flex-shrink: 0;
  background-color: #ffffff;
  z-index: 11;
}
.header-full {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.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 {
    min-height: 80px;
    padding: 5px 0;
  }
  .header-row .cart-small {
    display: flex;
    flex-shrink: 0;
  }
}
.header-col {
  margin: 0 30px 0 0;
}
.header-col--logo {
  flex-shrink: 0;
}
.header-col--btn a {
  font-size: 16px;
  min-width: 140px;
}
@media (max-width: 991.98px) {
  .header-col--btn {
    display: none;
  }
}
.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 {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.header-col--phones {
  display: flex;
}
@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;
}
@media (max-width: 1199.98px) {
  .header-col {
    margin-right: 25px;
  }
}
.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 {
  line-height: 1.2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 200px;
  margin-left: 14px;
  padding-left: 14px;
}
.header-logo-content::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 6px;
  left: 0;
  width: 1px;
  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: 700;
  margin-bottom: 2px;
  transition: color 0.4s;
}
.header-logo-text {
  font-size: 16px;
  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: "";
  position: absolute;
  top: 9px;
  bottom: 6px;
  left: 0;
  width: 1px;
  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: 20px;
}
.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: #2d747e;
}
.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 {
  color: #02515c;
  display: block;
  transition: opacity 0.4s, color 0.4s;
}
.header-phone a:last-child {
  margin-bottom: 0;
}
.header-phone a:hover {
  color: #2d747e;
  opacity: 0.7;
}
.header-phone a:active {
  color: #41a8b6;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .header-phone {
    display: none;
  }
}
.header-phone .btn {
  margin-left: 15px;
}
.header-text {
  font-size: 12px;
  display: none;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .header-text {
    display: block;
  }
}
.header-nav {
  color: #494949;
  position: relative;
  background-color: #cde8ec;
  box-shadow: inset 0 0px 0px 0px #f5f5f5, inset 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.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;
  }
}
@media (min-width: 992px) {
  .header-nav-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 5px 0;
  }
  .header-nav-content ul {
    font-size: 12px;
    flex-grow: 1;
    margin-right: 40px;
    text-transform: uppercase;
  }
  .header-nav-content ul li {
    padding: 0;
    margin: 0 35px 0 0;
  }
  .header-nav-content ul li:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-nav-content ul li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .header-nav-content ul a {
    color: #494949;
    position: relative;
    display: inline-block;
    padding: 0;
    transition: color 0.4s, opacity 0.4s;
    overflow: hidden;
  }
  .header-nav-content ul a .underline {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #40909b;
    transition: left 0.4s;
  }
  .header-nav-content ul a:hover {
    color: #40909b;
  }
  .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 {
    padding: 10px 15px;
    border-radius: 0;
  }
  .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: #02515c;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #02515c;
    transition: color 0.4s;
  }
  .header-nav:first-child .header-nav-button button:hover {
    color: #0493a7;
  }
}
@media (max-width: 991.98px) {
  .header-nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 80px);
    padding: 10px 0 20px;
    border-top: solid 1px #f9f9f9;
    background-color: #ffffff;
    opacity: 0;
    transform: scale(0.6);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s;
    overflow: auto;
    pointer-events: none;
  }
  .header-nav-languages {
    display: none;
  }
  .show-mobile-nav .header-nav {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .header-nav ul {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    margin: 0 -10px;
  }
  .header-nav a {
    display: block;
    padding: 15px 10px;
    text-align: right;
    transition: color 0.4s, background-color 0.4s;
  }
  .header-nav a:hover {
    color: #eff7f8;
  }
  .header-nav a:active {
    background-color: rgba(239, 247, 248, 0.07);
  }
  .header-nav .main-menu .menu {
    position: static;
    display: none;
    padding: 0 0 15px 15px;
    border: 0;
  }
  .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 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 55px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: color 0.4s, transform 0.4s;
  }
  .header-nav .main-menu .menu-dropdown-trigger:hover, .header-nav .main-menu .menu-dropdown-trigger:active {
    color: #2d747e;
  }
  .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;
    font-weight: normal;
    padding: 10px 8px;
  }
  .header-nav .main-menu .menu .nav-link::before {
    content: "—";
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header-nav .main-menu .nav-link,
  .header-nav .main-menu .list-link {
    color: #494949;
  }
  .header-nav .main-menu .nav-link:hover,
  .header-nav .main-menu .list-link:hover {
    color: #40909b;
  }
}
.header-lk {
  font-size: 14px;
  position: relative;
  flex-wrap: wrap;
  margin-right: 45px;
  white-space: nowrap;
}
.header-lk path,
.header-lk svg {
  fill: #02515c;
  transition: fill 0.4s, stroke 0.4s;
}
.header-lk a {
  display: inline-block;
  margin-right: 15px;
  transition: opacity 0.4s;
}
.header-lk a:last-child {
  margin-right: 0;
}
.header-lk a:hover path,
.header-lk a:hover svg {
  fill: #2d747e;
  stroke: #2d747e;
}
@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 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: 17px;
    border-radius: 24px;
    background-color: #fff;
    transition: box-shadow 0.4s, background-color 0.4s;
    overflow: hidden;
  }
  .header-toggler:hover {
    border-color: #2d747e;
  }
  .header-toggler:active, .header-toggler:focus {
    background-color: rgba(239, 247, 248, 0.09);
  }
  .header-toggler:focus {
    outline: none;
  }
  .header-toggler-item {
    position: relative;
    width: 16px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #2d747e;
    transform-origin: center;
    transition: transform 0.4s;
  }
  .header-toggler-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    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 {
    transform: scale(0, 1);
    opacity: 0;
  }
  .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 #eff7f8;
}
.header-logged-small {
  display: none;
  margin: 0px -10px;
  padding: 0px 0px 8px 0px;
}
.header-logged-small a {
  color: #41a8b6;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px !important;
  text-align: left !important;
}
.header-search-small {
  display: none;
}
.header .header-search-small {
  margin: 0px -10px;
}
.header .header-search-text {
  color: #41a8b6;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px !important;
  text-align: left !important;
  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 {
  color: #494949;
  font-size: 12px;
  line-height: 1.4;
  padding: 0px;
  border: none !important;
}
@media (max-width: 991.98px) {
  .header .menu-item {
    font-size: 16px;
  }
  .header .menu-item a {
    padding: 8px 16px;
  }
}
.header-social-networks .messangers {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header-visitka {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    z-index: 101;
  }
  .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;
    margin: 0 -10px;
    padding: 16px;
    border-top: 1px solid #f9f9f9;
  }
  .header .header-nav .mobile-catalog-link {
    color: #494949;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 14px;
    padding: 8px 6px;
    line-height: 1;
    text-align: left;
  }
  .header .mobile-menu-site-info, .header .mobile-menu-address, .header .mobile-menu-email {
    color: #494949;
    font-size: 14px;
    line-height: 18px;
    display: block;
    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;
  }
  .header .mobile-menu-site-title {
    font-size: 16px;
    font-weight: bold;
  }
  .header .mobile-menu-callback {
    color: #fffd75;
    font-size: 13px;
    margin-top: 16px;
    padding: 9px 16px;
    background: #2d747e;
    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 #41a8b6;
  }
  .header .header-col--phones {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
  }
  .header-toggler {
    margin-left: 7px;
    border: 1px solid #f4f4f4;
    border-radius: 24px;
  }
  .header-toggler-item {
    margin-right: -5px;
    background-color: #2d747e;
  }
  .header .header-button {
    margin-left: auto;
  }
  .header .btn--recall {
    background-color: #ffffff;
  }
  .header .btn--recall path {
    fill: #2d747e;
  }
  .header .cart-small {
    margin: 0px 10px 0px 0px;
  }
  .header .cart-small-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px 0px 17px;
    border-radius: 24px;
    flex-shrink: 0;
    border: 1px solid #f4f4f4;
    background-color: #fff;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header .cart-small-item:hover {
    background-color: #2d747e;
  }
}
@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 .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("../images/icons/cart.svg") no-repeat center;
  }
  .header .cart-small-icon--favorites {
    background: url("../images/icons/favourite.svg") no-repeat center;
  }
}

.mobile-catalog-link {
  display: none;
}

.mobile-menu-site-info, .mobile-menu-address, .mobile-menu-email {
  color: #02515c;
  font-size: 14px;
  line-height: 18px;
  display: none;
  margin-bottom: 10px;
}
.mobile-menu-site-info {
  margin: 0 -10px;
  padding: 0px 16px 6px 16px;
  border-bottom: 1px solid #f9f9f9;
}
.mobile-menu-site-title {
  font-weight: bold;
}
.mobile-menu-callback {
  color: #fffd75;
  padding: 9px 16px;
  background: #2d747e;
  border: none;
  outline: none;
}

.show-mobile-nav .header-toggler-item {
  margin-right: 0;
}

.header-visitka .header-full-right {
  display: flex;
  align-items: center;
}
.header-visitka .header-full-right > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1199.98px) {
  .header-visitka .header-full-right > *:not(:last-child) {
    margin-right: 10px;
  }
}
.header-visitka .header-full .header-social-networks {
  display: flex;
}
@media (max-width: 991.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 {
  color: #02515c;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .header-visitka .header-schedule {
    display: none;
  }
}
.header-visitka .header-phone {
  align-items: flex-start;
  margin-bottom: 5px;
  margin-right: 0;
}
.header-visitka .header-phone:last-child {
  margin-bottom: 0;
}
.header-visitka .header-phone a {
  color: #02515c;
}
@media (max-width: 991.98px) {
  .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%);
    overflow: hidden;
  }
}
.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);
  }
}
.header-visitka .header-nav #languages {
  display: none;
}
@media (max-width: 991.98px) {
  .header-visitka .header-nav #languages {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-visitka .header-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .header-visitka .header-nav-content ul a {
    display: block;
  }
  .header-visitka .header-nav-content ul .underline {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-visitka .header-nav .header-social-networks {
    display: none;
  }
  .header-visitka .header-nav .header-social-networks .socials {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-visitka .header-nav .header-social-networks {
    display: flex;
  }
  .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 {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 20;
  }
  .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 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  display: none;
  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;
}
.header-visitka.header--fixed .header-nav #languages {
  display: block;
}

.block-language {
  display: flex;
  align-items: center;
}
.block-language h2 {
  display: none;
}

.btn-lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-height: 27px;
  padding: 0 5px;
  background: none;
  border: 1px solid #2d747e;
  border-radius: 5px;
  box-shadow: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, border-radius 0.3s;
  z-index: 50;
}
.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 {
  color: #2d747e;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.btn-lang-current svg, .btn-lang-list-item svg {
  width: 10px;
  fill: #2d747e;
  transition: transform 0.4s;
}
.btn-lang-current svg path, .btn-lang-list-item svg path {
  fill: #2d747e;
}
.btn-lang-list {
  color: #2d747e;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  border: 1px solid #2d747e;
  border-radius: 0 0 5px 5px;
  border-top: none;
  box-sizing: content-box;
  transform: scale(0.8, 1) translate3d(0, -15px, 0) perspective(1px);
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  pointer-events: none;
  z-index: 15;
}
.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: #40909b;
  text-decoration: none;
}
.btn-lang-list .language-link {
  min-height: 21px;
  width: 100%;
  transition: color 0.4s;
}
@media (min-width: 992px) {
  .btn-lang:hover .btn-lang-list {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .btn-lang.is-active .btn-lang-list {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.footer {
  flex-shrink: 0;
  padding: 0;
  color: #494949;
  background-color: #f6f6f6;
}
.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: #2d747e;
}
.footer-email a:hover {
  color: #205158;
}
.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: #fffd75;
}
.footer-social-networks a:hover {
  opacity: 1;
  background-color: #194046;
}
.footer-copyright {
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer-order {
  background: #cde8ec;
  padding: 30px 0 30px 0;
}
.footer-order-title {
  font-weight: 300;
  font-size: 24px;
  color: #02515c;
}
@media (max-width: 991.98px) {
  .footer-order-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-order-title {
    text-align: center;
  }
}
.footer-order .contact-message-order-form {
  margin-bottom: 0;
}
.footer-order .contact-message-order-form form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
}
.footer-order .contact-message-order-form .form-wrapper {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-order .contact-message-order-form .form-wrapper {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .footer-order .contact-message-order-form .form-wrapper {
    width: calc((100% - 230px) / 2);
  }
}
.footer-order .contact-message-order-form .form-item {
  margin: 0 !important;
}
.footer-order .contact-message-order-form .form-control {
  font-size: 16px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px;
  padding-left: 20px;
}
.footer-order .contact-message-order-form .form-control:focus, .footer-order .contact-message-order-form .form-control:hover {
  background: #fff;
}
.footer-order .contact-message-order-form .field--name-field-details,
.footer-order .contact-message-order-form .field--name-langcode {
  display: none;
}
.footer-order .contact-message-order-form .form-actions {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-order .contact-message-order-form .form-actions {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .footer-order .contact-message-order-form .form-actions {
    width: calc((100% - 230px) / 2);
    flex: 1;
    max-width: 338px;
  }
}
@media (max-width: 575.98px) {
  .footer-order .contact-message-order-form .form-actions {
    width: 100%;
  }
}
.footer-order .contact-message-order-form .form-actions input {
  width: 100%;
  min-width: 100%;
  min-height: auto;
  margin-top: 0;
  min-height: 56px;
}
@media (max-width: 575.98px) {
  .footer-order .contact-message-order-form .form-actions {
    margin: 0 auto;
  }
}
.footer-order .contact-message-order-form .form-item--fz-152 {
  gap: 6px;
  margin: 12px 0;
  text-align: left;
}
.footer-order .contact-message-order-form .form-item--fz-152 input {
  margin-top: 2px;
}
.footer-order .contact-message-order-form .form-item--fz-152 a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .footer-order .contact-message-order-form .form-item--fz-152 {
    width: calc((100% - 230px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-order .contact-message-order-form .form-item--fz-152 {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991.98px) {
  .footer-order .contact-message-order-form .form-item--fz-152 {
    max-width: 100%;
    width: 100%;
  }
}
.footer-policy {
  font-size: 16px;
}
.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: 700;
  font-size: 24px;
  line-height: 1;
  min-height: 24px;
  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: 16px;
  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: 100%;
}
@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: 700;
  font-size: 24px;
  line-height: 1;
}
.footer-contacts-address, .footer-contacts-schedule, .footer-contacts-email, .footer-contacts-phones {
  margin-top: 16px;
  font-size: 16px;
  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: #2d747e;
  border-color: transparent;
  text-decoration: none;
  transition: color 0.4s;
  vertical-align: middle;
  font-size: 16px;
  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: #2d747e;
  bottom: 0;
  left: -100%;
  transition: left 0.4s;
}
.footer .synapse-link:hover {
  color: #2d747e;
}
.footer .synapse-link:hover .underline {
  left: 0;
}
.footer .synapse-link:active {
  color: rgba(45, 116, 126, 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-row {
  margin: 0;
}
.catalog-description .catalog-col {
  width: 100%;
}
.catalog-teaser {
  border: 1px solid #f9f9f9;
}
.catalog-teaser:not(:hover) {
  color: #494949;
}
@media (min-width: 768px) {
  .catalog-togglers {
    display: flex;
  }
}

.sidebar-nav .sidebar-nav-trigger {
  color: #494949;
}
.sidebar-nav .sidebar-nav-trigger path {
  stroke: #494949;
  transition: 0.3s;
}
.sidebar-nav .parent-menu-item--is-active > a {
  color: #40909b;
}
.sidebar-nav .parent-menu-item--is-active .sidebar-nav-trigger {
  color: #40909b;
}
.sidebar-nav .parent-menu-item--is-active .sidebar-nav-trigger path {
  stroke: #40909b;
}
.sidebar-nav .parent-menu-item:hover .sidebar-nav-trigger {
  color: #40909b;
}
.sidebar-nav .parent-menu-item:hover .sidebar-nav-trigger path {
  stroke: #40909b;
}
.sidebar-nav .parent-menu-item .child-menu-item {
  position: relative;
  padding-left: 32px;
}
.sidebar-nav .parent-menu-item .child-menu-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 9px;
  background-color: #2d747e;
}
.sidebar-nav .parent-menu-item .child-menu-item > a {
  color: #494949;
  transition: color 0.4s;
}
.sidebar-nav .parent-menu-item .child-menu-item > a:active {
  color: #40909b;
}
.sidebar-nav .parent-menu-item .child-menu-item > a:hover {
  color: #40909b;
}
.sidebar-nav .parent-menu-item .child-menu-item--is-active > a {
  color: #40909b;
}
.sidebar-nav .parent-menu-link {
  color: #494949;
}
.sidebar-nav .parent-menu-link:active {
  color: #40909b;
}
.sidebar-nav .parent-menu-link:hover {
  color: #40909b;
}
.sidebar-nav .sidebar-nav-header {
  background-color: #ffffff;
}

.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-variations {
  position: relative;
}
@media (max-width: 1199.98px) {
  .product-full-variations {
    padding-right: 45px;
    max-width: 500px;
    width: 100%;
  }
}
.product-full .page-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-full .field--name-field-short {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  opacity: 1;
  color: #494949;
}
.product-teaser {
  position: relative;
  height: 100%;
  padding: 8px 8px 16px;
  border-radius: 12px;
}
.catalog--row .product-teaser {
  padding: 8px;
}
.product-teaser .product-title {
  min-height: unset;
  margin: 0;
}
.product-teaser .product-title a {
  color: #494949;
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
}
.product-teaser .product-title a:hover {
  color: #41a8b6;
}
.product-teaser .product-mark {
  position: absolute;
  top: 16px;
  left: 14px;
  padding: 0px !important;
}
.product-teaser .product-mark a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border-radius: 7px;
  color: #ffffff;
  background-color: #40909b;
  padding: 2px 13px;
}
.product-teaser .product-mark a:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .product-teaser .product-mark a {
    font-size: 12px;
  }
}
.product-teaser .product-content {
  flex-grow: 1;
}
.product-teaser .product-content-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: inherit;
}
.catalog--row .product-teaser .product-content-top {
  justify-content: flex-start;
  padding: 0px 10px 0px 20px;
}
.catalog--row .product-teaser .product-content-bottom {
  padding: 0px 37px 0px 10px;
}
.catalog--row .product-teaser .product-content {
  justify-content: space-between;
}
.product-teaser .field--name-field-short {
  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;
  transition: none;
}
.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;
}
.product-preview .product-content {
  padding: 30px 25px;
}
.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 #40909b;
  color: #40909b;
  padding: 2px 13px;
}
.product-mark a:hover {
  color: #40909b;
}
.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: #40909b;
  color: #fffd75;
}
.product-description-button .btn:hover {
  background-color: #2a5e65;
}
.product-tabs {
  border-bottom: 1px solid #f9f9f9;
}
.product-tabs .nav-link {
  transition: color 0.4s, border 0.4s;
  color: #494949 !important;
  opacity: 1;
}
.product-tabs .nav-link.active {
  color: #2d747e !important;
}
.product-tabs .nav-link:hover {
  color: #2d747e !important;
}
.product-tabs-header {
  border-bottom: 1px solid #f9f9f9;
  color: #494949;
}
.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;
}
@media (max-width: 500px) {
  .variations .variations-price__current {
    font-size: 20px;
  }
}
.variations .variations-quantity {
  margin-bottom: 0px;
  padding: 0px;
  background-color: #2d747e;
  color: #fffd75;
}
.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: #fffd75;
}
@media (max-width: 500px) {
  .variations .variations-quantity .variations-quantity-button {
    height: 41px;
  }
}
.variations .variations-button:not(.variations-button--full) .variations-quantity .variations-quantity-button {
  height: 37px;
}

.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-button {
  width: 100%;
}
.product-teaser .variations-wrapper {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.catalog--row .product-teaser .variations-wrapper {
  justify-content: flex-start;
}
.product-teaser .variations-wrapper div {
  width: 100%;
}
.product-teaser .variations-button:not(.variations-button--full) .btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  min-width: 150px;
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #2d747e;
  border-radius: 4px;
  border: 1px solid transparent;
  text-transform: none;
  width: 100%;
}
.product-teaser .variations-button:not(.variations-button--full) .btn svg {
  display: none;
}
@media (max-width: 500px) {
  .product-teaser .variations-button:not(.variations-button--full) .btn {
    font-size: 16px;
    min-width: 147px;
    padding: 10px 25px;
  }
}

.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: #2d747e;
  width: 100%;
  max-width: 314px;
  height: auto;
}
.product-preview .variations-button:not(.variations-button--full) .btn:hover {
  background-color: #205158;
}
.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;
}

@keyframes pulse-telegram {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 151, 201, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(29, 151, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(29, 151, 201, 0);
  }
}
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-colored {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 116, 126, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(45, 116, 126, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(45, 116, 126, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 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: #2d747e;
}
.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: #194046;
}
@media (max-width: 991.98px) {
  .header-social-networks {
    margin: 8px -10px 8px -10px;
  }
}

.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #2d747e;
}
.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: #194046;
}
@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: #2d747e;
}
.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: #194046;
}

.whatsapp-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 70px;
  z-index: 150;
}
.whatsapp-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  transition: 0.3s;
  -moz-animation: pulse-whatsapp 2s infinite;
  -webkit-animation: pulse-whatsapp 2s infinite;
}
.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
}
.whatsapp-widget__link:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .whatsapp-widget__link {
    width: 50px;
    height: 50px;
  }
  .whatsapp-widget__link svg {
    width: 30px;
    height: 30px;
  }
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #2d747e;
  -moz-animation: pulse-colored 2s infinite;
  -webkit-animation: pulse-colored 2s infinite;
}
@media (max-width: 575.98px) {
  .whatsapp-widget {
    bottom: 15px;
    right: 15px;
  }
}

.telegram-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 70px;
  z-index: 150;
}
@media (max-width: 575.98px) {
  .telegram-widget {
    bottom: 15px;
    right: 15px;
  }
}
.telegram-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  background-color: #1d97c9;
  -moz-animation: pulse-telegram 2s infinite;
  -webkit-animation: pulse-telegram 2s infinite;
}
.telegram-widget__link svg {
  width: 42px;
  height: 42px;
  margin: 3px 6px 0 0;
}
.telegram-widget__link:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .telegram-widget__link {
    width: 50px;
    height: 50px;
  }
  .telegram-widget__link svg {
    width: 30px;
    height: 30px;
  }
}
.telegram-widget--colored .telegram-widget__link {
  background-color: #2d747e;
  -moz-animation: pulse-colored 2s infinite;
  -webkit-animation: pulse-colored 2s infinite;
}

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

.widget-multi {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #2d747e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: fade 8s infinite;
  opacity: 0;
  pointer-events: none;
}
.widget-multi-whatsapp {
  animation-delay: 0s;
  background-color: #25d366;
}
.widget-multi-whatsapp.whatsapp-widget--colored {
  background-color: #2d747e;
}
.widget-multi-telegram {
  animation-delay: 4s;
  background-color: #1d97c9;
}
.widget-multi-telegram.telegram-widget--colored {
  background-color: #2d747e;
}
.widget-multi__wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80px;
  height: 80px;
  padding: 15px;
}
.widget-multi__wrapper.active {
  height: auto;
}
.widget-multi__wrapper.active .widget-multi {
  position: static;
  animation: none;
  opacity: 1;
  pointer-events: all;
}
.widget-multi__wrapper.active .widget-multi__close {
  pointer-events: all;
}
.widget-multi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.widget-multi__link:hover {
  opacity: 0.8;
}
.widget-multi__close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2d747e;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
  cursor: pointer;
  z-index: 100;
  pointer-events: none;
}
.widget-multi__close svg {
  margin-top: 5px;
}

.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("../images/icons/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;
}
/*# sourceMappingURL=_maps/store-lp2.css.map */
