@font-face {
  font-family: "Halvar Breit";
  src: url("../fonts/HalvarBreit-Rg.eot");
  src: local("Halvar Breitschrift Regular"), local("HalvarBreit-Rg"), url("../fonts/HalvarBreit-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreit-Rg.woff2") format("woff2"), url("../fonts/HalvarBreit-Rg.woff") format("woff"), url("../fonts/HalvarBreit-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halvar Breit";
  src: url("../fonts/HalvarBreit-Md.eot");
  src: local("Halvar Breitschrift Medium"), local("HalvarBreit-Md"), url("../fonts/HalvarBreit-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreit-Md.woff2") format("woff2"), url("../fonts/HalvarBreit-Md.woff") format("woff"), url("../fonts/HalvarBreit-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halvar Breit";
  src: url("../fonts/HalvarBreit-Bd.eot");
  src: local("Halvar Breitschrift Bold"), local("HalvarBreit-Bd"), url("../fonts/HalvarBreit-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreit-Bd.woff2") format("woff2"), url("../fonts/HalvarBreit-Bd.woff") format("woff"), url("../fonts/HalvarBreit-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halvar Breit";
  src: url("../fonts/HalvarBreit-XBd.eot");
  src: local("Halvar Breitschrift ExtraBold"), local("HalvarBreit-XBd"), url("../fonts/HalvarBreit-XBd.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreit-XBd.woff2") format("woff2"), url("../fonts/HalvarBreit-XBd.woff") format("woff"), url("../fonts/HalvarBreit-XBd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halvar-Breit";
  src: url("../fonts/HalvarBreit-Blk.eot");
  src: local("Halvar Breitschrift Black"), local("HalvarBreit-Blk"), url("../fonts/HalvarBreit-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreit-Blk.woff2") format("woff2"), url("../fonts/HalvarBreit-Blk.woff") format("woff"), url("../fonts/HalvarBreit-Blk.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nekst";
  src: local("Nekst Medium"), local("Nekst-Medium"), url("../fonts/Nekst-Medium.woff2") format("woff2"), url("../fonts/Nekst-Medium.woff") format("woff"), url("../fonts/Nekst-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
}

html, body {
  overflow-x: hidden;
}

.container {
  padding: 0 120px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.title {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #221022;
  position: relative;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #565656;
}

.btn {
  padding: 20px 40px;
  background: #FF005C;
  border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.065em;
  color: #FFFFFF;
  display: inline-block;
}

.item {
  padding: 20px;
  border: 1px solid #EDEDED;
  border-radius: 20px;
}

.name {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #221022;
}

.description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #838383;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(204, 65, 174, 0.4), rgba(214, 67, 153, 0.4)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(204, 65, 174, 0.4)), to(rgba(214, 67, 153, 0.4))) 1;
     border-image: linear-gradient(to right, rgba(204, 65, 174, 0.4), rgba(214, 67, 153, 0.4)) 1;
  padding-top: 15px;
}
.top:before {
  content: "";
  background: url(../img/main/border-left.png) no-repeat;
  width: 17px;
  height: 33px;
  position: absolute;
  display: block;
  left: -17px;
  top: -2px;
  padding-top: 12px;
}
.top:after {
  content: "";
  background: url(../img/main/border-right.png) no-repeat;
  width: 19px;
  height: 33px;
  position: absolute;
  display: block;
  right: -19px;
  top: -2px;
}

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom {
  text-align: center;
}

.content {
  display: none;
}

.content--active {
  display: block;
}

.tab--active {
  color: #ff005c !important;
  text-decoration-line: underline;
}
.tab--active svg {
  fill: #ff005c !important;
}

.mobile {
  display: none;
}

.accordion__body {
  max-height: 999px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
}

.year {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.04em;
  color: #8F889A;
}

.nav {
  display: none;
}

.start__img_car {
  width: 100%;
  height: 100%;
}

.popup {
  display: none !important;
}

.faq__wrap-link {
  display: none !important;
}

.header {
  width: 100%;
  height: 102px;
}
.header__burger {
  display: none;
}
.header__mob {
  background-image: url("../img/header/mob_header_bg_1x.png");
  background-repeat: no-repeat;
  background-image: image-set(url("../img/header/mob_header_bg_1x.webp") 1x type("image/webp"), url("../img/header/mob_header_bg_2x.webp") 2x type("image/webp"), url("../img/header/mob_header_bg_1x.png") 1x type("image/png"), url("../img/header/mob_header_bg_2x.png") 2x type("image/png"));
  background-image: -webkit-image-set(url("../img/header/mob_header_bg_1x.webp") 1x type("image/webp"), url("../img/header/mob_header_bg_2x.webp") 2x type("image/webp"), url("../img/header/mob_header_bg_1x.png") 1x type("image/png"), url("../img/header/mob_header_bg_2x.png") 2x type("image/png"));
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 102px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-img {
  width: 189px;
  height: 62px;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-item {
  padding-right: 22px;
}
.header__nav-item_last {
  padding-right: 0;
}
.header__nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #221022;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__user-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  gap: 10px;
  background: #FF005C;
  border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 10px;
  border: 1px solid #FF005C;
}
.header__user-login:hover {
  background: transparent;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header__user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 22px;
  border: 1px solid #FF005C;
  border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #FF005C;
}
.header__user-account:hover {
  background: #FF005C;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.offer {
  background-image: url("../img/offer/offer_bg_1x.png");
  background-repeat: no-repeat;
  background-image: image-set(url("../img/offer/offer_bg_1x.webp") 1x type("image/webp"), url("../img/offer/offer_bg_2x.webp") 2x type("image/webp"), url("../img/offer/offer_bg_1x.png") 1x type("image/png"), url("../img/offer/offer_bg_2x.png") 2x type("image/png"));
  background-image: -webkit-image-set(url("../img/offer/offer_bg_1x.webp") 1x type("image/webp"), url("../img/offer/offer_bg_2x.webp") 2x type("image/webp"), url("../img/offer/offer_bg_1x.png") 1x type("image/png"), url("../img/offer/offer_bg_2x.png") 2x type("image/png"));
  background-size: cover;
}
.offer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer__title {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #221022;
  max-width: 641px;
  margin-top: 70px;
}
.offer__title_pink {
  color: #ff005c;
}
.offer__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #565656;
  max-width: 543px;
  margin-top: 28px;
}
.offer .calculations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 100px;
}
.offer .calculations__item {
  margin-right: 30px;
}
.offer .calculations__quantity {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #221022;
}
.offer .calculations__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #565656;
  margin-top: -6px;
}
.offer__btn {
  margin-top: 50px;
  border: 1px solid #FF005C;
}
.offer__btn:hover {
  background: none;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.offer__img-image {
  margin-right: 5.2083333333vw;
  margin-top: 20px;
}

.transactions {
  background-image: url("../img/transactions/transactions_bg_1x.png");
  background-repeat: repeat;
  background-image: image-set(url("../img/transactions/transactions_bg_1x.webp") 1x type("image/webp"), url("../img/transactions/transactions_bg_2x.webp") 2x type("image/webp"), url("../img/transactions/transactions_bg_1x.png") 1x type("image/png"), url("../img/transactions/transactions_bg_2x.png") 2x type("image/png"));
  background-image: -webkit-image-set(url("../img/transactions/transactions_bg_1x.webp") 1x type("image/webp"), url("../img/transactions/transactions_bg_2x.webp") 2x type("image/webp"), url("../img/transactions/transactions_bg_1x.png") 1x type("image/png"), url("../img/transactions/transactions_bg_2x.png") 2x type("image/png"));
  background-size: cover;
  position: relative;
  min-height: 450px;
  top: -100px;
}
.transactions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.transactions__title {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 46px;
  background: linear-gradient(89.86deg, #FF005C 0.12%, #7178FF 109.08%, #2148FF 160.71%, #A6549F 188.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  max-width: 445px;
  margin-top: 80px;
  margin-bottom: 225px;
}
.transactions__item {
  position: relative;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.125vw;
}
.transactions__item:nth-child(2) {
  margin-right: 3.90625vw;
}
.transactions__item-img {
  margin-right: 12px;
}
.transactions__item-name {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #221022;
  margin-bottom: 8px;
}
.transactions__item-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #221022;
  max-width: auto;
}

.benefits {
  margin-top: -60px;
}
.benefits__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits__item {
  width: calc(25% - 60px);
}
.benefits__text-description {
  max-width: 244px;
}
.benefits__body {
  margin-top: 100px;
}
.benefits__text {
  margin-top: 50px;
}
.benefits__text-description {
  margin-top: 15px;
}
.benefits__btn {
  margin-top: 90px;
  margin-bottom: 100px;
  border: 1px solid #FF005C;
}
.benefits__btn:hover {
  background: transparent;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.benefits__img-image_size {
  width: 129px;
  height: 124px;
}

.features {
  background-image: url("../img/features/features_bg_1x.png");
  background-repeat: no-repeat;
  background-image: image-set(url("../img/features/features_bg_1x.webp") 1x type("image/webp"), url("../img/features/features_bg_2x.webp") 2x type("image/webp"), url("../img/features/features_bg_1x.png") 1x type("image/png"), url("../img/features/features_bg_2x.png") 2x type("image/png"));
  background-image: -webkit-image-set(url("../img/features/features_bg_1x.webp") 1x type("image/webp"), url("../img/features/features_bg_2x.webp") 2x type("image/webp"), url("../img/features/features_bg_1x.png") 1x type("image/png"), url("../img/features/features_bg_2x.png") 2x type("image/png"));
  background-size: cover;
}
.features__title {
  color: #ff005c;
  padding-top: 75px;
  position: relative;
  border-top: 1.9px solid #ff005c;
  padding-top: 15px;
  position: relative;
  top: 50px;
}
.features__title:before {
  content: "";
  background: url(../img/main/features-border-left.png) no-repeat;
  width: 83px;
  height: 33px;
  position: absolute;
  display: block;
  left: -18px;
  top: -1px;
  padding-top: 12px;
}
.features__title:after {
  content: "";
  background: url(../img/main/features-border-right.png) no-repeat;
  width: 91px;
  height: 33px;
  position: absolute;
  display: block;
  right: -18px;
  top: -1px;
}
.features__body {
  margin-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__col {
  width: calc(25% - 20px);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__col:first-child, .features__col:last-child {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__col:first-child:first-child .features__item:first-child, .features__col:last-child:first-child .features__item:first-child {
  height: 50%;
}
.features__col:first-child:last-child .features__item:last-child, .features__col:last-child:last-child .features__item:last-child {
  height: 50%;
}
.features__col:first-child .features__item:last-child {
  height: auto;
}
.features__item {
  margin-bottom: 20px;
  padding: 20px;
  background: #F9F9F9;
  border: 1px solid #FF005C;
  -webkit-backdrop-filter: blur(14.05px);
          backdrop-filter: blur(14.05px);
  border-radius: 20px;
  position: relative;
  height: 100%;
}
.features__name {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #221022;
  margin-top: 20px;
}
.features__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #221022;
  margin-top: 25px;
}
.features__bottom {
  text-align: center;
}
.features__btn {
  background: transparent;
  color: #ff005c;
  border: 1px solid #ff005c;
  margin-top: 60px;
  margin-bottom: 50px;
}
.features__btn:hover {
  background: #FFFFFF;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.start__top {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start__body {
  margin-top: 65px;
}
.start__item {
  width: calc(33.3% - 60px);
}
.start__item:first-child .start__img picture, .start__item:nth-child(2) .start__img picture {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.start__item:first-child .start__img picture img, .start__item:nth-child(2) .start__img picture img {
  width: 100%;
  height: 100%;
}
.start__item:first-child .start__img_car picture img, .start__item:nth-child(2) .start__img_car picture img {
  width: 100%;
  height: 100%;
}
.start__text {
  margin-top: 25px;
  height: 50%;
}
.start__text-name {
  font-weight: 500;
  font-size: 31px;
  line-height: 36px;
  color: #221022;
}
.start__text-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.start__img {
  height: 50%;
  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;
}
.start__img-image {
  width: 100%;
}
.start__btn {
  margin-top: 20px;
  margin-bottom: 100px;
  border: 1px solid #FF005C;
}
.start__btn:hover {
  background: none;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.faq__wrap-link {
  display: none !important;
}
.faq__wrap .container--content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -30px;
}
.faq__wrap-link {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #FF005C;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #FF005C;
  border-radius: 100px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__wrap-link svg {
  margin-right: 10px;
}
.faq__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 35px;
  min-width: 225px;
}
.faq__nav-link {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #221022;
  margin-bottom: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__nav-link svg {
  margin-right: 10px;
}
.faq .accordion__item:not(.accordion__item_show) .accordion__body {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0;
}
.faq__accordion-item {
  border-bottom: 0.986801px solid #C0C0C0;
  position: relative;
}
.faq__accordion-item:first-child {
  padding-top: 5px;
}
.faq__accordion-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #221022;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.faq__accordion-body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #221022;
  padding-bottom: 30px;
  padding-right: 30px;
}
.faq__bottom {
  background: linear-gradient(89.86deg, #FF005C 0.12%, #7178FF 109.08%, #2148FF 160.71%, #A6549F 188.74%);
  border-radius: 22px;
  text-align: center;
  margin-top: 60px;
}
.faq__bottom-text {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  max-width: 549px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.faq__btn {
  background: transparent;
  border: 1px solid #FFFFFF;
  margin-bottom: 40px;
}
.faq__btn:hover {
  background: #FFFFFF;
  color: #FF005C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #fff;
}

.footer {
  margin-top: 100px;
}
.footer__text {
  margin-left: 4.1666666667vw;
}
.footer__top {
  min-height: 450px;
  background-image: url("../img/footer/footer_top_bg_1x.png");
  background-repeat: no-repeat;
  background-image: image-set(url("../img/footer/footer_top_bg_1x.webp") 1x type("image/webp"), url("../img/footer/footer_top_bg_2x.webp") 2x type("image/webp"), url("../img/footer/footer_top_bg_1x.png") 1x type("image/png"), url("../img/footer/footer_top_bg_2x.png") 2x type("image/png"));
  background-image: -webkit-image-set(url("../img/footer/footer_top_bg_1x.webp") 1x type("image/webp"), url("../img/footer/footer_top_bg_2x.webp") 2x type("image/webp"), url("../img/footer/footer_top_bg_1x.png") 1x type("image/png"), url("../img/footer/footer_top_bg_2x.png") 2x type("image/png"));
  background-size: cover;
}
.footer__top .container {
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__top .contacts__item:first-child {
  margin-right: 7.1875vw;
}
.footer__top .contacts__item:nth-child(2) {
  margin-right: 4.5833333333vw;
}
.footer__top .contacts__item-name {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 52px;
  position: relative;
}
.footer__top .contacts__item-name:before {
  content: "";
  background: url(../img/footer/line.png) no-repeat;
  width: 21px;
  height: 4px;
  position: absolute;
  display: block;
  left: 0;
  top: 50px;
}
.footer__top .contacts__item-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #000000;
  margin-bottom: 22px;
}
.footer__top .contacts__item-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-width: 184px;
}
.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__text-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
.footer__text-title {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  max-width: 512px;
}
.footer__info {
  background: #221022;
  min-height: 381px;
  border-radius: 33px 33px 0 0;
}
.footer__info .container {
  min-height: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.footer__footer__info-col:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.footer__logo {
  margin-right: 7.8125vw;
}
.footer__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.footer__social-text {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #8F889A;
  max-width: 195px;
  margin-top: 12px;
}
.footer__item {
  text-align: center;
  margin-right: 10px;
}
.footer__item-image {
  margin-bottom: 5px;
}
.footer__item-text_white {
  font-family: "Nekst";
  font-size: 10px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.footer__item-text_pink {
  font-family: "Nekst";
  font-size: 10px;
  letter-spacing: -0.05em;
  color: #FF005C;
}
.footer__info-col:first-child {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 125px;
}
.footer__info-col:nth-child(2) {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 125px;
}
.footer__mail {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-right: 2.0833333333vw;
}
.footer__img {
  height: 376px;
  margin-top: -150px;
}
.footer__img-image {
  height: calc(100% + 150px);
  width: auto;
}
.footer__img-image {
  margin-bottom: -4px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav__mob {
  display: none;
}
.footer__col {
  margin-top: 45px;
}
.footer__col-name {
  font-family: "Halvar Breit", sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.footer__col-item {
  margin-bottom: 15px;
}
.footer__col-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #8F889A;
}

.accordion__item .accordion__header:after {
  background: url("../img/faq/arrow.svg") no-repeat;
  content: "";
  width: 30px;
  height: 31px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(15.5px);
          transform: translateY(15.5px);
  z-index: 1;
}

.accordion__item_show .accordion__header:after {
  background: url("../img/faq/arrow-active.svg") no-repeat !important;
  content: "";
  width: 30px;
  height: 31px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
}

.footer__img img {
  position: relative;
  top: 8px;
}

.popup-bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.privacy__title {
  color: #221022;
  font-weight: 700;
  font-size: 40px;
  font-family: "Halvar Breit", sans-serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.privacy__container {
  padding: 30px;
  height: 525px;
  overflow-y: scroll;
}

.privacy__description {
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #565656;
}

.privacy__subtitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #565656;
}

.privacy__btn {
  background: #FF005C;
  border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.065em;
  color: #FFFFFF;
  border: 0.5px solid #FFFFFF;
  display: inline-block;
  padding: 20px 40px;
  text-decoration: none;
  margin: 0 auto;
}

.privacy__block {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .transactions__item {
    margin-left: 60px;
  }
  .transactions__item:nth-child(2) {
    margin-right: 75px;
  }
  .footer__logo {
    margin-right: 150px;
  }
  .offer__img-image {
    margin-right: 100px;
  }
  .footer__bottom-mail {
    margin-right: 40px;
  }
  .footer__text {
    margin-left: 80px;
  }
  .contacts__item:first-child {
    margin-right: 138px;
  }
  .contacts__item:nth-child(2) {
    margin-right: 88px;
  }
}