@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url("../fonts/montserrat-bold.woff2") format("woff2"),
  url("../fonts/montserrat-bold.woff") format("woff"),
  url("../fonts/montserrat-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url("../fonts/montserrat-semibold.woff2") format("woff2"),
  url("../fonts/montserrat-semibold.woff") format("woff"),
  url("../fonts/montserrat-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Open-Sans Bold'), local('open-sans-Bold'),
  url("../fonts/open-sans-bold.woff2") format("woff2"),
  url("../fonts/open-sans-bold.woff") format("woff"),
  url("../fonts/open-sans-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Open-Sans SemiBold'), local('open-sans-SemiBold'),
  url("../fonts/open-sans-semibold.woff2") format("woff2"),
  url("../fonts/open-sans-semibold.woff") format("woff"),
  url("../fonts/open-sans-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Open-Sans Regular'), local('open-sans-Regular'),
  url("../fonts/open-sans-regular.woff2") format("woff2"),
  url("../fonts/open-sans-regular.woff") format("woff"),
  url("../fonts/open-sans-regular.ttf") format("ttf");
}

html {
  box-sizing: border-box;
  height: 100%;
}

button {
  outline: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --black-1: #111018;
  --black-2: #050404;
  --black-3: #17060E;
  --black-opacity: 0, 0, 0;
  --white-opacity: 255, 255, 255;
  --grey-opacity-2: 181, 181, 181;
  --white: #ffffff;
  --white-2: #FEFEFE;
  --white-3: #FCFCFC;
  --pink: #ECDBE3;
  --pink-red: #8F2858;
  --pink-red-2: #772149;
  --pink-red-3: #8F2A59;
  --blue: #2E3595;
  --red: #E31E24;
  --red-2: #CC2132;
  --red-3: #AC2647;
  --brown-opacity: 143, 40, 88;
  --brown-opacity-2: 161, 161, 161;
  --brown-opacity-3: 138, 190, 227;
  --purple-opacity: 121, 44, 103;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}

img {
  display: block;
}

svg {
  flex-shrink: 0;
  display: flex;
}

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

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
}

html.fixed-safari {
  height: calc(100vh - 80px);
  overflow: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.fixed-safari::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.fixed-safari {
  height: 100vh;
  position: relative;
  overflow: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.fixed-safari::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.fixed {
  overflow: hidden;
}

.body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: var(--black);
}

.main {
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: var(--black-2);
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.promo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.promo__background {
  width: 58%;
  height: 810px;
  flex-shrink: 0;
  background: linear-gradient(126deg, var(--blue) -40.84%, var(--red) 101.21%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.promo__wrapper {
  display: grid;
  grid-template-columns: calc(59% - 5px) calc(41% - 10px);
  gap: 15px;
  width: 100%;
  height: 810px;
  position: relative;
  z-index: 3;
}

.promo__blocks {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
}

.promo__column {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.promo__link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto 0 0;
}

.promo__dev {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.promo__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 560px;
  width: 100%;
}

.promo__titles {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.promo__subtitles {
  color: var(--white-2);
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  flex-direction: column;
}

.promo__title {
  color: var(--white-2);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}

.promo__block {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 520px;
}

.promo__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 2px;
  max-width: 80px;
  height: 80px;
  border-radius: 7px;
  background-color: var(--white-3);
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s;
}

.promo__content:hover .promo__site {
  text-decoration: underline;
  transition: 0.3s;
}

.promo__site {
  color: var(--black-3);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  transition: 0.3s;
}

.promo__text {
  color: var(--white-2);
  font-size: 18px;
  line-height: 24px;
}

.promo__line {
  position: absolute;
  left: 0;
  bottom: 60px;
  display: flex;
  opacity: 0.1;
  z-index: 3;
  max-width: 100%;
  height: auto;
}

.promo__numbers {
  display: flex;
  padding: 80px 30px 0 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.promo__number {
  max-width: 515px;
  width: 100%;
  height: auto;
  max-height: 580px;
}

.promo__players {
  width: 740px;
  height: 715px;
  position: relative;
  z-index: 3;
}

.promo__player {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.promo__player--active {
  opacity: 1;
}

.promo__inner {
  bottom: 10px;
  position: absolute;
  right: 150px;
  z-index: 3;
}

.promo__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 4;
  position: absolute;
  right: -15px;
  bottom: 90px;
}

.promo__reminder {
  border-radius: 10px 10px 0;
  background-color: var(--pink-red);
  box-shadow: 0 3px 2px 0 rgba(var(--white-opacity), 0.03), 0 7px 6px 0 rgba(var(--white-opacity), 0.04), 0 13px 11px 0 rgba(var(--white-opacity), 0.05), 0 24px 19px 0 rgba(var(--white-opacity), 0.07), 0 45px 36px 0 rgba(var(--white-opacity), 0.08);
  width: 100%;
  max-width: 345px;
  padding: 15px 20px 26px 5px;
  display: flex;
  color: var(--white-2);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 -10px;
}

.promo__list {
  display: grid;
  gap: 10px;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
}

.promo__item {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  background: var(--white-3);
  box-shadow: 0 3px 7px 0 rgba(var(--grey-opacity-2), 0.10), 0 12px 12px 0 rgba(var(--grey-opacity-2), 0.09), 0 27px 16px 0 rgba(var(--grey-opacity-2), 0.05), 0 48px 19px 0 rgba(var(--grey-opacity-2), 0.01), 0 75px 21px 0 rgba(var(--grey-opacity-2), 0.00);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 10px 5px;
  align-items: center;
}

.promo__name {
  color: var(--black-3);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin: auto 0;
  line-height: 16px;
}

.promo__img {
  display: flex;
  height: auto;
}

.promo__logo {
  height: auto;
}

.work {
  border-radius: 50px;
  border: 1px solid rgba(var(--brown-opacity), 0.20);
  background-color: var(--white-3);
  box-shadow: 0 -37px 22px 0 rgba(var(--brown-opacity-2), 0.04), 0 -16px 16px 0 rgba(var(--brown-opacity-2), 0.07), 0 -4px 9px 0 rgba(var(--brown-opacity-2), 0.08), 0 153px 43px 0 rgba(var(--brown-opacity-2), 0.00), 0 98px 39px 0 rgba(var(--brown-opacity-2), 0.01), 0 55px 33px 0 rgba(var(--brown-opacity-2), 0.04), 0 24px 24px 0 rgba(var(--brown-opacity-2), 0.07), 0 6px 13px 0 rgba(var(--brown-opacity-2), 0.08);
  position: relative;
  z-index: 2;
  margin: -45px 0 0;
  overflow: hidden;
}

.work__wrap {
  max-width: 1240px;
  padding: 80px 40px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.work__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.title {
  color: var(--pink-red);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}

.slider__item {
  position: relative;
}

.work__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(117deg, var(--blue) -47.62%, var(--red) 112.67%);
  position: relative;
  padding: 20px;
  overflow: hidden;
  gap: 15px;
}

.work__desc {
  color: var(--white-2);
  font-size: 20px;
  line-height: 26px;
}

.work__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.work__excerpt {
  color: var(--white-2);
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin: auto 0 0 0;
}

.work__content {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: rgba(var(--white-opacity), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-shrink: 0;
  bottom: -95px;
  right: -95px;
}

.work__icon {
  height: auto;
}

.work__list {
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 10px;
}

.work__list.work__list--small {
  grid-template-columns: 24% 1fr;
}

.work__item {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.work__item:before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  border-radius: 100%;
  flex-shrink: 0;
}

.work__slogan {
  color: var(--white-2);
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-wrap: balance;
}

.work__subtitle {
  color: var(--black-3);
  font-size: 22px;
  line-height: 30px;
  padding: 10px 0 15px;
  max-width: 940px;
}

.work__court {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  opacity: 0.2;
  background: linear-gradient(126deg, var(--blue) -40.84%, var(--red) 101.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: -40px;
  bottom: -5px;
}

.slider__list {
  display: flex;
}

.slider__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 15px;
  right: 40px;
  top: 86px;
}

.slider__icon {
  display: flex;
  width: 65px;
  height: 65px;
  border: 1px solid var(--pink-red);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.slider__icon:hover {
  border: none;
  background-color: var(--pink-red-2);
  transition: 0.3s;
}

.slider__icon--right {
  background-color: var(--pink-red);
}

.slider__icon:hover .slider__arrow {
  fill: var(--white);
  transition: 0.3s;
}

.slider__arrow {
  fill: var(--pink-red);
  transition: 0.3s;
  margin: 0 4px 0 0;
}

.slider__icon--right .slider__arrow {
  fill: var(--white);
  transform: rotate(180deg);
  margin: 0 0 0 4px;
}

.result {
  position: relative;
}

.result .container {
  z-index: 1;
}

.result__blocks {
  display: grid;
  position: relative;
  grid-template-columns: 63% 37%;
}

.result__background {
  background: linear-gradient(126deg, var(--blue) -40.84%, var(--red) 101.21%);
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
}

.result__wrapper {
  padding: 80px 5px 0 40px;
  gap: 80px;
  display: flex;
  align-items: end;
  flex-direction: column;
}

.result__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 755px;
}

.title--white {
  color: var(--white-2);
}

.result__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.result__text {
  color: var(--white-2);
  font-size: 22px;
  line-height: 30px;
  text-wrap: balance;
}

.result__container {
  display: flex;
  gap: 25px;
  align-items: center;
}

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

.result__title {
  color: var(--white-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.result__subtitle {
  color: var(--white-2);
  font-size: 18px;
  line-height: 25px;
  text-wrap: balance;
}

.result__person {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
}

.footer {
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
  max-width: 865px;
  background-color: var(--white-3);
  position: relative;
  border-radius: 20px 20px 0 0;
  align-items: start;
  z-index: 1;
  margin: 0 -100px 0 0;
  width: 100%;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.footer__texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__title {
  color: var(--pink-red);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.footer__subtitle {
  color: var(--black-3);
  font-size: 20px;
  line-height: 27px;
  max-width: 785px;
}

.footer__subtitle--small {
  max-width: 580px;
}

.footer__contact {
  font-weight: 700;
  color: var(--pink-red);
}

.footer__button {
  color: var(--white-3);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 30px;
  background-color: var(--pink-red);
  border-radius: 5px;
  transition: 0.3s;
}

.footer__button:hover {
  background-color: var(--pink-red-2);
  transition: 0.3s;
}

.footer__socials {
  border-radius: 10px;
  background-color: var(--pink-red);
  padding: 10px 20px 20px;
  box-shadow: 0 3px 2px 0 rgba(var(--brown-opacity-3), 0.03);
  max-width: 365px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: absolute;
  right: -183px;
  bottom: 40px;
}

.footer__text {
  color: var(--white-2);
  text-align: center;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.footer__list {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: 5px;
  transition: 0.3s;
}

.footer__link:hover .footer__icon {
  transition: 0.3s;
  fill: var(--pink-red-2);
}

.footer__icon {
  transition: 0.3s;
  fill: var(--red-2);
}

.parent {
  position: relative;
}

.parent .container {
  z-index: 1;
}

.parent__blocks {
  display: grid;
  grid-template-columns: 58% 42%;
  margin: -35px 0 0;
}

.parent__left {
  padding: 115px 40px 80px;
  background-color: var(--white-3);
}

.parent__wrap {
  max-width: 560px;
  margin: 0 auto;
}

.decision {
  max-width: 395px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.decision__item {
  position: relative;
  transition: 0.3s;
}

.decision__link {
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  gap: 10px;
  background: linear-gradient(117deg, var(--blue) -47.62%, var(--red) 112.67%);
}

.decision__link:before {
  display: none;
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: rgba(var(--white-opacity), 0.55);
  transition: 0.3s;
  position: absolute;
  left: -44px;
  z-index: 1;
}

.decision__link:after {
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: rgba(var(--white-opacity), 0.15);
  transition: 0.3s;
  position: absolute;
  right: -16px;
  z-index: 1;
}

.decision__item--active .decision__link:before {
  display: block;
  transition: 0.3s;
}

.decision__text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--white);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  z-index: 2;
}

.decision__number {
  transition: 0.3s;
}

.decision__item--active .decision__number {
  transition: 0.3s;
  color: var(--pink-red);
}

.decision__icon {
  fill: var(--white);
  transition: 0.3s;
  z-index: 2;
}

.decision__absolute {
  display: none;
  position: absolute;
  left: calc(100% + 20px);
  transition: 0.3s;
}

.decision__content {
  display: flex;
  flex-direction: column;
  width: 550px;
  max-width: 100%;
  gap: 25px;
  position: relative;
  padding: 30px 30px 40px;
  border-radius: 25px;
  border: 1px solid rgba(215, 87, 74, 0.40);
  background-color: var(--white);
  z-index: 3;
  box-shadow:
      0 -37px 22px 0 rgba(var(--brown-opacity-2), 0.04),
      0 -16px 16px 0 rgba(var(--brown-opacity-2), 0.07),
      0 -4px 9px 0 rgba(var(--brown-opacity-2), 0.08),
      0 153px 43px 0 rgba(var(--brown-opacity-2), 0.00),
      0 98px 39px 0 rgba(var(--brown-opacity-2), 0.01),
      0 55px 33px 0 rgba(var(--brown-opacity-2), 0.04),
      0 24px 24px 0 rgba(var(--brown-opacity-2), 0.07),
      0 6px 13px 0 rgba(var(--brown-opacity-2), 0.08);
}

.decision__item:nth-child(1) .decision__absolute,
.decision__item:nth-child(2) .decision__absolute,
.decision__item:nth-child(3) .decision__absolute,
.decision__item:nth-child(4) .decision__absolute {
  top: 0;
}

.decision__item:nth-child(5) .decision__absolute,
.decision__item:nth-child(6) .decision__absolute,
.decision__item:nth-child(7) .decision__absolute,
.decision__item:nth-child(8) .decision__absolute {
  bottom: 0;
}

.decision__title {
  font-family: "Monsterrat", "Arial", sans-serif;
  color: var(--black-3);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.decision__unit {
  color: var(--black-1);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px;
  line-height: 20px;
}

.decision__infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.decision__info {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 23px;
  color: var(--black-3);
  font-variant-numeric: lining-nums tabular-nums;
}

.decision__info:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--red-3);
  border-radius: 100%;
  flex-shrink: 0;
}

.parent__background {
  background: linear-gradient(219deg, var(--blue) -24.93%, var(--red) 99.43%);
  display: flex;
  justify-content: end;
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.parent__right {
  padding: 115px 25px 0;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

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

.lines__item {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(var(--white-opacity), 0.3);
  overflow: hidden;
}

.lines__inner {
  width: 0;
  height: 100%;
  background-color: var(--white);
}

.lines__item--active .lines__inner {
  width: 100%;
  transition: width 5s ease;
}

.slides {
  position: relative;
  margin: 0 0 -20px -220px;
}

.slides__navs {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 0;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.buttons__item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: var(--pink-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  border-radius: 4px;
  transition: 0.3s;
}

.buttons__item.tns-nav-active {
  border: 1px solid var(--pink-red);
  transition: 0.3s;
}

.buttons__item:hover {
  background-color: var(--pink);
  transition: 0.3s;
}

.arrows__link {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: absolute;
  background-color: var(--pink-red);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows__link:hover {
  background-color: var(--pink-red-2);
  transition: 0.3s;
}

.arrows__link--top {
  top: 0;
}

.arrows__icon {
  fill: var(--white);
}

.arrows__link--bottom {
  bottom: 0;
}

.arrows__link--bottom .arrows__icon {
  transform: rotate(180deg);
}

.slides__parent {
  position: absolute;
  bottom: 12%;
  left: 107px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.hide-1080 {
  display: none;
}

.decision__close {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
}

.decision__close .decision__icon {
  transform: rotate(45deg);
  fill: var(--pink-red-3);
}

@media (min-width: 980px) {
  .decision__link:hover .decision__icon {
    transition: 0.3s;
    transform: rotate(45deg);
    fill: var(--pink-red-3);
  }

  .decision__link:hover + .decision__absolute {
    display: flex;
    transition: 0.3s;
  }

  .decision__link:hover:after {
    background-color: rgba(var(--white-opacity), 0.55);
    transition: 0.3s;
  }
}

@media (max-width: 1700px) {
  .parent {
    overflow: hidden;
  }
}

@media (max-width: 1440px) {
  .promo__players {
    width: 700px;
    height: 680px;
  }

  .promo__inner {
    right: 100px;
  }

  .work__wrap {
    padding: 70px 35px;
  }

  .work__court {
    font-size: 110px;
    right: -30px;
  }

  .work__content {
    width: 260px;
    height: 260px;
  }

  .slider__arrows {
    top: 80px;
  }

  .result__wrapper {
    padding: 70px 5px 0 35px;
    gap: 70px;
    align-items: stretch;
  }

  .result__person {
    width: 750px;
  }

  .parent__left {
    padding: 90px 35px 0;
  }

  .parent__right {
    padding: 90px 25px 0;
  }

  .slides__navs {
    left: 15px;
  }

  .footer {
    width: auto;
  }
}

@media (max-width: 1300px) {
  .promo__players {
    width: 680px;
    height: 650px;
  }

  .promo__inner {
    right: 50px;
  }

  .promo__img {
    width: 55px;
  }

  .work__wrap {
    padding: 60px 30px;
  }

  .work__court {
    font-size: 100px;
    right: 10px;
  }

  .work__content {
    width: 280px;
    height: 280px;
  }

  .title {
    font-size: 66px;
    line-height: 72px;
  }

  .slider__arrows {
    top: 65px;
  }

  .work {
    border-radius: 45px;
  }

  .result__wrapper {
    padding: 60px 5px 0 30px;
    gap: 70px;
  }

  .result__person {
    width: 700px;
  }

  .parent__left {
    padding: 80px 30px 0;
  }

  .parent__right {
    padding: 80px 25px 0;
  }

  .slides__navs {
    left: 30px;
  }

  .result__background {
    width: 62%;
  }
}

@media (max-width: 1180px) {
  .promo__players {
    width: 640px;
    height: 620px;
  }

  .promo__title {
    font-size: 80px;
  }

  .promo__blocks {
    padding: 20px 25px;
  }

  .promo__inner {
    right: 25px;
  }

  .promo__wrap {
    right: 10px;
  }

  .promo__container {
    gap: 35px;
  }

  .promo__item {
    width: 100px;
    height: 100px;
  }

  .promo__name {
    line-height: 14px;
  }

  .promo__img {
    width: 50px;
  }

  .work__wrap {
    padding: 55px 25px;
  }

  .work__court {
    font-size: 90px;
    line-height: 80px;
  }

  .work__excerpt {
    font-size: 26px;
    line-height: 22px;
  }

  .work__content {
    width: 260px;
    height: 260px;
    bottom: -85px;
    right: -85px;
  }

  .work__icon {
    width: 100px;
  }

  .title {
    font-size: 58px;
    line-height: 64px;
  }

  .slider__arrows {
    top: 55px;
  }

  .work {
    border-radius: 40px;
  }

  .result__wrapper {
    padding: 55px 25px 0;
    gap: 65px;
  }

  .footer__socials {
    position: static;
    max-width: none;
    width: 100%;
  }

  .footer__subtitle--small {
    max-width: none;
  }

  .footer__content {
    align-items: center;
  }

  .footer {
    gap: 55px;
  }

  .parent__left {
    padding: 70px 25px 0;
  }

  .parent__right {
    padding: 70px 25px 0;
  }

  .slides__navs {
    left: 40px;
  }

  .decision__absolute {
    left: calc(100% + 15px);
  }

  .decision__content {
    padding: 25px 25px 35px;
  }
}

@media (max-width: 1080px) {
  .promo__players {
    display: none;
  }

  .result__block {
    display: none;
  }

  .result__background {
    display: none;
  }

  .result__blocks {
    grid-template-columns: 1fr;
    background: linear-gradient(126deg, var(--blue) -40.84%, var(--red) 101.21%);
  }

  .footer {
    max-width: none;
    margin: 0 -25px;
    padding: 35px 25px 0;
    border-radius: 20px;
  }

  .result__wrap {
    max-width: none;
  }

  .buttons__item {
    font-size: 18px;
    line-height: 24px;
  }

  .slides__navs {
    left: 50px;
  }

  .decision__absolute {
    left: calc(100% + 10px);
  }

  .decision__content {
    padding: 25px 20px 30px;
    border-radius: 20px;
  }

  .parent__right {
    padding: 0 20px;
  }

  .parent__blocks {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0;
  }

  .slides {
    margin: 0 0 -2%;
  }

  .parent__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    max-width: none;
  }

  .decision {
    max-width: none;
  }

  .parent__blocks .title {
    color: var(--pink-red);
  }

  .hide-1080 {
    display: flex;
  }

  .show-1080 {
    display: none;
  }

  .slides__mac {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .lines {
    justify-content: center;
  }

  .lines__item {
    background-color: var(--pink);
  }

  .lines__inner {
    background-color: var(--pink-red);
  }

  .slides__parent {
    left: 12%;
    width: 76%;
  }

  .slides__img {
    width: 100%;
    height: auto;
  }

  .buttons__item {
    width: 35px;
    height: 35px;
  }

  .arrows__link {
    width: 35px;
    height: 35px;
  }

  .slides__navs {
    top: -45px;
  }

  .arrows__icon {
    width: 21px;
    height: 12px;
  }

  .slides__navs {
    left: 0;
  }

  .decision__item {
    position: static;
  }

  .decision__close {
    display: block;
  }

  .decision__absolute {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: rgba(var(--purple-opacity), 0.6);
  }

  .decision__content {
    margin: 0 10px;
  }

  .decision__item--open .decision__absolute {
    display: flex;
  }

  .decision__item--open .decision__icon {
    transition: 0.3s;
    transform: rotate(45deg);
    fill: var(--pink-red-3);
  }

  .decision__item--open .decision__link:after {
    background-color: rgba(var(--white-opacity), 0.55);
    transition: 0.3s;
  }

  .parent__background {
    display: none;
  }

  .parent .container {
    z-index: 3;
  }
}

@media (max-width: 980px) {
  .promo__title {
    font-size: 70px;
    line-height: 80px;
  }

  .promo__container {
    gap: 30px;
  }

  .promo__blocks {
    max-width: none;
  }

  .promo__item {
    width: 90px;
    height: 90px;
  }

  .promo__line {
    bottom: 40px;
  }

  .promo__blocks {
    padding: 20px;
  }

  .promo__inner {
    right: 20px;
  }

  .promo__subtitles {
    font-size: 22px;
    line-height: 26px;
  }

  .promo__titles {
    gap: 25px;
  }

  .promo__name {
    font-size: 10px;
    line-height: 12px;
  }

  .promo__img {
    width: 45px;
  }

  .work__wrap {
    padding: 50px 20px;
  }

  .work__court {
    font-size: 70px;
    line-height: 80px;
    bottom: -15px;
  }

  .work__desc {
    font-size: 18px;
    line-height: 24px;
  }

  .work__excerpt {
    font-size: 24px;
    line-height: 29px;
  }

  .work__content {
    width: 240px;
    height: 240px;
    bottom: -75px;
    right: -75px;
  }

  .work__icon {
    width: 90px;
  }

  .work__block {
    padding: 15px;
  }

  .work__list {
    grid-template-columns: 195px 1fr;
  }

  .title {
    font-size: 50px;
    line-height: 56px;
  }

  .slider__arrows {
    top: 45px;
  }

  .work__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .work {
    border-radius: 35px;
  }

  .result__text {
    font-size: 20px;
    line-height: 26px;
  }

  .footer__title {
    font-size: 28px;
  }

  .result__wrapper {
    padding: 50px 20px 0;
    gap: 60px;
  }

  .footer {
    margin: 0 -20px;
    padding: 35px 20px 0;
  }

  .parent__left {
    padding: 60px 20px 0;
  }
}

@media (max-width: 780px) {
  .promo__subtitles {
    font-size: 20px;
    line-height: 22px;
  }

  .promo__title {
    font-size: 60px;
    line-height: 70px;
  }

  .promo__text {
    line-height: 22px;
    order: -1;
  }

  .promo__block {
    flex-direction: column;
    gap: 30px;
  }

  .promo__content {
    padding: 5px 20px;
    max-width: 240px;
    height: 55px;
    flex-direction: row;
  }

  .promo__container {
    gap: 25px;
  }

  .promo__titles {
    gap: 20px;
  }

  .promo__link {
    margin: 0 auto;
    text-align: center;
  }

  .promo__reminder {
    font-size: 14px;
    line-height: 20px;
  }

  .promo__numbers {
    display: none;
  }

  .promo__wrapper {
    grid-template-columns: 1fr;
  }

  .promo__blocks {
    padding: 20px 15px;
  }

  .promo__inner {
    right: 15px;
  }

  .promo__wrap {
    right: 0;
  }

  .promo__column {
    gap: 55px;
  }

  .promo__site {
    font-size: 16px;
    line-height: 18px;
  }

  .promo__item {
    width: 80px;
    height: 80px;
  }

  .promo__img {
    width: 40px;
  }

  .work__wrap {
    padding: 45px 15px;
  }

  .slider {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .work__court {
    font-size: 60px;
    line-height: 70px;
    right: 5px;
    bottom: -12px;
  }

  .work__desc {
    font-size: 16px;
    line-height: 22px;
  }

  .work__excerpt {
    font-size: 22px;
    line-height: 27px;
  }

  .work__content {
    width: 220px;
    height: 220px;
    bottom: -70px;
    right: -70px;
  }

  .work__icon {
    width: 80px;
  }

  .work__block {
    padding: 15px 15px 20px;
  }

  .work__list {
    grid-template-columns: 210px 1fr;
  }

  .work__item:before {
    width: 7px;
    height: 7px;
  }

  .title {
    font-size: 42px;
    line-height: 48px;
  }

  .slider__arrows {
    position: static;
    justify-content: center;
  }

  .work__subtitle {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 20px;
  }

  .work {
    border-radius: 30px;
  }

  .result__text {
    font-size: 18px;
    line-height: 24px;
  }

  .result__title {
    font-size: 20px;
    line-height: 24px;
  }

  .result__subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .footer__title {
    font-size: 26px;
  }

  .footer__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .footer__button {
    line-height: 24px;
  }

  .result__wrapper {
    padding: 45px 15px 0;
    gap: 55px;
  }

  .footer {
    margin: 0 -15px;
    padding: 35px 15px 0;
  }

  .result__container {
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .result__inner {
    gap: 20px;
  }

  .parent__left {
    padding: 50px 15px 0;
  }

  .decision__link {
    padding: 15px;
  }

  .decision__link:before {
    left: -51px;
  }

  .decision__link:after {
    right: -21px;
  }

  .lines {
    display: none;
  }

  .slides {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
  }

  .slides__navs {
    position: relative;
    top: 0;
    padding: 0 40px;
    margin: 0 auto;
  }

  .buttons {
    flex-direction: row;
  }

  .arrows__link {
    transform: rotate(-90deg);
  }

  .arrows__link--top {
    left: 0;
  }

  .arrows__link--bottom {
    right: 0;
    bottom: auto;
    top: 0;
  }

  .buttons__item {
    font-size: 16px;
    line-height: 22px;
  }

  .parent__right {
    padding: 0 15px;
  }

  .slides__parent {
    bottom: 10%;
    border-radius: 5px 5px 0 0;
  }

  .decision__item--hide {
    display: none;
    transition: 0.3s;
  }

  .decision__content {
    padding: 20px 15px 25px;
    border-radius: 15px;
    gap: 20px;
  }

  .promo__background {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .promo__inner {
    display: none;
  }

  .promo__wrapper {
    height: 600px;
  }

  .promo__line {
    left: auto;
  }

  .promo {
    align-items: center;
  }

  .footer__text {
    font-size: 20px;
    line-height: 26px;
  }

  .footer__socials {
    padding: 10px 15px 15px;
  }

  .slides__parent {
    bottom: 9%;
  }

  .decision__infos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .promo__subtitles {
    font-size: 18px;
    line-height: 18px;
  }

  .promo__title {
    font-size: 50px;
    line-height: 60px;
  }

  .promo__text {
    font-size: 16px;
    line-height: 20px;
  }

  .promo__container {
    gap: 17px;
  }

  .promo__titles {
    gap: 13px;
  }

  .promo__wrap {
    display: none;
  }

  .promo {
    background: linear-gradient(109deg, var(--blue) -41.53%, var(--red) 138.32%), linear-gradient(126deg, var(--blue) -40.84%, var(--red) 101.21%);
  }

  .promo__blocks {
    padding: 20px 10px;
    background: none;
  }

  .promo__column {
    gap: 60px;
  }

  .promo__site {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
  }

  .promo__logo {
    width: 45px;
  }

  .promo__line {
    bottom: 50px;
  }

  .work__wrap {
    padding: 40px 10px;
  }

  .work__court {
    font-size: 50px;
    line-height: 60px;
    right: 10px;
  }

  .work__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .work__excerpt {
    font-size: 20px;
    line-height: 25px;
  }

  .work__slogan {
    font-size: 12px;
    line-height: 14px;
  }

  .work__content {
    width: 200px;
    height: 200px;
    bottom: -65px;
    right: -65px;
  }

  .work__icon {
    width: 70px;
  }

  .work__block {
    padding: 10px 10px 25px;
    gap: 10px;
  }

  .work__list {
    grid-template-columns: 1fr;
  }

  .work__item:before {
    width: 6px;
    height: 6px;
  }

  .work__list.work__list--small {
    grid-template-columns: 1fr;
  }

  .work__subtitle {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0 25px;
  }

  .title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .slider__arrows {
    gap: 20px;
  }

  .slider__icon {
    width: 60px;
    height: 60px;
  }

  .work {
    border-radius: 25px;
  }

  .result__text {
    font-size: 16px;
    line-height: 22px;
  }

  .result__title {
    font-size: 18px;
    line-height: 20px;
  }

  .result__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .footer__title {
    font-size: 24px;
  }

  .footer__subtitle {
    font-size: 16px;
    line-height: 21px;
  }

  .footer__button {
    font-size: 18px;
    line-height: 20px;
    min-width: 240px;
  }

  .footer__text {
    font-size: 18px;
    line-height: 23px;
    text-wrap: balance;
  }

  .result__wrapper {
    background: linear-gradient(109deg, var(--blue) -41.53%, var(--red) 138.32%);
    padding: 40px 10px 0;
    gap: 50px;
  }

  .footer {
    margin: 0 -10px;
    align-items: stretch;
    padding: 35px 10px 0;
  }

  .footer__inner {
    gap: 10px;
  }

  .result__container {
    gap: 15px;
  }

  .title--white {
    text-align: start;
  }

  .result__wrap {
    gap: 25px;
  }

  .result__content {
    gap: 5px;
  }

  .result__inner {
    gap: 15px;
  }

  .footer__socials {
    padding: 10px 10px 20px;
  }

  .parent__left {
    padding: 40px 10px 0;
  }

  .decision {
    gap: 10px;
  }

  .decision__text {
    font-size: 16px;
    line-height: 20px;
    gap: 5px;
  }

  .decision__link {
    padding: 15px 10px;
    gap: 5px;
  }

  .decision__link:before {
    left: -62px;
  }

  .decision__link:after {
    right: -26px;
  }

  .buttons__item {
    width: 33px;
    height: 33px;
    font-size: 14px;
    line-height: 20px;
  }

  .arrows__link {
    width: 33px;
    height: 33px;
  }

  .parent__right {
    padding: 0 10px;
  }

  .slides__parent {
    border-radius: 0;
    bottom: 8%;
  }

  .slides__navs {
    padding: 0 40px;
  }

  .decision__content {
    padding: 15px 10px 20px;
    border-radius: 10px;
    gap: 15px;
  }

  .decision__title {
    font-size: 18px;
  }

  .decision__unit {
    font-size: 16px;
    line-height: 18px;
  }

  .decision__info {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 400px) {
  .footer__socials {
    width: auto;
    margin: 0 -10px;
  }

  .buttons__item {
    width: 29px;
    height: 29px;
  }

  .arrows__link {
    width: 29px;
    height: 29px;
  }

  .slides__navs {
    padding: 0 35px;
  }
}

@media (max-width: 360px) {
  .buttons__item {
    width: 24px;
    height: 24px;
  }

  .buttons {
    position: relative;
    top: 2px;
  }
}
