html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #111D2C;
  position: relative;
  background: #F0F6FA;
}
body.hidden-scrol {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1380px;
  }
}
@media (max-width: 1200px) {
  body .container {
    max-width: 100%;
  }
}
body a {
  text-decoration: none;
}
html {
  font-size: 10px;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.s-title {
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  .s-title {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
}

h1 {
  color: var(--Blue-4, #DFF2FF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 108.696% */
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
}

h3 {
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 24px;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  margin-bottom: 8px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.entry-content p {
  margin-bottom: 16px;
  text-align: justify;
}
.entry-content p.has-text-align-center {
  text-align: center;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content a {
  color: #10689D;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
.entry-content a:hover {
  color: #4193CB;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 30px;
  padding-left: 0;
}
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}
.entry-content ul li,
.entry-content ol li {
  position: relative;
  margin-bottom: 6px;
}
.entry-content ul {
  padding: 0;
}
.entry-content ul li {
  position: relative;
  padding-left: 24px;
}
.entry-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4193CB;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}
.entry-content ol {
  list-style: auto;
  padding-left: 18px;
}
.entry-content ol li {
  padding-left: 7px;
  position: relative;
}
.entry-content ol li::marker {
  color: #4193CB;
  font-weight: 600;
  margin-left: 24px;
}
.entry-content h2 {
  margin: 30px 0 20px 0;
}
.entry-content h3 {
  margin: 30px 0 20px 0;
}
.entry-content h4 {
  margin: 30px 0 20px 0;
}
.entry-content h5 {
  margin: 30px 0 20px 0;
}
.entry-content figure {
  margin: 30px 0 30px 0;
}
.entry-content figure figcaption {
  color: #b5ccf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
.entry-content .wp-block-column figure {
  margin: 0;
}
.entry-content blockquote {
  padding: 30px 40px;
  margin: 16px 0 32px 0;
  border-radius: 20px;
  background: #4193CB;
  color: #fff;
}
@media (max-width: 992px) {
  .entry-content blockquote {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .entry-content blockquote {
    padding: 20px 15px;
  }
}
.entry-content blockquote p {
  color: #fff;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content :where(.wp-block-columns) {
  margin: 20px 0 20px 0;
}

.has-text-align-right {
  text-align: right !important;
}

.has-background {
  border-radius: 20px;
  padding: 30px 20px;
}

.gutenberg-bg-section {
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.btn {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 7px 12px;
  border-radius: 30px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #111D2C;
  background: #DFF2FF;
  border: 2px solid rgba(16, 103, 157, 0);
}
.btn svg path {
  transition: 0.3s;
}
.btn:hover {
  background: #4193CB;
  color: #fff;
  border: 2px solid #4193CB;
}
.btn:hover svg path {
  stroke: #fff;
}
.btn_blue {
  background: #10689D;
  color: #fff;
  border: 2px solid #10689D;
}
.btn_blue:hover {
  background: transparent;
  color: #10689D;
  border: 2px solid #10689D;
}
.btn_blue:hover svg path {
  stroke: #10689D;
}
.btn_retour {
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #4193CB;
  color: #4193CB;
}
.btn_retour:hover {
  background: #4193CB;
  color: #fff;
  border: 2px solid #4193CB;
}
.btn_retour:hover svg path {
  stroke: #fff;
}

body.page-template-template-portal .portal-page {
  height: 100vh;
  padding: 20px;
}
body.page-template-template-portal .portal-page__logo {
  position: absolute;
  top: 45px;
  left: 45px;
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page__logo {
    top: 30px;
    left: 30px;
    max-width: 120px;
  }
}
body.page-template-template-portal .portal-page .row {
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page .row {
    gap: 30px;
  }
}
body.page-template-template-portal .portal-page__title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page__title {
    margin-bottom: 20px;
  }
}
body.page-template-template-portal .portal-page__title h1 {
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  color: #111D2C;
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page__title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
body.page-template-template-portal .header {
  display: none;
}
body.page-template-template-portal .footer {
  display: none;
}
body.page-template-template-portal .portal-page__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #DFF2FF;
  padding: 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1200px) {
  body.page-template-template-portal .portal-page__left {
    background-size: 60%;
  }
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page__left {
    padding: 60px 15px;
  }
}
body.page-template-template-portal .portal-page__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #4193CB;
  padding: 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1200px) {
  body.page-template-template-portal .portal-page__right {
    background-size: 60%;
  }
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-page__right {
    padding: 60px 15px;
  }
}
body.page-template-template-portal .portal-page__right .portal-page__title h1 {
  color: #fff;
}
body.page-template-template-portal .portal-pag__link a {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px 10px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 30px;
  border: 2px solid #10689D;
  background: linear-gradient(269deg, #10689D 5.6%, #1F76AE 76.12%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 77px 22px 0 rgba(116, 130, 139, 0), 0 49px 20px 0 rgba(116, 130, 139, 0.01), 0 28px 17px 0 rgba(116, 130, 139, 0.05), 0 12px 12px 0 rgba(116, 130, 139, 0.09), 0 3px 7px 0 rgba(116, 130, 139, 0.1);
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-pag__link a {
    width: 100%;
    padding: 14px 24px;
  }
}
body.page-template-template-portal .portal-pag__link a svg {
  min-width: 20px;
}
body.page-template-template-portal .portal-pag__link a span {
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-template-portal .portal-pag__link a span {
    width: 100%;
    margin-right: 6px;
  }
}
body.page-template-template-portal .portal-pag__link a:hover {
  width: 100%;
  padding: 14px 24px;
}
body.page-template-template-portal .portal-pag__link a:hover span {
  margin-right: 6px;
  width: 100%;
}

body.error404 {
  padding: 0 !important;
}

.error-page {
  padding: 60px;
  position: relative;
  background: #DFF2FF;
}
@media (max-width: 768px) {
  .error-page {
    padding: 20px;
  }
}
.error-page__container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 220px);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .error-page__container {
    padding: 15px;
    height: calc(100vh - 40px);
  }
}
.error-page__container p {
  max-width: 600px;
  margin: 0 auto;
}
.error-page__numb {
  color: #4193CB;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 29% */
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .error-page__numb {
    font-size: 150px;
    line-height: 58px;
  }
}
@media (max-width: 992px) {
  .error-page__numb {
    display: block;
    line-height: 160px;
  }
}
@media (max-width: 768px) {
  .error-page__numb {
    font-size: 100px;
    line-height: 120px;
  }
}
.error-page__btn {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.error-page__btn .btn {
  padding: 13px 50px;
}
.error-page h1 {
  color: #4193CB;
  font-family: "Mona Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 120.833% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .error-page h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .error-page h1 {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.page-head {
  padding: 90px 0 40px 0;
  position: relative;
  background-color: #4193CB;
  border-radius: 20px 20px;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .page-head {
    padding: 60px 0;
    margin: 0;
  }
}
.page-head__title {
  color: #fff;
}

.video.page-head_intro {
  margin-bottom: 0;
}
.video.page-head_intro .intro__preview {
  background-color: #4193CB;
  padding: 170px 0 50px 0;
  border-radius: 0 0 20px 20px;
  background-image: url(../img/head-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1350px) {
  .video.page-head_intro .intro__preview {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__preview {
    position: static;
    padding: 100px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .video.page-head_intro .intro__preview {
    padding: 80px 0 20px 0;
    background-position: right bottom;
  }
}
.video.page-head_intro .intro__title {
  position: static;
  text-align: center;
  transform: none;
  max-width: none;
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__title {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__title h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .video.page-head_intro .intro__title h1 {
    font-size: 28px;
  }
}

.single-page__footer {
  overflow: hidden;
}
.single-page__footer-container {
  padding: 80px 0 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single-page__footer-container {
    align-items: self-start;
    flex-direction: column;
    padding: 40px 0;
  }
}

.single-page__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  color: #25282f;
  overflow-x: auto;
}

.single-page__breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .single-page__breadcrumbs-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}

.single-page__breadcrumbs svg {
  min-width: 46px;
}
.single-page__breadcrumbs span {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #111D2C;
}
.single-page__breadcrumbs span:first-child {
  padding-left: 0;
}
.single-page__breadcrumbs span a {
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #111D2C;
}
.single-page__breadcrumbs span a:hover {
  color: #4193CB;
}

.single-page__content {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .single-page__content {
    padding-top: 50px;
  }
}

.single-page__head {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .single-page__head {
    margin-bottom: 24px;
  }
}

.video {
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 30px 45px 0 45px;
  margin-bottom: 80px;
  max-height: calc(100vh - 0px);
  overflow: hidden;
}
@media (max-width: 1440px) {
  .video {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 992px) {
  .video {
    padding: 0 15px;
    overflow: visible;
    max-height: none;
  }
}
.video .vb-video {
  max-height: calc(100vh - 30px);
}
.video .vb-video__preview {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video .vb-video__preview iframe,
.video .vb-video__preview object,
.video .vb-video__preview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .vb-video__preview iframe .player,
.video .vb-video__preview object .player,
.video .vb-video__preview embed .player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.video .vb-video {
  position: relative;
}
.video .vb-video .sound {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  background: url(../img/soundoff.svg) no-repeat center;
  cursor: pointer;
  z-index: 3;
  background-size: contain;
  display: none;
}
@media (max-width: 992px) {
  .video .vb-video .sound {
    width: 30px;
    height: 30px;
    bottom: 10%;
  }
}
.video .vb-video .sound.active {
  background: url(../img/soundon.svg) no-repeat center;
}

.intro__preview {
  position: relative;
  padding-bottom: 55%;
}
@media (max-width: 1350px) {
  .intro__preview {
    min-height: 700px;
  }
}
@media (max-width: 992px) {
  .intro__preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: auto;
    background: var(--Linear, linear-gradient(269deg, #1F76AE 5.6%, #10689D 76.12%));
    padding-bottom: 0;
  }
}
.intro__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}
@media (max-width: 992px) {
  .intro__preview img {
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .intro__preview img {
    height: 280px;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro__preview-desktop {
  display: block;
}
@media (max-width: 768px) {
  .intro__preview-desktop {
    display: none;
  }
}
.intro__preview-moblie {
  display: none;
}
@media (max-width: 768px) {
  .intro__preview-moblie {
    display: block;
  }
}
.intro-images {
  z-index: 2;
  display: flex;
}
@media (max-width: 992px) {
  .intro-images {
    position: relative;
  }
}
@media (max-width: 768px) {
  .intro-images {
    padding: 0 20px;
  }
}
.intro__btn {
  text-align: center;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .intro__btn {
    display: block;
    padding-bottom: 205px;
  }
}
@media (max-width: 768px) {
  .intro__btn {
    padding-bottom: 275px;
  }
}
.intro__title {
  text-align: center;
  position: absolute;
  top: 150px;
  max-width: 950px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .intro__title {
    padding: 90px 20px 0 20px;
    transform: translateX(0%);
    width: auto;
    margin-bottom: 32px;
    position: static;
  }
}
.intro__title h1 {
  color: var(--Blue-4, #DFF2FF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 108.696% */
}
@media (max-width: 768px) {
  .intro__title h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.intro__title h1 span {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  display: block;
}
@media (max-width: 768px) {
  .intro__title h1 span {
    font-size: 28px;
    line-height: 40px;
  }
}
.intro__subtitle {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .intro__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.intro-image__left {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 50%;
  text-align: right;
}
@media (max-width: 992px) {
  .intro-image__left {
    position: static;
  }
}
@media (max-width: 768px) {
  .intro-image__left {
    width: 70%;
  }
}
.intro-image__right {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: 50%;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .intro-image__right {
    position: static;
  }
}
@media (max-width: 768px) {
  .intro-image__right {
    width: 30%;
    padding-left: 0;
  }
}
.intro__top {
  position: absolute;
  top: 5px;
  left: 45px;
  right: 45px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 1440px) {
  .intro__top {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .intro__top {
    left: 15px;
    right: 15px;
    top: 0;
    overflow: hidden;
    padding-bottom: 20px;
  }
}
.intro__top .intro-top-el {
  width: 40%;
  background: #F0F6FA;
  height: 114px;
}
@media (max-width: 992px) {
  .intro__top .intro-top-el {
    height: 72px;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .intro__top .intro-top-el {
    height: 48px;
    width: 25%;
  }
}
.intro__top .intro-top-el_left {
  border-bottom-right-radius: 20px;
  position: relative;
}
.intro__top .intro-top-el_left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -80px;
  left: -20px;
  clip: rect(20px, 50px, 50px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
.intro__top .intro-top-el_left::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 5px;
  right: -80px;
  clip: rect(20px, 50px, 50px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
@media (max-width: 992px) {
  .intro__top .intro-top-el_left::after {
    top: -20px;
  }
}
.intro__top .intro-top-el_right {
  border-bottom-left-radius: 20px;
  position: relative;
}
.intro__top .intro-top-el_right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 5px;
  left: -80px;
  clip: rect(20px, 80px, 50px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
@media (max-width: 992px) {
  .intro__top .intro-top-el_right::before {
    top: -20px;
  }
}
.intro__top .intro-top-el_right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -80px;
  right: -20px;
  clip: rect(20px, 80px, 50px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
.intro__bottom {
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 1440px) {
  .intro__bottom {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .intro__bottom {
    left: 15px;
    right: 15px;
    bottom: -60px;
    overflow: hidden;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .intro__bottom {
    bottom: -60px;
  }
}
.intro__bottom-btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 19px;
}
@media (max-width: 992px) {
  .intro__bottom-btn {
    display: none;
  }
}
.intro__bottom-btn .btn {
  padding: 14px 24px;
}
.intro__bottom .intro-logo {
  background: #F0F6FA;
  width: 30%;
  padding: 13px 25px 5px 5px;
}
@media (max-width: 992px) {
  .intro__bottom .intro-logo {
    width: 40%;
    padding: 12px 8px;
  }
}
.intro__bottom .intro-logo-wrap {
  text-align: center;
}
.intro__bottom .intro-logo P {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .intro__bottom .intro-logo P {
    font-size: 14px;
    line-height: 20px;
  }
}
.intro__bottom .intro-logo_left {
  border-top-right-radius: 20px;
  position: relative;
}
.intro__bottom .intro-logo_left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -20px;
  right: -80px;
  clip: rect(50px, 50px, 80px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .intro__bottom .intro-logo_left::before {
    bottom: 40px;
  }
}
.intro__bottom .intro-logo_left::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -80px;
  left: -20px;
  clip: rect(50px, 50px, 80px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 1;
}
.intro__bottom .intro-logo_right {
  text-align: right;
  border-top-left-radius: 20px;
  position: relative;
}
.intro__bottom .intro-logo_right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -20px;
  left: -80px;
  clip: rect(50px, 50px, 80px, 20px);
  clip: rect(50px, 80px, 80px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .intro__bottom .intro-logo_right::before {
    bottom: 40px;
  }
}
.intro__bottom .intro-logo_right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -80px;
  right: -20px;
  clip: rect(50px, 80px, 80px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 1;
}

.besoins {
  margin: 80px 0;
}
.besoins__title {
  margin-bottom: 30px;
  text-align: center;
}
.besoins-item {
  border-radius: 20px;
  padding: 30px;
  background: var(--Gray, #F0F6FA);
  position: relative;
  box-shadow: 0 86px 24px 0 rgba(107, 145, 168, 0), 0 55px 22px 0 rgba(107, 145, 168, 0.01), 0 31px 19px 0 rgba(107, 145, 168, 0.05), 0 14px 14px 0 rgba(107, 145, 168, 0.09), 0 3px 8px 0 rgba(107, 145, 168, 0.1);
}
@media (max-width: 992px) {
  .besoins-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .besoins-item {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}
.besoins-item__title {
  text-align: center;
  padding: 0 35px;
  margin-bottom: 40px;
}
.besoins-item__icon {
  position: absolute;
  right: 19px;
  top: 23px;
}
.besoins-item__list {
  margin-top: 20px;
}
.besoins-item__list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.besoins-item__list ul li .circle {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #C1DFF3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.besoins-item_blue {
  background: #4193CB;
  color: #fff;
}
.besoins-item_blue .circle {
  background: #DFF2FF;
  color: #10689D;
}
.besoins-item_blue .btn {
  border-color: #fff;
  color: #fff;
}
.besoins-item_blue .btn:hover {
  background: #fff;
  color: #4193CB;
}
.besoins-item__btn {
  margin-top: 40px;
  text-align: center;
}

.solution {
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .solution {
    padding-bottom: 10px;
  }
}
.solution .container {
  position: relative;
}
.solution__bottom-img {
  position: absolute;
  max-width: 540px;
  bottom: -80px;
  right: -80px;
}
@media (max-width: 992px) {
  .solution__bottom-img {
    position: static;
    margin: 0 auto;
  }
}
.solution__title {
  text-align: center;
  margin-bottom: 15px;
}
.solution__logo {
  text-align: center;
  margin-bottom: 40px;
}
.solution__items__title {
  text-align: center;
  margin-bottom: 20px;
}
.solution__items-title {
  width: 100%;
  padding: 30px 20px;
  margin-left: auto;
  border-radius: 20px;
  background: var(--Gray, #F0F6FA);
  box-shadow: 0 86px 24px 0 rgba(107, 145, 168, 0), 0 55px 22px 0 rgba(107, 145, 168, 0.01), 0 31px 19px 0 rgba(107, 145, 168, 0.05), 0 14px 14px 0 rgba(107, 145, 168, 0.09), 0 3px 8px 0 rgba(107, 145, 168, 0.1);
}
.solution__items-title-wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 55px;
  height: 100%;
}
@media (max-width: 992px) {
  .solution__items-title-wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .solution__items-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.solution__items-title .solution-item__btn {
  display: none;
}
.solution__items-title .solution-item__btn.active {
  display: block;
}
.solution__items-descriptions {
  border-radius: 20px;
  background: #DFF2FF;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .solution__items-descriptions {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.solution__items-fonctionnalites {
  padding: 30px 20px;
  border-radius: 20px;
  background: var(--Gray, #F0F6FA);
  box-shadow: 0 86px 24px 0 rgba(107, 145, 168, 0), 0 55px 22px 0 rgba(107, 145, 168, 0.01), 0 31px 19px 0 rgba(107, 145, 168, 0.05), 0 14px 14px 0 rgba(107, 145, 168, 0.09), 0 3px 8px 0 rgba(107, 145, 168, 0.1);
}
@media (max-width: 992px) {
  .solution__items-fonctionnalites {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.solution-item__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.solution-item__title h3 {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s;
}
.solution-item__title svg {
  min-width: 32px;
}
.solution-item__title svg path {
  fill: #4193CB;
}
.solution-item__title.active h3 {
  color: #10689D;
}
.solution-item__title.active svg path {
  fill: #10689D;
}
.solution-item__title:hover h3 {
  color: #10689D;
}
.solution-item__description {
  display: none;
}
.solution-item__description.active {
  display: block;
}
.solution-item__description .solution-name {
  text-align: center;
  padding-bottom: 12px;
}
.solution-item__description .solution-name h4 {
  color: #10689D;
}
.solution-item__description .description__title {
  text-align: center;
  margin-bottom: 12px;
}
.solution-item__description .description__img {
  margin: 32px auto 0 auto;
  width: 190px;
  border-radius: 20px;
  border: 4px solid #4193CB;
  position: relative;
}
.solution-item__description .description__img:after {
  content: "";
  width: 2px;
  height: 24px;
  background: #4193CB;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
}
.solution-item__description .description__img:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4193CB;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-48%);
}
.solution-item__fonctionnalites {
  display: none;
}
.solution-item__fonctionnalites h3 {
  text-align: center;
  margin-bottom: 20px;
}
.solution-item__fonctionnalites.active {
  display: block;
}
.solution-item__btn {
  padding-top: 12px;
  text-align: center;
}
.solution-item__list ul {
  padding: 0;
  margin: 0;
}
.solution-item__list ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.solution-item__list ul li svg {
  min-width: 28px;
}
.solution-item__list ul li svg rect {
  transition: 0.3s;
}
.solution-item__list ul li svg path stroke {
  transition: 0.3s;
}
.solution-item__list ul li:hover svg rect {
  fill: #4193CB;
}
.solution-item__list ul li:hover svg path {
  stroke: #DFF2FF;
}

.praticiens {
  padding: 40px 0 60px 0;
}
.praticiens__items {
  position: relative;
}
.praticiens__items .praticiens-item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.praticiens-item {
  margin-bottom: 60px;
  position: sticky;
  background: #F0F6FA;
  top: 80px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .praticiens-item {
    position: static;
  }
}
.praticiens-item:last-child {
  margin-bottom: 0;
}
.praticiens-item__media {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .praticiens-item__media {
    margin-bottom: 30px;
  }
}
.praticiens-item__media .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  padding-bottom: 56.25%;
}
.praticiens-item__media .video-wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.praticiens-item__title {
  text-align: center;
  margin-bottom: 20px;
}
.praticiens-item__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.praticiens-item__text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.praticiens-item__text ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/check.svg);
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.praticiens-item__btn {
  margin-top: 20px;
  text-align: center;
}
.partners {
  padding: 40px 0 10px 0;
  margin-bottom: 40px;
}
.partners__title {
  margin-bottom: 30px;
  text-align: center;
}
.partners__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners-item {
  margin: 0 30px 30px 30px;
}

.banner {
  padding: 40px 0;
  color: #fff;
}
.banner .row {
  position: relative;
  z-index: 2;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
@media (max-width: 992px) {
  .banner__bg {
    height: 200px;
    top: auto;
    bottom: 50px;
    display: none;
  }
}
.banner__bg_mob {
  display: none;
}
@media (max-width: 992px) {
  .banner__bg_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
  }
}
.banner__wrapper {
  border-radius: 20px;
  overflow: hidden;
  background-color: #4193CB;
  padding: 55px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative;
}
@media (max-width: 1200px) {
  .banner__wrapper {
    padding: 55px 15px;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .banner__wrapper {
    padding: 48px 30px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }
}
.banner__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .banner__right {
    align-items: flex-start;
    margin-bottom: 170px;
  }
}
.banner__right .text_orange {
  display: inline-flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: #E6F4FE;
  color: var(--Red, #EB5757);
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .banner__right .text_orange {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
    margin-bottom: 24px;
  }
  .banner__right .text_orange br {
    display: none;
  }
}
.banner__right .banner-bottom-text {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 992px) {
  .banner__right .banner-bottom-text {
    flex-direction: row-reverse;
  }
}
.banner__right .banner-bottom-text .text_before_percentage {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 992px) {
  .banner__right .banner-bottom-text .text_before_percentage {
    text-align: left;
  }
}
.banner__right .banner-bottom-text .discount_percentage {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #EB5757;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  .banner__right .banner-bottom-text .discount_percentage {
    width: 91px;
    height: 91px;
    font-size: 26px;
    line-height: 32px;
  }
}
.banner__bottom-text {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .banner__bottom-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner__bottom-text > div {
  align-items: flex-end;
  display: flex;
}
.banner__bottom-text .bottom-icon {
  margin-right: auto;
}
@media (max-width: 992px) {
  .banner__bottom-text .bottom-icon {
    display: none;
  }
}
.banner__bottom-text .prix_complet {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-right: 15px;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .banner__bottom-text .prix_complet {
    font-size: 20px;
    line-height: 28px;
  }
}
.banner__bottom-text .prix_complet_price {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-decoration-line: line-through;
  margin-right: 30px;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .banner__bottom-text .prix_complet_price {
    font-size: 20px;
    line-height: 28px;
  }
}
.banner__bottom-text .price_now {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-right: 17px;
}
@media (max-width: 992px) {
  .banner__bottom-text .price_now {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner__bottom-text .text_after_price {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
@media (max-width: 992px) {
  .banner__bottom-text .text_after_price {
    font-size: 20px;
    line-height: 28px;
    opacity: 0.8;
  }
}
@media (max-width: 992px) {
  .banner__text {
    margin-bottom: 24px;
  }
}
.banner__text p {
  margin-bottom: 12px;
}
.banner__text h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .banner__text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.video-block {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .video-block {
    margin: 40px 0;
  }
}
.video-block .vimeo-video {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 77px 22px 0 rgba(116, 130, 139, 0), 0 49px 20px 0 rgba(116, 130, 139, 0.01), 0 28px 17px 0 rgba(116, 130, 139, 0.05), 0 12px 12px 0 rgba(116, 130, 139, 0.09), 0 3px 7px 0 rgba(116, 130, 139, 0.1);
}
.video-block .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.plyr .plyr__controls {
  opacity: 0;
  transition: var(--transition-base);
}
.plyr .plyr__controls.active {
  opacity: 1;
  transition: var(--transition-base);
}
.plyr .plyr__control--overlaid {
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 0;
  padding: 0;
}
.plyr .plyr__control--overlaid:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.plyr .plyr__control--overlaid:hover {
  background-color: transparent !important;
}
.plyr .plyr__control--overlaid svg {
  display: none !important;
}

.page-template-page-front .header {
  position: fixed !important;
}

.header {
  position: fixed !important;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0);
  padding: 0 45px;
}
@media (max-width: 1440px) {
  .header {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .header {
    position: sticky;
    top: 0;
  }
}
.header-top {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
@media (max-width: 1440px) {
  .header-top {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .header-top {
    left: 15px;
    right: 15px;
    top: 0;
  }
}
.header-bg-el {
  width: 40%;
  background: #F0F6FA;
  height: 114px;
}
@media (max-width: 992px) {
  .header-bg-el {
    height: 48px;
    width: 25%;
  }
}
.header-bg-el_left {
  border-bottom-right-radius: 20px;
  position: relative;
}
.header-bg-el_left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -80px;
  left: -20px;
  clip: rect(20px, 50px, 50px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
.header-bg-el_left::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 5px;
  right: -80px;
  clip: rect(20px, 50px, 50px, 20px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
@media (max-width: 992px) {
  .header-bg-el_left::after {
    top: -20px;
  }
}
.header-bg-el_right {
  border-bottom-left-radius: 20px;
  position: relative;
}
.header-bg-el_right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 5px;
  left: -80px;
  clip: rect(20px, 80px, 50px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
@media (max-width: 992px) {
  .header-bg-el_right::before {
    top: -20px;
  }
}
.header-bg-el_right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -80px;
  right: -20px;
  clip: rect(20px, 80px, 50px, 50px);
  border: 20px solid #F0F6FA;
  box-sizing: border-box;
  border-radius: 40px;
  z-index: 2;
}
.header.sticky {
  background: #fff;
  position: sticky;
  top: 0;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 992px) {
  .header.sticky {
    border-radius: 0 0 26px 26px;
  }
}
@media (max-width: 768px) {
  .header.sticky {
    border-radius: 0 0 16px 16px;
  }
}
.header.sticky .logo-text {
  fill: #10689D;
}
.header.sticky_top {
  background: #fff;
  position: sticky !important;
  top: 0 !important;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 992px) {
  .header.sticky_top {
    border-radius: 0 0 26px 26px;
  }
}
@media (max-width: 768px) {
  .header.sticky_top {
    border-radius: 0 0 16px 16px;
  }
}
.header.sticky_top .logo-text {
  fill: #10689D;
}
.header.open-menu {
  background: #fff;
  top: 0;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 992px) {
  .header.open-menu {
    border-radius: 0 0 26px 26px;
  }
}
@media (max-width: 768px) {
  .header.open-menu {
    border-radius: 0 0 16px 16px;
  }
}
.header.open-menu .logo-text {
  fill: #111D2C;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .header__container {
    gap: 0;
    justify-content: center;
  }
}
.header__logo {
  padding: 10px 0;
}
.header__logo svg {
  height: auto;
}
@media (max-width: 992px) {
  .header__logo svg {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .header__logo svg {
    width: 104px;
  }
}
.header__logo svg .logo-text {
  transition: 0.3s;
}
.header__lang {
  height: 30px;
}
.header__lang .gtranslate_wrapper {
  position: relative;
}
.header__lang .gt_float_switcher .gt-selected {
  background-color: transparent !important;
  box-shadow: none !important;
}
.header__lang .gt_float_switcher {
  background-color: transparent !important;
  box-shadow: none !important;
}
.header__lang .gt-current-lang {
  border-radius: 30px;
  border: 1px solid var(--Blue-3, #C1DFF3);
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 10px !important;
}
.header__lang .gt-current-lang .gt-lang-code {
  order: 1;
  text-transform: capitalize;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  top: 0 !important;
}
.header__lang .gt-current-lang img {
  order: 2;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.header__lang .gt-current-lang .gt_float_switcher-arrow {
  order: 3;
  transform: rotate(0deg) !important;
  width: 10px;
}
.header__lang .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(180deg) !important;
}
.header__lang .gt_options {
  position: absolute !important;
  top: 100% !important;
  right: 0;
  border: 1px solid var(--Blue-3, #C1DFF3);
  background: #fff;
}
.header__lang .gt_options a {
  font-size: 16px;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  gap: 3px;
}
.header__lang .gt_options a img {
  min-width: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.header__lang_mob {
  display: none;
}
@media (max-width: 1350px) {
  .header__lang_mob {
    display: block;
    position: absolute;
    left: 15px;
    top: 45px;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .header__lang_mob {
    top: 38px;
  }
}
@media (max-width: 768px) {
  .header__lang_mob {
    top: 25px;
  }
}
.header__lang_mob .gt_options {
  left: 0;
  right: auto;
}
.header__menu {
  display: flex;
  height: 100%;
}
.header__menu_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 40%;
  width: 40%;
  gap: 12px;
}
@media (max-width: 1350px) {
  .header__menu_right {
    display: none;
  }
}
.header__menu_left {
  display: flex;
  max-width: 40%;
  align-items: center;
  width: 40%;
}
@media (max-width: 1350px) {
  .header__menu_left {
    width: auto;
  }
}
@media (max-width: 1350px) {
  .header__menu_left {
    display: none;
  }
}
.header__menu_mob {
  display: none;
}
@media (max-width: 1350px) {
  .header__menu_mob {
    position: relative;
    z-index: 333;
    display: flex;
  }
}
@media (max-width: 1350px) {
  .header__menu_mob {
    padding-top: 120px;
    position: fixed;
    top: -2px;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.5s;
    background: #fff;
    max-width: 100%;
    height: calc(100vh - 0px);
    overflow: auto;
    background: #F0F6FA;
    display: block;
    background-image: url("../img/menu-bg-top.svg"), url("../img/menu-bg-bottom.svg");
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }
}
.header__menu_mob.active {
  transform: translateY(0%);
  top: 0;
}
.header__menu_mob .header__menu {
  height: auto;
  display: block;
}
.header__menu_mob .header__menu_btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 0;
  height: 100%;
}
@media (max-width: 1350px) {
  .header__menu ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 48px;
    margin-bottom: 48px;
  }
}
.header__menu ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 992px) {
  .header__menu ul li {
    flex-direction: column;
    height: auto;
  }
}
.header__menu ul li:last-child {
  border-radius: 0 0 20px 20px;
}
.header__menu ul li a {
  color: #111D2C;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 1350px) {
  .header__menu ul li a {
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
}
.header__menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__contacts {
  display: none;
}
@media (max-width: 992px) {
  .header__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 51px;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__contacts a {
  line-height: normal;
  text-decoration: none;
  color: #F0F6FA;
  display: flex;
  margin-bottom: 16px;
}
.header__contacts a svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
}
.header__btns {
  display: flex;
  gap: 12px;
}
.header__burger {
  display: none;
}
@media (max-width: 1350px) {
  .header__burger {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 40px;
  }
}
@media (max-width: 992px) {
  .header__burger {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .header__burger {
    top: 20px;
  }
}
.header__burger .burger {
  width: 24px;
  height: 18px;
  z-index: 99;
  position: relative;
  cursor: pointer;
  display: block;
}
.header__burger .burger__icon {
  width: 24px;
  height: 2px;
  background: #10689D;
  right: 0;
  position: absolute;
  border-radius: 15px;
  top: 50%;
  transition: 0.3s;
}
.header__burger .burger__icon span {
  width: 24px;
  height: 2px;
  background: #10689D;
  position: absolute;
  transition: 0.3s;
  top: -6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger__icon::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #10689D;
  position: absolute;
  transition: 0.3s;
  top: -12px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger__icon::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #10689D;
  position: absolute;
  transition: 0.3s;
  top: 6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger.active .burger__icon {
  background: transparent !important;
}
.header__burger .burger.active .burger__icon span {
  background: transparent !important;
}
.header__burger .burger.active .burger__icon::before {
  transform: rotate(45deg);
  top: 0;
}
.header__burger .burger.active .burger__icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.footer {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 24px 0;
  }
}
.footer__right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1200px) {
  .footer__right {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .footer__right {
    align-items: center;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    text-align: center;
    order: 3;
  }
}
.footer__menu ul {
  padding: 0;
}
@media (max-width: 768px) {
  .footer__menu ul {
    margin-bottom: 20px;
  }
}
.footer__menu ul li {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__menu ul li {
    text-align: center;
  }
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  color: #111D2C;
  transition: 0.3s;
}
.footer__menu ul li a:hover {
  color: #4193CB;
}
.footer__btn {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer__btn {
    order: 2;
    margin-bottom: 40px;
  }
}
.footer__btn .btn {
  padding: 14px 24px;
}
.footer__logo {
  margin-top: auto;
}
@media (max-width: 768px) {
  .footer__logo {
    text-align: center;
    max-width: 200px;
    margin-bottom: 40px;
    order: 1;
  }
}
.footer__form .form__title {
  margin-bottom: 50px;
}
.footer__form .form-input {
  margin-bottom: 16px;
  position: relative;
}
.footer__form .form-input span {
  display: block;
}
.footer__form .form-input__label {
  color: #000;
  margin-bottom: 6px;
}
.footer__form .form-input input {
  border-radius: 30px;
  border-top: 1px solid #C1DFF3;
  border-right: 1px solid #C1DFF3;
  border-bottom: 2px solid #C1DFF3;
  border-left: 2px solid #C1DFF3;
  background: #FFF;
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
}
.footer__form .form-input input:focus {
  border-color: #4193CB;
  outline: none;
  box-shadow: none;
}
.footer__form .form-input textarea {
  border-radius: 30px;
  border-top: 1px solid #C1DFF3;
  border-right: 1px solid #C1DFF3;
  border-bottom: 2px solid #C1DFF3;
  border-left: 2px solid #C1DFF3;
  background: #FFF;
  max-width: 100%;
  width: 100%;
  padding: 15px 16px;
  height: 112px;
}
.footer__form .form-input textarea:focus {
  border-color: #4193CB;
  outline: none;
  box-shadow: none;
}
.footer__form .form-input .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 12px;
  display: inline-block;
}
.footer__form .form-input__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer__form .form-input__btn {
    justify-content: center;
    margin-bottom: 64px;
  }
}
.footer__form .form-input__btn .btn {
  padding: 14px 24px;
}
.footer__form .invalid .wpcf7-response-output {
  color: red;
}
.footer__bottom {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding-top: 20px;
    text-align: center;
  }
}
.footer__links a {
  font-size: 14px;
  color: #4193CB;
  transition: 0.3s;
}
.footer__links a:hover {
  color: #4193CB;
}
.footer__copy {
  font-size: 14px;
  color: #111D2C;
}/*# sourceMappingURL=main.css.map */
