@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap&subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600,700,800,900&display=swap&subset=cyrillic-ext,latin-ext");
.element-hidden,
.hidden {
  display: none;
}

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

@media (max-width: 414px) {
  .modal-backdrop {
    width: 100%;
    height: 100%;
  }
}
.modal-dialog {
  max-width: 500px;
}
.modal-dialog-photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.modal-content {
  border: 0;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
}
@media (min-width: 768px) {
  .modal-content {
    padding: 50px 44px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 35px;
}
.modal-title {
  color: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 390px;
  margin: 0 auto;
}
.modal form label {
  display: none;
}

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

.breadcrumb {
  font-size: 14px;
  margin-bottom: 34px;
  padding: 17px 0;
  background-color: transparent;
}
.breadcrumb .list-link {
  color: inherit;
}
.breadcrumb .list-link:hover {
  color: #b2a13d;
}
.breadcrumb .list-link:active {
  color: #8c7f30;
}
.breadcrumb li::before {
  content: "/";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 414px) {
  .modal-backdrop {
    width: 100%;
    height: 100%;
  }
}
.modal-dialog {
  max-width: 500px;
}
.modal-dialog-photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.modal-content {
  border: 0;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
}
@media (min-width: 768px) {
  .modal-content {
    padding: 50px 44px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 35px;
}
.modal-title {
  color: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 390px;
  margin: 0 auto;
}
.modal form label {
  display: none;
}

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

.breadcrumb {
  font-size: 14px;
  margin-bottom: 34px;
  padding: 17px 0;
  background-color: transparent;
}
.breadcrumb .list-link {
  color: inherit;
}
.breadcrumb .list-link:hover {
  color: #b2a13d;
}
.breadcrumb .list-link:active {
  color: #8c7f30;
}
.breadcrumb li::before {
  content: "/";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-width: 375px;
  font-family: "PT Sans", Verdana, sans-serif;
  background-color: #FFFFFF;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

/* HEADERS */
h1 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h2 {
  font-size: 41px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h3 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h4 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h5 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  color: #000;
}

h1 {
  font-size: 27px;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-weight: 500;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 25px;
  }
}

a {
  color: #796d29;
  transition: color 0.4s;
}
a:hover {
  color: #b2a13d;
  text-decoration: none;
}
a:active {
  color: #534b1c;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

button:focus {
  outline: none !important;
}

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
  width: 100%;
}
table td p,
table th p {
  margin-bottom: 0 !important;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody {
  width: 100%;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.form-control {
  height: auto;
}

.text-formatted {
  font-size: 17px;
  line-height: 1.5;
}
.text-formatted ul, .text-formatted ol {
  margin-bottom: 25px;
}
.text-formatted ul {
  padding: 0;
  list-style-type: none;
}
.text-formatted ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 7px;
}
.text-formatted ul li::before {
  content: "";
  left: 3px;
  top: 5px;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../images/icons/check-icon.svg") no-repeat center;
  background-size: 15px;
}
.text-formatted ol {
  padding-left: 20px;
}
.text-formatted blockquote {
  margin-bottom: 25px;
}
.text-formatted blockquote p {
  margin: 0;
}
.text-formatted table {
  margin-bottom: 25px;
}
.text-formatted a {
  color: #000;
  border-bottom: solid 1px #b2a13d;
  transition: color 0.4s, border-color 0.4s;
}
.text-formatted a:hover {
  color: #5C5C5C;
  border-color: #000;
}
.text-formatted a:active {
  color: #000;
}

.footer {
  line-height: 1.2;
  background-color: #fff;
}
.footer-top {
  padding: 37px 0 37px;
  text-align: center;
  border: solid #E6E6E6;
  border-width: 1px 0;
  background-color: #000;
}
.footer-top-text {
  font-size: 16px;
  margin: 0 0 11px;
  color: #fff;
}
.footer-top-phone {
  color: #b2a13d;
  font-size: 28px;
  font-family: "PT Serif", serif;
}
.footer-top-phone a {
  color: inherit;
  transition: color 0.4s;
}
.footer-top-phone a:hover {
  color: #000;
}
.footer-top-phone a:active {
  color: #666666;
}
.footer-top-widget {
  margin-top: 28px;
}
.footer-logo {
  margin: 0 0 28px;
  transition: opacity 0.4s;
  display: block;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-logo:active {
  opacity: 0.65;
}
.footer-middle {
  padding: 47px 0;
}
.footer-middle-row {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .footer-middle-row {
    justify-content: center;
  }
}
.footer-middle-col {
  flex-grow: 1;
  padding: 0 15px;
}
.footer-middle-col--1 {
  max-width: 286px;
}
@media (max-width: 991.98px) {
  .footer-middle-col--1 {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .footer-middle-col--2 .nav {
    max-height: 130px;
  }
}
@media (max-width: 991.98px) {
  .footer-middle-col--2 {
    display: none;
  }
}
.footer-middle-col--3 {
  max-width: 380px;
}
@media (max-width: 991.98px) {
  .footer-middle-col--3 {
    flex-grow: 0;
  }
}
.footer-middle .nav {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-middle .nav-link {
  padding: 7px 0;
  color: inherit;
  transition: color 0.4s;
}
.footer-middle .nav-link:hover {
  color: #b2a13d;
  text-decoration: underline;
}
.footer-middle .nav-link:active {
  color: #665c23;
}
.footer-middle .menu-item {
  padding: 0;
  min-width: 226px;
}
.footer-label {
  color: #0D0D0D;
  font-size: 18px;
  margin: 0 0 14px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer-label {
    text-align: center;
  }
}
.footer-contacts {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 40px;
}
.footer-contacts p {
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .footer-contacts {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-bottom {
  padding: 14px 0;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .footer-bottom-row {
    text-align: center;
    flex-direction: column;
  }
}
.footer-bottom-col {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .footer-bottom-col {
    margin-bottom: 15px;
  }
  .footer-bottom-col:last-child {
    margin-bottom: 0;
  }
}
.footer-copyright {
  font-size: 14px;
}
.footer-copyright a {
  color: inherit;
  border-bottom: solid 1px rgba(92, 92, 92, 0.55);
  transition: color 0.4s, border-color 0.4s;
}
.footer-copyright a:hover {
  color: #000;
  border-color: transparent;
}
.footer-copyright a:active {
  color: rgba(0, 0, 0, 0.7);
}
.footer .synapse {
  display: flex;
  align-items: center;
  color: inherit;
  padding-top: 3px;
  transition: color 0.4s;
}
.footer .synapse:hover {
  color: #b2a13d;
}
.footer .synapse:active {
  color: #000;
}
.footer .synapse-logo {
  top: -3px;
  width: 80px;
  margin-right: 15px;
  position: relative;
}
.footer .synapse-label {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .footer .social {
    justify-content: center;
  }
}

.header {
  z-index: 20;
  position: relative;
}
@media (max-width: 991.98px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
  }
}
.header-top {
  line-height: 1.25;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header-top {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    position: fixed;
    pointer-events: none;
  }
}
.header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contacts {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.header-contacts-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .header-contacts-flex {
    flex-direction: column;
  }
}
.header-contacts-item {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
}
.header-contacts-item:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .header-contacts-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-contacts-item {
    color: #fff;
  }
}
.header-contacts-item a {
  color: inherit;
  transition: color 0.4s;
}
.header-contacts-item a:hover {
  color: #b2a13d;
}
.header-contacts-item a:active {
  color: #796d29;
}
@media (max-width: 991.98px) {
  .header-contacts-item a {
    color: #fff;
  }
}
.header-contacts-item--mail {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .header-contacts-item--mail {
    font-size: 16px;
    margin-bottom: 2px !important;
  }
}
.header-contacts-item--phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.27;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .header-contacts-item--phone {
    font-size: 16px;
    margin-bottom: 2px !important;
  }
}
.header-contacts-links {
  border-left: 1px solid rgba(92, 92, 92, 0.2);
  border-right: 1px solid rgba(92, 92, 92, 0.2);
  display: flex;
}
@media (max-width: 991.98px) {
  .header-contacts-links {
    display: none;
  }
}
.header-contacts-links-mobile {
  display: none;
  padding: 8px 12px;
  border: none;
  gap: 10px;
  max-width: 90%;
  margin: 10px auto;
}
.header-contacts-links-mobile .header-contacts-link {
  border: 1px solid #b2a13d;
  padding: 10px 20px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-contacts-links-mobile {
    display: flex;
  }
}
.header-contacts-link {
  padding: 16px 20px 13px;
  font-size: 16px;
  line-height: 1.4;
  color: #0d0d0d;
  display: block;
  transition: 0.4s;
  font-weight: 700;
  text-align: center;
}
.header-contacts-link:hover {
  background-color: #b2a13d;
  color: #fff;
}
.header-contacts-link--active {
  background-color: #b2a13d;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .header-contacts-link {
    padding: 10px;
  }
}
.header-recall {
  margin-top: -3px;
}
.header-recall-link {
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  padding: 7px 28px;
  text-transform: uppercase;
  transition: color 0.4s, border-color 0.4s;
  border: 1.5px solid #b2a13d;
  border-radius: 30px;
  white-space: nowrap;
}
.header-recall-link:hover {
  color: #5c5c5c;
  border-color: #000;
}
.header-recall-link:active {
  color: #000;
}
@media (max-width: 991.98px) {
  .header-recall-link {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-recall {
    display: none;
  }
}
.header-recall-bottom {
  display: none;
}
.header-recall-bottom-link {
  width: 23px;
  height: auto;
}
.header-recall-bottom-link img {
  filter: hue-rotate(-65deg);
}
@media (max-width: 991.98px) {
  .header-recall-bottom {
    display: block;
    margin-right: 15px;
  }
}
.header-bottom {
  padding: 15px 0;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .header-bottom {
    padding: 0;
  }
}
.header-bottom-contacts {
  display: none;
}
.header-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header-bottom-row {
    padding: 8px 0;
    min-height: 70px;
  }
}
.header-bottom-container {
  display: flex;
}
.header-bottom-menu {
  flex-grow: 1;
}
.header-bottom .nav {
  color: #000;
  margin: 0 -15px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 1.25;
  font-family: "PT Serif", serif;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .header-bottom .nav {
    padding-bottom: 0;
    max-width: 720px;
    margin: 0 auto !important;
    text-align: left !important;
  }
}
.header-bottom .nav > .menu-item:last-child {
  display: none;
}
.header-bottom .nav-link {
  color: #fff;
  padding: 15px;
  transition: color 0.4s;
  font-family: "PT Sans", Verdana, sans-serif;
}
@media (max-width: 1199.98px) {
  .header-bottom .nav-link {
    padding: 12px 7px;
  }
}
.header-bottom .nav-link:hover {
  color: #b2a13d;
  background-color: #F0EEEE;
}
.header-bottom .nav-link:active {
  color: #796d29;
}
@media (min-width: 991.98px) {
  .header-bottom .nav .classic-menu-dropdown {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-bottom .nav .classic-menu-dropdown .menu {
    left: 0;
    top: 100%;
    margin: 0;
    opacity: 0;
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    min-width: 298px;
    position: absolute;
    pointer-events: none;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    background-color: #000;
    transform: translate3d(0, 30px, 0);
    transition: opacity 0.4s, transform 0.4s;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .menu-item {
    margin: 0;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .nav-link {
    padding: 15px;
    width: 100%;
  }
  .header-bottom .nav .classic-menu-dropdown .menu-dropdown-trigger {
    display: block;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .classic-menu-dropdown .menu {
    left: 100%;
    top: -1px;
    min-width: 284px;
    width: 100%;
    display: none;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .classic-menu-dropdown .menu-dropdown-trigger {
    position: absolute;
    right: 12px;
    transform: rotate(-90deg);
  }
  .header-bottom .nav .classic-menu-dropdown .menu .classic-menu-dropdown .menu-dropdown-trigger .fas {
    color: #b2a13d;
  }
  .header-bottom .nav .classic-menu-dropdown .menu .classic-menu-dropdown:hover .menu {
    display: block;
  }
  .header-bottom .nav .classic-menu-dropdown:hover .menu {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.header-bottom .nav .menu {
  display: none;
}
.header-bottom .nav .menu-dropdown-trigger .fas {
  color: #b2a13d;
}
@media (max-width: 991.98px) {
  .header-bottom .nav .menu-dropdown-trigger {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }
  .header-bottom .nav .menu-dropdown-trigger.open {
    transform: scale(1, -1);
  }
  .header-bottom .nav .menu-dropdown-trigger .fas {
    color: #b2a13d;
  }
}
.header-bottom-widget {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .header-bottom-widget {
    display: none;
  }
}
.header-bottom .menu-item {
  padding: 0;
  margin-right: 20px;
}
.header-bottom .menu-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1199.98px) {
  .header-bottom .menu-item {
    margin-right: 12px;
  }
}
@media (max-width: 991.98px) {
  .header-bottom-menu {
    top: 88px;
    left: 0;
    opacity: 0;
    width: 100%;
    position: fixed;
    pointer-events: none;
    overflow: auto;
    padding: 15px 0;
    transform: scale(0.5);
    background-color: #000;
    max-height: calc(100% - 72px);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s;
  }
  .show-menu .header-bottom-menu {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .header-bottom-contacts {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header-bottom-contacts .header-contacts {
    margin: 0 10px 0 0;
    align-items: center;
    flex-direction: column;
  }
  .header-bottom-contacts .header-contacts-item {
    margin: 0;
  }
  .header-bottom-contacts .header-contacts-item--address {
    font-size: 12px;
    order: 3;
  }
  .header-bottom .nav {
    margin: 0;
    font-size: 18px;
    text-align: right;
    align-items: center;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
  }
  .header-bottom .nav-link {
    padding: 8px 45px 8px 12px;
  }
  .header-bottom .menu-item {
    margin: 0;
    width: 100%;
    position: relative;
  }
}
.header-logo {
  margin-right: 20px;
  transition: opacity 0.4s;
}
.header-logo:hover {
  opacity: 0.8;
}
.header-logo:active {
  opacity: 0.65;
}
@media (max-width: 1199.98px) {
  .header-logo {
    max-width: 240px;
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-logo {
    display: none;
  }
}
.header-logo-bottom {
  display: none;
}
@media (max-width: 991.98px) {
  .header-logo-bottom {
    display: block;
    max-width: 120px;
  }
}
@media (max-width: 450px) {
  .header-logo-bottom {
    max-width: 100px;
  }
}
@media (max-width: 390px) {
  .header-logo-bottom {
    max-width: 90px;
  }
}
.header-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .header-toggler {
    display: block;
    flex-shrink: 0;
  }
  .header-toggler-item {
    width: 30px;
    height: 3px;
    margin-bottom: 7px;
    border-radius: 6px;
    background-color: #b2a13d;
    transform-origin: center;
    transition: transform 0.4s;
  }
  .show-menu .header-toggler-item--1 {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .show-menu .header-toggler-item--2 {
    transform: scale(0);
  }
  .header-toggler-item--3 {
    margin-bottom: 0;
  }
  .show-menu .header-toggler-item--3 {
    transform: translate3d(0, -10px, 0) rotate(135deg);
  }
}

.header-search {
  position: relative;
  z-index: 5;
}
.header-search-form {
  display: flex;
  justify-content: flex-end;
}
.header-search-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 32px;
  padding: 5px 24px;
  outline: none;
  border: 0;
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 1.5;
  color: #0d0d0d;
  transition: width 0.4s;
}
.header-search-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 50px;
  height: 32px;
  background: transparent;
  border: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .header-search {
    display: none;
  }
}

.search-opened .header-search-field {
  width: 468px;
  border-radius: 36px;
  border: 1px solid rgba(178, 161, 61, 0.4);
}
@media (max-width: 575.98px) {
  .search-opened .header-search-field {
    width: 100%;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page {
    padding-top: 70px;
  }
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.front .page-content {
  padding-bottom: 0;
}
.node--type-sale .page-content {
  padding-bottom: 0;
}
.page--service .page-content {
  padding-bottom: 0;
}
.page-title-text .field__label {
  display: none;
}
.page-title-text p {
  color: #000;
  font-size: 28px;
  font-family: "PT Serif", serif;
}
.page-title-text--mb {
  margin-bottom: 75px;
}
.page-link {
  color: #796d29;
  transition: all 0.4s;
}
.page-link:hover {
  color: #999;
  text-decoration: none;
}
.page-link:active {
  color: #534b1c;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}

.breadcrumb .list-item:last-child {
  font-family: "Roboto Slab", serif;
  color: #000;
}

.pager {
  margin-top: 30px;
}

.pagination {
  flex-wrap: wrap;
}

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

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

.text-formatted p {
  margin-bottom: 25px;
}
.text-formatted img.align-left {
  margin: 0px 30px 30px 0px;
}
.text-formatted img.align-right {
  margin: 0px 0px 30px 30px;
}
.text-formatted img.align-center {
  margin-bottom: 30px;
}
.text-formatted td:last-child {
  white-space: pre;
}
@media (max-width: 767.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
  .text-formatted p {
    margin-bottom: 1rem;
  }
}
.text-formatted table {
  display: block;
  overflow: auto;
}
.text-formatted h2 {
  margin: 20px 0;
  font-size: 23px;
}
.text-formatted h3 {
  margin: 20px 0;
  font-size: 20px;
}
.text-formatted h4 {
  margin: 20px 0;
  font-size: 18px;
}
.text-formatted h5 {
  margin: 20px 0;
  font-size: 16px;
}
.text-formatted h6 {
  margin: 20px 0;
  font-size: 15px;
}
.text-formatted .youtube-embed-wrapper {
  margin: 15px 0;
}
.text-formatted iframe {
  max-height: 40vh;
  margin: 15px 0;
}

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

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

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

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

.more-link {
  text-align: center;
  margin-top: 50px;
}
.more-link a {
  font-size: 14px;
  color: #333;
  line-height: 1.625;
  padding: 17px 20px;
  text-align: center;
  border-radius: 30px;
  background-color: transparent;
  margin: 73px auto 0;
  font-weight: 700;
  border: 1px solid #b2a13d;
  transition: all 0.4s;
}
.more-link a:hover {
  background-color: #b2a13d;
  color: #fff;
}
.more-link a:active, .more-link a:focus {
  color: #fff;
  background-color: #796d29;
  border-color: #796d29;
}

.synmap-point {
  fill: #b2a13d;
}

.social {
  display: flex;
}
.social-item {
  fill: #b2a13d;
  margin-right: 28px;
  transition: fill 0.4s;
}
.social-item:last-child {
  margin-right: 0;
}
.social-item:hover {
  fill: #000;
}
.social-item:active {
  fill: #666666;
}

.license-teaser {
  margin-bottom: 35px;
}
.license-teaser-title {
  padding-top: 15px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  word-break: break-word;
}

a {
  text-decoration: none;
}

.main-menu .nav-link:focus {
  background: transparent;
}

#block-block-seo-service {
  padding-bottom: 50px;
}
#block-block-seo-service .field--name-body {
  max-width: 1110px;
  margin: 0 auto;
}

#block-block-seo-testimonial {
  padding: 50px 0;
}
#block-block-seo-testimonial .field--name-body {
  max-width: 1110px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: solid 1px;
  border-radius: 45px;
  box-shadow: none;
  white-space: normal;
  font-weight: bold;
  padding: 16px 33px;
  min-width: 168px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  border-color: #b2a13d;
  background-color: #b2a13d;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.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;
}
.btn--main {
  border-color: #b2a13d;
  background-color: transparent;
}
.btn--main:hover {
  color: #5C5C5C;
  border-color: #5C5C5C;
}
.btn--main:active {
  background-color: rgba(92, 92, 92, 0.35);
}
.btn--white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background-color: transparent;
}
.btn--white:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn--white:active {
  background-color: rgba(255, 255, 255, 0.21);
}
.btn--green, .contact-message-contact-form .form-actions .btn {
  color: #fff;
  border-color: #b2a13d;
  background-color: #b2a13d;
}
.btn--green:hover, .contact-message-contact-form .form-actions .btn:hover {
  color: #b2a13d;
  background-color: #fff;
}
.btn--green:active, .contact-message-contact-form .form-actions .btn:active {
  background-color: white;
}
.btn-up {
  position: fixed;
  bottom: 150px;
  right: 30px;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  border: 1px solid #b2a13d;
  background-color: #b2a13d;
  box-shadow: 6px 12px 24px rgba(4, 5, 19, 0.15);
  opacity: 0;
  transition: background-color 0.4s, box-shadow 0.4s, opacity 0.4s;
  z-index: 5;
}
.show-up .btn-up {
  opacity: 1;
}
.btn-up path {
  transition: stroke 0.4s;
}
.btn-up:hover {
  background-color: #fff;
}
.btn-up:hover path {
  stroke: #b2a13d;
}
.btn-up:active {
  box-shadow: none;
}

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

.contact-message-form details {
  display: none;
}
.contact-message-form .form-control {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  height: auto;
  border-radius: 29px;
  padding: 17px 30px;
  background-color: #fff;
  border-width: 0;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
@media (max-width: 767.98px) {
  .contact-message-form .form-control {
    padding-left: 20px;
  }
}
.contact-message-form .form-control::-webkit-input-placeholder {
  opacity: 0.7;
  color: inherit;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-message-form .form-control::-moz-placeholder {
  opacity: 0.7;
  color: inherit;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:-moz-placeholder {
  opacity: 0.7;
  color: inherit;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.contact-message-form .form-control.error {
  border: 0;
  color: #AC182D;
  background-color: #fdeff1;
}
.contact-message-form .form-control:focus {
  color: #000;
  outline: none;
  box-shadow: none;
  background-color: #fff;
}
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
.contact-message-form .form-item {
  margin: 0 0 20px;
}
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.contact-message-form .form-item-fz152-agreement {
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  position: relative;
  margin: 0 0 30px;
  padding-top: 5px !important;
  padding-left: 26px !important;
  color: rgba(255, 255, 255, 0.9);
}
.contact-message-form .form-item-fz152-agreement .checkbox {
  left: 0;
  top: 6px;
  position: absolute;
}
.contact-message-form .form-item-fz152-agreement label,
.contact-message-form .form-item-fz152-agreement .description {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  display: inline !important;
}
.contact-message-form .form-item-fz152-agreement a {
  color: inherit;
  border-bottom: solid 1px rgba(255, 255, 255, 0.55);
  transition: color 0.4s, border-color 0.4s;
}
.contact-message-form .form-item-fz152-agreement a:hover {
  color: inherit;
  border-color: #fff;
}
.contact-message-form .form-item-fz152-agreement a:active {
  border-color: transparent;
}
.contact-message-form .form-item-fz152-agreement .form-required::after {
  content: "*";
  background: none;
  vertical-align: baseline;
  font-size: 110%;
  width: auto;
  height: auto;
  margin: 0 1px 0px 3px;
}
.contact-message-form .form__policy {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 20px;
}
.contact-message-form .form__policy a {
  opacity: 0.9;
  color: #FFFFFF;
  transition: opacity 0.4s;
}
.contact-message-form .form__policy a:hover {
  opacity: 0.7;
}
.contact-message-form .checkbox {
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.contact-message-form .checkbox-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: url("../images/template/checkbox-shape.svg") no-repeat center;
  transition: opacity 0.4s;
}
.contact-message-form .checkbox input {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
.contact-message-form .checkbox input:checked + .checkbox-shape {
  opacity: 1;
}
.contact-message-form .ajax-progress {
  display: none;
}
.contact-message-form textarea.form-control {
  padding-top: 14px;
  padding-bottom: 14px;
}

.block--form-title {
  color: #fff;
}
.block--form-text {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.17;
}
@media (min-width: 1199.98px) {
  .block--form-text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.block--form-group {
  max-width: 570px;
  margin: 0 auto;
}
.block--form-group label {
  display: none;
}
.block--form-group form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .block--form-group form {
    justify-content: center;
  }
}
.block--form-group form .form-item-fz152-agreement {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block--form-group form .form-item-fz152-agreement a {
  color: #fff;
  text-decoration: underline;
}
.block--form-group form .form-item-fz152-agreement a:hover {
  text-decoration: none;
}
.block--form-group .form-control {
  border: none;
  max-width: 387px;
}
.block--form-group .form-item {
  margin-bottom: 0;
}
.block--form-group .btn {
  background-color: #e5d839;
  color: #333;
  border-radius: 27px;
  padding: 14px 33px;
  line-height: 1.63;
  margin-left: 22px;
  transition: all 0.4s;
}
.block--form-group .btn:hover {
  background: #eee57d;
}
.block--form-group .btn:focus, .block--form-group .btn:active {
  opacity: 0.75;
}
.block--form-info {
  font-size: 14px;
  color: #fff;
  margin-top: 23px;
}
.block--consultation {
  padding: 2rem 10px;
  text-align: center;
}
@media (min-width: 1199.98px) {
  .block--consultation {
    padding: 90px 15px 100px;
  }
}
.block--green {
  background: #b2a13d;
}

.service-form {
  padding: 38px 0;
  background: url("../images/template/form_bg_layout-min.jpg") #F5F5F5 no-repeat center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .service-form {
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .service-form {
    background: #F5F5F5;
  }
}
.service-form details {
  display: none;
}
.service-form-content {
  color: #fff;
  max-width: 730px;
  padding: 51px 87px 60px;
  box-shadow: 6px 4px 11px rgba(0, 0, 0, 0.25);
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
}
@media (max-width: 991.98px) {
  .service-form-content {
    padding: 45px 40px;
  }
}
@media (max-width: 767.98px) {
  .service-form-content {
    padding: 30px 25px;
  }
}
.service-form-header {
  display: flex;
  align-items: center;
  margin: 0 -7px 14px;
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 767.98px) {
  .service-form-header {
    font-size: 28px;
    margin: 0 0 17px;
  }
}
.service-form-header::before {
  content: "";
  width: 106px;
  height: 106px;
  flex-shrink: 0;
  margin-right: 32px;
  border-radius: 53px;
  box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.08);
  background: url("../images/template/tihonovskiy.jpg") no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .service-form-header::before {
    content: none;
  }
}
.service-form-text {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 43px;
}
.service-form-body {
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 767.98px) {
  .service-form-body {
    margin-bottom: 90px;
  }
}
@media (min-width: 991.98px) {
  .service-form-body {
    border-radius: 29px;
    box-shadow: 6px 4px 17px rgba(0, 0, 0, 0.18);
  }
  .service-form-body .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .service-form-body .form-item, .service-form-body .form-actions {
    margin: 0;
    padding: 0;
  }
  .service-form-body .form-actions {
    top: 0;
    right: 0;
    padding: 8px;
    position: absolute;
  }
  .service-form-body .form-actions::before {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    pointer-events: none;
    background: url("../images/icons/arrow-right.svg") no-repeat center;
  }
  .service-form-body .form-actions .btn {
    width: 41px;
    height: 41px;
    padding: 0;
    font-size: 0;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(41.26deg, #c1ba4f 1.96%, #885908 96.23%);
    transition: opacity 0.4s;
  }
  .service-form-body .form-actions .btn:hover {
    opacity: 0.8;
  }
  .service-form-body .form-actions .btn:active {
    opacity: 0.65;
  }
  .service-form-body .form-wrapper:first-child .form-control {
    border-radius: 29px 0 0 29px;
    border-right: solid 1px #e6e6e6;
  }
}
.service-form-body label {
  display: none;
}
.service-form-body form {
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .service-form-body form {
    display: block;
  }
}
.service-form-body .form-item-fz152-agreement {
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 15px;
  position: absolute;
}
.service-form-contacts {
  opacity: 0.9;
  padding-left: 7px;
}
.service-form-contacts-item {
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .service-form-contacts-item {
    display: block;
  }
}
.service-form-contacts-item:last-child {
  margin-bottom: 0;
}
.service-form-contacts-label {
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .service-form-contacts-label {
    margin: 0;
  }
}

.contact-message-contact-form .form-control {
  border: solid 1px #e6e6e6;
}
.contact-message-contact-form .form-control.error {
  border: solid 1px #AC182D;
}
.contact-message-contact-form .form-control:hover {
  border-color: #b2a13d;
}
.contact-message-contact-form .form-control:focus {
  border-color: gray;
}
.contact-message-contact-form .form-item {
  margin: 0 0 15px;
}
.contact-message-contact-form .form-item-fz152-agreement {
  color: #757575;
}
.contact-message-contact-form .form-item-fz152-agreement .checkbox {
  border-color: #ebebeb;
}
.contact-message-contact-form .form-item-fz152-agreement .checkbox-shape {
  background-image: url("../images/template/checkbox-shape-dark.svg");
}
.contact-message-contact-form .form-item-fz152-agreement a {
  border-color: #e6e6e6;
}
.contact-message-contact-form .form-item-fz152-agreement a:hover {
  color: #000;
  border-color: transparent;
}
.contact-message-contact-form .form-item-fz152-agreement a:active {
  color: rgba(0, 0, 0, 0.7);
}
.contact-message-contact-form .form-actions {
  justify-content: flex-end;
}
.contact-message-contact-form .form-actions .btn {
  min-width: 171px;
  justify-content: flex-start;
  padding-left: 36px;
  padding-right: 55px;
  background-image: url("../images/template/contacts-form-submit.svg");
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
}
.contact-message-contact-form .form-actions .btn:hover {
  color: #fff;
  border-color: transparent;
  background-color: #8c7f30;
}
.contact-message-contact-form .form-actions .btn:active {
  background-color: #796d29;
}
.contact-message-contact-form label {
  display: none;
}

.contacts-form {
  z-index: 5;
  flex-grow: 1;
  max-width: 540px;
  margin: -38px 0 4px;
  padding: 52px 67px 48px;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 15px 34px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .contacts-form {
    width: 100%;
    max-width: none;
    margin: 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .contacts-form {
    padding: 35px 30px;
  }
}
.contacts-form-title {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 31px;
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.contacts-form-title::before {
  content: "";
  top: 2px;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  margin-right: 22px;
  position: relative;
  background: url("../images/template/contacts-title-icon.svg") no-repeat center;
}
@media (max-width: 575.98px) {
  .contacts-form-title {
    font-size: 30px;
    padding-left: 0;
  }
  .contacts-form-title::before {
    top: 0;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    background-size: contain;
  }
}
.contacts-form .form-item-fz152-agreement {
  margin-bottom: 10px;
  padding-top: 0 !important;
  padding-left: 28px !important;
}
.contacts-form .form-item-fz152-agreement .checkbox {
  top: 3px;
}

.synsearch-form {
  position: relative;
}
.synsearch-form .form-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 5px 24px;
  border: 1px solid rgba(178, 161, 61, 0.4);
  border-radius: 36px;
  font-family: PT Sans;
  font-size: 18px;
  line-height: 1.5;
  color: #0d0d0d;
}
.synsearch-form .form-submit {
  outline: none;
  background-color: transparent;
  margin: 0px;
  padding: 0;
  border-color: transparent;
}
.synsearch-form .btn-group {
  position: relative;
  background: #b2a13d;
  border: 1px solid #b2a13d;
  height: 39px;
  width: 56px;
  border-radius: 36px;
}
.synsearch-form .btn-group::before {
  cursor: pointer;
  content: url("../images/icons/search.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.contact-message-contact-form {
  margin: 30px auto;
}

.service-block {
  color: #0D0D0D;
  padding: 50px 0 70px;
}
@media (max-width: 767.98px) {
  .service-block {
    padding: 35px 0 60px;
  }
}
.service-block-title {
  font-size: 41px;
  line-height: 1.25;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin: 0 0 18px;
}
@media (max-width: 991.98px) {
  .service-block-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .service-block-title {
    font-size: 31px;
  }
}
.service-block-text {
  font-size: 28px;
  line-height: 1.25;
  font-family: "PT Serif", serif;
  margin: 0 0 75px;
}
@media (max-width: 991.98px) {
  .service-block-text {
    font-size: 26px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .service-block-text {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.service-block-button {
  padding-top: 35px;
  text-align: center;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.services-list-item {
  width: 50%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .services-list-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.services-list-number {
  top: 28px;
  left: 48px;
  width: 45px;
  height: 45px;
  z-index: 6;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border-radius: 28px;
  pointer-events: none;
  background-color: #b2a13d;
}
@media (max-width: 1199.98px) {
  .services-list-number {
    top: 18px;
    left: 30px;
  }
}
.services-list--small .services-list-item {
  width: 33.333%;
}
@media (max-width: 991.98px) {
  .services-list--small .services-list-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .services-list--small .services-list-item {
    width: 100%;
  }
}
.services-list--small .services-list-number {
  top: 34px;
  left: 37px;
  transition: background-color 0.4s;
}
.services-list--small:hover .services-list-number {
  background-color: transparent;
}

.srv-link {
  display: flex;
  background-color: #F5F5F5;
  position: relative;
  margin-bottom: 56px;
}
.srv-link-content {
  padding: 54px 29px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .srv-link-content {
    padding: 30px 29px;
  }
}
.srv-link-title h2 {
  margin-bottom: 8px;
}
.srv-link-text {
  margin-bottom: 24px;
}
.srv-link-image {
  margin-left: auto;
}
.srv-teaser {
  display: block;
  position: relative;
  box-shadow: 6px 4px 11px rgba(0, 0, 0, 0.25);
}
.srv-teaser-image {
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}
.srv-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srv-teaser-content {
  z-index: 5;
  color: #fff;
  position: relative;
  padding: 50px 40px 45px 47px;
  min-height: 310px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.48);
}
@media (max-width: 1199.98px) {
  .srv-teaser-content {
    padding: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .srv-teaser-content {
    padding: 30px 25px;
  }
}
.srv-teaser-content::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transform: scale(1.4);
  pointer-events: none;
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
  transition: opacity 0.4s, transform 0.6s;
}
.srv-teaser-content:hover::before {
  opacity: 1;
  transform: none;
}
.srv-teaser-content:active::before {
  opacity: 0.8;
}
.services-list--small .srv-teaser-content {
  min-height: 247px;
  padding: 35px 35px 33px;
}
.srv-teaser-footer {
  z-index: 5;
  display: flex;
  align-items: center;
  position: relative;
}
.services-list--small .srv-teaser-footer {
  display: block;
}
@media (min-width: 1399.98px) {
  .services-list--small .srv-teaser-footer {
    transform: translate3d(0, 90px, 0);
    transition: transform 0.4s;
  }
}
.srv-teaser-title {
  flex-grow: 1;
  font-size: 24px;
  line-height: 1.25;
  font-family: "PT Serif", serif;
}
.services-list--small .srv-teaser-title {
  min-height: 60px;
}
.srv-teaser-button {
  opacity: 0;
  flex-shrink: 0;
  margin-left: 30px;
  transform: scale(0.97);
  transition: opacity 0.4s, transform 0.4s;
}
.services-list--small .srv-teaser-button {
  margin: 20px 0 0;
}
@media (max-width: 1199.98px) {
  .srv-teaser-button {
    display: none;
  }
}
.srv-teaser:hover .srv-teaser-button {
  opacity: 1;
  transform: none;
}
.services-list--small .srv-teaser:hover .srv-teaser-footer {
  transform: none;
}
.srv-promo {
  padding: 128px 0 137px;
  background: url("../images/template/service-promo.jpg") #F5F5F5 no-repeat center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .srv-promo {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .srv-promo {
    padding: 50px 0;
  }
}
.srv-promo-row {
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .srv-promo-row {
    align-items: center;
    flex-direction: column;
  }
}
.srv-promo-content {
  flex-grow: 1;
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .srv-promo-content {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .srv-promo-content {
    margin: 0;
  }
}
.srv-promo-image {
  display: none;
  flex-shrink: 0;
  padding-top: 5px;
}
.srv-promo-image img {
  box-shadow: 6px 4px 11px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199.98px) {
  .srv-promo-image {
    max-width: 400px;
  }
}
@media (min-width: 1199.98px) {
  .srv-promo-image {
    display: block;
  }
}
.srv-promo-text {
  color: #0D0D0D;
  font-size: 28px;
  line-height: 1.3;
  font-family: "PT Serif", serif;
  margin: 0 0 55px;
}
@media (max-width: 767.98px) {
  .srv-promo-text {
    font-size: 21px;
  }
}
.srv-promo-button .btn {
  min-width: 200px;
}
.srv-promo .page-title {
  margin-bottom: 27px;
}
.srv-advantages {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .srv-advantages {
    padding: 20px 0 30px;
  }
}
.srv-advantages-row {
  display: flex;
}
@media (max-width: 767.98px) {
  .srv-advantages-row {
    display: block;
  }
}
.srv-advantages-col {
  width: 33.333%;
  padding: 0 15px;
  border: solid #E6E6E6;
  border-width: 0 1px 0 0;
}
.srv-advantages-col:first-child {
  border-left-width: 1px;
}
@media (max-width: 767.98px) {
  .srv-advantages-col {
    width: 100%;
    border-width: 0 !important;
  }
}
.srv-advantages .promo-advantages-item {
  box-shadow: none;
  padding: 20px 35px 26px 66px;
  background-position: 24px 22px;
}
@media (max-width: 991.98px) {
  .srv-advantages .promo-advantages-item {
    padding: 20px 20px 20px 50px;
    background-position: 10px 22px;
  }
}
.srv-price {
  padding: 92px 0 73px;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .srv-price {
    padding: 60px 0;
  }
}
.srv-price .page-title {
  max-width: 890px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.srv-steps {
  padding: 91px 0;
}
@media (max-width: 767.98px) {
  .srv-steps {
    padding: 60px 0;
  }
}
.srv-steps .page-title {
  text-align: center;
  margin-bottom: 50px;
}
.srv-doctors {
  padding: 97px 0 73px;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .srv-doctors {
    padding: 60px 0;
  }
}
.srv-doctors .page-title {
  max-width: 720px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 50px;
}
.srv-body {
  padding: 15px 0 60px;
  background-color: #F5F5F5;
}
.srv-form {
  padding: 64px 0 135px;
  background: url("../images/template/srv-form-bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .srv-form {
    padding: 25px 0;
  }
}
.srv-form .service-form-header {
  margin: 0 0 15px;
}
.srv-form .service-form-header::before {
  content: none;
}
.srv-form .service-form-body {
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .srv-form .service-form-body {
    margin-bottom: 65px;
  }
}
@media (min-width: 991.98px) {
  .srv-form .service-form-content {
    padding-top: 64px;
    padding-bottom: 75px;
  }
}
.srv-form .service-form-text {
  margin-bottom: 30px;
}
.srv-full .breadcrumb {
  margin: 0;
  padding: 20px 0;
  background-color: #F5F5F5;
}
.srv-plashka {
  width: 133px;
  height: 165px;
  position: absolute;
  right: 38px;
  top: -145px;
  z-index: 21;
  padding: 36px 10px 10px;
  background-image: url(../images/icons/plashka-bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.srv-plashka::before {
  content: url(../images/icons/triangle.png);
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: -1;
}
.srv-plashka-top {
  width: 31px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b2a13d;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}
.srv-plashka-text {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #000;
}
.srv-plashka-text span {
  color: #b2a13d;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .srv-plashka {
    top: -120px;
  }
}
@media (max-width: 991.98px) {
  .srv-plashka {
    top: auto;
    bottom: -135px;
    z-index: 5;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .srv-plashka {
    bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .srv-promo-content .field--name-field-short {
    padding-right: 150px;
  }
}
.srv-promo-content .page-title {
  padding-right: 150px;
}

.view-id-service_medicine.view-display-id-page_2 #view-counter-table-column {
  width: 15%;
}

.block-views-blockservice-medicine-block-2 {
  padding-top: 50px;
  padding-bottom: 30px;
}
.block-views-blockservice-medicine-block-2 .services-list {
  display: block;
  margin: 0;
}
.block-views-blockservice-medicine-block-2 .services-list-item {
  padding: 0;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .block-views-blockservice-medicine-block-2 .services-list-item {
    width: 50%;
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .block-views-blockservice-medicine-block-2 .services-list-item {
    width: 100%;
  }
}
.block-views-blockservice-medicine-block-2 .services-list-item .services-list-number {
  display: none;
}
.block-views-blockservice-medicine-block-2 .flickity-button {
  border: 1px solid #C4C4C4;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.block-views-blockservice-medicine-block-2 .flickity-button svg {
  display: none;
}
.block-views-blockservice-medicine-block-2 .flickity-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 9px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-slider-nav.svg");
  z-index: 1;
}
.block-views-blockservice-medicine-block-2 .flickity-button.next::before {
  left: 54%;
  transform: translate(-50%, -50%) scaleX(-1);
}
.block-views-blockservice-medicine-block-2 .flickity-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.news--teaser {
  display: block;
  margin-top: 30px;
}
.news--type-2 {
  display: flex;
  background-color: #1dd87a;
  border-radius: 2px;
  border: solid 1px #ccc;
  padding: 54px 30px;
}
.news--type-2-title {
  font-size: 32px;
  font-family: "Roboto Slab", serif;
  line-height: 1.19;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news--type-2-img {
  max-width: 70px;
  margin-right: 15px;
}
.news--type-1-title {
  color: #000;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.167;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .news-item {
    width: 100%;
  }
}
.news-block {
  padding: 50px 0 30px;
}

.node--type-news h2 {
  font-size: 24px;
}

.news-teaser {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .news-teaser {
    text-align: center;
  }
}
.news-teaser.info a {
  display: block;
  background: #b2a13d;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 30px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  padding: 50px 30px;
}
.news-teaser.info a .news-teaser-image {
  display: none;
}
@media (min-width: 1199.98px) {
  .news-teaser.info a .news-teaser-image {
    display: block;
    font-size: 32px;
  }
}
.news-teaser.info a .news-teaser-title {
  height: auto;
  overflow: hidden;
}
.news-teaser.info img {
  max-width: 70px;
  margin-right: 15px;
}
.news-teaser.default .news-teaser-title {
  margin-top: 6px;
}
.news-teaser.default .news-teaser-title a {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
  color: #000;
  transition: all 200ms linear;
}
.news-teaser.default .news-teaser-title a:hover {
  color: #b2a13d;
}

.block--news {
  padding-bottom: 100px;
}

.node__info {
  display: flex;
  font-size: 16px;
  color: #000;
  margin-bottom: 46px;
}
.node__info .node__date {
  display: flex;
  margin-right: 65px;
}
.node__info .node__date:before {
  content: url("../../adaptive/images/icons/news-date-icon.png");
  margin-right: 8px;
  filter: hue-rotate(-75deg);
}
.node__info .node__time-reading {
  display: flex;
  margin-right: 46px;
}
.node__info .node__time-reading:before {
  content: url("../../adaptive/images/icons/news-time-reading-icon.png");
  margin-right: 8px;
  filter: hue-rotate(-75deg);
}
.node__info .node__views {
  display: flex;
}
.node__info .node__views:before {
  content: url("../../adaptive/images/icons/news-views-icon.png");
  margin-right: 8px;
  filter: hue-rotate(-75deg);
}

.node__author {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 72px 0 50px 0;
}
.node__author-image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.node__author-name {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.node__author-name .field__label {
  margin-bottom: 20px;
}
.node__author-description p {
  margin-bottom: 5px;
}

.node__tags {
  color: #128828;
}
.node__tags .field__item {
  padding: 0 10px;
  border: 1px solid #CDF2D8;
  border-radius: 5px;
}

.node--type-news .gallery-slider .gallery-slide {
  width: 350px;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .node--type-news .gallery-slider .gallery-slide {
    width: 300px;
  }
}
.node--type-news .field--name-body {
  max-width: 730px;
}

.block-views-blocknews-block-3 {
  padding: 50px 0 70px;
}
.block-views-blocknews-block-3 .view-id-news.view-display-id-block_3 .view-content.flickity-enabled {
  display: block;
}
.block-views-blocknews-block-3 .view-id-news.view-display-id-block_3 .view-content.flickity-enabled .views-row {
  width: 33.3%;
  padding: 0 10px;
}
.block-views-blocknews-block-3 .view-id-news.view-display-id-block_3 .view-content.flickity-enabled .views-row .news-teaser-image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .block-views-blocknews-block-3 .view-id-news.view-display-id-block_3 .view-content.flickity-enabled .views-row {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .block-views-blocknews-block-3 .view-id-news.view-display-id-block_3 .view-content.flickity-enabled .views-row {
    width: 100%;
  }
}
.block-views-blocknews-block-3 .flickity-button {
  border: 1px solid #C4C4C4;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  background: hsla(0, 0%, 100%, 0.75);
  color: #333;
}
.block-views-blocknews-block-3 .flickity-button svg {
  display: none;
}
.block-views-blocknews-block-3 .flickity-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 9px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-slider-nav.svg);
  z-index: 1;
}
.block-views-blocknews-block-3 .flickity-button.next::before {
  left: 54%;
  transform: translate(-50%, -50%) scaleX(-1);
}
.block-views-blocknews-block-3 .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.news-full .sale-full-team {
  margin-top: 50px;
  margin-bottom: 50px;
}

.team-block {
  padding: 90px 0 105px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media (max-width: 991.98px) {
  .team-block {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .team-block {
    padding: 60px 0;
  }
}
.team-block--no-p {
  padding: 0 !important;
  background-color: transparent;
}
.team-block-title {
  color: #0D0D0D;
  font-size: 41px;
  line-height: 1.25;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  text-align: center;
  margin: 0 0 19px;
}
@media (max-width: 991.98px) {
  .team-block-title {
    font-size: 39px;
  }
}
@media (max-width: 767.98px) {
  .team-block-title {
    font-size: 33px;
  }
}
.team-block-text {
  font-size: 18px;
  line-height: 1.4;
  max-width: 860px;
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 767.98px) {
  .team-block-text {
    margin-bottom: 45px;
  }
}
.team-slider .flickity-viewport {
  overflow: visible;
}
.team-slider .flickity-prev-next-button {
  top: auto;
  width: 43px;
  height: 43px;
  transform: none;
  border-radius: 22px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  transition: border-color 0.4s, background-color 0.4s, fill 0.4s;
  bottom: 110px;
}
.team-slider .flickity-prev-next-button svg {
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  fill: inherit;
}
.team-slider .flickity-prev-next-button.next {
  right: auto;
}
.team-slider .flickity-prev-next-button:hover {
  fill: #b2a13d;
  border-color: #b2a13d;
}
.team-slider .flickity-prev-next-button:active {
  opacity: 1;
  background-color: white;
}
.team-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.team-slider .flickity-prev-next-button.previous {
  left: 150px;
}
@media (max-width: 1199.98px) {
  .team-slider .flickity-prev-next-button.previous {
    left: 70px;
  }
}
.team-slider .flickity-prev-next-button.next {
  left: 210px;
}
@media (max-width: 1199.98px) {
  .team-slider .flickity-prev-next-button.next {
    left: 130px;
  }
}
@media (max-width: 991.98px) {
  .team-slider .flickity-prev-next-button {
    display: none;
  }
}
.team-slider .flickity-page-dots {
  position: static;
  padding: 45px 0 4px;
}
.team-slider .flickity-page-dots .dot {
  opacity: 1;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  background-color: #C4C4C4;
  transition: transform 0.4s, background-color 0.4s;
}
.team-slider .flickity-page-dots .dot.is-selected {
  transform: scale(2.2);
  background-color: #b2a13d;
}
.team-slide {
  width: 100%;
  opacity: 0.6;
  padding: 0 15px;
  max-width: 950px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s;
}
.team-slide.is-selected {
  opacity: 1;
}
.team-slide.is-selected .team-teaser {
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
}
.team-teaser {
  color: #000;
  flex-grow: 1;
  display: flex;
  min-height: 100%;
  padding: 47px 56px;
  background-color: #fff;
  transition: box-shadow 0.4s;
}
@media (max-width: 991.98px) {
  .team-teaser {
    align-items: center;
    padding: 35px 30px;
    flex-direction: column-reverse;
  }
}
.team-teaser-left {
  flex-grow: 1;
  margin-right: 30px;
  padding-top: 28px;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .team-teaser-left {
    margin: 0;
    padding: 30px 0 0;
  }
}
.team-teaser-right {
  width: 310px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .team-teaser-right {
    width: 100%;
    max-width: 310px;
  }
}
.team-teaser-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  font-family: "PT Serif", serif;
  margin: 0 0 16px;
  max-width: 440px;
}
@media (max-width: 991.98px) {
  .team-teaser-title {
    display: none;
  }
}
.team-teaser-text {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 55px;
  color: #5C5C5C;
}
.team-teaser-text .text-formatted {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.team-teaser-text p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .team-teaser-text {
    display: none;
  }
}
.team-teaser-button .btn {
  min-width: 203px;
}
.team-teaser-image {
  margin-bottom: 23px;
}
.team-teaser-image a {
  display: block;
  transition: opacity 0.4s;
}
.team-teaser-image a:hover {
  opacity: 0.8;
}
.team-teaser-image a:active {
  opacity: 0.6;
}
.team-teaser-image img {
  border-radius: 50%;
}
.team-teaser-name {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
}
.team-teaser-position {
  font-size: 16px;
  line-height: 1.2;
  color: #5C5C5C;
}
.team-preview {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 42px 0 55px;
}
.team-preview-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
  padding: 0 39px 40px;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
  transition: box-shadow 0.4s, background-color 0.4s;
}
.team-preview-content:hover {
  box-shadow: none;
  background-color: #F5F5F5;
}
.team-preview-header {
  flex-shrink: 0;
  margin-bottom: 25px;
  padding-bottom: 29px;
  border-bottom: 1px solid #E6E6E6;
}
.team-preview-image {
  text-align: center;
  margin-top: -42px;
  margin-bottom: 30px;
}
.team-preview-image img {
  border-radius: 50%;
}
.team-preview-name {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
}
.team-preview-position {
  font-size: 16px;
  line-height: 1.2;
}
.team-preview-title {
  color: #000;
  font-size: 22px;
  line-height: 1.35;
  font-weight: bold;
  font-family: "PT Serif", serif;
  margin: 0 0 20px;
}
.team-preview-text {
  font-size: 16px;
  line-height: 1.4;
}
.team-preview-text p {
  margin: 0;
}
.team-preview-body {
  flex-grow: 1;
  margin-bottom: 32px;
}
.team-preview-button {
  flex-shrink: 0;
}
.team-preview-branch {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}
.team-preview-branch .branch-label {
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
.team-preview-branch .branch-address {
  font-weight: 400;
  color: #b2a13d;
  background: url(../images/icons/map-pin.svg) no-repeat 0;
  padding-left: 16px;
}
.team--page-block-text {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.team--page-block-text--big {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 0;
  color: #b2a13d;
  margin-top: 30px;
}
@media (min-width: 1199.98px) {
  .team--page-block-text--big {
    font-size: 48px;
    margin-top: 0;
  }
}
.team--page-block-text--green {
  color: #b2a13d;
  margin-top: 24px;
}
.team-full__accordion {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 100px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .team-full__accordion {
    padding-bottom: 60px;
  }
}
.team-full__btn:not(.last-child) {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .team-full__btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.team-full__caption {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 991.98px) {
  .team-full__header .team-full__caption {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .team-full__caption {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.team-full__element {
  width: 100%;
}
.team-full__slider .team-full__element {
  padding: 0 0 40px;
}
.team-full__element img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .team-full__element {
    max-width: 350px;
  }
}
@media (max-width: 575.98px) {
  .team-full__element {
    display: flex;
    justify-content: center;
  }
}
.team-full__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .team-full__header {
    flex-direction: column;
    align-items: center;
  }
}
.team-full__info {
  padding: 0 32px;
}
@media (min-width: 1399.98px) {
  .team-full__info {
    max-width: calc(100% - 445px);
  }
}
@media (max-width: 1199.98px) {
  .team-full__info {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .team-full__info {
    max-width: none;
    padding: 0;
  }
}
.team-full__item {
  color: #0D0D0D;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  z-index: 1;
}
.team-full__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 16px;
  background-image: url("../images/icons/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.team-full__link {
  color: #b2a13d;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.27;
}
.team-full__link:hover {
  color: #c0af48;
}
.team-full__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 44px;
}
@media (max-width: 1199.98px) {
  .team-full__media {
    max-width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 769px) {
  .team-full__media {
    float: left;
    margin-right: 25px;
  }
}
@media (max-width: 575.98px) {
  .team-full__media {
    max-width: none;
    margin-bottom: 20px;
  }
}
.team-full__practice {
  margin-bottom: 33px;
}
.team-full__position {
  color: #0D0D0D;
  font-family: "PT Serif", Georgia, sans-serif;
  font-size: 28px;
  line-height: 1.26;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .team-full__position {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.team-full-branch {
  margin: 30px 0 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 10px;
  background-color: rgba(178, 161, 61, 0.12);
}
.team-full-branch::before {
  content: "";
  background: url(../images/icons/map-pin.svg) no-repeat 0;
  width: 12px;
  height: 12px;
}
.team-full-branch .branch-label {
  padding: 0 10px;
  font-weight: 700;
  color: #000000;
}
.team-full-branch .branch-address {
  font-weight: 400;
  color: #b2a13d;
}
.team-full__section {
  padding: 120px 0 80px;
}
.team-full__section:nth-child(even) {
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .team-full__section {
    padding: 50px 0 65px;
  }
}
.team-full__slider .view-content:not(.flickity-enabled) {
  display: grid;
  gap: 30px;
}
.team-full__slider--3 .view-content {
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
}
.team-full__slider--4 .view-content {
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}
.team-full__slider--3 .flickity-enabled .team-full__element {
  width: 100%;
  margin-right: 30px;
}
@media (min-width: 1399.98px) {
  .team-full__slider--3 .flickity-enabled .team-full__element {
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 991.98px) {
  .team-full__slider--3 .flickity-enabled .team-full__element {
    max-width: calc(50% - 15px);
  }
}
.team-full__slider--4 .flickity-enabled .team-full__element {
  margin-right: 30px;
}
@media (min-width: 1399.98px) {
  .team-full__slider--4 .flickity-enabled .team-full__element {
    width: 100%;
    max-width: calc(25% - 22.5px);
  }
}
@media (max-width: 991.98px) {
  .team-full__slider--4 .flickity-enabled .team-full__element {
    max-width: calc(50% - 15px);
  }
}
.team-full__title {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .team-full__title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .team-full__title {
    font-size: 25px;
  }
}
.team-full__row {
  display: flex;
  flex-wrap: wrap;
}
.team-full__row--top {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .team-full__row--top {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .team-full__row--top {
    display: block;
  }
}
.team-full .flickity-button {
  top: 47%;
  border: 1px solid #C4C4C4;
  background-color: transparent;
}
.team-full .flickity-button svg {
  display: none;
}
.team-full .flickity-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  width: 9px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-slider-nav.svg");
  z-index: 1;
}
.team-full .flickity-button.next {
  right: -70px;
}
.team-full .flickity-button.next::before {
  left: 54%;
  transform: translate(-50%, -50%) scaleX(-1);
}
.team-full .flickity-button.previous {
  left: -70px;
}
.team-full__doctor-services .doctor-services-items {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team-full__doctor-services .doctor-services-item {
  max-width: 33.3%;
  width: 100%;
  padding-right: 1%;
  padding-bottom: 1%;
}
.team-full__doctor-services .doctor-services-item a .srv-teaser-footer {
  display: flex;
  align-items: center;
}
.team-full__doctor-services .doctor-services-item a .srv-teaser-button {
  margin-left: 0;
  margin-top: 30px;
  display: none;
}
.team-full__doctor-services .doctor-services-item a:hover .srv-teaser-footer {
  align-items: start;
  flex-direction: column;
}
.team-full__doctor-services .doctor-services-item a:hover .srv-teaser-button {
  display: block;
}
@media (max-width: 991.98px) {
  .team-full__doctor-services .doctor-services-item {
    max-width: 50%;
    padding: 0 30px 30px 0;
  }
}
@media (max-width: 767.98px) {
  .team-full__doctor-services .doctor-services-item {
    max-width: 100%;
    padding-right: 0;
  }
}
.team-practice {
  display: flex;
  flex-direction: column;
}
.team-practice__text {
  color: #5C5C5C;
}
.team-practice__value {
  color: #b2a13d;
  font-family: "Roboto Slab", Georgia, sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.3;
}

.s-accordion__trigger {
  color: #0D0D0D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 22px 22px 25px;
  background-color: #ffffff;
  transition: background-color 0.4s;
  border: none;
}
.s-accordion__title {
  font-family: "PT Serif", Georgia, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 0;
}
.s-accordion__block {
  margin-bottom: 18px;
  transition: box-shadow 0.4s;
  box-shadow: 6px 4px 24px rgba(6, 10, 22, 0.1);
}
.s-accordion__block:not(.s-accordion__block--active):hover {
  box-shadow: none;
}
.s-accordion__block:not(.s-accordion__block--active) .s-accordion__trigger:hover {
  background-color: rgba(178, 161, 61, 0.14);
}
.s-accordion__block--active .s-accordion__icon {
  transform: rotate(-180deg);
}
.s-accordion__icon {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.s-accordion__content {
  --max-height: 0;
  color: #5C5C5C;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  max-height: var(--max-height);
  padding: 0 37px;
  overflow: hidden;
  transition: max-height 0.4s;
}
.s-accordion__content ul {
  padding-left: 0;
  list-style: none;
}
.s-accordion__content ul:last-child {
  margin-bottom: 0;
}
.s-accordion__content li {
  position: relative;
  padding-left: 15px;
  z-index: 1;
}
.s-accordion__content li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5c5c5c;
  z-index: 1;
}
.s-accordion__body {
  padding-bottom: 28px;
}

.field--name-field-teams .node--unpublished {
  background-color: transparent;
}

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

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

@media (max-width: 414px) {
  .modal-backdrop {
    width: 100%;
    height: 100%;
  }
}
.modal-dialog {
  max-width: 500px;
}
.modal-dialog-photo {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.modal-content {
  border: 0;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
}
@media (min-width: 768px) {
  .modal-content {
    padding: 50px 44px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 35px;
}
.modal-title {
  color: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 390px;
  margin: 0 auto;
}
.modal form label {
  display: none;
}

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

.breadcrumb {
  font-size: 14px;
  margin-bottom: 34px;
  padding: 17px 0;
  background-color: transparent;
}
.breadcrumb .list-link {
  color: inherit;
}
.breadcrumb .list-link:hover {
  color: #b2a13d;
}
.breadcrumb .list-link:active {
  color: #8c7f30;
}
.breadcrumb li::before {
  content: "/";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-content {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.flickity-content.enabled {
  opacity: 1;
  height: auto;
}
.flickity-navigation {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 11%;
}
@media (max-width: 575.98px) {
  .flickity-navigation {
    bottom: 15px;
    left: 0;
  }
  .flickity-navigation .flickity-nav {
    justify-content: center;
  }
}
.flickity-nav {
  display: flex;
  align-items: center;
}
.flickity-nav .button-nav {
  width: 17px;
  height: 32px;
  cursor: pointer;
  margin: 0 10px;
}
.flickity-nav .button-nav.prev {
  background: url(../images/icons/left.png) no-repeat 0 0;
}
.flickity-nav .button-nav.next {
  background: url(../images/icons/next.png) no-repeat 0 0;
}
.flickity-nav .dots {
  display: flex;
}
.flickity-nav .dot {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms linear;
}
.flickity-nav .dot.is-selected {
  background: #1dd87a;
}
.flickity-nav .dot:hover {
  background: #869791;
}

.subtitle {
  font-family: "Roboto Slab";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.block-section {
  padding: 50px 0;
}
@media (min-width: 991.98px) {
  .block-section {
    padding: 100px 0;
  }
}

.block-uslugi {
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 575.98px) {
  .block-uslugi {
    text-align: center;
  }
}
.block-uslugi-content {
  margin-bottom: 40px;
}
.block-uslugi-image {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 170px;
  margin: 40px 0 50px 0;
}
@media (max-width: 575.98px) {
  .block-uslugi-image {
    margin: 0 auto 35px;
  }
}
.block-uslugi-image img {
  max-width: 70px;
  height: auto;
}
.block-uslugi-title-block {
  font-size: 40px;
  margin-bottom: 32px;
}
.block-uslugi-title a {
  font-family: "Roboto Slab";
  font-size: 28px;
  line-height: 1.2em;
  color: #000;
}
.block-uslugi-title a:hover {
  color: #b2a13d;
}
.block-uslugi-footer {
  margin-top: 55px;
  text-align: center;
}

.front-company {
  background: #f5f5f5;
  font-family: "Roboto Slab";
  line-height: 1.6em;
}
.front-company .row {
  margin: 0 -8px;
}
.front-company .row > div {
  padding: 0 8px;
}
.front-company h2 {
  color: #666;
}
.front-company h2 span {
  color: #1dd87a;
}
.front-company-content {
  padding: 17px 15px;
  margin: 5px 0;
  box-shadow: 0px 0px 2px rgba(3, 3, 3, 0.2);
  height: calc(100% - 10px);
}
.front-company-content.white {
  background: #fff;
}
.front-company-content.info {
  color: #fff;
  background: #b2a13d;
}
.front-company-content.capital-letters {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3em;
}
.front-company-content.capital-letters a {
  cursor: pointer;
  border-bottom: 2px solid;
  transition: all 200ms linear;
}
.front-company-content.capital-letters a:hover {
  border-color: transparent;
}
.front-company-title {
  color: #b2a13d;
  font-size: 18px;
  margin-bottom: 20px;
}

.block-views-blockgallery-block-front {
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  padding-bottom: 100px;
}
.block-views-blockgallery-block-front .views-field {
  width: 33.33%;
  padding: 0 8px;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .block-views-blockgallery-block-front .views-field {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .block-views-blockgallery-block-front .views-field {
    width: 100%;
  }
}
.block-views-blockgallery-block-front .views-field.is-selected {
  opacity: 1;
}
.block-views-blockgallery-block-front .flickity-navigation {
  position: static;
  margin: 55px 0 0 0;
}
.block-views-blockgallery-block-front .flickity-navigation .flickity-nav {
  justify-content: center;
}

.block-views-blocknews-block-front {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 90px 0 80px 0;
}
.block-views-blocknews-block-front .view-header {
  margin-bottom: 65px;
}

.promo-top {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 1199.98px) {
  .promo-top {
    margin-bottom: 100px;
  }
}
.promo-top__title {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.promo-content {
  max-width: 750px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .promo-content {
    margin-bottom: 45px;
  }
}
.promo-title {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin: 0 0 26px;
}
@media (max-width: 991.98px) {
  .promo-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .promo-title {
    font-size: 31px;
    line-height: 1.3;
  }
}
.promo-text {
  margin-top: 75px;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.4;
  font-family: "PT Serif", serif;
}
.promo-text .text-formatted {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.promo-text p {
  margin: 0 0 16px 0;
}
.promo-text blockquote {
  padding: 78px 28px 40px 28px;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
  border: unset;
}
.promo-text blockquote p {
  margin: 0 0 16px 0;
}
@media (max-width: 991.98px) {
  .promo-text {
    font-size: 18px;
  }
}
@media (min-width: 991.98px) {
  .promo-advantages {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    z-index: 5;
  }
}
.promo-advantages-item {
  min-height: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 38px 30px 40px 83px;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
  background: url("../images/icons/check-icon.svg") #fff no-repeat 37px 40px;
}
@media (max-width: 1199.98px) {
  .promo-advantages-item {
    font-size: 17px;
    padding: 25px 30px 30px 57px;
    background-position: 18px 28px;
  }
}
.promo-advantages .field {
  display: flex;
  margin: 0 -15px;
}
.promo-advantages .field__item {
  width: 33.333%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .promo-advantages .field__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.advantages {
  padding: 124px 0 110px;
}
@media (max-width: 991.98px) {
  .advantages {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .advantages {
    padding: 60px 0;
  }
}
.advantages-title {
  color: #0D0D0D;
  font-size: 41px;
  font-weight: bold;
  line-height: 1.15;
  font-family: "Roboto Slab", serif;
  margin: 0 0 57px;
}
@media (max-width: 767.98px) {
  .advantages-title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .advantages-title {
    font-size: 31px;
    margin-bottom: 45px;
  }
}
.advantages-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.advantages-col {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .advantages-col {
    width: 100%;
  }
}
.advantages-item {
  color: #000;
  flex-grow: 1;
  min-height: 100%;
  position: relative;
  padding: 37px 35px 40px 42px;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .advantages-item {
    padding: 30px 25px;
  }
}
.advantages-item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  position: absolute;
  background: linear-gradient(215deg, #885908 24.59%, #c1ba4f 85.62%);
  transition: opacity 0.4s;
}
.advantages-item:hover {
  color: #fff;
}
.advantages-item:hover::before {
  opacity: 1;
}
.advantages-item-content {
  z-index: 5;
  position: relative;
}
.advantages-item-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 17px;
  font-weight: bold;
}
.advantages-item-icon {
  fill: #b2a13d;
  flex-shrink: 0;
  margin-right: 9px;
  transition: fill 0.4s;
}
.advantages-item-text {
  color: #5C5C5C;
  font-size: 18px;
  line-height: 1.4;
  max-width: 260px;
  transition: opacity 0.4s;
}
@media (max-width: 991.98px) {
  .advantages-item-text {
    max-width: 100%;
  }
}
.advantages-item:hover .advantages-item-text {
  opacity: 0.85;
  color: inherit;
}
.advantages-item:hover .advantages-item-icon {
  fill: #fff;
}

.history {
  overflow: hidden;
  padding: 97px 0;
  background: url("../images/template/history-bg.jpg") #F5F5F5 no-repeat center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .history {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .history {
    padding: 60px 0 40px;
  }
}
.history-row {
  display: flex;
  margin: 0 -15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .history-row {
    align-items: center;
    flex-direction: column;
  }
}
.history-col {
  padding: 0 15px;
}
.history-col--left {
  flex-grow: 1;
  padding-bottom: 230px;
}
@media (max-width: 991.98px) {
  .history-col--left {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.history-col--right {
  width: 575px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .history-col--right {
    width: 100%;
    max-width: 575px;
  }
}
.history-title {
  color: #0D0D0D;
  font-size: 41px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin: 0 0 29px;
}
@media (max-width: 991.98px) {
  .history-title {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .history-title {
    font-size: 31px;
  }
}
.history-text {
  font-size: 18px;
  line-height: 1.4;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .history-text {
    max-width: 100%;
  }
}
.history-slider {
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .history-slider {
    padding-bottom: 70px;
  }
}
.history-slider.flickity-enabled {
  position: static;
}
.history-slider .flickity-viewport {
  overflow: visible;
}
.history-slider .flickity-slider {
  position: static;
  transform: none !important;
}
.history-slider .flickity-prev-next-button {
  border: 0;
  fill: #000;
  top: auto;
  transform: none;
  background-color: transparent;
  transition: fill 0.4s;
  bottom: 160px;
}
.history-slider .flickity-prev-next-button.previous::before {
  content: "";
  width: 29px;
  height: 29px;
  top: 7px;
  left: 50px;
  border-radius: 15px;
  border: 1px solid #C4C4C4;
  position: absolute;
}
.history-slider .flickity-prev-next-button.next {
  right: auto;
}
.history-slider .flickity-prev-next-button.next::before {
  content: "";
  width: 11px;
  height: 11px;
  top: 16px;
  left: -26px;
  border-radius: 6px;
  background-color: #b2a13d;
  position: absolute;
}
.history-slider .flickity-prev-next-button svg {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  fill: inherit;
}
.history-slider .flickity-prev-next-button:hover {
  fill: #b2a13d;
  background-color: transparent;
}
.history-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.history-slider .flickity-prev-next-button:active {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.65);
}
@media (max-width: 991.98px) {
  .history-slider .flickity-prev-next-button {
    bottom: 0;
  }
}
.history-slider .flickity-prev-next-button.previous {
  left: 0;
}
@media (max-width: 991.98px) {
  .history-slider .flickity-prev-next-button.previous {
    left: 50%;
    margin-left: -63px;
  }
}
.history-slider .flickity-prev-next-button.next {
  left: 85px;
}
@media (max-width: 991.98px) {
  .history-slider .flickity-prev-next-button.next {
    left: 50%;
    margin-left: 22px;
  }
}
.history-slide {
  opacity: 0;
  width: 100%;
  padding: 0 15px;
  left: 0 !important;
  transition: opacity 0.4s;
}
.history-slide.is-selected {
  opacity: 1;
}
.history-teaser-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 521px;
  position: relative;
  margin-bottom: 62px;
}
@media (max-width: 991.98px) {
  .history-teaser-image {
    align-items: center;
  }
}
.history-teaser-image img {
  display: block;
  box-shadow: 6px 4px 11px rgba(0, 0, 0, 0.25);
}
.history-teaser-title {
  color: #b2a13d;
  line-height: 1;
  font-size: 170px;
  font-family: "PT Serif", serif;
  left: -200px;
  bottom: -40px;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .history-teaser-title {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .history-teaser-title {
    left: 0;
  }
}
.history-teaser-text {
  font-size: 16px;
  line-height: 1.45;
  max-width: 540px;
}
.history-teaser-text .text-formatted {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.history-teaser-text p {
  margin: 0;
}
.history-teaser-text b, .history-teaser-text strong {
  color: #000;
  font-size: 18px;
}

.gallery-block {
  padding: 141px 0 170px;
}
@media (max-width: 1199.98px) {
  .gallery-block {
    padding: 90px 0 110px;
  }
}
@media (max-width: 991.98px) {
  .gallery-block {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .gallery-block {
    padding: 60px 0;
  }
}
.gallery-block-title {
  color: #0D0D0D;
  font-size: 41px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  text-align: center;
  margin: 0 0 70px;
}
@media (max-width: 991.98px) {
  .gallery-block-title {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .gallery-block-title {
    font-size: 31px;
  }
}
.gallery-block-columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .gallery-block-columns {
    align-items: center;
    flex-direction: column;
  }
}
.gallery-block-column--left {
  flex-grow: 1;
  max-width: 635px;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .gallery-block-column--left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.gallery-block-column--right {
  width: 420px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .gallery-block-column--right {
    width: 100%;
    max-width: 420px;
  }
}
.gallery-slider {
  margin: 0 -15px;
  padding-bottom: 70px;
}
.gallery-slider .flickity-prev-next-button {
  top: auto;
  width: 43px;
  height: 43px;
  transform: none;
  border-radius: 22px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  transition: border-color 0.4s, background-color 0.4s, fill 0.4s;
  bottom: 0;
}
.gallery-slider .flickity-prev-next-button svg {
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  fill: inherit;
}
.gallery-slider .flickity-prev-next-button.next {
  right: auto;
}
.gallery-slider .flickity-prev-next-button:hover {
  fill: #b2a13d;
  border-color: #b2a13d;
}
.gallery-slider .flickity-prev-next-button:active {
  opacity: 1;
  background-color: white;
}
.gallery-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.gallery-slider .flickity-prev-next-button.previous {
  left: 15px;
}
.gallery-slider .flickity-prev-next-button.next {
  left: 75px;
}
.gallery-slide {
  width: 100%;
  padding: 0 15px;
}
.gallery-advantages {
  padding-top: 3px;
}
.gallery-advantages-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 38px;
}
.gallery-advantages-item::before {
  content: "";
  width: 62px;
  height: 62px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 31px;
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.12);
  background: #fff no-repeat center;
}
.gallery-advantages-item:last-child {
  margin-bottom: 0;
}
.gallery-advantages-item--1::before {
  background-image: url("../images/icons/gallery-icon-1.svg");
}
.gallery-advantages-item--2::before {
  background-image: url("../images/icons/gallery-icon-2.svg");
}
.gallery-advantages-item--3::before {
  background-image: url("../images/icons/gallery-icon-3.svg");
}
.gallery-advantages-title {
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 15px;
}
.gallery-advantages-text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 320px;
}

.reviews-block {
  overflow: hidden;
  padding: 95px 0 35px;
  background-color: #F5F5F5;
}
@media (max-width: 991.98px) {
  .reviews-block {
    padding: 70px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .reviews-block {
    padding: 60px 0 30px;
  }
}
.reviews-block-title {
  color: #0D0D0D;
  font-size: 41px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  margin: 0 0 26px;
}
@media (max-width: 991.98px) {
  .reviews-block-title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .reviews-block-title {
    font-size: 31px;
  }
}
.reviews-block-text {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 70px;
}
@media (max-width: 1199.98px) {
  .reviews-block-text {
    margin-bottom: 50px;
  }
}
.reviews-block-columns {
  display: flex;
}
@media (max-width: 1199.98px) {
  .reviews-block-columns {
    align-items: center;
    flex-direction: column;
  }
}
.reviews-block-column--left {
  width: 560px;
  flex-shrink: 0;
  padding-top: 15px;
  margin-right: 25px;
}
@media (max-width: 1199.98px) {
  .reviews-block-column--left {
    padding: 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .reviews-block-column--left {
    width: 100%;
  }
}
.reviews-block-column--right {
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .reviews-block-column--right {
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
  }
}
.reviews-slider {
  margin: 0 -25px;
  max-width: 525px;
  padding-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .reviews-slider {
    max-width: none;
  }
}
.reviews-slider .flickity-viewport {
  transition: height 0.2s;
}
.reviews-slider .flickity-prev-next-button {
  border: 0;
  fill: #000;
  top: auto;
  transform: none;
  background-color: transparent;
  transition: fill 0.4s;
  bottom: 24px;
}
.reviews-slider .flickity-prev-next-button.previous::before {
  content: "";
  width: 29px;
  height: 29px;
  top: 7px;
  left: 50px;
  border-radius: 15px;
  border: 1px solid #C4C4C4;
  position: absolute;
}
.reviews-slider .flickity-prev-next-button.next {
  right: auto;
}
.reviews-slider .flickity-prev-next-button.next::before {
  content: "";
  width: 11px;
  height: 11px;
  top: 16px;
  left: -26px;
  border-radius: 6px;
  background-color: #b2a13d;
  position: absolute;
}
.reviews-slider .flickity-prev-next-button svg {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  fill: inherit;
}
.reviews-slider .flickity-prev-next-button:hover {
  fill: #b2a13d;
  background-color: transparent;
}
.reviews-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.reviews-slider .flickity-prev-next-button:active {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.65);
}
.reviews-slider .flickity-prev-next-button.previous {
  left: 203px;
}
@media (max-width: 1199.98px) {
  .reviews-slider .flickity-prev-next-button.previous {
    left: 50%;
    margin-left: -63px;
  }
}
.reviews-slider .flickity-prev-next-button.next {
  left: 288px;
}
.reviews-slider .flickity-prev-next-button.next::before {
  background-color: #b2a13d;
}
@media (max-width: 1199.98px) {
  .reviews-slider .flickity-prev-next-button.next {
    left: 50%;
    margin-left: 22px;
  }
}
.reviews-slide {
  width: 100%;
  padding: 25px 25px 30px;
}
.reviews-phone {
  position: relative;
}
.reviews-phone-item {
  top: 40px;
  left: -16px;
  opacity: 0;
  width: 360px;
  position: absolute;
  transition: opacity 0.4s;
}
@media (max-width: 575.98px) {
  .reviews-phone-item {
    width: 100%;
    text-align: center;
    left: -90px;
  }
  .reviews-phone-item img {
    max-height: 350px;
    object-fit: contain;
  }
}
@media (max-width: 479px) {
  .reviews-phone-item {
    left: -100px;
    top: 0;
  }
  .reviews-phone-item img {
    max-height: 262px;
  }
}
.reviews-phone-item--chosen {
  opacity: 1;
  position: relative;
}
.reviews-phone-tabs {
  top: 180px;
  right: 80px;
  max-width: 220px;
  position: absolute;
}
@media (max-width: 1400px) {
  .reviews-phone-tabs {
    max-width: 175px;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .reviews-phone-tabs {
    top: 125px;
  }
}
@media (max-width: 479px) {
  .reviews-phone-tabs {
    top: 50px;
  }
}
.reviews-phone-tabs .list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.reviews-phone-tabs .list-item {
  cursor: pointer;
  position: relative;
  margin-bottom: 45px;
  transition: color 0.4s;
}
@media (max-width: 479px) {
  .reviews-phone-tabs .list-item {
    margin-bottom: 32px;
  }
}
.reviews-phone-tabs .list-item::before {
  content: "";
  top: 12px;
  left: -70px;
  width: 44px;
  height: 1px;
  position: absolute;
  background-color: #c4c4c4;
}
@media (max-width: 479px) {
  .reviews-phone-tabs .list-item::before {
    width: 27px;
    top: 11px;
    left: -36px;
  }
}
.reviews-phone-tabs .list-item::after {
  content: "";
  top: 9px;
  left: -28px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  position: absolute;
  background-color: #c4c4c4;
  transition: background-color 0.4s;
}
@media (max-width: 479px) {
  .reviews-phone-tabs .list-item::after {
    width: 5px;
    height: 5px;
    left: -12px;
  }
}
.reviews-phone-tabs .list-item:hover {
  color: #b2a13d;
}
.reviews-phone-tabs .list-item--chosen {
  color: #b2a13d;
}
.reviews-phone-tabs .list-item--chosen::after {
  background-color: #b2a13d;
}
.reviews-phone-tabs .list-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .reviews-phone-tabs .list-title {
    font-size: 14px;
  }
}
.reviews-phone-tabs .list-text {
  font-size: 16px;
  line-height: 1.4;
  color: #5C5C5C;
}
@media (max-width: 575.98px) {
  .reviews-phone-tabs .list-text {
    font-size: 14px;
  }
}
.reviews-phone-tabs .list-text a {
  color: #b2a13d;
  border-bottom: solid 1px rgba(178, 161, 61, 0.9);
  transition: color 0.4s, border-color 0.4s;
}
.reviews-phone-tabs .list-text a:hover {
  color: #5C5C5C;
  border-color: transparent;
}
.reviews-phone-tabs .list-text a:active {
  color: #000;
}
.reviews-phone-tabs .list--chosen .reviews-phone-tabs .list-title {
  color: #000;
}
@media (max-width: 575.98px) {
  .reviews-phone-tabs .list {
    max-width: 220px;
  }
}

.review-teaser {
  padding: 43px 28px 32px;
  position: relative;
  background-color: #fff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.15);
}
.review-teaser::after {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  position: absolute;
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 1199.98px) {
  .review-teaser::after {
    content: none;
  }
}
.review-teaser-image {
  top: -25px;
  left: 28px;
  position: absolute;
}
.review-teaser-image img {
  border-radius: 50%;
}
.review-teaser-header {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.review-teaser-title {
  color: #000;
}
.review-teaser-date {
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  color: #5C5C5C;
}
.review-teaser-date::before {
  content: "/";
  top: 0;
  left: 0;
  position: absolute;
}
.review-teaser-text {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.8;
}

.product-teaser {
  flex-grow: 1;
  padding: 36px 38px 49px;
  background-color: #fff;
  transition: box-shadow 0.4s;
}
.product-teaser:hover {
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
}
.product-teaser-header {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  padding-bottom: 36px;
  border-bottom: 1px solid #E6E6E6;
}
.product-teaser-header-content {
  flex-grow: 1;
  color: #000;
  line-height: 1.2;
  margin-right: 30px;
  font-weight: bold;
}
.product-teaser-header-image {
  flex-shrink: 0;
}
.product-teaser-title {
  font-size: 24px;
  font-family: "PT Serif", serif;
  margin-bottom: 5px;
}
.product-teaser-country {
  font-size: 18px;
}
.product-teaser-body {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid #E6E6E6;
}
.product-teaser-body .field__item {
  margin-bottom: 17px;
}
.product-teaser-body .field__item:last-child {
  margin-bottom: 0;
}
.product-teaser-price {
  color: #000;
  font-size: 18px;
  line-height: 1.1;
}
.product-teaser-price .field {
  display: inline;
  font-weight: bold;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  justify-content: center;
}
.products-list-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media (max-width: 991.98px) {
  .products-list-item {
    width: 100%;
  }
}

.steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -55px;
}
.steps-list-item {
  display: flex;
  align-items: flex-start;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 55px;
}
@media (max-width: 991.95px) {
  .steps-list-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .steps-list-item {
    width: 100%;
  }
}
.steps-list-number {
  width: 49px;
  height: 82px;
  color: #b2a13d;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  padding-top: 14px;
  margin-top: 3px;
  margin-right: 30px;
  position: relative;
  border: 1px solid #D9D9D9;
  transition: background 0.4s, color 0.4s;
}
.steps-list-number::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  position: absolute;
  background: linear-gradient(259.22deg, #885908 -3.24%, #c1ba4f 110.83%);
  transition: opacity 0.4s;
}
.steps-list-number .item {
  z-index: 5;
  position: relative;
}
.steps-list-content {
  flex-grow: 1;
}
.steps-list-item:hover .steps-list-number {
  color: #fff;
}
.steps-list-item:hover .steps-list-number::before {
  opacity: 1;
}
.steps-item-title {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.steps-item-text {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.4;
}

.answers {
  padding: 95px 0 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .answers {
    padding: 70px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .answers {
    padding-top: 60px;
  }
}
.answers-list {
  margin: 0 -25px;
}
@media (max-width: 991.98px) {
  .answers-list {
    padding-bottom: 40px;
  }
}
.answers-list-item {
  width: 100%;
  padding: 0 25px;
}
.answers-list .flickity-prev-next-button {
  top: auto;
  width: 43px;
  height: 43px;
  transform: none;
  border-radius: 22px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  transition: border-color 0.4s, background-color 0.4s, fill 0.4s;
  top: -90px;
}
.answers-list .flickity-prev-next-button svg {
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  fill: inherit;
}
.answers-list .flickity-prev-next-button.next {
  right: auto;
}
.answers-list .flickity-prev-next-button:hover {
  fill: #b2a13d;
  border-color: #b2a13d;
}
.answers-list .flickity-prev-next-button:active {
  opacity: 1;
  background-color: white;
}
.answers-list .flickity-prev-next-button:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .answers-list .flickity-prev-next-button {
    top: auto;
    bottom: 0;
  }
}
.answers-list .flickity-prev-next-button.next {
  right: 25px;
}
.answers-list .flickity-prev-next-button.previous {
  left: auto;
  right: 83px;
}
@media (max-width: 991.98px) {
  .answers-list .flickity-prev-next-button.previous {
    right: auto;
    left: 25px;
  }
}
.answers-columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .answers-columns {
    align-items: center;
    flex-direction: column;
  }
}
.answers-column--left {
  flex-grow: 1;
  max-width: 450px;
  padding-top: 17px;
}
@media (max-width: 991.98px) {
  .answers-column--left {
    padding: 0;
    margin: 0 0 30px;
  }
}
.answers-column--right {
  width: 540px;
  flex-shrink: 0;
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .answers-column--right {
    margin: 0;
    width: 100%;
    max-width: 570px;
  }
}
.answers-nav {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 30px;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: color 0.4s;
}
.answers-nav::after {
  content: "";
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 4px;
  margin-top: 8px;
  margin-left: 30px;
  background-color: #C4C4C4;
  transition: background-color 0.4s;
}
.answers-nav::before {
  content: "";
  width: 58px;
  height: 1px;
  top: 11px;
  left: 100%;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left center;
  background-color: #C4C4C4;
  transition: transform 0.4s;
}
@media (max-width: 767.98px) {
  .answers-nav::before {
    content: none;
  }
}
.answers-nav--chosen {
  font-weight: bold;
}
.answers-nav--chosen::after {
  background-color: #b2a13d;
}
.answers-nav--chosen::before {
  transform: none;
}
.answers-nav:hover {
  color: #b2a13d;
}
.answers-nav:active {
  color: #c9bb63;
}
.answers-item {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
}
.answers-item-video {
  background-color: #F5F5F5;
}
.answers-item-video iframe {
  border: 0;
  width: 100%;
  height: 303px;
  display: block;
  max-height: 60vh;
}
.answers-item-content {
  padding: 40px 37px;
}
@media (max-width: 767.98px) {
  .answers-item-content {
    padding: 30px 25px;
  }
}
.answers-item-text {
  font-size: 16px;
  line-height: 1.4;
}
.answers .page-title {
  margin-bottom: 45px;
}

.price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin-top: 47px;
  margin-bottom: 116px;
  padding: 43px 46px 51px 123px;
  background-color: #FFFFFF;
  box-shadow: 4px 15px 34px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .price {
    margin-top: 27px;
    margin-bottom: 56px;
  }
}
@media (max-width: 575.98px) {
  .price {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}
.price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 38px;
  width: 54px;
  height: 64px;
  background-image: url("../images/icons/icon-file.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
@media (min-width: 991.98px) {
  .price__content {
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .price__content {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .price__content {
    width: 100%;
  }
}
.price__caption {
  color: #000000;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .price__caption {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .price__caption {
    font-size: 20px;
  }
}
.price__subtitle {
  color: #5C5C5C;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.8;
}
.price__file .file {
  min-width: 188px;
}

#block-get-price,
#block-get-price-view {
  margin-left: auto;
  margin-right: auto;
}

.slider__item {
  width: 100%;
}
.slider__item .slider-teaser-376 .slider-teaser__title {
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.slider__item .slider-teaser-376 .slider-teaser__short {
  color: #fff;
}
.slider-teaser {
  position: relative;
  min-height: 709px;
  padding-top: 136px;
  padding-bottom: 100px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .slider-teaser {
    padding-top: 74px;
    min-height: 650px;
  }
}
@media (max-width: 575.98px) {
  .slider-teaser {
    padding-top: 46px;
    min-height: 664px;
  }
}
.slider-teaser__content {
  position: relative;
  width: 100%;
  max-width: 520px;
  z-index: 2;
}
.slider-teaser__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-teaser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  object-position: 71% 0;
}
.slider-teaser__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 37px;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 575.98px) {
  .slider-teaser__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 12px;
    max-width: 378px;
  }
}
.slider-teaser__short {
  color: #0D0D0D;
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.4;
}
.slider-teaser__short br {
  display: none;
}
@media (max-width: 575.98px) {
  .slider-teaser__short {
    font-size: 18px;
    line-height: 1.4;
  }
}
.slider-teaser__link {
  display: inline-block;
  margin-top: 45px;
}
.slider-teaser__vector {
  position: relative;
  display: inline-block;
  width: 215px;
  height: 50px;
  z-index: 1;
}
.slider-teaser__vector img {
  position: absolute;
  top: -74%;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .slider-teaser__vector {
    width: 158px;
    height: 32px;
  }
  .slider-teaser__vector img {
    max-width: 246px;
  }
}
.slider .flickity-button {
  width: 43px;
  height: 43px;
  background-color: #fff;
  box-shadow: 6px 4px 17px rgba(0, 4, 35, 0.18);
  transition: background-color 0.4s;
}
.slider .flickity-button-icon {
  fill: #ffffff;
  stroke: #b2a13d;
  stroke-width: 13px;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  transition: fill 0.4s, stroke 0.4s;
}
.slider .flickity-button:hover {
  background-color: #b2a13d;
}
.slider .flickity-button:hover .flickity-button-icon {
  stroke: #ffffff;
  fill: #b2a13d;
}
@media (min-width: 1350px) {
  .slider .flickity-button.previous {
    left: calc((100vw - 1100px) / 2 - 120px);
  }
  .slider .flickity-button.next {
    right: calc((100vw - 1100px) / 2 - 120px);
  }
}
@media (max-width: 575.98px) {
  .slider .flickity-button {
    display: none;
  }
}

.block-views-blocksale-block-front {
  background: linear-gradient(270deg, #c1ba4f 1.48%, #b2a13d 93.34%);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 6;
  display: none;
}
.block-views-blocksale-block-front .views-row {
  width: 100%;
}
.block-views-blocksale-block-front .view-content {
  padding: 0 30px;
  opacity: 0;
  height: 0;
}
.block-views-blocksale-block-front .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.block-views-blocksale-block-front .flickity-button {
  background: none;
  border-radius: 0;
}
.block-views-blocksale-block-front .flickity-button path {
  fill: #fff;
}
.block-views-blocksale-block-front .flickity-button:hover {
  background: none;
}
.block-views-blocksale-block-front .flickity-button.previous {
  left: 0;
}
.block-views-blocksale-block-front .flickity-button.next {
  right: 0;
}
.block-views-blocksale-block-front .action-token-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  position: relative;
}
.block-views-blocksale-block-front .action-token-item {
  padding: 0 15px;
}
.block-views-blocksale-block-front .action-token-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
}
.block-views-blocksale-block-front .action-token-title p {
  margin: 0;
}
.block-views-blocksale-block-front .action-token-link a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 30px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.67);
  transition: border-color 0.4s;
}
.block-views-blocksale-block-front .action-token-link a:hover {
  border-color: rgb(255, 255, 255);
}
.block-views-blocksale-block-front .action-token-close {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s;
  margin-left: 22px;
}
.block-views-blocksale-block-front .action-token-close:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .block-views-blocksale-block-front .action-token-close {
    position: absolute;
    margin: 0;
    z-index: 3;
    top: 5px;
    right: 0;
  }
}

.sale-full-banner {
  position: relative;
}
.sale-full-icon {
  position: absolute;
  top: -90px;
  right: 26px;
  width: 99px;
  height: 126px;
  filter: hue-rotate(-65deg);
}
@media (max-width: 991.98px) {
  .sale-full-icon {
    top: -28px;
  }
}
.sale-full-image {
  width: 100%;
}
.sale-full-image img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sale-full-image img {
    height: 350px;
  }
}
.sale-full-text-banner {
  position: absolute;
  top: 175px;
  left: 69px;
}
.sale-full-text-banner .field--name-field-text-banner {
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  max-width: 559px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .sale-full-text-banner .field--name-field-text-banner {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .sale-full-text-banner .field--name-field-text-banner {
    max-width: 300px;
  }
}
.sale-full-text-banner .sale-full-link {
  color: #b2a13d;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 19px 34px;
  border-radius: 40px;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .sale-full-text-banner {
    top: 45px;
  }
}
@media (max-width: 767.98px) {
  .sale-full-text-banner {
    left: 44px;
    top: 110px;
  }
}
.sale-full-body {
  padding: 60px 0 70px;
}
.sale-full-body p {
  color: #323232;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 35px;
}
.sale-full-body p span {
  font-weight: 600;
}
.sale-full-body p .green {
  margin: 0 5px;
  color: #b2a13d;
}
.sale-full-body p a {
  margin-left: 15px;
  color: #b2a13d;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
}
.sale-full-body ul {
  padding-left: 3rem;
  margin-bottom: 30px;
}
.sale-full-body ul li {
  color: #323232;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.sale-full-team {
  background: #F5F5F5;
  padding: 60px 0;
}
.sale-full-team-title {
  color: #323232;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 60px;
}
.sale-full-team .field--name-field-sale-team {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sale-full-team .field--name-field-sale-team .field__item {
  margin: 0 20px;
}
@media (max-width: 1199.98px) {
  .sale-full-team .field--name-field-sale-team .field__item {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .sale-full-team .field--name-field-sale-team .field__item {
    margin: 0 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .sale-full-team .field--name-field-sale-team {
    flex-direction: column;
    align-items: center;
  }
}
.sale-full-team .team-teaser-news {
  border-radius: 5px;
  background: #FFF;
  width: 313px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 30px;
}
.sale-full-team .team-teaser-news .field__item {
  margin: 0;
}
.sale-full-team .team-teaser-news .image img {
  border-radius: 50%;
}
.sale-full-team .team-teaser-news .title {
  color: #b2a13d;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 15px 0;
  width: 220px;
}
.sale-full-team .team-teaser-news .position {
  color: #696969;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 220px;
  margin-bottom: 25px;
  min-height: 42px;
}
.sale-full-team .team-teaser-news .link {
  color: #b2a13d;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.sale-full-team .team-teaser-news .link img {
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .sale-full-team .team-teaser-news {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .sale-full-team {
    width: 100%;
  }
}
.sale-full .srv-form.news-full-form {
  background: url(../images/template/bg-news-form.png) no-repeat center;
}

.node--type-news .page-content {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .node--type-news .page-title {
    font-size: 25px;
  }
}

.sale-teaser {
  margin-bottom: 30px;
}
.sale-teaser-title {
  margin-top: 6px;
}
.sale-teaser-title a {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
  color: #000;
  transition: all 200ms linear;
}

.faq-content .nav-link {
  color: #b2a13d;
}
.faq-accordion-row {
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 6px 4px 24px 0px rgba(6, 10, 22, 0.1019607843);
  border: none;
  transition: background-color 0.4s;
}
.faq-accordion-row:hover {
  background-color: rgba(178, 161, 61, 0.14);
}
.faq-accordion-row.active .faq-accordion-row-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion-row-title {
  position: relative;
}
.faq-accordion-row-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  pointer-events: none;
  height: 24px;
  background: url(../images/icons/icon-faq-arrow.svg) no-repeat center;
}
.faq-accordion-row-title button {
  font-size: 24px;
  font-weight: 700;
  color: #0D0D0D;
}
.faq-accordion-row-title .field--name-field-short {
  padding: 20px 54px 20px 24px;
}
.faq-accordion-row-content {
  padding: 0 24px 20px;
}

.block-views-blockfaq-block-faq {
  padding: 60px 0 40px;
}

.portfolio-token {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
}
.portfolio-token__content {
  padding: 21px 26px 17px;
}
.portfolio-token__content p {
  margin-bottom: 14px;
}
.portfolio-token__content strong {
  font-size: 18px;
  color: #0d0d0d;
}
.portfolio-token__content ul {
  padding-left: 22px;
}
.portfolio-token__content li {
  margin-bottom: 12px;
}
.portfolio-services {
  margin-top: 120px;
  margin-bottom: 100px;
}
.portfolio-services h2 {
  text-align: center;
}
.portfolio-services .flickity-prev-next-button {
  width: 43px;
  height: 43px;
  top: calc(50% - 40px);
  transform: none;
  border-radius: 22px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  transition: border-color 0.4s, background-color 0.4s, fill 0.4s;
}
.portfolio-services .flickity-prev-next-button.previous {
  left: -70px;
}
.portfolio-services .flickity-prev-next-button.next {
  right: -70px;
}
.portfolio-services .flickity-prev-next-button .flickity-button-icon {
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
@media (max-width: 1199.98px) {
  .portfolio-services .flickity-prev-next-button {
    display: none;
  }
}

.certificate-token {
  height: 100%;
  background-color: #fff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
}
.certificate-token__content {
  position: relative;
  padding: 24px 13px;
  z-index: 1;
}
.certificate-token__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: url("../images/icons/icon-document.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.certificate-token__caption {
  color: #0D0D0D;
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
.certificate-token__media {
  position: relative;
  z-index: 1;
}
.certificate-token__media a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(92, 92, 92, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}
.certificate-token__btn {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.26;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 142px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s, background-color 0.4s;
  text-align: center;
  z-index: 3;
}
.certificate-token:hover a::before {
  opacity: 1;
}
.certificate-token:hover .btn {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .certificate-token {
    max-width: 260px;
  }
}

.testimonial-token {
  position: relative;
  margin-bottom: 58px;
  z-index: 1;
}
.testimonial-token__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonial-token__caption {
  color: #000000;
  font-family: "PT Sans", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.testimonial-token__media {
  position: absolute;
  top: 7px;
  left: 44px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .testimonial-token__media {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonial-token__container {
  padding: 68px 45px 32px;
  background-color: #fff;
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #128828;
}
.testimonial-token__content {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.4;
}

.yandex-testimonial {
  display: flex;
  justify-content: center;
}

.tag-links {
  max-width: 100%;
  margin-bottom: 45px;
}
.tag-links__list {
  width: 100%;
  padding: 0 37px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-height: 55px;
}
.tag-links__list:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
}
.tag-links__item {
  width: auto;
  border-right: 1px solid #CBCBCB;
}
.tag-links__link {
  position: relative;
  display: block;
  padding: 17px 21px 15px;
  background-color: #fff;
  white-space: nowrap;
  transition: color 0.4s, background-color 0.4s;
  z-index: 1;
}
.tag-links__link h2 {
  color: #696969;
  font-family: "PT Sans", Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  transition: color 0.4s, background-color 0.4s;
  margin-bottom: 0;
}
.tag-links__link:hover h2 {
  color: #fff;
}
.tag-links__link:hover::before {
  opacity: 1;
}
.tag-links__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 0;
  background: linear-gradient(to bottom right, #b2a13d, #c7b75b);
  z-index: -1;
}
.tag-links .flickity-button {
  top: 50%;
  width: 37px;
  height: calc(100% + 2px);
  background-color: #b2a13d;
  transform: translateY(-50%);
}
.tag-links .flickity-button.next {
  right: -1px;
  border-radius: 0px 4px 4px 0px;
}
.tag-links .flickity-button.previous {
  left: -1px;
  border-radius: 4px 0px 0px 4px;
}
.tag-links .flickity-button svg {
  transform: scale(0.7);
}
.tag-links .flickity-button path {
  fill: white;
}
.tag-links .flickity-button:hover, .tag-links .flickity-button:active {
  opacity: 1;
  background-color: #bdab41;
}

.payment-teaser-title {
  display: flex;
  align-items: center;
  color: #b2a13d;
  background-color: #FFFFFF;
  font-family: "PT Sans";
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  border: 1px solid #b2a13d;
  border-radius: 45px;
  transition: color 0.4s, background-color 0.4s;
}
.payment-teaser-title:hover {
  color: #FFFFFF;
  background-color: #b2a13d;
}
.payment-teaser-title:hover .payment-teaser-arrow svg path {
  fill: #FFFFFF;
}
.payment-teaser-arrow {
  margin-left: 8px;
}
.payment-teaser-arrow svg path {
  fill: #b2a13d;
  transition: fill 0.4s;
}

#block-views-block-payment-methods-block-payment {
  padding: 15px 0 40px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
#block-views-block-payment-methods-block-payment .view-content {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
/*# sourceMappingURL=_maps/index.css.map */
