@font-face {
  font-family: "S-Regular";
  font-display: swap;
  src: url(../fonts/Segoe_UI.ttf);
  src: url(../fonts/Segoe_UI.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "S-Light";
  font-display: swap;
  src: url(../fonts/Segoe_UI-Light.ttf);
  src: url(../fonts/Segoe_UI-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "S-Bold";
  font-display: swap;
  src: url(../fonts/Segoe_UI-Bold.ttf);
  src: url(../fonts/Segoe_UI-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "S-Black";
  font-display: swap;
  src: url(../fonts/Segoe_UI-Black.ttf);
  src: url(../fonts/Segoe_UI-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
* {
  outline: none;
  box-sizing: border-box;
  outline: none;
}
.revies-slide {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  height: 256px;
  border: 1px solid #75c9d8;
  border-radius: 10px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "S-Light";
}
@media (max-width: 450px) {
  h1 {
    font-size: 27px;
  }
}
h2 {
  font-size: 30px;
  font-family: "S-Light";
}
@media (max-width: 450px) {
  h2 {
    font-size: 27px;
  }
}
ol,
ul {
  padding-left: 25px;
  margin-bottom: 50px;
}
ol {
  list-style-type: none;
  counter-reset: li;
}
ol li {
  margin-bottom: 20px;
  padding-left: 10px;
  margin-top: 20px;
  position: relative;
}
ol li:before {
  counter-increment: li;
  content: counters(li, ".", decimal-leading-zero) ". ";
  color: #3f93d1;
  position: absolute;
  left: -25px;
}
ol li a {
  color: #3f93d1;
  border-bottom: 1px solid #3f93d1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ol li a:hover {
  color: #5fc747;
  border-bottom: 1px solid #5fc747;
}
body {
  font-family: "S-Regular";
  font-size: 16px;
  color: #4e4e4e;
}
.stop-scroll {
  position: fixed;
  z-index: 7;
  width: 100%;
  background: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.wrapper {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.top-head {
  height: 45px;
  background: #3f93d1;
}
@media (max-width: 550px) {
  .top-head {
    height: 0;
  }
}
.location-company {
  color: #fff;
  padding-left: 25px;
  font-family: "S-Light";
  letter-spacing: 2px;
  background: url(../images/location-ico.svg) no-repeat;
  background-position: left center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.btn-call {
  font-variant: top;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  margin-top: 5px;
  border: 1px solid #fff;
  float: right;
  margin-right: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-call:hover {
  color: #3f93d1;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 900px) {
  .btn-call {
    color: #3f93d1;
    position: fixed;
    display: none;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    border: 1px solid #3f93d1;
    z-index: 7;
  }
  .btn-call:hover {
    background: #3f93d1;
    color: #fff;
  }
}
.phone-company {
  color: #fff;
  padding-left: 25px;
  font-family: "S-Light";
  letter-spacing: 2px;
  background: url(../images/phone-ico.svg) no-repeat;
  background-position: left center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  float: right;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.phone-company a {
  color: #fff;
}
@media (max-width: 650px) {
  .phone-company {
    background: url(../images/phone-ico-xs.svg) no-repeat;
    background-position: left center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    color: #3f93d1;
    position: fixed;
    bottom: 25px;
    display: none;
    letter-spacing: auto;
    right: 20px;
    font-size: 22px;
    z-index: 7;
  }
}
@media (max-width: 500px) {
  .phone-company {
    left: 20px;
    bottom: 80px;
  }
}
.head-menu {
  height: 90px;
  position: relative;
  z-index: 8;
}
.head-menu .justify-position {
  text-align: justify;
}
.head-menu .justify-position:after {
  display: inline-block;
  content: "";
  width: 100%;
}
.head-menu a {
  display: inline-block;
  margin-top: 5px;
}
.head-menu img {
  height: 70px;
}
.head-menu .mobile-btn {
  display: none;
  height: 45px;
  width: 45px;
  top: 25px;
  right: 20px;
  z-index: 6;
  cursor: pointer;
}
.head-menu .mobile-btn:before {
  bottom: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  background: #3f93d1;
  content: "";
  position: absolute;
}
.head-menu .mobile-btn:after {
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #3f93d1;
  content: "";
  position: absolute;
}
.head-menu .mobile-btn span {
  top: 21px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  background: #3f93d1;
  position: absolute;
}
@media (max-width: 900px) {
  .head-menu .mobile-btn {
    display: inline-block;
    position: absolute;
  }
}
.head-menu .active-menu {
  position: fixed;
}
.head-menu .active-menu:before {
  top: 22px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 2px;
  background: #3f93d1;
  content: "";
  position: absolute;
}
.head-menu .active-menu span {
  top: 23px;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 2px;
  background: #3f93d1;
  position: absolute;
}
.head-menu .active-menu:after {
  top: 22px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 2px;
  background: #3f93d1;
  content: "";
  position: absolute;
}
.head-menu .main-menu {
  display: inline-block;
}
.head-menu .main-menu ul {
  padding: 0;
  margin: 0;
}
.head-menu .main-menu li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-family: "S-Light";
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 960px) {
  .head-menu .main-menu li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.head-menu .main-menu li a {
  color: #414141;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.head-menu .main-menu li a:hover {
  color: #3f93d1;
}
.head-menu .main-menu li .child-list {
  position: absolute;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
  text-align: center;
  background: #fff;
  left: -40px;
  z-index: 5;
  color: #414141;
  top: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
  padding: 0;
  margin: 0;
}
.head-menu .main-menu li .child-list li {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.head-menu .main-menu li .child-list li a {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.head-menu .main-menu li .child-list li:hover {
  background: #3f93d1;
}
.head-menu .main-menu li .child-list li:hover a {
  color: #fff;
}
.head-menu .main-menu .clicked .child-list {
  display: block;
}
.head-menu .main-menu .active {
  position: relative;
}
.head-menu .main-menu .active:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  background: #a5e775;
  content: "";
}
@media (max-width: 900px) {
  .head-menu .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 6;
    text-align: center;
  }
  .head-menu .main-menu ul {
    display: inline-block;
    width: 350px;
    top: 50px;
    position: relative;
  }
  .head-menu .main-menu ul li {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .head-menu .main-menu ul li .child-list {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 10px;
  }
  .head-menu .main-menu ul li .child-list a {
    font-size: 16px;
  }
  .head-menu .main-menu ul li a {
    color: #3f93d1;
    font-size: 22px;
    font-family: "S-Bold";
  }
}
.head-menu .active-menu-sec {
  position: fixed;
  display: block;
}
.slider-section {
  height: 490px;
  margin-bottom: 50px;
}
.slider-section .owl-dots {
  display: block !important;
  text-align: center;
  position: relative;
  top: -10px;
}
.slider-section .owl-dots .owl-dot {
  height: 13px;
  width: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3f93d1;
  margin-left: 5px;
  margin-right: 5px;
}
.slider-section .owl-dots .active {
  background: #3f93d1;
}
.slider-section .slide {
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 400px;
  background-size: auto 400px;
  height: 490px;
  max-width: 1480px;
  background-color: #fff;
  margin: auto;
}
.slider-section .slide .wrapper {
  position: relative;
  height: 100%;
  position: relative;
}
.slider-section .slide .wrapper .slider-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 10px;
  width: 570px;
}
@media (max-width: 1000px) {
  .slider-section .slide .wrapper .slider-txt {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 850px) {
  .slider-section .slide .wrapper .slider-txt {
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .slider-section .slide .wrapper .slider-txt {
    height: auto;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-right: 20px;
  }
}
.slider-section .slide .wrapper .caption {
  font-family: "S-Black";
  font-size: 47px;
  color: #3f93d1;
  width: 100%;
  display: block;
}
@media (max-width: 550px) {
  .slider-section .slide .wrapper .caption {
    font-size: 40px;
    line-height: 36px;
  }
}
.slider-section .slide .wrapper .cap-description {
  font-size: 32px;
  font-family: "S-Black";
  line-height: 36px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  .slider-section .slide .wrapper .cap-description {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .slider-section .slide .wrapper .cap-description {
    font-size: 24px;
    line-height: 26px;
  }
}
.slider-section .slide .wrapper .description {
  font-size: 13px;
  font-family: "S-Black";
  width: 100%;
  display: block;
  padding-right: 30%;
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .slider-section .slide .wrapper .description {
    padding-right: 0;
  }
}
.slider-section .slide .wrapper .btn-slider {
  font-size: 19px;
  font-family: "S-Light";
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  background: #5fc747;
  border: 1px solid #5fc747;
  display: inline-block;
  margin-right: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slider-section .slide .wrapper .btn-slider:hover {
  color: #5fc747;
  cursor: pointer;
  background: #fff;
  border: 1px solid #5fc747;
}
.present-section {
  height: 490px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1ac3c6),
    to(#1aa5c5)
  );
  background: -webkit-linear-gradient(bottom, #1ac3c6, #1aa5c5);
  background: -o-linear-gradient(bottom, #1ac3c6, #1aa5c5);
  background: linear-gradient(to top, #1ac3c6, #1aa5c5);
  position: relative;
  color: #fff;
  z-index: 4;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .present-section {
    height: auto;
    padding-bottom: 20px;
  }
}
.present-section h2 {
  padding-bottom: 10px;
}
.present-section iframe {
  max-width: 590px;
  height: 290px;
}
.present-section span {
  max-width: 590px;
  margin: auto;
  display: block;
}
.present-section:before {
  background: url(../images/before-present-section.png) no-repeat;
  content: "";
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  left: 0;
  width: 20%;
  height: 100%;
  top: -130px;
}
.present-section:after {
  background: url(../images/after-present-section.png) no-repeat;
  content: "";
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
  right: 0;
  width: 25%;
  height: 100%;
  bottom: -50%;
  z-index: -1;
}
.partners-and-info {
  position: relative;
  z-index: 5;
  background: url(../images/information-half.png) no-repeat;
  background-position: left bottom;
  -webkit-background-size: 70% 70%;
  background-size: 70%;
}
.parntners {
  padding-top: 20px;
}
.parntners h2 {
  text-align: center;
  padding-bottom: 30px;
}
.parntners img {
  height: 160px;
  width: 160px !important;
  display: inline-block !important;
}
@media (max-width: 650px) {
  .parntners img {
    height: auto;
    width: 60% !important;
  }
}
.parntners .slider-partner {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  text-align: center;
}
@media (max-width: 650px) {
  .parntners .slider-partner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.parntners .slider-partner .route {
  background: url(../images/slider-arrow.svg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 4;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.parntners .slider-partner .route:hover {
  opacity: 0.5;
}
.parntners .slider-partner .route-left {
  left: 20px;
}
.parntners .slider-partner .route-right {
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.information {
  margin-bottom: 50px;
}
.information .owl-dots {
  display: block !important;
  text-align: center;
  position: relative;
  top: -10px;
}
.information .owl-dots .owl-dot {
  height: 13px;
  width: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3f93d1;
  margin-left: 5px;
  margin-right: 5px;
}
.information .owl-dots .active {
  background: #3f93d1;
}
.information .slide {
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 580px auto;
  background-size: 580px auto;
  height: 590px;
  max-width: 1480px;
  margin: auto;
}
@media (max-width: 750px) {
  .information .slide {
    height: auto;
  }
}
.information .slide .wrapper {
  position: relative;
  height: 100%;
  position: relative;
}

span.cl-play {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30%;
  left: 42%;
  z-index: 888;
  opacity: 0.85;
}
span.cl-play img {
  filter: brightness(0.6);
  transition: 1s;
  transform: rotate(0);
}
span.cl-play img:hover {
  filter: brightness(1);
  animation: rotateimg 1s 0s 1 forwards normal ease-in-out;
}
@media (max-width: 750px) {
  .swiper-slide.wrapper.middle {
    width: 100%;
  }
}
#cookie_note {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: rgba(63, 147, 209, 0.9);
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  width: fit-content;
}

#cookie_note p {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  flex: 0 0 85%;
}

#cookie_note .cookie_accept {
  width: 10%;
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #5fc747;
  border-radius: 4px;
  box-shadow: 3px 3px 5px -3px #000;
  font-weight: 700;
  transition: 0.7s;
  flex: 0 0 10%;
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin-top: 0;
  box-sizing: border-box;
}
#cookie_note .cookie_accept:hover {
  box-shadow: none;
  background: #e49319;
}

#cookie_note a {
  transition: 0.5s;
}
#cookie_note a:hover {
  color: rgb(242, 77, 77);
}
@media (min-width: 576px) {
  #cookie_note.show {
    display: flex !important;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  #cookie_note.show {
    display: block;
    text-align: left;
  }
}
.btn-sec {
  position: relative;
}
.btn-sec-absolut {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: transparent;
}
#footer_consult__privacy {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 10px;
  width: auto;
  height: auto;
}
.checkbox-label {
  font-weight: normal;
  font-size: 14px;
  margin: 8px 0;
}

.video-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
}

.video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

