.description__block-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.solutions-main {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #d9d9d9;
}

.solutions-main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f6f5f2));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f5f2 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f6f5f2 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f6f5f2 100%);
}

.solutions-main__bg {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
}

.solutions-main__bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.solutions-main__bg-img--mobile {
  display: none;
}

.solutions-main__wrapper {
  z-index: 2;
  position: relative;
  padding-left: 200px;
  padding-right: 200px;
}

.solutions-main__content {
  width: 100%;
  max-width: 970px;
}

[dir='rtl'] .solutions-main__content {
  margin-right: auto;
}

.solutions-main__content p.breadcrumbs span {
  font-size: 14px;
  letter-spacing: 0.85px;
  line-height: inherit;
  text-align: center;
  color: #989898;
}

.solutions-main__content h1 {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.62px;
  text-align: center;
  color: #55265a;
}

.solutions-main__content p {
  font-size: 22px;
  line-height: 1.91;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000000;
}

.description {
  background-color: #f6f5f2;
}

.description__wrapper {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}

.description__block {
  position: relative;
  width: 100%;
  max-width: 759px;
  padding: 40px 50px 100px;
  border-radius: 24px 24px 0 0;
  background-color: #f6f5f2;
}

.description__block h3 {
  padding-bottom: 5px;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #040404;
}

.description__block h3 a {
  color: #040404;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.description__block h3 a:hover {
  color: #462159;
  text-decoration: underline;
}

.description__block hr {
  width: 45px;
  height: 2px;
  margin-bottom: 30px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #55265a;
}

.description__block p {
  padding-bottom: 30px;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 0.42px;
  color: #232323;
}

.description__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.description__block ul li {
  width: 50%;
  padding-left: 10px;
}

.description__block ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.51px;
  color: #55265a;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.description__block ul li a:hover {
  color: #098b87;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.description__block-head {
  position: relative;
  height: 500px;
}

.description__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 260px);
  -webkit-box-shadow: 14px -7px 55px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 14px -7px 55px 0 rgba(0, 0, 0, 0.4);
}

.description__block-body {
  z-index: 2;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}

.description__block-body--reverse .description__block {
  margin-left: auto;
}

[dir='rtl'] .description__block-body--reverse .description__block {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .solutions-main__wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .solutions-main__content {
    max-width: 950px;
  }

  .solutions-main__content h1 {
    font-size: 50px;
  }

  .description__block-head {
    height: 450px;
  }
}

@media screen and (max-width: 1535px) {
  .solutions-main__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1439px) {
  .solutions-main__content h1 {
    font-size: 45px;
  }

  .solutions-main__content p {
    font-size: 20px;
  }

  .description__block h3 {
    font-size: 45px;
  }

  .description__block-head {
    height: 400px;
  }

  .description__block-bg {
    height: calc(100% + 200px);
  }

  .description__block-body {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1365px) {
  .solutions-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .solutions-main__content {
    max-width: 850px;
  }
}

@media screen and (max-width: 1279px) {
  .solutions-main__bg {
    max-width: 500px;
  }

  .solutions-main__content {
    max-width: 60%;
  }

  .solutions-main__content h1 {
    font-size: 40px;
  }

  .description__block {
    padding: 20px 30px 80px;
  }

  .description__block h3 {
    font-size: 40px;
  }

  .description__block p {
    font-size: 18px;
  }

  .description__block ul li a {
    font-size: 18px;
  }

  .description__block-head {
    height: 350px;
  }

  .description__block-bg {
    height: calc(100% + 150px);
  }

  .description__block-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .solutions-main {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .solutions-main__bg {
    display: none;
  }

  .solutions-main__bg-img--desktop {
    display: none;
  }

  .solutions-main__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .solutions-main {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .solutions-main__bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    height: auto;
  }

  .solutions-main__bg img {
    position: relative;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }

  .solutions-main__bg-img--mobile {
    display: block;
  }

  .solutions-main__wrapper {
    padding-top: 25px;
  }

  .solutions-main__content p.breadcrumbs span {
    font-size: 13px;
  }

  .solutions-main__content h1 {
    font-size: 31px;
  }

  .solutions-main__content p {
    font-size: 16px;
  }

  .description__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .description__block {
    padding: 20px 15px;
  }

  .description__block h3 {
    font-size: 34px;
  }

  .description__block hr {
    margin-bottom: 20px;
  }

  .description__block p {
    font-size: 16px;
  }

  .description__block ul li a {
    padding: 10px 0;
    line-height: 22px;
  }

  .description__block-head {
    height: 175px;
  }

  .description__block-bg {
    height: calc(100% + 50px);
  }

  .description__block-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}