@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap");
body {
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif; }

#map .ymaps-2-1-79-ground-pane {
  filter: grayscale(80%);
  mix-blend-mode: exclusion; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

    .wrapper-header-icons{
            display: flex;
            margin-top: 10px;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
            list-style: none;
    }
    
    .wrapper-header-icons li{
            margin-right: 16px;
            display: flex;
            align-items: center;
    }
    
    .wrapper-header-icons li a{
         font-size: 20px;
        transition: .2s linear;
        text-decoration: none !important;
        color: #fff !important;
        line-height: 18.2px;
    }
    
    .wrapper-header-icons li a i{
           color: #ffd100 !important;
           transition: .2s linear;
    }

.mobile-area label {
  font-size: 14px; }

.main_price {
  font-size: 32px;
  color: #ffd100; }

.mainCurrency {
  font-size: 28px;
  color: #ffd100; }

.days_title {
  font-size: 14px;
  display: flex;
  font-weight: 400;
  align-items: end;
  margin-bottom: 5px;
  margin-left: 5px; }

.wrap-price .price {
  display: flex;
  justify-content: center;
  align-items: end; }

.mobile-sub-menu {
  display: none; }

.arrow {
  border: solid #000000b8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 5px; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.mobile-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  border-bottom: 4px solid #ffd100;
  padding: 10px 15px;
  z-index: 9999999; }
  .mobile-menu .navbar-brand img {
    width: 100px; }
  .mobile-menu button {
    width: 40px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    background-color: #fff;
    box-shadow: none;
    outline: none; }
    .mobile-menu button span {
      width: 100%;
      height: 2px;
      background-color: #000;
      transition: .2s linear; }
  .mobile-menu .active span {
    transition: .2s linear; }
    .mobile-menu .active span:first-child {
      transform: rotate(45deg);
      margin-top: 6px;
      transition: .2s linear; }
    .mobile-menu .active span:nth-child(2) {
      opacity: 0;
      transition: .2s linear; }
    .mobile-menu .active span:last-child {
      transform: rotate(-45deg);
      margin-bottom: 11px;
      transition: .2s linear; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 10px;
  border-color: #ACACAC; }

.currency .dropdown-menu {
  width: 75px !important;
  min-width: 75px !important; }
  .currency .dropdown-menu li {
    width: auto !important; }
    .currency .dropdown-menu li input {
      width: max-content;
      border-bottom: 1px solid #b6b6b6;
      margin: auto; }
    .currency .dropdown-menu li:last-child input {
      border-color: transparent; }

.navbar-expand-lg .navbar-nav .dropdown-menu li {
  width: 210px; }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    border-bottom: 1px solid #b6b6b6;
    width: 160px;
    margin: auto;
    font-size: 13px;
    text-align: center;
    white-space: normal; }
  .navbar-expand-lg .navbar-nav .dropdown-menu li:last-child a {
    border-color: transparent; }
.navbar-expand-lg .navbar-nav .dropdown-menu .li input {
  border-bottom: 1px solid #b6b6b6;
  width: 50px;
  margin: auto;
  font-size: 13px;
  text-align: center;
  white-space: normal; }
.navbar-expand-lg .navbar-nav .dropdown-menu .li:last-child input {
  border-color: transparent; }

.navbar-expand-lg .navbar-nav .language li {
  width: 100px;
  margin: auto; }
  .navbar-expand-lg .navbar-nav .language li a {
    width: 80px; }

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000042;
  z-index: 999999;
  transform: translateX(200%);
  transition: .2s linear; }
  .mobile-menu-wrapper .mobile-menu-content {
    width: 400px;
    margin-left: auto;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 99; }
    .mobile-menu-wrapper .mobile-menu-content .last {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 4px solid #ffd100; }
      .mobile-menu-wrapper .mobile-menu-content .last .nav-link {
        border-bottom: none !important; }
    .mobile-menu-wrapper .mobile-menu-content .nav-item .nav-link {
      font-size: 18px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #ACACAC; }
    .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-button {
      border: none;
      background: transparent;
      padding: 10px 0;
      font-size: 18px;
      color: #000;
      font-weight: 400;
      border-bottom: 1px solid #acacac;
      border-radius: 0;
      box-shadow: none;
      outline: none; }
      .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-button i {
        color: #ffd100;
        margin-right: 5px; }
      .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-button .wrapper-currency-symbol {
        color: #ffd100;
        margin-right: 5px; }
    .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-collapse {
      border: none; }
      .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-collapse .accordion-body {
        padding: 10px 0; }
        .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-collapse .accordion-body ul {
          padding: 0;
          list-style: none;
          margin: 0; }
          .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-collapse .accordion-body ul li {
            padding: 0; }
            .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-collapse .accordion-body ul li a {
              padding-left: 0 !important; }

.open {
  transform: translateX(0) !important;
  transition: .2s linear; }

.align-items-lg-start {
  display: flex;
  justify-content: flex-start !important; }

.select2-container--default .select2-selection--single {
  height: 100%; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #aaaaaa;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  margin: auto; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  opacity: 0; }

footer {
  background-color: #000;
  padding: 40px 0;
  border-top: 8px solid #ffd100; }
  footer .wrapper-item h2 {
    color: #ffd100;
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 500; }
  footer .wrapper-item ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .wrapper-item ul li {
      margin-bottom: 15px; }
      footer .wrapper-item ul li p {
        font-size: 14px;
        text-decoration: none !important;
        color: #fff !important;
        transition: .2s linear;
        line-height: 18.2px; }
        footer .wrapper-item ul li p i {
          color: #ffd100 !important;
          transition: .2s linear; }
        footer .wrapper-item ul li p:hover {
          transition: .2s linear;
          color: #ffd100 !important; }
          footer .wrapper-item ul li p:hover i {
            color: #ffd100 !important;
            transition: .2s linear; }
      footer .wrapper-item ul li a {
        font-size: 14px;
        text-decoration: none !important;
        color: #fff !important;
        transition: .2s linear;
        line-height: 18.2px; }
        footer .wrapper-item ul li a i {
          color: #ffd100 !important;
          transition: .2s linear; }
        footer .wrapper-item ul li a:hover {
          transition: .2s linear;
          color: #ffd100 !important; }
          footer .wrapper-item ul li a:hover i {
            color: #ffd100 !important;
            transition: .2s linear; }
    footer .wrapper-item ul .wrapper-media ul {
      display: flex;
      margin-top: 10px;
      flex-wrap: wrap; }
      footer .wrapper-item ul .wrapper-media ul li {
        margin-right: 24px; }
        footer .wrapper-item ul .wrapper-media ul li a {
          font-size: 20px;
          transition: .2s linear; }
          footer .wrapper-item ul .wrapper-media ul li a:hover {
            transition: .2s linear;
            color: #ffd100 !important; }

header {
  border-bottom: 8px solid #ffd100; }
  header .navbar {
    background-color: transparent !important;
    padding: 10px 0; }
    header .navbar .navbar-collapse {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
    header .navbar .wrapper-language div {
      margin-right: 5px; }
      header .navbar .wrapper-language div i {
        color: #ffd100; }
    header .navbar .nav-link {
      font-size: 14px;
      color: #000 !important;
      padding-right: 0.7rem;
      padding-left: 0.7rem;
      position: relative;
      font-weight: 400; }
      header .navbar .nav-link:after {
        position: absolute;
        left: 0.3rem;
        right: 0.3rem;
        bottom: 4px;
        border-bottom: 1px solid #fff;
        content: '';
        height: 2px;
        width: calc(100% - 0.7rem);
        transition: .2s linear; }
      header .navbar .nav-link:hover:after {
        border-bottom-color: #000 !important;
        transition: .2s linear; }
    header .navbar .dropdown-toggle:after {
      display: none; }
    header .navbar .active .nav-link:after {
      border-bottom: 1px solid #000; }
    header .navbar .dropdown .dropdown-toggle {
      display: flex;
      align-items: center; }
    header .navbar .currency .dropdown-toggle {
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important; }
      header .navbar .currency .dropdown-toggle .wrapper-currency-symbol {
        margin-right: 5px;
        color: #ffd100; }
      header .navbar .currency .dropdown-toggle i {
        margin-right: 5px;
        color: #ffd100; }
  header .navbar-brand img {
    height: 40px; }

.slider-area {
  max-height: 100vh;
  overflow: hidden;
  border-bottom: 8px solid #ffd100;
  position: relative; }
  .slider-area .wrapper-form {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8.3%; }
    .slider-area .wrapper-form p {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px;
      font-weight: 500; }
    .slider-area .wrapper-form form {
      width: 509px;
      background: #fff;
      border-radius: 15px;
      padding: 35px; }
      .slider-area .wrapper-form form .form-control {
        width: 100% !important;
        border: none;
        font-size: 16px;
        padding: 10px 15px;
        outline: none;
        border-radius: 10px;
        box-shadow: #00000017 0 3px 12px; }
      .slider-area .wrapper-form form button {
        width: 100%;
        border-radius: 10px;
        padding: 14px 0;
        line-height: normal; }
  .slider-area .owl-item .item {
    position: relative; }
    .slider-area .owl-item .item .wrapper-text {
      position: absolute;
      bottom: 30%;
      left: calc(12% + 510px);
      text-align: center;
      color: #ffd100;
      z-index: 99; }
  .slider-area .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out; }
  .slider-area .owl-nav button.owl-prev {
    left: 0; }
  .slider-area .owl-nav button.owl-next {
    right: 0; }
  .slider-area .owl-dots {
    text-align: center;
    padding-top: 15px; }
  .slider-area .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    opacity: .5;
    margin: 0 3px; }
  .slider-area .owl-dots button.owl-dot.active {
    opacity: 1; }
  .slider-area .owl-dots button.owl-dot:focus {
    outline: none; }
  .slider-area .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important; }
  .slider-area span {
    font-size: 70px;
    position: relative;
    top: -5px; }
  .slider-area .owl-nav button:focus {
    outline: none; }
  .slider-area .owl-dots {
    bottom: 180px;
    position: absolute;
    left: calc(12% + 740px); }

.wrapper-ads {
  margin-top: 40px; }
  .wrapper-ads .wrapper-item {
    background-size: cover;
    background-position: center center;
    z-index: 9;
    width: 300px;
    height: 250px;
    margin: auto; }
    .wrapper-ads .wrapper-item h2 {
      color: #ffd100;
      font-size: 18px;
      padding: 160px 60px 5px 0;
      margin: 0; }
    .wrapper-ads .wrapper-item a {
      color: #ffd100;
      font-size: 16px;
      text-decoration: none;
      padding: 0 10px 15px;
      display: block; }
      .wrapper-ads .wrapper-item a i {
        margin-left: 5px;
        transition: .2s linear; }
      .wrapper-ads .wrapper-item a:hover i {
        margin-left: 10px;
        transition: .2s linear; }

.section-map {
  margin: 24px 0 80px; }
  .section-map h2 {
    padding: 25px 0; }
  .section-map #wrap_map {
    position: relative; }
  .section-map .wrapper-map-data {
    position: absolute;
    z-index: 999;
    background: #000000b3;
    width: 392px;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .section-map .wrapper-map-data .wrapper-item {
      margin-bottom: 30px; }
      .section-map .wrapper-map-data .wrapper-item h2 {
        color: #fff;
        font-size: 32px;
        padding: 0 0 20px;
        position: relative;
        width: max-content; }
        .section-map .wrapper-map-data .wrapper-item h2:after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 10px;
          width: 100%;
          height: 2px;
          background-color: #ffd100; }
      .section-map .wrapper-map-data .wrapper-item ul {
        list-style: none; }
        .section-map .wrapper-map-data .wrapper-item ul li {
          color: #fff;
          font-size: 20px;
          position: relative; }
          .section-map .wrapper-map-data .wrapper-item ul li:before {
            content: "•";
            color: #ffd100;
            left: -25px;
            padding-left: 5px;
            position: absolute;
            font-size: 24px;
            top: -10px; }
      .section-map .wrapper-map-data .wrapper-item:last-child {
        margin-bottom: 0; }

.first-menu {
  background: white;
  height: 40px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center; }
  .first-menu:before {
    position: absolute;
    content: '';
    right: -25%;
    bottom: 0;
    top: 0;
    background-color: white;
    width: 26%; }
  .first-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center; }
    .first-menu ul li {
      padding-right: 55px; }
      .first-menu ul li a {
        text-decoration: none;
        font-size: 14px;
        color: #050708;
        display: flex;
        align-items: center; }
        .first-menu ul li a i {
          color: #ffd100;
          margin-right: 10px;
          font-size: 20px; }
        .first-menu ul li a div {
          display: flex;
          flex-direction: column; }
          .first-menu ul li a div span {
            color: #7e7e7e;
            font-size: 14px; }
          .first-menu ul li a div strong {
            font-size: 16px;
            font-weight: 500; }

.main_button {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 3px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #ffd100;
  outline: none !important;
  box-shadow: none !important; }

.section-home {
  padding-top: 0 !important; }

.section-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .section-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffd100;
    height: 5px;
    content: ''; }
  .section-slider form {
    margin-top: -100px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 2px 9px #00000033;
    box-sizing: border-box;
    min-height: 150px;
    transition: padding-top .2s ease-out; }
    .section-slider form h2 {
      margin-top: 0;
      font-size: 36px;
      margin-bottom: 20px;
      font-weight: 400; }
    .section-slider form .form-group {
      border: 1px solid #c4c6cc;
      margin-bottom: 10px; }
      .section-slider form .form-group label {
        margin: 0;
        padding: 4px 10px;
        font-size: 14px;
        color: #5c5f66;
        cursor: pointer; }
      .section-slider form .form-group .form-control {
        width: 100% !important;
        border: none;
        font-size: 18px;
        padding: 2px 10px 15px;
        outline: none;
        box-shadow: none; }
    .section-slider form .wrapper-button {
      height: calc(100% - 10px);
      display: flex;
      justify-content: flex-end;
      align-items: end;
      border: none; }

.welcome-section {
  padding: 50px 0; }
  .welcome-section .main_title {
    text-align: center;
    margin-bottom: 50px;
    color: #ffd100;
    position: relative; }
  .welcome-section p {
    color: #666; }

.wrapper-banner {
  background-color: #0e0e0e;
  padding: 170px 0 30px !important;
  text-align: center !important;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important; }
  .wrapper-banner .main_title {
    color: #ffd100;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 700; }
  .wrapper-banner .wrapper-path {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    justify-content: center; }
    .wrapper-banner .wrapper-path a {
      text-decoration: none;
      color: #fff;
      transition: all 200ms linear 0ms; }
      .wrapper-banner .wrapper-path a:hover {
        color: #ffd100; }
    .wrapper-banner .wrapper-path strong {
      color: #ffd100; }
    .wrapper-banner .wrapper-path span {
      color: #d3d3d3; }

.section-cars {
  padding: 25px 0 50px; }
  .section-cars .wrapper-item {
    background: #fff;
    box-shadow: 0 0 28px 0 #0000001a;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: .2s linear;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .section-cars .wrapper-item .wrapper-head h2 {
      font-size: 20px;
      margin-top: 0;
      font-weight: 600; }
      .section-cars .wrapper-item .wrapper-head h2 strong {
        font-weight: 600 !important; }
      .section-cars .wrapper-item .wrapper-head h2 span {
        font-size: 14px;
        color: #696969; }
    .section-cars .wrapper-item .wrapper-head h3 {
      font-size: 16px;
      opacity: .6; }
    .section-cars .wrapper-item .wrapper-image {
      margin: auto; }
      .section-cars .wrapper-item .wrapper-image img {
        width: 100%; }
    .section-cars .wrapper-item .wrapper-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .section-cars .wrapper-item .wrapper-text .wrapper-info h2 {
        font-size: 15px;
        margin: 15px 0;
        color: #000;
        font-weight: 600;
        text-transform: uppercase; }
      .section-cars .wrapper-item .wrapper-text ul {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-bottom: 2px solid #ffd100;
        margin-bottom: 10px; }
        .section-cars .wrapper-item .wrapper-text ul li {
          display: flex;
          margin-right: 10px;
          align-items: center; }
          .section-cars .wrapper-item .wrapper-text ul li:last-child {
            margin-right: 0; }
          .section-cars .wrapper-item .wrapper-text ul li .wrapper-icon {
            margin-right: 5px;
            display: flex; }
            .section-cars .wrapper-item .wrapper-text ul li .wrapper-icon img {
              width: 16px; }
      .section-cars .wrapper-item .wrapper-text h4 {
        font-size: 16px;
        padding: 0 15px; }
    .section-cars .wrapper-item:hover {
      margin-top: -10px;
      box-shadow: #0000001a 0 4px 12px;
      transition: .2s linear; }

.section-services {
  padding: 50px 0; }
  .section-services ul li {
    margin-bottom: 10px; }

.section-faq {
  padding: 50px 0; }
  .section-faq .accordion-item {
    margin-bottom: 15px; }
    .section-faq .accordion-item .accordion-button {
      background-color: transparent;
      box-shadow: none;
      outline: none;
      color: #000000;
      border-color: #dfdfdf !important;
      font-size: 18px;
      text-align: left;
      padding-right: 55px; }
      .section-faq .accordion-item .accordion-button:after {
        content: '';
        background-image: unset;
        width: 25px;
        height: 2px;
        background-color: #000000;
        opacity: 0.6;
        transition: .2s linear;
        right: 21px;
        position: absolute; }
      .section-faq .accordion-item .accordion-button:before {
        content: '';
        position: absolute;
        background-image: unset;
        width: 2px;
        height: 25px;
        right: 32px;
        background-color: #000000;
        opacity: 0.6;
        transition: .2s linear; }
    .section-faq .accordion-item .accordion-button:not(.collapsed):after {
      background-image: unset;
      transform: rotate(0deg);
      transition: .2s linear;
      background-color: #ffd100;
      opacity: 1; }
    .section-faq .accordion-item .accordion-button:not(.collapsed):before {
      height: 0;
      transition: .2s linear; }
    .section-faq .accordion-item .accordion-body {
      color: #000000;
      opacity: .8; }
  .section-faq .accordion-button.collapsed {
    border-bottom-width: 1px; }
  .section-faq .accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 1px; }

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
  max-width: 100%; }
  .progress-container .progress {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0;
    z-index: -1;
    transition: 0.4s ease; }
  .progress-container .circles {
    background-color: #ffd100;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    font-size: 24px;
    color: #000000;
    opacity: .5; }
    .progress-container .circles span {
      position: absolute;
      top: 75px;
      width: 160px;
      text-align: center; }
  .progress-container a {
    text-decoration: none; }
  .progress-container .circles.active {
    opacity: 1; }

.section-book .wrapper-bottom-actions {
  display: flex;
  justify-content: space-between;
  margin-top: -20px; }
  .section-book .wrapper-bottom-actions .wrapper-next .button {
    background-color: transparent;
    color: #000;
    border: solid 1px #aaaaaa;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none; }
  .section-book .wrapper-bottom-actions .wrapper-next:last-child .button {
    background-color: #ffd100;
    border-color: #ffd100; }
.section-book .wrap-button {
  background-color: #ffd100;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 20px;
  margin-top: 20px;
  text-decoration: none; }
.section-book .main_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5rem; }
.section-book .main_text {
  font-size: 20px;
  opacity: .4;
  margin-bottom: 2rem; }
.section-book h5 {
  font-weight: 600;
  font-size: 20px; }
.section-book h6 {
  font-size: 24px;
  font-weight: 500;
  color: #ffd100; }
.section-book .bottom_text {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px; }
.section-book form .form-group {
  border: 1px solid #aaaaaa;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: #00000017 0 3px 12px; }
  .section-book form .form-group label {
    margin: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #5c5f66;
    cursor: pointer; }
  .section-book form .form-group .form-control {
    width: 100% !important;
    border: none;
    font-size: 16px;
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 10px; }
.section-book .wrapper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0; }
  .section-book .wrapper-next button {
    background-color: #ffd100;
    border: none;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    padding: 17px 60px;
    border-radius: 20px;
    margin-top: 20px;
    text-decoration: navajowhite; }
.section-book .selected .wrapper-extra-right .wrapper-button label {
  border-color: #ffd100 !important;
  background-color: #ffd100 !important; }
  .section-book .selected .wrapper-extra-right .wrapper-button label .before-select {
    display: none !important; }
  .section-book .selected .wrapper-extra-right .wrapper-button label .selected {
    display: block !important; }
.section-book .selected h1 {
  color: #000000 !important;
  opacity: .8; }
.section-book .selected label {
  background-color: #e5e5e5 !important;
  color: #000000 !important; }
.section-book .wrapper-item {
  display: flex;
  box-shadow: 0 0 28px 0 #0000001a;
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
  transition: .2s linear; }
  .section-book .wrapper-item .wrapper-extra-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px; }
    .section-book .wrapper-item .wrapper-extra-right .wrap-price h1 {
      justify-content: flex-start; }
    .section-book .wrapper-item .wrapper-extra-right ul {
      padding: 0; }
    .section-book .wrapper-item .wrapper-extra-right .wrapper-button label {
      font-size: 18px;
      background-color: transparent;
      color: #000;
      border: solid 1px #aaaaaa;
      font-weight: 600;
      padding: 10px 50px;
      border-radius: 10px;
      text-decoration: none;
      box-shadow: #00000017 0 3px 12px;
      transition: .2s linear;
      outline: none; }
      .section-book .wrapper-item .wrapper-extra-right .wrapper-button label .before-select {
        display: block; }
      .section-book .wrapper-item .wrapper-extra-right .wrapper-button label span {
        display: none; }
  .section-book .wrapper-item .icons {
    min-width: 30% !important;
    max-width: 30% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .section-book .wrapper-item .icons img {
      width: 50% !important; }
  .section-book .wrapper-item .wrapper-image {
    width: 100%; }
    .section-book .wrapper-item .wrapper-image img {
      width: auto;
      height: 130px;
      max-width: 100%; }
      @media (max-width: 991px) {
        .section-book .wrapper-item .wrapper-image img {
          width: 100%;
          height: auto;
          max-width: 100%; } }
    .section-book .wrapper-item .wrapper-image .wrapper-head h2 {
      font-size: 20px;
      margin-top: 20px;
      font-weight: 400;
      text-align: center; }
      .section-book .wrapper-item .wrapper-image .wrapper-head h2 span {
        font-size: 14px;
        opacity: .6; }
    .section-book .wrapper-item .wrapper-image .wrapper-head h4 {
      font-size: 16px;
      opacity: .6;
      font-weight: 600;
      text-align: center; }
  .section-book .wrapper-item .icons img {
    height: auto !important; }
  .section-book .wrapper-item .wrap-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .section-book .wrapper-item .wrap-price h1 {
      font-size: 22px;
      color: #666;
      font-weight: 600;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      width: 100%; }
      .section-book .wrapper-item .wrap-price h1 .main_price {
        font-size: 32px;
        color: #ffd100; }
      .section-book .wrapper-item .wrap-price h1 .mainCurrency {
        font-size: 24px;
        color: #ffd100;
        display: flex;
        align-items: end;
        padding-left: 2px; }
      .section-book .wrapper-item .wrap-price h1 .days_title {
        font-size: 14px;
        display: flex;
        font-weight: 400;
        align-items: end;
        margin-bottom: 5px;
        margin-left: 5px; }
      .section-book .wrapper-item .wrap-price h1 .approx {
        display: flex;
        align-items: center;
        margin-left: 15px; }
      .section-book .wrapper-item .wrap-price h1 span {
        font-size: 18px; }
    .section-book .wrapper-item .wrap-price del {
      font-size: 16px;
      color: #666;
      font-weight: 600;
      margin-bottom: 0;
      margin-left: 15px;
      text-decoration-color: red;
      width: 150px; }
      .section-book .wrapper-item .wrap-price del span {
        font-size: 16px; }
  .section-book .wrapper-item .wrapper-text {
    width: 100%; }
    .section-book .wrapper-item .wrapper-text h2 {
      font-size: 16px;
      color: #000;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px;
      background-color: #ffd100; }
    .section-book .wrapper-item .wrapper-text ul {
      color: #000000 !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      list-style: none; }
      .section-book .wrapper-item .wrapper-text ul li {
        margin-bottom: 0; }
  .section-book .wrapper-item .wrapper-button {
    display: flex;
    justify-content: center;
    align-content: center; }
    .section-book .wrapper-item .wrapper-button label {
      font-size: 20px;
      background-color: #ffd100;
      color: #000;
      font-weight: 400 !important;
      padding: 10px 50px;
      border-radius: 20px !important;
      text-decoration: none;
      box-shadow: #00000017 0 3px 12px;
      transition: .2s linear;
      outline: none;
      border: none; }
    .section-book .wrapper-item .wrapper-button a {
      font-size: 18px;
      background-color: #ffd100;
      color: #ffffff;
      font-weight: 600;
      padding: 10px 50px;
      border-radius: 20px;
      text-decoration: none;
      box-shadow: #00000017 0 3px 12px;
      transition: .2s linear;
      outline: none;
      border: none; }
    .section-book .wrapper-item .wrapper-button button {
      font-size: 18px;
      background-color: #ffd100;
      color: #000;
      font-weight: 600;
      padding: 10px;
      border-radius: 10px;
      text-decoration: none;
      box-shadow: #00000017 0 3px 12px;
      transition: .2s linear;
      outline: none;
      border: none;
      width: 100%; }
  .section-book .wrapper-item:hover {
    box-shadow: #64646f33 0 7px 29px 0;
    transition: .2s linear; }
.section-book .wrapper-right {
  position: sticky;
  top: 15px; }
  .section-book .wrapper-right .wrap-item {
    box-shadow: #00000026 1.95px 1.95px 2.6px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden; }
    .section-book .wrapper-right .wrap-item .head {
      background-color: #ffd100;
      color: #000;
      font-weight: 700;
      padding: 12px 20px; }
      .section-book .wrapper-right .wrap-item .head h2 {
        font-size: 24px;
        margin-bottom: 0; }
      .section-book .wrapper-right .wrap-item .head h3 {
        font-size: 16px;
        margin: 0 -2px;
        display: flex;
        justify-content: space-between;
        align-content: center; }
    .section-book .wrapper-right .wrap-item .wrapper-info {
      padding: 12px 20px; }
      .section-book .wrapper-right .wrap-item .wrapper-info h2 {
        font-weight: 500;
        font-size: 20px; }
      .section-book .wrapper-right .wrap-item .wrapper-info p {
        font-size: 16px;
        margin: 0;
        display: flex; }
        .section-book .wrapper-right .wrap-item .wrapper-info p span {
          min-width: max-content;
          margin-right: 5px; }
        .section-book .wrapper-right .wrap-item .wrapper-info p .wrapper-hovered-info {
          position: relative; }
          .section-book .wrapper-right .wrap-item .wrapper-info p .wrapper-hovered-info span {
            display: none;
            position: absolute;
            top: 25px;
            background: #ffd100;
            left: 0;
            padding: 5px;
            width: 280px;
            border-radius: 10px;
            right: 0;
            word-break: break-all;
            min-width: 100%;
            color: #000000;
            font-size: 14px; }
          .section-book .wrapper-right .wrap-item .wrapper-info p .wrapper-hovered-info img {
            cursor: pointer; }
            .section-book .wrapper-right .wrap-item .wrapper-info p .wrapper-hovered-info img:hover ~ span {
              display: block; }
      .section-book .wrapper-right .wrap-item .wrapper-info .subtotal {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin: 0 -2px;
        flex-wrap: wrap; }
    .section-book .wrapper-right .wrap-item .disabled {
      background-color: #e5e5e5; }
    .section-book .wrapper-right .wrap-item .bordered {
      border-bottom: 2px solid #ffd100; }
    .section-book .wrapper-right .wrap-item .wrap-image {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 15px 20px; }
      .section-book .wrapper-right .wrap-item .wrap-image img {
        width: auto;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 80%; }
      .section-book .wrapper-right .wrap-item .wrap-image h2 {
        font-size: 16px;
        margin: 0; }

.section-lising {
  padding: 50px 0; }
  .section-lising form h2 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: 400;
    text-align: center; }
  .section-lising form .form-group {
    border: 1px solid #c4c6cc;
    margin-bottom: 10px;
    border-radius: 10px;
      /*

          REMOVE SLIDER STYLE DEFAULTS

      */
      /*

          HANDLE

      */
      /*

          TRACK

      */ }
    .section-lising form .form-group label {
      margin: 0;
      padding: 4px 10px;
      font-size: 14px;
      color: #5c5f66;
      cursor: pointer; }
    .section-lising form .form-group .form-control {
      width: 100% !important;
      border: none;
      font-size: 16px;
      padding: 8px 10px;
      outline: none;
      box-shadow: none; }
    .section-lising form .form-group :root {
      --yellow: #ffd049;
      --light-yellow: #fdf2d2;
      --orange: #ffa929;
      --light-gray: #e3e4e8;
      --gray: #71738b;
      --light-blue: #7a7c93;
      --blue: #34385a;
      --slider-handle-size: 14px;
      --slider-handle-border-radius: 2px;
      --slider-handle-margin-top: -4px;
      --slider-track-height: 6px;
      --slider-track-border-radius: 4px; }
    .section-lising form .form-group #wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-lising form .form-group #sliderContainer {
      width: 100%;
      max-width: 440px;
      padding: 56px 40px;
      border-radius: 40px;
      box-shadow: 0px 8px 40px rgba(128, 128, 128, 0.15); }
    .section-lising form .form-group #sliderContainer > div:first-child {
      margin-bottom: 48px; }
    .section-lising form .form-group .tick-slider-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
    .section-lising form .form-group .tick-slider-header > h5 {
      margin: 0;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: var(--gray); }
    .section-lising form .form-group .tick-slider {
      position: relative;
      width: 100%; }
    .section-lising form .form-group .tick-slider-value-container {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      font-family: "Hind Madurai", sans-serif;
      font-size: 18px;
      color: var(--gray); }
    .section-lising form .form-group .tick-slider-value {
      position: absolute;
      top: 0;
      font-weight: bold;
      color: var(--blue);
      border-radius: var(--slider-handle-border-radius); }
    .section-lising form .form-group .tick-slider-value > div {
      animation: bulge 0.3s ease-out; }
    .section-lising form .form-group .tick-slider-background,
    .section-lising form .form-group .tick-slider-progress,
    .section-lising form .form-group .tick-slider-tick-container {
      position: absolute;
      bottom: 5px;
      left: 0;
      height: var(--slider-track-height);
      pointer-events: none;
      border-radius: var(--slider-track-border-radius);
      z-index: -1; }
    .section-lising form .form-group .tick-slider-background {
      width: 100%;
      background-color: var(--light-gray); }
    .section-lising form .form-group .tick-slider-progress {
      background-color: var(--yellow); }
    .section-lising form .form-group .tick-slider-tick-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 calc(var(--slider-handle-size) / 2); }
    .section-lising form .form-group .tick-slider-tick {
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background-color: white; }
    .section-lising form .form-group .tick-slider-label {
      opacity: 0.85;
      transition: opacity 0.1s ease; }
    .section-lising form .form-group .tick-slider-label.hidden {
      opacity: 0; }
@keyframes bulge {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
    .section-lising form .form-group input[type="range"] {
      -webkit-appearance: none;
      width: 100%;
      height: 100%;
      background: transparent;
      outline: none;
      margin: 5px 0; }
    .section-lising form .form-group input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none; }
    .section-lising form .form-group input[type="range"]:focus {
      outline: none; }
    .section-lising form .form-group input[type="range"]::-moz-focus-outer {
      border: 0; }
    .section-lising form .form-group input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: var(--slider-handle-size);
      height: var(--slider-handle-size);
      background: var(--orange);
      border-radius: var(--slider-handle-border-radius);
      cursor: pointer;
      margin-top: var(--slider-handle-margin-top);
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .section-lising form .form-group input[type="range"]:hover::-webkit-slider-thumb,
    .section-lising form .form-group input[type="range"]:focus::-webkit-slider-thumb {
      transform: scale(1.2); }
    .section-lising form .form-group input[type="range"]::-moz-range-thumb {
      -webkit-appearance: none;
      width: var(--slider-handle-size);
      height: var(--slider-handle-size);
      background: var(--orange);
      border: none;
      border-radius: var(--slider-handle-border-radius);
      cursor: pointer;
      transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .section-lising form .form-group input[type="range"]:hover::-moz-range-thumb,
    .section-lising form .form-group input[type="range"]:focus::-moz-range-thumb {
      transform: scale(1.2); }
    .section-lising form .form-group input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: var(--slider-track-height);
      cursor: pointer;
      background: none;
      border-radius: var(--slider-track-border-radius); }
    .section-lising form .form-group input[type="range"]::-moz-range-track {
      width: 100%;
      height: var(--slider-track-height);
      cursor: pointer;
      background: none;
      border-radius: var(--slider-track-border-radius); }
    .section-lising form .form-group input[type="range"]:focus::-webkit-slider-runnable-track {
      background: none; }
    .section-lising form .form-group input[type="range"]:active::-webkit-slider-runnable-track {
      background: none; }
  .section-lising form .main {
    display: block;
    margin: 25px 0; }
    .section-lising form .main .wrapper-image {
      display: flex;
      justify-content: center; }
      .section-lising form .main .wrapper-image img {
        width: 100%; }
    .section-lising form .main .fa-chevron-right {
      position: absolute;
      right: -25px;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-lising form .main .fa-chevron-left {
      position: absolute;
      left: -25px;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-lising form .main .slider-nav .wrapper-image {
      padding: 5px; }

@media (max-width: 1200px) {
  header nav .wrapper-menu .wrapper-content .navbar-collapse ul .language {
    margin-left: 10px; }

  header nav .wrapper-menu .wrapper-content .first-menu ul li {
    padding-right: 25px; } }
.mobile-header {
  display: none; }

.section-slider .mobile_image {
  display: none !important; }
.section-slider .owl-mobile-slider {
  display: none !important; }

.owl-desktop-slider {
  display: block !important; }

.wrapper-mobile-map {
  display: none; }

@media (max-width: 991px) {
  .wrapper-mobile-map {
    display: block;
    margin-top: 25px; }
    .wrapper-mobile-map .wrapper-mobile-map-item {
      margin-bottom: 15px; }
      .wrapper-mobile-map .wrapper-mobile-map-item h2 {
        color: #000;
        font-size: 20px;
        padding: 0 0 20px;
        position: relative;
        width: max-content; }
        .wrapper-mobile-map .wrapper-mobile-map-item h2:after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 10px;
          width: 100%;
          height: 2px;
          background-color: #ffd100; }
      .wrapper-mobile-map .wrapper-mobile-map-item ul {
        list-style: none; }
        .wrapper-mobile-map .wrapper-mobile-map-item ul li {
          color: #000;
          font-size: 15px;
          position: relative; }
          .wrapper-mobile-map .wrapper-mobile-map-item ul li:before {
            content: "•";
            color: #ffd100;
            left: -25px;
            padding-left: 5px;
            position: absolute;
            font-size: 24px;
            top: -10px; }
      .wrapper-mobile-map .wrapper-mobile-map-item:last-child {
        margin-bottom: 0; }

  #wrap_map {
    height: 500px !important;
    overflow: hidden; }
    #wrap_map .wrapper-map-data {
      display: none; }

  .slider-area {
    min-height: 550px; }
    .slider-area .owl-item {
      min-height: 550px; }
      .slider-area .owl-item .item {
        height: 550px; }
        .slider-area .owl-item .item img {
          width: auto;
          height: 100%; }
    .slider-area .wrapper-form {
      left: 15px; }
      .slider-area .wrapper-form form {
        width: 400px; }
    .slider-area .wrapper-text {
      left: auto !important;
      right: 15px;
      max-width: 300px;
      word-break: break-all;
      bottom: 30px !important; }

  header {
    display: none; }

  .mobile-menu {
    display: flex !important; }

  .web-sub-menu {
    display: none; }

  .mobile-sub-menu {
    display: block; }

  .section-slider .mobile_image {
    display: block !important; }

  .owl-desktop-slider {
    display: none !important; }

  .section-book .wrap-button {
    font-size: 16px;
    padding: 15px 35px;
    margin-top: 10px; }

  .section-book h5 {
    font-weight: 600;
    font-size: 18px; }

  .section-book h6 {
    font-size: 24px;
    color: #ffd100; }

  .section-book .main_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.2rem; }

  .section-book .main_text {
    font-size: 16px;
    margin-bottom: 1rem; }

  .section-book .bottom_text {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 16px; }

  .section-book .bottom_text strong {
    font-weight: 500; }

  .last_button {
    margin-bottom: 15px; }

  .section-book .wrapper-item .icons {
    min-width: 100% !important;
    max-width: 100% !important; }

  .section-book .wrapper-item {
    flex-direction: column; }

  .section-book .wrapper-right .wrap-item .head h2 {
    font-size: 18px; }

  .section-book .wrapper-right .wrap-item .wrapper-info h2 {
    font-size: 16px; }

  .section-book .wrapper-item .wrapper-text h2 {
    font-size: 14px; }

  .section-book .wrapper-item .wrapper-text .wrap-price h1 {
    font-size: 18px; }

  .section-book .wrapper-item .wrapper-image .wrapper-head h2 {
    font-size: 16px; }

  .progress-container {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 75px; }
    .progress-container .circles {
      height: 50px;
      width: 50px;
      font-size: 18px; }
      .progress-container .circles span {
        top: 55px; }

  .web-header {
    display: none; }

  .mobile-header {
    display: block; }
    .mobile-header nav {
      padding: 5px 10px !important; }
    .mobile-header .navbar-brand img {
      height: 50px; }
    .mobile-header .dropdown-menu {
      border: none;
      background: transparent; }

  .section-slider {
    background-image: unset !important;
    height: 100%;
    padding-top: 0;
    margin-bottom: 0; }
    .section-slider form {
      padding: 10px;
      margin-top: 25px; }
      .section-slider form h2 {
        font-size: 24px; }
    .section-slider .owl-mobile-slider {
      display: block !important;
      width: 100%; }

  .welcome-section {
    padding: 25px 0; }
    .welcome-section .main_title {
      margin-bottom: 25px;
      font-size: 20px; }
    .welcome-section p {
      font-size: 14px; }

  footer {
    padding: 10px 0 15px; }
    footer .wrapper-item h2 {
      margin: 8px 0 4px; }

  .section-cars .wrapper-item {
    padding: 10px; }

  .section-cars .wrapper-item .wrapper-text .wrapper-info h2 {
    font-size: 14px;
    margin: 5px 0; }

  .section-cars .wrapper-item .wrapper-text ul {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400; }

  .section-cars .wrapper-item .wrapper-text .wrapper-head h2 {
    font-size: 16px;
    margin-top: 10px; }

  .section-cars .wrapper-item .wrapper-text .wrapper-head h3 {
    font-size: 14px; }

  .wrapper-banner {
    padding: 50px 0 !important; }
    .wrapper-banner h2 {
      font-size: 32px; }
    .wrapper-banner .wrapper-path {
      font-size: 14px;
      margin-top: 0; }

  .section-services {
    padding: 25px 0; }

  .section-faq {
    padding: 25px 0; }
    .section-faq .accordion-item .accordion-button {
      font-size: 16px; } }
@media (max-width: 767px) {
  .slider-area {
    min-height: auto; }
    .slider-area .owl-item {
      min-height: auto; }
      .slider-area .owl-item .item {
        height: auto; }
        .slider-area .owl-item .item img {
          width: 100%;
          height: auto; }
    .slider-area .wrapper-form {
      display: none; }
    .slider-area .wrapper-text {
      left: 15px !important;
      right: auto;
      max-width: calc(100% - 15px);
      word-break: break-all;
      bottom: 30px !important; }
      .slider-area .wrapper-text h2 {
        font-size: 24px; }

  .mobile-area {
    display: block !important; }
    .mobile-area .wrapper-form {
      display: block !important;
      position: relative; }
      .mobile-area .wrapper-form form {
        width: calc(100% - 100px);
        margin: auto; } }
.mobile-area {
  display: none; }

@media (max-width: 576px) {
  #wrap_map {
    height: 300px !important; }

  .mobile-menu-wrapper .mobile-menu-content {
    width: 100%; }
    .mobile-menu-wrapper .mobile-menu-content .nav-item .nav-link {
      font-size: 16px; }
    .mobile-menu-wrapper .mobile-menu-content .nav-item .accordion-button {
      font-size: 16px; }

  .slider-area .wrapper-text {
    max-width: calc(100% - 45px); }
    .slider-area .wrapper-text h2 {
      font-size: 18px; }

  .mobile-area .wrapper-form form {
    width: calc(100% - 25px);
    padding: 25px 25px 25px 0; }

  .progress-container .circles span {
    top: 35px;
    font-size: 12px; }

  .progress-container {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px; }

  .progress-container .circles {
    height: 30px;
    width: 30px;
    font-size: 14px; }

  .section-book .wrapper-item {
    flex-direction: column; }

  .section-book .wrapper-item .wrapper-image {
    min-width: 100%;
    padding: 15px;
    max-width: 100%; }

  .section-book .wrapper-item .wrapper-text {
    padding: 0 0 25px;
    width: 100%; }

  .section-book .wrapper-item .wrapper-text .wrap-price {
    padding-left: 15px; }

  .section-book .wrapper-item .wrapper-text ul {
    padding: 0 25px 0 15px; }

  .section-book .wrapper-item .wrapper-text h2 {
    padding: 10px 15px; }

  h2 {
    font-size: 24px; }

  .wrapper-path {
    font-size: 12px;
    margin-top: 0; }
    .wrapper-path strong {
      margin: 0 -5px; } }
.error-wrapper {
  height: 100vh;
  background-size: cover;
  background-image: url("../images/error.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 51px;
  margin-bottom: -50px; }
  .error-wrapper .wrapper-brand {
    position: absolute;
    left: 15px;
    top: 8px;
    width: 10%; }
    .error-wrapper .wrapper-brand img {
      width: 100%; }
  .error-wrapper .wrapper-text {
    text-align: center;
    background: #fff;
    padding: 30px 150px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
    .error-wrapper .wrapper-text h1 {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #292929;
      font-size: 60px; }
    .error-wrapper .wrapper-text h3 {
      text-align: center;
      color: red;
      margin-bottom: 20px;
      font-weight: normal; }
    .error-wrapper .wrapper-text .button {
      width: max-content;
      display: block;
      border: none;
      font-size: 18px;
      padding: 10px 15px;
      border-radius: 3px;
      margin: 0 auto;
      background: #292929;
      color: #fff;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      .error-wrapper .wrapper-text .button:hover {
        transition: 0.3s;
        transform: translateY(-3px);
        color: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
      .error-wrapper .wrapper-text .button:focus {
        transform: translateY(0);
        box-shadow: none; }
      .error-wrapper .wrapper-text .button:active {
        transform: translateY(0);
        box-shadow: none; }
      .error-wrapper .wrapper-text .button span {
        padding-right: 4px; }
        .error-wrapper .wrapper-text .button span img {
          width: 20px; }

.section-blog {
  padding: 60px 0; }
  .section-blog h1 {
    text-align: center;
    color: #343434;
    margin-bottom: 50px; }
    .section-blog h1 span {
      color: #FCD419;
      font-style: italic; }
  .section-blog .wrapper-blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center; }
    .section-blog .wrapper-blogs .wrapper-blog-item {
      flex-basis: calc(33% - 22px); }
      @media (max-width: 991px) {
        .section-blog .wrapper-blogs .wrapper-blog-item {
          flex-basis: calc(50% - 16px) !important; } }
      @media (max-width: 767px) {
        .section-blog .wrapper-blogs .wrapper-blog-item {
          flex-basis: 100% !important; } }
      .section-blog .wrapper-blogs .wrapper-blog-item:first-child {
        flex-basis: calc(50% - 16px); }
      .section-blog .wrapper-blogs .wrapper-blog-item:nth-child(2) {
        flex-basis: calc(50% - 16px); }
      .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-image img {
        width: 100%; }
      .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text {
        padding: 20px 0; }
        .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text h2 {
          font-size: 24px;
          color: #343434; }
        .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text p {
          color: #AAADB2;
          font-size: 14px; }
        .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text a {
          text-decoration: none;
          color: #FCD419;
          font-size: 14px;
          font-weight: 500; }
          .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text a svg {
            margin-left: 20px;
            transition: .1s linear; }
          .section-blog .wrapper-blogs .wrapper-blog-item .wrapper-text a:hover svg {
            margin-left: 15px;
            transition: .1s linear; }

.section-blog-view h1 {
  text-align: left;
  color: #343434;
  margin-bottom: 10px !important; }
.section-blog-view h6 {
  color: #FCD419;
  margin-bottom: 25px; }

.section-news .title {
  margin-bottom: 0; }
  .section-news .title:after {
    display: none; }
.section-news .wrapper-item {
  -webkit-box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0000004d;
  box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0000004d;
  height: 100%; }
  .section-news .wrapper-item .wrapper-image {
    position: relative;
    transition: .2s linear;
    overflow: hidden; }
    .section-news .wrapper-item .wrapper-image img {
      transform: scale(1);
      transition: .2s linear; }
  .section-news .wrapper-item .wrapper-text {
    padding: 10px 15px 15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column; }
    .section-news .wrapper-item .wrapper-text div {
      min-height: 168px; }
    .section-news .wrapper-item .wrapper-text h2 {
      color: #ffd100;
      font-size: 20px; }
    .section-news .wrapper-item .wrapper-text p {
      color: #424242; }
    .section-news .wrapper-item .wrapper-text .wrapper-button {
      margin-top: 25px;
      margin-left: auto;
      min-height: auto !important; }
      .section-news .wrapper-item .wrapper-text .wrapper-button a {
        text-decoration: none; }
  .section-news .wrapper-item:hover {
    transition: .2s linear;
    -webkit-box-shadow: 0 8px 17px 2px #00000024, 0 3px 14px 2px #0000001f, 0 5px 5px -3px #00000033;
    box-shadow: 0 8px 17px 2px #00000024, 0 3px 14px 2px #0000001f, 0 5px 5px -3px #00000033; }
    .section-news .wrapper-item:hover .wrapper-image {
      transition: .2s linear; }
      .section-news .wrapper-item:hover .wrapper-image img {
        transform: scale(1.05);
        transition: .2s linear; }
      .section-news .wrapper-item:hover .wrapper-image .wrapper-date:after {
        width: 0;
        transition: .2s linear; }
      .section-news .wrapper-item:hover .wrapper-image .wrapper-date:before {
        width: 100%;
        transition: .2s linear; }

/*# sourceMappingURL=style.css.map */
