

/* Start:/local/components/stmd/simple.block/templates/opt_top_with_form/style.css?17270862585037*/
.banner-form {
  height: 760px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.banner-form .container {
  height: inherit;
}

.banner-form__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: inherit;
}

.banner-form__block-title {
  flex-basis: 55%;
  padding: 60px;
  margin-bottom: 0;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.banner-form__block-title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.banner-form__block-form {
  height: 100%;
  flex-basis: 45%;
  padding: 60px;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.banner-form__banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.banner-form__banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1200px) {
  .banner-form__block-title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .banner-form {
    min-height: 630px;
  }
  .banner-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .banner-form__block-title {
    padding: 40px;
    flex-basis: 100%;
    width: 100%;
  }
  .banner-form__block-title h1 {
    font-size: 40px;
  }
  .banner-form__block-form {
    padding: 40px;
    width: 100%;
    flex-basis: 100%;
  }
  .banner-form__banner {
    right: 0;
  }
}

@media (max-width: 768px) {
  .banner-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .banner-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .banner-form__block .container {
    max-width: 100% !important;
    padding: 0;
  }
  .banner-form__block-form {
    padding: 30px;
  }
  .banner-form__block-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    padding: 30px;
  }
  .banner-form__block-title h1 {
    font-size: 36px;
    line-height: 130%;
  }
}

@media (max-width: 576px) {
  .banner-form {
    min-height: 630px;
    height: 100%;
  }
  .banner-form__block-title {
    padding: 15px;
  }
}

.info-cards {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
  top: -100px;
  margin-bottom: -100px;
}

.info-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 320px;
  min-height: 398px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px;
}

.info-card:nth-child(2) {
  min-height: 443px;
  padding: 60px 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.info-card img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 30px;
}

.info-card p {
  margin: 0;
}

.info-card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-bottom: 15px !important;
}

.info-card__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #757D8A;
}

@media (max-width: 992px) {
  .info-cards {
    top: -20px;
    margin-bottom: -20px;
  }
  .info-card {
    padding: 10px;
  }
  .info-card:nth-child(2) {
    min-height: 443px;
    padding: 20px 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .info-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: -20px;
    margin-bottom: -20px;
  }
  .info-card {
    width: 290px;
    min-height: 307px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }
  .info-card:last-child {
    margin-bottom: 0;
  }
  .info__title {
    font-size: 20px;
  }
  .info__info {
    font-size: 15px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_services_and_priority/style.css?1727086258909*/
.services-priority {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.services-priority__data {
  flex-basis: 60%;
  padding-right: 50px;
}

.services-priority__data-title {
  margin-bottom: 30px;
}

.services-priority__img {
  flex-basis: 40%;
}

.services-priority__img img {
  max-width: 587px;
  max-height: 524px;
}

@media (max-width: 1200px) {
  .services-priority__data {
    flex-basis: 60%;
  }
  .services-priority__img {
    flex-basis: 40%;
  }
  .services-priority__img img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 992px) {
  .services-priority {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .services-priority__data {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_own_trade_mark/style.css?17270862581755*/
.trade-mark {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.trade-mark__data {
  flex-basis: 60%;
  padding-left: 50px;
}

.trade-mark__data-title {
  margin-bottom: 30px;
}

.trade-mark__data-text {
  margin-bottom: 30px;
}

.trade-mark__data__list-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 15px;
}

.trade-mark__data__list > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.trade-mark__data__list > div ul {
  width: 50%;
}

.trade-mark__data__list > div ul:first-of-type {
  margin-right: 15px;
}

.trade-mark__img {
  flex-basis: 40%;
}

.trade-mark__img img {
  max-width: 587px;
  max-height: 524px;
}

@media (max-width: 1200px) {
  .trade-mark__data {
    flex-basis: 60%;
  }
  .trade-mark__img {
    flex-basis: 40%;
  }
  .trade-mark__img img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 992px) {
  .trade-mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .trade-mark__data {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .trade-mark__data-list-title {
    font-size: 18px;
  }
  .trade-mark__data-list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .trade-mark__data-list > div ul:last-child,
  .trade-mark__data-list > div ul:last-child li:last-child {
    margin-bottom: 0;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_numbers_about_us/style.css?17270862581805*/
.numbers-wrapper {
  padding: 100px 0;
  background: #606060;
}

.numbers-title {
  color: #fff !important;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.numbers-cards {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.numbers-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px;
  min-height: 230px;
  width: 31%;
  margin-bottom: 30px;
}

.numbers-card__img {
  width: 70px;
  height: 70px;
  background: #FFEFDA;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.numbers-card__img img {
  max-width: 32px;
  max-height: 32px;
}

.numbers-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}

.numbers-card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #757D8A;
}

@media (max-width: 992px) {
  .numbers-card {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .numbers-wrapper {
    padding: 50px 0;
  }
  .numbers-title {
    margin-bottom: 30px;
  }
  .numbers-card {
    padding: 15px;
  }
  .numbers-card__title {
    font-size: 16px;
  }
  .numbers-card__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .numbers-card {
    width: 100%;
    margin-bottom: 8px;
    min-height: unset;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_strong_quality/style.css?17270862585533*/
.strong-quality__title {
  text-align: center;
}

.strong-quality__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #757D8A;
  margin-bottom: 4px;
}

@media (max-width: 576px) {
  .strong-quality__subtitle {
    font-size: 20px;
  }
}

.swiper {
  position: relative;
  width: 1230px;
}

@media (max-width: 1200px) {
  .swiper {
    width: 1200px;
  }
}

@media (max-width: 992px) {
  .swiper {
    width: 100%;
  }
}

.slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.slider-block {
  position: relative;
}

.slider-bg {
  position: relative;
  z-index: 1;
  left: -140px;
}

.slider-bg img {
  max-width: 811px;
  max-height: 869px;
}

.slider-swiper {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  left: -330px;
}

.slider-swiper .swiper-slide {
  width: 370px !important;
  min-height: 700px;
  height: auto;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.slider-swiper .swiper-slide img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 30px;
}

.slider-swiper .swiper-slide div {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.slider-swiper .swiper-slide div:after {
  content: '';
  width: 60px;
  height: 4px;
  display: block;
  position: relative;
  bottom: -30px;
  margin-bottom: 30px;
  background: #5A7184;
  mix-blend-mode: normal;
  opacity: 0.1;
  border-radius: 2px;
}

.slider-swiper .swiper-slide p {
  text-align: center;
  margin-bottom: 30px;
}

.slider-swiper .swiper-slide p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .slider {
    margin-top: 56px;
  }
  .slider-bg {
    display: none;
  }
  .slider-swiper {
    left: 0;
  }
  .slider-swiper .swiper-slide {
    width: 300px !important;
  }
}

@media (max-width: 992px) {
  .slider-swiper .swiper-slide {
    width: 330px !important;
  }
}

@media (max-width: 768px) {
  .slider {
    margin-top: 30px;
  }
  .slider-swiper .swiper-slide {
    padding: 15px;
    width: 240px !important;
  }
}

@media (max-width: 576px) {
  .slider-swiper .swiper-slide {
    width: 250px !important;
  }
}

.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  height: 56px;
  width: 142px;
  margin-left: auto;
  top: 56px;
}

.swiper-navigation.mobile {
  display: none;
}

.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  border: 2px solid #333333;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  content: '';
}

.swiper-navigation .swiper-button-prev .ico--arrow-left,
.swiper-navigation .swiper-button-prev .ico--arrow-right,
.swiper-navigation .swiper-button-next .ico--arrow-left,
.swiper-navigation .swiper-button-next .ico--arrow-right {
  width: 18px;
  height: 14px;
}

.swiper-navigation .swiper-button-prev .ico--arrow-left,
.swiper-navigation .swiper-button-next .ico--arrow-left {
  background-image: url("/local/components/stmd/simple.block/templates/opt_strong_quality/images/arrow-right-dark-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-navigation .swiper-button-prev.swiper-button-disabled .ico--arrow-left,
.swiper-navigation .swiper-button-next.swiper-button-disabled .ico--arrow-left {
  background-image: url("/local/components/stmd/simple.block/templates/opt_strong_quality/images/arrow-left-grey.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swiper-navigation .swiper-button-prev .ico--arrow-right,
.swiper-navigation .swiper-button-next .ico--arrow-right {
  background-image: url("/local/components/stmd/simple.block/templates/opt_strong_quality/images/arrow-right-dark-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-navigation .swiper-button-prev.swiper-button-disabled .ico--arrow-right,
.swiper-navigation .swiper-button-next.swiper-button-disabled .ico--arrow-right {
  background-image: url("/local/components/stmd/simple.block/templates/opt_strong_quality/images/arrow-left-grey.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .swiper-navigation {
    top: 26px;
  }
}

@media (max-width: 768px) {
  .swiper-navigation.mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-navigation.desktop {
    display: none;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_7_unique_advantages/style.css?17270862585809*/
.unique-advantages__title {
  text-align: center;
}

.unique-advantages__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #757D8A;
  margin-bottom: 60px;
}

.unique-advantages__block {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 60px;
}

.unique-advantages__block:last-child {
  margin-bottom: 0;
}

.unique-advantages__block-images {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.unique-advantages__block-images > div {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.unique-advantages__block-images > div img {
  align-self: center;
  max-width: 100px;
  max-height: 100px;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.unique-advantages__block-in {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.unique-advantages__block-in > div {
  width: 50%;
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.unique-advantages__block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.unique-advantages__block-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  text-align: center;
}

.unique-advantages__block-conditions, .unique-advantages__block-for-you {
  margin: 15px 0;
}

@media (max-width: 992px) {
  .unique-advantages__block-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .unique-advantages__block-in > div {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .unique-advantages__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .unique-advantages__block-title {
    font-size: 20px;
  }
  .unique-advantages__subtitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .unique-advantages__block-images > div:first-child {
    padding-left: 0;
    padding-right: 5px;
  }
  .unique-advantages__block-images > div:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
  .unique-advantages__block-title {
    font-size: 18px;
  }
  .unique-advantages__subtitle {
    font-size: 16px;
  }
}

.unique-offers {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
}

.unique-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.unique-item:last-child {
  margin-bottom: 0;
}

.unique-item__offer, .unique-item__benefit {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 30px;
  width: 50%;
}

.unique-item__offer span, .unique-item__benefit span {
  margin-right: 15px;
}

.unique-item__offer p, .unique-item__benefit p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.unique-item__offer p {
  color: #757D8A;
}

.unique-item__benefit p {
  color: #333333;
}

@media (max-width: 992px) {
  .unique-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .unique-item__offer, .unique-item__benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .unique-item__offer span, .unique-item__benefit span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .unique-item__offer {
    margin-bottom: 15px;
  }
  .unique-item__benefit .ico--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .unique-item__offer, .unique-item__benefit {
    padding: 0;
  }
  .unique-item__offer p, .unique-item__benefit p {
    font-size: 16px;
  }
}

.unique-item [class*=ico--] {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.unique-item .ico--house {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_house.svg);
}

.unique-item .ico--gear {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_gear.svg);
}

.unique-item .ico--lock {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_lock.svg);
}

.unique-item .ico--megafon {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_megafon.svg);
}

.unique-item .ico--reader {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_reader.svg);
}

.unique-item .ico--wallet {
  background-image: url(/local/components/stmd/simple.block/templates/opt_7_unique_advantages/images/7_uniq_wallet.svg);
}

.unique-item .ico--arrow {
  background-image: url("/local/templates/pechi_main_new_2016/images/icons/arrow-right-green.svg");
  width: 22px;
  height: 22px;
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_guaranties/style.css?17270862581294*/
.guaranties {
  padding: 0 120px;
}

.guaranties-title {
  text-align: center;
  margin-bottom: 60px;
}

.guaranties-cards {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}

.guaranties-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  width: 48%;
}

.guaranties-card img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 30px;
}

.guaranties-card div {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}

.guaranties-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #757D8A;
}

@media (max-width: 992px) {
  .guaranties {
    padding: 0 30px;
  }
  .guaranties-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .guaranties-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .guaranties-card img {
    margin-bottom: 15px;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/opt_how_to_become_partner_with_form/style.css?17270862581844*/
.become-partner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.become-partner-wrapper {
  background: #F59A22;
  padding: 100px 0;
}

.become-partner__title {
  color: #fff !important;
  text-align: center;
  margin-bottom: 60px;
}

.become-partner-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}

.become-partner-items-wrapper {
  padding-right: 20px;
}

.become-partner-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  padding: 20px;
}

.become-partner-item span {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin-right: 15px;
}

.become-partner-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.become-partner-form {
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .become-partner-item {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .become-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .become-partner-item {
    width: 50%;
  }
  .become-partner-items-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .become-partner-item {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .become-partner-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .become-partner__title {
    margin-bottom: 30px;
  }
  .become-partner-wrapper {
    padding: 50px 0;
  }
}

/* End */
/* /local/components/stmd/simple.block/templates/opt_top_with_form/style.css?17270862585037 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564 */
/* /local/components/stmd/simple.block/templates/opt_services_and_priority/style.css?1727086258909 */
/* /local/components/stmd/simple.block/templates/opt_own_trade_mark/style.css?17270862581755 */
/* /local/components/stmd/simple.block/templates/opt_numbers_about_us/style.css?17270862581805 */
/* /local/components/stmd/simple.block/templates/opt_strong_quality/style.css?17270862585533 */
/* /local/components/stmd/simple.block/templates/opt_7_unique_advantages/style.css?17270862585809 */
/* /local/components/stmd/simple.block/templates/opt_guaranties/style.css?17270862581294 */
/* /local/components/stmd/simple.block/templates/opt_how_to_become_partner_with_form/style.css?17270862581844 */
