@charset "UTF-8";
:root {
  --font-family: "RobotoFlex", sans-serif;
  --content-width: 1470px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --orange-color:#F97232;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "RobotoFlex";
  src: url("../fonts/../fonts/RobotoFlexRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-300.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Adderley";
  src: url("../fonts/../fonts/adderley-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GothicA1";
  src: url("../fonts/../fonts/GothicA1-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GothicA1";
  src: url("../fonts/../fonts/GothicA1-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.social__icon {
  width: 34px;
  height: 34px;
}

.btn-phone {
  text-transform: uppercase;
  margin: 0;
  display: block;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.1490196078);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.1490196078);
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 30px;
  background: #F3732B;
  font-family: Rubik;
  line-height: 90%;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.btn-phone:hover {
  color: white;
  background: #F97232;
  border-color: #F97232;
  -webkit-box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .btn-phone {
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 16px;
  }
}

.error-message {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.input-error {
  border-color: red !important;
}

.header {
  position: absolute;
  width: 100%;
  height: 147px;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__container {
  position: relative;
  padding-top: 10px;
}
.header__link {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.header__link-ru {
  color: white;
  background: #F97232;
  border-color: #F97232;
  -webkit-box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .header__link {
    padding: 5px 10px;
  }
}
.header__link:hover {
  color: white;
  background: #F97232;
  border-color: #F97232;
  -webkit-box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  box-shadow: 0 0 20px rgba(249, 114, 50, 0.6), 0 0 40px rgba(249, 114, 50, 0.4), 0 0 60px rgba(249, 114, 50, 0.2);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.header__logo {
  margin-top: -10px;
  width: 150px;
  height: 100px;
}
.header__logo-hidden {
  display: none;
}
@media (max-width: 991px) {
  .header__logo {
    margin: 0px 0px 0px 10px;
    width: 120px;
    height: 90px;
  }
  .header__logo-hidden {
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}
.header__text {
  margin: 0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-family: GothicA1;
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 1250px) {
  .header__text {
    display: none;
  }
}
.header__phone-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header__btn {
  width: 300px;
  height: 50px;
  border-radius: 20px;
  background: #D34342;
  font-family: Commissioner;
  font-weight: 500;
  font-size: 22px;
  line-height: 121%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.header__btn:hover {
  color: #0F0F0E;
  background-color: #fff;
}
@media (max-width: 992px) {
  .header__btn {
    display: none;
  }
}
.header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 992px) {
  .menu__item-hidden {
    display: none;
  }
}
.menu__icon {
  display: none;
}
@media (max-width: 992px) {
  .menu__icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 18px;
    z-index: 101;
    cursor: pointer;
  }
  .menu__icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menu__icon span:first-child {
    top: 0;
  }
  .menu__icon span:last-child {
    top: auto;
    bottom: 0;
  }
  .menu__icon.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu__icon.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu__icon.active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 768px) {
  .menu__icon {
    top: 25px;
  }
}
.menu__body {
  margin: 0 auto;
  max-width: 1220px;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(rgba(17, 17, 17, 0.6)));
  background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0.6) 100%);
  background-blend-mode: multiply;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .menu__body {
    border-radius: 0px;
    position: fixed;
    top: 0px;
    left: -100%;
    height: 100vh;
    width: 60%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.menu__body.active {
  left: 0;
}
.menu__list {
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 30px;
    gap: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
  }
}
.menu__link {
  font-family: RobotoFlex;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -3%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #B4B9C9;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu__link:hover {
  color: #F97232;
}
@media (max-width: 991px) {
  .menu__link {
    text-align: left !important;
    display: block;
    font-size: 22px;
    line-height: 35px;
  }
}

.graph-modal__close {
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
  background-image: none;
}

.popup {
  background: #FFFFFF;
  max-width: 500px;
}

.modal__inner {
  margin: 0 auto;
  max-width: 1301px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-bottom: 20px;
}

.modal__subtitle {
  margin: 0;
  padding-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 90%;
  letter-spacing: -2%;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 20px;
}
.modal__subtitle span {
  color: #F97232;
}

.modal__text {
  margin: 0;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--light-color);
  padding-bottom: 20px;
}

.modal__inp {
  border: 3px solid rgba(243, 115, 43, 0.6);
  padding-left: 32px;
  border-radius: 10px;
  width: 100%;
  height: 66px;
  margin-bottom: 10px;
}
.modal__inp::-webkit-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.modal__inp::-moz-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.modal__inp:-ms-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.modal__inp::-ms-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.modal__inp::placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}

.modal__btn {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  height: 60px;
  background: #F3732B;
  font-family: Rubik;
  line-height: 121%;
  font-weight: 500;
  font-size: 26px;
  line-height: 121%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  pointer-events: none;
}

/* Стили для toast-уведомления */
.toast-notification {
  background: linear-gradient(135deg, #ee5a52 0%, #F97232 100%);
  color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  min-width: 300px;
  max-width: 400px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.toast-notification.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.toast-notification.error {
  background: linear-gradient(135deg, #ff6b6b 0%, #F97232 100%);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.toast-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  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-right: 12px;
  font-size: 14px;
  font-weight: bold;
}

.toast-title {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.toast-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0;
  width: 24px;
  height: 24px;
  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;
}

.toast-close:hover {
  opacity: 1;
}

.toast-message {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.toast-progress-fill {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 0%;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

/* Анимация для иконки успеха */
.toast-notification.success .toast-icon {
  -webkit-animation: successPulse 0.6s ease-out;
  animation: successPulse 0.6s ease-out;
}

@-webkit-keyframes successPulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes successPulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Анимация для иконки ошибки */
.toast-notification.error .toast-icon {
  -webkit-animation: errorShake 0.6s ease-out;
  animation: errorShake 0.6s ease-out;
}

@-webkit-keyframes errorShake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@keyframes errorShake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
/* Адаптивность */
@media (max-width: 480px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .toast-notification {
    min-width: auto;
    max-width: none;
  }
}
/* Стили для формы (базовые) */
.form-group {
  margin-bottom: 20px;
}

.send__inp {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.send__inp:focus {
  outline: none;
  border-color: #667eea;
}

.send__btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.send__btn:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.send__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero__container {
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__inner {
  padding: 20px;
  position: relative;
  margin-top: 100px;
  border: 20px solid #F4611C;
  width: 902px;
  height: 400px;
  margin-bottom: 40px;
}
.hero__img {
  width: 650px;
  height: 650px;
  position: absolute;
  right: -130px;
  bottom: -130px;
}
.hero__title {
  margin: 0;
  max-width: 470px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 70px;
  line-height: 90%;
  letter-spacing: 1%;
  color: #fff;
  text-transform: uppercase;
}
.hero__subtitle {
  margin: 0;
  max-width: 393px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #fff;
}
.hero__subtitle span {
  font-weight: 400;
}
.hero__list {
  margin: 0 auto;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-left: 60px;
}
.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__item::before {
  content: url("../img/check.svg");
}
.hero__text {
  margin: 0;
  max-width: 315px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 28px;
  line-height: 90%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 1024px) {
  .hero__container {
    min-height: 650px;
  }
  .hero__inner {
    padding: 20px;
    border: 10px solid #F4611C;
    width: 600px;
    height: 300px;
    margin-bottom: 40px;
  }
  .hero__title {
    max-width: 370px;
    font-size: 50px;
  }
  .hero__subtitle {
    max-width: 300px;
    font-family: Roboto;
    font-size: 20px;
  }
  .hero__img {
    width: 450px;
    height: 450px;
    position: absolute;
    right: -140px;
    bottom: -90px;
  }
  .hero__list {
    max-width: 820px;
  }
  .hero__text {
    max-width: 270px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero__inner {
    padding: 20px;
    border: 10px solid #F4611C;
    width: 370px;
    height: 230px;
    margin-bottom: 40px;
  }
  .hero__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
  }
  .hero__title {
    max-width: 300px;
    font-size: 30px;
  }
  .hero__subtitle {
    max-width: 180px;
    font-family: Roboto;
    font-size: 18px;
  }
  .hero__img {
    width: 250px;
    height: 250px;
    position: absolute;
    right: -50px;
    bottom: -50px;
  }
}
.about {
  padding-bottom: 50px;
}
.about__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
}
.about__left {
  position: absolute;
  left: 120px;
  top: 0px;
  width: 1000px;
  height: 500px;
  z-index: 1;
}
.about__title {
  padding-top: 60px;
  margin: 0;
  max-width: 1131px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 1%;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--orange-color);
  margin-bottom: 10px;
}
.about__descr {
  margin: 0;
  max-width: 743px;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #111111;
}
.about__text {
  margin: 0;
  max-width: 505px;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #111111;
}
.about__img {
  position: absolute;
  bottom: -20px;
  right: 0;
}

@media (max-width: 1300px) {
  .about__left {
    width: auto;
    left: 20px;
  }
  .about__text {
    max-width: 400px;
  }
  .about__img {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .about__left {
    padding: 0px 15px;
    position: static;
    height: auto;
  }
  .about__img {
    position: static;
    width: auto;
    height: 500px;
  }
  .about__title {
    max-width: 700px;
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .about {
    padding-bottom: 0;
  }
  .about__title {
    max-width: 700px;
    font-size: 30px;
  }
  .about__descr {
    font-size: 20px;
  }
  .about__text {
    font-size: 20px;
  }
  .about__img {
    position: static;
    width: 450px;
    height: 300px;
  }
}
.drives {
  padding-bottom: 50px;
}
.drives__title {
  margin: 0;
  padding: 50px 0px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.drives__list {
  margin: 0 auto;
  max-width: 1280px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.drives__item {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 247px;
  height: 388px;
}
.drives__img {
  border-radius: 100%;
  width: 152px;
  height: 152px;
}
.drives__icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.drives__icon-two {
  left: 20px;
  top: 30px;
}
.drives__descr {
  margin: 0;
  font-family: Adderley;
  font-weight: 700;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .drives__title {
    padding: 10px 0px;
    font-family: Adderley;
    font-weight: 700;
    font-size: 50px;
  }
  .drives__list {
    row-gap: 60px;
  }
  .drives__item {
    width: 200px;
    height: 200px;
  }
  .drives__img {
    width: 100px;
    height: 100px;
  }
  .drives__icon {
    width: 100px;
    height: 100px;
    left: 40px;
  }
  .drives__icon-center {
    width: 90px;
    height: 110px;
  }
  .drives__descr {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .drives__title {
    padding: 10px 0px;
    font-size: 30px;
  }
  .drives__item {
    width: 160px;
    height: 220px;
  }
}
.presentation {
  background-color: #ffffff;
  padding: 0px 0px 40px 0px;
}

.container-presentation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.accessory-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.presentation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.presentation-box iframe {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 560px;
  height: 315px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.presentation-box iframe:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
  .presentation-box {
    gap: 20px;
  }
  .presentation-box iframe {
    height: 380px;
  }
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .presentation {
    padding: 40px 0;
  }
  .container-presentation {
    padding: 0 15px;
  }
  .accessory-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .presentation-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .presentation-box iframe {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .presentation-box iframe {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
  }
}
.catalog-title {
  margin: 0;
  padding: 20px 0px;
  font-family: Adderley;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  color: var(--orange-color);
  line-height: 90%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.product-box {
  margin: 0 auto;
  max-width: 1280px;
  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: 20px;
}

.gallery-container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  max-width: 100%;
  margin: 20px auto;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.gallery-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: 300px;
}

.gallery-slide {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  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;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}

.prev-btn:hover, .next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.slide-counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #f8f8f8;
}

.slide-counter {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 50px;
  color: rgba(0, 0, 0, 0.6);
  background: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 13px;
}

.product-subtitle {
  margin: 0;
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #FAFBFD;
  margin-bottom: 10px;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.product-item::before {
  content: url("../img/safety.svg");
}

.product-info {
  padding: 20px 20px 120px 20px;
}

.product-title {
  margin: 0;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}

.product-description {
  margin: 0;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -2%;
  color: #FAFBFD;
}

.product-price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 15px;
}

.buy-btn {
  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;
  width: 300px;
  height: 50px;
  border-radius: 20px;
  background: var(--orange-color);
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #111111;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kootnote {
  position: absolute;
  bottom: 70px;
  left: 30px;
  min-width: 300px;
  font-size: 0.9em;
  color: #fff;
}

.kootnote-text {
  margin: 0;
  font-style: italic;
  padding: 5px 15px;
  border-left: 4px solid var(--orange-color);
  border-radius: 4px;
}
.kootnote-text span {
  display: block;
}

.kelivery-icon {
  font-size: 12px;
}

.kelivery-price {
  font-size: 20px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 565px) {
  .catalog-title {
    font-size: 35px;
  }
  .product-subtitle {
    font-size: 18px;
  }
  .gallery-container {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-track {
    height: 280px;
  }
  .product-info {
    padding: 15px;
    padding-bottom: 120px;
  }
  .product-title {
    font-size: 24px;
  }
  .product-description {
    font-size: 13px;
  }
  .product-price {
    font-size: 18px;
  }
  .buy-btn {
    padding: 10px;
    font-size: 15px;
  }
  .prev-btn, .next-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.accessory-title {
  margin: 0;
  text-align: center;
  padding: 50px 0px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.glass-card {
  width: 95%;
  max-width: 1200px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.glass-features li::before {
  content: "•";
  color: #e67e22; /* Оранжевые маркеры */
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: -2px;
}

@-webkit-keyframes glassAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes glassAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.glass-card {
  -webkit-animation: glassAppear 0.8s ease-out forwards;
  animation: glassAppear 0.8s ease-out forwards;
}

.glass-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.glass-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.glass-content {
  width: 100%;
  padding: 60px 20px 20px 20px;
  color: #333; /* Черный текст */
  position: relative;
}

.glass-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  line-height: 130%;
  letter-spacing: 5%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #111111;
}

.glass-price {
  font-size: 20px;
  font-weight: 700;
  color: #e67e22; /* Оранжевый для цены */
  margin: 12px 0;
}

.glass-description {
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  line-height: 90%;
  letter-spacing: -2%;
  color: #111111;
}

.glass-features {
  padding-left: 20px;
  color: #555;
}

.glass-features li {
  position: relative;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 20px;
  padding-left: 20px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #111111;
}

.footnote {
  margin-top: 30px;
  padding-top: 20px;
  min-width: 300px;
  font-size: 0.9em;
  color: #666;
}

.footnote-number {
  color: #e74c3c;
  font-weight: bold;
  margin-right: 5px;
}

.footnote-text {
  font-style: italic;
  background: #fff9e6;
  padding: 10px 15px;
  border-left: 4px solid #f39c12;
  border-radius: 4px;
}

.delivery-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.1em;
}

/* Альтернативный стиль сноски */
.footnote-alt {
  background: #e8f4f8;
  border: 1px solid #bee5eb;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.footnote-alt .footnote-title {
  font-weight: bold;
  color: #0c5460;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .glass-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
  .glass-image {
    width: 40%;
    height: auto;
  }
  .glass-price {
    font-size: 24px;
    margin: 15px 0;
  }
  .glass-description {
    font-size: 18px;
    margin-bottom: 15px;
    color: #444; /* Темно-серый для основного текста */
  }
}
@media (max-width: 768px) {
  .accessory-title {
    padding: 30px 0px;
    font-size: 30px;
  }
  .glass-title {
    font-size: 22px;
    line-height: 100%;
  }
  .glass-content {
    width: 100%;
    padding: 20px 10px 10px 10px;
    color: #333; /* Черный текст */
    position: relative;
  }
}
.send {
  position: relative;
  padding-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(15, 15, 14, 0.6)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(15, 15, 14, 0.6) 100%);
}
.send__inner {
  margin: 0 auto;
  max-width: 1301px;
  min-height: 635px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-bottom: 20px;
}
.send__left {
  margin-left: auto;
  max-width: 734px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.send__title {
  margin: 0;
  padding-top: 110px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 1%;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--orange-color);
}
.send__subtitle {
  margin: 0;
  max-width: 578px;
  font-family: Commissioner;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #0F0F0E;
  margin-left: 100px;
  margin-bottom: 10px;
}
.send__text {
  margin: 0;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--light-color);
  padding-bottom: 20px;
}
.send__inp {
  border: 3px solid rgba(243, 115, 43, 0.6);
  padding-left: 32px;
  border-radius: 10px;
  width: 100%;
  height: 66px;
  margin-bottom: 10px;
}
.send__inp::-webkit-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.send__inp::-moz-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.send__inp:-ms-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.send__inp::-ms-input-placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.send__inp::placeholder {
  font-family: Rubik;
  font-weight: 400;
  font-size: 18px;
  color: rgba(26, 32, 44, 0.3019607843);
}
.send__btn {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  border-radius: 20px;
  margin-top: 10px;
  height: 60px;
  background: #F3732B;
  font-family: Rubik;
  line-height: 121%;
  font-weight: 500;
  font-size: 26px;
  line-height: 121%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.send__box {
  max-width: 500px;
}

@media (max-width: 1024px) {
  .send__left {
    max-width: 500px;
  }
  .send__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }
  .send__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
  }
  .send__box {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .send {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .send__title {
    padding-top: 20px;
  }
  .send__box {
    max-width: 400px;
  }
  .send__inner {
    min-height: 325px;
    background-image: none !important;
  }
}
@media (max-width: 480px) {
  .privacy-policy {
    font-size: 12px;
  }
  .policy-checkbox__custom {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.advantages__title {
  margin: 0;
  padding: 50px 0px 20px 0px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
}
.advantages__subtitle {
  margin: 0;
  font-family: Roboto;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #20252D;
  margin-bottom: 20px;
}
.advantages__descr {
  margin: 0;
  max-width: 288px;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #20252D;
}
.advantages__list {
  margin: 0 auto;
  max-width: 1250px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.advantages__item {
  padding: 24px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: right bottom !important;
  border-radius: 20px;
  width: 610px;
  height: 392px;
  background: #f1f2f8;
}

@media (max-width: 1280px) {
  .advantages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .advantages__item {
    width: 100%;
    background-size: contain;
    height: auto;
    padding: 16px;
    border-radius: 12px;
  }
}
/* Планшеты */
@media (max-width: 992px) {
  .advantages__title {
    padding: 20px 0px;
    font-family: Adderley;
    font-weight: 700;
    font-size: 50px;
  }
  .advantages__subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* Мобильные устройства - переход на 1 колонку */
/* Маленькие мобильные устройства */
@media (max-width: 565px) {
  .advantages__item {
    background-image: none !important;
  }
  .advantages__title {
    font-family: Adderley;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding: 20px 0px;
  }
  .advantages__subtitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .advantages__descr {
    max-width: 100%;
    font-size: 20px;
  }
  .advantages__list {
    gap: 12px;
  }
}
/* Очень маленькие экраны */
.specialists-block {
  padding: 60px 0;
  position: relative;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.specialists-title {
  margin: 0;
  font-family: Adderley;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: 1%;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  color: var(--orange-color);
  margin-bottom: 60px;
}

.feature-title {
  margin: 0;
  font-family: Roboto;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111111;
}

/* Особенности */
.specialists-features {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.feature-card {
  background: #f1f2f8;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feature-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 40px;
  color: #F4611C;
  margin-bottom: 20px;
}

.feature-card ul {
  list-style: none;
  padding: 0;
}

.feature-card li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #111111;
}

.feature-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #F4611C;
  font-weight: bold;
}

/* Кнопка */
.specialists-cta {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.specialists-cta p {
  font-family: RobotoFlex;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 25px;
  color: #111111;
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.2509803922);
  width: 345px;
  height: 60px;
}

.cta-button:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(244, 97, 28, 0.4);
  box-shadow: 0 6px 20px rgba(244, 97, 28, 0.4);
}

/* Адаптация */
@media (max-width: 768px) {
  .specialists-title {
    font-size: 35px;
    max-width: 500px;
    margin-left: auto;
  }
  .specialists-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .specialists-block {
    padding: 40px 0;
  }
  .feature-icon {
    font-size: 32px;
  }
  .cta-button {
    padding: 14px 30px;
    font-size: 16px;
    text-transform: uppercase;
  }
}
.contacts {
  padding-bottom: 50px;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.contacts__left {
  max-width: 700px;
}
.contacts__right {
  padding: 40px;
  max-width: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
.contacts__title {
  margin: 0;
  padding-top: 20px;
  font-family: Adderley;
  max-width: 341px;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  border-bottom: 2px solid #F4611C;
  margin-bottom: 20px;
}
.contacts__descr {
  margin: 0;
  max-width: 422px;
  font-family: Adderley;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  border-bottom: 2px solid #F4611C;
  margin-bottom: 20px;
}
.contacts__link {
  margin: 0;
  display: block;
  font-family: Adderley;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 10px;
}
.contacts__list {
  max-width: 620px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.contacts__img {
  border-radius: 20px;
  width: 300px;
  height: 300px;
}

@media (max-width: 768px) {
  .contacts__img {
    border-radius: 20px;
    width: 150px;
    height: 150px;
  }
  .contacts__right {
    padding: 10px 20px;
    max-width: 400px;
  }
  .contacts__title {
    font-size: 35px;
    max-width: 150px;
  }
  .contacts__descr {
    font-size: 35px;
  }
  .contacts__link {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .contacts__right {
    padding: 10px 20px;
    max-width: 360px;
  }
  .contacts__title {
    font-size: 32px;
    max-width: 150px;
  }
  .contacts__descr {
    font-size: 32px;
  }
  .contacts__link {
    font-size: 32px;
  }
}
.footer__container {
  background: #111111;
  color: #594E42;
  opacity: 0.9;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
.footer__nav {
  padding: 20px 15px 0px 15px;
  color: #fff;
}
.footer__logo-link-hidden {
  display: none;
}
.footer__logo {
  margin-top: -30px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 300px;
  height: 140px;
}
.footer__logo-text {
  margin: 0;
  min-width: 120px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.footer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__item {
  max-width: 208px;
}
.footer__link {
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 5px;
  color: #B4B9C9;
}
.footer__copyright {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color: #B4B9C9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}
.footer__copyright span {
  font-weight: 500;
}
.footer__copyright-blog {
  color: #594E42;
}
.footer__confidentiality {
  margin: 0;
  text-transform: uppercase;
  font-family: Alegreya;
  font-weight: 400;
  font-size: 20px;
  color: #B4B9C9;
  line-height: 22px;
  letter-spacing: 0%;
  margin-bottom: 5px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .footer__inner {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .footer__logo-link {
    display: none;
  }
  .footer__logo-link-hidden {
    display: block;
    position: absolute;
    top: 50px;
    right: -50px;
  }
  .footer__copyright {
    position: static;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .footer__container {
    padding-bottom: 10px;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}/*# sourceMappingURL=main.css.map */
