.dark-back {
  background-color: #faf8f5;
}

.black-back {
  background-color: #1c1c1c;
}

.package-item {
  transition: 0.5s;
}

.package-item:hover {
  box-shadow: 0 0 20px #b4b4b4;
}

.bg {
  position: relative;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  overflow: hidden;
  padding: 60px 0;
}

.back-img {
  position: relative;
  background-size: cover;
}

@media (max-width: 767px) {
  .back-img {
    height: 100%;
    min-height: 25rem;
  }
}

@media (max-width: 921px) {
  .back-img {
    height: 100%;
    min-height: 25rem;
  }
}

.bg-doublering {
  background: url(../imgs/core/DoubleRingTr.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.bg-ripple {
  background: url(../imgs/core/Ripple.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-eclipse {
  background: url("../imgs/core/Eclipse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg-comfort {
  background: url(../imgs/bg/mount-back.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-individ {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/mark.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/up.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-spring-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/spring-bee-1.webp) no-repeat center center;
  background-size: cover;
}

.bg-threepeaks-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/threepeaks-m.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-gold-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/camel.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-meeting-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/ustyd.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-comfort-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/travel/sev-ch/severo-chuiskii-meandri-utro-altay.webp) no-repeat
      center center fixed;
  background-size: cover;
}

.bg-all-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/lake-photo.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-samaha-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/road.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-testimonial-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/car-mountain-group.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-video-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/camels.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-service-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url(../imgs/bg/trio.webp) no-repeat center center fixed;
  background-size: cover;
}

.bg-header img {
  width: 100px;
}

header svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  animation-name: move-left;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
header .spacer {
  height: 100px;
  width: 100%;
}

@keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: -2000px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.section-header {
  font-family: Poppins, sans-serif;
}

.team-item {
  transition: 0.5s;
}

.team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.team-item:hover {
  box-shadow: 0 0 30px #cccccc;
}

.team-item:hover .team-social {
  background: rgba(0, 0, 0, 0.5);
}

.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.15s;
}

.team-item .team-img {
  width: 100%;
}

.team-item .team-img img {
  width: 100%;
  transition: 0.5s;
}

.team-item:hover .team-img img {
  transform: scale(1.2);
}

/* Testimonial start */

.client_section {
  padding-bottom: 15px;
}

.box {
  /* padding: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.gallery .box .img-box {
  display: inline-block;
  margin: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 450px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery .box img {
  position: absolute;
}

@media (max-width: 767px) {
  .gallery .box .img-box {
    min-height: 250px;
  }
}

/* OWL */

.carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  color: #cdcbcd;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgb(5, 51, 94);
}

.owl-carousel .owl-nav .owl-prev {
  background-image: url(../icon/prev.png);
  left: 50%;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}

.owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../icon/next.png);
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
/* end OWL */

.light-shadow {
  -webkit-box-shadow: -3px 14px 15px -8px rgba(153, 154, 156, 0.33);
  -moz-box-shadow: -3px 14px 15px -8px rgba(153, 154, 156, 0.33);
  box-shadow: -3px 14px 15px -8px rgba(153, 154, 156, 0.33);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 155px;
  z-index: 11;
  border-radius: 40%;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.blog-item {
  transition: 0.5s;
}

.blog-item:hover {
  box-shadow: 0 0 30px #cccccc;
}

.blog-date {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 30px;
  left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #7ab730;
}

.blog-date::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  left: 0;
  border: 8px solid;
  border-color: transparent #5f8f25 #5f8f25 transparent;
  z-index: -1;
}

.mini-gallery-item {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.mini-gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lightbox-mini-gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.lightbox-mini-gallery img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.lightbox-mini-gallery:target {
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.lightbox-mini-gallery:target img {
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.service-item {
  transition: 0.5s;
  min-height: 350px;
  max-height: fit-content;
  max-height: -webkit-fit-content;
  box-shadow: 0px 16px 12px -7px rgba(0, 0, 0, 0.3);
}

.service-item-height {
  min-height: 600px;
}

.honest-item-height {
  min-height: 350px;
}

.service-item:hover {
  box-shadow: 0 0 30px #cccccc;
}

.service-item i {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1a66a5;
  background: #ffffff;
  color: #1a66a5;
  transition: 0.5s;
}

.service-item:hover i {
  background: #1a66a5;
  color: #ffffff;
}

.list6a {
  font-size: 1.2em;
  text-align: justify;
  padding: 0;
  list-style: none;
}

.list6b {
  font-size: 1.2em;
  text-align: justify;
  padding: 0;
  list-style: none;
}
.list6b li {
  padding: 4px;
}
.list6b li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #c0c0c0;
  content: "\2714";
  transition-duration: 0.5s;
}
.list6b li:hover:before {
  color: #ffc719;
  content: "\2714";
}

.navbar.custom-navbar .logo {
  /* width: 70px;
  height: 55px; */
  /* background-image: url(../imgs/core/logo_white.svg); */
  width: 70px;
  height: 70px;
  background-image: url(../imgs/core/logo-512.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar.custom-navbar.affix .logo {
  background-image: url(../imgs/core/logo-512.webp);
}

.footer-logo {
  width: 80px;
  height: 80px;
  background-image: url(../imgs/core/logo-512.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.head p {
  text-transform: uppercase;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal-right {
  position: relative;
  transform: translateX(100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-right.active {
  transform: translateX(0);
  opacity: 1;
}

.reveal-left {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-left.active {
  transform: translateX(0);
  opacity: 1;
}

.box-video {
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container {
  position: relative;
  margin: 5px;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}

.col-fast-4 {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

/* VIDEO cards */

.main-card-describe,
.main-card-schedular {
  height: 190px;
}

.header .video video,
.header .video-v video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.travel-video .video-wrapper video {
  max-width: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}

.travel-video {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.video-wrapper {
  position: relative;
}

.card-neumorphic {
  border-radius: 40px;
  background-color: #faf8f5;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}

.item-neumorphic {
  border-radius: 40px;
  background-color: #faf8f5;
  box-shadow: 8px 8px 15px #c7cacf, -8px -8px 15px #ffffff;
}

.img-neumorphic {
  border-radius: 40px;
  height: 100%;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0.9em;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #ffc719;
}

.separator:not(:empty)::before {
  margin-right: 1.05em;
}

.separator:not(:empty)::after {
  margin-left: 1.05em;
}

/* window */

.wrapper-header,
.content-header {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content-header {
  overflow-x: hidden;
}

.content-header .section-header {
  width: 100%;
  height: 100vh;
}

.image-container-header,
.image-container-header-m {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container-header img,
.image-container-header-m img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* end window header */

/* start custom button */
.custom-btn {
  width: 100%;
  color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.custom-btn-tour {
  width: 100%;
  color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.btn-11 {
  border: none;
  background: rgba(255, 199, 26, 1);
  /* background: linear-gradient(to top, rgba(220, 174, 34, 1), rgba(255, 199, 26, 1)); */
  color: #fff;
  overflow: hidden;
}
.btn-11:hover {
  text-decoration: none;
  background: linear-gradient(to left, rgb(3, 164, 238), rgb(239, 4, 168));
  color: #fff;
}
.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover {
  opacity: 0.7;
}
.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* end custom button */

/* start custom borders */

.creative-wrapper {
  max-width: 100rem;
  min-height: 10rem;
  margin-inline: auto;
  padding-inline: 0.5rem;
}

div .creative-wrapper {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

/* end custom borders */

/* start  places */

.container-fluid-place .row-place {
  padding: 0 1em 4em 0;
}
.container-fluid-place .row-place:nth-child(even) {
  background: #f1f4f5;
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
  line-height: inherit;
}

.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-info {
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #ffc719;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #ffc719;
}

.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline,
  .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item,
  .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info,
  .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info,
  .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title,
  .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #ff6b6b;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #ff6b6b;
}

/* end  places */

/* start icons */

.svg-calendar {
  background-image: url("../icon/svg/calendar.svg");
}
.svg-hotel {
  background-image: url("../icon/svg/hotel.svg");
}
.svg-price {
  background-image: url("../icon/svg/ruble.svg");
}
.svg-coffee {
  background-image: url("../icon/svg/coffee.svg");
}
.svg-jeep {
  background-image: url("../icon/svg/jeep.svg");
}
.svg-dron {
  background-image: url("../icon/svg/camera-drone.svg");
}
.svg-flower {
  background-image: url("../icon/svg/flower.svg");
}
.svg-plus {
  background-image: url("../icon/svg/plus.svg");
}
.svg-deer {
  background-image: url("../icon/svg/deer.svg");
}
.svg-music {
  background-image: url("../icon/svg/musical-note.svg");
}
.svg-buggy {
  background-image: url("../icon/svg/buggy-car.svg");
}
.svg-honey {
  background-image: url("../icon/svg/honey.svg");
}
.svg-kayak {
  background-image: url("../icon/svg/kayak.svg");
}
.svg-percent {
  background-image: url("../icon/svg/percentage.svg");
}
.svg-yandex {
  background-image: url("../icon/svg/Yandex_icon.webp");
}
.svg-avito {
  background-image: url("../icon/svg/avito.webp");
}


.icon-svg {
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}

.icon-05 {
  width: 0.5em;
  height: 0.5em;
}

.icon-1 {
  width: 1.5em;
  height: 1.5em;
}

.icon-2 {
  width: 2em;
  height: 2em;
}

.icon-2-5 {
  width: 2.5em;
  height: 2.5em;
}

.icon-3 {
  width: 3em;
  height: 3em;
}

.icon-4 {
  width: 4em;
  height: 4em;
}

/* end icons */

/* START FAQ */

.faq .card {
  border: none;
  background: none;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ffc719;
}

.faq .card .card-header:hover {
  background: rgba(237, 237, 235, 0.601);
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  /* letter-spacing: 1px; */
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 36px;
}

.align-faq-title {
  display: flex;
  align-items: center;
}

.faq .card .card-body {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  border-top: 4px solid #ffc719;
}

.faq .card .card-body p {
  font-size: 1.2em !important;
  margin-bottom: 1rem;
}

.faq .card .card-body .list6b {
  font-size: 1.2em;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    margin-top: 10px;
  }
  .faq .card .card-body {
    padding-right: 0;
    padding-left: 0;
  }
  .faq .card .card-header .faq-title {
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* END FAQ */

/*-- Start blog ----*/

.blog-grid img {
  max-width: 100%;
  height: auto;
}

.blog-grid {
  padding: 50px 0;
}

.blog-list-grid {
  column-count: 3;
  column-gap: 30px;
}
.blog-list {
  float: left;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;

  margin: 0 0 30px 0;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
}
.blog-list-description {
  padding: 45px 25px;
}

@media only screen and (max-width: 921px) {
  .blog-list-grid {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-grid {
    column-count: 1;
  }
}

/* End blog */

/* Animated icon */

.bounceDrop {
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-radius: 100%;
  border-bottom-left-radius: 0;
  background-color: transparent;
  padding-top: 4em;
  height: 8em;
}
.bounceDrop:before {
  position: relative;
  top: -2.5em;
  left: -1em;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  border: 0.4em solid rgb(255, 199, 24);
  border-radius: 100%;
  border-bottom-left-radius: 0;
  content: "";
  transform: rotate(-45deg) translate3d(0, 1em, 0);
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.bounceDrop:after {
  position: relative;
  top: -1.7em;
  left: -0.75em;
  display: block;
  width: 3.5em;
  height: 1em;
  border-radius: 100%;
  background: rgb(255, 199, 24);
  content: "";
  -webkit-animation-name: bounceShadow;
  animation-name: bounceShadow;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-0.25em) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.5em) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-0.25em) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.5em) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounceShadow {
  0% {
    opacity: 0.75;
    transform: scale(0.75);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
@keyframes bounceShadow {
  0% {
    opacity: 0.75;
    transform: scale(0.75);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomPlus {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomPlus {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}

/* End animated icon */

/* Anchors start (ссылка не перекрыта верхним меню) */

section.anchor {
  position: relative;
}
section span#contact,
section span#travel,
section span#about,
section span#review,
section span#blog,
section span#faq,
section span#price,
section span#program,
section span#faq {
  position: absolute;
  top: -70px;
}

/* Anchors end */

/* Grid cards start */

.work-area--card {
  border-radius: 40px;
  height: 100%;
}
.work-area--service--items {
  background: #ffc719;
  padding: 1.5rem;
  border-radius: 20px;
  height: 12rem;
}
.work-area--service--items svg {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .work-area--service--items {
    text-align: center;
    padding: 0.5rem;
    min-width: 50%;
    height: auto;
  }
}
.d-grid {
  display: grid !important;
}

.expedition-date-card {
  color: #ffc719;
  text-decoration: none;
  background: #574e45;
}

.travel-name-card a .work-area--service--items {
  color: #ffc719;
  text-decoration: none;
  /* background: #574e45; */
  background: #262f4e;
}

.travel-desc-card a .work-area--service--items {
  color: #1c1c1c;
  text-decoration: none;
  background: #ffc719;
}

.shad-name {
  text-shadow: 1px 1px 2px rgba(14, 14, 14, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

@media (max-width: 767.98px) {
  .work-area--service--items .display-5 {
    font-size: 2.1rem;
  }
  .work-area--service--items .h2,
  .work-area--service--items h2 {
    font-size: 1.2rem;
  }
  .work-area--service--items .h3,
  .work-area--service--items h3 {
    font-size: 1.2rem;
  }
}

/* Wobble Horizontal */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;

  &:hover {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
  }
}

/* Grid cards end */

.extra-title {
  font-size: 4.2rem;
  font-weight: 900;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(73, 87, 94, 0.2);
}

@media (max-width: 767px) {
  .extra-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 921px) {
  .extra-title {
    font-size: 3rem;
  }
}

/* Scroll down start */

.scrolldown {
  display: flex;
  justify-content: center;
}

.chevron {
  position: absolute;
  width: 5rem;
  height: 0.5rem;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/* Scroll down end */

/* Start news line **************************/

.blogmain ul {
  padding: 0;
  margin: 0;
}
.blogmain ul li {
  /* padding: 1rem; */
  margin: 0;
  list-style: none;
  padding-bottom: 1rem;
}
.blogmain ul li .txt {
  display: block;
  padding: 20px;
}

.blogmain ul li a.txt {
  color: #1c1c1c;
  text-decoration: none;
  background: #ffc719;
  transition: 0.7s ease;
}
.blogmain ul li a.txt:hover {
  color: #ffc719;
  text-decoration: none;
  background: #574e45;
}
.blogmain .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* End news line **************************/

/* Start new contact  */

.bg__oldblue {
  background-color: #262f4e !important;
}
.color__oldblue {
  color: #262f4e !important;
}
.btn__blue {
  color: #fff;
  background-color: #4657f0;
}
.btn__blue.shadow {
  box-shadow: none !important;
}

.btn__blue.shadow:hover {
  box-shadow: 0 15px 30px rgba(70, 87, 240, 0.5) !important;
  -moz-box-shadow: 0 15px 30px rgba(70, 87, 240, 0.5) !important;
  -webkit-box-shadow: 0 15px 30px rgba(70, 87, 240, 0.5) !important;
  -o-box-shadow: 0 15px 30px rgba(70, 87, 240, 0.5) !important;
}
.bold {
  font-weight: 700 !important;
}
.light {
  font-weight: 300 !important;
}
.border__radius--15 {
  border-radius: 15px !important;
}
.wrapper__contact {
  height: 100%;
  padding: 2.5em;
}
.ul__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form__wrapper-destination.dark {
  position: relative;
}

.form__wrapper-destination.dark input {
  border: none !important;
  background-color: #ffffff00 !important;
  color: #262f4e !important;
}

.form__wrapper-destination.dark .textarea {
  border: none !important;
  background-color: #ffffff00 !important;
  color: #262f4e !important;
  min-height: 100px;
  resize: vertical;
}

.form__wrapper-destination.dark ::-webkit-input-placeholder {
  color: rgba(38, 47, 78, 0.5) !important;
}

.form__wrapper-destination.dark ::-moz-placeholder {
  color: rgba(38, 47, 78, 0.5) !important;
}

.form__wrapper-destination.dark :-ms-input-placeholder {
  color: rgba(38, 47, 78, 0.5) !important;
}

.form__wrapper-destination.dark :-moz-placeholder {
  color: rgba(38, 47, 78, 0.5) !important;
}

.form__wrapper-destination.dark::after {
  content: "";
  position: absolute;
  border-bottom: 0.8px solid #262f4e;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.5s;
}

.form__wrapper-destination.dark:focus::after,
.form__wrapper-destination.dark:active::after,
.form__wrapper-destination.dark:hover::after,
.form__wrapper-destination.dark:visited::after {
  opacity: 1;
}

/* End new contact */

@media (max-width: 767px) {
  .img-neumorphic {
    /* border-radius: 40px 40px 0 0; */
    border-radius: 40px;
    height: 100%;
  }

  .main-card-schedular {
    height: auto;
  }
  .main-card-describe {
    height: auto;
  }
}

@media (min-width: 768px) {
  .col-fast-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .about-text {
    margin-left: -120px;
  }
  .shadow-block {
    box-shadow: 13px 0 20px rgba(33, 32, 32, 0.06);
  }
  /* Heading of sections start */

  .heading-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-section h3,
  .heading-section .h3,
  .heading-section .h2 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }

  .heading-section h3::before,
  .heading-section h3::after,
  .heading-section .h3::before,
  .heading-section .h3::after,
  .heading-section .h2::before,
  .heading-section .h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10rem;
    height: 5px;
    background-color: #ffc719;
  }

  .heading-section h3::before,
  .heading-section .h3::before,
  .heading-section .h2::before {
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .heading-section h3::after,
  .heading-section .h3::after,
  .heading-section .h2::after {
    right: -5px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  /* Heading of sections end */
}

@media (max-width: 992px) {
  /* .navbar .nav-link {
    font-size: 1.4rem;
  } */

  .service-item-height,
  .honest-item-height {
    min-height: max-content;
    min-height: -webkit-max-content;
  }

  .bg-individ,
  .bg-contact,
  .bg-spring-contact,
  .bg-threepeaks-contact,
  .bg-gold-contact,
  .bg-meeting-contact,
  .bg-comfort-contact,
  .bg-samaha-contact .bg-testimonial-contact,
  .bg-service-contact {
    background-attachment: scroll;
  }

  .header .video video {
    display: none;
  }

  div .image-container-header img {
    display: none;
  }
}

/* Video Page start */
.upcoming-events .nav-tabs > li {
  display: inline-block;
  float: none;
}
.upcoming-events .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
}
.upcoming-events .item-filter > li:not(.active),
.upcoming-events .nav-tabs > li:not(.active) a {
  background: #ddd;
  padding: 1.2rem;
}
.upcoming-events .nav-tabs > li a:hover {
  background: #574e45;
  border: none;
  color: #ffc719;
  padding: 1.2rem;
}
.upcoming-events .events-wrapper {
  min-height: 995px;
}
.upcoming-events .events-wrapper,
.upcoming-events .panel-body {
  padding: 100px 0 55px;
}
.btn.video-yellow-button {
  background: #ffc719;
  color: #574e45;
  padding: 1.2rem;
  width: 210px;
  border-radius: 20px;
  margin: 0 20px;
  font-weight: 600;
  border: none;
}
/* Video Page end */

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-lift-light {
  transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease,
    background-color 0.15s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  .hover-lift-light {
    transition: none;
  }
}

.hover-lift-light i.hover-lift-icon {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .hover-lift-light i.hover-lift-icon {
    transition: none;
  }
}

.hover-lift-light:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}

.hover-lift-light:hover i.hover-lift-icon {
  margin-left: 15px !important;
}
.h-200 {
  height: 200px !important;
}

/* End Gallery */

.row-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
header.landing-travel .container {
  max-width: 75%;
  padding-top: 7rem;
}
.wrapper_prog {
  padding: 4rem;
}
header.landing-travel .content {
  flex: 0 0 447px;
  max-width: 447px;
}
header.landing-travel .form-box {
  margin: 0;
  /* max-width: 50%; */
}
header.landing-travel .form-box h4 {
  margin-bottom: 10px;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
header.landing-travel .hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
}
header.landing-travel .hero .content {
  position: relative;
  z-index: 2;
  color: white;
}

header.landing-travel .content h1 {
  font-size: 56px !important;
  line-height: 1.21 !important;
  margin: 0 0 30px;
}
header.landing-travel .content p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 40px;
}

@media (max-width: 991.98px) {
  .row-content {
    display: block;
    text-align: center;
  }
  header.landing-travel .hero {
    padding-top: 30px;
  }
  header.landing-travel .hero .content {
    position: initial;
    margin-left: auto;
    margin: auto;
    padding-top: 0;
  }
  .wrapper_prog {
    padding: 0;
  }
  header.landing-travel .form-box {
    margin: 0 auto;
    text-align: left;
  }
  header.landing-travel .container {
    max-width: 100%;
  }
  header.landing-travel .form-box .h3 {
    font-size: 1rem;
  }
  header.landing-travel .form-box .display-5 {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  header.landing-travel {
    padding-bottom: 132px;
  }
  header.landing-travel .hero {
    padding-top: 16px;
  }
  header.landing-travel .content h1 {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin: 0 0 16px;
  }
  header.landing-travel .container {
    max-width: 100%;
  }
  .wrapper_prog {
    padding: 0;
  }
  header.landing-travel .form-box {
    padding: 25px 15px;
    text-align: center;
    /* margin: 0 -10px; */
  }
  header.landing-travel .form-box .h3 {
    font-size: 1rem;
  }
  header.landing-travel .form-box .display-5 {
    font-size: 1.8rem;
  }
}

/* End header tour */

/* Start checkbox */

input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 15px;

  &:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
  }
}

input[type="radio"] {
  display: none !important;
  display: inline;

  &:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #b7b7b7;
  }
}

/* End Checkbox */

/* Start Program accordeon */
.accordion .card {
  border-radius: 0.5rem !important;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e5eaf4 !important;
  background-color: white;
  margin-bottom: 1rem;
}

.landing-prog-faq {
  background: #183b56;
  color: #fff;
}

.landing-prog-faq .content,
.faq-section .container {
  max-width: 85%;
  margin: 0 auto;
}

.accordion.accordion-prog-white .card {
  background: rgba(179, 186, 197, 0.1);
  border: none !important;
  color: #b3bac5;
}
.accordion.accordion-prog-white .card-header {
  background: transparent;
  cursor: pointer;
}
.accordion.accordion-prog-white .card-header .h5 {
  display: flex;
  justify-content: space-between;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: 0.2px;
  color: #fff;
  padding: 24px;
}
.accordion.accordion-prog-white .card-header .h5[aria-expanded="true"] {
  padding-bottom: 12px;
}
.accordion.accordion-prog-white .card-header .h5 i {
  font-size: 14px;
}

.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-header {
  background-color: white;
  border-bottom: 0;
  padding: 0;
}

.accordion .card-body {
  padding: 0 2rem 2rem;
  color: #fff;
}
.prog-img {
  width: 40%;
  margin-right: 15px;
  padding: 1em;
}
.prog-img.left {
  float: left;
}
.prog-img.right {
  float: right;
}
.accordion.accordion-prog-white .card-body p {
  font-size: 1.25rem !important;
  text-align: left;
}
@media (max-width: 575.98px) {
  .accordion .card-body {
    padding: 0 24px 24px;
  }
  .landing-prog-faq .content,
  .faq-section .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .prog-img.left,
  .prog-img.right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accordion .card-body {
    padding: 0 24px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion .card-body {
    padding: 0 24px 24px;
  }
  .landing-prog-faq .content,
  .faq-section .container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .landing-prog-faq {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .landing-prog-faq .heading {
    margin-bottom: 48px;
  }
  .landing-prog-faq .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .accordion.accordion-prog-white .card-body p {
    font-size: 1.2rem !important;
  }
  .prog-img.left,
  .prog-img.right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .landing-prog-faq {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .landing-prog-faq .heading {
    margin-bottom: 24px;
  }
  .landing-prog-faq .heading h3 {
    font-size: 28px !important;
    line-height: 1.29 !important;
  }
  .accordion.accordion-prog-white .card {
    margin-bottom: 20px;
  }
  .accordion.accordion-prog-white .card-header .h5 {
    /* font-size: 16px !important; */
    line-height: 1.25 !important;
    flex-direction: column;
    padding: 24px 10px;
  }
  .accordion.accordion-prog-white .card-header .h5 span {
    margin: 0 0 20px;
  }
  .accordion.accordion-prog-white .card-header .h5[aria-expanded="true"] i {
    display: none;
  }
  .accordion.accordion-prog-white .card-body {
    padding: 6px 20px 24px;
  }
  .accordion.accordion-prog-white .card-body p {
    font-size: 1.2rem !important;
  }
  .landing-prog-faq .content,
  .faq-section .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .prog-img.left,
  .prog-img.right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* End program accordeon */

/* Start review page style */

.overlay-review {
  background-color: rgba(
    255,
    255,
    255,
    0.85
  ); /* Полупрозрачный белый слой для читаемости текста */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.container-review {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 43px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 700px;
  width: 90%;
  margin: 20px auto;
}

.logo-review {
  max-width: 150px;
  margin-bottom: 20px;
}

p.intro-review {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.review-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.platform-link {
  display: inline-flex; /* Используем inline-flex для выравнивания иконки и текста */
  align-items: center; /* Вертикальное выравнивание по центру */
  justify-content: center; /* Горизонтальное выравнивание по центру */
  background-color: #007bff; /* Основной цвет кнопки - синий */
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 220px; /* Минимальная ширина для единообразия */
}

.platform-link i {
  margin-right: 10px; /* Отступ между иконкой и текстом */
  font-size: 1.2em; /* Немного увеличить иконку */
}

.platform-link:hover {
  background-color: #0056b3; 
}

.platform-link.google {
  background-color: #db4437;
}
.platform-link.google:hover {
  background-color: #c03125;
}

.platform-link.yandex {
  background-color: #ffcc00;
  color: #333;
}
.platform-link.yandex:hover {
  background-color: #e6b800;
}

.platform-link.vk {
  background-color: #4c75a3;
}
.platform-link.vk:hover {
  background-color: #3e6086;
}

.platform-link.avito {
  background-color: #a1c837;
  color: #333;
}
.platform-link.avito:hover {
  background-color: #8db02b;
}

/* Адаптивность */
@media (max-width: 600px) {
  .container-review {
    padding: 20px;
  }
  .platform-link {
    width: 100%; /* Кнопки на всю ширину на маленьких экранах */
    margin-bottom: 10px;
  }
  .review-platforms {
    flex-direction: column;
    gap: 10px;
  }
}

/* End review page style */

/* Запрет копирования текста */
.protected-text {
  -webkit-user-select: none;  /* Chrome, Safari, Opera */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* Internet Explorer/Edge */
  user-select: none;          /* Стандартный синтаксис */
}
/* End Запрет копирования текста */
