body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #ffffff;
}


html,
body {
  height: 100%;
}


/*common*/
body.modal-open {
  overflow: hidden;
}



@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: auto;
}



p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 18px;

}


strong {
  font-weight: bold;
}


a {
  color: #005a96;
  ;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}


a:hover,
a:focus {
  color: #1b8cd7;

}




h1 {
  font-size: 36px;
  text-align: left;
  color: #005a96;
  line-height: normal;
  padding: 20px 0 0px 0;
  margin: 0px 0 30px 0;
  font-weight: bold;
  background: url(../images/header_bcg.svg) no-repeat top 0px left;

}


h2 {
  padding: 0px 0px 20px 0px;
  font-size: 30px;
  color: #000000;
  text-align: left;
  font-weight: bold;
}


h3 {
  font-weight: bold;
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #212121;
}


h4 {

  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;

}


div.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0;
}

ul,
li {
  font-size: 18px;
}

/*menu holder*/

.block-1 {
  background: url(../images/main_bcg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #addbff;
  /* background: linear-gradient(148deg,rgba(143, 216, 255, 1) 0%, rgba(193, 219, 255, 1) 50%, rgba(213, 198, 255, 1) 100%); */
  /* background-image: url(../images/main_bcg.jpg); */
  /* height: 1020px; */
  height: 1020px;
}


.menu-holder {
  position:fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.6s ease;
  padding: 0px 0 10px 0;
}

.menu-stick {
  background-color: rgba(229, 242, 254, 0.8);
  backdrop-filter: blur(10px);
  /* background-color: #fffbfa; 
  background: url(../images/menu_inner_bcg.jpg) top center no-repeat; */
  box-shadow: 0 0 5px #e7d2d0;
}




.navbar {
  padding: 40px 0 0 0;
  transition: all 0.6s ease;
}

.navbar-brand {
  margin-right: 80px;
}

.menu-stick .navbar {
  padding: 10px 0 0 0;
}

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #005a96;
  margin-right: 40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: url(../images/menu_active_bcg.svg) no-repeat bottom -3px left 8px;
}

.navbar-nav .nav-link:hover {
  color: #1b8cd7;
  background: url(../images/menu_active_bcg.svg) no-repeat bottom left 8px;
}

.navbar-nav .nav-link.active {
  color: #1b8cd7;
  background: url(../images/menu_active_bcg.svg) no-repeat bottom left 8px;
}


.lang-select-holder {
  position: absolute;
  border-radius: 8px;
  background: url(../images/triangle.svg) no-repeat center right 10px, #ffffff;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  color: #004473;
  width: 60px;
  right: 0;
  top: 47px;
}

.header-container {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
}


.cont-manag {
  position: relative;
  height: 80%;
}

.btn-header {
  margin: 40px 0 0 0;
  background: #128EE1;
  background: linear-gradient(50deg, rgba(18, 142, 225, 1) 0%, rgba(183, 131, 255, 1) 100%);
  display: block;
  width: 313px;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 88px;
  box-shadow: 0 0 10px #e7f6ff;
  font-size: 18px;
}

.btn-header:hover, .btn-header:focus {
  opacity: 0.8;
  color: white;

}


@media (max-width: 1399px) {
  .header-container {
    width: 50%;
  }
}


@media (max-width: 1199px) {

  .header-container {
    width: 55%;
  }

  .navbar-brand {
    margin-right: 40px;
  }

  .navbar-nav .nav-link {
    margin-right: 10px;
  }

  .menu-stick .navbar {
  padding: 0px 0 0 0;
}



}


@media (max-width: 991px) {

  .lang-select-holder {
    right: 80px;
    top: 50px;
  }

  .lang-select-holder {
    right: 80px;
    top: 22px;
  }

    .menu-holder {
    padding: 0;
    top: 0;
      background-color: rgba(229, 242, 254, 0.8);
  }



  .navbar {
    padding: 0px 0 0 0;
  }


  .navbar-collapse {
    background-color: #004473;
    position: absolute;
    top: 57px;
    width: 100%;
    z-index: 6;
    padding: 10px 20px 10px 20px;
  }


  .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #a4daff;
    font-size: 16px;
    background: url(../images/menu_active_bcg.svg) no-repeat bottom -3px left 0px;
  }

  .navbar-nav .nav-link:hover {
    color: #1b8cd7;
    background: url(../images/menu_active_bcg.svg) no-repeat bottom left 0px;
  }

  .navbar-nav .nav-link.active {
    color: #1b8cd7;
    background: url(../images/menu_active_bcg.svg) no-repeat bottom left 0px;
  }

  .navbar-toggler {
    border: 2px solid #005b97;

  }

  .navbar-toggler:focus {
    box-shadow: none;
    background-color: #d5eeff
  }

  .navbar-toggler-icon {
    color: #004473;
  }

  .btn-header {
    margin: 20px 0 40px 0;
  }

}


@media (max-width: 767px) {

  .menu-holder {
    padding: 0;
    top: 0;
      background-color: rgba(229, 242, 254, 0.8);
  }

  
.menu-stick {
  top: 0;
  background-color: rgba(229, 242, 254, 0.8);
  backdrop-filter: blur(10px);
  /* background-color: #fffbfa; 
  background: url(../images/menu_inner_bcg.jpg) top center no-repeat; */
  box-shadow: 0 0 5px #e7d2d0;
  padding: 0;
}

.navbar {
  padding: 0;
}


  h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }

  .block-1 {
    background: url(../images/main_bcg_mob.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #addbff;
    /* background: linear-gradient(148deg,rgba(143, 216, 255, 1) 0%, rgba(193, 219, 255, 1) 50%, rgba(213, 198, 255, 1) 100%); */
    /* background-image: url(../images/main_bcg.jpg); */
    /* height: 1020px; */   
    height: 100%;
    min-height: 800px;
  }

  .header-container {
    width: 100%;
  }

  .header-container p {
    font-size: 16px;
  }


  .header-container {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px 0 0 0;
    padding: 80px 0 0 0;
  }




  .btn-header {
    margin: 20px 0 40px 0;
    width: 280px;
    line-height: 70px;
    font-size: 16px;
  }


}


/*--------routes block----------- */

.block-routes {
  padding: 90px 0 90px 0;
}


h2.block-h2 {
  padding: 20px 0px 60px 0px;
  font-size: 28px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  background: url(../images/header_bcg.svg) no-repeat top center;
  margin: 0 0 40px 0;
}

.route-card-holder {
  width: 95%;
  margin: 0 auto 40px auto;
  box-shadow: 0 0 10px #e2e2e2;
  position: relative;
  border-radius: 8px;
}

.route-img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.route-pic-link:hover {
  opacity: 0.8;
}


.route-text-holder {
  padding: 25px;
}

.route-header {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.route-option {
  padding: 3px 0 3px 30px;

}

.route-op-1 {
  background: url(../images/icon_flag.svg) no-repeat left;
}

.route-op-2 {
  background: url(../images/icon_location.svg) no-repeat left;
}

.route-op-3 {
  background: url(../images/icon_distance.svg) no-repeat left;
}

.route-op-4 {
  background: url(../images/icon_sound.svg) no-repeat left;
}

.route-price {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  color: #004473;
  bottom: 20px;
  right: 20px;
}


@media (max-width: 1399px) {


  .route-card-holder {
    width: 100%;
  }

}


@media (max-width: 1199px) {

  .route-price {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #004473;
    bottom: 0px;
    right: 0px;
    position: unset;
  }

  .route-text-holder {
    padding: 25px 25px 10px 25px;
  }

}

@media (max-width: 767px) {


  .block-routes {
    padding: 50px 0 50px 0;
  }


  h2.block-h2 {
    padding: 10px 0px 20px 0px;
  }

}


/*-------------about block------------*/

.block-about {
  padding: 90px 0 90px 0;
  background: url(../images/about_background.jpg) no-repeat top center;
  background-size: cover;
  /*background: linear-gradient(148deg,rgba(143, 216, 255, 1) 0%, rgba(193, 219, 255, 1) 50%, rgba(213, 198, 255, 1) 100%); */
}

.about-pic {
  width: 100%;
  max-width: 555px;
  border-bottom-left-radius: 150px;
  border-top-right-radius: 150px;
  margin: 0 0 40px 0;
}

.about-text-holder {
  height: 100%;
  display: flex;
  align-items: center;
}

.about-text-holder h3 {
  font-size: 30px;
  font-weight: bold;
  color: #005a96;
}

.about-text-holder ul {
  padding: 0 0 0 0px;
  margin: 0;
}

.about-text-holder ul li {
  list-style-type: none;
  padding: 0 0 0 40px;
  background: url(../images/check.svg) no-repeat left;
  margin: 0 0 20px 0;
}

.about-holder {
  margin-bottom: 131px;
}

.about-text {
  padding-right: 40px;
}

@media (max-width: 991px) {

  .about-holder {
    margin-bottom: 80px;
  }

}


@media (max-width: 767px) {


  .block-about {
    padding: 50px 0 50px 0;
  }

  .about-pic {
    width: 100%;
    max-width: 555px;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    margin: 0 0 40px 0;
  }

}



/*--------------faq block---------*/

.faq-block {
  padding: 90px 0 90px 0;
}


.question-answer-holder {
  margin: 0 0 20px 0;
  position: relative;
}

.question-holder {
  background: linear-gradient(50deg, rgba(215, 239, 255, 1) 0%, rgba(235, 222, 255, 1) 100%);
  display: block;
  padding: 25px 0 25px 40px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 0 5px #f2faff;
  border-radius: 8px;
  color: #005a96;

}



.question-holder:hover,
.question-holder:focus {
  background-color: #ffe7a7;
}

.answer {
  border: none;
  border-radius: 0;
  padding: 20px 40px 10px 40px;
  box-shadow: 0 0 5px #e2e2e2;
}

.question-triangle {
  background: url(../images/triangle.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35px;
  right: 25px;
}


@media (max-width: 767px) {



  .faq-block {
    padding: 50px 0 50px 0;
  }

  .question-holder {
    background: linear-gradient(50deg, rgba(215, 239, 255, 1) 0%, rgba(235, 222, 255, 1) 100%);
    display: block;
    padding: 20px 40px 20px 20px;
    line-height: normal;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0 5px #f2faff;
    border-radius: 8px;
    color: #005a96;

  }

  .question-triangle {
      top: 30px;
  }

  .answer {
    border: none;
    border-radius: 0;
    padding: 20px 20px 10px 20px;
    box-shadow: 0 0 5px #e2e2e2;
  }


}


/*-------------footer------------*/

.footer {
  background-color: #daf2ff;
  padding: 60px 0 60px 0;
}

.copyright {
  text-align: center;
}

.copyright a {
  display: block;
  text-align: center;
}

.logo-holder {
  padding: 20px 0 0 0;
}

.policy {
  text-align: right;
}

@media (max-width: 767px) {
  .logo-holder {
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
  }
}



/*----------------rout page-------------*/

.block-main-route {
  background: url(../images/rout_bcg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #addbff;
  height: 1020px;
}

.blmain-min {
  background: url(../images/rout_bcg.jpg) no-repeat center center;
  background-size: cover;
  background-color: #addbff;
  height: 140px;
}

.route-price-big {
  font-size: 44px;
  color: #005a96;
  margin: 20px 0 0px 0;
  font-weight: bold;
}

.header-container-route {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 80px 0 0 0;
}

.header-container-route-row {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}

.img-carousel {
  border-radius: 20px;
}


.carousel {
  /* box-shadow: 0 0 20px #b0e0ff; */
  border-radius: 20px;
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #78b1ff;
}

.carousel-indicators .active {
  background-color: #0072be;
}

.header-route-holder {
  width: 90%;
}


@media (max-width: 1399px) {

  .header-route-holder {
    width: 100%;
  }

}


@media (max-width: 991px) {

  .block-main-route {
    background: url(../images/rout_bcg_mob.jpg) no-repeat center center;
    background-size: cover;
    background-color: #addbff;
    height: auto;
    padding: 10px 0 80px 0;
  }

  .blmain-min {
    height: auto;
    padding: 10px 0 10px 0;
  }

  .header-route-holder {
    margin: 20px 0 0 0;
  }



}

@media (max-width: 767px) {
  .header-route-holder p {
    font-size: 16px;
  }

.header-container-route {
  padding: 20px 0 0 0;
}  

}




/*----------route-description-block----------*/


.route-description-block {
  padding: 90px 0 90px 0;
}

.audio-holder {
  width: 100%;
  margin: 20px 0 40px 0;
}

.route-text-holder-link {
  display: block;
  width: 100%;
  background: url(../images/icon_text_triangle.svg) no-repeat center right 20px, url(../images/icon_text.svg) no-repeat left;
  padding: 22px 0 22px 70px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.route-text-holder-link-text {
  padding: 20px 0 20px 0;
}

.route-text-holder-link-gray {
  display: block;
  width: 100%;
  background: url(../images/icon_text_gray.svg) no-repeat left;
  padding: 22px 0 22px 70px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #e2e2e2;
}

/* .route-text-holder-link-gray:last-child {
  border-bottom: 1px solid #e2e2e2;
} */


.mp-t6 {
  background: url(../routes/T-6/route_map.jpg) no-repeat center center;
}

.mp-t61 {
  background: url(../routes/T-61/route_map.jpg) no-repeat center center;
}


.map-holder {
  width: 100%;
  height: 600px;
  background-size: cover;
  margin: 80px 0 30px 0;
  border-radius: 20px;
}



@media (max-width: 767px) {

  .map-holder {
  width: 100%;
  height: 400px;
  background-size: cover;
  margin: 40px 0 20px 0;
  border-radius: 20px;
}


.route-description-block {
  padding: 60px 0 60px 0;
}


}


/*--------route benefit block--------*/

.route-benefit-block {
  /* background: url(../images/phones.jpg) no-repeat center bottom;
  padding: 90px 0 500px 0; */
  padding: 90px 0 40px 0;
  background-color: #f3faff;
}

.route-benefit-holder {
  width: 90%;
  padding: 10px 0 10px 100px;
  margin: 0 0 80px 0;
}

.route-benefet-head {
  color: #005a96;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.rb-01 { background: url(../images/icon_benefit_01.svg) no-repeat top 15px left;}
.rb-02 { background: url(../images/icon_benefit_02.svg) no-repeat top 15px left;}
.rb-03 { background: url(../images/icon_benefit_03.svg) no-repeat top 15px left;}
.rb-04 { background: url(../images/icon_benefit_04.svg) no-repeat top 15px left;}

@media (max-width: 991px) {
  .route-benefit-holder {
  width: 90%;
  padding: 10px 0 10px 100px;
  margin: 0 0 20px 0;
}

}


@media (max-width: 767px) {

  .route-benefit-holder {
  width: 90%;
  padding: 10px 0 10px 80px;
  margin: 0 0 10px 0;
  background-size: 60px;
}


}


.disabled {
  pointer-events: none;
  opacity: 0.5;
}



.website-holder {
  text-align: right;
  color: #818181;
  font-size: 14px;
}


@media (max-width: 767px) {

  .website-holder {
  text-align: center;
}

}





#carouselSlider .carousel-inner {
  padding-left: 10px;
  padding-right: 10px;
}




#carouselSlider .carousel-control-next, #carouselSlider .carousel-control-prev {
  width: 7%;
}

#carouselSlider  .carousel-indicators {
  bottom: -30px;
}


@media (max-width: 1199px) {
  .route-text-holder {
    padding: 25px 15px 10px 15px;
  }

  .route-header {
    font-size: 20px;
  }
}



@media (max-width: 767px) {

  .route-header {
    font-size: 22px;
  }

}



/*contest banner*/

.contest-h3 {
  font-size: 24px;
  margin: 0;
  padding: 20px 0 10px 0;
  text-align: center;
  font-weight: bold;
}



.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); 
  color: black;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
}

.cookie-consent-button {
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.6s ease;
  border: 1px solid #d5dfe6;
  min-width: 170px;
  font-weight: bold;
  color: #128EE1;
}

.cookie-consent-banner p {
  font-size: 16px;
}



.cookie-consent-button:active {
  opacity: .5;
}

.cookie-consent-button.btn-success {
  background-color: #128EE1;
  color: white;
  background: #128EE1;
  /*background: linear-gradient(90deg, rgba(241, 209, 127, 1) 0%, rgba(231, 168, 82, 1) 50%, rgba(241, 209, 127, 1) 100%);*/
  background: linear-gradient(50deg, rgba(18, 142, 225, 1) 0%, rgba(183, 131, 255, 1) 100%);
  margin-bottom: 20px;

}

.cookie-consent-button.btn-grayscale {
  background-color: #dfe1e5;
  color: rgb(140, 140, 140);
  margin-bottom: 20px;
}

.cookie-consent-button.btn-outline {
  background-color: white;
 margin-bottom: 20px;
}

.cookie-consent-button:hover {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cookie-consent-options label {
  margin: 0 10px;
  font-size: 14px;
}

.cookie-consent-options input {
  margin-right: 5px;
}



@media (max-width: 767px) {

  .cookie-consent-button {
    min-width: auto;
    width: 100%;
    margin-bottom: 5px;
  }

  .cookie-consent-banner p {
    line-height: normal;
    font-size: 14px;
  }

.cookie-consent-button.btn-success {
      margin-bottom: 5px;
  }

.cookie-consent-button.btn-grayscale {
  margin-bottom: 5px;
}

.cookie-consent-button.btn-outline {
   margin-bottom: 5px;
}


}




.fb-bottom {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/fb.svg) no-repeat center center;
  background-size: contain;
  margin: 5px 0 0 auto;
}

.fb-bottom:hover {
  opacity: 0.8;
}



@media (max-width: 767px) {
  .fb-bottom {
    margin: 5px auto 0 auto;
  }
}



/*-----article holder-----*/

.article-holder {
  margin: 0 auto 80px auto;
}

.article-pic {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 5px 0;
}

.article-header {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: normal;
}

.article-card-holder {
  width: 95%;
  /* margin: 0 auto 0px auto; */
  margin-top: 5px;
  box-shadow: 0 0 10px #e2e2e2;
  position: relative;
  border-radius: 8px;
  /* height: 100%; */
  min-height: 520px;
}


@media (max-width: 991px) {

 .article-card-holder {
  /* margin: 0 auto 40px auto; */
    margin-top: 5px;
  height: auto;
}

}


@media (max-width: 767px) {

  .article-card-holder {
    min-height: 470px;
  }

}