.wow{ opacity: 0; visibility: hidden;}
.wow.is-animated{opacity: 1;visibility: visible;}
.app-footer {  
  position: relative;
}
.app-footer__title {
  font-weight: 700;
  font-size: 16px;
}
.app-header__logo{
  max-width: 30vw;
}
.app-footer__logo {
  max-width: 30vw;
}
.app-footer a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s ease color;
}
.app-footer a:hover {
  color: #3970c9;
  text-decoration: none;
}
.app-footer__nav ul{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.app-footer__nav a:hover {
  color: inherit;
  text-decoration: underline;
}
.app-footer__copy img {
  width: 56px;
  margin-top: -3px;
}
.app-footer__tags {
  margin-right: -8px;
}
.app-footer__tags a {
  display: block;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-right: 8px;
  transition: 0.4s ease all;
  background: #183c76;
  border-radius: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px;
  min-width: 86px;
}
.app-footer__tags a:hover {
  background: #3970c9;
  color: #fff;
}
.app-footer__soc a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(54%) saturate(691%) hue-rotate(178deg) brightness(101%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(37%) sepia(54%) saturate(691%) hue-rotate(178deg) brightness(101%) contrast(97%);
}
.app-footer__soc a img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  -webkit-filter: brightness(0) invert(1);;
  filter: brightness(0) invert(1);
}
.app-header {
  -ms-flex: none;
      flex: none;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.4s ease background;
  background: #fff;
}
.app-header__container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.app-header__list {text-align: center;}
.app-header__list li{margin-bottom: 1rem;}
.app-header__list a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  display: inline-block;
  transition: 0.4s ease all;
  font-size: 22px;
  line-height: 1.25;
}
.app-header__list a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #3970c9;
  opacity: 0;
  transition: 0.4s ease all;
}
.app-header__list .current-menu-item a,
.app-header__list .current_page_parent a,
.app-header__list a:hover{
  color: #3970c9;
}
.app-header__list .menu__link_active:before,
.app-header__list .current-menu-item a:before,
.app-header__list .current_page_parent a:before,
.app-header__list a:hover:before{
  opacity: 1;
  height: 4px;
}
.app-header__list .menu-item:last-child a{
  background: #0094AF;
  border-radius: 30px;
  color: #fff;
  padding: 7px 10px;
  border: 1px solid #0094AF;
}
.app-header__list .menu-item:last-child a:hover{
  background-color: #fff;
  border-color:#0094AF ;
  color: #0094AF;
}
.app-header__list .menu-item:last-child a:before{
  display: none;
}
.app-header__row--bottom {
  font-size: 10px;
  line-height: 1.2;
}
.app-header__row--bottom:before {
  content: '';
  display: block;
  margin: 0 15px 25px;
  width: calc(100% - 30px);
  border-top: 1px solid #203363;
}
.app-header__row--bottom a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s ease color;
}
.app-header__row--bottom a:hover {
  color: #3970c9;
  text-decoration: none;
}
.app-header__copy {
  line-height: 1;
}
.app-header__copy img {
  width: 100%;
  max-width: 14vw !important;
  margin-top: -1vw;
}
.app-header__trigger {
  width: 56px;
  height: 40px;
  margin-right: -12px;
  margin-left: 12px;
}
.app-header__trigger:before,
.app-header__trigger:after {
  content: '';
  display: block;
  border-radius: 4px;
  height: 2px;
  background: #140957;
  width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.4s ease all;
}
.app-header__trigger:before {
  margin-top: 5px;
}
.app-header__trigger:after {
  margin-top: -5px;
}
.app-header__trigger.is-opened:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.app-header__trigger.is-opened:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.app-header__trigger.is-opened:before,
.app-header__trigger.is-opened:after {
  margin: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
body {
  overflow-x: hidden;
}
.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.58;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 16px;
}
.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app__content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  overflow-x: clip;
}
body:not(.home) .app__content > *:first-child {
  padding-top: 120px;
}
.app img {
  max-width: 100%;
  height: auto;
}
.app ul,
.app ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 14px;
}
.title:after{
  content: '';
  background: #CC0E69;
  width: 120px;
  height: 10px;
  display: block;
  margin: 20px auto;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 2;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-button-next .svg-icon,
.swiper-button-prev .svg-icon {
  width: 8px;
  height: 12px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}


.page-scroller {
  pointer-events: none;
  opacity: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 5;
  background: linear-gradient(94.03deg, #93F5EC 0%, #A77BF3 100.32%);
  border-radius: 40px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 44px;
  height: 44px;
  transition: background 0.16s linear, opacity 0.16s linear;
}
.page-scroller.is-static {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-scroller__icon {
  width: 12px;
  height: 8px;
  fill: #140957;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(57,112,201,0.12);
  box-shadow: inset 0 0 0 2px #3970c9;
}
.page-scroller:hover .page-scroller__icon,
.page-scroller:focus .page-scroller__icon {
  fill: #3970c9;
}
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}
.form-floating {margin-bottom: 1.5em;}
.sidebar .form-floating {margin-bottom: 0;}
.form-floating label {
  padding: 1.5rem 0 0.25rem 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  left: 1rem;
  color: #000;
  border: none;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
  padding: 1.5rem 0 0.25rem 0;
}
.form-control:focus {
  background-color: transparent;
  border-bottom: 1px solid #000;
  box-shadow: none;
  color: #000;
}
.wpcf7-form-control-wrap {position: relative;}
textarea.form-control {height: 100px;}
.form-floating .form-control:not(:-moz-placeholder-shown)~label {
  padding: 15px 0 15px;
  left: 1rem;
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
}
.form-floating .form-control:not(:-ms-input-placeholder)~label {
  padding: 15px 0 15px;
  left: 1rem;
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
}
.form-floating label.is-focus {
  padding: 15px 0 15px;
  left: 1rem;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0);
          transform: scale(0.85) translateY(-0.5rem) translateX(0);
}
.form-floating select {
  background-position: right 80%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")
}
.country-select {width: 100%;}
.country-select.inside input {padding-top: 0;}
.country-dropdown label{font-size: 0.9rem;display: block;margin-top: -0.1rem;}
.wpcf7-submit {
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.5rem auto;
  display: block;
  min-width: 160px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  transition: 0.4s ease all;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 32px auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41OTkgMjUuMzczMUMxNy45ODg5IDI1Ljc2MzYgMTguNjIxMSAyNS43NjM2IDE5LjAxMSAyNS4zNzMxTDI3LjMzMTIgMTcuMDM5OEMyNy43MjExIDE2LjY0OTMgMjcuNzIxMSAxNi4wMTYxIDI3LjMzMTIgMTUuNjI1NkwxOS4wMTEgNy4yOTIyNEMxOC42MjExIDYuOTAxNzIgMTcuOTg4OSA2LjkwMTcyIDE3LjU5OSA3LjI5MjI0QzE3LjIwOTEgNy42ODI3NyAxNy4yMDkxIDguMzE1OTMgMTcuNTk5IDguNzA2NDZMMjQuMjE0OCAxNS4zMzI3TDQuOTkyNTcgMTUuMzMyN0M0LjQ0MTE1IDE1LjMzMjcgMy45OTQxNCAxNS43ODA0IDMuOTk0MTQgMTYuMzMyN0MzLjk5NDE0IDE2Ljg4NSA0LjQ0MTE1IDE3LjMzMjcgNC45OTI1NyAxNy4zMzI3SDI0LjIxNDhMMTcuNTk5IDIzLjk1ODlDMTcuMjA5MSAyNC4zNDk0IDE3LjIwOTEgMjQuOTgyNiAxNy41OTkgMjUuMzczMVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}
.wpcf7-submit:hover {
  background-color: #000;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41OTkgMjUuMzczMUMxNy45ODg5IDI1Ljc2MzYgMTguNjIxMSAyNS43NjM2IDE5LjAxMSAyNS4zNzMxTDI3LjMzMTIgMTcuMDM5OEMyNy43MjExIDE2LjY0OTMgMjcuNzIxMSAxNi4wMTYxIDI3LjMzMTIgMTUuNjI1NkwxOS4wMTEgNy4yOTIyNEMxOC42MjExIDYuOTAxNzIgMTcuOTg4OSA2LjkwMTcyIDE3LjU5OSA3LjI5MjI0QzE3LjIwOTEgNy42ODI3NyAxNy4yMDkxIDguMzE1OTMgMTcuNTk5IDguNzA2NDZMMjQuMjE0OCAxNS4zMzI3TDQuOTkyNTcgMTUuMzMyN0M0LjQ0MTE1IDE1LjMzMjcgMy45OTQxNCAxNS43ODA0IDMuOTk0MTQgMTYuMzMyN0MzLjk5NDE0IDE2Ljg4NSA0LjQ0MTE1IDE3LjMzMjcgNC45OTI1NyAxNy4zMzI3SDI0LjIxNDhMMTcuNTk5IDIzLjk1ODlDMTcuMjA5MSAyNC4zNDk0IDE3LjIwOTEgMjQuOTgyNiAxNy41OTkgMjUuMzczMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.wpcf7-spinner {position: absolute;}
.form-floating .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating .form-control::placeholder {
  color: transparent;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{font-size: 0.8rem;}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.25rem;
}

.hero-banner {padding-top: 60px;}
.hero-btn {
  background: #0094AF;
  color: #fff;
  border-color: #0094AF;
}
.hero-btn:hover{
  background-color: #fff;
  color: #0094AF;
  border-color: #0094AF;
}
.btn:focus{box-shadow: none;}
.btn:focus-visible {
  box-shadow: 0 0 0 1px rgb(0 0 0);
}
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.list-item img {
  width: 60px;
  height: 60px;
  display: block;
}
.bottom-line:after{
  content: '';
  display: block;
  width: 100px;
  height: 10px;
  background: #4BAE32;
}
.colored-block .colored-block-text{
  background: #4BAE32;
  line-height: 1.25;
}
.colored-block .colored-block-text p{margin-bottom: 0;}
.colored-block:nth-child(2n) .colored-block-text,
.list-item:nth-child(2n) .bottom-line:after {
  background: #CC0E69;
}
.colored-block:nth-child(3n) .colored-block-text,
.list-item:nth-child(3n) .bottom-line:after {
  background: #0094AF;
}
.colored-block:nth-child(4n) .colored-block-text,
.list-item:nth-child(4n) .bottom-line:after {
  background: #EF9A01;
}
.read__text .collapse{
  transition: all 600ms ease-out;
}
.read-btn {
  color: #4BAE32;
  border: none;
  padding: 0;
  display: block;
}
.list-item:nth-child(2n) .read-btn {
  color: #CC0E69;
}
.list-item:nth-child(3n) .read-btn {
  color: #0094AF;
}
.list-item:nth-child(4n) .read-btn {
  color: #EF9A01;
}
.read-btn[aria-expanded="false"] > .read-less,
.read-btn[aria-expanded="true"] > .read-more {
  display: none;
}
.number-list{position: relative;}
.number {font-weight: 400;color: #E14F8E;font-family: 'Anton';}
.number-list:before{
  content: '';
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #E14F8E;
}
.number-list:nth-child(2n):before{
  background: #4BAE32;
}
.number-list:nth-child(3n):before{
  background: #0094AF;
}
.number-list:nth-child(4n):before{
  background: #EF9A01;
}

.number-list:nth-child(2n) .number {
  color: #4BAE32;
}
.number-list:nth-child(3n) .number {
  color: #0094AF;
}
.number-list:nth-child(4n) .number {
  color: #EF9A01;
}
.contact-title {font-weight: 500;}
.icon-img {
  display: block;
  margin: 2rem auto;
  width: 100px;
  height: 100px;
  background: rgba(204, 14, 105, 0.2);
  position: relative;
}
.icon-img:before{
  content: '';
  border: 1px solid #D9D9D9;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  clip: rect(auto, auto, auto, auto);
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.icon-img:after{
  content: '';
  position: absolute;
  top: -17px;
  left: -17px;
  border: 8px solid rgba(204, 14, 105, 1);
  width: 134px;
  height: 134px;
  clip: rect(0, 77px, 160px, 0);
  border-radius: 50%;
  -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 1;
  }
}

.icon-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);  
}
.values-block .text{max-width: 200px;margin: 0 auto;}
.values-block:nth-child(2n) .icon-img {
  background: rgba(245, 157, 0, 0.2);
}
.values-block:nth-child(2n) .icon-img:after {
  border-color: rgba(245, 157, 0, 1);
  -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.values-block:nth-child(3n) .icon-img {
  background: rgba(75, 174, 50, 0.2);
}
.values-block:nth-child(3n) .icon-img:after {
  border-color: rgba(75, 174, 50, 1);
  -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}
.values-block:nth-child(4n) .icon-img {
  background: rgba(0, 148, 175, 0.2);
}
.values-block:nth-child(4n) .icon-img:after {
  border-color: rgba(0, 148, 175, 1);
  -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.scroll-down.active-animated {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.scroll-down {
    display: none;
    width: 38px;
    height: 50px;
    border: 2.5px solid #fff;
    border-radius: 15px;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.scroll-down::before {
    content: '';
    display: block;
    width: 4.5px;
    height: 15.5px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite
}

.scroll-down::after {
    content: 'Scroll down';
    display: block;
    font-size: 12px;
    width: 120px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.contact-btn {
  top: 30%;
  right: 10px;
  background: #0094AF;
  width: 40px;
  height: 40px;
  text-align: center;
}
.contact-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-list-item {margin: 0;}
.fixed-sidebar {
  transition: 0.4s ease all;
  position: fixed;
  z-index: 1;
}
.fixed-sidebar .contact-form-block {
  text-align: center;
  background-color: #bde4f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
.fixed-sidebar.active {position: fixed;}
.fixed-sidebar.some-class{position: relative!important;}
.fixed-sidebar .contact-form {display: none;}
.fixed-sidebar.some-class .contact-form {display: block!important;}
.fixed-sidebar h2 {margin-bottom: 0;margin-top: 1rem;}
.fixed-sidebar h2 br{display: none;}
.open-form {
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -35px;
  width: 46px;
  height: 46px;
  background-color: #0094AF;
  border: 1px solid #fff;
  z-index: 2;
}
.open-form:before, .open-form:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  border-radius: 5px;
  margin: -3px 0 0 0;
  background: #fff;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.open-form:before {
    left: 50%;
    margin-left: -11.5%;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}
.open-form:after {
    right: 50%;
    margin-right: -11.5%;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.open-form.active {
    -webkit-transform: scaleY(-1) translateX(-50%);
    transform: scaleY(-1) translateX(-50%);
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    70%,90% {
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }

    100% {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    70%,90% {
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }

    100% {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .ms-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .ms-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .ms-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .me-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .ms-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .ms-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .me-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .ms-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .ms-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .ms-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .me-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .ms-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .ms-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .me-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .app-header__list{text-align: inherit;}
  .app-header__list a {font-size: 30px;padding: 7px 0;}
  .wpcf7-submit {margin-right: 0;}
  .sidebar .wpcf7-submit {margin-right: auto;}
  .form-floating {
    /*flex: 0 0 auto;
    width: 50%;*/
  }
  .sidebar .form-floating {
    width: 100%;
  }
  .hero-banner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
    padding-top: 100px; 
}
  .hero-content {  
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;  
  }
  .hero-content .container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;    
    transition: background 0.3s ease-in-out;
    transition-delay: 1s;
  }
  .scroll-down {display: block;}
  .app-footer__logo {max-width: 20vw;}
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .ms-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .ms-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .ms-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .me-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .ms-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .ms-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .me-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }  
  .background-image {background-position: center center;}

}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .ms-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .ms-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .ms-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .me-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .ms-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .ms-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .me-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .app-header__list {padding: 0;}
  .app-header__list a {font-size: 18px;}
  .app-header__nav li{
    margin: 0.5em;
  }
  .app-footer__nav ul {flex-direction: row;}
  .fixed-sidebar > div {width: 261px;}
  .fixed-sidebar .contact-form {display: block;}
  .fixed-sidebar {position: relative;bottom: auto;}
}
@media (min-width: 1400px) {
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .ms-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .ms-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .ms-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .me-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .ms-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .ms-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .me-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
}
@media screen and (min-width: 1480px) {
  .app-header {height: 100px;}
  .app {
    font-size: 18px;
  }
  .app-header__nav li{
    margin: 1em;
  }
  h1,
  .h1 {
    font-size: 64px;
    line-height: 1;
  }
  .contact-title {font-size: 56px!important;}
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }  
  .list-item img {
  width: 120px;
  height: 120px;
  display: block;
  }
  .fixed-sidebar > div {width: 306px;}
}
@media screen and (max-width: 1199.98px) {  
  .fixed-sidebar {position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;}
  .fixed-sidebar.open {
    position: relative !important;
  }
  .app-header__fixed {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f5ff;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
  }  
  .app-header__fixed-in {
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
    overflow-y: auto;
    padding-top: 5vh;
    padding-top: calc(var(--vh, 1vh) * 5);
    -webkit-overflow-scrolling: touch;
  }
  .app-header.is-opened .app-header__logo {
    opacity: 1 !important;
  }
  .app-header.is-opened .app-header__fixed {
    opacity: 1;
    visibility: visible;
  }
  .app-header.is-opened .app-header__container:before {
    opacity: 0;
  }
  .app-header.is-opened .app-header__search {
    opacity: 0;
    visibility: hidden;
  }
  .app-header.is-search .app-header__logo {
    opacity: 0;
  }
  html.is-opened {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }  
  #section2 .title {max-width: 400px;margin: 0 auto;}

}

@media screen and (max-width: 480px) {
  .contact-btn {right: 5px;}
  .hero_title {font-size: 34px;}
}








/*form*/
.postid-11212 .contact-btn {
  display: none !important;;
}

.b-fixed {
  background-color: #304bb1;
  color: #fff;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.b-fixed .form-floating label {
  color: #fff;
}



.b-fixed__trigger {
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.b-fixed__trigger.open {
  transform: rotate(180deg);
}

.b-fixed__trigger svg {
  width: 50px;
  height: 50px;
}

.b-fixed__inner {
  width: 100%;
}

.b-fixed .wpcf7-submit {
  width: 100%;
  margin: 0;
  background-color: #fbca3d;
}
.b-fixed .wpcf7-submit:hover {
  background-color: #0094AF;
}

.b-fixed .form-control {
  border-radius: 30px;
  padding: 13px 18px;
  background: #fff;
  border: none;
}

.b-fixed__row,
.b-fixed .form-floating,
.b-fixed__text {
  margin-bottom: 20px;
  line-height: 1;
}

.b-fixed .form-floating label {
  padding: 0;
}

.p-prefix {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
}

.p-prefix__select {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}

.p-prefix .select2 {
  cursor: pointer;
  border-radius: 30px !important;
  background: #fff;
  width: 100px !important;
  position: relative;
  z-index: 1;
  display: flex;
  color: #000;
}



.p-prefix .select2 .selection,
.p-prefix .select2 .select2-selection {
  display: flex;
  width: 100%;
}

.p-prefix .select2-selection__rendered {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
}

.p-prefix .wpcf7-form-control-wrap {
  flex: 1 1;
}

.prefix--flag {
  width: 26px;
}

.prefix--row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.select2-results__options {
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.select2-dropdown {
  background: #fff;
  border-radius: 10px;
  width: 220px;
  display: block;
  min-width: 340px;
  color: #000;
}

.select2-results__option {
  cursor: pointer;
  padding: 6px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}

.postid-11212 .app-footer__logo {
  display: none !important;
}
.postid-11212 .app-footer .row {
  justify-content: center !important;
}

@media screen and (min-width: 1200px) {
  .postid-11212 .app-header__logo,
  .postid-11212 .app-footer__logo {
    width: 19%;
  }

  .postid-11212 .app-header {
    right: 24vw;
  }
  .postid-11212 .app-footer {
    margin-right: 24vw;
  }

  .postid-11212 .app-header__container {
    height: 100px;
  }

  .postid-11212 .app__wrapper {
    margin-right: 24vw;
  }

  .b-fixed {
    z-index: 110;
    max-width: 24.1vw;
    margin: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .b-fixed__inner {
    max-width: 360px;
  }

  .b-fixed__title {
    font-size: calc(clamp(6em, 9vw, 12em) * 0.23) !important;
  }
  .b-fixed__block {padding-bottom: 5rem;}
}

@media screen and (max-width: 1199px) {
  .b-fixed {
    padding: 40px 20px;
  }

  .b-fixed.scrolled {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
  }
  .b-fixed.scrolled:not(.open) {
    padding: 20px 20px 10px;
  }
  .b-fixed.scrolled .b-fixed__title  {
    margin: 0;
    font-size: 24px;
  }

  .b-fixed:not(.open) .b-fixed__block {
    display: none;
  }

  .b-fixed__inner {
    max-width: 480px;
  }

  .b-fixed .wow {
    opacity: 1;
    visibility: visible;
  }
}

.contacts-by-whatsapp {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: fixed;
    z-index: 999999;
    right: 10px;
    bottom: 50px;
    text-decoration: none;
}
.contacts-by-whatsapp img{
  width: 56px;
}
.contacts-by-whatsapp_text {
    font-size: 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 1em;
    padding: 0.3em 0.4em;
    vertical-align: top;
    color: #000;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 1199px){
  .contacts-by-whatsapp{
    bottom: 100px;
    flex-direction: column;
  }
}