@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.blue-button {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #ff0000;
  color: black;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  position: relative;
  -webkit-clip-path: polygon(0 30%, 10% 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  clip-path: polygon(0 30%, 10% 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}
@media (max-width: 1366px) {
  .blue-button {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .blue-button {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .blue-button {
    font-size: 20px;
    line-height: 25px;
  }
}
.blue-button:hover {
  transform: scale(1.1);
}
.blue-button svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .blue-button svg {
    width: 16px;
    height: 16px;
  }
}

.button-black {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #181818;
  color: white;
  border: 1px solid #01aafc;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-clip-path: polygon(0 30%, 10% 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  clip-path: polygon(0 30%, 10% 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1366px) {
  .button-black {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .button-black {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .button-black {
    font-size: 20px;
    line-height: 25px;
  }
}
.button-black:hover {
  transform: scale(1.05);
}
.button-black svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .button-black svg {
    width: 16px;
    height: 16px;
  }
}

/* // Global Styles */
body {
  margin: 0;
  padding: 0;
  background-color: #0c0c0c;
  color: #fff;
  font-family: Geologica;
  letter-spacing: 0%;
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1530px;
  box-sizing: border-box;
}
@media (max-width: 1640px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}

.language-dropdown {
  position: relative;
  display: inline-block;
}
.language-dropdown .language-dropdown__button {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .language-dropdown .language-dropdown__button {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .language-dropdown .language-dropdown__button {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .language-dropdown .language-dropdown__button {
    font-size: 20px;
    line-height: 25px;
  }
}
.language-dropdown .language-dropdown__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.language-dropdown .language-dropdown__button .language-dropdown__icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.language-dropdown .language-dropdown__content {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
}
.language-dropdown .language-dropdown__content.show {
  display: block;
}
.language-dropdown .language-dropdown__content .language-dropdown__item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.language-dropdown .language-dropdown__content .language-dropdown__item:hover {
  background-color: #ddd;
}

.header {
  width: 100vw;
  padding: 50px 0;
  position: relative;
  background-image: url("../public/background/bg-header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1920px) {
  .header {
    background-image: url("../public/background/bg-header.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}
@media (max-width: 1640px) {
  .header {
    padding: 5px 0 50px 0;
  }
}
.header img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  bottom: 0;
  left: calc(50% - 25vw);
  width: 50vw;
  z-index: 2;
  max-width: 1000px;
}
@media (min-width: 1920px) {
  .header img {
    width: 820px;
    left: calc(50% - 410px);
  }
}
@media (max-width: 1640px) {
  .header img {
    width: 45vw;
    left: calc(50% - 22.5vw);
  }
}
@media (max-width: 1120px) {
  .header img {
    width: 55vw;
    left: calc(50% - 27.5vw);
  }
}
@media (max-width: 900px) {
  .header img {
    width: 65vw;
    left: calc(50% - 32.5vw);
  }
}
@media (max-width: 768px) {
  .header img {
    position: static;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 760px) {
  .header {
    /* min-height: 100vh; */
  }
}
.header .header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .header .header__nav {
    margin-bottom: 30px;
  }
}
.header .header__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .header .header__content {
    gap: 20px;
  }
}
.header .header__content .header__title {
  font-weight: 700;
  text-align: center;
  text-wrap: nowrap;
  font-size: 246px;
  line-height: 246px;
  letter-spacing: 0%;
  z-index: 1;
}
@media (min-width: 1640px) {
  .header__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1640px) {
  .header .header__content .header__title {
    font-size: 198px;
    line-height: 198px;
  }
}
@media (max-width: 1366px) {
  .header .header__content .header__title {
    font-size: 168px;
    line-height: 168px;
  }
}
@media (max-width: 1200px) {
  .header .header__content .header__title {
    font-size: 148px;
    line-height: 148px;
  }
}
@media (max-width: 1024px) {
  .header .header__content .header__title {
    font-size: 126px;
    line-height: 126px;
  }
}
@media (max-width: 810px) {
  .header .header__content .header__title {
    font-size: 98px;
    line-height: 98px;
  }
}
@media (max-width: 768px) {
  .header .header__content .header__title {
    font-size: 98px;
    line-height: 98px;
  }
}
@media (max-width: 650px) {
  .header .header__content .header__title {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 500px) {
  .header .header__content .header__title {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 500px) {
  .header .header__content .header__title {
    font-size: 52px;
    line-height: 52px;
  }
}
.header .header__content .header__description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .header__content .header__description {
    flex-direction: column;
  }
}
.header .header__content .header__description .header__subtitle {
  width: 20%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: 0%;
}
@media (max-width: 1640px) {
  .header .header__content .header__description .header__subtitle {
    font-size: 42px;
    line-height: 62px;
  }
}
@media (max-width: 1366px) {
  .header .header__content .header__description .header__subtitle {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .header .header__content .header__description .header__subtitle {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .header .header__content .header__description .header__subtitle {
    width: 60%;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .header__subtitle {
    width: 100% !important;
    text-align: center;
    margin: 25px 0 25px 0;
    font-size: 14px !important;
  }
}

.header__platform {
  width: 27%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  z-index: 3;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
}
@media (max-width: 1640px) {
  .header__platform {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .header__platform {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .header__platform {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .header__platform {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1250px) {
  .header__platform {
    width: 30%;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .header__platform {
    width: 100%;
    gap: 10px;
  }
}
.header__platform .header__support-button {
  width: 100%;
}
@media (max-width: 768px) {
  .header__platform .header__support-button {
    margin-top: 20px;
  }
}

.header__platform-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__platform-options {
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  .header__platform-options {
    justify-content: space-between;
  }
}
.header__platform-options .header__platform-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1250px) {
  .header__platform-options .header__platform-option {
    gap: 5px;
  }
}
.header__platform-options .header__platform-option .header__platform-input {
  width: 25px;
  height: 25px;
}
@media (max-width: 1250px) {
  .header__platform-options .header__platform-option .header__platform-input {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .header__platform-options .header__platform-option .header__platform-input {
    width: 25px;
    height: 25px;
  }
}
.header__platform-options
  .header__platform-option
  .header__platform-input:checked {
  accent-color: #01aafc;
}

.accounts {
  width: 100vw;
  padding: 50px 0;
  position: relative;
}

.accounts__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media (max-width: 1440px) {
  .accounts__content {
    gap: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .accounts__content {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .accounts__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.accounts__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.accounts__container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.accounts__title {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 124px;
  line-height: 148px;
}
@media (max-width: 1440px) {
  .accounts__title {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 1366px) {
  .accounts__title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1024px) {
  .accounts__title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .accounts__title {
    font-size: 24px;
    line-height: 24px;
  }
}

.accounts__description {
  width: 60%;
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .accounts__description {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .accounts__description {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .accounts__description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .accounts__description {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1366px) {
  .accounts__description {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .accounts__description {
    width: 100%;
  }
}

.accounts__subtitle {
  width: 50%;
  display: flex;
  align-self: flex-start;
  font-weight: 700;
  font-size: 124px;
  line-height: 148px;
  color: #01aafc;
}
@media (max-width: 1440px) {
  .accounts__subtitle {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 1366px) {
  .accounts__subtitle {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1024px) {
  .accounts__subtitle {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .accounts__subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .accounts__subtitle {
    width: 40%;
  }
}

.accounts__list {
  width: 100%;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: square;
  padding-left: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .accounts__list {
    margin-top: 20px;
  }
}
.accounts__list .accounts__item {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .accounts__list .accounts__item {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .accounts__list .accounts__item {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .accounts__list .accounts__item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .accounts__list .accounts__item {
    font-size: 16px;
    line-height: 19px;
  }
}
.accounts__list li::marker {
  color: #01aafc;
  font-size: 1.2em;
}

.advantages {
  width: 100vw;
  padding: 50px 0;
  position: relative;
}
.advantages .advantages__container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
  z-index: 10;
}
@media (max-width: 768px) {
  .advantages .advantages__container {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.advantages .advantages__container .advantages__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 124px;
  line-height: 148px;
}
@media (max-width: 1440px) {
  .advantages .advantages__container .advantages__title {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 1366px) {
  .advantages .advantages__container .advantages__title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1024px) {
  .advantages .advantages__container .advantages__title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .advantages .advantages__container .advantages__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.advantages .advantages__container .advantages__title span {
  color: #01aafc;
}
.advantages .advantages__container .advantages__support-button {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 3;
}
@media (max-width: 1440px) {
  .advantages .advantages__container .advantages__support-button {
    margin-right: 100px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .advantages .advantages__container .advantages__support-button {
    margin-right: 25px;
  }
}
@media (max-width: 769px) {
  .advantages .advantages__container .advantages__support-button {
    display: none;
  }
}
.advantages .advantages__support-buttonMobile {
  width: 90%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .advantages .advantages__support-buttonMobile {
    display: none;
  }
}
.advantages .advantages__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1366px) {
  .advantages .advantages__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .advantages .advantages__content {
    flex-direction: column;
  }
}
.advantages .advantages__content .advantages__img-container {
  width: 100%;
  max-width: 550px;
  max-height: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}
@media (max-width: 1366px) {
  .advantages .advantages__content .advantages__img-container {
    max-width: 450px;
  }
}
@media (max-width: 1200px) {
  .advantages .advantages__content .advantages__img-container {
    max-width: 325px;
  }
}
@media (max-width: 768px) {
  .advantages .advantages__content .advantages__img-container {
    max-height: none;
    max-width: 100%;
  }
}
.advantages
  .advantages__content
  .advantages__img-container
  .advantages__item-image-mobile {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-top: 100px;
  z-index: 1;
}
@media (min-width: 769px) {
  .advantages
    .advantages__content
    .advantages__img-container
    .advantages__item-image-mobile {
    display: none;
  }
}
.advantages
  .advantages__content
  .advantages__img-container
  .advantages__item-imageShadowMobile {
  width: 100%;
  position: absolute;

  right: 0;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}
@media (min-width: 769px) {
  .advantages
    .advantages__content
    .advantages__img-container
    .advantages__item-imageShadowMobile {
    display: none;
      bottom: -1% !important;
  }
}
.advantages
  .advantages__content
  .advantages__img-container
  .advantages__item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .advantages
    .advantages__content
    .advantages__img-container
    .advantages__item-image {
    display: none;
  }
}
.advantages
  .advantages__content
  .advantages__img-container
  .advantages__item-imageShadow {
  width: 50vw;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .advantages
    .advantages__content
    .advantages__img-container
    .advantages__item-imageShadow {
    width: 50vw;
    height: 100vh;
    bottom: -30%;
  }
}
@media (max-width: 768px) {
  .advantages
    .advantages__content
    .advantages__img-container
    .advantages__item-imageShadow {
    display: none;
  }
}

.reverse {
  flex-direction: row-reverse;
}
.reverse .advantages__item-shadowReverse {
  width: 50vw;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .reverse .advantages__item-shadowReverse {
    width: 50vw;
    height: 100vh;
    bottom: -30%;
  }
}
@media (max-width: 768px) {
  .reverse .advantages__item-shadowReverse {
    display: none;
  }
}

.advantages__item {
  max-width: 980px;
  margin: 0 auto;
}
.advantages__item > :last-child {
  border-bottom: 1px solid white;
}
.advantages__item .advantages__item-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  gap: 20px;
  border-top: 1px solid white;
}
.advantages__item .advantages__item-content .advantages__item-number {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1550px) {
  .advantages__item .advantages__item-content .advantages__item-number {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .advantages__item .advantages__item-content .advantages__item-number {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .advantages__item .advantages__item-content .advantages__item-number {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .advantages__item .advantages__item-content .advantages__item-number {
    font-size: 16px;
    line-height: 19px;
  }
}
.advantages__item .advantages__item-content .advantages__item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.advantages__item
  .advantages__item-content
  .advantages__item-text
  .advantages__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #01aafc;
}
@media (max-width: 1550px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.advantages__item
  .advantages__item-content
  .advantages__item-text
  .advantages__item-description {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-description {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-description {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .advantages__item
    .advantages__item-content
    .advantages__item-text
    .advantages__item-description {
    font-size: 16px;
    line-height: 19px;
  }
}

.facebook {
  width: 100vw;
  padding: 50px 0;
  position: relative;
}
.facebook__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.facebook__conditions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .facebook__conditions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .facebook__conditions {
    grid-template-columns: 1fr;
  }
}
.facebook__conditions-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.facebook__support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1280px) {
  .facebook__support {
    justify-content: flex-start;
  }
  .facebook__support > *:last-child {
    width: 100%;
    margin: 0 auto;
    flex-basis: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .facebook__support {
    flex-direction: column;
    align-items: center;
  }
}
.facebook__support-item {
  flex-grow: 1;
  flex-basis: calc(33.33% - 20px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.facebook__support-item .facebook__support-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1280px) {
  .facebook__support-item {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .facebook__support-item {
    width: 100%;
    flex-basis: auto;
    justify-content: space-between;
  }
}

.facebook__conditions-subtitle,
.facebook__support-title {
  text-transform: uppercase;
}

.facebook__conditions-title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14.4px;
  color: rgba(255, 255, 255, 0.2);
}

.facebook__conditions-subtitle,
.facebook__conditions-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.facebook__conditions-description {
  font-weight: 300;
}

.facebook__support-number {
  color: #01aafc;
}

.facebook__support-title,
.facebook__support-number {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.facebook__support-title {
  max-width: 300px;
}

.facebook__support-icon {
  width: 70px;
  height: 70px;
}

.modal {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #01aafc;
  color: white;
  padding: 50px;
  border-radius: 5px;
  min-width: 20%;
  text-align: center;
  z-index: 1000;
}

.modal-content {
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
}
@media (max-width: 1640px) {
  .modal-content {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .modal-content {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .modal-content {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .modal-content {
    font-size: 16px;
    line-height: 19px;
  }
}

.contact {
  width: 100vw;
  padding: 50px 0px 100px 0;
}

.contact__container {
  display: flex;
  gap: 125px;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .contact__container {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .contact__container {
    width: 100%;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
}

.contact__title {
  margin-bottom: 75px;
  font-weight: 700;
  font-size: 124px;
  line-height: 148px;
}
@media (max-width: 1440px) {
  .contact__title {
    font-size: 78px;
    line-height: 78px;
  }
}
@media (max-width: 1366px) {
  .contact__title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1024px) {
  .contact__title {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .contact__title {
    margin-bottom: 20px;
  }
}

.contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact__content-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .contact__content-text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact__content-text {
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
}
.contact__content-text p {
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .contact__content-text p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .contact__content-text p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .contact__content-text p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .contact__content-text p {
    font-size: 16px;
    line-height: 19px;
  }
}
.contact__content-text a {
  width: 450px;
  margin-bottom: 15px;
}
@media (max-width: 1165px) {
  .contact__content-text a {
    width: 400px;
  }
}
@media (max-width: 850px) {
  .contact__content-text a {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .contact__content-text a {
    width: 100%;
  }
}

.contact__btn {
  color: white;
  cursor: pointer;
  -webkit-clip-path: polygon(0 25%, 5% 0, 100% 0, 100% 70%, 95% 100%, 0% 100%);
  clip-path: polygon(0 25%, 5% 0, 100% 0, 100% 70%, 95% 100%, 0% 100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact__btn:hover {
  transform: scale(1.02);
}

.contact__form {
  width: 40%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .contact__form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .contact__form {
    width: 100%;
  }
}
.contact__form input,
.contact__form textarea {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  outline: none;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
}
.contact__form .contact__inputs {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact__form .contact__inputs {
    flex-direction: column;
  }
}
.contact__form .contant__form-input {
  width: 100%;
}
.contact__form .dropdown,
.contact__form .contant__form-input,
.contact__form .contant__form-inputTextarea {
  grid-column: span 1;
  box-sizing: border-box;
  width: 100%;
}
.contact__form .contant__form-inputTextarea {
  width: 100%;
  height: 120px;
  resize: none;
  overflow-y: auto;
}
.contact__form button {
  width: 100%;
  box-sizing: border-box;
}

/* // Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__button {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.dropdown__content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: black;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown__content .dropdown__item {
  padding: 15px 16px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.dropdown__content .dropdown__item:hover {
  background-color: #575757;
  color: white;
}
.dropdown__icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #01aafc;
  margin-left: 10px;
  transition: transform 0.3s;
}
.dropdown.open .dropdown__content {
  display: block;
}
.dropdown.open .dropdown__icon {
  transform: rotate(360deg);
  border-top: none;
  border-bottom: 6px solid #01aafc;
}

/* // HEADER Services */
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.header__menu {
  list-style: none;
  display: flex;
  background-color: transparent;
}
@media (max-width: 1440px) {
  .header__menu {
    margin: 15px 0 25px 0;
  }
}
@media (max-width: 768px) {
  .header__menu {
    margin: 15px 0 25px 0;
  }
}

.header__menu-item {
  position: relative;
}

/* Кнопка меню */
.header__dropdown-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  gap: 10px;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1366px) {
  .header__dropdown-button {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .header__dropdown-button {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .header__dropdown-button {
    font-size: 20px;
    line-height: 25px;
  }
}
.header__dropdown-button:hover {
  color: #01aafc;
}

/* Выпадающее меню */
.header__dropdown-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: 100%;
  background: black;
  min-width: 300px;
  z-index: 10;
  list-style: none;
  padding: 20px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  visibility: hidden;
  border-radius: 15px;
  border: 1px solid #01aafc;
}
.header__dropdown-content a {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1366px) {
  .header__dropdown-content a {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .header__dropdown-content a {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .header__dropdown-content a {
    font-size: 20px;
    line-height: 25px;
  }
}
.header__dropdown-content a:hover {
  -webkit-text-decoration: underline #01aafc;
  text-decoration: underline #01aafc;
}

/* Анимация появления */
.header__dropdown.open .header__dropdown-content {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* Стили пунктов меню */
.header__dropdown-content li {
  padding: 10px;
}

.header__dropdown-content a {
  color: white;
  text-decoration: none;
  display: block;
  opacity: 0;
  transform: translateX(-15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* Анимация пунктов поочередно */
.header__dropdown.open .header__dropdown-content a {
  opacity: 1;
  transform: translateX(0);
}

.header__dropdown.open .header__dropdown-content li:nth-child(1) a {
  transition-delay: 0.1s;
}

.header__dropdown.open .header__dropdown-content li:nth-child(2) a {
  transition-delay: 0.2s;
}

.header__dropdown.open .header__dropdown-content li:nth-child(3) a {
  transition-delay: 0.3s;
}

.header__dropdown.open .header__dropdown-content li:nth-child(4) a {
  transition-delay: 0.4s;
}

/* Иконка-гамбургер */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
} /*# sourceMappingURL=style.css.map */
.btn_container{
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: end;
padding: 50px 100px 0px 0px;
}@media (max-width: 768px) {.btn_container{display: none;}}
@media (max-width: 1024px) {.btn_container{padding: 50px 25px 0px 0px;}}
.new_footer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
padding: 15px 0 15px 0;
font-size: 11px;
color: rgba(255, 255, 255, 0.403);

}