@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #595854;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 3.313rem;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  color: #AF9B75;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #595854;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #AF9B75;
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
.page:not(.front) > * {
  margin-bottom: 15px;
}
.page:not(.front) > *:last-child {
  margin-bottom: 0;
}
.page:not(.front) > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page:not(.front) > *:not(header,footer) .block-block .content h1,
.page:not(.front) > *:not(header,footer) .block-block .content h2,
.page:not(.front) > *:not(header,footer) .block-block .content h3,
.page:not(.front) > *:not(header,footer) .block-block .content h4,
.page:not(.front) > *:not(header,footer) .block-block .content h5,
.page:not(.front) > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
.page.not-front .navigation {
  border-bottom: 1px solid #EFEDE1;
}
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 79px;
}
@media screen and (max-width: 767px) {
  .mm-page {
    padding-top: 79px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #595854 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #595854 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
/*Кнопки*/
.btn {
  border-radius: 15px;
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default,
.btn.webform-button--submit,
.cart.cart-form .views-form .delete-order-item.btn,
.search-api-page-block-form-search .form-actions .btn,
#block-vesta-theme-views-block-sale-block .more-link a {
  padding: 23.5px;
  border-radius: 15px;
  background-color: #595854;
  border-color: #595854;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-default,
  .btn.webform-button--submit,
  .cart.cart-form .views-form .delete-order-item.btn,
  .search-api-page-block-form-search .form-actions .btn,
  #block-vesta-theme-views-block-sale-block .more-link a {
    padding: 18px;
    border-radius: 13px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-default,
  .btn.webform-button--submit,
  .cart.cart-form .views-form .delete-order-item.btn,
  .search-api-page-block-form-search .form-actions .btn,
  #block-vesta-theme-views-block-sale-block .more-link a {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn-default,
  .btn.webform-button--submit,
  .cart.cart-form .views-form .delete-order-item.btn,
  .search-api-page-block-form-search .form-actions .btn,
  #block-vesta-theme-views-block-sale-block .more-link a {
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
  }
}
.btn-default:focus,
.btn.webform-button--submit:focus,
.cart.cart-form .views-form .delete-order-item.btn:focus,
.search-api-page-block-form-search .form-actions .btn:focus,
#block-vesta-theme-views-block-sale-block .more-link a:focus,
.btn-default:hover,
.btn.webform-button--submit:hover,
.cart.cart-form .views-form .delete-order-item.btn:hover,
.search-api-page-block-form-search .form-actions .btn:hover,
#block-vesta-theme-views-block-sale-block .more-link a:hover {
  color: #fff;
  background-color: #AF9B75;
  border-color: #AF9B75;
}
.btn-gold,
.button--add-to-cart,
.cart.cart-form .views-form .form-actions .btn,
form.commerce-checkout-flow .form-actions .btn {
  padding: 18px 17px;
  background-color: #AF9B75;
  border-color: #AF9B75;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-gold,
  .button--add-to-cart,
  .cart.cart-form .views-form .form-actions .btn,
  form.commerce-checkout-flow .form-actions .btn {
    padding: 15px;
    border-radius: 13px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-gold,
  .button--add-to-cart,
  .cart.cart-form .views-form .form-actions .btn,
  form.commerce-checkout-flow .form-actions .btn {
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn-gold,
  .button--add-to-cart,
  .cart.cart-form .views-form .form-actions .btn,
  form.commerce-checkout-flow .form-actions .btn {
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
  }
}
.btn-gold:focus,
.button--add-to-cart:focus,
.cart.cart-form .views-form .form-actions .btn:focus,
form.commerce-checkout-flow .form-actions .btn:focus,
.btn-gold:hover,
.button--add-to-cart:hover,
.cart.cart-form .views-form .form-actions .btn:hover,
form.commerce-checkout-flow .form-actions .btn:hover {
  color: #fff;
  background-color: #595854;
  border-color: #595854;
}
/*Разное*/
.block,
.view .node {
  position: relative;
}
.social-icon {
  gap: 13px;
}
.social-icon img {
  max-width: 45px;
  width: 100%;
}
.icon-contacts {
  padding-left: 32px;
  position: relative;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: flex-start;
  align-items: center;
}
.icon-contacts:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-contacts.footer-address::before,
.icon-contacts.header-address::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-map.svg);
}
.icon-contacts.footer-phone::before,
.icon-contacts.header-phone::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-phone.svg);
}
.icon-contacts.footer-mail::before,
.icon-contacts.header-mail::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-mail.svg);
}
/*Шапка*/
#block-vesta-theme-socialnyeikonkivshapke {
  max-width: 103px;
  width: 100%;
}
#block-vesta-theme-logo {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
#block-vesta-theme-logo .field--name-body {
  width: 100%;
}
#block-vesta-theme-korzina {
  max-width: 50px;
  width: 100%;
}
#block-vesta-theme-korzina .cart--cart-block .cart-block--link__expand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
#block-vesta-theme-korzina .cart--cart-block .cart-block--summary__icon {
  margin-right: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/sites/all/themes/vesta_theme/image/shopping.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#block-vesta-theme-korzina .cart--cart-block .cart-block--summary__icon img {
  display: none;
}
#block-vesta-theme-korzina .cart--cart-block .cart-block--summary__count {
  height: 31px;
  color: #595854;
  font-size: 20px;
  font-weight: 400;
  line-height: 208%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
#block-vesta-theme-knopkaostavitzayavku {
  width: 16%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-knopkaostavitzayavku {
    width: 17%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-knopkaostavitzayavku {
    width: 21%;
  }
}
/*Слайдер*/
#block-vesta-theme-views-block-slayder-block-1 {
  position: relative;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-dots {
  bottom: 28px;
  z-index: 1;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-dots li {
  margin: 0 9px;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
  width: 84.5px;
  height: 79px;
  top: auto;
  bottom: -13%;
  box-shadow: 7px 7px 9.1px 0px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    width: 74.5px;
    height: 69px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    width: 64.5px;
    height: 59px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    display: none;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow.slick-prev {
  border-radius: 16px 0 0 16px;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow.slick-prev::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 53px;
  background-color: #EFEDE1;
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: auto;
  right: -0.5px;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow.slick-prev::after {
    height: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow.slick-prev::after {
    height: 33px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow.slick-next {
  border-radius: 0 16px 16px 0;
}
#block-vesta-theme-views-block-slayder-block-1 .field--type-image img {
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-views-block-slayder-block-1 .field--type-image img {
    height: 600px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .field--type-image img {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .field--type-image img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .field--type-image img {
    min-height: 400px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-title,
#block-vesta-theme-views-block-slayder-block-1 .content .field--name-body,
#block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-link {
  max-width: 568px;
  width: 100%;
}
#block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-title {
  margin-bottom: 46px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-title {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-title {
    margin-bottom: 26px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-field-slide-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .content .field--name-body {
  margin-bottom: 62px;
  font-size: 16px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-body {
    margin-bottom: 52px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-body {
    margin-bottom: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .content .field--name-body {
    margin-bottom: 22px;
    font-size: 14px;
  }
}
/*Заголовок H1 на главной*/
.sale-block {
  margin-bottom: 120px;
  background: linear-gradient(180deg, #ffffff, #efede1 62%, #ffffff 50%);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sale-block {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sale-block {
    margin-bottom: 80px;
    background: linear-gradient(180deg, #ffffff, #efede1 60%, #ffffff 50%);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sale-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sale-block {
    margin-bottom: 40px;
  }
}
#block-vesta-theme-h1naglavnoy {
  max-width: 1170px;
  width: 100%;
  margin: 40px auto 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-h1naglavnoy {
    margin: 30px auto 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-h1naglavnoy {
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-h1naglavnoy {
    margin: 15px auto 20px;
  }
}
/*Акции*/
#block-vesta-theme-views-block-sale-block {
  padding: 0 53px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-sale-block {
    padding: 0 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-sale-block {
    padding: 0 33px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-sale-block {
    padding: 0 13px;
  }
}
#block-vesta-theme-views-block-sale-block .block-title {
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-sale-block .block-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-sale-block .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-sale-block .block-title {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-sale-block .views-row {
  margin: 0 9px;
  height: auto;
}
#block-vesta-theme-views-block-sale-block .more-link {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-sale-block .more-link {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-sale-block .more-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-sale-block .more-link {
    margin-top: 30px;
  }
}
#block-vesta-theme-views-block-sale-block .more-link a {
  display: inline-block;
  text-decoration: none;
}
#block-vesta-theme-views-block-sale-block button.slick-arrow:hover {
  background-color: #AF9B75;
}
#block-vesta-theme-views-block-sale-block button.slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}
/*Каталог*/
div#services-block {
  margin: 0 0 66px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-catalog.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#services-block {
    margin: 0 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#services-block {
    margin: 0 0 46px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#services-block {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 767px) {
  div#services-block {
    margin: 0 0 26px;
  }
}
div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .block-title {
  max-width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .block-title {
    position: relative;
    max-width: 100%;
    text-align: center;
  }
}
div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(1) {
  margin-top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(1) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(1) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(1) {
    margin-top: 20px;
  }
}
div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(5) {
  padding-top: 47px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(5) {
    padding-top: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(5) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .views-row:nth-child(5) {
    padding-top: 0;
  }
}
.view-catalog {
  position: relative;
}
.view-catalog .view-content {
  column-count: 3;
  column-gap: 21px;
  row-gap: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-catalog .view-content {
    column-gap: 18px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-catalog .view-content {
    column-count: 2;
    column-gap: 15px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    column-count: 1;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.view-catalog .view-content .views-row {
  max-width: 376px;
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-catalog .view-content .views-row {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-catalog .view-content .views-row {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row {
    margin: 0 auto 10px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser {
  width: 100%;
}
.view-catalog .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
  display: flex;
}
.view-catalog .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a {
  display: flex;
  width: 100%;
}
.view-catalog .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
  max-width: 376px;
  width: 100%;
  min-height: 318px;
  max-height: 402px;
  /*object-fit: fill;*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-catalog .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
    min-height: 218px;
    max-height: 302px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
    min-height: 250px;
    max-height: max-content;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser {
  position: relative;
  border-radius: 15px;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--type-image {
  border-radius: 15px;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--type-image img {
  border-radius: 15px;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    padding: 10px;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 136%;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 {
    font-size: 18px;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 a {
  color: inherit;
  text-decoration: none;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title:hover {
  background-color: rgba(175, 155, 117, 0.9);
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title:hover h4 {
  margin: 0 auto 89px;
}
/*О бренде / О компании*/
#block-vesta-theme-views-block-about-block-1 {
  min-height: 659px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left {
  position: absolute;
  left: -33%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left {
    width: 73%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left {
    order: 2;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left {
    order: 2;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 15px auto 0;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left img {
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-left img {
    border-radius: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right {
  width: 58%;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right {
    order: 1;
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about {
  margin-bottom: 33px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about .block-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-right .field--name-field-front-text-about .block-title {
    text-align: center;
  }
}
/*Форма на главной*/
.form-block {
  margin: 0 0 76px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-fos.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-block {
    margin: 0 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-block {
    margin: 0 0 46px;
  }
}
@media screen and (max-width: 767px) {
  .form-block {
    margin: 0 0 26px;
    background-size: cover;
  }
}
.form-block .region-form {
  padding: 67px 0 62px;
  position: relative;
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-block .region-form {
    padding: 47px 0 42px;
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-block .region-form {
    padding: 37px 0 32px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-block .region-form {
    padding: 22px 0;
    gap: 10px;
  }
}
.form-block .region-form:before {
  content: '';
  display: inline-block;
  width: 151px;
  height: 265px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-logo-fos.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-block .region-form:before {
    width: 109px;
    margin: auto;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-block .region-form:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .form-block .region-form:before {
    display: none;
  }
}
#block-vesta-theme-vebforma {
  margin-top: 15px;
  width: 80%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma {
    width: 86%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma {
    order: 1;
    width: 100%;
  }
}
#block-vesta-theme-vebforma .block-title {
  margin-bottom: 43px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma .block-title {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma .block-title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .block-title {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 9px 7px;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name,
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
#block-vesta-theme-vebforma .webform-submission-form .form-item-email {
  width: 307px;
  height: 64px;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-email {
    width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-email {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-email {
    width: 100%;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name label,
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon label,
#block-vesta-theme-vebforma .webform-submission-form .form-item-email label {
  display: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name input,
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon input,
#block-vesta-theme-vebforma .webform-submission-form .form-item-email input {
  width: 100%;
  height: 100%;
  padding: 21px 21px 21px 54px;
  box-sizing: border-box;
  border: 1px solid #AF9B75;
  border-radius: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 21px 18px;
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name input {
  background-image: url(/sites/all/themes/vesta_theme/image/user.svg);
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon input {
  background-image: url(/sites/all/themes/vesta_theme/image/call.svg);
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-email input {
  background-image: url(/sites/all/themes/vesta_theme/image/sms-tracking.svg);
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-message {
  width: 100%;
  margin: 0;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-message label {
  display: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-message textarea {
  width: 100%;
  height: 106px;
  box-sizing: border-box;
  border: 1px solid #AF9B75;
  border-radius: 20px;
  padding: 21px 21px 21px 54px;
  background-image: url(/sites/all/themes/vesta_theme/image/message-2.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 21px 18px;
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
  width: 100%;
  margin: 30px auto 35px;
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
    margin: 25px auto 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
    margin: 15px auto;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .form-check-input[type="checkbox"] {
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: borer-box;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #AF9B75;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .form-check-input[type="checkbox"]:focus {
  box-shadow: none;
  border: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .form-check-input[type="checkbox"]:checked {
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .description {
  margin-left: 20px;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .description .webform-element-description {
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .description .webform-element-description a {
  color: inherit;
  text-decoration: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox .description .webform-element-description a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vebforma .webform-submission-form .webform-actions {
  width: 100%;
  margin: 0;
  text-align: center;
}
/*Подвал*/
.footer {
  padding: 35px 0;
}
.footer .region-footer {
  margin-bottom: 52px;
}
#block-vesta-theme-logovpodvale {
  width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-logovpodvale {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-logovpodvale {
    max-width: 100%;
    width: auto;
  }
}
#block-vesta-theme-logovpodvale .field--name-body .footer-logo {
  filter: brightness(0) invert(1);
  width: 168px;
  height: 76px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-logovpodvale .field--name-body .footer-logo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-logovpodvale .field--name-body .footer-logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-logovpodvale .field--name-body .footer-logo {
    margin-bottom: 10px;
  }
}
#block-vesta-theme-logovpodvale .field--name-body .footer-logo img {
  width: 100%;
}
#block-vesta-theme-logovpodvale .field--name-body .copyright {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 208%;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-logovpodvale .field--name-body .copyright {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-logovpodvale .field--name-body .copyright {
    margin-bottom: 10px;
    line-height: 120%;
  }
}
#block-vesta-theme-logovpodvale .field--name-body .copyright a {
  color: inherit;
}
#block-vesta-theme-logovpodvale .field--name-body .copyright a:hover {
  text-decoration: none;
  color: #AF9B75;
}
#block-vesta-theme-osnovnayanavigaciya-3,
#block-vesta-theme-katalogvpodvale {
  width: 16%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-osnovnayanavigaciya-3,
  #block-vesta-theme-katalogvpodvale {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-osnovnayanavigaciya-3,
  #block-vesta-theme-katalogvpodvale {
    max-width: 100%;
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #block-vesta-theme-osnovnayanavigaciya-3,
  #block-vesta-theme-katalogvpodvale {
    max-width: 24%;
    width: auto;
    text-align: left;
  }
}
#block-vesta-theme-kontakty {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kontakty {
    max-width: 100%;
    width: auto;
  }
}
#block-vesta-theme-kontakty .field--name-body {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: 0;
  text-align: left;
}
#block-vesta-theme-kontakty .field--name-body a {
  color: inherit;
  text-decoration: none;
}
#block-vesta-theme-kontakty .field--name-body a:hover {
  color: #AF9B75;
}
#block-vesta-theme-kontakty .field--name-body .icon-contacts {
  margin-bottom: 10px;
}
#block-vesta-theme-kontakty .field--name-body .icon-contacts .header-phone {
  text-transform: uppercase;
}
.vesta_backlink {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.vesta_backlink a {
  color: inherit;
  text-decoration: none;
}
.vesta_backlink a:hover {
  color: #AF9B75;
}
/*Кнопка на верх*/
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
/*Страница контакты*/
#block-vesta-theme-bloknastranicekontakty .field--name-body .icon-contacts:before {
  filter: brightness(0.35);
}
/*Товар/Продукт*/
.view-tovary .view-content:not(.slick-slider),
.view-sale .view-content:not(.slick-slider),
.view-also-bought .view-content:not(.slick-slider),
.view-also-bought-product .view-content:not(.slick-slider),
.view-tovary .slick-track,
.view-sale .slick-track,
.view-also-bought .slick-track,
.view-also-bought-product .slick-track {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}
.view-tovary .view-content:not(.slick-slider) .views-row,
.view-sale .view-content:not(.slick-slider) .views-row,
.view-also-bought .view-content:not(.slick-slider) .views-row,
.view-also-bought-product .view-content:not(.slick-slider) .views-row,
.view-tovary .slick-track .views-row,
.view-sale .slick-track .views-row,
.view-also-bought .slick-track .views-row,
.view-also-bought-product .slick-track .views-row {
  max-width: 440px;
  width: 100%;
}
.view-tovary .slick-track,
.view-sale .slick-track,
.view-also-bought .slick-track,
.view-also-bought-product .slick-track {
  flex-wrap: nowrap;
}
.view-also-bought .field--name-field-variation-image .field__item:not(:first-child),
.view-also-bought-product .field--name-field-variation-image .field__item:not(:first-child) {
  display: none;
}
article.product,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
  width: 100%;
  height: 100%;
}
article.product .product-image,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-image {
  margin-bottom: 30px;
}
article.product .product-image img,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-image img {
  width: 100%;
  border-radius: 15px;
}
article.product .product-description,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description {
  position: relative;
}
article.product .product-description .product-title,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-title {
  min-height: 41px;
  position: relative;
  max-width: 83%;
  width: 100%;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
article.product .product-description .product-title a,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-title a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.product .product-description .product-price,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-price {
  position: relative;
  max-width: 352px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
article.product .product-description .product-price .field--name-list-price,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-price .field--name-list-price {
  text-decoration: line-through;
}
article.product .product-description .product-price .field--name-price,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-price .field--name-price {
  font-weight: 800;
}
article.product .product-description .product-variations,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations {
  position: absolute;
  top: 0;
  right: 0;
}
article.product .product-description .product-variations .field--name-variations > .field__item,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations .field--name-variations > .field__item {
  display: flex;
  align-items: flex-start;
}
article.product .product-description .product-variations .field--name-variations > .field__item .form-actions,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations .field--name-variations > .field__item .form-actions {
  margin: 0;
}
article.product .product-description .product-variations .field--name-quantity,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations .field--name-quantity {
  display: none;
}
article.product .product-description .product-variations .button--add-to-cart,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations .button--add-to-cart {
  width: 54px;
  height: 54px;
  border-radius: 7px;
  font-size: 0;
  line-height: 1;
  background-color: #595854;
  background-image: url(/sites/all/themes/vesta_theme/image/shopping-product.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.product .product-description .product-variations .button--add-to-cart:hover,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .product-description .product-variations .button--add-to-cart:hover {
  background-color: #AF9B75;
}
.product-view-full {
  margin-top: 45px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full {
    margin-top: 15px;
  }
}
.product-view-full .field--name-title {
  margin-bottom: 40px;
  color: #AF9B75;
  font-size: 25px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field--name-title {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field--name-title {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.product-view-full .field--name-list-price {
  text-decoration: line-through;
}
.product-view-full .field--name-price {
  margin-bottom: 40px;
  color: #595854;
  font-size: 25px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field--name-price {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field--name-price {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-price {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.product-view-full .commerce-order-item-add-to-cart-form {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /*.mobile({
      justify-content: flex-start;
    });*/
}
.product-view-full .commerce-order-item-add-to-cart-form .form-item,
.product-view-full .commerce-order-item-add-to-cart-form .form-actions {
  margin: 0;
}
.product-view-full .commerce-order-item-add-to-cart-form .form-actions {
  order: 1;
}
.product-view-full .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
  padding: 23px 29px;
  background-color: #595854;
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 20px 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 18px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 10px;
    font-size: 14px;
  }
}
.product-view-full .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart:hover {
  border: 1px solid #AF9B75;
  background-color: transparent;
  color: #AF9B75;
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity {
  max-width: 140px;
  width: 100%;
  margin-left: 30px;
  order: 2;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity {
    max-width: 110px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity {
    max-width: 90px;
    margin-left: 10px;
  }
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
  position: relative;
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number input::-webkit-outer-spin-button,
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number input[type='number'] {
  -moz-appearance: textfield;
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-control {
  position: relative;
  border-radius: 15px;
  background: #f0eee2;
  border: none;
  height: 65px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-control {
    height: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-control {
    height: 53px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-control {
    height: 35px;
    font-size: 16px;
  }
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-control:focus {
  box-shadow: none;
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-minus,
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-plus {
  position: absolute;
  top: 22%;
  bottom: auto;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-minus,
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-plus {
    top: 20%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-minus,
  .product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-plus {
    top: 0;
    font-size: 16px;
  }
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-minus {
  left: 10px;
}
.product-view-full .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .number-plus {
  right: 10px;
}
.product-view-full .field-group-tabs-wrapper {
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 15px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #AF9B75;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
  background-color: #AF9B75;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background-color: #AF9B75;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 208%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.first {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.first {
    border-radius: 20px 20px 0 0;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  color: inherit;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover {
  color: #AF9B75;
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
    display: inline-flex;
    flex-direction: column;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected {
  background-color: #fff;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a {
  color: #AF9B75;
}
.product-view-full .field-group-tabs-wrapper .field--name-body,
.product-view-full .field-group-tabs-wrapper .card-body {
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
}
.product-view-full .field-group-tabs-wrapper .action.card {
  border: none;
}
.product-view-full .field-group-tabs-wrapper .action.card .card-header {
  padding: 22px 27px 22px 30px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(175, 155, 117, 0.9);
  background-color: transparent!important;
  border-radius: 0;
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.product-view-full .field-group-tabs-wrapper .action.card .card-header::marker {
  display: none;
}
.product-view-full .field-group-tabs-wrapper .action.card .card-header:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/sites/all/themes/vesta_theme/image/plus-icon.svg) no-repeat center center;
  background-size: contain;
}
/*Комментарии/Отзывы на странице товара*/
#block-vesta-theme-views-block-otzyvy-block-1 .block-title {
  margin-bottom: 40px;
  color: #AF9B75;
  font-size: 25px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#block-vesta-theme-formaotzyvaktovaru {
  margin: 70px auto;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-formaotzyvaktovaru {
    margin: 50px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-formaotzyvaktovaru {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-formaotzyvaktovaru {
    margin: 20px auto;
  }
}
#block-vesta-theme-formaotzyvaktovaru .btn-add-comment {
  max-width: 220px;
  width: 100%;
  text-align: center;
}
#block-vesta-theme-formaotzyvaktovaru .node-otzyv-o-tovare-form .form-actions .btn {
  padding: 18px 17px;
  background-color: #AF9B75;
  border-color: #AF9B75;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
#block-vesta-theme-formaotzyvaktovaru .node-otzyv-o-tovare-form .form-actions .btn:focus,
#block-vesta-theme-formaotzyvaktovaru .node-otzyv-o-tovare-form .form-actions .btn:hover {
  outline: none;
  box-shadow: none;
  background-color: #595854;
  border-color: #595854;
}
.view-otzyvy .views-row {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #af9b75;
  border-radius: 20px;
  /*.comment-body::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3em;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
      pointer-events: none;
    }*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-otzyvy .views-row {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-otzyvy .views-row {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .views-row {
    padding: 15px;
  }
}
.view-otzyvy .views-row:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-otzyvy .views-row:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-otzyvy .views-row:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .views-row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.view-otzyvy .views-row .views-field-nothing {
  margin-bottom: 23px;
  /*.comment-footer{
        width: 100%;
        .flex(@align:center);
        gap: 10px;
      }*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-otzyvy .views-row .views-field-nothing {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .views-row .views-field-nothing {
    margin-bottom: 15px;
  }
}
.view-otzyvy .views-row .views-field-nothing .field-content {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.view-otzyvy .views-row .views-field-nothing .field-title {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
.view-otzyvy .views-row .views-field-nothing .field-body {
  width: 100%;
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
.view-otzyvy .views-row .field-date {
  color: #AF9B75;
  font-size: 14px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
.view-otzyvy .views-row .read-more-trigger,
.view-otzyvy .views-row .read-more-trigger-answer {
  display: inline-block;
  color: #AF9B75;
  font-size: 14px;
  font-weight: 400;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
  text-decoration-line: underline;
  cursor: pointer;
}
.view-otzyvy .views-row .read-more-trigger:hover,
.view-otzyvy .views-row .read-more-trigger-answer:hover {
  text-decoration: none;
}
.view-otzyvy .views-row .comment-body,
.view-otzyvy .views-row .field-body,
.view-otzyvy .views-row .seller-response-body,
.view-otzyvy .views-row .comment--type-comment.comment--view-mode-default .field--name-comment-body.field--type-text-long {
  width: 100%;
  position: relative;
  max-height: 5em;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.view-otzyvy .views-row .comment-body.expanded,
.view-otzyvy .views-row .field-body.expanded,
.view-otzyvy .views-row .seller-response-body.expanded,
.view-otzyvy .views-row .comment--type-comment.comment--view-mode-default .field--name-comment-body.field--type-text-long.expanded {
  max-height: 1000px;
  transition: max-height 1s ease-in;
}
.view-otzyvy .views-row .comment-body.expanded::after,
.view-otzyvy .views-row .field-body.expanded::after,
.view-otzyvy .views-row .seller-response-body.expanded::after,
.view-otzyvy .views-row .comment--type-comment.comment--view-mode-default .field--name-comment-body.field--type-text-long.expanded::after {
  display: none;
}
.view-otzyvy .views-row .views-field-field-kommentariy {
  padding: 20px 30px;
  border-radius: 20px;
  background: #f0eee2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-otzyvy .views-row .views-field-field-kommentariy {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-otzyvy .views-row .views-field-field-kommentariy {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .views-row .views-field-field-kommentariy {
    padding: 15px;
  }
}
.view-otzyvy .views-row .views-field-field-kommentariy .views-label-field-kommentariy {
  color: #595854;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 108.7%;
  letter-spacing: 0;
  text-align: left;
}
.view-otzyvy .views-row .views-field-field-kommentariy .field-content {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .view-otzyvy .views-row .views-field-field-kommentariy .field-content {
    margin-top: 10px;
  }
}
.view-otzyvy .views-row .comment--type-comment.comment--view-mode-default .field--name-comment-body.field--type-text-long {
  margin-bottom: 8px;
  width: 100%;
  color: #595854;
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
/*Блок "С этим товаром покупают" на странице товара*/
#block-vesta-theme-views-block-also-bought-block-1,
#block-vesta-theme-views-block-also-bought-product-block-1 {
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-also-bought-block-1,
  #block-vesta-theme-views-block-also-bought-product-block-1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-also-bought-block-1,
  #block-vesta-theme-views-block-also-bought-product-block-1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-also-bought-block-1,
  #block-vesta-theme-views-block-also-bought-product-block-1 {
    margin-top: 15px;
  }
}
#block-vesta-theme-views-block-also-bought-block-1 .block-title,
#block-vesta-theme-views-block-also-bought-product-block-1 .block-title {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-also-bought-block-1 .block-title,
  #block-vesta-theme-views-block-also-bought-product-block-1 .block-title {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-also-bought-block-1 .block-title,
  #block-vesta-theme-views-block-also-bought-product-block-1 .block-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-also-bought-block-1 .block-title,
  #block-vesta-theme-views-block-also-bought-product-block-1 .block-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow {
  background-color: #AF9B75;
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow:before,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow:before {
  filter: brightness(0) invert(1);
  opacity: 1;
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow:hover,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow:hover {
  background-color: #fff;
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow:hover:before,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow:hover:before {
  filter: brightness(1) invert(0);
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-prev,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-prev {
  left: -45px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-prev,
  #block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-prev,
  #block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-prev {
    left: 5px;
  }
}
#block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-next,
#block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-next {
  right: -45px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-next,
  #block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-also-bought-block-1 .slick-arrow.slick-next,
  #block-vesta-theme-views-block-also-bought-product-block-1 .slick-arrow.slick-next {
    right: 5px;
  }
}
/*Корзина*/
@media screen and (max-width: 767px) {
  .cart.cart-form {
    overflow-x: auto;
  }
}
.cart.cart-form .views-form .btn {
  padding: 12px;
  font-size: 14px;
}
.cart.cart-form .views-field-edit-quantity .form-type-number {
  position: relative;
}
.cart.cart-form .views-field-edit-quantity .form-type-number input::-webkit-outer-spin-button,
.cart.cart-form .views-field-edit-quantity .form-type-number input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.cart.cart-form .views-field-edit-quantity .form-type-number input[type='number'] {
  -moz-appearance: textfield;
}
.cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
  max-width: 140px;
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 15px;
  background: #f0eee2;
  border: none;
  height: 65px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
    max-width: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
    height: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
    height: 53px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .form-control {
    height: 35px;
    font-size: 16px;
  }
}
.cart.cart-form .views-field-edit-quantity .form-type-number .form-control:focus {
  box-shadow: none;
}
.cart.cart-form .views-field-edit-quantity .form-type-number .number-minus,
.cart.cart-form .views-field-edit-quantity .form-type-number .number-plus {
  position: absolute;
  top: 22%;
  bottom: auto;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 208%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-minus,
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-plus {
    top: 18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-minus,
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-plus {
    top: 16%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-minus,
  .cart.cart-form .views-field-edit-quantity .form-type-number .number-plus {
    top: 0;
    font-size: 16px;
  }
}
.cart.cart-form .views-field-edit-quantity .form-type-number .number-minus {
  left: 17px;
}
.cart.cart-form .views-field-edit-quantity .form-type-number .number-plus {
  right: 17px;
}
/*Страница оформления*/
form.commerce-checkout-flow .layout-checkout-form {
  display: flex;
  flex-direction: column;
}
form.commerce-checkout-flow .layout-checkout-form .layout-region {
  width: 100%;
}
/*Страница поиска*/
.search-api-page-block-form-search .form-type-search {
  width: 89%;
}
.search-api-page-block-form-search .form-search.form-control {
  border: 1px solid #AF9B75;
  height: 65px;
}
.search-api-page-block-form-search .form-search.form-control:focus {
  box-shadow: none;
}
/*Страница галереи*/
.view-fotogalereya .view-content {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: 0;
  text-align: left;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
  text-decoration: none;
}
.view-gallery-page.view-gallery-page .views-photo-grid-item img {
  object-fit: cover;
}
button.slick-arrow {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 7px 7px 9.1px 0px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  button.slick-arrow {
    width: 47px;
    height: 47px;
  }
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-left.svg");
  transform: rotate(0deg);
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-left.svg");
  transform: rotate(180deg);
}
.product-teaser {
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser {
    flex-direction: column;
    gap: 20px;
  }
}
.product-teaser .product-teaser-image {
  max-width: 570px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image {
    max-width: 100%;
    width: 100%;
  }
}
.product-teaser .product-teaser-image img {
  max-width: 570px;
  min-width: 570px;
  max-height: 443px;
  min-height: 443px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image img {
    max-width: 400px;
    min-width: 400px;
    max-height: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image img {
    min-width: 275px;
    min-height: 200px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 15px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow {
  background-color: #AF9B75;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow:before {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow:hover {
  background-color: #fff;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow:hover:before {
  filter: brightness(1) invert(0);
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-arrow.slick-next {
    right: 5px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 570px;
  min-width: 570px;
  max-height: 443px;
  min-height: 443px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 400px;
    min-width: 400px;
    max-height: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    min-width: 275px;
    min-height: 200px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  margin: 0 -5px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  margin: 0 5px;
  max-width: 117px;
  min-width: 117px;
  max-height: 99px;
  min-height: 99px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 92px;
    min-width: 92px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 2px;
    max-width: 68px;
    min-width: 68px;
    max-height: 68px;
    min-height: 68px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 117px;
  max-height: 99px;
  min-width: 117px;
  min-height: 99px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 92px;
    min-width: 92px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 68px;
    min-width: 68px;
    max-height: 68px;
    min-height: 68px;
  }
}
.product-teaser .product-teaser-info {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
ul.slick-dots li {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
}
ul.slick-dots li button {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50%;
}
ul.slick-dots li button::before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background: #AF9B75;
}
div#page {
  background: #fff;
  /*div#services-block{
    margin: 0 0 66px;
    .region.region-services{
      div#block-vesta-theme-views-block-catalog-block-front{
        .view.view-catalog.view-id-catalog.view-display-id-block_front{
          .view-content{
            /*display: grid;
            grid-template-columns: repeat(3, 376px);
            row-gap: 21px;
            grid-auto-flow: column;*/
  /* column-count: 3;
            column-gap: 21px;
            row-gap: 18px;
            .views-row{
              max-width: 376px;
              width: 100%;
              margin-bottom: 18px;
              .taxonomy-term.taxonomy-term--view-mode-teaser{
                width: 100%;
              }
            }
            .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item{
              display: flex;
              a{
                display: flex;
                img{
                  max-width: 376px;
                  width: 100%;
                  min-height: 318px;
                  max-height: 402px;
                  object-fit: cover;
                }
              }
            }
          }
        }
      }
    }
  }*/
}
div#page header#header {
  margin: 0;
}
div#page header#header .header-block {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
  display: flex;
  flex-direction: column;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form {
  display: flex;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 40px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 4px 0px 0px 4px;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #2b9bc7;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper {
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid #2da0ce;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 4px 4px 0px;
  background-color: #2da0ce;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input:hover {
  background-color: #0a75a0;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper::before {
  content: '';
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
div#page header#header .header-mobile-block {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-mobile-block {
    padding: 10px 0;
    display: block;
    background-color: #AF9B75;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-logo-2 {
    max-width: 130px;
    width: 100%;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-logo-2 .field--name-body img {
    width: 100%;
    filter: brightness(0) invert(1);
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 {
    color: #ffffff;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 .block-title {
    display: none;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 .cart--cart-block a {
    text-decoration: none;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 .cart-block--summary__icon {
    margin-right: 6px;
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url(/sites/all/themes/vesta_theme/image/shopping.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 .cart-block--summary__icon img {
    display: none;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-korzina-2 .cart-block--summary__count {
    color: #ffffff;
  }
}
div#page .navigation {
  margin: 0;
  background-color: transparent;
  border-top: 1px solid #EFEDE1;
}
@media screen and (max-width: 767px) {
  div#page .navigation {
    display: none;
  }
}
div#page .navigation .region.region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 20px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li:hover {
  background: rgba(0, 0, 0, 0);
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li:hover > a {
  text-decoration: none;
  color: #AF9B75;
  font-weight: 900;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li:hover > a .sf-sub-indicator:after {
  transform: rotate(90deg) scale(0.6);
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 21px 0;
  color: #595854;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
  padding: 21px 20px 21px 0px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a .sf-sub-indicator:after {
  content: url(https://dushevnoktelu.ru/sites/all/themes/vesta_theme/image/arrow-left.svg);
  transform: rotate(270deg) scale(0.5);
  top: -2px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  background-color: #fff;
  border-radius: 15px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul a {
  padding: 1rem;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li {
  background: rgba(0, 0, 0, 0);
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.is-active {
  text-decoration: none;
  color: #AF9B75;
  font-weight: 900;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  display: flex;
  position: relative;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  object-fit: cover;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  bottom: 5px;
  left: calc(100% - 30px);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 2px 1px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  color: #303030;
  line-height: 1;
  font-family: inherit;
  font-weight: unset;
  opacity: 1;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title {
  /*p{
                          font-size: 2rem;
                          font-weight: bold;
                          margin-bottom: 0.5rem;
                        }*/
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body p {
  margin-bottom: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
  margin-top: 0.75rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
  padding: 25px 28px;
  border-radius: 15px;
  display: inline-block;
  background-color: #595854;
  border-color: #595854;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 18px;
    border-radius: 13px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a:focus,
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a:hover {
  color: #fff;
  background-color: #AF9B75;
  border-color: #AF9B75;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  right: calc((100% - 1200px + 170px) / 2);
  left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
    right: calc((100% - 992px + 149px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
    right: calc((100% - 768px + 129px) / 2);
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  right: calc((100% - 1200px) / 2);
  left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
    right: calc((100% - 992px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
    right: calc((100% - 768px) / 2);
  }
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
  display: flex;
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label .description {
  margin-left: 0.4em;
}
div#page div#about-block {
  margin: 0 0 66px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#about-block {
    margin: 0 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#about-block {
    margin: 0 0 46px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page div#about-block {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#about-block {
    margin: 0 0 26px;
  }
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row {
  max-width: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#works-block {
  margin: 0 0 30px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#map-block {
  margin: 0;
}
div#page div#map-block .region.region-map .field.field--name-body {
  display: flex;
}
div#page footer#footer {
  margin: 0;
  background-color: #595854;
}
div#page footer#footer .region.region-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer {
    gap: 15px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale {
  /*width: auto;*/
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:hover,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:hover {
  background: rgba(0, 0, 0, 0);
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:hover a,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:hover a {
  color: #AF9B75;
  text-decoration: none;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:not(:last-child),
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:not(:last-child),
  div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:not(:last-child),
  div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li:not(:last-child),
  div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li a {
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.menuparent .sf-sub-indicator,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li > ul,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li > ul {
  background-color: #595854;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li.active-trail,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li.active-trail {
  background: rgba(0, 0, 0, 0);
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li.active-trail a.is-active,
div#page footer#footer .region.region-footer #block-vesta-theme-katalogvpodvale > ul li.active-trail a.is-active {
  color: #AF9B75;
}
div#page div#copyrights-block {
  background-color: #b3b3b3;
  padding: 10px 0;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  gap: 30px;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: #fff;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
div#page main.main {
  /*.view.view-catalog.view-id-catalog.view-display-id-page{
      .view-content{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 15px;
        .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item{
          display: flex;
          a{
            display: flex;
            img{
              max-width: 380px;
              max-height: 380px;
            }
          }
        }
      }
    }*/
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row {
  max-width: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a img {
  max-width: 380px;
  max-height: 380px;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy {
  display: flex;
  align-items: flex-start;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy input {
  margin: 5px 0 0 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy .description {
  margin: 0 0 0 5px;
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  nav#mobile-nav {
    display: block;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
