/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-display: swap;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

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

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}

.btn_dark {
  padding: 15px 24px;
  height: 50px;
  background: #0D0D0D;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #CCA352;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_dark-two {
  padding: 15px 24px;
  height: 50px;
  background: transparent;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #191919;
  border: 2px solid #CCA352;
}

.btn-gold {
  background: #CCA352;
  padding: 30px 40px;
  font-weight: 700;
  font-size: 15px;
  line-height: 133%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 640px) {
  .btn-gold {
    font-size: 10px;
    line-height: 160%;
    padding: 24px 9.5px;
  }
}
.btn-gold:hover {
  background: white;
  color: #CCA352;
}

.catalog_modal {
  background: rgba(230, 230, 230, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: end;
  z-index: 4;
}
.catalog_modal.active {
  display: flex;
}
.catalog_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog_modal_close {
  width: 80px;
  height: 80px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -80px;
  top: 0;
}
@media (max-width: 1024px) {
  .catalog_modal_close {
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.catalog_modal_close svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .catalog_modal_close svg {
    width: 20px;
    height: 20px;
  }
}
.catalog_modal h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
}
.catalog_modal h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .catalog_modal h2 {
    margin: 40px 0;
  }
}
.catalog_modal_content {
  max-width: 960px;
  position: relative;
}
.catalog_modal_content_block {
  background: #FFFFFF;
  padding: 120px;
  height: 100%;
  max-width: 960px;
  overflow-y: scroll;
}
.catalog_modal_content_block::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .catalog_modal_content_block {
    max-width: 100%;
    padding: 40px;
  }
}
.catalog_modal_texts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .catalog_modal_texts {
    gap: 40px;
  }
}
.catalog_modal_texts h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 40px;
}
.catalog_modal_texts ul {
  padding-left: 20px;
}
.catalog_modal_texts li,
.catalog_modal_texts span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1A1A1A;
  list-style-type: disc;
}
.catalog_modal_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog_modal_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.request_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 19, 24, 0.9);
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.request_modal.active {
  display: flex;
}
.request_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: black;
  border: 1px solid #CCA352;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request_modal_close svg {
  width: 20px;
  height: 20px;
}
.request_modal_in {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  padding: 40px;
  border: 2px solid #CCA352;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .request_modal_in {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .request_modal_in {
    padding: 20px;
  }
}
.request_modal_in h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #CCA352;
}
.request_modal_in h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
}
.request_modal_in form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.request_modal_in form input {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
  height: 50px;
  padding: 15px 20px;
  background: #FFFFFF;
}
.request_modal_in form input::-moz-placeholder {
  color: #333333;
}
.request_modal_in form input::placeholder {
  color: #333333;
}
.request_modal_in form button {
  border: 2px solid #CCA352;
}
.request_modal .custom_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.request_modal .custom_checkbox input {
  display: none;
}
.request_modal .custom_checkbox input:checked + .checkbox_icon svg {
  opacity: 1;
}
.request_modal .custom_checkbox .checkbox_icon {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCA352;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: background-color 0.3s;
  cursor: pointer;
}
.request_modal .custom_checkbox .checkbox_icon svg {
  transition: opacity 0.2s;
}
.request_modal .custom_checkbox .checkbox_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #CCA352;
}
.request_modal .custom_checkbox .checkbox_text a {
  text-decoration: underline;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(18, 18, 18, 0.2);
}
.header-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-logo {
  box-shadow: inset -2px -2px 0 0 #000;
  background: #0d0d0d;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px 27px;
}
@media (max-width: 1024px) {
  .header-logo {
    padding: 20px 18px 27px 19px;
  }
}
@media (max-width: 640px) {
  .header-logo img {
    width: 123px;
  }
}
.header-logo span {
  font-weight: 700;
  font-size: 10px;
  line-height: 110%;
  text-transform: uppercase;
  color: #CCA352;
}
@media (max-width: 1024px) {
  .header-logo span {
    display: none;
  }
}
.header-navs {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1650px) {
  .header-navs {
    display: none;
  }
}
.header-navs a {
  font-weight: 700;
  font-size: 15px;
  line-height: 133%;
  text-transform: uppercase;
  color: #fff;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .header-contact {
    gap: 30px;
  }
}
.header-contact a {
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  text-transform: uppercase;
  color: #CCA352;
}
@media (max-width: 700px) {
  .header-contact .phone-link {
    display: none;
  }
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right .email-link {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  text-transform: uppercase;
  color: #CCA352;
  gap: 20px;
  margin: 0 30px 0 40px;
}
@media (max-width: 1024px) {
  .header-right .email-link span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-right .btn-gold {
    width: 160px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .header-right .btn-gold {
    width: 80px;
  }
}

.home {
  background: black;
  position: relative;
  z-index: 1;
}
.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1280px) {
  .home-bg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .home-bg {
    height: 947px;
    top: 224px;
  }
}
@media (max-width: 640px) {
  .home-bg {
    height: 578px;
    top: 299px;
  }
}
.home-bg.mb {
  display: none;
}
@media (max-width: 1280px) {
  .home-bg.mb {
    display: block;
  }
}
.home-container {
  padding-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 1536px) {
  .home-container {
    max-width: calc(100% - 80px);
    padding: 160px 0 80px;
  }
}
@media (max-width: 1024px) {
  .home-container {
    padding: 120px 0 40px;
  }
}
@media (max-width: 640px) {
  .home-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .home-container {
    max-width: calc(100% - 30px);
  }
}
.home-numbers {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 135px;
}
@media (max-width: 1280px) {
  .home-numbers {
    margin: 0 auto 40px;
    max-width: 960px;
  }
}
.home-numbers li:first-child {
  color: #CCA352;
}
.home h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #CCA352;
  max-width: 640px;
  margin-bottom: 135px;
}
@media (max-width: 1280px) {
  .home h1 {
    max-width: 960px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 640px) {
  .home h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .home h1 {
    font-size: 1.3rem;
    line-height: 100%;
  }
}
.home .text-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  color: #CCA352;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .home .text-list {
    max-width: 960px;
    margin: 0 auto 680px;
  }
}
@media (max-width: 1024px) {
  .home .text-list {
    flex-direction: column;
    margin-bottom: 630px;
  }
}
@media (max-width: 640px) {
  .home .text-list {
    margin-bottom: 370px;
  }
}
.home .text-list li {
  max-width: 200px;
}
@media (max-width: 1280px) {
  .home .text-list li {
    max-width: 100%;
  }
  .home .text-list li br {
    display: none;
  }
}
.home h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .home h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .home h3 {
    margin-bottom: 40px;
  }
}
.home-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 80px;
}
@media (max-width: 1024px) {
  .home-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .home-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-form .white-inp {
  padding: 15px 20px;
  height: 50px;
  background: black;
  font-weight: 700;
  font-size: 15px;
  line-height: 133%;
  text-transform: uppercase;
  color: #CCA352;
  border: 1px solid #e6e6e6;
  transition: 0.2s ease;
}
.home-form .white-inp::-moz-placeholder {
  color: #CCA352;
}
.home-form .white-inp::placeholder {
  color: #CCA352;
}
.home-form .white-inp:focus {
  color: #333333;
  background: #FFFFFF;
}
.home-form .white-inp:focus::-moz-placeholder {
  color: #333333;
}
.home-form .white-inp:focus::placeholder {
  color: #333333;
}
.home-form .tel-inp {
  position: relative;
  z-index: 1;
  background: black;
}
.home-form .tel-inp input {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 133%;
  text-transform: uppercase;
  color: #CCA352;
  padding: 0 19px;
}
.home-form .tel-inp input::-moz-placeholder {
  color: #CCA352;
}
.home-form .tel-inp input::placeholder {
  color: #CCA352;
}
.home-form .tel-inp span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 30px;
  line-height: 67%;
  text-transform: uppercase;
  color: #cca352;
}
.home-form button {
  color: #CCA352;
}
@media (max-width: 1024px) {
  .home-form button {
    grid-column: span 2;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .home-form button {
    grid-column: span 1;
  }
}
.home-bottom {
  background: #1A1A1A;
}
.home-bottom__container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1536px) {
  .home-bottom__container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .home-bottom__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .home-bottom__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-bottom li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  border-left: 2px solid black;
}
@media (max-width: 640px) {
  .home-bottom li {
    border-left: 0;
    border-bottom: 2px solid black;
  }
}
.home-bottom li:last-child {
  border-right: 2px solid black;
}
@media (max-width: 640px) {
  .home-bottom li:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}
.home-bottom img {
  flex-shrink: 0;
  width: 80px;
}
.home-bottom p {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  text-transform: uppercase;
  color: #fff;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-modal.active {
  display: flex;
}
.video-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 39, 101, 0.9);
}
.video-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: rgba(30, 30, 30, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal__close svg {
  width: 25px;
}
.video-modal__close svg path {
  fill: white;
}
.video-modal iframe {
  width: 80vw;
  height: 80vh;
  position: relative;
}
@media (max-width: 1024px) {
  .video-modal iframe {
    width: 90vw;
  }
}

.catalog {
  padding: 120px 0 80px;
  background: #E6E6E6;
}
@media (max-width: 1280px) {
  .catalog {
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  .catalog-container {
    max-width: 960px;
  }
}
.catalog-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1536px) {
  .catalog-card {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .catalog-card {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
@media (max-width: 1280px) {
  .catalog-card:nth-child(2n) {
    flex-direction: column;
  }
}
.catalog-card:nth-child(2n) .catalog-card__right .main-img {
  right: 0;
  left: auto;
}
.catalog-card:nth-child(2n) .catalog-card__right .alert {
  justify-content: flex-start;
}
.catalog-card:nth-child(2n) .catalog-card__right .play-btn {
  right: 390px;
}
@media (max-width: 1536px) {
  .catalog-card:nth-child(2n) .catalog-card__right .play-btn {
    right: 300px;
    left: auto;
  }
}
.catalog-card__wrap {
  display: grid;
  flex-direction: column;
  gap: 220px;
  margin-bottom: 210px;
}
@media (max-width: 1536px) {
  .catalog-card__wrap {
    gap: 80px;
  }
}
@media (max-width: 1280px) {
  .catalog-card__wrap {
    gap: 40px;
    margin-bottom: 80px;
  }
}
.catalog-card__text {
  width: 600px;
  flex-shrink: 0;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .catalog-card__text {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .catalog-card__text {
    padding: 0;
  }
}
.catalog-card__text .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .catalog-card__text .head {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 30px;
  }
}
.catalog-card__text .head .alert {
  display: none;
}
@media (max-width: 1280px) {
  .catalog-card__text .head .alert {
    display: flex;
    padding: 0;
  }
}
.catalog-card__text .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #cca352;
}
.catalog-card__text .title {
  font-weight: 800;
  font-size: 36px;
  line-height: 111%;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.catalog-card__text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.catalog-card__text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 40px;
}
.catalog-card__text ul li {
  text-transform: uppercase;
  list-style-type: disc;
}
.catalog-card__text ul li::marker {
  font-size: 14px;
}
.catalog-card__text ul a {
  display: inline;
  text-decoration: underline;
}
.catalog-card__text .btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .catalog-card__text .btn {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .catalog-card__text .btn a {
    width: 100%;
    text-align: center;
  }
}
.catalog-card .alert {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: right;
  color: #cca352;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .catalog-card .alert {
    display: none;
  }
}
.catalog-card__right {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .catalog-card__right {
    margin-bottom: -30px;
  }
}
.catalog-card__right .main-img {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
  width: 980px;
  min-width: 980px;
}
@media (max-width: 1280px) {
  .catalog-card__right .main-img {
    position: static;
    width: 100%;
    min-width: inherit;
  }
}
.catalog-card__right .play-btn {
  position: absolute;
  top: 235px;
  right: 230px;
  border-radius: 50%;
}
@media (max-width: 1536px) {
  .catalog-card__right .play-btn {
    left: 320px;
    right: auto;
  }
}
@media (max-width: 1280px) {
  .catalog-card__right .play-btn {
    top: 50%;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
  }
}
.catalog-card__right .play-btn img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .catalog-card__right .play-btn img:nth-child(2) {
    width: 200px;
    height: 200px;
  }
}
@keyframes imgCircle {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.catalog-card__right .play-btn:hover img:nth-child(2) {
  animation: imgCircle 10s linear infinite;
}
.catalog .texts {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.catalog .texts li {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #333333;
}
@media (max-width: 768px) {
  .catalog .texts li br {
    display: none;
  }
}

.process {
  height: 800px;
  max-width: 1920px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #0D0D0D;
  overflow: hidden;
}
@media (max-width: 1536px) {
  .process {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .process {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.process_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_block_text {
  padding: 80px;
}
@media (max-width: 640px) {
  .process_block_text {
    padding: 40px;
  }
}
.process h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #CCA352;
}
.process h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.process img {
  height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .process img {
    height: 600px;
    width: 100vw;
  }
}
.process_text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 80px;
}
@media (max-width: 640px) {
  .process_text {
    gap: 40px;
  }
}
.process .btn_dark-two {
  color: #CCA352;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.process .btn_dark-two img {
  width: 20px;
  height: 20px;
}

.application {
  background: #F2F2F2;
}
.application h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .application h2 {
    padding: 40px;
  }
}
.application_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 1536px) {
  .application_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .application_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.application_block {
  padding: 80px;
  text-align: center;
  border: 1px solid #F2F2F2;
}
@media (max-width: 1024px) {
  .application_block {
    padding: 40px;
  }
}
.application_block img {
  width: 120px;
  height: 120px;
}
.application_block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333333;
  margin: 40px 0 20px 0;
}
.application_block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.advantages_title {
  background: #191919;
  padding: 80px 40px;
}
@media (max-width: 640px) {
  .advantages_title {
    padding: 40px;
  }
}
.advantages_title h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #CCA352;
}
.advantages .tabs {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .advantages .tabs {
    display: none;
  }
}
.advantages .tabs .tab_buttons {
  display: flex;
  border-top: 1px solid #000000;
}
.advantages .tabs .tab_buttons .tab_button {
  border: 1px solid #000000;
  height: 80px;
  flex: 1;
  padding: 30px 40px;
  background-color: #1A1A1A;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.advantages .tabs .tab_buttons .tab_button:hover {
  background: #CCA352;
  color: #FFFFFF;
}
.advantages .tabs .tab_buttons .tab_button.active {
  background-color: #FFFFFF;
  color: #CCA352;
  border: 1px solid transparent;
}
.advantages .tab_contents .tab_content {
  display: none;
  animation: fade 0.3s ease;
}
.advantages .tab_contents .tab_content.active {
  display: block;
}
.advantages .advantages_content {
  display: flex;
  align-items: start;
  gap: 80px;
  padding: 80px;
}
@media (max-width: 1024px) {
  .advantages .advantages_content {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .advantages .advantages_content {
    padding: 40px;
    gap: 40px;
  }
}
.advantages .advantages_content_left {
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #F7F7F7;
}
@media (max-width: 1280px) {
  .advantages .advantages_content_left {
    width: 320px;
    height: 320px;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .advantages .advantages_content_left {
    width: 100%;
    height: 560px;
  }
}
@media (max-width: 640px) {
  .advantages .advantages_content_left {
    height: 400px;
  }
}
.advantages .advantages_content_left img {
  width: 320px;
  height: 320px;
}
@media (max-width: 1280px) {
  .advantages .advantages_content_left img {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .advantages .advantages_content_left img {
    width: 320px;
    height: 320px;
  }
}
.advantages .advantages_content h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
  margin-bottom: 40px;
}
.advantages .advantages_content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
.advantages .advantages_content ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  list-style-type: disc;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.advantages .accordion {
  display: none;
}
@media (max-width: 1024px) {
  .advantages .accordion {
    display: block;
  }
}
.advantages .accordion_btn {
  width: 100%;
  border: 1px solid #000000;
  height: 80px;
  flex: 1;
  padding: 30px 40px;
  background-color: #1A1A1A;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.advantages .accordion_btn:hover {
  background: #CCA352;
  color: #FFFFFF;
}
.advantages .accordion_btn.active {
  background-color: #FFFFFF;
  color: #CCA352;
  border: 1px solid transparent;
}
.advantages .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.control {
  padding: 120px 0;
  background: #141414;
}
@media (max-width: 1024px) {
  .control {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .control {
    padding: 40px 0;
  }
}
.control_title {
  margin-bottom: 40px;
}
.control_title h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #CCA352;
  margin-bottom: 20px;
}
.control_title h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 550px;
  margin: auto;
}
.control_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 160px;
}
@media (max-width: 1280px) {
  .control_in {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .control_in {
    gap: 40px;
  }
}
.control_block {
  width: 640px;
  height: 640px;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1536px) {
  .control_block {
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 1280px) {
  .control_block {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .control_block {
    width: 100%;
    height: auto;
  }
}
.control_block img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .control_block img {
    width: 100%;
  }
}
.control_block .white_circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(60px);
  border: 1px solid red;
}
@media (max-width: 1280px) {
  .control_block .white_circle {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 768px) {
  .control_block .white_circle {
    width: 261px;
    height: 261px;
  }
}
.control_block .gold_circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: rgba(236, 152, 62, 0.2);
  filter: blur(60px);
}
@media (max-width: 1280px) {
  .control_block .gold_circle {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 768px) {
  .control_block .gold_circle {
    width: 261px;
    height: 261px;
  }
}

.information {
  background: #F2F2F2;
}
.information h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .information h2 {
    padding: 40px;
  }
}
.information_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 1536px) {
  .information_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .information_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.information_block {
  padding: 60px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .information_block {
    padding: 40px;
  }
}
.information_block_btns {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .information_block_btns button {
    width: 100%;
  }
}
.information_block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333333;
}
.information_block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.about {
  background: #0D0D0D;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .about {
    padding-bottom: 80px;
  }
}
.about_title {
  background: #191919;
  padding: 80px 40px;
}
@media (max-width: 1024px) {
  .about_title {
    padding: 40px;
  }
}
.about_title h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #CCA352;
}
.about_statistic {
  margin-top: 120px;
}
@media (max-width: 1536px) {
  .about_statistic {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .about_statistic {
    margin-top: 40px;
  }
}
@media (max-width: 1536px) {
  .about_statistic .container {
    max-width: 100%;
    padding: 0;
  }
}
.about_statistic_in {
  background: #141414;
  border: 1px solid #000000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .about_statistic_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about_statistic_left {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-right: 2px solid #000000;
}
@media (max-width: 1024px) {
  .about_statistic_left {
    border-right: none;
    border-bottom: 2px solid #000000;
  }
}
.about_statistic_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_statistic_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .about_statistic_btns {
    flex-direction: column;
  }
}
.about_statistic_btns button {
  padding: 15px 20px;
  border: 1px solid #CCA352;
}
@media (max-width: 1024px) {
  .about_statistic_btns button {
    width: 100%;
  }
}
.about_statistic_numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .about_statistic_numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about_statistic_numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background: #000000;
}
@media (max-width: 640px) {
  .about_statistic_numbers::before {
    display: none;
  }
}
.about_statistic_numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000000;
}
@media (max-width: 640px) {
  .about_statistic_numbers::after {
    display: none;
  }
}
.about_statistic_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 40px;
}
@media (max-width: 640px) {
  .about_statistic_number {
    border-bottom: 2px solid #000000;
  }
}
.about_statistic_number:last-child {
  border-bottom: none;
}
.about_statistic_number span {
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #CCA352;
}
.about_statistic_number h5 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about_statistic h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
}
.about_statistic p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.about_maps {
  margin-top: 160px;
}
@media (max-width: 1536px) {
  .about_maps {
    margin-top: 120px;
  }
}
@media (max-width: 1536px) {
  .about_maps .container {
    max-width: 100%;
    padding: 0;
  }
}
.about_maps_in {
  background: #141414;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  position: relative;
  height: 560px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .about_maps_in {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}
.about_maps .circle_gold {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(236, 152, 62, 0.2);
  filter: blur(60px);
  z-index: -1;
}
.about_maps .maps_img {
  position: relative;
  z-index: 3;
  background: #141414;
}
@media (max-width: 1024px) {
  .about_maps .maps_img {
    height: 560px;
  }
}
.about_maps .maps_img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 690px;
  height: 640px;
}
@media (max-width: 1280px) {
  .about_maps .maps_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .about_maps .maps_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about_maps_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 40px;
  border: 1px solid #000000;
}
@media (max-width: 640px) {
  .about_maps_block {
    border-bottom: 2px solid #000000;
  }
}
.about_maps_block h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
  text-align: left;
}
.about_maps_block h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 40px 0;
  text-align: left;
}
.about_maps_block .btn_dark {
  width: 100%;
  background: transparent;
  border: 2px solid #CCA352;
}
.about_maps_statistic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 130px;
}
@media (max-width: 640px) {
  .about_maps_statistic {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}
.about_maps_statistic h5 {
  color: #CCA352;
  margin: 10px 0 0 0;
}
@media (max-width: 640px) {
  .about_maps_statistic h5 {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .about_maps_statistic_block {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
.about_advantages {
  margin-top: 160px;
}
@media (max-width: 1536px) {
  .about_advantages {
    margin-top: 120px;
  }
}
@media (max-width: 1536px) {
  .about_advantages .container {
    max-width: 100%;
    padding: 0;
  }
}
.about_advantages_in {
  background: #141414;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .about_advantages_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about_advantages_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about_advantages_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  gap: 40px;
  border: 1px solid #000000;
}
@media (max-width: 640px) {
  .about_advantages_block {
    border-bottom: 2px solid #000000;
  }
}
.about_advantages_block img {
  width: 120px;
  height: 120px;
}
.about_advantages_block h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #CCA352;
}
.about_advantages_block h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about_advantages_block .btn_dark {
  background: transparent;
  border: 2px solid #CCA352;
}

.questions {
  background: #000000;
  background-image: url("../images/questions_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
  background-position: right;
  height: 960px;
}
@media (max-width: 1536px) {
  .questions {
    height: 760px;
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  .questions {
    background-position: 68%;
  }
}
@media (max-width: 1024px) {
  .questions {
    background-image: url("../images/questions_bg_media.webp");
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .questions {
    padding: 40px 0;
    height: auto;
  }
}
.questions_in {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  padding: 40px;
  border: 2px solid #CCA352;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .questions_in {
    margin: 0 auto;
  }
}
.questions_in h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #CCA352;
}
.questions_in h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #CCA352;
}
.questions_in form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.questions_in form input {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
  height: 50px;
  padding: 15px 20px;
  background: #FFFFFF;
}
.questions_in form input::-moz-placeholder {
  color: #333333;
}
.questions_in form input::placeholder {
  color: #333333;
}
.questions_in form button {
  border: 2px solid #CCA352;
}
.questions .custom_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.questions .custom_checkbox input {
  display: none;
}
.questions .custom_checkbox input:checked + .checkbox_icon svg {
  opacity: 1;
}
.questions .custom_checkbox .checkbox_icon {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCA352;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  transition: background-color 0.3s;
  cursor: pointer;
}
.questions .custom_checkbox .checkbox_icon svg {
  transition: opacity 0.2s;
}
.questions .custom_checkbox .checkbox_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #CCA352;
}
.questions .custom_checkbox .checkbox_text a {
  text-decoration: underline;
}

.contact {
  height: 840px;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 1536px) {
  .contact {
    height: 720px;
  }
}
@media (max-width: 640px) {
  .contact {
    height: auto;
  }
}
.contact iframe {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .contact iframe {
    height: 270px;
  }
}
.contact .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: end;
}
@media (max-width: 1024px) {
  .contact .container {
    margin: 0;
    left: auto;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .contact .container {
    position: static;
  }
}
.contact_logo {
  width: 130px;
  height: 40px;
}
.contact_in {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%;
  width: 640px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1536px) {
  .contact_in {
    padding: 40px;
    gap: 40px;
    width: 560px;
  }
}
@media (max-width: 640px) {
  .contact_in {
    width: 100%;
  }
}
.contact_in_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact_in_bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact_in p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #191919;
}
.contact_in ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact_in ul a, .contact_in ul address {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #191919;
}
.contact_in ul a img, .contact_in ul address img {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
}
.contact_in .inn span {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #191919;
}
.contact_social {
  display: flex;
  align-items: center;
}
.contact_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .contact_btns {
    flex-direction: column;
  }
}
.contact_btns button {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex: 1;
}
@media (max-width: 640px) {
  .contact_btns button {
    width: 100%;
  }
}

.footer {
  background: #000000;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
  }
}
.footer span,
.footer a {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #CCA352;
}
.footer a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */