:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.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;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #000;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #E73845;
}
@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: "Open Sans", sans-serif;
  color: #000;
  top: 0 !important;
}
#app {
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
.title_block {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .title_block {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .title_block {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 22px;
  }
}
.red_btn {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
}
@media screen and (max-width: 1199px) {
  .red_btn {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .red_btn {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .red_btn {
    padding: 10px;
  }
}
.red_btn_hover {
  color: #E73845;
  background-color: #fff;
}
#header .header-top {
  padding-top: 15px !important;
  padding-bottom: 22px !important;
}
#header .header-top .header1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 22px 10px;
}
#header .header-top .header1 .logo {
  width: 240px;
  height: 110px;
}
#header .header-top .header1 .logo * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .logo {
    width: 190px;
    height: 90px;
  }
}
#header .header-top .header1 .col-contacts {
  width: 435px;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
}
#header .header-top .header1 .col-contacts p {
  margin: 0;
}
#header .header-top .header1 .col-contacts .adress {
  position: relative;
  padding-left: 25px;
  width: 230px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-top .header1 .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/location.svg);
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-top .header1 .col-contacts .tel {
  position: relative;
  padding-left: 25px;
  width: 165px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e73845;
}
#header .header-top .header1 .col-contacts .tel:hover {
  color: #000;
}
#header .header-top .header1 .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-top .header1 .col-contacts .mail {
  position: relative;
  padding-left: 25px;
  width: 200px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-top .header1 .col-contacts .mail:hover {
  color: #e73845;
}
#header .header-top .header1 .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/message.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .col-contacts .col-lang {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .col-contacts {
    width: 215px;
  }
}
#header .header-top .header1 .col-benefits {
  width: 100%;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row {
  width: 260px;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
  width: 80px;
  height: 90px;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
    width: 55px;
    height: 60px;
    min-width: 55px;
    min-height: 60px;
    max-width: 55px;
    max-height: 60px;
  }
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 10px;
    text-align: left;
  }
}
#header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    gap: 8px;
    flex-direction: row;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content .views-row {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .col-benefits .view-preimushchestva .view-content {
    gap: 35px 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 .col-search {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .header1 {
    flex-direction: column;
  }
}
#header .header-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #042B52;
}
#header .header-bottom .region-navigation {
  width: 100%;
}
#header .header-bottom .region-navigation .navigation .nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item a {
  padding: 21px 0 19px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item a:hover {
  color: #E73845;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item a:after {
  display: none;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item .dropdown-menu {
  border-radius: 0;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item .dropdown-menu .nav-item a {
  padding: 5px 10px !important;
  color: #000;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #E73845;
}
@media screen and (max-width: 991px) {
  #header .header-bottom {
    display: none !important;
  }
}
#search-api-page-block-form-search,
#search-api-page-block-form-search--2,
#search-api-page-block-form-search--3 {
  padding: 11px 11px 11px 19px;
  border: solid 1px #c4c4c4;
  display: flex;
  align-items: center;
}
#search-api-page-block-form-search .form-type-search .form-search,
#search-api-page-block-form-search--2 .form-type-search .form-search,
#search-api-page-block-form-search--3 .form-type-search .form-search {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 375px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#search-api-page-block-form-search .form-type-search .form-search::placeholder,
#search-api-page-block-form-search--2 .form-type-search .form-search::placeholder,
#search-api-page-block-form-search--3 .form-type-search .form-search::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c4c4c4;
}
@media screen and (max-width: 1199px) {
  #search-api-page-block-form-search .form-type-search .form-search,
  #search-api-page-block-form-search--2 .form-type-search .form-search,
  #search-api-page-block-form-search--3 .form-type-search .form-search {
    width: 150px;
  }
}
#search-api-page-block-form-search .form-actions .form-submit,
#search-api-page-block-form-search--2 .form-actions .form-submit,
#search-api-page-block-form-search--3 .form-actions .form-submit {
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1199px) {
  #search-api-page-block-form-search,
  #search-api-page-block-form-search--2,
  #search-api-page-block-form-search--3 {
    padding: 10px 10px 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  #search-api-page-block-form-search,
  #search-api-page-block-form-search--2,
  #search-api-page-block-form-search--3 {
    padding: 10px;
  }
}
#header-mob {
  background-color: #C4C4C4;
}
#header-mob .col-logo img {
  width: 200px !important;
  height: 70px !important;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  #header-mob .col-search form {
    background-color: #fff;
  }
  #header-mob .col-search .form-search {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  #header-mob {
    background-color: #042B52;
  }
  #header-mob .lang-active {
    color: #fff;
  }
  #header-mob .lang-active:after {
    filter: brightness(0) invert(1);
  }
}
.offcanvas .logo img {
  width: 200px !important;
  height: 80px !important;
  object-fit: contain;
}
.offcanvas #search-api-page-block-form-search,
.offcanvas #search-api-page-block-form-search--2,
.offcanvas #search-api-page-block-form-search--3 {
  width: max-content;
  background-color: #fff;
}
.offcanvas .navigation {
  margin-top: 15px;
  margin-bottom: 15px;
}
.offcanvas .navigation .nav {
  gap: 5px;
}
.offcanvas .navigation .nav .nav-item a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.offcanvas .navigation .nav .nav-item a:hover {
  color: #E73845;
}
.offcanvas .navigation .nav .nav-item a:after {
  display: none;
}
.offcanvas .navigation .nav .nav-item .dropdown-menu {
  display: none;
}
.offcanvas .contact-item {
  margin-bottom: 15px;
}
.offcanvas .contact-item a:hover {
  color: #E73845;
}
.offcanvas .adress {
  margin-bottom: 15px;
}
.offcanvas .mail:hover {
  color: #E73845;
}
#slider-block .view-slayder .node--type-slide {
  position: relative;
  overflow: hidden;
}
#slider-block .view-slayder .node--type-slide .field--name-field-image {
  width: 100%;
  height: 470px;
}
#slider-block .view-slayder .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .node--type-slide .field--name-field-image {
    height: 225px;
  }
}
#slider-block .view-slayder .node--type-slide .content {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 45px;
  top: 80px !important;
  bottom: auto !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: start !important;
  gap: 10px 100px;
  align-items: center;
}
#slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title {
  width: 435px;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title * {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title * {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title * {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-title {
    font-size: 20px;
  }
}
#slider-block .view-slayder .node--type-slide .content .field--name-body {
  width: 200px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
#slider-block .view-slayder .node--type-slide .content .field--name-body * {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body * {
    font-size: 12px;
  }
}
#slider-block .view-slayder .node--type-slide .content .field--name-body > * {
  padding-left: 27px;
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body > * {
    padding-left: 0;
  }
}
#slider-block .view-slayder .node--type-slide .content .field--name-body strong {
  margin-top: -5px;
  margin-left: -27px;
  font-size: 79px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body strong {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body strong {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body strong {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-body {
    font-size: 12px;
  }
}
#slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link {
  width: 100%;
}
#slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link a {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link a {
    padding: 10px;
  }
}
#slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link a:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content .field--name-field-slide-link {
    width: 145px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .node--type-slide .content {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    top: 80px !important;
    gap: 10px 80px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .node--type-slide .content {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 35px;
    top: 60px !important;
    gap: 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .node--type-slide .content {
    padding-left: 30px;
    padding-right: 18px;
    padding-bottom: 40px;
    top: 14px !important;
    gap: 5px;
  }
}
#slider-block .view-slayder .slick-arrow {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
#slider-block .view-slayder .slick-arrow::before {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-arrow::before {
    width: 38px;
    height: 38px;
  }
}
#slider-block .view-slayder .slick-prev {
  left: -23px;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-prev {
    left: -12px;
  }
}
#slider-block .view-slayder .slick-next {
  right: -23px;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-next {
    right: -12px;
  }
}
#slider-block .view-slayder .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  gap: 9px;
}
#slider-block .view-slayder .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background-color: transparent;
}
#slider-block .view-slayder .slick-dots li button:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
#slider-block .view-slayder .slick-dots .slick-active button {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .slick-dots {
    bottom: 12px;
    gap: 7px;
  }
}
.front-h1 {
  margin-top: 35px;
  font-size: 58px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.front-h1 * {
  font-size: 58px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .front-h1 * {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .front-h1 * {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front-h1 * {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .front-h1 {
    margin-top: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .front-h1 {
    margin-top: 25px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front-h1 {
    margin-top: 35px;
    font-size: 32px;
  }
}
.front #block-vesta-theme-content .node--type-front .field--name-body {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .front #block-vesta-theme-content .node--type-front .field--name-body {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .front #block-vesta-theme-content .node--type-front .field--name-body {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .front #block-vesta-theme-content .node--type-front .field--name-body {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .front #block-vesta-theme-content .node--type-front .field--name-body {
    font-size: 20px;
  }
}
#block-vesta-theme-views-block-tovary-block-1 {
  margin-top: 65px;
}
#block-vesta-theme-views-block-tovary-block-1 .block-title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-tovary-block-1 .block-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-tovary-block-1 .block-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-tovary-block-1 .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-tovary-block-1 .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-tovary-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-tovary-block-1 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-tovary-block-1 {
    margin-top: 55px;
  }
}
.view-tovary .view-content {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.view-tovary .view-content .views-row {
  width: 100%;
}
.view-tovary .view-content .views-row .product-teaser {
  width: 100%;
}
.view-tovary .view-content .views-row .product-teaser > div:not(.contextual) {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser > div:not(.contextual) {
    gap: 10px;
  }
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view {
  width: 222px;
  height: 200px;
  overflow: hidden;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view img {
  transition: 0.3s;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
    height: 130px;
  }
}
.view-tovary .view-content .views-row .product-teaser .prod {
  width: 900px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.view-tovary .view-content .views-row .product-teaser .prod .field--name-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-tovary .view-content .views-row .product-teaser .prod .field--name-title * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-title * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-title {
    font-size: 14px;
  }
}
.view-tovary .view-content .views-row .product-teaser .prod .field--name-body {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
.view-tovary .view-content .views-row .product-teaser .prod .field--name-body * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod .field--name-body {
    font-size: 12px;
  }
}
.view-tovary .view-content .views-row .product-teaser .prod > .btn-form {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
  min-width: 140px;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod > .btn-form {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod > .btn-form {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser .prod > .btn-form {
    padding: 10px;
  }
}
.view-tovary .view-content .views-row .product-teaser .prod > .btn-form:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .prod {
    width: 680px;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .prod {
    width: 440px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser .prod {
    width: 100%;
  }
}
.view-tovary .more-link {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}
.view-tovary .more-link a {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
}
@media screen and (max-width: 1199px) {
  .view-tovary .more-link a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .more-link a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .more-link a {
    padding: 10px;
  }
}
.view-tovary .more-link a:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .view-tovary .more-link a {
    min-width: 255px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .more-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .more-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .more-link {
    margin-top: 65px;
  }
}
#block-vesta-theme-views-block-about-block-1 {
  margin-top: 65px;
}
#block-vesta-theme-views-block-about-block-1 .block-title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    margin-bottom: 25px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about {
  display: flex;
  gap: 70px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto {
  width: 270px;
  padding: 30px 65px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto .field__label {
  display: none;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto * {
  width: 140px !important;
  height: 180px !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto * {
    width: 95px !important;
    height: 120px !important;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto {
    width: 250px;
    padding: 25px 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto {
    width: 230px;
    padding: 20px 45px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-kompanii-foto {
    width: 95px;
    padding: 0;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
  width: 905px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body * {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    width: 660px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    text-align: center;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
  margin-left: auto;
  margin-right: auto;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
  min-width: 205px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 10px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 50px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 60px;
  }
}
#block-vesta-theme-views-block-news-block-1 {
  margin-top: 65px;
}
#block-vesta-theme-views-block-news-block-1 .block-title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    margin-bottom: 25px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content {
  gap: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content {
    gap: 15px 0;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 45px;
  }
}
.view-news .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-news .view-content .views-row {
  width: 370px;
}
.view-news .view-content .views-row .node--type-news {
  display: flex;
  flex-direction: column;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-image-news {
    height: 215px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 35px;
  margin-bottom: 18px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.view-news .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-field-date {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-news .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row {
    width: 100%;
  }
}
.view-news .view-content .slick-dots {
  margin: 50px auto 0;
  display: flex;
  gap: 9px;
}
.view-news .view-content .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  background-color: transparent;
}
.view-news .view-content .slick-dots li button:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.view-news .view-content .slick-dots .slick-active button {
  border: 1px solid #000;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-dots {
    gap: 7px;
    margin: 35px auto 0;
  }
}
.view-news .view-content .slick-arrow {
  width: 48px;
  height: 48px;
  top: 132px;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-arrow {
    width: 38px;
    height: 38px;
    top: 120px;
  }
}
.view-news .view-content .slick-arrow::before {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-arrow::before {
    width: 38px;
    height: 38px;
  }
}
.view-news .view-content .slick-prev {
  left: -8px;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-prev {
    left: 0;
  }
}
.view-news .view-content .slick-next {
  right: -8px;
}
@media screen and (max-width: 767px) {
  .view-news .view-content .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content {
    gap: 15px;
  }
}
.view-news .more-link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.view-news .more-link a {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
  min-width: 205px;
}
@media screen and (max-width: 1199px) {
  .view-news .more-link a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .more-link a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .more-link a {
    padding: 10px;
  }
}
.view-news .more-link a:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-news .more-link {
    margin-top: 45px;
  }
}
#block-vesta-theme-vebforma {
  margin-top: 65px;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
}
#block-vesta-theme-vebforma:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(17, 30, 50, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#block-vesta-theme-vebforma > * {
  z-index: 1;
}
#block-vesta-theme-vebforma .webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  flex-direction: column;
  align-items: end;
  padding-right: 70px;
  min-height: 335px;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text {
  width: 605px;
  position: absolute;
  top: 0;
  left: 0;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text h2 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text h2 {
    text-align: center;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel {
  margin-top: 9px;
  margin-bottom: 0;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel {
  position: relative;
  padding-left: 35px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e73845;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel:hover {
  color: #000;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel .tel {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-tel {
    margin-top: 14px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail * {
    font-size: 14px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail strong {
  font-weight: 700;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail a:hover {
  color: #e73845;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text .field-mail {
    min-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-processed-text {
    width: 100%;
    position: relative;
  }
}
#block-vesta-theme-vebforma .webform-submission-form > .form-wrapper {
  width: 430px;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form > .form-wrapper {
    width: 100%;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name {
  order: 0;
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon {
  order: 1;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-email {
  order: 3;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-textarea {
  order: 4;
}
#block-vesta-theme-vebforma .webform-submission-form .captcha {
  order: 5;
}
#block-vesta-theme-vebforma .webform-submission-form .captcha .captcha__title,
#block-vesta-theme-vebforma .webform-submission-form .captcha .captcha__description {
  display: none;
}
#block-vesta-theme-vebforma .webform-submission-form .form-actions {
  order: 6;
}
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
  order: 7;
}
#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-type-email,
#block-vesta-theme-vebforma .webform-submission-form .form-actions,
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox,
#block-vesta-theme-vebforma .webform-submission-form .captcha,
#block-vesta-theme-vebforma .webform-submission-form .form-type-textarea {
  width: 430px;
}
@media screen 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-type-email,
  #block-vesta-theme-vebforma .webform-submission-form .form-actions,
  #block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox,
  #block-vesta-theme-vebforma .webform-submission-form .captcha,
  #block-vesta-theme-vebforma .webform-submission-form .form-type-textarea {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma {
    margin-top: 55px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma {
    margin-top: 50px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma {
    padding-top: 20px;
  }
}
.webform-submission-form > .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-email {
  width: 100%;
}
.webform-submission-form .form-type-textfield input,
.webform-submission-form .form-type-tel input,
.webform-submission-form .form-type-email input {
  width: 100%;
  height: 46px;
  padding: 14px 19px 13px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-type-textfield input::placeholder,
.webform-submission-form .form-type-tel input::placeholder,
.webform-submission-form .form-type-email input::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-type-textarea {
  width: 100%;
}
.webform-submission-form .form-type-textarea textarea {
  width: 100%;
  height: 75px;
  padding: 14px 19px 13px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  resize: none;
}
.webform-submission-form .form-type-textarea textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-actions {
  margin-top: 5px;
}
.webform-submission-form .form-actions button {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
  min-width: 205px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-actions button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-actions button {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-actions button {
    padding: 10px;
  }
}
.webform-submission-form .form-actions button:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-actions button {
    width: 100%;
  }
}
.webform-submission-form .form-type-checkbox {
  display: flex;
  gap: 9px;
}
.webform-submission-form .form-type-checkbox input {
  appearance: none;
  margin-top: 4px;
  border: 1px solid #000;
  border-radius: 4px;
  width: 17px;
  height: 17px;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .form-type-checkbox input:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
}
.webform-submission-form .form-type-checkbox .description {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-type-checkbox .description * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-checkbox .description * {
    font-size: 13px;
  }
}
.webform-submission-form .form-type-checkbox .description a {
  text-decoration: underline !important;
}
.webform-submission-form .form-type-checkbox .description a:hover {
  color: #E73845;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-checkbox .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-type-checkbox {
    gap: 7px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 {
  margin-top: 65px;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 {
  width: 360px;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title * {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title * {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-node-title {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body {
  margin-top: 30px;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body strong {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-adress {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel {
  margin-bottom: 8px;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel .tel {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e73845;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel .tel:hover {
  color: #000;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel .tel {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body .field-tel .tel {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 .field--name-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .content0 {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta {
  width: 645px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .mapContainer {
    height: 205px !important;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots {
  margin: 15px auto 0;
  display: flex;
  gap: 9px;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  background-color: transparent;
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots li button:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots .slick-active button {
  border: 1px solid #000;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-dots {
    margin: 20px auto 0;
    gap: 7px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-arrow {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-arrow::before {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-arrow::before {
    width: 38px;
    height: 38px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-prev {
  left: -25px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-prev {
    left: -12px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-next {
  right: -25px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta .slick-next {
    right: -12px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta {
    width: 535px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty .field--name-field-karta {
    margin-top: 25px;
  }
}
#block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 .view-nashi-kontakty .node--type-nashi-kontakty {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-kontakty-block-1 {
    margin-top: 30px;
  }
}
#footer {
  margin-top: 55px;
  background-color: #042B52;
  padding-top: 50px;
  padding-bottom: 30px;
}
#footer .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .row .col-logo {
  width: 270px;
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo img {
    width: 190px !important;
    height: 85px !important;
    object-fit: contain;
  }
}
#footer .row .col-logo .copyright {
  /*width: 190px;*/
  margin-top: 45px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .copyright {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo .copyright {
    width: 170px;
    margin-top: 25px;
  }
}
#footer .row .col-logo .politika {
  display: block;
  width: 100%;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline !important;
}
#footer .row .col-logo .politika:hover {
  color: #E73845;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .politika {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .politika {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo {
    width: 100%;
  }
}
#footer .row .col-nav {
  width: 150px;
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav {
  flex-direction: column;
  gap: 5px;
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item {
  width: 120px;
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a:hover {
  color: #E73845;
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a {
    font-size: 14px;
  }
}
#footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item .dropdown-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 .nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav #block-vesta-theme-osnovnayanavigaciya-4 {
    width: 255px;
  }
}
#footer .row .col-nav .search {
  margin-top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav .search {
    margin-left: 134px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav {
    width: 100%;
  }
}
#footer .row .col-contacts {
  width: 300px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#footer .row .col-contacts .adress {
  margin: 0;
  position: relative;
  padding-left: 30px;
  width: 255px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/location.svg);
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .adress {
    width: 225px;
  }
}
#footer .row .col-contacts .tel {
  position: relative;
  padding-left: 30px;
  width: 180px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row .col-contacts .tel:hover {
  color: #E73845;
}
#footer .row .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .tel {
    width: 100%;
  }
}
#footer .row .col-contacts .mail {
  position: relative;
  padding-left: 30px;
  width: 210px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row .col-contacts .mail:hover {
  color: #e73845;
}
#footer .row .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/message.svg);
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .mail {
    width: 100%;
  }
}
#footer .row .col-contacts .region-oz-wl {
  margin-top: 50px;
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .block-title {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body {
  margin-top: 17px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: end;
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body .ozon {
  display: block;
  width: 90px;
  height: 20px;
  background-image: url(/sites/all/themes/vesta_theme/image/ozon.svg);
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body .wildberries {
  display: block;
  width: 155px;
  height: 25px;
  background-image: url(/sites/all/themes/vesta_theme/image/wildberries.svg);
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body * {
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
}
#footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .region-oz-wl #block-vesta-theme-mynamarketpleysakh .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .region-oz-wl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts {
    width: 100%;
    gap: 15px;
  }
}
#footer .row-copiryght {
  margin-top: 70px;
}
#footer .row-copiryght .col-webvesta a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#footer .row-copiryght .col-webvesta a:hover {
  color: #e73845;
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght .col-webvesta a {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  #footer {
    margin-top: 45px;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #footer {
    margin-top: 35px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 30px;
  }
}
.languages-box .lang-active {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  cursor: pointer;
}
.languages-box .lang-active:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron.svg);
  display: block;
  width: 20px;
  height: 20px;
}
.languages-box .languages-list {
  display: none;
  position: absolute;
  top: 25px;
  flex-direction: column;
  gap: 2px;
  border: 1px solid #042B52;
  padding: 5px;
  background-color: #fff;
}
.languages-box .languages-list .language__img {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  transition: 0.3s;
}
.languages-box .languages-list .language__img:hover {
  color: #E73845;
}
.languages-box .languages-list.active {
  display: flex;
}
iframe.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none;
}
.breadcrumb {
  margin-top: 35px;
  margin-bottom: 45px;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000 !important;
}
.breadcrumb .breadcrumb-item a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000 !important;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #E73845 !important;
}
@media screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '|';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000 !important;
}
@media screen and (max-width: 1199px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.product-view-full .product-teaser {
  gap: 20px;
  flex-wrap: wrap;
}
.product-view-full .product-teaser .product-teaser-image {
  width: 390px !important;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide {
  margin-bottom: 0;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element {
  height: 430px;
  padding: 42px 63px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element * {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element {
    padding: 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .element {
    padding: 25px 20px;
  }
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .current-slide .slick-arrow {
  display: none !important;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-list {
  width: 365px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-list {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-list {
    width: 219px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-list {
    width: 146px;
  }
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-arrow {
  width: 25px;
  height: 25px;
  top: 50% !important;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-arrow:before {
  width: 25px;
  height: 25px;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-prev {
  left: 0;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-next {
  right: 0;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .element {
  width: 70px !important;
  height: 77px !important;
  max-width: 70px;
  max-height: 77px;
  min-width: 70px;
  min-height: 77px;
  margin-left: 1.5px;
  margin-right: 1.5px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .element img {
  width: 70px !important;
  height: 77px !important;
  max-width: 70px;
  max-height: 77px;
  min-width: 70px;
  min-height: 77px;
  object-fit: contain;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-current {
  border: 1px solid #E73845;
}
.product-view-full .product-teaser .product-teaser-image .field--name-field-variation-image .elements .nav-slide .slick-dots {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image {
    width: 100% !important;
  }
}
.product-view-full .product-teaser .product-teaser-info {
  width: 760px;
  margin-top: 40px;
}
.product-view-full .product-teaser .product-teaser-info .prod-h1 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.product-view-full .product-teaser .product-teaser-info .prod-h1 * {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 * {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .prod-h1 {
    font-size: 20px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku {
  margin-top: 33px;
  display: flex;
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label:after {
  content: ':';
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label:after {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label:after {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label {
    font-size: 12px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku .field__item {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku .field__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-sku {
    margin-top: 15px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-price {
  margin-top: 23px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-price {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-price {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-price {
    font-size: 16px;
  }
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons {
  margin-top: 23px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons a {
  display: block;
  width: max-content;
  padding: 13px 21px 11px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #E73845;
  border-radius: 0;
  background-color: #E73845;
  padding: 12px 9px;
  min-width: 140px;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons a {
    padding: 10px;
  }
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons a:hover {
  color: #E73845;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons a {
    width: 100%;
  }
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-ozon-ssylka a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-ozon-ssylka a:after {
  content: url(/sites/all/themes/vesta_theme/image/ozon1.svg);
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-ozon-ssylka a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/ozon2.svg);
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-ozon-ssylka a {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-ozon-ssylka {
    width: 100%;
  }
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-wildberries-ssylka a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-wildberries-ssylka a:after {
  content: url(/sites/all/themes/vesta_theme/image/wildberries1.svg);
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-wildberries-ssylka a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/wildberries2.svg);
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-wildberries-ssylka a {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons .field--name-field-wildberries-ssylka {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons {
    margin-top: 20px;
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons {
    margin-top: 15px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .variation-buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 525px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 100%;
    margin-bottom: 0;
  }
}
.product-view-full .field--name-field-harakteristiki {
  margin-top: 68px;
  overflow-x: auto;
}
.product-view-full .field--name-field-harakteristiki table {
  max-width: 900px;
  min-width: 695px;
  margin-bottom: 0;
}
.product-view-full .field--name-field-harakteristiki table tbody tr td {
  width: 50%;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border: 1px solid #000;
}
.product-view-full .field--name-field-harakteristiki table tbody tr td h6 {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td h6 {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-harakteristiki table tbody tr td {
    padding: 10px;
  }
}
.product-view-full .field--name-field-harakteristiki table tbody tr td:nth-child(2) {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-harakteristiki {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-harakteristiki {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-harakteristiki {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-harakteristiki {
    margin-top: 30px;
  }
}
.product-view-full .field--name-body {
  margin-top: 68px;
  max-width: 900px;
}
.product-view-full .field--name-body .field__label {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-body .field__label {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-body .field__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-body .field__label {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-body .field__label {
    font-size: 16px;
  }
}
.product-view-full .field--name-body .field__item {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
.product-view-full .field--name-body .field__item * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-body .field__item * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-body .field__item * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-body .field__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-body .field__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-body {
    margin-top: 30px;
  }
}
.product-view-full .field--name-field-dokumentaciya {
  margin-top: 68px;
  max-width: 900px;
}
.product-view-full .field--name-field-dokumentaciya .field__label {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-dokumentaciya .field__label {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-dokumentaciya .field__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-dokumentaciya .field__label {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-dokumentaciya .field__label {
    font-size: 16px;
  }
}
.product-view-full .field--name-field-dokumentaciya .field__items {
  margin-top: 35px;
  display: flex;
  gap: 20px 95px;
}
.product-view-full .field--name-field-dokumentaciya .field__items .field__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.product-view-full .field--name-field-dokumentaciya .field__items .field__item:hover {
  color: #E73845;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-dokumentaciya .field__items {
    margin-top: 30px;
    gap: 15px 75px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-dokumentaciya .field__items {
    margin-top: 25px;
    gap: 15px 55px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-dokumentaciya .field__items {
    margin-top: 20px;
    gap: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-dokumentaciya .field__items {
    margin-top: 20px;
    gap: 15px 15px;
  }
}
.product-view-full .field--name-field-dokumentaciya .file-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-view-full .field--name-field-dokumentaciya .file-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.product-view-full .field--name-field-dokumentaciya .pdf:before {
  content: url(/sites/all/themes/vesta_theme/image/pdf-01.svg);
}
.product-view-full .field--name-field-dokumentaciya .zip:before {
  content: url(/sites/all/themes/vesta_theme/image/zip-02.svg);
}
.product-view-full .field--name-field-dokumentaciya .type_size {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.product-view-full .field--name-field-dokumentaciya .type_size * {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.product-view-full .field--name-field-dokumentaciya .type_size .type {
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field--name-field-dokumentaciya {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field--name-field-dokumentaciya {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field--name-field-dokumentaciya {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field--name-field-dokumentaciya {
    margin-top: 30px;
  }
}
.content_prod {
  margin-top: 75px;
}
.content_prod .region-content-prod {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .content_prod {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .content_prod {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .content_prod {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .content_prod {
    margin-top: 35px;
  }
}
#block-vesta-theme-gdezabrat {
  width: 525px;
}
#block-vesta-theme-gdezabrat .block-title {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-gdezabrat .block-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-gdezabrat .block-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-gdezabrat .block-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-gdezabrat .block-title {
    font-size: 16px;
  }
}
#block-vesta-theme-gdezabrat .field--name-body {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-gdezabrat .field--name-body * {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-gdezabrat .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-gdezabrat .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-gdezabrat .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-gdezabrat .field--name-body * {
    font-size: 12px;
  }
}
#block-vesta-theme-gdezabrat .field--name-body strong {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-gdezabrat .field--name-body strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-gdezabrat .field--name-body strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-gdezabrat .field--name-body strong {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-gdezabrat .field--name-body strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-gdezabrat .field--name-body {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-gdezabrat .field--name-body {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-gdezabrat .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-gdezabrat .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-gdezabrat {
    width: 425px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-gdezabrat {
    width: 100%;
  }
}
#block-vesta-theme-kakoplatit {
  width: 425px;
}
#block-vesta-theme-kakoplatit .block-title {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kakoplatit .block-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kakoplatit .block-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kakoplatit .block-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-kakoplatit .block-title {
    font-size: 16px;
  }
}
#block-vesta-theme-kakoplatit .field--name-body {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-kakoplatit .field--name-body * {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kakoplatit .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kakoplatit .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kakoplatit .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-kakoplatit .field--name-body * {
    font-size: 12px;
  }
}
#block-vesta-theme-kakoplatit .field--name-body strong {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kakoplatit .field--name-body strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kakoplatit .field--name-body strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kakoplatit .field--name-body strong {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-kakoplatit .field--name-body strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kakoplatit .field--name-body {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kakoplatit .field--name-body {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kakoplatit .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-kakoplatit .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kakoplatit {
    width: 100%;
  }
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: 25px;
}
.node--type-page .field--name-field-dokumentaciya {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.ajax-progress {
  display: none !important;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(/sites/all/themes/vesta_theme/image/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.ui-dialog .form-type-processed-text {
  display: none;
}
.ui-dialog .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ui-dialog .webform-submission-form .form-actions {
  width: 100%;
}
.ui-dialog .webform-submission-form .form-actions button {
  width: 100%;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #000;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #E73845;
}
.not-front #main .search-api-page-block-form-search {
  background-color: transparent;
  width: 100%;
  display: flex;
  gap: 10px;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search {
  width: 100%;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search input {
  border-radius: 50px;
}
.not-front #main .search-api-page-block-form-search .js-form-submit {
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid transparent;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #000;
  background-color: transparent;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks,
.not-front #main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front #main .node--view-mode-search-index a {
  color: #000;
  font-weight: 700;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front #main .node--view-mode-search-index a:hover {
  color: #E73845;
}
.not-front #block-vesta-theme-views-block-nashi-kontakty-block-1 .node--type-nashi-kontakty .content0 .field--name-node-title {
  display: none;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #E73845;
}
.pagination .page-item.active a {
  border-color: #fff;
  color: #fff;
  background-color: #E73845;
}
#block-vesta-theme-content .search-api-page-block-form-search input {
  width: 100% !important;
  border-radius: 0 !important;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p {
  margin-bottom: 12px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content * {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content strong {
  display: block;
  font-size: 16px;
  margin-bottom: 11px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600 !important;
  padding: 12px 25px !important;
  text-transform: uppercase !important;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn-secondary {
  border: 1px solid #111E32 !important;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn-secondary:hover {
  background-color: #111E32 !important;
}
.view-fotogalereya.view-display-id-page_1 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row {
  width: 270px;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
  position: relative;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item *:not(.video-embed-field-lazy-play):not(.contextual),
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item *:not(.video-embed-field-lazy-play):not(.contextual) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    height: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery .field__item,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    height: 200px;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-link * {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    width: calc(50% - 7.5px);
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row {
  width: 270px;
  height: 270px;
}
#block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row .views-field-field-media-image {
  width: 100%;
  height: 100%;
}
#block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row .views-field-field-media-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row .views-field-field-rutube-video {
  display: none;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row {
    width: 292px;
    height: 292px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row {
    width: 333px;
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content .views-row {
    width: calc(50% - 7.5px);
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-gallery-page-block-1 .view-gallery-page .view-content {
    gap: 15px;
  }
}
.node--type-photogallery .field--name-field-gallery,
.node--type-photogallery .field--name-field-video-v-galereyu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.node--type-photogallery .field--name-field-gallery .field__item,
.node--type-photogallery .field--name-field-video-v-galereyu .field__item {
  width: 270px;
  height: 270px;
}
.node--type-photogallery .field--name-field-gallery .field__item *:not(.video-embed-field-lazy-play):not(.contextual),
.node--type-photogallery .field--name-field-video-v-galereyu .field__item *:not(.video-embed-field-lazy-play):not(.contextual) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .node--type-photogallery .field--name-field-gallery .field__item,
  .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    width: 292px;
    height: 292px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-photogallery .field--name-field-gallery .field__item,
  .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    width: 333px;
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-photogallery .field--name-field-gallery .field__item,
  .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-photogallery .field--name-field-gallery .field__item,
  .node--type-photogallery .field--name-field-video-v-galereyu .field__item {
    width: calc(50% - 7.5px);
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-photogallery .field--name-field-gallery,
  .node--type-photogallery .field--name-field-video-v-galereyu {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    right: 16px;
    bottom: 20px;
  }
}
.field--name-field-dokumentaciya .field__items .field__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.field--name-field-dokumentaciya .field__items .field__item a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.field--name-field-dokumentaciya .field__items .field__item a:hover {
  color: #E73845;
}
@media screen and (max-width: 1199px) {
  .field--name-field-dokumentaciya .field__items .field__item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .field--name-field-dokumentaciya .field__items .field__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-dokumentaciya .field__items .field__item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .field--name-field-dokumentaciya .field__items .field__item a {
    font-size: 12px;
  }
}
.field--name-field-dokumentaciya .field__items .field__item:hover {
  color: #E73845;
}
@media screen and (max-width: 1199px) {
  .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .field--name-field-dokumentaciya .field__items .field__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .field--name-field-dokumentaciya .field__items {
    margin-top: 30px;
    gap: 15px 75px;
  }
}
@media screen and (max-width: 991px) {
  .field--name-field-dokumentaciya .field__items {
    margin-top: 25px;
    gap: 15px 55px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-dokumentaciya .field__items {
    margin-top: 20px;
    gap: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .field--name-field-dokumentaciya .field__items {
    margin-top: 20px;
    gap: 15px 15px;
  }
}
.field--name-field-dokumentaciya .file-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.field--name-field-dokumentaciya .file-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.field--name-field-dokumentaciya .pdf:before {
  content: url(/sites/all/themes/vesta_theme/image/pdf-01.svg);
}
.field--name-field-dokumentaciya .zip:before {
  content: url(/sites/all/themes/vesta_theme/image/zip-02.svg);
}
.field--name-field-dokumentaciya .type_size {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.field--name-field-dokumentaciya .type_size * {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.field--name-field-dokumentaciya .type_size .type {
  text-transform: uppercase;
}
.node--type-page .field--name-field-dokumentaciya .field__label {
  display: none;
}
.node--type-page .field--name-field-dokumentaciya .field__items .file-icon {
  display: none;
}
