@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src:
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src:
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src:
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src:
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
}
:root {
  scroll-behavior: auto;
  --app-height: 100vh;

  --primary: #ea7837;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

:focus {
  outline: none;
}

body,
html {
  font-size: 15px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  color: #000;
}
body.body-hidden {
  overflow: hidden;
  touch-action: none;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-bottom: 1.45rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: italic;
  font-weight: bold;
}

h1 {
  line-height: 1.15;
  font-size: 48px;
}

h2 {
  line-height: 1.2;
  font-size: 36px;
}

h3 {
  line-height: 1.2;
  font-size: 32px;
}

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

h5 {
  line-height: 1.35;
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

table {
  width: 100%;
}
table th,
table td {
  padding: 20px 12px;
}
table th:first-child,
table td:first-child {
  padding-left: 35px;
  border-radius: 10px 0 0 10px;
}
table th:last-child,
table td:last-child {
  padding-right: 35px;
  border-radius: 0 10px 10px 0;
}
table th {
  background: #e5ebf0;
  font-weight: 600;
  color: #000;
}
table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.page {
  /* overflow: hidden; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.page__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

._tt-upper {
  text-transform: uppercase;
}

._tt-none {
  text-transform: none;
}

._c-main {
  color: #ea7837;
}

.bg-gray {
  background-color: #f6f6f6;
}

.bg-dark {
  background-color: #262525;
  color: #fff;
}

.sect-m {
  margin: 75px 0px;
}

.sect-p {
  padding: 60px 0 70px;
}

@media (max-width: 767px) {
  .sect-m {
    margin: 60px 0px;
  }
}

.title {
  margin-bottom: 50px;
}
.title__head u {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ea7837;
  text-decoration: none;
}

.title-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.title-slider__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 25px;
  max-width: 50px;
  max-height: 50px;
}
.title-slider__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.title-slider .nav-arrows {
  margin-left: 25px;
}

.inn-title {
  padding: 27px 0;
  background: #f8f9f9;
}
.inn-title__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
.inn-title__grid .breadcrumbs {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin: 0;
}
.inn-title__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.inn-title__content > :last-child {
  margin-bottom: 0;
}

.content p,
.content ul,
.content ol {
  color: #333;
}
.content ul,
.content ol {
  margin: 35px 0;
  padding-left: 3.5em;
}
.content li {
  margin: 10px 0;
}
.content ul {
  list-style: none;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea7837;
}
.content > :first-child {
  margin-top: 0;
}
.content > :last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 25px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-right: 0.8em;
  padding-right: 1.4em;
}
.breadcrumbs li:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e907";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.6em;
  color: #bfbfbf;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  color: #ea7837;
  -webkit-transition:
    color 0.3s,
    opacity 0.3s;
  transition:
    color 0.3s,
    opacity 0.3s;
}
.breadcrumbs a:hover {
  color: #e16118;
}
.breadcrumbs._light a {
  color: inherit;
}
.breadcrumbs._light a:hover {
  opacity: 0.7;
}

.pagination {
  margin-top: 60px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination__list a,
.pagination__list div {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0 10px;
  min-width: 55px;
  height: 55px;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination__list a:hover {
  border-color: #ea7837;
}
.pagination__list a.active {
  pointer-events: none;
  border-color: #ea7837;
  background-color: #ea7837;
  color: #fff;
}

.list {
  display: -ms-grid;
  display: grid;
  gap: 25px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.list li {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  padding-left: 45px;
}
.list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e90e";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 23px;
  color: #ea7837;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 17px 19px;
  min-width: 270px;
  background: #ea7837;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background-color: #e16118;
  color: #fff;
}
.btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9em;
  font-size: 1.05em;
}
.btn._bd {
  border-color: #ea7837;
  background: #fff;
  color: #000;
}
.btn._bd:hover {
  background-color: #ea7837;
  color: #fff;
}
.btn._bd-blue {
  border-color: #c8daea;
  background: none;
  color: #ea7837;
}
.btn._bd-blue:hover {
  background-color: rgba(200, 218, 234, 0.3);
}
.btn._small {
  padding: 11px 19px;
  min-width: 0;
  font-size: 13px;
}
.btn._w-auto {
  min-width: auto;
}
.btn._full {
  padding-left: 19px;
  padding-right: 19px;
  min-width: 100%;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #ea7837;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-icon > * {
  display: inline-block;
}
.link-icon > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.link-icon .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 10px;
}
.link-icon:hover {
  color: #e16118;
}

.close-btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  color: #ea7837 !important;
}

.row .form-action {
  margin-top: 15px;
}

.form-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.form-title {
  margin-bottom: 20px;
}
.form-title > :last-child {
  margin-bottom: 0;
}

.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 17px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-field::-webkit-input-placeholder {
  color: #000;
}
.form-field::-moz-placeholder {
  color: #000;
}
.form-field:-ms-input-placeholder {
  color: #000;
}
.form-field::-ms-input-placeholder {
  color: #000;
}
.form-field::placeholder {
  color: #000;
}
.form-field:focus {
  border-color: #ea7837;
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 100px;
}

.form-policy {
  opacity: 0.6;
}
.form-policy._small {
  font-size: 13px;
}

.form-action {
  margin-top: 25px;
}
.form-action .form-policy {
  margin: 20px 0 0;
}

.tabs {
  padding-top: 40px;
}
.tabs__btns {
  position: relative;
  margin-bottom: 60px;
}
.tabs__btns:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 1px;
  border-bottom: 1px solid #d9d9d9;
}
.tabs__btns-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px 45px;
}
.tabs__item:nth-child(n + 2) {
  display: none;
}

.tab-btn {
  position: relative;
  display: inline-block;
  padding: 0 0 27px;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-btn:hover {
  border-color: #c5c5c5;
  color: inherit;
}
.tab-btn.active {
  border-color: #ea7837;
}

.main-img {
  display: block;
  background: #ebebeb no-repeat center/cover;
}
.main-img._default {
  background: #ebebeb url("../img/default.svg") no-repeat center;
}

.social__grid {
  margin: 0 -4px -10px;
  cursor: default;
}
.social__grid .social-item {
  margin: 0 4px 10px;
}

.social-item {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ea7837;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  font-size: 19px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-item:hover {
  background-color: #e16118;
  color: #fff;
}
.social-item.ic-vk {
  background-color: #4c6c91;
}
.social-item.ic-vk:hover {
  background-color: #3e5876;
}
.social-item.ic-telegram {
  padding-right: 0.1em;
  background-color: #36b9fc;
  background-image: linear-gradient(210deg, rgba(1, 126, 188, 0), #017ebc);
}
.social-item.ic-telegram:hover {
  background-color: #017ebc;
}
.social-item.ic-whatsapp {
  background-color: #25d366;
}
.social-item.ic-whatsapp:hover {
  background-color: #1fb055;
}
.social-item.ic-max {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}
.social-item.ic-max:hover {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: inherit;
  -webkit-transition:
    opacity 0.15s,
    color 0.3s,
    background-color 0.3s;
  transition:
    opacity 0.15s,
    color 0.3s,
    background-color 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  color: #ea7837;
}
.nav-arrow-prev.swiper-button-disabled,
.nav-arrow-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
  color: inherit;
}
.nav-arrow-prev[class*="chevron"],
.nav-arrow-next[class*="chevron"] {
  line-height: 1;
  font-size: 22px;
  color: #ea7837;
}
.nav-arrow-prev[class*="chevron"]:hover,
.nav-arrow-next[class*="chevron"]:hover {
  color: #e16118;
}
.nav-arrow-prev[class*="chevron"].swiper-button-disabled,
.nav-arrow-next[class*="chevron"].swiper-button-disabled {
  color: #ea7837;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-arrows .nav-arrow-prev,
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.nav-arrows .nav-arrow-prev {
  margin-right: 20px;
}
.nav-arrows .nav-arrow-prev[class*="chevron"] {
  margin-right: 30px;
}

.city-link {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  font-weight: 600;
}
.city-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e913";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: #ea7837;
}

a.city-link {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.city-link:hover {
  color: #ea7837;
}

.more-line {
  position: relative;
  margin-top: 40px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 12px;
}
.more-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c8daea;
}
.more-line__btn {
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 0 50px 0 30px;
  background: #fff;
  text-decoration: none;
  color: #ea7837;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.more-line__btn:after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
  content: "\e904";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.more-line__btn:hover {
  color: #e16118;
}
.more-line__btn.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.phone {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #ea7837;
}
.phone:hover {
  color: #ea7837;
}

.top-line {
  position: relative;
}
.top-line__row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(234, 120, 55, 0.15);
}
.top-line__row._hide {
  display: none;
}
.top-line__grid,
.top-line__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
}
.top-line__grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-line__city {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 180px;
}
.top-line__city._mob {
  display: none;
}
.top-line__contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.top-line__contacts._pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-line__contacts._mob {
  display: none;
}
.top-line__contact {
  display: none;
  max-width: 100%;
  font-size: 15px;
}
.top-line__contact > * {
  margin-bottom: 0;
}
.top-line__contact:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 35px;
}
.top-line__contact:first-child .phone {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.top-line__toggle {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.top-line__toggle span {
  cursor: pointer;
  position: relative;
  z-index: 15;
  display: inline-block;
  margin-top: -8px;
  padding: 0 15px;
  background: #fff;
  line-height: 15px;
  font-weight: 500;
  font-size: 13px;
  color: #c8daea;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-line__toggle span:hover {
  color: #69a0d1;
}
.top-line._show .top-line__row._hide {
  display: block;
}
.top-line._show .top-line__contact {
  display: block;
}

.sandwich {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}
.sandwich__text,
.sandwich__main {
  display: inline-block;
}
.sandwich__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 10px;
  font-weight: 600;
}
.sandwich__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 24px;
  height: 16px;
}
.sandwich__main span {
  display: block;
  background: currentColor;
  width: 100%;
  height: 2px;
  -webkit-transition:
    0.25s margin 0.25s,
    0.25s -webkit-transform;
  transition:
    0.25s margin 0.25s,
    0.25s -webkit-transform;
  transition:
    0.25s margin 0.25s,
    0.25s transform;
  transition:
    0.25s margin 0.25s,
    0.25s transform,
    0.25s -webkit-transform;
}
.sandwich__main span:nth-child(1) {
  margin-bottom: 5px;
}
.sandwich__main span:nth-child(2) {
  -webkit-transition: 0.1s opacity 0.25s;
  transition: 0.1s opacity 0.25s;
}
.sandwich__main span:nth-child(3) {
  margin-top: 5px;
}
.sandwich.active .sandwich__main span {
  -webkit-transition:
    0.25s margin,
    0.25s -webkit-transform 0.25s;
  transition:
    0.25s margin,
    0.25s -webkit-transform 0.25s;
  transition:
    0.25s margin,
    0.25s transform 0.25s;
  transition:
    0.25s margin,
    0.25s transform 0.25s,
    0.25s -webkit-transform 0.25s;
}
.sandwich.active .sandwich__main span:nth-child(1) {
  margin-top: 7px;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sandwich.active .sandwich__main span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.1s opacity 0s;
  transition: 0.1s opacity 0s;
}
.sandwich.active .sandwich__main span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mob-menu {
  display: none;
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-menu__wrapper {
  overflow: hidden;
  padding: 85px 0 30px;
  min-height: var(--app-height);
}
.mob-menu__row:nth-child(n + 2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c8daea;
}
.mob-menu__city {
  margin-bottom: 35px;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 15px;
}
.mob-menu__list li {
  margin-bottom: 22px;
}
.mob-menu__list li:last-child {
  margin-bottom: 0;
}
.mob-menu__list a {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.mob-menu__list a:hover {
  color: #ea7837;
}
.mob-menu__call {
  margin-top: 30px;
}

.header,
.header__grid {
  height: 115px;
}

.header {
  position: relative;
}
.header__scroll {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.header__scroll._fixed {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header__scroll._fixed .header__grid {
  height: 80px;
}
.header__scroll._menu {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__scroll._menu .header__grid {
  height: 80px !important;
}
.header__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 45px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.header__grid > .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.header__toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.header__logo {
  display: inline-block;
  max-width: 195px;
}
.header__logo img {
  display: block;
  max-height: 60px;
}
.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 35px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: 600;
}
.header__menu ul {
  display: none;
}
.header__menu a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__menu a:hover {
  color: #ea7837;
}

.bann {
  position: relative;
  z-index: 2;
  padding: 115px 0;
  min-height: 645px;
  background: #262525 url("../img/bann-bg.jpg") center/cover;
  /* text-align: center; */
  color: #fff;
}
.bann:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
/* .bann__title {
  max-width: 980px;
  margin: 0 auto 40px;
} */
.bann__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  gap: 30px;
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: 1.2;
  margin: 0;
}
.bann__list li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 245px;
}
.bann__list li > * {
  display: inline-block;
}
.bann__list li > .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  font-size: 30px;
  color: #ea7837;
}
.bann__list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.bann__action {
  margin-top: 65px;
}

.brands .title {
  margin-bottom: 40px;
}
.brands__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.brands__grid .brand-item:nth-child(n + 17) {
  display: none;
}
.brands__grid._show .brand-item:nth-child(n) {
  display: block;
}

.brand-item {
  border: 1px solid #c8daea;
  border-radius: 10px;
  display: block;
}
.brand-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.brand-item img {
  max-width: 61%;
  max-height: 61%;
}

.preview-offers {
  padding-bottom: 50px;
}
.preview-offers__action {
  margin-top: 35px;
}

.offers__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 24px;
}

.offers-slider .swiper-pagination {
  display: none;
}

.offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 150px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.offer-item > * {
  max-width: 100%;
}
.offer-item .main-img {
  margin-bottom: 30px;
}
.offer-item .main-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.66%;
}
.offer-item__head {
  margin-bottom: 25px;
  max-width: 580px;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.offer-item__date {
  margin-top: auto;
  opacity: 0.8;
}
.offer-item:hover .offer-item__head {
  color: #ea7837;
}

.about-reasons {
  position: relative;
  margin: 55px 0 0;
  padding: 0 0 230px;
}
.about-reasons__bg {
  overflow: hidden;
  position: absolute;
  z-index: -5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 585px;
  max-height: 100%;
  background: #262525;
}
.about-reasons__bg img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-42%);
  -ms-transform: translateX(-42%);
  transform: translateX(-42%);
  max-width: 98%;
}
.about-reasons__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-reasons__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% + 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-reasons__left > * {
  width: 100%;
  margin-bottom: 65px;
}
.about-reasons__left > *:last-child {
  margin-bottom: 0;
}
.about-reasons__right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(50% - 12px);
  padding: 50px;
  background: #f6f6f6;
}
.about-reasons__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 70px;
}
.about-reasons__content > :last-child {
  margin-bottom: 0;
}
.about-reasons__gallery .swiper-wrapper {
  height: auto;
}
.about-reasons__gallery .swiper-slide {
  background: #ebebeb no-repeat center/cover;
}
.about-reasons__gallery .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 58.48%;
}
.about-reasons__gallery .swiper-pagination {
  color: #fff;
}
.about-reasons__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 45px;
  color: #fff;
}
.about-reasons__action h6 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 45px;
  font-weight: 600;
  font-size: 17px;
}
.about-reasons__title {
  max-width: 500px;
  margin-bottom: 30px;
}

.certs__slide {
  width: fit-content !important;
}
.certs__gallery {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px;
}
.certs__gallery a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.certs__gallery img {
  max-height: 220px;
}

@media (max-width: 767px) {
  .certs {
    overflow: hidden;
  }
  .certs__slider {
    overflow: visible !important;
  }
}

.s-scrollbar {
  height: 2px;
  background: #e6e6e6;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .s-scrollbar {
    margin-top: 15px;
  }
}
.s-scrollbar .swiper-scrollbar-drag {
  background: #ea7837;
}

.map-tabs {
  margin-bottom: 55px;
}
.map-tabs__grid {
  /* display: flex; */
}
/* .map-tabs._light .map-tabs__grid .swiper {
  -webkit-box-shadow: inset 0 0 0 1px rgba(200, 218, 234, 0.15);
  box-shadow: inset 0 0 0 1px rgba(200, 218, 234, 0.15);
} */
.map-tabs._light .map-tab {
  border-color: rgba(200, 218, 234, 0.15);
}
/* @media (max-width: 1199px) {
  .map-tabs__grid {
    overflow-x: auto;
  }
} */
.map-tabs__grid .swiper-slide {
  width: fit-content;
}

.map-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 12px;
  min-height: 85px;
  border: none;
  border-right: 1px solid #c8daea;

  border: 1px solid #c8daea;

  background: none;
  line-height: 1.2;
  font-weight: 600;
  font-size: 15px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.map-tabs__grid .swiper-slide:first-child .map-tab {
  border-radius: 10px 0 0 10px;
}
.map-tabs__grid .swiper-slide:last-child .map-tab {
  border-radius: 0 10px 10px 0;
}
.map-tabs__grid .swiper-slide:not(:last-child) .map-tab,
.map-tabs__grid .map-tab:not(:last-child) {
  border-right: none;
}
.map-tab > span {
  display: block;
  max-width: 100%;
}
.map-tab:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.map-tab.active {
  background-color: #ea7837;
  color: #fff;
}
.map-tab-item:nth-child(n + 2) {
  display: none;
}
.contacts .map-tabs__grid {
  display: flex;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #c8daea;
}
.contacts .map-tab:first-child {
  border-radius: 10px 0 0 10px;
}
.contacts .map-tab:last-child {
  border-right: none;
  border-radius: 0 10px 10px 0;
}

.main-map {
  height: 480px;
  background: #fafafa;
}

.footer {
  position: relative;
  background: #fff;
}
.footer:before {
  content: "";
  position: absolute;
  z-index: -10;
  left: 0;
  bottom: 100%;
  width: 100%;
  border-bottom: 1px solid #c8daea;
}

.foot-main {
  padding: 65px 0 40px;
}
.foot-main__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 80px;
}
.foot-main__first {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 55px;
  width: 370px;
}
.foot-main__first-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.foot-main__first-top > .btn {
  margin-left: 40px;
}
.foot-main__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.foot-main__logo img {
  max-width: 100%;
  max-height: 60px;
}
.foot-main__menu {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-main__menu li {
  margin-bottom: 26px;
}
.foot-main__menu li:last-child {
  margin-bottom: 0;
}
.foot-main__menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.foot-main__menu a:hover {
  color: #ea7837;
}
.foot-main__serv {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.foot-main__serv-head {
  margin-bottom: 25px;
}
.foot-main__serv-head a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.foot-main__serv-head a:hover {
  color: #ea7837;
}
.foot-main__serv-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0 0 -15px;
  padding: 0;
  list-style: none;
}
.foot-main__serv-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.foot-main__serv-list a {
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.foot-main__serv-list a:hover {
  text-decoration: underline;
  color: #ea7837;
}

.foot-contact {
  position: relative;
  margin-bottom: 35px;
  padding: 2px 0 0 50px;
  min-height: 30px;
  line-height: 1.4;
  font-size: 17px;
}
.foot-contact .ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
  font-size: 30px;
  color: #ea7837;
}
.foot-contact .ic-phone {
  top: 2px;
  font-size: 26px;
}
.foot-contact a[href*="tel"] {
  display: inline-block;
}
.foot-contact:last-child {
  margin-bottom: 0;
}
.foot-contact._big {
  line-height: 1.2;
  font-weight: 600;
  font-size: 24px;
}
.foot-contact._small {
  margin-bottom: 15px;
  padding: 0 0 0 35px;
  min-height: 20px;
  font-size: 13px;
}
.foot-contact._small .ic {
  width: 20px;
  font-size: 20px;
}
.foot-contact._small .ic-phone {
  top: 0;
  font-size: 16px;
}
.foot-contact._small a[href*="tel"] {
  font-size: 15px;
}

.foot-bot {
  padding: 40px 0;
  background: #f8f9f9;
  font-size: 13px;
}
.foot-bot__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 110px;
}
.foot-bot__first {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 370px;
}
.foot-bot__first .social {
  margin-top: 15px;
}
.foot-bot__copy {
  opacity: 0.8;
}
.foot-bot__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  opacity: 0.5;
}
.foot-bot__dev {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.foot-bot__dev:hover {
  text-decoration: underline;
}
.foot-bot__dev img {
  display: block;
  max-width: 100px;
}
@media (max-width: 575px) {
  .foot-bot__dev {
    margin: 0 auto;
  }
}

.services__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.services__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  padding: 0 12px;
}
.services__col:nth-child(n + 4) {
  margin-top: 45px;
}
.services__col .service-item {
  height: 100%;
}

.services-slider .swiper-pagination {
  display: none;
}

.service-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 22px;
  border-radius: 10px;
  background: #f8f9f9;
}
.service-item__img {
  display: block;
  border-radius: 10px 10px 0 0;
}
.service-item__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 61.34%;
}
.service-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 30px 30px 0;
}
.service-item__main > * {
  max-width: 100%;
}
.service-item__main > .btn {
  margin-top: auto;
}
.service-item__head {
  margin-bottom: 15px;
}
.service-item__content {
  margin-bottom: 25px;
}

.services-info__content {
  margin-right: 580px;
}
.services-info__content > :last-child {
  margin-bottom: 0;
}
.services-info__content p {
  opacity: 0.8;
}
.services-info__img {
  float: right;
  max-width: 500px;
}

.nofind-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 65px 55px;
  border-radius: 10px;
  background: #fff4ed;
}
.nofind-call__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 20px 115px 0 0;
  max-width: 315px;
}
.nofind-call__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.nofind-call__main .btn {
  margin-top: 25px;
}

.inn-bann {
  position: relative;
  z-index: 2;
  background: #262525 no-repeat center/cover;
  color: #fff;
}
.inn-bann._overlay:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.inn-bann__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0 50px;
  min-height: 250px;
}
.inn-bann__wrap > * {
  max-width: 100%;
}
.inn-bann__content {
  margin-top: auto;
}
.inn-bann__content > :last-child {
  margin-bottom: 0;
}

.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-content .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 15px;
}
.service-content__images {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 15px 0 0 55px;
  width: 430px;
}
.service-content__img {
  display: block;
  width: 280px;
}
.service-content__img img {
  display: block;
  width: 100%;
}
.service-content__img:nth-child(n + 3) {
  margin-top: -55px;
  display: none;
}
.service-content__img:nth-child(3n + 2) {
  margin: -75px 0 0 auto;
}
.service-content__img:nth-child(3n + 3) {
  margin-left: 50px;
}

a.service-content__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  text-decoration: none;
}

.service-call {
  margin-top: 25px;
  max-width: 890px;
  border-radius: 10px;
  background: #fff4ed;
}
.service-call__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
}
.service-call__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.service-call .foot-contact {
  margin: 0;
}
.service-call__img {
  max-width: 145px;
}
.service-call__action {
  padding: 35px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.service-call .form-action {
  margin-top: 0;
}

.when-repair {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.when-repair__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.when-repair__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.when-repair__main .list {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.when-repair__head {
  max-width: 760px;
  margin-bottom: 40px;
}
.when-repair__content {
  margin-bottom: 50px;
  opacity: 0.8;
}
.when-repair__img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin-left: 35px;
  max-width: 420px;
}
.when-repair__img:before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #3c3c3c 0%,
    rgba(60, 60, 60, 0) 100%
  );
}

.price-content {
  margin-bottom: 45px;
  padding: 35px 40px;
  border-radius: 10px;
  background: #fff4ed;
  color: #000;
}
.price-content > :last-child {
  margin-bottom: 0;
}

.price-table {
  line-height: 1.2;
  font-weight: 500;
  font-size: 17px;
}
.price-table ._price {
  white-space: nowrap;
  font-weight: 600;
}

.gallery {
  overflow: hidden;
}

.gallery-slider {
  position: relative;
}
.gallery-slider .swiper {
  overflow: visible;
}
.gallery-slider .swiper-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
  background: #000 no-repeat center/cover;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.gallery-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 74%;
}
.gallery-slider .swiper-slide-visible {
  opacity: 1;
}
.gallery-slider .nav-arrow-prev,
.gallery-slider .nav-arrow-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  border-radius: 50%;
  background: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.gallery-slider .nav-arrow-prev:hover,
.gallery-slider .nav-arrow-next:hover {
  background-color: #ea7837;
  color: #fff;
}
.gallery-slider .nav-arrow-prev.swiper-button-disabled,
.gallery-slider .nav-arrow-next.swiper-button-disabled {
  display: none;
}
.gallery-slider .nav-arrow-prev {
  left: -32px;
  padding-right: 0.2em;
}
.gallery-slider .nav-arrow-next {
  right: -32px;
  padding-left: 0.2em;
}

.repair-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 55px 65px;
  border-radius: 10px;
  background: #fff4ed;
}
.repair-form__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.repair-form__img {
  margin: 20px 0 0 95px;
  max-width: 345px;
}

.vacancies__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vacancies__items {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.vacancies__aside {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 65px;
  width: 390px;
}
.vacancies__form {
  padding: 35px 40px;
  border-radius: 10px;
  background: #fff4ed;
}

.vacancy-item {
  border-bottom: 1px solid #c8daea;
}
.vacancy-item:first-child {
  border-top: 1px solid #c8daea;
}
.vacancy-item__btn {
  cursor: pointer;
  position: relative;
  padding: 22px 40px 22px 0;
  font-weight: 600;
  font-size: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.vacancy-item__btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e904";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 22px;
  color: #ea7837;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
}
.vacancy-item__btn:hover {
  color: #ea7837;
}
.vacancy-item__btn.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vacancy-item__hidden {
  display: none;
  padding: 0 0 24px 24px;
}
.vacancy-item__content p {
  font-size: 1.1em;
}
.vacancy-item__content ul,
.vacancy-item__content ol {
  padding-left: 23px;
}
.vacancy-item__content li {
  margin: 5px 0;
}
.vacancy-item__content ul {
  list-style: none;
}
.vacancy-item__content ul li {
  position: relative;
}
.vacancy-item__content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea7837;
}
.vacancy-item__content > :last-child {
  margin-bottom: 0;
}

.contacts__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 25px;
  margin-bottom: 45px;
}
.contacts__city > * {
  max-width: 100%;
}
.contacts__city-head {
  margin: 0;
  font-weight: 600;
  font-style: normal;
}
.contacts__city .btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.contacts__wrapper {
  margin-bottom: 50px;
}
.contacts__wrap:nth-child(n + 2) {
  display: none;
}

.contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.contact-items__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 80px;
}
.contact-items__wrap .foot-contact {
  margin: 0;
  max-width: 100%;
}

.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 24px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8daea;
  text-decoration: none;
}
.news-item > * {
  max-width: 100%;
}
.news-item .main-img {
  margin-bottom: 25px;
}
.news-item .main-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}
.news-item__head {
  margin-bottom: 20px;
  min-height: 75px;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-item__date {
  margin-top: auto;
  opacity: 0.8;
}
.news-item:hover .news-item__head {
  color: #ea7837;
}

.about-content {
  border-bottom: 1px solid #c8daea;
}
.about-content .title {
  margin-bottom: 25px;
}
.about-content__content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  opacity: 0.8;
}
.about-content__content > :last-child {
  margin-bottom: 0;
}

.about-list .title {
  max-width: 545px;
}
.about-list .list {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  background: #fff4ed;
  margin: 15px auto;
  padding: 40px;
}

.city-popup {
  background: #fff;
}
.city-popup__title {
  margin-bottom: 20px;
}
.city-popup__btns .btn {
  border-color: #c8daea;
  background: none;
  color: inherit;
  margin-bottom: 10px;
}
.city-popup__btns .btn:last-child {
  margin-bottom: 0;
}
.city-popup__btns .btn:hover {
  color: #ea7837;
}
.city-popup__btns .btn.active {
  border-color: #ea7837;
  color: #ea7837;
}

/* Customize plugins */
.mfp-bg {
  background: #262525;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swiper-pagination-bullets {
  position: relative;
  margin: 15px 0 0;
  line-height: 0;
}

.swiper-pagination-bullet {
  margin: 10px 5px 0 !important;
  width: 8px;
  height: 8px;
  opacity: 0.1;
  background: currentColor;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ea7837;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .swiper-pagination-line {
    margin-top: 30px;
  }
}
.swiper-pagination-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(200, 218, 234, 0.15);
}
.swiper-pagination-line .swiper-pagination-bullets {
  width: auto;
  max-width: 100%;
  margin: -10px 0 0;
  padding: 0 25px;
  background: #262525;
}
@media (max-width: 1199px) {
  .swiper-pagination-line .swiper-pagination-bullets {
    padding: 0 15px;
  }
}

.float-btns {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 404;
}
.float-btn-wrap {
  position: relative;
}
.float-btn-wrap a {
  text-decoration: none;
}
.whatsapp-button,
.telegram-button,
.phone-button,
.max-button {
  background: #43d854;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 35px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-btn-wrap svg {
  width: 30px;
  height: auto;
}

.telegram-button {
  color: #2aabee;
  background: #fff;
  font-size: 55px;
}

.phone-button {
  background: #2aabee;
  color: #fff;
}
.max-button {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}
.whatsapp-button:before,
.whatsapp-button:after,
.telegram-button:before,
.telegram-button:after,
.phone-button:before,
.phone-button:after,
.max-button:before,
.max-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.telegram-button:before,
.telegram-button:after {
  border: 1px solid #2aabee;
}
.phone-button:before,
.phone-button:after {
  border: 1px solid #2aabee;
}
.whatsapp-button:after,
.telegram-button:after,
.phone-button:after {
  animation-delay: 0.5s;
}
.max-button:before,
.max-button:after {
  border: 1px solid #3fc2fd;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.top-line__city._mob .city-link .js-city-name {
  border-bottom: 1px dashed #000;
}

.top-line._show .top-line__contact._special {
  display: none;
}

.top-line__city._pc {
  display: none;
}
.top-line__city._mob {
  display: block;
}

.tab-btns {
  padding: 0;
  display: flex;
  border: 1px solid #c8daea;
  border-radius: 10px;
  list-style: none;
  margin-bottom: 45px;
  overflow: hidden;
}
.tab-btns li {
  flex: 1 0 0;
}
.tab-btns li:not(:last-child) {
  border-right: 1px solid #c8daea;
}
.tab-btns li a {
  padding: 30px 15px;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  background: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.tab-btns li._active a {
  color: #fff;
  background: #ea7837;
}
.articles__sort-wrap {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 15px;
}
.articles__sort-wrap select {
  padding: 3px;
  border: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.articles__sort-wrap::after {
  content: "\e904";
  font-family: "icomoon";
  line-height: 1;
  font-size: 8px;
  color: #ea7837;
}
.articles__grid {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 24px;
  border-top: 1px solid #c8daea;
}
.articles__item {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c8daea;
}
.articles__item:nth-child(n + 2) .articles__item-img img {
  display: none;
}
.articles__item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 25px;
}
.articles__item-top {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
}
.articles__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
}
.articles__item-title:hover {
  color: #ea7837;
}
.articles__item-label {
  padding: 3px 15px;
  height: fit-content;
  color: #fff;
  background: #ea7837;
  font-weight: 300;
  font-size: 13px;
  border-radius: 3px;
  margin-left: auto;
}
.articles__item-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin-top: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
}
.articles__item-date {
  opacity: 0.8;
  margin: 0;
}
.articles__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 75px;
}
.articles__pagination-item {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.articles__pagination-item:not(._skip) {
  cursor: pointer;
}
.articles__pagination-item._active,
.articles__pagination-item:not(._skip):hover {
  color: #fff;
  background: #ea7837;
  border-color: transparent;
}
@media (max-width: 991px) {
  .tab-btns {
    overflow: auto;
    margin-bottom: 15px;
  }
  .tab-btns li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
  .articles__pagination {
    gap: 10px;
    margin-top: 30px;
  }
  .articles__pagination-item {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
  }
}
@media (max-width: 575px) {
  .tab-btns {
    border-radius: 5px;
  }
  .articles__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .articles__item-img img {
    height: 180px;
    margin-bottom: 15px;
  }
  .articles__item-label {
    padding: 3px 8px;
    font-size: 12px;
  }
  .articles__item-top {
    margin-bottom: 10px;
    gap: 10px;
  }
  .articles__item-title {
    font-size: 18px;
  }
  .articles__item-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.subs-form__inner {
  padding: 40px 60px;
  display: flex;
  align-items: center;
  gap: 110px;
  background: #fff4ed;
  border-radius: 10px;
}
.subs-form__logo {
  width: 100%;
  max-width: 315px;
}
.subs-form__form {
  width: 100%;
  max-width: 710px;
}
.subs-form__form-wrap {
  flex: 1 0 0;
}
.form__fields {
  display: flex;
  gap: 15px;
}
.form__field {
  width: 100%;
}
.form__input {
  padding: 17px 19px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.form__submit-btn {
  width: 100%;
  max-width: 315px;
}
.form__note {
  opacity: 0.6;
  margin: 15px 0 0;
}
@media (max-width: 1199px) {
  .subs-form__inner {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .subs-form__inner {
    padding: 25px 30px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .subs-form__logo {
    max-width: 250px;
  }
  .subs-form__inner {
    padding: 25px 15px;
    gap: 20px;
  }
  .form__fields {
    flex-direction: column;
  }
}

.plyr {
  height: 100%;
  --plyr-color-main: #ea7837;
}
.plyr--stopped::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.plyr--stopped video {
  object-fit: cover;
}
.plyr__poster {
  background-size: cover;
}
.plyr--stopped .plyr__controls {
  display: none;
}
.plyr > button.plyr__control {
  width: 65px;
  height: 65px;
  background: #ea7837;
}
.plyr > button.plyr__control svg {
  width: 25px;
  height: 25px;
  left: 7px;
  transition: all 0.2s ease;
}
.plyr > button.plyr__control::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 105px;
  height: 105px;
  background: rgba(234, 120, 55, 0.25);
}
.plyr > button.plyr__control::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background: rgba(234, 120, 55, 0.25);
  box-shadow: 0 0 0 10px rgba(234, 120, 55, 0.15);
}
.sect-news {
  margin-top: 0 !important;
}
.sect-news__anchors {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
}
.sect-news__anchors a {
  font-size: 16px;
  color: #ea7837;
  white-space: nowrap;
}
.sect-news__top {
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
}
.sect-news__video {
  width: 100%;
  max-width: 660px;
  height: 100%;
}
.sect-news__video video {
  aspect-ratio: 16 / 9;
}
.sect-news__top-right {
  flex: 1 0 0;
}
.sect-news__content-wrap {
  padding-top: 25px;
  border-top: 1px solid #c8daea;
}
@media (max-width: 1199px) {
  .sect-news__top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .sect-news__video {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .sect-news__anchors {
    padding: 10px 0;
    gap: 20px;
  }
  .sect-news__anchors a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .sect-news__anchors {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
  }
}

.recommended {
  padding: 25px 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 20px;
  background: rgba(234, 120, 55, 0.2);
  border-radius: 10px;
  margin: 65px 0;
}
.recommended__item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.recommended__item-img {
  width: 195px;
  height: 100%;
  min-height: 110px;
  background: no-repeat center/cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.recommended__item-content {
  width: 100%;
}
p.recommended__item-note {
  font-size: 14px;
  color: #ea7837;
  margin-bottom: 0;
}
.recommended__item-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.recommended__item-title:hover {
  color: #ea7837;
}
.recommended__item-date {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 991px) {
  .recommended {
    padding: 20px 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .recommended__item-img {
    width: 100%;
    height: 180px;
  }
  .recommended__item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .recommended__item-title {
    font-size: 18px;
  }
}

.sect-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.sect-gallery__item {
  cursor: zoom-in;
}
.sect-gallery__item img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .sect-gallery__item img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .sect-gallery__grid {
    gap: 10px;
  }
  .sect-gallery__item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .sect-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sect-gallery__item img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .sect-gallery__item img {
    height: 180px;
  }
}

.sect-socials {
  margin: 65px 0;
}
.sect-socials__note {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
.sect-socials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.sect-socials__item {
  padding: 7px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sect-socials__item._vk {
  border-color: #4c6c91;
}
.sect-socials__item._tg {
  border-color: #1e96c8;
}
.sect-socials__item._wa {
  border-color: #25d366;
}
.sect-socials__item:hover {
  border-color: #ea7837;
  color: #fff;
}
.sect-socials__item span {
  padding: 7px;
  font-size: 21px;
  border-radius: 50%;
}
.sect-socials__item span::before {
  position: relative;
}
.sect-socials__item._vk span {
  background: #4c6c91;
}
.sect-socials__item._tg span {
  background: #1e96c8;
}
.sect-socials__item._tg span::before {
  right: 1px;
}
.sect-socials__item._wa span {
  background: #25d366;
}
@media (max-width: 991px) {
  .sect-socials {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .sect-socials__grid {
    gap: 10px;
  }
  .sect-socials__item {
    padding: 3px;
  }
  .sect-socials__item span {
    font-size: 18px;
  }
}

.offer-item__head {
  margin-bottom: 0 !important;
}
.offer-item__date {
  display: none;
}
.offers .offer-item {
  min-height: auto;
}
.news-detail .date {
  display: none;
}

/* partners */

.intro-partners {
  position: relative;
  overflow: hidden;
  padding: 70px 0px 100px 0px;
  color: white;
  background-color: #262525;
  z-index: 1;
}
.intro-partners::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    90deg,
    #262525 55.58%,
    rgba(38, 37, 37, 0.66) 63.73%,
    rgba(38, 37, 37, 0) 69.99%,
    rgba(31, 31, 31, 0.44) 80.45%,
    #262525 88.34%
  );
  z-index: -1;
}
.intro-partners__info {
  position: relative;
  max-width: 695px;
  z-index: 4;
}
.intro-partners__title {
  margin: 0px 0px 50px 0px;
}
.intro-partners__content {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
  margin-bottom: 35px;
}
.intro-partners__content p {
  margin: 0;
}
.intro-partners__content p:not(:last-child) {
  margin-bottom: 30px;
}
.intro-partners__current {
  font-style: italic;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.intro-partners__current span {
  color: #ea7837;
}
.intro-partners__img {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 640px;
  object-fit: cover;
  top: 0;
  right: 215px;
}

@media (max-width: 1780px) {
  .intro-partners__img {
    right: 85px;
  }
}

@media (max-width: 1200px) {
  .intro-partners {
    padding: 50px 0px 90px 0px;
  }
  .intro-partners__img {
    right: 0;
  }
}
@media (max-width: 743px) {
  .intro-partners {
    padding: 60px 0px;
  }
}
@media (max-width: 576px) {
  .intro-partners::before {
    background: #262525;
    opacity: 0.8;
  }
  .intro-partners__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.breadcrumbs-head {
  position: relative;
  padding: 40px 0px;
  z-index: 1;
}
.breadcrumbs-head::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  inset: 0;
  z-index: -1;
}
.breadcrumbs-head .breadcrumbs {
  color: white;
  margin: 0 !important;
}

.sect-title {
  font-size: 36px;
  font-style: italic;
  line-height: 55px;
}
@media (max-width: 1024px) {
  .sect-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 743px) {
  .sect-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.how-work {
  padding: 60px 0px;
}
.how-work__title {
  margin: 0px 0px 60px 0px;
}
.how-work__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}
.how-work__item {
  grid-column: 4 span;
  padding: 25px 30px;
  border-radius: 10px;
  background: #262525;
  color: white;
}
.how-work__item-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.how-work__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background-color: #ea7837;

  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 43px;
}
.how-work__item-title {
  flex: 1;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}
.how-work__item-content {
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  opacity: 0.8;
}
.how-work__content {
  margin: 60px 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  .how-work__title {
    margin-bottom: 40px;
  }
  .how-work__wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .how-work__item {
    grid-column: 6 span;
  }
  .how-work__content {
    margin: 40px 0px;
  }
}
@media (max-width: 479px) {
  .how-work__item-head {
    flex-direction: column;
  }
}
.how-work__footer {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 60px 55px;
  background: #262525;
  color: white;
  border-radius: 10px;
}
.how-work__footer-info {
  flex: 1;
}
.how-work__footer-title {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 29px;
  color: #da6624;
  margin: 0px 0px 25px 0px;
}
.how-work__footer-content {
  font-size: 15px;
  opacity: 0.8;
  line-height: 22px;
  margin: 0px 0px 35px 0px;
}
.how-work__footer-logo {
  width: 200px;
}
.how-work__form-wrapper {
  flex: 0 1 710px;
}
.how-work__form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}
.how-work__form-input {
  flex: 0 1 calc(50% - 10px);
  margin: 0 !important;
}
.how-work__form-btn {
  flex: 0 1 calc(50% - 10px);
}
.how-work__form-content {
  font-size: 15px;
  line-height: 22px;
  max-width: 425px;
  opacity: 0.6;
  margin: 0px 0px 0px auto;
}

.how-work__form-content a {
  text-decoration: underline;
}
.how-work__form-content a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .how-work__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .how-work__footer-info {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .how-work__footer {
    padding: 30px 15px;
  }
  .how-work__form-input {
    flex-basis: 100%;
  }
  .how-work__form-btn {
    flex-basis: 100%;
  }
  .how-work__form-content {
    max-width: none;
  }
}

.partners-res {
  position: relative;
  background: #262525;
  color: white;
  padding: 70px 0px 300px 0px;
  z-index: 1;
}
.partners-res::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 320px;
  top: 110px;
  right: 135px;
  background: linear-gradient(0deg, #ea7837 0%, #ea7837 100%);
  filter: blur(125px);
  transform: rotate(150deg);
  z-index: -1;
}
.partners-res__title {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 55px;
  margin: 0px 0px 70px 0px;
}
.partners-res__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  gap: 60px;
  row-gap: 40px;
}
.partners-res__item {
  flex: 0 1 calc(50% - 30px);
}
.partners-res__item-title {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 25px;
  border-bottom: 2px solid #ea7837;
  margin: 0px 0px 18px 0px;
}
.partners-res__item-content {
  font-size: 15px;
  line-height: 22px;
  opacity: 0.8;
  margin: 0;
}
.partners-res__arc {
  position: absolute;
  width: 700px;
  height: auto;
  top: 190px;
  right: 220px;
  z-index: -2;
}
.partners-res__car {
  position: absolute;
  bottom: 50px;
  bottom: 30px;
  right: 225px;
  z-index: -1;
}
.partners-res__logo {
  position: absolute;
  width: 1845px;
  left: 175px;
  bottom: -3px;
  z-index: -2;
}

@media (max-width: 1799px) {
  .partners-res__arc {
    right: 0;
  }
  .partners-res__car {
    right: 0;
  }
}

@media (max-width: 1440px) {
  .partners-res::before {
    right: 0;
  }
  .partners-res__arc {
    right: -200px;
  }
  .partners-res__car {
    right: -210px;
  }
  .partners-res__logo {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .partners-res__arc {
    display: none;
  }
  .partners-res__car {
    right: 0;
    bottom: -60px;
    width: 650px;
  }
}

@media (max-width: 743px) {
  .partners-res__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .partners-res__item-title {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
  }
  .partners-res::before {
    right: 310px;
  }
}

@media (max-width: 576px) {
  .partners-res__item {
    flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .partners-res__car {
    bottom: 0;
  }
}

[data-tab] {
  transition: opacity 0.3s ease;
  opacity: 0;
  display: none;
}
[data-tab]._open {
  display: block;
}

[data-tab]._show {
  opacity: 1;
}

.joined {
  padding-top: 60px;
}
.joined__title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.joined__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #ea7837;
  width: 315px;
  height: 1px;
}
.joined__nav {
  display: flex;
  /* width: 100%; */
  border-radius: 10px;
  white-space: nowrap;
  overflow-x: auto;
  border: 1px solid #c8daea;
  margin-bottom: 65px;
}
@media (min-width: 1024px) {
  .joined__nav::-webkit-scrollbar {
    display: none;
  }
}
.joined__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  min-height: 85px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 20px 95px;

  font-size: 17px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.joined__nav-btn:not(:last-child) {
  border-right: 1px solid #c8daea;
}
.joined__nav-btn:hover {
  background-color: #ea7837;
  color: white;
  border-color: #ea7837 !important;
}
.joined__nav-btn._active {
  background-color: #ea7837;
  color: white;
  border-color: #ea7837 !important;
}
.joined__map {
  width: 100%;
  height: 480px;
}

@media (max-width: 743px) {
  .joined__nav {
    margin: 0 -16px 40px -16px;
    border-radius: 0;
  }
  .joined__nav-btn {
    min-height: 65px;
    padding: 10px 50px;
  }
  .joined__map {
    height: 350px;
  }
}
.statistics {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 120px 0px;
  z-index: 1;
}
.statistics::before {
  position: absolute;
  content: "";
  width: 675px;
  height: 200px;
  top: 105px;
  right: 0;
  transform: rotate(-5deg);
  background: linear-gradient(
    0deg,
    rgba(234, 120, 55, 0.58) 0%,
    rgba(234, 120, 55, 0.58) 100%
  );
  filter: blur(148px);
  z-index: -1;
}
.statistics__info {
  max-width: 575px;
}
.statistics__number {
  display: block;
  color: #ea7837;
  font-size: 122px;
  font-style: italic;
  font-weight: 700;
  line-height: 153px;
  margin-bottom: 40px;
}
.statistics__what {
  font-size: 36px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 25px;
}
.statistics__content {
  font-size: 25px;
  line-height: 36px;
  margin: 0px 0px 75px 0px;
}
.statistics__img {
  width: 710px;
}

@media (max-width: 1440px) {
  .statistics__img {
    width: 520px;
  }
}
@media (max-width: 1199px) {
  .statistics__number {
    font-size: 100px;
    line-height: normal;
  }
  .statistics__img {
    width: 520px;
  }
  .statistics__content {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .statistics {
    flex-wrap: wrap;
    padding: 70px 0px;
  }
  .statistics::before {
    top: auto;
    bottom: 0;
  }
  .statistics__info {
    flex: none;
    width: 100%;
  }
  .statistics__number {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .statistics__content {
    margin-bottom: 35px;
  }
  .statistics__img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .statistics__number {
    font-size: 65px;
  }
  .statistics__what {
    font-size: 28px;
    line-height: normal;
  }
  .statistics__content {
    font-size: 16px;
  }
}

/*стили моделей*/
.brand__tabs {
  padding-top: 0;
}

.brand__tabs .tabs__nav {
  border: 1px solid #c8daea;
  display: flex;
  margin-bottom: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.brand__tabs .tab-btn {
  border: none;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  height: 85px;
  padding-top: 0;
}

@media (max-width: 991px) {
  .brand__tabs .tab-btn {
    height: 50px;
  }

  .brand__tabs .tabs__nav {
    margin-bottom: 30px;
  }
}

.brand__tabs .tab-btn:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.brand__tabs .tab-btn:nth-child(2) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.brand__tabs .tab-btn.active {
  border: none;
  background-color: #ea7837;
  color: #fff;
}

.brand__tabs .tab-btn:hover {
  background-color: #ea7837;
  color: #fff;
}

.inn-bann-h-unset .inn-bann__wrap {
  min-height: unset;
  padding-bottom: 40px;
}

.inn-bann-h-unset .inn-bann__wrap .breadcrumbs {
  margin-bottom: 0;
}

.inn-bann-h-unset {
  position: relative;
}

.inn-bann-h-unset::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.service-template .inn-title {
  display: none;
}

@media (max-width: 575px) {
  .inn-bann-h-unset .inn-bann__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.introLogo {
  background: #262525;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .introLogo {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.introLogoW {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
}
@media (max-width: 1199px) {
  .introLogoW {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}

.introLogoImg {
  flex-shrink: 0;
  position: relative;
}

.introLogoImg img {
  width: 350px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .introLogoImg img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .introLogoImg img {
    width: 150px;
  }
}
.introLogoTitle {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .introLogoTitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.introLogoDescr {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.8;
  max-width: 815px;
}

.introLogoImg::before {
  position: absolute;
  top: -31px;
  left: -54px;
  content: "";
  width: 450px;
  height: 489px;
  /* filter: blur(133px); */
  background: url("../img/services/blur.svg") no-repeat center center / contain;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .introLogoImg::before {
    top: -77px;
    left: -97px;
  }
}
@media (max-width: 767px) {
  .introLogoImg::before {
    top: -171px;
    left: -160px;
  }
}

.introLogoList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  margin-top: 25px;
  list-style-type: none;
  padding-left: 0;
}

.introLogoList li {
  grid-column: 6 span;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  /* 146.667% */
  position: relative;
  background: url("../img/checkbox.svg") no-repeat left center / 39px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .introLogoList li {
    grid-column: 12 span;
  }
  .introLogoList {
    margin-top: 30px;
  }
}
.gallery-slider-white .swiper-pagination-line .swiper-pagination-bullets {
  background: #fff;
}
.subs-form__inner-flex-start {
  align-items: flex-start;
}

.marks-short-tit {
  margin-top: 5px;
  text-align: center;
  font-weight: 500;
}

section.sect-cities {
  color: #333;
  overflow: hidden;
  margin-bottom: 50px;
}
.sect-cities__grid {
  column-count: 5;
  column-gap: 10px;
}
.sect-cities__grid ul {
  padding: 0;
  font-size: 16px;
  list-style: none;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 25px;
}
.sect-cities__grid ul:nth-child(n + 6) {
  display: none;
}
.sect-cities__grid ul a {
  text-decoration: none;
}
.sect-cities__grid ul li {
  width: fit-content;
  transition: all 0.2s ease;
}
.sect-cities__grid ul li:first-child {
  color: #ea7837;
  font-weight: 700;
}
.sect-cities__grid ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sect-cities__grid ul li:hover {
  opacity: 0.8;
}
.sect-cities__more {
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  margin: 35px auto 0;
  position: relative;
  transition: all 0.2s ease;
  display: none;
}
.sect-cities__more:hover {
  opacity: 0.8;
}
.sect-cities__more::before,
.sect-cities__more::after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  position: absolute;
  left: -5000px;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sect-cities__more::after {
  left: calc(100% + 5px);
  right: -5000px;
}
@media (max-width: 991px) {
  section.sect-cities {
    margin-bottom: 25px;
  }
  .sect-cities__grid {
    column-count: 3;
  }
  .sect-cities__grid ul {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sect-cities__grid ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .sect-cities__grid {
    column-count: 2;
  }
}

.awards__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.awards-item {
  padding: 20px 30px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #f7f7f7;
  border-radius: 10px;
  margin: 0 auto;
}
.awards-item img {
  height: 100px;
  object-fit: contain;
}
.awards-item p {
  max-width: 200px;
  margin: 0;
}
@media (max-width: 575px) {
  .awards-item {
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
  }
  .awards-item img {
    height: 60px;
  }
}

.bann__action {
  display: flex;
  justify-content: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}

.bann__title {
  margin-bottom: 40px;
}
.bann__inner {
  display: flex;
  gap: 30px;
}
.bann__content {
  flex: 1 0 0;
}
.bann__inner .promo-timer {
  height: 100%;
}
@media (max-width: 991px) {
  .bann__content {
    flex: none;
  }
  .bann__inner {
    flex-direction: column;
  }
  .bann .promo-timer {
    margin: 0 auto;
  }
}

.promo-timer {
  padding: 30px;
  width: fit-content;
  color: #fff;
  background: rgba(38, 37, 37, 0.2);
  backdrop-filter: blur(45px);
  border-radius: 5px;
}
.promo-timer__title {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: normal;
  border-bottom: 1px solid #ea7837;
  margin-bottom: 20px;
}
.promo-timer__wrap {
  display: grid;
  grid-template-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  text-align: center;
  margin-bottom: 30px;
}
.promo-timer__item {
  display: flex;
  flex-direction: column;
  font-style: italic;
}
.promo-timer__item ._value {
  width: 90px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.promo-timer__item ._title {
  font-size: 16px;
  margin: 0;
}
.promo-timer__sep {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin: 27px 0 0 3px;
}
.promo-timer__sep::before {
  content: ":";
}
.promo-timer .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.promo-timer__head-content {
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ea7837;
}
.promo-timer__bonuse-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 70px;
}
@media (min-width: 576px) {
  .promo-timer__head-content {
    display: none;
  }
  .promo-timer__bonuse-btn {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .promo-timer {
    padding: 20px;
  }
  .promo-timer__title {
    font-size: 28px;
  }
  .promo-timer__item ._value {
    width: 60px;
    font-size: 36px;
  }
  .promo-timer__sep {
    font-size: 22px;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .bann .promo-timer__title {
    display: none;
  }
  .bann .promo-timer .btn.js-set-form-name {
    display: none;
  }
}
@media (max-width: 480px) {
  .promo-timer {
    width: 100%;
    text-align: center;
  }
  .promo-timer__wrap {
    width: fit-content;
    margin: 0 auto 20px;
  }
}

div.service-content__images {
  width: auto;
  margin-top: 0;
}
.service-content__images a {
  display: none;
}
.service-content__images .promo-timer {
  background: #272626;
}
@media (max-width: 991px) {
  div.service-content__images {
    display: block;
    margin-top: 30px;
  }
  .service-content__images .promo-timer {
    margin: 0 auto;
  }
}

.s-catalog {
  margin: 50px 0px;
}
.s-catalog__head-descr {
  display: none !important; /* временно */
  padding: 35px 40px;
  background: #fff4ed;
  border-radius: 10px;

  font-size: 15px;
  line-height: 147%;
  margin: 0px 0px 35px 0px;
}
.s-catalog__search {
  margin-bottom: 35px;
}
.s-catalog__search-title {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px;
}
.s-catalog__search-form {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  gap: 15px;
  padding-left: 25px;
}
.s-catlaog__search-input {
  padding: 0;
  margin: 0;
  outline: none;
  padding: 0;
  border: none;
  flex: 1;

  font-size: 15px;
}
.s-catalog__search-submit {
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;

  transition: color 0.3s ease;

  svg {
    width: 16px;
    height: 16px;
  }
}
.s-catalog__search-submit:hover {
  color: #ea7837;
}
.s-catlaog__wrapper {
  display: flex;
  align-items: start;
  gap: 24px;
}
.s-catalog__filters-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 110;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
.s-catalog__filters-overlay._active {
  opacity: 1;
  visibility: visible;
}
.s-catalog__filters {
  /* position: sticky;
  top: 100px; */
  flex-shrink: 0;
  width: 320px;
}
.s-catalog__filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.s-catalog__filters-title {
  display: flex;
  align-items: center;
  gap: 5px;

  font-style: italic;
  font-weight: 500;
  font-size: 24px;

  svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
  }
}
.s-catalog__filters-close {
  width: 25px;
  height: 25px;

  svg {
    width: 100%;
    height: 100%;
  }
}
.s-catalog__filters-body {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.s-catalog__filter:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.s-catalog__filter-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;

  &._active {
    .circle {
      background-color: var(--primary);
      color: white;

      &::after {
        transform: rotate(0deg);
      }
    }
  }

  .circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: black;
    background-color: #d2d2d2;

    transition:
      background-color 0.3s ease,
      color 0.3s ease;

    &::before,
    &::after {
      position: absolute;
      content: "";
      width: 5px;
      height: 1px;
      background-color: currentColor;

      transition: transform 0.3s ease;
    }
    &::after {
      transform: rotate(90deg);
    }
  }
}
.s-catalog__filter-body {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.s-catalog__filter-search {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  .input {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    flex: 1;

    font-size: 15px;

    &::placeholder {
      font-weight: 300;
    }
  }
  svg {
    width: 16px;
    height: 16px;
  }
}

.s-catalog__filter-wrapper {
  padding: 25px 15px;
}
.s-catalog__filter-inside {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 255px;
  overflow-y: auto;

  &::-webkit-scrollbar {
    width: 3px;
  }

  &::-webkit-scrollbar-track {
    background-color: white;
  }

  &::-webkit-scrollbar-thumb {
    background: rgba(234, 120, 55, 0.25);
  }

  input {
    display: none;
    &:checked + label::before {
      background: url("../img/check-primary.svg") center / 8px auto no-repeat;
    }
  }
  label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 15px;

    font-size: 16px;
    line-height: 12px;

    &::before {
      content: "";
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 2px;
    }
  }
}

.s-catalog__main {
  flex: 1;
}
.s-catalog__main-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.s-catalog__sort-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.s-catalog__sort-title {
  display: flex;
  align-items: center;
  gap: 10px;

  font-weight: 500;
  font-size: 16px;

  svg {
    width: 15px;
    height: 15px;
    color: var(--primary);
  }
}

.select {
  position: relative;

  &._open {
    .select-btn svg {
      transform: rotate(180deg);
    }
    .select-body {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
}
.select-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;

  svg {
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;
  }
}
.select-body {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 5px;
  right: 0;
  padding: 15px;
  width: fit-content;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.36);

  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    visibility 0.4s ease;

  z-index: 10;
}
.select-item {
  font-size: 16px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;

  transition: color 0.3s ease;
}
.select-item:hover {
  color: var(--primary);
}

.s-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 25px;
}
.card-product {
  display: flex;
  flex-direction: column;
}
.card-product__gallery {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  padding-bottom: 83%;

  img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.card-product__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
}
.card-product__title {
  display: block;
  width: fit-content;
  text-decoration: none;

  font-size: 18px;

  transition: color 0.3s ease;
}
.card-product__title:hover {
  color: var(--primary);
}
.card-product__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  gap: 15px;
  margin: 15px 0px;

  li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);

    span:first-child {
      color: rgba(0, 0, 0, 0.5);
    }
    span:nth-child(2) {
      text-align: right;
    }

    span._green {
      color: #25d366;
    }
    span._red {
      color: red;
    }
  }
}
.card-product__bottom {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.card-product__price {
  font-weight: 500;
  font-size: 18px;
}
.card-product__btn {
  width: 100%;
  margin-top: 25px;
}
.s-catalog__filters-open {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;

  font-size: 16px;
  font-weight: 600;

  svg {
    width: 20px;
    height: 20px;
    color: var(--primary);
  }
}

.notfound {
  padding: 56px 66px;
  border-radius: 10px;
  background: #fff4ed;
  margin-top: 50px;

  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}
.notfound__logo {
  display: block;
  width: 315px;
  flex-shrink: 0;
}
.notfound__body {
  flex: 0 1 740px;
}
.notfound__title {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 121%;

  margin: 0px 0px 25px 0px;
}
.notfound__content {
  font-size: 15px;
  line-height: 147%;
  margin: 0px 0px 25px 0px;
}
.notfound__btn {
  width: 320px;
  max-width: 100%;
}

.s-catalog__not-found {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .s-catalog__filters-close {
    display: none;
  }
  .s-catalog__filters-open {
    display: none;
  }
  .s-catalog__filters-overlay {
    display: none;
  }
}

@media (max-width: 1399px) {
  .s-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .notfound {
    padding: 30px;
    gap: 30px;
  }
  .notfound__logo {
    width: 200px;
  }
  .s-catalog__filters {
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 350px;
    max-width: 100%;
    padding: 20px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);

    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s ease;

    z-index: 120;
  }
  .s-catalog__filters._open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .s-catlaog__wrapper {
    display: block;
  }
  .s-catalog__main {
    flex: none;
    width: 100%;
  }
  .s-catalog__not-found {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .notfound {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .notfound__logo {
    width: 315px;
    max-width: 100%;
  }
  .notfound__body {
    flex: none;
    width: 100%;
  }
  .s-catalog__head-descr {
    padding: 20px;
    margin-bottom: 25px;
  }
  .s-catalog__search-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .s-catalog__search-form {
    padding-left: 15px;
  }
  .s-catalog__search-submit {
    width: 40px;
    height: 40px;
  }
  .s-catalog__main-head {
    gap: 30px;
    row-gap: 20px;
  }
  .s-catalog__grid {
    gap: 10px;
  }
  .card-product__bottom {
    padding-top: 15px;
  }
  .card-product__btn {
    margin-top: 15px;
  }
  .card-product__title {
    font-size: 16px;
  }
  .s-catalog__sort-title {
    font-size: 14px;
    gap: 5px;
  }
  .s-catalog__sort-item {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .notfound {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .s-catalog__grid {
    grid-template-columns: 1fr;
  }
}

[data-show-item] {
  display: none;
  transform: translateY(20px);
  opacity: 0;

  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
[data-show-item]._open {
  display: block;
}
[data-show-item]._show {
  opacity: 1;
  transform: translateY(0);
}

.spoller-content {
  display: none;
}
.hide {
  display: none !important;
}

.s-product {
  margin: 25px 0px 75px 0px;
}
.s-product__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.s-product__gallery {
  position: sticky;
  top: 100px;
  display: flex;
  align-items: start;
  gap: 24px;
}
.s-product__thumb-slider {
  width: 90px;
  flex-shrink: 0;
  margin: 0;
  height: 600px;
}
.s-product__thumb-slide {
  position: relative;
  cursor: pointer;
  height: 95px !important;
  overflow: hidden;
  border-radius: 10px;

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

  &::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    inset: 0;
    border: 2px solid var(--primary);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
}

.s-product__thumb-slide:hover {
  &::before {
    opacity: 0.5;
  }
}
.s-product__thumb-slide.swiper-slide-thumb-active {
  &::before {
    opacity: 1;
  }
}
.s-product__slider {
  width: 570px;
}
.s-product__slide {
  border-radius: 10px;
  overflow: hidden;
  height: 600px !important;

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.3s ease;
  }
}
.s-product__slide:hover img {
  transform: scale(1.08);
}
.s-product__spec {
  flex: 0 1 585px;
}
.s-product__spec-list {
  padding: 0;
  margin: 0;
  list-style: none;

  li {
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);

    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);

    &._open {
      display: flex;
    }

    &:nth-child(-n + 5) {
      display: flex;
      transform: translateY(0);
      opacity: 1;
    }

    span {
      &:nth-child(1) {
        flex-shrink: 0;
        color: rgba(0, 0, 0, 0.5);
      }
      &:nth-child(2) {
        text-align: right;
      }
    }
  }
}
.s-product__spec-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 15px;

  font-size: 16px;
  color: var(--primary);
  margin-top: 15px;

  transition: color 0.3s ease;

  svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
  }
}
.s-product__spec-toggle:hover {
  color: black;
}
.s-product__spec-toggle._active {
  svg {
    transform: rotate(180deg);
  }
}

.s-product__info {
  display: flex;
  gap: 20px;
  margin: 35px 0px;
}
.s-product__price-wrapper {
  padding: 25px;
  border-radius: 10px;
  background: #f8f9f9;
  flex: 0 1 350px;
}
.s-product__price {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 25px;
}
.s-product__btn {
  width: 100%;
}
.s-product__availability {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);

  span {
    &._green {
      color: #25d366;
    }
    &._red {
      color: red;
    }
  }
}
.s-product__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  flex: 1;
}
.s-product__social-content {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px 0px 30px 0px;
}
.s-product__social-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
.s-product__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;

  font-size: 20px;
  color: white !important;
  text-decoration: none;

  transition: opacity 0.3s ease;

  &.ic-telegram {
    background-color: #36b9fc;
    background-image: linear-gradient(210deg, rgba(1, 126, 188, 0), #017ebc);
  }
  &.ic-whatsapp {
    background-color: #25d366;
  }
}
.s-product__social-btn:hover {
  opacity: 0.8;
}
.s-product__delivery {
  display: none !important; /* временно */
  margin-top: 35px;
}
.s-product__delivery-title {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ea7837;
  width: fit-content;
  margin-bottom: 15px;
}
.s-product__delivery-content {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);

  p {
    margin: 0;
    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }
}
.s-product__tabs {
  margin-top: 50px;
}
.s-products__tabs-nav {
  position: relative;
  display: flex;
  overflow-x: auto;
  gap: 50px;
  margin-bottom: 25px;

  &::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
  }
}
.s-product__tab-btn {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);

  transition: color 0.3s ease;

  &::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: rgba(234, 120, 55, 0.5);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
  }
}
.s-product__tab-btn._active {
  color: black;
  &::before {
    opacity: 1;
  }
}
.s-product__tab-btn:hover::before {
  opacity: 1;
}

.s-product__tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  row-gap: 0px;
  padding: 0;
  list-style: none;
  margin: 0;

  li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);

    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;

    span {
      &:nth-child(1) {
        color: rgba(0, 0, 0, 0.5);
        flex-shrink: 0;
      }
      &:nth-child(2) {
        text-align: right;
      }
    }
  }
}

@media (min-width: 992px) {
  .s-products__tabs-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (max-width: 1399px) {
  .s-product__info {
    flex-wrap: wrap;
  }
  .s-product__price-wrapper {
    flex: none;
    width: 100%;
  }
  .s-product__social {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s-product__thumb-slider {
    height: 435px;
  }
  .s-product__slider {
    width: 415px;
  }
  .s-product__slide {
    height: 435px !important;
  }
}

@media (max-width: 991px) {
  .s-product__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-product__spec {
    flex: none;
    width: 100%;
  }
  .s-product__gallery {
    position: static;
    width: 600px;
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .s-product__thumb-slider {
    width: 100%;
    height: auto !important;
  }
  .s-product__thumb-slide {
    height: auto !important;
    width: 110px !important;
    aspect-ratio: 1/1;
  }
  .s-product__slider {
    width: 100%;
  }
  .s-product__slide {
    height: auto !important;
    aspect-ratio: 1/1.05;
  }
  .s-products__tabs-nav {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .s-products__tabs-nav {
    margin: 0 -12px 20px -12px;
    padding: 0 12px;
  }
  .s-product__tab-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .s-product__gallery {
    gap: 16px;
  }
  .s-product__thumb-slide {
    width: 90px !important;
  }
  .s-product__spec-list {
    li {
      font-size: 14px;
      padding: 8px 0px;
    }
  }
  .s-product__tab-list {
    li {
      font-size: 14px;
      padding: 8px 0px;
    }
  }
  .s-product__spec-toggle {
    font-size: 14px;
    gap: 10px;
  }
  .s-product__info {
    margin: 25px 0px;
  }
  .s-product__price-wrapper {
    padding: 25px 16px;
  }
  .s-product__price {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .s-product__social {
    padding: 25px 16px;
  }
  .s-product__social-content {
    margin-bottom: 20px;
  }
}

.bann__bottom {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 25px;
  margin-top: 35px;
}
.bann__play-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.bann__play-btn:hover {
  opacity: 0.8;
}
.bann__play-btn img {
  width: 75px;
  height: 75px;
}
@media (max-width: 991px) {
  .bann__play-btn img {
    width: 50px;
    height: 50px;
  }
}
.bann__qr {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bann__qr-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
}
.bann__qr-gallery img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.bann__qr-content {
  font-weight: 500;
  font-size: 15px;
  line-height: 145%;
  max-width: 290px;
}
.bann__qr-content a {
  display: block;
  color: #ea7837;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bann__qr-content a:hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  .bann__qr {
    display: none;
  }
}

.service-video {
  width: 100%;
  max-width: 465px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  line-height: 0;
  overflow: hidden;
  margin: 30px auto 0;
}
.service-video._stop::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
    url("/local/templates/main/assets/img/play.svg") no-repeat center/100px;
  transition: transform 0.2s ease;
  will-change: transform;
}
.service-video._stop:hover::after {
  transform: scale(1.03);
}
.service-video video {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .service-video {
    max-width: 100%;
  }
  .service-video._stop::after {
    background-size: 80px;
  }
}

.service-content .marquiz__inline-frame {
  min-height: 610px;
}

.header__mob-call {
  line-height: 0;
  font-size: 0;
}
.header__mob-call::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/upload/call.svg") no-repeat center/contain;
}
@media (min-width: 992px) {
  .header__mob-call {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__call {
    display: none;
  }
}

.btn-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ea7837;
  color: white;
  z-index: 1;
}
.btn-play:hover::before {
  inset: -6px;
  opacity: 1;
}
.btn-play::before,
.btn-play::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #ea7837;
  opacity: 0.5;
  z-index: -1;

  transition:
    opacity 0.3s ease,
    inset 0.3s ease;
}
.btn-play::before {
  inset: -3px;
}
.btn-play::after {
  inset: -6px;
}
.btn-play svg {
  width: 16px;
  height: 16px;
}
.s-vlog__slider .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}
.s-vlog__slider .swiper-slide .card-vlog {
  height: 100%;
}
.card-vlog {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.card-vlog__gallery {
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1.6;
  margin-bottom: 30px;
}
.card-vlog__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.card-vlog__title:hover {
  color: #ea7837;
}
.card-vlog__date {
  font-weight: 500;
  font-size: 15px;
  line-height: 145%;
  color: #ea7837;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

@media (max-width: 1199px) {
  .card-vlog__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .s-vlog {
    overflow: hidden;
  }
  .s-vlog__slider {
    overflow: visible !important;
  }
  .s-vlog__slider .swiper-slide {
    width: 195px !important;
  }
  .card-vlog {
    padding-bottom: 15px;
  }
  .card-vlog__gallery {
    margin-bottom: 20px;
  }
  .card-vlog__title {
    font-size: 16px;
  }
  .card-vlog__date {
    font-size: 14px;
  }
  .btn-play {
    width: 40px;
    height: 40px;
  }
  .btn-play svg {
    width: 12px;
    height: 12px;
  }
  .btn-play:hover::before {
    inset: -4px;
  }
  .btn-play::before {
    inset: -2px;
  }
  .btn-play::after {
    inset: -4px;
  }
  .slider-pagination {
    margin-top: 20px;
  }
}

.s-vlog-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  row-gap: 50px;
}
.s-vlog-archive__btn-more {
  display: block;
  width: fit-content;
  margin: 50px auto 0px auto;
}
@media (max-width: 991px) {
  .s-vlog-archive__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .s-vlog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .s-vlog-archive__btn-more {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s-vlog-archive__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-vlog-archive__btn-more {
    width: 100%;
  }
}

.cart-content,
.cart-content * {
  font-family: "Inter", sans-serif;
}
.cart-content .basket-items-list-table tbody {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}
.cart-content .basket-items-list {
  padding: 0;
}
.cart-content .basket-items-list-wrapper {
  border: none;
}
.cart-content .basket-items-list-item-container {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
  padding: 25px 60px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  background: #f8f9f9;
}
.cart-content .basket-items-list-item-container td {
  padding: 0 !important;
  min-width: auto;
}
.cart-content .basket-item-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-content .basket-item-block-image {
  padding: 0;
  width: 135px;
  height: 105px;
  max-width: 135px;
  flex: auto;
  margin: 0;
}
.cart-content .basket-item-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.cart-content .basket-item-info-name-link {
  display: block;
  width: fit-content;
  padding: 0;
  font-size: 16px;
  line-height: 136%;
  margin-bottom: 5px;

  text-decoration: none;

  transition: color 0.3s ease;
}
.cart-content .basket-item-info-name-link:hover {
  color: var(--primary);
}
.cart-content .basket-item-property-custom {
  display: block;
  padding: 0;
}
.cart-content .basket-item-property-custom-name {
  margin-right: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 181%;
  margin-bottom: 5px;
}
.cart-content .basket-item-property-custom-value {
  padding: 5px 10px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: fit-content;

  font-weight: 500;
  font-size: 12px;
  line-height: 181%;
  color: #4a4a4a;
}

/* price-amount */
.cart-content .basket-item-block-amount {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100px;
  flex-shrink: 0;
  padding: 0;
}
.cart-content .basket-items-list-item-descriptions {
  border: none;
}
.cart-content .basket-items-list-item-descriptions-inner {
  display: flex;
  align-items: start;
  flex-direction: row !important;
  gap: 15px;
}
.cart-content .basket-item-amount-btn-minus,
.cart-content .basket-item-amount-btn-plus {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.cart-content .basket-item-amount-filed-block {
  flex: 1;
}
.cart-content .basket-item-amount-filed {
  width: 100%;
  border: none;
  height: 22px;
  font-size: 16px;
  text-align: center;
  height: 100%;
  background-color: transparent;
}
.cart-content .basket-item-block-price {
  padding: 0;
  margin: 0;
}
.cart-content .basket-items-list-item-amount {
  padding: 0;
  border: none;
}
.cart-content .basket-item-amount-field-description {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 181%;
  color: #a1a1a1;
  margin-top: 5px;
  white-space: nowrap;
}

/* price */
.cart-content .basket-item-block-price {
  padding: 0;
}
.cart-content .basket-items-list-item-price {
  border: none;
}
.cart-content .basket-items-list-item-price {
  min-width: 120px;
}
.cart-content .basket-item-price-current-text {
  font-size: 20px;
  line-height: 109%;
  color: #2f3435;
}
.cart-content .basket-items-list-item-remove {
  border: none;
  order: 4;
}

/* total-block */
.cart-content .basket-checkout-container {
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #f8f9f9;
  padding: 25px;
  flex-wrap: wrap;
}
.cart-content .basket-checkout-section-inner {
  display: flex;
  align-items: center !important;
  gap: 15px;
}
.cart-content .basket-checkout-block-total-price-inner {
  padding: 0;
}
.cart-content .basket-coupon-block-total-price-current {
  margin: 0;
}
.cart-content .basket-checkout-block {
  padding: 0 !important;
  margin: 0 !important;
}
.cart-content .basket-btn-checkout {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .cart-content .basket-items-list-item-container {
    padding: 25px;
  }
  .cart-content .basket-items-list-item-container {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .cart-content .basket-items-list-item-container {
    padding: 15px;
  }
  .cart-content .basket-checkout-section-inner {
    justify-content: start;
  }
  .cart-content .basket-checkout-container {
    padding: 15px;
  }
  .cart-content .basket-checkout-block {
    width: fit-content;
    min-width: auto;
  }
  .cart-content .basket-checkout-block-total-title {
    font-size: 16px;
  }
  .cart-content .basket-coupon-block-total-price-current {
    font-size: 24px;
  }
  .cart-content .basket-checkout-block-btn {
    width: 100%;
  }
  .cart-content .basket-btn-checkout {
    width: 100%;
  }
}

.order-content,
.order-content * {
  font-family: "Inter", sans-serif;
}
.order-content .bx-soa-section {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #f8f9f9;
  overflow: hidden;
  margin: 0;
}
.order-content .bx-soa-section:not(:last-child) {
  margin-bottom: 30px;
}
.order-content .bx-soa-section-title-container {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 13px !important;
  border-radius: 5px;
  background: #f2f5f7;
}
.order-content .bx-soa-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;

  font-style: normal;
  font-size: 22px;
  line-height: 99%;
}
.order-content .bx-soa-editstep {
  display: none;
}
.order-content .bx-soa-section-content {
  padding: 20px;
}
.order-content .bx-soa-pp-item-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
}
.order-content .bx-soa-pp-company {
  cursor: pointer;
  width: 100%;
  padding: 0;
}
.order-content .col-sm-5.bx-soa-pp-desc-container {
  display: none;
}
.order-content .bx-soa-pp-company-graf-container {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  background-color: white;
}
.order-content .bx-soa-pp-delivery-cost {
  display: none;
}
.order-content .bx-soa-pp-company-checkbox {
  display: none;
}
.order-content .bx-soa-pp-company-image::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  top: 0;
  left: 0;

  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.order-content .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image::before {
  background: url("../img/check-white.svg") center / 7px auto no-repeat;
  background-color: #ea7837;
  border-color: #ea7837;
}
.order-content .bx-soa-pp-company-smalltitle {
  margin-top: 6px;
  padding: 0;
  font-size: 11px;
  line-height: 198%;
  color: #000;
}
.order-content .bx-soa-more {
  padding-top: 0;
  border: none;
  margin-top: 30px;
}
.order-content .bx-soa-more-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
}
.order-content .bx-soa-more-btn .pull-right {
  margin-left: auto;
}
.order-content .bx-soa-customer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 15px;
  margin-bottom: 15px;
}
.order-content .form-group {
  margin: 0;
}
.order-content .bx-soa-custom-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 2px;
  padding: 0 !important;
  margin-bottom: 5px;
}
.order-content .form-group.bx-soa-customer-field:nth-child(3) {
  grid-column: 2 span;
}
.order-content .form-control {
  min-height: 55px;
  padding: 15px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: white;
  outline: none;

  transition: border-color 0.3s ease;
}
.order-content .form-control:focus {
  box-shadow: none;
  border-color: #ea7837;
}
.order-content .bx-soa-tooltip-danger {
  display: none;
}
.order-content .bx-soa-tooltip-danger + div + .form-control {
  border-color: #a94442;
}
.order-content .bx-soa-item-tr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 15px 30px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.order-content .bx-soa-item-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-content .bx-soa-item-td {
  padding: 0;
  border: none;
  width: fit-content !important;
}
.order-content .bx-soa-item-content {
  padding: 0 !important;
}
.order-content .bx-soa-item-td:first-child {
  flex: 1;
  min-width: auto !important;
}
.order-content .bx-soa-item-img-block {
  width: 95px;
  height: 75px;
  flex-shrink: 0;
  padding: 0;
  margin: 0 !important;
}
.order-content .bx-soa-item-img-block a {
  display: block;
  width: 100%;
  height: 100%;
}
.order-content .bx-soa-item-imgcontainer {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.order-content .bx-soa-item-block {
  display: flex;
  gap: 15px;
}
.order-content #bx-soa-orderSave a,
.order-content #bx-soa-orderSave .checkbox {
  margin: 0 !important;
}
.order-content .bx-soa-item-td-title,
.order-content .bx-soa-item-td-text {
  padding: 0 !important;
}
.order-content .bx-soa-cart-total {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #f8f9f9;
}
.order-content .bx-soa-cart-total-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 0px 7px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: none;
}
.order-content .bx-soa-cart-total-line .bx-soa-cart-t,
.order-content .bx-soa-cart-total-line .bx-soa-cart-d {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 136%;
}
.order-content .bx-soa-cart-total-line.bx-soa-cart-total-line-total {
  margin: 25px 0px 0px 0px;
  padding: 0 !important;
  border: none !important;
}
.order-content
  .bx-soa-cart-total-line.bx-soa-cart-total-line-total
  .bx-soa-cart-t,
.order-content
  .bx-soa-cart-total-line.bx-soa-cart-total-line-total
  .bx-soa-cart-d {
  font-size: 20px !important;
  font-weight: 500 !important;
}

@media (max-width: 1199px) {
  .order-content .bx-soa-cart-total {
    padding: 15px !important;
  }
  .order-content .bx-soa-cart-total-line .bx-soa-cart-t,
  .order-content .bx-soa-cart-total-line .bx-soa-cart-d {
    font-size: 14px;
  }
  .order-content
    .bx-soa-cart-total-line.bx-soa-cart-total-line-total
    .bx-soa-cart-t,
  .order-content
    .bx-soa-cart-total-line.bx-soa-cart-total-line-total
    .bx-soa-cart-d {
    font-size: 18px !important;
  }
  .order-content .bx-soa-pp-item-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .order-content #bx-soa-order {
    display: flex;
    flex-direction: column;
  }
  .order-content .bx-soa {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .order-content .bx-soa-sidebar {
    width: 100%;
  }
  .order-content #bx-soa-orderSave {
    display: none;
  }
  .order-content .bx-soa-cart-total-button-container.visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .order-content .form-group.bx-soa-customer-field {
    grid-column: 2 span;
  }
  .order-content .bx-soa-item-tr {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  .order-content .bx-soa-section-content {
    padding: 15px;
  }
  .order-content .bx-soa-section-title {
    font-size: 18px !important;
  }
  .order-content .bx-soa-pp-item-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .order-content .bx-soa-more {
    margin-top: 20px;
  }
  .order-content .bx-soa-item-tr {
    padding: 15px;
    gap: 15px;
    row-gap: 20px;
  }
  .order-content .bx-soa-item-td:first-child {
    flex: auto;
    width: 100% !important;
  }
}

.s-faq {
}
.s-faq__spollers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-faq__spoller {
}
.s-faq__spoller-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  padding: 16px 30px;
  background: #fff4ed;
  border-radius: 10px;
  gap: 15px;

  font-size: 20px;
}
.s-faq__spoller-btn._active svg {
  transform: rotate(180deg);
}
.s-faq__spoller-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #da6624;

  transition: transform 0.3s ease;
}
.s-faq__spoller-body {
  padding-top: 25px;
}
.s-faq__spoller-content {
  font-size: 16px;
}
.s-faq__spoller-content > *:not(:last-child) {
  margin-bottom: 20px;
}
.s-faq__spoller-content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  list-style: none;
}
.s-faq__spoller-content ul li {
  display: flex;
  align-items: start;
  gap: 15px;
}
.s-faq__spoller-content ul li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea7837;
  flex-shrink: 0;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .s-faq__spoller-btn {
    font-size: 18px;
    padding: 14px 20px;
  }
  .s-faq__spoller-btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .s-faq__spoller-btn {
    font-size: 16px;
    padding: 14px;
  }
  .s-faq__spoller-btn svg {
    width: 18px;
    height: 18px;
  }
  .s-faq__spoller-body {
    padding-top: 15px;
  }
  .s-faq__spoller-content {
    font-size: 15px;
  }
  .s-faq__spoller-content > *:not(:last-child) {
    margin-bottom: 14px;
  }
  .s-faq__spoller-content ul {
    gap: 10px;
  }
}

.club-bann {
  background: no-repeat center/cover;
  color: #fff;
}
.club-bann .container {
  position: relative;
}
.club-bann__inner {
  padding: 50px 0 120px;
}
.club-bann .breadcrumbs {
  margin-bottom: 70px;
}
.club-bann .breadcrumbs,
.club-bann .breadcrumbs a {
  color: #fff;
}
.club-bann__content {
  width: 100%;
  max-width: 680px;
}
.club-bann__desc {
  opacity: 0.8;
}
.club-bann .bann__list {
  margin-bottom: 40px;
}
.club-bann__abstract {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 718px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .club-bann__abstract {
    display: none;
  }
}
@media (min-width: 992px) {
  .club-bann__title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .club-bann__inner {
    padding: 40px 0;
  }
  .club-bann .breadcrumbs {
    margin-bottom: 30px;
  }
}

ul._orange {
  padding-left: 23px;
  list-style: none;
}
ul._orange li {
  position: relative;
  margin: 5px 0;
}
ul._orange li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea7837;
}

.club-desc__inner {
  display: flex;
  gap: 50px;
}
.club-desc__content {
  width: 47%;
}
.club-desc__img {
  width: 53%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .club-desc__inner {
    flex-direction: column;
    gap: 0;
  }
  .club-desc__content, 
  .club-desc__img {
    width: 100%;
  }
}

.club-cards {
  background: #262525;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.club-cards__abstract {
  position: absolute;
  right: -100px;
  bottom: 0;
}
.club-cards__top {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 70px;
}
.club-cards__title {
  margin: 0;
}
.club-cards__top-note {
  width: 100%;
  max-width: 525px;
  opacity: 0.8;
  margin: 0;
}
.club-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.club-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.club-card__glow {
  width: 449px;
  height: 318px;
  filter: blur(100px);
  transform: rotate(-148deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.club-card__top-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  object-fit: contain;
  z-index: 2;
}
.club-card__part {
  padding: 70px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  border-radius: 10px;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.club-card__part + .club-card__part {
  padding: 40px 30px;
  flex: 1 0 0;
}
.club-card__title {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.club-card__title span {
  font-size: 77px;
  font-style: italic;
}
.club-card__desc {
  opacity: 0.8;
  margin: 0;
}
.club-card__img {
  width: 100%;
  max-width: 400px;
  max-height: 320px;
  object-fit: contain;
  margin: auto auto 0;
}
@media (max-width: 1199px) {
  .club-cards__top {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .club-cards__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .club-card__part {
    padding: 30px 30px 15px;
    gap: 15px;
    border-radius: 5px;
  }
  .club-card__top-img {
    width: 32px;
    height: 32px;
  }
  .club-card__title {
    font-size: 28px;
  }
  .club-card__title span {
    font-size: 46px;
  }
  .club-card__img {
    max-height: 200px;
  }
}

.club-info h2 {
  margin-bottom: 50px;
}
.club-info .tab-btns {
  display: flex;
  gap: 45px;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  margin: 0;
  overflow-x: auto;
}
.club-info .tab-btns::before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(43px);
  background: rgba(0, 0, 0, 0.15);
}
.club-info .tab-btns li {
  flex: none;
  border: none;
}
.club-info .tab-btns a {
  padding: 0;
  padding-bottom: 20px;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  background: none !important;
  border-color: #ea7837;
}
.club-info .tab-btns li._active a {
  border-bottom: 3px solid #ea7837;
}
.club-info .tab-content {
  padding-top: 60px;
}
.club-info__wrap {
  display: flex;
  justify-content: space-between;
}

.club-info__left {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.club-info__items-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px 60px;
}
.club-info__items-grid._grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.club-info__item-title {
  padding-bottom: 15px;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  border-bottom: 2px solid #ea7837;
  margin-bottom: 15px;
}
.club-info__item-desc {
  opacity: 0.8;
}
.club-info .tab ul {
  padding: 0;
  max-width: 570px;
  list-style: none;
  margin: 0;
}
.club-info .tab ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}
.club-info .tab ul .ic {
  color: #ea7837;
  font-size: 22px;
}
.club-info__img {
  width: 100%;
  max-width: 660px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .club-info h2 {
    margin-bottom: 30px;
  }
  .club-info .tab-btns {
    gap: 10px;
  }
  .club-info .tab-btns a {
    padding-bottom: 10px;
  }
  .club-info .tab-btns::before {
    transform: translateY(33px);
  }
  .club-info .tab-content {
    padding-top: 30px;
  }
  .club-info__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .club-info__left {
    gap: 20px;
  }
  .club-info__items-grid {
    gap: 20px;
  }
  .club-info__item-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .club-info__items-grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .club-info__item-title {
    padding-bottom: 10px;
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.club-info .club-form {
  margin-top: 70px;
}
.club-form {
  padding: 45px;
  display: flex;
  gap: 35px;
  background: #262525;
  color: #fff;
  border-radius: 10px;
}
.club-form__left {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.club-form__title {
  margin: 0 !important;
}
.club-form__title span {
  color: #ea7837;
}
.club-form__desc {
  opacity: 0.8;
  margin: 0;
}
.club-form__logo {
  width: 100%;
  max-width: 200px;
  object-fit: contain;
}
.club-form__right {
  width: 58%;
}
.club-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.club-form__fields .form-field {
  margin: 0;
}
.club-form__accept {
  margin-top: 20px;
}
.club-form__accept p {
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 991px) {
  .club-info .club-form {
    margin-top: 30px;
  }
  .club-form {
    padding: 25px;
    flex-direction: column;
    gap: 20px;
    border-radius: 5px;
  }
  .club-form__left,
  .club-form__right {
    width: 100%;
  }
  .club-form__left {
    gap: 10px;
  }
  .club-form__fields {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}