.breadcrumbs__wrapper {
  margin-bottom: 1.75rem;
}
.breadcrumbs__list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__link {
  display: block;
  padding-right: 0.5rem;
  font-size: 0.5rem;
  font-weight: 400;
  color: #868889;
  text-decoration: none;
}
.breadcrumbs__item:after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  width: 0.0625rem;
  height: 100%;
  transform: translateY(-30%);
  background-color: #868889;
}
.breadcrumbs__item:last-child:after {
  content: none;
}
@media (min-width: 960px) {
  .breadcrumbs__wrapper {
    margin-bottom: 2.625rem;
  }
  .breadcrumbs__list {
    gap: 0.75rem;
  }
  .breadcrumbs__link {
    padding-right: 0.75rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1190px) {
  .breadcrumbs__wrapper {
    margin-bottom: 3.0625rem;
  }
  .breadcrumbs__list {
    gap: 0.75rem;
  }
  .breadcrumbs__link {
    padding-right: 0.75rem;
    font-size: 0.875rem;
  }
}
.container {
  max-width: 22.5rem !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem !important;
}
@media (min-width: 960px) {
  .container {
    max-width: 60rem !important;
    padding: 0 1.25rem !important;
  }
}
@media (min-width: 1190px) {
  .container {
    max-width: 74.375rem !important;
    padding: 0 0.625rem !important;
  }
}

.advantages__wrapper {
  margin-bottom: 3.77375rem;
}
.advantages__title {
  margin: 0;
  margin-bottom: 3.89375rem;
}
.advantages__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8125rem;
}
.advantages-item {
  padding: 0 2.1875rem;
  padding-bottom: 2rem;
  padding-top: 2.5625rem;
  border-radius: 1.07875rem;
  box-shadow: 0 0 0.359375rem 0 rgba(0, 0, 0, 0.25);
}
.advantages-item--large {
  position: relative;
  padding-bottom: 18.75rem;
  background-color: #f5f6f7;
}
.advantages-item--large:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 16.3125rem;
  border-radius: 1.07875rem;
  background-image: linear-gradient(to bottom, #f5f6f7 11%, rgba(245, 246, 247, 0) 47%), url('../image/advantages/mobile/advantages-item-1-background.png');
  background-size: 100% 10.3125rem, cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.advantages-item__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.advantages-item__text {
  margin: 0;
  font-size: 0.825rem;
  font-weight: 500;
  line-height: 130%;
  color: #434B53;
}
.advantages-item__text--regular {
  font-weight: 400;
}
.advantages-item__start-button {
  margin-top: 2.1875rem;
  font-family: 'Gilroy';
  font-size: 0.82375rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.539375rem;
  border-color: transparent;
  background-color: var(--green-color);
  box-shadow: 0 0.03375rem 0.03375rem 0 rgba(0, 0, 0, 0.54);
}
.button {
  display: block;
  cursor: pointer;
}
.dx-button-text {
  display: inline;
}
.dx-button-mode-contained.dx-state-focused:not(.instruction__download-button) {
  background-color: var(--green-color);
}
.advantages__item .dx-button-has-text .dx-button-content {
  padding: 0.3125rem;
}
.advantages-item__start-button:hover {
  border-color: transparent;
  border-radius: 0.539375rem;
  background-color: var(--green-color);
}
.advantages-item__image {
  display: block;
  width: 100%;
  height: 15.36875rem;
  margin-top: 1.125rem;
  object-fit: none;
  border-radius: 1.1125rem;
  box-shadow: 0 0 0.36875rem 0 rgba(0, 0, 0, 0.25);
}
.advantages-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 2.1875rem;
  justify-content: space-around;
  list-style: none;
}
.advantages-list__item {
  max-width: 48%;
  position: relative;
  padding-top: 4.6875rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  line-height: 1.5;
  color: #434B53;
  text-align: center;
}
.advantages-list__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.4375rem;
  height: 3.4375rem;
  transform: translateX(-50%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.advantages-list__item:nth-child(1):before {
  background-image: url('../image/advantages/mobile/twenty-four-to-seven.png');
}
.advantages-list__item:nth-child(2):before {
  background-image: url('../image/advantages/mobile/software.png');
}
.advantages-list__item:nth-child(3):before {
  background-image: url('../image/advantages/mobile/responsibility.png');
}
.advantages-list__item:nth-child(4):before {
  background-image: url('../image/advantages/mobile/integration.png');
}
.advantages-list__item:nth-child(5):before {
  background-image: url('../image/advantages/mobile/license.png');
}
@media (min-width: 960px) {
  .advantages__wrapper {
    margin-bottom: 5rem;
  }
  .advantages__title {
    margin-bottom: 5.0625rem;
  }
  .advantages__items-wrapper {
    gap: 4.84875rem;
  }
  .advantages-item {
    max-width: 27.75rem;
  }
  .advantages-item--large {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 3.625rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 1.4725rem;
    box-shadow: 0 0 0.490625rem 0 rgba(0, 0, 0, 0.25);
  }
  .advantages-item--large:after {
    width: 31.75rem;
    height: 100%;
    left: 0;
    right: auto;
    background-size: cover, cover;
    background-position: top center;
    background-image: linear-gradient(265deg,rgba(245, 246, 247, 1) 4%, rgba(245, 246, 247, 0.8) 27%, rgba(245, 246, 247, 0) 100%),
                      url('../image/advantages/tablet/advantages-item-1-background.png');
  }
  .advantages-item--large .advantages-item__text-wrap,
  .advantages-item__start-button {
    position: relative;
    max-width: 22.5rem;
    width: 100%;
    z-index: 2; 
  }
  .advantages__items-wrapper--with-picture {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .advantages-item__text {
    font-size: 1.125rem;
  }
  .advantages__item .dx-button-has-text .dx-button-content {
    padding: 0.49rem;
  }
  .advantages-item__text--regular {
    font-size: 1rem;
  }
  .advantages-item__start-button {
    margin-top: 2.390625rem;
    font-size: 1.125rem;
    border-radius: 0.73625rem;
    box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  }
  .advantages-item__start-button:hover {
    border-radius: 0.73625rem;
    background-color: var(--dark-green-color);
  }
  .advantages-item__image {
    width: 27.9375rem;
    height: 20.1875rem;
    margin-top: 0;
    border-radius: 1.46625rem;
    box-shadow: 0 0 0.48875rem 0 rgba(0, 0, 0, 0.25);
  }
  .advantages-list {
    width: 100%;
    justify-content: space-between;
  }
  .advantages-list__item {
    max-width: 10.0625rem;
    line-height: 1.2;
  }
  .advantages-list__item:nth-child(1):before {
    background-image: url('../image/advantages/tablet/twenty-four-to-seven.png');
  }
  .advantages-list__item:nth-child(2):before {
    background-image: url('../image/advantages/tablet/software.png');
  }
  .advantages-list__item:nth-child(3):before {
    background-image: url('../image/advantages/tablet/responsibility.png');
  }
  .advantages-list__item:nth-child(4):before {
    background-image: url('../image/advantages/tablet/integration.png');
  }
  .advantages-list__item:nth-child(5):before {
    background-image: url('../image/advantages/tablet/license.png');
  }
}
@media (min-width: 1190px) {
  .advantages__wrapper {
    margin-bottom: 6.25rem;
  }
  .advantages__title {
    margin-bottom: 6.125rem;
  }
  .advantages__items-wrapper {
    gap: 6.25rem;
  }
  .advantages-item {
    max-width: 35.5625rem;
    padding: 0 4.125rem;
    padding-top: 4.4rem;
    padding-bottom: 3.375rem;
  }
  .advantages-item--large {
    max-width: 100%;
    padding: 4.375rem 4.6875rem;
  }
  .advantages-item--large::after {
    width: 40.1875rem;
    background-image: linear-gradient(270deg,rgba(245, 246, 247, 1) 1%, rgba(245, 246, 247, 0.8) 27%, rgba(245, 246, 247, 0) 100%),
                      url('../image/advantages/desktop/advantages-item-1-background.png');
  }
  .advantages-item__text-wrap {
    gap: 1.875rem;
  }
  .advantages-item--large .advantages-item__text-wrap, .advantages-item__start-button {
    max-width: 28.625rem;
  }
  .advantages-item--large .advantages-item__text-wrap {
    gap: 2.3rem;
  }
  .advantages-item__text {
    font-size: 1.5rem;
  }
  .advantages-item__text--regular {
    font-size: 1.25rem;
  }
  .advantages-item__start-button {
    margin-top: 3.125rem;
    font-size: 1.375rem;
    border-radius: 0.9375rem;
    box-shadow: 0 0.05875rem 0.05875rem 0 rgba(0, 0, 0, 0.50);
  }
  .advantages-item__start-button:hover {
    border-radius: 0.9375rem;
  }
  .advantages__item .dx-button-has-text .dx-button-content {
    padding: 0.63rem;
  }
  .advantages-item__image {
    max-width: 35.75rem;
    width: 100%;
    height: 25.875rem;
    border-radius: 1.875rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
  }
  .advantages-list__item {
    max-width: 12.8125rem;
    padding-top: 6rem;
    font-size: 1.125rem;
  }
  .advantages-list__item:before {
    width: 4.375rem;
    height: 4.375rem;
  }
  .advantages-list__item:nth-child(1):before {
    background-image: url('../image/advantages/desktop/twenty-four-to-seven.png');
  }
  .advantages-list__item:nth-child(2):before {
    background-image: url('../image/advantages/desktop/software.png');
  }
  .advantages-list__item:nth-child(3):before {
    background-image: url('../image/advantages/desktop/responsibility.png');
  }
  .advantages-list__item:nth-child(4):before {
    background-image: url('../image/advantages/desktop/integration.png');
  }
  .advantages-list__item:nth-child(5):before {
    background-image: url('../image/advantages/desktop/license.png');
  }
}
.section-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #009763;
}
@media (min-width: 960px) {
  .section-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media (min-width: 1190px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.features__title {
  margin-bottom: 3.75rem;
  letter-spacing: -0.04875rem;
}
.features__item-wrapper {
  margin-bottom: 3.8125rem;
}
.features-item {
  margin-bottom: 1.25rem;
  padding: 0 1.625rem;
  padding-top: 1.736875rem;
  padding-bottom: 1.75rem;
  box-shadow: 0 0 0.558125rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.115625rem;
}
.features-item__title {
  margin: 0;
  margin-bottom: 1.840625rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--green-color);
}
.features-item__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0.6875rem;
  list-style: none;
}
.features-item__list-item {
  position: relative;
  padding-left: 2.113125rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.89375rem;
}
.features-item__list-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.966875rem;
  height: 0.966875rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../image/features/mobile/checkbox.png');
}
@media (min-width: 960px) {
  .features__wrapper {
    margin-bottom: 5rem;
  }
  .features__title {
    margin-bottom: 4.8rem;
  }
  .features__item-wrapper {
    display: flex;
    margin-bottom: 5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .features-item {
    max-width: 48%;
    margin: 0;
    padding: 2.1875rem;
    padding-top: 2.2rem;
    padding-bottom: 1.6rem;
    border-radius: 1.4675rem;
    box-shadow: 0 0 0.73375rem 0 rgba(0, 0, 0, 0.25);
  }
  .features-item--order-two {
    order: 2;
  }
  .features-item__title {
    margin-bottom: 2.45rem;
    font-size: 1.375rem;
  }
  .features-item__list {
    gap: 1rem;
  }
  .features-item__list-item {
    padding-left: 2.739375rem;
    font-size: 0.875rem;
    line-height: 1.175rem;
  }
  .features-item__list-item:before {
    width: 1.271875rem;
    height: 1.271875rem;
    background-image: url('../image/features/tablet/checkbox.png');
  }
  .features-item__image {
    display: block;
    width: 27.884375rem;
    height: 33.705625rem;
    object-fit: none;
    border-radius: 1.4675rem;
    box-shadow: 0 0 0.48875rem 0 rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1190px) {
  .features__title {
    margin-bottom: 6.25rem;
  }
  .features__item-wrapper {
    margin-bottom: 6.25rem;
  }
  .features-item {
    max-width: 35.625rem;
    padding: 0 2.75rem;
    padding-top: 2.8125rem;
    padding-bottom: 2.5rem;
    border-radius: 1.875rem;
    box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  }
  .features-item__title {
    margin-bottom: 3.125rem;
    font-size: 1.75rem;
  }
  .features-item__list {
    gap: 1.375rem;
  }
  .features-item__list-item {
    padding-left: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .features-item__list-item:before {
    width: 1.625rem;
    height: 1.625rem;
    background-image: url('../image/features/desktop/checkbox.png');
  }
  .features-item__image {
    max-width: 35.625rem;
    width: 100%;
    height: auto;
    border-radius: 1.875rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  }
}

.instruction {
  overflow: hidden;
}
.instruction__wrapper {
  position: relative;
}
.instruction__wrapper:after {
  content: '';
  position: absolute;
  top: 7.5rem;
  right: -2.375rem;
  width: 13.129375rem;
  height: 70.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../image/instruction/mobile/instruction-background-arrow.png');
}
.instruction__steps-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.279375rem;
}
.instruction__steps-item {
  max-width: 14.44875rem;
  min-height: 10.595625rem;
  padding: 0 0.9375rem;
  padding-top: 1.20375rem;
  padding-bottom: 1.444375rem;
  border-radius: 0.7225rem;
  box-shadow: 0 0 0.481875rem 0 rgba(0, 0, 0, 0.25);
}
.instruction__steps-title {
  margin: 0;
  margin-bottom: 3.75rem;
}
.instruction__steps-text {
  position: relative;
  margin: 0;
  padding-top: 4.62375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}
.instruction__steps-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.37125rem;
  height: 3.37125rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.instruction__steps-wrapper--connect {
  margin-bottom: 3.904375rem;
}
.instruction__steps-wrapper--connect .instruction__steps-item:nth-of-type(2) {
  margin-left: 2.4375rem;
}
.instruction__steps-wrapper--connect .instruction__steps-item:nth-of-type(1) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/step-1-image.svg');
}
.instruction__steps-wrapper--connect .instruction__steps-item:nth-of-type(2) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/step-2-image.svg');
}
.instruction__steps-wrapper--connect .instruction__steps-item:nth-of-type(3) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/step-3-image.svg');
}
.instruction__steps-wrapper--new {
  margin-bottom: 4.98625rem;
}
.instruction__steps-wrapper--new .instruction__steps-item-wrapper {
  gap: 1.279375rem;
}
.instruction__steps-wrapper--new .instruction__steps-item {
  min-height: 10.45125rem;
  background-color: #F5F6F7;
}
.instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(1),
.instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(3) {
  margin-left: 2.4375rem;
}
.instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(1) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/new-step-1-image.svg');
}
.instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(2) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/new-step-2-image.svg');
}
.instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(3) .instruction__steps-text:before {
  background-image: url('../image/instruction/mobile/new-step-3-image.svg');
}
.instruction__item {
  margin-bottom: 5.0625rem;
  padding: 2.5rem 0;
  padding-left: 2.3125rem;
  padding-right: 2.0625rem;
  border-radius: 0.736875rem;
  box-shadow: 0 0 0.49125rem 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.instruction__item-title {
  position: relative;
  margin: 0;
  margin-bottom: 1.375rem;
  padding-left: 3.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--green-color);
}
.instruction__item-title:before,
.instruction__download-text:before {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../image/instruction/mobile/instruction-picture.png');
}
.instruction__item-text {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #434B53;
}
.instruction__download-item {
  margin-bottom: 5.0625rem;
  padding: 2.5rem;
  padding-left: 2.3125rem;
  padding-right: 2rem;
  border-radius: 1.465625rem;
  box-shadow: 0 0 0.48875rem 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(90deg,rgba(0, 88, 58, 1) 0%, rgba(0, 151, 99, 1) 100%);
}
.instruction__download-text {
  position: relative;
  margin: 0;
  margin-bottom: 1.4375rem;
  padding-left: 3.4375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
.instruction__download-text:before {
  top: 50%;
  transform: translateY(-60%);
  background-image: url('../image/instruction/mobile/download-picture.png');
}
.instruction__download-button {
  width: 100%;
  font-family: 'Gilroy';
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #2E363E;
  border: none;
  border-radius: 0.48875rem;
  box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  background-color: #F3F4F6;
}
.instruction__download-button .dx-button-text {
  color: #2E363E;
}
.instruction__download-button:hover {
  background-color: #F3F4F6;
}
.instruction__download-item .dx-button-has-text .dx-button-content {
  padding: 0.625rem;
}
.instruction__arrow-text {
  position: absolute;
  max-width: 15.0625rem;
  top: 58%;
  right: -4.6875rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  color: #868889;
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .instruction__steps-item-wrapper,
  .instruction__steps-wrapper--new .instruction__steps-item-wrapper {
    flex-direction: row;
    gap: 2.67625rem;
  }
  .instruction__steps-wrapper--connect .instruction__steps-item:nth-of-type(2),
  .instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(1),
  .instruction__steps-wrapper--new .instruction__steps-item:nth-of-type(3) {
    margin-left: 0;
  }
  .instruction__wrapper:after {
    top: 13.2rem;
    right: 1.625rem;
    width: 51rem;
    height: 17rem;
    background-size: cover;
    background-image: url('../image/instruction/desktop/instruction-background-arrow.png');
  }
  .instruction__item,
  .instruction__download-item {
    display: flex;
    padding: 0 3.6875rem;
    padding-top: 1.9375rem;
    padding-left: 3.125rem;
    padding-bottom: 2.3125rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .instruction__item-title {
    margin: 0;
    padding-left: 0;
    padding-right: 5.806875rem;
    max-width: 30%;
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }
  .instruction__item-title:before {
    top: -0.625rem;
    left: auto;
    right: 0;
    width: 5rem;
    height: 5rem;
    background-image: url('../image/instruction/tablet/instruction-picture.png');
  }
  .instruction__item-text {
    max-width: 67%;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: -0.01rem;
  }
  .instruction__download-item {
    padding: 2.875rem 0;
    padding-left: 4.8125rem;
    padding-right: 4.6875rem;
  }
  .instruction__download-text {
    max-width: 55%;
    margin: 0;
    padding-left: 5.111875rem;
    font-size: 1rem;
  }
  .instruction__download-text:before {
    width: 3.75rem;
    height: 3.75rem;
    transform: translateY(-50%);
    background-image: url('..//image/instruction/tablet/download-picture.png');
  }
  .instruction__download-button {
    max-width: 18.125rem;
    font-size: 1rem;
    box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  }
  .instruction__download-button:hover {
    background-color: #D9D9D9;
  }
  .instruction__download-item .dx-button-has-text .dx-button-content {
    padding: 0.76rem;
  }
  .instruction__arrow-text {
    top: 31.5%;
    right: 1.9375rem;
    transform: rotate(0);
  }
}
@media (min-width: 1190px) {
  .instruction__wrapper:after {
    top: 13rem;
    right: 0;
    width: 66.625rem;
    height: 29.125rem;
    background-image: url('../image/instruction/desktop/instruction-background-arrow.png');
  }
  .instruction__steps-wrapper--connect {
    margin-bottom: 4.25rem;
  }
  .instruction__steps-wrapper--new {
    margin-bottom: 6.25rem;
  }
  .instruction__steps-item-wrapper,
  .instruction__steps-wrapper--new .instruction__steps-item-wrapper {
    gap: 3.875rem;
  }
  .instruction__steps-item,
  .instruction__steps-wrapper--new .instruction__steps-item {
    max-width: 18.75rem;
    min-height: 13.75rem;
    width: 100%;
    padding: 1.25rem;
    padding-top: 1.875rem;
  }
  .instruction__steps-title {
    margin-bottom: 4.25rem;
  }
  .instruction__steps-text {
    padding-top: 6rem;
    font-size: 1.125rem;
  }
  .instruction__steps-text:before {
    width: 4.375rem;
    height: 4.375rem;
  }
  .instruction__item {
    margin-bottom: 6.5625rem;
    padding: 3.1rem 4.375rem;
  }
  .instruction__item-title {
    max-width: 28%;
    padding-right: 7.3125rem;
    font-size: 1.25rem;
  }
  .instruction__item-title:before {
    width: 6.25rem;
    height: 6.25rem;
    background-image: url('../image/instruction/desktop/instruction-picture.png');
  }
  .instruction__item-text {
    max-width: 69%;
    font-size: 1.25rem;
  }
  .instruction__download-item {
    margin-bottom: 6.25rem;
    padding: 3.75rem 0;
    padding-left: 5.5rem;
    padding-right: 6.5625rem;
  }
  .instruction__download-text,
  .instruction__download-button {
    font-size: 1.25rem;
  }
  .instruction__download-text {
    padding-left: 6.875rem;
  }
  .instruction__download-text:before {
    width: 4.375rem;
    height: 4.375rem;
    background-image: url('../image/instruction/desktop/download-picture.png');
  }
  .instruction__download-button {
    max-width: 23.125rem;
    box-shadow: 0 0.05875rem 0.05875rem 0 rgba(0, 0, 0, 0.50);
  }
  .instruction__download-item .dx-button-has-text .dx-button-content {
    padding: 1rem;
  }
  .instruction__arrow-text {
    max-width: 19.5625rem;
    top: 31%;
    right: 0.4375rem;
    font-size: 1.125rem;
  }
}

.form__wrapper {
  padding-bottom: 5.0425rem;
}
.form__title {
  margin: 0;
  margin-bottom: 0.625rem;
}
.form__subtitle {
  margin: 0;
  margin-bottom: 5.0625rem;
  font-size: 0.75rem;
  text-align: center;
}
.form__item-wrapper {
  max-width: 18.125rem;
  margin: 0 auto;
}
.form__item-wrapper .dx-box-flex .dx-box .dx-widget .dx-collection {
  gap: 0.1875rem;
}
.form-item {
  margin-bottom: 2.5425rem;
}
.form-item__fields-wrapper {
  display: flex;
  margin-bottom: 0.8125rem;
  flex-direction: column;
  gap: 0.75rem;
}
.form-item__submit-button {
  width: 100%;
  font-family: 'Gilroy';
}
.form-item .dx-texteditor-input {
  padding: 0.75rem;
  font-family: 'Gilroy';
  font-size: 0.875rem;
  font-weight: 400;
  color: #666666;
  border-radius: 0.245625rem;
  background-color: #F5F5F5;
}
.form-item .dx-texteditor.dx-editor-outlined {
  border: none;
}
.form-item .dx-placeholder {
  font-family: 'Gilroy';
  font-size: 0.875rem;
  font-weight: 400;
  color: #666666;
}
.form-item .dx-placeholder::before {
  padding: 0.75rem;
}
.form-item .dx-button-has-text .dx-button-content {
  padding: 0.5625rem;
}
.form-item__captcha-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
.form-item__submit-button {
  font-size: 0.983125rem;
  font-weight: 600;
  color: #ffffff;
  border: none;
  border-radius: 0.736875rem;
  border-color: transparent;
  box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--green-color);
}
.form-item__submit-button:hover {
  border-color: transparent;
  background-color: var(--green-color);
}
.form__signup-text {
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #2E363E;
}
.form__signup-button {
  font-family: 'Gilroy';
  font-size: 0.983125rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 0.736875rem;
  border-color: transparent;
  box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  background-color: var(--dark-green-color);
}
.form__signup-button:hover {
  border-color: transparent;
  background-color: var(--dark-green-color);
}
.form__signup-wrapper .dx-button-has-text .dx-button-content {
  padding: 0.5625rem;
}
@media (min-width: 960px) {
  .form__wrapper {
    padding-bottom: 5.019375rem;
  }
  .form__title {
    margin: 0;
    margin-bottom: 0.5925rem;
  }
  .form__subtitle {
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
  }
  .form__item-wrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 1.533125rem;
  }
  .form-item__fields-wrapper {
    margin-bottom: 0;
    gap: 0.8125rem;
  }
  .form-item .dx-texteditor-input {
    width: 18.125rem;
    padding: 0.88rem;
  }
  .form__item-wrapper .dx-box-flex .dx-box .dx-widget .dx-collection {
    gap: 0.35rem;
  }
  .form-item__submit-button {
    max-width: 18.233125rem;
    box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  }
  .form-item__submit-button:hover {
    background-color: var(--dark-green-color);
  }
  .form-item__captcha-wrapper {
    justify-content: space-between;
    gap: 0;
  }
  .form-item__captcha {
    min-width: 18.125rem !important;
    max-width: 18.125rem !important;
  }
  .form__signup-wrapper {
    display: flex;
    max-width: 18.233125rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .form__signup-text {
    margin-bottom: 0;
    padding-top: 0.875rem;
    letter-spacing: -0.01125rem;
  }
  .form__signup-button {
    box-shadow: 0 0.04625rem 0.04625rem 0 rgba(0, 0, 0, 0.50);
  }
  .form__signup-button:hover {
    background-color: var(--green-color);
  }
}
@media (min-width: 1190px) {
  .form__wrapper {
    padding-bottom: 6.25rem;
  }
  .form__subtitle {
    margin-bottom: 3.9375rem;
    font-size: 1.125rem;
  }
  .form-item__fields-wrapper {
    gap: 1.0625rem;
  }
  .form-item .dx-texteditor-input {
    width: 23.0625rem;
    padding: 0.91rem;
    font-size: 1.125rem;
  }
  .form-item .dx-placeholder::before {
    font-size: 1.125rem;
    padding: 0.91rem;
  }
  .form-item__captcha-wrapper {
    min-height: 10.984375rem;
  }
  .form-item__captcha {
    min-width: 23.0625rem !important;
    max-width: 23.0625rem !important;
  }
  .form-item__submit-button {
    max-width: 23.0625rem;
    font-size: 1.25rem;
    box-shadow: 0 0.05875rem 0.05875rem 0 rgba(0, 0, 0, 0.50);
  }
  .form__signup-wrapper {
    max-width: 23.1875rem;
  }
  .form__signup-text {
    font-size: 1.25rem;
    letter-spacing: -0.014375rem;
  }
  .form__signup-button {
    font-size: 1.25rem;
    box-shadow: 0 0.059375rem 0.059375rem 0 rgba(0, 0, 0, 0.50);
  }
  .form-item .dx-button-has-text .dx-button-content,
  .form__signup-wrapper .dx-button-has-text .dx-button-content {
    padding: 0.71rem;
  }
}

.scroll-top-button {
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 0.8125rem;
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../image/scroll-top-button/mobile/scroll-up.png');
  z-index: 10;
}
@media (min-width: 960px) {
  .scroll-top-button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1190px) {
  .scroll-top-button {
    bottom: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}