/*
Theme Name: Bootstrap Theme
Theme URI: https://example.com
Author: <a href="https://vk.com/kisameev" target="_BLANK" >Кисамеев Дмитрий</a>
Description: Кастомная тема WordPress на Bootstrap 5
Version: 1.3
License: GNU General Public License v2 or later
Text Domain: mybootstraptheme
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");

.mont {
  font-family: "Montserrat";
}

body {
  font-size: 16px;
  font-family: "Roboto Flex", sans-serif;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  z-index: 10;
}

header:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.messenger-link img,
.messenger-link svg {
  width: 18px;
  height: auto;
  z-index: 1;
}

.messenger-link a,
.messenger-link-icon-wrap {
  width: 35px;
  height: 35px;
  border-radius: 0.7rem;
}

.online {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.online_x2 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.mes_onl {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -6px;
  right: -6px;
}

.messenger-link:last-child .mes_onl {
  display: none !important;
}

.bg {
  background: #686868;
}

.bg.viber {
  background: #7360f2;
}

.bg.whatsapp {
  background: #43d854;
}

.bg.telegram {
  background: #0088cc;
}

.bg.instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.bg.vkvideo {
  background: #366bb3;
  overflow: hidden;
}

.bg.vkvideo:before {
  content: "";
  background: #e33446;
  position: absolute;
  right: -1px;
  top: 0;
  width: 84%;
  height: 100%;
  border-radius: 0.7rem;
}

.bg.dzen {
  background: #2c3036;
}

.bg.dzen svg {
  width: 100%;
}

.bg.youtube {
  background: #ff0033;
}
.bg.rutube {
  background: #07151e;
}

.bg.vk {
  background: #0077ff;
}
.bg.max {
  background: radial-gradient(
    circle at -21% 90%,
    #42c2fd 0%,
    #284afa 25%,
    #5b4af4 51%,
    #7226e0 75%,
    #984fe2 100%
  );
}

.bg.facebook {
  background: #3b5998;
}
.w_item a.email,
.bg.email {
  background: #434343;
}

.txt.viber {
  color: #7360f2;
}

.txt.whatsapp {
  color: #43d854;
}

.txt.telegram {
  color: #0088cc;
}

.txt.instagram {
  color: #d6249f;
}

.txt.vk {
  color: #0077ff;
}

.txt.facebook {
  background: #3b5998;
}

.py-md {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

#reviewsTab.nav-pills .nav-link.active,
#reviewsTab.nav-pills .nav-link:hover,
#reviewsTab.nav-pills .show > .nav-link {
  color: var(--bs-body-color);
  background-color: #f5f5f5;
}

#reviewsTab.nav-pills .nav-link {
  background: none;
  border: 1px solid #ddd;
}

#reviewsTab.nav-pills .nav-link img {
  height: 20px;
}

.close_modal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 8040;
  color: #000;
}

.close_modal img,
.close_modal svg {
  width: 16px;
  height: 16px;
}

.btn-anim {
  position: relative;
  overflow: hidden;
}

.btn-anim:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5ac8e),
    color-stop(50%, #fff),
    color-stop(50%, #e5ac8e)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 172, 142, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.7)),
    color-stop(50%, rgba(229, 172, 142, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 172, 142, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.7)),
    to(rgba(229, 172, 142, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(229, 172, 142, 0)
  );
  background: -moz-
    oldlinear-gradient(
      top,
      rgba(229, 172, 142, 0),
      rgba(255, 255, 255, 0.7) 50%,
      rgba(229, 172, 142, 0)
    );
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(229, 172, 142, 0)
  );
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -ms-transform: rotate(60deg) translate(-5em, 7.5em);
  -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: sheens 3s infinite;
  -moz-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
  z-index: 1;
}

@-webkit-keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

@-moz-keyframes sheens {
  0%,
  79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    -moz-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    -moz-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

.mirrored {
  transform: scaleX(-1); /* горизонтальное отражение */
}

@media (min-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

footer {
  background: #2f2f2f;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

#author {
  background: #2b2b2b;
}

#author img {
  width: 70px;
}

.label_soc .selected-str {
  opacity: 0;
  transition: all 0.5s;
}

.label_soc.active .selected-str {
  opacity: 1;
}

.slick-track > *[class*="col"] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.row > .slick-list {
  padding-left: 0px;
  padding-right: 0px;
}

.arrow-outside .slick-arrow {
  width: 30px !important;
  padding: 0px;
  height: 30px;
}

.arrow-outside .slick-arrow:before {
  color: #000;
  font-size: 24px;
}

.arrow-outside .slick-next {
  right: -30px;
}

.arrow-outside .slick-prev {
  left: -30px;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.cookie_wrap {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 30px;
  width: 500px;
}

/* Chrome, Edge, Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: inherit !important;
  color: fieldtext !important;
}

.navbar-toggle {
  position: relative;
  border-color: #333;
  padding: 9px 10px;
  background: var(--bs-primary);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.rounded-md {
  border-radius: 0.75rem !important;
}

.slider_bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
}

body.home .custom-slider {
  min-height: 750px;
}
.s_truba {
  background: #f4f4f4;
}

.bg_short_truba {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;

  height: 740px;
}

.t-circle {
  position: absolute;
  top: -15px;
  left: -15px;
}

.where_wrap {
  margin-top: 53px;
}

.slick_where .slick-list {
  overflow: unset;
}

.s_3 {
  background: linear-gradient(180deg, #fff 0%, #c8c8c8 100%);
}

.t_wrap {
  position: relative;
}

.row_t {
  margin-top: 130px;
}

.t_wrap:before {
  content: "";
  width: 97%;
  height: 90%;
  position: absolute;
  border: 1px dashed #777;
  left: 1.5%;
  top: 5%;
  border-radius: 0.75rem;
}

.bg_3 {
  position: absolute;
  top: 130px;
}

.w_black {
  color: #fff;
  background: linear-gradient(53deg, #424543 0%, rgba(66, 69, 67, 0.5) 96.99%);
}

.w_image {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

ul li::marker {
  color: var(--bs-blue);
}

.w_num {
  position: absolute;
  opacity: 0.1;
  top: 10px;
  left: 13px;
}

.bg_price {
  position: absolute;
  top: 0;
}

.reviews_slick .slick-arrow:before {
  opacity: 1;
  color: #278d44;
}

.mini_num {
  position: absolute;
  top: -3px;
  left: -5px;
}

.bg_help {
  position: absolute;
  top: 0;
}

.s_gradient {
}

.s_gradient:before {
  content: "";
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0) 49.95%,
    #fff 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.city_map {
  border-radius: 2rem;
  overflow: hidden;
}
