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

.business_solutions .image_col > img, .solutions_bnner .image_col > img, .business_slider .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.faq_list li.opened .drop_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.business_solutions .image_col > img, .solutions_bnner .image_col > img, .business_slider .image_block > img {
  object-fit: cover;
}

.business_solutions .image_col iframe, .solutions_bnner .image_col iframe, .business_slider .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.business_slider .image_block {
  position: relative;
  overflow: hidden;
}
.business_slider .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.solutions_bnner .image_col {
  position: relative;
  overflow: hidden;
}
.solutions_bnner .image_col:before {
  display: block;
  content: "";
  padding-bottom: 73.75%;
}

.business_solutions .image_col {
  position: relative;
  overflow: hidden;
}
.business_solutions .image_col:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

body.arabic_lg .main_slider .buttons_row .read_more {
  margin: 0 20px 0 0;
}
body.arabic_lg .main_slider .buttons_row .request_demo {
  margin-right: 4px;
}
body.arabic_lg .business_slider .business_info {
  padding: 0 32px 0 0;
}
body.arabic_lg .steps_section .section_subtitle {
  text-align: right;
}
body.arabic_lg .business_solutions .info_col {
  padding: 0 120px 0 0;
}
body.arabic_lg .solutions_bnner .buttons_row .secondary_btn {
  margin: 0 20px 0 0;
}
body.arabic_lg .contact_section .section_subtitle {
  text-align: right;
}
body.arabic_lg .contact_section .form_col {
  padding-left: 0;
  padding-right: 120px;
}
body.arabic_lg .faq_list .drop_btn:before {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  body.arabic_lg .business_solutions .info_col {
    padding: 0 100px 0 0;
  }
  body.arabic_lg .contact_section .form_col {
    padding-right: 100px;
  }
}
@media screen and (max-width: 959px) {
  body.arabic_lg .main_slider .buttons_row .read_more {
    margin: 15px 0 0;
  }
  body.arabic_lg .business_slider .business_info {
    padding: 0 20px 0 0;
  }
  body.arabic_lg .business_solutions .info_col {
    padding: 0 60px 0 0;
  }
  body.arabic_lg .contact_section .form_col {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.arabic_lg .main_slider .buttons_row .read_more {
    margin: 0 20px 0 0;
  }
  body.arabic_lg .business_solutions .info_col {
    padding: 0 20px 0 0;
  }
  body.arabic_lg .contact_section .form_col {
    padding: 30px 0 0;
  }
  body.arabic_lg .contact_btns {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  body.arabic_lg .business_solutions .info_col {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 479px) {
  body.arabic_lg .main_slider .buttons_row .read_more {
    margin: 15px 0 0;
  }
  body.arabic_lg .business_slider .business_info {
    padding: 0 12px 0 0;
  }
  body.arabic_lg .solutions_bnner .buttons_row .secondary_btn {
    margin: 20px 0 0;
  }
  body.arabic_lg .footer_bottom .left_side > div:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  body.arabic_lg .business_slider .business_info {
    padding: 20px 0 0;
    align-items: center;
  }
}

.content {
  position: relative;
  overflow: hidden;
}

.no_scroll {
  overflow-y: hidden;
}

.main_slider {
  position: relative;
}
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slide_inner {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 80px 0;
}
.main_slider .info_block {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
}
.main_slider .image_block {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.main_slider .image_block img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.main_slider .info_title {
  font-family: "poppins-bold", "montserrat-bold", "montserratarm-bold";
  font-size: 440%;
  line-height: 1.4em;
  color: #1D181D;
}
.main_slider .info_description {
  font-size: 160%;
  line-height: 1.625em;
  color: #736C73;
  padding-top: 32px;
  max-width: 100%;
  width: 480px;
}
.main_slider .buttons_row {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.main_slider .buttons_row .request_demo {
  min-width: 176px;
}
.main_slider .buttons_row .read_more {
  margin-left: 20px;
  min-width: 152px;
}

.partners_section {
  padding: 25px 0 78px;
}
.partners_section .partners_title {
  font-size: 160%;
  line-height: 1.625em;
  text-align: center;
  color: #1D181D;
  padding-bottom: 10px;
}

.partners_slider {
  position: relative;
}
.partners_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.partners_slider:not(.slick-slider) > div {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.partners_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 16.6%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.partners_slider.slick-list {
  margin: 0 -10px;
}
.partners_slider .slick-dots {
  bottom: -40px;
}
.partners_slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.partners_slider .slick-arrow {
  left: -20px;
}
.partners_slider .slick-arrow.slick-next {
  left: unset;
  right: -20px;
}
.partners_slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.business_section {
  background: #F8F9FF;
  padding: 64px 0 90px;
}
.business_section .section_title {
  text-align: center;
}
.business_section .section_subtitle {
  padding-bottom: 20px;
}

.business_slider {
  margin-top: 40px;
  position: relative;
}
.business_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.business_slider:not(.slick-slider) > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.business_slider.slick-slider {
  overflow: visible;
}
.business_slider .slick-list {
  margin: 0 -10px;
  overflow: visible;
}
.business_slider .slick-dots {
  bottom: -35px;
}
.business_slider .slick-arrow {
  left: -20px;
}
.business_slider .slick-arrow.slick-next {
  left: unset;
  right: -20px;
}
.business_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.business_slider .slide_inner {
  display: flex;
  padding: 32px;
  background: #ffffff;
  border-radius: 10px;
}
.business_slider .image_block {
  display: block;
  width: 160px;
  border-radius: 6px;
}
.business_slider .business_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 50%;
  padding-left: 32px;
}
.business_slider .business_title {
  display: block;
  font-family: "poppins-medium", "montserrat-medium", "montserratarm-medium";
  font-size: 160%;
  line-height: 1.625em;
  color: #1D181D;
}
.business_slider .business_description {
  font-size: 130%;
  line-height: 21px;
  height: 42px;
  color: #736C73;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business_slider .learn_more {
  display: block;
  font-family: "arm-hmks";
  font-size: 180%;
  line-height: 1.25em;
  color: #8B008B;
  margin-top: auto;
  padding-top: 12px;
}

.steps_section {
  padding-top: 96px;
}
.steps_section .title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps_section .title_row .left_col {
  padding-right: 20px;
}
.steps_section .title_row .contact_us {
  min-width: 156px;
}
.steps_section .section_subtitle {
  padding-bottom: 12px;
  text-align: left;
}

.steps_list {
  list-style-type: none;
  padding: 20px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.steps_list li {
  padding: 20px 10px 0;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.steps_list .item_inner {
  background: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 40px;
  min-height: 247px;
  height: 100%;
  display: block;
}
.steps_list img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}
.steps_list .step_title {
  font-size: 160%;
  line-height: 1.625em;
  color: #1D181D;
  font-family: "poppins-medium", "montserrat-medium", "montserratarm-medium";
  padding-top: 32px;
  display: block;
}
.steps_list .step_description {
  font-size: 130%;
  line-height: 1.5em;
  color: #736C73;
  padding-top: 12px;
  display: block;
}

.business_solutions {
  padding: 165px 0;
  position: relative;
}
.business_solutions:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.business_solutions:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.business_solutions .slick-arrow {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.business_solutions .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 315px;
}
.business_solutions .slide_block > .page_container {
  height: 100%;
}
.business_solutions .slide_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.business_solutions .image_col {
  max-width: 40.7%;
  flex: 0 0 40.7%;
}
.business_solutions .info_col {
  max-width: 59.3%;
  flex: 0 0 59.3%;
  padding-left: 120px;
}
.business_solutions .section_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business_solutions .info_description {
  font-size: 160%;
  line-height: 1.625em;
  color: #736C73;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.solutions_bnner {
  padding-top: 106px;
  position: relative;
}
.solutions_bnner:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 60%;
  width: 100%;
  background: #F8F9FF;
  z-index: 0;
}
.solutions_bnner .bnner_inner {
  display: flex;
  background: #8B008B;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.solutions_bnner .info_col {
  max-width: 59.3%;
  flex: 0 0 59.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 48px 72px;
}
.solutions_bnner .image_col {
  max-width: 40.7%;
  flex: 0 0 40.7%;
}
.solutions_bnner .section_title {
  color: #ffffff;
}
.solutions_bnner .buttons_row {
  display: flex;
  padding-top: 32px;
}
.solutions_bnner .buttons_row .primary_btn {
  color: #8B008B;
  background: #ffffff;
  min-width: 156px;
}
.solutions_bnner .buttons_row .secondary_btn {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  min-width: 130px;
  margin-left: 20px;
}

.faq_section {
  padding-top: 150px;
  background: #F8F9FF;
}
.faq_section > .page_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq_section .section_title {
  text-align: center;
}
.faq_section .add_questions {
  margin-top: 32px;
  display: inline-block !important;
  vertical-align: top;
}

.faq_list {
  margin-top: 40px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  font-size: 160%;
  line-height: 1.625em;
}
.faq_list li.opened {
  box-shadow: 0px 14px 32px rgba(73, 4, 73, 0.06), 0px 2px 4px rgba(73, 4, 73, 0.03);
}
.faq_list li.opened .drop_btn:before {
  color: #8B008B;
}
.faq_list .drop_btn {
  padding: 32px 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #1D181D;
}
.faq_list .drop_btn:before {
  display: block;
  margin-left: 10px;
  font-size: 50%;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_list .drop_block {
  display: none;
  padding: 0 40px 20px;
}
.faq_list .drop_inner {
  color: #736C73;
}

.contact_section {
  background: #F8F9FF;
  padding: 152px 0;
}
.contact_section .section_subtitle {
  text-align: left;
  padding-bottom: 12px;
}
.contact_section .section_title {
  padding-bottom: 24px;
}
.contact_section .contact_inner {
  display: flex;
  align-items: center;
}
.contact_section .info_col {
  max-width: 40.7%;
  flex: 0 0 40.7%;
}
.contact_section .form_col {
  max-width: 59.3%;
  flex: 0 0 59.3%;
  padding-left: 120px;
}
.contact_section .form_block {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 40px 50px;
}
.contact_section .field_block {
  padding-top: 28px;
}
.contact_section .primary_btn {
  margin-top: 36px;
}

@media screen and (max-width: 1365px) {
  .main_slider .slick-arrow {
    left: -10px;
  }
  .main_slider .slick-arrow.slick-next {
    left: unset;
    right: -10px;
  }
  .main_slider .info_title {
    font-size: 400%;
  }

  .business_slider .slick-arrow,
.partners_slider .slick-arrow {
    left: 0;
  }
  .business_slider .slick-arrow.slick-next,
.partners_slider .slick-arrow.slick-next {
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .main_slider .slide_inner {
    padding: 70px 0;
  }
  .main_slider .info_title {
    font-size: 360%;
  }
  .main_slider .info_description {
    padding-top: 24px;
  }
  .main_slider .buttons_row {
    padding-top: 30px;
  }
  .main_slider .primary_btn,
.main_slider .secondary_btn {
    font-size: 200%;
    line-height: 25px;
    padding: 11px 15px 9px;
  }

  .partners_section {
    padding: 25px 0 70px;
  }

  .partners_slider .slide_block {
    width: 20%;
  }

  .business_section {
    padding: 55px 0 75px;
  }

  .business_slider .slide_inner {
    padding: 20px;
  }
  .business_slider .business_info {
    padding-left: 20px;
  }

  .steps_section {
    padding-top: 80px;
  }

  .steps_list .item_inner {
    padding: 30px 20px;
    min-height: 225px;
  }
  .steps_list .step_title {
    padding-top: 24px;
  }

  .business_solutions {
    padding: 150px 0;
  }
  .business_solutions .image_col {
    max-width: 44%;
    flex: 0 0 44%;
  }
  .business_solutions .info_col {
    max-width: 56%;
    flex: 0 0 56%;
    padding-left: 100px;
  }
  .business_solutions .info_description {
    -webkit-line-clamp: 4;
  }

  .solutions_bnner {
    padding-top: 90px;
  }
  .solutions_bnner .info_col {
    padding: 40px;
  }

  .faq_section {
    padding-top: 120px;
  }

  .contact_section {
    padding: 120px 0;
  }
  .contact_section .form_col {
    padding-left: 100px;
  }
  .contact_section .form_block {
    padding: 24px 24px 40px;
  }
}
@media screen and (max-width: 1099px) {
  .contact_section .field_row {
    flex-wrap: wrap;
  }
  .contact_section .field_row .field_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .slide_inner {
    padding: 60px 0;
  }
  .main_slider .info_title {
    font-size: 320%;
  }
  .main_slider .info_description {
    padding-top: 20px;
  }
  .main_slider .buttons_row {
    padding-top: 24px;
    flex-wrap: wrap;
  }
  .main_slider .buttons_row .read_more {
    margin: 15px 0 0;
  }
  .main_slider .primary_btn,
.main_slider .secondary_btn {
    font-size: 180%;
    line-height: 22px;
    width: 100%;
    padding: 11px 10px 9px;
  }
  .main_slider .slick-dots {
    bottom: 30px;
  }

  .partners_section {
    padding: 25px 0 60px;
  }

  .partners_slider .slide_block {
    width: 25%;
  }
  .partners_slider .slick-dots {
    bottom: -30px;
  }

  .business_section {
    padding: 50px 0 70px;
  }

  .business_slider {
    margin-top: 30px;
  }
  .business_slider .slick-dots {
    bottom: -30px;
  }
  .business_slider .slide_block {
    width: 66.67%;
  }

  .steps_section {
    padding-top: 70px;
  }

  .steps_list {
    padding-top: 10px;
  }
  .steps_list img {
    max-width: 50px;
    max-height: 50px;
  }
  .steps_list .item_inner {
    padding: 24px 15px;
    min-height: 220px;
  }
  .steps_list .step_title {
    padding-top: 18px;
    font-size: 140%;
  }
  .steps_list .step_description {
    font-size: 120%;
  }

  .business_solutions {
    padding: 130px 0;
  }
  .business_solutions .info_col {
    padding-left: 60px;
  }
  .business_solutions .info_description {
    font-size: 140%;
    margin-top: 24px;
  }
  .business_solutions .slide_block {
    height: 280px;
  }

  .solutions_bnner {
    padding-top: 75px;
  }
  .solutions_bnner .info_col {
    padding: 40px 24px;
  }
  .solutions_bnner .buttons_row {
    padding-top: 24px;
  }
  .solutions_bnner .buttons_row .primary_btn,
.solutions_bnner .buttons_row .secondary_btn {
    font-size: 200%;
    line-height: 24px;
  }

  .faq_section {
    padding-top: 100px;
  }

  .faq_list {
    margin-top: 30px;
  }

  .contact_section {
    padding: 100px 0;
  }
  .contact_section .field_title {
    font-size: 150%;
  }
  .contact_section .standard_description {
    font-size: 150%;
  }
  .contact_section .info_col {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .contact_section .form_col {
    max-width: 55%;
    flex: 0 0 55%;
    padding-left: 60px;
  }
  .contact_section .field_block {
    padding-top: 24px;
  }
  .contact_section .primary_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slide_inner {
    flex-wrap: wrap;
    margin: 0;
    padding: 50px 0;
  }
  .main_slider .image_block {
    max-width: 500px;
    flex: 0 0 100%;
    padding: 0;
    margin: 0 auto;
  }
  .main_slider .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0 30px;
  }
  .main_slider .buttons_row {
    flex-wrap: nowrap;
  }
  .main_slider .buttons_row .read_more {
    margin: 0 0 0 10px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }

  .partners_slider .slide_block {
    width: 33.3%;
  }
  .partners_slider .slick-dots {
    bottom: -25px;
  }
  .partners_slider .partners_title {
    font-size: 150%;
    padding-bottom: 6px;
  }

  .business_section .section_subtitle {
    padding-bottom: 15px;
  }

  .business_slider .slide_block {
    width: 76.92%;
  }

  .steps_section {
    padding-top: 60px;
  }

  .steps_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .steps_list img {
    max-width: 60px;
    max-height: 60px;
  }
  .steps_list .item_inner {
    padding: 30px 20px;
  }
  .steps_list .step_title {
    padding-top: 20px;
    font-size: 160%;
  }
  .steps_list .step_description {
    font-size: 130%;
  }

  .business_solutions {
    padding: 100px 0;
  }
  .business_solutions .info_description {
    margin-top: 20px;
    -webkit-line-clamp: 6;
  }
  .business_solutions .image_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .business_solutions .info_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 20px;
  }
  .business_solutions .section_title {
    -webkit-line-clamp: 3;
  }

  .solutions_bnner {
    padding-top: 60px;
  }
  .solutions_bnner .bnner_inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 30px;
  }
  .solutions_bnner .image_col {
    max-width: 100%;
    width: 320px;
    flex: 0 0 100%;
  }
  .solutions_bnner .info_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .faq_section {
    padding-top: 80px;
  }
  .faq_section .add_questions {
    margin-top: 24px;
    font-size: 200%;
    line-height: 24px;
  }

  .faq_list {
    font-size: 140%;
  }
  .faq_list .drop_btn {
    padding: 24px;
  }
  .faq_list .drop_block {
    padding: 0 24px 20px;
  }

  .contact_section {
    padding: 80px 0;
  }
  .contact_section .contact_inner {
    flex-wrap: wrap;
  }
  .contact_section .info_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .contact_section .form_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 0 0;
  }
  .contact_section .form_block {
    padding: 16px 20px 40px;
  }
  .contact_section .field_row {
    flex-wrap: wrap;
  }
  .contact_section .field_row .field_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .buttons_row {
    flex-wrap: nowrap;
  }
  .main_slider .buttons_row .read_more {
    margin: 0 0 0 10px;
  }
  .main_slider .primary_btn,
.main_slider .secondary_btn {
    width: auto;
    font-size: 160%;
    line-height: 20px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }
  .main_slider .image_block {
    max-width: 100%;
  }

  .partners_section {
    padding: 25px 0 50px;
  }

  .partners_slider .slide_block {
    width: 50%;
  }

  .business_slider .slide_block {
    width: 90.9%;
  }
  .business_slider .business_title {
    font-size: 140%;
  }
  .business_slider .learn_more {
    font-size: 160%;
  }
  .business_slider .image_block {
    width: 120px;
  }

  .steps_list img {
    max-width: 50px;
    max-height: 50px;
  }
  .steps_list .item_inner {
    padding: 24px 15px;
    min-height: 200px;
  }
  .steps_list .step_title {
    padding-top: 20px;
    font-size: 140%;
  }
  .steps_list .step_description {
    font-size: 120%;
  }

  .business_solutions {
    padding: 80px 0;
  }
  .business_solutions .slide_inner {
    flex-wrap: wrap;
    align-items: unset;
  }
  .business_solutions .image_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .business_solutions .info_col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 0 0;
  }
  .business_solutions .section_title {
    font-size: 240%;
    -webkit-line-clamp: 2;
  }
  .business_solutions .info_description {
    font-size: 160%;
    -webkit-line-clamp: 4;
  }
  .business_solutions .slide_block {
    height: 570px;
  }

  .solutions_bnner .info_col {
    width: 100%;
  }

  .faq_section {
    padding-top: 70px;
  }

  .contact_section {
    padding: 70px 0;
  }
  .contact_section .primary_btn {
    font-size: 200%;
    line-height: 24px;
  }
  .contact_section .section_title {
    padding-bottom: 20px;
  }
  .contact_section .field_row .field_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 479px) {
  .main_slider .info_title {
    font-size: 280%;
  }
  .main_slider .info_description {
    padding-top: 20px;
  }
  .main_slider .buttons_row {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .main_slider .buttons_row .read_more {
    margin: 15px 0 0;
  }
  .main_slider .primary_btn,
.main_slider .secondary_btn {
    font-size: 180%;
    line-height: 22px;
    width: 100%;
  }
  .main_slider .primary_btn {
    margin-right: 5px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }

  .partners_section {
    padding: 25px 0 40px;
  }
  .partners_section .partners_title {
    font-size: 140%;
  }

  .partners_slider a {
    height: 60px;
  }

  .business_section {
    padding: 40px 0 60px;
    margin-top: 20px;
  }
  .business_section .section_subtitle {
    padding-bottom: 10px;
  }

  .business_slider .slide_block {
    width: 100%;
  }
  .business_slider .slide_inner {
    padding: 20px 12px;
    align-items: flex-start;
  }
  .business_slider .image_block {
    width: 100px;
  }
  .business_slider .business_info {
    padding-left: 12px;
  }
  .business_slider .learn_more {
    font-size: 140%;
  }
  .business_slider .business_description {
    font-size: 120%;
    line-height: 18px;
    height: 36px;
  }

  .steps_section {
    padding-top: 50px;
  }
  .steps_section .title_row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .steps_section .title_row .left_col {
    padding: 0 0 15px 0;
  }
  .steps_section .title_row .contact_us {
    font-size: 180%;
    line-height: 22px;
  }

  .steps_list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .steps_list img {
    max-width: 60px;
    max-height: 60px;
  }
  .steps_list .item_inner {
    padding: 30px 20px;
  }
  .steps_list .step_title {
    padding-top: 20px;
    font-size: 160%;
  }
  .steps_list .step_description {
    font-size: 130%;
  }

  .business_solutions {
    padding: 60px 0;
  }
  .business_solutions .section_title {
    font-size: 220%;
  }
  .business_solutions .info_description {
    -webkit-line-clamp: 5;
  }
  .business_solutions .slide_block {
    height: 540px;
  }

  .solutions_bnner {
    padding-top: 50px;
  }
  .solutions_bnner .bnner_inner {
    padding: 30px 15px;
  }
  .solutions_bnner .buttons_row {
    width: 100%;
    flex-direction: column;
  }
  .solutions_bnner .buttons_row .secondary_btn {
    margin: 12px 0 0;
    width: 100%;
  }
  .solutions_bnner .buttons_row .primary_btn {
    width: 100%;
  }

  .faq_section {
    padding-top: 60px;
  }
  .faq_section .add_questions {
    margin-top: 20px;
    font-size: 180%;
    line-height: 22px;
  }

  .faq_list {
    margin-top: 20px;
    font-size: 130%;
  }
  .faq_list .drop_btn {
    padding: 20px;
  }
  .faq_list .drop_block {
    padding: 0 20px 20px;
  }

  .contact_section {
    padding: 60px 0;
  }
  .contact_section input {
    font-size: 140%;
    line-height: 20px;
  }
  .contact_section .field_title {
    font-size: 140%;
  }
  .contact_section .section_title {
    padding-bottom: 15px;
  }
  .contact_section .field_block {
    padding-top: 20px;
  }
  .contact_section .primary_btn {
    margin-top: 24px;
  }
  .contact_section .standard_description {
    font-size: 140%;
  }
}
@media screen and (max-width: 399px) {
  .main_slider .info_description {
    font-size: 130%;
  }
  .main_slider .info_title {
    font-size: 240%;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }

  .partners_slider .slick-dots {
    bottom: -20px;
  }

  .business_slider .slide_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .business_slider .image_block {
    width: 160px;
    margin: 0 auto;
  }
  .business_slider .learn_more {
    font-size: 160%;
  }
  .business_slider .business_info {
    padding: 20px 0 0;
    width: 100%;
  }
  .business_slider .business_description {
    font-size: 130%;
    line-height: 21px;
    height: 42px;
  }

  .steps_list img {
    max-width: 50px;
    max-height: 50px;
  }
  .steps_list .item_inner {
    padding: 30px 15px;
  }

  .business_solutions {
    padding: 40px 0;
  }
  .business_solutions .section_title {
    font-size: 180%;
  }
  .business_solutions .info_description {
    font-size: 140%;
    margin-top: 15px;
  }
  .business_solutions .slide_block {
    height: 480px;
  }

  .solutions_bnner .bnner_inner {
    padding: 25px 15px;
  }
  .solutions_bnner .image_col {
    width: 100%;
  }
  .solutions_bnner .primary_btn,
.solutions_bnner .secondary_btn {
    font-size: 180%;
    line-height: 22px;
  }

  .faq_section {
    padding-top: 50px;
  }

  .contact_section {
    padding: 50px 0;
  }
  .contact_section .primary_btn {
    font-size: 180%;
    line-height: 22px;
  }
  .contact_section .form_block {
    padding: 10px 12px 20px;
  }
}
@media screen and (max-width: 359px) {
  .partners_slider .slide_block {
    width: 100%;
  }
  .partners_slider a {
    height: 72px;
  }
  .partners_slider .slick-dots {
    bottom: -20px;
  }

  .business_solutions .section_title {
    -webkit-line-clamp: 3;
  }
  .business_solutions .info_description {
    -webkit-line-clamp: 6;
  }
}
.web .business_slider .slide_inner:hover {
  background: rgba(139, 0, 139, 0.04);
}

.touch .business_slider .slide_inner:active {
  background: rgba(139, 0, 139, 0.04);
}

.web .partners_slider a, .partners_slider .web a, .web .solutions_bnner .buttons_row .primary_btn, .solutions_bnner .buttons_row .web .primary_btn, .web .solutions_bnner .buttons_row .secondary_btn, .solutions_bnner .buttons_row .web .secondary_btn {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .faq_list .drop_btn, .faq_list .web .drop_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .business_slider .slide_inner {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .steps_list a.item_inner, .steps_list .web a.item_inner, .web .faq_section .add_questions, .faq_section .web .add_questions, .faq_list li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .partners_slider a, .partners_slider .touch a, .touch .solutions_bnner .buttons_row .primary_btn, .solutions_bnner .buttons_row .touch .primary_btn, .touch .solutions_bnner .buttons_row .secondary_btn, .solutions_bnner .buttons_row .touch .secondary_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .faq_list .drop_btn, .faq_list .touch .drop_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .business_slider .slide_inner {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .steps_list a.item_inner, .steps_list .touch a.item_inner, .touch .faq_section .add_questions, .faq_section .touch .add_questions {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .steps_list a.item_inner:hover, .steps_list .web a.item_inner:hover, .web .faq_section .add_questions:hover, .faq_section .web .add_questions:hover {
  color: #AA09AA;
  border: 1px solid #AA09AA;
}
.web .faq_list .drop_btn:hover, .faq_list .web .drop_btn:hover {
  color: rgba(139, 0, 139, 0.7);
}
.web .partners_slider a:hover, .partners_slider .web a:hover, .web .solutions_bnner .buttons_row .primary_btn:hover, .solutions_bnner .buttons_row .web .primary_btn:hover, .web .solutions_bnner .buttons_row .secondary_btn:hover, .solutions_bnner .buttons_row .web .secondary_btn:hover {
  opacity: 0.7;
}
.touch .steps_list a.item_inner:active, .steps_list .touch a.item_inner:active, .touch .faq_section .add_questions:active, .faq_section .touch .add_questions:active {
  color: #AA09AA;
  border: 1px solid #AA09AA;
}
.touch .faq_list .drop_btn:active, .faq_list .touch .drop_btn:active {
  color: rgba(139, 0, 139, 0.7);
}
.touch .partners_slider a:active, .partners_slider .touch a:active, .touch .solutions_bnner .buttons_row .primary_btn:active, .solutions_bnner .buttons_row .touch .primary_btn:active, .touch .solutions_bnner .buttons_row .secondary_btn:active, .solutions_bnner .buttons_row .touch .secondary_btn:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
