@charset "UTF-8";
html,
body {
  max-width: 100vw;
  overflow-x: hidden!important;
}

body {
  margin: 0 !important;
  font-family: "Montserrat" !important;
  font-weight: 300;
  animation: fadein 0.5s linear;
  -webkit-text-size-adjust: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container {
  position: relative;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (max-width: 574px) {
  .container {
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 1200px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

ul {
  list-style-type: none;
  padding-left: 0;
}

h1 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 72px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 62px;
    line-height: 1.1;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 574px) {
  h1 {
    font-size: 36px;
  }
}

h3 {
  font-size: 36px;
}

* {
  letter-spacing: .02em;
}

sup {
  font-size: 36px;
}

i {
  font-family: MinionPro-SemiboldIt;
}

.italic-1 {
  font-size: 24px;
}

@media (max-width: 574px) {
  .italic-1 {
    font-size: 20px;
  }
}

.italic-2 {
  font-size: 42px;
}

@media (max-width: 574px) {
  .italic-2 {
    font-size: 32px;
  }
}

.fix-subscr {
  position: fixed !important;
  z-index: 20;
  top: 173px !important;
}

.full-height {
  min-height: calc(100vh - 40px);
}

@media (max-width: 991px) {
  .fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

a:hover {
  text-decoration: none !important;
}

main {
  background-color: #FAFAFA;
  padding-top: 54px;
}

.capitalize {
  text-transform: capitalize;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Blogger Sans';
  src: local("Blogger Sans"), local("Blogger Sans"), url("../fonts/BloggerSans-Medium.woff2") format("woff2"), url("../fonts/BloggerSans-Medium.woff") format("woff"), url("../fonts/BloggerSans-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

.register-button {
  border-radius: 20px;
  height: 30px;
  width: 170px;
  border: #e70623 1px solid;
  color: #e70623;
  display: block;
  transition: all 0.3s;
  text-align: center;
  padding-top: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 57px auto 180px;
  background-color: #fff;
}

.register-button:hover {
  background-color: #e70623 !important;
  color: #fff !important;
}

.register-button:disabled {
  border: 1px solid grey;
  color: grey;
}

.register-button:disabled:hover {
  border: 1px solid grey;
  background-color: #fff !important;
  color: grey !important;
}

.form-label {
  font-size: 12px;
  margin: 30px 0 0;
}

.form-label:first-child {
  margin-top: 0;
}

.form-input {
  background-color: #ffffff;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  padding-left: 15px;
  margin-top: 15px;
  border: 1px #fff solid;
  outline: 0;
  font-size: 12px;
}

.error {
  border: 1px #e70623 solid !important;
}

.form__submit {
  background-color: #e70623;
  text-transform: uppercase;
  color: #fff;
  margin-top: 55px;
  border-radius: 35px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  width: 227px;
  padding: 16px 0;
  border: 0;
  transition: all 0.07s ease-out;
  cursor: pointer;
}

.form__submit:hover {
  transform: translate(1px, 1px);
  background-color: #dc0621;
}

.register-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  margin: 33px 0 12px 5px;
  background-color: #fff;
}

.register-radio:last-child {
  margin-left: 40px;
}

.register-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px rgba(145, 151, 174, 0.46) solid;
}

.register-radio:hover input ~ .checkmark {
  background-color: #F0F0F0;
}

.register-radio input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.register-radio input:checked ~ .checkmark:after {
  display: block;
}

.register-radio .checkmark:after {
  top: 3px;
  left: 3.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e70623;
}

.form-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}

.form-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 2px;
}

.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-checkbox:hover input ~ .checkmark {
  background-color: #c1c1c1;
}

.form-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.form-checkbox .checkmark:after {
  left: 4px;
  top: 3px;
  width: 4px;
  height: 6px;
  border: solid #e70623;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.family {
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .family {
    margin-top: 33%;
  }
}

.select {
  width: 100%;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .select {
    max-width: 370px;
  }
}

.select select {
  width: 100%;
  border-radius: 20px;
  border: 1px #9197AE solid;
  top: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
  color: #B3B3B3;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #000;
  width: 100%;
  height: 40px;
  transition: all 0.25s;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
  color: #696767;
  overflow: hidden;
  font-size: 12px;
  border: 1px solid rgba(179, 179, 179, 0.25);
  border-radius: 20px;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .select-styled {
    max-width: 370px;
  }
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #949393 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 17px;
}

.select-styled:hover {
  background-color: #fff;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: 0;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #949393 transparent;
}

.select-scroll .select-options {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 0 0 20px 20px;
  list-style: none;
  background-color: #fff;
  font-size: 12px;
}

.select-options li {
  margin: 0;
  padding: 11px 14px;
  border-top: 1px solid rgba(223, 223, 223, 0.83);
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #000;
  background: rgba(223, 223, 223, 0.83);
}

.select-options li[rel="hide"] {
  display: none;
}

.id {
  display: none;
}

.id .row:last-of-type {
  margin-bottom: 0 !important;
}

.id .form-input:last-of-type {
  margin-left: 0 !important;
}

.long-row {
  width: 140%;
}

.address .form-label {
  margin-right: auto;
  margin-left: 10px;
}

.address .form-checkbox {
  margin-bottom: 40px;
  margin-top: 20px !important;
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .address .register .form-input {
    max-width: none !important;
    width: 100% !important;
  }
}

.address .js-checked-block {
  margin-left: 0 !important;
}

.address .js-checked-block .row {
  margin: 0 !important;
}

.address .select--small {
  margin-top: 11px;
  position: initial;
}

.address .select-row {
  width: 150.5%;
}

.address .register-form:first-child {
  min-width: 300px;
  margin-top: 26% !important;
}

@media screen and (min-width: 600px) {
  .address .register-form:first-child {
    min-width: 360px;
  }
}

.work .select,
.address .select {
  padding: 0;
}

.work .form-input--small,
.address .form-input--small {
  max-width: 176px !important;
}

.work .register-form,
.address .register-form {
  max-width: none;
  margin-top: 10%;
}

.work .long-row,
.address .long-row {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .work .select-styled,
  .address .select-styled {
    max-width: none;
  }
  .work .form-input--small,
  .address .form-input--small {
    max-width: 320px !important;
  }
}

.phone-val {
  padding-bottom: 70px;
}

.phone-val .right {
  padding-left: 7%;
  margin-top: 9%;
}

.phone-val .container {
  max-width: 1500px !important;
}

.phone-val .register-button--big {
  margin: 30px 13%;
  width: 75%;
  font-size: 14px;
  max-width: none !important;
}

@media screen and (min-width: 769px) {
  .phone-val .register-button--big {
    font-size: 18px;
  }
}

.phone-val .register-button {
  max-width: 180px;
  margin: 30px auto;
}

.phone-val .phone-validation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

.phone-val h3 {
  margin-top: 88px !important;
  font-size: 14px;
  text-align: center;
  color: #a8a8a8;
  margin-bottom: 17px;
}

.phone-val .phone-validation__input {
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  border-radius: 30px;
  height: 40px;
  border: 1px #bababa solid;
  margin-top: 7px;
  text-align: center;
}

.phone-val .verified {
  color: #219653;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  display: none;
}

.phone-val .row {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .phone-val .row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 769px) {
  .phone-val form {
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .phone-val .col-sm-3,
  .phone-val .col-sm-5,
  .phone-val .col-sm-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.phone-validation__error {
  margin-top: 60px;
  font-size: 12px;
  color: #e70623;
  text-align: center;
  display: none;
}

.card-val .register-button {
  color: #e70623;
  background-color: #fff;
  margin: 56px 0;
}

.edit-input {
  position: relative;
}

.edit-input > input {
  border: 0;
  padding-top: 8px;
  outline: none;
}

.edit-icon {
  position: absolute;
  right: 10px;
  top: 36px;
}

.form-input .edit-icon {
  top: 7px;
  right: 23px;
}

.sms-code {
  display: block;
}

.verified-error {
  display: none;
}

.verified--error {
  color: #e70623;
  margin: 15px 0 0 50%;
  transform: translateX(-50%);
  background-color: transparent;
  font-size: 12px;
  border: 0;
  min-width: 400px;
  outline: none;
}

.verified--error:hover {
  color: black;
  cursor: pointer;
}

.verified-error__repeat {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: gray;
  display: none;
}

.strong-text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 991px) {
  .strong-text {
    font-size: 18px;
  }
}

.heading {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #E30613;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .heading {
    font-size: 28px;
  }
}

.page-heading {
  color: #B3B3B3;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 62px;
}

@media screen and (min-width: 769px) {
  .page-heading {
    font-size: 48px;
  }
}

.text {
  color: #535461;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (min-width: 769px) {
  .text {
    font-size: 18px;
  }
}

.footer {
  border-bottom: 20px #e70623 solid;
}

@media screen and (min-width: 991px) {
  .footer {
    border: 0;
  }
}

.footer .container {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 991px) {
  .footer .container {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 15px 0;
  }
}

.footer .page-nav {
  margin-left: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .user {
  margin-left: 10px;
  display: none;
}

@media screen and (min-width: 991px) {
  .footer .user {
    display: block;
  }
}

@media screen and (min-width: 991px) {
  .footer .col-sm-7 {
    padding-left: 100px;
  }
}

.footer .phone {
  -ms-flex-order: -1;
  order: -1;
  margin: 50px auto 0;
  width: 90%;
  max-width: 360px;
  text-align: center;
}

@media screen and (min-width: 991px) {
  .footer .phone {
    -ms-flex-order: 0;
    order: 0;
    margin: initial;
    max-width: 202px;
  }
}

.footer .logo {
  display: none;
}

@media screen and (min-width: 991px) {
  .footer .logo {
    display: block;
  }
}

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  width: 155%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .footer-bottom {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 991px) {
  .footer-bottom {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 0;
  }
}

.footer-list {
  max-width: 230px;
  font-weight: 600;
  margin-top: 30px;
}

@media screen and (min-width: 991px) {
  .footer-list {
    margin-left: 40px;
    margin-top: 0;
  }
}

.footer-list a:hover {
  text-decoration: underline !important;
  color: #000;
}

@media screen and (min-width: 991px) {
  .footer-list:first-child {
    margin-left: -15px;
  }
}

.footer-list:nth-child(2) {
  display: none;
}

@media screen and (min-width: 991px) {
  .footer-list:nth-child(2) {
    display: block;
  }
}

.footer-list__heading {
  color: #e70623;
  font-weight: 600;
}

.footer-list__info {
  color: #1D1D1B;
  font-size: 12px;
}

.mail {
  padding: 15px 12px;
  border: 1px #e70623 solid;
  color: #ffffff;
  background-color: #e70623;
  font-weight: 800;
  font-size: 24px;
  border-radius: 50px;
  letter-spacing: 0.07em;
  height: 64px;
  transition: all 0.25s;
  font-family: 'Blogger Sans';
  margin: 20px auto 0;
  max-width: 360px;
  text-align: center;
  width: 90%;
}

.mail:hover {
  background-color: #ffffff;
  color: #e70623;
}

@media screen and (min-width: 991px) {
  .mail {
    display: none;
  }
}

.header-wrapper {
  max-width: 1200px;
  padding: 28px 15px 33px;
  margin: 0 auto;
}

.header {
  -ms-flex-align: center;
  align-items: center;
  color: #e70623;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 112;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header input {
  display: none !important;
}

.header .phone {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .phone {
    display: block;
  }
}

.page-nav {
  font-size: 12px;
  font-weight: 500;
  margin-left: 65px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: none;
}

@media screen and (min-width: 991px) {
  .page-nav {
    display: -ms-flexbox;
    display: flex;
  }
}

.page-nav__link {
  margin-left: 36px;
  font-weight: 600;
  display: block;
  color: #e70623;
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.25s;
}

.page-nav__link:first-child {
  margin-left: 0;
}

.page-nav__link span {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  color: #dc0621;
  border-radius: 5px;
  background-color: rgba(171, 171, 178, 0.23);
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  font-weight: bold;
  transition: opacity 0.25s;
}

.page-nav__link:hover > span {
  opacity: 0.5;
}

.phone {
  padding: 15px 12px;
  border: 1px #e70623 solid;
  margin: 17px 13px 13px 37px;
  color: #ffffff;
  background-color: #e70623;
  font-weight: 800;
  font-size: 22px;
  border-radius: 50px;
  letter-spacing: 0.07em;
  height: 64px;
  transition: all 0.25s;
  font-family: 'Blogger Sans';
}

.phone:hover {
  background-color: #ffffff;
  color: #e70623;
}

.language {
  height: 70px;
  width: 42px;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 27px;
  border: 1px solid #e70623;
  color: #ffffff;
  border-radius: 5px;
  display: none;
}

@media screen and (min-width: 991px) {
  .language {
    display: block;
  }
}

.language__option {
  color: #e70623;
  height: 50%;
  display: block;
  text-align: center;
  padding-top: 10%;
}

.language__option.is-active {
  background-color: #e70623;
  color: #fff;
}

.language__option.is-active:hover {
  color: #ffffff;
}

.language__option:hover {
  text-decoration: none;
  color: #e70623;
}

.user {
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
  position: relative;
}

.user span {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  color: #dc0621;
  border-radius: 5px;
  background-color: rgba(171, 171, 178, 0.23);
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  font-weight: bold;
  transition: opacity 0.25s;
}

.user img {
  max-width: 50px;
}

@media screen and (min-width: 991px) {
  .user img {
    max-width: none;
  }
}

@media screen and (min-width: 991px) {
  .user {
    margin-left: 45px;
  }
}

.user:hover > span {
  opacity: 0.5;
}

.header__slogan {
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #e70623;
  text-transform: uppercase;
  margin-top: 41px;
  font-weight: 800;
  font-family: 'Blogger Sans';
}

@media screen and (min-width: 768px) {
  .header__slogan {
    font-size: 46px;
  }
}

.header-logo img {
  max-width: 130px;
}

@media screen and (min-width: 991px) {
  .header-logo img {
    max-width: none;
  }
}

@media screen and (min-width: 991px) {
  .header-logo {
    max-width: none;
    margin-left: 0;
  }
}

.burger {
  display: block;
}

@media screen and (min-width: 991px) {
  .burger {
    display: none;
  }
}

.burger-menu {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 110vh;
  top: 0;
  padding: 30px 20px 40px;
  z-index: 100;
  display: none;
  left: 0;
}

.burger-menu .language {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.burger-menu .phone {
  display: block;
  max-width: 300px;
  width: 90vw;
  height: 55px;
  margin: 3vh auto 0;
  text-align: center;
  padding-top: 11px;
}

.burger-menu .mail {
  max-width: 300px;
  text-align: center;
  width: 90vw;
  height: 55px;
  margin: 3vh auto 0;
  display: block;
  padding-top: 11px;
}

.burger-menu .row {
  margin-top: 30px;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger-social {
  text-align: center;
  border: 1px #e70623 solid;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: block;
}

.burger-social:last-child {
  margin-left: 30px;
}

.burger-social:last-child img {
  width: 45px;
}

.burger-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4vh;
  position: relative;
}

.burger-nav__link {
  color: #e70623;
  font-size: 22px;
  margin-top: 3vh;
  margin-left: 20px;
}

.burger-nav__link:hover {
  font-weight: bold;
}

.burger-nav__link:visited {
  color: #e70623;
}

.burger-nav__link:active {
  color: #e70623;
  font-weight: bold;
}

.main {
  background-color: #fff !important;
  position: relative;
  background-size: 35%;
}

.main .nav-item {
  width: 49%;
}

.main .nav-item:first-of-type {
  margin-right: auto;
}

@media screen and (min-width: 991px) {
  .main .nav-item {
    width: 47.5%;
  }
}

.main .nav-link {
  color: rgba(255, 255, 255, 0.31);
  background-color: #BA0510;
  border-radius: 50px !important;
  border: 1px #BA0510 solid;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.15s ease;
  font-size: 10px;
  padding: 10px 0 0 0 !important;
  height: 40px;
}

@media screen and (min-width: 480px) {
  .main .nav-link {
    font-size: 16px;
    height: 45px;
  }
}

.main .nav-link:hover {
  border: 0 !important;
  color: #ffffff;
  transform: scale(1.05);
}

.main .nav-link.active {
  color: #ffffff !important;
  background-color: #e70623 !important;
  border: 1px #fff solid;
}

.main .nav-link.active:hover {
  border: 1px #fff solid !important;
  transform: scale(1);
}

.main .nav-tabs {
  border: 0 !important;
}

.main .nav-tabs .nav-link:focus, .main .nav-tabs .nav-link:hover {
  border: 1px #BA0510 solid;
}

.main .nav {
  margin-left: 0;
}

@media screen and (min-width: 991px) {
  .main {
    background: url(../img/bull_2.png) no-repeat 100% 109px;
    background-size: 35%;
    padding-top: 100px;
    min-height: 566px;
  }
}

.credit-form {
  background-color: #e70623;
  padding: 25px 15px 10px;
  max-width: 630px;
  color: #ffffff;
  margin: 0 0 80px 50%;
  overflow: hidden;
  width: 100vw;
  transform: translateX(-50%);
}

@media screen and (min-width: 480px) {
  .credit-form {
    border-radius: 20px;
    margin: 30px 0 80px 50%;
  }
}

@media screen and (min-width: 991px) {
  .credit-form {
    margin: 80px 0 150px;
    transform: translateX(0);
    padding: 25px 55px 10px;
  }
}

.credit-form__sum-choose {
  font-size: 14px;
  font-weight: normal;
}

.credit-form__sum-range {
  font-size: 12px;
  text-align: right;
  float: right;
  margin-top: 3px;
}

.credit-form__ammount {
  margin-top: 30px;
  position: relative;
}

.plus,
.minus {
  position: absolute;
  top: 85.5%;
  cursor: pointer;
  background: none;
  border: 0;
  transition: transform 0.1s;
  outline: 0 !important;
}

.plus:hover,
.minus:hover {
  transform: scale(1.15);
}

.minus {
  left: 0;
}

.plus {
  right: 0;
}

.credit-form__input {
  background-color: #fff;
  width: 100%;
  margin-top: 10px;
  color: #9197AE;
  border: 0;
  height: 40px;
  padding: 0 15px;
  text-align: right;
  border-radius: 20px;
  position: relative;
}

.credit-form__range::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.credit-form__range::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}

.credit-form__range::-moz-focus-outer {
  border: 0;
}

.credit-form__range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  background: white;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 #000;
  -webkit-appearance: none;
}

.credit-form__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  background: white;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 #000;
}

.credit-form__range {
  outline: none;
  padding: 0;
  height: 3px;
  background-size: 1px 1px;
  background: #ce0000 linear-gradient(#ab050f, #a2040e) no-repeat;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  width: 75% !important;
  margin: 35px auto 0;
}

@media screen and (min-width: 769px) {
  .credit-form__range {
    width: 82% !important;
  }
}

.credit-form__submit {
  margin: 35px auto 0;
  text-transform: uppercase;
  background-color: #f76068;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 230px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  letter-spacing: 1.3px;
  border-radius: 30px;
  transition: transform 0.07s ease-out;
}

.credit-form__submit:hover {
  color: #ffffff;
  transform: translate(1px, 1px);
  background-color: #f15d64;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}

.credit-form__footer {
  text-align: center;
  padding: 10px 0 13px;
  font-size: 12px;
  margin-top: 27px;
  position: relative;
}

.credit-form__footer:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 125%;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  background-color: #BA0510;
}

.credit-form__total {
  display: block;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .credit-form__total {
    margin: 0 0 0 50px;
    display: initial;
  }
}

.credit-form__total strong {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .credit-form__total strong {
    margin-right: 15px;
  }
}

.is-changed {
  color: #000;
  text-align: left;
}

.bull-words {
  position: absolute;
  right: 14%;
  background: url(../img/bull-bg.svg) no-repeat top;
  height: 140px;
  width: 420px;
  text-align: center;
  padding-top: 30px;
  top: 0;
  display: none;
}

.bull-words p {
  color: #e70623;
  font-family: 'Blogger Sans';
  font-size: 24px;
  max-width: 315px;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.44px;
}

@media screen and (min-width: 991px) {
  .bull-words {
    display: block;
  }
}

.contacts {
  padding: 50px 20px 30px;
  background-color: #FAFAFA;
}

@media screen and (min-width: 769px) {
  .contacts {
    padding: 100px 20px 83px;
  }
}

.contacts .row {
  display: block;
}

@media screen and (min-width: 769px) {
  .contacts .row {
    display: -ms-flexbox;
    display: flex;
  }
}

.contacts .form__submit {
  margin: 45px auto 0;
  display: block;
}

@media screen and (min-width: 769px) {
  .contacts .form__submit {
    margin: 45px 0 0;
  }
}

.contacts__info {
  position: relative;
}

.contacts-img {
  position: absolute;
  left: 0;
}

.contacts__text {
  margin-left: 10%;
  max-width: 367px;
  line-height: 29px;
  margin-top: 36px;
}

.contacts__label {
  margin-top: 35px;
}

.contacts__text + span {
  margin-left: 35px;
}

.strong-text--red {
  color: #e70623;
}

.contacts__schedule {
  margin-top: 43px;
}

.contacts__mail {
  color: #000;
  transition: color 0.15s;
  margin-top: 36px;
  display: block;
}

.contacts__mail:hover {
  color: #e70623;
}

.form__contacts {
  padding: 35px 0 49px;
  border-radius: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .form__contacts {
    background-color: #F0F0F0;
    padding: 35px 70px 49px;
  }
}

.contacts-mssg {
  height: 120px;
}

.social-link {
  margin-top: -28px;
  display: block;
  transition: transform 0.15s;
  width: 32px;
  height: 32px;
}

.social-link:hover {
  transform: scale(1.1);
}

.info {
  padding: 44px 0;
}

.info .strong-text {
  margin: 39px 0 18px;
  text-transform: uppercase;
}

.condition,
.step {
  text-align: center;
  margin-top: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.condition img,
.step img {
  object-fit: contain;
}

.condition .strong-text,
.step .strong-text {
  margin-top: 40px;
}

.step {
  max-width: 330px !important;
  text-align: left;
}

.step .text {
  text-align: left;
}

.step img {
  margin-right: auto;
}

.condition {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conditions {
  padding: 44px 20px;
  background-color: #FAFAFA;
}

@media screen and (min-width: 769px) {
  .conditions {
    padding: 44px 90px;
  }
}

.conditions .heading {
  margin-top: 110px;
}

.conditions .heading:first-of-type {
  margin-top: 0;
}

.steps {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sign-up {
  height: 40px;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  text-align: center;
  width: 170px;
  font-size: 12px;
  color: #000;
  border: 1px solid black;
  border-radius: 20px;
  margin: 30px auto;
}

@media screen and (min-width: 991px) {
  .sign-up {
    margin: 0 0 0 41%;
    transform: translateX(-50%);
  }
}

.sign-up:hover {
  background-color: #fff;
  color: #e70623;
}

.sign-up img {
  margin-left: 5px;
}

.register-button {
  margin: 50px auto;
  height: 50px;
  font-weight: bold;
  width: 90%;
  padding-top: 3px;
  font-size: 18px;
  background-color: #fff !important;
  border-radius: 30px;
}

@media screen and (min-width: 560px) {
  .register-button {
    margin: 40px 0 60px;
    font-size: 16px;
    border-radius: 20px;
    padding: 7px;
    height: initial;
    width: 200px;
  }
}

.register-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .register-form {
    margin-left: 18%;
    max-width: 370px;
  }
}

.register-form .form-input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .register-form .form-input {
    width: 104%;
  }
}

.register-form .row {
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .register-form .row .form-input:nth-child(2) {
    margin-left: 20px;
  }
}

.register-form .row:last-of-type {
  margin-bottom: 46px;
}

.register .heading {
  font-size: 24px;
  font-weight: normal;
}

.register .form-checkbox {
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .register .form-checkbox {
    margin-left: 30px;
    margin-right: auto;
  }
}

.register .form-input {
  border: 1px rgba(179, 179, 179, 0.25) solid;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .register .form-input {
    max-width: 370px;
  }
}

.register .row {
  margin-left: -15px;
}

@media screen and (min-width: 410px) {
  .register .row {
    margin-right: -15px;
  }
}

#js-hidden {
  display: block;
}

.register-1 .form-input {
  max-width: 291px !important;
}

@media screen and (min-width: 768px) {
  .register-1 .form-input {
    max-width: 370px !important;
  }
}

.register-1 .long-row {
  max-width: 370px;
}

@media screen and (min-width: 991px) {
  .address .form-input {
    max-width: none !important;
    width: 100% !important;
  }
}

.thanks {
  padding: 20px 0 50px;
}

@media screen and (min-width: 560px) {
  .thanks {
    padding: 70px 0;
  }
}

.thanks .strong-text {
  text-transform: uppercase;
  margin-top: 30px;
}

.thanks .thanks__text {
  margin-top: 20px;
}

@media screen and (min-width: 560px) {
  .thanks .thanks__text {
    margin-top: 100px;
  }
}

.thanks .col-sm:last-child {
  text-align: center;
}

.thanks img {
  width: 90%;
}

.thanks .register-button {
  margin: 50px auto 0;
  height: 50px;
  font-weight: bold;
  width: 90%;
  padding-top: 10px;
  font-size: 18px;
  border-radius: 30px;
}

@media screen and (min-width: 560px) {
  .thanks .register-button {
    margin-top: 113px;
    font-size: 16px;
    border-radius: 20px;
    padding: 7px;
    height: initial;
    width: 200px;
    margin-left: 0;
  }
}

.thanks .row {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .thanks .row {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.thanks__text {
  color: #e70623;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 4px;
}

.profile {
  padding: 0;
}

.profile .credit-card {
  position: relative;
}

.profile .credit-card .photo-upload {
  margin: -30px 0 0;
}

.profile .credit-card .photo-upload input {
  display: none;
}

@media screen and (min-width: 769px) {
  .profile .credit-card .photo-upload {
    position: absolute;
    right: -247px;
    top: -27px;
  }
}

.profile .phone-val {
  padding-bottom: 0;
  display: none;
}

.profile .phone-val .form-label {
  margin: 10px 0 0;
}

.profile .register-button {
  padding-top: 9px;
}

.profile .form-input {
  margin-top: 30px;
  border: 1px rgba(179, 179, 179, 0.25) solid;
}

@media screen and (max-width: 768px) {
  .profile .form-input {
    margin-top: 40px;
  }
}

.profile .register-form .form-input {
  width: 104%;
}

.profile .menu-part {
  background-color: #e70623 !important;
  padding: 0 4% 10vh;
  color: #fff;
}

.profile .menu-part .user-photo {
  margin-top: 60px !important;
}

.profile .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e70623 !important;
  color: #fff !important;
  margin-top: 25px;
}

.profile .nav a {
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .profile .nav a {
    margin: 0;
  }
}

.profile .nav a.active {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin: 15px 0;
  display: block;
}

.profile .user-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 10px auto 50px !important;
  object-fit: cover;
  background-color: #F0F0F0;
  cursor: pointer;
}

.profile .content-part {
  color: #000;
  padding: 40px 13%;
}

@media screen and (min-width: 768px) {
  .profile .content-part {
    padding: 93px 5%;
  }
}

.profile .content-part .row {
  margin-left: 0;
  width: 100%;
}

.profile .content-part .user-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 0 50%;
  cursor: pointer;
  background-color: #F0F0F0;
}

.profile .form-label {
  color: #B3B3B3;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 14px;
}

.profile .strong-text {
  font-size: 14px;
}

.profile .menu-part {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 768px) {
  .profile .menu-part {
    display: block;
    position: static;
    height: inherit;
    z-index: initial;
  }
}

.profile-1 .register-button {
  width: 220px;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 50%;
  height: 42px !important;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .profile-1 .register-button {
    margin-left: 0;
    transform: translateX(0);
    height: 50px;
  }
}

.profile-1 .register-button.register-button--prolangate {
  margin: 0 0 0 10% !important;
  width: 100px !important;
  font-size: 10px !important;
  height: 25px !important;
  transform: translateX(0) !important;
  padding-top: 4px;
}

.upload-format {
  color: #535461;
  font-size: 8px;
  margin: 10px;
  max-width: 98px;
}

.custom-file-input {
  width: 25px !important;
}

.photo-upload {
  max-width: 450px;
  -ms-grid-column-align: center;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .photo-upload {
    margin: initial;
  }
}

.photo-upload input {
  display: none;
}

.photo-upload .register-button {
  margin: 57px auto 16px !important;
  padding: 11px;
}

.col-sm.register-form {
  margin-top: 40px;
  margin-left: 0 !important;
  width: 100%;
  max-width: 470px;
}

.pass > div {
  margin: 40px auto 0 10px;
  text-transform: capitalize;
  cursor: pointer;
}

.pass .form-label {
  color: black;
  text-transform: capitalize;
}

.pass .form-label img {
  margin-left: 8px;
  display: inline-block;
}

.pass input {
  display: none;
}

.pass-row {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.pass-row .form-input:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .pass-row .form-input:first-child {
    margin-right: 0;
  }
}

.signed-back {
  outline: none;
  display: none;
}

.signed-back img {
  width: 40px;
}

.signed {
  display: none;
}

.signed .menu-part .header {
  padding: 28px 15px 33px;
}

.is-signed {
  position: relative;
}

.is-signed .user-photo::before {
  content: url("../img/is-signed.svg");
  position: absolute;
  bottom: -5px;
  right: 13px;
}

.is-signed .user-photo--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-signed .user-photo--desktop {
    display: block;
  }
}

.is-signed .content-part .user-photo::before {
  bottom: 0;
}

.is-signed .photo-upload .register-button {
  display: none;
}

.is-signed .upload-format {
  display: none;
}

.is-signed .user-photo {
  margin: 40px 0 30px 50% !important;
  transform: translateX(-50%);
}

.is-signed .user-not-signed {
  display: none;
}

.is-signed .signed {
  /* display: block; */
  background-color: #ab050f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.is-signed .credit-card .photo-upload .register-button {
  display: block;
  margin-bottom: 0!important;
  margin-top: 85px !important;
}

.is-signed .credit-card .upload-format {
  display: block;
  margin-left: 50%;
}

.is-signed .profile .burger {
  display: none;
}

.is-signed .profile .signed-back {
  display: block;
  background: none;
  border: none;
  outline: 0;
}

@media screen and (min-width: 768px) {
  .is-signed .profile .signed-back {
    display: none;
  }
}

.my-data .row {
  -ms-flex-pack: center;
  justify-content: center;
}

.my-data .register-button {
  margin: 0 1% 100px!important;
}

.my-data .phone-val .register-button {
  margin: 40px 1% 10px!important;
}

@media screen and (max-width: 768px) {
  .my-data .register-button {
    margin: 0 auto 40px!important;
    transform: translateX(0)!important;
  }
}
@media screen and (min-width: 768px) {
  .row > .edit-input {
    max-width: 210px;
  }
}

.my-data .photo-upload .register-button {
  transform: translateX(0) !important;
}

@media screen and (min-width: 768px) {
  .my-data .photo-upload .register-button {
    transform: translateX(50%) !important;
  }
}

.id-num {
  position: relative;
}

.questions {
  position: absolute;
  top: 20px;
  right: -46px;
  padding: 2px;
  font-weight: bold;
  color: grey;
  border: 1px solid grey;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.questions:hover .questions__tooltip {
  opacity: 1;
}

.questions__tooltip {
  position: absolute;
  font-size: 12px;
  top: 32px;
  font-weight: 400;
  right: -2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: opacity .25s;
}

.menu-part .header--profile {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .menu-part .header--profile {
    display: none;
  }
}

.passport {
  width: 100%;
}

.id {
  width: 95%;
}

.js-hidden-block,
.js-revenue-block {
  display: none;
}

.my-credit__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 991px) {
  .my-credit__item .profile-label {
    max-width: 100px;
  }
}

.my-credit__btn.register-button.col-sm {
  margin-top: 1.7% !important;
}

.profile-data--verified {
  color: green !important;
}

.profile-data--not-verified {
  color: #e70623;
}

.profile-data-verification {
  color: #e70623;
  font-size: 12px;
  border-radius: 25px;
  outline: none;
  margin: 20px 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  font-weight: 400;
  outline: 0 !important;
}

.profile-data-verification--hidden {
  display: none;
}

.profile-data-verification:hover {
  text-decoration: underline;
}

#prolangate .form-label {
  color: black;
  margin-top: 60px;
  max-width: 370px;
  display: block;
  position: relative;
}

#prolangate .form-input {
  /*position: absolute;*/
  margin-top: 15px;
  max-width: 370px;
  display: block;
}

#prolangate .form-input + span {
  position: absolute;
  color: #ababab;
  top: 44px;
  right: 15px;
}

#prolangate .form-label.error-prolangation .form-input {
  border: 1px solid #e70623 !important;
}

#prolangate .form-label.error-prolangation .error-mssg {
  color: #e70623;
  display: block;
  margin: 65px 0 0 10px;
}

@media screen and (min-width: 768px) {
  #prolangate .application__label {
    margin-right: 20px;
  }
}

#prolangate .application__info {
  margin-top: 90px;
}

#prolangate .register-button {
  width: 320px;
  margin-top: 90px;
}

.my-credit__item.col-sm:first-child {
  min-width: 170px !important;
}

.faq {
  padding-bottom: 70px;
}

.faq .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.faq .question {
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
  color: #B3B3B3;
  display: block;
  font-weight: bold;
}

.faq .question:hover {
  text-decoration: underline !important;
}

.faq .nav-link {
  color: #e70623;
  font-size: 20px;
  margin-top: 10px;
}

.faq .nav-link > p {
  display: inline;
}

.faq .nav-link:hover {
  border: 0 !important;
  font-weight: bolder;
}

.faq.active {
  font-weight: bold;
  border: 0;
}

.faq:hover {
  border: 0;
}

.faq .nav-tabs .nav-item.show .nav-link, .faq .nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
}

.faq .nav-link.active p {
  background-color: #f9c6d0;
  color: #e70623;
  padding: 10px;
}

.faq .card-body {
  padding: 1.25rem 0;
}

.login .register-form:last-of-type {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .login .register-form {
    margin-top: 20%;
  }
}

.login .long-row {
  width: 370px;
  margin-top: 20px;
}

.login .long-row .form-input {
  padding-top: 9px;
  text-align: center;
}

.login .registet-btn {
  background-color: #F0F6FF;
  color: #4D8AF0;
  font-weight: bold;
}

.login .pass-btn {
  background-color: #F0EDED;
  font-style: italic;
  font-weight: 300;
  text-decoration: underline;
  color: red;
}

.login .pass-btn,
.login .registet-btn {
  border: 0;
  font-size: 14px;
}

.login .pass-btn:hover,
.login .registet-btn:hover {
  filter: brightness(95%);
}

.login .register-button {
  margin-top: 0;
}

.credit-history__item {
  padding: 20px 0 25px;
  border-bottom: 1px #E2E2EC solid;
  position: relative;
}

.credit-history__item:last-child {
  border: 0;
}

.credit-history__item--archived {
  filter: grayscale(100%);
}

.credit-history__item .col-sm-2 {
  padding-left: 0 !important;
}

.credit-history__item .register-button {
  font-size: 12px;
  padding-top: 10px;
  margin: 20px 0 0 32%;
  width: 180px;
  min-width: 180px;
}

@media screen and (min-width: 768px) {
  .credit-history__item .register-button {
    margin: 0 0 0 10px !important;
  }
}

.pay .register-button {
  margin: 20px 0 0 50%;
}

@media screen and (min-width: 768px) {
  .pay .register-button {
    margin: 40px 0 100px !important;
  }
}

.pay .form-input {
  max-width: 320px;
  position: relative;
  margin-top: 15px;
}

.pay .form-input::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 3px;
}

.pay .input-label {
  margin-top: 40px;
  font-size: 14px;
  text-transform: lowercase;
  margin-bottom: 0 !important;
  position: relative;
}

.pay .input-label::before {
  content: 'грн.';
  position: absolute;
  right: 17px;
  top: 45px;
  font-size: 12px;
  z-index: 1;
  color: gray;
}

.my-credit__btn {
  margin-top: 0;
}

.credit-history__item--apply .form-checkbox {
  margin-top: 15px;
}


.credit-history__item.credit-history__item--prolangate .register-button {
  margin: 20px 0!important;
  transform: translateX(0) !important;
}

@media screen and (min-width: 991px) {
  .credit-history__item.credit-history__item--prolangate .register-button {
    margin: 0 -10px 0 0!important;
  }
}

@media screen and (min-width: 991px){
  .credit-history__item.credit-history__item--prolangate .register-button:last-child {
    margin: 20px -10px 0 0!important;
  }
}


@media screen and (min-width: 991px) {
  .credit-history__item--apply .register-button {
    margin: 0 !important;
  }
}

.credit-history__item--apply .my-credit__item:last-child {
  margin-right: -13px;
}

.add-card {
  -ms-flex-align: center;
  align-items: center;
}

.add-card img {
  width: 80px;
  height: 80px;
}

.add-card__caption {
  color: #4F4F4F;
  font-size: 12px;
  margin-left: 10px;
}

.card-item {
  border: 1px solid rgba(179, 179, 179, 0.25);
  border-radius: 20px;
  background-color: #fff;
  height: 170px;
  max-width: 290px !important;
  margin-right: 40px;
  padding: 28px !important;
  margin-top: 30px;
}

.card-item__num {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-item__type {
  margin-left: auto;
  max-width: 30px;
  margin-top: 50px;
}

#cards {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #cards .row {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#cards .row .register-button {
  max-width: 200px;
  margin-top: 30px !important;
  margin-left: 45%;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 767px) {
  #cards .row .register-button {
    margin-left: initial;
  }
  #cards .row .register-button:first-child {
    margin-top: 55px !important;
  }
}

.application {
  padding-bottom: 40px;
}

.application .form-label {
  margin-top: 60px;
}

.application .form-input {
  max-width: 370px;
  border: 1px rgba(204, 204, 204, 0.67) solid;
}

.application .credit-form__range {
  outline: none;
  padding: 0;
  height: 9px;
  background-size: 50% 100%;
  background: #fff;
  box-shadow: inset 2px 20px rgba(221, 221, 221, 0.51);
  border-radius: 10px;
  cursor: pointer;
  margin: 23px 0 0 !important;
  width: 100% !important;
}

.application .credit-form__range::-webkit-slider-thumb {
  background: red !important;
  width: 22px!important;
  height: 22px!important;
}

.application__range {
  position: relative;
  margin-top: 30px;
}

.application__range .min,
.application__range .max {
  position: absolute;
  top: 35px;
  font-size: 12px;
}

.application__range .max {
  right: 0;
}

.application__range .min {
  left: 5px;
}

.application__label {
  font-size: 12px;
  margin-left: 17px;
  color: grey;
}

.application__calc {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: -3px;
}

.application__info {
  margin-top: 1rem;
}

.application__info .application__label {
  width: 210px
}

.application__info .application__label_graf {
  width: 105px
}

@media screen and (min-width: 768px) {
  .application__info .application__label {
    margin-right: 5%;
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .application__info .application__label_graf {
    margin-right: 5%;
    width: 135px;
  }
}

.application__per2len_text {
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.application__per2_text {
  font-weight: 600;
  font-size: 16px;
}

.application__ast_text {
  font-size: 12px;
  color: grey;
}


div.application_grafik > div:nth-child(2n+1){
    background: #dbdbdb;
}

div.application_grafik > div:nth-child(2n){
    background: #efefef;
}

div.application_grafik p{
 font-size: 12px;
 margin-top: 0.15rem;
 margin-bottom: 0.15rem;
}

div.application_grafik p.application__label_graf{
 margin-left: 0.3rem;
}