.header {
  padding: 20px 0;
  background: var(--dark-blue);
}
.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;
}
.header__logo {
}
.header__phone {
  justify-self: end;
}

.phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  white-space: nowrap;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.phone__link:focus {
  text-decoration: none;
  color: var(--light-pink);
}
@media (any-hover: hover) {
  .phone__link:hover {
    text-decoration: none;
    color: var(--new-pink);
  }
}
.phone__link:active {
  color: var(--dark-pink);
}
.phone__icon {
  margin: 0 7px 0 0;
}
.main {
  background-color: var(--bg-color);
  padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0
    calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0;
}
.btn {
  display: inline-block;
  padding: 14px 20px;
  max-width: 241px;
  width: 100%;
  max-height: 60px;
  white-space: nowrap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  /* line-height: 150%; */
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.btn_pink {
  background-color: var(--new-pink);
  color: var(--white);
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
@media (any-hover: hover) {
  .btn_pink:hover {
    background-color: var(--light-pink);
    color: var(--white);
    text-decoration: none;
  }
}
.btn_pink:focus {
  background-color: var(--light-pink);
  color: var(--font-black);
  outline: none;
}
.btn_pink:active {
  background-color: var(--dark-pink);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.btn_light-pink {
  color: var(--new-pink);
  background-color: #fce0ea;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
@media (any-hover: hover) {
  .btn_light-pink:hover {
    background-color: var(--light-pink);
    text-decoration: none;
    color: var(--white) !important;
  }
}
.btn_light-pink:focus {
  background-color: var(--light-pink);
  outline: none;
  color: var(--font-black);
}
.btn_light-pink:active {
  background-color: var(--dark-pink);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0;
}
.online__left {
  max-width: 794px;
  width: 100%;
}
.online__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 121.2%;
  color: var(--tariffs-blue);
}
.online__text {
  margin: 22px 0 0 0;
  max-width: 753px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: var(--font-black);
}
.online__phone {
  margin: 24px 10px 0 0;
}
.online__request {
  margin: 24px 0 0 0;
}

.online__steps {
  max-width: 1606px;
  width: 100%;
  margin: 0 auto calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)));
  background-color: var(--dark-blue);
  border-radius: 10px;
}

.steps__wrapper {
  width: 100%;
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.step__item {
  position: relative;
  padding: 0 15px;
  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;
  text-align: center;
}
.step__item_four {
  max-width: 298px;
}
.step__item:after {
  position: absolute;
  content: '';
  background-image: url(../img/steps_arrow.svg);
  width: 33px;
  height: 60px;
  top: 50%;
  right: calc(0% - 28px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.step__item:last-child:after,
.step__item_online:last-child:after {
  display: none;
}
.step__img {
  width: 119px;
  height: auto;
}
.step__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 121.2%;
  color: var(--white);
  text-align: center;
}
.step__subtitle {
  max-width: 270px;
  margin: 7px 0 0 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
  text-align: center;
}

.calculation {
  font-family: 'Roboto';
  margin: 0 0 calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0;
}
.calculation-wrapper {
  padding: calc(15px + (50 - 15) * ((100vw - 320px) / (1440 - 425)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 6px 0px #c0d3ff;
  box-shadow: 0px 4px 6px 0px #c0d3ff;
}
.calculation__left {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  max-width: 794px;
  width: 100%;
  margin: 34px 0 148px 0;
}
.calculation__title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 121.2%;
  color: var(--tariffs-blue);
}
.calculation__list {
}
.calculation__item {
  position: relative;

  margin: 22px 0 0 0;
  max-width: 753px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: var(--font-black);
}

.calculation__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #f55f88;
  border-radius: 50%;
}
.calculation__text {
  margin: 0 0 0 24px;
}
.online__right {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-image: url(../img/dengi_s_dostavkoi_na_dom__right.png);
}
.calculator {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
  padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1440 - 320)))
    calc(10px + (20 - 10) * ((100vw - 320px) / (1440 - 320)));
  -webkit-box-shadow: 4px 6px 6px 4px #c0d3ff;
  box-shadow: 4px 6px 6px 4px #c0d3ff;
}
.form-calc {
  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;
  gap: 20px;
}
.form-calc__select {
  position: relative;
  padding: 15px 15px 15px 15px;
  width: 100%;
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  color: var(--tariffs-blue);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px;
  border: 1px solid #dcdcdc;
  outline: none;
  background: url(../img/arrow.svg) no-repeat;
  background-position: right 15px center;
  background-color: var(--white);
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
/* .form-calc__select {
  color: var(--tariffs-blue);
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #d3d3d3;
} */
.custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
}
.form-calc__select option {
  font-size: 16px;
  color: black;
}
/*
.custom-select select {
  display: none; /*hide original SELECT element:
}*/
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: '';
  top: 21px;
  right: 16px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--tariffs-blue) transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--tariffs-blue) transparent;
  top: 13px;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: inherit;
  padding: 15px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.select-selected {
  background-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 50px;
  text-align: left;
}
/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div {
  border-radius: 7px;
  background-color: var(--bg-color);
}
.select-items div:hover,
.same-as-selected {
  background-color: var(--light-pink);
}
.form-calc__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-calc__range-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-calc__range-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: lowercase;
  color: var(--tariffs-blue);
}
.form-calc__range-input {
  margin-left: auto;
  margin-right: 5px;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  text-transform: lowercase;
  color: var(--tariffs-blue);

  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}

.ribspan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;

  text-align: right;
  color: var(--tariffs-blue);
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--new-pink);
  cursor: pointer;
}
.slider:focus {
  border: 1px solid var(--dark-blue);
}

.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--new-pink);
  cursor: pointer;
}
.form-calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--tariffs-blue);
}
.form-calc__period {
  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;
}
.form-calc__period-text {
}
.form-calc__period-date {
}
.form-calc__percent {
  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;
}
.form-calc__percent-text {
}
.form-calc__percent-value {
}
.form-calc__message {
  font-size: 20px;
  color: var(--tariffs-blue);
  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;
}
.form-calc__message svg {
  width: 25px;
  height: 23px;
}

.form-calc__submit {
  -ms-flex-item-align: center;
  align-self: center;
}

.tarifs__message {
  width: 100%;
  max-height: 180px;
  margin: 0 0 40px 0;

  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 121.2%;

  background-color: var(--dark-blue);
  border-radius: 10px;
}

.tarifs__message-text {
  padding: 30px;
  color: var(--white);
}
.tarifs__message-link {
  color: var(--white);
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tarifs__message-link:visited {
  color: var(--dark-pink);
}
.tarifs__message-link:focus {
  text-decoration: none;
  color: var(--new-pink);
}
@media (any-hover: hover) {
  .tarifs__message-link:hover {
    text-decoration: none;
    color: var(--light-pink);
  }
}
.tarifs__message-link:active {
  text-decoration: none;
  color: var(--bg-color);
}

.online__terms {
  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;
  -webkit-box-shadow: 0px 4px 6px 0px #c0d3ff;
  box-shadow: 0px 4px 6px 0px #c0d3ff;
  border-radius: 10px;
  background-color: var(--white);
}
.terms__left {
  padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0
    calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)))
    calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)));
}
.terms__right {
}
.terms__list {
  list-style-type: none;
  padding: 0;
  max-width: 482px;
}
.terms__item {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 0 16px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: var(--font-black);
}
.terms__item:last-child {
  margin: 0 0 0 0;
}
.terms__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #f55f88;
  border-radius: 50%;
}
.terms__img {
  max-width: 761px;
  width: 100%;
  height: auto;
}

.feedback {
  background-color: var(--bg-color);
  padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0
    calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0;
}
.feedback__form-wrapper {
  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;
}
.feedback__form {
  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;
  gap: 5px;
  max-width: 470px;
  border-radius: 10px;
  padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1440 - 320)))
    calc(20px + (30 - 20) * ((100vw - 320px) / (1440 - 320)))
    calc(20px + (30 - 20) * ((100vw - 320px) / (1440 - 320)));
  -webkit-box-shadow: 0px 4px 6px 0px #c0d3ff;
  box-shadow: 0px 4px 6px 0px #c0d3ff;
  background-color: var(--white);
}
.feedback__form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.feedback__form._sending::after {
  opacity: 1;
  visibility: visible;
}

.form__title {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: var(--dark-blue);
}
.form__subtitle {
  text-align: center;
}
.form__item {
  margin: 25px 0 0 0;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.form__input,
.form__select,
.form__textarea {
  width: 100%;
  height: 50px;
  padding: 12px 15px 0px;
  border: 1px solid #dcdcdc;
  outline: none;
  border-radius: 7px;
  font-family: inherit;
  font-size: 16px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.form__input:not(:placeholder-shown) ~ .form__label,
.form__input:focus ~ .form__label {
  top: -10px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__input:focus,
.form__textarea:focus {
  border-color: var(--font-black);
  -webkit-box-shadow: 0px 0px 10px var(--light-pink);
  box-shadow: 0px 0px 10px var(--light-pink);
}
.form__textarea {
  height: 120px;
  resize: none;
}

.form__textarea:focus ~ .form__label,
.form__textarea:not(:focus):valid ~ .form__label {
  top: -10px;
  font-size: 10px;
}
.form__select {
  position: relative;
  padding: 15px 15px 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.svg) no-repeat;
  background-position: right 15px center;
  background-color: var(--white);
}
.form__label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 5px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.form__label-error {
  color: tomato;
}
.form__error {
  border: 1px solid tomato;
}

.error-message {
  color: tomato;
  font-size: 12px;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
}
.form__submit {
  outline: none;
  border: none;
  width: 100%;
}
.valid_off_feedback {
  cursor: none;
  pointer-events: none;
  opacity: 0.2;
}
.form__btn {
  padding: 12px 18px;
  display: inline-block;
  margin: 18px 0 0 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--new-pink);
}
.form__agreement {
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: left;
}
.form__checkbox {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.form__agreement-link {
  color: var(--light-pink);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form__agreement-link:visited {
  text-decoration: none;
  outline-color: var(--new-pink);
}

.form__agreement-link:focus-visible {
  text-decoration: none;
  outline-color: var(--light-pink);
}

.form__agreement-link:hover {
  text-decoration: none;
  color: var(--light-blue);
}

.form__agreement-link:active {
  color: var(--dark-blue);
}

.footer {
  background-color: var(--dark-blue);
  padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320))) 0;
}
.footer__row {
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
}
.footer__row_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__row_documents {
  margin: 15px 0 0 0;
}
.footer__row_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 20px 0 30px 0;
  gap: 10px;
}
.footer__row_second::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -27px;
  height: 1px;
  max-width: 1103px;
  width: 100%;
  background-color: var(--white);
}
.footer__column {
  width: calc(100% / 3);
}
.footer__row_third {
}
.footer__logo {
  display: block;
  width: 127px;
  height: 39px;
}
.footer__phone {
}

.footer__link {
  color: var(--white);
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__link_documents {
  font-size: 18px;
  font-weight: 500;
}

.footer__link:visited {
  color: var(--dark-pink);
  text-decoration: none;
}
.footer__link:focus {
  text-decoration: none;
  color: var(--light-pink);
}
@media (any-hover: hover) {
  .footer__link:hover {
    text-decoration: none;
    color: var(--new-pink);
  }
}
.footer__link:active {
  color: var(--dark-pink);
}
/*ilnur*/

.line_zaims__items table {
  width: 100%;
}
.line_zaims__items table thead th {
  padding: 20px;
  color: #003499;
}
.line_zaims__items table tbody td {
  text-align: center;
  padding: 10px;
}
.line_zaims__items {
  margin: 35px 0;
}
.title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 121.2%;
    color: var(--tariffs-blue);
    padding: 60px 0 30px;
}
.form__section-title {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: var(--dark-blue);
    padding: 0 0 20px;
    width: 100%;
    display: block;
}
.form__label-inner {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: var(--font-black);
    padding-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.form__field {
    max-width: 31%;
    width: 100%;
        margin: 0 16px 34px;
}
.form__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(0, 52, 153, 0.1);
    padding-bottom: 30px;
}
.field-error {
    color: red;
    font-size: 12px;
    margin-top: 9px;
}
.error-field {
        border: 1px solid red;
}
.form__input-inner {
    width: 100%;
    height: 50px;
    padding: 0  15px 0px;
    border: 1px solid #dcdcdc;
    outline: none;
    border-radius: 7px;
    font-family: inherit;
    font-size: 16px;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}
.form__fields-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.form__section-subtitle {
    margin: 0 0 11px 0;
    font-weight: bold;
    font-size: 19px;
    line-height: 123%;
    color: var(--dark-blue);
    padding: 0 0 7px;
    width: 100%;
    display: block;
}
.form__photo-descr {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    font-weight: bold;
}
.form__photo-fields {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__photo-field {
    max-width: 32%;
    width: 100%;
}
.form__photo-input {
    opacity: 0;
    position: absolute;
}
.input__file-button {
        width: 100%;
    max-width: 100%;
    height: 60px;
    background: #E83273;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 auto;
}
.input__file-icon-wrapper {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    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-right: 1px solid #fff;
}
#postal-code {
    
}
.check_inp {
    cursor: pointer;
        margin: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}
.form-check-input {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    min-width: 14px;
    max-width: 14px;
        margin-right: 8px;
}
.new-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-nontocuh {
    pointer-events: none;
    background-color: #e1e1e1;
}
.card-new-date {
    width: 80px;
    height: 50px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 13px;
    font-size: 20px;
}
.alarm {
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
}
.form__field-long {
    max-width: 100%;
}
.form__field-checks {
    margin-left: 21px;
}
.form__field-checks a {
    text-decoration: underline;
    font-style: italic;
}
.form-check-input {
    width: 25px;
    height: 24px;
    border-radius: 30px;
}
.tarif-item {
    border: 1px solid #dcdcdc;
    outline: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 16px;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px #dcdcdc;
    box-shadow: 0px 0px 10px #dcdcdc;
    cursor: pointer;
    margin-bottom: 31px;
    width: 100%;
}
.kred_produkt__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.produkt_title__string {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
}
.active-tarif {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px #E83273;
    box-shadow: 0px 0px 10px #E83273;

}
.inactive-tarif {
    opacity: 0.6;
}
.produkt_descr__string {
    font-size: 15px;
}
.liver-reg-active {
    pointer-events: none;
    background-color: #e1e1e1;
}
#submit-application-btn {
        background: #E83273;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    max-width: 350px;
    padding: 18px;
    margin: 30px auto 80px;
}
.sms-titles {
    width: 100%;
    display: block;
    margin: 0 0 26px;
}
.block_ASP__title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
}
#send-sms-btn {
    background: #E83273;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    max-width: 220px;
    padding: 12px;
}
.sms-statsu {
    width: 100%;
    text-align: center;
}
#sms-code-section {
    margin: 0 auto;
}
#verify-sms-btn {
    background: #E83273;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    max-width: 348px;
    padding: 8px;
    margin: 8px auto;
}
#resend-sms-btn {
        background: #fff;
    color: #E83273;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    max-width: 348px;
    padding: 8px;
    margin: 8px auto;
    border: 1px solid #E83273;
}
.modal-load {
    display: none;
    background: rgb(20, 47, 109, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.modal-load__block {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.modal-load__body {
    max-width: 250px;
    height: auto;
    background: white;
    padding: 37px;
    border-radius: 10px;
    text-align: center;
    line-height: 24px;
    position: relative;
}
.close-icon {
        position: absolute;
    right: 10px;
    top: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon::before, 
.close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.close-icon::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.close-icon::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.error-input {
    border: 1px solid red;
}
.form__section-all {
    width: 100% !important;
}
.form__field-long {
    width: 100% !important;
    max-width: 100% !important;
}