@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik/Rubik-Bold.eot');
  src:
    url('../../fonts/Rubik/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Rubik/Rubik-Bold.woff') format('woff'),
    url('../../fonts/Rubik/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/Open_Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Open_Sans/OpenSans-Regular.woff') format('woff'),
    url('../../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'),
    url('../../fonts/Open_Sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/Open_Sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Open_Sans/OpenSans-Bold.woff') format('woff'),
    url('../../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'),
    url('../../fonts/Open_Sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/Open_Sans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Open_Sans/OpenSans-Semibold.woff') format('woff'),
    url('../../fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype'),
    url('../../fonts/Open_Sans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/Open_Sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Open_Sans/OpenSans-Light.woff') format('woff'),
    url('../../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'),
    url('../../fonts/Open_Sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

* {
  outline: none !important;
}

ul,
p,
li,
span,
label {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

body {
  font-family: 'Open Sans';
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

a:hover,
a:focus {
  text-decoration: none;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-ofh {
  overflow: hidden;
}

a.button,
.button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f85930;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f85930;
}

a.button:hover,
.button:hover {
  background-color: #f85930;
  color: #fff;
  border-color: #f85930;
}

.caption {
  color: #333333;
  font-family: Rubik;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.description {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

header {
  border-top: 4px solid #f85930;
  /* padding-top: 32px; */
  margin-bottom: -1px;
}

.header {
  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;
  margin-bottom: 48px;
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 3;
}

.logo {
  margin-right: 32px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__worktime {
  font-size: 12px;
  color: rgba(51, 51, 51, .5);
}

.xs-menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10;
}

.xs-menu_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.header-menu__link {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-right: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__link_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__link_services svg {
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-menu__link_services:hover svg {
  fill: #f85930;
}

a.header-menu__link:hover,
a.header-menu__link:focus,
a.header__number:hover,
a.header__number:focus {
  text-decoration: underline;
  color: #f85930;
}

a.header-menu__link_black:hover,
a.header-menu__link_black:focus,
a.header__number_black:hover,
a.header__number_black:focus {
  color: #fff;
}

.services-dropdown {
  position: relative;

}

.services-dropdown:hover .services-dropdown__list,
.services-dropdown:focus .services-dropdown__list {
  opacity: 1;
  visibility: visible;
}

.services-dropdown__list {
  position: absolute;
  top: calc(100% + 10px);
  left: -20%;
  width: 295px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.services-dropdown__link {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.services-dropdown__link:hover,
.services-dropdown__link:focus {
  color: #f85930;
}

.services-dropdown__list li:not(:last-child) .services-dropdown__link {
  margin-bottom: 12px;
}

.header__number {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-right: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}

.banner {
  padding-top: 110px;
  background-image: url(../img/corp/main-bg.png);
}

.banner__caption {
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 30px;
}

.bannner__galary {
  margin-bottom: 90px;
  height: 270px;
}

.galary .slick-current .galary-item__image {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

.galary-item {
  width: 350px;
  padding: 30px;
  margin: 20px 0 0;
  /* padding: 10px;
  padding-top: 50px; */
}

.galary-item img {
  -webkit-transition: .3s;
  transition: .3s;
}

.galary-item__image {
  width: 100%;
}

.galary .slick-current .galary-item img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  /* width: 400px; */
}

.galary-item__caption {
  color: #c7c7c7;
  text-align: center;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
}

.galary .slick-current .galary-item__caption {
  margin-top: 20px;
}

.frame {
  position: relative;
}

.frame__caption {
  margin-bottom: 20px;
  text-align: center;
}

.frame__description {
  text-align: center;
  margin-bottom: 48px;
}

.description__bold{
  font-weight: bold;
}

.list li {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
}

.list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../img/corp/list-mark.png);
  width: 34px;
  height: 16px;
}

.list__paragraph{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  opacity: 0.64;
  max-width: 480px;
}

.frame {
  margin-bottom: 60px;
}

.frame__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frame__image {
  position: absolute;
  right: 40px;
  bottom: -105px;
}

.frame__image_lending {
  bottom: -90px;
}

.calculator__caption {
  margin-bottom: 7px;
}

.calculator__description {
  margin-bottom: 24px;
}

.structure__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 30px;
}

.structure-info {
  grid-column-start: 4;
  grid-column-end: 6;
}

.structure__caption {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.structure-list {
  border: 1px solid #f85930;
  padding: 12px 16px;
  position: relative;
  margin-bottom: 20px;
  margin: 0 8px 20px;
  position: relative;
}

.structure-list:first-child {
  margin-right: 8px;
  margin-left: 0;
}

.structure-list:nth-child(5) {
  margin-left: 8px;
  margin-right: 0;
}

.structure-list:nth-child(6) {
  margin-left: 0;
}

.structure-list:after {
  content: '';
  position: absolute;
  left: 100%;
  width: 17px;
  height: 1px;
  background-color: #f85930;
  top: 16px;
}

.structure-list:first-child:before {
  content: '';
  position: absolute;
  left: 17px;
  width: 1px;
  height: 21px;
  background-color: #f85930;
  top: 100%;
}

.structure-list:nth-child(5):after {
  display: none;
}

.structure-list:nth-child(8):after {
  display: none;
}

.structure-list__caption {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.structure-list__list li {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 10px;
}

.structure-list__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #919191;
  border-radius: 50%;
}

.structure-list__sublist {
  position: absolute;
  top: calc(100% + 8px);
  left: 17px;
}

.structure-list__sublist:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  height: calc(100% - 7px);
  width: 1px;
  background-color: #919191;
}

.structure-list__sublist li {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
  position: relative;
  padding-left: 25px;
}

.structure-list__sublist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #919191;
}

.structure-info p {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  background-color: #fff;
  padding: 16px;
}

.structure-info {
  background-image: url(../img/corp/structure-info.png);
  padding: 20px;
  margin-left: 16px;
  background-size: 100%;
}

.calculator {
  margin-bottom: 120px;
}

.calcform__caption {
  margin-bottom: 25px;
  color: #333333;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.calcform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calcform__lists-wrapper {
  padding-right: 32px;
}

.calcform__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.calcform__lists:last-child {
  margin-bottom: 0;
}

.calcform__list {
  width: 48%;
}

.calcform__item {
  padding-left: 36px;
  margin-bottom: 24px;
}

.calcform__list li:last-child .calcform__item {
  margin-bottom: 0;
}

.calcform__item input {
  display: none;
}

.calcform__label {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
}

.calcform__label:after {
  position: absolute;
  left: -36px;
  top: 0;
  content: '';
  width: 30px;
  height: 30px;
  background-position: center;
  background-image: url(../img/corp/icons/check.svg);
  background-repeat: no-repeat;
}

.calcform__item input:checked+label:after {
  background-image: url(../img/corp/icons/check-fill.svg);
}

.calcform__description {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.calc-output-wrapper {
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
}

.calc-output {
  background-color: #f7f7f7;
  min-width: 300px;
  padding: 24px 32px 24px 40px;
  border-radius: 4px;
  max-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.calc-output_fixed {
  position: fixed;
  top: 0;
}

.calc-output__caption {
  color: #f3450f;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
}

.calc-output__caption:before {
  content: '~';
  position: absolute;
  right: 100%;
}

.calc-output__name {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}

.calc-output__value {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

a.calc-output__button {
  height: 52px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.calc-output__info {
  text-align: center;
}

.calc-output__info p,
.calc-output__info a {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.calcform__label_gift:after {
  background-image: url(../img/corp/icons/gift.svg);
}

.calcform__caption_inclusive {
  position: relative;
}

.calcform__caption_inclusive:after {
  content: '';
  position: absolute;
  right: calc(100% + 12px);
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/corp/icons/inclusive.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 74px;
  height: 16px;
}

.portfolio {
  margin-bottom: 140px;

}

.portfolio-slider {
  position: relative;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots button {
  font-size: 0;
  border: none;
  background-color: #ddd;
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
}

.slick-dots .slick-active button {
  background-color: #f3450f;
}

.portfolio-slider .slick-arrow {
  position: absolute;
  top: 150px;
}

.portfolio-slider .slickPrev {
  left: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio-slider .slickNext {
  right: -80px;
}

.portfolio-slider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(256, 256, 256, 0)), to(rgba(256, 256, 256, 1)));
  background: linear-gradient(to right, rgba(256, 256, 256, 0), rgba(256, 256, 256, 1));
}

.portfolio__image {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 55px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.portfolio__caption {
  margin-bottom: 24px;
}

.certificates-block{
   margin-bottom: 140px;
}

.frame_lending+.certificates-block{
  margin-bottom: 140px;
}

.certificates-block__heading{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.certificates-block__caption{
  margin: 0;
}

.certificates-block__caption.visibly-hidden{
  visibility: hidden;
}

.certificates-block__link{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  transition: 0.3s;
}

.certificates-block__link:hover{
  color: #F85930;
}

.certificates-block__link.certificates-block__link--mobile{
  display: none;
}


.certificates-list{
  padding: 0;
  margin:  -16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}



.certificates-list__item{
  padding: 16px;
}



.certificates-list__link{
  display: block;
  height: 256px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  position: relative;
}

.certificates-list__img{
  width: auto;
  height: 100%;
}


.certificates-list__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.certificates-list__link:hover .certificates-list__zoom {
  transform: none;
}

.certificates-list__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}


.certificates-list__prev,
.certificates-list__next {
  stroke-width: 3;
  stroke: #333333;
  fill: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}

.certificates-list__prev.slick-disabled,
.certificates-list__next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.certificates-list__prev:hover,
.certificates-list__next:hover {
  stroke:#F85930;
}


.certificates-list__prev {
  left: -40px;
}

.certificates-list__next {
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}



.certificates-list .slick-dots{
  margin: 20px auto 0;
}





.media-block {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.media-block__caption {
  margin-bottom: 8px;
}


.media-block__description {
  margin-bottom: 24px;
  width: 512px;
  max-width: 100%;
}

.media-block__media-list.media-list {
  margin-bottom: 52px;
}

.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-list__item {
  margin-bottom: 32px;
}


.media-list__item:last-child {
  margin-bottom: 0;

}

.media-list__link {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.media-list__link:hover {
  color: #000000;
}

.media-list__img {
  width: 132px;
  height: 48px;
  object-fit: cover;
  margin-right: 40px;
}

.media-list__info {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #F85930;
}

.media-list__text {
  margin: 0;
  margin-right: 24px;
  max-width: 600px;
  transition: 0.3s;
}

.media-list__icon {
  fill: none;
  stroke: #151C34;
}


.media-list__link:hover .media-list__text {
  color: #F85930;
}

.media-block__link {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  transition: 0.3s;
}

.media-block__link:hover {
  color: #F85930;
}

.media-block__link svg {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  fill: #000000;
  transform: rotate(-90deg);
  transition: 0.3s;
}

.media-block__link:hover svg {
  fill: #F85930;
}


.form {
  background: -webkit-gradient(linear, left top, right top, from(#f85930), color-stop(40%, #f85930), color-stop(40%, #f8f8f8), to(#f8f8f8));
  background: linear-gradient(to right, #f85930 0%, #f85930 40%, #f8f8f8 40%, #f8f8f8 100%);
  margin-top: 40px;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-block__pic {
  position: relative;
  min-width: 50%;
}

.form-block__pic img {
  position: absolute;
  bottom: 0;
  left: -70px;
}

.form-block__content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.form-block__caption {
  margin-bottom: 10px;
}

.form-block__description {
  margin-bottom: 20px;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.form-block__form {
  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;
}

.form-block__input {
  color: #f85930;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(51, 51, 51, 0.32);
  margin-bottom: 24px;
  width: 48%;
}

.form-block__input_phone {
  width: 100%;
}






.media-page {
  padding-top: 110px;
  padding-bottom: 102px;
  min-height: calc(100vh - 334px);
}


.media-page__caption {
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 24px;
}

.media-page__description {
  margin-bottom: 48px;
  width: 538px;
  max-width: 100%;
}


.certificates-page {
  padding-top: 110px;
  padding-bottom: 102px;
  min-height: calc(100vh - 334px);
}


.certificates-page__caption {
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 52px;
  text-align: center;
}



.certificates-page__certificates-tabs {
  margin-bottom: 32px;
}

.certificates-tabs__list {
  margin: 0 -12px -12px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.certificates-tabs__item {
  margin: 0 12px 12px;
}

.certificates-tabs__link {
  display: block;
  width: 164px;
  height: 92px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.certificates-tabs__link.active {
  box-shadow: 0px 4px 20px rgba(251, 154, 40, 0.64);
  border-color: #FB9A28;
}

.certificates-tabs__link:hover {
  border-color: #F85930;
}


.certificates-tabs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.google-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.google-certificates__item {
  width: 247px;
  margin: 0 8px 16px;
  height: 305px;
}

.google-certificates__item.google-certificates__item--big {
  width: 430px;
  margin: 0 8px 16px;
}

.google-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.google-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: inherit;
}

.google-certificates__zoom{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}
.google-certificates__link:hover .google-certificates__zoom{
  transform: none;
}

.google-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill:#fff;
  stroke:#fff;
}



.yandex-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.yandex-certificates__item {
  width: 237px;
  margin: 0 8px 16px;
  height: 305px;
}

.yandex-certificates__item.yandex-certificates__item--big {
  width: 518px;
  margin: 0 8px 16px;
}

.yandex-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.yandex-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50%;
  max-width: 100%;
  border-radius: inherit;
}

.yandex-certificates__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.yandex-certificates__link:hover .yandex-certificates__zoom {
  transform: none;
}

.yandex-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}



.bitrix-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bitrix-certificates__item {
  width: 247px;
  margin: 0 8px 16px;
  height: 305px;
}


.bitrix-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.bitrix-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50%;
  max-width: 100%;
  border-radius: inherit;
}

.bitrix-certificates__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.bitrix-certificates__link:hover .bitrix-certificates__zoom {
  transform: none;
}

.bitrix-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}





.vk-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vk-certificates__item {
  width: 309px;
  margin: 0 8px 16px;
  height: 305px;
}


.vk-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.vk-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50%;
  max-width: 100%;
  border-radius: inherit;
}

.vk-certificates__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.vk-certificates__link:hover .vk-certificates__zoom {
  transform: none;
}

.vk-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}



.roistat-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.roistat-certificates__item {
  width: 437px;
  margin: 0 8px 16px;
  height: 305px;
}


.roistat-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.roistat-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50%;
  max-width: 100%;
  border-radius: inherit;
}

.roistat-certificates__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.roistat-certificates__link:hover .roistat-certificates__zoom {
  transform: none;
}

.roistat-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}



.mytarget-certificates__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mytarget-certificates__item {
  width: 437px;
  margin: 0 8px 16px;
  height: 305px;
}


.mytarget-certificates__link {
  height: 100%;
  display: block;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
}

.mytarget-certificates__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 50%;
  max-width: 100%;
  border-radius: inherit;
}

.mytarget-certificates__zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 19, 0.72), rgba(19, 19, 19, 0.72));
  border-radius: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  transform: scale(0);
  transform-origin: center;
}

.mytarget-certificates__link:hover .mytarget-certificates__zoom {
  transform: none;
}

.mytarget-certificates__zoom svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  fill: #fff;
  stroke: #fff;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #33333377;
}



input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #33333377;
}



input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #33333377;
}



input::placeholder,
textarea::placeholder {
  color: #33333377;
}

.form-block__comment {
  color: #f85930;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(51, 51, 51, 0.32);
  min-width: 100%;
  resize: none;
  height: 63px;
  margin-bottom: 27px;
}

#upload-file {
  display: none;
}

.form-block__file {
  margin-bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
}

.form-block__file_active {
  border: 2px dashed #f85930;
}

.form-block__file svg {
  margin-right: 15px;
}

.form-block__file span {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.form-block__file b {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.form-block__submit-wrapper {
  min-width: 100%;
  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-block__button {
  text-transform: uppercase;
  height: 72px;
  border-radius: 36px;
  padding: 0 48px;
  margin-right: 16px;
}

.form-block__info {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #33333377;
}

footer {
  background-color: #111111;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form_margin-top {
  margin-top: 150px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

.footer__logo span {
  color: #ffffff83;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.footer__info svg {
  margin-right: 6px;
  min-width: 14px;
  margin-top: 4px;
}

.footer__info span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__email svg {
  margin-top: 0;
}

.footer__worktime {
  font-size: 12px;
  color: #fff;
}

.footer__list li {
  margin-bottom: 12px;
}

.footer__list-caption {
  color: #ffffff7c;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

a.footer__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a.footer__link:hover,
a.footer__link:focus {
  color: #f85930;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer__social li:not(:last-child) {
  margin-right: 10px;
}

.footer__social-item {
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
}

.footer__social-item_vk {
  background-color: #1E88E5;
}

.footer__social-item_be {
  background-color: #0057FF;
}

.footer__social-item_inst {
  background-color: #D43963;
}

.footer__social-item_be svg {
  fill: #fff;
}



.footer__copyright {
  color: #ffffff7c;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.privacy-policy {
  color: #ffffff7c;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
  display: block;
}

a.privacy-policy:hover,
a.privacy-policy:focus {
  color: #f85930;
}

.footer__list {
  margin-bottom: 64px;
}

.footer__info_phone span {
  color: #f85930;
}

/*landings*/

.banner_lendings {
  background-color: #f85930;
  background-image: url(../img/corp/main-bg.png);
  padding-bottom: 70px;
}

.header_lendings {
  background-color: #f85930;
  border-top: none;
}

.lending-banner__caption {
  color: #ffffff;
  font-family: Rubik;
  font-size: 52px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lending-banner__list span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.lending-banner__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: 60%;
}

.lending-banner__list svg {
  fill: #fff;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.lending-banner__image {
  position: absolute;
}

.frame_lending {
  margin-top: 120px;
}

a.header__anchor_black {
  border: 1px solid #333333;
}

a.header__anchor_black:hover,
a.header__anchor_black:focus {
  background-color: #fff;
  color: #333;
}

.tarif-section {
  background-color: #f8f8f8;
  position: relative;
  padding-top: 50px;
  padding-bottom: 64px;
  margin-bottom: 120px;
}

.tarif-section:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: calc(100vw - 17px) solid transparent;
  border-right: 0 solid #f8f8f8;
  border-bottom: 80px solid #f8f8f8;
  border-right: none;
  border-top: none;
}

.tarif {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

.tarif__caption {
  color: #333333;
  font-family: Rubik;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 32px;
}

.tarif__subcaption {
  color: #8e8e8e;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 12px;
}

.tarif__list-info {
  margin-bottom: 32px;
}

.tarif__list-info li {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.tarif__list-info li:not(:last-child) {
  margin-bottom: 12px;
}

.tarif-block {
  border-radius: 4px;
  border: 2px solid #f2f2f2;
  background-color: #ffffff;
}

.tarif-block__header {
  padding-top: 16px;
  margin-bottom: 34px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.tarif-block__caption {
  color: #333333;
  font-family: Rubik;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 6px;
}

.tarif-block__description {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}

.tarif-block__price {
  color: #333333;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.tarif-block__tooltip {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #F85930;
  border-radius: 50%;
}

.tarif-block__tooltip:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background-color: #fff;
  border-radius: 1px;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}

.tarif-block__tooltip:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 2px;
  background-color: #fff;
  border-radius: 1px;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}

.tarif-block__tooltip-text {
  position: absolute;
  width: 380px;
  padding: 16px;
  color: #666;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .25);
  box-shadow: 0 0 25px rgba(0, 0, 0, .25);
  bottom: calc(100% + 15px);
  right: -65px;
  display: none;
}

.tarif-block__tooltip-text:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 70px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.tarif-block__price_bottom-orange {
  background-color: #ff572c;
  padding: 10px 0;
}

.tarif-block__price_bottom {
  padding: 10px 0;
}

.tarif-block__option {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  margin-left: auto;
  margin-right: auto;
}

.tarif-block__list li:not(:last-child) {
  margin-bottom: 12px;
}

.tarif-block__list {
  margin-bottom: 75px;
}

.tarif-block__option_on {
  background-color: #24de4d;
}

.tarif-block__option_on svg {
  fill: #fff;
}

.tarif-block__option_off {
  background-color: #f2f2f2;
}

.tarif-block__option_off svg {
  fill: #f85930;
}

.tarif-block__header_orange {
  background-color: #ff572c;
}

.tarif-block__caption_white {
  color: #fff;
}

.tarif-block__description_white {
  color: #fff;
}

.tarif-block__price_white {
  color: #fff;
}

.tarif-block_orange {
  border: 4px solid #ff572c;
  border-top-width: 2px;
}

.form_lending {
  background: #f8f8f8;
  padding-top: 64px;
  position: relative;
}

.form_lending:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 30px;
  width: 100%;
  background-image: url(../img/corp/structure-info.png);
  background-size: contain;
}


.form-block__content_lending {
  padding-top: 0;
  /* width: 580px; */
  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;
}

.form-block__content_shop {
  width: 580px;
  padding-top: 0;
  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;
}

.form-block__capt {
  margin-right: 60px;
  min-width: 46%;
}

/*shop*/

a.button_border-black {
  border-color: #333;
  background-color: #151C34;
}

.shop-banner__image {
  max-width: 100%;
}

.shop-banner__caption {
  color: #333333;
  font-family: Rubik;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  line-height: 65px;
}

.shop-banner__caption:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150px;
  background-image: url(../img/corp/shop-capt.png);
  background-size: contain;
  height: 95px;
  width: 130px;
  margin: auto;
}

.shop-banner__description {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
}

.shop-banner__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.shop-banner__button {
  height: 72px;
  border-radius: 200px;
  border: 2px solid #f85930;
  padding: 0 48px;
  text-transform: uppercase;
  margin-right: 16px;
}

.shop-banner__info {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.shop-banner {
  background-image: url(../img/corp/shop-bg.png), url(../img/corp/main-bg.png);
  background-position: 100% 0, top center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-top: 150px;
}

.frame__list_right {
  margin-right: 0;
  margin-left: auto;
}

.frame__image_left {
  bottom: 0px;
  left: -70px;
  right: auto;
}

.work-plan__column {
  position: relative;
}

.work-plan__caption {
  color: #333333;
  font-family: Rubik;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.work-plan__description {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
}

.work-plan__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-plan__subcaption {
  color: #333333;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}

.work-plan__subcaption span {
  color: #df5128;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-left: 7px;
}

.work-plan__subdescription {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
}

.work-plan__subdescription b {
  font-weight: 700;
}

.work-plan__pic1 {
  position: absolute;
  top: -140px;
  left: -50px;
}

.work-plan__column_pic1 {
  min-width: 600px;
  height: 330px;
}

.work-plan__column_pic2 {
  min-width: 680px;
  height: 540px;
}

.work-plan__pic2 {
  position: absolute;
  top: -60px;
}

.work-plan__subdescription_margin-bottom {
  margin-bottom: 32px;
}

.work-plan__column_pic3 {
  max-width: 450px;
}

.shop-form-wrapper {
  padding-bottom: 100px;
}

.shop-form__rail {
  width: 75%;
}

.shop-form__slider {
  position: relative;
}

.shop-form__caption {
  margin-bottom: 67px;
}

.shop-form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-form__radios_align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-form__radios input[type="radio"] {
  display: none;
}

.shop-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
}

.shop-form__label svg {
  margin-bottom: 16px;
}

.shop-form__label span {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.shop-form__label i {
  text-decoration: none;
  font-style: normal;
}

.shop-form__label span b {
  /* color: rgba(51, 51, 51, 0.5); */
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.shop-form__label:not(:last-child) {
  margin-right: 70px;
}

.shop-form__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.shop-form__progress_hidden {
  opacity: 0;
  visibility: hidden;
}

.shop-form__steps {
  color: #f85930;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 12px;
}

.shop-form__back {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shop-form__back svg {
  fill: #b8b8b8;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-form__progress-line {
  height: 20px;
  border-radius: 10px;
  width: 160px;
  background-color: #f5f5f5;
}

.shop-form__progress-line span {
  height: 100%;
  background-color: #f85930;
  border-radius: 10px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.shop-form__stages {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  padding-left: 100px;
  height: 100%;
}

.shop-form__subcaption {
  color: #333333;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}

.shop-form__link span {
  color: rgba(51, 51, 51, .5);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.shop-form__link {
  position: relative;
  cursor: auto;
}

.shop-form__link i {
  display: none;
}

.shop-form__link svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  display: none;
  fill: #F85930;
}

.shop-form__list {
  position: relative;
}

.shop-form__list li:not(:last-child) {
  margin-bottom: 16px;
}

.shop-form__list:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #f5f5f5;
  left: -100px;
  top: 0;
}

.shop-form__link_active span {
  color: #F85930;
}

.shop-form__link_active i {
  font-style: normal;
  color: #F85930;
  display: inline-block;
  font-weight: 300;
}

.form-block_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.last-slide {
  padding-top: 100px;
  padding-left: 40px;
  padding-bottom: 100px;
}

.last-slide__caption {
  position: relative;
}

.last-slide__caption:before {
  content: '';
  position: absolute;
  left: -35px;
  top: -40px;
  width: 136px;
  height: 32px;
  background-image: url(../img/corp/shop-capt.png);
  background-size: contain;
}

/*modal*/

.modal .modal-dialog {
  margin-left: 0;
  margin-right: 50%;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #f8f8f8;
}

.modal .close span {
  font-size: 32px;
}

.modal .form-block__content {
  padding: 10vw 6vw 0;
}

.modal .form-block__submit-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.close {
  font-size: 28px;
}

/* promotion */

.banner-promotion {
  background-image: none;
  padding-top: 160px;
}

.banner-promotion__caption {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 65px;
}

a.banner-promotion__link {
  height: 80px;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 0 50px;
}

.banner-promotion__list li {
  margin-bottom: 10px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 25px;
}

.banner-promotion__list li:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADRSURBVHgBpZLBDcIgFIZ/jFG5MUJHYARH6NF6KW7QbqATqBNYL9abI+gGsolHbQ/ig8RaY0qtvgR4eeH7Ag+AH+I6kcoOmzN0jFskl7QkNjcGs34XuJjKDUGqXuv9Aa/5XmdOYEIp7PgWNgyLUa7dNRg1I2A9nJlxDUkGud5WG0lacBwoHddhvtPz6gpUCGEgiBd3ICsjGT/hkuPog18nYG5jUKundJqYpNIHO4GdGiRogyuBT+KD3wQNkpS6vYInPn7iRUkxLKDoVTS98wkt8QA5kVpuxv3mowAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  top: 7px;
}

.banner-promotion__list b {
  color: #F85930;
}

.banner-promotion__list {
  margin-top: 40px;
  margin-bottom: 80px;
}

.banner-promotion__companies {
  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;
}

.banner-promotion__companies img {
  width: 100%;
}

.banner-promotion__companies li:first-child {
  max-width: 114px;
}

.banner-promotion__companies li:nth-child(2) {
  max-width: 70px;
}

.banner-promotion__companies li:nth-child(3) {
  max-width: 70px;
}

.banner-promotion__companies li:nth-child(4) {
  max-width: 131px;
}

.promotion-frame {
  margin-top: 120px;
}

.frame__caption_promotion {
  text-align: left;
  margin-bottom: 42px;
}

.frame__image_promotion {
  bottom: -4px;
}

.promotion-plans__caption {
  text-align: center;
  margin-bottom: 20px;
}

.promotion-plans__description {
  text-align: center;
  margin-bottom: 42px;
}

.promotion-plans__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promotion-plan {
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promotion-plan:hover {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.promotion-plan__caption {
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  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;
  background: #F8F8F8;
  padding: 15px 20px;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  min-height: 91px;
}

.promotion-plan__caption_red {
  background-color: #F85930;
  color: #FFFFFF;
}

.promotion-plan__list {
  padding-left: 51px;
  padding-right: 24px;
  margin-bottom: 30px;
  padding-top: 42px;
  margin-top: 0;
}

.promotion-plan__list li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.promotion-plan__list li:not(:last-child) {
  margin-bottom: 16px;
}

.promotion-plan__list li:before {
  content: '';
  position: absolute;
  right: calc(100% + 10px);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADRSURBVHgBpZLBDcIgFIZ/jFG5MUJHYARH6NF6KW7QbqATqBNYL9abI+gGsolHbQ/ig8RaY0qtvgR4eeH7Ag+AH+I6kcoOmzN0jFskl7QkNjcGs34XuJjKDUGqXuv9Aa/5XmdOYEIp7PgWNgyLUa7dNRg1I2A9nJlxDUkGud5WG0lacBwoHddhvtPz6gpUCGEgiBd3ICsjGT/hkuPog18nYG5jUKundJqYpNIHO4GdGiRogyuBT+KD3wQNkpS6vYInPn7iRUkxLKDoVTS98wkt8QA5kVpuxv3mowAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  top: 4px;
}

.promotion-plan__content {
  border: 1px solid #E7E7E7;
  border-top: none;
  padding-bottom: 30px;
  border-radius: 0 0 4px 4px;
  height: 100%;
  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;
}

.promotion-plan__price {
  font-weight: 600;
  font-size: 28px;
  color: #F85930;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: auto;
}

a.promotion-plan__link {
  height: 56px;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 46px;
  border: 3px solid #F85930;
  border-radius: 28px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

a.promotion-plan__link:hover {
  color: #fff;
  background-color: #F85930;
}

.promotion-plans {
  margin-bottom: 126px;
}

.promotion-workplans {
  margin-bottom: 126px;
}

.promotion-workplans__caption {
  text-align: center;
  margin-bottom: 42px;
}

.promotion-workplans__plans {
  background-image: url(../img/corp/workway.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  position: relative;
  height: 825px;
}

.promotion-workplans__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  position: absolute;
  /* max-width: 360px; */
}

.promotion-workplans__icon {
  width: 190px;
  height: 190px;
  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;
  background: #F8F8F8;
  -webkit-box-shadow: 0px -5px 0px rgba(203, 203, 203, 0.25);
  box-shadow: 0px -5px 0px rgba(203, 203, 203, 0.25);
  border-radius: 50%;
  margin-bottom: 27px;
}

.promotion-workplans__subcaption {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}


.promotion-workplans__plan_first {
  left: 0;
  top: 70px;
}

.promotion-workplans__plan_second {
  left: 418px;
  top: 0px;
}

.promotion-workplans__plan_third {
  right: -20px;
  top: 196px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.promotion-workplans__plan_third .promotion-workplans__subcaption {
  text-align: left;
}

.promotion-workplans__plan_third .promotion-workplans__icon {
  margin-bottom: 0;
  margin-right: 10px;
}

.promotion-workplans__plan_fourth {
  right: 348px;
  bottom: 160px;
}

.promotion-workplans__plan_fifth {
  bottom: 0;
  left: 90px;
}

.free-consult__image {
  position: absolute;
  left: -150px;
  top: 130px;
  bottom: 0;
  margin: auto;
}

.free-consult {
  position: relative;
  background: #F8F8F8;
  padding-top: 62px;
  padding-bottom: 52px;
}

.free-consult__caption {
  margin-bottom: 42px;
  text-align: center;
}

.free-consult__list {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}

.free-consult__list li {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}

.free-consult__list li:not(:last-child) {
  margin-bottom: 20px;
}

.free-consult__list li:after {
  content: '';
  position: absolute;
  right: calc(100% + 10px);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADRSURBVHgBpZLBDcIgFIZ/jFG5MUJHYARH6NF6KW7QbqATqBNYL9abI+gGsolHbQ/ig8RaY0qtvgR4eeH7Ag+AH+I6kcoOmzN0jFskl7QkNjcGs34XuJjKDUGqXuv9Aa/5XmdOYEIp7PgWNgyLUa7dNRg1I2A9nJlxDUkGud5WG0lacBwoHddhvtPz6gpUCGEgiBd3ICsjGT/hkuPog18nYG5jUKundJqYpNIHO4GdGiRogyuBT+KD3wQNkpS6vYInPn7iRUkxLKDoVTS98wkt8QA5kVpuxv3mowAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  top: 4px;
}

a.free-consult__link {
  height: 72px;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 0 50px;
  margin: 0 auto;
}

.promotion-feedback {
  padding-top: 126px;
  padding-bottom: 126px;
}

.promotion-feedback__caption {
  text-align: center;
  margin-bottom: 38px;
}

.promotion-feedback__slider-wrapper {
  margin-bottom: 126px;
}

.promotion-feedback__slider {
  position: relative;
}

.promotion-feedback__slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.promotion-feedback__slider .slick-prev {
  right: calc(100% + 60px);
}

.promotion-feedback__slider .slick-next {
  left: calc(100% + 60px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.promotion-feedback__slide {
  width: 340px;
  height: 250px;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 100%;
}

.promotion-feedback__slide:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(2, 0, 94, 0.22);
  box-shadow: 0px 4px 10px rgba(2, 0, 94, 0.22);
}

.promotion-feedback__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promotion-feedback__slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.promotion-feedback__slide svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.promotion-benefits__caption {
  text-align: center;
  margin-bottom: 42px;
}

.promotion-benefits__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: 42px 26px;
}

.promotion-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promotion-benefits__item svg {
  min-width: 70px;
}

.promotion-benefits__info {
  padding-left: 15px;
}

.promotion-benefits__subcaption {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-bottom: 4px;
}

.promotion-benefits__description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.promotion-form {
  position: relative;
  background: url('../img/corp/promotion-form-bg.png'), url('../img/corp/promotion-form-croses.png');
  background-position: 100% 20px, 0 0;
  background-repeat: no-repeat;
  min-height: 645px;
}

img.promotion-form__image {
  left: -120px;
}

.form-block__content_margin-top {
  margin-top: 100px;
}

.marketing-prices {
  display: flex;
}
.marketing-prices__list {
  flex-grow: 1;
  border: 12px solid #F85930;
  padding: 56px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.marketing-prices__special {
  padding: 24px;
  padding-top: 62px;
  width: 305px;
  background: #F85930;
}
.marketing-prices__item {
  width: calc(33.3333% - 56px);
  position: relative;
}

li {
  list-style-type: none;
}
.marketing-prices__title {
  width: 207px;
  max-width: 100%;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #333333;
  font-weight: bold;
}
.marketing-prices__price {
  font-size: 24px;
  line-height: 130%;
  color: #333333;
}
.marketing-prices__item:nth-child(1):after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: -25px;
  background: url('http://x7/img/corp/1.png') no-repeat;
  bottom: 0;
  right: 0;
}
.marketing-prices__price span {
  position: relative;
}
.marketing-prices__price small {
  margin-top: 4px;
  font-size: 14px;
  line-height: 130%;
  color: rgba(51, 51, 51, .5);
  display: block;
}
.marketing-prices__special-text {
  margin: 0;
  font-size: 18px;
  line-height: 130%;
}
.marketing-prices__special-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-bottom: 8px;
}
.marketing-prices__discount {
  position: absolute;
  right: -16px;
  top: -12px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  background: #F85930;
  border-radius: 4px;
  padding: 2px 4px;
  transform: rotate(12deg);
}
.marketing-results__marketing-prices{
  margin-bottom: 32px;
}
.marketing-prices__item:nth-child(2):after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: -30px;
  background: url(http://x7/img/corp/2.png) no-repeat;
  bottom: 0;
  right: 0;
}
.marketing-prices__item.marketing-prices__item--closed:after {
  content: "";
  position: absolute;
  left: -56px;
  top: 50%;
  width: calc(100% + 80px);
  height: 12px;
  background: #F85930;
  opacity: 0.64;
  transform: rotate(-45deg);
}
.set-list__paragraph{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  opacity: 0.64;
  margin-bottom: 12px;
}
.set-list__ok-icon{
  fill:  #F85930;
  margin-right: 8px;
  min-width: 32px;
}
.set-list__paragraph-list{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.set-list__item{
  display: flex;
  margin-bottom: 12px;
}
.set-lists{
  display: flex;
  flex-wrap: wrap;
}
.set-lists__set-list{
  width: 312px;
  flex-basis: 33%;
  justify-content: start;
}
.marketing-results__set-lists{
  margin-bottom: 124px;
}
.marketing__section-employees {
  margin-bottom: 220px;
}
.section-employees__title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 32px;
  font-family: Rubik;
}
.gallery-employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-employees__employees-card {
  min-width: 228px;
  margin-bottom: 32px;
}
.employees-card {
  display: block;
}
.employees-card__img {
  margin-bottom: 12px;
}
.employees-card__paragraph {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  opacity: 0.64;
  width: 230px;
}
.gallery-employees__secondary-btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.secondary-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #F85930;
  border: 1px solid transparent;
  background: transparent;
}
.secondary-btn:hover{
  color: #F85930;
}
.frame__description--width{
  width: 80%;
}
.frame_lending--wrapper {
  border: 12px solid #f85930;
  padding: 36px;
  position: relative;
}
h2.title{
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  color: #FFFFFF;
}
.special-offer{
  background: #000000;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.23);
  border-radius: 12px;
  display: flex;
  padding: 48px 48px 48px 64px;
  position: relative;
}
.special-offer:after{
  display: block;
  content: 'Спецпредложение';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  align-items: center;
  color: #000000;
  transform: rotate(30deg);
  background: #F85930;
  border-radius: 4px;
  height: fit-content;
  position: absolute;
  right: -50px;
  top: 15px;
}
.special-offer:before{
  display: block;
  content: 'Спецпредложение';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  align-items: center;
  color: #000000;
  transform: rotate(-30deg);
  background: #F85930;
  border-radius: 4px;
  height: fit-content;
  position: absolute;
  left: -50px;
  top: 15px;
}
.content__special-offer{
  margin-bottom: 120px;
}
.title__accent-color{
  color: #F85930;
}
.special-offer__title{
  max-width: 406px;
  margin-bottom: 16px;
}
.special-offer__paragraph{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.64;
  max-width: 465px;
  margin-bottom: 24px;
}
.special-offer__icon-tilda{
  display: flex;
  align-self: baseline;
  margin-right: 74px;
}
.special-offer__icon-lending{
  position: absolute;
  right: 32px;
  bottom: 0;
}




























