html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  display: block;
  text-decoration: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: unset;
  background-color: rgba(0, 0, 0, 0);
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"),
    url("/public/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-Regular.woff") format("woff"),
    url("/public/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"),
    url("/public/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-ExtraLight.woff") format("woff"),
    url("/public/fonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"),
    url("/public/fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-Thin.woff") format("woff"),
    url("/public/fonts/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"),
    url("/public/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-Light.woff") format("woff"),
    url("/public/fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"),
    url("/public/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-Bold.woff") format("woff"),
    url("/public/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/public/fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"),
    url("/public/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/public/fonts/Circe-ExtraBold.woff") format("woff"),
    url("/public/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
}
body.active {
  overflow: hidden;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 650px;
  }
}
@media screen and (max-width: 560px) {
  .container {
    padding: 0 20px;
  }
}
.main {
  overflow: hidden;
  position: relative;
}
img {
  vertical-align: bottom;
}
label {
  will-change: transform;
}
.invalid-input {
  border: 1px solid red !important;
}
.invalid-input + .form-label {
  left: 15px;
}
.invalid-input-non-animation {
  border: 1px solid red;
}
.form-label-valid {
  -webkit-transform: translateY(-100%) scale(0.7);
  -ms-transform: translateY(-100%) scale(0.7);
  transform: translateY(-100%) scale(0.7);
}
.popup-button {
  cursor: pointer;
}
.fancybox__container {
  z-index: 10000;
}
.fancybox__thumbs,
.fancybox__toolbar__items--left,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs {
  display: none;
}
.fancybox__backdrop {
  background: #fff;
}
.fancybox__toolbar {
  background: none;
}
.carousel__button svg,
.carousel__button svg path {
  stroke: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.sending {
  pointer-events: none;
}
form.sending button {
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
form.sending button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#1a1a1a),
    to(#fff)
  );
  background: linear-gradient(to left, #1a1a1a, #fff);
  -webkit-animation: waitFormSending 0.5s linear infinite alternate;
  animation: waitFormSending 0.5s linear infinite alternate;
}
form.sending button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1a1a),
    to(#fff)
  );
  background: linear-gradient(to right, #1a1a1a, #fff);
  -webkit-animation: waitFormSending 0.5s linear infinite alternate;
  animation: waitFormSending 0.5s linear infinite alternate;
}
@-webkit-keyframes waitFormSending {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes waitFormSending {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.form__succsess {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.form__succsess-inner {
  position: relative;
  width: 290px;
  background-color: #fff;
  padding: 20px 30px;
  height: 160px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__succsess-close {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}
.form__succsess-close:before,
.form__succsess-close:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 15%;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.form__succsess-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form__succsess-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form__succsess-text {
  text-align: center;
  margin-top: 20px;
  font-family: "Lora";
  font-weight: 400;
  color: #000;
}
button {
  position: relative;
}
.btn-wrap-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-105px);
  -ms-transform: translateX(-105px);
  transform: translateX(-105px);
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  pointer-events: none;
}
.checkbox-text a{ 
    color: rgb(2, 168, 226);
    
  } 
.consult__form .checkbox-wrapper{
    order: 5;
}
.btn-wrap-effect .btn-effect {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.4))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
@-webkit-keyframes flash {
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes flash {
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.btn-noise-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: noise;
  animation-name: noise;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  pointer-events: none;
  z-index: -1;
}
.btn-noise-effect .btn-effect {
  opacity: 0.2;
  background-color: #3626a7;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}
@-webkit-keyframes noise {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  83% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes noise {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  83% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.form-container {
  position: relative;
}
.form-input:focus ~ .form-label,
.form-input:valid ~ .form-label,
.form-input.input-valid ~ .form-label {
  -webkit-transform: translateY(-100%) scale(0.7);
  -ms-transform: translateY(-100%) scale(0.7);
  transform: translateY(-100%) scale(0.7);
}
.footer__form-button {
  cursor: pointer;
}
.popup {
  height: calc(100vh - 140px);
  width: 100%;
  overflow-y: auto;
  padding: 70px 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-height: 600px) {
  .popup.active {
    display: block !important;
  }
}
.popup.popup-video .popup__inner {
  max-width: 720px;
  height: 400px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
.popup.popup-video .popup__inner iframe {
  width: 100%;
  height: 100%;
}
.popup-close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .popup-close {
    right: 15px;
    top: 15px;
  }
}
.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
.popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup__inner {
  padding: 40px 45px;
  max-width: 470px;
  width: calc(100% - 90px);
  background-color: #3626a7;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .popup__inner {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
}
.popup__title {
  font-family: "Circe", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.23;
  color: #fff;
}
.popup__subtitle {
  margin-top: 20px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
}
.popup__form {
  margin-top: 30px;
}
.popup .form-container {
  position: relative;
  margin-bottom: 30px;
}
.popup .form-container input {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 20px 10px 20px;
  width: calc(100% - 42px);
  border-radius: 30px;
}
.popup .form-container label {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.popup__form-button {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  cursor: pointer;
  color: #fff;
  background-color: #ff331f;
  padding: 18px 10px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 30px;
  overflow: hidden;
}
.popup__thanks {
  display: none;
  margin-top: 30px;
  width: calc(100% - 40px);
  padding: 24px 20px;
  background-color: #289328;
  color: #fff;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.popup__free {
  margin-top: 20px;
  font-family: "Circe", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.popup-wechat .popup__inner {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  max-width: 560px;
  width: 100%;
}
.popup-wechat .popup__wechat-bg {
  width: 100%;
  height: 100%;
}
.popup-wechat .popup__wechat-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup-wechat .wechat__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-wechat .wechat__title {
  font-family: "Circe", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.17;
  color: #000;
}
.popup-wechat .wechat__subtitle {
  margin-top: 5px;
  font-family: "Circe", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
}
.popup-wechat .wechat__phone-btn {
  margin-top: 20px;
  background-color: #2dc100;
  padding: 15px 20px;
  min-width: 110px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  cursor: pointer;
}
.popup-wechat .wechat__phone-btn.active .phone {
  display: none;
}
.popup-wechat .wechat__phone-btn.active .copied {
  display: block;
}
.popup-wechat .wechat__phone-btn span {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  color: #fff;
}
.popup-wechat .wechat__phone-btn .copied {
  display: none;
}
.wechat__btn {
  position: fixed;
  bottom: 5vh;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  .wechat__btn {
    right: 20px;
    background-color: #2dc100;
    width: calc(100% - 80px);
    padding: 15px 20px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .wechat__btn {
    padding: 10px 20px;
  }
}
.wechat__btn-icon {
  width: 56px;
  height: 56px;
  background-image: url("/public/icons/wechat-icon.svg");
  background-repeat: no-repeat;
  background-size: 42px 42px;
  background-position: center center;
  border-radius: 50%;
  background-color: #2dc100;
}
@media screen and (max-width: 768px) {
  .wechat__btn-icon {
    border-radius: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-right: 10px;
  }
}
.wechat__btn-text {
  display: none;
  background-color: #fff;
  padding: 0 35px;
  width: 110px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .wechat__btn-text {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wechat__btn-text span {
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .wechat__btn-text span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0d0106;
  padding: 20px 40px;
  width: calc(100% - 80px);
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.header__logo {
  width: 180px;
}
.header__logo img {
  width: 100%;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header__info {
    position: absolute;
    top: 52px;
    left: -40px;
    width: calc(100% + 80px);
    padding: 30px 0;
    background-color: #0d0106;
    gap: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 999;
  }
}
.header__info.active {
  opacity: 1;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__nav-list li {
  position: relative;
}
.header__nav-list li:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.header__nav-list li:hover:before {
  max-width: 100%;
  right: auto;
  left: 0;
}
.header__nav-list li a {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-list li a.active {
  opacity: 0.7;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .header__contacts {
    margin-top: 40px;
  }
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.header__contacts-item span,
.header__contacts-item a {
  font-family: "Circe", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
}
.header__button {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  color: #fff;
  padding: 12px 30px;
  background-color: #3626a7;
  border-radius: 30px;
  border: none;
  outline: none;
  cursor: pointer;
}
.header__language {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__language-current {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  position: relative;
}
.header__language-current:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-width: 4px 3px 0 3px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__language-current:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 120px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
}
.header__language-current:hover:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.header__language-current:hover + .header__language-list {
  display: block;
}
.header__language-list {
  display: none;
  z-index: 30;
  position: absolute;
  top: 35px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding: 18px 20px;
  width: 30px;
  background-color: #0d0106;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.header__language-list:hover {
  display: block;
}
.header__language-list:before {
  content: "";
  position: absolute;
  top: -20px;
  border: solid rgba(0, 0, 0, 0);
  border-bottom-color: #0d0106;
  border-width: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.header__language-list:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 120px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.header__language-list li {
  margin-bottom: 15px;
}
.header__language-list li:last-child {
  margin-bottom: 0;
}
.header__language-list li a {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  color: #fff;
}
.burger-menu_button {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
@media screen and (max-width: 1200px) {
  .burger-menu_button {
    display: block;
  }
}
.burger-menu_button.active {
  opacity: 1;
}
.burger-menu_button.active .burger-menu_lines {
  background-color: rgba(0, 0, 0, 0);
}
.burger-menu_button.active .burger-menu_lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-menu_button.active .burger-menu_lines::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_lines {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-menu_lines::before {
  content: "";
  top: -10px;
}
.burger-menu_lines::after {
  content: "";
  top: 10px;
}
.section-intro {
  margin-top: 78px;
  padding: 80px 0 50px;
  position: relative;
}
@media screen and (max-width: 560px) {
  .section-intro {
    padding-top: 40px;
  }
}
.section-intro:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  background-color: #f0eff4;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .section-intro:before {
    right: 0;
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intro:before {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .section-intro:before {
    top: inherit;
    bottom: 0;
    width: 750px;
    height: 420px;
  }
}
.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 550px;
}
.intro:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background-image: url("/public/icons/violet-light.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 800px;
  }
}
.intro__left {
  max-width: 575px;
}
@media screen and (max-width: 960px) {
  .intro__left {
    max-width: 100%;
  }
}
.intro__title {
  font-family: "Circe", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 90px;
  color: #0d0106;
}
@media screen and (max-width: 560px) {
  .intro__title {
    font-size: 54px;
    line-height: 64px;
  }
}
@media screen and (max-width: 414px) {
  .intro__title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 375px) {
  .intro__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.intro__subtitle {
  margin-top: 20px;
  max-width: 420px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #564d51;
}
.intro__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 400px) {
  .intro__buttons {
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.intro__buttons button {
  border: none;
  outline: none;
  cursor: pointer;
}
.intro__buttons-brochure {
  padding: 6px 10px 6px 30px;
  background-color: #3626a7;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .intro__buttons-brochure {
    padding: 6px 10px 6px 20px;
  }
}
@media screen and (max-width: 360px) {
  .intro__buttons-brochure {
    padding: 6px 5px 6px 15px;
  }
}
.intro__buttons-brochure span {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .intro__buttons-brochure span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  .intro__buttons-brochure span {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 320px) {
  .intro__buttons-brochure span {
    font-size: 12px;
    line-height: 18px;
  }
}
.intro__buttons-brochure span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("/public/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  .intro__buttons-brochure span:after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .intro__buttons-brochure span:after {
    width: 30px;
    height: 30px;
  }
}
.intro__buttons-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}
.intro__buttons-video__icon {
  margin-right: 10px;
  width: 53px;
  height: 53px;
  background-color: #3626a7;
  background-image: url("/public/icons/short-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 10px 17px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 400px) {
  .intro__buttons-video__icon {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .intro__buttons-video__icon {
    width: 35px;
    height: 35px;
    background-size: 7px 14px;
  }
}
.intro__buttons-video span {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #0d0106;
  width: 120px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .intro__buttons-video span {
    width: 65px;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .intro__buttons-video span {
    font-size: 12px;
    line-height: 16px;
  }
}
.intro__buttons-video span.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .intro__right {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
.intro__cards div {
  position: absolute;
  max-width: 240px;
  width: 100%;
  padding: 22px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 560px) {
  .intro__cards div {
    max-width: 220px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 430px) {
  .intro__cards div {
    padding: 18px 10px;
  }
}
.intro__cards div img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__cards div span {
  display: block;
  max-width: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #3626a7;
}
@media screen and (max-width: 960px) {
  .intro__cards div span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 560px) {
  .intro__cards div span {
    max-width: 150px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 430px) {
  .intro__cards div span {
    max-width: 130px;
    font-size: 13px;
    line-height: 17px;
  }
}
.intro__cards div:nth-child(1) {
  top: 0;
  right: 100px;
}
.intro__cards div:nth-child(1) img {
  width: 65px;
  height: 80px;
  left: 10px;
}
@media screen and (max-width: 430px) {
  .intro__cards div:nth-child(1) img {
    left: -5px;
  }
}
.intro__cards div:nth-child(1) span {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .intro__cards div:nth-child(1) {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .intro__cards div:nth-child(1) {
    top: 50px;
    right: 30px;
  }
}
@media screen and (max-width: 560px) {
  .intro__cards div:nth-child(1) {
    top: 20px;
    right: 20px;
  }
}
.intro__cards div:nth-child(2) {
  right: 0;
  bottom: 180px;
}
.intro__cards div:nth-child(2) img {
  width: 116px;
  height: 118px;
  right: -25px;
}
@media screen and (max-width: 1024px) {
  .intro__cards div:nth-child(2) {
    right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .intro__cards div:nth-child(2) {
    bottom: 10px;
    right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .intro__cards div:nth-child(2) {
    bottom: 50px;
    right: 20px;
  }
}
.intro__cards div:nth-child(3) {
  left: 480px;
  bottom: 20px;
  max-width: 140px;
}
.intro__cards div:nth-child(3) img {
  width: 112px;
  height: 100px;
  left: -25px;
}
.intro__cards div:nth-child(3) span {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .intro__cards div:nth-child(3) {
    top: 160px;
    left: 50px;
    bottom: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 560px) {
  .intro__cards div:nth-child(3) {
    top: 120px;
    left: 30px;
  }
}
@media screen and (max-width: 430px) {
  .intro__cards div:nth-child(3) {
    top: 150px;
  }
}
.intro-house-bg {
  width: 700px;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 250px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .intro-house-bg {
    right: -200px;
  }
}
@media screen and (max-width: 960px) {
  .intro-house-bg {
    bottom: 0;
    top: inherit;
    right: -50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 560px) {
  .intro-house-bg {
    width: 600px;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 414px) {
  .intro-house-bg {
    width: 500px;
    height: 450px;
  }
}
.section-best {
  position: relative;
  padding: 100px 0 80px;
  background-color: #0d0106;
}
.section-best:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -180px;
  background-image: url("/public/icons/blue-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 600px;
}
@media screen and (max-width: 960px) {
  .section-best {
    padding-bottom: 0;
  }
}
.best {
  position: relative;
}
.best__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .best__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.best__title {
  font-family: "Circe", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 109px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .best__title {
    font-size: 40px;
    line-height: 62px;
  }
}
@media screen and (max-width: 375px) {
  .best__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.best__rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .best__rewards {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .best__rewards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .best__rewards {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
}
.best__rewards-trophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.best__rewards-trophy img {
  width: 40px;
  height: 44px;
}
@media screen and (max-width: 480px) {
  .best__rewards-trophy img {
    width: 30px;
    height: 33px;
  }
}
.best__rewards-trophy span {
  width: 100px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .best__rewards-trophy span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .best__rewards-trophy span {
    font-size: 16px;
    line-height: 22px;
  }
}
.best__rewards-properties {
  width: 200px;
  height: 80px;
}
@media screen and (max-width: 560px) {
  .best__rewards-properties {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .best__rewards-properties {
    display: block;
    width: 120px;
    height: 60px;
  }
}
.best__rewards-properties img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.best__slider {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .best__slider {
    margin-top: 50px;
  }
}
.best__slider-slide {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  -webkit-box-shadow: 0 50px 60px 0 rgba(0, 2, 40, 0.5);
  box-shadow: 0 50px 60px 0 rgba(0, 2, 40, 0.5);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  width: calc(100% - 60px) !important;
}
@media screen and (max-width: 960px) {
  .best__slider-slide {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 430px) {
  .best__slider-slide {
    padding: 20px 20px 160px;
    width: calc(100% - 40px) !important;
  }
}
@media screen and (max-width: 375px) {
  .best__slider-slide {
    padding: 20px 20px 150px;
  }
}
.best__slider-slide__left {
  position: relative;
  padding: 30px;
  max-width: 410px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .best__slider-slide__left {
    max-width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .best__slider-slide__left {
    padding: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 400px) {
  .best__slider-slide__left {
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
}
.slide__more-info {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  background-image: url("/public/icons/best/more-info.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .slide__more-info {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .slide__more-info {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .slide__more-info {
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 960px) {
  .slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .slide__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.slide__title {
  width: 95%;
  font-family: "Circe", sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 33px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .slide__title {
    font-size: 23px;
    line-height: 23px;
    font-weight: 800;
    width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .slide__title {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .slide__title {
    font-size: 20px;
    line-height: 20px;
  }
}
.slide__subtitle {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .slide__subtitle {
    margin-top: 0;
    width: 210px;
  }
}
.slide__subtitle p {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .slide__subtitle p {
    font-size: 12px;
    line-height: 18px;
  }
}
.slide__features {
  margin-top: 20px;
  position: relative;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 109px;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  .slide__features {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
    min-height: 90px;
  }
}
@media screen and (max-width: 560px) {
  .slide__features {
    padding: 15px 0;
  }
}
@media screen and (max-width: 320px) {
  .slide__features {
    min-height: 80px;
  }
}
.slide__features:before,
.slide__features:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: silver;
}
.slide__features:before {
  top: 0;
}
@media screen and (max-width: 960px) {
  .slide__features:before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .slide__features:before {
    display: block;
  }
}
.slide__features:after {
  bottom: 0;
}
.slide__features div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 125px;
  flex: 1 1 125px;
  text-align: center;
}
.slide__features div img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .slide__features div img {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 375px) {
  .slide__features div img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 320px) {
  .slide__features div img {
    width: 26px;
    height: 26px;
  }
}
.slide__features div p {
  margin-top: 5px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .slide__features div p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}
.slide__more {
  margin-top: 50px;
  max-width: 280px;
}
@media screen and (max-width: 960px) {
  .slide__more {
    margin-top: 20px;
    max-width: 210px;
  }
}
.slide__more-title {
  font-family: "Circe", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .slide__more-title {
    font-size: 23px;
    line-height: 23px;
  }
}
@media screen and (max-width: 400px) {
  .slide__more-title {
    font-size: 21px;
    line-height: 21px;
    max-width: 190px;
  }
}
@media screen and (max-width: 375px) {
  .slide__more-title {
    font-size: 18px;
    line-height: 18px;
    max-width: 170px;
  }
}
.slide__more-button {
  min-width: 280px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3626a7;
  padding: 10px 10px 10px 30px;
  border: none;
  outline: none;
  border-radius: 35px;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .slide__more-button {
    padding: 5px 5px 5px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
    min-width: 150px;
  }
}
.slide__more-button span {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .slide__more-button span {
    font-size: 12px;
    line-height: 17px;
  }
}
.slide__more-button span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-image: url("/public/icons/download.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .slide__more-button span:after {
    width: 35px;
    height: 35px;
    margin-left: 20px;
  }
}
.best__slider-slide__right {
  max-width: 420px;
  width: 100%;
  margin-bottom: 90px;
}
.slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 560px) {
  .slide__pagination {
    gap: 10px;
  }
}
.slide__pagination span.slide__pagination-bullet {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 400px) {
  .slide__pagination span.slide__pagination-bullet {
    font-size: 14px;
    line-height: 18px;
  }
}
.slide__pagination span.slide__pagination-bullet-active:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 150px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .slide__pagination span.slide__pagination-bullet-active:after {
    width: 100px;
  }
}
@media screen and (max-width: 560px) {
  .slide__pagination span.slide__pagination-bullet-active:after {
    width: 50px;
  }
}
@media screen and (max-width: 430px) {
  .slide__pagination span.slide__pagination-bullet-active:after {
    width: 40px;
  }
}
@media screen and (max-width: 375px) {
  .slide__pagination span.slide__pagination-bullet-active:after {
    width: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .slide__card {
    display: none;
  }
}
.slide__card-item {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 225px;
  border-radius: 10px;
  display: none;
}
.slide__card-item.active {
  display: block;
}
.slide__card-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.slide__card-item p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
}
.slide__card-item-mobile {
  margin-top: 10px;
  position: relative;
  width: 210px;
  height: calc(100% - 10px);
  border-radius: 10px;
  display: none;
}
.slide__card-item-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.slide__card-item-mobile p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  width: calc(100% - 40px);
}
@media screen and (max-width: 960px) {
  .slide__card-item-mobile {
    display: block;
  }
}
.slide__bottom {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .slide__bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .slide__bottom .left {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .slide__bottom .right {
    display: none;
  }
}
.best__slider-navigation {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.best__slider-navigation button {
  outline: none;
  cursor: pointer;
}
.best__slider-navigation__prev {
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-image: url("/public/icons/arrow-long.svg");
  background-repeat: no-repeat;
  background-size: 30px 11px;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 430px) {
  .best__slider-navigation__prev {
    width: 57px;
    height: 57px;
  }
}
@media screen and (max-width: 375px) {
  .best__slider-navigation__prev {
    width: 40px;
    height: 40px;
    background-size: 20px 7px;
  }
}
.best__slider-navigation__next {
  width: 280px;
  padding: 22px 20px;
  background-color: #3626a7;
  border: none;
  border-radius: 35px;
}
@media screen and (max-width: 430px) {
  .best__slider-navigation__next {
    width: 70%;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 375px) {
  .best__slider-navigation__next {
    padding: 14px 20px;
  }
}
.best__slider-navigation__next span {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .best__slider-navigation__next span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .best__slider-navigation__next span {
    font-size: 13px;
    line-height: 17px;
  }
}
.best__slider-navigation__next span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 11px;
  background-image: url("/public/icons/arrow-long.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: auto;
}
.best__slider-absolute {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 420px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .best__slider-absolute {
    max-width: 380px;
  }
}
@media screen and (max-width: 560px) {
  .best__slider-absolute {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 375px) {
  .best__slider-absolute {
    width: calc(100% - 40px);
  }
}
.section-consult {
  padding: 50px 0;
  background-color: #0d0106;
}
.consult {
  background-color: #3626a7;
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .consult {
    padding: 30px 20px;
  }
}
.consult__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.consult__title {
  font-family: "Circe", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .consult__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.consult__descr {
  margin-top: 10px;
  max-width: 685px;
}
.consult__descr p {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
.consult__img {
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .consult__img {
    display: none;
  }
}
.consult__img-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consult__img-images div {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.consult__img-images div img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
}
.consult__img-images div:nth-child(1) {
  background-color: #e6e3f9;
  margin-right: -15px;
  z-index: 2;
}
.consult__img-images div:nth-child(2) {
  background-color: #d7eeff;
  z-index: 1;
}
.consult__img-images div:nth-child(2) img {
  width: 93px;
  height: 83px;
}
.consult__img p {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.consult__img-mobile {
  display: none;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .consult__img-mobile {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .consult__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .consult__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }
}
.consult__form form {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .consult__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .consult__form form {
    width: 100%;
  }
}
.consult__form form .form-container {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .consult__form form .form-container {
    max-width: 100%;
  }
}
.consult__form form .form-input {
  padding: 15px 20px;
  width: calc(100% - 40px);
  border: 1px solid #fff;
  border-radius: 30px;
  outline: none;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
}
.consult__form form .form-button {
    max-width: 260px;
  width: 100%;
  padding: 15px;
  border: none;
  outline: none;
  background-color: #ff331f;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .consult__form form .form-button {
    max-width: 300px;
  }
}
@media screen and (max-width: 430px) {
  .consult__form form .form-button {
    max-width: 100%;
  }
}
.section-provide {
  padding: 60px 0;
  background-color: #0d0106;
}
.provide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .provide__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.provide__title {
  max-width: 450px;
  font-family: "Circe", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 72px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .provide__title {
    font-size: 38px;
    line-height: 44px;
    max-width: 270px;
  }
}
.provide__subtitle {
  max-width: 410px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #f3f3f3;
}
@media screen and (max-width: 960px) {
  .provide__subtitle {
    max-width: 550px;
  }
}
.provide__features {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.provide__features-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .provide__features-item {
    padding: 8px 10px;
  }
}
.provide__features-item.popup-button {
  border-color: #ff331f;
  border-width: 2px;
  color: #ff331f;
  font-weight: 700;
  min-width: 110px;
}
.section-still {
  padding-bottom: 50px;
  background-color: #0d0106;
  overflow: hidden;
}
.still {
  margin-top: 40px;
}
.still__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 360px) {
  .still__list {
    gap: 10px;
  }
}
.still__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #3626a7;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .still__card {
    padding: 15px;
    width: calc(100% - 30px);
    height: 100%;
  }
}
@media screen and (max-width: 360px) {
  .still__card {
    padding: 15px 10px;
    width: calc(100% - 20px);
  }
}
.still__card img {
  width: 130px;
  height: 115px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .still__card img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 110px;
    height: 95px;
  }
}
@media screen and (max-width: 960px) {
  .still__card img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .still__card {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .still__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .still__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .still__top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.still__title {
  max-width: 470px;
  font-family: "Circe", sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 69px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .still__title {
    font-size: 25px;
    line-height: 31px;
    max-width: 235px;
  }
}
.still__top-subtitle__mobile {
  display: none;
  max-width: 245px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .still__top-subtitle__mobile {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .still__top-subtitle__mobile {
    max-width: 300px;
    margin-top: 15px;
  }
}
.still__top-right {
  max-width: 535px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .still__top-right {
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .still__top-right {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 430px) {
  .still__top-right {
    width: 100%;
  }
}
.still__top-descr p {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .still__top-descr {
    display: none;
  }
}
.still__top-btn {
  margin-top: 10px;
  border-radius: 30px;
  background-color: #ff331f;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  color: #fff;
  border: none;
  outline: none;
  padding: 15px 30px;
  width: calc(100% - 60px);
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .still__top-btn {
    min-width: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    padding: 12px 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 430px) {
  .still__top-btn {
    width: calc(100% - 60px);
  }
}
.still__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 560px) {
  .still__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .still__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 360px) {
  .still__bottom {
    gap: 10px;
  }
}
.still__bottom .still__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .still__bottom .still__card {
    gap: 0;
  }
}
.still__bottom-left .still__title {
  font-family: "Circe", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 54px;
}
@media screen and (max-width: 960px) {
  .still__bottom-left .still__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 560px) {
  .still__bottom-left .still__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .still__bottom-left .still__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .still__bottom-left .still__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.still__bottom-btn {
  margin-top: 10px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
  padding: 15px 30px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .still__bottom-btn {
    padding: 10px 40px;
    min-width: auto;
  }
}
@media screen and (max-width: 430px) {
  .still__bottom-btn {
    padding: 10px 15px;
    min-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .still__bottom-btn {
    padding: 10px 10px;
  }
}
.still__bottom-btn span {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #3626a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.still__bottom-btn .arrow {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 360px) {
  .still__bottom-btn .arrow {
    width: 15px;
    height: 15px;
  }
}
.still__bottom-btn .arrow svg {
  width: 100%;
  height: 100%;
}
.still__bottom-btn .arrow svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.still__bottom-btn:hover {
  background-color: #ff331f;
}
.still__bottom-btn:hover span {
  color: #fff;
}
.still__bottom-btn:hover .arrow svg path {
  fill: #fff;
}
.still__more {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .still__more {
    margin-top: 40px;
  }
}
.still__more-block {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.still__more-block.active {
  opacity: 1;
}
.still__invest {
  position: relative;
}
@media screen and (max-width: 960px) {
  .still__invest.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }
}
.still__invest-list__line {
  position: absolute;
  width: 70px;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.still__invest-list__line .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 960px) {
  .still__invest-list__line {
    display: none;
  }
}
.still__invest-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.still__invest-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 60px);
  background-color: #3626a7;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .still__invest-list:before {
    left: 27px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 560px) {
  .still__invest-list:before {
    left: 22px;
  }
}
@media screen and (max-width: 960px) {
  .still__invest-list {
    gap: 40px;
  }
}
.still__invest-list__item {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .still__invest-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .still__invest-list__item {
    gap: 20px;
  }
}
.still__invest-list__item:nth-child(even) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media screen and (max-width: 960px) {
  .still__invest-list__item:nth-child(even) {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.still__invest-list__item .text {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .still__invest-list__item .text {
    max-width: 260px;
  }
}
@media screen and (max-width: 400px) {
  .still__invest-list__item .text {
    max-width: 230px;
  }
}
@media screen and (max-width: 360px) {
  .still__invest-list__item .text {
    max-width: 210px;
  }
}
@media screen and (max-width: 360px) {
  .still__invest-list__item .text {
    max-width: 190px;
  }
}
.still__invest-list__item .title {
  font-family: "Circe", sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 42px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .still__invest-list__item .title {
    font-size: 16px;
    line-height: 19px;
  }
}
.still__invest-list__item .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
  margin: 10px 0;
}
.still__invest-list__item .subtitle {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .still__invest-list__item .subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 360px) {
  .still__invest-list__item .subtitle {
    font-size: 13px;
    line-height: 17px;
  }
}
.still__invest-list__item .number {
  font-family: "Circe", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  color: #3626a7;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #3626a7;
  background-color: #0d0106;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .still__invest-list__item .number {
    font-size: 20px;
    line-height: 24px;
    width: 50px;
    height: 50px;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 560px) {
  .still__invest-list__item .number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}
.still__about {
  position: relative;
}
.still__about-inner {
  background-image: url("/public/images/still/bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 60px);
  min-height: 600px;
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.still__about-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .still__about-inner:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 960px) {
  .still__about-inner {
    min-height: 800px;
  }
}
@media screen and (max-width: 560px) {
  .still__about-inner {
    min-height: 600px;
    background-position: center top;
  }
}
@media screen and (max-width: 400px) {
  .still__about-inner {
    padding: 30px 20px;
    width: calc(100% - 40px);
  }
}
.still__about-title {
  position: relative;
  font-family: "Circe", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .still__about-title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .still__about-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.still__about-list {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .still__about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .still__about-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .still__about-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 560px) {
  .still__about-list__item:nth-child(1) {
    max-width: 360px;
  }
  .still__about-list__item:nth-child(2) {
    max-width: 220px;
  }
  .still__about-list__item:nth-child(3) {
    max-width: 340px;
  }
}
@media screen and (max-width: 560px) {
  .still__about-list__item {
    max-width: 100%;
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .still__about-list__item {
    width: 100%;
  }
}
.still__about-list__item .title {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 5px 30px;
  min-width: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .still__about-list__item .title {
    padding: 5px 20px;
    min-width: 100px;
  }
}
.still__about-list__item .descr {
  margin-top: 15px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .still__about-list__item .descr {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .still__about-list__item .descr {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 430px) {
  .still__about-list__item .descr {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-why {
  padding: 50px 0 220px;
  background-color: #0d0106;
}
@media screen and (max-width: 560px) {
  .section-why {
    padding-bottom: 150px;
    padding-top: 0;
  }
}
.why__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.why__title {
  max-width: 680px;
  font-family: "Circe", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .why__title {
    max-width: 100%;
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 560px) {
  .why__title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 430px) {
  .why__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 360px) {
  .why__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.why__button {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #fff;
  padding: 18px 30px;
  background-color: #3626a7;
  border-radius: 30px;
  border: none;
  outline: none;
  width: 260px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .why__button {
    display: none;
  }
}
.why__descr {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .why__descr {
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .why__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 560px) {
  .why__descr {
    margin-top: 20px;
    gap: 20px;
  }
}
.why__descr p {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  width: 100%;
}
.why__descr p:nth-child(1) {
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .why__descr p:nth-child(1) {
    max-width: 36%;
  }
}
@media screen and (max-width: 960px) {
  .why__descr p:nth-child(1) {
    max-width: 620px;
  }
}
.why__descr p:nth-child(2) {
  max-width: 575px;
}
@media screen and (max-width: 1024px) {
  .why__descr p:nth-child(2) {
    max-width: 64%;
  }
}
@media screen and (max-width: 960px) {
  .why__descr p:nth-child(2) {
    max-width: 620px;
  }
}
.why__under-descr__mobile {
  margin-top: 20px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .why__under-descr__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .why__under-descr__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.why__button-mobile {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #fff;
  padding: 18px 30px;
  background-color: #3626a7;
  border-radius: 30px;
  border: none;
  outline: none;
  min-width: 220px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .why__button-mobile {
    min-width: 170px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 430px) {
  .why__button-mobile {
    min-width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }
}
.emaar__logo-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.emaar__logo-mobile img {
  width: 127px;
  height: 78px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .emaar__logo-mobile img {
    width: 92px;
    height: 56px;
  }
}
@media screen and (max-width: 430px) {
  .emaar__logo-mobile img {
    width: 112px;
    height: 76px;
  }
}
.emaar__logo-mobile span {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  width: 145px;
}
@media screen and (max-width: 560px) {
  .emaar__logo-mobile span {
    font-size: 14px;
    line-height: 17px;
    max-width: 120px;
    width: 100%;
  }
}
.why__awards {
  margin-top: 50px;
  background-image: url("/public/images/why/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .why__awards {
    height: 320px;
  }
}
.why__awards-list {
  position: absolute;
  bottom: -80px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 560px) {
  .why__awards-list {
    gap: 15px;
  }
}
@media screen and (max-width: 430px) {
  .why__awards-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .why__awards-list__item:nth-child(1) div img {
    width: 80px;
    height: 165px;
  }
}
@media screen and (max-width: 430px) {
  .why__awards-list__item:nth-child(1) div img {
    width: 44px;
    height: 92px;
  }
}
@media screen and (max-width: 560px) {
  .why__awards-list__item:nth-child(2) div img {
    width: 98px;
    height: 157px;
  }
}
@media screen and (max-width: 430px) {
  .why__awards-list__item:nth-child(2) div img {
    width: 56px;
    height: 91px;
  }
}
@media screen and (max-width: 960px) {
  .why__awards-list__item:nth-child(3) {
    display: none;
  }
}
.why__awards-list__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 560px) {
  .why__awards-list__item div {
    gap: 10px;
  }
}
.why__awards-list__item div span {
  width: 100px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .why__awards-list__item div span {
    font-size: 14px;
    line-height: 18px;
    width: 115px;
  }
}
@media screen and (max-width: 430px) {
  .why__awards-list__item div span {
    width: 90px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .why__awards-list__item div span {
    font-size: 14px;
    line-height: 18px;
    width: 80px;
  }
}
.why__awards-list__item > img {
  margin-top: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .why__awards-list__item:nth-child(1) > img {
    width: 87px;
    height: 29px;
  }
}
@media screen and (max-width: 560px) {
  .why__awards-list__item:nth-child(2) > img {
    width: 138px;
    height: 16px;
  }
}
footer {
  background-color: #fff;
  position: relative;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 320px) {
  footer {
    padding-bottom: 120px;
  }
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #3626a7;
}
@media screen and (max-width: 960px) {
  footer:before {
    background-color: #fff;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  footer .container {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  footer {
    overflow: hidden;
  }
}
.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__left {
  width: 400px;
  padding: 70px 0 30px;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    max-width: 312px;
    width: 100%;
  }
  .consult__form .checkbox-wrapper{
    order: 0;
}
}
@media screen and (max-width: 960px) {
  .footer__left {
    background-color: #3626a7;
    padding: 50px 20px 30px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
.footer__title {
  max-width: 312px;
  font-family: "Circe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .footer__title {
    max-width: 260px;
    font-size: 38px;
    line-height: 48px;
  }
}
.footer__form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer__form {
    max-width: 400px;
  }
}
@media screen and (max-width: 560px) {
  .footer__form {
    max-width: 100%;
  }
}
.footer__form .form-container {
  width: 100%;
}
.footer__form .form-input {
  padding: 12px 20px;
  width: calc(100% - 40px);
  border: 1px solid #fff;
  border-radius: 30px;
  outline: none;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .footer__form .form-input {
    padding: 14px 20px;
  }
}
.footer__form .form-button {
  width: 100%;
  padding: 20px 15px;
  border: none;
  outline: none;
  background-color: #ff331f;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-family: "Circe", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .footer__form .form-button {
    max-width: 350px;
  }
}
@media screen and (max-width: 430px) {
  .footer__form .form-button {
    max-width: 100%;
    padding: 15px 15px;
  }
}
.footer__contacts {
  margin-top: 15px;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.footer__contacts-item a,
.footer__contacts-item span {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  opacity: 0.85;
}
.footer__right {
  position: relative;
  width: 700px;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__images img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__images img:nth-child(1) {
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer__images img:nth-child(1) {
    width: 445px;
    height: 560px;
  }
}
@media screen and (max-width: 960px) {
  .footer__images img:nth-child(1) {
    position: relative;
  }
}
@media screen and (max-width: 560px) {
  .footer__images img:nth-child(1) {
    position: absolute;
    width: 325px;
    height: 410px;
  }
}
@media screen and (max-width: 430px) {
  .footer__images img:nth-child(1) {
    left: -70px;
  }
}
@media screen and (max-width: 360px) {
  .footer__images img:nth-child(1) {
    left: -100px;
  }
}
@media screen and (max-width: 320px) {
  .footer__images img:nth-child(1) {
    width: 260px;
    height: 330px;
  }
}
.footer__images img:nth-child(2) {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .footer__images img:nth-child(2) {
    width: 350px;
    height: 465px;
  }
}
@media screen and (max-width: 560px) {
  .footer__images img:nth-child(2) {
    position: unset;
    width: 260px;
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  .footer__images img:nth-child(2) {
    width: 220px;
    height: 300px;
  }
}
.footer__cards-item {
  position: absolute;
  z-index: 3;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .footer__cards-item {
    gap: 5px;
  }
}
.footer__cards-item img {
  position: absolute;
  width: 148px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__cards-item .name {
  font-family: "Circe", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  width: 100px;
}
@media screen and (max-width: 560px) {
  .footer__cards-item .name {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 430px) {
  .footer__cards-item .name {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 320px) {
  .footer__cards-item .name {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer__cards-item .position {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (max-width: 320px) {
  .footer__cards-item .position {
    font-size: 12px;
  }
}
.footer__cards-item .phone {
  margin-top: 5px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 430px) {
  .footer__cards-item .phone {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer__cards-item .contact {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 430px) {
  .footer__cards-item .contact {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer__cards-item:nth-child(1) {
  bottom: 70px;
  left: 20px;
  width: 135px;
  background-color: #fff;
  padding: 20px 20px 20px 65px;
}
@media screen and (max-width: 480px) {
  .footer__cards-item:nth-child(1) {
    padding: 15px 20px 15px 40px;
  }
}
@media screen and (max-width: 430px) {
  .footer__cards-item:nth-child(1) {
    padding: 10px 5px 10px 40px;
    bottom: 160px;
  }
}
@media screen and (max-width: 400px) {
  .footer__cards-item:nth-child(1) {
    bottom: 170px;
  }
}
@media screen and (max-width: 320px) {
  .footer__cards-item:nth-child(1) {
    bottom: 145px;
  }
}
.footer__cards-item:nth-child(1) img {
  top: -10px;
  left: -60px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media screen and (max-width: 560px) {
  .footer__cards-item:nth-child(1) img {
    width: 120px;
    height: 140px;
    left: -40px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  .footer__cards-item:nth-child(1) img {
    width: 100px;
    height: 120px;
    left: -45px;
  }
}
@media screen and (max-width: 320px) {
  .footer__cards-item:nth-child(1) img {
    width: 70px;
    height: 90px;
    left: -25px;
    top: 0;
  }
}
.footer__cards-item:nth-child(1) .name {
  color: #0d0106;
}
.footer__cards-item:nth-child(1) .position {
  color: #0d0106;
  opacity: 0.5;
}
.footer__cards-item:nth-child(1) .contact-me {
  color: #0d0106;
}
.footer__cards-item:nth-child(1) .contact {
  color: #0d0106;
}
.footer__cards-item:nth-child(2) {
  bottom: 100px;
  right: -50px;
  width: 165px;
  background-color: #0d0106;
  padding: 20px 65px 20px 20px;
}
@media screen and (max-width: 1560px) {
  .footer__cards-item:nth-child(2) {
    right: 50px;
  }
}
@media screen and (max-width: 560px) {
  .footer__cards-item:nth-child(2) {
    width: 140px;
    padding: 15px 45px 15px 20px;
    bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .footer__cards-item:nth-child(2) {
    padding: 15px 40px 15px 20px;
    width: 130px;
    right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .footer__cards-item:nth-child(2) {
    padding: 10px 30px 10px 20px;
    bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .footer__cards-item:nth-child(2) {
    bottom: 20px;
  }
}
.footer__cards-item:nth-child(2) img {
  top: -10px;
  right: -40px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media screen and (max-width: 560px) {
  .footer__cards-item:nth-child(2) img {
    width: 120px;
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .footer__cards-item:nth-child(2) img {
    width: 100px;
    height: 120px;
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .footer__cards-item:nth-child(2) img {
    width: 70px;
    height: 90px;
    right: -20px;
  }
}
.footer__cards-item:nth-child(2) .name {
  color: #fff;
}
.footer__cards-item:nth-child(2) .position {
  color: #fff;
}
.footer__cards-item:nth-child(2) .contact-me {
  color: #fff;
}
.footer__cards-item:nth-child(2) .contact {
  color: #fff;
}
.checkbox-text{
  color: #fff;
  
} 
