.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-size: 300px;
  background-color: #f8fcfe;
  background-position: center;
}

#preloader.hide-preloader {
  animation: hidePreloader 1s;
}

#preloader.preloader-hidden {
  display: none;
}

@keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fp-watermark {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  overflow-x: hidden !important;
}

::placeholder {
  color: #4AA9BF !important;
  font-size: 14px !important;
}
@media (min-width: 991px) {
  ::placeholder {
    font-size: 16px !important;
  }
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #4AA9BF;
  font-size: 14px;
}
@media (min-width: 991px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
}

button:focus {
  outline: none;
}

a {
  color: #FFFFFF;
}

.menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.menu-down {
  background-color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.content {
  pointer-events: all;
}

.container {
  max-width: 1320px;
}

.swiper-wrapper {
  position: relative;
}

.slide-s {
  width: inherit;
}
@media (min-width: 991px) {
  .slide-s {
    width: 847px !important;
  }
}
.slide-s .s-h {
  height: 540px !important;
}
@media (min-width: 767px) {
  .slide-s .s-h {
    height: 200px !important;
  }
}
@media (min-width: 991px) {
  .slide-s .s-h {
    height: 300px !important;
  }
}

.buttons .swiper-button-next:after, .buttons .swiper-button-prev:after {
  content: none;
}
.buttons .swiper-button-prev {
  left: 5px;
  top: 56%;
}
@media (min-width: 767px) {
  .buttons .swiper-button-prev {
    top: 60%;
  }
}
@media (min-width: 991px) {
  .buttons .swiper-button-prev {
    top: 56%;
  }
}
@media (min-width: 1199px) {
  .buttons .swiper-button-prev {
    left: 15%;
    top: 52%;
  }
}
.buttons .swiper-button-next {
  right: 5px;
  top: 56%;
}
@media (min-width: 767px) {
  .buttons .swiper-button-next {
    top: 60%;
  }
}
@media (min-width: 991px) {
  .buttons .swiper-button-next {
    top: 56%;
  }
}
@media (min-width: 1199px) {
  .buttons .swiper-button-next {
    right: 15%;
    top: 52%;
  }
}

.news {
  overflow: hidden;
}

.news-buttons .swiper-button-next:after, .news-buttons .swiper-button-prev:after {
  content: none;
}
.news-buttons .swiper-button-prev {
  left: 2%;
  top: 50%;
}
.news-buttons .swiper-button-next {
  right: 2%;
  top: 50%;
}
@media (min-width: 1199px) {
  .news-buttons .swiper-button-prev {
    top: 57%;
  }
  .news-buttons .swiper-button-next {
    top: 57%;
  }
}

.pointer {
  cursor: pointer;
}

.section, .layer {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden !important;
}

.layer {
  background-size: contain;
}

.width-w410 {
  width: 410px;
}

.bg-br {
  border-radius: 30px;
}
.bg-blue {
  background-color: #4AA9BF;
}
.bg-scene-1-1 {
  background-image: url("../img/scenes/scene1_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .bg-scene-1-2 {
    background-image: url("../img/scenes/scene1_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-1-3 {
    background-image: url("../img/scenes/scene1_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-1-4 {
    background-image: url("../img/scenes/scene1_4.svg");
  }
}
.bg-scene-1-mob {
  background-image: url("../img/scenes/scene1_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-1-mob {
    background-image: none;
  }
}
.bg-scene-2-1, .bg-scene-4-1, .bg-scene-6-1, .bg-scene-8-1 {
  background-color: white;
}
.bg-scene-2-1 {
  height: 1250px;
}
@media (min-width: 991px) {
  .bg-scene-2-1 {
    height: 950px;
  }
}
@media (min-width: 767px) {
  .bg-scene-2-2 {
    background-image: url("../img/scenes/scene2_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-2-3 {
    background-image: url("../img/scenes/scene2_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-2-4 {
    background-image: url("../img/scenes/scene2_4.svg");
  }
}
.bg-scene-2-mob {
  background-image: url("../img/scenes/scene2-mob.svg");
  background-size: cover;
}
@media (min-width: 767px) {
  .bg-scene-2-mob {
    background-image: none;
  }
}
.bg-scene-3-1 {
  height: 1100px;
  background-image: url("../img/scenes/scene3_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .bg-scene-3-1 {
    height: 900px;
  }
}
@media (min-width: 767px) {
  .bg-scene-3-2 {
    background-image: url("../img/scenes/scene3_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-3-3 {
    background-image: url("../img/scenes/scene3_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-3-4 {
    background-image: url("../img/scenes/scene3_4.svg");
  }
}
.bg-scene-3-mob {
  background-image: url("../img/scenes/scene3_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-3-mob {
    background-image: none;
  }
}
.bg-scene-4-1 {
  height: 1500px;
}
@media (min-width: 991px) {
  .bg-scene-4-1 {
    height: 1250px;
  }
}
@media (min-width: 767px) {
  .bg-scene-4-2 {
    background-image: url("../img/scenes/scene4_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-4-3 {
    background-image: url("../img/scenes/scene4_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-4-4 {
    background-image: url("../img/scenes/scene4_4.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-4-5 {
    background-image: url("../img/scenes/scene4_5.svg");
  }
}
.bg-scene-4-mob {
  background-image: url("../img/scenes/scene4_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-4-mob {
    background-image: none;
  }
}
.bg-scene-5-1 {
  height: 1600px;
  background-image: url("../img/scenes/scene5_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .bg-scene-5-1 {
    height: 1400px;
  }
}
@media (min-width: 991px) {
  .bg-scene-5-1 {
    height: 1600px;
  }
}
@media (min-width: 1199px) {
  .bg-scene-5-1 {
    height: 1000px;
  }
}
@media (min-width: 767px) {
  .bg-scene-5-2 {
    background-image: url("../img/scenes/scene5_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-5-3 {
    background-image: url("../img/scenes/scene5_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-5-4 {
    background-image: url("../img/scenes/scene5_4.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-5-5 {
    background-image: url("../img/scenes/scene5_5.svg");
  }
}
.bg-scene-5-mob {
  background-image: url("../img/scenes/scene5_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-5-mob {
    background-image: none;
  }
}
.bg-scene-6-1 {
  height: 1300px;
}
@media (min-width: 767px) {
  .bg-scene-6-1 {
    height: 900px;
  }
}
@media (min-width: 991px) {
  .bg-scene-6-1 {
    height: 1100px;
  }
}
@media (min-width: 767px) {
  .bg-scene-6-2 {
    background-image: url("../img/scenes/scene6_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-6-3 {
    background-image: url("../img/scenes/scene6_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-6-4 {
    background-image: url("../img/scenes/scene6_4.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-6-5 {
    background-image: url("../img/scenes/scene6_5.svg");
  }
}
.bg-scene-6-mob {
  background-image: url("../img/scenes/scene6_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-6-mob {
    background-image: none;
  }
}
.bg-scene-7-1 {
  height: 2200px;
  background-image: url("../img/scenes/scene7_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .bg-scene-7-1 {
    height: 1300px;
  }
}
@media (min-width: 991px) {
  .bg-scene-7-1 {
    height: 1500px;
  }
}
@media (min-width: 1199px) {
  .bg-scene-7-1 {
    height: 1350px;
  }
}
@media (min-width: 767px) {
  .bg-scene-7-2 {
    background-image: url("../img/scenes/scene7_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-7-3 {
    background-image: url("../img/scenes/scene7_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-7-4 {
    background-image: url("../img/scenes/scene7_4.svg");
  }
}
.bg-scene-7-mob {
  background-image: url("../img/scenes/scene7_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-7-mob {
    background-image: none;
  }
}
.bg-scene-8-1 {
  height: 500px;
}
@media (min-width: 991px) {
  .bg-scene-8-1 {
    height: 900px;
  }
}
@media (min-width: 767px) {
  .bg-scene-8-2 {
    background-image: url("../img/scenes/scene8_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-8-3 {
    background-image: url("../img/scenes/scene8_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-8-4 {
    background-image: url("../img/scenes/scene8_4.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-8-5 {
    background-image: url("../img/scenes/scene8_5.svg");
  }
}
.bg-scene-9-1 {
  background-image: url("../img/scenes/scene1_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .bg-scene-9-2 {
    background-image: url("../img/scenes/scene1_2.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-9-3 {
    background-image: url("../img/scenes/scene1_3.svg");
  }
}
@media (min-width: 767px) {
  .bg-scene-9-4 {
    background-image: url("../img/scenes/scene1_4.svg");
  }
}
.bg-scene-9-mob {
  background-image: url("../img/scenes/scene1_mob.svg");
}
@media (min-width: 767px) {
  .bg-scene-9-mob {
    background-image: none;
  }
}
.bg-scene-9-1 {
  height: 1040px;
}
@media (min-width: 767px) {
  .bg-scene-9-1 {
    height: 820px;
  }
}
@media (min-width: 991px) {
  .bg-scene-9-1 {
    height: 740px;
  }
}
.bg-card {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: 1s;
}
.bg-card:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.bg-card-c1 {
  background-image: url("../img/Card.svg");
}
.bg-card-c2 {
  background-image: url("../img/Card2.svg");
}
.bg-card-c3 {
  background-image: url("../img/Card3.svg");
}
.bg-whiteToBlue {
  background-color: white;
  border: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.bg-whiteToBlue:hover {
  background-color: #D1F1F2;
  border: 2px solid #4AA9BF;
}
.bg-modalCard {
  position: relative;
  background: linear-gradient(121.93deg, #F2FCFD 50%, #EDDBFF 100%);
  border: 2px solid #4AA9BF;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
@media (min-width: 991px) {
  .bg-modalCard {
    height: 150px;
  }
}
.bg-modalCard:hover {
  background: #D1F1F2;
}
.bg-modalCard-c1:after, .bg-modalCard-c2:after, .bg-modalCard-c3:after, .bg-modalCard-c4:after, .bg-modalCard-c5:after, .bg-modalCard-c6:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .bg-modalCard-c1:after, .bg-modalCard-c2:after, .bg-modalCard-c3:after, .bg-modalCard-c4:after, .bg-modalCard-c5:after, .bg-modalCard-c6:after {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 991px) {
  .bg-modalCard-c1:after, .bg-modalCard-c2:after, .bg-modalCard-c3:after, .bg-modalCard-c4:after, .bg-modalCard-c5:after, .bg-modalCard-c6:after {
    width: 70px;
    height: 60px;
  }
}
@media (min-width: 1199px) {
  .bg-modalCard-c1:after, .bg-modalCard-c2:after, .bg-modalCard-c3:after, .bg-modalCard-c4:after, .bg-modalCard-c5:after, .bg-modalCard-c6:after {
    width: 100px;
    height: 100px;
  }
}
.bg-modalCard-c1:after {
  background-image: url("../img/icon/plane.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c1:after {
    right: 50px;
  }
}
.bg-modalCard-c2:after {
  background-image: url("../img/icon/People.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c2:after {
    right: 50px;
  }
}
.bg-modalCard-c3:after {
  background-image: url("../img/icon/Programm2.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c3:after {
    right: 50px;
  }
}
.bg-modalCard-c4:after {
  background-image: url("../img/icon/Stars.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c4:after {
    right: 50px;
  }
}
.bg-modalCard-c5:after {
  background-image: url("../img/icon/MobileLaptop.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c5:after {
    right: 50px;
  }
}
.bg-modalCard-c6:after {
  background-image: url("../img/icon/Globus.svg");
  top: -30px;
  right: 30px;
}
@media (min-width: 767px) {
  .bg-modalCard-c6:after {
    right: 50px;
  }
}
.bg-bf {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.bg-bf:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}
.bg-team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
}
.bg-team-t1 {
  background-image: url("../img/Photo.png");
}
.bg-team-t2 {
  background-image: url("../img/Photo2.png");
}
.bg-team-t3 {
  background-image: url("../img/Photo3.png");
}
.bg-team-t4 {
  background-image: url("../img/Photo4.png");
}
.bg-gradient {
  background: linear-gradient(121.93deg, #F2FCFD 47.79%, #EDDBFF 104.11%);
}

.scene3-img {
  width: 50px;
}
@media (min-width: 767px) {
  .scene3-img {
    width: auto;
  }
}

.bf {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.z {
  z-index: 2;
}

.roundP {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.text-color-white {
  color: #FFFFFF;
}
.text-color-black {
  color: #0F0F0F;
}
.text-color-colored {
  color: #4AA9BF;
}
.text-fw-600 {
  font-weight: 600;
}
.text-link {
  color: #0F0F0F;
}
.text-link:hover {
  text-decoration: none;
  color: #0F0F0F;
}
.text-fs-12-14 {
  font-size: 12px;
}
@media (min-width: 991px) {
  .text-fs-12-14 {
    font-size: 14px;
  }
}
.text-fs-52-80 {
  font-size: 52px;
}
@media (min-width: 991px) {
  .text-fs-52-80 {
    font-size: 80px;
  }
}
.text-fs-24-38 {
  font-size: 24px;
}
@media (min-width: 991px) {
  .text-fs-24-38 {
    font-size: 38px;
  }
}
.text-fs-24-28 {
  font-size: 24px;
}
@media (min-width: 991px) {
  .text-fs-24-28 {
    font-size: 28px;
  }
}
.text-fs-18-28 {
  font-size: 18px;
}
@media (min-width: 991px) {
  .text-fs-18-28 {
    font-size: 28px;
  }
}
.text-fs-18 {
  font-size: 18px;
}
.text-fs-20 {
  font-size: 20px;
}
.text-fs-24 {
  font-size: 24px;
}
.text-fs-20-28 {
  font-size: 20px;
}
@media (min-width: 991px) {
  .text-fs-20-28 {
    font-size: 28px;
  }
}
.text-fs-14 {
  font-size: 14px;
}
.text-fs-14-16 {
  font-size: 14px;
}
@media (min-width: 991px) {
  .text-fs-14-16 {
    font-size: 16px;
  }
}
.text-fs-14-18 {
  font-size: 14px;
}
@media (min-width: 991px) {
  .text-fs-14-18 {
    font-size: 18px;
  }
}
.text-fs-14-20 {
  font-size: 14px;
}
@media (min-width: 991px) {
  .text-fs-14-20 {
    font-size: 20px;
  }
}
.text-fs-14-24 {
  font-size: 14px;
}
@media (min-width: 991px) {
  .text-fs-14-24 {
    font-size: 24px;
  }
}
.text-fs-16-24 {
  font-size: 16px;
}
@media (min-width: 1199px) {
  .text-fs-16-24 {
    font-size: 24px;
  }
}
.text-fs-18-24 {
  font-size: 18px;
}
@media (min-width: 991px) {
  .text-fs-18-24 {
    font-size: 24px;
  }
}
.text-fs-18-28 {
  font-size: 18px;
}
@media (min-width: 991px) {
  .text-fs-18-28 {
    font-size: 28px;
  }
}

.btn {
  text-align: center;
  transition: 0.5s;
  background-size: 150% auto;
  color: white;
  border-radius: 50px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  display: block;
  border: none;
}
@media (min-width: 767px) {
  .btn {
    font-size: 18px;
    display: inline;
  }
}
.btn-m {
  padding: 30px 55px;
  font-size: 14px;
}
@media (min-width: 991px) {
  .btn-m {
    padding: 30px 80px;
    font-size: 18px;
  }
}
.btn-s {
  padding: 16px 30px;
  font-size: 14px;
}
.btn-color {
  background: linear-gradient(to right, #F85FC0, #FE8B37, #FE8B37, #F85FC0);
  background-size: 300% 100%;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn-color:hover {
  color: white;
}
.btn-white {
  background: linear-gradient(to right, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF);
  color: #0F0F0F;
}
.btn:hover {
  background-position: 100% 0 !important;
  text-decoration: none !important;
}
.btn:focus {
  box-shadow: none;
}
.btn:active {
  filter: brightness(50%);
}

.btn.disabled, .btn:disabled {
  background-image: linear-gradient(to right, #bb80ab 0%, #bc8596 51%, #be8b81 100%);
}

.btn-close {
  background-image: url("../img/icon/close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  outline: none;
  border: none;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn-close:focus {
  box-shadow: none;
}

.open-bg {
  background-color: white !important;
  background-image: url("../img/scenes/nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.telegram {
  width: 40px;
  height: 40px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
@media (min-width: 991px) {
  .telegram {
    width: 50px;
    height: 50px;
  }
}
.telegram-w {
  background-image: url("../img/icon/TelegramIconWhite.svg");
}
.telegram-t {
  background-image: url("../img/icon/TelegramIcon.svg");
}

.navbar-blue {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  background-color: white;
}
@media (min-width: 1199px) {
  .navbar-blue {
    background-color: transparent;
  }
}

nav .logo {
  height: 40px;
}
@media (min-width: 991px) {
  nav .logo {
    height: 50px;
  }
}
nav .animated-icon,
nav .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .animated-icon span,
nav .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .animated-icon span {
  background: #FFFFFF;
}
nav .animated-icon span:nth-child(1) {
  top: 0px;
}
nav .animated-icon span:nth-child(2),
nav .animated-icon span:nth-child(3) {
  top: 10px;
}
nav .animated-icon span:nth-child(4) {
  top: 20px;
}
nav .animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #3B8A9C;
}
nav .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #3B8A9C;
}
nav .animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .animated-icon2 span {
  background: #3B8A9C;
}
nav .animated-icon2 span:nth-child(1) {
  top: 0px;
}
nav .animated-icon2 span:nth-child(2),
nav .animated-icon2 span:nth-child(3) {
  top: 10px;
}
nav .animated-icon2 span:nth-child(4) {
  top: 20px;
}
nav .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #3B8A9C;
}
nav .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #3B8A9C;
}
nav .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .navbar-mob {
  height: calc(100vh - 60px);
}
nav .nav-link-w {
  position: relative;
}
nav .nav-link-w:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 15px;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
nav .nav-link-w:hover {
  color: white;
  text-decoration: none;
}
nav .nav-link-w:hover:after {
  width: calc(100% - 30px);
}
nav .nav-link-t {
  color: #0F0F0F;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
nav .nav-link-t:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 15px;
  background-color: #4AA9BF;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
nav .nav-link-t:hover {
  color: #4AA9BF;
  text-decoration: none;
}
nav .nav-link-t:hover:after {
  width: calc(100% - 30px);
}

.doc-link {
  color: #0c5460;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.doc-link:hover {
  color: #0c5460;
}

.offer {
  min-height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .offer {
    flex-wrap: wrap;
  }
}
.offer .icon {
  width: 60px;
}

.iphoneImg {
  position: relative;
  width: 220px;
}
@media (min-width: 767px) {
  .iphoneImg {
    width: 300px;
  }
}

.iphoneImgWrap {
  background-image: url("../img/gif.gif");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 35px;
}
@media (min-width: 767px) {
  .iphoneImgWrap {
    border-radius: 47px;
  }
}

.news-slide .slider-top {
  position: relative;
  height: 200px;
  border-top: 2px solid #4AA9BF;
  border-right: 2px solid #4AA9BF;
  border-left: 2px solid #4AA9BF;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
}
.news-slide .slider-top:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 200px;
  width: 100%;
  background: linear-gradient(131.19deg, #59C7CD 46.88%, #AB5AC8 88.2%);
  mix-blend-mode: normal;
  opacity: 0.6;
}
.news-slide .slider-top img {
  position: absolute;
}
@media (min-width: 1199px) {
  .news-slide .slider-top img {
    top: -20%;
  }
}
.news-slide .slider-bottom {
  height: 370px;
  border-bottom: 2px solid #4AA9BF;
  border-right: 2px solid #4AA9BF;
  border-left: 2px solid #4AA9BF;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.news-slide .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-slide .news-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-logo {
  height: 40px;
}

.footer-link {
  color: white;
}
.footer-link:hover {
  color: white;
  text-decoration: none;
}

.modal-content {
  border: none;
  border-radius: 30px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 0;
}

.custom-checkbox ~ label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #0F0F0F;
}

.custom-checkbox ~ label a {
  color: #0F0F0F;
  text-decoration: underline;
}
.custom-checkbox ~ label a:hover {
  color: #0F0F0F;
  text-decoration: underline;
}

.custom-checkbox ~ label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #999999;
  border-radius: 8px;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.custom-checkbox:hover ~ label::before {
  border: 2px solid #4AA9BF;
  background-color: #D1F1F2;
  border-radius: 8px;
  cursor: pointer;
}

.custom-checkbox:checked ~ label::before {
  border-radius: 8px;
  border-color: #4AA9BF;
  background-color: #4AA9BF;
  background-image: url("../img/icon/ok.svg");
  background-size: auto;
}

.form-group.has-error .input-field {
  box-shadow: none;
  border: 1px solid #F94444;
  background-color: white;
  position: relative;
}

.input-field--error {
  position: absolute;
  font-size: 10px;
  background-color: white;
  color: #F94444;
}

input {
  width: 100%;
}

.form-control {
  width: 100%;
  padding: 30px 20px;
  border-color: transparent;
  border-radius: 30px;
  background-color: #D1F1F2;
}
.form-control:focus {
  border-color: #4AA9BF;
  box-shadow: none;
}

.dropdown-toggle, .dropdown-toggle[aria-expanded=false] {
  background-image: url("../img/icon/arrowDown.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.dropdown-toggle[aria-expanded=true] {
  background-image: url("../img/icon/arrowUp.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.dropdown-toggle:after {
  content: none;
}

.dropdown-menu {
  padding: 0;
  width: 100%;
  border-color: transparent;
  filter: drop-shadow(0px 4px 10px rgba(74, 169, 191, 0.2));
  border-radius: 20px;
  overflow: hidden;
}

.chosen {
  background-color: white !important;
  border-color: #4AA9BF;
  height: auto;
  padding: 10px 40px 8px 10px;
}

.selected-item {
  background-color: #D1F1F2;
  color: #4AA9BF;
  border-radius: 20px;
}

.dropdown-item:hover {
  background-color: #D1F1F2;
}

.border-blue {
  border: 2px solid #4AA9BF;
}

/*# sourceMappingURL=styles.css.map */
