
#jsFormStepFinishSms {
  line-height: 1;
  font-size: 14px;
  background: #fff;
  font-family: 'DIN Pro Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#jsFormStepFinishSms fieldset {
  border: none;
}
#jsFormStepFinishSms input, #jsFormStepFinishSms select {
  font-family: 'DIN Pro Regular', sans-serif;
  outline: none !important;
}

.rc2530-container {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}


.rc2530-header {}
.rc2530-header .rc2530-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.rc2530-header__navs {}
.rc2530-header__nav {
  display: none;
}
.rc2530-header__logo img {width: 140px;}
.rc2530-header__informer {width: calc(100% - 270px);}
.rc2530-header__infobox {background: #F6F6F6;border-radius: 10px;padding: 10px 50px 10px 10px;display: flex;align-items: center;position: relative;}
.rc2530-header__infobox-checker {width: 30px;height: 30px;margin-right: 20px;}
.rc2530-header__infobox-text {font-weight: 500;font-size: 16px;color: #464646;}
.rc2530-header__infobox-btn {border: none;background: transparent;position: absolute;right: 5px;top: 10px;cursor: pointer;}
.rc2530-header__infobox-btn img {
}

.rc2530-banner {
  background: #E2001A;
  padding: 50px 0;
  margin-bottom: 20px;
}
.rc2530-banner .rc2530-container {
  max-width: 360px;
}
.rc2530-banner__image {
  position: absolute;
}
.rc2530-banner__text {
  color: #fff;
  font-size: 35px;
  display: block;
  padding: 0 5px;
}
.rc2530-banner__top {
  position: relative;
}
.rc2530-banner__top .rc2530-banner__image {
  top: -20px;
  right: calc(100% + 5px);
}
.rc2530-banner__top .rc2530-banner__text {}
.rc2530-banner__or {
  position: relative;
  margin: 24px 0;
}
.rc2530-banner__or:before {
  content:'';
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 50%;
  right: 0;
  transform: rotate(-10deg);
}
.rc2530-banner__or .rc2530-banner__text {
  background: #fff;
  border-radius: 50%;
  color: #E2001A;
  text-align: center;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.rc2530-banner__bottom {
  position: relative;
}
.rc2530-banner__bottom .rc2530-banner__image {
  bottom: -20px;
  left: calc(100% + 5px);
}
.rc2530-banner__bottom .rc2530-banner__text {
  text-align: right;
}

.rc2530-white-box {/* white */
  background: #FFFFFF;
  border: 1.5px solid #F6F6F6;
  /* 1 */
  box-shadow: 8px 0px 24px rgba(154, 154, 154, 0.15);
  border-radius: 10px;
  padding: 50px 0 50px 90px;
  margin-bottom: 18px;
}
.rc2530-white-box__header {
  position: relative;
  margin: 0 0 30px;
}
.rc2530-white-box__title {
  color: #E2001A;
  font-size: 30px;
}
.rc2530-white-box__image {
  position: absolute;
  right: -90px;
  top: -14px;
}
.rc2530-white-box__list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: block;
  max-width: 490px;
  font-size: 16px;
  line-height: 1.33;
}
.rc2530-white-box__list li {
  word-break: break-word;
}
.rc2530-white-box__list li b {}
.rc2530-white-box__btn {
  background: #E2001A;
  border: 2px solid #E2001A;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 15px;
  width: 310px;
  padding: 15px 0;
  font-weight: 500;
  text-decoration: none;
}
.rc2530-white-box__btn:hover {
  background:#fff;
  color:#E2001A;
}

.rc2530-red-line {
  position: relative;
  margin-bottom: 18px;
}
.rc2530-red-line:before {
  content:'';
  height: 1px;
  position: absolute;
  background: #E2001A;
  left: 0;
  top: calc(50% + 1px);
  right: 0;
}
.rc2530-red-line__text {
  background: #fff;
  border: 1px solid #E2001A;
  border-radius: 50%;
  color: #E2001A;
  text-align: center;
  display: flex;
  margin: 0 auto;
  font-size: 11px;
  width: 37px;
  height: 37px;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.rc2530-header-box {
  background: #F6F6F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 33px 0;
  gap: 10px;
}
.rc2530-header-box__logo {}
.rc2530-header-box__logo-img {
  width: 140px;
}
.rc2530-header-box__logo-text {
  display: block;
  text-align: center;
  color: #9D9D9D;
  text-transform: uppercase;
  border-top: 1px solid #9D9D9D;
  padding: 3px 0 0;
  margin: 3px 17px 0;
  font-size: 13px;
}
.rc2530-header-box__text {
  font-size: 16px;
  font-weight: 600;
}
.rc2530-header-box__icon {}

.rc2530-white-box__list_with-icons {}
.rc2530-white-box__list_with-icons li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.rc2530-white-box__list_with-icons li img {
}
.rc2530-white-box__list_with-icons li span {
  width: calc(100% - 90px);
}

.rc2530-white-box__btn_white {
  background: #fff;
  color: #E2001A;
}

.rc2530-white-box__btn_white:hover {
  background:#E2001A;
  color:#fff;
}

.rc2530-footnote {
  padding: 30px 0;
}
.rc2530-footnote p,
.rc2530-footnote a {
  color: #9D9D9D;
  font-size: 13px;
  margin: 0 0 17px;
  line-height: 1.34;
}
.rc2530-footnote a:hover {
  text-decoration: none;
}


.rc2530-footer {
  background: #464646;
  color: #fff;
  padding: 33px 0;
  text-align: center;
}
.rc2530-footer a {
  color: #fff;
  text-decoration: none;
}
.rc2530-footer a:hover {
  text-decoration: underline;
}
.rc2530-footer hr {
  background: #fff;
  border: none;
  height: 1px;
  width: 100%;
  margin: 0;
  display: block;
}
.rc2530-footer__title {
  font-size: 25px;
  display: block;
  margin-bottom: 16px;
}
.rc2530-footer__text {
  display: block;
  font-size: 15px;
}
.rc2530-footer__links {
  padding: 30px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: center;
  font-weight: bold;
}
.rc2530-footer__links a {
  font-weight: 700;
}
.rc2530-footer__links a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rc2530-footer__link_phone {}
.rc2530-footer__link_mail {}


/*.vet-end {*/
/*  !*overflow: hidden;*!*/
/*  !*background: #f6f6f6;*!*/
/*  !*margin-top: 47px;*!*/
/*  !*position: relative;*!*/
/*  !*z-index: 2;*!*/
/*}*/
/*.vet-end .rc2530-container {*/

/*  display: flex;*/

/*  justify-content: center;*/

/*  padding-bottom: 20px;*/
/*}*/
/*.vet-end .rc2530-container:before {*/
/*  content:'';*/
/*  background: #464646;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 20px;*/
/*}*/
.vet-end-img {
  position: relative;
  z-index: 3;
  margin-left: -180px;
  margin-top: 0;
  margin-right: -108px;
  margin-bottom: -70px;
}
.vet-end-img source,
.vet-end-img img {
  max-height: 500px;
}
.vet-end-content {
  background: #e2001a;
  padding: 52px 45px 30px 100px;
  color: #fff;
  position: relative;
  z-index: 2;
}
/*.vet-end .rc2530-container:after {*/
/*  content: '';*/
/*  background: #e2001a;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 20px;*/
/*  right: 0;*/
/*  left: 50%;*/
/*  z-index: 1;*/
/*}*/
.vet-end-content h2 {
  font-size: 50px;
  font-family: 'DIN Pro Bold', sans-serif;
  margin: 0 0 22px;
}
.vet-end-content p {
  font-size: 26px;
  margin: 0 0 28px;
  line-height: 1.2;
}
.vet-get-link {
  border:2px solid #fff;
  background: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  padding: 17px 0;
  color: #e2001a;
  text-decoration: none;
  max-width: 150px;
}
.vet-get-link i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-left: 15px;
}
.vet-get-link:hover {
  color: #fff;
  border-color: #fff;
  background: #e2001a;
}