@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* ---------------------- NOIR PRO ---------------------- */

/* Light */
@font-face {
  font-family: "NoirPro-Light";
  src: url("../fonts/NoirPro-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-LightItalic";
  src: url("../fonts/NoirPro-LightItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: "NoirPro-Regular";
  src: url("../fonts/NoirPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-Italic";
  src: url("../fonts/NoirPro-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: "NoirPro-Medium";
  src: url("../fonts/NoirPro-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-MediumItalic";
  src: url("../fonts/NoirPro-MediumItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: "NoirPro-SemiBold";
  src: url("../fonts/NoirPro-SemiBold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-SemiBoldItalic";
  src: url("../fonts/NoirPro-SemiBoldItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "NoirPro-Bold";
  src: url("../fonts/NoirPro-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-BoldItalic";
  src: url("../fonts/NoirPro-BoldItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: "NoirPro-Heavy";
  src: url("../fonts/NoirPro-Heavy.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NoirPro-HeavyItalic";
  src: url("../fonts/NoirPro-HeavyItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: "NoirPro-Bold", sans-serif;
  color: rgba(255, 255, 255, 1);
  /* font-weight: 400; */
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  background: #000;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  overflow: hidden;
}

a {
  transition: all 0.2s linear;
}

h1,
.title.general {
  font-family: "NoirPro-Bold", sans-serif;
  font-size: 65.72px;
  line-height: 110%;
  color: rgba(255, 0, 0, 1);
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  margin: 24px 0;
}
h1 > span {
  color: #fff;
}

h2,
.title.high {
  font-family: "NoirPro-Bold", sans-serif;
  font-size: 55px;
  line-height: 110%;
  margin-bottom: 43px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

h3,
.title.middle {
  font-family: "NoirPro-Bold", sans-serif;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #e0e700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h4,
.title.small {
  font-family: "NoirPro-Bold", sans-serif;
  line-height: 22px;
  text-align: left;
}

.button {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 368px;
  padding: 25px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  display: block;
  margin: auto;
  transition: background 0.3s ease, color 0.3s ease;
}

.button:hover {
  background: rgba(255, 0, 0, 1);
}
/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 77%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  height: 383px;
  background: url(../img/header.png) no-repeat center top;
  background-size: contain;
  z-index: 15;
  pointer-events: none;
}

.header,
.hero {
  position: relative;
  z-index: 88;
  height: 106px;
}

.hero {
  margin-top: 120px;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 100px;
  padding: 0;
  overflow: visible;
}

.logo img {
  display: block;
  max-width: none;
}

.header__logo {
  margin-right: 83px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: flex;
  width: 68px;
  justify-content: flex-end;
}
.menu.header__expand-menu.active img {
  width: 108px;
  height: 56px;
  margin: auto;
  margin-bottom: 50px;
}
.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 134px;
  width: 150px;
  border: none;
  background: none;
  border-radius: 12px;
  margin: 0;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 1);
}
.header__buttons .header__button.button:last-child {
  background: rgba(255, 0, 0, 1);
  border: 2px solid rgba(233, 7, 7, 1);
}
.header__button + .header__button {
  margin-left: 28px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 35px;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "NoirPro-Bold", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

/* .header__expand-menu > * {
  display: none;
  width: 100%;
} */

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}

.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}

/* cover */

.cover {
  overflow: visible;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 643px;
  margin-top: 130px;
  margin-bottom: 400px;
  padding: 0;
  flex-direction: column;
}
.content.cover__content p {
  font-size: 20px;
  line-height: 115%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 0, 0, 1);
  font-family: "NoirPro-Light", sans-serif;
}
.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
  margin-right: 17%;
  margin-bottom: 4%;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}
/* SLIDER */
.slider__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #316382;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background: #32bff8;
}
.content__text-bg {
  background: rgba(29, 40, 67, 1);
  border: 1px solid rgba(224, 231, 0, 1);
  padding: 12px 20px;
  border-radius: 6px;
}
.article__block {
  display: flex;
  gap: 16px;
}
.article__block div {
  flex: 0 1 calc((100% - 40px) / 3);
}
.article__block-img {
  display: flex;
  gap: 32px;
}

.article__block-img div:last-child img {
  display: block;
}
.article__block-img ul {
  margin-top: 16px;
}
.content__img img {
  height: 100%;
}
/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}
.content.nav ul > li {
  padding: 12px 14px;
  background: #316382;
  border-radius: 6px;
}
.content.nav ul > li:hover {
  background: #063857;
}

.content.nav ul {
  gap: 10.56px;
  display: flex;
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 30px;
  display: block;
  text-align: left;
}

.article ul li + li,
article ul li + li,
.article ol li + li,
article ol li + li {
  margin-top: 6.5px;
}

article li span,
.article li span {
  font-weight: 400;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/li.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0px;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol) ".";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article p a {
  text-decoration: underline;
}

.article p a,
article p a,
.article li a,
article li a {
  color: #4da533;
  text-decoration: none;
}

.article .image,
article .image {
  border: 2px solid rgba(224, 231, 0, 1);
  border-radius: 6px;
  overflow: hidden;
}
.content.article .button {
  font-size: 14px;
}
.article-bg {
  background: rgba(60, 1, 55, 1);
}
.forma__content-bg {
  background: rgba(4, 12, 49, 1);
}

.footer img {
  display: block;
  margin: auto;
}
.footer {
  padding-top: 40px;
  padding-bottom: 16px;
}
.content.footer__content {
  padding: 0;
}
.content.footer__content .footer__nav ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.content.footer__content .footer__nav ul li a {
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
}
.footer__nav {
  margin-bottom: 56px;
}
.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -8px;
}

.footer__payment li {
  margin-top: 8px;
  margin-left: 8px;
}

.footer__payment img {
  max-height: 80px;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__article.article > * + * {
  margin-top: 8px;
}

.footer__age {
  flex: 0 1 40px;
  margin-left: 24px;
  margin-top: 20px;
}

.footer__article {
  flex: 0 1 calc(100% - 24px - 40px);
  text-align: left;
}

/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* offer */

.offer__content.content {
  padding: 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  min-height: 308px;
  border-radius: 6px;
  margin-top: 16px;
}
.button.offer__button {
  padding: 12px 24px;
  min-width: 149px;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tienes__block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.article__img {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(224, 231, 0, 1);
  border-radius: 6px;
}
.article__img.article__img-last {
  border: none;
}
.article__block-img p + p {
  margin-top: 16px;
}
.article__block-img .article__img img {
  min-width: 422px;
}
.article__block-img ol {
  margin: 16px 0;
}
.article__logo {
  position: absolute;
  top: 83%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
}
.main__arrow {
  position: absolute;
  right: 4%;
  bottom: 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}
.cover {
  position: relative;
  background: #000;
  z-index: 5;
}

.cover::before {
content: "";
    position: absolute;
    bottom: -542px;
    left: 50%;
    width: 2300px;
    /* max-width: 2353px; */
    width: 100%;
    height: 800px;
    background: url(../img/cover.png) center / cover no-repeat;
    transform: translateX(-50%) rotate(-1.23deg);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    z-index: 9999;
}

.cover__content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 200px 20px 300px;
}

.content-bg {
  background: rgba(255, 0, 0, 1);
  padding-top: 206px;
  padding-bottom: 206px;
}
.content-bg__container.content {
  padding: 0;
}
.content-bg__list {
  display: flex;
  gap: 43px;
}
.content-bg__list li {
  background: rgba(0, 0, 0, 1);
  border-radius: 12px;
  padding: 17px 14px;
}
.content-bg__list--negative li > p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
	font-family: "NoirPro-Light", sans-serif;
  text-align: center;
}
.content-bg__list--positive li > p {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
	font-family: "NoirPro-Light", sans-serif;
}
.content-bg__list--negative li {
flex: 0 1 calc((100% - 60px) / 4);
    display: flex;
    align-items: center;
	background: rgba(0, 0, 0, 1);
    border-radius: 12px;
    padding: 17px 14px;
}
.content-bg__list--positive li {
flex: 0 1 calc((100% - 40px) / 3);
    display: flex;
    padding: 29px 44px;
    align-items: center;
    justify-content: center;
}
.content-bg__list--negative {
  margin-bottom: 94px;
}

/* achievements */
.achievements {
  position: relative;
  background-color: #000;
  color: #fff;
  padding-top: 400px;
  padding-bottom: 400px;
  overflow: hidden;
}
.achievements__container h2 {
  text-align: left;
}

.achievements__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  align-content: space-around;
  min-height: 623px;
}

.achievements__block {
  min-width: 280px;
}

.achievements__block--left {
  text-align: left;
     margin-top: -320px;
  margin-left: 0px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.achievements__item.top {
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  margin-left: -65px;
  margin-top: 16px;
  text-align: left;
  padding-left: 72px;
}
.achievements__item.bottom {
  margin-left: -34%;
  text-align: left;
  margin-top: -80px;
  display: block;
  z-index: 999;
}
.achievements__block--right {
  text-align: right;
}
.achievements__block.achievements__block--right {
  height: 100%;
min-height: 625px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.achievements__sum {
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.achievements__label {
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 3px;
}

.achievements__text {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  font-family: "NoirPro-Light", sans-serif;
  line-height: 115%;
}

.achievements__image {
  flex: 1.2;
  position: relative;
}

.achievements__image img {
  width: 100%;
  max-width: 696px;
  filter: drop-shadow(0 0 40px rgba(255, 0, 0, 0.6));
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.4));
  }
  to {
    filter: drop-shadow(0 0 50px rgba(255, 0, 0, 0.9));
  }
}

.achievements__number {
  font-size: 48px;
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
}
.achievements__number > span {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 110%;
}

.achievements__desc {
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
}
.achievements__conversion {
  font-size: 32px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 0, 0, 1);
}
.achievements__text {
  font-size: 12px;
  line-height: 115%;
  max-width: 267px;
  font-weight: 300;
  font-family: "NoirPro-Light", sans-serif;
}
.achievements__desc span {
  font-weight: 400;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1024px) {
  .achievements__stats {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 410px;
    margin: auto;
  }
  .achievements__item.top {
    position: relative;
    padding-bottom: 14px;
    border: none;
    margin-left: -65px;
    margin-top: 16px;
    text-align: left;
    padding-left: 72px;
  }

  .achievements__item.top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 117px;
    height: 2px;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 1);
  }

  .achievements__block--left,
  .achievements__block--right {
    text-align: center;
  }

  .achievements__image img {
    max-width: 400px;
  }
}
.achievements__image {
  position: absolute;
  max-width: 696px;
  width: 100%;
  flex: 0 0 696px;
}
.achievements__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 696px;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.achievements__image img {
  width: 100%;
  height: auto;
}

.achievements__dot {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 12px solid rgba(233, 7, 7, 1);
  border-radius: 50%;
}
.achievements__dot.achievements__dot--top {
  background: rgba(255, 0, 0, 1);
  width: 74px;
  height: 74px;
  border: none;
}

.achievements__dot--left {
  left: 14%;
  top: 44%;
  display: none;
}

.achievements__dot--left::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 120px;
  height: 1px;
  background: url("../img/left.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.achievements__dot--top {
  right: 24%;
  top: 10%;
  display: none;
}

.achievements__dot--top::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}

.achievements__dot--bottom {
  right: 23%;
  bottom: 11%;
  display: none;
}

.achievements__dot--bottom::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}

.achievements {
  position: relative;
  background-color: #000;
  color: #fff;
  padding-top: 400px;
  overflow: visible;
}
.content.achievements__container {
  padding: 0;
}
.content.achievements__container h2 {
  margin-bottom: 20px;
}
.achievements::before {
  content: "";
  position: absolute;
  top: -320px;
  right: 0;
  width: 344px;
  height: 705px;
  background: url(../img/achievements.png) no-repeat center / contain;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
}
.achievements::after {
  content: "";
  position: absolute;
  bottom: -297px;
  left: -242px;
  width: 700px;
  height: 700px;
  background: url(../img/achievements-left.png) no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
}
.achievements__dot--left {
  position: absolute;
  left: 14%;
  top: 44%;
}

.achievements__dot--left::before,
.achievements__dot--left::after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
}
.achievements__dot--left::before {
  width: 80px;
  right: 100%;
  top: 52%;
  transform-origin: right center;
  transform: rotate(-18deg);
}

.achievements__dot--left::after {
  width: 120px;
  right: calc(100% + 76px);
  top: 35%;
}

/* match */
.match__bg {
  position: relative;
  background: url("../img/match.png") no-repeat center top;
  background-size: cover;
  background-color: #000;
  width: 100%;
  min-height: 1483px;
  overflow: hidden;
}
.match .content h2 > span {
  color: rgba(255, 0, 0, 1);
}
.match .content {
  margin-top: -13%;
}
.match ul {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.match ul li {
  flex: 0 1 calc((100% - 40px) / 3);
  padding: 46px 11px;
  background: rgba(255, 0, 0, 1);
  border-radius: 14px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.match ul li > p {

  font-size: 32px;
  line-height: 35px;
  text-align: center;
max-width: 95%;
  font-weight: 400;
  font-family: "NoirPro-Light", sans-serif;
}
.match ul li:first-child > p{
max-width: 100%;
}
.match ul li:last-child > p{
 max-width: 82%;
}
.match-text {
  font-size: 20px;
  line-height: 115%;
  font-family: "NoirPro-Light", sans-serif;
  margin-top: 48px;
  text-align: center;
  padding-bottom: 36px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 0, 0, 1);
}

/* brands */
.brands {
 position: relative;
/*     background: url(../img/brands.png) no-repeat left top; */
    background-size: cover;
background: rgba(255, 0, 0, 1);
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    padding-bottom: 332px;
}
.brend__section{
margin-bottom: -86px;
	    margin-top: 400px;
}
.brend__top{
margin-top:-160px;
}
.brend__top {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.brands {
  position: relative;
  z-index: 1;
}
.checkboxes label + label {
  margin-top: 24px;
}
.brend__bottom{
    margin-top: -74px;
}
.brands .content {
  padding-top: 160px;
  overflow: visible;
}
.brands .content h2 {
  text-align: left;
}
.brands__list img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.brands__list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.brands__list li {
  flex: 0 1 calc((100% - 40px) / 3);
}
.brands__title {
  font-size: 32px;
  line-height: 110%;
  text-align: left;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.brands__text {
  white-space: pre-line;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: "NoirPro-Light", sans-serif;
}
.brands__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.brands__details li:first-child {
  padding: 25.5px;
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  min-width: 368px;
  text-align: center;
}
.brands__licence,
.brands__payments {
  display: flex;
  white-space: pre-line;
  align-items: center;
  font-size: 16px;
  line-height: 110%;
  gap: 20px;
  font-weight: 400;
}
.brands__visit {
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: rgba(255, 0, 0, 1);
  text-transform: uppercase;
}
.brands__promote {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 368px;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  display: block;
  margin: auto;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
}
.brands__promote:hover {
  background: rgba(255, 0, 0, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}
.brend__top {

  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 2;
}

.brend__bottom {

  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 2;
}
.brend-section__bottom {
  position: relative;
}

.brend-section__bottom::after {
content: "";
    position: absolute;
    bottom: -282px;
    right: 0;
    width: 500px;
    height: 1543px;
    background: url(https://hellpartners.com.rigaback.com/wp-content/themes/hellpartners/assets/img/brend-right.png) no-repeat bottom right / contain;
    pointer-events: none;
    z-index: 999;
}
.brend__section {
  position: relative;

}

.brend__section::before {
content: "";
    position: absolute;
    bottom: -220%;
    left: 0;
    width: 658px;
    height: 2014px;
    background: url(https://hellpartners.com.rigaback.com/wp-content/themes/hellpartners/assets/img/brend-left.png) no-repeat bottom left / contain;
    pointer-events: none;
    z-index: 9999999;
}

/* news */
.news {
  position: relative;
  background: #000;
  color: #fff;
  padding: 250px 0 202px 0;
  overflow: hidden;
  max-width: 1389px;
}

.news h2 {
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 45px;
  text-align: left;
  max-width: 1144px;
  margin-left: 9%;
}

.news__slider {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
}

.news__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.news__item {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.news__item img {
  width: 400px;
  height: auto;
  border-radius: 10px;
}

.news__content {
  max-width: 700px;
}

.news__content h3 {
  font-size: 32px;
  line-height: 110%;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 400;
}

.news__date {
  display: block;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 32px;
  text-align: left;
  display: flex;
}

.news__content p {
	font-family: "NoirPro-Light", sans-serif;
	font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 24px;
  text-align: left;
}

.news__button {
  display: inline-block;
  background: rgba(255, 0, 0, 1);
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  width: 368px;
  display: block;
  padding: 25.5px 24px;
  text-transform: uppercase;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  font-size: 16px;
  line-height: 110%;
  margin: auto;
  margin-top: 40px;
  transition: background 0.3s ease, color 0.3s ease;
}

.news__button:hover {
  background: rgba(255, 255, 255, 1);
}

.news__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  font-size: 32px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.news__arrow--prev {
  left: 10px;
}

.news__arrow--next {
  right: 10px;
}

.news__dots {
  text-align: center;
  margin-top: 20px;
}

.news__dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: none;
  border: 2px solid rgba(255, 0, 0, 1);
  margin: 0 5px;
  cursor: pointer;
  background: none;
  margin: 0 22px;
}

.news__dots button.active {
  background: rgba(255, 0, 0, 1);
}

/* testimonials */
.testimonials {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-top: 185px;
}

.testimonials__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*   height: 570px; */
  object-fit: cover;
  z-index: 0;
}
/* ТУТ */
.testimonials__viewport {
  overflow: hidden;
}

.testimonials__wrapper {
  display: flex;
  gap: 24px; /* або твій gap */
  will-change: transform;
}

.testimonial {
  flex: 0 0 auto;
}
/* ТУТ */
.testimonials__content {
  position: relative;
  z-index: 1;
}

.testimonials h2 {
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 128px;
  text-align: center;
  text-transform: uppercase;
}

.testimonials__slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials__wrapper {
  display: flex;
  transition: transform 0.6s ease;
  gap: 20px;
}

.testimonial {
  flex: 0 0 100%;
  background: #ff0000;
  color: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 368px;
  width: 407px;
    max-height: 372px;
    overflow-y: auto;
  text-align: center;
  position: relative;
}

.testimonial__rating {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 16px;
  line-height: 110%;
}

.testimonial__logo {
  margin-bottom: 20px;
}

.testimonial__logo img {
	    object-fit: cover;
  width: 100px;
  height: auto;
  margin-top: -100px;
}

.testimonial__text {
	    font-family: "NoirPro-Light", sans-serif;
  font-size: 16px;
  line-height: 115%;
  max-width: 400px;
  margin: 0 auto;
}

.testimonials__arrow {
  position: absolute;
  top: -20%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  font-size: 32px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.testimonials__arrow--prev {
  left: 10px;
}

.testimonials__arrow--next {
  right: 10px;
}

.testimonials__dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials__dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: none;
  border: 2px solid rgba(255, 0, 0, 1);
  margin: 0 5px;
  cursor: pointer;
  background: none;
  margin: 0 22px;
}

.testimonials__dots button.active {
  background: #ff0000;
}

@media (max-width: 768px) {
  .testimonial {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .testimonial__logo img {
    width: 70px;
  }

  .testimonials h2 {
    font-size: 36px;
  }
}

/* content article we-do */
.content.article.we-do {
  padding: 202px 0 147px 0;
}
.content.article.we-do p {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 0, 0, 1);
  margin-bottom: 80px;
	font-family: "NoirPro-Light", sans-serif;
}
.content.article.we-do h2 {
  margin-bottom: 48px;
}
/* contacts */
.contacts {
  background: rgba(255, 0, 0, 1);
  padding: 72px 0;
}
.contacts .content {
  padding: 0;
}
.contacts .content ul {
  display: flex;
  gap: 65px;
  justify-content: center;
  flex-wrap: wrap;
}
.contacts .content ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
}
/* page CAREERS */
.content.cover__content.careers {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  margin-top: 300px;
  margin-bottom: 400px;
  padding: 0;
  flex-direction: column;
}
.content.cover__content.careers h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.content.cover__content.careers p {
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 24px;
  padding: 0;
  border-bottom: none;
  text-align: center;
  font-family: "NoirPro-Light", sans-serif;
}
.content.cover__content.careers .button {
  background: rgba(255, 0, 0, 1);
  width: 248px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  padding: 16px 10px;
  transition: background 0.3s ease, color 0.3s ease;
}
.content.cover__content.careers .button:hover {
  background: linear-gradient(180deg, #ff5500 0%, #ff0000 100%);
}
.cover.careers::before {
  content: "";
  position: absolute;
  bottom: -384px;
  left: 50%;
  width: 2300px;
  height: 354px;
  background: url(../img/cover.png) center / cover no-repeat;
  transform: translateX(-50%) rotate(-0);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  z-index: 9999;
}
.breadcrumbs.content {
  padding: 0;
}
.breadcrumbs a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  transition: all 0.2s linear;
  text-transform: capitalize;
}
.breadcrumbs li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/breadcrumbs.png") no-repeat center;
  background-size: contain;
  margin: 0 7px 0 7px;
}
.breadcrumbs li:last-child::after {
  content: none;
}
/* page-tearms */
.page-tearms h1 {
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 16px;
}
body.tearms::before {
  top: -127px;
  left: 74%;
}
.page-tearms ol li,
.page-tearms p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
.page-tearms h2 {
  font-size: 32px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
  color: rgba(255, 0, 0, 1);
}
.page-tearms .obligation h2 {
  font-size: 48px;
  line-height: 110%;
  text-align: left;
  color: rgba(255, 0, 0, 1);
}
.page-tearms h3 {
  font-size: 32px;
  line-height: 35px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: left;
  color: rgba(255, 0, 0, 1);
}
.page-tearms .content {
  padding: 0;
}
.page-tearms .content + .content {
  margin-top: 24px;
}
.terms__bottom {
  margin-bottom: 16px;
}
/* register */
.cover.register::before {
  content: none;
}
.content.cover__content.register {
  margin-top: 0;
  margin-bottom: 0;
}
.register.register__form {
  margin-bottom: 102px;
}
.register h1 {
  color: rgba(255, 0, 0, 1);

  text-transform: uppercase;
  font-size: 71.72px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 78px;
  margin-top: 40px;
}

.register h2 {
  color: rgba(255, 0, 0, 1);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 49px 0;
  text-align: left;
}

form {
  max-width: 1144px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 260px;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title.details {
  margin-top: 40px;
  margin-bottom: 27px;
}
input,
select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  color: #fff;
  padding: 0 0 12px 4px;
  font-size: 16px;
}

input:focus,
select:focus {
  outline: none;
  border-color: #ff0000;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-method select {
  width: 50%;
}
.contact-method input {
  width: 50%;
}

.password-group {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 36px;
  width: 24px;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkboxes label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.checkboxes input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border: 2px solid rgba(255, 255, 255, 1);
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.checkboxes input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ff0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dropdown-options,
.contact-options {
  display: none;
  position: absolute;
  background: #111;
  border: 1px solid #444;
  width: 100%;
  list-style: none;
  z-index: 100;
}

.dropdown-options.active,
.contact-options.active {
  display: block;
}

.arrow.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.btn-register {
  background: rgba(255, 0, 0, 1);
  border: none;
  padding: 16px 36px;
  border-radius: 12px;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  transition: 0.3s;
  text-transform: uppercase;
  width: 158px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-register:hover {
  background: linear-gradient(180deg, #ff5500 0%, #ff0000 100%);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  text-align: center;
}

.modal-content h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 59px;
  text-align: center;
}

.modal-content p {
  font-family: "NoirPro-Light", sans-serif;
  margin-bottom: 59px;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}
.contact-method {
  display: flex;
  gap: 0;
  align-items: center;
  position: relative;
}

.contact-dropdown {
  position: relative;
}

.contact-selected {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 0;
  width: 220px;
  justify-content: space-between;
}

.contact-selected img {
  width: 24px;
  height: 24px;
}

.contact-selected span {
  flex: 1;
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin-left: 6px;
}

.contact-selected .arrow {
  transition: transform 0.3s ease;
}

.contact-selected.active .arrow {
  transform: rotate(180deg);
}

.contact-options {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background: #1a1a1a;
  border-radius: 8px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.contact-options li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-options li:hover {
  background: rgba(255, 0, 0, 0.15);
}

.contact-options img {
  width: 24px;
  height: 24px;
}

.contact-options.show {
  display: block;
}

#contactValue {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  color: #fff;
  padding: 8px;
  font-size: 16px;
}

#contactValue:focus {
  outline: none;
  border-color: #ff0000;
}
.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  padding: 3px 0 12px 4px;
  width: 100%;
  transition: border-color 0.3s;
}

.dropdown-selected span {
  text-align: left;
}

.dropdown-selected .arrow {
  transition: transform 0.3s ease;
}

.dropdown-selected.active .arrow {
  transform: rotate(180deg);
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background: #1a1a1a;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.dropdown-options li {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-options li:hover {
  background: rgba(255, 0, 0, 0.15);
}

.dropdown-options.show {
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s;
}

input:-moz-autofill {
  box-shadow: 0 0 0 30px #000 inset !important;
  -moz-text-fill-color: #fff !important;
}

input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);

  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}
.dropdown-selected span {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}
.contact-field {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  padding: 8px 0;

  max-width: 368px;
}

.contact-field img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

#contactInput {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
}

#contactInput::placeholder {
  color: #888;
}

#contactInput:focus {
  outline: none;
  border: none;
}

.contact-field .arrow {
  cursor: pointer;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.contact-field.active .arrow {
  transform: rotate(180deg);
}

.contact-options {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  background: #1a1a1a;
  border-radius: 8px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.contact-options li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-options li:hover {
  background: rgba(255, 0, 0, 0.15);
}

.contact-options img {
  width: 26px;
  height: 26px;
}

.contact-options.show {
  display: flex;
  z-index: 999;
}
#contactArrow {
  margin-right: 12px;
}

input::placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

#contactInput {
  flex: 1;
  background: transparent;
  border: none !important;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  padding: 8px 0;
}

#contactInput::placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

#contactInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

#contactInput::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

#contactInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

#contactInput:-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

#contactInput:focus {
  outline: none;
  border-bottom: 2px solid rgba(255, 0, 0, 1);
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 999;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../img/eye-close.svg") no-repeat center;
  background-size: 20px;
  filter: brightness(0) invert(1);
  transition: background 0.2s ease;
}

.toggle-password:not(.hide) {
  background-image: url("../img/eye-open.svg");
}
.checkboxes {
  margin-top: 40px;
  margin-bottom: 24px;
}
.checkboxes label:first-child span {
  text-decoration: underline;
  color: rgba(255, 0, 0, 1);
}
.checkboxes label span {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}

input.error,
select.error,
.custom-dropdown.error,
.contact-field.error {
  border-bottom: 2px solid #ff0000 !important;
}

.error-message {
  color: #ff0000;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.page-tearms .content.conditions {
  margin-top: 0;
}
.form-group.tel{
display:none;
}
.errors {
  color: #d32f2f; 
  font-size: 14px;
  margin-top: 4px;
  display: block;
  line-height: 1.3;
  font-weight: 400;
}


.form-row label,
.form-group.form-tel{
max-width:368px;
	width: 100%;
}

.form-group {
    justify-content: flex-end;
}



.testimonial__logo a img {
    object-fit: cover;
    width: 100px;
    height: auto;
    border-radius: 100px;
    width: 144px;
    height: 144px;
    margin-top: -100px;
}

.testimonials__arrow--prev,
.testimonials__arrow--next {
    display: none;
}




.iti__country-list {
    display: flex;
    flex-direction: column;
    max-width: 403px;
    margin-top: -8px;
    border: transparent;
    border: 1px solid rgba(243, 243, 243, 1);
    border-radius: 8px;
    overflow: hidden;
}
.iti__selected-dial-code{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: "Montserrat", sans-serif;
}
.iti__country-name,
.iti__dial-code{
color: #999;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: "Montserrat", sans-serif;
}
.iti__country-list--dropup {
    bottom: -200px;
}
.iti--separate-dial-code .iti__selected-flag {
    padding-bottom: 11px;
}

#contactArrow {
    margin-right: 12px;
    display: flex;
    align-items: center;
}


.dropdown-options li {
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.2s;
    color: #fff;
    transition: background 0.3s 
ease, color 0.3s 
ease;
    color: #999;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: "Montserrat", sans-serif;
}

.main.page-tearms .content ol > li,
.main.page-tearms .content p > br,
.main.page-tearms .content.obligation p > br{
  display:none;
}





/* Кнопка вибраної країни */
#selectedCountry {
  display: flex;
  align-items: center;
  height: auto;              /* ⬅ дозволяє рости по висоті */
}

/* Текст країни */
#selectedCountry span {
  white-space: normal;       /* ⬅ дозволяє перенос */
  word-break: break-word;    /* ⬅ ламає довгі слова */
  text-align: left;
  flex: 1;
}


.dropdown-options.show {
  max-height: 227px;
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #b5b5b5 transparent;
}

/* Chrome / Edge / Safari */
.dropdown-options.show::-webkit-scrollbar {
  width: 6px;
}

.dropdown-options.show::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-options.show::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 6px;
}

.dropdown-options.show::-webkit-scrollbar-thumb:hover {
  background-color: #9e9e9e;
}

