@font-face {
  font-family: "Futurabookc";
  src: url("/content/themes/st-theme/new-assets/files/Futurabookc.otf") format("opentype");
}
@font-face {
  font-family: "AG_Futura";
  src: url("/content/themes/st-theme/new-assets/files/ag-futura.eot");
  src: url("/content/themes/st-theme/new-assets/files/ag-futura.eot?#iefix") format("embedded-opentype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura.otf") format("opentype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura.svg") format("svg"),
    url("/content/themes/st-theme/new-assets/files/ag-futura.ttf") format("truetype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura.woff") format("woff"),
    url("/content/themes/st-theme/new-assets/files/ag-futura.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "AG_Futura-Bold";
  src: url("/content/themes/st-theme/new-assets/files/ag-futura-bold.eot");
  src: url("/content/themes/st-theme/new-assets/files/ag-futura-bold.eot?#iefix") format("embedded-opentype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura-bold.otf") format("opentype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura-bold.svg") format("svg"),
    url("/content/themes/st-theme/new-assets/files/ag-futura-bold.ttf") format("truetype"),
    url("/content/themes/st-theme/new-assets/files/ag-futura-bold.woff") format("woff"),
    url("/content/themes/st-theme/new-assets/files/ag-futura-bold.woff2") format("woff2");
}
@font-face {
  font-family: "FuturaLight";
  src: url("/content/themes/st-theme/new-assets/files/futuralight-light.eot");
  src: url("/content/themes/st-theme/new-assets/files/futuralight-light.eot?#iefix") format("embedded-opentype"),
    url("/content/themes/st-theme/new-assets/files/futuralight-light.otf") format("opentype"),
    url("/content/themes/st-theme/new-assets/files/futuralight-light.svg") format("svg"),
    url("/content/themes/st-theme/new-assets/files/futuralight-light.ttf") format("truetype"),
    url("/content/themes/st-theme/new-assets/files/futuralight-light.woff") format("woff"),
    url("/content/themes/st-theme/new-assets/files/futuralight-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

#light {
  padding-top: 90px;
}

.site-header button {
  background: none;
}
.mobile_menu_btn {
  display: none !important;
}
.restorans_img {
  height: 109px;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Chrome */
}
.restorans_img:hover {
  filter: none;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1570px;
}

.container .stretch {
  padding-right: 0;
  padding-left: 0;
}

.container-stretch {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "AG_Futura";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #686868;
  background-color: #fff;
  position: relative;
  overflow-x: hidden !important;
}

body.no-scroll {
  position: fixed;
  width: 100%;
}

.site-wrapper {
  overflow: hidden;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.frame {
  padding-top: 75px;
  padding-bottom: 75px;
}

.frame-m {
  margin-top: 75px;
  margin-bottom: 75px;
}

.frame-top {
  margin-top: 150px;
}

.page-m {
  margin-top: 95px;
}

.block-mtop {
  margin-top: 60px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #212121;
  font-weight: 600;
}

h1 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  line-height: 1.4;
}

.title {
  font-size: 40px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 60px;
}

[data-aos="custom-appearance"] {
  transform: translateY(30px) skewY(3deg) scaleY(1.2) !important;
  transform-origin: top left;
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos="custom-appearance"].aos-animate {
  transform: translateY(0) skewY(0) scaleY(1) !important;
  opacity: 1;
}

img {
  max-width: 100%;
}

input,
textarea {
  outline: none;
}

select {
  appearance: none;
  border: none;
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  background: url(/content/themes/st-theme/new-assets/images/select-arrow.png) calc(100% - 0.5rem) center no-repeat;
}

select:focus {
  outline: none;
}
.btn_main {
  display: inline-flex;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 1px solid #d24a43;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
}
.btn_main span {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #f34639;
  background: #f34639;
}
.btn_main:hover {
  border: 1px solid #ca180d;
  background: #ca180d;
}

.open_form-container .btn_main {
  background-color: #fff;
}

.btn_main-white {
  display: inline-flex;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #d24a43;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-decoration: none;
  background: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn_main-white span {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
}
.btn_main-white:hover {
  border: 1px solid #fff;
  background: #fff;
}

a:not([class]),
.catalog-card__link,
.services-area__link,
.services-card__readmore,
.about-area__redmore,
.trust-area__readmore,
.seo-block__readmore {
  color: #101010;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #101010;
  transition: color 0.3s, border-color 0.3s;
}

a:not([class]):hover,
.catalog-card__link:hover,
.services-area__link:hover,
.services-card__readmore:hover,
.about-area__redmore:hover,
.trust-area__readmore:hover,
.seo-block__readmore:hover {
  color: #ba1f1f;
  border-color: #ba1f1f;
}

.btn {
  padding: 12px 35px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  line-height: 160%;
  cursor: pointer;
}

.btn:not(.aos-init) {
  transition: background 0.3s;
}

.btn-animate {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.btn-animate__text {
  transition: transform 0.4s ease;
}

.btn-animate__text_one {
  position: static;
  transform: translateY(0);
}

.btn-animate__text_two {
  position: absolute;
  transform: translateY(70px);
}

.btn-animate:hover .btn-animate__text_one {
  transform: translateY(-70px);
}

.btn-animate:hover .btn-animate__text_two {
  transform: translateY(0);
}

.btn-primary {
  background: #e91e1e;
  color: #ffffff;
}

.btn-primary:hover {
  background: #ba1f1f;
}

.btn-secondary {
  background: #fff;
  color: #e91e1e;
  border: 1px solid #e91e1e;
}

.btn-secondary:hover {
  background: #e91e1e;
  color: #fff;
}

.round-btn {
  display: block;
  border: 1px solid #e91e1e;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  transition: all 0.3s;
}

.round-btn:hover {
  background: #e91e1e;
}

.round-btn:before {
  display: inline-block;
  width: 9px;
  height: 17px;
  content: url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1L1 8.5L8 16' stroke='%23E91E1E' stroke-linecap='round' /></svg>");
}

.round-btn:hover:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1L1 8.5L8 16' stroke='%23FFFFFF' stroke-linecap='round' /></svg>");
}

.player-link {
  display: block;
  transition: all 0.3s;
}

.player-link:before {
  background: #ca180d;
  background: url('data:image/svg+xml,<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 18V0L14 9L0 18Z" fill="white"/></svg> ')
    calc(50%) center no-repeat #ca180d;
  border-radius: 50%;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

.player-link:after {
  position: absolute;
  z-index: 5;
  content: "";
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  border: 1px solid #ca180d;
  border-radius: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.player-link:hover:after {
  width: 80px;
  height: 80px;
}

.player-link:hover:before {
  background: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 18V0L14 9L0 18Z" fill="white"/></svg> ')
    calc(50%) center no-repeat #ca180d;
}

.site-header-white .header__list-item a {
  color: #000;
}

.zoom-link {
  position: relative;
}

.zoom-link:before {
  background: url(/content/themes/st-theme/new-assets/images/zoom.svg) center no-repeat;
  background-color: #e91e1e;
  opacity: 0.8;
  border-radius: 50%;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  opacity: 0;
}

.zoom-link:hover:before {
  opacity: 1;
}

.breadchrumbs {
  font-size: 13px;
  padding: 0;
  margin: 30px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.breadchrumbs__item {
  margin-right: 10px;
}

.breadchrumbs__item:last-child {
  margin-right: 0;
}

.breadchrumbs a {
  color: inherit;
  text-decoration: none;
  border: none;
}

.breadchrumbs a:after {
  display: inline-block;
  content: "/";
  margin-left: 14px;
}

.breadchrumbs span {
  color: #e91e1e;
}

.delay {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.delay:hover {
  border-color: #2d436f;
  text-decoration: none;
}

.underline {
  position: relative;
}

.underline:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  content: "";
  transition: all 0.25s;
  transform: scale(0, 1);
  transform-origin: center;
  border-top: 2px solid #fff;
}

.underline:hover:before {
  transform: scale(1);
}

.mediabox {
  position: relative;
  overflow: hidden;
}

.mediabox_100 {
  aspect-ratio: 1 / 1;
}

.mediabox_625 {
  aspect-ratio: 1000 / 625;
}

.mediabox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.mediabox_center img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.mediabox.scale:hover img {
  transform: scale(1.1);
}

#upbutton {
  backdrop-filter: blur(5px);
  background: #e91e1e;
  height: 60px;
  width: 60px;
  bottom: 40px;
  right: 50px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 1002;
  background-size: cover;
  border-radius: 50%;
  transition: background 0.3s;
}

#upbutton:hover {
  background: #ba1f1f;
}

#upbutton:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: url("data:image/svg+xml;charset=UTF-8,<svg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M15.5 8L8 1L0.5 8' stroke='white' stroke-linecap='round'/></svg>");
  transform: translateX(-50%) translateY(-50%);
  line-height: 0.01;
}

.slider-container {
  position: relative;
}

.slider__pagination {
  z-index: 100;
  text-align: center;
  margin-top: 20px;
}

.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #f4f4f4;
  border-radius: 5px;
  width: 40px;
  height: 5px;
  margin-right: 5px;
}

.slider__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: #e91e1e;
}

.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s;
  background: #e91e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__arrow__svg {
  width: 9px;
  height: 17px;
  fill: transparent;
  stroke: #fff;
  transition: all 0.3s;
}

.slider__arrow_prev {
  left: -75px;
}

.slider__arrow_prev .slider__arrow__svg {
  transform: translateX(-1px);
}

.slider__arrow_next {
  right: -75px;
}

.slider__arrow_next .slider__arrow__svg {
  transform: rotate(180deg) translateX(-1px);
}

.slider__arrow:hover {
  background: #ba1f1f;
}

.phone {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #101010;
  display: flex;
  align-items: center;
}

.phone__svg {
  height: 23px;
  width: 23px;
  line-height: 23px;
  margin-right: 20px;
  fill: #1d1d1d;
}

.phone:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.5301 23C15.7877 23 15.0515 22.8687 14.3317 22.6072C11.1604 21.4552 8.21675 19.5789 5.8189 17.1811C3.42106 14.7833 1.54474 11.8397 0.392763 8.6684C0.0225753 7.64925 -0.0866708 6.59723 0.0681693 5.54143C0.213217 4.55247 0.596297 3.59239 1.17604 2.76496C1.75834 1.9339 2.53465 1.24267 3.42102 0.766021C4.36623 0.257751 5.39791 0 6.4875 0C6.82638 0 7.11926 0.236774 7.19027 0.568104L8.3184 5.83269C8.36948 6.07108 8.29621 6.31913 8.12385 6.49153L6.19619 8.41914C8.01465 12.0346 10.9654 14.9853 14.5808 16.8037L16.5084 14.8761C16.6808 14.7037 16.9289 14.6305 17.1673 14.6815L22.4319 15.8097C22.7633 15.8807 23 16.1735 23 16.5124C23 17.602 22.7422 18.6337 22.2339 19.5789C21.7573 20.4653 21.066 21.2416 20.235 21.8239C19.4076 22.4036 18.4475 22.7867 17.4585 22.9318C17.1486 22.9773 16.8387 23 16.5301 23ZM5.91324 1.46889C4.47601 1.62754 3.20037 2.38085 2.35326 3.58987C1.40068 4.94938 1.17855 6.62153 1.74383 8.17765C3.95858 14.2745 8.72556 19.0414 14.8224 21.2562C16.3785 21.8214 18.0506 21.5993 19.4102 20.6467C20.6192 19.7996 21.3725 18.524 21.5312 17.0868L17.2485 16.1691L15.2353 18.1822C15.0211 18.3964 14.6956 18.4533 14.4215 18.3245C10.1455 16.3157 6.68434 12.8545 4.6755 8.57856C4.54672 8.30441 4.60359 7.97892 4.81781 7.76474L6.83096 5.75161L5.91324 1.46889Z' fill='%23101010' /></svg>");
  height: 23px;
  width: 23px;
  margin-right: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination__item {
  margin: 0 5px;
}

.pagination__link,
.pagination__current {
  display: block;
  height: 37px;
  width: 37px;
  border-radius: 8px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
}

.pagination__link {
  color: #101010;
  border: 1px solid #f4f4f4;
  transition: background-color 0.3s;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}

.pagination__link:hover {
  background-color: #f4f4f4;
}

.pagination__current {
  color: #fff;
  background: #e91e1e;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}

.pagination__gap {
  display: block;
  width: 37px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #434343;
  padding-bottom: 5px;
}

.site-top {
  position: relative;
}

.site-top__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2;
}

.site-top:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}

.site-header {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;

  transition: 0.5s ease;
}

.site-header.background {
  background: rgba(0, 0, 0, 0.65);
}

#light .site-header.background {
  background: #ffffff;
}

.site-header.show {
  transform: translateY(-100%);
}

.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header__logo {
  height: 67px;
  width: 200px;
  object-fit: contain;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 9;
}

.header__list-item:not(:last-child) {
  margin-right: 55px;
}

.main-menu__link {
  color: #fff;
  text-align: center;
  font-size: 16px;

  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}
.menu-item a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-bottom: none;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.main-menu__link_dropdown:after {
  width: 12px;
  height: 6px;
  background: url(/content/themes/st-theme/new-assets/images/menu-arrow.svg) center no-repeat;
  display: inline-block;
  margin-left: 20px;
  background-size: contain;
  content: "";
}

.hero {
  display: flex;
  flex-direction: column;
}
.offer_container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.offer_container .offer_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.offer_content {
  display: flex;
  flex-direction: column;
  padding: 300px 0;
}
.offer_title {
  color: #fff;
  font-family: "AG_Futura-Bold";
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  max-width: 1030px;
  margin-bottom: 0;
}
.restorans_title {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.restorans_container {
  padding: 130px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.restorans_container a {
  text-decoration: none;
  border-bottom: none;
}
.site-offer {
  position: relative;
  padding-top: 97px;
  padding-bottom: 115px;
}

.site-offer_home {
  padding-top: 156px;
}

.site-offer_about {
  padding-bottom: 100px;
}

.site-offer_category {
  padding-bottom: 150px;
}

.site-offer_prod .site-offer__container {
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-gap: 40px;
}

.site-offer__title {
  margin-bottom: 30px;
  color: #101010;
}

.site-offer_home .site-offer__title {
  text-transform: uppercase;
}

.site-offer_about .site-offer__title {
  font-size: 40px;
}

.site-offer__desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 30px;
  width: 35%;
  position: relative;
}

.site-offer__advantages {
  margin-bottom: 40px;
}

.site-offer__advantages:last-child {
  margin-bottom: 0;
}

.offer-advantages {
  color: #101010;
}

.offer-advantages__label {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}

.offer-advantages__num {
  line-height: 150%;
  font-weight: 700;
  font-size: 70px;
  display: flex;
  align-items: center;
}

.offer-advantages__desc {
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
}

.video-block {
  position: relative;
}

.video-block_home {
  display: flex;
  justify-content: center;
  height: 278px;
  margin-top: 50px;
}

.video-block__container {
  position: relative;
  height: 435px;
  overflow: hidden;
}

.video-block__container_prod {
  height: 655px;
}

.video-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-block__link {
  display: flex;
  width: 490px;
  height: 100%;
}

.video-block__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video::-webkit-media-controls {
  display: none;
}

.mb-contacts {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mb-contacts__item {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #373737;
}

.mb-contacts__item a {
  color: inherit;
  text-decoration: none;
  border: none;
}

.mb-contacts__item:last-child {
  margin-bottom: 0;
}

.modalDialog {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}

.modalDialog.active {
  pointer-events: auto;
  opacity: 1;
}
.news {
  margin-bottom: 150px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 77px 40px;
}

.catalog-area__grid,
.catalog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 77px 40px;
}

.catalog-area__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.catalog-area__info p {
  margin-bottom: 40px;
}

.catalog-card__mediabox {
  margin-bottom: 24px;
}

.catalog-card__body {
  position: relative;
}

.catalog-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 15px;
  transition: color 0.3s;
}

.catalog-card:hover .catalog-card__title {
  color: #ba1f1f;
}

.services-area__title,
.vacancy-area__title,
.pricelist-area__title,
.faq-area__title {
  margin-bottom: 40px;
}

.services-area__desc,
.pricelist-area__desc {
  margin-bottom: 40px;
}

.services-area__cont,
.vacancy-area__container,
.seo-block,
.pricelist-area__cont,
.faq-area__container {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 40px;
}

.services-area__left {
  padding-bottom: 30px;
}

.services-area__sticky {
  position: sticky;
  top: 50px;
}

.services-card {
  display: flex;
  background: #f4f4f4;
}

.services-card__mediabox {
  flex: 0 0 39%;
}

.services-card__body {
  flex: 0 0 61%;
  position: relative;
  padding: 30px 50px 30px 60px;
}

.services-card__title {
  font-size: 18px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s;
}

.services-card__title span {
  margin-left: -34px;
  display: block;
  transition: all 0.5s;
}

.services-card__title:before {
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
  content: "";
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #e91e1e
    url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 13L6 7.01714L1 1' stroke='white' stroke-linecap='round'/></svg>")
    center no-repeat;
  background-size: 5px 12px;
}

.services-card:hover .services-card__title span {
  margin-left: 20px;
}

.services-card:hover .services-card__title:before {
  opacity: 1;
}

.services-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.services-card__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #101010;
}

.services-card__readmore:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services-item {
  margin-bottom: 40px;
}

.services-item:last-child {
  margin-bottom: 0;
}

.question-area {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(/content/themes/st-theme/new-assets/images/question-bg.webp) center no-repeat;
  background-size: cover;
}

.question-area__cont {
  margin-left: 130px;
  width: 35%;
}

.question-area__title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #101010;
}

.question-area__desc {
  margin-bottom: 20px;
}

.advantages-area__title,
.products-area__title,
.news-area__title,
.trust-area__title,
.reviews-area__title,
.photogallery-area__title,
.tarifs-area__title,
.dopservices-area__title {
  text-align: center;
  margin-bottom: 20px;
}

.advantages-area__desc,
.products-area__desc,
.news-area__desc,
.trust-area__desc,
.reviews-area__desc,
.photogallery-area__desc,
.tarifs-area__desc,
.dopservices-area__desc {
  margin-bottom: 60px;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.advantages-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px 30px;
  background: #e91e1e;
  position: relative;
  transition: background 0.6s linear;
}

.advantages-card:before {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
  content: "";
  background: url(/content/themes/st-theme/new-assets/images/plus.svg) center no-repeat;
}

.advantages-card__num {
  font-weight: 700;
  font-size: 70px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  transition: opacity 0.6s;
}

.advantages-card__text {
  transition: opacity 0.6s;
}

.advantages-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  transition: color 0.6s;
}

.advantages-card:hover:before {
  display: none;
}

.advantages-card:hover .advantages-card__text {
  opacity: 1;
  position: relative;
  left: 0;
}

.products-area {
  overflow: hidden;
}

.product-card {
  position: relative;
}

.product-card__labels {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 15px;
}

.product-card__label {
  margin-bottom: 5px;
}

.product-card__label:last-child {
  margin-bottom: 0;
}

.product-card__mediabox {
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  aspect-ratio: 1/ 1;
}

.product-card__mediabox img {
  object-fit: contain;
}

.product-card__mediabox a {
  border: none !important;
}

.product-card__body {
  display: flex;
  flex-direction: column;
}

.product-card__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #101010;
  transition: color 0.3s;
}

.product-card__title a {
  color: inherit;
  border: none !important;
}

.product-card__title:hover {
  color: #ba1f1f;
}

.product-card__prices {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}

.product-card__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #101010;
}

.product-card__old-price {
  text-decoration: line-through;
  margin-left: 28px;
}

.product-card__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}

.product-card__btn {
  width: calc(50% - 5px);
}

.product-card .product-card__btn_round:hover .product-card__btn-svg {
  stroke: #fff;
}

.product-card .product-card__btn-svg {
  width: 25px;
  height: 12px;
  fill: transparent;
  stroke: #e91e1e;
  transform: rotate(180deg);
}

.product-label {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-label_red {
  background: rgba(233, 30, 30, 0.7);
}

.product-label_green {
  background: rgba(31, 221, 96, 0.7);
}

.product-label_blue {
  background: rgba(30, 160, 233, 0.7);
}

.product-label__svg {
  fill: #fff;
}

.product-label__svg_one {
  width: 10px;
  height: 17px;
}

.product-label__svg_two {
  width: 14px;
  height: 17px;
}

.product-label__svg_three {
  width: 17px;
  height: 17px;
}

.product-slider__item {
  padding-bottom: 1px;
}

.about-slider {
  position: relative;
}

.about-slider__item {
  height: 992px;
}

.about-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-slider__nav {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 60px;
}

.about-slider__nav-inner {
  position: relative;
}

.about-slider__arrow {
  width: 60px;
  height: 60px;
}

.about-slider__arrow_prev {
  left: 20px;
}

.about-slider__arrow_next {
  left: 90px;
}

.about-area {
  overflow: hidden;
}

.about-area__cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.about-area__left {
  padding-top: 60px;
  width: 480px;
  height: 372px;
}

.about-area__left img {
  max-width: 100%;
}

.about-area__right {
  width: 910px;
  position: relative;
  padding-top: 170px;
  padding-left: 170px;
  transform: translateY(-280px);
  margin-bottom: -280px;
  background-color: #fff;
}

.about-area__right p {
  margin-bottom: 40px;
}

.about-area__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  transform: translateX(99%);
}

.about-area__title {
  margin-bottom: 50px;
}

[data-aos="custom-img"] {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1.2s cubic-bezier(0.4, 0.08, 0, 1.03);
  transition-property: all;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 1.03);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="custom-img"].aos-animate {
  clip-path: inset(0 0 0 0);
}

.news-card__body {
  position: relative;
  padding-left: 120px;
}

.news-card__date {
  margin-right: 22px;
  position: absolute;
  left: 15px;
  top: -30px;
}

.news-card__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #101010;
  margin: 0;
  padding-top: 20px;
  transition: all 0.3s;
}

.news-card a {
  border: none;
  color: inherit;
}

.date {
  width: 83px;
  height: 98px;
  background: #ba1f1f;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.date__num {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.date__text {
  font-size: 13px;
  line-height: 180%;
}

.site-footer {
  background: #292625;
}

.site-footer__top {
  padding-top: 100px;
  padding-bottom: 92px;
  display: flex;
  align-items: center;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__label {
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  flex: 0 0 43.5%;
}

.site-footer__phone {
  margin-left: auto;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-decoration: none;
  color: inherit;
}

.site-footer__body {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__logo-cont {
  flex: 0 0 43.5%;
}

.site-footer__logo-cont img {
  height: auto;
}

.site-footer__address p {
  margin-top: 0;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}

.site-footer__address a {
  color: inherit;
  border-color: transparent;
}

.site-footer__address a:hover {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.65);
}

.site-footer__sotial {
  margin-left: auto;
}

.site-footer__bottom {
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer__sotial {
  justify-content: flex-end;
}

.footer-menu {
  flex: 0 0 17%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu__item {
  margin-bottom: 20px;
}

.footer-menu__link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: inherit;
}

.sotial {
  display: flex;
}

.sotial__item {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  background: #e91e1e;
  border-radius: 50%;
  margin-right: 18px;
}

.sotial__item:last-child {
  margin-right: 0;
}

.sotial__item:hover {
  background: #f4f4f4;
}

.sotial__item:hover .sotial__svg {
  fill: #e91e1e;
}

.sotial__item_tg .sotial__svg {
  height: 16px;
  width: 17px;
}

.sotial__item_fb .sotial__svg {
  height: 19px;
  width: 10px;
}

.sotial__item_yt .sotial__svg {
  height: 16px;
  width: 21px;
}

.sotial__svg {
  fill: #fff;
  transition: all 0.3s;
}

.site-developer {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.site-developer a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.site-developer__svg {
  width: 44px;
  height: 42px;
  margin-right: 15px;
  fill: #fff;
}

.pluses-area {
  background: #ba1f1f;
  padding-top: 80px;
  padding-bottom: 60px;
}

.pluses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.pluses-card {
  color: #fff;
}

.pluses-card__title {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  font-size: 16px;
}

.pluses-card__num {
  font-weight: 700;
  font-size: 70px;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.pluses-card__num span.let {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-left: 9px;
}

.employees-area__title {
  text-align: center;
  margin-bottom: 70px;
}

.employees-card__mediabox {
  aspect-ratio: 100 / 116;
}

.employees-card__body {
  padding-top: 25px;
}

.employees-card__job {
  margin-bottom: 15px;
  font-size: 16px;
}

.employees-card__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

.employees-card__phone {
  font-size: 16px;
}

.employees-slider__arrow_prev {
  left: -30px;
}

.employees-slider__arrow_next {
  right: -30px;
}

.trust-area__footer,
.reviews-area__footer {
  margin-top: 60px;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.trust-grid__item {
  aspect-ratio: 10 / 4;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trust-grid__item img {
  max-width: 100%;
}

.reviews-card__mediabox {
  aspect-ratio: 100 /66;
}

.reviews-card__body {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.reviews-card__name {
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  font-size: 16px;
}

.vacancy-accordeon ul {
  margin-bottom: 20px;
}

.vacancy-accordeon ul li {
  margin-bottom: 20px;
}

.vacancy-accordeon__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  transition: color 0.3s;
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}

.vacancy-accordeon__title:hover {
  color: #ba1f1f;
  cursor: pointer;
}

.vacancy-accordeon__title.active {
  border-color: #ba1f1f;
  color: #ba1f1f;
}

.vacancy-accordeon__title:hover .vacancy-accordeon__arrow,
.vacancy-accordeon__title.active .vacancy-accordeon__arrow {
  background: #e91e1e;
}

.vacancy-accordeon__title:hover .vacancy-accordeon__svg,
.vacancy-accordeon__title.active .vacancy-accordeon__svg {
  stroke: #fff;
}

.vacancy-accordeon__title.active .vacancy-accordeon__svg {
  transform: rotate(-270deg);
}

.vacancy-accordeon__arrow {
  height: 34px;
  width: 34px;
  display: flex;
  border-radius: 50%;
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.vacancy-accordeon__svg {
  width: 14px;
  height: 14px;
  fill: transparent;
  stroke: #101010;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.vacancy-accordeon__body {
  display: none;
  padding-bottom: 70px;
}

.faq-accordeon__item {
  border-radius: 10px;
  overflow: hidden;
}

.faq-accordeon ul {
  margin-bottom: 20px;
}

.faq-accordeon ul li {
  margin-bottom: 20px;
}

.faq-accordeon__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  transition: color 0.3s;
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}

.faq-accordeon__title:hover {
  color: #fff;
  background-color: #e91e1e;
  cursor: pointer;
}

.faq-accordeon__title.active {
  border-color: #fff;
  color: #fff;
}

.faq-accordeon__title:hover .faq-accordeon__arrow,
.faq-accordeon__title.active .faq-accordeon__arrow {
  background: #e91e1e;
}

.faq-accordeon__title:hover .faq-accordeon__svg,
.faq-accordeon__title.active .faq-accordeon__svg {
  stroke: #fff;
}

.faq-accordeon__title.active .faq-accordeon__svg {
  transform: rotate(-270deg);
}

.faq-accordeon__arrow {
  height: 34px;
  width: 34px;
  display: flex;
  border-radius: 50%;
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.faq-accordeon__svg {
  width: 14px;
  height: 14px;
  fill: transparent;
  stroke: #101010;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.faq-accordeon__body {
  display: none;
  padding-bottom: 70px;
}

.catalog-page__title {
  text-align: center;
  margin-bottom: 20px;
}

.catalog-page__desc {
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.seo-block p {
  margin: 0;
}

.seo-block__title {
  margin-bottom: 0;
}

.seo-block__readmore {
  cursor: pointer;
}

.category-page__title {
  margin-bottom: 40px;
}

.category-page__filter {
  margin-bottom: 60px;
}

.category-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.category-page__pagination {
  margin-top: 74px;
}

.category-filter {
  background: #f4f4f4;
}

.category-filter__top {
  padding: 15px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.category-filter__label {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  cursor: pointer;
}

.category-filter__label:after {
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='8' viewBox='0 0 14 8' fill='none' ><path d='M13 1L7 7L1 1' stroke='%23101010'/></svg>");
  display: inline-block;
  margin-left: 20px;
  transition: transform 0.3s;
}

.category-filter__label.active {
  color: #e91e1e;
}

.category-filter__label.active:after {
  transform: rotate(180deg);
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='14' height='8' viewBox='0 0 14 8' fill='none' ><path d='M13 1L7 7L1 1' stroke='%23E91E1E'/></svg>");
}

.category-filter__label:before {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8,<svg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='2' width='23' height='1' rx='0.5' fill='%23E91E1E'/><rect y='8' width='23' height='1' rx='0.5' fill='%23E91E1E'/><rect y='14' width='23' height='1' rx='0.5' fill='%23E91E1E'/><rect x='5.5' y='0.5' width='4' height='4' rx='2' fill='%23F4F4F4' stroke='%23E91E1E'/><rect x='13.5' y='6.5' width='4' height='4' rx='2' fill='%23F4F4F4' stroke='%23E91E1E'/><rect x='5.5' y='12.5' width='4' height='4' rx='2' fill='%23F4F4F4' stroke='%23E91E1E'/></svg>");
  height: 17px;
  width: 23px;
  margin-right: 25px;
}

.category-filter__label-svg {
  height: 17px;
  width: 23px;
  margin-right: 25px;
  fill: #f4f4f4;
  stroke: #e91e1e;
  display: flex;
  align-items: center;
}

.category-filter__buttons {
  display: flex;
  margin-left: 120px;
  flex-wrap: wrap;
}

.category-filter__button {
  margin: 5px 10px 5px 0;
}

.category-filter__button:last-child {
  margin-right: 0;
}

.category-filter__body {
  display: none;
}

.category-filter__inner {
  padding: 35px 40px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(104, 104, 104, 0.2);
}

.category-filter__item {
  width: 215px;
  margin: 5px 30px 5px 0;
}

.category-filter__item:last-child {
  margin-right: 0;
}

.light-btn {
  border: 1px solid #e91e1e;
  border-radius: 5px;
  padding: 5px 15px;
  color: #e91e1e;
  text-decoration: none;
  display: inline-block;
  font-family: "Open Sans";
}

.filter__label {
  font-size: 14px;
  color: #101010;
  margin-bottom: 12px;
  font-family: "Segoe UI";
}

.filter__choise {
  width: 100%;
  font-family: "Segoe UI";
  appearance: none;
  font-size: 14px;
  color: #696969;
  background: #ffffff url("/content/themes/st-theme/new-assets/images/select-arrow.svg") calc(100% - 15px) center no-repeat;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px 25px 10px 15px;
}

.sliders-container__main {
  height: 556px;
  flex: 0 0 calc(100% - 184px);
  min-width: 1px;
  position: relative;
}

.sliders-container__thumbs {
  margin-right: 30px;
  flex: 0 0 154px;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  height: 556px;
}

.sliders-container .swiper-container {
  width: 100%;
  height: 100%;
}

.sliders-container .slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sliders-container .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliders-container__pagination {
  display: block;
  position: absolute;
  bottom: 22px;
  width: 100%;
}

.product-page__body {
  flex: 0 0 50%;
  min-width: 1px;
  padding-top: 90px;
  padding-left: 60px;
}

.product-page__sliders-container {
  flex: 0 0 50%;
  min-width: 1px;
}

.product-page__title {
  margin-bottom: 40px;
}

.product-page__details {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.product-page__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #101010;
}

.product-page__old-price {
  margin-left: 25px;
  text-decoration: line-through;
}

.product-page__btn {
  margin-left: 72px;
}

.nav-tabs {
  overflow-x: auto;
}

.nav-tabs__container {
  display: flex;
}

.nav-tabs__item {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  transition: all 0.3s;
  flex-shrink: 0;
}

.nav-tabs__item.active {
  background: #e91e1e !important;
  border-color: #e91e1e !important;
  color: #ffffff !important;
}

.nav-tabs__item:hover .nav-tabs__link {
  background: #f4f4f4;
}

.nav-tabs__item.active .nav-tabs__link {
  background: #e91e1e;
  border-color: #e91e1e;
  color: #ffffff;
}

.nav-tabs__link {
  display: block;
  padding: 15px 40px;
  color: #686868;
  text-decoration: none;
  transition: all 0.3s;
}

.tabs {
  position: relative;
}

.tabs__item {
  position: absolute;
  opacity: 0;
  left: -10000px;
  background: #f4f4f4;
  padding: 50px 50px 70px;
}

.tabs__item.active {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.tabs__item_doc {
  display: flex;
  flex-wrap: wrap;
}

.tabs__item_doc a {
  display: flex;
  border: none;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 50px;
  width: 20%;
}

.tabs__item_doc a:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg width='50' height='64' viewBox='0 0 50 64' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M50 0H0V64H50V8.80025L39.8333 0.00025177H50V0Z' fill='%23BA1F1F'/><path d='M50 9L40 0V9H50Z' fill='%23E91E1E'/><path d='M11.12 38V26.48H15.776C15.888 26.48 16.0267 26.4853 16.192 26.496C16.3573 26.5013 16.5147 26.5173 16.664 26.544C17.304 26.6453 17.8373 26.864 18.264 27.2C18.696 27.536 19.0187 27.96 19.232 28.472C19.4453 28.984 19.552 29.5493 19.552 30.168C19.552 30.792 19.4453 31.36 19.232 31.872C19.0187 32.384 18.696 32.808 18.264 33.144C17.8373 33.48 17.304 33.6987 16.664 33.8C16.5147 33.8213 16.3547 33.8373 16.184 33.848C16.0187 33.8587 15.8827 33.864 15.776 33.864H12.792V38H11.12ZM12.792 32.28H15.712C15.8187 32.28 15.936 32.2747 16.064 32.264C16.1973 32.2533 16.3227 32.2347 16.44 32.208C16.7813 32.128 17.056 31.9813 17.264 31.768C17.472 31.5493 17.6213 31.2987 17.712 31.016C17.8027 30.7333 17.848 30.4507 17.848 30.168C17.848 29.8853 17.8027 29.6053 17.712 29.328C17.6213 29.0453 17.472 28.7973 17.264 28.584C17.056 28.3653 16.7813 28.216 16.44 28.136C16.3227 28.104 16.1973 28.0827 16.064 28.072C15.936 28.0613 15.8187 28.056 15.712 28.056H12.792V32.28ZM21.1513 38V26.48H24.7593C24.8659 26.48 25.0633 26.4827 25.3513 26.488C25.6446 26.4933 25.9246 26.5147 26.1913 26.552C27.0926 26.664 27.8499 26.9867 28.4633 27.52C29.0819 28.0533 29.5486 28.7307 29.8633 29.552C30.1779 30.368 30.3353 31.264 30.3353 32.24C30.3353 33.2213 30.1779 34.1227 29.8633 34.944C29.5486 35.76 29.0819 36.4347 28.4633 36.968C27.8499 37.496 27.0926 37.816 26.1913 37.928C25.9246 37.9653 25.6446 37.9867 25.3513 37.992C25.0633 37.9973 24.8659 38 24.7593 38H21.1513ZM22.8633 36.408H24.7593C24.9406 36.408 25.1566 36.4027 25.4073 36.392C25.6579 36.3813 25.8793 36.36 26.0713 36.328C26.6579 36.216 27.1326 35.9627 27.4953 35.568C27.8633 35.168 28.1326 34.6773 28.3033 34.096C28.4739 33.5147 28.5593 32.896 28.5593 32.24C28.5593 31.5627 28.4713 30.936 28.2952 30.36C28.1192 29.7787 27.8473 29.2933 27.4793 28.904C27.1166 28.5093 26.6473 28.2587 26.0713 28.152C25.8793 28.1147 25.6553 28.0933 25.3993 28.088C25.1486 28.0773 24.9353 28.072 24.7593 28.072H22.8633V36.408ZM32.1981 38V26.48H39.0221V28.152H33.8701V31.4H38.0621V33.08H33.8701V38H32.1981Z' fill='white'/></svg>");
  margin-right: 30px;
}

.tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tabs ul li {
  padding: 15px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.tabs ul li span {
  width: 13%;
  flex-shrink: 0;
  margin-left: 15px;
  color: #101010;
}

.char-container__advantages {
  margin-bottom: 40px;
}

.char-container__advantages:last-child {
  margin-bottom: 0;
}

.char-container__right p {
  margin-top: 0;
}

.service-page__about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.service-page__about-mediabox img {
  max-width: 100%;
}

.photogallery-slider {
  overflow: visible;
}

.photogallery-slider__item {
  display: flex;
}

.photogallery-slider__item_vertical {
  height: 422px;
}

.photogallery-slider__item_horizontal {
  height: 330px;
}

.photogallery-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photogallery-slider__item a {
  border: none;
}

.photogallery-slider__wrapper {
  align-items: center;
}

.pricelist-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pricelist-area ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
  color: #141414;
}

.pricelist-area ul li:last-child {
  margin-bottom: 0;
}

.tarifs-area__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.tarif-card {
  padding: 70px 75px;
  background: #f4f4f4;
  transition: all 0.3s;
}

.tarif-card:hover {
  background: #ba1f1f;
  color: #fff;
}

.tarif-card:hover .tarif-card__title,
.tarif-card:hover .tarif-card__price {
  color: #fff;
}

.tarif-card:hover .tarif-card__title:before {
  border-color: #fff;
}

.tarif-card:hover .tarif-card__btn {
  background-color: #fff;
  color: #101010;
}

.tarif-card__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  color: #101010;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.tarif-card__title:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 110px;
  height: 1px;
  background: #ba1f1f;
  transition: all 0.3s;
}

.tarif-card__price {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.tarif-card ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.tarif-card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
}

.tarif-card ul li:last-child {
  margin-bottom: 0;
}

.tarif-card ul li:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #e91e1e;
  border-radius: 50%;
}

.tarifs-slider__item {
  min-width: 1px;
}

.action-area__cont {
  display: flex;
  height: 928px;
}

.action-area__left {
  position: relative;
  background: #ba1f1f;
  display: flex;
  align-items: center;
  padding-right: 15%;
  transition: width 0.5s, opacity 0.5s;
}

.action-area__left:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ba1f1f;
}

.action-area__left p {
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.65);
}

.action-area__quiz {
  background: #f4f4f4;
  transition: width 0.5s, opacity 0.5s;
  width: 735px;
  display: flex;
}

.action-area__quiz.active {
  width: 1100px;
}

.action-area__quiz:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
}

.action-area__title {
  color: #fff;
  margin-bottom: 20px;
}

.action-area__btn {
  background: #ffffff;
  color: #101010;
}

.action-area__right {
  position: relative;
}

.action-area__inner {
  position: relative;
}

.action-area__mediabox {
  width: calc(50vw + 20px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.action-area__mediabox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.quiz.active {
  opacity: 1;
  position: relative;
  left: 0;
}

.quiz__body {
  position: relative;
}

.quiz__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}

.quiz__body-inner {
  margin-bottom: 50px;
  overflow-y: auto;
  height: 510px;
  width: calc(100% + 50px);
  padding-bottom: 90px;
  -ms-overflow-style: auto;
  scrollbar-color: #e91e1e rgba(104, 104, 104, 0.2);
  scrollbar-width: 0.5rem;
}

.quiz__body-inner::-webkit-scrollbar-thumb {
  background-color: #e91e1e;
}

.quiz__body-inner::-webkit-scrollbar-track {
  background-color: rgba(104, 104, 104, 0.2);
}

.quiz__body-inner::-webkit-scrollbar-corner {
  background-color: rgba(104, 104, 104, 0.2);
}

.quiz__body-inner::-webkit-scrollbar {
  width: 10px;
}

.quiz__body-inner:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95px;
  background: linear-gradient(180deg, #f4f4f4 55.09%, rgba(244, 244, 244, 0) 100%);
  transform: rotate(180deg);
  z-index: 10;
}

.quiz__step {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: -10000px;
  transition: opacity 0.5s;
}

.quiz__step.active {
  opacity: 1;
  position: relative;
  left: 0;
}

.quiz__step_step1 {
  display: flex;
  flex-direction: column;
  padding: 250px 50px 35px 55px;
}

.quiz__step_step2 {
  padding: 100px 50px 40px 55px;
}

.quiz__step_step3 {
  padding: 220px 60px 60px;
}

.quiz__title {
  margin-bottom: 20px;
}

.quiz__desc {
  margin-bottom: 50px;
}

.quiz__varriant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 970px;
}

.quiz__footer-btns {
  display: flex;
  align-items: center;
}

.quiz__footer-btns .round-btn {
  margin-right: 20px;
}

.quiz__footer-sale {
  display: flex;
  width: 350px;
  padding: 25px 40px;
  height: 84px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.quiz__sale-label {
  color: #101010;
  font-weight: 600;
  line-height: 150%;
}

.quiz__sale-val {
  font-size: 24px;
  line-height: 150%;
  color: #ba1f1f;
  font-weight: 600;
}

.quiz__varriant-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: calc(100% - 50px);
}

.quiz__form {
  width: 330px;
  max-width: 100%;
}

.quiz__form-check {
  margin-top: 50px;
}

.quiz__form-send {
  margin-top: 40px;
}

.quiz .form__check-input {
  border-color: #000;
}

.quiz .form__check-input:checked {
  background-color: #000;
}

.quiz .form__check-label {
  color: #101010;
}

.varriant-card__mediabox {
  aspect-ratio: 100 / 87;
}

.varriant-card__text {
  padding: 20px;
}

.varriant-card__check-input {
  display: none;
}

.varriant-card__check-label {
  border: 1px solid transparent;
  display: block;
  background-color: #fff;
  cursor: pointer;
}

.varriant-card__check-input:checked + .varriant-card__check-label {
  border-color: #e91e1e;
}

.countdown {
  display: flex;
  margin-bottom: 50px;
}

.countdown__number {
  margin-right: 50px;
  text-align: center;
  width: 56px;
}

.countdown__number:last-child {
  margin-right: 0;
}

.countdown__number:last-child .countdown__time:before {
  display: none;
}

.countdown__time {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}

.countdown__time:before {
  position: absolute;
  right: -35px;
  top: 0px;
  content: ":";
}

.countdown__text {
  color: rgba(255, 255, 255, 0.65);
}

.dopservices-area__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.dopservices-card {
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 343px;
  background: #f4f4f4;
  position: relative;
}

.dopservices-card:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(186, 31, 31, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.dopservices-card:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/content/themes/st-theme/new-assets/images/dopservices-bg.webp) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.dopservices-card:hover:before,
.dopservices-card:hover:after {
  opacity: 1;
}

.dopservices-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.dopservices-card:hover .dopservices-card__title,
.dopservices-card:hover .dopservices-card__text {
  color: #fff;
}

.dopservices-card__text {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.dopservices-card__footer {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.dopservices-card:hover .dopservices-card__btn {
  background-color: #fff;
  color: #101010;
}

.steps-area__title {
  text-align: center;
}

.steps-area__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.steps-area__line {
  position: absolute;
  left: 0;
  top: 0;
}

.steps-card {
  padding-top: 45px;
  padding-right: 15px;
  position: relative;
}

.steps-card:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ba1f1f;
}

.steps-card:nth-child(4):after {
  display: block;
  position: absolute;
  content: "";
  left: -12px;
  top: -5px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #ba1f1f;
  opacity: 0.2;
}

.steps-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 20px;
}

.steps-card__text {
  margin: 0;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

[data-aos="custom-work"] {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1.2s cubic-bezier(0.4, 0.08, 0, 1.03);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="custom-work"].aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.news-page {
  margin-top: 50px;
}

.news-page__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.news-page__mediabox img {
  max-width: 100%;
}

.news-page__title {
  display: flex;
  align-items: flex-start;
}

.news-page__title-text {
  margin-left: 30px;
}

.news-page__date {
  flex-shrink: 0;
}

.contacts-page__header {
  display: grid;
  grid-template-columns: 3fr 9fr;
  margin-bottom: 60px;
  grid-gap: 40px;
}

.contacts-page__title {
  margin-bottom: 0 !important;
}

.contacts-page__header-item {
  text-align: left;
}

.contacts-page__buttons {
  display: inline-flex;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 5px;
}

.contacts-page__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  height: 580px;
}

.contacts-page__body {
  background: #f4f4f4;
  overflow-y: auto;
  -ms-overflow-style: auto;
  scrollbar-color: #e91e1e rgba(104, 104, 104, 0.2);
  scrollbar-width: 0.5rem;
}

.contacts-page__body::-webkit-scrollbar-thumb {
  background-color: #e91e1e;
}

.contacts-page__body::-webkit-scrollbar-track {
  background-color: rgba(104, 104, 104, 0.2);
}

.contacts-page__body::-webkit-scrollbar-corner {
  background-color: rgba(104, 104, 104, 0.2);
}

.contacts-page__body::-webkit-scrollbar {
  width: 10px;
}

.contacts-page__forms {
  padding: 70px;
  color: #fff;
  background: #ba1f1f;
  min-width: 1px;
}

.contacts-page__forms-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.contacts-page__forms-desc {
  margin-bottom: 50px;
  text-align: center;
}

.contacts-page__form {
  width: 465px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.btn-contact {
  border-radius: 10px;
  height: 50px;
  width: 152px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: #686868;
}

.btn-contact.active {
  background: #e91e1e;
  color: #fff;
}

.contacts-tab {
  position: absolute;
  opacity: 0;
  left: -10000px;
  transition: opacity 0.3s;
  padding: 50px;
}

.contacts-tab.active {
  opacity: 1;
  left: 0;
  position: relative;
}

.contacts-tab__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 40px;
}

.contacts-tab__label {
  margin-bottom: 20px;
}

.contacts-tab__item-body {
  flex: 1 1 auto;
}

.contacts-tab p {
  font-weight: 600;
  line-height: 150%;
  color: #101010;
  margin: 0;
}

.contacts-tab ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contacts-tab ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(104, 104, 104, 0.2);
}

.contacts-tab ul li span:first-child {
  flex: 0 0 39%;
  font-size: 13px;
}

.contacts-tab ul li span:last-child {
  flex: 0 0 59%;
  text-align: right;
}

.contacts-tab ul li:last-child {
  border: none;
}

.form__row {
  margin-bottom: 10px;
}

.form__label {
  font-size: 13px;
  margin-bottom: 9px;
  display: block;
}

.form__input {
  border: 1px solid #d5d5d5;
  border-radius: 22px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  color: #686868;
}

.form__input:focus {
  border-color: #929292;
}

.form__btn {
  background: #e91e1e;
  border-radius: 26px;
  text-align: center;
  height: 53px;
  line-height: 53px;
  border: none;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.form__btn:hover {
  background: #ba1f1f;
}

.form__check {
  display: flex;
  align-items: center;
}

.form__check-input {
  appearance: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e91e1e;
  width: 16px;
  height: 16px;
  margin: 5px 7px 0 0;
  flex-shrink: 0;
}

.form__check-input:checked {
  border: 1px solid #fff;
  background: url(/content/themes/st-theme/new-assets/images/check.svg) center no-repeat;
  background-size: 10px 10px;
}

.form__check-label {
  color: #929292;
  font-size: 13px;
  cursor: pointer;
}

.form__radio-text {
  display: block;
  width: 100%;
  padding: 0 20px 0 59px;
  height: 59px;
  line-height: 59px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  transition: all 0.3s;
  position: relative;
}

.form__radio-text:hover {
  border-color: #e91e1e;
}

.form__radio-text:before {
  display: block;
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #e91e1e;
  transform: translateY(-50%);
  border-radius: 50%;
}

.form__radio-text:after {
  display: block;
  position: absolute;
  content: "";
  left: 26px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #e91e1e;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.form__radio-input {
  display: none;
}

.form__radio-input:checked + .form__radio-text {
  border-color: #e91e1e;
}

.form__radio-input:checked + .form__radio-text:after {
  opacity: 1;
}

.form__radio-label {
  cursor: pointer;
}

.form__controls.error .form__input {
  border-color: #d92641;
  background: #fff url(/content/themes/st-theme/new-assets/images/error.svg) calc(100% - 20px) center no-repeat;
}

.form__controls.error .form__label {
  color: #d92641;
}

.form__controls.success .form__input {
  border-color: #4fba70;
}

.contact-form__input {
  background-color: transparent !important;
  color: #fff;
}

.contact-form__form-send {
  margin-top: 25px;
}

.contact-form__form-check {
  margin-top: 25px;
}

.contact-form__btn:hover {
  background: #e91e1e;
}

.contact-form .form__check-input {
  border-radius: 2px;
  width: 26px;
  height: 26px;
  margin: 0 20px 0 0;
  background-size: 16px 16px;
}

.contact-form .form__check-label {
  color: rgba(255, 255, 255, 0.65);
}

.error-page__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: -90px;
}

.error-page__left {
  padding-top: 80px;
}

.error-page__title {
  margin-bottom: 20px;
}

.error-page p {
  margin-top: 0;
  margin-bottom: 30px;
}

.error-page__right {
  text-align: center;
}

.error-page__404 {
  font-size: 300px;
  font-weight: 600;
  line-height: 140%;
  color: #e91e1e;
}

.fancybox-close-small {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}

.fancybox-close-small:hover {
  background: #e91e1e;
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-close-small:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='1' height='21' transform='matrix(0.707116 -0.707097 0.707116 0.707097 0 1)' fill='%23434343'/><rect width='1' height='21' transform='matrix(0.707116 0.707097 -0.707116 0.707097 15 0)' fill='%23434343'/></svg>");
  width: 16px;
  height: 23px;
  display: block;
}

.fancybox-close-small:hover:before {
  content: url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='1' height='21' transform='matrix(0.707116 -0.707097 0.707116 0.707097 0 1)' fill='%23ffffff'/><rect width='1' height='21' transform='matrix(0.707116 0.707097 -0.707116 0.707097 15 0)' fill='%23ffffff'/></svg>");
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 10px;
  top: 10px;
}

.quiz-popup {
  padding: 100px;
  width: 905px;
  max-width: 100%;
}

.quiz-popup__title {
  margin-bottom: 50px;
}

.quiz-popup__form {
  margin-bottom: 50px;
  max-width: 465px;
}

.quiz-popup__btns {
  display: flex;
}

.quiz-popup__btns .round-btn {
  margin-right: 20px;
}

.thanks-popup {
  background: #ba1f1f;
  width: 690px;
  max-width: 100%;
  padding: 100px;
}

.thanks-popup_large {
  width: 1050px;
}

.thanks-popup__title {
  color: #fff;
  margin-bottom: 40px;
}

.thanks-popup__svg {
  height: 70px;
  width: 70px;
  fill: transparent;
  stroke: #fff;
  margin-bottom: 50px;
}

.thanks-popup p {
  color: rgba(255, 255, 255, 0.65);
  width: 500px;
  max-width: 100%;
}

.thanks-popup p:last-of-type {
  margin-bottom: 0;
}

.popup-form {
  padding: 90px 100px 75px;
  width: 530px;
  max-width: 100%;
}

.popup-form__title {
  margin-bottom: 8px;
}

.popup-form__desc {
  margin-bottom: 32px;
}

.popup-form__form {
  width: 330px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup-form__form-check {
  margin-top: 19px;
}

.popup {
  display: none;
}

button[type="reset"] {
  display: none !important;
}

.link-panel {
  background: rgba(206, 206, 206, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 99;
  padding: 15px;
}

.link-panel__wrapper {
  display: flex;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.link-panel__svg {
  display: block;
}

.link-panel__svg_home {
  height: 20px;
  width: 18px;
}

.link-panel__svg_message {
  height: 20px;
  width: 20px;
}

.link-panel__svg_phone {
  height: 20px;
  width: 16px;
}

.link-panel__svg_geo {
  height: 20px;
  width: 17px;
}

/* mob-menu-btn begin */

.menu-button {
  position: relative;
  z-index: 100;
  width: 43px;
  height: 43px;
  cursor: pointer;
  border-radius: 50%;
  background: #ca180d;
}

.menu-button__burger {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 1px;
  margin-left: -10px;
  transition: transform 0.2s ease 0s;
}

.menu-button__burger:before,
.menu-button__burger:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
}

.menu-button__burger:before {
  top: -4px;
  transition: top 0.2s linear 0.4s;
}

.menu-button__burger:after {
  bottom: -4px;
  transition: bottom 0.2s linear 0.4s;
}

.menu-button__burger-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  transition: transform 0.2s linear 0.2s;
  background: #fff;
}

.menu-button.active {
  cursor: none;
}

.menu-button.active .menu-button__burger {
  transition: transform 0.2s linear 0.4s;
  transform: rotate(45deg);
  cursor: none;
}

.menu-button.active .menu-button__burger-line {
  transform: rotate(90deg);
  width: 19px;
}

.menu-button.active .menu-button__burger:before {
  top: 0;
  transition: top 0.2s linear;
}

.menu-button.active .menu-button__burger:after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.2s linear;
}

@media (min-width: 576px) {
  .container-stretch {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-stretch {
    max-width: 100%;
  }

  .advantages-card {
    aspect-ratio: 1 / 1;
  }

  .advantages-card__text {
    position: absolute;
    left: -10000px;
    opacity: 0;
  }

  .about-area__left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sliders-container {
    display: flex;
    align-items: flex-start;
  }

  .char-container {
    display: grid;
    grid-template-columns: 3fr 9fr;
    grid-gap: 40px;
  }

  .char-container__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .container-stretch {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider__pagination {
    display: none;
  }

  .mb-contacts {
    display: none;
  }

  .advantages-card:hover {
    background: #f4f4f4;
  }

  .advantages-card:hover .advantages-card__num {
    opacity: 0;
    position: absolute;
    left: -10000px;
  }

  .advantages-card:hover .advantages-card__title {
    color: #101010;
  }

  .category-page__grid .product-card:first-child {
    grid-column: 1/3;
  }

  .category-page__grid .product-card:nth-child(9) {
    grid-column: 2/4;
  }

  .category-page__grid .product-card:first-child .product-card__mediabox,
  .category-page__grid .product-card:nth-child(9) .product-card__mediabox {
    height: 210px;
    width: 100%;
  }

  .category-filter__buttons_mb {
    display: none;
  }

  .product-page__top {
    display: flex;
    flex-wrap: wrap;
  }

  .tarifs-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }

  .action-area__left {
    width: 700px;
  }

  .action-area__left.active {
    width: 478px;
  }

  .action-area__right {
    flex: 1 1 auto;
  }

  .steps-area__svg_mb {
    display: none;
  }

  .link-panel {
    display: none;
  }
}

@media (min-width: 1300px) {
  .container-stretch {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .product-card .product-card__btn-svg {
    display: none;
  }

  .category-page__grid .product-card:first-child .product-card__mediabox,
  .category-page__grid .product-card:nth-child(9) .product-card__mediabox {
    height: 345px;
  }

  .tarifs-slider__wrapper {
    grid-gap: 40px;
  }

  .action-area__left {
    width: 1100px;
  }

  .action-area__left.active {
    width: 745px;
  }
}

@media (max-width: 1599.98px) {
  .container {
    max-width: 970px;
  }

  body {
    font-size: 14px;
    line-height: 160%;
  }

  .frame {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .frame-m {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .frame-top {
    margin-top: 100px;
  }

  .page-m {
    margin-top: 70px;
  }

  .block-mtop {
    margin-top: 40px;
  }

  .title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .btn {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 21px;
  }

  .round-btn {
    height: 42px;
    width: 42px;
    line-height: 42px;
  }

  .round-btn:before {
    width: 8px;
    height: 16px;
  }

  .player-link:before {
    width: 80px;
    height: 80px;
    background-size: 12px 15px;
    background-position: calc(50% + 2px) center;
  }

  .zoom-link:before {
    width: 60px;
    height: 60px;
    background-size: 14px 14px;
  }

  #upbutton {
    height: 40px;
    width: 40px;
  }

  #upbutton:before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='12' height='6' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M15.5 8L8 1L0.5 8' stroke='white' stroke-linecap='round'/></svg>");
  }

  .slider__arrow {
    width: 42px;
    height: 42px;
  }

  .slider__arrow_prev {
    left: -52px;
  }

  .slider__arrow_next {
    right: -52px;
  }

  .phone {
    font-size: 16px;
  }

  .phone__svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }

  .phone:before {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }

  .site-header {
    padding: 8px 0;
  }

  .site-header__logo {
    width: 127px;
  }

  .main-menu {
    font-size: 14px;
  }

  .header__list-item {
    padding: 0 15px;
  }

  .main-menu__link_dropdown:after {
    margin-left: 15px;
  }

  .site-offer {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .site-offer_about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .site-offer_category {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .site-offer_prod .site-offer__container {
    grid-gap: 30px;
  }

  .site-offer__title {
    font-size: 36px;
    margin-bottom: 21px;
  }

  .site-offer_about .site-offer__title {
    font-size: 20px;
  }

  .site-offer__desc {
    font-size: 16px;
    margin-bottom: 20px;
    width: 50%;
  }

  .site-offer__desc {
    font-size: 14px;
    line-height: 160%;
    width: 90%;
  }

  .site-offer__advantages {
    margin-bottom: 30px;
  }

  .offer-advantages__label {
    font-size: 14px;
    margin-bottom: 0;
  }

  .offer-advantages__num {
    font-size: 50px;
  }

  .offer-advantages__desc {
    font-size: 14px;
  }

  /* .video-block_home {
    height: 750px;
  } */

  .video-block__container {
    height: 232px;
  }

  .video-block__container_prod {
    height: 349px;
  }

  .news-grid {
    grid-gap: 30px;
  }

  .catalog-area__grid,
  .catalog-page__grid {
    grid-gap: 30px;
  }

  .catalog-area__title {
    margin-bottom: 30px;
  }

  .catalog-area__info p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 160%;
  }

  .catalog-card__mediabox {
    margin-bottom: 15px;
  }

  .catalog-card__title {
    margin-bottom: 10px;
  }

  .catalog-card__link {
    font-size: 14px;
  }

  .services-area__title,
  .vacancy-area__title,
  .pricelist-area__title,
  .faq-area__title {
    margin-bottom: 30px;
  }

  .services-area__desc,
  .pricelist-area__desc {
    margin-bottom: 30px;
  }

  .services-area__cont,
  .vacancy-area__container,
  .seo-block,
  .pricelist-area__cont,
  .faq-area__container {
    grid-gap: 30px;
  }

  .services-card__body {
    padding: 20px 30px 20px 40px;
  }

  .services-card__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .services-card__footer {
    margin-top: 20px;
  }

  .services-card__price {
    font-size: 20px;
  }

  .services-item {
    margin-bottom: 30px;
  }

  .question-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .question-area__cont {
    margin-left: 0;
    width: 50%;
  }

  .question-area__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .question-area__title {
    font-size: 18px;
  }

  .advantages-area__title,
  .products-area__title,
  .news-area__title,
  .trust-area__title,
  .reviews-area__title,
  .photogallery-area__title,
  .tarifs-area__title,
  .dopservices-area__title {
    margin-bottom: 15px;
  }

  .advantages-area__desc,
  .products-area__desc,
  .news-area__desc,
  .trust-area__desc,
  .reviews-area__desc,
  .photogallery-area__desc,
  .tarifs-area__desc,
  .dopservices-area__desc {
    width: 50%;
    margin-bottom: 50px;
  }

  .advantages-grid {
    grid-gap: 30px;
  }

  .advantages-card {
    padding: 10px 20px 20px;
  }

  .advantages-card:before {
    width: 40px;
    height: 40px;
    background-size: 13px 13px;
  }

  .advantages-card__num {
    font-size: 40px;
  }

  .advantages-card__title {
    font-size: 16px;
  }

  .product-card__labels {
    top: 10px;
    right: 10px;
  }

  .product-card__mediabox {
    margin-bottom: 15px;
  }

  .product-card__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-card__prices {
    margin-bottom: 10px;
  }

  .product-card__price {
    font-size: 20px;
  }

  .product-card__btn {
    width: calc(100% - 52px);
  }

  .product-card .product-card__btn_round {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .product-card .product-card__btn-text {
    display: none;
  }

  .product-label {
    width: 25px;
    height: 25px;
  }

  .about-slider__item {
    height: 484px;
  }

  .about-slider__nav {
    height: 42px;
    bottom: 20px;
  }

  .about-slider__arrow {
    width: 12px;
    height: 12px;
  }

  .about-slider__arrow_next {
    left: 52px;
  }

  .about-area__left {
    width: 290px;
    height: 250px;
    padding-top: 80px;
  }

  .about-area__right {
    padding-top: 100px;
    padding-left: 80px;
    transform: translateY(-58px);
    margin-bottom: -58px;
    width: 610px;
  }

  .about-area__right p {
    margin-bottom: 30px;
  }

  .about-area__title {
    margin-bottom: 40px;
  }

  .news-card__body {
    padding-left: 98px;
  }

  .news-card__date {
    top: -23px;
  }

  .news-card__text {
    font-size: 14px;
    padding-top: 15px;
  }

  .date {
    height: 96px;
    width: 73px;
  }

  .date__num {
    font-size: 20px;
  }

  .site-footer__top {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .site-footer__label {
    font-size: 20px;
    flex: 0 0 34.5%;
  }

  .site-footer__phone {
    font-size: 20px;
  }

  .site-footer__body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-footer__logo-cont {
    flex: 0 0 34.5%;
  }

  .site-footer__logo-cont img {
    width: 129px;
  }

  .site-footer__bottom {
    padding-bottom: 20px;
  }

  .sotial__item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .pluses-area {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .pluses-grid {
    grid-gap: 30px;
  }

  .pluses-card__title {
    margin-bottom: 5px;
  }

  .pluses-card__num {
    font-size: 50px;
  }

  .employees-area__title {
    margin-bottom: 40px;
  }

  .employees-card__body {
    padding-top: 15px;
  }

  .employees-card__job {
    margin-bottom: 10px;
  }

  .employees-card__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .employees-slider__arrow_prev {
    left: -21px;
  }

  .employees-slider__arrow_next {
    right: -21px;
  }

  .trust-area__footer,
  .reviews-area__footer {
    margin-top: 40px;
  }

  .trust-grid {
    grid-gap: 30px;
  }

  .reviews-area__footer {
    display: none;
  }

  .reviews-card__body {
    padding-top: 15px;
  }

  .vacancy-accordeon__title {
    padding: 15px 0;
  }

  .vacancy-accordeon__arrow {
    height: 30px;
    width: 30px;
  }

  .vacancy-accordeon__svg {
    width: 12px;
    height: 12px;
  }

  .faq-accordeon__title {
    padding: 15px 0;
  }

  .faq-accordeon__arrow {
    height: 30px;
    width: 30px;
  }

  .faq-accordeon__svg {
    width: 12px;
    height: 12px;
  }

  .catalog-page__title {
    margin-bottom: 15px;
  }

  .catalog-page__desc {
    margin-bottom: 40px;
    width: 50%;
  }

  .category-page__grid {
    grid-gap: 30px;
  }

  .category-page__pagination {
    margin-top: 40px;
  }

  .category-filter__top {
    padding: 10px 20px;
  }

  .category-filter__buttons {
    margin-left: 94px;
  }

  .category-filter__button {
    margin: 5px 5px 5px 0;
  }

  .light-btn {
    font-size: 14px;
  }

  .sliders-container__main {
    height: 338px;
    flex: 0 0 calc(100% - 130px);
  }

  .sliders-container__thumbs {
    height: 338px;
    margin-right: 18px;
    flex: 0 0 112px;
  }

  .sliders-container__pagination {
    bottom: 12px;
  }

  .product-page__body {
    padding-top: 0;
    padding-left: 15px;
  }

  .product-page__sliders-container {
    padding-right: 15px;
  }

  .product-page__title {
    margin-bottom: 30px;
  }

  .product-page__details {
    margin-top: 26px;
  }

  .product-page__price {
    font-size: 20px;
  }

  .product-page__btn {
    margin-left: 30px;
  }

  .nav-tabs__link {
    padding: 15px 30px;
  }

  .tabs ul {
    padding: 0;
  }

  .service-page__about {
    grid-gap: 30px;
  }

  .photogallery-slider__item_vertical {
    height: 268px;
  }

  .photogallery-slider__item_horizontal {
    height: 210px;
  }

  .tarif-card {
    padding: 50px 25px;
  }

  .tarif-card {
    padding: 40px 23px;
  }

  .tarif-card__title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .tarif-card__price {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .tarif-card ul li {
    padding-left: 15px;
  }

  .action-area__cont {
    height: 694px;
  }

  .action-area__left {
    padding-right: 5%;
  }

  .action-area__quiz.active {
    width: 700px;
  }

  .action-area__quiz.active {
    width: 100%;
  }

  .action-area__quiz:before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    right: auto;
  }

  .action-area__title {
    margin-bottom: 15px;
  }

  .quiz__body-inner {
    margin-bottom: 30px;
    height: 410px;
    width: calc(100% + 40px);
    padding-bottom: 45px;
  }

  .quiz__step_step1 {
    padding: 125px 40px 35px;
  }

  .quiz__step_step2 {
    padding: 50px 40px 35px;
  }

  .quiz__step_step3 {
    padding: 110px 40px 35px;
  }

  .quiz__title {
    margin-bottom: 15px;
  }

  .quiz__desc {
    margin-bottom: 30px;
  }

  .quiz__varriant-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quiz__footer-sale {
    width: 250px;
    padding: 15px 20px;
    height: 64px;
  }

  .quiz__sale-val {
    font-size: 18px;
  }

  .quiz__varriant-grid2 {
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(100% - 40px);
  }

  .quiz__form-check {
    margin-top: 30px;
  }

  .quiz__form-send {
    margin-top: 30px;
  }

  .countdown {
    margin-bottom: 30px;
  }

  .countdown__number {
    width: 44px;
    margin-right: 40px;
  }

  .countdown__time {
    font-size: 38px;
    line-height: 45px;
  }

  .countdown__time:before {
    right: -30px;
  }

  .dopservices-area__grid {
    grid-gap: 30px;
  }

  .dopservices-card {
    min-height: 251px;
    padding: 30px 20px;
  }

  .dopservices-card__title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .dopservices-card__text {
    line-height: 160%;
  }

  .steps-area__grid {
    grid-gap: 30px;
  }

  .steps-area__svg_ds {
    width: 727px;
  }

  .steps-card {
    padding-top: 36px;
  }

  .steps-card:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .steps-card:nth-child(4):after {
    width: 24px;
    height: 24px;
    top: 3px;
    left: -7px;
  }

  .steps-card__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .news-page__container {
    grid-gap: 30px;
  }

  .news-page__title-text {
    margin-left: 20px;
  }

  .contacts-page__header {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .contacts-page__container {
    height: 543px;
  }

  .contacts-page__forms {
    padding: 76px 50px;
  }

  .contacts-page__forms-title {
    margin-bottom: 10px;
  }

  .contacts-page__forms-desc {
    margin-bottom: 25px;
  }

  .btn-contact {
    height: 42px;
    width: 123px;
    line-height: 42px;
  }

  .contacts-tab__cnt {
    padding: 85px 40px;
  }

  .contacts-tab__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }

  .contacts-tab__item {
    display: flex;
    align-items: flex-start;
  }

  .contacts-tab__label {
    flex: 0 0 40%;
  }

  .contacts-tab__item-body {
    padding-left: 15px;
  }

  .form__input {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }

  .form__btn {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 14px;
  }

  .contact-form .form__check-input {
    height: 22px;
    line-height: 22px;
    margin-right: 15px;
    background-size: 12px 12px;
  }

  .error-page__container {
    grid-gap: 30px;
    margin-bottom: -20px;
  }

  .error-page__title {
    margin-bottom: 10px;
  }

  .error-page p {
    margin-bottom: 20px;
  }

  .error-page__404 {
    font-size: 220px;
  }

  .thanks-popup {
    width: 500px;
    padding: 50px;
  }

  .thanks-popup_large {
    width: 605px;
  }

  .thanks-popup__title {
    margin-bottom: 30px;
  }

  .thanks-popup__svg {
    margin-bottom: 30px;
    height: 50px;
    width: 50px;
  }

  .popup-form__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .tabs__item_doc a {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .char-container {
    grid-gap: 30px;
  }

  .char-container__advantages {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 930px;
  }

  .frame {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .frame-m {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .frame-top {
    margin-top: 90px;
  }

  .page-m {
    margin-top: 65px;
  }

  .block-mtop {
    margin-top: 30px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  .title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 150%;
    border-radius: 19px;
  }

  .round-btn {
    height: 38px;
    width: 38px;
    line-height: 38px;
  }

  .player-link:before {
    width: 60px;
    height: 60px;
    background-size: 9px 11px;
  }

  .zoom-link:before {
    width: 50px;
    height: 50px;
    background-size: 12px 12px;
  }

  .slider__arrow {
    display: none;
  }

  .pagination__item {
    margin: 0 2.5px;
  }

  .pagination__link,
  .pagination__current {
    height: 33px;
    width: 33px;
    line-height: 33px;
  }

  .pagination__gap {
    width: 33px;
    padding-bottom: 3px;
  }

  .site-header {
    padding: 10px 0;
  }

  .site-header__logo {
    width: 100px;
  }

  .site-header__phone {
    display: none;
  }

  .main-menu {
    display: block;
    text-align: right;
  }

  .header__list-item {
    padding: 0;
    margin-bottom: 30px;
  }

  .header__list-item:last-child {
    margin-bottom: 0;
  }

  .main-menu__link {
    font-size: 14px;
    color: #373737;
  }
  .menu-item a {
    font-size: 14px;
    color: #373737;
  }

  .main-menu__link_dropdown:after {
    display: none;
  }

  .site-offer {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .site-offer_about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-offer_category {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-offer_prod .site-offer__container {
    display: block;
  }

  .site-offer_prod .site-offer__right {
    display: none;
  }

  .site-offer__title {
    line-height: 120%;
    font-size: 32px;
    margin-bottom: 15px;
  }

  .site-offer_about .site-offer__title {
    font-size: 28px;
  }

  .video-block_home {
    height: 412px;
  }

  .video-block__container {
    height: 412px;
  }

  .video-block__container_prod {
    height: 201px;
  }

  .video-block video {
    display: none;
  }

  .mobile-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    padding: 138px 15px 15px;
    overflow-y: hidden;
    transform: translateX(100%);
    transition: transform 0.3s;
  }

  .mobile-panel:before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    left: 54px;
    top: 0;
    height: 100%;
    background: #ca180d;
    z-index: -1;
  }
  .menu-button.active {
    background: #fff;
  }
  .active .menu-button__burger::before,
  .active .menu-button__burger::after {
    background: #ca180d;
  }

  .mobile-panel.active {
    transform: translateX(0);
  }

  .mobile-panel__contacts {
    margin-top: 90px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .catalog-area__grid,
  .catalog-page__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .catalog-area__title {
    margin-bottom: 15px;
  }

  .catalog-area__info p {
    margin-bottom: 20px;
  }

  .services-area__title,
  .vacancy-area__title,
  .pricelist-area__title,
  .faq-area__title {
    margin-bottom: 15px;
  }

  .services-area__desc,
  .pricelist-area__desc {
    margin-bottom: 20px;
  }

  .services-area__cont,
  .vacancy-area__container,
  .seo-block,
  .pricelist-area__cont,
  .faq-area__container {
    display: block;
  }

  .services-card__mediabox {
    flex: 0 0 34%;
  }

  .services-card__body {
    flex: 0 0 66%;
  }

  .services-card__body {
    padding: 20px 30px;
  }

  .question-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(/content/themes/st-theme/new-assets/images/question-bg-mob.webp) center no-repeat;
    background-size: cover;
  }

  .question-area__cont {
    width: 80%;
  }

  .advantages-area__title,
  .products-area__title,
  .news-area__title,
  .trust-area__title,
  .reviews-area__title,
  .photogallery-area__title,
  .tarifs-area__title,
  .dopservices-area__title {
    margin-bottom: 10px;
  }

  .advantages-area__desc,
  .products-area__desc,
  .news-area__desc,
  .trust-area__desc,
  .reviews-area__desc,
  .photogallery-area__desc,
  .tarifs-area__desc,
  .dopservices-area__desc {
    margin-bottom: 30px;
    width: 80%;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .advantages-card {
    justify-content: flex-start;
  }

  .advantages-card:before {
    display: none;
  }

  .advantages-card__num {
    margin-bottom: 20px;
  }

  .advantages-card__text {
    opacity: 1;
    display: block;
    color: #fff;
  }

  .advantages-card__title {
    margin-top: auto;
  }

  .product-card .product-card__btn_round {
    width: 38px;
    height: 38px;
  }

  .about-slider__nav {
    position: relative;
    bottom: auto;
    top: 0;
    height: auto;
  }

  .about-area__cont {
    flex-direction: column;
  }

  .about-area__left {
    order: 1;
    padding-top: 50px;
    width: 286px;
    height: 236px;
  }

  .about-area__right {
    padding-top: 40px;
    width: 100%;
    padding-left: 0;
    transform: translateY(0);
    margin-bottom: 0;
  }

  .news-card__body {
    padding-left: 94px;
  }

  .news-card__date {
    top: -18px;
  }

  .date {
    height: 88px;
    width: 69px;
  }

  .date__num {
    font-size: 16px;
  }

  .date__text {
    font-size: 12px;
  }

  .site-footer {
    padding-bottom: 50px;
  }

  .site-footer__top {
    padding-top: 50px;
    padding-bottom: 30px;
    justify-content: space-between;
  }

  .site-footer__label {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .site-footer__phone {
    font-size: 18px;
    margin-left: 0;
  }

  .site-footer__body {
    padding-top: 20px;
  }

  .site-footer__logo-cont {
    flex: 0 0 auto;
  }

  .site-footer__logo-cont img {
    width: 100px;
  }

  .site-footer__address {
    display: none;
  }

  .site-footer__copyright {
    font-size: 12px;
  }

  .footer-menu {
    display: none;
  }

  .sotial__item {
    margin-right: 5px;
  }

  .site-developer {
    font-size: 12px;
  }

  .site-developer__svg {
    width: 37px;
    height: 35px;
    margin-right: 10px;
  }

  .pluses-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }

  .pluses-card__title {
    font-size: 14px;
    margin-bottom: 0;
  }

  .pluses-card__num span.let {
    font-size: 14px;
  }

  .employees-area__title {
    margin-bottom: 30px;
  }

  .employees-card__job {
    font-size: 14px;
  }

  .employees-card__title {
    font-size: 14px;
  }

  .employees-card__phone {
    font-size: 14px;
  }

  .trust-area__footer,
  .reviews-area__footer {
    margin-top: 30px;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .reviews-card__name {
    font-size: 14px;
  }

  .catalog-page__title {
    margin-bottom: 10px;
  }

  .catalog-page__desc {
    margin-bottom: 30px;
    width: 100%;
  }

  .seo-block__left {
    margin-bottom: 30px;
  }

  .category-page__grid {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .category-page__pagination {
    margin-top: 30px;
  }

  .category-filter__top {
    padding: 15px 20px;
  }

  .category-filter__label {
    font-size: 14px;
  }

  .category-filter__label:before {
    margin-right: 20px;
    height: 14px;
    width: 19px;
  }

  .category-filter__label-svg {
    margin-right: 20px;
    height: 14px;
    width: 19px;
  }

  .category-filter__buttons {
    margin-left: 0;
    margin-bottom: 10px;
    flex: 0 0 100%;
  }

  .category-filter__buttons_ds {
    display: none;
  }

  .category-filter__button {
    margin: 5px 10px 5px 0;
  }

  .category-filter__inner {
    padding: 15px 20px 10px 20px;
  }

  .category-filter__item {
    width: 250px;
    margin: 10px 37px 10px 0;
  }

  .category-filter__item:nth-child(odd) {
    margin-right: 0;
  }

  .light-btn {
    ont-size: 10px;
  }

  .filter__label {
    margin-bottom: 5px;
  }

  .filter__choise {
    padding: 8px 10px 8px 16px;
  }

  .sliders-container__main {
    height: 444px;
    flex: 0 0 calc(100% - 147px);
  }

  .sliders-container__thumbs {
    height: 444px;
    margin-right: 23px;
    flex: 0 0 124px;
  }

  .product-page__top {
    margin-bottom: 50px;
  }

  .product-page__body {
    padding-left: 0;
    margin-top: 30px;
  }

  .product-page__sliders-container {
    padding-right: 0;
  }

  .product-page__title {
    margin-bottom: 20px;
  }

  .product-page__details {
    margin-top: 20px;
  }

  .nav-tabs__link {
    padding: 10px 30px;
  }

  .tabs__item {
    padding: 40px;
  }

  .tabs__item_doc a {
    margin-bottom: 20px;
    margin-right: 30px;
    width: 40%;
  }

  .tabs ul li {
    padding: 10px 0;
  }

  .tabs ul li span {
    width: 20%;
  }

  .char-container {
    grid-gap: 20px;
  }

  .char-container__advantages {
    margin-bottom: 20px;
  }

  .service-page__about {
    grid-template-columns: repeat(1, 1fr);
  }

  .photogallery-slider__item_vertical {
    height: 234px;
  }

  .photogallery-slider__item_horizontal {
    height: 184px;
  }

  .pricelist-area__right {
    margin-top: 30px;
  }

  .pricelist-area__btn {
    display: none;
  }

  .tarif-card__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .tarif-card ul {
    margin: 0 0 20px 0;
  }

  .tarif-card ul li:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }

  .tarifs-slider-container {
    width: 150%;
  }

  .tarifs-slider__item {
    width: 286px;
  }

  .action-area__cont {
    flex-direction: column;
    height: auto;
    background: #ba1f1f;
  }

  .action-area__left {
    order: 1;
    flex: 0 0 100%;
    padding: 50px 0;
  }

  .action-area__left:before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    right: auto;
  }

  .action-area__left p {
    margin-bottom: 30px;
  }

  .action-area__quiz {
    order: 1;
    flex: 0 0 100%;
    padding: 50px 0;
  }

  .action-area__quiz:before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    right: auto;
  }

  .action-area__right {
    position: relative;
    height: 306px;
  }

  .action-area__mediabox {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .quiz__footer {
    margin-top: 30px;
  }

  .quiz__body-inner {
    width: calc(100% + 20px);
    padding-right: 20px;
    margin-bottom: 15px;
  }

  .quiz__step_step1 {
    padding: 0;
  }

  .quiz__step_step2 {
    padding: 0;
  }

  .quiz__step_step3 {
    padding: 0;
  }

  .quiz__footer-btns .round-btn {
    margin-right: 15px;
  }

  .quiz__varriant-grid2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .quiz__form-check {
    margin-top: 20px;
  }

  .quiz__form-send {
    margin-top: 20px;
  }

  .countdown__time {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .dopservices-area__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .dopservices-card {
    min-height: 239px;
  }

  .steps-area__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 69px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .steps-area__line {
    top: 9px;
  }

  .steps-area__svg_ds {
    display: none;
  }

  .steps-card {
    padding: 0 0 0 40px;
  }

  .steps-card:before {
    top: 5px;
    left: 5px;
  }

  .steps-card:nth-child(4):after {
    left: -2px;
    top: -1px;
  }

  .news-page__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-page__header {
    margin-bottom: 30px;
  }

  .contacts-page__header {
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-page__buttons {
    margin-left: auto;
  }

  .contacts-page__container {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .contacts-page__forms {
    padding: 60px 50px;
  }

  .contacts-tab {
    padding: 50px 30px;
  }

  .contacts-tab__cnt {
    padding: 60px 40px;
  }

  .contacts-tab__label {
    flex: 0 0 30%;
  }

  .contact-form {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .error-page__container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }

  .error-page__left {
    padding-top: 0;
  }

  .fancybox-close-small {
    height: 34px;
    width: 34px;
  }

  .fancybox-close-small:before {
    width: 12px;
    height: 12px;
  }

  .quiz-popup {
    padding: 50px;
    width: 605px;
  }

  .quiz-popup__title {
    margin-bottom: 30px;
  }

  .quiz-popup__form {
    margin-bottom: 30px;
  }
}

@media (max-width: 768.98px) {
  .error-page__container {
    grid-gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  .container .stretch {
    max-width: 100%;
  }

  .frame {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frame-m {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .frame-top {
    margin-top: 80px;
  }

  .page-m {
    margin-top: 60px;
  }

  .block-mtop {
    margin-top: 20px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .slider__pagination .swiper-pagination-bullet {
    width: 30px;
  }

  .site-header {
    padding: 6px 0;
  }

  .site-offer {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .site-offer_about {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .site-offer_category {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .site-offer__title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .site-offer_about .site-offer__title {
    font-size: 26px;
  }

  .video-block_home {
    height: 212px;
  }

  .video-block__container {
    height: 212px;
  }

  .video-block__container_prod {
    height: 129px;
  }

  .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-area__grid,
  .catalog-page__grid {
    grid-gap: 15px;
  }

  .catalog-area__title {
    line-height: 120%;
  }

  .catalog-area__info {
    grid-column: 1 / 3;
    padding-bottom: 15px;
  }

  .catalog-area__info p {
    margin-bottom: 15px;
  }

  .services-area__desc,
  .pricelist-area__desc {
    margin-bottom: 15px;
  }

  .services-card {
    display: block;
  }

  .services-card__mediabox {
    height: 222px;
  }

  .services-card__body {
    padding: 20px 15px;
  }

  .services-card__title {
    margin-bottom: 15px;
  }

  .services-card__footer {
    margin-top: 15px;
  }

  .services-item {
    margin-bottom: 20px;
  }

  .question-area__cont {
    width: 100%;
  }

  .question-area__title {
    margin-bottom: 10px;
  }

  .advantages-area__desc,
  .products-area__desc,
  .news-area__desc,
  .trust-area__desc,
  .reviews-area__desc,
  .photogallery-area__desc,
  .tarifs-area__desc,
  .dopservices-area__desc {
    width: 100%;
  }

  .advantages-card__num {
    margin-bottom: 15px;
  }

  .advantages-card__title {
    margin-top: 20px;
  }

  .about-area__left {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .about-area__right {
    padding-top: 30px;
  }

  .about-area__title {
    margin-bottom: 30px;
  }

  .news-card__date {
    top: -16px;
  }

  .news-card__text {
    padding-top: 7px;
  }

  .site-footer__top {
    padding-top: 40px;
    flex-wrap: wrap;
  }

  .site-footer__label {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .site-footer__bottom {
    display: block;
    padding-bottom: 18px;
  }

  .site-footer__copyright {
    margin-bottom: 5px;
  }

  .pluses-grid {
    grid-gap: 15px;
  }

  .pluses-card__num {
    font-size: 40px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .vacancy-area {
    display: none;
  }

  .vacancy-accordeon ul {
    margin-bottom: 16px;
  }

  .vacancy-accordeon ul li {
    margin-bottom: 16px;
  }

  .faq-accordeon ul {
    margin-bottom: 16px;
  }

  .faq-accordeon ul li {
    margin-bottom: 16px;
  }

  .seo-block__title br {
    display: none;
  }

  .seo-block__left {
    margin-bottom: 22px;
  }

  .category-page__grid {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .sliders-container__main {
    height: 344px;
    width: 100%;
  }

  .sliders-container__thumbs {
    display: none;
  }

  .tabs__item {
    padding: 30px;
  }

  .tabs__item_doc a {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 90%;
  }

  .tabs ul li span {
    width: 30%;
  }

  .char-container__left {
    margin-bottom: 20px;
  }

  .photogallery-slider__item_vertical {
    height: 210px;
  }

  .photogallery-slider__item_horizontal {
    height: 165px;
  }

  .tarifs-area__title {
    text-align: left;
  }

  .tarifs-area__desc {
    text-align: left;
  }

  .action-area__title {
    margin-bottom: 10px;
  }

  .quiz__body-inner {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 25px;
  }

  .quiz__body-inner:before {
    display: none;
  }

  .quiz__varriant-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 330px;
  }

  .quiz__footer-sale {
    width: 200px;
    padding: 15px 20px;
    height: 44px;
  }

  .quiz__form-check {
    margin-top: 15px;
  }

  .quiz__form-send {
    margin-top: 15px;
  }

  .dopservices-area__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .news-page__title-text {
    margin-left: 15px;
  }

  .contacts-page__forms {
    padding: 60px 20px;
  }

  .contacts-page__forms-desc {
    margin-bottom: 20px;
  }

  .contacts-tab {
    padding: 50px 20px;
  }

  .contacts-tab__cnt {
    padding: 50px 20px;
  }

  .contacts-tab__grid {
    grid-gap: 30px;
  }

  .error-page__404 {
    font-size: 185px;
  }

  .quiz-popup {
    padding: 50px 30px 35px;
  }

  .thanks-popup {
    padding: 50px 30px 35px;
  }

  .thanks-popup__svg {
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
  }

  .popup-form {
    padding: 45px 50px 35px;
  }

  .popup-form__desc {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .container .stretch {
    max-width: 100%;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .reviewsslider-cont {
    width: calc(100% + 40px);
  }

  .reviews-slider__item {
    width: 286px;
  }
}

@media (max-width: 479.98px) {
  .advantages-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .product-slider__item {
    width: 210px;
  }

  .projectslider-cont {
    width: calc(100% + 20px);
  }

  .employeesslider-cont {
    width: calc(100% + 10px);
  }

  .employees-slider__item {
    width: 286px;
  }
}

@media (max-width: 405.98px) {
  .steps-area__grid {
    grid-gap: 49px;
  }
}

@media (max-width: 374.98px) {
  .product-page__btn {
    margin-left: auto;
  }
}
.about {
  display: flex;
  width: 100%;
  padding-bottom: 150px;
}
.about_item {
  width: 50%;
  padding-right: 130px;
}
.about_item-slide {
  height: 640px;
  padding-bottom: 40px;
}
.about_item-slide img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
.swiper_nav {
  position: relative;
  display: flex;
  justify-content: center;
}
.about_item-slide-prev {
  position: relative;
  width: 67px;
  height: 67px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.about_item-slide-prev::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  background: #ca180d;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about_item-slide-prev:hover {
  border: 1px solid #ca180d;
}
.about_item-slide-prev:hover:after {
  top: 4px;
  left: 4.5px;
  width: 57px;
  height: 57px;
}
.about_item-slide-prev svg {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 17px;
  height: 17px;
}
.about_item-slide-next {
  position: relative;
  width: 67px;
  height: 67px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.about_item-slide-next::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  background: #ca180d;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about_item-slide-next:hover {
  border: 1px solid #ca180d;
}
.about_item-slide-next:hover:after {
  top: 4px;
  left: 4.5px;
  width: 57px;
  height: 57px;
}
.about_item-slide-next svg {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 17px;
  height: 17px;
}
.subtitle_main {
  color: #353535;
  font-size: 16px;
  font-family: "FuturaBookC";
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  position: relative;
  text-transform: uppercase;
  padding-left: 80px;
}
.subtitle_main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #d24a43;
  width: 50px;
  height: 2px;
  flex-shrink: 0;
}
.title_main {
  color: #353535;
  font-size: 39px;
  font-style: normal;
  font-family: "AG_Futura";
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 18px;
}
.section_header {
  margin-bottom: 60px;
}
.about_item-content p {
  margin-top: 0;
}
.dishes {
  margin-bottom: 150px;
}
.dishes-swiper {
  margin-right: -400px !important;
  overflow-x: hidden !important;
}
.dishes_item-slide-img-container {
  position: relative;
}
.dishes_item-slide img {
  height: 406px;
  width: 100%;
  object-fit: cover;
}
.dishes_item-slide .dishes_item-slide-rest-img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 100px;
  width: 160px;
  object-fit: contain;
  z-index: 2;
}
.dishes_item-slide-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0 30px 0;
}
.dishes .swiper_nav {
  margin-right: 400px;
}
.dishes_item-slide-info {
  margin-bottom: 30px;
}
.dishes_item-slide-info-title {
  color: #353535;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 10px;
}
.dishes_item-slide-info-link {
  color: #383838;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ca180d;
  text-decoration: none;
}
.news_item-slide-info {
  margin-bottom: 50px;
}
.news_item-slide-info-date {
  color: #ca180d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-right: 30px;
  margin-bottom: 10px;
}
.news_item-slide-info-time {
  color: #ca180d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.news_item-slide-info-desc {
  color: #353535;
  width: 90%;
}
.news .swiper_nav {
  margin-right: 400px;
}
.who_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.who_item-number-one {
  font-family: "AG_Futura-Bold";
  opacity: 0.9;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 150px;
  line-height: 140px;
  font-style: normal;
  font-weight: 700;
  background: #fff;
  mix-blend-mode: multiply;
  margin-bottom: 30px;
}

.who_item-desc {
  color: #353535;
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faces {
  margin-bottom: 150px;
}
.faces_desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.faces_desc p {
  width: 50%;
  padding-right: 150px;
}
.faces_content .swiper_nav {
  margin-top: 50px;
}
.faces_item-slide img {
  height: 430px;
  width: 100%;
  object-fit: cover;
}
.faces_item-slide-info {
  margin-top: 20px;
}
.faces_item-slide-info-title {
  margin-bottom: 5px;
  color: #353535;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.faces_item-slide-info-desc {
  color: #353535;
  font-size: 13px;
  font-family: "FuturaLight";
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.banner_container {
  position: relative;
  height: 787px;
  margin-bottom: 150px;
}
.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner_title {
  color: #fff;
  font-size: 70px;
  font-family: "AG_Futura-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.banner_content-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.banner_title {
  width: 50%;
  margin-right: 160px;
}
.banner_logo-pay {
  display: flex;
  flex-direction: column;
  width: 360px;
}
.banner_logo-pay a {
  width: 100%;
  text-decoration: none;
  border-bottom: none;
}
.banner_logo-pay a img {
  width: 141px;
  height: fit-content;
  object-fit: contain;
  margin-bottom: 30px;
}
.banner_logo-pay-qr {
  width: 141px;
  height: 141px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.hidden_form {
  background: #f34639;
}
.hidden_form .btn_main-white {
  color: #f34639;
}
.hidden_form-container {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hidden_form-title {
  width: 50%;
  color: #fff;
  font-size: 39px;
  font-family: "AG_Futura-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  padding: 85px 0;
}
.footer_nav-container {
  display: flex;
  justify-content: space-between;
}
.footer_nav-download {
  display: flex;
  padding: 60px 0;
}
.footer_nav-download a,
.footer_socials a {
  border-bottom: none;
}
.footer_socials svg path {
  transition: all 0.3s ease-in-out;
}
.footer_socials svg path:hover {
  fill: #ca180d;
}
.footer_nav-download a:not(:last-child) {
  margin-right: 20px;
}
.footer_nav-rest {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  margin: 60px 0 40px 0;
  height: 90px;
  width: 60%;
}
.footer_nav-rest-item {
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 162px;
  margin-bottom: 20px;
  text-decoration: none;
}
.footer_copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.footer_copyright-container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footer_copyright-container-right {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.footer_socials {
  display: flex;
  align-items: center;
}
.footer_socials a {
  margin-right: 30px;
  height: fit-content;
}
.stebnev {
  color: #363636;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.stebnev-link {
  color: #363636;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;

  border-bottom: 1px solid #d24a43;
}
.footer_copy {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1980px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 930px;
  }
  .header__list-item {
    padding: 0;
  }
  .header__list-item a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "FuturaLight";
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .header__list-item:not(:last-child) {
    margin-right: 35px !important;
  }
  .offer_title {
    font-size: 32px;
    max-width: 770px;
  }
  .offer_content {
    padding: 213px 0;
  }
  .who_item-number-one {
    font-size: 100px !important;
  }
  .who_item-desc {
    font-size: 24px;
  }
  .restorans_container {
    padding: 100px 0;
  }
  .about {
    padding-bottom: 100px;
  }
  .about_item {
    padding-right: 30px;
  }
  .section_header {
    margin-bottom: 40px;
  }
  .subtitle_main {
    font-size: 12px;
  }
  .title_main {
    font-size: 24px;
  }
  .video-block_home {
    height: 217px;
  }
  .video-block__link {
    width: auto;
  }

  .player-link:before {
    width: 70px;
    height: 70px;
    /* background-size: 60px 60px; */
    background-position: 50% center;
  }

  .player-link:after {
    width: 85px;
    height: 85px;
  }

  .about_item-slide {
    height: 316px;
  }
  .about_item-slide-prev,
  .about_item-slide-next {
    width: 60px;
    height: 60px;
  }
  .about_item-slide-prev svg,
  .about_item-slide-next svg {
    top: 22px;
    left: 22px;
  }
  .dishes {
    margin-bottom: 100px;
  }
  .dishes_item-slide img {
    height: 242px;
  }
  .dishes_item-slide-info {
    margin: 10px 0 30px 0;
  }
  .dishes_item-slide-info-title {
    font-size: 16px;
  }
  .dishes_item-slide-info-link {
    font-size: 14px;
  }
  .who_container {
    margin-bottom: 100px;
  }
  .faces_desc p {
    padding-right: 30px;
  }
  .faces_desc {
    margin-bottom: 40px;
  }
  .faces_item-slide img {
    height: 252px;
  }
  .faces_item-slide-info-title {
    font-size: 16px;
  }
  .faces_item-slide-info-desc {
    font-size: 12px;
  }
  .faces_content .swiper_nav {
    margin-top: 30px;
  }
  .faces {
    margin-bottom: 100px;
  }
  .banner_container {
    margin-bottom: 100px;
  }
  .banner_title {
    font-size: 48px;
  }
  .banner_container {
    height: 421px;
  }
  .banner_logo-pay a img,
  .banner_logo-pay-qr {
    margin-bottom: 20px;
  }
  .dishes_item-slide-info-title {
    margin-bottom: 10px;
  }
  .dishes_item-slide img {
    margin-bottom: 10px;
  }
  .news_item-slide-info-desc {
    font-size: 16px;
  }
  .hidden_form-title {
    font-size: 24px;
    padding: 60px 0;
  }
  .btn_main-white,
  .btn_main {
    font-size: 14px;
  }
  .footer_nav-rest-item {
    font-size: 14px;
    margin-left: 62px;
    margin-bottom: 15px;
  }
  .footer_nav-download a:not(:last-child) {
    margin-right: 12px;
  }
  .footer_nav-download img {
    width: 100px;
  }
  .footer_nav-rest {
    height: 73px;
    margin: 40px 0 20px 0;
  }
  .footer_nav-download {
    display: flex;
    padding: 40px 0;
  }
  .footer_copyright-container {
    padding: 20px 0;
  }
  .stebnev,
  .stebnev-link {
    font-size: 12px;
  }
}
.menu-button {
  display: none;
}
@media (max-width: 1024px) {
  .site-header-white .header__list-item a {
    color: #fff;
  }
  .mobile_menu_btn {
    display: flex !important;
  }
  .menu-button {
    display: block;
  }
  .header__list-item a {
    color: #000;
  }

  .offer_title {
    font-size: 30px;
  }
  .container {
    max-width: 930px;
  }
  .offer_content {
    padding: 364px 0;
  }
  .restorans_container {
    flex-wrap: wrap;
    padding: 80px 0;
  }
  .restorans_container a {
    width: 33.33%;
  }
  .restorans_img {
    width: 100px;
  }
  .restorans_title {
    font-size: 14px;
  }
  .about {
    flex-direction: column;
    width: 100%;
  }
  .about_item {
    width: 100%;
    padding-right: 0;
  }
  .about_item-slide-prev {
    margin-right: 10px;
  }
  .about_item-slide-prev,
  .about_item-slide-next {
    width: 43px;
    height: 43px;
  }
  .about_item-slide-prev svg,
  .about_item-slide-next svg {
    top: 13px;
    left: 13px;
  }
  .about_item:first-child {
    margin-bottom: 30px;
  }
  .about_item:last-child {
    max-width: 646px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .title_main {
    font-size: 20px;
  }
  .dishes_item-slide img {
    height: 204px;
  }
  .dishes-swiper,
  .dishes .swiper_nav {
    margin-right: 0 !important;
  }
  .dishes_item-slide-info {
    padding-top: 0;
    margin-top: 0;
  }
  .dishes_item-slide-info-title,
  .dishes_item-slide-info-link {
    font-size: 14px;
    font-family: "FuturaLight";
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .dishes_item-slide img {
    margin-bottom: 0;
  }
  .dishes {
    margin-bottom: 80px;
  }
  .who_container {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .who_item {
    width: 50%;
    margin-bottom: 37px;
  }
  .faces_desc {
    flex-direction: column;
  }
  .faces_desc p {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .faces_item-slide-info-title {
    font-size: 14px;
  }
  .faces_item-slide-info-desc {
    font-size: 10px;
  }
  .faces {
    margin-bottom: 80px;
  }
  .banner_title {
    font-size: 36px;
  }
  .banner_logo-pay {
    width: 91px;
  }
  .banner_title {
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
  }
  .banner_container {
    margin-bottom: 80px;
  }
  .news .swiper_nav {
    margin-right: 0;
  }
  .news {
    margin-bottom: 80px;
  }
  .hidden_form-title {
    width: 100%;
    font-size: 20px;
    padding: 50px 0;
  }
  .btn_main-white span {
    width: max-content;
  }
  .footer_nav-download {
    flex-direction: column;
  }
  .footer_copy {
    font-size: 12px;
    width: 205px;
  }
  .footer_copyright-container-right {
    width: auto;
  }
}
@media (max-width: 768px) {
  #light {
    padding-top: 67px;
  }
  .offer_content {
    padding: 226px 15px;
  }
  .offer_title {
    font-size: 24px;
  }
  .restorans_container {
    padding: 80px 15px;
  }
  .restorans_container a {
    width: 50%;
  }
  .about_item:last-child {
    padding: 0 15px;
  }
  .dishes-swiper {
    margin-right: -300px !important;
  }
  .dishes .swiper_nav {
    margin-right: 300px !important;
  }
  .faces-swiper {
    margin-right: -120px !important;
  }
  .faces-swiper .swiper_nav {
    margin-right: 120px !important;
  }
  .faces-swiper .swiper_nav {
    margin-right: 120px !important;
  }
  .news .swiper_nav {
    margin-right: 300px !important;
  }
  .who_item {
    width: 100%;
  }
  .banner_content-blocks {
    flex-direction: column;
    align-items: start;
  }
  .banner_title {
    margin-top: 80px;
    font-size: 31px;
    margin-bottom: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner_container {
    height: 422px;
  }
  .banner_logo-pay a img,
  .banner_logo-pay-qr {
    margin-bottom: 15px;
  }
  .banner_content-blocks {
    justify-content: start;
  }
  .hidden_form-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .hidden_form-title {
    padding-bottom: 25px;
  }
  .hidden_form-container .btn_main-white {
    margin-bottom: 50px;
  }
  .footer_nav-container {
    flex-direction: column;
  }
  .footer_nav-download {
    display: flex;
    flex-direction: row;
  }
  .footer_nav-rest {
    width: 100%;
  }
  .footer_nav-rest-item {
    margin-left: 45px;
  }
  .footer_copyright-container {
    flex-direction: column;
  }
  .footer_copy {
    margin-bottom: 10px;
  }
  .footer_copyright-container-right {
    flex-direction: row-reverse;
  }
  .footer_socials {
    margin-top: -80px;
  }
  .footer_nav-rest {
    margin-top: 0;
  }
  .footer_nav-download {
    padding-bottom: 20px;
  }
  .dishes_item-slide .dishes_item-slide-rest-img {
    width: 100px;
    height: 60px;
  }
}
.offer_btns {
  margin-top: 60px;
}
.offer_desc {
  color: #fff;
  font-size: 16px;
  font-family: "FuturaLight";
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.offer_btn:not(:last-child) {
  margin-right: 30px;
}
.offer_arrow {
  position: absolute;
  bottom: 105px;
  left: calc(50% - 192px);
  width: 105px;
  height: 105px;
  object-fit: contain;
}
.offer_qr {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 52px);
  width: 105px;
  height: 105px;
  object-fit: contain;
}
.hero-card,
.gifts_sertificate,
.card_adv,
.open_form-section {
  margin-bottom: 150px;
}
.gifts_sertificate-container {
  display: flex;
}
.gifts_sertificate-item {
  width: 50%;
  padding-right: 160px;
}
.any-content a {
  color: #ca180d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border-bottom: none;
  text-decoration: underline;
}
.card_adv-container {
  display: flex;
  gap: 30px;
}
.card_adv-item {
  width: calc(25% - 30px);
}
.card_adv-item-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  background-color: #ca180d;
  margin-bottom: 30px;
}
.card_adv-item-svg svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.card_adv-item-desc {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.open_form-container {
  width: 100%;
}
.open_form {
  display: flex;
  margin-bottom: 95px;
  justify-content: space-between;
}
.open_form__form-send button {
  background: none;
  border-radius: none;
}
.open_form__input {
  background: none;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  margin-right: 30px;
  padding: 10px 0;
  color: #fff;
  width: 360px;
}
.open_form__input::placeholder {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-family: "FuturaLight";
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.form__check-label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.form__check-label a {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.form__check-label a:hover {
  color: #fff;
  border-bottom: 1px solid #e91e1e;
}
.open_form__check {
  display: flex;
}
.card_adv-item-img {
  margin-bottom: 30px;
}
.review_header {
  display: flex;
}
.review_header-item {
  width: 50%;
}
.review_header-item:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-bottom: 70px;
}
.breadcrumbs {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 100px;
}
.filter_title {
  padding-right: 50px;
}
.review_header-item select {
  min-width: 260px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  background: #fff;
  padding: 10px 20px;
}
.review_header-item select {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 0.85em auto;
  background-image: url("/content/themes/st-theme/new-assets/images/ar.svg");
}

.review_header-item select::-ms-expand {
  display: none;
}

.review_content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.review_item {
  width: calc(33.33% - 20px);
}
.review_item .video-block__link {
  width: 100%;
}
.review_item .video-block {
  margin-bottom: 30px;
}
.review_item .video-block_home {
  margin-top: 0;
}
.category_pagination-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.category_pagination .page-numbers {
  color: #101010;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.category_pagination .current {
  border-radius: 8px;
  background: #ca180d;
  color: #fff;
  padding: 14px;
}
.contacts-form-block .open_form__check {
  width: 100%;
}
.contacts-form-block .form__check-label {
  text-align: left;
}

@media (max-width: 1440px) {
  .gifts_sertificate-item {
    padding-right: 30px;
  }
  .any-content p {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
  .any-content a {
    color: #ca180d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  .gifts_sertificate,
  .hero-card,
  .gifts_sertificate,
  .card_adv,
  .open_form-section {
    margin-bottom: 100px;
  }
  .open_form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .open_form .form__controls,
  .open_form .open_form__check {
    width: calc(33% - 30px);
  }
  .open_form__input {
    margin-right: 0;
    width: 100%;
  }
  .form__check-label {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .hero-card .offer_content {
    margin-bottom: 231px;
  }
  .hero-card .offer_title {
    margin-bottom: 10px;
  }
  .offer_container .offer_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: top 0 right -210px;
    object-fit: cover;
    z-index: -1;
  }
  .gifts_sertificate-container {
    flex-direction: column;
  }

  .gifts_sertificate-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .gifts_sertificate-item:last-child {
    align-items: center;
  }
  .gifts_sertificate-item-card {
    max-width: 70%;
  }
  .card_adv-plus .card_adv-container {
    flex-wrap: wrap;
  }
  .card_adv-plus .card_adv-item {
    display: flex;
    width: calc(50% - 30px);
  }
  .card_adv-plus .card_adv-item-svg {
    min-width: 80px;
    margin-right: 20px;
  }
  .card_adv-vygody .card_adv-container {
    flex-wrap: wrap;
  }
  .card_adv-vygody .card_adv-item {
    width: calc(50% - 30px);
  }
  .card_adv-vygody .card_adv-item-img {
    margin-bottom: 15px;
  }
  .mobile-panel {
    padding-left: 100px;
    max-width: 400px;
    padding-top: 120px;
  }
  .main-menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .main-menu li {
    text-align: left;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .main-menu li a {
    color: #fff;
  }
  .main-menu li a:hover {
    color: #fff;
  }
  .review_item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .offer_container .offer_wrap {
    object-position: top 0 right -310px;
  }
  .hero-card .offer_content {
    padding-bottom: 42px;
  }
  .offer_btn:not(:last-child) {
    margin-bottom: 15px;
  }
  .hero-card .offer_content {
    margin-bottom: 142px;
    padding-top: 150px;
  }
  .offer_title {
    font-family: "AG_Futura";
  }
  .offer_arrow {
    height: 63px;
    width: 72px;
    bottom: 75px;
    left: calc(50% - 105px);
  }
  .offer_qr {
    height: 65px;
    width: 65px;
    left: calc(50% - 32px);
  }
  .gifts_sertificate,
  .hero-card,
  .gifts_sertificate,
  .card_adv,
  .open_form-section {
    margin-bottom: 80px;
  }
  .gifts_sertificate-item-card {
    max-width: 100%;
  }
  .card_adv-container {
    gap: 25px;
  }
  .card_adv-plus .card_adv-container {
    flex-wrap: wrap;
  }
  .card_adv-plus .card_adv-item {
    display: flex;
    width: 100%;
  }
  .card_adv-plus .card_adv-item-svg {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .card_adv-item-desc {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
  .card_adv-item-svg svg {
    width: 25px;
    height: 25px;
  }
  .card_adv-vygody .card_adv-container {
    flex-wrap: wrap;
  }
  .card_adv-vygody .card_adv-item {
    width: calc(50% - 25px);
  }
  .open_form {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .open_form .form__controls,
  .open_form .open_form__check {
    width: 100%;
  }
  .hidden_form-container .btn_main-white {
    margin-bottom: 0;
  }
  .review_header {
    flex-direction: column;
  }
  .review_header-item select {
    margin-top: 10px;
    width: 100%;
  }
  .review_header-item select option span {
    color: #353535;
    font-family: "AG_Futura";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .review_header-item {
    width: 100%;
  }
  .review_item {
    width: 100%;
  }
}

.header-wrapper {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: 0.5s ease;
}

.popup-form {
  width: 100%;
  max-width: 990px;
  padding: 100px;
}
.popup-form__title {
  color: #353535;
  text-align: center;
  font-family: AG_Futura;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.popup-form__form {
  width: 100%;
  margin: 0;
}
.popup-form input::placeholder,
.popup-form textarea::placeholder {
  opacity: 1;
  color: #353535;
  font-family: AG_Futura;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.popup-form .form-group {
  margin-top: 0;
  margin-bottom: 30px;
}
.popup-form .open_form__check label {
  color: #353535;
  font-family: AG_Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.popup-form .form__check-input {
  border: 1px solid #d24a43;
}
.popup-form .form__check-label {
  display: block;
}
.popup-form .form__check-label a {
  color: #ca180d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border-bottom: none;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.popup-form .form-group-submit {
  display: flex;
  justify-content: center;
}
.popup-form .open_form__check {
  margin-bottom: 30px;
}
.popup-form .form__check-input:checked {
  background-color: #ca180d;
}
@media (max-width: 1024px) {
  .popup-form {
    padding: 30px;
  }
  .popup-form__title {
    font-size: 24px;
  }
  .popup-form .fancybox-close-small {
    background: none;
  }
  .popup-form .fancybox-close-small:hover {
    color: #999;
    opacity: 1;
  }

  .fancybox-close-small:hover:before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='1' height='21' transform='matrix(0.707116 -0.707097 0.707116 0.707097 0 1)' fill='%23434343'/><rect width='1' height='21' transform='matrix(0.707116 0.707097 -0.707116 0.707097 15 0)' fill='%23434343'/></svg>");
  }
  .popup-form .fancybox-close-small::before {
    width: 12px;
    height: 19px;
  }
  .popup-form .form-group {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .popup-form input::placeholder,
  .popup-form textarea::placeholder {
    font-size: 12px;
  }
  .popup-form .form__check-label a {
    font-size: 12px;
  }
}
.open_form-container {
  padding: 50px 0;
}
.open_form-container .wpcf7-form {
  display: flex;
  align-items: center;
}
.open_form-container .items-group {
  width: 50%;
  margin-right: 30px;
}
.open_form-container .items-group .form-group {
  margin-top: 0;
}
.open_form-container input {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.open_form-container input:focus,
.open_form-container input:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
  opacity: 1;
}
.open_form-container input::placeholder,
.open_form-container textarea::placeholder {
  opacity: 1;
  color: #fff;
  font-family: AG_Futura;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.open_form-container .btn_main span {
  width: max-content;
}
.hidden_form-title {
  padding: 0;
}

@media (max-width: 1024px) {
  .hidden_form-container {
    padding: 50px 0;
  }
  .hidden_form-title {
    text-align: left;
    font-size: 19px;
    margin-bottom: 30px;
  }
  .open_form-container .wpcf7-form {
    flex-direction: column;
  }
  .open_form-container .items-group {
    margin-right: 0;
    width: 100%;
  }
  .open_form-container .open_form__check {
    margin-bottom: 30px;
  }
  .footer_socials a {
    margin-right: 0;
  }
  .footer_socials a:not(:last-child) {
    margin-right: 25px;
  }
  .footer_socials svg {
    width: 20px;
  }
}
.form__check-label a:visited {
  color: #fff !important;
}
.any-content a:visited {
  color: #ca180d !important;
}
.site-header__container a {
  border-bottom: none;
}
.contacts-form-block .form__check-label {
  margin-bottom: 30px;
}
.wpcf7-text:focus,
.wpcf7-text:active,
.wpcf7-text::placeholder {
  opacity: 1 !important;
}
#response {
  margin-bottom: 30px;
}
.open_form-container .hidden_form-title {
  margin-bottom: 30px;
}
.open_form-review {
  margin-bottom: 0;
}
.news_item-slide-info {
  margin-top: 30px;
}
footer {
  background: #f0f0f0;
}
.faces_desc p:last-child {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .faces_desc p:last-child {
    padding-left: 0;
  }
}
.wpcf7-text {
  opacity: 1 !important;
}
.contacts-form-block .input {
  color: #fff;
}

.contacts-form-block .btn_main span,
.contacts-form-block .btn_main {
  transition: all 0.3s ease-in-out;
}
.contacts-form-block .btn_main:hover {
  background: #fff;
  color: #ca180d;
}
.contacts-form-block .btn_main span:hover {
  background: #fff;
  color: #ca180d;
  border-color: #fff;
}
.img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(206deg, rgba(0, 0, 0, 0) 61.46%, rgba(255, 255, 255, 0.8) 100%);
}
.who_item-number-1::before {
  top: 2px;
  right: 2px;
  background-size: 98%;
}
section {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .about_item-slide-prev::after {
    top: -3px;
    left: -2.5px;
  }
  .about_item-slide-next::after {
    top: -3px;
    left: -2.5px;
  }
  .swiper_nav {
    height: 80px;
  }
  .about_item-slide-prev:hover:after,
  .about_item-slide-next:hover:after {
    top: -3px;
    left: -2.5px;
    width: 47px;
    height: 47px;
  }
  .player-link:before {
    width: 65px;
    height: 65px;
  }

  .player-link:after {
    width: 80px;
    height: 80px;
  }
}
.wpcf7-select {
  font-family: AG_Futura;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  border-bottom: 1px solid #000;
  width: 100%;
}
@media (max-width: 1024px) {
  .wpcf7-select {
    font-size: 12px;
  }
  .banner_logo-pay-qr {
    display: none;
  }
  .banner_logo-pay {
    width: 141px;
  }
}

.contacts-container .wpcf7-select {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contacts-container .wpcf7-select option {
  color: #000;
}
