@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
  scroll-behavior: smooth;
}
.landing__odoo {
  font-family: "Ubuntu", sans-serif;
}

.inner__odoo {}

.header__odoo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.inner__header__odoo {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__intro {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__intro__message {
  max-width: 600px;
}

.title__erp {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25em;
}

.subtitle__erp {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35em;
}

.subtitle__erp {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title__decoration {
  position: relative;
  display: inline-block;
}

.title__decoration b {
  position: relative;
  z-index: 2;
}

.title__decoration:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.5rem;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: auto;
  background-image: url('../img/odoo/icon__underline.svg');
  height: 20px;
  width: 100%;
  z-index: 1;
}

.hero__intro__image img {
  max-width: 640px;
}

.partner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  color: #8F8E98;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner__title span {
  margin-right: 1rem;
}

.partner__title svg {}

.hero__intro__message .hero__intro__cta {
  display: none;
}

.ctn__solutions {
  background-color: #F1F5F9;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.ctn__solutions:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 200px;
  width: 560px;
  height: 650px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url('../img/odoo/left__solutions.svg');
}

.ctn__solutions:after {
  content: "";
  position: absolute;
  right: -240px;
  top: 40px;
  width: 560px;
  height: 650px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url('../img/odoo/right__solutions.svg');
}

.inner__solutions {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid__solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4rem 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid__solutions:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../img/odoo/back__video.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.head__grid {
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.head__grid svg {
  width: 100%;
}

.grid__item__solutions {
  width: 12%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid__item__solutions strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.875rem;
  word-break: break-all;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumb__application {
  background-color: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.name__solutions {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #475569;
  text-align: center;
  margin-bottom: 0;
}

.title__solutions {
  line-height: 1.35em;
  text-align: center;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.text__solutions {
  text-align: center;
  font-size: 1.5rem;
  color: #0F172A;
  margin-top: 0;
  margin-bottom: 3rem;
}

.card__element {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.inner__card__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.title__card {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card__text p {
  font-size: 1.5rem;
  color: #0F172A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

p.subtitle__card {
  font-size: 1.25rem;
  color: #475569;
  margin-bottom: 0.5rem;
}

.card__image {
  max-width: 40%;
}

.card__text {
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gray__card {
  background-color: #F1F5F9;
}

.services__grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.services__grid__item p {
  margin-bottom: 0;
}

.services__grid__item h4 {
  margin: 1rem 0;
}

.wrap__services {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}


.input__material {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
}

.input__material .label {
  position: absolute;
  top: 20px;
  left: 3.5rem;
  font-size: 16px;
  color: #576F9D;
  font-weight: 500;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.input__material .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.input__material input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 0;
  height: 56px;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 1rem;
  color: #576F9D;
  padding-left: 3.5rem;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom: 1px solid transparent;
}

.input__material input.error:focus,
.input__material input:invalid,
.input__material input.error {
  -webkit-box-shadow: inset 0 -1px 0 #FF758E;
  box-shadow: inset 0 -1px 0 #FF758E;
}

.input__material input:not(:-moz-placeholder-shown)+.label {
  color: #00f28b;
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.input__material input:not(:-ms-input-placeholder)+.label {
  color: #00f28b;
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.input__material input:not(:placeholder-shown)+.label {
  color: #576F9D;
  -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.input__material input:focus {
  background-color: #fff;
  outline: none;
}

.input__material input:focus+.label {
  color: #576F9D;
  -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.input__material input:focus+.label+.focus-bg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.alert_sector,
.alert_employees,
.alert_name,
.alert_apellido,
.alert_email,
.alert_tel,
.alert__aviso,
.alert_service,
.alert_idea {
  display: none;
  font-size: .7em;
}

.form__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #5807E9;
  border-radius: 1.5rem;
  padding: 4rem 3rem;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left__form a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left__form a svg {
  width: 44px;
  height: 44px;
  margin-right: 0.5rem;
  pointer-events: none
}
.left__form a span {
  pointer-events: none
}
.left__form ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.left__form ul li {
  margin-right: 0.5rem;
}

.left__form ul a {
  text-decoration: none;
}

.left__form ul a svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.block__connect {
  margin-top: 3rem;
  font-weight: 600;
}

.title__contact {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
}

.subtitle__contact {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  max-width: 520px;
}

.wrap__contact {
  padding: 4rem 2rem;
}

.right__form {
  max-width: 450px;
  width: 100%;
}

.custom__select {
  font-family:
    'Roboto', 'Helvetica', 'Arial', sans-serif;
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 56px;
  border-radius: 1rem;
}

.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  margin-bottom: 0;
  font-size: 18px;
  border-radius: 0;
  border: none;
  color: #576F9D;
  background-repeat: no-repeat;
  background-position: 95% 12px;
  background-size: 20px auto;
  background-image: url('../img/odoo/icon__arrow.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove focus */
.select-text:focus {
  outline: none;
}

/* Use custom arrow */
.custom__select .select-text {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 14px;
  padding-left: 3.5rem;
}



/* LABEL ======================================= */
.select-label {
  color: #576F9D;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 20px;
  padding-left: 3.5rem;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-family: 'Ubuntu', sans-serif;
}

/* active state */
.select-text:focus~.select-label,
.select-text:valid~.select-label {
  color: #576F9D;
  top: 8px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
  width: 350px;
}


/* active state */
.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}


.contact__data__item {
  margin-bottom: 2rem;
}

.input__name,
.input__lastname,
.input__email,
.input__phone,
.input__sector,
.select__employes {
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 32px auto;
}

.input__name {
  background-image: url('../img/odoo/icon__user.svg');
}

.input__lastname {
  background-image: url('../img/odoo/icon__user.svg');
}

.input__email {
  background-image: url('../img/odoo/icon__mail.svg');
}

.input__phone {
  background-image: url('../img/odoo/icon__phone.svg');
}

.input__sector {
  background-image: url('../img/odoo/icon__sector.svg');
}

.select__employes {
  background-image: url('../img/odoo/icon__employe.svg'), url('../img/odoo/icon__arrow.svg');
  background-position: 8px 5px, 95% 10px;
  background-repeat: no-repeat;
  background-size: 32px auto, 16px auto;
}

.cta__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing__odoo .btn__blue:hover {
  background-color: #00f28b;
  color: #0F172A;
  border: 2px solid #00f28b;
}

.header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}

.select__lang svg {
  width: 24px;
  margin-right: 0.5rem;
}

.selector__lang {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/odoo/icon__arrow.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 16px auto;
  border: none;
  padding-right: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero__intro__message .hero__intro__cta {
  display: none;
}

.intro__message__list li {
  font-size: 1.25rem;
  line-height: 1.35em;
}

.footer__odoo {
  background-color: #0F172A;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.inner__footer__odoo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.left__form {
  padding-right: 2rem;
}

.footer__odoo p {
  color: #fff;
}

.footer__odoo a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.modal__error ,
.modal__thanks {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 0.35s;
  -o-transition: all linear 0.35s;
  transition: all linear 0.35s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__error.open,
.modal__thanks.open {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  padding: 1rem;
}

.inner__modal__error,
.inner__modal__thanks {
  max-width: 760px;
  border-radius: 1rem;
  background-color: #F0FAFC;
  padding: 2rem 2rem;
  color: #010713;
  width: 100%;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__error.open .inner__modal__error,
.modal__thanks.open .inner__modal__thanks {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal__error .modal__content,
.modal__thanks .modal__content{
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__error .inner__modal__error > img,
.modal__thanks .inner__modal__thanks > img {
  max-width: 340px;
}

.modal__error .modal__title,
.modal__thanks .modal__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  max-width: 280px;
}

.modal__error .modal__subtitle ,
.modal__thanks .modal__subtitle {
  max-width: 300px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: left;
}

.modal__error .agree__modal__error,
.modal__thanks .agree__modal__sent {
  margin-bottom: 0;
}
.modal__error .agree__modal__error.disabled,
.modal__thanks .agree__modal__sent.disabled {
  pointer-events: none;
  background-color: #D1D1E0;
}
.title__contact.mobile{
  display: none;
}
@media screen and (max-width: 960px) {
  .hero__intro {
    padding-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__intro__message {
    max-width: 100%;
  }

  .hero__intro__image {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid__item__solutions {
    width: 22%;
  }

  .services__grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services__grid__item {
    width: 33.3333%;
  }

  .title__card {
    font-size: 2rem;
  }

  .wrap__contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form__contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subtitle__contact,
  .card__text p {
    font-size: 1.25rem;
  }

  .title__contact {
    margin-top: 0;
    font-size: 2rem;
  }

  .form__contact .left__form {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .hero__intro__message .hero__intro__cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header__options .btn__geek {
    display: none;
  }

  .title__solutions,
  .title__erp {
    font-size: 2.5rem;
  }

  .text__solutions,
  .intro__message__list li,
  .subtitle__erp {
    font-size: 1.125rem;
  }

  .intro__message__list {
    margin-bottom: 2rem;
  }

  .hero__intro__image img {
    width: 100%;
  }

  .grid__item__solutions {
    width: 33.333%;
  }

  .grid__solutions {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid__item__solutions strong {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    word-break: break-word;
  }

  .inner__card__element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card__image {
    max-width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  .card__text {
    max-width: 100%;
  }

  .services__grid__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }

  .wrap__services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card__element {
    padding-top: 2rem;
  }

  .form__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .right__form {
    padding-top: 0rem;
  }
  .title__contact{
    display: none;
  }
  .title__contact.mobile{
    display: block;
    margin: 10px 0px 20px;
  }
  .form__contact .left__form {
    padding-top: 3rem;
    padding-right: 0;
  }

  .inner__footer__odoo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__odoo p {
    margin-top: 2rem;
  }

  .footer__odoo p span {
    display: none;
  }

  .footer__odoo p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title__decoration:before {
    background-size: 100% auto;
  }

  .ctn__solutions:before{
    content: none;
    display: none;
  }
  .ctn__solutions:after{
    right: -440px;
  }
  .card__element.card__services{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .card__element.card__services .card__text{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner__modal__error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .inner__modal__thanks{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__error .inner__modal__error > img {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .modal__thanks .inner__modal__thanks > img{
    max-width: 220px;
  }
  .modal__thanks .modal__content {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal__thanks .modal__title {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .modal__thanks .modal__subtitle{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .modal__error .modal__content{
    padding-left: 0;
  }
  .modal__error .inner__modal__error > img{
    margin-bottom: 1rem;
  }

  .modal__error .agree__modal__error{
    width: 100%;
  }

}