@import url("../fonts/font.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

#hiddenDesc, .hiddenDesc {
  display: none;
}

* button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

* input {
  border: none;
  outline: none;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #F3FCFF;
}

.center {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.headerWrapper {
  background: #2B19FF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 0px;
  position: relative;
}
.headerWrapper .header {
  display: flex;
  align-items: center;
  gap: 127px;
}
.headerWrapper .header .logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.headerWrapper .header .logo .stroke {
  width: 1px;
  height: 38px;
  background: #F3FCFF;
}
.headerWrapper .header .logo p {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerWrapper .header .nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.headerWrapper .header .nav a {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerWrapper .header .email {
  color: #FFF;
  text-align: right;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
}

.feedbackWrapper {
  padding-top: 100px;
}
.feedbackWrapper .feedback {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.feedbackWrapper .feedback .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedbackWrapper .feedback .head .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feedbackWrapper .feedback .head .title a {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 23px 45px;
  border-radius: 10px;
  border: 2px solid #D7D4FF;
}
.feedbackWrapper .feedback .head .title h2 {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.feedbackWrapper .feedback .head .buttons {
  display: flex;
  align-items: center;
  gap: 29px;
}
.feedbackWrapper .feedback .slidesWrapper {
  overflow-x: hidden;
}
.feedbackWrapper .feedback .slides {
  display: flex;
  gap: 20px;
  transition: all 1s;
  transform: translateX(0px);
}
.feedbackWrapper .feedback .slides .slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 30px 35px 30px;
  border-radius: 20px;
  border: 1px solid #D7D4FF;
  background: #FFF;
  min-width: 580px;
  max-width: 580px;
}
.feedbackWrapper .feedback .slides .slide .title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feedbackWrapper .feedback .slides .slide .title .picture {
  padding: 6px;
  border-radius: 50%;
  background: #E8E6FF;
  display: flex;
}
.feedbackWrapper .feedback .slides .slide .title .name {
  display: flex;
  flex-direction: column;
}
.feedbackWrapper .feedback .slides .slide .title .name h4, .feedbackWrapper .feedback .slides .slide .title .name span {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}
.feedbackWrapper .feedback .slides .slide .text {
  padding-top: 8px;
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}

.promoWrapper {
  border-radius: 25px 25px 0 0;
  background: #FF8C19;
  margin-top: 120px;
}
.promoWrapper .promo {
  display: flex;
  justify-content: space-between;
  padding: 51px 0px 49px 0px;
  background-image: url("../images/promobg.png");
  background-repeat: no-repeat;
}
.promoWrapper .promo .left {
  display: flex;
  flex-direction: column;
  gap: 29px;
  padding: 37px 0px 0px 0px;
}
.promoWrapper .promo .left h4 {
  color: #FFF;
  font-family: Gilroy;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.promoWrapper .promo .left .buttons {
  display: flex;
  gap: 21px;
}
.promoWrapper .promo .left .buttons .blue {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 29.5px;
  border-radius: 8px;
  background: #2B19FF;
}
.promoWrapper .promo .left .buttons .white {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 20px;
  border-radius: 8px;
  background: #FFF;
}

footer {
  background: #2B19FF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
footer .footer {
  display: flex;
  flex-direction: column;
  gap: 27.5px;
  padding: 20px 0px 21px 0px;
}
footer .footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer .top .logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
footer .footer .top .logo .stroke {
  width: 1px;
  height: 38px;
  background: #F3FCFF;
}
footer .footer .top .logo p {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer .top a {
  color: #FFF;
  text-align: right;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer p.bottom {
  color: #FFF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer.white {
  background: none;
}
footer.white .top .logo {
  position: relative;
}
footer.white .top .logo::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 52px;
  left: 0;
  display: block;
  top: 0;
  background-image: url("../images/whiteLogo.svg");
}
footer.white .top .logo .stroke {
  background: #1B185F !important;
}
footer.white .top .logo p {
  color: #1B185F;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer.white .top .logo img {
  position: relative;
}
footer.white .top a {
  color: #1B185F;
  text-align: right;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer.white p.bottom {
  color: #1B185F;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.promo2Wrapper {
  border-radius: 25px;
  background: #2B19FF;
}
.promo2Wrapper .promo2 {
  display: flex;
  gap: 150px;
  padding: 70px 142px 60px 0px;
  background-image: url("../images/promobg.png");
  background-repeat: no-repeat;
}
.promo2Wrapper .promo2 .left {
  display: flex;
  gap: 22px;
  flex-direction: column;
}
.promo2Wrapper .promo2 .left h4 {
  color: #FFF;
  font-family: Gilroy;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.promo2Wrapper .promo2 .left .buttons {
  display: flex;
  gap: 21px;
}
.promo2Wrapper .promo2 .left .buttons .orange {
  padding: 19px 29.5px;
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  border-radius: 8px;
  background: #FF8C19;
}
.promo2Wrapper .promo2 .left .buttons .white {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 20px;
  border-radius: 8px;
  background: #FFF;
}

.popupWrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 9, 56, 0.25);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}
.popupWrapper.open {
  display: flex;
}
.popupWrapper .popup {
  width: 1180px;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 51.688px 51.688px 0 rgba(74, 58, 255, 0.02);
  max-height: 90vh;
  overflow-y: auto;
  mask-image: linear-gradient(to right, black 100%, transparent);
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent);
}
.popupWrapper .popup::-webkit-scrollbar {
  background-color: white;
  width: 5px;
}
.popupWrapper .popup::-webkit-scrollbar-track {
  background-color: white;
}
.popupWrapper .popup::-webkit-scrollbar-thumb {
  background-color: #2B19FF;
  border-radius: 20px;
  cursor: grab;
}
.popupWrapper .popup .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px #EEE solid;
}
.popupWrapper .popup .head h4 {
  color: #0C0A48;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.144px; /* 63.812% */
}
.popupWrapper .popup.step1 .head1, .popupWrapper .popup.step1 .body1 {
  display: flex;
}
.popupWrapper .popup.step1 .head2, .popupWrapper .popup.step1 .body2 {
  display: none !important;
}
.popupWrapper .popup.step2 .head1, .popupWrapper .popup.step2 .body1 {
  display: none;
}
.popupWrapper .popup.step2 .head2, .popupWrapper .popup.step2 .body2 {
  display: flex;
}
.popupWrapper .popup .form {
  padding-top: 30px;
}
.popupWrapper .popup .form label.default {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #0C0A48;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.144px; /* 87.016% */
}
.popupWrapper .popup .form label.default input {
  color: #6F6C8F;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.144px; /* 119.647% */
  padding: 22px 19px;
  border-radius: 10px;
  border: 1px solid #EFF0F6;
  background: var(--Neutral-100, #FFF);
  box-shadow: 0 1.914px 10.529px 0 rgba(69, 65, 164, 0.06), 0 3.829px 9.572px 0 rgba(31, 37, 89, 0.07);
}
.popupWrapper .popup .form form {
  flex-direction: column;
}
.popupWrapper .popup .form form .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 49px;
       column-gap: 49px;
}
.popupWrapper .popup .form form .sum {
  grid-column: 1;
  grid-row: 3;
}
.popupWrapper .popup .form form .range {
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-column: 2/-1;
  align-self: flex-end;
}
.popupWrapper .popup .form form .range .rangeTitle {
  display: flex;
}
.popupWrapper .popup .form form .range .rangeTitle #min {
  flex: 1;
}
.popupWrapper .popup .form form .range .rangeTitle #max {
  flex: 1;
  text-align: right;
}
.popupWrapper .popup .form form .range .rangeTitle span {
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.144px; /* 119.647% */
}
.popupWrapper .popup .form form .range .rangeTitle h5 {
  color: #2B19FF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.144px; /* 106.353% */
}
.popupWrapper .popup .form form .range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 25px;
  border-radius: 10px;
  border: 1px solid var(--Neutral-300, #EFF0F6);
  background: var(--Neutral-100, #FFF);
  box-shadow: 0 1.914px 5.743px 0 rgba(19, 18, 66, 0.07);
}
.popupWrapper .popup .form form .range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 25px;
  cursor: pointer;
  background: linear-gradient(to right, #2B19FF var(--track-fill, 0%), #ffffff var(--track-fill, 0%));
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--Neutral-300, #EFF0F6);
  box-shadow: 0 1.914px 5.743px 0 rgba(19, 18, 66, 0.07);
}
.popupWrapper .popup .form form .range input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: linear-gradient(to right, #2B19FF var(--track-fill, 0%), #ffffff var(--track-fill, 0%));
  border-radius: 4px;
}
.popupWrapper .popup .form form .range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 10px;
  border: 1px solid var(--Neutral-300, #EFF0F6);
  background: #F3FCFF;
  box-shadow: 0 1.914px 5.743px 0 rgba(19, 18, 66, 0.07);
}
.popupWrapper .popup .form form .range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #2B19FF;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}
.popupWrapper .popup .form form .range input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
}
.popupWrapper .popup .form form .range input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
}
.popupWrapper .popup .form form .agreement label {
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0C0A48;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.691px; /* 162.076% */
  cursor: pointer;
}
.popupWrapper .popup .form form .agreement label a {
  color: #2B19FF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.691px;
}
.popupWrapper .popup .form form .agreement label input {
  width: 20px;
  height: 20px;
  position: relative;
}
.popupWrapper .popup .form form .agreement label input::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 3px solid #EFF0F6;
  display: block;
  cursor: pointer;
}
.popupWrapper .popup .form form .result {
  display: flex;
  gap: 50px;
  align-items: end;
  padding-top: 44px;
}
.popupWrapper .popup .form form .result .left {
  display: flex;
  flex-direction: column;
  gap: 37px;
  flex: 1;
}
.popupWrapper .popup .form form .result .left .sum {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.popupWrapper .popup .form form .result .left .sum .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popupWrapper .popup .form form .result .left .sum .row p {
  color: #0C0A48;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.144px; /* 119.647% */
}
.popupWrapper .popup .form form .result .left .sum .row h5 {
  color: #2B19FF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.144px; /* 73.629% */
}
.popupWrapper .popup .form form .result .left .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popupWrapper .popup .form form .result .left .buttons a {
  color: #2B19FF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 0px;
  border-radius: 8px;
  border: 2px solid #2B19FF;
  box-shadow: 2px 2px 15.4px 0 rgba(43, 25, 255, 0.25);
}
.popupWrapper .popup .form form .result .left .buttons button {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 0px;
  border-radius: 8px;
  background: #2B19FF;
  box-shadow: 2px 2px 15.4px 0 rgba(43, 25, 255, 0.25);
}
.popupWrapper .popup .form .graph {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.popupWrapper .popup .form .graph .fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 31px;
       column-gap: 31px;
  row-gap: 30px;
  width: 100%;
}
.popupWrapper .popup .form .graph .fields .field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.popupWrapper .popup .form .graph .fields .field span {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.popupWrapper .popup .form .graph .fields .field p {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 22px 20px;
  border-radius: 10px;
  background: #E8E6FF;
}
.popupWrapper .popup .form .graph .fields .baner {
  grid-column: 3;
  grid-row: 2/-1;
  padding-top: 0;
  padding: 24px 32px 73px 24px;
  border-radius: 20px;
  border: 2px solid #D7D4FF;
  background: #FFF;
  background-image: url("../images/bell.png");
  background-repeat: no-repeat;
  background-size: 101px 104px;
  background-position: 223px 89px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: end;
}
.popupWrapper .popup .form .graph .fields .baner h4 {
  color: #FF8C19;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.popupWrapper .popup .form .graph table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.popupWrapper .popup .form .graph table thead {
  border-bottom: 1px #EEE solid;
}
.popupWrapper .popup .form .graph table th {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  padding-bottom: 15px;
}
.popupWrapper .popup .form .graph table tbody tr {
  border-bottom: 1px #EEE solid;
}
.popupWrapper .popup .form .graph table tbody tr:first-child td {
  padding-top: 21px;
}
.popupWrapper .popup .form .graph table tbody tr td {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px 0px;
}

.customSelect {
  display: flex;
  flex-direction: column;
  position: relative;
}
.customSelect .active {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.144px; /* 119.647% */
  padding: 18px 19px;
  border-radius: 10px;
  border: 1px solid #EFF0F6;
  background: var(--Neutral-100, #FFF);
  box-shadow: 0 1.914px 10.529px 0 rgba(69, 65, 164, 0.06), 0 3.829px 9.572px 0 rgba(31, 37, 89, 0.07);
}
.customSelect.open .list {
  display: flex;
}
.customSelect .list {
  flex-direction: column;
  padding: 8px 0px;
  display: none;
  position: absolute;
  top: 66px;
  left: 0px;
  background-color: white;
  width: 100%;
  z-index: 2;
  max-height: 250px;
  overflow-y: auto;
  mask-image: linear-gradient(to right, black 100%, transparent);
  -webkit-mask-image: linear-gradient(to right, black 100%, transparent);
}
.customSelect .list::-webkit-scrollbar {
  background-color: white;
  width: 8px;
}
.customSelect .list::-webkit-scrollbar-track {
  background-color: white;
}
.customSelect .list::-webkit-scrollbar-thumb {
  background-color: #2B19FF;
  border-radius: 20px;
  cursor: grab;
}
.customSelect .list p {
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.144px; /* 119.647% */
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.5s;
}
.customSelect .list p:hover {
  font-size: 17px;
  font-weight: 600;
}

#burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 402px;
  }
  .center {
    max-width: 372px;
  }
  #wrapper .header {
    gap: 0;
    justify-content: space-between;
  }
  #wrapper .header .nav {
    display: none;
  }
  #wrapper .header .email {
    display: none;
  }
  #wrapper .header #burger {
    display: flex;
  }
  #wrapper .header .logo {
    gap: 8px;
  }
  #wrapper .header .logo img {
    width: 130px;
    height: 38px;
  }
  #wrapper .header .logo p {
    font-size: 12px;
  }
  #wrapper .feedbackWrapper {
    padding-top: 80px;
  }
  #wrapper .feedbackWrapper .feedback {
    position: relative;
    gap: 30px;
  }
  #wrapper .feedbackWrapper .feedback .head {
    flex-direction: column;
  }
  #wrapper .feedbackWrapper .feedback .head .title {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  #wrapper .feedbackWrapper .feedback .head .title h2 {
    text-align: center;
    font-size: 26px;
  }
  #wrapper .feedbackWrapper .feedback .buttons {
    position: absolute;
    bottom: 73px;
    width: 100%;
    justify-content: space-between;
  }
  #wrapper .feedbackWrapper .feedback .buttons div {
    cursor: pointer;
  }
  #wrapper .feedbackWrapper .feedback .slidesWrapper {
    margin: 0px 32px;
  }
  #wrapper .feedbackWrapper .feedback .slides .slide {
    min-width: 306px;
    max-width: 306px;
    padding: 16px 30px;
  }
  #wrapper .promoWrapper {
    margin-top: 47px;
  }
  #wrapper .promoWrapper .promo {
    padding: 30px 20px;
    position: relative;
    max-width: 100%;
    background: none;
  }
  #wrapper .promoWrapper .promo .left {
    gap: 18px;
    padding-top: 0;
    z-index: 2;
    width: 210px;
  }
  #wrapper .promoWrapper .promo .left h4 {
    font-size: 30px;
  }
  #wrapper .promoWrapper .promo .left .buttons {
    gap: 8px;
    flex-direction: column;
  }
  #wrapper .promoWrapper .promo .left .buttons a {
    font-size: 15.3px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #wrapper .promoWrapper .promo img {
    width: 160px;
    height: 183px;
    transform: rotate(11.074deg);
    position: absolute;
    right: 0;
    top: 60px;
  }
  #wrapper footer .footer {
    padding: 23px 0px;
    align-items: center;
    gap: 8px;
  }
  #wrapper footer .footer .top {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #wrapper footer .footer .top .logo {
    gap: 9px;
  }
  #wrapper footer .footer .top .logo::after {
    width: 130px;
    height: 38px;
    background-size: 100%;
  }
  #wrapper footer .footer .top .logo img {
    width: 130px;
    height: 38px;
  }
  #wrapper footer .footer .top .logo p {
    font-size: 12px;
  }
  #wrapper footer .footer .top a {
    font-size: 14px;
  }
  #wrapper footer .footer .bottom {
    font-size: 14px;
  }
  #hiddenMobile {
    display: none;
  }
  .promo2Wrapper .promo2 {
    max-width: 100%;
    padding: 23px 20px 32px 20px;
    background: none;
  }
  .promo2Wrapper .promo2 .left {
    gap: 30px;
  }
  .promo2Wrapper .promo2 .left h4 {
    font-size: 30px;
  }
  .promo2Wrapper .promo2 .left .buttons {
    gap: 8px;
    flex-direction: column;
  }
  .promo2Wrapper .promo2 .left .buttons button {
    font-size: 15px !important;
    padding: 16px 0px !important;
  }
  .promo2Wrapper .promo2 img {
    display: none;
  }
  .popupWrapper .popup {
    max-width: 372px;
    padding: 30px 23px;
  }
  .popupWrapper .popup .head {
    padding-bottom: 5px;
  }
  .popupWrapper .popup .head h4 {
    font-size: 20px;
  }
  .popupWrapper .popup .head svg {
    width: 30px;
    height: 30px;
  }
  .popupWrapper .popup .form {
    padding-top: 17px;
  }
  .popupWrapper .popup .form form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .popupWrapper .popup .form form .top {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .popupWrapper .popup .form form .top label {
    font-size: 18px;
    gap: 8px;
  }
  .popupWrapper .popup .form form .top label input {
    font-size: 16px;
    padding: 15px 19px;
  }
  .popupWrapper .popup .form form .top .range {
    width: 100%;
    gap: 15px;
  }
  .popupWrapper .popup .form form .top .customSelect .active {
    padding: 12px 19px;
  }
  .popupWrapper .popup .form form .agreement label {
    align-items: start;
    font-size: 14px;
    padding-top: 9px;
    gap: 11px;
    line-height: 17px;
  }
  .popupWrapper .popup .form form .agreement label input {
    min-width: 20px;
    min-height: 20px;
  }
  .popupWrapper .popup .form form .agreement label input::after {
    border-width: 3px;
  }
  .popupWrapper .popup .form form .agreement label a {
    font-size: 14px;
    line-height: 17px;
  }
  .popupWrapper .popup .form form .result {
    flex-direction: column;
    padding-top: 50px;
    gap: 40px;
  }
  .popupWrapper .popup .form form .result .left {
    width: 100%;
  }
  .popupWrapper .popup .form form .result .left .sum {
    gap: 13px;
  }
  .popupWrapper .popup .form form .result .left .sum .row p {
    font-size: 16px;
  }
  .popupWrapper .popup .form form .result .left .sum .row h5 {
    font-size: 26px;
  }
  .popupWrapper .popup .form form .result .left .buttons {
    gap: 15px;
  }
  .popupWrapper .popup .form form .result .left .buttons a {
    font-size: 18px;
    padding: 19px 0px;
  }
  .popupWrapper .popup .form form .result .left .buttons button {
    font-size: 18px;
    padding: 19px 0px;
  }
  .popupWrapper .popup .form form .result img {
    width: 100%;
  }
  .popupWrapper .popup .form .graph {
    gap: 50px;
  }
  .popupWrapper .popup .form .graph .fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .popupWrapper .popup .form .graph .fields .field {
    gap: 8px;
  }
  .popupWrapper .popup .form .graph .fields .field span {
    font-size: 18px;
  }
  .popupWrapper .popup .form .graph .fields .field p {
    font-size: 16px;
    padding: 15px 19px;
  }
  .popupWrapper .popup .form .graph .fields .baner {
    background: none;
    padding: 15px 0px 0px 0px;
    border: none;
  }
  .popupWrapper .popup .form .graph .fields .baner h4 {
    font-size: 30px;
  }
  .popupWrapper .popup .form .graph .tableWrapper {
    width: 100%;
    overflow-x: auto;
  }
  .popupWrapper .popup .form .graph .tableWrapper::-webkit-scrollbar {
    background: white;
    border-radius: 25px;
    height: 5px;
  }
  .popupWrapper .popup .form .graph .tableWrapper::-webkit-scrollbar-track {
    border-radius: 25px;
    background: #EEE;
  }
  .popupWrapper .popup .form .graph .tableWrapper::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: #170C2C;
  }
  .popupWrapper .popup .form .graph .tableWrapper table {
    width: 100%;
  }
  .popupWrapper .popup .form .graph .tableWrapper table td, .popupWrapper .popup .form .graph .tableWrapper table th {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .popupWrapper .popup .form .graph .tableWrapper table td {
    font-size: 20px;
  }
  .popupWrapper .popup .form .graph .tableWrapper table th {
    font-size: 24px;
    padding-right: 94px;
  }
  .mobilemenu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(12, 9, 56, 0.25);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    z-index: 3;
  }
  .mobilemenu.show {
    display: flex !important;
  }
  .mobilemenu .wrap {
    display: flex;
    flex-direction: column;
  }
  .mobilemenu .wrap button {
    align-self: flex-end;
    padding: 10px;
  }
  .mobilemenu .wrap .nav {
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
    gap: 15px;
  }
  .mobilemenu .wrap .nav a {
    color: #F3FCFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
}/*# sourceMappingURL=global.css.map */