@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
section.intro {
  padding: 40px 0px;
}
section.intro .intro-banner {
  width: 100%;
  min-height: 500px;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
section.intro p {
  font-family: "Lato";
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #000000;
}
section.intro .subtitle p {
  font-family: "Lato";
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  width: 820px;
  padding-bottom: 18px;
}
section.intro .divisionBar {
  padding-bottom: 30px;
}
section.intro .divisionBar__border {
  width: 184px;
  height: 3px;
  background-color: #852163;
}
section.intro .btn__contact-experts {
  margin-top: 30px;
}
section.intro .btn__contact-experts a {
  text-decoration: none;
  font-family: "Lato";
  font-size: 0.9em;
  color: #FFFFFF;
  background: #852163;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 30px;
}
section.intro .btn__contact-experts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  section.intro .btn__contact-experts a {
    margin-top: 30px;
  }
}

section.clients {
  margin: 0;
  padding-bottom: 60px;
}
section.clients .boxStyle {
  width: 198px;
  height: 116px;
}
section.clients .borderBox {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  width: 100%;
  height: 80%;
}
section.clients .boxStyle img {
  width: 70%;
}
section.clients .boxStyle_ajust img {
  width: 50%;
}
section.clients .logos {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.clients .logos li {
  width: 15%;
  display: block;
  text-align: center;
}
section.clients .logos li img {
  width: 80%;
}
section.clients .mobile-logo img {
  width: 100%;
}
section.clients .carousel-indicators li {
  background: #e86bbe;
}
section.clients .carousel-indicators li.active {
  background: #852163;
}
@media only screen and (max-width: 768px) {
  section.clients .logos li figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.clients .logos li {
    width: 100%;
  }
  section.clients .boxStyle {
    width: 180px;
    height: 110px;
  }
}
@media only screen and (max-width: 575px) {
  section.clients .carousel-inner {
    height: 325px;
  }
}
@media only screen and (max-width: 500px) {
  section.clients .carousel-inner {
    height: 270px;
  }
}
@media only screen and (max-width: 440px) {
  section.clients .carousel-inner {
    height: 240px;
  }
}

section.our-services {
  background-color: #F5F5F5;
  padding: 80px 0px;
}
section.our-services h1 {
  margin-bottom: 30px;
}
section.our-services .our-services__card {
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  padding: 50px 40px;
  height: 100%;
}
section.our-services .box-m {
  margin: 15px 0px;
}
section.our-services .our-services__card-title h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #852163;
}
section.our-services .our-services__card-title img {
  padding-right: 15px;
  width: 65px;
}
section.our-services .our-services__card h3 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #852163;
  margin: 20px 0px;
}
section.our-services .our-services__card p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #444444;
}
section.our-services .our-services__card-link {
  position: absolute;
  bottom: 30px;
  width: 80%;
}
section.our-services .our-services__card-link img {
  width: 20px;
  margin-right: 8px;
}
section.our-services .our-services__card-link a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #852163;
}
@media only screen and (max-width: 768px) {
  section.our-services .our-services__card-link {
    position: relative;
    padding-top: 30px;
    width: 100%;
  }
}

section.cases {
  padding: 80px 1em;
}
section.cases p.intro {
  font-family: "Lato";
  font-weight: 600;
  font-size: 19px;
  color: 444444;
  text-align: center;
  padding-bottom: 18px;
}
section.cases h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #852163;
  text-align: center;
  padding-bottom: 18px;
}
section.cases span.card {
  display: block;
  border: 1px solid #aaaaaa;
  border-radius: 1em;
  padding: 2em;
  margin-bottom: 2em;
  font-family: Lato;
}
section.cases span.card figure img {
  padding-bottom: 1em;
}
section.cases span.card figcaption span {
  display: block;
}
section.cases span.card figcaption span.number {
  color: #852163;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.2em;
}
section.cases span.card figcaption span.type {
  font-size: 16px;
  color: #444444;
}
section.cases span.card figcaption span.type_upp {
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  text-transform: uppercase;
  height: 65px;
}
section.cases span.card figcaption span.client {
  color: #852163;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
section.cases span.card a.cta {
  border-radius: 50px;
  border: 2px solid #852163;
  color: #852163;
  padding: 0.7em 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 180px;
  text-align: center;
}
section.cases span.card a.cta:hover {
  background: #852163;
  text-decoration: none;
  color: white;
}

section.benefits {
  padding: 100px 0px;
}
section.benefits .benefits-bg {
  background-image: url("../img/world.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.benefits .benefits-main h2 {
  font-family: "Lato";
  font-style: italic;
  font-weight: 500;
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  color: #852163;
  max-width: 770px;
  margin-bottom: 100px;
}
section.benefits .benefits__list {
  padding-left: 160px;
}
section.benefits .benefits__list-ul {
  list-style: none;
}
section.benefits .benefits__list-ul li p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  margin-left: 10px;
}
section.benefits .benefits__list-ul li img {
  width: 15px;
  margin-top: -13px;
}
section.benefits .benefits-main h3 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #8E008E;
  max-width: 910px;
  margin: 100px 0px;
}
section.benefits .benefits__img {
  display: flex;
  align-items: start;
  justify-content: space-around;
}
section.benefits .benefits__img-element {
  margin: 0px 20px;
}
section.benefits .benefits__img-element img {
  width: 136px;
  border-radius: 50%;
  opacity: 80%;
}
section.benefits .benefits__img-element p {
  width: 136px;
  font-family: "Lato";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  padding-top: 25px;
}
@media only screen and (max-width: 1280px) {
  section.cases span.card figcaption span.type_upp {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    height: 80px;
  }

}
@media only screen and (max-width: 1200px) {
  section.benefits .benefits__list {
    padding-left: 15px;
  }
  section.benefits .benefits__img-element img {
    width: 100px;
  }
  section.benefits .benefits__img-element p {
    width: 100px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  section.cases span.card figcaption span.type_upp {
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    height: 80px;
  }

}
@media only screen and (max-width: 992px) {
  section.benefits .benefits__img, section.benefits .benefits__img-element {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  section.benefits .benefits__img {
    flex-direction: column;
  }
  section.benefits .benefits__img-element img {
    width: 70%;
  }
  section.benefits .benefits__img-element p {
    width: 70%;
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  section.benefits .benefits-bg {
    background-size: contain;
  }
  section.cases span.card figcaption span.type_upp {
    font-size: 15px;
    width: 100%;
    height: 90px;
    margin-bottom: 0.2em;   
  }
  section.cases span.card a.cta {
    width: 140px;
}
}
@media only screen and (max-width: 425px) {

  section.cases span.card figcaption span.type_upp {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0em;
    height: 70px;
  }
  section.cases span.card a.cta {
    width: 180px;
}
}
@media only screen and (max-width: 375px) {

  section.cases span.card figcaption span.type_upp {
       height: 90px;
  }
}


section.contact__form {
  padding-bottom: 0px;
  margin-bottom: -60px;
}
section.contact__form h1 {
  color: #8E008E;
  font-weight: 600;
}
section.contact__form p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000;
  padding-bottom: 50px;
}
section.contact__form .contact__form-form {
  width: 900px;
}
section.contact__form .btn__group {
  display: block;
  margin-top: 60px;
  margin-left: 320px;
}
section.contact__form .btn-Sub {
  background: #8E008E;
  border-radius: 50px;
  padding: 5px 50px;
  font-family: "Lato";
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #FFFFFF;
  text-transform: uppercase;
}
section.contact__form .btn-Can {
  background: #fff;
  border: 1px solid #852163;
  border-radius: 50px;
  padding: 5px 50px;
  font-family: "Lato";
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  color: #8E008E;
  margin-left: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  section.contact__form .btn__group {
    margin-top: 40px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 500px) {
  section.contact__form .contact__form-form {
    width: 100%;
  }
  section.contact__form .btn__group {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  section.contact__form .btn-Can {
    margin-top: 20px;
    margin-left: 0px;
  }
}

body {
  background-color: rgb(255, 255, 255);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
h1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #852163;
  text-align: center;
  padding-bottom: 18px;
}