.startMos_cont1 .transparent_top {
  position: relative;
  max-height: 70rem;
  height: 70rem;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top {
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top {
    padding-bottom: 4rem;
  }
}
.startMos_cont1 .transparent_top_lang {
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 5%;
  top: 8%;
  align-items: center;
}
.startMos_cont1 .transparent_top_lang .lang_line {
  width: 0.15rem;
  height: 1.5rem;
  background-color: #D2D2D3;
}
.startMos_cont1 .transparent_top_lang .lang_ru {
  margin-bottom: 0;
}
.startMos_cont1 .transparent_top_lang .lang_eng {
  color: #D2D2D3;
  margin-bottom: 0;
}
.startMos_cont1 .transparent_top_lang .active {
  color: #00AEA4;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top {
    flex-direction: column;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo {
  max-width: unset;
  z-index: 1;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo {
    align-items: normal;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo .div_logo {
  margin-bottom: 3.2rem;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_logo {
    margin-bottom: 2.4rem;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo .div_title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.0833;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_title {
    font-size: 3.6rem;
    line-height: 117%;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_title {
    font-size: 3.2rem;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo .div_desc {
  margin-bottom: 4rem;
  line-height: 2.4rem;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_desc {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_desc {
    margin-bottom: 2.4rem;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo .div_btn {
  width: fit-content;
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_btn {
    width: auto;
  }
}
.startMos_cont1 .transparent_top .div_top .div_mainInfo .div_tag {
  background: rgba(0, 255, 212, 0.1411764706);
  color: #00AEA4;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 991px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_tag {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .transparent_top .div_top .div_mainInfo .div_tag {
    margin-bottom: 0.8rem;
  }
}
.startMos_cont1 .transparent_top .div_top .div_img_header {
  z-index: 0;
}
.startMos_cont1 .transparent_top .div_top .div_img_header_img1 {
  position: absolute;
  right: -1.3rem;
  width: 93%;
  height: 100%;
  top: 5rem;
}
.startMos_cont1 .transparent_top .div_top .div_img_header_img2 {
  position: static;
  width: 111%;
  margin-left: -6%;
}
.startMos_cont1 .transparent_top .div_top .div_img_header_img3 {
  position: static;
  width: 108%;
  margin-left: -4%;
}
.startMos_cont1 .advantages_cont {
  padding: 6rem 0;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 991px) {
  .startMos_cont1 .advantages_cont {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .startMos_cont1 .advantages_cont {
    flex-direction: column;
    border: 1px solid #E3E3E4;
    padding: 2.4rem;
    align-items: center;
    border-radius: 1.6rem;
  }
}
.startMos_cont1 .advantages_cont .advantage_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 38rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.startMos_cont1 .advantages_cont .advantage_wrap:not(:last-child):before {
  content: "";
  position: absolute;
  right: -2.4rem;
  height: 100%;
  width: 1px;
  background: rgba(28, 29, 34, 0.2);
}
@media (max-width: 767px) {
  .startMos_cont1 .advantages_cont .advantage_wrap:not(:last-child):before {
    content: "";
    position: absolute;
    right: -0.4rem;
    width: 100%;
    height: 1px;
    background: rgba(28, 29, 34, 0.2);
    bottom: -3rem;
  }
}
.startMos_cont1 .advantages_cont .advantage_wrap .advantage_title {
  color: #00AEA4;
}
@media (max-width: 991px) {
  .startMos_cont1 .advantages_cont .advantage_wrap .advantage_title_number {
    font-size: 2.8rem;
    line-height: 100%;
  }
}
.startMos_cont1 .advantages_cont .advantage_wrap .advantage_desc {
  font-size: 1.5rem;
}

.startMos_cont2 .big_card {
  box-shadow: 0px 0px 20px 0px rgba(68, 83, 113, 0.0509803922), 0px 8px 32px 0px rgba(68, 83, 113, 0.0509803922);
  padding: 3.2rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .startMos_cont2 .big_card {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .startMos_cont2 .big_card {
    box-shadow: none;
    gap: 2rem;
    padding: 4rem 1.5rem;
    margin-bottom: 0;
  }
}
.startMos_cont2 .big_card .div_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39.4rem;
  border-radius: 3.2rem;
  background: linear-gradient(0deg, rgba(66, 247, 214, 0.5019607843) 5%, rgba(0, 255, 212, 0.0509803922));
}
@media (max-width: 991px) {
  .startMos_cont2 .big_card .div_img {
    max-width: none;
    height: 30rem;
  }
}
.startMos_cont2 .big_card .div_img img {
  max-width: 40rem;
}
@media (max-width: 767px) {
  .startMos_cont2 .big_card .div_img img {
    height: 95%;
  }
}
.startMos_cont2 .big_card .mainInfo .title {
  margin-top: 1.6rem;
}
@media (max-width: 991px) {
  .startMos_cont2 .big_card .mainInfo .title {
    margin-top: 0;
  }
}
.startMos_cont2 .big_card .mainInfo .desc {
  margin-bottom: 2.4rem;
}
.startMos_cont2 .big_card .mainInfo .moreInfo {
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .startMos_cont2 .big_card .mainInfo .moreInfo {
    gap: 1.2rem;
  }
}
.startMos_cont2 .big_card .mainInfo .moreInfo .titleMore {
  font-size: 1.6rem;
}
.startMos_cont2 .big_card .mainInfo .moreInfo .primeElement .el {
  width: 100%;
  border-radius: 1.2rem;
  padding: 0.4rem;
}
.startMos_cont2 .big_card .mainInfo .moreInfo .primeElement .el .div_img {
  border-radius: 0.8rem;
  background: rgba(0, 255, 212, 0.1411764706);
  height: 4rem;
  width: 4rem;
}
.startMos_cont2 .big_card .mainInfo .moreInfo .primeElement .el .div_img svg {
  flex: none;
}
.startMos_cont2 .big_card .mainInfo .moreInfo .primeElement .el .div_img svg path {
  fill: #00AEA4;
}
.startMos_cont2 .big_card .mainInfo .moreInfo .primeElement .el .titleEl {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.startMos_cont3 {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .startMos_cont3 {
    padding: 4rem 0;
  }
}
.startMos_cont3 .div-slick_arrows {
  top: 14%;
  right: 0;
  display: flex;
  gap: 2rem;
  position: absolute;
}
@media (max-width: 991px) {
  .startMos_cont3 .div-slick_arrows {
    display: none;
  }
}
.startMos_cont3 .div-slick_arrows .slick-disabled {
  display: block !important;
  opacity: 0.3;
}
.startMos_cont3 .div-slick_arrows .slick-arrow {
  border-radius: 100%;
  height: 4.8rem;
  width: 4.8rem;
  background: white;
  padding: 1.2rem;
  position: relative;
  top: unset;
  margin-top: 0;
  box-shadow: 0 0 8px 0 rgba(68, 83, 113, 0.04), 0 2px 12px 0 rgba(68, 83, 113, 0.08);
}
.startMos_cont3 .review-slider {
  margin: 0 !important;
}
.startMos_cont3 .review-slider .slick-list {
  margin: 0 -1rem;
}
.startMos_cont3 .review-slider .slick-slide {
  margin: 0 1rem;
}
.startMos_cont3 .review-slider .slick-dots {
  margin-top: 0;
  gap: 0;
}
.startMos_cont3 .review-slider .slick-dots button {
  height: 0.6rem;
  width: 2.4rem;
  background: rgba(28, 29, 34, 0.12);
  border-radius: 0.9rem;
}
.startMos_cont3 .review-slider .slick-dots .slick-active button {
  height: 0.6rem;
  width: 2.4rem;
  background: var(--Accent-Theme-Background-Main);
}
.startMos_cont3 .slide_navigation {
  display: none;
}
.startMos_cont3 .div_card {
  display: flex !important;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem 1.2rem 2.4rem 1.2rem;
  border: 1px solid rgba(28, 29, 34, 0.12);
  border-radius: 3.2rem;
  height: 100%;
  margin-bottom: 4rem;
  min-height: 35rem;
}
.startMos_cont3 .div_card .card_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.startMos_cont3 .div_card .card_top .div_image {
  overflow: hidden;
}
.startMos_cont3 .div_card .card_top .div_image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  border-radius: 2rem;
}
.startMos_cont3 .div_card .card_top .div_name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.startMos_cont3 .div_card .card_top .div_name .div_tit {
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.8rem;
}
.startMos_cont3 .div_card .card_top .div_name .div_tit.con1 {
  color: #00AE46;
}
.startMos_cont3 .div_card .card_top .div_name .div_tit.con2 {
  color: #7851E7;
}
.startMos_cont3 .div_card .card_top .div_name .div_tit.con3 {
  color: #138BE1;
}
.startMos_cont3 .div_card .card_top .div_name .div_tit.con4 {
  color: #F07800;
}
.startMos_cont3 .div_card .div_texts {
  margin-left: 0.8rem;
}
.startMos_cont3 .div_card .card-bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: auto;
}
.startMos_cont3 .div_card .card-bottom .div_logo {
  border-radius: 0.8rem;
  border: 1px solid rgba(28, 29, 34, 0.12);
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
}
.startMos_cont3 .div_card .card-bottom .div_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startMos_cont3_button {
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .startMos_cont3_button {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .startMos_cont3_button {
    margin-top: 2rem;
    width: 100%;
  }
}

.partners {
  position: relative;
  padding: 6rem 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .partners {
    padding: 4rem 0;
  }
}
@media (max-width: 991px) {
  .partners__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .partners__title {
    margin-bottom: 2rem;
  }
}
.partners .draggable {
  padding-top: 1rem;
}
.partners .div-slick_arrows {
  top: 11%;
  right: 0;
  display: flex;
  gap: 2rem;
  position: absolute;
}
@media (max-width: 991px) {
  .partners .div-slick_arrows {
    display: none;
  }
}
.partners .div-slick_arrows .slick-disabled {
  display: block !important;
  opacity: 0.3;
}
.partners .div-slick_arrows .slick-arrow {
  border-radius: 100%;
  height: 4.8rem;
  width: 4.8rem;
  background: white;
  padding: 1.2rem;
  position: relative;
  top: unset;
  margin-top: 0;
  box-shadow: 0 0 8px 0 rgba(68, 83, 113, 0.04), 0 2px 12px 0 rgba(68, 83, 113, 0.08);
}
.partners .review-slider {
  margin: 0 !important;
}
.partners .review-slider .slick-list {
  margin: 0 -1rem;
}
.partners .review-slider .slick-slide {
  margin: 0 1rem;
}
.partners .review-slider .slick-dots {
  margin-top: 0;
  gap: 0;
}
.partners .review-slider .slick-dots button {
  height: 0.6rem;
  width: 2.4rem;
  background: rgba(28, 29, 34, 0.12);
  border-radius: 0.9rem;
}
.partners .review-slider .slick-dots .slick-active button {
  height: 0.6rem;
  width: 2.4rem;
  background: var(--Accent-Theme-Background-Main);
}
.partners .slide_navigation {
  display: none;
}
.partners__card {
  padding: 1.2rem;
  display: flex !important;
  flex-direction: column;
  border-radius: 2.4rem;
  min-height: 35rem;
  margin-bottom: 4rem;
}
.partners__card .card__img {
  border: 1px solid #E3E3E4;
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__card .card__img img {
  max-height: 10rem;
}
.partners__card .card__title {
  margin-bottom: 1.2rem;
}
.partners__card .card__text {
  color: #77777A;
}
.partners__card .card__button {
  margin-top: auto;
}

.office {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .office {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .office {
    padding-bottom: 3rem;
  }
}
.office__title {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .office__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .office__title {
    margin-bottom: 2rem;
  }
}
.office__content {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .office__content {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.office__img {
  min-width: 71rem;
  height: auto;
}
@media (max-width: 991px) {
  .office__img {
    min-width: 35rem;
    height: 43rem;
  }
}
@media (max-width: 767px) {
  .office__img {
    order: 2;
    width: 100%;
    min-width: auto;
  }
}
.office__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 3.2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .office__img img {
    width: 100%;
  }
}
.office__info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem;
  border: 1px solid #D2D2D3;
  border-radius: 3.2rem;
}
@media (max-width: 991px) {
  .office__info {
    padding: 2.4rem;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .office__info {
    order: 1;
    padding: 2rem;
    gap: 2rem;
  }
}
.office__info .info__texts__title {
  margin-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .office__info .info__texts__title {
    margin-bottom: 1.2rem;
  }
}
.office__info .info__time__text {
  margin-bottom: 0.8rem;
  color: #77777A;
}
.office__info .info__time__number {
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .office__info .info__time__number {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .office__info .info__time__week {
    font-size: 1.6rem;
  }
}
.office__info .info__location {
  display: flex;
  gap: 0.8rem;
}

.events {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .events {
    padding: 4rem 0;
  }
}
.events__title {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .events__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .events__title {
    margin-bottom: 2rem;
  }
}
.events__cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .events__cards {
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .events__cards {
    flex-direction: column;
  }
}
.events__card {
  padding: 2.4rem 3.2rem;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc((100% - 4rem) / 3);
  max-width: calc((100% - 4rem) / 3);
}
.events__card .card__month {
  display: flex;
  gap: 3.6rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .events__card .card__month {
    margin-bottom: 2rem;
  }
}
.events__card .card__month .card__date {
  display: flex;
  flex-direction: column;
}
.events__card .card__month .card__date__text {
  color: #D2D2D3;
}
.events__card .card__month .card__date:last-child .card__month__title:before {
  content: "";
  position: absolute;
  left: -1.8rem;
  top: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 0.2rem;
  background-color: #000;
}
.events__card .card__month__title {
  position: relative;
  margin-bottom: 0.4rem;
}
.events__card .card__line {
  width: 1.2rem;
  height: 0.2rem;
  background-color: #000;
}
.events__card .card__day {
  display: flex;
  gap: 6rem;
}
.events__card .card__flex {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.8rem;
}
.events__card .card__flex__text {
  color: #D2D2D3;
}
.events__card .card__text {
  margin-bottom: 2rem;
  max-width: 33rem;
}
@media (max-width: 767px) {
  .events__card .card__text {
    font-size: 1.6rem;
  }
}
.events__card .card__bottom {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: auto;
}
.events__card .card__bottom__texts {
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
.events__card .card__bottom__texts .conditions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.events__card .card__bottom__texts .conditions .elConditions {
  margin-bottom: 0;
  color: #00AEA4;
  font-size: 1.4rem;
  line-height: 2rem;
}
.events__card .card__bottom__texts .conditions .elConditions.elConditions_tag {
  color: rgba(28, 29, 34, 0.2);
  pointer-events: none;
}
.events__card .card__bottom__texts__text {
  margin-bottom: 0;
  color: #00AEA4;
}
.events__card .card__bottom__texts__text:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events__card .card__bottom__texts__number {
  color: #D2D2D3;
}
.events__card .card__bottom__link {
  border: 0.1rem solid #e2e2e5;
  border-radius: 10rem;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.events__button {
  margin: 0 auto;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .events__button {
    display: block;
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .events__button {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .events__card {
    padding: 2.4rem;
    flex: 1 1 calc((100% - 1.6rem) / 2);
    max-width: calc((100% - 1.6rem) / 2);
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .events__card {
    flex: auto;
    padding: 2rem;
    max-width: 100%;
    border-radius: 1.6rem;
  }
}

.container__background_image {
  margin: 0 auto;
  background-image: url("https://i.moscow/upload/lending/StartinMoscow/804abb.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 50%;
}
@media (max-width: 1440px) {
  .container__background_image {
    max-width: 144rem;
    margin: 0 auto;
    background-image: url("https://i.moscow/upload/lending/StartinMoscow/454af3.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
  }
}

.startMos_cont_workPath {
  padding: 6rem 0;
  max-width: 124rem;
  margin: 0 auto;
}
.startMos_cont_workPath .block_title {
  font-size: 4.8rem;
  line-height: 5.2rem;
  margin-bottom: 5.6rem;
  font-weight: 500;
}
.startMos_cont_workPath .block_title_middle {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.startMos_cont_workPath .workPath__scheme {
  position: relative;
  min-height: 72.8rem;
}
.startMos_cont_workPath .workPath__block {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.startMos_cont_workPath .workPath__block__index {
  position: absolute;
  background-color: rgb(231, 254, 249);
  color: rgb(0, 174, 164);
  aspect-ratio: 1;
  align-items: center;
  border-radius: 50%;
  width: 3.2rem;
  display: flex;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
}
.startMos_cont_workPath .workPath__block__img {
  width: 22.2rem;
  height: 22.2rem;
  background-color: rgb(246, 246, 246);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.startMos_cont_workPath .workPath__block__img > img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.startMos_cont_workPath .workPath__block__description {
  width: 33.4rem;
  text-align: center;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(68, 83, 113, 0.05);
  padding: 1.2rem 2rem;
  border-radius: 1.6rem;
  height: fit-content;
  transform: translateX(-50%);
  left: 50%;
  top: 19.5rem;
  background: white;
  font-weight: 500;
}
.startMos_cont_workPath .workPath__block_1 {
  left: 6rem;
}
.startMos_cont_workPath .workPath__block_2 {
  left: 50%;
  transform: translateX(-50%);
}
.startMos_cont_workPath .workPath__block_3 {
  right: 6rem;
}
.startMos_cont_workPath .workPath__block_4 {
  left: 27rem;
  top: 40rem;
}
.startMos_cont_workPath .workPath__block_5 {
  left: 74rem;
  top: 40rem;
}

.startMos_cont_FAQ {
  padding: 6rem 0;
}
.startMos_cont_FAQ .block_title {
  font-size: 4.8rem;
  line-height: 5.2rem;
  margin-bottom: 4rem;
  font-weight: 500;
}
.startMos_cont_FAQ .block_collapse .div_wrap .div_item:not(.collapsed) .card_icon {
  transform: rotate(0deg);
}

.startMos_cont_feedback {
  padding: 6rem 0;
}
.startMos_cont_feedback .block_feedback_template {
  margin-bottom: 0;
  background: linear-gradient(90deg, #43D5B2 0%, #00C5D1 100%);
}
.startMos_cont_feedback .block_feedback_template .div_flex {
  gap: 2.4rem;
}
.startMos_cont_feedback .block_feedback_template .div_flex .dt1 {
  margin-bottom: 0.8rem;
}
.startMos_cont_feedback .block_feedback_template .btn_colored {
  background: linear-gradient(90deg, #43D5B2 0%, #00C5D1 100%);
  transition: background-color 300ms;
}
.startMos_cont_feedback .block_feedback_template .btn_colored:hover {
  background: linear-gradient(90deg, #00C5D1 0%, #43D5B2 100%);
}
.startMos_cont_feedback .block_feedback_template .form-group:last-child {
  margin-bottom: 0;
  order: 0;
}
.startMos_cont_feedback .bottom_btn {
  margin-bottom: 1.2rem;
}
.startMos_cont_feedback .bottom_btn .btn {
  width: 100%;
}
.startMos_cont_feedback .form-group .form-control::placeholder {
  color: rgba(28, 29, 34, 0.2);
}
.startMos_cont_feedback .politic, .startMos_cont_feedback .politic_ref, .startMos_cont_feedback .politic_text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  order: 2;
}
.startMos_cont_feedback .politic_text {
  color: rgba(28, 29, 34, 0.2);
}
.startMos_cont_feedback .politic_ref {
  color: rgb(0, 197, 209);
}

@media (max-width: 991px) {
  .container__background_image {
    background-image: url("https://i.moscow/upload/lending/StartinMoscow/d58f06.svg");
    background-position-y: 38%;
    max-width: 76.8rem;
  }
  .startMos_cont_feedback {
    padding: 4rem 0;
  }
  .startMos_cont_feedback .shown_on_desktop {
    display: none;
  }
  .startMos_cont_FAQ {
    padding: 4rem 0;
  }
  .startMos_cont_FAQ .block_title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3.2rem;
  }
  .startMos_cont_workPath {
    padding: 4rem 0;
  }
  .startMos_cont_workPath .block_title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 4.8rem;
  }
  .startMos_cont_workPath .workPath__scheme {
    min-height: 92.1rem;
  }
  .startMos_cont_workPath .workPath__block__img {
    width: 19rem;
    height: 19rem;
  }
  .startMos_cont_workPath .workPath__block__img img {
    width: 9.4rem;
    height: 9.4rem;
  }
  .startMos_cont_workPath .workPath__block__description {
    top: 16.5rem;
    max-width: 33rem;
    width: max-content;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .startMos_cont_workPath .workPath__block_1 {
    left: 10rem;
  }
  .startMos_cont_workPath .workPath__block_2 {
    left: unset;
    transform: none;
    right: 10rem;
  }
  .startMos_cont_workPath .workPath__block_3 {
    top: 33rem;
    left: 13rem;
    right: unset;
  }
  .startMos_cont_workPath .workPath__block_4 {
    top: 33rem;
    right: 13rem;
    left: unset;
  }
  .startMos_cont_workPath .workPath__block_5 {
    left: 30rem;
    top: unset;
    bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .container__background_image {
    background-image: url("https://i.moscow/upload/lending/StartinMoscow/98386a.svg");
    background-position-y: 68%;
    max-width: 37.5rem;
  }
  .startMos_cont_feedback .block_feedback_template {
    padding: 2rem;
  }
  .startMos_cont_FAQ .block_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .startMos_cont_workPath .block_title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3.6rem;
  }
  .startMos_cont_workPath .workPath__scheme {
    min-height: 157.7rem;
  }
  .startMos_cont_workPath .workPath__block__description {
    max-width: 32.3rem;
  }
  .startMos_cont_workPath .workPath__block_1 {
    left: 9rem;
  }
  .startMos_cont_workPath .workPath__block_2 {
    top: 29.8rem;
    right: 6rem;
  }
  .startMos_cont_workPath .workPath__block_3 {
    top: 63rem;
    left: 9rem;
  }
  .startMos_cont_workPath .workPath__block_4 {
    top: 99rem;
    right: 10rem;
  }
  .startMos_cont_workPath .workPath__block_5 {
    left: 10rem;
  }
}
