: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: #FF7F00;
}
.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: #003885;
}
@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: "Manrope", sans-serif;
  color: #000;
  /*font-family: 'Inter', sans-serif;
  color: var(--color2)*/
}
#page {
  overflow: clip;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
.orange_btn {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.orange_btn:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .orange_btn:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .orange_btn:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .orange_btn:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .orange_btn:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .orange_btn {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .orange_btn {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .orange_btn {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .orange_btn {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.orange_btn_hover {
  background-color: #fff;
  color: #FF7F00;
}
.orange_btn_hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
.title_block {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
}
@media screen and (max-width: 1199px) {
  .title_block {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .title_block {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .title_block {
    font-size: 20px;
  }
}
#header .header-top {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-image: url(/sites/all/themes/vesta_theme/image/fon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .header-top .col-social {
  width: 200px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#header .header-top .col-social a {
  background-color: #003885;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
#header .header-top .col-social a:before {
  font-size: 0;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
#header .header-top .col-social a:hover {
  background-color: #F4F4F4;
}
#header .header-top .col-social a:hover:before {
  filter: none;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-social a {
    width: 35px;
    height: 35px;
  }
}
#header .header-top .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max.svg);
}
#header .header-top .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
#header .header-top .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#header .header-top .col-mail {
  width: 140px;
}
#header .header-top .col-mail a {
  display: flex;
  gap: 10px;
  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;
}
#header .header-top .col-mail a:hover {
  color: #FF7F00;
}
#header .header-top .col-mail a:before {
  content: url(/sites/all/themes/vesta_theme/image/mail.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-mail a {
    font-size: 15px;
  }
}
#header .header-top .col-adress {
  width: 260px;
}
#header .header-top .col-adress .adress {
  display: flex;
  gap: 12px;
  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;
}
#header .header-top .col-adress .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-adress .adress {
    font-size: 15px;
  }
}
#header .header-top .col-callback {
  display: flex;
  gap: 10px;
  justify-content: end;
  width: 200px;
}
#header .header-top .col-callback .region-callback .field--name-body a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 10px 16px;
  margin-right: 0;
  font-size: 14px;
  min-height: 40px;
}
#header .header-top .col-callback .region-callback .field--name-body a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-callback .field--name-body a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .col-callback .region-callback .field--name-body a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-callback .region-callback .field--name-body a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .col-callback .region-callback .field--name-body a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-callback .field--name-body a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .col-callback .region-callback .field--name-body a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-callback .region-callback .field--name-body a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .col-callback .region-callback .field--name-body a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
#header .header-top .col-callback .region-callback .field--name-body a:hover {
  background-color: #fff;
  color: #FF7F00;
}
#header .header-top .col-callback .region-callback .field--name-body a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
#header .header-top .col-callback .region-callback .field--name-body a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-callback .field--name-body a {
    padding: 8px 15px;
    font-size: 13px;
    min-height: 35px;
    margin-right: 0;
  }
}
#header .header-top .col-callback .region-search .field--name-body a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #003885;
  border-radius: 50%;
}
#header .header-top .col-callback .region-search .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/search.svg);
  font-size: 0;
}
#header .header-top .col-callback .region-search .field--name-body a:hover {
  background-color: #F4F4F4;
}
#header .header-top .col-callback .region-search .field--name-body a:hover:before {
  filter: brightness(0);
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-search .field--name-body a {
    width: 35px;
    height: 35px;
  }
}
#header .header-bottom {
  background-color: #003885;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header .header-bottom .region-navigation .block-menu > div:nth-child(1) {
  display: none !important;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item a {
  background-color: transparent;
  padding: 9px 45px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item a:hover {
  background-color: #FF7F00;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .region-navigation .block-menu .nav .nav-item a {
    padding: 9px 35px;
    font-size: 15px;
  }
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  background-color: #003885;
  border-radius: 0;
  padding: 0 !important;
}
#header-mob {
  background-color: #fff;
}
#header-mob .col-logo * {
  width: 265px;
}
.offcanvas {
  background-color: #fff;
}
.offcanvas .offcanvas-body .region-navigation .block-menu > div:nth-child(1) {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:hover {
  color: #FF7F00;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:after {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  padding-left: 5px;
}
.offcanvas .offcanvas-body .region-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #003885;
  border-radius: 50%;
}
.offcanvas .offcanvas-body .region-search a:before {
  content: url(/sites/all/themes/vesta_theme/image/search.svg);
  font-size: 0;
}
.offcanvas .offcanvas-body .region-search a:hover {
  background-color: #F4F4F4;
}
.offcanvas .offcanvas-body .region-search a:hover:before {
  filter: brightness(0);
}
.offcanvas .offcanvas-body .col-contacts {
  margin-top: 10px;
  width: 280px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.offcanvas .offcanvas-body .col-contacts .tel {
  display: flex;
  gap: 10px;
  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;
}
.offcanvas .offcanvas-body .col-contacts .tel:hover {
  color: #FF7F00;
}
.offcanvas .offcanvas-body .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/tel.svg);
  font-size: 0;
}
.offcanvas .offcanvas-body .col-contacts .mail {
  display: flex;
  gap: 10px;
  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;
}
.offcanvas .offcanvas-body .col-contacts .mail:hover {
  color: #FF7F00;
}
.offcanvas .offcanvas-body .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail.svg);
  font-size: 0;
}
.offcanvas .offcanvas-body .col-contacts .adress {
  width: 265px;
  display: flex;
  gap: 14px;
  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;
}
.offcanvas .offcanvas-body .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo.svg);
  font-size: 0;
  margin-left: 4px;
}
.offcanvas .offcanvas-body .col-contacts .col-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.offcanvas .offcanvas-body .col-contacts .col-social a {
  background-color: #F4F4F4;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.offcanvas .offcanvas-body .col-contacts .col-social a:before {
  font-size: 0;
  transition: 0.3s;
  filter: none;
}
.offcanvas .offcanvas-body .col-contacts .col-social a:hover {
  background-color: #003885;
}
.offcanvas .offcanvas-body .col-contacts .col-social a:hover:before {
  filter: brightness(0) invert(1);
}
.offcanvas .offcanvas-body .col-contacts .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#slider-block .node--type-slide {
  background-color: #FF7F00;
  position: relative;
}
#slider-block .node--type-slide .field--name-field-image {
  width: 100%;
  height: 600px;
}
#slider-block .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .field--name-field-image {
    height: 500px;
  }
}
#slider-block .node--type-slide .field--name-field-banner-foto-vnizu {
  margin-left: auto;
  margin-right: auto;
}
#slider-block .node--type-slide .field--name-field-banner-foto-vnizu * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#slider-block .node--type-slide .content {
  height: 600px;
  bottom: 0 !important;
  justify-content: start !important;
}
#slider-block .node--type-slide .content .field--name-field-banner-telefony {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-left: auto;
}
#slider-block .node--type-slide .content .field--name-field-banner-telefony a {
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#slider-block .node--type-slide .content .field--name-field-banner-telefony a:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony a {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony a {
    font-size: 16px;
  }
}
#slider-block .node--type-slide .content .field--name-field-banner-telefony:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-banner-telefony {
    font-size: 10px;
  }
}
#slider-block .node--type-slide .content .field--name-field-banner-logo {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 725px;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-banner-logo {
    max-width: 625px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-banner-logo {
    max-width: 525px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-banner-logo {
    max-width: 425px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-banner-logo {
    max-width: 325px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-title {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
#slider-block .node--type-slide .content .field--name-field-slide-title * {
  margin: 0;
  font-size: 50px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 30px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-title strong {
  color: #FF7F00;
}
#slider-block .node--type-slide .content .field--name-field-slide-title:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    margin-top: 20px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-link {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:hover {
  background-color: #fff;
  color: #FF7F00;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content {
    height: 500px;
  }
}
.wr_front_content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(/sites/all/themes/vesta_theme/image/fon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wr_front_content .front-h1 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .front-h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .front-h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .front-h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .front-h1 {
    font-size: 20px;
  }
}
.wr_front_content .front-h1 * {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .front-h1 * {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .front-h1 * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .front-h1 * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .front-h1 * {
    font-size: 20px;
  }
}
.wr_front_content .region-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wr_front_content .region-content #block-vesta-theme-content {
  width: 100%;
  margin-bottom: 30px;
}
.wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
.wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #003885;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-content .node--type-front .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-content {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-content {
    margin-bottom: 15px;
  }
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy {
  width: 385px;
  height: max-content;
  padding: 45px 33px 42px;
  border-radius: 30px;
  border: solid 2px #003885;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav {
  gap: 25px;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a:hover {
  color: #FF7F00;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item a {
    font-size: 16px;
  }
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item::marker {
  font-size: 0;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .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;
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item a:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav .nav-item ul .nav-item a {
    font-size: 12px;
  }
}
.wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav > .nav-item + .nav-item {
  border-top: 1px solid #003885;
  padding-top: 25px;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav > .nav-item + .nav-item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav > .nav-item + .nav-item {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav > .nav-item + .nav-item {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy .navbar-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy {
    width: 305px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy {
    width: 100%;
    padding: 35px 25px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-menyukatalognaglavnoy {
    padding: 25px 15px;
  }
}
.wr_front_content .region-content #block-vesta-theme-views-block-tovary-block-1,
.wr_front_content .region-content #block-vesta-theme-views-block-catalog-block-front {
  width: 780px;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-views-block-tovary-block-1,
  .wr_front_content .region-content #block-vesta-theme-views-block-catalog-block-front {
    width: 620px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-views-block-tovary-block-1,
  .wr_front_content .region-content #block-vesta-theme-views-block-catalog-block-front {
    width: 100%;
    margin-top: 20px;
  }
}
.wr_front_content .region-content #block-vesta-theme-ssylkanakatalog {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.wr_front_content .region-content #block-vesta-theme-ssylkanakatalog a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region-content #block-vesta-theme-ssylkanakatalog {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .wr_front_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.view-tovary .view-content .views-row .product-teaser {
  width: 100%;
}
.view-tovary .view-content .views-row .product-teaser > div:not(.contextual) {
  width: 100%;
}
.view-tovary .view-content,
.view-catalog .view-content {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.view-tovary .view-content .views-row,
.view-catalog .view-content .views-row {
  width: 385px;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
  width: 100%;
  height: 200px;
  border-radius: 30px;
  overflow: hidden;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view *,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view *,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image *,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view img,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view img,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view img,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view img,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image img,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image img,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image img,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
  transition: 0.3s;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view img:hover,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view img:hover,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view img:hover,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view img:hover,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image img:hover,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image img:hover,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image img:hover,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img:hover {
  transform: scale(1.1);
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view a,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view a,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view a,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view a,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image a,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image a,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image a,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image a {
  position: relative;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before {
  content: url(/sites/all/themes/vesta_theme/image/more_o.svg);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
  .view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view a:before,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:before,
  .view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image a:before,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:before {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view a:hover:before,
.view-catalog .view-content .views-row .product-teaser .field--name-field-image-product-view a:hover:before,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:hover:before,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-image-product-view a:hover:before,
.view-tovary .view-content .views-row .product-teaser .field--name-field-catalog-image a:hover:before,
.view-catalog .view-content .views-row .product-teaser .field--name-field-catalog-image a:hover:before,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:hover:before,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/more_w.svg);
  background-color: #FF7F00;
}
.view-tovary .view-content .views-row .product-teaser .field--name-title,
.view-catalog .view-content .views-row .product-teaser .field--name-title,
.view-tovary .view-content .views-row .taxonomy-term .field--name-title,
.view-catalog .view-content .views-row .taxonomy-term .field--name-title,
.view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title,
.view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title,
.view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title,
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
  margin-top: 10px;
}
.view-tovary .view-content .views-row .product-teaser .field--name-title *,
.view-catalog .view-content .views-row .product-teaser .field--name-title *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-title *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-title *,
.view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
.view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
  margin: 0;
  font-size: 20px;
  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) {
  .view-tovary .view-content .views-row .product-teaser .field--name-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .product-teaser .field--name-title a:hover,
.view-catalog .view-content .views-row .product-teaser .field--name-title a:hover,
.view-tovary .view-content .views-row .taxonomy-term .field--name-title a:hover,
.view-catalog .view-content .views-row .taxonomy-term .field--name-title a:hover,
.view-tovary .view-content .views-row .product-teaser .field--name-taxonomy-term-title a:hover,
.view-catalog .view-content .views-row .product-teaser .field--name-taxonomy-term-title a:hover,
.view-tovary .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:hover,
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:hover {
  color: #FF7F00;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-opisanie-anons,
.view-catalog .view-content .views-row .product-teaser .field--name-field-opisanie-anons,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons,
.view-tovary .view-content .views-row .product-teaser .field--name-description,
.view-catalog .view-content .views-row .product-teaser .field--name-description,
.view-tovary .view-content .views-row .taxonomy-term .field--name-description,
.view-catalog .view-content .views-row .taxonomy-term .field--name-description {
  margin-top: 10px;
}
.view-tovary .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
.view-catalog .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
.view-tovary .view-content .views-row .product-teaser .field--name-description *,
.view-catalog .view-content .views-row .product-teaser .field--name-description *,
.view-tovary .view-content .views-row .taxonomy-term .field--name-description *,
.view-catalog .view-content .views-row .taxonomy-term .field--name-description * {
  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) {
  .view-tovary .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
  .view-tovary .view-content .views-row .product-teaser .field--name-description *,
  .view-catalog .view-content .views-row .product-teaser .field--name-description *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-description *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-description * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
  .view-catalog .view-content .views-row .product-teaser .field--name-field-opisanie-anons *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-opisanie-anons *,
  .view-tovary .view-content .views-row .product-teaser .field--name-description *,
  .view-catalog .view-content .views-row .product-teaser .field--name-description *,
  .view-tovary .view-content .views-row .taxonomy-term .field--name-description *,
  .view-catalog .view-content .views-row .taxonomy-term .field--name-description * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row,
  .view-catalog .view-content .views-row {
    width: 305px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row,
  .view-catalog .view-content .views-row {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row,
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
.about {
  background-image: url(/sites/all/themes/vesta_theme/image/about_fon.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .node--type-about {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .node--type-about .field--name-field-o-nas-foto {
  width: 570px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.about .node--type-about .field--name-field-o-nas-foto .field__item {
  width: 280px;
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
}
.about .node--type-about .field--name-field-o-nas-foto .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .field--name-field-o-nas-foto .field__item {
    width: 100%;
    height: 200px;
  }
}
.about .node--type-about .field--name-field-o-nas-foto .field__item:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .field--name-field-o-nas-foto {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .field--name-field-o-nas-foto {
    width: 100%;
  }
}
.about .node--type-about .content0 {
  width: 570px;
}
.about .node--type-about .content0 .field--name-node-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
  font-size: 34px;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 20px;
  }
}
.about .node--type-about .content0 .field--name-node-title * {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
  font-size: 34px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-title {
    font-size: 18px;
  }
}
.about .node--type-about .content0 .field--name-field-tekst-anons * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons * {
    font-size: 12px;
  }
}
.about .node--type-about .content0 .field--name-field-tekst-anons h6 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
}
.about .node--type-about .content0 .field--name-field-tekst-anons h6 * {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 * {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-field-tekst-anons h6 {
    font-size: 16px;
  }
}
.about .node--type-about .content0 .field--name-node-link {
  margin-top: 30px;
}
.about .node--type-about .content0 .field--name-node-link a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.about .node--type-about .content0 .field--name-node-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-link a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-link a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-link a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-link a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-link a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-link a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-link a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .about .node--type-about .content0 .field--name-node-link a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.about .node--type-about .content0 .field--name-node-link a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.about .node--type-about .content0 .field--name-node-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .node--type-about .content0 .field--name-node-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about .node--type-about .content0 {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  .about .node--type-about .content0 {
    width: 100%;
  }
}
.about .node--type-about:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .about .node--type-about {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.benefits {
  background-image: url(/sites/all/themes/vesta_theme/image/fon.svg);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.view-preimushchestva .view-content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.view-preimushchestva .view-content .views-row {
  width: 385px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
  position: relative;
  padding: 40px;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  font-size: 20px;
  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) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 16px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row {
    width: 305px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row {
    width: 100%;
  }
}
.view-preimushchestva .view-content .views-row:nth-child(1) {
  background-color: #FF7F00;
}
.view-preimushchestva .view-content .views-row:nth-child(1) .node--type-preimushchestvo .field--name-body {
  color: #fff;
}
.view-preimushchestva .view-content .views-row:nth-child(1) .node--type-preimushchestvo .field--name-body * {
  color: #fff;
}
#block-vesta-theme-views-block-uslugi-block-1 {
  margin-top: 80px;
}
#block-vesta-theme-views-block-uslugi-block-1 .block-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 20px;
  }
}
.view-uslugi .view-content {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.view-uslugi .view-content .views-row {
  width: 286px;
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie {
  width: 100%;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie img {
  transition: 0.3s;
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie img:hover {
  transform: scale(1.1);
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie a {
  position: relative;
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie a:before {
  content: url(/sites/all/themes/vesta_theme/image/more_o.svg);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie a:before {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie a:before {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
.view-uslugi .view-content .views-row .field--name-field-usluga-izobrazhenie a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/more_w.svg);
  background-color: #FF7F00;
}
.view-uslugi .view-content .views-row .field--name-node-title {
  margin-top: 10px;
}
.view-uslugi .view-content .views-row .field--name-node-title a {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-uslugi .view-content .views-row .field--name-node-title a:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .field--name-node-title a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .field--name-node-title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row .field--name-node-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row .field--name-node-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row {
    width: 305px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row {
    width: 100%;
  }
}
.view-uslugi .more-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.view-uslugi .more-link a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.view-uslugi .more-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .more-link a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .more-link a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .more-link a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .more-link a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .view-uslugi .more-link a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .more-link a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .more-link a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .more-link a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.view-uslugi .more-link a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.view-uslugi .more-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
.foto {
  background-image: url(/sites/all/themes/vesta_theme/image/fon.svg);
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
.foto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 525px;
  background-image: url(/sites/all/themes/vesta_theme/image/fon_oblaka.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.foto .container {
  position: relative;
  z-index: 1;
}
.foto .region-foto #block-vesta-theme-fotogalereyalogo {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.foto .region-foto #block-vesta-theme-fotogalereyalogo .field--name-body img {
  width: 100% !important;
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-fotogalereyalogo {
    max-width: 850px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-fotogalereyalogo {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-fotogalereyalogo {
    max-width: 650px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-fotogalereyalogo {
    max-width: 550px;
  }
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 {
  margin-top: 95px;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item {
  width: 385px;
  height: 300px;
  border-radius: 30px;
  border: 10px solid #fff;
  overflow: hidden;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item img {
  transition: 0.3s;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item {
    width: 305px;
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-field-gallery .field__item {
    width: 100%;
  }
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
    margin-top: 15px;
  }
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 575px) {
  .foto .region-foto #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .foto {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .foto {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .foto {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .foto {
    padding-top: 40px;
  }
}
.map {
  background-image: url(/sites/all/themes/vesta_theme/image/about_fon.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.map .region-map {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.map .region-map #block-vesta-theme-vebforma {
  width: 570px;
}
@media screen and (max-width: 1199px) {
  .map .region-map #block-vesta-theme-vebforma {
    width: 100% !important;
  }
}
.map .region-map #block-vesta-theme-yandekskarta-2 {
  width: 570px;
}
.map .region-map #block-vesta-theme-yandekskarta-2 .mapContainer {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .map .region-map #block-vesta-theme-yandekskarta-2 .mapContainer {
    width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .map .region-map #block-vesta-theme-yandekskarta-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map .region-map {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .map {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-privacy .description {
  max-width: 330px;
}
.webform-submission-form .web_text {
  margin-bottom: 30px;
}
.webform-submission-form .web_text * {
  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) {
  .webform-submission-form .web_text * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .web_text * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .web_text * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .web_text * {
    font-size: 12px;
  }
}
.webform-submission-form .web_text h6 {
  margin-bottom: 10px;
}
.webform-submission-form .web_text h6 * {
  font-size: 36px;
  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) {
  .webform-submission-form .web_text h6 * {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .web_text h6 * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .web_text h6 * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .web_text h6 * {
    font-size: 20px;
  }
}
.webform-submission-form .web_text h6 strong {
  color: #003885;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .web_text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .web_text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .web_text {
    margin-bottom: 15px;
  }
}
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-nomer-telefona,
.webform-submission-form .form-item-message {
  width: 100%;
}
.webform-submission-form .form-item-name input,
.webform-submission-form .form-item-nomer-telefona input,
.webform-submission-form .form-item-message input,
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-item-nomer-telefona textarea,
.webform-submission-form .form-item-message textarea {
  width: 100%;
  height: 50px;
  padding: 14px 17px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  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;
}
.webform-submission-form .form-item-name input::placeholder,
.webform-submission-form .form-item-nomer-telefona input::placeholder,
.webform-submission-form .form-item-message input::placeholder,
.webform-submission-form .form-item-name textarea::placeholder,
.webform-submission-form .form-item-nomer-telefona textarea::placeholder,
.webform-submission-form .form-item-message textarea::placeholder {
  color: #636363;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-nomer-telefona input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-nomer-telefona textarea,
  .webform-submission-form .form-item-message textarea {
    height: 41px;
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-nomer-telefona input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-nomer-telefona textarea,
  .webform-submission-form .form-item-message textarea {
    height: 40px;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-nomer-telefona input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-nomer-telefona textarea,
  .webform-submission-form .form-item-message textarea {
    height: 39px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-nomer-telefona input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-nomer-telefona textarea,
  .webform-submission-form .form-item-message textarea {
    height: 38px;
    font-size: 12px;
  }
}
.webform-submission-form .form-item-name {
  margin-top: 0;
}
.webform-submission-form .form-item-nomer-telefona {
  margin-top: 10px;
}
.webform-submission-form .form-item-message {
  margin-top: 10px;
}
.webform-submission-form .form-item-message textarea {
  resize: none;
}
.webform-submission-form .form-item-privacy {
  margin-top: 10px;
  display: flex;
  gap: 0 13px;
  align-items: center;
  flex-wrap: wrap;
}
.webform-submission-form .form-item-privacy .form-checkbox {
  order: 0;
  appearance: none;
  border: 1px solid #000;
  display: block;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .form-item-privacy .form-checkbox:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
}
.webform-submission-form .form-item-privacy .description {
  order: 1;
}
.webform-submission-form .form-item-privacy .description * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-privacy .description * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-privacy .description * {
    font-size: 12px;
  }
}
.webform-submission-form .form-item-privacy .form-item--error-message {
  order: 2;
}
.webform-submission-form .webform-actions {
  margin-top: 10px;
}
.webform-submission-form .webform-actions button {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 14px 46px;
}
.webform-submission-form .webform-actions button:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .webform-actions button:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .webform-actions button:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions button:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .webform-actions button:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .webform-actions button {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .webform-actions button {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions button {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .webform-actions button {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.webform-submission-form .webform-actions button:hover {
  background-color: #fff;
  color: #FF7F00;
}
.webform-submission-form .webform-actions button:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .webform-actions button {
    padding: 13px 40px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .webform-actions button {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions button {
    padding: 11px 20px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .webform-actions button {
    padding: 10px;
  }
}
#footer {
  background-image: url(/sites/all/themes/vesta_theme/image/fon.svg);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 30px;
}
#footer .row {
  gap: 20px 0;
  justify-content: space-between;
}
#footer .row .col-logo {
  width: 370px;
}
#footer .row .col-logo .logo {
  width: 100%;
}
#footer .row .col-logo .logo * {
  width: 100%;
}
#footer .row .col-logo .copyright {
  margin-top: 145px;
  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) {
  #footer .row .col-logo .copyright {
    margin-top: 115px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .copyright {
    margin-top: 85px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo .copyright {
    margin-top: 55px;
    padding: 11px 20px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-logo .copyright {
    margin-top: 25px;
    padding: 10px;
  }
}
#footer .row .col-logo .politika {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row .col-logo .politika:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .politika {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .politika {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo {
    width: 260px;
  }
}
#footer .row .col-nav {
  width: 120px;
}
#footer .row .col-catalog-podval {
  width: 335px;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-catalog-podval {
    width: 240px;
  }
}
#footer .row .col-nav .block-menu > div:nth-child(1),
#footer .row .col-catalog-podval .block-menu > div:nth-child(1) {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003885;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-nav .block-menu > div:nth-child(1),
  #footer .row .col-catalog-podval .block-menu > div:nth-child(1) {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav .block-menu > div:nth-child(1),
  #footer .row .col-catalog-podval .block-menu > div:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav .block-menu > div:nth-child(1),
  #footer .row .col-catalog-podval .block-menu > div:nth-child(1) {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-nav .block-menu > div:nth-child(1),
  #footer .row .col-catalog-podval .block-menu > div:nth-child(1) {
    font-size: 12px;
  }
}
#footer .row .col-nav .block-menu .nav,
#footer .row .col-catalog-podval .block-menu .nav {
  gap: 5px;
}
#footer .row .col-nav .block-menu .nav .nav-item a,
#footer .row .col-catalog-podval .block-menu .nav .nav-item a {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row .col-nav .block-menu .nav .nav-item a:hover,
#footer .row .col-catalog-podval .block-menu .nav .nav-item a:hover {
  color: #FF7F00;
}
#footer .row .col-nav .block-menu .nav .nav-item a:after,
#footer .row .col-catalog-podval .block-menu .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog-podval .block-menu .nav .nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog-podval .block-menu .nav .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog-podval .block-menu .nav .nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog-podval .block-menu .nav .nav-item a {
    font-size: 12px;
  }
}
#footer .row .col-nav .block-menu .nav .nav-item .dropdown-menu,
#footer .row .col-catalog-podval .block-menu .nav .nav-item .dropdown-menu {
  display: none;
}
#footer .row .col-contacts {
  width: 290px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#footer .row .col-contacts .tel {
  display: flex;
  gap: 10px;
  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;
}
#footer .row .col-contacts .tel:hover {
  color: #FF7F00;
}
#footer .row .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/tel.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .tel {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .tel {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .tel {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-contacts .tel {
    font-size: 12px;
  }
}
#footer .row .col-contacts .mail {
  display: flex;
  gap: 10px;
  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;
}
#footer .row .col-contacts .mail:hover {
  color: #FF7F00;
}
#footer .row .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .mail {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .mail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .mail {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-contacts .mail {
    font-size: 12px;
  }
}
#footer .row .col-contacts .adress {
  display: flex;
  gap: 14px;
  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;
}
#footer .row .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo.svg);
  font-size: 0;
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .adress {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .adress {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .adress {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-contacts .adress {
    font-size: 12px;
  }
}
#footer .row .col-contacts .col-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#footer .row .col-contacts .col-social a {
  background-color: #F4F4F4;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
#footer .row .col-contacts .col-social a:before {
  font-size: 0;
  transition: 0.3s;
  filter: none;
}
#footer .row .col-contacts .col-social a:hover {
  background-color: #003885;
}
#footer .row .col-contacts .col-social a:hover:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .col-social a {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .col-social a {
    width: 30px;
    height: 30px;
  }
}
#footer .row .col-contacts .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max.svg);
}
#footer .row .col-contacts .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
#footer .row .col-contacts .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#footer .row .col-contacts .col-webvesta {
  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: #000;
}
#footer .row .col-contacts .col-webvesta:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .col-webvesta {
    margin-top: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .col-webvesta {
    margin-top: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .col-webvesta {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 20px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content {
  font-family: "Manrope", sans-serif;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content a {
  color: #FF7F00;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content a:hover {
  color: #003885;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
  font-family: "Manrope", sans-serif;
  background-color: #FF7F00;
  border-radius: 100px;
}
.product-view-full .product-teaser {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.product-view-full .product-teaser .product-teaser-image {
  width: 500px;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element img {
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
    height: 300px;
  }
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .slick-prev {
  left: -10px;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .slick-next {
  right: -10px;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element img {
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
    height: 60px;
  }
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .slick-arrow,
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .slick-dots {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image {
    width: 100%;
  }
}
.product-view-full .product-teaser .product-teaser-info {
  width: 645px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-price {
  margin-top: 20px;
  font-size: 20px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat {
  margin-top: 20px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:hover {
  background-color: #fff;
  color: #FF7F00;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 265px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 100%;
  }
}
.product-view-full > .field--name-body {
  margin-top: 20px;
}
.product-view-full > .field--name-dynamic-token-fieldcommerce-product-zakazat {
  display: none !important;
}
.not-front #block-vesta-theme-page-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.not-front .view-id-gallery_page .view-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}
.not-front .view-id-gallery_page .view-content > div > div {
  position: relative;
  width: 279px;
  height: 279px;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  border-radius: 15px;
}
.not-front .view-id-gallery_page .view-content > div > div * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-id-gallery_page .view-content > div > div img {
  transition: 0.3s;
}
.not-front .view-id-gallery_page .view-content > div > div img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 219px;
    height: 219px;
  }
}
@media screen and (max-width: 991px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 218px;
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: calc(50% - 7.5px);
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div {
    gap: 15px;
  }
}
.modal-dialog .modal-content {
  background-image: url(/sites/all/themes/vesta_theme/image/about_fon.jpg);
  background-position: center;
  background-size: cover;
}
.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer {
  border-top: none;
  border-bottom: none;
}
.modal-dialog .modal-content .modal-body .webform-submission-form .web_text h6 {
  display: none;
}
.modal-dialog .modal-content .modal-footer {
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer .webform-button--submit {
  position: relative;
  display: block;
  width: max-content;
  padding: 14px 30px;
  margin-right: 50px;
  background-color: #FF7F00;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.modal-dialog .modal-content .modal-footer .webform-button--submit:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_w.svg);
  background-color: #FF7F00;
  position: absolute;
  top: 0;
  right: -50px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit:after {
    width: 47px;
    height: 47px;
  }
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit:after {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit:after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit {
    padding: 13px 25px;
    margin-right: 47px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit {
    padding: 12px 20px;
    margin-right: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit {
    padding: 11px 15px;
    margin-right: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .modal-content .modal-footer .webform-button--submit {
    padding: 10px;
    margin-right: 37px;
    font-size: 12px;
  }
}
.modal-dialog .modal-content .modal-footer .webform-button--submit:hover {
  background-color: #fff;
  color: #FF7F00;
}
.modal-dialog .modal-content .modal-footer .webform-button--submit:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/arrow_o.svg);
  background-color: #fff;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #000;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #FF7F00;
}
.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: #FF7F00;
  border: 1px solid #FF7F00;
}
.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: #FF7F00;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #FF7F00;
}
.pagination .page-item.active a {
  border-color: #003885;
  color: #003885;
  background-color: #FF7F00;
}
#scrollToTop {
  width: 50px;
  height: 50px;
  background: #FF7F00;
  border-radius: 50%;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop img {
  width: 16px !important;
  height: auto !important;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 45px;
    height: 45px;
    right: 55px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    width: 40px;
    height: 40px;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 35px;
    height: 35px;
    right: 15px;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row {
  width: 372px !important;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery {
  width: 100%;
  height: 100%;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 400px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img {
  transition: 0.3s;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: auto;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #003885;
  margin: 0;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  color: #FF7F00;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 292px !important;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 333px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: calc(50% - 7.5px) !important;
  }
}
@media screen and (max-width: 420px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content {
    gap: 15px;
  }
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  width: 500px;
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item img {
  transition: 0.3s;
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .field__item {
    height: 300px;
  }
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .slick-prev {
  left: -10px;
}
.view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie .slick-next {
  right: -10px;
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .taxonomy-term .field--name-field-foto-vnutrennie {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}
.node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
  position: relative;
  width: 279px;
  height: 300px;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  border-radius: 15px;
}
.node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item img {
  transition: 0.3s;
}
.node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 219px;
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 218px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: calc(50% - 7.5px);
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-full .field--name-field-foto-vnutrennie {
    gap: 15px;
  }
}
