@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Cyrge, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #FFFCF6;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}
section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
}
@media only screen and (max-width: 666px) {
  .container {
    padding: 0 16px;
  }
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  width: 190px;
  background: none;
  display: flex;
  border: none;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
  color: #000000;
  min-width: 190px;
  padding-bottom: 18.5px;
}
.bttn svg {
  transition: all 0.3s linear;
}
.bttn:hover {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.bttn:hover svg {
  transform: rotate(-30deg);
}
.bttn:hover svg path {
  fill: #535353;
}
.bttn__text {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.02em;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.bttn-apply {
  font-family: Manrope;
  cursor: pointer;
  text-transform: none !important;
  background-color: #E20404;
  border-radius: 10rem;
  max-width: 38.6rem;
  width: 100%;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

.bttn-apply-small {
  max-width: 14rem;
  padding: 1.3rem 3rem !important;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

body.menu-open .header__logo svg path:first-child {
  fill: #191919;
}

@keyframes header-anim {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  width: 100%;
  padding: 24px 0;
  z-index: 12;
  transition: 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  animation: header-anim 0.5s linear forwards;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    transition: all 0.3s linear;
  }
}
.header .container {
  transition: all 0.3s linear;
}
.header.header--scrolled {
  padding: 12px 0;
}
.header.header--scrolled .header__logo {
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
}
.header.header--scrolled .header__links,
.header.header--scrolled .header__btn {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 1097px) {
  .header.header--scrolled {
    padding: 18px 8px;
  }
  .header.header--scrolled .container {
    border-radius: 16px;
    background: #fffcf6;
    padding: 6px 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .header.header--scrolled .header__logo {
    filter: none;
  }
}
.header.header--scrolled .header__burger .line {
  background: #ff492c;
}
.header.header--scrolled.menu-open {
  padding: 0;
}
.header__logo {
  width: 92.3px;
  max-width: 100%;
  display: block;
}
.header__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header__wrapper {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  transition: all 1s linear;
}
@media only screen and (max-width: 1097px) {
  .header__wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .header__wrapper a {
    transition: all 0.4s linear;
  }
}
.header__links {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 16px 46px;
  background: #fffcf6;
  border-radius: 16px;
}
@media only screen and (max-width: 1097px) {
  .header__links {
    display: none;
  }
}
@media only screen and (max-width: 1097px) {
  .header__btn {
    display: none;
  }
}
.header__link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  color: #414141;
  transition: all 0.3s linear;
}
.header__link img {
  transition: all 0.3s linear;
}
.header__link p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 5px;
}
.header__link:hover {
  color: #ff492c;
}
.header__link:hover img {
  scale: 1.1;
}
.header__tel {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #262626;
  transition: all 0.3s linear;
}
.header__tel:hover {
  color: #000;
}
@media only screen and (max-width: 500px) {
  .header__tel {
    font-family: Onest;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .header__logo {
    filter: none !important;
  }
  .header__logo img {
    width: 69px;
  }
}
.header__burger {
  z-index: 1;
}
.header__burger .line {
  width: 32px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
@media only screen and (min-width: 1098px) {
  .header__burger {
    display: none;
  }
}
.header__burger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger.active .line {
  background: #ff492c;
}
.header__burger.active .line:nth-child(2) {
  width: 0px;
}
.header__burger.active .line:nth-child(1), .header__burger.active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header__burger.active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
.header__burger.active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

body.menu-open .header__wrapper a {
  left: 0;
  transform: translateX(0);
}

.burger__wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  backdrop-filter: blur(3px);
  display: none;
  background: #f7f2eb;
}
.burger__main {
  height: 100%;
  display: flex;
  color: #fffcf6;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 49px;
}
.burger__first-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.burger__menu-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.burger__menu-links p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #414141;
  padding-top: 2px;
}
.burger__menu-links:hover {
  color: #ff492c;
}
.burger__second-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.burger__second-links a:hover svg path {
  fill: #8e7662;
}
.burger__second-links svg path {
  transition: all 0.3s linear;
}
.burger-img-1 {
  position: absolute;
  bottom: -13%;
  left: -28%;
  z-index: -2;
}
.burger-img-2 {
  position: absolute;
  left: 37%;
  bottom: -11%;
  width: 400px;
  z-index: -1;
}
.burger__sayit {
  position: absolute;
  top: 11%;
  right: 20%;
  z-index: -1;
}

.main_btn {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  background: #ff492c;
  border-radius: 16px;
  color: #fff;
  padding: 13px 32px;
  transition: color 0.3s linear, background 0.3s linear;
  border: solid 1px transparent;
}
.main_btn:hover {
  background: #fff;
  color: #ff492c;
  border: solid 1px #ff492c;
}
.main_btn.burger {
  width: 100%;
  max-width: 182px;
  text-align: center;
  padding: 14px 32px;
}

.banner {
  padding-top: 0;
  height: 100vh;
  background-image: url("../img/general/main-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .banner {
    margin: 0;
    padding-top: 0;
    height: 100vh;
    background-position: center top 67%;
    background-repeat: no-repeat;
    background-size: 388%;
    max-height: 800px;
  }
}
.banner__container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .banner__container {
    height: 100vh;
    max-height: 800px;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .banner__content {
    flex-direction: column;
  }
}
.banner__first {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 863px) {
  .banner__first {
    flex-direction: column;
  }
}
.banner__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 160px;
  line-height: 100%;
  letter-spacing: -3px;
  text-align: center;
  vertical-align: middle;
  color: #fffcf6;
}
@media only screen and (max-width: 870px) {
  .banner__header {
    font-size: 17vw;
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 521px) {
  .banner__header {
    margin-bottom: 38px;
  }
}
.banner__subheader {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #fffcf6;
  margin-bottom: 60px;
}
.banner__subheader::after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 0px;
  background: #ff492c;
  left: -6px;
  width: calc(100% + 13px);
  z-index: -1;
  animation: line-subheader 1s linear forwards;
}
@media only screen and (max-width: 630px) {
  .banner__subheader::after {
    display: none;
  }
}
@keyframes line-subheader {
  from {
    height: 0;
  }
  to {
    height: 16px;
  }
}
@media only screen and (max-width: 521px) {
  .banner__subheader {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 36px;
    max-width: 227px;
  }
}
.banner__moneta-1 {
  position: absolute;
  top: -40px;
  left: 23px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 32px;
  border-radius: 16px;
  background: #4e77ff;
  gap: 6px;
  rotate: 7deg;
}
.banner__moneta-1 p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #fff;
}
.banner__moneta-1 img {
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 1250px) {
  .banner__moneta-1 {
    top: -126px;
  }
}
@media only screen and (max-width: 600px) {
  .banner__moneta-1 {
    padding: 9px 21px;
    border-radius: 11px;
    top: -50px;
    left: 0;
  }
  .banner__moneta-1 p {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 13.36px;
    line-height: 16.04px;
    letter-spacing: -2%;
  }
  .banner__moneta-1 img {
    width: 16px;
    height: 16px;
  }
}
.banner__moneta-2 {
  position: absolute;
  top: 22px;
  left: 30px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 32px;
  border-radius: 16px;
  background: #ffb52c;
  gap: 6px;
  rotate: -8deg;
}
.banner__moneta-2 p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #fff;
}
.banner__moneta-2 img {
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 1250px) {
  .banner__moneta-2 {
    top: -48px;
  }
}
@media only screen and (max-width: 600px) {
  .banner__moneta-2 {
    padding: 9px 21px;
    border-radius: 11px;
    top: -100px;
    left: 0;
  }
  .banner__moneta-2 p {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 13.36px;
    line-height: 16.04px;
    letter-spacing: -2%;
  }
  .banner__moneta-2 img {
    width: 16px;
    height: 16px;
  }
}
.banner__star-2 {
  position: absolute;
  top: -82px;
  right: -10px;
  z-index: 3;
  transition: scale 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .banner__star-2 {
    top: -177px;
    left: 48px;
    right: initial;
  }
}
.banner__star-2:hover {
  scale: 1.07 !important;
}
.banner__scripca-2 {
  position: absolute;
  top: -122px;
  right: 149px;
  z-index: 3;
  transition: scale 0.5s ease-in-out;
}
.banner__scripca-2:hover {
  scale: 1.07 !important;
}
@media only screen and (max-width: 782px) {
  .banner__scripca-2 {
    width: 124px;
    height: 124px;
    right: 60px;
  }
  .banner__scripca-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 600px) {
  .banner__scripca-2 {
    right: 0;
    height: 150px;
    width: 150px;
    top: -79%;
  }
}
.banner__moneta-3 {
  position: absolute;
  top: -123px;
  right: 4px;
  z-index: 3;
  transition: scale 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .banner__moneta-3 {
    top: -189px;
    left: -14px;
    right: initial;
  }
}
.banner__moneta-3:hover {
  scale: 1.07 !important;
}

.lead__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.lead__bottom::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  z-index: -1;
  opacity: 0.6;
}
@media only screen and (max-width: 700px) {
  .lead__bottom::after {
    inset: 40% 0 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .second {
    margin: 0;
  }
}
.second__header {
  font-family: Gilroy;
  font-weight: 350;
  font-size: 32px;
  line-height: 49.5px;
  letter-spacing: 0%;
  margin-bottom: 47px;
  text-align: center;
  color: #fff;
}
.second__header span {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 57.22px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 700px) {
  .second__header {
    font-family: Gilroy;
    font-weight: 350;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
  .second__header span {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.second__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1215px) {
  .second__wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 910px) {
  .second__wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media only screen and (max-width: 647px) {
  .second__wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.second__img {
  width: 100%;
}
.second__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second__img span {
  border-radius: 50%;
  padding: 10px 12px;
  position: absolute;
  background: #ff492c;
  font-size: 20px;
}
.second__subheader {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: #ff492c;
}
@media only screen and (max-width: 700px) {
  .second__subheader {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
  }
}
.second__text {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  color: #414141;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .second__text {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 261px;
  }
}
.second__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.second__item:nth-child(1) .second__img span {
  left: 18%;
  bottom: 15%;
}
.second__item:nth-child(2) .second__img span:nth-child(2) {
  left: 4%;
  bottom: 20%;
  background: #55c119;
}
.second__item:nth-child(2) .second__img span:nth-child(3) {
  right: 10%;
  top: 6%;
  background: #ffb52c;
}
.second__item:nth-child(2) .second__subheader {
  color: #ffb52c;
}
.second__item:nth-child(3) .second__img span:nth-child(2) {
  left: 5%;
  top: 15%;
  background: #ffb52c;
}
.second__item:nth-child(3) .second__img span:nth-child(3) {
  right: 6%;
  top: 37%;
  background: #4e77ff;
}
.second__item:nth-child(3) .second__subheader {
  color: #4e77ff;
}
.second__item:nth-child(4) .second__img span {
  right: 21%;
  top: 65%;
  background: #ffb52c;
}
.second__item:nth-child(4) .second__subheader {
  color: #55c119;
}

@media only screen and (max-width: 768px) {
  .happy {
    padding-bottom: 8rem;
  }
}
.happy__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.happy__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #4e77ff;
}
.happy__header span.after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 16px;
  background: #ffb52c;
  left: -7px;
  width: calc(100% + 15px);
  z-index: -1;
}
@media only screen and (max-width: 938px) {
  .happy__header {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  .happy__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 400px) {
  .happy__header {
    max-width: 285px;
    margin: 0 auto;
  }
  .happy__header span.after {
    height: 10px;
  }
}
.happy__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.happy__navigation.mobile {
  display: none;
}
@media only screen and (max-width: 938px) {
  .happy__navigation {
    display: none;
  }
  .happy__navigation.mobile {
    display: flex;
    width: 100%;
    margin: 16px auto 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .happy__navigation.mobile {
    justify-content: space-between;
    gap: initial;
  }
}
.happy__navigation .happy-button-prev,
.happy__navigation .happy-button-next {
  padding: 17px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.happy__navigation .happy-button-prev svg path,
.happy__navigation .happy-button-next svg path {
  transition: all 0.5s ease-in-out;
}
.happy__navigation .happy-button-prev:after,
.happy__navigation .happy-button-next:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ff492c;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.happy__navigation .happy-button-prev:hover,
.happy__navigation .happy-button-next:hover {
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.happy__navigation .happy-button-prev.swiper-button-disabled,
.happy__navigation .happy-button-next.swiper-button-disabled {
  pointer-events: none;
}
.happy__navigation .happy-button-prev.swiper-button-disabled svg path,
.happy__navigation .happy-button-next.swiper-button-disabled svg path {
  fill: #ff492c;
}
.happy__navigation .happy-button-prev.swiper-button-disabled::after,
.happy__navigation .happy-button-next.swiper-button-disabled::after {
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.happy__navigation .happy-pagination {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.happy__navigation .happy-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 73, 44, 0.3019607843);
  border-radius: 50%;
  transition: all 0.3s linear;
  cursor: pointer;
}
.happy__navigation .happy-pagination span::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  bottom: -8px;
  top: -8px;
}
.happy__navigation .happy-pagination span:hover {
  background: #ff492c;
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.happy__navigation .happy-pagination span.swiper-pagination-bullet-active {
  background: #ff492c;
}
.happy__slider {
  overflow: visible !important;
}
.happy__img {
  height: auto !important;
}
.happy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 700px) {
  .race {
    gap: 57px;
  }
}
.race__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #ff492c;
  width: fit-content;
  margin: 0 auto 32px;
}
.race__header svg {
  position: absolute;
  right: -12%;
  top: -60%;
}
@media only screen and (max-width: 600px) {
  .race__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    max-width: 214px;
  }
  .race__header svg {
    right: -26%;
    top: -44%;
  }
}
.race__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.race__tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #4e77ff;
  color: #4e77ff;
  transition: all 0.3s linear;
}
.race__tab p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: inherit;
  transition: all 0.3s linear;
}
.race__tab img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.race__tab:nth-child(2) {
  border: 1px solid #ffb52c;
  color: #ffb52c;
}
.race__tab:nth-child(3) {
  border: 1px solid #55c119;
  color: #55c119;
}
.race__tab.active:nth-child(1), .race__tab:nth-child(1):hover {
  background: #4e77ff;
  color: #fff;
}
.race__tab.active:nth-child(2), .race__tab:nth-child(2):hover {
  background: #ffb52c;
  color: #fff;
}
.race__tab.active:nth-child(3), .race__tab:nth-child(3):hover {
  background: #55c119;
  color: #fff;
}
.race__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1010px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .race__wrapper {
    gap: 50px;
  }
}
.race__left {
  width: 100%;
  max-width: 802px;
  flex: 1;
}
.race__left .race__img {
  width: 159%;
  height: auto;
  object-fit: contain;
  left: -65%;
}
@media only screen and (max-width: 1200px) {
  .race__left .race__img {
    width: 111%;
    left: -20%;
  }
}
@media only screen and (max-width: 700px) {
  .race__left .race__img {
    max-width: 497px;
    width: 140%;
    left: -89px;
  }
  .race__left .race__img.last {
    width: 85%;
    margin: 0 auto;
  }
}
.race__right {
  flex: 1;
}
@media only screen and (max-width: 700px) {
  .race__right {
    width: 100%;
  }
}
.race__top {
  max-width: 400px;
}
@media only screen and (max-width: 700px) {
  .race__top {
    margin: 0 auto;
  }
}
.race__title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: var(--main-color);
  margin-bottom: 16px;
}
@media only screen and (max-width: 700px) {
  .race__title {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.5px;
  }
}
.race__numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.race__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: var(--main-color);
}
.race__number svg path {
  stroke: var(--main-color);
}
.race__descr {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 16px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #414141;
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .race__descr {
    font-size: 14px;
  }
}
.race__subtitle {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: var(--main-color);
  margin-bottom: 8px;
}
.race__dates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6px;
  row-gap: 12px;
  margin-bottom: 32px;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .race__dates {
    width: 100%;
  }
}
.race__date {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px var(--main-color);
  color: var(--main-color);
  background: rgba(var(--main-color-rgb), 0.1);
  text-align: center;
  transition: all 0.3s linear;
}
.race__bottom {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .race__bottom {
    flex-direction: column;
    align-items: start;
    margin: 0 auto;
    max-width: 400px;
    gap: 16px;
  }
  .race__bottom .main_btn {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
}
.race__link {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.race__link p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #ff492c;
}
.race__link p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff492c;
  bottom: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
.race__link.hipe p {
  color: #fff;
}
.race__link.hipe p::after {
  background: #fff;
}
@media only screen and (max-width: 700px) {
  .race .main_btn {
    color: #fff;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
}
.race__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.race__item:nth-child(even) {
  flex-direction: row-reverse;
}
.race__item:nth-child(even) .race__left .race__img {
  width: 169%;
  height: auto;
  object-fit: contain;
  left: -77px;
}
@media only screen and (max-width: 700px) {
  .race__item:nth-child(even) {
    flex-direction: column;
  }
  .race__item:nth-child(even) .race__left .race__img {
    width: 169%;
    height: auto;
    object-fit: contain;
    right: 0%;
    left: initial;
  }
}
@media only screen and (max-width: 700px) {
  .race__item {
    flex-direction: column;
  }
}
.race__img-1 {
  position: absolute;
  top: 5%;
  right: 78%;
  width: 55px;
}
.race__img-2 {
  position: absolute;
  top: 5%;
  right: 61%;
  width: 128px;
}
.race__img-3 {
  position: absolute;
  bottom: 63%;
  right: 30%;
  width: 55px;
}
.race__img-4 {
  position: absolute;
  bottom: 3%;
  left: -43%;
  width: 212px;
}
.race__img-5 {
  position: absolute;
  top: -5%;
  left: -42%;
  width: 242px;
}
@media only screen and (max-width: 1200px) {
  .race__img-5 {
    top: -20%;
    left: -20%;
    width: 242px;
  }
}
@media only screen and (max-width: 700px) {
  .race__img-5 {
    width: 31%;
    left: -5%;
    top: -5%;
  }
}
@media only screen and (max-width: 500px) {
  .race__img-5 {
    width: 200px;
    left: -21%;
    top: -12%;
  }
}
.race__img-6 {
  position: absolute;
  bottom: -1%;
  left: -46%;
  width: 321px;
  rotate: -6deg;
}
@media only screen and (max-width: 1200px) {
  .race__img-6 {
    bottom: -1%;
    left: -46%;
    width: 321px;
  }
}
@media only screen and (max-width: 1000px) {
  .race__img-6 {
    bottom: -13%;
    left: -6%;
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .race__img-6 {
    width: 31%;
    left: -5%;
    bottom: -1%;
  }
}
@media only screen and (max-width: 500px) {
  .race__img-6 {
    width: 54%;
    left: -9%;
    bottom: -1%;
  }
}
.race__img-7 {
  position: absolute;
  top: 16%;
  right: 33%;
  width: 57px;
}
.race__img-8 {
  position: absolute;
  bottom: 3%;
  left: 43%;
  width: 57px;
}
.race.race-2 {
  background: #4e77ff;
  background-image: url("../img/general/race-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 600px;
}
.race.race-2 .race__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: #4e77ff;
}
.race.race-2 .race__item {
  gap: 125px;
  align-items: flex-start;
}
.race.race-2 .race__left {
  max-width: 402px;
}
.race.race-2 .race__left .race__img {
  width: 100%;
  left: initial;
  max-width: 402px;
}
.race__bg {
  height: 154px;
  width: 100%;
  background-image: url("../img/general/gory-bg.png");
  background-position: center top 71%;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -44px;
  position: relative;
}
.race__bg svg {
  position: absolute;
  right: 20%;
}
@media only screen and (max-width: 1100px) {
  .race__bg svg {
    position: absolute;
    right: 15%;
    bottom: 58%;
  }
}
@media only screen and (max-width: 700px) {
  .race__bg svg {
    position: absolute;
    left: 50% !important;
    right: initial;
    bottom: 56% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (max-width: 530px) {
  .race__bg {
    margin-top: 100px;
    height: 154px;
    width: 100%;
    background-image: url(../img/general/gory-bg.png);
    background-position: left 20% top 71%;
    background-size: 232%;
    background-repeat: no-repeat;
    bottom: -44px;
    position: relative;
  }
  .race__bg svg {
    position: absolute;
    bottom: 70%;
    width: 87vw;
  }
}
.race__img-wrapper-1 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.race__img-wrapper-1 img:first-child {
  width: 203px;
  position: absolute;
  right: -54px;
  top: -44px;
}
.race__img-wrapper-1 img:last-child {
  width: 153px;
  position: absolute;
  right: -32px;
  top: 0px;
}
@media only screen and (max-width: 600px) {
  .race__img-wrapper-1 {
    scale: 0.7;
    right: 9%;
  }
}
.race__img-wrapper-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.race__img-wrapper-2 img:first-child {
  width: 136px;
  position: absolute;
  right: -9px;
  top: -96px;
}
.race__img-wrapper-2 img:last-child {
  width: 250px;
  position: absolute;
  right: -73px;
  top: -170px;
}
@media only screen and (max-width: 600px) {
  .race__img-wrapper-2 {
    scale: 0.8;
  }
}
@media only screen and (max-width: 600px) {
  .race__img-wrapper-2 {
    scale: 0.7;
  }
}
.race__img-wrapper-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.race__img-wrapper-3 img:first-child {
  width: 198px;
  position: absolute;
  right: -137px;
  top: -107px;
  transform-origin: center center;
}
.race__img-wrapper-3 img:last-child {
  width: 198px;
  position: absolute;
  right: -145px;
  top: -174px;
}
@media only screen and (max-width: 600px) {
  .race__img-wrapper-3 {
    scale: 0.7;
  }
}

.every__subheader {
  width: fit-content;
  margin-bottom: 213px;
}
.every__subheader p {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  width: fit-content;
  color: #4e77ff;
}
.every__subheader span.after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 16px;
  background: #ffb52c;
  left: -7px;
  width: calc(100% + 15px);
  z-index: -1;
}
@media only screen and (max-width: 630px) {
  .every__subheader span.after {
    left: -25px;
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 938px) {
  .every__subheader {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  .every__subheader p {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 450px) {
  .every__subheader {
    max-width: 285px;
    margin: 0 auto 213px;
  }
  .every__subheader span.after {
    height: 10px;
  }
}
.every__wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  .every__wrapper {
    row-gap: 222px;
    column-gap: 120px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .every__wrapper {
    column-gap: 20px;
  }
}
.every__item {
  border-radius: 16px;
  background: #FF492C;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-height: 220px;
  z-index: 1;
  min-width: 265px;
}
.every__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  background: #FF492C;
}
.every__item:first-child .every__item-img {
  max-width: 100%;
}
.every__item:nth-child(2) {
  background: #4E77FF;
}
.every__item:nth-child(2)::after {
  background: #4E77FF;
}
.every__item:nth-child(3) {
  background: #FFB52C;
}
.every__item:nth-child(3)::after {
  background: #FFB52C;
}
.every__item-title {
  color: #FFFCF6;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.5px;
  z-index: 1;
}
.every__item-p {
  color: #FFFCF6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 21.44px */
  z-index: 1;
}
.every__item-img {
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  max-width: 70%;
  width: 50%;
}
.every__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.every__item-img.first-img {
  top: -30%;
  left: 50%;
  z-index: -1;
  width: 70%;
}
.every__item-img.second-img {
  left: 27%;
  top: -28%;
  z-index: -1;
  width: 60%;
}
.every__item-img.third-img {
  left: 73%;
  top: -28%;
  z-index: -1;
  width: 60%;
}
.every__item-img.fourst-img {
  left: 27%;
  top: -28%;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .every__item-img.fourst-img {
    width: 66%;
  }
}
.every__item-img.fivest-img {
  left: 73%;
  top: -28%;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .every__item-img.fivest-img {
    width: 66%;
  }
}
.every__item-img.sixest-img {
  left: 50%;
  top: -70%;
  z-index: -1;
  width: 40%;
}
@media only screen and (max-width: 700px) {
  .every__item-img.sixest-img {
    left: 55%;
    top: -65%;
    z-index: -1;
  }
}

@media only screen and (max-width: 768px) {
  .calendar {
    padding-top: 128px;
  }
}
.calendar__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1160px) {
  .calendar__top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 630px) {
  .calendar__top {
    gap: 24px;
  }
}
.calendar__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #ff492c;
  width: fit-content;
  margin: 0 auto 32px;
}
.calendar__header svg {
  position: absolute;
  right: -12%;
  top: -60%;
}
@media only screen and (max-width: 600px) {
  .calendar__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    max-width: 300px;
  }
  .calendar__header svg {
    right: 27%;
    top: 28%;
    width: 36px;
  }
}
.calendar__subheader p {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #4e77ff;
}
.calendar__subheader span.after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 16px;
  background: #ffb52c;
  left: -7px;
  width: calc(100% + 15px);
  z-index: -1;
}
@media only screen and (max-width: 630px) {
  .calendar__subheader span.after {
    left: -25px;
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 938px) {
  .calendar__subheader {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  .calendar__subheader p {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 450px) {
  .calendar__subheader {
    max-width: 285px;
    margin: 0 auto;
  }
  .calendar__subheader span.after {
    height: 10px;
  }
}
.calendar__tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 937px) {
  .calendar__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .calendar__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
.calendar__tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #4e77ff;
  color: #4e77ff;
  transition: all 0.3s linear;
}
.calendar__tab p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: inherit;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 700px) {
  .calendar__tab p {
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
  }
}
.calendar__tab img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.calendar__tab:nth-child(2) {
  border: 1px solid #ffb52c;
  color: #ffb52c;
}
.calendar__tab:nth-child(3) {
  border: 1px solid #55c119;
  color: #55c119;
}
.calendar__tab:nth-child(4) {
  border: 1px solid #ff492c;
  color: #ff492c;
}
.calendar__tab.active:nth-child(1) {
  background: #4e77ff;
  color: #fff;
}
.calendar__tab.active:nth-child(2) {
  background: #ffb52c;
  color: #fff;
}
.calendar__tab.active:nth-child(3) {
  background: #55c119;
  color: #fff;
}
.calendar__tab.active:nth-child(4) {
  background: #ff492c;
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .calendar__tab:nth-child(1):hover {
    background: #4e77ff;
    color: #fff;
  }
  .calendar__tab:nth-child(2):hover {
    background: #ffb52c;
    color: #fff;
  }
  .calendar__tab:nth-child(3):hover {
    background: #55c119;
    color: #fff;
  }
  .calendar__tab:nth-child(4):hover {
    background: #ff492c;
    color: #fff;
  }
}
@media only screen and (max-width: 937px) {
  .calendar__tab {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .calendar__tab {
    padding: 16px;
    justify-content: center;
    gap: 16px;
    max-width: 400px;
    width: 100%;
  }
}
.calendar__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: none;
  /* Фон треку */
  /* Ефект при наведенні */
}
.calendar__wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.calendar__wrapper::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}
.calendar__wrapper::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 6px;
  height: 6px;
}
.calendar__wrapper::-webkit-scrollbar-thumb:hover {
  background: #11db73;
}
@media only screen and (max-width: 800px) {
  .calendar__wrapper {
    padding-bottom: 16px;
  }
}
.calendar__wrapper.active {
  display: block;
}
.calendar table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.calendar th,
.calendar td {
  padding: 24px 20px 24px;
  text-align: left;
}
.calendar th:first-child,
.calendar td:first-child {
  padding-left: 0;
  color: var(--main-color);
}
.calendar th:last-child,
.calendar td:last-child {
  padding-right: 0;
}
.calendar th {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-align: left;
  color: var(--main-color);
}
@media only screen and (max-width: 700px) {
  .calendar th {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
}
.calendar td {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: left;
  color: #414141;
}
@media only screen and (max-width: 700px) {
  .calendar td {
    text-align: left;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 21.44px */
  }
}
.calendar tr td:first-child {
  color: var(--main-color);
}
.calendar tbody tr:nth-child(odd) {
  background: #F4E6CC;
}
.calendar tbody tr:nth-child(odd) td:first-child {
  color: #FF492C;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.5px;
  padding-left: 6px;
}
.calendar tbody tr:nth-child(odd) td {
  padding: 8px 20px;
}
.calendar tbody tr:nth-child(even) td:first-child {
  color: #FF492C;
  text-align: left;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 24.12px */
  padding-left: 6px;
}
.calendar tr {
  border: none;
}
.calendar__sold {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 14px 32px;
  border-radius: 16px;
  background: var(--main-color);
  width: fit-content;
  rotate: 7deg;
  position: absolute;
  top: 10px;
  scale: 0.8;
  left: -18px;
}
.calendar__sold img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  object-position: center;
}
.calendar__sold p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #ffffff;
}
@media only screen and (max-width: 1050px) {
  .calendar__sold {
    top: 9px;
    left: -32%;
    scale: 0.7;
  }
}
@media only screen and (max-width: 600px) {
  .calendar__sold {
    top: 9px;
    left: -32%;
    scale: 0.6;
  }
}
.calendar__sold-row::after {
  position: absolute;
  content: "🏖   Sold out";
  width: 100%;
  background: var(--main-color);
  opacity: 0.9;
  transform: translateY(-50%) rotateX(90deg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 70%;
  left: 0;
  top: 50%;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .calendar__sold-row::after {
    justify-content: left;
    padding-left: 20px;
  }
}
.calendar__sold-row.animate::after {
  animation: sold-row 1.5s ease-in-out;
  transform: translateY(-50%) rotateX(0deg);
}
@keyframes sold-row {
  from {
    transform: translateY(-50%) rotateX(90deg);
  }
  to {
    transform: translateY(-50%) rotateX(0deg);
  }
}

.teritory {
  padding: 0;
  height: 657px;
  background: #4e77ff;
  background-image: url("../img/general/teritory-bg.png");
  background-size: cover;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .teritory {
    height: 100%;
  }
}
.teritory__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 70px 16px 0;
  max-width: 1308px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .teritory__top {
    padding: 32px 16px 0;
  }
}
.teritory__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .teritory__head {
    flex-direction: column-reverse;
    align-items: center;
    gap: 86px;
  }
}
.teritory__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .teritory__header {
    color: #fff;
    text-align: center;
    font-family: Gilroy;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 40px */
    letter-spacing: -1px;
    max-width: 271px;
    margin: 0 auto;
  }
}
.teritory__subheader {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 610px;
}

@media only screen and (max-width: 768px) {
  .teritory__subheader {
    color: #fffcf6;
    text-align: center;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 18.76px */
    margin: 0 auto;
    max-width: 314px;
  }
}
@media only screen and (max-width: 768px) {
  .teritory__wrapper {
    margin: 80px 0 150px;
    left: -40px;
  }
}
.teritory__line {
  width: 100%;
}

.teritory .svg-horizontal {
  display: block;
  width: 100%;
}

.teritory .svg-vertical {
  display: none;
}

@media (max-width: 768px) {
  .teritory .svg-horizontal {
    display: none;
  }
  .teritory .svg-vertical {
    display: block;
    width: 100%;
  }
}
.teritory__text {
  transform: translateX(-50%);
  left: 50%;
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  color: #fff;
  max-width: 295px;
  width: max-content;
  top: 100%;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
  opacity: 0;
}

.teritory__text:hover {
  text-decoration-color: #fff;
}

@media (max-width: 992px) {
  .teritory__text {
    color: #fff;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.5px;
    max-width: 153px;
  }
}
.teritory__img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 146px;
}

@media (max-width: 768px) {
  .teritory__img {
    width: 134px;
  }
}
.teritory .marker {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.teritory .marker svg {
  opacity: 0;
}

.teritory .marker-1 {
  left: 15%;
  top: 41%;
}

.teritory .marker-1 .teritory__img {
  top: 269%;
  rotate: 17deg;
}

@media only screen and (max-width: 768px) {
  .teritory .marker-1 {
    left: 55%;
    top: 0;
  }
  .teritory .marker-1 a {
    left: 158%;
  }
}
@media only screen and (max-width: 450px) {
  .teritory .marker-1 {
    left: 59%;
    top: 0;
  }
}
.teritory .marker-2 {
  left: 32%;
  top: 76%;
}

.teritory .marker-2 .teritory__img {
  bottom: 86%;
  left: 19%;
  rotate: -12deg;
}

@media only screen and (max-width: 768px) {
  .teritory .marker-2 {
    left: 48%;
    top: 28%;
  }
  .teritory .marker-2 .teritory__img {
    top: 86%;
    left: 58%;
  }
  .teritory .marker-2 a {
    left: 182%;
    top: 36%;
  }
}
@media only screen and (max-width: 450px) {
  .teritory .marker-2 {
    left: 44%;
    top: 28%;
  }
}
.teritory .marker-3 {
  left: 47%;
  top: 37%;
}

.teritory .marker-3 .teritory__img {
  top: 205%;
  rotate: -8deg;
}

@media only screen and (max-width: 768px) {
  .teritory .marker-3 {
    left: 58%;
    top: 43%;
  }
  .teritory .marker-3 a {
    left: 163%;
    top: 52%;
  }
}
@media only screen and (max-width: 450px) {
  .teritory .marker-3 {
    left: 61%;
    top: 45%;
  }
  .teritory .marker-3 .teritory__img {
    top: 143%;
  }
}
.teritory .marker-4 {
  left: 74%;
  top: 87%;
}

.teritory .marker-4 .teritory__img {
  bottom: 73px;
  left: 37%;
  rotate: 17deg;
  transform: translateX(-50%) !important;
}

@media only screen and (max-width: 768px) {
  .teritory .marker-4 {
    left: 50.3%;
    top: 66%;
  }
  .teritory .marker-4 .teritory__img {
    top: 112px;
  }
  .teritory .marker-4 a {
    left: 180%;
    top: -18%;
  }
}
@media only screen and (max-width: 400px) {
  .teritory .marker-4 {
    left: 62%;
    top: 80%;
  }
  .teritory .marker-4 .teritory__img {
    top: 88%;
  }
}
.teritory .marker-5 {
  left: 86%;
  top: 26%;
}

.teritory .marker-5 .teritory__img {
  top: 142%;
  left: 94px;
  rotate: -15deg;
}

@media only screen and (max-width: 768px) {
  .teritory .marker-5 {
    left: 56.6%;
    top: 84%;
  }
  .teritory .marker-5 .teritory__img {
    top: 161%;
    left: 65%;
  }
  .teritory .marker-5 a {
    left: 120%;
  }
}
@media only screen and (max-width: 450px) {
  .teritory .marker-5 {
    left: 69.5%;
    top: 95%;
  }
  .teritory .marker-5 a {
    top: 30px;
    left: 142%;
  }
  .teritory .marker-5 .teritory__img {
    top: 85%;
  }
}
.teritory .marker-6 {
  left: 61%;
  top: 41%;
}

.teritory .marker-6 .teritory__img {
  bottom: 65px;
  left: 37%;
  rotate: 17deg;
  transform: translateX(-50%) !important;
}

@media only screen and (min-width: 576px) {
  .teritory .marker-6 .teritory__img {
    width: 176px;
  }
}
@media only screen and (max-width: 768px) {
  .teritory .marker-6 {
    left: 50.3%;
    top: 66%;
  }
  .teritory .marker-6 .teritory__img {
    top: 112px;
  }
  .teritory .marker-6 a {
    left: 180%;
    top: 9%;
  }
}
@media only screen and (max-width: 400px) {
  .teritory .marker-6 {
    left: 51%;
    top: 66%;
  }
  .teritory .marker-6 .teritory__img {
    top: 53px;
  }
}
@media only screen and (max-width: 700px) {
  .reviews {
    padding: 14rem 0;
  }
}
.reviews-img-1 {
  position: absolute;
  top: 12%;
  right: -2%;
}
@media only screen and (max-width: 700px) {
  .reviews-img-1 {
    top: -5%;
    left: -40%;
  }
}
.reviews-img-2 {
  position: absolute;
  bottom: 5%;
  left: -5%;
}
@media only screen and (max-width: 700px) {
  .reviews-img-2 {
    bottom: -6%;
    left: -38%;
  }
}
.reviews-img-3 {
  position: absolute;
  top: 15%;
  left: 38%;
  z-index: 2;
}
.reviews-img-4 {
  position: absolute;
  bottom: 15%;
  right: 23%;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .reviews-img-4 {
    display: none;
  }
}
.reviews__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #ff492c;
  width: fit-content;
  margin: 0 auto 32px;
}
.reviews__header svg {
  position: absolute;
  right: -31%;
  top: -50%;
}
@media only screen and (max-width: 600px) {
  .reviews__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    max-width: 300px;
  }
  .reviews__header svg {
    right: -40%;
    top: -72%;
  }
}
@media only screen and (min-width: 600px) {
  .reviews .reviews-slide {
    width: fit-content !important;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .reviews .reviews-slide {
    min-height: 514px;
  }
}
.reviews__card {
  background: #fff;
  border-radius: 8px;
  min-height: 363px;
  overflow: hidden;
}
.reviews__card.video {
  max-width: 242px;
  background: none;
  display: block;
  width: 100%;
}
.reviews__card.video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reviews__card.video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .reviews__card.video {
    max-width: initial;
    min-height: 514px;
  }
  .reviews__card.video img {
    object-fit: cover;
    min-height: 514px;
    max-width: 400px;
  }
}
.reviews__card.photo {
  max-width: 363px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f4e6cc;
  padding: 20px;
}
.reviews__card.photo img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .reviews__card.photo {
    max-width: initial;
    min-height: 514px;
  }
}
.reviews__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
}
@media only screen and (max-width: 700px) {
  .reviews__navigation {
    gap: 16px;
  }
}
.reviews__navigation .reviews-button-prev,
.reviews__navigation .reviews-button-next {
  padding: 17px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.reviews__navigation .reviews-button-prev svg path,
.reviews__navigation .reviews-button-next svg path {
  transition: all 0.5s ease-in-out;
}
.reviews__navigation .reviews-button-prev:after,
.reviews__navigation .reviews-button-next:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ff492c;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.reviews__navigation .reviews-button-prev:hover,
.reviews__navigation .reviews-button-next:hover {
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.reviews__navigation .reviews-button-prev.swiper-button-disabled,
.reviews__navigation .reviews-button-next.swiper-button-disabled {
  pointer-events: none;
}
.reviews__navigation .reviews-button-prev.swiper-button-disabled svg path,
.reviews__navigation .reviews-button-next.swiper-button-disabled svg path {
  fill: #ff492c;
}
.reviews__navigation .reviews-button-prev.swiper-button-disabled::after,
.reviews__navigation .reviews-button-next.swiper-button-disabled::after {
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.reviews__navigation .reviews-pagination {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.reviews__navigation .reviews-pagination .swiper-pagination-bullet {
  display: none;
  pointer-events: none;
  transition: opacity 0.3s;
}
.reviews__navigation .reviews-pagination .swiper-pagination-bullet.active-visible {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 73, 44, 0.3019607843);
  border-radius: 50%;
  transition: all 0.3s linear;
  cursor: pointer;
}
.reviews__navigation .reviews-pagination .swiper-pagination-bullet.active-visible::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  bottom: -8px;
  top: -8px;
}
.reviews__navigation .reviews-pagination .swiper-pagination-bullet.active-visible:hover {
  background: #ff492c;
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.reviews__navigation .reviews-pagination .swiper-pagination-bullet.active-visible.swiper-pagination-bullet-active {
  background: #ff492c;
}
@media only screen and (max-width: 700px) {
  .reviews__navigation .reviews-pagination {
    gap: 8px;
  }
}
.reviews__slider {
  overflow: visible !important;
}

.gora {
  background-image: url("../img/general/dividnik-bg-2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1px;
}
@media only screen and (max-width: 500px) {
  .gora {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200%;
  }
}

.dovidnik {
  background: #4e77ff;
  padding-top: 77px;
  padding-bottom: 180px;
  background-image: url("../img/general/dovidnik-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  .dovidnik {
    background-position: bottom center;
    background-size: contain;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .dovidnik {
    background-position: bottom -8% center;
    background-size: 185%;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.dovidnik__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.dovidnik__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.dovidnik__header span.after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 16px;
  background: #ffb52c;
  left: -7px;
  width: calc(100% + 15px);
  z-index: -1;
}
@media only screen and (max-width: 938px) {
  .dovidnik__header {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  .dovidnik__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 400px) {
  .dovidnik__header {
    max-width: 285px;
    margin: 0 auto;
  }
  .dovidnik__header span.after {
    height: 10px;
  }
}
.dovidnik__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.dovidnik__navigation.mobile {
  display: none;
}
@media only screen and (max-width: 938px) {
  .dovidnik__navigation {
    display: none;
  }
  .dovidnik__navigation.mobile {
    display: flex;
    width: 100%;
    margin: 16px auto 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .dovidnik__navigation.mobile {
    justify-content: space-between;
    gap: initial;
    margin: 32px auto 0;
  }
}
.dovidnik__navigation .dovidnik-button-prev,
.dovidnik__navigation .dovidnik-button-next {
  padding: 17px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.dovidnik__navigation .dovidnik-button-prev svg path,
.dovidnik__navigation .dovidnik-button-next svg path {
  transition: all 0.5s ease-in-out;
}
.dovidnik__navigation .dovidnik-button-prev:after,
.dovidnik__navigation .dovidnik-button-next:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ffb52c;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.dovidnik__navigation .dovidnik-button-prev:hover,
.dovidnik__navigation .dovidnik-button-next:hover {
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dovidnik__navigation .dovidnik-button-prev.swiper-button-disabled,
.dovidnik__navigation .dovidnik-button-next.swiper-button-disabled {
  pointer-events: none;
}
.dovidnik__navigation .dovidnik-button-prev.swiper-button-disabled svg path,
.dovidnik__navigation .dovidnik-button-next.swiper-button-disabled svg path {
  fill: #ffb52c;
}
.dovidnik__navigation .dovidnik-button-prev.swiper-button-disabled::after,
.dovidnik__navigation .dovidnik-button-next.swiper-button-disabled::after {
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.dovidnik__navigation .dovidnik-pagination {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.dovidnik__navigation .dovidnik-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 199, 44, 0.3019607843);
  border-radius: 50%;
  transition: all 0.3s linear;
  cursor: pointer;
}
.dovidnik__navigation .dovidnik-pagination span::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  bottom: -8px;
  top: -8px;
}
.dovidnik__navigation .dovidnik-pagination span:hover {
  background: #ffb52c;
  scale: 1.1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dovidnik__navigation .dovidnik-pagination span.swiper-pagination-bullet-active {
  background: #ffb52c;
}
.dovidnik__slider {
  overflow: visible !important;
}
.dovidnik__slide {
  height: 256px;
  padding: 32px;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
}
.dovidnik__slide p {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.5px;
}
.dovidnik__slide img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dovidnik__slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .dovidnik__slide {
    padding: 23px;
    height: 200px;
  }
  .dovidnik__slide p {
    color: #fffcf6;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 400px) {
  .dovidnik__slide {
    height: 149px;
  }
  .dovidnik__slide img {
    width: 50%;
  }
}
.dovidnik .swiper-slide:nth-child(3n+1) .dovidnik__slide {
  background: #ff492c;
  transition: scale 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dovidnik .swiper-slide:nth-child(3n+1) .dovidnik__slide:hover {
  scale: 1.07;
  box-shadow: 0 0 10px #ff492c;
}
.dovidnik .swiper-slide:nth-child(3n+2) .dovidnik__slide {
  background: #55c119;
  transition: scale 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dovidnik .swiper-slide:nth-child(3n+2) .dovidnik__slide:hover {
  scale: 1.07;
  box-shadow: 0 0 10px #55c119;
}
.dovidnik .swiper-slide:nth-child(3n+3) .dovidnik__slide {
  background: #ffb52c;
  transition: scale 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dovidnik .swiper-slide:nth-child(3n+3) .dovidnik__slide:hover {
  scale: 1.07;
  box-shadow: 0 0 10px #ffb52c;
}

@media only screen and (max-width: 700px) {
  .faq {
    padding-top: 18rem;
  }
}
.faq__container {
  max-width: 1030px;
}
.faq__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #ff492c;
  width: fit-content;
  margin: 0 auto 32px;
}
.faq__header svg {
  position: absolute;
  right: -29%;
  top: -53%;
}
@media only screen and (max-width: 600px) {
  .faq__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    max-width: 300px;
  }
  .faq__header svg {
    right: -40%;
    top: -72%;
  }
}
.faq__wrapper-item {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  display: none;
}
.faq__wrapper-item.active {
  display: flex;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  background: none;
  gap: 150px;
  width: 100%;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9dabd;
}
@media only screen and (max-width: 700px) {
  .faq__question {
    gap: 30px;
  }
}
.faq__text {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-align: left;
  color: #414141;
}
@media only screen and (max-width: 700px) {
  .faq__text {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.faq__icon {
  padding: 11px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
.faq__icon svg path {
  fill: #ff492c;
  transition: all 0.3s linear;
}
.faq__question.active .faq__icon {
  background: #ff492c;
}
.faq__question.active .faq__icon svg path {
  fill: #fffcf6;
}
.faq__question.active .faq__text {
  color: #ff492c;
}
.faq__answer {
  padding: 32px;
  gap: 24px;
  flex-direction: column;
  display: none;
  background: #fcf6eb;
}
.faq__answer.active {
  display: flex;
}
.faq__answer p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #414141;
  max-width: 788px;
}
.faq__answer p span {
  color: #000;
}
@media only screen and (max-width: 700px) {
  .faq__answer p {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0%;
  }
}
.faq .faq-img-1 {
  position: absolute;
  right: -8%;
  bottom: 0;
  z-index: -1;
  width: 321px;
}
.faq .faq-img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.faq .faq-img-3 {
  position: absolute;
  left: 14%;
  bottom: 0;
  z-index: -1;
}

.form {
  background-image: url("../img/general/white-cloud-blue-sky.png");
  background-size: cover;
  padding: 80px 0 67px;
}
@media only screen and (max-width: 600px) {
  .form {
    padding: 74px 29px 80px;
  }
}
@media only screen and (max-width: 600px) {
  .form__container {
    padding: 0;
  }
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  background: #fffcf6;
  max-width: 820px;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .form__wrapper {
    padding: 24px;
  }
}
.form__header {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #4e77ff;
  margin-bottom: 24px;
  max-width: 610px;
}
@media only screen and (max-width: 600px) {
  .form__header {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 16px;
  }
}
.form__subheader {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 610px;
  color: #414141;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .form__subheader {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
  }
}
.form-btn {
  max-width: 159px;
  border: 1px solid transparent;
  margin-top: 8px;
}
@media only screen and (max-width: 600px) {
  .form-btn {
    max-width: 265px;
  }
}
.form__bottom {
  display: none;
  align-items: center;
  margin-top: 24px;
  gap: 24px;
}
@media only screen and (max-width: 600px) {
  .form__bottom {
    gap: 16px;
    margin-top: 16px;
    flex-direction: column;
  }
}
.form__bottom p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  color: #ff492c;
}
@media only screen and (max-width: 600px) {
  .form__bottom p {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 232px;
  }
}
.form__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  margin-bottom: 16px;
  flex-direction: column;
  gap: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: Gilroy;
  color: #ff492c;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 100%;
}
.wpcf7-form .input {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid #f4e6cc;
  width: 100%;
  max-width: 400px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #414141;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .wpcf7-form .input {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .wpcf7-form .input {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0%;
  }
}
.wpcf7-form .input::placeholder {
  color: #c2c2c2;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
}
.wpcf7-form .wpcf7-response-output {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
  display: none;
}

.form__img-1 {
  position: absolute;
  left: 77px;
  top: 100px;
}
@media only screen and (max-width: 1124px) {
  .form__img-1 {
    left: 20%;
    top: -70px;
    width: 69px;
  }
}
@media only screen and (max-width: 500px) {
  .form__img-1 {
    left: 0%;
    top: -70px;
    width: 69px;
  }
}

.form__img-2 {
  position: absolute;
  right: 22px;
  bottom: 61px;
}

.screen-reader-response {
  display: none;
}

.popup-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 13;
  overflow: auto;
  justify-content: center;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.0549019608);
  transition: opacity 0.3s linear;
  display: none;
  opacity: 0;
}
.popup-bg.show {
  display: flex;
  animation: fade-in 0.3s linear forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 100%;
  max-height: 100vh;
  transition: all 0.3s linear;
  display: none;
  opacity: 0;
  /* Фон треку */
  /* Ефект при наведенні */
}
@media only screen and (max-width: 700px) {
  .popup {
    overflow-y: auto;
  }
}
.popup::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popup::-webkit-scrollbar-track {
  background: #FFFCF6;
  border-radius: 10px;
}
.popup::-webkit-scrollbar-thumb {
  background: #FF492C;
  border-radius: 6px;
  height: 6px;
}
.popup::-webkit-scrollbar-thumb:hover {
  background: #bd3520;
}
.popup.show {
  display: block;
  opacity: 1;
}
.popup#thanks {
  scale: 0;
  width: fit-content;
}
.popup#thanks.show {
  scale: 1;
}
.popup__button {
  display: block;
  margin: 0 auto;
}
.popup-thanks {
  width: fit-content;
  display: flex;
  align-items: center;
}
.popup__thanks-title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #4e77ff;
  margin-bottom: 18px;
  max-width: 610px;
}
@media only screen and (max-width: 700px) {
  .popup__thanks-title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.popup__thanks-subtitle {
  color: #414141;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 24.12px */
  margin-bottom: 24px;
}
@media only screen and (max-width: 700px) {
  .popup__thanks-subtitle {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.popup__wrapper {
  display: flex;
  flex-direction: row;
  background: #fffcf6;
  max-height: 600px;
  height: 100%;
  justify-content: space-between;
  margin: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .popup__wrapper {
    height: 100vh;
    margin: 0;
    flex-direction: column;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 700px) {
  .popup__wrapper.race-popup {
    height: calc(100% + 40px);
    max-height: calc(100% + 40px);
    top: -40px;
  }
  .popup__wrapper.race-popup .popup__content {
    overflow: hidden;
  }
}
@media only screen and (max-width: 700px) {
  .popup__wrapper.dov {
    flex-direction: column-reverse;
  }
  .popup__wrapper.dov .popup__close {
    top: 1%;
    left: 88%;
    position: absolute;
  }
}
.popup__wrapper.thanks {
  width: fit-content;
  padding: 30px;
  border-radius: 10px;
  height: fit-content;
  min-width: 375px;
}
.popup__wrapper.thanks .popup__close {
  top: 10px;
  left: initial;
  right: 10px;
  position: absolute;
  padding: 0;
  background: none;
}
.popup__wrapper.thanks .popup__close svg path {
  fill: #FF492C;
}
.popup__left {
  width: 100%;
  max-width: 478px;
}
.popup__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup__left.teritori {
  max-width: 610px;
}
.popup__left.dov {
  max-width: 433px;
}
@media only screen and (max-width: 700px) {
  .popup__left.dov img {
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.popup__content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: scroll;
  /* Фон треку */
  /* Ефект при наведенні */
}
.popup__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.popup__content::-webkit-scrollbar-track {
  background: #FFFCF6;
  border-radius: 10px;
}
.popup__content::-webkit-scrollbar-thumb {
  background: #FF492C;
  border-radius: 6px;
  height: 6px;
}
.popup__content::-webkit-scrollbar-thumb:hover {
  background: #bd3520;
}
.popup__content.teritori {
  width: 100%;
  align-items: center;
  overflow: initial;
}
@media only screen and (max-width: 1109px) {
  .popup__content.teritori {
    padding: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .popup__content.teritori {
    margin-top: 80px;
  }
}
.popup__content.dov {
  width: 100%;
  align-items: center;
  overflow-y: auto;
}
@media only screen and (max-width: 1109px) {
  .popup__content.dov {
    padding: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .popup__content.dov {
    margin-top: 0;
  }
}
.popup__top {
  max-width: 598px;
  margin: 64px 100px 100px 64px;
}
@media only screen and (max-width: 1109px) {
  .popup__top {
    margin: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .popup__top {
    margin: 0 auto;
    margin: 32px 16px;
  }
}
.popup__top.teritori {
  max-width: 445px;
  margin: 60px 0;
}
@media only screen and (max-width: 700px) {
  .popup__top.teritori {
    margin: 0;
  }
}
.popup__top.teritori.dov {
  max-width: 510px;
  margin: 60px 0 0;
}
@media only screen and (max-width: 700px) {
  .popup__top.teritori.dov {
    margin: 0;
  }
}
.popup__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .popup__head.teritori {
    margin-bottom: 16px;
  }
}
.popup__head.dov {
  margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
  .popup__head.dov {
    margin-bottom: 16px;
  }
}
.popup__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.popup__button {
  display: flex;
  gap: 16px;
  margin: 0;
  align-items: center;
}
.popup__button p {
  align-items: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  height: fit-content;
  max-width: 107px;
}
@media only screen and (max-width: 700px) {
  .popup__button p {
    color: #414141;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 18.76px */
  }
}
.popup__button.left {
  color: #414141;
}
.popup__button.left svg {
  padding: 17px;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
.popup__button.right {
  color: #ff492c;
}
.popup__button.right svg {
  padding: 17px;
  border-radius: 50%;
  background: #ff492c;
  width: 58px;
  height: 58px;
}
.popup__title {
  font-family: Gilroy;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  color: var(--main-color);
}
@media only screen and (max-width: 700px) {
  .popup__title {
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: -1px;
  }
}
.popup__subtitle {
  color: var(--main-color);
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 134%;
  /* 24.12px */
}
@media only screen and (max-width: 700px) {
  .popup__subtitle {
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 134%;
    margin-bottom: 8px;
    /* 21.44px */
  }
}
.popup__numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.popup__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  color: var(--main-color);
  white-space: nowrap;
}
.popup__number svg path {
  stroke: var(--main-color);
}
.popup__dates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6px;
  row-gap: 8px;
  margin-bottom: 32px;
  width: fit-content;
}
@media only screen and (max-width: 1128px) {
  .popup__dates {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .popup__dates {
    width: 100%;
  }
}
.popup__date {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0%;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px;
  color: var(--main-color);
  background: var(--bg-color);
  text-align: center;
  transition: all 0.3s linear;
  white-space: nowrap;
}
.popup__deskr {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 16px;
}
.popup__deskr p {
  color: #414141;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 21.44px */
}
.popup__deskr.teritori {
  margin-bottom: 46px;
  gap: 16px;
}
@media only screen and (max-width: 700px) {
  .popup__deskr.teritori {
    margin-bottom: 32px;
  }
}
.popup__deskr.teritori p {
  color: #414141;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 24.12px */
}
@media only screen and (max-width: 700px) {
  .popup__deskr.teritori p {
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 18.76px */
  }
}
.popup__deskr.dov {
  margin-bottom: 60px;
  gap: 24px;
}
@media only screen and (max-width: 700px) {
  .popup__deskr.dov {
    margin-bottom: 32px;
  }
}
.popup__deskr.dov p {
  color: #414141;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 24.12px */
}
@media only screen and (max-width: 700px) {
  .popup__deskr.dov p {
    color: #414141;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 18.76px */
  }
}
.popup__deskr.dov p span {
  color: #FF492C;
}
.popup__deskr.dov p strong {
  color: #FF492C;
  font-weight: 900;
}
.popup__deskr.dov p b {
  color: #FF492C;
  font-weight: 700;
}
.popup__dov-btn {
  display: block;
  color: #FF492C;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.4px;
  border-radius: 16px;
  border: 1px solid #FF492C;
  padding: 14px 32px;
  width: fit-content;
  margin-top: 8px;
  min-width: 295px;
  cursor: pointer;
  text-align: center;
}
.popup__list {
  background: #4e77ff;
  padding: 32px 16px 100px 64px;
}
@media only screen and (max-width: 700px) {
  .popup__list {
    padding: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .popup__list {
    padding: 32px 16px 50px;
  }
}
.popup__list h3 {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 32px */
  letter-spacing: -1px;
  margin-bottom: 24px;
  padding-top: 32px;
}
@media only screen and (max-width: 700px) {
  .popup__list h3 {
    color: #fffcf6;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 20px */
    letter-spacing: -1px;
  }
}
.popup__list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup__list li {
  display: flex;
  gap: 16px;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 24.12px */
  max-width: 587px;
}
@media only screen and (max-width: 700px) {
  .popup__list li {
    color: #fff;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 18.76px */
  }
}
.popup__list li img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.popup__list-img {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  max-width: 85%;
}
.popup__close {
  position: fixed;
  top: 30px;
  right: 30px;
  background: none;
  z-index: 10;
  transition: all 0.3s linear;
  cursor: pointer;
}
.popup__close svg {
  transition: all 0.3s linear;
}
.popup__close:hover svg {
  scale: 1.1;
}
@media only screen and (max-width: 1000px) {
  .popup__close {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .popup__close {
    padding: 4px;
    border-radius: 8px;
    background: #FF492C;
    position: sticky;
    width: fit-content;
    height: fit-content;
    display: block;
    top: 20px;
    left: 88%;
    right: initial;
  }
  .popup__close svg path {
    fill: #fff;
  }
}
.popup input[name=text-455] {
  display: none;
}
.popup .form__wrapper {
  max-width: 640px;
  align-items: start;
}
.popup .form__wrapper .input {
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  .popup .form__wrapper {
    padding: 40px 16px;
  }
}
.popup .form-btn {
  max-width: 100%;
  width: 100%;
}
.popup .wpcf7-form-control-wrap {
  width: 100%;
}
.popup .wpcf7.js {
  width: 100%;
}
.popup .form__header {
  text-align: left;
}
.popup .form__subheader {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .popup .form__bottom {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
    justify-content: space-between;
  }
  .popup .form__bottom p {
    text-align: left;
  }
}

.dropdown {
  position: relative;
  width: 100%;
  display: none;
  margin-bottom: 64px;
}
@media only screen and (max-width: 700px) {
  .dropdown {
    display: block;
  }
}

.dropdown-toggle {
  width: 100%;
  padding: 16px 24px;
  background: #ebebeb;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -4%;
  color: #161616;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.dropdown-toggle svg {
  transition: all 0.3s linear;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 10px;
  padding: 35px 20px 35px 0;
  opacity: 0;
}

.dropdown-wrapper {
  max-height: 305px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.dropdown-menu button {
  padding: 10px 39px 10px 59px;
  cursor: pointer;
  border: none;
  text-align: left;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

.dropdown.active .dropdown-menu {
  height: 375px;
  opacity: 1;
}

.dropdown.active .dropdown-toggle svg {
  transform: rotate(180deg);
}

.form-slider-wrapper {
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: 100px auto 50px;
}
@media only screen and (max-width: 700px) {
  .slider-container {
    margin: 100px 30px 50px;
    max-width: 100%;
    width: initial;
  }
}

.slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: inherit;
  height: 4px;
  background: #f7f7f7;
  border-radius: 5px;
  outline: none;
}
.slider::before {
  position: absolute;
  content: "100";
  top: 400%;
  left: 0;
  color: #7a7a7a;
  transform: translateX(-50%);
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}
.slider::after {
  position: absolute;
  content: "50000";
  top: 400%;
  right: 0;
  color: #7a7a7a;
  transform: translateX(50%);
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 27px;
  height: 27px;
  background: #c4daf2;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-value {
  position: absolute;
  top: -50px;
  left: 0;
  transform: translateX(-30%);
  background: #c4daf2;
  color: #262626;
  padding: 8px 15px;
  border-radius: 100px;
  font-family: Onest;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
}

.form-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 32px;
  bottom: 46px;
  width: calc(100% - 64px);
}
.form-buttons-right {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.form-prev,
.form-next {
  padding: 10px;
  border-radius: 8px;
  background-color: #262626;
  border: 1px solid transparent;
  cursor: pointer;
}
.form-prev svg path,
.form-next svg path {
  fill: #eaeff3;
}
.form-prev.swiper-button-disabled,
.form-next.swiper-button-disabled {
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
}
.form-prev.swiper-button-disabled svg path,
.form-next.swiper-button-disabled svg path {
  fill: #d9d9d9;
}

.popup__inputs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 636px;
  margin: 0 auto 24px;
}
.popup__inputs input {
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  font-family: Onest;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -2%;
  color: #d3d3d3;
  text-transform: uppercase;
}

.popup__last-fields {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  max-width: 636px;
  margin: 0 auto 32px;
  color: #7a7a7a;
}
.popup__last-fields a {
  font-weight: 700;
  text-decoration: underline;
}

.popup__submit {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 16px 90.5px;
  border-radius: 8px;
  background: #262626;
  height: fit-content;
  display: flex;
}
@media only screen and (max-width: 863px) {
  .popup__submit {
    margin-bottom: 0;
    max-width: 500px;
    display: flex;
    justify-content: center;
  }
}

.video-popup-wrapper .popup__close {
  right: 0;
  top: -5%;
  cursor: pointer;
}
@media only screen and (max-width: 891px) {
  .video-popup-wrapper .popup__close {
    top: -48px;
    position: absolute;
    left: initial;
    right: 5px;
  }
}
.video-vidguk {
  height: 80vh;
  max-height: 600px;
}

footer {
  background: #4e77ff;
  padding: 36px 10px 46px;
  overflow: hidden;
}
footer .container {
  max-width: 1240px;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 32px 10px 24px;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 700px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
  }
}
.footer__logo {
  width: 100%;
  max-width: 178px;
  gap: 34px;
  display: flex;
  flex-direction: column;
}
.footer__logo a p {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 21.44px */
  margin-top: 8px;
}
@media only screen and (max-width: 700px) {
  .footer__logo {
    gap: 32px;
    align-items: center;
  }
  .footer__logo a:last-child {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__logo a:last-child img {
    width: fit-content;
  }
}
.footer__left-first, .footer__left-second {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 190px;
  width: 100%;
}
.footer__left-first a, .footer__left-second a {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  transition: color 0.3s ease;
}
.footer__left-first a:first-child, .footer__left-second a:first-child {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.footer__left-first a:hover, .footer__left-second a:hover {
  color: #ff492c;
}
@media only screen and (max-width: 700px) {
  .footer__left-first, .footer__left-second {
    align-items: center;
  }
  .footer__left-first a, .footer__left-second a {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.footer__right-first, .footer__right-second {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 295px;
  width: 100%;
}
.footer__right-first p, .footer__right-second p {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  /* 24.12px */
}
@media only screen and (max-width: 700px) {
  .footer__right-first p, .footer__right-second p {
    text-align: center;
    font-size: 14px;
  }
}
.footer__right-first a, .footer__right-second a {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}
@media only screen and (max-width: 700px) {
  .footer__right-first a, .footer__right-second a {
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.footer__right-first-contacts, .footer__right-second-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__right-first-contact, .footer__right-second-contact {
  display: flex;
  flex-direction: column;
}
.footer__right-first-contact a, .footer__right-second-contact a {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 134%;
  /* 21.44px */
}
@media only screen and (max-width: 700px) {
  .footer__right-first-contact a, .footer__right-second-contact a {
    text-align: center;
    font-size: 14px;
  }
}
.footer__right-first-contact p, .footer__right-second-contact p {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 21.44px */
}
@media only screen and (max-width: 700px) {
  .footer__right-first-contact p, .footer__right-second-contact p {
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .footer__right-first, .footer__right-second {
    align-items: center;
  }
}
.footer__right-bottom {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: solid 1px #688bff;
}
@media only screen and (max-width: 700px) {
  .footer__right-bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 26px;
  }
}
.footer__right-bottom p {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 21.44px */
}
.footer__right-bottom a {
  color: #fffcf6;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 21.44px */
}
.footer__right-bottom-contact {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 700px) {
  .footer__right-bottom-contact {
    order: -1;
  }
}