/*
Theme Name: РусТент
Theme URI: rustent.ru
Description: Тема для сайта rustent.ru
Author: webtitov
Author URI: webtitov.ru
Version: 2.0.0
 */

@import "common.css";
@import "theme.css?v=1.0.2";
@import "fonts.css";

/*-- Header --*/
header {

}
.header-wrapper {
  grid-template-columns: 150px repeat(2, max-content);
  justify-content: space-between;
  grid-gap: 40px;
  padding-top: 24px;
}
.logo-block {

}
.logo-block__image {

}
.nav-block {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.nav-block__link {
  font-family: var(--theme-font);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
}
.nav-block__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  bottom: -3px;
  background-color: var(--border-color);
  height: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.nav-block__link:hover {
  color: var(--headline-color);
}
.nav-block__link:hover:after,
.nav-block__link.--current:after {
  width: 100%;
  left: 0;
  right: auto;
}
.nav-block__link.--current:after {
  background-color: #477ED3;
}
.small-contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.small-contacts__item {
  position: relative;
}
.small-contacts__text {
  position: relative;
  /*padding-right: 25px;*/
  cursor: pointer;

  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--headline-color);

  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  grid-gap: 10px;
}
#elementor-popup-modal-670 .dialog-close-button {
  font-size: 32px;
  z-index: 99;
  color: #000;
  background: #ccc;
  border-radius: 5px;
}
/*.js-sm-contacts-trigger:after {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;

  background-image: url(img/icons/icon-arrow-down.svg);

  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.--show-content .small-contacts__text:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}*/
.small-contacts__content {
  position: absolute;
  opacity: 0;
  padding: 16px;
  right: 0;
  min-width: 220px;
  background: #FFF9F9;
  top: calc(100% + 30px);
  pointer-events: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.--show-content .small-contacts__content {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 4px 8px rgba(27, 27, 27, 0.08);
  z-index: 99;
  top: calc(100% + 10px);
}
.small-contacts__link {
  font-family: var(--theme-font);
  font-weight: normal;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: var(--text-color);
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.small-contacts__link.--whatsapp {
  padding-left: 32px;
}
.small-contacts__link.--whatsapp:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;

  background-image: url(img/icons/icon-whatsapp.svg);

  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.small-contacts__link:hover,
.small-contacts__link.--whatsapp:hover:before {
  opacity: 0.75;
}
.small-contacts__link.theme-button {
  width: 145px;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}

.intro-wrapper_block{
    max-width: 1200px;
    margin: 0 auto;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

/*-- Intro --*/
.intro-wrapper {
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
}
.intro-wrapper.--inner-intro {
  grid-template-rows: 250px;

  flex-direction: column;
  min-height: 500px;
}
.intro-wrapper__image, .intro-wrapper__content {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    flex: 1 0 50%;
    width: 100%;
    align-items: flex-start;
    height: 100%;
  padding-left: 88px;
}
.intro-wrapper__image {
  background-image: url(../../uploads/2023/02/p5.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  gap: 32px;
}
.intro-wrapper__image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.64);
    width: 100%;
    height: inherit;
}
.intro-wrapper__heading {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 64px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    width: 100%;
  max-width: 960px;
    text-align: left;
}
/*.intro-wrapper__content {
  background-color: var(--bg-color);
}*/

.intro-wrapper:before {
  content: '';
  display: none;
  position: absolute;
  width: 240px;
  height: 240px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/bg-element.svg);
  opacity: 0.16;
  top: 50px;
  right: -80px;
  z-index: 999;
}

.intro-wrapper:after{
  content: '';
  display: none;
  position: absolute;
  width: 240px;
  height: 240px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/bg-element.svg);
  opacity: 0.16;
  left: -80px;
  bottom: 0;
}

.intro-wrapper__content:before {
  bottom: -10px;
  left: -80px;
  top: auto;
  right: auto;
}
.intro-wrapper__text {
    max-width: 900px;
    color: #000;
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: block;

  position: relative;
  z-index: 1;
}
.intro-wrapper__text.--text-white {
  color: #fff;
}

.intro-wrapper__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.intro-wrapper__quiz {
  overflow: hidden;
  background-color: #e77e22;
  display: block;
}
.intro-wrapper__quiz:hover {
  background-color: #e38943;
}
.intro-wrapper__quiz:after {
  content: "";
  opacity: .4;
  width: 40px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slidemeMatomba;
  animation-name: slidemeMatomba;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes slidemeMatomba {
  0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }
}
.intro-wrapper__quiz + .intro-wrapper__link {
  width: 270px;
  height: 50px;
  line-height: 14px;
}

/*-- Categories --*/
.categories-wrapper {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  align-items: stretch;
}
.categories-wrapper__item {
  text-align: center;
  position: relative;
  padding: 40px;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.categories-wrapper__item:hover {
  border-color: var(--border-color);
}
.categories-wrapper__image {
  height: 160px;
  object-fit: contain;
  object-position: bottom;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.categories-wrapper__title {
  margin-top: 30px;
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: var(--headline-color);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.categories-wrapper__item:hover .categories-wrapper__title,
.categories-wrapper__item:hover .categories-wrapper__image {
  opacity: 0.75;
}

/*-- About --*/
.about-wrapper {
  position: relative;
  margin-bottom: 60px;
  display: none;
}
.about-wrapper__image {
  max-width: 1130px;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.about-wrapper__content {
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: var(--bg-color);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  max-width: 470px;
  width: 100%;
  position: absolute;
  right: 160px;
  bottom: -40px;
}
.about-wrapper__heading,
.gt-media .about-wrapper__content h2 {
  font-family: var(--theme-font);
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  text-align: left;
  color: var(--headline-color);
}
.about-wrapper__text,
.gt-media .about-wrapper__content p {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}
.about-wrapper__list,
.gt-media .about-wrapper__content ul,
.gt-columns .rent-wrapper__item ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
.about-wrapper__item,
.gt-media .about-wrapper__content li,
.gt-columns .rent-wrapper__item li {
  position: relative;
  padding-left: 12px;
  text-align: left;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}
.about-wrapper__item:before,
.gt-media .about-wrapper__content li:before,
.gt-columns .rent-wrapper__item li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--button-color);
  left: 0;
  top: 10px;
}

/*-- Rent --*/
.rent-wrapper {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  align-items: stretch;
}
.rent-wrapper__item {
  display: grid;
  grid-template-rows: 160px 1fr max-content;
  padding: 40px;
  border: 1px solid var(--border-color);
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.rent-wrapper__item:hover {
  border-color: transparent;
}
.rent-wrapper__image {
  height: 160px;
  object-fit: contain;
  object-position: bottom;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.rent-wrapper__title {
  margin-top: 30px;
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: var(--headline-color);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.rent-wrapper__item:hover .rent-wrapper__title,
.rent-wrapper__item:hover .rent-wrapper__image {
  opacity: 0.75;
}
.rent-wrapper__price {
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 0;
  line-height: 140%;
  text-align: center;
  color: transparent;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
}
/*.rent-wrapper__price:before {
  content: 'от ';
}*/
/*.rent-wrapper__price:before {
  content: 'По запросу';
  color: var(--button-color);
  font-size: 24px;
  line-height: 36px;
}*/
/*.rent-wrapper__price:after {
  content: '\0020BD';
  padding-left: 3px;
  font-family: var(--secondary-font);
  opacity: 0.8;
}*/
.rent-wrapper__item:hover .rent-wrapper__price {
  opacity: 0.75;
}

/*-- CTA --*/
.cta-section {

}
.cta-wrapper {
  min-height: 570px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cta-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: var(--padding-horizontal);
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: calc(100% - (var(--padding-horizontal) * 2));
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cta-wrapper__image {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cta-wrapper__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  width: 100%;
  max-width: 440px;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(27, 27, 27, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 64px 40px;
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-wrapper__heading {
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: var(--headline-color);
  margin-bottom: 8px;
}
.cta-wrapper__text {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 8px;
}
.cta-wrapper__input,
.cta-wrapper__button {
  width: 100%;
}

/*-- Portfolio --*/
.portfolio-wrapper {
  display: none;
}
.portfolio-wrapper__heading {
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: var(--headline-color);
  margin-bottom: 16px;
}
.portfolio-wrapper__text {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--text-color);
  max-width: 700px;
}
.portfolio-wrapper__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 380px);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.portfolio-grid__item {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.portfolio-grid__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 4;
}
.portfolio-grid__item:nth-child(2) {
  grid-area: 1 / 4 / 2 / 6;
}
.portfolio-grid__item:nth-child(3) {
  grid-area: 2 / 4 / 3 / 5;
}
.portfolio-grid__item:nth-child(4) {
  grid-area: 2 / 5 / 3 / 6;
}
.portfolio-grid__item:last-child:after {
  content: '85+';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.64);
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 64px;
  line-height: 75px;
}
.portfolio-grid__image,
.projects-picture__image {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.portfolio-grid__item:hover {
  opacity: 0.85;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--hover-color);
}
.carousel__button.fancybox__button--zoom,
.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--thumbs,
.carousel__button.fancybox__button--slideshow {
  display: none;
}
div.fancybox__caption,
div.fancybox__counter {
  color: #FFFFFF;
}
.fancybox__carousel .fancybox__slide .fancybox__content,
.fancybox__carousel .fancybox__slide .fancybox__content > img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.portfolio-wrapper__grid.--grid-big {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-auto-rows: 380px;
}
.portfolio-wrapper__grid.--grid-big .portfolio-grid__item:nth-child(n) {
  grid-area: auto;
}
.portfolio-wrapper__grid.--grid-big .categories-wrapper__title {
  margin-top: 12px;
}
.portfolio-wrapper__grid.--grid-big .projects-picture__image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  object-fit: cover;
  height: 250px;
  min-height: auto;
}
.portfolio-wrapper__grid.--grid-big .portfolio-grid__item:last-child:after {
  display: none;
}
/*-- Contact --*/
.contact-wrapper {
  max-width: 1360px;
  grid-template-columns: 440px 1fr;
  grid-gap: 24px;
  align-items: stretch;
}
.contact-wrapper__content {
  padding: 64px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #333333;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
.contact-wrapper__heading {
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
}
.contact-wrapper__group {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr;
}
.contact-wrapper__link,
.contact-wrapper__text {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.contacts-wrapper__map {
  box-shadow: 0 4px 8px rgb(27 27 27 / 8%);
  overflow: hidden;
  height: 100%;
}
.contacts-wrapper__map,
.contacts-wrapper__map > iframe {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.contacts-wrapper__map > iframe {
  height: 100%;
  width: 100%;
}

/*-- Footer --*/
footer {
  padding: 40px 0;
}
.footer-wrapper {
  grid-template-columns: 150px repeat(2, max-content);
  width: 100%;
  justify-content: space-between;
}
.footer-wrapper__copyright {
  margin-top: 24px;
  grid-column: span 3;
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: block;
  width: 100%;
  color: var(--text-color);
}
.footer-wrapper .small-contacts__content {
  top: auto;
  -webkit-transform: translateY(-100%) translateY(-55px);
  -moz-transform: translateY(-100%) translateY(-55px);
  -ms-transform: translateY(-100%) translateY(-55px);
  -o-transform: translateY(-100%) translateY(-55px);
  transform: translateY(-100%) translateY(-55px);
}
.footer-wrapper .--show-content .small-contacts__content {
  top: auto;
  -webkit-transform: translateY(-100%) translateY(-35px);
  -moz-transform: translateY(-100%) translateY(-35px);
  -ms-transform: translateY(-100%) translateY(-35px);
  -o-transform: translateY(-100%) translateY(-35px);
  transform: translateY(-100%) translateY(-35px);
}

/*-- Product card --*/
.product-wrapper {
  max-width: 1240px;
  grid-template-columns: 400px 1fr;
  grid-gap: 48px;
}
.product-wrapper__photo,
.product-wrapper__photo img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.product-wrapper__photo {
  width: 400px;
  position: relative;
}

.prudct-wrapper__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.product-wrapper__name {
  font-family: var(--theme-font);
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  text-align: left;
  color: var(--headline-color);
}
.product-wrapper__actions {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  align-items: center;
  justify-content: start;
  grid-gap: 24px;
}

.product-wrapper__price {
  font-family: var(--theme-font);
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 37px;
  text-align: left;
  color: #54595F;
}

.product-wrapper__price:before {
  content: 'от ';
}

.product-wrapper__price:after {
  content: ' \20BD';
}

/*.product-wrapper__price:before {
  content: 'По запросу';
  color: var(--button-color);
  font-size: 26px;
  line-height: 37px;
}*/

.product-wrapper__button {

}

.prudct-wrapper__content > ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.prudct-wrapper__content > ul > li {
  position: relative;
  padding-left: 12px;
  text-align: left;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}

.prudct-wrapper__content > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--button-color);
  left: 0;
  top: 10px;
}
.prudct-wrapper__content > p {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}

/*-- Else --*/
.--modal-email,
.--modal-tel {
  display: none;
}

.modal-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  justify-content: center;
  text-align: center;
}
.modal-nav__link {

}

.gt-columns {
  grid-gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.gt-columns.--col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.gt-columns.--col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.gt-columns.--col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.gt-columns.--col_5 {
  grid-template-columns: repeat(5, 1fr);
}


.gt-columns .categories-wrapper__image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.gt-columns.--col_2 .categories-wrapper__image {
  height: 300px;
}
.gt-columns.--col_3 .categories-wrapper__image {
  height: 250px;
}
.gt-columns.--col_4 .categories-wrapper__image {
  height: 210px;
}
.gt-columns.--col_5 .categories-wrapper__image {
  height: 160px;
}

.gt-columns .rent-wrapper__item {
  grid-template-rows: max-content;
  grid-gap: 16px;
}

.gt-columns .rent-wrapper__item p {
  text-align: left;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}

.gt-columns .categories-wrapper__title {
  margin-top: 14px;
}

.gt-columns.--no-borders .rent-wrapper__item {
  border-color: transparent;
}
.gt-columns.--no-borders .rent-wrapper__item:hover {
  border-color: var(--border-color);
}

.gt-media {

}

.gt-media .about-wrapper__content h2 {

}
.gt-media .about-wrapper__content p strong {
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
}
.gt-media .about-wrapper__content ul {

}
.gt-media .about-wrapper__content li {

}


/*-- Product modal --*/
.--modal-product.theme-modal {
  padding: 0;
}
.--modal-product .cta-wrapper__form {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  margin: 0;
  max-width: 100%;
  padding: 36px 28px;
}
.--modal-product .cta-wrapper__heading {
  font-size: 36px;
}
.--modal-product .product-modal__info {
  display: grid;
  grid-template-columns: 100px max-content;
  grid-gap: 24px;
  align-items: start;
  justify-content: center;
}
.--modal-product .product-modal__photo {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.--modal-product .product-modal__name {
  font-family: var(--theme-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--headline-color);
}

/*-- form success confirm --*/
.--form-confirm .categories-wrapper__title {
  text-align: center;
}

/*-- Covers for categories --*/
.page-id-94 .intro-wrapper__image,
.parent-pageid-94 .intro-wrapper__image {
  background-image: url(img/categories/cover-arochniy-shater.jpg);
}

.page-id-97 .intro-wrapper__image,
.parent-pageid-97 .intro-wrapper__image {
  background-image: url(img/categories/cover-glemping-shater.jpg);
}

.page-id-117 .intro-wrapper__image,
.parent-pageid-117 .intro-wrapper__image {
  background-image: url(img/categories/cover-kaskadniy-shater.jpg);
  background-position: center bottom;
}

.page-id-123 .intro-wrapper__image,
.parent-pageid-123 .intro-wrapper__image {
  background-image: url(img/categories/cover-sfericheskiy-shater.jpg);
}

.page-id-125 .intro-wrapper__image,
.parent-pageid-125 .intro-wrapper__image {
  background-image: url(img/categories/cover-klassicheskiy-shater.jpg);
}

.page-id-133 .intro-wrapper__image,
.parent-pageid-133 .intro-wrapper__image {
  background-image: url(img/categories/cover-shater-pagoda.jpg);
}

.page-id-135 .intro-wrapper__image,
.parent-pageid-135 .intro-wrapper__image {
  background-image: url(img/categories/cover-mobilnie-shatri.jpg);
  background-position: center 40%;
}

.page-id-55 .intro-wrapper__image,
.parent-pageid-55 .intro-wrapper__image {
  background-image: url(img/categories/cover-shatri-iz-dereva.jpg);
  background-position: center 60%;
}

.mobile-social {
  display: none;

  position: fixed;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 6px 8px 6px 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mobile-social__item {
  color: #ffffff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mobile-social__item + .mobile-social__item {
  margin-top: 12px;
}
.--item-wa {
  background-color: #25d366;
}
.--item-tg{
  background-color: #2ca5e0;
}

@media (max-width: 575px) {
  .mobile-social {
    display: block;
  }
}

.intro-wrapper__link {
  position: relative;
  margin: 0 auto;
  width: 275px;
  z-index: 1;
  text-align: center;
}
.--link-more {
  background-color: #477ED308;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 10px 10px 10px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.intro-wrapper__link:hover {
  color: #ffffff;
}

.menu-item-has-children > a {
  cursor: default;
}



.cbk-phone.cbk-phone-sm {
  display: block!important;
}

.product-card-phone > small {
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px!important;
  font-weight: bold;
}
.product-card-phone:hover > small {
  border-bottom: 1px solid transparent;
}


footer .small-contacts {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
footer .small-contacts .small-contacts__item:nth-child(2) {
  display: none;
  pointer-events: none;
}


/* Remove intro banner from product card page */
body.parent-pageid-94 .intro-wrapper.--inner-intro, /* Арочные */
body.parent-pageid-128 .intro-wrapper.--inner-intro, /* Гексагональные */
body.parent-pageid-123 .intro-wrapper.--inner-intro, /* Сферические */
body.parent-pageid-133 .intro-wrapper.--inner-intro, /* Пагода */
body.parent-pageid-97 .intro-wrapper.--inner-intro, /* Глэмпинг */
body.parent-pageid-55 .intro-wrapper.--inner-intro, /* Деревянные */
body.parent-pageid-117 .intro-wrapper.--inner-intro, /* Каскадные */
body.parent-pageid-125 .intro-wrapper.--inner-intro, /* Классические */
body.parent-pageid-3357 .intro-wrapper.--inner-intro, /* Тентовые */
body.parent-pageid-3359 .intro-wrapper.--inner-intro, /* Звезда */
body.parent-pageid-3358 .intro-wrapper.--inner-intro /* Шестигранные */
{
  display: none;
  opacity: 0;
  pointer-events: none;
  height: 0;
}


/* Inner page projects gallery */
.intro-gallery-wrapper {

}
.intro-gallery-wrapper__heading {
  color: #000000;
  font-family: "Arial", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  stroke: #000000;
  display: block;
  text-align: center;
}
.intro-gallery-wrapper__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 32px;
}
.intro-gallery-wrapper__box img {

}


/* 11.2023 start */


.product-wrapper.add-photo {
    margin: 60px auto;

}

.product-wrapper.add-photo img {
    margin-right: 10px;
}

.btn-up {
    position: fixed;
    background-color: #477ed3;
    right: 30px;
    bottom: 120px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}


.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #3c6cb5;
  }
}

@media (max-width: 767px) {
    .elementor-651 .elementor-element.elementor-element-c9b547f {
        width: 43%;
        overflow: hidden;
    }
	
	.btn-up {
		position: fixed;
		background-color: #477ed3;
		right: 10px;
		bottom: 60px;
		border-radius: 30px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
	}
}



.product-cross-selling {
    max-width: 1240px;
    margin-top: 40px;
}

.product-cross-selling .categories-wrapper__image {
    height: unset;
}

.product-cross-selling .categories-wrapper__item {
    padding: 10px;
}

.product-cross-selling .categories-wrapper__title {
    font-size: 18px;
}

.footer-wrapper {
  grid-template-columns: 220px auto;
}

footer .nav-block {
    align-items: baseline;
}

footer .nav-block > a,
footer .nav-block > div > a,
footer .nav-block > div > span {
    color: #477ed3;
}

footer .nav-block ul {
    padding-top: 10px;
}

footer .nav-block ul li {
    padding-top: 8px;
}

footer .nav-block .nav-block__link.bold {
    font-weight: 700;
    font-size: 18px;
}

footer .nav-block li > .nav-block__link {
    font-size: 14px;

}

.menu-item-has-children > a {
  cursor: pointer;
}

.elementor-widget-text-editor h1 {
    padding: 16px 0;
    font-size: 30px;
}

.elementor-widget-text-editor h2 {
    padding: 12px 0;
    font-size: 22px;
}

.elementor-widget-text-editor h3 {
    padding: 8px 0;
}

.elementor-widget-text-editor p {
    padding-top: 6px;
}

.elementor-widget-text-editor li {
	list-style: circle;
	margin-left: 24px;
	padding: 4px 0 0;
}

/* 11.2023 end*/

.categories-wrapper__item > dl  {
    padding: 0 0 16px 0;
    font-size: 14px;
}

.categories-wrapper__item dl > dl {
    display: flex;
    padding: 4px 0 0 0;
}

.categories-wrapper__item dd {
    text-align: right;
    width: 50%;
}

.categories-wrapper__item dt {
    text-align: left;
    width: 50%;
}

.categories-wrapper__item .pricet {
    font-weight: 600;
    color: #111;
    margin-top: 16px;
}

.categories-wrapper__item .price {
    font-weight: 300;
    color: #333;
    font-size: 20px;
    margin: 0 0 4px;
}

.categories-wrapper__item .theme-button {
    padding: 10px 14px;
    height: 40px;
    /* max-width: 200px; */
    /* min-width: 120px; */
    font-size: 15px;
}

.categories-wrapper__image {
	margin: 0 0 24px 0;
}

.categories-wrapper__item {
	border: 1px solid #eaeaea;
    padding: 20px 30px;
}

.elementor-element-59d6e7e > .elementor-container {
    min-height: 150px;
}

.elementor-element-fd9c627 {
    margin: 20px 0;
}

.intro-gallery-wrapper__heading {
    margin: 50px 0 30px;
}

.product-cross-selling .categories-wrapper__item .price {
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.product-cross-selling .categories-wrapper__item .theme-button {
	padding: 7px 12px;
	height: 34px;
	font-size: 12px;
    min-width: unset;
}


.product-cross-selling .categories-wrapper__item > dl {
	font-size: 12px;
}

.categories-wrapper__title {
	min-height: 86px;
	display: block;
}

.opisani_categ {
    max-width: 1240px;
}

.opisani_categ h2 {
    display: block;
    margin: 22px auto;
}

.product-cross-selling .categories-wrapper {
	grid-template-columns: repeat(4, 1fr);
}
