.layout {
  width: 100%;
}

body {
  background-color:rgba(255, 255, 255, 1)!important;
}

.pt-80 {
  padding: 80px 0;
}

.new-title {
  font-family: Squad;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  text-align: left;
  margin-bottom: 32px;
  margin-top: 60px;
}

.new-subtitle {
  font-family: Squad;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;

}

.iframe-content {
  height: 800px;
  margin-top: 80px;
}

@media (max-width: 1071px) {
  .iframe-content {
    height: 900px;
  }
}

@media (max-width: 1023px) {
  .iframe-content {
    margin-top: 40px;
  }
}

* {
  box-sizing: border-box;
}

.footer {
  background-color: #222;
  color: #fff;
}

.footer .layout {
  width: 1280px;
}

.premium-container {
  max-width: 1120px;
  box-sizing: content-box;
}

.features {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}

.features__item {
  min-height: auto;
  box-sizing: border-box;
  background: #ebf2fd;
}

.features__item-title,
.features__item-text {
  padding-right: 104px;
}

.features__item-icon {
  bottom: auto;
  width: 54px;
  height: 54px;
}

.features__item-title {
  margin-bottom: 8px;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

.features__item-text {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.otp-breadcrumbs {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-gap: 24px;
  position: relative;
  bottom: -24px;
}

.otp-breadcrumbs__item,
.otp-breadcrumbs__disable-item {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
  color: #525252;
}

.otp-breadcrumbs__item:hover,
.otp-breadcrumbs__disable-item:hover {
  color: #222;
  text-decoration: none;
}

.otp-breadcrumbs__item::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTAiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iI0FCQUJBQiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 0;
  background-size: contain;
}

.otp-banner {
  display: grid;
  grid-template-columns: 1fr 544px;
  align-items: center;
  min-height: 475px;
  grid-gap: 32px;
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .otp-banner__content {
    margin-top: 40px;
  }
}

.otp-banner__title {
  font-family: Squad;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}

.otp-banner__text {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}

.otp-banner__image {
  width: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.otp-banner__button {
  display: inline-flex;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  padding: 16px 32px;
  background-color: #222;
  color: #fff;
  transition: 0.3s;
  margin-top: 64px;
  border-radius: 32px;
}

.otp-banner__button:hover,
.otp-advantages__button:hover {
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .otp-banner__button:hover {
    opacity: 0.9;
  }
}

.how-order__step-title {
  font-family: Squad;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  max-width: 290px;
}

.otp-advantages {
  background-color: #f6f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.otp-advantages__title {
  font-family: Squad;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
}

.otp-advantages__text {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 64px;
}

.otp-advantages__popular-wrapper {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.otp-advantages__popular {
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: grid;
  grid-gap: 20px;
}

.otp-advantages__popular_span {
  grid-column: span 2;
  grid-gap: 32px;
  grid-template-columns: 326px 1fr 1fr;
}

.otp-advantages__popular-title {
  font-family: Squad;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 8px;
}

.otp-advantages__popular-text {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.otp-advantages__popular-title span {
  color: #9e6fc3;
  display: block;
}

.otp-advantages__item-title {
  font-family: Squad;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
}

.otp-advantages__item {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  min-height: 24px;
}

.otp-advantages__item svg {
  margin-right: 16px;
}

.otp-advantages__item:not(:last-child) {
  margin-bottom: 16px;
}

.otp-advantages__popular-small-title {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 8px;
}

.otp-advantages__button {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  background-color: #222;
  padding: 12px 32px;
  border-radius: 32px;
  display: inline-flex;
  margin-top: 64px;
}

@media (hover: hover) and (pointer: fine) {
  .otp-advantages__button:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #fff;
  }
}

.otp-how-to-work {
  background-color: #f6f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  align-items: center;
}

.otp-how-to-work__title {
  font-family: Squad;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 64px;
}

.otp-how-to-work__wrapper {
  display: grid;
  grid-template-columns: 1fr 448px;
  grid-gap: 32px;
}

.otp-how-to-work__items {
  display: grid;
  grid-gap: 24px;
}

.otp-how-to-work__item {
  position: relative;
  background-color: #fff;
  padding: 24px 24px 24px 78px;
  border-radius: 18px;
}

.otp-how-to-work__item .how-order__step-num {
  top: 24px;
  left: 24px;
}

.info-banner {
  padding: 24px;
  border-radius: 18px;
  background: #ebf2fe;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
}

.info-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  min-height: 54px;
  min-width: 54px;
  border-radius: 12px;
  background: #fff;
  margin-right: 32px;
}

.info-banner__text {
  margin: 0;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.info-banner__text small {
  display: block;
  margin-top: 10px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.info-banner__icon--img img {
  width: 80px;
  height: 80px;
  margin-right: 32px;
}

.link,
.link:hover {
  color: #68b200;
}

.otp-how-to-work__item-title {
  font-family: Squad;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 8px;
}

.otp-how-to-work__item-text {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.otp-how-to-work__image {
  width: 448px;
  height: auto;
  object-fit: contain;
}

.info-tariff__condition {
  grid-template-columns: 352px 1fr;
}

.info-tariff__condition-text a,
.premium-good-to-know__answer a {
  color: #68b200;
}

.info-tariff__condition-text a:hover,
.premium-good-to-know__answer a:hover {
  color: #68b200;
}

.info-tariff__condition-text {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.info-tariff__condition-title {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.info-tariff__list {
  margin-bottom: 24px;
}

.info-tariff__list-title {
  background-color: #f6f7fa;
  border-radius: 8px;
}

.not-border {
  border: none !important;
}

.info-tariff__document-link {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 20px;
}

.info-tariff__document-link::before {
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:application/pdf;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAxCAYAAAC78KvKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAL9SURBVHgB7ZdbTttAFIb/MX5BvMAOzApKxOUZuoCWrqChGyipVCGgUkNFglAlSLuAkq6AdgOFvpakCTvIDshL1IfEnv4ztlM7zsVOTKlUf1Liuc9vzzkzZ4CMjIz/HeEnXv/AiiGwiCmZN9Es5tBGQkSxAavr4IppC7PRciQKJ2v4kqSTOPzJySU2JQcQEi0kRWAzlDeQL+XwGTERh3VOTzoGlipTfEK/PxwccfK3KikNFMs55mNg+IlpJg9SWkdRiyDCQfGg4YqJLSANphGRqgBfhJTYiSsidQGK8hqqNOhnTLaVCNrJBf6mAMUx3VHa2FIi+Msf1HG524juM/cmQFHeQLNnIKddHNheQHQ5TMyOesNFtdZ2D98jtT3agqmNs8pfniWFdAW4/n+u1to0RrbxiSzBzAJo9ZWDGtqc+6nEmLNkcMdMS4BCWT0f1XFt+jvmAPdqhHF4cAGpLEEs3C26/WAC9DkxhFgCGLTgV89NM/IBI5/UiCWA5rssvIiJ6eZ+HXcnqwgKtCjQmhSWBcM+tm2xbSuWgJ6Db3OGK4DpFh8f92s4Z/ilUSEdNyEV2il3qzK4KQTji2FhH/OqfimuF1j6X7qDsNMZn9uRepf8AtsFD56u1Kehpc4EjnGtf17ckMgIS2t4/OaG5z1DL8PASxaFAlAePMtzfFMexSvzNnZZVPSEb6qHbWDrNBeOOxPvA6aJSnDQIGpwngk6GKHA58PqB8sSCdiraSNc8rJDjY3udu0lLcQgkQB6wo4ySC97iRRIZANzAp+gPoJAoyPwCgnZu3GXzXfBkAD6Nhwn3OF0PTLGBQ3s9ngVHzACz+UU0W3X0F7Ud0FfwJ2XKfATN4MduHFcvd/4ky+t4gUm0LVp+e6NM3pFk559SHzti6I/vqMlnGnfHrAI24badJuIiX/NU2m6ZORmRDfeGiwzAxHNk1BEI9Di2zdD+ifhTt7mJXVnmMsNQ9vApIiGvn0kMebqxnoh8IgXktsO94nINW/EUZyRkZHxT/AbNN4SfWnKmJcAAAAASUVORK5CYII=");
}

.premium-good-to-know__question {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}

.premium-good-to-know__answer,
.premium-good-to-know__answer * {
  font-family: Source Sans Pro;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.premium-good-to-know__answer ul {
  margin-bottom: 16px;
}

.deposit-options {
  padding: 80px 0;
}

.deposit-options__title {
  font-family: Squad;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 8px;
}

.deposit-options__text {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}

.deposit-options__wrapper {
  display: flex;
  gap: 32px;
}

.deposit-options__item {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  position: relative;
  height: 250px;
  align-items: flex-start;
  width: 50%;
  box-sizing: border-box;
}

.deposit-options__item--title {
  font-family: Squad;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}
.deposit-options__item--text {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 380px;
}

.deposit-options__item--btn {
  margin-top: auto;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 32px;
  border: 1px solid #222;
  border-radius: 32px;
}

.deposit-options__item--btn:hover {
  text-decoration: none;
  color: #222;
}

.deposit-options__item--img {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 130px;
  height: 130px;
}

.mir-tariffs__cell {
  font-family: "Source Sans Pro";
}

.premium-container--padding {
  padding-top: 80px;
}

.mir-tariffs__small {
  display: block;
  margin-top: 32px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.services-mobile-app {
  margin: 80px 0;
}

.services-button {
  box-sizing: border-box;
}

.how-order__step-text {
  max-width: 280px;
}

.schema-block {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}

.schema-block__content {
  display: flex;
  gap: 24px;
}

.schema-block__text ul {
  margin-left: 0;
  padding-left: 16px;
}

.schema-block__text ul li {
  list-style: disc;
  margin-bottom: 8px;

  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.schema-block__img .desktop {
  display: block;
}

.schema-block__img .mobile {
  display: none;
}

.schema-block__img img {
  width: 100%;
  height: auto;
}

.mir-tariffs__row.blue {
  background: #f6f7fa;
}

.mir-tariffs__row.blue .mir-tariffs__cell:first-child {
  border-bottom: none;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.mir-tariffs__row.blue .mir-tariffs__cell:last-child {
  border-bottom: none;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}

.calculator-result {
  background-color: #ebf2fd;
}

.how-order {
  padding: 80px 0;
  background: #f6f7fa;
}

.how-order__steps {
  display: flex;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.how-order__steps::-webkit-scrollbar {
  display: none;
}

.how-order__step {
  background: white;
  padding: 32px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-width: 354px;
}

.how-order__step-icon {
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-bottom: 70px;
}

@media (max-width: 1023px) {
  .how-order__step-title br,
  .otp-breadcrumbs {
    display: none;
  }

  .otp-banner {
    grid-template-columns: 1fr 348px;
    grid-gap: 24px;
    min-height: 280px;
    margin-bottom: 40px;
  }

  .otp-banner__title {
    font-family: Squad;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    margin-bottom: 16px;
  }

  .otp-banner__button {
    margin-top: 32px;
  }

  .otp-banner picture {
    height: 100%;
  }

  .otp-banner__image {
    height: 100%;
    object-fit: cover;
  }

  .features {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }

  .features__item {
    min-height: fit-content;
    padding: 24px;
  }

  .features__item-icon {
    top: 50%;
    transform: translateY(-50%);
  }

  .otp-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .otp-advantages__title {
    font-family: Squad;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
  }

  .otp-advantages__text {
    margin-bottom: 24px;
  }

  .otp-advantages__popular_span {
    grid-template-columns: 1fr 1fr;
  }

  .otp-advantages__popular-title {
    display: flex;
    align-items: baseline;
  }

  .otp-advantages__popular-title span {
    margin-right: 8px;
  }

  .otp-advantages__popular-text br {
    display: none;
  }

  .otp-advantages__group:first-child {
    grid-column: span 2;
  }

  .otp-advantages__popular-wrapper {
    grid-gap: 24px;
  }

  .otp-advantages__button {
    margin-top: 24px;
  }

  .how-order {
    margin-bottom: 48px;
  }

  .how-order__title {
    font-family: Squad;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    margin-bottom: 32px;
  }

  .how-order__steps {
    grid-gap: 24px;
  }

  .otp-how-to-work {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .otp-how-to-work__title {
    font-family: Squad;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    margin-bottom: 32px;
  }

  .otp-how-to-work__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }

  .otp-how-to-work__image {
    display: none;
  }

  .info-tariff__title {
    font-family: Squad;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    margin-bottom: 32px;
  }

  .info-tariff__condition {
    grid-template-columns: 255px 1fr;
    grid-gap: 24px;
  }

  .info-tariff__documents {
    grid-template-columns: 255px 1fr;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .new-title {
    font-family: Squad;
    font-size: 32px;
    line-height: 40px;

    margin-bottom: 16px;
    margin-top: 24px;
  }
  
  .new-subtitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
  }

  .pt-80 {
    padding: 40px 0;
  }

  .how-order__steps {
    flex-direction: column;
  }
  .schema-block__content {
    flex-direction: column;
  }

  .mir-tariffs__row.blue .mir-tariffs__cell:first-child {
    border-radius: 0;
  }

  .mir-tariffs__row.blue .mir-tariffs__cell:last-child {
    border-radius: 0;
  }

  .mir-tariffs__row.blue {
    background: #f6f7fa;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-mobile-app {
    margin: 40px 0;
  }
  .premium-container--padding {
    padding-top: 40px;
  }

  .info-banner__icon--img img {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .deposit-options,
  .schema-block {
    padding: 40px 0;
  }

  .deposit-options__wrapper {
    flex-direction: column;
  }

  .deposit-options__item {
    width: auto;
  }

  .deposit-options__item--img {
    display: none;
  }

  .how-order__step-icon {
    margin-bottom: 24px;
  }
  .info-banner {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 40px;
  }
  .info-banner__icon {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .otp-banner {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    grid-gap: 0;
  }

  .otp-banner picture {
    order: -1;
  }

  .otp-banner__image {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 24px;
    border-radius: 0;
  }

  .otp-banner__button {
    margin-top: 24px;
    display: block;
    text-align: center;
  }

  .features__item-icon {
    left: auto;
    right: 24px;
    top: 24px;
    transform: none;
  }

  .features__item-title,
  .features__item-text {
    padding-right: 78px;
  }

  .otp-advantages__text {
    margin-bottom: 32px;
  }

  .otp-advantages__popular-wrapper {
    grid-template-columns: 1fr;
  }

  .otp-advantages__popular-title {
    display: block;
  }

  .otp-advantages__popular_span {
    grid-template-columns: 1fr;
    grid-column: auto;
    grid-gap: 24px;
  }

  .otp-advantages__group:first-child {
    grid-column: auto;
  }

  .otp-advantages__popular-title {
    font-family: Squad;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
  }

  .how-order__step {
    grid-gap: 8px;
  }

  .how-order__steps {
    grid-gap: 32px;
  }

  .otp-how-to-work__item {
    padding: 78px 24px 24px 24px;
  }

  .info-tariff__title {
    margin-bottom: 16px;
  }

  .info-tariff__condition {
    grid-template-columns: 1fr;
  }

  .info-tariff__list-title div:first-child {
    display: none;
  }

  .info-tariff__list-title .info-tariff__condition-title {
    padding-left: 16px;
  }

  .info-tariff__more {
    margin-top: 0;
  }

  .info-tariff__documents {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .otp-advantages__button {
    display: block;
    text-align: center;
  }

  .schema-block__img .desktop {
    display: none;
  }

  .schema-block__img .mobile {
    display: block;
  }
}
