/*! 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;
  background: linear-gradient(132.22deg, #0E3771 0%, #2F2A5C 29%, #41244C 62%, #5A1A3A 77%, #A30103 100%);
}

.body.active {
  overflow: hidden;
}

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: 1270px;
  margin: 0 auto;
  padding: 0 35px;
}

.section_title {
  font-weight: 700;
  font-size: 35.47px;
  line-height: 62px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 22px;
    line-height: 39px;
  }
}

.policy_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.policy_modal::-webkit-scrollbar {
  display: none;
}
.policy_modal_in {
  position: absolute;
  top: 20px;
  width: 900px;
  background: #FFFFFF;
  overflow: hidden;
  margin: 40px;
}
@media (max-width: 1024px) {
  .policy_modal_in {
    width: calc(100% - 70px);
  }
}
.policy_modal.active {
  display: flex;
}
.policy_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.policy_modal_img img {
  width: 100%;
}
.policy_modal_text {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .policy_modal_text {
    padding: 20px;
    gap: 10px;
  }
}
.policy_modal h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #181721;
}
@media (max-width: 768px) {
  .policy_modal h3 {
    font-size: 16px;
  }
}
.policy_modal .text_in {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .policy_modal .text_in {
    gap: 10px;
  }
}
.policy_modal ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.policy_modal ul p {
  margin: 10px 0;
}
.policy_modal ul li {
  font-family: "Montserrat", sans-serif;
  color: #181721;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .policy_modal ul li {
    font-size: 10px;
    line-height: 14px;
  }
}
.policy_modal ul li ul li {
  list-style: disc;
  list-style-position: inside;
}
.policy_modal ul li span {
  display: block;
  margin-bottom: 10px;
}
.policy_modal .social {
  display: flex;
  align-items: center;
  gap: 5px;
}
.policy_modal .facebook_icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b5998;
}
.policy_modal .x_icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.header {
  height: 70px;
}
.header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .container {
    justify-content: center;
  }
}
.header_logo {
  display: flex;
  align-items: center;
  width: 143px;
}
.header_logo img {
  margin-top: 10px;
}

.home {
  margin: 10px 0 80px 0;
}
@media (max-width: 1024px) {
  .home {
    margin: 10px 0 30px 0;
  }
}
.home_top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 14px;
}
@media (max-width: 1024px) {
  .home_top {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.home_top h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #FFFFFF;
  max-width: 660px;
  flex: 2;
}
.home_top h1 span {
  display: inline;
  color: #FF4F47;
}
@media (max-width: 768px) {
  .home_top h1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.home_top blockquote {
  flex: 1;
  max-width: 408px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding-left: 10px;
  border-left: 3px solid #FFFFFF;
}
.home_top blockquote span {
  color: #FF4F47;
}
@media (max-width: 768px) {
  .home_top blockquote {
    font-size: 14px;
    line-height: 18px;
  }
}
.home_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .home_cards {
    order: 3;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_card {
  border-radius: 30px;
  height: 204px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_card {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .home_card {
    height: 204px;
  }
}
.home_card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.home_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_card p {
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1024px) {
  .home_card p {
    padding: 20px;
  }
}
.home_card .play {
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_card .play img {
  width: 21px;
  height: 21px;
}
.home_in {
  display: flex;
  gap: 37px;
}
@media (max-width: 1024px) {
  .home_in {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.home_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 2;
  max-width: 755px;
}
@media (max-width: 1024px) {
  .home_left {
    gap: 12px;
    position: static;
    max-width: 100%;
    flex: auto;
    gap: 24px;
  }
}
.home_left .text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 30px;
}
.home_left .text span {
  color: #FF4F47;
}
@media (max-width: 1024px) {
  .home_left .text {
    margin-top: 0;
    order: 2;
    font-size: 12px;
    line-height: 15px;
  }
}
.home_right {
  width: 408px;
  flex-shrink: 0;
  height: 415px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_right {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .home_right {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .home_right {
    height: 276px;
  }
}
.home_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_right p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 34px 60px;
}
@media (max-width: 640px) {
  .home_right p {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 30px;
  }
}
.home form {
  gap: 20px;
  background: #000000;
  padding: 14px;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .home form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .home form {
    border-radius: 30px;
    max-width: 100%;
    order: 1;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home form input {
  height: 50px;
  background: #FFFFFF;
  padding: 15px 22px;
  font-weight: 400;
  font-size: 14.25px;
  line-height: 100%;
  color: #808080;
  border-radius: 15px;
}
.home form button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16.17px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #FF4F47;
  height: 50px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .home form button {
    font-size: 14px;
  }
}

.form-tel {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  height: 50px;
  width: 100%;
  background: white;
}
.form-tel__btn {
  display: flex;
  align-items: center;
  background: transparent !important;
  padding: 15px 22px;
  font-weight: 400;
  font-size: 14.25px;
  line-height: 100%;
  color: #808080;
  border-radius: 15px;
  flex-shrink: 0;
  padding: 0 5px 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .form-tel__btn {
    font-size: 11px;
  }
}
.form-tel__btn img {
  width: 18px;
  height: 13px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.form-tel__btn svg {
  width: 8px;
  flex-shrink: 0;
  margin: 0 10px 0 6px;
}
@media (max-width: 768px) {
  .form-tel__btn svg {
    margin: 0 6px;
  }
}
.form-tel__btn span {
  flex-shrink: 0;
}
.form-tel input {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .form-tel input {
    font-size: 11px !important;
  }
}
.form-tel__list {
  max-height: 200px;
  overflow-y: scroll;
  padding: 5px 0;
}
.form-tel__list::-webkit-scrollbar {
  display: none;
}
.form-tel__list-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: white;
  z-index: 5;
  display: none;
}
.form-tel__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-tel__list li:hover {
  background: rgb(227, 227, 227);
}
.form-tel__list li div {
  width: 100%;
  font-size: 13px;
  color: black;
  font-weight: 500;
}
.form-tel__list li span {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 100%;
  gap: 6px;
  color: black;
}
.form-tel__list li img {
  width: 18px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.form-tel.active .form-tel__list-wrap {
  display: block;
}

.footer {
  background: #232426;
  padding: 14px 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    gap: 15px;
  }
}
.footer p, .footer a, .footer button {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #6F7173;
}
@media (max-width: 768px) {
  .footer p, .footer a, .footer button {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}
.footer a {
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer a {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer button {
  text-align: right;
}
@media (max-width: 768px) {
  .footer button {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */