@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/fonts/Inter-Light.woff2") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/fonts/Inter-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/fonts/Inter-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/sites/all/themes/vesta_theme/fonts/Bebas Neue.woff2") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("/sites/all/themes/vesta_theme/fonts/Robotomedium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Involve";
  src: url("/sites/all/themes/vesta_theme/fonts/Involve-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-family: Inter;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border-color: transparent;
  background-color: transparent;
  /* background: #76b835;
  border-radius: 10px;*/
}
.btn:hover {
  color: white;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(37deg, #ff6200 0%, #c54c00 100%);
  border-radius: 10px;
  opacity: 1;
  transition: all 0.3s;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(37deg, #c54c00 0%, #ff6200 100%);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:hover {
  border-color: transparent;
  background-color: transparent;
}
.btn:hover:before {
  opacity: 0;
}
.btn:hover:after {
  opacity: 1;
}
.btn:active {
  background-color: #315111;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.front h1.front-h1 {
  display: none;
}
.title .view-header h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title .view-header h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .title .view-header h2 {
    font-size: 45px;
  }
}
.title .view-header h2 span {
  color: #ff6200;
}
.form-control:focus {
  border-color: #ff6200;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(250, 144, 6, 0.25);
}
:not(.btn-check) + .btn:active {
  border-color: #ff6200;
}
#block-vesta-theme-strokanavigacii ol.breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  margin-bottom: 50px;
}
#block-vesta-theme-strokanavigacii ol.breadcrumb li a {
  text-decoration: none;
}
#block-vesta-theme-strokanavigacii ol.breadcrumb li a:hover {
  text-decoration: underline;
}
.not-front #block-vesta-theme-page-title h1 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .not-front #block-vesta-theme-page-title h1 {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.mb110 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb110 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .mb110 {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .mb110 {
    margin-bottom: 110px;
  }
}
.pb110 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .pb110 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .pb110 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .pb110 {
    padding-bottom: 110px;
  }
}
.pt110 {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .pt110 {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .pt110 {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .pt110 {
    padding-top: 110px;
  }
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Inter", sans-serif;
  color: var(--color2);
}
#app {
  position: relative;
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 75px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .front #app {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .front #app {
    padding-top: 67px;
  }
}
.front header#header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
header#header {
  width: 100%;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  header#header {
    display: block;
  }
}
header#header .header-top {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
header#header .header-top .header-wr {
  display: grid;
  grid-template-columns: 137px 1fr auto;
  align-items: center;
  gap: 0 30px;
}
@media (min-width: 1200px) {
  header#header .header-top .header-wr {
    grid-template-columns: auto auto auto auto;
    gap: 0 49px;
  }
}
header#header .header-top .header-wr .contacts {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 20px;
}
@media (min-width: 1200px) {
  header#header .header-top .header-wr .contacts {
    gap: 10px 20px;
  }
}
header#header .header-top .header-wr .contacts .geo,
header#header .header-top .header-wr .contacts .clock,
header#header .header-top .header-wr .contacts .tel,
header#header .header-top .header-wr .contacts .mail {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}
header#header .header-top .header-wr .contacts .tel:hover,
header#header .header-top .header-wr .contacts .mail:hover {
  color: #ff6200;
}
header#header .header-top .header-wr .contacts .geo {
  grid-row: 1/4;
}
header#header .header-top .header-wr .soc {
  display: none;
  gap: 18px;
  align-items: center;
}
@media (min-width: 1200px) {
  header#header .header-top .header-wr .soc {
    display: flex;
  }
}
header#header .header-top .header-wr .soc a {
  display: flex;
}
header#header .header-top .header-wr .soc a svg path {
  transition: all 0.3s;
}
header#header .header-top .header-wr .soc a:hover svg path {
  fill: #ff6200;
}
header#header .header-top .header-wr .col-callback .field--name-body a.btn {
  padding: 14.5px 41.5px;
}
header#header .header-top .header-wr .col-callback .field--name-body .ajax-progress.ajax-progress-throbber {
  display: none!important;
}
header#header .header-bottom {
  backdrop-filter: blur(8px);
  background: rgba(16, 16, 16, 0.39);
  padding: 17px 0;
}
header#header .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  justify-content: center;
  gap: 0 42px;
}
header#header .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.nav-item a.nav-link {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
header#header .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.nav-item a.nav-link:hover {
  color: #ff6200;
}
.not-front header#header {
  margin-bottom: 50px;
}
.not-front header#header .header-top {
  background-color: rgba(0, 0, 0, 0);
}
.not-front header#header .header-top .header-wr .logo a {
  position: relative;
  display: flex;
}
.not-front header#header .header-top .header-wr .logo a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/sites/all/themes/vesta_theme/image/footer-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.not-front header#header .header-top .header-wr .contacts .geo,
.not-front header#header .header-top .header-wr .contacts .clock,
.not-front header#header .header-top .header-wr .contacts .tel,
.not-front header#header .header-top .header-wr .contacts .mail {
  color: black;
}
.not-front header#header .header-top .header-wr .contacts .geo:hover,
.not-front header#header .header-top .header-wr .contacts .clock:hover,
.not-front header#header .header-top .header-wr .contacts .tel:hover,
.not-front header#header .header-top .header-wr .contacts .mail:hover {
  color: #ff6200;
}
.not-front header#header .header-top .header-wr .soc {
  display: none;
  gap: 18px;
  align-items: center;
}
@media (min-width: 1200px) {
  .not-front header#header .header-top .header-wr .soc {
    display: flex;
  }
}
.not-front header#header .header-top .header-wr .soc a {
  display: flex;
}
.not-front header#header .header-top .header-wr .soc a svg path {
  fill: #000;
  transition: all 0.3s;
}
.not-front header#header .header-top .header-wr .soc a:hover svg path {
  fill: #ff6200;
}
.not-front header#header .header-bottom {
  background: #101010;
}
#header-mob {
  background: white;
}
#header-mob .col-logo a img {
  max-width: 100px;
}
@media (min-width: 768px) {
  #header-mob .col-logo a img {
    max-width: 100%;
  }
}
#header-mob .col-nav a svg {
  width: 30px;
  height: 30px;
  fill: #ff6200;
}
#header-mob .col-phone {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .col-phone {
    display: block;
  }
}
#header-mob .col-callback a.btn {
  padding: 14.5px 14px;
  font-size: 13px;
}
@media (min-width: 768px) {
  #header-mob .col-callback a.btn {
    padding: 14.5px 41.5px;
    font-size: 14px;
  }
}
#header-mob .col-callback a.btn span {
  color: white;
}
#slider-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #slider-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #slider-block {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #slider-block {
    margin-bottom: 119px;
  }
}
#slider-block .node--type-slide {
  position: relative;
}
#slider-block .node--type-slide > .contextual {
  top: 250px;
}
#slider-block .node--type-slide .field--name-field-image {
  position: relative;
}
#slider-block .node--type-slide .field--name-field-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.6;
}
#slider-block .node--type-slide .field--name-field-image img {
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}
#slider-block .node--type-slide .content {
  top: auto;
  bottom: 35px;
}
@media (min-width: 1200px) {
  #slider-block .node--type-slide .content {
    bottom: 85px;
  }
}
@media (min-width: 1700px) {
  #slider-block .node--type-slide .content {
    bottom: auto;
    top: 338px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-title {
  max-width: 719px;
}
#slider-block .node--type-slide .content .field--name-field-slide-title h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title h1 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title h1 {
    font-size: 45px;
  }
}
#slider-block .node--type-slide .content .field--name-field-link a {
  padding: 14.7px 55.4px;
}
.wr_bg {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .wr_bg {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .wr_bg {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .wr_bg {
    padding-bottom: 110px;
  }
}
.wr_bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/wr-bg.jpg");
  opacity: 0.2;
}
#about-block {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 768px) {
  #about-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #about-block {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #about-block {
    margin-bottom: 110px;
  }
}
#about-block .node--type-about {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
}
@media (min-width: 992px) {
  #about-block .node--type-about {
    grid-template-columns: 470px 1fr;
    gap: 0 30px;
  }
}
@media (min-width: 1200px) {
  #about-block .node--type-about {
    gap: 0 100px;
  }
}
#about-block .node--type-about .field--name-field-about-title h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #050505;
  font-family: "Bebas Neue", sans-serif;
  max-width: 400px;
}
@media (min-width: 768px) {
  #about-block .node--type-about .field--name-field-about-title h2 {
    font-size: 45px;
  }
}
#about-block .node--type-about .field--name-field-about-title h2 span {
  color: #ff6200;
}
#about-block .node--type-about .field--name-body {
  font-weight: 400;
  font-size: 15px;
  color: #050505;
  margin-bottom: 25px;
  hyphens: auto;
}
@media (min-width: 992px) {
  #about-block .node--type-about .field--name-body {
    margin-bottom: 53px;
  }
}
#about-block .node--type-about .field--name-dynamic-token-fieldnode-about-more {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #about-block .node--type-about .field--name-dynamic-token-fieldnode-about-more {
    margin-bottom: 0;
  }
}
#about-block .node--type-about .field--name-dynamic-token-fieldnode-about-more a {
  padding: 14.7px 60px;
}
#about-block .node--type-about .field--name-dynamic-token-fieldnode-about-more a:hover {
  color: white;
}
@media (min-width: 992px) {
  #about-block .node--type-about .field--name-field-benefit {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
#about-block .node--type-about .field--name-field-benefit table {
  margin-bottom: 0;
}
#about-block .node--type-about .field--name-field-benefit table tbody td {
  background-color: transparent;
  position: relative;
  padding: 20px;
}
@media (min-width: 576px) {
  #about-block .node--type-about .field--name-field-benefit table tbody td {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  #about-block .node--type-about .field--name-field-benefit table tbody td {
    padding: 40px;
  }
}
#about-block .node--type-about .field--name-field-benefit table tbody td::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff6200;
}
@media (min-width: 576px) {
  #about-block .node--type-about .field--name-field-benefit table tbody td::after {
    top: auto;
    bottom: 40px;
    right: 40px;
  }
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:first-child,
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:nth-child(2) {
  border-left: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:first-child p:nth-child(1),
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:nth-child(2) p:nth-child(1) {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  color: #050505;
  font-family: "Bebas Neue", sans-serif;
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:first-child p:nth-child(2),
#about-block .node--type-about .field--name-field-benefit table tbody tr:first-child td:nth-child(2) p:nth-child(2) {
  font-weight: 400;
  font-size: 15px;
  color: #050505;
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:nth-child(2) td {
  border-left: 1px solid #a8a8a8;
  border-bottom: 0;
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:nth-child(2) td p:nth-child(1) {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  color: #050505;
  font-family: "Bebas Neue", sans-serif;
}
#about-block .node--type-about .field--name-field-benefit table tbody tr:nth-child(2) td p:nth-child(2) {
  font-weight: 400;
  font-size: 15px;
  color: #050505;
}
#services-block {
  position: relative;
  z-index: 1;
}
.view-services {
  position: relative;
}
.view-services .view-header {
  max-width: 400px;
}
.view-services .view-header h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #050505;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .view-services .view-header h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .view-services .view-header h2 {
    font-size: 45px;
  }
}
.view-services .view-header h2 span {
  color: #ff6200;
}
.view-services .view-content .views-row {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 19px 0 18px 26px;
  border-top: 1px solid #a8a8a8;
  /*  &:nth-child(-n + 9)::before {
        content: "( 0" counter(item) " )";
        counter-increment: item; 
        font-weight: 400;
        font-size: 14px;
        color: rgba(5, 5, 5, 0.5);
        white-space: nowrap;
      }*/
}
@media (min-width: 576px) {
  .view-services .view-content .views-row {
    gap: 30px;
    padding: 19px 0 18px 36px;
  }
}
.view-services .view-content .views-row::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ff6200;
}
@media (min-width: 576px) {
  .view-services .view-content .views-row::before {
    left: 0px;
  }
}
.view-services .view-content .views-row .num {
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 5, 5, 0.5);
  white-space: nowrap;
}
.view-services .view-content .views-row:first-child,
.view-services .view-content .views-row:nth-child(2) {
  max-width: 425px;
}
@media (min-width: 1200px) {
  .view-services .view-content .views-row:first-child,
  .view-services .view-content .views-row:nth-child(2) {
    max-width: 570px;
  }
}
.view-services .view-content .views-row:nth-child(3) {
  max-width: 688px;
}
.view-services .view-content .views-row:nth-child(4) {
  max-width: 770px;
}
.view-services .view-content .views-row:nth-child(5) {
  max-width: 870px;
}
.view-services .view-content .views-row:last-child {
  border-bottom: 1px solid #a8a8a8;
}
.view-services .view-content .views-row:hover {
  background: rgba(124, 124, 124, 0.1);
}
.view-services .view-content .views-row .node--type-services {
  position: relative;
}
.view-services .view-content .views-row .node--type-services .field--name-node-title a {
  font-weight: 400;
  font-size: 15px;
  color: #050505;
  text-decoration: none;
}
.view-services .view-content .views-row .node--type-services .field--name-node-title a:hover {
  text-decoration: underline;
}
.view-services .view-content .last-row {
  border-bottom: 1px solid #a8a8a8;
}
.view-services .view-content .btn-more {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .view-services .view-content .btn-more {
    margin-top: 50px;
  }
}
.view-services .view-content .btn-more a.btn {
  padding: 14.7px 60px;
}
.view-services .view-footer {
  display: none;
}
@media (min-width: 992px) {
  .view-services .view-footer {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 498px;
  }
}
@media (min-width: 1200px) {
  .view-services .view-footer {
    width: auto;
  }
}
.view-services .view-footer .node--type-services-photo {
  display: flex;
  gap: 30px;
}
.view-services .view-footer .node--type-services-photo::after {
  display: none;
}
body.body-view--services #block-vesta-theme-page-title {
  display: none;
}
#partners-block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #partners-block {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #partners-block {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  #partners-block {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  #partners-block {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #partners-block {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #partners-block {
    padding-bottom: 110px;
  }
}
#partners-block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/sites/all/themes/vesta_theme/image/partner-bg.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
#partners-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
}
#partners-block #block-partners {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (min-width: 768px) {
  #partners-block #block-partners {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #partners-block #block-partners {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #partners-block #block-partners {
    margin-bottom: 110px;
  }
}
#partners-block .node--type-partners .field--name-body h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #partners-block .node--type-partners .field--name-body h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #partners-block .node--type-partners .field--name-body h2 {
    font-size: 45px;
    margin-bottom: 57px;
  }
}
#partners-block .node--type-partners .field--name-body h2 span {
  color: #ff6200;
}
#partners-block .node--type-partners > .field--name-field-icon {
  margin: 0 40px;
}
@media (min-width: 576px) {
  #partners-block .node--type-partners > .field--name-field-icon {
    margin: 0 98px;
  }
}
#partners-block .node--type-partners > .field--name-field-icon .slick-list {
  margin: 0;
}
@media (min-width: 576px) {
  #partners-block .node--type-partners > .field--name-field-icon .slick-list {
    margin: 0 -30px;
  }
}
@media (min-width: 1200px) {
  #partners-block .node--type-partners > .field--name-field-icon .slick-list {
    margin: 0 -64px;
  }
}
#partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide {
  width: fit-content;
  min-height: 80px;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  #partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide {
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  #partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide {
    margin: 0 64px;
  }
}
#partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide .paragraph--type-partner {
  width: fit-content;
  margin: 0 auto;
}
#partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide .paragraph--type-partner .field--name-field-icon {
  width: fit-content;
}
#partners-block .node--type-partners > .field--name-field-icon .slick-list .slick-track .slick-slide .paragraph--type-partner img {
  height: 55px;
  width: auto;
  min-height: 42px;
}
.body-view--partners .wr_content {
  margin-bottom: 30px;
}
.body-view--partners .wr_bg {
  display: none;
}
button.slick-arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
button.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/ar.svg");
  transform: rotate(-90deg);
  transition: all 0.3s;
  will-change: transform;
}
button.slick-arrow:hover::before {
  transform: rotate(-90deg) scale(1.1);
}
button.slick-prev.slick-arrow {
  left: -45px;
}
@media (min-width: 576px) {
  button.slick-prev.slick-arrow {
    left: -98px;
  }
}
button.slick-prev.slick-arrow:hover::before {
  transform: rotate(-90deg) scale(1.1);
}
button.slick-prev.slick-arrow::before {
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: -45px;
}
@media (min-width: 576px) {
  button.slick-next.slick-arrow {
    right: -98px;
  }
}
button.slick-next.slick-arrow:hover::before {
  transform: rotate(90deg) scale(1.1);
}
button.slick-next.slick-arrow::before {
  transform: rotate(90deg);
}
#block-reviews {
  position: relative;
  z-index: 1;
}
#block-reviews .view-reviews {
  position: relative;
}
#block-reviews .view-header h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #block-reviews .view-header h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #block-reviews .view-header h2 {
    font-size: 45px;
  }
}
#block-reviews .view-header h2 span {
  color: #ff6200;
}
#block-reviews .view-content button.slick-prev.slick-arrow {
  left: 11px;
}
#block-reviews .view-content button.slick-next.slick-arrow {
  right: 11px;
}
#block-reviews .view-content .slick-list {
  margin: 0 -15px;
}
#block-reviews .view-content .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
#block-reviews .view-footer {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #block-reviews .view-footer {
    position: absolute;
    top: 14px;
    right: 0;
    margin-top: 0;
    text-align: left;
  }
}
#block-reviews .view-footer a.btn {
  padding: 14.7px 60px;
}
body.body-view--reviews .view-reviews .view-content .field--name-field-review {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  gap: 15px 0;
}
@media (min-width: 768px) {
  body.body-view--reviews .view-reviews .view-content .field--name-field-review {
    margin: 0 -15px;
    gap: 30px 0;
  }
}
body.body-view--reviews .view-reviews .view-content .field--name-field-review .field__item {
  flex: 0 0 50%;
  padding: 0 7px;
}
@media (min-width: 576px) {
  body.body-view--reviews .view-reviews .view-content .field--name-field-review .field__item {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  body.body-view--reviews .view-reviews .view-content .field--name-field-review .field__item {
    flex: 0 0 20%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  body.body-view--reviews .view-reviews .view-content .field--name-field-review .field__item {
    flex: 0 0 16.666%;
  }
}
#photo-block {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #photo-block {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #photo-block {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  #photo-block {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  #photo-block {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #photo-block {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  #photo-block {
    padding-bottom: 110px;
  }
}
#photo-block .view-header h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #photo-block .view-header h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #photo-block .view-header h2 {
    font-size: 45px;
  }
}
#photo-block .view-header h2 span {
  color: #ff6200;
}
#photo-block .view-header h2 {
  color: black;
}
#photo-block .view-content .node--type-fotogalereya {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 992px) {
  #photo-block .view-content .node--type-fotogalereya {
    grid-template-columns: 570px 1fr;
  }
}
@media (min-width: 1200px) {
  #photo-block .view-content .node--type-fotogalereya {
    grid-template-columns: 770px 1fr;
  }
}
@media (min-width: 992px) {
  #photo-block .view-content .node--type-fotogalereya .field--name-field-photo {
    grid-row: 1/3;
  }
}
#photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list {
  margin: 0 -7px;
}
@media (min-width: 1200px) {
  #photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list {
    margin: 0 -15px;
  }
}
#photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list .slick-track .slick-slide {
  margin: 0 7px;
}
@media (min-width: 1200px) {
  #photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}
#photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list .slick-track .slick-slide a {
  display: flex;
  width: 170px;
  height: 302px;
}
#photo-block .view-content .node--type-fotogalereya .field--name-field-photo .slick-list .slick-track .slick-slide a img {
  object-fit: cover;
}
#photo-block .view-content .node--type-fotogalereya .field--name-dynamic-token-fieldnode-foto-fotogalereya {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#photo-block .view-content .node--type-fotogalereya .field--name-dynamic-token-fieldnode-foto-fotogalereya a.btn {
  padding: 14px 56px;
}
#photo-block .view-content .node--type-fotogalereya .arrows {
  display: flex;
  gap: 20px;
  justify-content: center;
  grid-row: 2/3;
}
@media (min-width: 992px) {
  #photo-block .view-content .node--type-fotogalereya .arrows {
    justify-content: start;
    grid-row: auto;
  }
}
#photo-block .view-content .node--type-fotogalereya .arrows button {
  position: static;
  transform: translate(0, 0);
}
#fos-block {
  position: relative;
  margin-bottom: 0px;
  z-index: 1;
}
#fos-block #block-form-title .field--name-body h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  #fos-block #block-form-title .field--name-body h2 {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
#fos-block #block-form-title .field--name-body h2 span {
  color: #ff6200;
}
#fos-block #block-form-title .field--name-body p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #050505;
}
#fos-block #block-webforma {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #fos-block #block-webforma {
    margin-top: 40px;
  }
}
#fos-block #block-webforma form {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px 30px;
}
@media (min-width: 768px) {
  #fos-block #block-webforma form {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px 30px;
  }
}
#fos-block #block-webforma form strong.error {
  display: none !important;
}
#fos-block #block-webforma form input.error,
#fos-block #block-webforma form .textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
#fos-block #block-webforma form .form-item-name input,
#fos-block #block-webforma form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 11.5px 34px;
  height: auto;
  margin-top: 0;
}
#fos-block #block-webforma form .form-item-name input::placeholder,
#fos-block #block-webforma form .form-item-phone input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
}
#fos-block #block-webforma form .form-actions {
  position: relative;
  min-height: 45px;
}
#fos-block #block-webforma form .form-actions span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: "Involve", sans-serif;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
}
#fos-block #block-webforma form .form-actions button {
  width: 100%;
  height: 100%;
}
#fos-block #block-webforma form .form-item-privacy {
  align-self: center;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  #fos-block #block-webforma form .form-item-privacy {
    grid-column: 1/4;
  }
}
#fos-block #block-webforma form .form-item-privacy .description {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 576px) {
  #fos-block #block-webforma form .form-item-privacy .description {
    gap: 15px;
  }
}
#fos-block #block-webforma form .form-item-privacy .description::before {
  content: "";
  position: absolute;
  left: -36px;
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
#fos-block #block-webforma form .form-item-privacy input {
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  flex: 0 0 21px;
  cursor: pointer;
}
#fos-block #block-webforma form .form-item-privacy input:checked + .description::before {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
#fos-block #block-webforma form .form-item-privacy input + .description {
  position: relative;
}
#fos-block #block-webforma form .form-item-privacy input.error + .description::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
#fos-block #block-webforma form .form-item-privacy .description {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  margin-left: 0;
  font-family: "Manrope", sans-serif;
}
#fos-block #block-webforma form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.not-front .photo-fos {
  padding-top: 110px;
}
.photo-fos {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .photo-fos {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .photo-fos {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .photo-fos {
    padding-bottom: 110px;
  }
}
.photo-fos::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/photo-bg-2.jpg");
  opacity: 0.2;
}
footer#footer .footer-wr {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0 25px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  footer#footer .footer-wr {
    padding-top: 40px;
    gap: 0 125px;
  }
}
@media (min-width: 1200px) {
  footer#footer .footer-wr {
    gap: 0 247px;
  }
}
footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0 37px;
}
@media (min-width: 768px) {
  footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
    grid-auto-flow: column;
    grid-template-columns: auto auto;
  }
}
footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 10px;
}
footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
    font-size: 16px;
  }
}
footer#footer .footer-wr .navig #block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  color: #ff6200;
}
footer#footer .footer-wr .contacts {
  grid-row: 2/3;
}
@media (min-width: 576px) {
  footer#footer .footer-wr .contacts {
    grid-row: auto;
  }
}
footer#footer .footer-wr .contacts .contact-item a {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  footer#footer .footer-wr .contacts .contact-item a {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer#footer .footer-wr .contacts .contact-item a {
    font-size: 20px;
  }
}
footer#footer .footer-wr .contacts .contact-item a:hover {
  color: #ff6200;
}
footer#footer .footer-wr .contacts .contact-item.mail a {
  margin-bottom: 20px;
}
footer#footer .footer-wr .contacts .soc {
  display: flex;
  gap: 24px;
}
@media (min-width: 576px) {
  footer#footer .footer-wr .contacts .soc {
    justify-content: end;
  }
}
footer#footer .footer-wr .contacts .soc a svg path {
  transition: all 0.3s;
}
footer#footer .footer-wr .contacts .soc a:hover svg path {
  fill: #ff6200;
}
footer#footer .copyright {
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  footer#footer .copyright {
    flex-direction: row;
    align-items: baseline;
    gap: 0;
  }
}
footer#footer .copyright p,
footer#footer .copyright a {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  footer#footer .copyright p,
  footer#footer .copyright a {
    font-size: 16px;
  }
}
footer#footer .copyright a:hover {
  color: black;
}
body.node-type-services #block-vesta-theme-page-title {
  display: none;
}
body.node-type-services .wr_content {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.node-type-services .wr_content {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  body.node-type-services .wr_content {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  body.node-type-services .wr_content {
    padding-bottom: 110px;
  }
}
body.node-type-services .wr_content > .container {
  position: relative;
  z-index: 1;
}
body.node-type-services .wr_content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/wr-bg.jpg");
  opacity: 0.2;
}
body.node-type-services .node--type-services.node--view-mode-full {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 25px;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full {
    grid-template-columns: 470px 1fr;
  }
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full {
    gap: 0 60px;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-node-title {
  grid-row: 1/2;
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-node-title h1 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-node-title h1 {
    max-width: 302px;
  }
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-node-title h1 {
    font-size: 45px;
    text-transform: upperc;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-dynamic-token-fieldnode-consultation {
  align-self: end;
  grid-row: 4/5;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-dynamic-token-fieldnode-consultation {
    grid-row: auto;
    margin-bottom: 0;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-dynamic-token-fieldnode-consultation a {
  padding: 14.1px 53.5px;
}
@media (min-width: 576px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-field-service-photo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-field-service-photo {
    grid-row: 1/3;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-body {
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #050505;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .field--name-body {
    grid-column: 1/3;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-body > ul {
  padding-inline-start: 20px;
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-body > ul li > ul {
  list-style: none;
  padding-inline-start: 9px;
}
body.node-type-services .node--type-services.node--view-mode-full .field--name-body > ul li > ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  margin-right: 8px;
  margin-bottom: 2px;
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo {
    grid-column: 1/3;
  }
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo {
    grid-template-columns: 570px 1fr;
  }
}
@media (min-width: 1200px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo {
    grid-template-columns: 770px 1fr;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title {
  grid-row: 1/2;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title {
    grid-column: 1/3;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title h2 {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title h2 {
    margin-bottom: 30px;
    font-size: 45px;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-photo-title h2 span {
  color: #ff6200;
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya {
    grid-row: 2/4;
    margin-bottom: 0;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list {
  margin: 0 -7px;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list {
    margin: 0 -15px;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list .slick-track .slick-slide {
  margin: 0 7px;
}
@media (min-width: 768px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list .slick-track .slick-slide a img {
  height: 280px!important;
  object-fit: cover;
}
@media (min-width: 1200px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-fotogalereya .slick-list .slick-track .slick-slide a img {
    height: 370px!important;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-desc-foto {
  font-weight: 400;
  font-size: 15px;
  color: #050505;
  margin: 15px 0;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-field-desc-foto {
    margin: 0;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-dynamic-token-fieldnode-service-arrows {
  align-self: end;
  margin-bottom: 9px;
  grid-row: 3/4;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-dynamic-token-fieldnode-service-arrows {
    grid-row: auto;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-dynamic-token-fieldnode-service-arrows .serv-arrows {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-dynamic-token-fieldnode-service-arrows .serv-arrows {
    justify-content: start;
  }
}
body.node-type-services .node--type-services.node--view-mode-full .group-photo .field--name-dynamic-token-fieldnode-service-arrows .serv-arrows button {
  position: static;
  transform: translate(0, 0);
}
.ui-dialog #drupal-modal form strong.error,
.ui-dialog #drupal-modal form .form-item--error-message,
.ui-dialog #drupal-modal form .alert-error {
  display: none !important;
}
.ui-dialog #drupal-modal form input.error,
.ui-dialog #drupal-modal form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.ui-dialog #drupal-modal form .form-item input,
.ui-dialog #drupal-modal form .form-item textarea {
  border-radius: 0;
  background-color: #ebedec;
}
.ui-dialog #drupal-modal form .form-item input:focus,
.ui-dialog #drupal-modal form .form-item textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 144, 6, 0.25);
  border-color: #ff6200;
}
.ui-dialog #drupal-modal form .form-item-name,
.ui-dialog #drupal-modal form .form-item-phone {
  margin-bottom: 15px;
}
.ui-dialog #drupal-modal form .form-item-name input,
.ui-dialog #drupal-modal form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 11.5px 34px;
  height: auto;
  margin-top: 0;
  background: white;
}
.ui-dialog #drupal-modal form .form-item-name input::placeholder,
.ui-dialog #drupal-modal form .form-item-phone input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
}
.ui-dialog #drupal-modal form .form-actions {
  margin-bottom: 15px;
}
.ui-dialog #drupal-modal form .form-actions button {
  height: 45px;
  width: 100%;
  text-align: center;
}
.ui-dialog #drupal-modal form .form-actions button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.ui-dialog #drupal-modal form .form-item-privacy {
  align-self: center;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.ui-dialog #drupal-modal form .form-item-privacy.form-item--error .description::before {
  outline: 1px solid red;
}
.ui-dialog #drupal-modal form .form-item-privacy.form-item--error input:checked + .description::before {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.ui-dialog #drupal-modal form .form-item-privacy .description {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .ui-dialog #drupal-modal form .form-item-privacy .description {
    gap: 15px;
  }
}
.ui-dialog #drupal-modal form .form-item-privacy .description::before {
  content: "";
  position: absolute;
  left: -36px;
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
  pointer-events: none;
}
.ui-dialog #drupal-modal form .form-item-privacy input {
  /* position: absolute;
          top: 0;
          left: 0;*/
  z-index: 1;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  opacity: 0;
  cursor: pointer;
}
.ui-dialog #drupal-modal form .form-item-privacy input:checked + .description::before {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.ui-dialog #drupal-modal form .form-item-privacy input + .description {
  position: relative;
}
.ui-dialog #drupal-modal form .form-item-privacy input.error + .description::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.ui-dialog #drupal-modal form .form-item-privacy .description {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  margin-left: 0;
  font-family: "Manrope", sans-serif;
}
.ui-dialog #drupal-modal form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.wr_content .container > .contacts {
  display: none;
}
body.body-node--826 .wr_content .container > .contacts {
  display: block;
}
body.body-node--826 .wr_content .container > .contacts a.tel {
  display: block;
  margin-bottom: 15px;
}
body.body-node--826 .wr_content .container > .contacts a:hover {
  color: #ff6200;
}
body.body-node--826 .wr_content .container > .contacts .mapContainer {
  margin-top: 15px;
  height: 300px;
}
@media (min-width: 768px) {
  body.body-node--826 .wr_content .container > .contacts .mapContainer {
    height: 400px;
  }
}
body.body-node--826 .wr_content .container > .contacts .mapContainer iframe {
  height: 300px;
}
@media (min-width: 768px) {
  body.body-node--826 .wr_content .container > .contacts .mapContainer iframe {
    height: 400px;
  }
}
.soc-right {
  position: fixed;
  right: 62px;
  bottom: 115px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .soc-right {
    display: none;
  }
}
.soc-right a {
  position: relative;
}
.soc-right a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.soc-right a svg {
  position: relative;
  z-index: 1;
}
.soc-right a svg path {
  transition: all 0.3s;
}
.soc-right a:hover svg path {
  fill: #ff6200;
}
body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  gap: 15px 0;
}
@media (min-width: 768px) {
  body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo {
    margin: 0 -15px;
    gap: 30px 0;
  }
}
body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item {
  flex: 0 0 50%;
  padding: 0 7px;
}
@media (min-width: 576px) {
  body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) {
  body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item {
    flex: 0 0 20%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item {
    flex: 0 0 16.666%;
  }
}
body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item a {
  display: flex;
  width: 100%;
  height: 230px;
}
@media (min-width: 992px) {
  body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item a {
    height: 302px;
  }
}
body.body-view--fotogalereya .view-fotogalereya .view-content .field--name-field-photo .field__item a img {
  object-fit: cover;
}
.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  background: #3b3b3b;
  font-size: 12px;
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  margin: 0;
}
.disclaimer.metrika_hidden_yes {
  display: none;
}
#offcanvasNav {
  background-color: white;
}
#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  gap: 5px;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions {
  flex-grow: 1;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions button {
  height: 100%;
  width: 100%;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#offcanvasNav .offcanvas-body .region-navigation {
  margin: 15px 0;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a {
  color: black;
  padding-left: 0;
}
#offcanvasNav .offcanvas-body .soc {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 15px;
}
#offcanvasNav .offcanvas-body .soc a {
  display: flex;
}
#offcanvasNav .offcanvas-body .soc a svg path {
  fill: #000;
  transition: all 0.3s;
}
#offcanvasNav .offcanvas-body .soc a:hover svg path {
  fill: #ff6200;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-text table {
  margin-bottom: 20px;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-text table tr {
  font-size: 15px;
}
@media (min-width: 576px) {
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-text table tr {
    font-size: 16px;
  }
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-text table tr td:first-child {
  display: none;
}
@media (min-width: 992px) {
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-text table tr td:first-child {
    display: revert;
  }
}
