/*!
Theme Name: consultum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consultum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import "./assets/bootstrap-5.0.2-dist/css/bootstrap.min.css";
@import "./assets/fonts/worksans/worksans.css";
@import "./assets/fonts/poppins/poppins.css";
@import "./assets/fonts/montserrat/montserrat.css";
.el-consultum-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.504rem;
  color: var(--white, #fff);
  margin: auto 0;
}
.el-consultum-logo .div-3 {
  align-self: stretch;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 700 1.638rem Work Sans, sans-serif;
  text-decoration: none;
  color: #ffffff;
}
.el-consultum-logo .div-3:hover {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .el-consultum-logo img {
    width: 1.764rem;
  }
}
.el-social {
  display: flex;
  gap: 1.89rem;
}
.el-social .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 4.032rem;
  border-radius: 50%;
}

.el-lets-start {
  border-radius: 12.6rem;
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(99, 115, 181, 0.25);
  backdrop-filter: blur(0.63rem);
  background-color: var(--white, #fff);
  display: flex;
  justify-content: space-between;
  gap: 1.26rem;
  font-size: 1.512rem;
  color: var(--fiolet-primary, #6373b5);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 0.63rem 0.63rem 0.63rem 1.575rem;
  width: 18.144rem;
  text-decoration: none;
  line-height: 0;
}
.el-lets-start .div-2 {
  font-family: Work Sans, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
}
.el-lets-start .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 4.41rem;
}

.el-phone-block,.el-phone-block a {
  text-decoration:none;
  max-width: 19.026rem;
  justify-content: space-between;
  border-radius: 6.3rem;
  background-color: var(--white, #fff);
  display: flex;
  gap: 0.63rem;
  font-size: 1.512rem;
  color: var(--fiolet-primary, #6373b5);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.el-phone-block .phone-text {
  text-align: left;
  font-family: Work Sans, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  white-space: nowrap;
  padding-right: 1.638rem;
}
.el-phone-block .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 4.032rem;
}

.el-box-review {
  display: flex;
  max-width: 15.12rem;
  flex-direction: column;
  font-size: 0.882rem;
  line-height: 1.386rem;
  padding: 1.26rem 0;
  margin: 0 1.008rem;
  flex-shrink: 0;
}
.el-box-review .div-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0.882rem;
  color: #1a202c;
  font-weight: 400;
  white-space: nowrap;
  line-height: 100%;
}
.el-box-review .img {
  width: 5.796rem;
  flex: 1;
}
.el-box-review .div-3 {
  display: flex;
  gap: 0.252rem;
  margin: auto 0;
  padding: 0 1.26rem;
}
.el-box-review .img-2 {
  width: 0.693rem;
}
.el-box-review .div-4 {
  font-family: Poppins, sans-serif;
}
.el-box-review .div-5 {
  color: #080c1b;
  text-shadow: 0rem 0.252rem 0.252rem rgba(0, 0, 0, 0.25);
  margin-top: 0.945rem;
  width: 100%;
  font: 700 1.134rem Poppins, sans-serif;
}
.el-box-review .div-6 {
  color: #666b81;
  margin-top: 0.63rem;
  width: 100%;
  font: 400 1.008rem Work Sans, sans-serif;
}
.el-box-review .div-7 {
  display: flex;
  margin-top: 0.945rem;
  justify-content: space-between;
  gap: 0.252rem;
  line-height: 86%;
}
.el-box-review .div-8 {
  color: #6373b5;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  flex-grow: 1;
  white-space: nowrap;
}
.el-box-review .div-9 {
  color: #666b81;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  flex-grow: 1;
  flex-basis: auto;
}

.el-industry-box {
  background-size: cover;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  //max-width: 24.885rem;
  border-radius: 2.52rem;
  padding: 2.52rem 1.575rem 3.402rem 1.26rem;
}
.el-industry-box:hover:before {
  display: none;
}
.el-industry-box:hover .div-3,
.el-industry-box:hover .div-4 {
  color: #ffffff;
}
.el-industry-box:hover .img-2 {
  background-image: url("./assets/img/industry_arrow_bottom.svg");
}
.el-industry-box:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #B8DFF0;
}
.el-industry-box .img-2 {
  background-image: url("./assets/img/industry_arrow_top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-width: 4.41rem;
  height: 4.41rem;
}
.el-industry-box .img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.el-industry-box .div-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.26rem;
  font-size: 2.016rem;
  font-weight: 600;
  line-height: 2.394rem;
  padding: 0 0.126rem;
}
.el-industry-box .div-3 {
  font-family: Work Sans, sans-serif;
  margin-top: 0.693rem;
  color: #080C1B;
  font-size: 2.016rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
.el-industry-box .div-4 {
  position: relative;
  margin-top: 2.52rem;
  font: 400 1.26rem/2.016rem Work Sans, sans-serif;
  color: #080C1B;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .el-industry-box .div-3 {
    font-size: 1.3rem;
  }
}

.el-btn {
  display: inline-block;
  position: relative;
  padding: 1.25rem 2.142rem;
  border-radius: 6.3rem;
  background-color: #6373B5;
  color: #ffffff;
  font-family: Work Sans, sans-serif;
  font-size: 1.134rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.el-btn:hover {
  color: #ffffff;
}
@media (max-width:420px) {
	.testimonials-box {max-width: 23.5rem!important;}
}
.testimonials-box {
  align-content: flex-end;
  flex-wrap: wrap;
  border-radius: 1.26rem;
  border: 0.063rem solid rgba(99, 115, 181, 0.25);
  backdrop-filter: blur(0.63rem);
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  max-width: 23.6rem;
  flex-direction: column;
  padding: 2.52rem 1.89rem;
  //margin-bottom: 1.89rem;
  
  min-width: 284px; /* Минимальная ширина каждого отзыва */
  scroll-snap-align: start;
  flex: 0 0 auto;
  box-sizing: border-box; /* Чтобы учитывать padding и border */
  //padding: 16px;
  //border: 1px solid #ccc; /* Границы для каждого отзыва */
  //border-radius: 8px; /* Скругленные углы */
  //background-color: #fff; /* Цвет фона */
  //box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Тень для отзывов */
}
.testimonials-box .div-2 {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  gap: 1.26rem;
  white-space: nowrap;
}
.testimonials-box .div-3 {
  display: flex;
  justify-content: space-between;
  gap: 1.26rem;
  padding: 0 0.063rem;
}
.testimonials-box .div-4 {
  background-color: #587dbd;
  border-radius: 50%;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 2.772rem;
  color: var(--white, #fff);
  padding: 0.567rem 0.756rem;
  font: 400 1.512rem/100% Montserrat, sans-serif;
}
.testimonials-box .div-5 {
  display: flex;
  flex-grow: 1;
  flex-basis: 0%;
  flex-direction: column;
  line-height: 120%;
}
.testimonials-box .div-6 {
  color: var(--black, #080c1b);
  font: 600 1.26rem Work Sans, sans-serif;
}
.testimonials-box .div-7 {
  color: var(--text, #666b81);
  margin-top: 0.945rem;
  font: 300 1.008rem Work Sans, sans-serif;
}
.testimonials-box .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 2.016rem;
}
.testimonials-box .img-2 {
  aspect-ratio: 5.26;
  object-fit: auto;
  object-position: center;
  width: 8.442rem;
  margin-top: 1.89rem;
  max-width: 100%;
}
.testimonials-box .div-8 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--text, #666b81);
  text-overflow: ellipsis;
  margin-top: 2.394rem;
  font: 400 1.134rem/1.827rem Work Sans, sans-serif;
}
.testimonials-box .div-9 {
  color: var(--fiolet-primary, #6373b5);
  margin-top: 1.89rem;
  font: 500 1.008rem/75% Poppins, sans-serif;
  text-decoration: none;
}
.testimonials-box:hover {
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(99, 115, 181, 0.25);
}

.el-why-select-us-box {
  max-width: 32.76rem;
  gap: 1.26rem;
  display: flex;
}
.el-why-select-us-box .column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 23%;
  margin-left: 0rem;
  justify-content: center;
  align-items: center;
  padding: 0.63rem;
}
.el-why-select-us-box .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 6.174rem;
  background-color: var(--BG-fiolet, #ebecf2);
  border-radius: 50%;
  height: 6.174rem;
}
.el-why-select-us-box .column-2 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 77%;
  margin-left: 0.315rem;
  flex-grow: 1;
}
.el-why-select-us-box .title {
  color: #080c1b;
  font: 600 1.638rem/120% Work Sans, sans-serif;
}
.el-why-select-us-box .desc {
  color: var(--text, #666b81);
  margin-top: 0.882rem;
  font: 400 1.134rem/1.827rem Work Sans, sans-serif;
}

.el-btn-video {
  display: inline-block;
  position: relative;
  padding: 0.378rem 0.378rem 0.378rem 2.142rem;
  border-radius: 6.3rem;
  background: #ffffff;
  color: #526498;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(99, 115, 181, 0.25);
  backdrop-filter: blur(1.26rem);
  background: rgba(255, 255, 255, 0.6);
}
.el-btn-video img {
  width: 3.78rem;
  height: initial;
  margin-left: 14px;
}

.el-btn-less-more {
  display: inline-block;
  position: relative;
  padding: 0.378rem 0.378rem 0.378rem 2.142rem;
  border-radius: 6.3rem;
  background: #ffffff;
  color: #526498;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(99, 115, 181, 0.25);
  backdrop-filter: blur(1.26rem);
  background: rgba(255, 255, 255, 0.6);
}
.el-btn-less-more img {
  width: 3.78rem;
  height: initial;
  margin-left: 14px;
  transform: rotate(180deg);
}

body,
html {
  margin: 0;
  padding: 0;
}

div.custom-containder {
  max-width: 105.336rem;
  padding: 0 1.008rem;
  margin: 0 auto;
}

div.custom-containder-plus {
  max-width: 120.96rem;
  padding: 0 1.008rem;
  margin: 0 auto;
}

.g-arrow-right-top {
  background-image: url("./assets/img/industry_arrow_top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-width: 4.41rem;
  height: 4.41rem;
}

.g-arrow-left-top {
  background-image: url("./assets/img/industry_arrow_top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  min-width: 4.41rem;
  height: 4.41rem;
}

.g-arrow-right-top-hover:hover .g-arrow-right-top {
  background-image: url("./assets/img/industry_arrow_bottom.svg");
  background-size: 100%;
}

.g-arrow-left-top-hover:hover .g-arrow-left-top {
  background-image: url("./assets/img/industry_arrow_bottom.svg");
  background-size: 100%;
  transform: scale(-1, 1);
}

/* ------ fix size , gum ------ */
html {
  font-size: 1.008rem;
}

@media (max-width: 107.1rem) {
  html {
    font-size: 0.8505rem;
  }
}
@media (max-width: 88.2rem) {
  html {
    font-size: 0.7182rem;
  }
}
@media (max-width: 75.6rem) {
  html {
    font-size: 0.63rem;
  }
}
@media (max-width: 69.3rem) {
  html {
    font-size: 0.567rem;
  }
}
@media (max-width: 37.8rem) {
  html {
    font-size: 1.008rem;
  }
}
/* --------------- fix size END ----------- */
h2 {
  font-family: Work Sans;
  font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (max-width: 37.8rem) {
  h2 {
    font-size: 2rem;
    overflow-wrap: break-word;
  }
}
.highlight-blue-circle {
  background-color: #B8DFF0;
  border-radius: 3.15rem;
  color: #6373b5;
  font-style: italic;
  padding: 0 1.89rem 0 0.63rem;
  font-family: Work Sans, sans-serif;
}

.highlight-blue {
  color: #6373B5;
  font-style: italic;
}

.check-mark-tick {
  position: relative;
  font-family: Work Sans, sans-serif;
  text-align: left;
  padding-left: 2.52rem;
}
.check-mark-tick:before {
  left: 0;
  top: 0.189rem;
  content: "";
  width: 1.575rem;
  height: 1.512rem;
  background-image: url(./assets/img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}

ul {
  list-style-type: none;
  margin: 0;
}

#masthead section.menu {
  z-index: 100000;
  border-radius: 0rem 0rem 3.15rem 3.15rem;
  backdrop-filter: blur(0.315rem);
  background-color: #080c1b;
  display: flex;
  justify-content: space-between;
  padding: 1.575rem 2.331rem;
  align-items: center;
  max-width: 103.32rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  /* ------------ mobile menu after 64.512rem --------------- */
}
#masthead section.menu .navbar-nav .dropdown-item {
  color: #ffffff;
}
#masthead section.menu .img {
  aspect-ratio: 0.85;
  object-fit: auto;
  object-position: center;
  width: 2.457rem;
  align-self: stretch;
}
#masthead section.menu .div-4 {
  align-self: stretch;
  justify-content: space-between;
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: auto;
}
#masthead section.menu .img-2 {
  aspect-ratio: 2;
  object-fit: auto;
  object-position: center;
  width: 1.008rem;
  stroke-width: 0.126rem;
  stroke: #b8dff0;
  margin: auto 0;
}
#masthead section.menu .contact-us-btn {
  justify-content: center;
  border-radius: 6.3rem;
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(82, 100, 152, 0.25);
  background-color: #9dd2eb;
  color: #000;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  padding: 1.25rem 2.142rem;
  font: 600 1.134rem Work Sans, sans-serif;
  text-decoration: none;
}
#masthead section.menu .div-4 .navbar {
  padding: 0;
}
#masthead section.menu .container-fluid {
  background: #080c1b;
}
#masthead section.menu .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#masthead section.menu .navbar-nav a.nav-link {
  color: #fff;
  padding: 0.63rem 1.26rem;
  text-align: center;
  display: inline-block;
  font: 500 1.134rem Work Sans, sans-serif;
  position: relative;
}
#masthead section.menu .dropdown-menu.show {
  //width:400px;
  background: none;
  padding: 1.26rem;
  border-radius: 1.26rem;
}
#masthead section.menu .dropdown-menu.show .dropdown-item {
  color: #000000;
  position: relative;
}
#masthead section.menu .dropdown-menu.show:before {
  content: "";
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.26rem;
}
#masthead section.menu .dropdown-item:focus,
#masthead section.menu .dropdown-item:hover {
  background-color: initial;
}
#masthead section.menu .navbar-toggler {
  background: #ffffff;
}
@media (max-width: 1024px) {
  #masthead section.menu .navbar-expand-custom .navbar-toggler {
    display: block !important;
  }
  #masthead section.menu .navbar-expand-custom .navbar-collapse {
    display: none !important;
  }
  #masthead section.menu .navbar-expand-custom .navbar-toggler-icon {
    display: inline-block !important;
  }
  #masthead section.menu .navbar-expand-custom .navbar-toggler[aria-expanded=true] + .navbar-collapse {
    display: block !important;
  }
  #masthead section.menu .div-4 {
    order: 3;
    display: inline-block;
    margin: auto 0;
  }
  #masthead section.menu .contact-us-btn {
    order: 2;
    display: inline-block;
    margin: auto 0.315rem auto auto;
  }
  #masthead section.menu #navbarSupportedContent {
    width: 100%;
    position: fixed;
    top: 8.064rem;
    left: 0rem;
  }
  #masthead section.menu #navbarSupportedContent .navbar-nav {
    position: relative;
    border-radius: 1.26rem;
    display: flex;
    flex-direction: column;
    max-width: 31.5rem;
    margin: 0 0 0 auto;
    backdrop-filter: blur(0.252rem);
    padding: 1.89rem;
    text-align: right;
  }
  #masthead section.menu #navbarSupportedContent .navbar-nav .nav-link {
    color: #000;
  }
  #masthead section.menu #navbarSupportedContent .navbar-nav:before {
    content: "";
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.26rem;
  }
  #masthead section.menu .dropdown-menu.show {
    border: 0;
  }
  #masthead section.menu .dropdown-menu.show:before {
    content: initial;
  }
}
@media (max-width: 620px) {
  #masthead section.menu .contact-us-btn {
    display: none;
  }
}
@media (max-width: 420px) {
  #masthead section.menu .el-consultum-logo .div-3 {
    font-size: 1rem;
  }
}
#masthead section.menu .navbar-light .navbar-toggler-icon {
  height: 3.78rem;
  width: 3.78rem;
  background-image: url("./assets/img/burger.svg");
}
#masthead section.menu .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("./assets/img/burger_criss.svg");
}
#masthead section.menu .navbar-toggler {
  background: none;
  padding: 0;
}

section.banner {
  background-image: url("./assets/img/hero_section.webp");
  background-size: cover;
  background-position: top;
  border-radius: 0 0 4.41rem 4.41rem;
  padding-bottom: 5.355rem;
}
section.banner .text {
  position: relative;
  padding: 20.664rem 1.008rem 10.899rem;
  margin: 0 auto;
  max-width: 58.779rem;
}
section.banner .text h1 {
  text-align: left;
  color: #ffffff;
  font-family: Work Sans, sans-serif;
  font-size: 6.3rem;
  font-weight: 400;
  line-height: 120%;
}
section.banner .text span {
  background-color: #B8DFF0;
  border-radius: 3.15rem;
  color: #6373b5;
  font-style: italic;
  padding: 0 1.89rem 0 0.63rem;
  line-height: 7.119rem;
  display: inline-block;
}
section.banner .el-lets-start {
  position: absolute;
  right: 0;
  top: 22.05rem;
  line-height: 0;
}
section.banner .buttom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.26rem;
}
section.banner .google-r-block span {
  color: rgb(255, 255, 255);
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  padding-right: 0.63rem;
}
section.banner .google-r-block .stars {
  width: 5.67rem;
  position: relative;
  top: -0.063rem;
}
section.banner .google-r-block img {
  width: 10.08rem;
}
section.banner .reviews-block,
section.banner .trustpilot-block {
  color: rgb(255, 255, 255);
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
}
section.banner .reviews-block span,
section.banner .trustpilot-block span {
  padding-top: 0.63rem;
  display: inline-block;
}
section.banner .reviews-block img {
  width: 9.828rem;
}
section.banner .trustpilot-block img {
  width: 11.97rem;
}
section.banner .excellent-block img {
  width: 12.285rem;
}
section.banner .excellent-block span {
  color: rgb(255, 255, 255);
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  display: inline-block;
  padding-bottom: 0.504rem;
}
@media screen and (max-width: 600px) {
  section.banner .el-lets-start {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
  }
  section.banner .text {
    padding: 9rem 1.008rem 2rem;
  }
  section.banner .text h1 {
    font-size: 3.654rem;
  }
  section.banner .text span {
    line-height: 4rem;
    margin-bottom: 2.52rem;
    font-size: 2.62rem;
  }
  section.banner .google-r-block {
    order: 1;
  }
  section.banner .google-r-block img {
    width: 10rem;
  }
  section.banner .reviews-block {
    order: 2;
  }
  section.banner .reviews-block img {
    width: 10rem;
  }
  section.banner .trustpilot-block {
    order: 3;
  }
  section.banner .trustpilot-block img {
    width: 10rem;
  }
  section.banner .excellent-block {
    order: 4;
  }
  section.banner .excellent-block img {
    width: 10rem;
  }
  section.banner .el-social {
    order: 5;
    margin: 0 auto;
    padding-top: 1.89rem;
  }
  section.banner .el-phone-block {
    order: 6;
    margin: 0 auto;
    margin-top: 1.89rem;
  }
}
@media screen and (max-width: 420px) {
  section.banner .text span {
    line-height: 3rem;
    font-size: 2.62rem;
  }
}

section.five-section .five-block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  padding: 6.3rem 0;
  overflow: auto!important;
}
section.five-section .five-block-left {
  display: flex;
  align-self: center;
  position: relative;
  max-width: 13.608rem;
  flex-direction: column;
  white-space: nowrap;
  text-align: center;
  padding: 0rem 1.26rem 0 1.008rem;
  margin-right: 1.26rem;
}
section.five-section .five-block-left:after {
  content: "";
  position: absolute;
  top: -0.945rem;
  right: -1.008rem;
  height: 11.025rem;
  width: 0.063rem;
  background: #6373B5;
}
section.five-section .five-block-left .div-2 {
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  font: 700 1.512rem Montserrat, sans-serif;
  line-height: 120%;
}
section.five-section .five-block-left .img {
  width: 10.206rem;
  margin: 0.945rem auto 0;
}
section.five-section .five-block-left .div-3 {
  display: flex;
  margin-top: 0.504rem;
  justify-content: space-between;
  gap: 0.252rem;
}
section.five-section .five-block-left .div-4 {
  color: #979ab1;
  flex-grow: 1;
  font: 500 0.882rem Work Sans, sans-serif;
}
section.five-section .five-block-left .div-5 {
  color: #232c2e;
  flex-grow: 1;
  font: 600 1.008rem Work Sans, sans-serif;
}
section.five-section .five-block-left .img-2 {
  width: 6.678rem;
  align-self: center;
  margin-top: 0.882rem;
  max-width: 100%;
}
@media screen and (max-width: 770px) {
  section.five-section .five-block {
    justify-content: space-around;
  }
  section.five-section .five-block-left {
    padding: 0rem 1.26rem 3.78rem 1.008rem;
  }
}

section.business-plans {
  background-color: #EBECF2;
}
section.business-plans h2 {
  padding-top: 5.04rem;
  padding-bottom: 4.41rem;
  font-family: Work Sans;
  //font-size: 5.04rem;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}
section.business-plans h2 span {
  color: #6373B5;
  font-style: italic;
}
section.business-plans .business-plans-block {
  background-image: url("./assets/img/smiling-woman-with-flag.webp");
  background-repeat: no-repeat;
  background-size: 37.359rem 42.651rem;
  background-position: right bottom;
  padding-bottom: 4.662rem;
}
section.business-plans .box {
  display: flex;
  flex-wrap: wrap;
  max-width: 69.3rem;
  align-items: flex-start;
  gap: 1.89rem;
}
section.business-plans .box .box-plan {
  gap: 1.89rem;
  display: flex;
  flex-direction: column;
}
section.business-plans .box a {
  text-decoration: none;
  border-radius: 1.26rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 2.52rem;
  color: rgb(8, 12, 27);
  font-family: Work Sans;
  font-size: 2.394rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  width: 100%;
  max-width: 33.012rem;
}
section.business-plans .box a:hover {
  color: #6373B5;
}
@media screen and (max-width: 600px) {
  section.business-plans .business-plans-block {
    background-image: none;
  }
}

section.industry-plans .industry-plans-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.26rem;
  padding-bottom: 5.04rem;
  justify-content: center;
}
section.industry-plans h2 {
  padding: 5.04rem 0 3.78rem;
  font-family: Work Sans, sans-serif;
  //font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
section.industry-plans h2 span {
  color: #526498;
  font-style: italic;
}

section.immigration-busines {
  padding: 5.04rem 1.008rem 0.315rem;
  background-color: #EBECF2;
}
section.immigration-busines .g-arrow-left-top {
  position: absolute;
  bottom: 1.89rem;
  left: 1.89rem;
}
section.immigration-busines h2 {
  font-family: Work Sans, sans-serif;
  //font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  max-width: 62.748rem;
  margin: 0 auto;
}
section.immigration-busines h2 span {
  background-color: #B8DFF0;
  border-radius: 3.15rem;
  color: #6373b5;
  font-style: italic;
  display: inline-block;
  padding: 0 1.89rem 0 0.63rem;
  line-height: 5.733rem;
}
section.immigration-busines .immigration-block {
  display: flex;
  justify-content: center;
  gap: 1.134rem;
  align-items: end;
  position: relative;
  top: -5.355rem;
  flex-wrap: wrap;
}
section.immigration-busines .i-box {
  color: #080C1B;
  font-family: Work Sans, sans-serif;
  font-size: 2.52rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  width: 33.642rem;
  height: 45.864rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.52rem;
}
section.immigration-busines .i-box:first-child {
  background-image: url("./assets/img/immigration1.webp");
}
section.immigration-busines .i-box:nth-child(2) {
  background-image: url("./assets/img/immigration2.webp");
}
section.immigration-busines .i-box:nth-child(3) {
  background-image: url("./assets/img/immigration3.webp");
}
section.immigration-busines .i-box:hover {
  -webkit-box-shadow: 0rem 0rem 1.071rem 0rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0rem 0rem 1.071rem 0rem rgba(0, 0, 0, 0.4);
  box-shadow: 0rem 0rem 1.071rem 0rem rgba(0, 0, 0, 0.4);
}
section.immigration-busines .i-box .title {
  position: relative;
  backdrop-filter: blur(0.315rem);
  border-radius: 2.52rem 2.52rem 1.26rem 1.26rem;
  padding: 2.898rem 1.008rem;
}
section.immigration-busines .i-box .title:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #ffffff;
  border-radius: 2.52rem 2.52rem 1.26rem 1.26rem;
}
section.immigration-busines .i-box .title div {
  position: relative;
}
section.immigration-busines .i-box-small {
  height: 37.359rem;
}
@media screen and (max-width: 1000px) {
  section.immigration-busines .i-box {
    width: 27.72rem;
  }
  section.immigration-busines h2 {
    max-width: 71.19rem;
  }
  section.immigration-busines .immigration-block {
    top: -5.04rem;
  }
}
@media screen and (max-width: 800px) {
  section.immigration-busines h2 {
    max-width: 100%;
  }
  section.immigration-busines .i-box-small {
    height: 45.864rem;
  }
  section.immigration-busines .immigration-block {
    top: initial;
    padding-top: 3.15rem;
    padding-bottom: 5.04rem;
  }
}

section.how-it-works {
  padding: 5.04rem 0;
}
section.how-it-works .title {
  background-color: #080C1B;
  border-radius: 6.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.63rem 8.82rem;
  align-items: center;
}
section.how-it-works .text {
  color: #ffffff;
  font-family: Work Sans, sans-serif;
  font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: leftu;
}
section.how-it-works .plan {
  color: #ffffff;
  font-family: Work Sans, sans-serif;
  font-size: 1.512rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
section.how-it-works .plan span {
  color: #6373B5;
}
section.how-it-works .description {
  color: #080C1B;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  max-width: 43.47rem;
  margin: 0 auto;
  padding: 3rem 0 4.4rem;
}
section.how-it-works .description span {
  font-weight: 700;
}
section.how-it-works .space {
  height: 0.1rem;
  background: radial-gradient(0.315rem 0.063rem, #EBECF2 100%, transparent 100%) 0 0/0.945rem 100%;
}
section.how-it-works .steps-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.how-it-works .steps-block .step {
  max-width: 25.2rem;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
}
section.how-it-works .steps-block .step img {
  padding-top: 2.52rem;
  position: relative;
  width: 7.434rem;
}
section.how-it-works .steps-block .after-img {
  position: relative;
}
section.how-it-works .steps-block .after-img::before {
  content: "";
  height: 2.52rem;
  width: 2.52rem;
  position: absolute;
  left: 50%;
  top: 0;
  background: repeating-radial-gradient(circle, transparent 0, transparent 0.315rem, #EBECF2 0.063rem, #EBECF2 0.945rem);
  width: 0.126rem;
}
section.how-it-works .steps-block .desc {
  color: #666B81;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  padding: 2.52rem 1.26rem 0;
}
section.how-it-works .bottom-block {
  text-align: center;
  padding-top: 3.78rem;
}
@media screen and (max-width: 1000px) {
  section.how-it-works .steps-block .after-img:before {
    content: initial;
  }
  section.how-it-works .steps-block .step {
    max-width: 50%;
  }
  section.how-it-works .text {
    font-size: 3.024rem;
    width: 100%;
    text-align: center;
  }
  section.how-it-works .plan {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  section.how-it-works .steps-block .step {
    max-width: 100%;
  }
  section.how-it-works .title {
    padding: 0;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 600px) {
  section.how-it-works .steps-block .step img {
    width: 5rem;
  }
}

section.testimonials {
  padding-top: 5.04rem;
  /* ------------------- */
}
section.testimonials h2 {
  color: #080C1B;
  font-family: Work Sans, sans-serif;
  //font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  padding-bottom: 1.26rem;
}
section.testimonials .desc {
  color: #666B81;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  max-width: 44.352rem;
}
section.testimonials .excellent-review {
  display: flex;
  max-width: 13.23rem;
  flex-direction: column;
  white-space: nowrap;
  line-height: 100%;
}
section.testimonials .excellent-review .div-2 {
  display: flex;
  width: 100%;
  padding-left: 3.087rem;
  flex-direction: column;
  font-size: 2.016rem;
  color: var(--black, #080c1b);
  font-weight: 500;
}
section.testimonials .excellent-review .div-3 {
  font-family: Work Sans, sans-serif;
  align-self: start;
  margin-left: 0.945rem;
}
section.testimonials .excellent-review .img {
  aspect-ratio: 5.26;
  object-position: center;
  width: 10.143rem;
  align-self: center;
  margin-top: 1.008rem;
}
section.testimonials .excellent-review .div-4 {
  display: flex;
  margin-top: 0.63rem;
  padding-right: 1.26rem;
  justify-content: space-between;
  gap: 0.63rem;
  font-size: 1.134rem;
}
section.testimonials .excellent-review .div-5 {
  color: var(--text, #666b81);
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  flex-grow: 1;
}
section.testimonials .excellent-review .div-6 {
  color: var(--black, #080c1b);
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  flex-grow: 1;
}
section.testimonials .excellent-review .img-2 {
  aspect-ratio: 2.94;
  object-position: center;
  width: 11.214rem;
  align-self: center;
  max-width: 11.214rem;
  margin: 0.63rem 0 0 2.016rem;
}
section.testimonials .testimonials-part-1 {
  display: flex;
  justify-content: space-between;
}
section.testimonials .testimonials-part-2 {
  display: flex;
  padding: 2.52rem 0 3.15rem;
  //justify-content: space-between;
  //flex-wrap: wrap;
  
  //display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px; /* Расстояние между отзывами */
  //padding: 20px; /* Внутренний отступ */
}
@media screen and (max-width: 1000px) {
  section.testimonials .testimonials-part-2 {
    justify-content: space-around;
  }
  section.testimonials .testimonials-part-1 .right {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  section.testimonials .testimonials-part-1 {
    flex-direction: column;
  }
}

section.frequently-asked {
  padding-top: 5.04rem;
}
section.frequently-asked .inside-block {
  display: flex;
}
section.frequently-asked .desc,
section.frequently-asked .faq {
  flex: 1;
}
section.frequently-asked .desc h2 {
  color: rgb(0, 0, 0);
  font-family: Work Sans, sans-serif;
  //font-size: 5.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  padding-bottom: 3.15rem;
}
section.frequently-asked .desc {
  position: relative;
  height: 52.92rem;
}
section.frequently-asked .desc img {
  position: absolute;
  left: -8.82rem;
  width: 51.093rem;
  height: 31.5rem;
}
section.frequently-asked .faq .accordion-button {
  padding: 2.52rem 2.52rem 1.89rem;
}
section.frequently-asked .faq .accordion-body {
  padding: 0 2.52rem 2.52rem;
  color: rgb(102, 107, 129);
  font-family: Work Sans, sans-serif;
  font-size: 1.134rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
section.frequently-asked .faq .accordion-item {
  box-sizing: border-box;
  border: 0.063rem solid rgb(235, 236, 242);
  border-radius: 1.26rem;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.26rem;
}
section.frequently-asked .faq .accordion-button {
  background-color: #E5F3FA;
  color: rgb(8, 12, 27);
  font-family: Work Sans, sans-serif;
  font-size: 1.512rem;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}
section.frequently-asked .faq .accordion-button::after {
  background-image: url("./assets/img/plus.webp");
  transform: scale(0.7) !important;
  position: absolute;
  right: 1.512rem;
  top: 1.512rem;
}
section.frequently-asked .faq .accordion-button:not(.collapsed) {
  background-color: initial;
  box-shadow: initial;
}
section.frequently-asked .faq .accordion-button:not(.collapsed)::after {
  background-image: url("./assets/img/minus.webp");
}
@media screen and (max-width: 1000px) {
  section.frequently-asked .inside-block {
    flex-direction: column;
  }
  section.frequently-asked .desc {
    height: initial;
    padding-bottom: 3.15rem;
  }
  section.frequently-asked .desc img {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  section.frequently-asked .desc img {
    left: -1.008rem;
    width: 100%;
    height: initial;
  }
}

section.any-questions {
  max-width: 120.96rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 3.78rem 3.78rem 0rem 0rem;
  background: linear-gradient(54.29deg, rgb(67, 83, 139) 3.515%, rgb(99, 115, 181) 98.438%);
}
section.any-questions .any-questions-block {
  display: flex;
  background-image: url("./assets/img/get_in.webp");
  background-repeat: no-repeat;
  background-size: 35.406rem 32.13rem;
  background-position-x: left;
  background-position-y: bottom;
}
section.any-questions .get-in {
  text-align: center;
  flex: 1.2;
}
section.any-questions .get-in div {
  color: rgb(99, 115, 181);
  font-family: Work Sans, sans-serif;
  font-size: 5.04rem;
  font-weight: 600;
  line-height: 5.67rem;
  border-radius: 6.3rem;
  background: rgb(184, 223, 240);
  display: inline-block;
  padding: 0 1.512rem 0 0.882rem;
  font-style: italic;
}
section.any-questions h2 {
  color: rgb(255, 255, 255);
  font-family: Work Sans, sans-serif;
  font-size: 5.04rem;
  font-weight: 600;
  line-height: 5.922rem;
  padding: 5.04rem 0 1.26rem;
}
section.any-questions .form {
  flex: 0.8;
}
section.any-questions .contact-form-home {
  padding-top: 5.04rem;
  padding-bottom: 5.04rem;
}
section.any-questions span[data-name=your-name],
section.any-questions span[data-name=phone-num],
section.any-questions span[data-name=your-email] {
  display: inline-block;
  margin-bottom: 1.134rem;
}
section.any-questions span[data-name=your-name]:after,
section.any-questions span[data-name=phone-num]:after,
section.any-questions span[data-name=your-email]:after {
  content: "";
  position: absolute;
  width: 2.016rem;
  height: 2.016rem;
  left: 1.89rem;
  top: 0.945rem;
  padding-right: 2.142rem;
}
section.any-questions span[data-name=your-name]:before,
section.any-questions span[data-name=phone-num]:before,
section.any-questions span[data-name=your-email]:before {
  content: "";
  position: absolute;
  height: 1.134rem;
  width: 0.063rem;
  background: #ffffff;
  left: 4.914rem;
  top: 1.386rem;
}
section.any-questions span[data-name=your-name] input,
section.any-questions span[data-name=phone-num] input,
section.any-questions span[data-name=your-email] input {
  border: 0.063rem solid rgb(184, 223, 240);
  border-radius: 6.3rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.323rem 0.63rem 1.323rem 6.426rem;
  max-width: 33.642rem;
  width: 100%;
  color: rgb(8, 12, 27);
  font-family: Work Sans, sans-serif;
  font-size: 1.134rem;
  font-weight: 400;
  line-height: 1.323rem;
  text-align: left;
  position: relative;
}
section.any-questions span[data-name=your-name]:after {
  background-image: url("./assets/img/mdi_account.webp");
  background-size: 100%;
}
section.any-questions span[data-name=phone-num]:after {
  background-image: url("./assets/img/ph_phone-fill.webp");
  background-size: 100%;
}
section.any-questions span[data-name=your-email] {
  margin-bottom: 2.52rem;
}
section.any-questions span[data-name=your-email]:after {
  background-image: url("./assets/img/ic_round-email.webp");
  background-size: 100%;
}
section.any-questions .wpcf7-not-valid-tip {
  padding-left: 2.268rem;
  padding-top: 0.252rem;
}
section.any-questions .wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 0;
  color: #ffffff;
  padding-left: 2.268rem;
  position: relative;
}
section.any-questions .wpcf7-submit {
  border-radius: 12.6rem;
  box-shadow: 0rem 0.63rem 2.835rem 0rem rgba(99, 115, 181, 0.25);
  backdrop-filter: blur(0.63rem);
  background-color: var(--white, #fff);
  display: flex;
  justify-content: space-between;
  gap: 1.26rem;
  font-size: 1.512rem;
  color: var(--fiolet-primary, #6373b5);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 0.63rem 0.63rem 0.63rem 1.575rem;
  width: 18.144rem;
  text-decoration: none;
  line-height: 0;
  width: 100%;
  max-width: 33.642rem;
}
section.any-questions .wpcf7-submit .div-2 {
  font-family: Work Sans, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
}
section.any-questions .wpcf7-submit .img {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 4.41rem;
}
section.any-questions .wpcf7-submit .div-2 {
  text-align: left;
  padding-left: 0.756rem;
}
@media screen and (max-width: 800px) {
  section.any-questions .any-questions-block {
    flex-direction: column;
    text-align: center;
  }
  section.any-questions .wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    font-size: 1.134rem;
  }
  section.any-questions .get-in div,
  section.any-questions .get-in h2 {
    font-size: 3.024rem;
  }
  section.any-questions .get-in div {
    padding: 0 1.008rem;
    line-height: 2.7rem;
  }
  section.any-questions .contact-form-home {
    padding: 5.04rem 1.008rem;
  }
}

section.banner-e1 {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  font-size: 1.512rem;
  font-weight: 600;
  text-align: center;
  padding: 10.08rem 1.008rem 1.89rem;
  background-image: url("./assets/img/e1_visa_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 4.41rem 4.41rem;
}
section.banner-e1 h1 {
  color: var(--white, #fff);
  align-self: stretch;
  font: 5.04rem/110% Work Sans, sans-serif;
  font-weight: 500;
  padding-bottom: 1.386rem;
}
section.banner-e1 .desc {
  color: var(--white, #fff);
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  line-height: 1.827rem;
  max-width: 24.759rem;
  padding-bottom: 3.78rem;
}
section.banner-e1 .btn {
  font-family: Work Sans, sans-serif;
  justify-content: center;
  border-radius: 6.3rem;
  box-shadow: 0rem 0.63rem 3.78rem 0rem rgba(3, 41, 46, 0.12);
  background-color: var(--white, #fff);
  color: #526498;
  text-transform: uppercase;
  padding: 1.25rem 3.024rem;
  font-weight: 600;
  margin-bottom: 1.89rem;
}
section.banner-e1 .approval-rate {
  color: #b8dff0;
  font-family: Work Sans, sans-serif;
  line-height: 160%;
  margin-bottom: 5.103rem;
}
section.banner-e1 .approval-rate .first {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
section.banner-e1 .approval-rate .last {
  font-weight: 700;
  color: rgb(184, 223, 240);
  text-decoration: none;
}
section.banner-e1 .breadcrumbs {
  justify-content: center;
  display: flex;
  gap: 0.063rem;
  font-size: 0.882rem;
  color: var(--BG-fiolet, #ebecf2);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
}
section.banner-e1 .home {
  color: var(--blue-primary, #b8dff0);
  font-family: Work Sans, sans-serif;
  text-decoration-line: underline;
}
section.banner-e1 .slash {
  font-family: Work Sans, sans-serif;
}
section.banner-e1 .page {
  font-family: Work Sans, sans-serif;
}
@media screen and (max-width: 800px) {
  section.banner-e1 {
    padding: 10.08rem 1.008rem 1.89rem;
  }
  section.banner-e1 h1 {
    font-size: 3.654rem;
  }
}

section.what-is-e1 {
  position: relative;
  padding: 5.04rem 0 0;
}
section.what-is-e1 h2 {
  font-family: Work Sans;
  font-size: 2.85rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  padding: 0 1.008rem;
}
section.what-is-e1 h2 span {
  color: #6373B5;
  font-style: italic;
}
section.what-is-e1 .desc {
  color: rgb(102, 107, 129);
  font-family: Work Sans;
  font-size: 1.134rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  max-width: 50.4rem;
  padding: 1.26rem 1.008rem 1.89rem;
  position: relative;
}
section.what-is-e1 .desc:after {
  display: block;
  position: absolute;
  content: "";
  width: 34.272rem;
  height: 42.525rem;
  background-image: url("./assets/img/young_man_with_flag.webp");
  background-size: 100%;
  bottom: -1.26rem;
  left: 67rem;
  z-index: 1;
}
section.what-is-e1 .pdf-block {
  background-color: #6373B5;
  min-height: 6.93rem;
}
section.what-is-e1 .pdf-inside {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 6.93rem;
}
section.what-is-e1 .pdf-img {
  padding-right: 1rem;
  width: 5.67rem;
}
section.what-is-e1 .upload-img {
  width: 4.41rem;
}
section.what-is-e1 .pdf-link {
  color: rgb(255, 255, 255);
  font-family: Work Sans;
  font-size: 2.016rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  text-decoration-line: underline;
}
section.what-is-e1 .pdf-link span {
  padding-right: 2.52rem;
}
@media screen and (min-width: 1930px) {
  section.what-is-e1 .desc:after {
    left: 110%;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  section.what-is-e1 .desc {
    max-width: 100%;
    padding-bottom: 23.94rem;
  }
  section.what-is-e1 .desc:after {
    width: 18.9rem;
    height: 23.436rem;
    right: 0.63rem;
    left: initial;
    bottom: initial;
  }
}
@media screen and (max-width: 600px) {
  section.what-is-e1 .pdf-img {
    width: 3.78rem;
  }
  section.what-is-e1 .upload-img {
    width: 2.52rem;
  }
  section.what-is-e1 .pdf-link span {
    font-size: 1.26rem;
    line-height: 0;
  }
}

section.why-select-us {
  padding: 6.615rem 0 6.3rem;
}
section.why-select-us h2 {
  color: rgb(8, 12, 27);
  font-family: Work Sans;
  font-size: 3.04rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
section.why-select-us .delivering-box {
  align-items: center;
  border-radius: 6.3rem;
  background-color: var(--black, #080c1b);
  display: flex;
  max-width: 55.755rem;
  font-size: 1.512rem;
  justify-content: center;
  padding: 1.764rem 8rem;
  gap: 1.26rem;
}
section.why-select-us .delivering-box .text {
  color: var(--white, #fff);
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  line-height: 2.142rem;
  max-width: 28.98rem;
  position: relative;
  top: 0.504rem;
}
section.why-select-us .delivering-box .visas {
  color: var(--blue-primary, #b8dff0);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  line-height: 160%;
  margin: auto 0;
  white-space: nowrap;
  position: relative;
  top: 0.756rem;
}
section.why-select-us .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.89rem;
}
section.why-select-us .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.89rem;
}
section.why-select-us .boxes .el-why-select-us-box {
  padding-top: 1.89rem;
}
@media screen and (max-width: 1000px) {
  section.why-select-us .top {
    flex-direction: column;
  }
  section.why-select-us h2 {
    padding-bottom: 1.26rem;
  }
  section.why-select-us .delivering-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  section.why-select-us .delivering-box {
    flex-direction: column;
    padding: 1.764rem 2rem;
  }
}

section.what-qualifications {
  padding-bottom: 4.41rem;
}
section.what-qualifications h2 {
  font-family: Work Sans;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
section.what-qualifications h2 span {
  color: #6373B5;
  font-style: italic;
}
section.what-qualifications .desc {
  font-family: Work Sans;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  color: #666B81;
  max-width: 54.432rem;
}
section.what-qualifications h3 {
  font-weight: 600;
  color: #6373B5;
  font-family: Work Sans;
  font-size: 1.26rem;
  font-style: italic;
  padding: 1.89rem 0 1.26rem;
}
section.what-qualifications .what-qualifications-block {
  display: flex;
}
@media screen and (max-width: 900px) {
  section.what-qualifications .what-qualifications-block {
    flex-direction: column;
  }
  section.what-qualifications h2 {
    padding-bottom: 1.26rem;
  }
}

section.our-solution {
  background-color: #EBECF2;
  padding-top: 5.04rem;
}
section.our-solution h2 {
  background-color: #B8DFF0;
  border-radius: 3.15rem;
  color: #6373b5;
  font-style: italic;
  //padding: 0 1.89rem 0 0.63rem;
  line-height: 7.119rem;
  display: inline-block;
  font-size: 3.04rem;
  margin-bottom: 1.89rem;
}
section.our-solution .desc {
  color: #666B81;
  font-family: Work Sans;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  margin-bottom: 2.268rem;
  max-width: 28.35rem;
}
section.our-solution h3 {
  color: #526498;
  font-family: Work Sans;
  font-size: 2.016rem;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  padding-bottom: 0.63rem;
}
section.our-solution .box h4 {
  color: #080C1B;
  font-family: Work Sans;
  font-size: 1.638rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
section.our-solution .box .text {
  color: #666B81;
  font-family: Work Sans;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
section.our-solution .document {
  text-align: center;
}
section.our-solution .document h3 {
  color: #6373B5;
  font-family: Work Sans;
  font-size: 2.52rem;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 1.26rem;
}
section.our-solution .document ul {
  border-radius: 1.26rem;
  background: #F7F7F9;
  list-style-type: none;
  padding: 3.15rem 6.867rem 4rem 6.93rem;
  margin: 0;
}
section.our-solution .document ul li {
  position: relative;
  font-family: Work Sans;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  padding-left: 2.52rem;
  padding-bottom: 1.26rem;
}
section.our-solution .document ul li:before {
  left: 0;
  top: 0.189rem;
  content: "";
  width: 1.575rem;
  height: 1.512rem;
  background-image: url("./assets/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
section.our-solution .el-btn {
  position: relative;
  top: -2.583rem;
  margin: 0 auto;
  padding: 1.6rem 7.52rem;
}
section.our-solution .our-solution-block {
  display: flex;
  justify-content: space-between;
  background-image: url("./assets/img/our_solution_lamp.svg");
  background-size: 36.981rem 32.13rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 1.89rem;
}
section.our-solution .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 2.52rem 3.78rem;
  max-width: 59.22rem;
}
section.our-solution .blocks .box {
  width: 13.86rem;
  overflow-wrap: break-word;
}
@media screen and (max-width: 900px) {
  section.our-solution .our-solution-block {
    flex-direction: column;
  }
  section.our-solution .document ul {
    max-width: 50rem;
    margin: 0 auto;
  }
  section.our-solution .document h3 {
    padding-top: 2.52rem;
  }
  section.our-solution .business-plan {
    text-align: center;
  }
  section.our-solution .desc {
    margin: 0 auto 2.268rem;
  }
  section.our-solution h3 {
    text-align: center;
  }
  section.our-solution .blocks {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  section.our-solution .document ul {
    padding-left: 1.26rem;
    padding-right: 1.26rem;
  }
  section.our-solution .el-btn {
    padding-left: 3.024rem;
    padding-right: 3.024rem;
  }
  section.our-solution .our-solution-block {
    background-image: none;
  }
}

section.prerequisites-for-reports {
  padding-top: 5.04rem;
}
section.prerequisites-for-reports h2 {
  text-align: center;
  line-height: 120%;
  padding-bottom: 5.67rem;
}
section.prerequisites-for-reports .boxes {
  display: flex;
  justify-content: center;
}
section.prerequisites-for-reports .boxes img.passport {
  position: relative;
  top: -3.15rem;
  margin-right: 1.89rem;
  margin-left: 6.3rem;
  width: 22.869rem;
  height: 29.862rem;
}
section.prerequisites-for-reports .boxes ul {
  max-width: 26.46rem;
}
section.prerequisites-for-reports .boxes ul li {
  padding-bottom: 2.52rem;
  color: #080C1B;
  font-family: Work Sans, sans-serif;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  section.prerequisites-for-reports .boxes {
    flex-direction: column;
    align-items: center;
  }
  section.prerequisites-for-reports h2 {
    padding-bottom: 2.52rem;
  }
  section.prerequisites-for-reports ul.first {
    margin-bottom: 2.52rem;
  }
  section.prerequisites-for-reports .boxes img.passport {
    margin: 0 0 0.63rem 0;
  }
}
@media screen and (max-width: 600px) {
  section.prerequisites-for-reports .boxes img.passport {
    width: 100%;
    height: initial;
  }
}

section.how-it-works.e1-page {
  padding: 2.52rem 0 5.04rem;
}
section.how-it-works .bottom-block {
  display: flex;
  justify-content: center;
  gap: 1.638rem;
}
@media screen and (max-width: 600px) {
  section.how-it-works .bottom-block {
    flex-direction: column;
    align-items: center;
  }
}

section.our-clients {
  padding-bottom: 5.04rem;
}
section.our-clients h2 {
  padding: 2.52rem 0 2.52rem;
  text-align: center;
}
section.our-clients .our-clients-block {
  display: flex;
  justify-content: space-between;
}
section.our-clients .our-clients-block a {
  cursor: initial;
}
section.our-clients .our-clients-block img {
  max-width: 15.12rem;
}
@media screen and (max-width: 1000px) {
  section.our-clients .our-clients-block {
    flex-wrap: wrap;
    justify-content: center;
  }
}

section.text-seo {
  background-color: #EBECF2;
  padding: 5.04rem 15%;
  text-align: left;
  height: auto;
  overflow: hidden;
}
section.text-seo .blocks {
  max-width: 87.57rem;
  padding: 0 1.008rem;
  margin: 0 auto;
  height: 106px;
  overflow: hidden;
  transition: height 0.5s;
}
section.text-seo .title {
  font-family: Work Sans, sans-serif;
  font-size: 1.638rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  width: 45rem;
  //margin-right: 3.15rem;
}
section.text-seo .text {
  color: #666B81;
  font-family: Work Sans, sans-serif;
  font-size: 1.134rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  max-width: 63rem;
}
section.text-seo .box {
  display: flex;
  padding-bottom: 4.41rem;
}
section.text-seo .collapse[aria-expanded=false] {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.text-seo .collapsing[aria-expanded=false] {
  height: 42px !important;
}

footer.site-footer {
  background-color: #B8DFF0;
  padding-top: 0.63rem;
}
footer.site-footer .top {
  padding-bottom: 0.63rem;
}
footer.site-footer .el-social {
  margin-top: 4.347rem;
}
footer.site-footer .footer-menu {
  list-style-type: none;
  padding: 0;
}
footer.site-footer .footer-menu a {
  display: inline-block;
  text-decoration: none;
  font: 500 1.134rem Work Sans, sans-serif;
  color: #666B81;
  padding-bottom: 1.386rem;
}
footer.site-footer .footer-menu li:last-child a {
  padding-bottom: 0;
}
footer.site-footer .industry-title {
  font: 500 1.512rem Work Sans, sans-serif;
  font-style: italic;
  padding-bottom: 1.386rem;
}
footer.site-footer .menu-footer_4-container {
  padding-top: 3.024rem;
}
footer.site-footer .col:first-child {
  min-width: 26.208rem;
  padding-right: 6.3rem;
}
footer.site-footer .col {
  padding-top: 2.205rem;
  min-width: 15.435rem;
}
footer.site-footer .center {
  background-color: #080C1B;
}
footer.site-footer .buttom {
  background-color: #B8DFF0;
  min-height: 3.15rem;
  color: rgba(99, 115, 181, 0.5607843137);
  font-family: Work Sans;
  font-size: 0.882rem;
  font-weight: 300;
  line-height: 1.008rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer .buttom span {
  display: inline-block;
  padding-right: 0.882rem;
}
footer.site-footer .center-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .center-block .subscribe-block {
  display: flex;
  align-items: center;
}
footer.site-footer .center-block .subscribe-block .title {
  color: #B8DFF0;
  font-family: Work Sans;
  font-size: 1.512rem;
  font-weight: 500;
  text-align: left;
  margin-right: 2.52rem;
}
footer.site-footer .center-block .subscribe-block .subscribe-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #6373B5;
  color: #ffffff;
  font-family: Work Sans, sans-serif;
}
footer.site-footer .center-block .el-consultum-logo {
  padding: 2.394rem 0;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .col:first-child {
    padding-right: 3rem;
    min-width: initial;
  }
  footer.site-footer .el-phone-block {
    margin: 0 auto;
  }
  footer.site-footer .el-social {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer.site-footer .menu-footer_4-container {
    padding-top: 0;
  }
  footer.site-footer .center-block {
    flex-direction: column;
  }
  footer.site-footer .subscribe-block {
    padding-bottom: 1.26rem;
  }
  footer.site-footer .col:first-child {
    padding-right: initial;
  }
}
@media screen and (max-width: 460px) {
  footer.site-footer .center-block .subscribe-block {
    flex-direction: column;
  }
  footer.site-footer .center-block .subscribe-block .title {
    padding-bottom: 1.26rem;
  }
}
