@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
h1,
h2,
h3,
h4,
.block-title {
  font-family: "Playfair Display", serif;
}
div,
p,
span,
ul,
li,
a {
  font-family: "Montserrat", sans-serif;
}
.fs14 {
  font-size: 14px;
}
.fs16p {
  font-size: 16px;
}
@media screen and (max-width: 995px) {
  .fs16p {
    font-size: 14px;
  }
}
.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .fs20 {
    font-size: 16px;
  }
}
.fs20sb {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 995px) {
  .fs20sb {
    font-size: 16px;
  }
}
.h1 {
  font-size: 50px;
}
@media screen and (max-width: 995px) {
  .h1 {
    font-size: 30px;
  }
}
.h2 {
  font-size: 40px;
}
@media screen and (max-width: 995px) {
  .h2 {
    font-size: 24px;
  }
}
.fs24 {
  font-size: 24px;
}
@media screen and (max-width: 995px) {
  .fs24 {
    font-size: 18px;
  }
}
.custom_btn {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 995px) {
  .custom_btn {
    font-size: 16px;
  }
}
.custom_btn:hover {
  background: #b4dfdf;
}
.animated-icon {
  transition: 0.5s transform ease;
}
.animated-icon:hover {
  transform: scale(1.1);
}
.cart-block--summary__count {
  background: #b4dfdf !important;
}
#about-block,
.block-views-blockcatalog-block-1 {
  padding-top: 50px;
}
@media screen and (max-width: 995px) {
  #about-block,
  .block-views-blockcatalog-block-1 {
    padding-top: 40px;
  }
}
.block-views-blockfotogalereya-block-1,
#form-block,
#map-block,
#footer {
  margin-top: 100px;
}
@media screen and (max-width: 995px) {
  .block-views-blockfotogalereya-block-1,
  #form-block,
  #map-block,
  #footer {
    margin-top: 40px;
  }
}
#form-block {
  background-image: url("/sites/all/themes/vesta_theme/image/форма_фон.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
@media screen and (max-width: 995px) {
  #form-block {
    padding: 35px 0px;
  }
}
#about-block {
  background: url("/sites/all/themes/vesta_theme/image/1f.png") top right / 400px 400px no-repeat, url("/sites/all/themes/vesta_theme/image/2f.png") bottom left / 236px 236px no-repeat;
}
.wr_front_content {
  background: url("/sites/all/themes/vesta_theme/image/3f.png") center left / 555px 555px no-repeat, url("/sites/all/themes/vesta_theme/image/4f.png") bottom right / 236px 236px no-repeat;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Inter", sans-serif;
  color: var(--color2);
}
#app {
  overflow: hidden;
  background: #f9f5f1;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
#header {
  background: white;
}
#header .header-top {
  padding: 12px 0px;
  border-bottom: 3px solid #c2a98f;
}
.header-top-box {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header-top-box {
    flex-direction: column;
    align-items: center;
  }
}
.header-top-box .logo img {
  max-width: 202px;
}
@media screen and (max-width: 465px) {
  .header-top-box .logo img {
    width: 100px;
  }
}
.header-top-box .col-contacts {
  display: flex;
  gap: 50px;
  align-items: center;
}
.header-top-box .col-contacts .cc-main-box {
  display: flex;
  gap: 23px;
  align-items: center;
}
.header-top-box .col-contacts .cc-main-box .cc-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-top-box .col-contacts .cc-main-box .cc-box a {
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 995px) {
  .header-top-box .col-contacts .cc-main-box .cc-box a {
    font-size: 16px;
  }
}
.header-top-box .col-contacts .cc-main-box .cc-box a:hover {
  color: #b4dfdf;
}
.header-top-box .col-contacts .social-media-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top-box .col-contacts .social-media-box img {
  transition: 0.5s transform ease;
}
.header-top-box .col-contacts .social-media-box img:hover {
  transform: scale(1.1);
}
.header-top-box .col-contacts .region-callback a {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .header-top-box .col-contacts .region-callback a {
    font-size: 16px;
  }
}
.header-top-box .col-contacts .region-callback a:hover {
  background: #b4dfdf;
}
.header-bottom {
  background: inherit;
  padding: 11px 0px;
}
.header-bottom .header-bottom-box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.header-bottom .header-bottom-right-box {
  display: flex;
  gap: 25px;
  align-items: center;
}
.header-bottom ul.nav {
  display: flex;
  gap: 50px;
}
.header-bottom ul.nav li a {
  padding: 0px;
  font-size: 20px;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 995px) {
  .header-bottom ul.nav li a {
    font-size: 16px;
  }
}
.header-bottom ul.nav li a:hover {
  text-decoration: underline;
}
.header-bottom ul.nav li a.is-active {
  font-weight: bold;
  background-color: inherit;
}
.header-bottom ul.nav li.dropdown {
  background-image: url("/sites/all/themes/vesta_theme/image/tabler_chevron-down.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center right;
  padding-right: 30px;
}
.header-bottom ul.nav li.dropdown a:after {
  display: none;
}
.header-bottom ul.nav li.dropdown ul li {
  padding: 10px;
}
.header-bottom .search-api-page-block-form-search form {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.header-bottom .search-api-page-block-form-search form .form-type-search input {
  background: none;
  color: black;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #5e5e5e;
  box-shadow: none;
  height: 23px;
  width: 132px;
}
.header-bottom .search-api-page-block-form-search form .form-type-search input:hover {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #5e5e5e;
}
.header-bottom .search-api-page-block-form-search form .form-type-search input::placeholder {
  font-size: 0px;
}
.header-bottom .search-api-page-block-form-search form .search-form__submit {
  font-size: 0px;
  background: none;
  background-image: url("/sites/all/themes/vesta_theme/image/Vector.png");
  border: none;
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 32px;
}
.view-slayder .field--name-field-image img {
  height: 634px !important;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .view-slayder .field--name-field-image img {
    height: 434px !important;
  }
}
.view-slayder .content {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: 63px !important;
  max-width: 980px;
  padding: 50px;
  height: 292px;
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Для Safari */
}
@media screen and (max-width: 995px) {
  .view-slayder .content {
    padding: 20px;
    align-items: center;
  }
}
.view-slayder .content .field--name-field-slide-title {
  max-width: 625px;
  margin-bottom: 30px;
}
.view-slayder .content .field--name-field-slide-title p,
.view-slayder .content .field--name-field-slide-title span {
  font-size: 40px;
}
@media screen and (max-width: 995px) {
  .view-slayder .content .field--name-field-slide-title p,
  .view-slayder .content .field--name-field-slide-title span {
    font-size: 24px;
  }
}
.view-slayder .content .field--name-body {
  max-width: 625px;
}
.view-slayder .content .field--name-body p,
.view-slayder .content .field--name-body span {
  font-size: 24px;
}
@media screen and (max-width: 995px) {
  .view-slayder .content .field--name-body p,
  .view-slayder .content .field--name-body span {
    font-size: 18px;
  }
}
#block-vesta-theme-okompanii .ok-box {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-okompanii .ok-box {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#block-vesta-theme-okompanii .ok-box .ok-left-box {
  width: 675px;
}
#block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-izobrazhenie-o-kompanii {
  margin-bottom: 30px;
  width: 100%;
}
#block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-izobrazhenie-o-kompanii img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
#block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-priemushchestva {
  display: flex;
  gap: 50px;
  background: #b4dfdf;
  padding: 20px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-priemushchestva {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-priemushchestva .paragraph--type--priemushchestvo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-priemushchestva .paragraph--type--priemushchestvo .field--name-field-tekst-priemushchestva {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 995px) {
  #block-vesta-theme-okompanii .ok-box .ok-left-box .field--name-field-priemushchestva .paragraph--type--priemushchestvo .field--name-field-tekst-priemushchestva {
    font-size: 16px;
  }
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok {
  margin-bottom: 35px;
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok h1,
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok p,
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok span {
  font-size: 50px;
}
@media screen and (max-width: 995px) {
  #block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok h1,
  #block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok p,
  #block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-kastomnyy-zagolovok span {
    font-size: 30px;
  }
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-body {
  margin-bottom: 40px;
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-body p,
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-body span {
  font-size: 17px;
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-o-kompani-ssylka a {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  #block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-o-kompani-ssylka a {
    font-size: 16px;
  }
}
#block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-o-kompani-ssylka a:hover {
  background: #b4dfdf;
}
@media screen and (max-width: 465px) {
  #block-vesta-theme-okompanii .ok-box .ok-right-box .field--name-field-o-kompani-ssylka a {
    width: 270px;
  }
}
.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 30px;
}
.view-catalog .view-content .views-row {
  width: 191px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
.view-catalog .view-content .views-row img {
  max-width: 88px;
  height: 83px;
}
.view-catalog .view-content .views-row a {
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .view-catalog .view-content .views-row a {
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row:hover img {
  filter: sepia(0.4) hue-rotate(150deg) saturate(1.6) brightness(1.2);
}
.view-catalog .view-content .views-row:hover a {
  color: #b4dfdf;
}
.view-catalog .active-catalog img {
  filter: sepia(0.4) hue-rotate(150deg) saturate(1.6) brightness(1.2);
}
.view-catalog .active-catalog a {
  color: #b4dfdf;
}
.block-views-blocktovary-block-2 {
  margin-top: 50px;
}
.block-views-blocktovary-block-2 .view-filters {
  display: none;
}
.block-views-blocktovary-block-2 .view-content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .block-views-blocktovary-block-2 .view-content {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.block-views-blocktovary-block-2 .view-content .views-row {
  width: 307px;
  height: 503px;
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product {
  display: flex;
  flex-direction: column;
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-field-image-product-view {
  margin-bottom: 30px;
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-field-image-product-view img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 10px;
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-title {
  flex: 2;
  margin-bottom: 20px;
  padding-left: 17px;
  color: #7b6b5e;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-title {
    font-size: 16px;
  }
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-price {
  font-size: 20px;
  font-weight: 700;
  color: #7b6b5e;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 995px) {
  .block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-price {
    font-size: 16px;
  }
}
.block-views-blocktovary-block-2 .view-content .views-row .commerce-product--type-vesta-product .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
  width: 100%;
  height: 50px;
}
.block-views-blocktovary-block-2 .more-link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.block-views-blocktovary-block-2 .more-link a {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .block-views-blocktovary-block-2 .more-link a {
    font-size: 16px;
  }
}
.block-views-blocktovary-block-2 .more-link a:hover {
  background: #b4dfdf;
}
@media screen and (max-width: 465px) {
  .block-views-blocktovary-block-2 .more-link a {
    width: 270px;
  }
}
.view-tovary .view-content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .view-tovary .view-content {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.view-tovary .view-content .views-row {
  width: 307px;
  height: 503px;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product {
  display: flex;
  flex-direction: column;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-field-image-product-view {
  margin-bottom: 30px;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-field-image-product-view img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 10px;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-title {
  flex: 2;
  margin-bottom: 20px;
  padding-left: 17px;
  color: #7b6b5e;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-title {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-price {
  font-size: 20px;
  font-weight: 700;
  color: #7b6b5e;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 995px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-price {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
  width: 100%;
  height: 50px;
}
.block-views-blockfotogalereya-block-1 .block-title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 995px) {
  .block-views-blockfotogalereya-block-1 .block-title {
    font-size: 24px;
  }
}
.block-views-blockfotogalereya-block-1 .field--name-field-gallery {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .block-views-blockfotogalereya-block-1 .field--name-field-gallery {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.block-views-blockfotogalereya-block-1 .field--name-field-gallery img {
  width: 420px;
  height: 411px;
  object-fit: cover;
  border-radius: 10px;
}
.block-views-blockfotogalereya-block-1 .more-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.block-views-blockfotogalereya-block-1 .more-link a {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .block-views-blockfotogalereya-block-1 .more-link a {
    font-size: 16px;
  }
}
.block-views-blockfotogalereya-block-1 .more-link a:hover {
  background: #b4dfdf;
}
@media screen and (max-width: 465px) {
  .block-views-blockfotogalereya-block-1 .more-link a {
    width: 270px;
  }
}
.region-form .block-title {
  text-align: center;
  font-size: 40px;
  color: white;
  margin-bottom: 15px;
}
@media screen and (max-width: 995px) {
  .region-form .block-title {
    font-size: 24px;
  }
}
.region-form form .form-type-processed-text {
  margin-bottom: 50px;
}
.region-form form .form-type-processed-text p {
  text-align: center;
}
.region-form form .form-type-processed-text p span {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 995px) {
  .region-form form .form-type-processed-text p span {
    font-size: 16px;
  }
}
.region-form form .form-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  align-items: baseline;
}
@media screen and (max-width: 769px) {
  .region-form form .form-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.region-form form .form-wrapper .form-item-name,
.region-form form .form-wrapper .form-type-tel,
.region-form form .form-wrapper .form-item-email {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 769px) {
  .region-form form .form-wrapper .form-item-name,
  .region-form form .form-wrapper .form-type-tel,
  .region-form form .form-wrapper .form-item-email {
    width: 100%;
  }
}
.region-form form .form-wrapper .form-item-name input,
.region-form form .form-wrapper .form-type-tel input,
.region-form form .form-wrapper .form-item-email input {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 10px;
  color: #7b6b5e;
  border: none;
}
.region-form form .form-wrapper .form-item-name input::placeholder,
.region-form form .form-wrapper .form-type-tel input::placeholder,
.region-form form .form-wrapper .form-item-email input::placeholder {
  color: #7b6b5e;
  font-size: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 995px) {
  .region-form form .form-wrapper .form-item-name input::placeholder,
  .region-form form .form-wrapper .form-type-tel input::placeholder,
  .region-form form .form-wrapper .form-item-email input::placeholder {
    font-size: 14px;
  }
}
.region-form form .form-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.region-form form .form-actions button {
  width: calc((100% - 60px) / 3);
  height: 50px;
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 995px) {
  .region-form form .form-actions button {
    font-size: 16px;
  }
}
.region-form form .form-actions button:hover {
  background: #b4dfdf;
}
@media screen and (max-width: 769px) {
  .region-form form .form-actions button {
    width: 100%;
  }
}
.region-form form .form-type-checkbox {
  width: calc((100% - 10px) / 3);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .region-form form .form-type-checkbox {
    width: 100%;
  }
}
.region-form form .form-type-checkbox input {
  accent-color: #7b6b5e;
}
.region-form form .form-type-checkbox .webform-element-description {
  font-size: 12px;
  color: white;
}
.region-form form .form-type-checkbox .webform-element-description a {
  text-decoration: underline;
}
#block-vesta-theme-nashikontakty {
  margin-bottom: 20px;
}
#block-vesta-theme-nashikontakty .block-title {
  font-size: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 995px) {
  #block-vesta-theme-nashikontakty .block-title {
    font-size: 24px;
  }
}
#block-vesta-theme-nashikontakty .nk-box {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 769px) {
  #block-vesta-theme-nashikontakty .nk-box {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#block-vesta-theme-nashikontakty .nk-box .social-media-box {
  display: flex;
  gap: 15px;
}
#block-vesta-theme-nashikontakty .nk-box .social-media-box img {
  transition: 0.5s transform ease;
}
#block-vesta-theme-nashikontakty .nk-box .social-media-box img:hover {
  transform: scale(1.1);
}
#block-vesta-theme-nashikontakty .nk-box .cc-main-box {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  #block-vesta-theme-nashikontakty .nk-box .cc-main-box {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box {
  display: flex;
  gap: 8px;
  align-items: center;
}
#block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box a,
#block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box p {
  font-size: 20px;
  text-decoration: none;
  color: #7b6b5e;
}
@media screen and (max-width: 995px) {
  #block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box a,
  #block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box p {
    font-size: 16px;
  }
}
#block-vesta-theme-nashikontakty .nk-box .cc-main-box .cc-box a:hover {
  color: #b4dfdf;
}
#footer {
  background: white;
  border-top: 3px solid #c2a98f;
  padding: 50px 0px;
}
@media screen and (max-width: 995px) {
  #footer {
    padding: 35px 0px;
  }
}
.footer-main-box {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-main-box {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.footer-main-box .footer-logo img {
  max-width: 202px;
}
.footer-main-box ul.nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-main-box ul.nav li a {
  color: black;
  padding: 0px;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .footer-main-box ul.nav li a {
    font-size: 16px;
  }
}
.footer-main-box ul.nav li a:hover {
  color: #b4dfdf;
}
.footer-main-box ul.nav li a.dropdown-toggle:after {
  display: none;
}
.footer-main-box ul.nav li ul {
  display: none;
}
.footer-main-box .view-catalog .view-content {
  flex-direction: column;
  gap: 15px;
}
.footer-main-box .view-catalog .view-content .views-row {
  width: max-content;
}
.footer-main-box .view-catalog .view-content .views-row a {
  color: black;
  padding: 0px;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .footer-main-box .view-catalog .view-content .views-row a {
    font-size: 16px;
  }
}
.footer-main-box .view-catalog .view-content .views-row a:hover {
  color: #b4dfdf;
}
.footer-main-box .col-contacts {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 769px) {
  .footer-main-box .col-contacts {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-main-box .col-contacts .cc-left-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-main-box .col-contacts .cc-left-box .cc-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-main-box .col-contacts .cc-left-box .cc-box p,
.footer-main-box .col-contacts .cc-left-box .cc-box span,
.footer-main-box .col-contacts .cc-left-box .cc-box a {
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 995px) {
  .footer-main-box .col-contacts .cc-left-box .cc-box p,
  .footer-main-box .col-contacts .cc-left-box .cc-box span,
  .footer-main-box .col-contacts .cc-left-box .cc-box a {
    font-size: 16px;
  }
}
.footer-main-box .col-contacts .cc-left-box .cc-box p:hover,
.footer-main-box .col-contacts .cc-left-box .cc-box span:hover,
.footer-main-box .col-contacts .cc-left-box .cc-box a:hover {
  color: #b4dfdf;
}
.footer-main-box .col-contacts .cc-right-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-main-box .col-contacts .cc-right-box #block-vesta-theme-knopkaostavitzayavku--2 a {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .footer-main-box .col-contacts .cc-right-box #block-vesta-theme-knopkaostavitzayavku--2 a {
    font-size: 16px;
  }
}
.footer-main-box .col-contacts .cc-right-box #block-vesta-theme-knopkaostavitzayavku--2 a:hover {
  background: #b4dfdf;
}
.footer-main-box .col-contacts .cc-right-box .social-media-box {
  display: flex;
  gap: 15px;
}
.footer-main-box .col-contacts .cc-right-box .social-media-box img {
  transition: 0.5s transform ease;
}
.footer-main-box .col-contacts .cc-right-box .social-media-box img:hover {
  transform: scale(1.1);
}
.row-copiryght {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  .row-copiryght {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.row-copiryght .copyright-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row-copiryght .copyright-box .copyright,
.row-copiryght .copyright-box a {
  font-size: 14px;
  text-decoration: none;
}
.row-copiryght .col-webvesta a {
  font-size: 14px;
  text-decoration: none;
}
.not-front #block-vesta-theme-page-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.body-view--about .field--name-field-o-kompani-ssylka {
  display: none;
}
.body-view--catalog .field--name-field-catalog-image {
  display: flex;
  justify-content: center;
}
.body-view--catalog h2 {
  text-align: center;
  line-height: 15px;
}
.product-view-full {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-view-full .main-full-box {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .product-view-full .main-full-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-view-full .main-full-box .left-box-full {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-view-full .main-full-box .left-box-full .field__label {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-view-full .main-full-box .left-box-full .field-name-price {
  font-size: 20px;
  font-weight: 700;
  color: #7b6b5e;
  margin-bottom: 20px;
}
@media screen and (max-width: 995px) {
  .product-view-full .main-full-box .left-box-full .field-name-price {
    font-size: 16px;
  }
}
.product-view-full .main-full-box .left-box-full .field--type-decimal {
  display: none;
}
.product-view-full .main-full-box .left-box-full .button--add-to-cart {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .product-view-full .main-full-box .left-box-full .button--add-to-cart {
    font-size: 16px;
  }
}
.product-view-full .main-full-box .left-box-full .button--add-to-cart:hover {
  background: #b4dfdf;
}
.product-view-full .product-teaser {
  gap: 0px;
}
.product-view-full .product-teaser .field-name-price {
  font-size: 20px;
  font-weight: 700;
  color: #7b6b5e;
  margin-bottom: 20px;
}
@media screen and (max-width: 995px) {
  .product-view-full .product-teaser .field-name-price {
    font-size: 16px;
  }
}
.product-view-full .product-teaser .field--type-decimal {
  display: none;
}
.product-view-full .product-teaser .button--add-to-cart {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .product-view-full .product-teaser .button--add-to-cart {
    font-size: 16px;
  }
}
.product-view-full .product-teaser .button--add-to-cart:hover {
  background: #b4dfdf;
}
.product-view-full .horizontal-tabs {
  border: 1px solid #7b6b5e;
}
.product-view-full .horizontal-tabs .horizontal-tabs-list {
  background-color: #b4dfdf;
  border-bottom: 1px solid #7b6b5e;
}
.product-view-full .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background-color: #b4dfdf;
  border-right: 1px solid #7b6b5e;
}
.product-view-full .horizontal-tabs .horizontal-tabs-list .selected {
  background-color: #7b6b5e;
  color: white;
  border-bottom: 1px solid #7b6b5e;
}
.body-cart .delete-order-item {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
}
@media screen and (max-width: 995px) {
  .body-cart .delete-order-item {
    font-size: 16px;
  }
}
.body-cart .delete-order-item:hover {
  background: #b4dfdf;
}
.body-cart .cart-form .form-submit {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .body-cart .cart-form .form-submit {
    font-size: 16px;
  }
}
.body-cart .cart-form .form-submit:hover {
  background: #b4dfdf;
}
.body-cart .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.body-checkout .commerce-checkout-flow-multistep-default legend {
  display: none;
}
.body-checkout .commerce-checkout-flow-multistep-default .form-submit {
  background: #7b6b5e;
  border-radius: 10px;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
}
@media screen and (max-width: 995px) {
  .body-checkout .commerce-checkout-flow-multistep-default .form-submit {
    font-size: 16px;
  }
}
.body-checkout .commerce-checkout-flow-multistep-default .form-submit:hover {
  background: #b4dfdf;
}
#header-mob {
  background: white;
}
#header-mob .col-phone a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#header-mob .col-phone a:hover {
  color: #7b6b5e;
}
.offcanvas {
  background-color: white;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.offcanvas .offcanvas-body .region-search .search-form__submit {
  background: #7b6b5e;
  border: 1px solid #7b6b5e;
}
.offcanvas .offcanvas-body .region-search .search-form__submit:hover {
  background: #b4dfdf;
  border: 1px solid #b4dfdf;
}
.offcanvas .offcanvas-body .region-navigation ul.nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a {
  padding: 0px;
  color: #7b6b5e;
  font-weight: bold;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a:hover {
  color: #b4dfdf;
}
.offcanvas .offcanvas-body .contact-item-label {
  color: #7b6b5e;
  font-weight: bold;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-item-el a {
  color: #7b6b5e;
  font-weight: bold;
}
.offcanvas .offcanvas-body .contact-item-el a:hover {
  color: #b4dfdf;
}
.body-node--800 #map-block {
  margin-top: 40px;
}
.body-node--800 #map-block #block-vesta-theme-nashikontakty .block-title {
  display: none;
}
.modal-dialog .modal-title {
  color: #7b6b5e;
}
.modal-dialog .webform-submission-form .form-type-processed-text {
  display: none;
}
.modal-dialog .webform-submission-form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-dialog .webform-submission-form .form-type-tel,
.modal-dialog .webform-submission-form .form-item-name,
.modal-dialog .webform-submission-form .form-item-message,
.modal-dialog .webform-submission-form .form-item-email {
  width: 100%;
}
.modal-dialog .webform-submission-form .form-type-tel label,
.modal-dialog .webform-submission-form .form-item-name label,
.modal-dialog .webform-submission-form .form-item-message label,
.modal-dialog .webform-submission-form .form-item-email label {
  display: none;
}
.modal-dialog .webform-submission-form .form-type-tel input,
.modal-dialog .webform-submission-form .form-item-name input,
.modal-dialog .webform-submission-form .form-item-message input,
.modal-dialog .webform-submission-form .form-item-email input,
.modal-dialog .webform-submission-form .form-type-tel textarea,
.modal-dialog .webform-submission-form .form-item-name textarea,
.modal-dialog .webform-submission-form .form-item-message textarea,
.modal-dialog .webform-submission-form .form-item-email textarea {
  width: 100%;
  height: 38px;
  border: 1px solid #7b6b5e;
  border-radius: 10px;
  padding-left: 10px;
}
.modal-dialog .webform-submission-form .form-type-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.modal-dialog .webform-submission-form .form-type-checkbox .webform-element-description a {
  color: #7b6b5e;
}
.modal-dialog .webform-button--submit {
  width: 100%;
  background: #7b6b5e;
  border: 1px solid #7b6b5e;
}
.modal-dialog .webform-button--submit:hover {
  background: #b4dfdf;
  border: 1px solid #b4dfdf;
}
.not-front .view-tovary .view-content {
  justify-content: center;
  flex-wrap: wrap;
}
.slider-tovfull-box .thumb-slider-container {
  margin-top: 20px;
}
.slider-tovfull-box .thumb-slider {
  display: flex;
  gap: 15px;
  width: 100% !important;
  max-width: 600px;
  justify-content: center;
}
.slider-tovfull-box .thumb-slider .thumb-slide {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 100px;
}
.slider-tovfull-box .thumb-slider img {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  border-radius: 10px;
}
.slider-tovfull-box .field--name-field-slayder-fotografii-na-stra {
  max-width: 600px;
}
.slider-tovfull-box .field--name-field-slayder-fotografii-na-stra img {
  width: 100%;
  height: 550px !important;
  object-fit: contain;
}
.body-view--fotogalereya .view-fotogalereya .field--name-field-gallery {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .body-view--fotogalereya .view-fotogalereya .field--name-field-gallery {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.body-view--fotogalereya .view-fotogalereya .field--name-field-gallery img {
  width: 420px;
  height: 411px;
  object-fit: cover;
  border-radius: 10px;
}
