@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Light"), url(../fonts/Segoe_UI_light.woff2) format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Semilight"), url(../fonts/Segoe_UI_semilight.woff2) format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url(../fonts/Segoe_UI_normal.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Bold"), url(../fonts/Segoe_UI_bold.woff2) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Semibold"), url(../fonts/Segoe_UI_semibold.woff2) format("woff2");
  font-weight: 500;
}
:root {
  --font-family: "Segoe UI", sans-serif;
  --second-family: "Istok Web", sans-serif;
}

:target {
  scroll-margin-top: 143px;
}

html,
body {
  scroll-behavior: smooth !important;
}

* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
ul::-webkit-scrollbar,
li::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
li::-webkit-scrollbar-track,
h1::-webkit-scrollbar-track,
h2::-webkit-scrollbar-track,
h3::-webkit-scrollbar-track,
h4::-webkit-scrollbar-track,
h5::-webkit-scrollbar-track,
h6::-webkit-scrollbar-track,
p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
li::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb {
  background: rgba(65, 21, 21, 0.6);
  border-radius: 15px;
}

a {
  text-decoration: none;
  color: #0299ff;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  flex: none;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-family), Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  color: #000;
  background: #f9f9f9;
}
@media screen and (max-width: 595px) {
  body {
    font-size: 20px;
  }
}
body.overflow {
  overflow: hidden;
}

.container {
  max-width: calc(1427px);
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .container {
    max-width: calc(933px);
  }
}
@media screen and (max-width: 595px) {
  .container {
    max-width: calc(100%);
  }
}

.title {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 70px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 595px) {
  .title {
    font-size: 54px;
  }
}
.title strong {
  display: block;
}
.title span {
  display: block;
  color: #340707;
  opacity: 0.5;
}

.subtitle {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 595px) {
  .subtitle {
    font-size: 20px;
  }
}

.red {
  color: #c00000;
}

.btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 56px;
  padding: 20px 18px;
  background: #c00000;
  transition: 0.1s;
  border: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
@media screen and (max-width: 595px) {
  .btn {
    padding: 12px 10px;
    width: 100%;
  }
}
.btn:hover {
  background: #de0000;
}
.btn:disabled {
  background: #b3b3b3;
  pointer-events: none !important;
}
.btn:active {
  background: #a30000;
}

.btn_outline {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 56px;
  padding: 20px 18px;
  background: #c00000;
  transition: 0.1s;
  border: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  border: 2px solid #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 595px) {
  .btn_outline {
    padding: 12px 10px;
    width: 100%;
  }
}
.btn_outline:hover {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.btn_outline:disabled {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.btn_outline:active {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.accent_title {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  color: #987878;
}
@media screen and (max-width: 530px) {
  .accent_title {
    font-size: 30px;
  }
}

.header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(92.5px);
          backdrop-filter: blur(92.5px);
  background: rgba(65, 21, 21, 0.6);
  border-radius: 78px;
  padding: 10px 40px;
  color: #fff;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  transition: 0.3s;
  max-width: 1720px;
}
@media screen and (max-width: 1385px) {
  .header {
    width: 85%;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 835px) {
  .header {
    top: 20px;
    width: 95%;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 595px) {
  .header {
    padding: 16px 30px;
  }
}
.header_logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 595px) {
  .header_logo {
    gap: 10px;
  }
}
.header_logo img {
  height: auto;
  width: 182px;
}
@media screen and (max-width: 595px) {
  .header_logo img {
    width: 105px;
  }
}
.header_logo span {
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 595px) {
  .header_logo span {
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
  }
}
.header_menu {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 40px;
}
@media screen and (max-width: 1385px) {
  .header_menu {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    background: #fff;
    color: #000;
    box-shadow: 0 30px 120px 0 rgba(192, 0, 0, 0.6);
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    transform: translateY(-40%);
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: flex-end;
    transition: 0.3s;
  }
  .header_menu.show {
    opacity: 1;
    transition: 0.3s;
    transform: translateY(0px);
    visibility: visible;
    z-index: 98;
  }
  .header_menu .header_menu-item {
    color: #0c0c0c;
  }
  .header_menu .header_menu-list {
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 595px) {
  .header_menu {
    width: 100%;
    padding: 60px 0;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header_menu .header_menu-list {
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 595px) and (max-width: 595px) {
  .header_menu .header_menu-item {
    font-size: 24px;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .header_menu {
    padding: 20px 40px;
    gap: 25px;
  }
}
@media screen and (max-width: 1385px) {
  .header_menu.isLangOpen {
    border-radius: 40px 40px 0 0;
  }
}
.header_menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 40px;
}
.header_menu-item {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  transition: 0.1s;
  text-transform: none;
}
.header_menu-item:hover {
  color: #ff9d9d;
}
.header_menu-item:active {
  color: #862323;
}
.header_menu-item:disabled {
  pointer-events: none !important;
  opacity: 0.3;
}
@media screen and (max-width: 1385px) {
  .header_menu-item {
    font-weight: 500;
  }
}
.header_burger {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header_burger:hover .header_burger-button span {
  background: rgba(255, 255, 255, 0.8);
}
.header_burger:disabled .header_burger-button {
  pointer-events: none !important;
}
.header_burger:disabled .header_burger-button span {
  background: rgba(255, 255, 255, 0.4);
}
.header_burger:active .header_burger-button span {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1385px) {
  .header_burger {
    display: block;
  }
}
@media screen and (max-width: 595px) {
  .header_burger {
    width: 30px;
    height: 30px;
    padding: 6px 2px;
  }
}
.header_burger.active .header_burger-button span:first-child {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.header_burger.active .header_burger-button span:nth-child(2) {
  opacity: 0;
  width: 0;
  left: 50%;
}
.header_burger.active .header_burger-button span:last-child {
  bottom: 50%;
  width: 100%;
  transform: translate(0, 50%) rotate(-45deg);
}
.header_burger-button {
  position: relative;
  height: 100%;
  width: 100%;
}
.header_burger-button span {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.1s;
  display: block;
  height: 3px;
  border-radius: 4px;
  width: 100%;
  background: #fff;
}
.header_burger-button span:first-child {
  top: 0px;
}
.header_burger-button span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.header_burger-button span:last-child {
  top: auto;
  bottom: 0;
  width: 20px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 595px) {
  .header_burger-button span:last-child {
    width: 16px;
  }
}

.custom-select {
  position: relative;
  font-family: inherit;
}
@media screen and (max-width: 1385px) {
  .custom-select {
    width: 100%;
  }
}
.custom-select.is-open .custom-select__list {
  display: flex;
}
.custom-select.is-open .custom-select__arrow {
  transform: rotate(180deg);
}
.custom-select__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
@media screen and (max-width: 1385px) {
  .custom-select__header {
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 595px) {
  .custom-select__header {
    justify-content: center;
  }
}
@media screen and (max-width: 1385px) {
  .custom-select__current {
    font-weight: 500;
  }
}
.custom-select__arrow {
  font-size: 12px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select__arrow svg {
  vertical-align: middle;
  transition: 0.3s;
  transform: rotate(180deg);
}
@media screen and (max-width: 1385px) {
  .custom-select__arrow svg {
    color: #0c0c0c;
  }
}
.custom-select__list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin-top: 27.5px;
  list-style: none;
  display: none;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 30px 120px 0 rgba(192, 0, 0, 0.6);
  background: #fff;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1385px) {
  .custom-select__list {
    background: #f4f4f4;
    box-shadow: none;
    border-radius: 0 0 40px 40px;
    padding: 20px 60px 40px;
    margin-top: 60px;
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 595px) {
  .custom-select__list {
    width: 100%;
    margin-top: 20px;
  }
}
.custom-select__item {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: #0c0c0c;
  text-align: center;
}
@media screen and (max-width: 1385px) {
  .custom-select__item {
    font-weight: 500;
    text-align: right;
  }
}
@media screen and (max-width: 595px) {
  .custom-select__item {
    text-align: center;
  }
}
.custom-select__item.is-selected {
  cursor: not-allowed;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal.loading .modal_loading {
  display: flex;
}
.modal.done .modal_thanks {
  display: flex;
}
.modal.show {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 530px) {
  .modal.show .modal_body {
    animation: showModal 0.2s linear 0.1s forwards;
  }
}
.modal.error .form-error {
  display: block;
}
.modal_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 530px) {
  .modal_overlay {
    align-items: flex-end;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .modal_overlay {
    align-items: flex-start;
  }
}
.modal_close {
  position: absolute;
  right: 100px;
  top: 30px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
  z-index: 1001;
}
@media screen and (max-width: 1260px) {
  .modal_close {
    top: 30px;
    right: 100px;
    width: 70px;
    height: 70px;
    background: rgba(222, 222, 222, 0.8);
  }
}
@media screen and (max-width: 530px) {
  .modal_close {
    width: 64px;
    height: 64px;
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .modal_close {
    top: 20px;
    right: 20px;
  }
}
.modal_close:hover {
  background: rgb(255, 255, 255);
}
.modal_close svg {
  width: 34px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .modal_close svg {
    width: 38px;
  }
}
@media screen and (max-width: 530px) {
  .modal_close svg {
    width: 24px;
  }
}
.modal_body {
  background: #fff;
  border-radius: 40px;
  padding: 60px;
  max-width: 749px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .modal_body {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 835px) {
  .modal_body {
    max-width: 100%;
    margin: 0 45px;
  }
}
@media screen and (max-width: 530px) {
  .modal_body {
    border-radius: 40px 40px 0 0;
    margin: 0;
    overflow: hidden;
    height: 0%;
    padding: 0;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .modal_body {
    max-width: none;
    width: 100vw;
    height: 77%;
    margin: 0;
    overflow: auto;
    padding-bottom: 60px;
    border-radius: 40px 40px 0 0;
  }
}
.modal_form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 1260px) {
  .modal_form {
    gap: 30px;
  }
}
@media screen and (max-width: 530px) {
  .modal_form {
    gap: 10px;
    height: 100%;
    justify-content: space-between;
  }
}
.modal_panel {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .modal_panel {
    gap: 30px;
  }
}
@media screen and (max-width: 530px) {
  .modal_panel {
    gap: 10px;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .modal_panel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 40px 40px 0 0;
    padding: 20px;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    gap: 10px;
    z-index: 10001;
  }
}
.modal_panel .form-error {
  display: none;
  font-size: 20px;
  color: #de0000;
  text-transform: none;
}
.modal_form-title {
  text-align: center;
}
.modal_form-input {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 10px 30px;
  height: 70px;
  font-size: 20px;
}
@media screen and (max-width: 530px) {
  .modal_form-input {
    height: 60px;
    padding: 16px 20px;
    font-size: 20px;
  }
}
.modal_form-input::-moz-placeholder {
  font-weight: 400;
  font-size: 24px;
  color: #949494;
}
.modal_form-input::placeholder {
  font-weight: 400;
  font-size: 24px;
  color: #949494;
}
@media screen and (max-width: 530px) {
  .modal_form-input::-moz-placeholder {
    font-size: 20px;
  }
  .modal_form-input::placeholder {
    font-size: 20px;
  }
}
.modal_form-btn {
  width: 100%;
}
.modal_form-info {
  font-weight: 350;
  font-size: 20px;
  text-transform: none;
}
@media screen and (max-width: 530px) {
  .modal_form-info {
    text-align: center;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .modal_form-info {
    text-align: center;
  }
}
.modal_form-info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #c00000;
}
.modal_loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal_loading svg {
  width: 45px;
  height: 45px;
  height: auto;
  transform-origin: center;
  animation: loading 1s linear 0s infinite;
}
.modal_thanks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 595px) {
  .modal_thanks {
    gap: 40px;
  }
}
.modal_thanks-check {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #149c08;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 595px) {
  .modal_thanks-check {
    width: 80px;
    height: 80px;
  }
}
.modal_thanks-check svg {
  width: 51px;
  height: auto;
}
@media screen and (max-width: 595px) {
  .modal_thanks-check svg {
    width: 34px;
  }
}
.modal_thanks-text {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #987878;
}
@media screen and (max-width: 595px) {
  .modal_thanks-text {
    font-size: 30px;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes showModal {
  0% {
    height: 0%;
    padding: 0px;
  }
  100% {
    height: 85%;
    padding: 50px 20px;
  }
}
.major {
  background: url(../img/major_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 835px) {
  .major {
    background: url(../img/major_bg_m.webp);
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .major {
    height: 150vh;
  }
}
@media screen and (max-width: 595px) {
  .major {
    height: 90vh;
  }
}
.major_overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 835px) {
  .major_overlay {
    display: none;
  }
}
.major_overlay-phone {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 835px) {
  .major_overlay-phone {
    display: block;
  }
}
.major_content {
  max-width: 578px;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-height: 690px) {
  .major_content {
    gap: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .major_content {
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 835px) {
  .major_content {
    text-align: center;
    align-items: center;
  }
}
.major_content .btn {
  padding: 20px 24px;
  box-shadow: 0 0 100px 0 #fff;
}
@media screen and (max-width: 595px) {
  .major_content .btn {
    padding: 14px 10px;
  }
}
.major .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 835px) {
  .major .container {
    align-items: center;
  }
}

.about {
  position: relative;
  padding-left: 86px;
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .about {
    margin-top: 60px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 595px) {
  .about {
    padding-left: 40px;
    margin-bottom: 140px;
  }
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16px;
  background: #c00000;
  border-radius: 10px;
}
@media screen and (max-width: 595px) {
  .about::before {
    width: 10px;
  }
}
.about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 64px;
  background: url(../img/about_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1260px) {
  .about::after {
    bottom: auto;
    top: calc(100% + 40px);
  }
}
.about_title {
  font-size: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 595px) {
  .about_title {
    font-size: 30px;
  }
}
.about_text {
  max-width: 1030px;
  text-transform: none;
  font-size: 20px;
}
.about_text p,
.about_text ul {
  margin-bottom: 10px;
}
.about_text p:last-child,
.about_text ul:last-child {
  margin-bottom: 0;
}
.about_text ul {
  list-style: initial;
  margin-left: 40px;
}
.about_text ul li {
  list-style: initial;
}

.advantages_title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 595px) {
  .advantages_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.advantages_list .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px 38px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1260px) {
  .advantages_list .container {
    display: block;
    height: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 102px;
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 595px) {
  .advantages_list .container {
    max-width: calc(100% + 10px);
    margin-left: auto;
    margin-right: auto;
  }
}
.advantages_list .container .slick-dots {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages_list .container .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.advantages_list .container .slick-dots li.slick-active {
  width: 40px;
}
.advantages_list .container .slick-dots li.slick-active button {
  opacity: 1;
  border-radius: 6px;
}
.advantages_list .container .slick-dots li button {
  display: block;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c00000;
  opacity: 0.1;
  cursor: pointer;
  transition: 0.3s;
}
.advantages_item {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 40px 30px;
  background-position: top right;
  background-repeat: no-repeat;
  background-position: top 27px right 27px;
  background-image: url(../img/advantages/one.svg);
}
@media screen and (max-width: 1260px) {
  .advantages_item {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin: 0 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 595px) {
  .advantages_item {
    margin: 0 10px;
  }
}
.advantages_item:nth-child(1), .advantages_item:nth-child(2) {
  min-width: calc(50% - 19px);
}
@media screen and (max-width: 1260px) {
  .advantages_item:nth-child(1), .advantages_item:nth-child(2) {
    min-width: auto;
  }
}
.advantages_item:nth-child(1) .advantages_item-title, .advantages_item:nth-child(2) .advantages_item-title {
  max-width: 524px;
}
.advantages_item ul {
  list-style: initial;
  margin-bottom: 20px;
  padding-left: 25px;
}
.advantages_item ul li {
  list-style: initial;
}
.advantages_item.first {
  background-image: url(../img/advantages/one.svg);
}
.advantages_item.second {
  background-image: url(../img/advantages/two.svg);
  background-position: top 13px right 17px;
}
.advantages_item.third {
  background-image: url(../img/advantages/three.svg);
  background-position: top 16px right 15px;
}
.advantages_item.fourth {
  background-image: url(../img/advantages/fore.svg);
  background-position: top 20px right 20px;
}
.advantages_item.fifth {
  background-image: url(../img/advantages/five.svg);
  background-position: top 10px right 14px;
}
.advantages_item:nth-child(3) .advantages_item-text, .advantages_item:nth-child(4) .advantages_item-text, .advantages_item:nth-child(5) .advantages_item-text {
  max-width: 304px;
}
.advantages_item-title {
  max-width: 350px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 595px) {
  .advantages_item-title {
    max-width: 285px;
  }
}
.advantages_item-text {
  max-width: 524px;
  text-transform: none;
  font-size: 20px;
}
.advantages_btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 140px;
  padding: 15px 25px;
}
@media screen and (max-width: 1260px) {
  .advantages_btn {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 835px) {
  .advantages_btn {
    padding: 15px 10px;
    margin-bottom: 100px;
  }
}

:root {
  --duration: 600ms;
}

.how {
  margin-bottom: 140px;
}
@media screen and (max-width: 835px) {
  .how {
    margin-bottom: 70px;
  }
}
.how_title {
  font-size: 43px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 835px) {
  .how_title {
    font-size: 50px;
  }
}
@media screen and (max-width: 595px) {
  .how_title {
    font-size: 30px;
  }
}
.how_subtitle {
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1260px) {
  .how_subtitle {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 835px) {
  .how_subtitle {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 595px) {
  .how_subtitle {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.how__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 537px;
  position: relative;
  /* visible positions */
  /* far slides */
  /* small demo badges */
}
@media screen and (max-width: 1320px) {
  .how__slider {
    height: 361px;
  }
}
@media screen and (max-width: 920px) {
  .how__slider {
    height: 348px;
  }
}
@media screen and (max-width: 520px) {
  .how__slider {
    height: 250px;
  }
}
@media screen and (max-width: 460px) {
  .how__slider {
    height: 200px;
  }
}
.how__slider-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 678px) {
  .how__slider-wrapper {
    width: 100%;
  }
}
.how__slider .slider {
  width: 979px;
  height: 100%;
  position: relative;
  perspective: 1200px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
}
@media screen and (max-width: 1320px) {
  .how__slider .slider {
    width: 658px;
  }
}
@media screen and (max-width: 920px) {
  .how__slider .slider {
    width: 541px;
  }
}
@media screen and (max-width: 678px) {
  .how__slider .slider {
    width: 100%;
  }
}
.how__slider .slide {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fafafa);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.12);
  transition: transform var(--duration) cubic-bezier(0.2, 0.9, 0.3, 1), opacity var(--duration) cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow var(--duration) cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: transform, opacity;
}
.how__slider .slide img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block; /* убирает возможные пробелы/смещения */
}
@media screen and (max-width: 678px) {
  .how__slider .slide img {
    box-shadow: 0 18px 48px rgba(2, 6, 23, 0.18);
    border-radius: 14px;
  }
}
.how__slider .center {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.18);
}
@media screen and (max-width: 678px) {
  .how__slider .center {
    background: transparent !important;
    box-shadow: none;
  }
}
.how__slider .left {
  transform: translateX(-20%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 678px) {
  .how__slider .left {
    opacity: 0;
  }
}
.how__slider .right {
  transform: translateX(20%) scale(0.8);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 678px) {
  .how__slider .right {
    opacity: 0;
  }
}
.how__slider .hidden {
  transform: translateX(0) scale(0.7) translateY(10px);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.how__slider .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 835px) {
  .how__slider .controls {
    display: none;
  }
}
.how__slider .controls button {
  flex: none;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.how__slider .controls button svg {
  flex: none;
}
.how__slider .slide .badge {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 14px;
  color: #666;
}
.how__slider .dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.how__slider .dots .dot {
  flex: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #c00000;
  opacity: 0.1;
  cursor: pointer;
  transition: all 0.3s;
}
.how__slider .dots .dot.is-active {
  opacity: 1;
}

.writeUs {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1260px) {
  .writeUs {
    padding: 0;
    background: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 595px) {
  .writeUs {
    background: #fff;
  }
}
@media screen and (max-width: 1260px) {
  .writeUs .container {
    border-radius: 10px;
    padding: 60px 60px 140px 60px;
    background: #fff;
  }
}
@media screen and (max-width: 595px) {
  .writeUs .container {
    padding: 40px 10px;
    background: rgba(255, 255, 255, 0);
  }
}
.writeUs_title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 42px;
}
@media screen and (max-width: 595px) {
  .writeUs_title {
    font-size: 30px;
  }
}
.writeUs_body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .writeUs_body {
    flex-direction: column;
    gap: 80px;
  }
}
.writeUs_contacts {
  max-width: 407px;
}
@media screen and (max-width: 1260px) {
  .writeUs_contacts {
    max-width: none;
    display: flex;
    gap: 110px;
  }
  .writeUs_contacts > div:last-child {
    max-width: 355px;
  }
}
@media screen and (max-width: 1260px) and (max-width: 595px) {
  .writeUs_contacts > div:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .writeUs_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.writeUs_contacts a {
  display: block;
  text-transform: none;
  color: #c00000;
}
@media screen and (max-width: 595px) {
  .writeUs_contacts a {
    text-align: center;
  }
}
.writeUs_tel {
  margin-bottom: 10px;
}
@media screen and (max-width: 595px) {
  .writeUs_tel {
    margin-bottom: 30px;
  }
}
.writeUs_email {
  margin-bottom: 80px;
}
@media screen and (max-width: 1260px) {
  .writeUs_email {
    margin-bottom: 0;
  }
}
.writeUs_address {
  text-transform: none;
  color: #000;
}
@media screen and (max-width: 595px) {
  .writeUs_address {
    text-align: center;
    margin-bottom: 10px;
  }
}
.writeUs_map {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.writeUs_form {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 846px;
}
.writeUs_form.loading input {
  cursor: wait;
}
.writeUs_form.loading button {
  cursor: wait;
}
.writeUs_form.error .form-error {
  display: block;
}
.writeUs_form .form-error {
  display: none;
  font-size: 20px;
  color: #de0000;
  text-transform: none;
}
.writeUs_form-input {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 10px 30px;
  height: 70px;
  font-size: 20px;
}
@media screen and (max-width: 530px) {
  .writeUs_form-input {
    height: 60px;
    padding: 16px 20px;
    font-size: 20px;
  }
}
.writeUs_form-input::-moz-placeholder {
  font-weight: 400;
  font-size: 24px;
  color: #949494;
}
.writeUs_form-input::placeholder {
  font-weight: 400;
  font-size: 24px;
  color: #949494;
}
@media screen and (max-width: 530px) {
  .writeUs_form-input::-moz-placeholder {
    font-size: 20px;
  }
  .writeUs_form-input::placeholder {
    font-size: 20px;
  }
}
.writeUs_form-btn {
  max-width: 362px;
  padding: 20px 28px;
}
@media screen and (max-width: 1260px) {
  .writeUs_form-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.writeUs_form-info {
  font-weight: 350;
  font-size: 20px;
  text-transform: none;
}
@media screen and (max-width: 530px) {
  .writeUs_form-info {
    text-align: center;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .writeUs_form-info {
    text-align: center;
  }
}
.writeUs_form-info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #c00000;
}
@media screen and (max-width: 1260px) {
  .writeUs_form-info {
    text-align: center;
  }
}

.support {
  padding-bottom: 101px;
}
@media screen and (max-width: 595px) {
  .support {
    padding-bottom: 68px;
  }
}
.support__title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .support__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 595px) {
  .support__title {
    font-size: 30px;
  }
}
.support__subtitle {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media screen and (max-width: 595px) {
  .support__subtitle {
    font-size: 20px;
  }
}
.support__slider-wrapper {
  max-width: 906px;
  margin: 0 auto;
}
@media screen and (max-width: 595px) {
  .support__slider-wrapper .container {
    display: contents;
  }
}
.support__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 595px) {
  .support__slider {
    display: block;
  }
}
.support__slider .slick-dots {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.support__slider .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.support__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.support__slider .slick-dots li button {
  display: block;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c00000;
  opacity: 0.1;
  cursor: pointer;
  transition: 0.3s;
}
.support .chat__item {
  max-width: 234px;
  position: relative;
}
@media screen and (max-width: 835px) {
  .support .chat__item {
    max-width: 218px;
  }
}
@media screen and (max-width: 595px) {
  .support .chat__item {
    max-width: 100%;
    margin: 5px;
  }
}
.support .chat__bg {
  position: relative;
  z-index: 1;
  width: 100%;
}
.support .chat__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
  z-index: 2;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1260px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 595px) {
  .footer {
    padding: 45px 0;
  }
}
.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 200px;
}
@media screen and (max-width: 1260px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 595px) {
  .footer .container {
    gap: 40px;
  }
}
.footer_logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 595px) {
  .footer_logos {
    gap: 10px;
  }
}
.footer_logos img {
  height: auto;
  width: 182px;
}
@media screen and (max-width: 595px) {
  .footer_logos img {
    width: 105px;
  }
}
.footer_logos span {
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 595px) {
  .footer_logos span {
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 595px) {
  .footer_logos {
    width: 174px;
  }
  .footer_logos img {
    flex: 1;
    width: 100%;
  }
  .footer_logos img:nth-of-type(2) {
    max-width: 135px;
  }
}
.footer_logos span {
  color: #000;
}
.footer_menu {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 595px) {
  .footer_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer_menu a {
  font-weight: 350;
  font-size: 18px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #c00000;
  text-transform: none;
}/*# sourceMappingURL=style.css.map */