html {
  font-size: 20px;
}

body {
  min-width: 360px;
  color: #303030;
  font-family: 'Golos Text SR', sans-serif;
  font-weight: 400;
  background-color: #f8f8f8;
}
body.oh {
  overflow: hidden;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  .container {
      padding-right: 40px;
      padding-left: 40px;
  }
}

@media (min-width: 1440px) {
  .row-s {
      margin-right: -20px;
      margin-left: -20px;
  }
}

@media (min-width: 1440px) {
  .col-s {
      padding-right: 20px;
      padding-left: 20px;
  }
}

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

.fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-abs {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-cover {
  background-position: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #bc251d;
}
h1 span.vg,
h2 span.vg,
h3 span.vg,
h4 span.vg,
h5 span.vg,
h6 span.vg {
  color: #00553f;
}

h1,
h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 480px) {
  h1,
  h2 {
      font-size: 40px;
  }
}
@media (min-width: 768px) {
  h1,
  h2 {
      font-size: 48px;
  }
}
@media (min-width: 1440px) {
  h1,
  h2 {
      font-size: 64px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 480px) {
  h4 {
      font-size: 30px;
  }
}
@media (min-width: 1440px) {
  h4 {
      font-size: 32px;
  }
}

h5 {
  font-size: 20px;
}

button {
  font-family: 'Golos Text SR', sans-serif;
  line-height: 1;
}

a.link-like-btn,
span.link-like-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #00553f;
  font-weight: 600;
  font-size: 16px;
  background-color: rgba(0, 85, 63, 0.08);
  padding: 8px 12px;
  border-radius: 16px;
}
a.link-like-btn .svg-icon,
span.link-like-btn .svg-icon {
  flex-shrink: 0;
  margin-right: 12px;
}
a.link-like-btn.circus,
span.link-like-btn.circus {
  width: 32px;
  padding: 8px;
}
a.link-like-btn.circus .svg-icon,
span.link-like-btn.circus .svg-icon {
  margin-right: 0;
}
a.link-like-btn.v2,
span.link-like-btn.v2 {
  height: 40px;
  padding: 12px 20px;
  border-radius: 20px;
}
a.link-like-btn.v2.circus,
span.link-like-btn.v2.circus {
  width: 40px;
}
a.link-like-btn.v3,
span.link-like-btn.v3 {
  height: 44px;
  background-color: #00553f;
  padding: 12px 20px;
  border-radius: 22px;
}
a.link-like-btn.v3 .svg-icon,
span.link-like-btn.v3 .svg-icon {
  fill: #fff;
}
a.link-like-btn.v3 .icon-wa,
span.link-like-btn.v3 .icon-wa {
  width: 20px;
  height: 20px;
}
a.link-like-btn.v3 .icon-tg,
span.link-like-btn.v3 .icon-tg {
  width: 18px;
  height: 18px;
}
a.link-like-btn.v3.circus,
span.link-like-btn.v3.circus {
  width: 44px;
}
a.link-like-btn.v4,
span.link-like-btn.v4 {
  font-family: 'Golos Text SR', sans-serif;
  font-weight: 600;
}

a.link-like-btn:hover {
  background-color: rgba(0, 85, 63, 0.12);
}

a.accent-link {
  color: #bc251d;
}
a.accent-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

a.accent-link2 {
  color: #fff;
}
a.accent-link2:hover {
  color: #bc251d;
}

.accent-btn {
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #bc251d;
  padding: 20px 16px;
  border-radius: 12px;
}
@media (min-width: 1000px) {
  .accent-btn {
      height: 60px;
      font-size: 20px;
      padding: 20px;
  }
}
.accent-btn:hover {
  background-color: #cb2820;
}

.border-btn-c3 {
  height: 56px;
  color: #bc251d;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  border: 2px solid #bc251d;
  border-radius: 12px;
}
@media (min-width: 1000px) {
  .border-btn-c3 {
      height: 60px;
      font-size: 20px;
  }
}
.border-btn-c3:hover {
  color: #cb2820;
  border-color: #cb2820;
}
.border-btn-c3 .svg-icon {
  margin-right: 12px;
}

.f2 {
  font-family: 'Golos Text', sans-serif;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* input-placeholder */
input::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  color: #888;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  color: #888;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  color: #888;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-ms-clear {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.field-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -5px;
}
@media (min-width: 768px) {
  .field-container {
      margin: -10px;
  }
}
.field-container .cell {
  padding: 5px;
}
@media (min-width: 768px) {
  .field-container .cell {
      padding: 10px;
  }
}
.field-container .cell.fw {
  width: 100%;
}
.field-container .cell.hw {
  width: 100%;
}
@media (min-width: 480px) {
  .field-container .cell.hw {
      width: 50%;
  }
}
.field-container .cell.with-icon {
  position: relative;
}
.field-container .cell.with-icon .svg-icon {
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .field-container .cell.with-icon .svg-icon {
      right: 30px;
  }
}
.field-container .cell .field {
  width: 100%;
}

.field {
  height: 56px;
  font-family: 'Golos Text SR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #f8f8f8;
  padding: 20px 16px;
  border: 2px solid #eaeaea;
  border-radius: 12px;
}
@media (min-width: 1000px) {
  .field {
      height: 60px;
      font-size: 20px;
      padding: 20px;
  }
}

textarea.field {
  height: 120px;
  padding: 20px;
  resize: none;
}

.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group .field-check {
  display: none;
}
.checkbox-group .field-check:checked + .simulate {
  background-color: #bc251d;
}
.checkbox-group .simulate {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #bc251d;
  border-radius: 6px;
}
.checkbox-group label {
  color: #888;
  font-size: 12px;
  font-weight: 600;
  padding-left: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checkbox-group label {
      font-size: 16px;
  }
}

.svg-icon {
  display: block;
  fill: #00553f;
}

.icon-tel {
  width: 12px;
  height: 12px;
}

.icon-tg {
  width: 14px;
  height: 12px;
}

.icon-wa {
  width: 16px;
  height: 16px;
}

.icon-b_icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.icon-check {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.icon-check2 {
  width: 12px;
  height: 8px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-arr_d_right {
  width: 20px;
  height: 20px;
  fill: #303030;
}

.icon-arr_up {
  width: 24px;
  height: 28px;
}

.icon-geo {
  width: 14px;
  height: 16px;
}

.icon-mail {
  width: 16px;
  height: 16px;
}

.icon-quest {
  width: 16px;
  height: 24px;
}

.icon-cross {
  width: 24px;
  height: 24px;
}

.icon-clip {
  width: 20px;
  height: 20px;
  fill: #888;
}

.icon-triangle {
  width: 12px;
  height: 10px;
  fill: #bc251d;
}

.icon-calendar {
  width: 16px;
  height: 16px;
  fill: #bc251d;
}

.icon-download {
  width: 16px;
  height: 20px;
  fill: #bc251d;
}

.icon-icon1,
.icon-icon2,
.icon-icon3,
.icon-icon4,
.icon-icon5,
.icon-icon6,
.icon-icon7,
.icon-icon8 {
  width: 40px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
}

.icon-icon1 {
  width: 31px;
}

.icon-icon3 {
  height: 38px;
}

.icon-icon4 {
  height: 38px;
}

.icon-icon6 {
  width: 36px;
}

.icon-arr_left,
.icon-arr_right {
  width: 26px;
  height: 16px;
}

.slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 85, 63, 0.08);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (min-width: 480px) {
  .slider-btn {
      width: 48px;
      height: 48px;
  }
}
@media (min-width: 1440px) {
  .slider-btn {
      width: 64px;
      height: 64px;
  }
}
.slider-btn .svg-icon {
  width: 20px;
  transition: fill 0.2s;
}
@media (min-width: 1440px) {
  .slider-btn .svg-icon {
      width: 26px;
  }
}
.slider-btn:hover {
  background-color: #00553f;
}
.slider-btn:hover .svg-icon {
  fill: #fff;
}

.slider-pagination {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 1000px) {
  .slider-pagination {
      margin-right: -10px;
      margin-left: -10px;
  }
}

.swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 85, 63, 0.2);
  border-radius: 50%;
  margin: 0 8px;
  transition: background-color 0.2s;
}
@media (min-width: 1000px) {
  .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      margin: 0 10px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00553f;
}

.file_upload_container {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .file_upload_container {
      font-size: 20px;
  }
}

.file_upload_label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.file_upload_text {
  color: #888;
}

.file_name {
  display: none;
  color: #888;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file_upload_input {
  display: none !important;
}

.file_upload_container.has_file .file_upload_text {
  display: none;
}
.file_upload_container.has_file .file_name {
  display: inline;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select.is-open .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.custom-select.is-open .svg-icon {
  transform: rotate(180deg);
}
.custom-select .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  font-size: 16px;
  background-color: #f8f8f8;
  padding: 20px 16px;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .custom-select .select-header {
      height: 60px;
      font-size: 20px;
      padding: 20px;
  }
}
.custom-select .select-header .select-current {
  color: #888;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.custom-select .select-header .select-current.selected {
  color: #303030;
}
.custom-select .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  color: #303030;
  font-size: 16px;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
}
@media (min-width: 1000px) {
  .custom-select .select-dropdown {
      font-size: 20px;
  }
}
.custom-select .select-dropdown .select-item {
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 1000px) {
  .custom-select .select-dropdown .select-item {
      padding: 10px 20px;
  }
}
.custom-select .select-dropdown .select-item:hover {
  background: #eaeaea;
}

.flatpickr-calendar {
  width: 270px;
}

.flatpickr-rContainer {
  width: 100%;
}

.dayContainer {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 14px;
  padding-left: 12px;
}

.flatpickr-day {
  max-width: 38.5714px;
  height: 38.5714px;
  line-height: 38.5714px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background-color: #bc251d;
  border-color: #bc251d;
}
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.focus,
.flatpickr-day.startRange:hover,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #bc251d;
  border-color: #bc251d;
}

.breadcrumb-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .breadcrumb-wrap {
      margin-bottom: 40px;
  }
}

.breadcrumb {
  font-size: 12px;
  margin: -6px 0;
}
@media (min-width: 480px) {
  .breadcrumb {
      font-size: 16px;
  }
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.breadcrumb .breadcrumb-item.active {
  color: #bc251d;
  font-weight: 600;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
@media (min-width: 480px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 12px;
  }
}
@media (min-width: 1000px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 20px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #bc251d;
  padding: 0;
  border-radius: 50%;
  margin-right: 8px;
}
@media (min-width: 480px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      width: 8px;
      height: 8px;
      margin-right: 12px;
  }
}
@media (min-width: 1000px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      margin-right: 20px;
  }
}

.ordinary-text {
  font-family: 'Golos Text SR', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .ordinary-text {
      font-size: 20px;
  }
}
.ordinary-text > * + * {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .ordinary-text > * + * {
      margin-top: 40px;
  }
}
.ordinary-text h5 {
  line-height: 1.4;
}
.ordinary-text ul {
  list-style-type: none;
}
.ordinary-text ul li {
  display: flex;
  align-items: flex-start;
}
.ordinary-text ul li + li {
  margin-top: 8px;
}
.ordinary-text ul li::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #bc251d;
  border-radius: 50%;
  margin: 8px 20px 0 0;
}
.ordinary-text.v2 {
  font-size: 16px;
}
.ordinary-text.v2 > * + * {
  margin-top: 20px;
}

.esp-word {
  color: #00553f;
  font-family: 'Golos Text', sans-serif;
}
.esp-word span {
  color: #bc251d;
}

.main-header {
  padding: 20px 0 40px 0;
}
@media (min-width: 1000px) {
  .main-header {
      padding: 40px 0;
  }
}
.main-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .header-logo {
  height: 32px;
}
@media (min-width: 768px) {
  .main-header .header-logo {
      height: 40px;
  }
}
@media (min-width: 1440px) {
  .main-header .header-logo {
      height: 60px;
  }
}
.main-header .header-menu {
  display: none;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .main-header .header-menu {
      display: flex;
      align-items: center;
      background-color: #ebf2f0;
      padding: 16px 16px;
      height: 48px;
      border-radius: 24px;
      color: #00553f;
  }
}
.main-header .header-menu > li {
  position: relative;
}
.main-header .header-menu > li + li {
  margin-left: 16px;
}
@media (min-width: 1440px) {
  .main-header .header-menu > li + li {
      margin-left: 40px;
  }
}
.main-header .header-menu li .sub-ul-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  padding-top: 16px;
  transform: translateX(-50%);
  color: #000;
}
.main-header .header-menu li .sub-ul-wrap ul {
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.main-header .header-menu ul[data-depth='2']::before,
.main-header .header-menu ul[data-depth='3']::before,
.main-header .header-menu ul[data-depth='4']::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask: radial-gradient(
      20px at 100% 0%,
      transparent 20px,
      #fff 20.1px
  );
  mask: radial-gradient(20px at 100% 0%, transparent 20px, #fff 20.1px);
  box-shadow: none;
  pointer-events: none;
}

.main-header .header-menu ul[data-depth='2'],
.main-header .header-menu ul[data-depth='3'],
.main-header .header-menu ul[data-depth='4'] {
  border-radius: 0 16px 16px 16px !important;
}
.main-header .header-menu li .sub-ul-wrap ul li {
  position: relative;
}
.main-header .header-menu li .sub-ul-wrap ul li .sub-ul-wrap {
  top: 0;
  left: calc(100% + 30px);
  transform: none;
}
.main-header .header-menu li .sub-ul-wrap ul li .sub-ul-wrap.shown::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 110%;
  background: transparent;
}
.main-header .header-menu li .sub-ul-wrap ul li a {
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}
.main-header .header-menu li .sub-ul-wrap.shown {
  display: block;
}
.main-header .header-menu li .li-head:hover,
.main-header .header-menu li a:hover {
  color: #bc251d;
}
.submenu-caret {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.submenu-caret::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #bc251d;
  border-radius: 3px;
}

.mobile-bar .submenu-caret {
  margin-left: 10px;
  width: 28px;
  height: 28px;
}
.mobile-bar .submenu-caret::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #bc251d;
}
.main-header .header-menu li .li-head {
  cursor: pointer;
}
.main-header .header-elems-gr {
  display: flex;
  align-items: center;
}
.main-header .header-elems-gr > * + * {
  margin-left: 12px;
}
.main-header .llb-group {
  display: none;
}
@media (min-width: 768px) {
  .main-header .llb-group {
      display: flex;
      align-items: center;
  }
}
@media (min-width: 1000px) {
  .main-header .burger-btn {
      display: none;
  }
}

.llb-group {
  display: flex;
  align-items: center;
}
.llb-group > a + a {
  margin-left: 12px;
}

.burger-btn {
  width: 32px;
  height: 32px;
  background-color: #00553f;
  border-radius: 50%;
}

.mobile-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 101;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: left 0.3s;
}
.mobile-bar.active {
  left: 0;
}
.mobile-bar .mobile-bar-header {
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-header {
      padding: 40px 0;
  }
}
.mobile-bar .mobile-bar-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-bar .mobile-bar-header .header-logo {
  height: 32px;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-header .header-logo {
      height: 40px;
  }
}
.mobile-bar .mobile-bar-body {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-body {
      padding: 130px 0;
  }
}
.mobile-bar .mobile-bar-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 30px;
  background-color: #ebf2f0;
  border-radius: 24px;
  color: #00553f;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-menu {
      font-size: 24px;
  }
}
.mobile-bar .mobile-bar-menu > li {
  position: relative;
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap {
  display: none;
  position: absolute;
  top: calc(100% - 10px); 
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}

.mobile-bar .mobile-bar-menu > li + li .sub-ul-wrap {
  top: calc(100% + 24px);
}

.mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li .sub-ul-wrap {
  top: calc(100% + 24px);
  min-width: 218px;
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap ul {
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 16px; 
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li .sub-ul-wrap ul {
  border-radius: 0 16px 16px 16px;
  position: relative;
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li .sub-ul-wrap ul::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask: radial-gradient(
      20px at 100% 0%,
      transparent 20px,
      #fff 20.1px
  );
  mask: radial-gradient(20px at 100% 0%, transparent 20px, #fff 20.1px);
  pointer-events: none;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-menu > li > .sub-ul-wrap {
      top: calc(100% + 24px);
      left: 10%;
      transform: translateX(-80%);
  }


  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li {
      position: relative;
  }

  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li > .sub-ul-wrap {
      top: 25px; 
      left: calc(100% + 44px);
      transform: none;
      min-width: 218px;
  }

  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li .sub-ul-wrap ul {
      border-radius: 0 16px 16px 16px;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  }


  .mobile-bar .mobile-bar-menu li .sub-ul-wrap {
      z-index: 100;
  }
  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li > .sub-ul-wrap {
      z-index: 101;
  }
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul {
      font-size: 24px;
  }
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li a {
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-menu li .sub-ul-wrap ul li a {
      padding: 12px 0;
  }
}
.mobile-bar .mobile-bar-menu li .sub-ul-wrap.shown {
  display: block;
}
.mobile-bar .mobile-bar-menu li .li-head,
.mobile-bar .mobile-bar-menu li a {
  display: inline-block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-menu li .li-head,
  .mobile-bar .mobile-bar-menu li a {
      padding: 30px 0;
  }
}
.mobile-bar .mobile-bar-menu li .li-head:hover,
.mobile-bar .mobile-bar-menu li a:hover {
  color: #bc251d;
}
.mobile-bar .mobile-bar-menu li .li-head {
  cursor: pointer;
}
.mobile-bar .mobile-bar-footer {
  padding: 40px 0 20px 0;
}
@media (min-width: 768px) {
  .mobile-bar .mobile-bar-footer {
      padding: 40px 0;
  }
}
.mobile-bar .mobile-bar-footer .llb-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-bar .svg-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.mobile-bar img.svg-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.mobile-bar .icon-tel {
  width: 12px;
  height: 12px;
  display: block;
}
.mobile-bar .link-like-btn.v2 {
  font-size: 16px;
  border-radius: 24px;
}
@media (max-width: 400px) {
  .mobile-bar .link-like-btn.v2.mobile-bar-mgl {
      margin-left: 30px;
  }
}
.section {
  overflow: hidden;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section {
      padding: 50px 0;
  }
}
.section h1,
.section h2 {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .section h1,
  .section h2 {
      margin-bottom: 40px;
  }
}

.s-elem {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 40px;
}
@media (min-width: 480px) {
  .s-elem {
      padding: 40px;
  }
}
.s-elem .s-elem-cont {
  position: relative;
  z-index: 1;
}

.s-elem-img {
  overflow: hidden;
  height: 100%;
  border-radius: 40px;
}

.enter-section .col-s:first-child {
  flex-basis: 100%;
}
@media (min-width: 1000px) {
  .enter-section .col-s:first-child {
      flex-basis: 54%;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:first-child {
      flex-basis: 50%;
  }
}
.enter-section .col-s:first-child .s-elem {
  height: 460px;
}
@media (min-width: 480px) {
  .enter-section .col-s:first-child .s-elem {
      padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .enter-section .col-s:first-child .s-elem {
      padding: 40px;
  }
}
@media (min-width: 1000px) {
  .enter-section .col-s:first-child .s-elem {
      height: 600px;
      padding: 40px 20px;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:first-child .s-elem {
      height: 660px;
      padding: 40px;
  }
}
.enter-section .col-s:first-child .s-elem .bg-img {
  z-index: 0;
  opacity: 0.08;
}
@media (min-width: 480px) {
  .enter-section .col-s:first-child .s-elem .bg-img {
      padding: 40px;
  }
}
.enter-section .col-s:first-child .s-elem .bg-img img {
  max-width: 120%;
  max-height: 120%;
}
@media (min-width: 400px) {
  .enter-section .col-s:first-child .s-elem .bg-img img {
      max-width: 100%;
      max-height: 100%;
  }
}
.enter-section .col-s:first-child .s-elem .s-elem-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.enter-section .col-s:first-child .s-elem .sub-p {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .enter-section .col-s:first-child .s-elem .sub-p {
      font-size: 20px;
  }
}
.enter-section .col-s:first-child .btm-part .row-c {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 1000px) {
  .enter-section .col-s:first-child .btm-part .row-c {
      margin-right: -6px;
      margin-left: -6px;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:first-child .btm-part .row-c {
      margin-right: -10px;
      margin-left: -10px;
  }
}
.enter-section .col-s:first-child .btm-part .col-c {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1000px) {
  .enter-section .col-s:first-child .btm-part .col-c {
      padding-right: 6px;
      padding-left: 6px;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:first-child .btm-part .col-c {
      padding-right: 10px;
      padding-left: 10px;
  }
}
.enter-section .col-s:last-child {
  flex-basis: 100%;
}
@media (min-width: 1000px) {
  .enter-section .col-s:last-child {
      flex-basis: 46%;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:last-child {
      flex-basis: 50%;
  }
}
.enter-section .col-s:last-child .s-elem {
  height: 280px;
}
@media (min-width: 768px) {
  .enter-section .col-s:last-child .s-elem {
      height: 400px;
  }
}
@media (min-width: 1000px) {
  .enter-section .col-s:last-child .s-elem {
      height: 600px;
  }
}
@media (min-width: 1440px) {
  .enter-section .col-s:last-child .s-elem {
      height: 660px;
  }
}
.enter-section .col-s:last-child .s-elem-img {
  height: 280px;
}
@media (min-width: 768px) {
  .enter-section .col-s:last-child .s-elem-img {
      height: 400px;
  }
}
@media (min-width: 1000px) {
  .enter-section .col-s:last-child .s-elem-img {
      height: 100%;
  }
}
.enter-section .tab-xs {
  display: flex;
  align-items: center;
  height: 56px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  background-color: #00553f;
  padding: 17px;
  border-radius: 12px;
}
@media (min-width: 480px) {
  .enter-section .tab-xs {
      padding: 17px 21px;
  }
}
@media (min-width: 768px) {
  .enter-section .tab-xs {
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: 140px;
      padding: 20px;
  }
}
@media (min-width: 1000px) {
  .enter-section .tab-xs {
      height: 180px;
      padding: 20px 12px;
  }
}
@media (min-width: 1440px) {
  .enter-section .tab-xs {
      padding: 20px;
  }
}
.enter-section .tab-xs .svg-icon {
  margin-right: 16px;
}
@media (min-width: 480px) {
  .enter-section .tab-xs .svg-icon {
      margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .sm-form-section .s-elem.v2 {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .sm-form-section .s-elem-cont {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
}
.sm-form-section .s-elem-cont h4 {
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .sm-form-section .s-elem-cont h4 {
      margin-bottom: 0;
  }
}
.sm-form-section .s-elem-cont .field {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sm-form-section .s-elem-cont .field {
      width: 205px;
      margin-right: 12px;
      margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .sm-form-section .s-elem-cont .field {
      width: 260px;
  }
}
.sm-form-section .s-elem-cont .accent-btn {
  flex-grow: 1;
  width: 100%;
  margin: 12px 0 0 0;
}
@media (min-width: 768px) {
  .sm-form-section .s-elem-cont .accent-btn {
      width: 200px;
      margin: 0 0 0 12px;
  }
}
@media (min-width: 1000px) {
  .sm-form-section .s-elem-cont .accent-btn {
      width: 250px;
  }
}
.sm-form-section .bg-img {
  position: absolute;
  right: -450px;
  bottom: 38px;
  z-index: 0;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .sm-form-section .bg-img {
      right: -225px;
      bottom: -152px;
  }
}
@media (min-width: 1000px) {
  .sm-form-section .bg-img {
      right: -95px;
  }
}
@media (min-width: 1440px) {
  .sm-form-section .bg-img {
      bottom: -185px;
  }
}
.sm-form-section .p-thesis {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .sm-form-section .p-thesis {
      font-size: 24px;
  }
}
.sm-form-section .p-thesis span {
  color: #00553f;
}
@media (min-width: 768px) {
  .sm-form-section.v2 .s-elem-cont {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .s-elem-cont {
      align-items: center;
  }
}
.sm-form-section.v2 .s-elem-cont h4 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sm-form-section.v2 .s-elem-cont h4 {
      width: 50%;
      margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .sm-form-section.v2 .s-elem-cont h4 {
      font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .s-elem-cont h4 {
      width: auto;
      font-size: 40px;
  }
}
.sm-form-section.v2 .s-elem-cont .cont-part {
  width: 100%;
}
@media (min-width: 768px) {
  .sm-form-section.v2 .s-elem-cont .cont-part {
      width: 50%;
  }
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .s-elem-cont .cont-part {
      width: auto;
  }
}
.sm-form-section.v2 .s-elem-cont .field {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .s-elem-cont .field {
      width: 260px;
      margin-right: 12px;
      margin-bottom: 0;
  }
}
.sm-form-section.v2 .s-elem-cont .accent-btn {
  width: 100%;
  margin: 12px 0 0 0;
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .s-elem-cont .accent-btn {
      width: 200px;
      margin: 0 0 0 12px;
  }
}
.sm-form-section.v2 .bg-img {
  right: auto;
  left: 50%;
  bottom: 50%;
  opacity: 0.1;
  transform: translateX(-50%) translateY(50%) scale(1.2);
}
@media (min-width: 768px) {
  .sm-form-section.v2 .bg-img {
      left: 20px;
      bottom: -25px;
      transform: none;
  }
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .bg-img {
      right: 65px;
      bottom: -135px;
      left: auto;
  }
}
.sm-form-section.v2 .p-thesis {
  max-width: 260px;
}
@media (min-width: 1440px) {
  .sm-form-section.v2 .p-thesis {
      max-width: none;
  }
}

.sm-tabs .sm-tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #fff;
  padding: 20px 12px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sm-tabs .sm-tab {
      height: 240px;
      font-size: 16px;
      padding: 20px;
  }
}
@media (min-width: 1000px) {
  .sm-tabs .sm-tab {
      height: 200px;
  }
}
@media (min-width: 1440px) {
  .sm-tabs .sm-tab {
      height: 280px;
  }
}
.sm-tabs .sm-tab.v2 {
  color: #fff;
  background-color: #00553f;
}
.sm-tabs .sm-tab .sm-tab-title {
  color: #bc251d;
  font-family: 'Golos Text', sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  .sm-tabs .sm-tab .sm-tab-title {
      font-size: 32px;
  }
}
.sm-tabs .sm-tab .sm-tab-title span {
  font-size: 48px;
}
@media (min-width: 768px) {
  .sm-tabs .sm-tab .sm-tab-title span {
      font-size: 80px;
  }
}

.summary .col-s:first-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .summary .col-s:first-child {
      flex-basis: 36.8%;
  }
}
@media (min-width: 1000px) {
  .summary .col-s:first-child {
      flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .summary .col-s:first-child {
      flex-basis: 50%;
  }
}
.summary .col-s:first-child .s-elem-img {
  height: 416px;
}
@media (min-width: 768px) {
  .summary .col-s:first-child .s-elem-img {
      height: 100%;
  }
}
.summary .col-s:last-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .summary .col-s:last-child {
      flex-basis: 63.2%;
  }
}
@media (min-width: 1000px) {
  .summary .col-s:last-child {
      flex-basis: 60%;
  }
}
@media (min-width: 1440px) {
  .summary .col-s:last-child {
      flex-basis: 50%;
  }
}
.summary .col-s:last-child .s-elem {
  padding: 20px;
}
@media (min-width: 1000px) {
  .summary .col-s:last-child .s-elem {
      padding: 40px;
  }
}
.summary .cloud {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  margin: -6px;
}
@media (min-width: 1000px) {
  .summary .cloud {
      padding: 20px 0;
  }
}
@media (min-width: 1440px) {
  .summary .cloud {
      padding: 40px 0;
  }
}
.summary .cloud li {
  color: #00553f;
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(0, 85, 63, 0.08);
  padding: 12px;
  border-radius: 12px;
  margin: 6px;
}
@media (min-width: 1000px) {
  .summary .cloud li {
      padding: 16px;
  }
}
@media (min-width: 1440px) {
  .summary .cloud li {
      font-size: 16px;
  }
}

.md-tabs .for-position {
  position: relative;
}
.md-tabs .bg-img {
  position: absolute;
  top: -30px;
  right: -500px;
  z-index: 0;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .md-tabs .bg-img {
      right: -170px;
  }
}
@media (min-width: 1000px) {
  .md-tabs .bg-img {
      right: 0;
  }
}
.md-tabs .section-cont {
  position: relative;
  z-index: 1;
}
.md-tabs .s-elem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
  color: #888;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .md-tabs .s-elem {
      height: 300px;
  }
}
@media (min-width: 1000px) {
  .md-tabs .s-elem {
      padding: 20px 20px 40px 20px;
  }
}
@media (min-width: 1440px) {
  .md-tabs .s-elem {
      padding: 40px;
  }
}
.md-tabs .s-elem .top-part {
  text-align: right;
}
.md-tabs .s-elem .icon-wr {
  width: 32px;
  height: 32px;
}
@media (min-width: 1000px) {
  .md-tabs .s-elem .icon-wr {
      width: 40px;
      height: 40px;
  }
}
.md-tabs .s-elem .s-elem-title {
  display: flex;
  align-items: flex-end;
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .md-tabs .s-elem .s-elem-title {
      font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .md-tabs .s-elem .s-elem-title {
      font-size: 20px;
  }
}
.md-tabs .s-elem .s-elem-title span {
  display: inline-block;
  color: #bc251d;
  font-family: 'Golos Text', sans-serif;
  font-size: 40px;
  margin: 0 8px -3px 0;
}
@media (min-width: 768px) {
  .md-tabs .s-elem .s-elem-title span {
      font-size: 32px;
  }
}
@media (min-width: 1000px) {
  .md-tabs .s-elem .s-elem-title span {
      font-size: 40px;
  }
}

.slider1-section h2 {
  max-width: calc(100% - 110px);
}
@media (min-width: 1440px) {
  .slider1-section h2 {
      max-width: calc(100% - 140px);
  }
}

.slider-type1,
.slider-type1a {
  overflow: hidden;
}
.slider-type1 .swiper-slide,
.slider-type1a .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 280px;
  color: #fff;
  border-radius: 20px;
}
@media (min-width: 1000px) {
  .slider-type1 .swiper-slide,
  .slider-type1a .swiper-slide {
      height: 380px;
  }
}
@media (min-width: 1440px) {
  .slider-type1 .swiper-slide,
  .slider-type1a .swiper-slide {
      height: 520px;
  }
}
.slider-type1 .swiper-slide .img-wr,
.slider-type1a .swiper-slide .img-wr {
  z-index: 0;
}
.slider-type1 .swiper-slide .cover,
.slider-type1a .swiper-slide .cover {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s;
}
.slider-type1 .swiper-slide .cover.active,
.slider-type1a .swiper-slide .cover.active {
  opacity: 1;
}
.slider-type1 .swiper-slide .slide-cont,
.slider-type1a .swiper-slide .slide-cont {
  z-index: 2;
  padding: 20px;
}
@media (min-width: 768px) {
  .slider-type1 .swiper-slide .slide-cont,
  .slider-type1a .swiper-slide .slide-cont {
      padding: 20px 12px;
  }
}
@media (min-width: 1000px) {
  .slider-type1 .swiper-slide .slide-cont,
  .slider-type1a .swiper-slide .slide-cont {
      padding: 20px;
  }
}
@media (min-width: 1440px) {
  .slider-type1 .swiper-slide .slide-cont,
  .slider-type1a .swiper-slide .slide-cont {
      padding: 40px;
  }
}
.slider-type1 .swiper-slide .slide-cont-inner,
.slider-type1a .swiper-slide .slide-cont-inner {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
}
.slider-type1 .swiper-slide .slide-cont-inner .slide-cont-text,
.slider-type1a .swiper-slide .slide-cont-inner .slide-cont-text {
  transform: translateY(calc(100% - 40px));
  transition: transform 0.3s;
}
@media (min-width: 1000px) {
  .slider-type1 .swiper-slide .slide-cont-inner .slide-cont-text,
  .slider-type1a .swiper-slide .slide-cont-inner .slide-cont-text {
      transform: translateY(calc(100% - 48px));
  }
}
@media (min-width: 1440px) {
  .slider-type1 .swiper-slide .slide-cont-inner .slide-cont-text,
  .slider-type1a .swiper-slide .slide-cont-inner .slide-cont-text {
      transform: translateY(calc(100% - 64px));
  }
}
.slider-type1 .swiper-slide .slide-cont-inner .slide-cont-text.active,
.slider-type1a .swiper-slide .slide-cont-inner .slide-cont-text.active {
  transform: translateY(0);
}
.slider-type1 .swiper-slide .slide-cont-inner header,
.slider-type1a .swiper-slide .slide-cont-inner header {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .slider-type1 .swiper-slide .slide-cont-inner header,
  .slider-type1a .swiper-slide .slide-cont-inner header {
      height: 48px;
      font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .slider-type1 .swiper-slide .slide-cont-inner header,
  .slider-type1a .swiper-slide .slide-cont-inner header {
      height: 64px;
      font-size: 32px;
  }
}
.slider-type1 .swiper-slide .slide-cont-inner .cont-body,
.slider-type1a .swiper-slide .slide-cont-inner .cont-body {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 12px;
}
@media (min-width: 1000px) {
  .slider-type1 .swiper-slide .slide-cont-inner .cont-body,
  .slider-type1a .swiper-slide .slide-cont-inner .cont-body {
      margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .slider-type1 .swiper-slide .slide-cont-inner .cont-body,
  .slider-type1a .swiper-slide .slide-cont-inner .cont-body {
      font-size: 20px;
  }
}

.slider-type1a .swiper-slide {
  height: 280px;
}
@media (min-width: 1000px) {
  .slider-type1a .swiper-slide {
      height: 400px;
  }
}
.slider-type1a .swiper-slide .cover {
  opacity: 1;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 50%
  );
}
.slider-type1a .swiper-slide .slide-cont-inner .slide-cont-text {
  transform: none;
}
.slider-type1a .swiper-slide .slide-cont-inner header {
  display: inline-block;
  height: auto;
}

.slider-arrows-type1 {
  position: relative;
  height: 0;
}
.slider-arrows-type1 .btn-prev,
.slider-arrows-type1 .btn-next {
  position: absolute;
  top: -60px;
  z-index: 1;
}
@media (min-width: 480px) {
  .slider-arrows-type1 .btn-prev,
  .slider-arrows-type1 .btn-next {
      top: -68px;
  }
}
@media (min-width: 1000px) {
  .slider-arrows-type1 .btn-prev,
  .slider-arrows-type1 .btn-next {
      top: -88px;
  }
}
@media (min-width: 1440px) {
  .slider-arrows-type1 .btn-prev,
  .slider-arrows-type1 .btn-next {
      top: -104px;
  }
}
.slider-arrows-type1 .btn-prev {
  right: 52px;
}
@media (min-width: 480px) {
  .slider-arrows-type1 .btn-prev {
      right: 60px;
  }
}
@media (min-width: 1440px) {
  .slider-arrows-type1 .btn-prev {
      right: 76px;
  }
}
.slider-arrows-type1 .btn-next {
  right: 0;
}

.slider2-section h2 {
  max-width: 75%;
}
@media (min-width: 768px) {
  .slider2-section h2 {
      max-width: 50%;
  }
}

.product-block .col-s:first-child,
.slider2 .swiper-slide .col-s:first-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .product-block .col-s:first-child,
  .slider2 .swiper-slide .col-s:first-child {
      flex-basis: 43.8%;
  }
}
@media (min-width: 1000px) {
  .product-block .col-s:first-child,
  .slider2 .swiper-slide .col-s:first-child {
      flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .product-block .col-s:first-child,
  .slider2 .swiper-slide .col-s:first-child {
      flex-basis: 60%;
  }
}
.product-block .col-s:first-child .s-elem-img,
.slider2 .swiper-slide .col-s:first-child .s-elem-img {
  height: 320px;
}
@media (min-width: 480px) {
  .product-block .col-s:first-child .s-elem-img,
  .slider2 .swiper-slide .col-s:first-child .s-elem-img {
      height: 440px;
  }
}
@media (min-width: 768px) {
  .product-block .col-s:first-child .s-elem-img,
  .slider2 .swiper-slide .col-s:first-child .s-elem-img {
      height: 308px;
  }
}
@media (min-width: 1000px) {
  .product-block .col-s:first-child .s-elem-img,
  .slider2 .swiper-slide .col-s:first-child .s-elem-img {
      height: 360px;
  }
}
@media (min-width: 1440px) {
  .product-block .col-s:first-child .s-elem-img,
  .slider2 .swiper-slide .col-s:first-child .s-elem-img {
      height: 100%;
      min-height: 800px;
  }
}
.product-block .col-s:last-child,
.slider2 .swiper-slide .col-s:last-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .product-block .col-s:last-child,
  .slider2 .swiper-slide .col-s:last-child {
      flex-basis: 56.2%;
  }
}
@media (min-width: 1000px) {
  .product-block .col-s:last-child,
  .slider2 .swiper-slide .col-s:last-child {
      flex-basis: 60%;
  }
}
@media (min-width: 1440px) {
  .product-block .col-s:last-child,
  .slider2 .swiper-slide .col-s:last-child {
      flex-basis: 40%;
  }
}
.product-block .col-s .s-elem,
.slider2 .swiper-slide .col-s .s-elem {
  padding: 20px;
}
@media (min-width: 768px) {
  .product-block .col-s .s-elem,
  .slider2 .swiper-slide .col-s .s-elem {
      padding: 40px;
  }
}
.product-block h3,
.slider2 .swiper-slide h3 {
  font-family: 'Golos Text', sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .product-block h3,
  .slider2 .swiper-slide h3 {
      font-size: 40px;
      margin-bottom: 40px;
  }
}
.product-block h3 span,
.slider2 .swiper-slide h3 span {
  color: #bc251d;
}
.product-block .big-accent,
.slider2 .swiper-slide .big-accent {
  color: #bc251d;
  font-family: 'Golos Text', sans-serif;
  font-size: 40px;
}
@media (min-width: 1000px) {
  .product-block .big-accent,
  .slider2 .swiper-slide .big-accent {
      font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .product-block .big-accent,
  .slider2 .swiper-slide .big-accent {
      font-size: 60px;
  }
}

.slider2 {
  overflow: hidden;
}
.slider2 .swiper-slide .more-btn {
  min-width: 172px;
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .slider2 .swiper-slide .more-btn {
      min-width: 196px;
  }
}

.pagination-wrap {
  position: relative;
}

.slider2-pagination {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .slider2-pagination {
      bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .slider2-pagination {
      right: 560px;
  }
}

.slider3 {
  overflow: hidden;
}
.slider3 .swiper-slide {
  overflow: hidden;
  height: 440px;
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 480px) {
  .slider3 .swiper-slide {
      height: 620px;
  }
}
@media (min-width: 768px) {
  .slider3 .swiper-slide {
      height: 320px;
  }
}
@media (min-width: 1000px) {
  .slider3 .swiper-slide {
      height: 400px;
  }
}
@media (min-width: 1440px) {
  .slider3 .swiper-slide {
      height: 600px;
  }
}

.slider3-arrows {
  display: flex;
  margin-top: 40px;
}

.accordion-section .col-s {
  flex-basis: 100%;
}
@media (min-width: 1440px) {
  .accordion-section .col-s:first-child {
      flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .accordion-section .col-s:last-child {
      flex-basis: 60%;
  }
}

.accordion h3 {
  margin: 0;
}

.accordion-item {
  overflow: hidden;
  color: #303030;
  background-color: #fff;
  border: none;
  border-radius: 20px !important;
}
.accordion-item + .accordion-item {
  margin-top: 12px;
}

.accordion-button {
  justify-content: space-between;
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  padding: 20px;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 480px) {
  .accordion-button {
      font-size: 20px;
  }
}
@media (min-width: 768px) {
  .accordion-button {
      padding: 32px;
  }
}
.accordion-button::after {
  content: none;
}
.accordion-button .svg-icon {
  flex-shrink: 0;
  margin-left: 20px;
  transition: transform 0.2s;
}
.accordion-button:not(.collapsed) {
  color: #bc251d;
  background-color: transparent;
}
.accordion-button:not(.collapsed) .svg-icon {
  fill: #bc251d;
  transform: rotate(-90deg);
}

.accordion-body {
  padding: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .accordion-body {
      padding: 0 32px 32px 32px;
  }
}

.contacts-section .col-s {
  flex-basis: 100%;
}
@media (min-width: 1440px) {
  .contacts-section .col-s {
      flex-basis: 50%;
  }
}
.contacts-section h2 {
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .contacts-section h2 {
      margin-bottom: 60px;
  }
}
.contacts-section .s-elem {
  position: relative;
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem {
      padding: 40px;
  }
}
.contacts-section .s-elem .bg-img {
  position: absolute;
  top: 0;
  right: -230px;
  z-index: 0;
  opacity: 0.1;
}
@media (min-width: 480px) {
  .contacts-section .s-elem .bg-img {
      right: -165px;
  }
}
@media (min-width: 768px) {
  .contacts-section .s-elem .bg-img {
      right: -125px;
  }
}
@media (min-width: 1000px) {
  .contacts-section .s-elem .bg-img {
      right: -80px;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem .bg-img {
      right: 0;
  }
}
.contacts-section .s-elem-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont {
      flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont {
      flex-direction: column;
  }
}
.contacts-section .s-elem-cont .top-el {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .top-el {
      width: 83%;
  }
}
@media (min-width: 1000px) {
  .contacts-section .s-elem-cont .top-el {
      width: 85%;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .top-el {
      width: 100%;
  }
}
.contacts-section .s-elem-cont .btm-el {
  width: 100%;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .btm-el {
      width: 17%;
  }
}
@media (min-width: 1000px) {
  .contacts-section .s-elem-cont .btm-el {
      width: 15%;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .btm-el {
      width: 100%;
  }
}
.contacts-section .s-elem-cont .top-el-gr {
  display: flex;
  flex-wrap: wrap;
}
.contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(1) {
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 1000px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(1) {
      width: 67%;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(1) {
      width: 100%;
  }
}
.contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(2) {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(2) {
      width: 50%;
  }
}
@media (min-width: 1000px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(2) {
      width: 33%;
      margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(2) {
      width: 100%;
      margin-top: 24px;
  }
}
.contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(3) {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(3) {
      width: 50%;
  }
}
@media (min-width: 1000px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(3) {
      width: 100%;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item:nth-child(3) {
      margin-top: 24px;
  }
}
.contacts-section .s-elem-cont .top-el-gr .top-el-item p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .top-el-gr .top-el-item p {
      font-size: 24px;
  }
}
.contacts-section .s-elem-cont .top-el-gr .top-el-item .link-like-btn {
  margin-bottom: 12px;
}
.contacts-section .s-elem-cont .llb-group {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-cont .llb-group {
      justify-content: flex-end;
      margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-cont .llb-group {
      justify-content: flex-start;
  }
}
.contacts-section .s-elem-img {
  height: 540px;
}
@media (min-width: 768px) {
  .contacts-section .s-elem-img {
      height: 400px;
  }
}
@media (min-width: 1440px) {
  .contacts-section .s-elem-img {
      height: 100%;
      min-height: 660px;
  }
}
.contacts-section .map {
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

.product-chars .s-elem {
  height: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .product-chars .s-elem {
      padding: 40px;
  }
}
.product-chars .s-elem.v2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 480px) {
  .product-chars .s-elem.v2 {
      flex-direction: row;
      align-items: center;
  }
}
@media (min-width: 1440px) {
  .product-chars .s-elem.v2 {
      flex-direction: column;
      align-items: flex-start;
  }
}
.product-chars .h-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product-chars .h-wrap {
      margin-bottom: 40px;
  }
}
.product-chars .h-wrap h4 {
  color: #bc251d;
}
.product-chars .h-wrap .icon-wr {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .product-chars .h-wrap .icon-wr {
      width: 40px;
      height: 40px;
      margin-right: 24px;
  }
}
.product-chars .h-wrap .svg-icon {
  max-width: 100%;
  max-height: 100%;
}

.about-section .col-s:first-child {
  flex-basis: 100%;
  height: 320px;
}
@media (min-width: 480px) {
  .about-section .col-s:first-child {
      height: 440px;
  }
}
@media (min-width: 768px) {
  .about-section .col-s:first-child {
      flex-basis: 45%;
      height: auto;
  }
}
@media (min-width: 1000px) {
  .about-section .col-s:first-child {
      flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .about-section .col-s:first-child {
      flex-basis: 50%;
      height: 660px;
  }
}
.about-section .col-s:first-child .s-elem {
  height: 100%;
}
@media (min-width: 768px) {
  .about-section .col-s:first-child .s-elem {
      height: 308px;
  }
}
@media (min-width: 1000px) {
  .about-section .col-s:first-child .s-elem {
      height: 360px;
  }
}
@media (min-width: 1440px) {
  .about-section .col-s:first-child .s-elem {
      height: 100%;
      padding-top: 80px;
      padding-bottom: 80px;
  }
}
.about-section .col-s:last-child {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .about-section .col-s:last-child {
      flex-basis: 55%;
  }
}
@media (min-width: 1000px) {
  .about-section .col-s:last-child {
      flex-basis: 60%;
  }
}
@media (min-width: 1440px) {
  .about-section .col-s:last-child {
      flex-basis: 50%;
  }
}
.about-section .s-elem {
  height: 100%;
  padding: 40px 20px;
}
@media (min-width: 1000px) {
  .about-section .s-elem {
      padding: 40px;
  }
}

.mission-section .tab {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .mission-section .tab {
      height: 360px;
  }
}
@media (min-width: 1000px) {
  .mission-section .tab {
      height: 420px;
  }
}
@media (min-width: 1440px) {
  .mission-section .tab {
      height: 560px;
  }
}
.mission-section .tab .tab-cont {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 50%
  );
  padding: 20px;
}
@media (min-width: 768px) {
  .mission-section .tab .tab-cont {
      font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .mission-section .tab .tab-cont {
      font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .mission-section .tab .tab-cont {
      font-size: 24px;
      padding: 40px;
  }
}

/* </main */
/* footer */
.main-footer {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .main-footer {
      padding: 40px 0 20px 0;
  }
}
@media (min-width: 1000px) {
  .main-footer {
      padding: 40px 0;
  }
}
@media (min-width: 1440px) {
  .main-footer {
      padding: 60px 0 40px 0;
  }
}
.main-footer .p-group {
  font-size: 20px;
}
@media (min-width: 1440px) {
  .main-footer .p-group {
      font-size: 24px;
  }
}
.main-footer .p-group p + p {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .main-footer .p-group p + p {
      margin-top: 24px;
  }
}

/* </footer */
/* modals */
.control-btns {
  position: fixed;
  right: -85px;
  bottom: 20px;
  z-index: 200;
  transition: right 0.4s ease;
}
@media (min-width: 768px) {
  .control-btns {
      right: -100px;
      bottom: 40px;
  }
}
.control-btns.active {
  right: 20px;
}
@media (min-width: 768px) {
  .control-btns.active {
      right: 40px;
  }
}
.control-btns .control-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .control-btns .control-btn {
      width: 64px;
      height: 64px;
  }
}
.control-btns .control-btn.btn-r {
  background-color: #bc251d;
}
.control-btns .control-btn.btn-g {
  background-color: #00553f;
}
.control-btns .control-btn + .control-btn {
  margin-top: 12px;
}
.control-btns .control-btn .svg-icon {
  fill: #fff;
}
.control-btns .control-btn .icon-arr_up {
  width: 18px;
  height: 21px;
}
@media (min-width: 768px) {
  .control-btns .control-btn .icon-arr_up {
      width: 24px;
      height: 28px;
  }
}
.control-btns .control-btn .icon-quest {
  width: 12px;
  height: 18px;
}
@media (min-width: 768px) {
  .control-btns .control-btn .icon-quest {
      width: 16px;
      height: 24px;
  }
}

@media (min-width: 480px) {
  .modal-dialog {
      max-width: 460px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
      max-width: 640px;
  }
}

.modal-content {
  color: #303030;
  background-color: #fff;
  border: none;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .modal-content {
      border-radius: 40px;
  }
}
.modal-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal-content .close-btn {
      top: 40px;
      right: 40px;
  }
}
.modal-content .close-btn .svg-icon {
  fill: #888;
}

.modal-header,
.modal-body,
.modal-footer {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.modal-header {
  padding: 40px 20px 20px 20px;
}
@media (min-width: 768px) {
  .modal-header {
      padding: 40px 40px 20px 40px;
  }
}
.modal-header h2 {
  font-size: 32px;
}

.modal-body {
  padding: 20px;
}
@media (min-width: 768px) {
  .modal-body {
      padding: 20px 40px;
  }
}

.modal-footer {
  justify-content: center;
  padding: 20px 20px 40px 20px;
}
@media (min-width: 480px) {
  .modal-footer {
      justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .modal-footer {
      justify-content: flex-end;
      padding: 20px 40px 40px 40px;
  }
}
.modal-footer > * {
  margin: 0;
}
.modal-footer .s-btn {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 480px) {
  .modal-footer .s-btn {
      width: 174px;
      margin-top: 0;
      margin-left: 40px;
  }
}

/* </modals */
/*# sourceMappingURL=main.css.map */

/* Стили для видео контейнеров */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Одинаковые размеры с превью */
  aspect-ratio: 16/9;
  min-height: 416px;
}

@media (min-width: 768px) {
  .video-container {
      height: 100%;
      min-height: auto;
  }
}

.video-container iframe,
.video-container video {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

/* Стили для превью видео */
.video-preview {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  /* Одинаковые размеры с видео контейнером */
  aspect-ratio: 16/9;
  min-height: 416px;
}

@media (min-width: 768px) {
  .video-preview {
      height: 100%;
      min-height: auto;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-preview:hover .play-button {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* Скелетон лоадер */
.skeleton-loader {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 8px;
  overflow: hidden;
}

.skeleton-loader::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skeleton-loader::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

@keyframes skeleton-loading {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

/* Адаптация скелетона для разных размеров экрана */
@media (min-width: 768px) {
  .skeleton-loader::before {
      width: 80px;
      height: 80px;
  }

  .skeleton-loader::after {
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      margin-left: 4px;
  }
}

@media (min-width: 1000px) {
  .skeleton-loader::before {
      width: 80px;
      height: 80px;
  }

  .skeleton-loader::after {
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      margin-left: 4px;
  }
}

@media (min-width: 1440px) {
  .skeleton-loader::before {
      width: 80px;
      height: 80px;
  }

  .skeleton-loader::after {
      border-left: 20px solid white;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      margin-left: 4px;
  }
}

/* Стили для модального окна */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.video-modal.show {
  opacity: 1;
  visibility: visible;
}

/* Блокировка скролла при открытом модальном окне */
body.modal-open {
  overflow: hidden;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal-close {
  position: fixed;
  top: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
}

.video-modal-close::before,
.video-modal-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

.video-modal-close::before {
  transform: rotate(45deg);
}

.video-modal-close::after {
  transform: rotate(-45deg);
}

.video-modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.video-modal-close:hover::before,
.video-modal-close:hover::after {
  background: #bc251d;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
  .video-modal-content {
      width: 600px;
      height: 450px;
  }
}

/* Адаптивность для телефона */
@media (max-width: 768px) {
  .video-modal-content {
      width: 500px;
      height: 375px;
  }

  .video-modal-close {
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
  }

  .video-modal-close::before,
  .video-modal-close::after {
      width: 16px;
      height: 2px;
  }
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
  .video-modal-content {
      width: 350px;
      height: 262px;
  }

  .video-modal-close {
      top: 15px;
      right: 15px;
      width: 35px;
      height: 35px;
  }

  .video-modal-close::before,
  .video-modal-close::after {
      width: 14px;
      height: 2px;
  }
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-preview:hover img {
  transform: scale(1.05);
}
.ordinary-text.v2 {
  font-size: 16px;
}
.ordinary-text.v2 > * + * {
  margin-top: 20px;
}

.ordinary-text.v2 {
  font-size: 16px;
}
.ordinary-text.v2 > * + * {
  margin-top: 20px;
}

/* Стили для правильного отображения нумерации списков в company_about */
.about-section .ordinary-text.v2 ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.about-section .ordinary-text.v2 ol li {
  display: list-item;
  margin-bottom: 8px;
}
.about-section .ordinary-text.v2 ol li::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-single .row {
    flex-direction: column;
  }
}