@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  position: relative;
  margin: 0 auto;
  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;
  color: #262D33;
  background: #FFF;
}

body.off {
  overflow: hidden;
}

#dengo .inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #dengo .inner {
    padding: 0 25px;
  }
}

.main__img-ps {
  display: none;
}
@media (min-width: 992px) {
  .main__img-ps {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .main__img-ps {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main__img-ps {
    display: block;
    max-width: 380px;
    right: 380px;
    bottom: -22px;
  }
}
.main__img-ps img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

strong {
  font-weight: bold;
}

#dengo .text {
  margin-bottom: auto;
}

#dengo .error {
  height: 100%;
}
#dengo .error__title {
  padding: 10px 0;
}
#dengo .error__container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dengo .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#dengo .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dengo .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #3A499D;
  border-radius: 15px;
  max-width: 350px;
  padding: 18px 42px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #dengo .error__button {
    font-size: 22px;
  }
}
#dengo .error__button a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#dengo .main {
  background: -webkit-gradient(linear, left top, right top, from(#CB134C), to(#472D83));
  background: linear-gradient(90deg, #CB134C 0%, #472D83 100%);
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dengo .main__wrap {
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #dengo .main__wrap {
    position: unset;
  }
}
#dengo .main__wrap-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  max-width: 210px;
  color: #FFF;
}
@media (min-width: 992px) {
  #dengo .main__wrap-title {
    font-size: 46px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #dengo .main__wrap-title {
    font-size: 45px;
    max-width: 437px;
  }
}
#dengo .main__wrap-p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  max-width: 172px;
  color: #FFF;
}
@media (min-width: 992px) {
  #dengo .main__wrap-p {
    font-size: 18px;
    max-width: 370px;
    display: block;
  }
}
#dengo .main__img-mob {
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  #dengo .main__img-mob {
    display: none;
  }
}
#dengo .main__img-mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dengo .main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #dengo .main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
#dengo .main .main__container {
  border-radius: 0px 0px 10px 10px;
  position: relative;
  margin: 15px 0;
}
@media (min-width: 992px) {
  #dengo .main .main__container {
    display: block;
    display: grid;
    grid-template-columns: 1fr 466px;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #dengo .main .main__container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.calc {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .calc {
    padding: 30px;
    max-width: 466px;
  }
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 1140px) {
  .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.calc__item-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  padding: 5px 0 5px 20px;
  width: 130px;
  background: #FFFFFF;
  border-radius: 14px;
  text-align: right;
  color: #3A499D;
  font-weight: 700;
}
@media (min-width: 360px) {
  .calc__item-value {
    width: 170px;
  }
}
.calc__item-value, .calc__item-span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  pointer-events: none;
  color: #3A499D;
}
@media (min-width: 360px) {
  .calc__item-value, .calc__item-span {
    font-size: 20px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.calc__item-title span {
  font-weight: 700;
}
.calc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px 0;
}
.calc__info-box {
  padding: 10px;
  max-height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid rgba(58, 73, 157, 0.1);
}
@media (min-width: 560px) {
  .calc__info-box {
    max-width: 137px;
    padding: 13px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .calc__info-box {
    max-width: 118px;
  }
}
@media (min-width: 992px) {
  .calc__info-box {
    max-width: 137px;
  }
}
.calc__info .bg {
  border-bottom: 3px solid rgba(234, 61, 74, 0.1);
}
.calc__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.calc__info-sum {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__info .total-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__fromto {
  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;
}
.calc__fromto-span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #000;
  opacity: 0.5;
}
.calc__action {
  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;
  border-radius: 10px;
  background: #FFEDEF;
  padding: 10px 20px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .calc__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.calc__action-img {
  margin-right: 8px;
}
.calc__action-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  padding-right: 8px;
}
.calc__actionText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 8px;
  border-radius: 100px;
  background: #F4F4FF;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .calc__actionText {
    margin-bottom: 20px;
  }
}
.calc__actionText .mob {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.calc__actionText p {
  color: #001E45;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.calc__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 8px;
  height: 24px;
}
.calc__cards .mob {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.calc .input-box {
  margin-top: 18px;
}
.calc .input-name {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  background: #F6F7FF;
  border: 1px solid #E4E6F3;
  text-align: center;
  margin-top: 6px;
}
.calc .text-box {
  margin: 15px 0;
}
.calc .text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc .text-box p span {
  color: #EA3D4A;
}
.calc .form {
  height: 100%;
}
.calc .form-box {
  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;
  height: 100%;
}
.calc__button {
  border-radius: 10px;
  width: 100%;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  pointer-events: none;
  background: #C6CAE1;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
.calc__button.prevent-register {
  margin-top: 15px;
  pointer-events: auto;
  background: #3A499D;
}
.calc .modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgba(58, 73, 157, 0.8);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.calc .modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 20px;
  margin: 10px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .calc .modal__box {
    height: auto;
  }
}
.calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.calc .modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
}
@media (min-width: 9920px) {
  .calc .modal__box-text {
    max-height: calc(100vh - 300px);
  }
}
.calc .modal.open {
  visibility: visible;
  opacity: 1;
}
.calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calc .checkbox {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.calc .checkbox-text {
  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;
  width: 100%;
}
.calc .checkbox-text__span {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: rgba(0, 30, 69, 0.6);
}
.calc .checkbox-text__span-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #3A499D;
  text-decoration: underline;
}
.calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.calc .checkbox-text-error.off {
  display: none;
}
.calc .bid__form-errors {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  background-color: #EF5555;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
}
.calc input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #F9F9F9;
  border-radius: 50px;
  border: 1px solid #3A499D;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc input[type=checkbox]:checked {
  border: 1px solid #F4F4F4;
  background: #3A499D;
}
.calc input[type=checkbox]:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 39%;
  color: #FFF;
  width: 24px;
  height: 24px;
}
.calc .checkbox-text .link {
  cursor: pointer;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  color: #757575;
  z-index: 1;
  left: 18px;
  top: 56%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 19px;
    top: 33px;
  }
}
@media (min-width: 412px) {
  .input-wrapper::before {
    left: 19px;
  }
}
@media (min-width: 768px) {
  .input-wrapper::before {
    left: 15px;
  }
}

.refund {
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
}
.refund__container {
  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;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
  color: #FFF;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #000;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.--padding {
  margin-top: 15px;
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: rgba(58, 73, 157, 0.0392156863);
  background: -webkit-gradient(linear, left top, right top, from(#3A499D), color-stop(50%, #3A499D), color-stop(50%, rgba(58, 73, 157, 0.0392156863)), to(rgba(58, 73, 157, 0.0392156863)));
  background: linear-gradient(to right, #3A499D 0%, #3A499D 50%, rgba(58, 73, 157, 0.0392156863) 50%, rgba(58, 73, 157, 0.0392156863) 100%);
  height: 4px;
  border-radius: 2px;
  margin: 15px 0;
}

input.w-30[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#3A499D), color-stop(21%, #3A499D), color-stop(21%, rgba(58, 73, 157, 0.0392156863)), to(rgba(58, 73, 157, 0.0392156863)));
  background: linear-gradient(to right, #3A499D 0%, #3A499D 21%, rgba(58, 73, 157, 0.0392156863) 21%, rgba(58, 73, 157, 0.0392156863) 100%);
}

input.w-14[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#3A499D), color-stop(34%, #3A499D), color-stop(34%, rgba(58, 73, 157, 0.0392156863)), to(rgba(58, 73, 157, 0.0392156863)));
  background: linear-gradient(to right, #3A499D 0%, #3A499D 34%, rgba(58, 73, 157, 0.0392156863) 34%, rgba(58, 73, 157, 0.0392156863) 100%);
}

input.w-0[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(58, 73, 157)), color-stop(10.69565%, rgb(58, 73, 157)), color-stop(14.69565%, rgba(58, 73, 157, 0.04)), to(rgba(58, 73, 157, 0.04)));
  background: linear-gradient(to right, rgb(58, 73, 157) 0%, rgb(58, 73, 157) 10.69565%, rgba(58, 73, 157, 0.04) 14.69565%, rgba(58, 73, 157, 0.04) 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #3A499D;
  border: 6px solid #3A499D;
  border-radius: 50px;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #3A499D;
  border: 6px solid #3A499D;
  border-radius: 50px;
}

input[type=range]::-ms-range-thumb {
  -ms-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #3A499D;
  border: 6px solid #3A499D;
  border-radius: 50px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #3A499D;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-range-progress,
input[type=range]::-moz-range-progress,
input[type=range]::-ms-range-progress {
  background-color: #3A499D;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track,
input[type=range]::-ms-fill-lower {
  background-color: #3A499D;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-lower {
  background-color: #3A499D;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-upper {
  background-color: rgba(58, 73, 157, 0.0392156863);
  height: 4px;
  border-radius: 2px;
}

.col-day {
  font-weight: 700;
}

/* /progress */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.company {
  margin: 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  .company {
    margin: 50px 0;
  }
}
@media (min-width: 1200px) {
  .company {
    margin: 100px 0;
  }
}
.company__title {
  display: none;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .company__title {
    font-size: 46px;
    text-align: start;
  }
}
@media (min-width: 768px) {
  .company-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .company-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.company-cards__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .company-cards__item {
    -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;
  }
}
.company-cards__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .company-cards__item:not(:last-child) {
    margin-bottom: unset;
  }
}
.company-cards__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-cards__item-img {
  max-width: 70px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .company-cards__item-img {
    margin-right: 0;
  }
}
.company-cards__item-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 992px) {
  .company-cards__item-title {
    text-align: center;
    padding-top: 15px;
  }
}
.company-cards__item-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.company br {
  display: none;
}

.condition {
  position: relative;
  margin: 50px 0;
  color: #FFF;
  overflow: hidden;
  max-width: 1200px;
}
@media (min-width: 992px) {
  .condition {
    margin: 100px auto;
    width: 100%;
  }
}
.condition__container {
  border-radius: 20px;
  background: linear-gradient(80deg, #9989FE 0%, #6B68D6 100%);
  overflow: hidden;
  padding: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .condition__container {
    padding: 60px;
  }
}
.condition__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .condition__title {
    font-size: 44px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .condition__title {
    font-size: 46px;
  }
}
.condition__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 20;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
@media (min-width: 1200px) {
  .condition__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.condition__box img {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .condition__box img {
    width: 36px;
    height: auto;
    margin-bottom: 20px;
  }
}
.condition__box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #001E45;
}
@media (min-width: 992px) {
  .condition__box p {
    font-weight: 800;
  }
}
.condition__box:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .condition__box:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 40px;
    width: 200px;
  }
}
.condition__button {
  position: relative;
  z-index: 20;
  display: inherit;
  text-align: center;
  max-width: 234px;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background: #3A499D;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) {
  .condition br {
    display: none;
  }
}
.condition__img {
  position: absolute;
  bottom: 21px;
  right: 0;
  z-index: 10;
  max-width: 190px;
}
@media (min-width: 768px) {
  .condition__img {
    max-width: 288px;
  }
}
@media (min-width: 992px) {
  .condition__img {
    max-width: 243px;
    bottom: -3px;
  }
}
@media (min-width: 1200px) {
  .condition__img {
    bottom: 40px;
    right: 122px;
  }
}
.condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.step {
  margin-top: 40px;
}
.step__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .step__title {
    font-size: 46px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.step__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.step__colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .step__colum {
    max-width: 297px;
  }
}
.step__img {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 31px;
  z-index: 0;
}
@media (min-width: 992px) {
  .step__img {
    max-width: 117px;
  }
}
.step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 40px 20px -20px rgba(38, 45, 51, 0.05);
          box-shadow: 0px 40px 20px -20px rgba(38, 45, 51, 0.05);
  height: 100%;
}
@media (min-width: 992px) {
  .step__wrap {
    -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;
  }
}
.step__wrap-img-mob {
  width: 80px;
}
@media (min-width: 992px) {
  .step__wrap-img-mob {
    display: none;
  }
}
.step__wrap-img-pc {
  display: none;
}
@media (min-width: 992px) {
  .step__wrap-img-pc {
    display: block;
  }
}
.step__wrap-text {
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  padding: 20px 10px 5px 0;
}
@media (min-width: 768px) {
  .step__wrap-text {
    text-align: center;
    padding: 18px 10px 5px 0;
  }
}
@media (min-width: 1200px) {
  .step__wrap-text {
    font-size: 26px;
  }
}
.step__wrap-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: start;
}
@media (min-width: 992px) {
  .step__wrap-info {
    text-align: center;
    max-width: 267px;
  }
}

br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}

.header {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* Стиль бургер-меню */
}
.header__container {
  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;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .header__container {
    padding: 30px 15px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 170px;
  width: 100%;
  height: 40px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contacts {
  text-align: start;
  padding: 0 20px;
  margin-bottom: 40px;
}
.header__contacts-text {
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}
.header__contacts-phone {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: underline;
  color: #FFF;
}
.header__box {
  display: none;
}
@media (min-width: 768px) {
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__contacts-pc {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts-pc {
    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: 60px;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.header__text {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
}
.header__phone {
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: underline;
  color: #000;
}
.header__login {
  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;
  max-width: 103px;
  width: 100%;
  border-radius: 10px;
  background: #3A499D;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding: 16px 24px;
  cursor: pointer;
}
.header__register {
  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;
  max-width: 133px;
  width: 100%;
  border-radius: 10px;
  background: #B41856;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding: 16px 24px;
  margin-left: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__register {
    max-width: 173px;
  }
}
.header__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .header__submenu {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__burger {
  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;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3A499D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-box {
  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;
  height: 100%;
}
@media (min-width: 992px) {
  .header__mobile-box {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(136, 32, 104);
    z-index: 1000;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu.active {
    right: 0;
  }
}
.header__mobile-menu-content {
  padding: 30px 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: 15px;
}
@media (min-width: 992px) {
  .header__mobile-menu-content {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu-link {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1001;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu-close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-width: 768px) {
  .header__mobile-menu-close span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.login {
  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;
  max-width: 103px;
  width: 100%;
  border-radius: 10px;
  background: #3A499D;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding: 16px 24px;
  cursor: pointer;
}

.register {
  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;
  max-width: 133px;
  width: 100%;
  border-radius: 10px;
  background: #B41856;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding: 16px 24px;
  cursor: pointer;
}

.hide__burger-menu {
  display: block;
}

.description h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

#dengo .footer {
  background: #262D33;
  overflow: hidden;
  margin-top: 20px;
}
#dengo .footer__wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFF;
  padding: 15px 0 15px 0;
  text-align: start;
}
@media (min-width: 992px) {
  #dengo .footer__wrap {
    padding: 40px 0 40px 0;
  }
}
#dengo .footer__wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5px;
  opacity: 0.6;
  text-align: start;
}
#dengo .footer__wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#dengo .footer__wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  list-style-type: none;
  cursor: pointer;
}
#dengo .footer .footer__container {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 40px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #dengo .footer .footer__container {
    padding: 25px;
  }
}
#dengo .footer .footer__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dengo .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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: start;
}
@media (min-width: 992px) {
  #dengo .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#dengo .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 20px;
}
@media (min-width: 992px) {
  #dengo .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #dengo .footer .footer__container .footer__list .footer__item:not(:last-child) {
    margin-right: 60px;
  }
}
#dengo .footer .footer__container .footer__list .footer__item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  list-style-type: none;
  text-decoration: underline;
  cursor: pointer;
}
#dengo .footer__logo {
  text-align: center;
  max-width: 150px;
  width: 100%;
}
#dengo .footer__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
#dengo .footer::before {
  display: none;
  content: "";
  position: absolute;
  width: 400px;
  height: 200px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  background: #472D83;
  z-index: -1;
  bottom: 220px;
  left: 164px;
}
@media (min-width: 768px) {
  #dengo .footer::before {
    display: block;
    width: 559px;
    height: 300px;
    left: 204px;
  }
}
@media (min-width: 992px) {
  #dengo .footer::before {
    display: block;
    width: 559px;
    height: 300px;
    left: 372px;
  }
}
@media (min-width: 1200px) {
  #dengo .footer::before {
    left: 632px;
  }
}
@media (min-width: 1800px) {
  #dengo .footer::before {
    left: 987px;
  }
}
#dengo .footer .link-img {
  width: 25px;
  margin-right: 5px;
}
#dengo .footer .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #dengo .footer .link-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.main.footer::before {
  display: none;
}

#dengo .offers__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #dengo .offers__title {
    font-size: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #dengo .offers__title {
    font-size: 46px;
    padding-bottom: 20px;
  }
}

#dengo .offers__text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 992px) {
  #dengo .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#dengo .offers__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 564px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #dengo .offers__wrap {
    padding: 0 25px;
  }
}
#dengo .offers__logo {
  max-width: 66px;
  width: 100%;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #dengo .offers__logo {
    max-width: 132px;
  }
}
#dengo .offers__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
#dengo .offers__text-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: start;
  padding-top: 4px;
}
@media (min-width: 992px) {
  #dengo .offers__text-name {
    padding-top: 10px;
    font-size: 16px;
  }
}
#dengo .offers__text-ferst {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  text-align: start;
}
@media (min-width: 992px) {
  #dengo .offers__text-ferst {
    font-size: 24px;
  }
}
#dengo .offers__name {
  color: #3A499D;
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
}
@media (min-width: 992px) {
  #dengo .offers__name {
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
  }
}
#dengo .offers__bold {
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
}

#dengo .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
  grid-gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 10px;
}
@media (min-width: 768px) {
  #dengo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  }
}
@media (min-width: 992px) {
  #dengo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
  }
}
@media (min-width: 1000px) {
  #dengo .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    padding: 0;
  }
}
@media (min-width: 1000px) {
  #dengo .cards .card__container.--box {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 24px;
    padding: 0;
  }
}
#dengo .cards__border {
  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;
  border-radius: 5px;
  background: #F6F7FF;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #dengo .cards__border {
    -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;
  }
}
#dengo .cards .card__wrap {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  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;
}
@media (min-width: 992px) {
  #dengo .cards .card__wrap {
    padding: 26px 16px;
  }
}
#dengo .cards .card__container-stars {
  height: 18px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
#dengo .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#dengo .cards .card__container-stars.--color-2 svg:first-child path,
#dengo .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#dengo .cards .card__container-stars.--color-3 svg:first-child path,
#dengo .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#dengo .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#dengo .cards .card__container-stars.--color-4 svg:first-child path,
#dengo .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#dengo .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#dengo .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#dengo .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #dengo .cards .card__container-stars {
    height: 27px;
  }
}
#dengo .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #dengo .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#dengo .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #dengo .cards .card__container-stars span {
    font-size: 14px;
  }
}
#dengo .cards .bg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FF7A2F;
  border-radius: 12px;
  margin: 0 -5px 8px -5px;
}
@media (min-width: 992px) {
  #dengo .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#dengo .cards .bg-card span {
  position: absolute;
  text-align: center;
  height: 30px;
  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;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  padding: 5px 10px;
}
#dengo .cards .card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dengo .cards .card__img {
  height: 60px;
  max-width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 11px;
}
#dengo .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #dengo .cards .card__img img {
    width: 100%;
  }
}
#dengo .cards .cards__info {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
#dengo .cards .cards__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}
#dengo .cards .cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#dengo .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  background: #3A499D;
  color: #FFF;
  margin: 10px 0 0 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #dengo .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
    font-size: 14px;
  }
}
#dengo .cards .cards__footer {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
  color: #181938;
  opacity: 0.6;
  padding-top: 8px;
  height: 61px;
}
@media (min-width: 992px) {
  #dengo .cards .cards__footer {
    font-size: 10px;
  }
}

.reviews__wrapper {
  position: relative;
}
.reviews__title {
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
}
.reviews .swiper {
  position: relative;
  padding: 0 14px 75px 2px;
}
@media (min-width: 768px) {
  .reviews .swiper {
    padding: 0 14px 20px 2px;
  }
}
.reviews .swiper-slide {
  height: unset;
}
.reviews__slider {
  padding: 0 20px;
}
.reviews__slider-prev, .reviews__slider-next {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(38, 45, 51, 0.1);
  border-radius: 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .reviews__slider-prev, .reviews__slider-next {
    top: 50%;
    bottom: unset;
  }
}
.reviews__slider-prev::after, .reviews__slider-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews__slider-prev {
  left: 50%;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  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 (min-width: 768px) {
  .reviews__slider-prev {
    top: 95%;
  }
}
.reviews__slider-next {
  right: 50%;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  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 (min-width: 768px) {
  .reviews__slider-next {
    top: 95%;
  }
}
.reviews__item {
  width: 240px;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  min-height: 100%;
  border-radius: 10px;
  border: 1px solid #E4E6F3;
  cursor: pointer;
}
@media (min-width: 900px) {
  .reviews__item {
    width: 100%;
    max-width: 100%;
  }
}
.reviews__item-top {
  position: relative;
  margin-bottom: auto;
  padding: 15px;
  height: 100%;
}
.reviews__item-bottom {
  padding: 15px;
  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;
  border-top: 1px solid #E4E6F3;
}
.reviews__item-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.reviews__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__item-star {
  width: 17px;
  height: 17px;
}
.reviews__item-star img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .reviews__item-text {
    padding-right: 40px;
  }
}
.reviews__item-avatar {
  margin-right: 10px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__item-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.reviews__item-age {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #697B97;
}

@media (min-width: 768px) {
  .payment {
    margin-top: 50px;
  }
}
.payment__container {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 992px) {
  .payment__container {
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
  }
}
@media (min-width: 1200px) {
  .payment__container {
    margin: 50px 0;
  }
}
.payment__wrapper {
  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: 10px;
  border: 1px solid #E4E6F3;
  padding: 29px 15px;
}
.payment__cards img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#dengo .button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px 0 20px;
}
#dengo .prev,
#dengo .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #FFCB46;
  color: #F8F7F7;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  max-width: 120px;
  overflow: hidden;
  cursor: pointer;
}
#dengo .prev img,
#dengo .next img {
  width: 100%;
  height: 100%;
  max-height: 28px;
  max-width: 17px;
  margin: 6px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#dengo .--button {
  background-color: #B4B6BD;
  cursor: auto;
}
#dengo .num {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

#dengo .input {
  z-index: 1;
  position: relative;
}
#dengo .input__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #dengo .input__title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
#dengo .input__title span {
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ff9200;
}
@media (min-width: 768px) {
  #dengo .input__title span {
    font-size: 40px;
  }
}
#dengo .input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #dengo .input__wrap {
    max-width: 558px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #dengo .input__wrap {
    padding: 32px;
  }
}
#dengo .input-name {
  border-radius: 100px;
  background: #F9F9F9;
  padding: 16px 32px;
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}
#dengo .input-name.status:not(:focus):not(.input-status):invalid {
  -webkit-box-shadow: 0 0 0 1px #FF0000 inset;
          box-shadow: 0 0 0 1px #FF0000 inset;
}
#dengo .input-name.status:not(:focus):not(.input-status):valid {
  -webkit-box-shadow: 0 0 0 1px #008000 inset;
          box-shadow: 0 0 0 1px #008000 inset;
}
@media (min-width: 768px) {
  #dengo .input-name {
    max-width: 100%;
  }
}
#dengo .input__button {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #CB134C;
  padding: 16px 0;
  color: #FFF;
  cursor: pointer;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #dengo .input__button {
    max-width: 558px;
  }
}
#dengo .input__button-fuild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 494px;
  width: 100%;
  border-radius: 100px;
  background: #CB134C;
  padding: 16px 0;
  color: #FFF;
  cursor: pointer;
  margin-top: 32px;
}
.modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgba(58, 73, 157, 0.8);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 20px;
  margin: 10px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .modal__box {
    height: auto;
  }
}
.modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

:disabled {
  opacity: 0.5;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 6px;
}

.checkbox-text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkbox-text__span {
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .checkbox-text__span {
    font-size: 14px;
  }
}
.checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #6639DB;
  text-decoration: underline;
}
.checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.checkbox-text-error.off {
  display: none;
}
.bid__form-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CF142B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.bid__form-errors::before {
  content: "";
  background: url("/static/broker_ua_1/images/info.svg") no-repeat center center/contain;
  min-width: 16px;
  height: 16px;
  display: block;
  margin: 0 10px 0 0;
}

.refund {
  border-radius: 20px;
  background: #F9F4F4;
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
}
.refund__container {
  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;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
  color: #000;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #000;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .steps {
    margin-bottom: 60px;
  }
}
.steps__info {
  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;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .steps__info {
    font-size: 20px;
  }
}
.steps__container {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container {
    max-width: 558px;
  }
}
.steps__container img {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container img {
    max-width: 558px;
    width: 100%;
  }
}

.form {
  position: relative;
  z-index: 2;
  margin-bottom: auto;
}

.input-status:not(:focus).invalid {
  -webkit-box-shadow: 0 0 0 1px #FF0000 inset;
          box-shadow: 0 0 0 1px #FF0000 inset;
}
.input-status:not(:focus).valid {
  -webkit-box-shadow: 0 0 0 1px #008000 inset;
          box-shadow: 0 0 0 1px #008000 inset;
}

.u-AhunterSuggestions {
  border: 1px solid #AAAAAA;
  background: white;
  overflow: auto;
  border-radius: 20px;
  padding: 5px;
}

.u-AhunterSuggestion {
  cursor: pointer;
  padding: 5px;
  overflow: hidden;
}

.u-AhunterEmptySuggestion {
  padding: 5px;
  font-style: italic;
  color: #b8661f;
}

.u-AhunterSelectedSuggestion {
  background: #E7E7E7;
  border-radius: 15px;
}

.u-AhunterSuggestions strong {
  font-weight: bold;
  color: #1B7BB1;
}

#dengo .input-name {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#dengo .input-box:not(:first-child) {
  margin: 20px 0 6px 0;
}
#dengo .input-box__important {
  color: #CF142B;
}
#dengo .input-box label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#dengo .input-box.margin {
  margin: 0 10px 0 0;
}
#dengo .input .input__wraper {
  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;
  margin: 32px 0 6px 0;
}
#dengo .input .input-date {
  border-radius: 100px;
  background: #F9F9F9;
  padding: 16px 15px;
  width: 100%;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}
@media (min-width: 768px) {
  #dengo .input .input-date {
    padding: 16px 32px;
  }
}
#dengo .input .input-date.status:not(:focus):invalid {
  -webkit-box-shadow: 0 0 0 1px #FF0000 inset;
          box-shadow: 0 0 0 1px #FF0000 inset;
}
#dengo .input .input-date.status:not(:focus):valid {
  -webkit-box-shadow: 0 0 0 1px #008000 inset;
          box-shadow: 0 0 0 1px #008000 inset;
}
#dengo .input .input-container {
  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;
  margin-top: 15px;
}
@media (min-width: 992px) {
  #dengo .input .input-container {
    margin-top: 32px;
  }
}
#dengo .input .input-container span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 5px;
}
#dengo .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #dengo .input-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#dengo .input__location {
  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;
}
#dengo .input__protection {
  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;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin: 20px 0;
}
#dengo .input__protection img {
  margin-right: 10px;
}

.checkbox-container {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .checkbox-container {
    margin: 0 0 20px 0;
  }
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: rgba(0, 30, 69, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .custom-checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #3A499D;
  border-radius: 50%;
  margin-right: 10px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.custom-checkbox .checkmark:after {
  content: "";
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #3A499D;
  border-color: #3A499D;
}
.custom-checkbox input:checked + .checkmark:after {
  content: "✓";
  background-color: white;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.padding {
  padding-top: 20px;
}

.load-image__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 150px;
}
.load-image__progressbar {
  padding: 15px;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 992px) {
  .load-image__progressbar {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.load-image__progressbar.start .load-image__meter {
  animation: progress 90s linear forwards;
  -webkit-animation: progress 90s linear forwards;
}
.load-image__progressbar.finish {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEwOCIgdmlld0JveD0iMCAwIDEwOCAxMDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01My45OTk4IDEwNi4yQzgyLjgyOTEgMTA2LjIgMTA2LjIgODIuODI5MyAxMDYuMiA1NC4wMDAxQzEwNi4yIDI1LjE3MDggODIuODI5MSAxLjgwMDA1IDUzLjk5OTggMS44MDAwNUMyNS4xNzA1IDEuODAwMDUgMS43OTk4IDI1LjE3MDggMS43OTk4IDU0LjAwMDFDMS43OTk4IDgyLjgyOTMgMjUuMTcwNSAxMDYuMiA1My45OTk4IDEwNi4yWiIgZmlsbD0iIzk2RDg1NCIvPgo8cGF0aCBkPSJNNDMuNjcxNCA3NS43MjZMMzEuNDMxNCA2My43NzA0QzMxLjE2NjYgNjMuNTEzMSAzMC45NTYyIDYzLjIwNTIgMzAuODEyNSA2Mi44NjUyQzMwLjY2ODggNjIuNTI1MSAzMC41OTQ3IDYyLjE1OTYgMzAuNTk0NyA2MS43OTA0QzMwLjU5NDcgNjEuNDIxMiAzMC42Njg4IDYxLjA1NTcgMzAuODEyNSA2MC43MTU2QzMwLjk1NjIgNjAuMzc1NSAzMS4xNjY2IDYwLjA2NzcgMzEuNDMxNCA1OS44MTA0TDM1LjQ5MDQgNTUuODUwNEMzNi4wMzQ3IDU1LjMyMyAzNi43NjI5IDU1LjAyODEgMzcuNTIwOCA1NS4wMjgxQzM4LjI3ODcgNTUuMDI4MSAzOS4wMDY5IDU1LjMyMyAzOS41NTEyIDU1Ljg1MDRMNDYuODM3NiA2Mi45NzNMNjcuMjczIDMxLjkwNUM2Ny42OTQ2IDMxLjI3ODEgNjguMzQzNSAzMC44Mzk3IDY5LjA4MjUgMzAuNjgyNUM2OS44MjE1IDMwLjUyNTMgNzAuNTkyNyAzMC42NjE2IDcxLjIzMyAzMS4wNjI2TDc2LjA2NDIgMzQuMDk3NEM3Ni4zNzk3IDM0LjI5MTQgNzYuNjUzMSAzNC41NDY5IDc2Ljg2ODEgMzQuODQ4NUM3Ny4wODMxIDM1LjE1MDIgNzcuMjM1MyAzNS40OTIgNzcuMzE1NyAzNS44NTM2Qzc3LjM5NjEgMzYuMjE1MiA3Ny40MDMxIDM2LjU4OTIgNzcuMzM2MiAzNi45NTM2Qzc3LjI2OTMgMzcuMzE3OSA3Ny4xMyAzNy42NjUxIDc2LjkyNjQgMzcuOTc0Nkw1Mi43MjkgNzQuNzczOEM1Mi4yNDQxIDc1LjQ5NDEgNTEuNjA3MiA3Ni4wOTkzIDUwLjg2MzIgNzYuNTQ2OUM1MC4xMTkxIDc2Ljk5NDQgNDkuMjg2IDc3LjI3MzQgNDguNDIyNSA3Ny4zNjQyQzQ3LjU1ODkgNzcuNDU1IDQ2LjY4NiA3Ny4zNTU0IDQ1Ljg2NTEgNzcuMDcyM0M0NS4wNDQzIDc2Ljc4OTMgNDQuMjk1NSA3Ni4zMjk3IDQzLjY3MTQgNzUuNzI2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat 50% 50%/contain;
  background-size: 100px;
}
@media (min-width: 992px) {
  .load-image__progressbar.finish {
    background-size: 170px;
  }
}
.load-image__progressbar.finish p {
  opacity: 0;
}
.load-image__progressbar.finish .load-image__circle,
.load-image__progressbar.finish .load-image__percent {
  opacity: 0;
}
.load-image__progressbar svg {
  width: 120px;
  height: 120px;
  border-radius: 160px;
}
.load-image__circle {
  width: 120px;
  height: 120px;
  border-radius: 160px;
  background: #F6F8FB;
}
.load-image__meter {
  fill: none;
  stroke-width: 15px;
  stroke-linecap: round;
  transform: rotate(-90deg) scale(0.6) translate(-50%, -50%);
  -webkit-transform: rotate(-90deg) scale(0.6) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) scale(0.6) translate(-50%, -50%);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  stroke-dasharray: 528;
  stroke-dashoffset: 0;
}
@media (min-width: 992px) {
  .load-image__meter {
    stroke-width: 10px;
  }
}
.load-image__percent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 80px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .load-image__percent {
    -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
.load-image__percent p {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}
@keyframes progress {
  from {
    stroke-dashoffset: 528;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 528;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.load__wrapper {
  margin: 0 auto 20px;
  padding: 32px;
  max-width: 340px;
  width: 100%;
  border-radius: 28px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 39, 39, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(39, 39, 39, 0.05);
  z-index: 2;
}
@media (min-width: 992px) {
  .load__wrapper {
    padding: 20px 35px 35px;
    max-width: 558px;
  }
}
.load-status {
  padding: 15px 0 0;
}
.load-status__wrapper {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .load-status__wrapper {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .load-status__wrapper {
    max-width: 100%;
  }
}
.load-status__item {
  position: relative;
}
.load-status__item:not(:last-child) {
  margin-bottom: 20px;
}
.load-status__item:nth-child(2) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 59s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 59s linear alternate forwards;
}
.load-status__item:nth-child(2) .--check {
  -webkit-animation: fadeIn 60s linear alternate;
          animation: fadeIn 60s linear alternate;
}
.load-status__item:nth-child(3) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 89s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 89s linear alternate forwards;
}
.load-status__item:nth-child(3) .--check {
  -webkit-animation: fadeIn 90s linear alternate;
          animation: fadeIn 90s linear alternate;
}
.load-status__item:nth-child(4) .--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 119s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 119s linear alternate forwards;
}
.load-status__item:nth-child(4) .--check {
  -webkit-animation: fadeIn 120s linear alternate;
          animation: fadeIn 120s linear alternate;
}
.load-status__item-text {
  padding-right: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .load-status__item-text {
    margin-right: 40px;
  }
}
.load-status__item-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  width: 28px;
  height: 28px;
}
.load-status__item-img.--load {
  -webkit-animation: circle-load 1.2s linear infinite, fadeOut 29s linear alternate forwards;
          animation: circle-load 1.2s linear infinite, fadeOut 29s linear alternate forwards;
}
.load-status__item-img.--check {
  -webkit-animation: fadeIn 30s linear alternate;
          animation: fadeIn 30s linear alternate;
}
.load__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.load__text {
  padding-right: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .load__text {
    margin-right: 20px;
  }
}
.load__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 494px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #CF142B;
  -webkit-box-shadow: 0px 2px 0px 0px #CF142B;
          box-shadow: 0px 2px 0px 0px #CF142B;
  padding: 16px 0;
  color: #FFF;
  cursor: pointer;
}

@-webkit-keyframes circle-load {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-369deg);
            transform: rotate(-369deg);
  }
}

@keyframes circle-load {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-369deg);
            transform: rotate(-369deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .title {
    font-size: 40px;
  }
}

.title-hidden {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .title-hidden {
    font-size: 40px;
  }
}

.hidden {
  display: none;
}

#dengo .application {
  margin: 0 auto;
}
#dengo .application__text {
  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;
}
#dengo .application h2 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #dengo .application h2 {
    font-size: 46px;
  }
}
#dengo .application__info {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 0 20px 0;
}
@media (min-width: 992px) {
  #dengo .application__info {
    font-size: 20px;
    padding: 20px 0 50px 0;
  }
}
@media (min-width: 1200px) {
  #dengo .application__info {
    padding: 20px 0 50px 0;
  }
}
#dengo .application__box {
  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;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin: 0 auto;
  max-width: 558px;
}
@media (min-width: 1200px) {
  #dengo .application__box {
    padding: 32px;
  }
}
#dengo .application__box-img {
  max-width: 148px;
}
@media (min-width: 1200px) {
  #dengo .application__box-img {
    max-width: 178px;
  }
}
#dengo .application__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dengo .application__box-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  margin: 16px 0 10px 0;
}
@media (min-width: 992px) {
  #dengo .application__box-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #dengo .application__box-title {
    margin: 32px 0 10px 0;
  }
}
#dengo .application__box-info {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
#dengo .application__listInfo {
  color: #000;
  font-size: 15px;
  font-weight: 800;
  line-height: 140%;
  padding: 16px 0 10px 0;
}
@media (min-width: 1200px) {
  #dengo .application__listInfo {
    padding: 32px 0 10px 0;
    margin-right: auto;
    margin-left: 0;
  }
}
#dengo .application__container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1200px) {
  #dengo .application__container {
    margin-right: auto;
    margin-left: 0;
  }
}
#dengo .application__container-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
#dengo .application__container-num {
  height: 30px;
  width: 30px;
  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: 100px;
  background: #F4F4FF;
  color: #3A499D;
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  padding: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
#dengo .application__container-text {
  color: #001E45;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}
#dengo .application__button {
  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: 100px;
  border: 1px solid var(--Linear, rgba(255, 255, 255, 0.25));
  background: #00BF5C;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 328px;
  width: 100%;
  padding: 16px;
  margin-top: 6px;
}
@media (min-width: 1200px) {
  #dengo .application__button {
    margin-top: 22px;
    max-width: 100%;
  }
}

.application__title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding: 20px 0 10px 0;
}
@media (min-width: 992px) {
  .application__title {
    font-size: 28px;
  }
}