/* 
Theme Name: Remont Theme
Theme URI: https://wordpress.org/themes/remonttheme/
Author: admin
Author URI: https://wordpress.org
Description: Remont theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0 beta
 */
@charset "UTF-8";


:root {
	--accent-color: #c00;
	--text-dark: #1a1b1c;
	--text-white: #fff;
	--text-gray: #686868;
	--text-light-gray: #b3b3b3;
	--bg-gray: #f5f5f5;
	--border-gray: #ececec;
	--border-radius: 7px;
	--first-font: "Golos Text", sans-serif;
}

@font-face {
  font-family: "PFDinTextPro-Regular";
  src: url("assets/fonts/pfdintextpro-regular.ttf") format("truetype");
}

@font-face {
  font-family: "PfdintextproBold";
  src: url("assets/fonts/PfdintextproBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

/* @font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 400;
} */
@font-face {
  font-family: "Helvetica";
  src: url("assets/fonts/helvetica_regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("assets/fonts/helvetica_bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/fonts/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/fonts/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf") format("truetype");
  font-weight: 700;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--first-font);
  color: var(--text-dark);
}

/* Начальное состояние для .main__info */
.main__info {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
  /* Анимация для .main__info */
}

/* Анимация для .main__info */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Анимация для плавного появления фона */
@keyframes backgroundFadeIn {
  to {
    opacity: 1;
  }
}

/* Анимация для плавного изменения фона */
@keyframes backgroundSlideIn {
  to {
    transform: translateY(0);
  }
}

/* Для элементов, которые появятся при скролле (например, h2) */
h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

h2.visible {
  opacity: 1;
  transform: translateY(0);
  font-size: 27px;
}


.simple-text__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: #adadad;
  padding-bottom: 0.15625vw;
}

.simple-text__btn img,
.simple-text__btn svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #adadad;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--text-dark);
  cursor: pointer;
}

.p-text {
  font-size: 15px;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 10px;
}

.md-main-color-btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.md-standart-slider {
  position: relative;
}

.md-standart-slider .slider-hint {
  display: none;
}

.md-standart-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.md-standart-slider .swiper-container .swiper-wrapper {
  height: 100%;
  align-items: stretch;
}

.md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  overflow: hidden;
}

.md-standart-slider .slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: -5.2083333333vw;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  transform: translateY(-50%);
}

.md-standart-slider .slider-btn.slider-next-btn {
  left: auto;
  right: -5.2083333333vw;
}

.md-standart-slider .slider-btn img,
.md-standart-slider .slider-btn svg {
  width: 10px;
  height: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--text-white);
}

.submit input {
  width: 100%;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #cecece !important;
  border-radius: var(--border-radius);
  background-color: var(--text-white);
  padding: 15px 12px;
  display: block;
  font-size: 16px;
  color: #444;
  outline: none;
  resize: none;
  margin-bottom: 18px;
}

section {
  margin-bottom: 50px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.sidenav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sidenav {
    display: block;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    position: fixed;
    top: 79px;
    left: -100%;
    background-color: rgb(255 255 255 / .85);
    backdrop-filter: blur(10px);
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: scroll;

  }

  .sidenav .menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .sidenav .menu-list li {
    padding: 13px 20px;
  }

  .sidenav__footer p,
  .sidenav__footer .footer__phone a {
    color: var(--text-dark);
  }
}

.sidenav.active {
  left: 0;

}

.header {
  min-height: 80px;
  padding-top: 30px; 
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header {
    display: none;
  }
}


.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .header__box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .header__left {
    width: 36%;
  }

  .header__center {
    width: 55%;
  }
}

.header__left-info {
  width: auto;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .header__left-info {
    line-height: 1.5;
  }
}

.header__left-info span {
  font-family: var(--first-font);
  font-size: 16px;
  font-weight: 700;
}

.header__left-info p {
  font-size: 13px;
  line-height: 1.2;
}

.custom__logo {
  width: 60px;
  height: 69px;
  margin-left: 20px;
}

.header-list {
  width: auto;
  /*   padding: 6px 0; */
  list-style: none;
  font-size: 13px;
  line-height: 126%;
}

.header-list .red {
  font-family: "Montserrat", sans-serif;
  color: #ff0000;
  font-weight: 700;
}

.header-list .accent {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 20px;
}

.header__right p {
    font-size: 16px;
}

.contact-header__mail .fa {
  font-size: 17px;
  color: var(--accent-color);
}

.header.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header.mobile {
    display: block;
    padding-top: 15px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgb(255 255 255 / .85);
    backdrop-filter: blur(10px);
  }

  .header.mobile .header__box {
    align-items: center;
    gap: 3px;
	border-bottom: 1px solid #265b6d12;
	padding-bottom: 10px;
  }

  .header.mobile .custom__logo {
    width: 56px;
    height: 60px;
    margin-left: 0;
  }

  .header.mobile .header__left-info {
    width: 176px;
  }

  .header.mobile .header__left-info span {
    font-size: 15px;
  }

  .header.mobile .header__left-info p {
    font-size: 11px;
  }

  .header.mobile .contact-header__phone .fa {
    font-size: 30px;
    color: var(--accent-color);
  }

  .header.mobile .burger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 0;
  }

  .header.mobile .burger__line {
    display: block;
    height: 2px;
    background-color: var(--text-dark);
    margin-bottom: 12px;
    transition: 0.3s ease;
  }

  .header.mobile .burger__line:first-child {
    width: 15px;
  }

  .header.mobile .burger__line:nth-child(2) {
    width: 33px;
  }

  .header.mobile .burger__line:last-child {
    width: 25px;
    margin-bottom: 0;
  }

  .header.mobile .burger.active .burger__line:nth-child(1) {
    transform: rotate(45deg) translate(15px, 15px);
    width: 26px;
  }

  .header.mobile .burger.active .burger__line:nth-child(2) {
    opacity: 0;
  }

  .header.mobile .burger.active .burger__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.right-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  /*   padding-left: 11px; */
}

.right-header__call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  margin-bottom: 19px;
  cursor: pointer;
}

.right-header__call p {
  font-family: var(--first-font);
  font-size: 14px;
  font-weight: 700;
  /*   text-transform: uppercase; */
  text-decoration: none;
  line-height: 130%;
}

.right-header__call .fa {
  color: #ff0000;
  font-size: 17px;
}

.right-header__search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding-left: 7px;
  position: relative;
}

.call-back-popup.btn.main__btn {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: var(--text-white);
  color: var(--text-dark);
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  font-size: 25px;
  padding: 7px 20px;
  border-radius: var(--border-radius);
  border: 1px solid var(--accent-color);
  box-shadow: none;
  margin-top: 0;
  transition: 0.8s ease;
  cursor: pointer;  
}

.header.mobile .call-back-popup.btn.main__btn {
	padding: 7px;
}

.callback-img {
  width: 25px;
}

.right-header__search input {
  border-color: #7f9db9 !important;
  font-size: 12px !important;
  width: 100%;
  height: 25px;
  margin: 0 !important;
  padding-left: 8px;
  cursor: text;
  box-sizing: border-box;
  background-color: var(--text-white);
  border: 1px solid #7f9db9;
  border-radius: var(--border-radius);
  outline-style: none;
  -webkit-appearance: textfield;
  align-content: center;
}

.right-header__search img {
  width: 19px;
  height: 15px;
}

.right-header__search .fa {
  display: block;
  color: #353536;
  position: absolute;
  top: 3px;
  right: 20px;
}

.contact-header {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 8px;
}

.contact-header__phone {
  font-family: var(--first-font);
  font-weight: 700;
  font-size: 20px;
}

.contact-header__phone .fa {
  color: var(--accent-color);
  font-size: 17px;
  margin-right: 10px;
}

.contact-header__mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-header__mail a {
  font-size: 16px;
  margin-left: 7px;
}

.contact-header__socials {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.contact-header__socials img {
    width: 25px;
    transition: 0.8s ease;
}

.contact-header__socials img:hover {
    width: 30px;
    transform: scale(1.1);
}

.nav {
  width: 100%;
  min-height: 54px;
  background-color: var(--bg-gray);
  padding-top: 15px;
  position: relative;
  /* Добавляем позиционирование для корректной работы подменю */
}

.nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .nav {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav-item--has-children {
  position: relative;
  /* Родитель подменю должен быть позиционирован */
}

.nav-menu--level-1 {
  display: none;
  /* Скрыто по умолчанию, управляется JS */
  position: absolute;
  top: 20px;
  left: 0;
  /* Выравнивание по левому краю */
  z-index: 10000;
  width: 200px;
  padding: 0;
  box-shadow: 0 0 4px #ccc;
  border-bottom: 2px solid #353536;
  background: #353536;
  color: var(--text-white);
  height: auto;
}

.nav.fixed .nav-menu--level-1 {
  top: 34px;
  /* Корректировка для фиксированного меню */
}

.nav-menu--level-1 li {
  width: 100%;
  line-height: 28px;
  border-bottom: 1px solid #fe7f27;
  list-style: none;
  float: left;
  padding: 0 17.9px;
}

.nav-menu--level-1 li a {
  font-size: 14px;
  color: var(--text-white);
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 768px) {
  .nav-menu--level-1 li a {
    font-size: 12px;

  }
}

.nav-menu--level-1 li a:hover {
  color: #fe7f27;
}

.nav__menu {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .nav__menu {
    flex-direction: column;
    gap: 0;
    align-items: start;
    margin-bottom: 20px;
    padding-top: 10px;
    overflow-y: scroll;
    max-height: 100vh;
  }
}


@media only screen and (max-width: 820px) {
  .nav__menu>li {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .nav__menu>li {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #265b6d12;
  }
}

.nav__menu ul>.page-item-50 {
  display: none;
}

.nav__item.nav-item--active {
  color: var(--accent-color);
  text-decoration: underline;
}

.nav__menu>li>a {
  font-family: var(--first-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--text-dark);
  display: block;
  /* Убеждаемся, что ссылка занимает нужную область */
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .nav__menu>li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .nav__menu>li a {
    font-size: 13px;
    color: var(--text-dark);
    text-transform: uppercase;
  }
}

.nav__menu>li a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.main {
  /*   min-height: 550px; */
  height: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-color: var(--text-white);
  color: var(--text-white);
}

@media only screen and (max-width: 768px) {
  .main {
    background-attachment: scroll;
  }
}

.main__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .main__block {
    gap: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .main__block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 40px 0;
    margin-top: 120px;
  }
}

.main__info {
  width: 50%;
/*   padding-left: 17px; */
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .main__info {
    width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .main__info {
    width: 100%;
  }
}

.main__title {
  font-size: 36px;
  text-shadow: 1px 1px 11px #000;
  background-color: rgba(121, 121, 121, 0.16);
  margin-bottom: 27px;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .main__title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .main__title {
    font-size: 29px;
	text-align: center;
  }
}

.main__text {
  max-width: 540px;
  width: 100%;
  font-size: 18px;
  text-shadow: 1px 1px 11px #000;
  background-color: rgba(121, 121, 121, 0.25);
  margin-bottom: 23px;
  line-height: 1.4;
}

.main__info ul {
  text-shadow: 1px 1px 11px #000;
  background-color: rgba(121, 121, 121, 0.25);
  padding-left: 20px;
  margin-bottom: 20px;
}
.main__info ul li {
    font-size: 18px;
    padding-bottom: 8px;
  
}

@media only screen and (max-width: 768px) {
  .main__text {
    font-size: 16px;
	text-align: justify;
  }
}

.main__text.add {
  margin-bottom: 63px;
}

.main__btn {
  font-family: 'Golos Text', sans-serif;
  width: auto;
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  display: table;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  margin-top: 40px;
  transition: 0.8s ease;
  cursor: pointer;
}

  @media only screen and (max-width: 768px) {
	.main__block .main__btn {
		margin: 0 auto;
	}
} 
.center.main__btn {
  margin: 40px auto 0;
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .main__btn {
    font-size: 22px;
  }
}

.main__btn:hover {
  text-decoration: underline;
  transform: scale(1.1);
}

.services__container {
  width: 100%;
}

.services__container .container-flex,
.vacancies__container .container-flex {
  width: 100%;
  margin: -1.4583333333vw -0.78125vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; */
}

@media only screen and (max-width:1200px) {

  .services__container .container-flex,
  .vacancies__container .container-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 500px) {

  .services__container .container-flex,
  .vacancies__container .container-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services__item,
.info__item,
.vacancies__item {
  width: 100%;
  height: 450px;
  background-color: #fefefe;
  margin: 1.4583333333vw 0.78125vw;
  box-shadow: 0 0 15px #999;
  border: 1px solid;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  padding: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vacancies__item {
  display: block;
}

.services__item .item-img,
.info__item .item-img {
  /*   position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  height: 55%;
  border-radius: var(--border-radius);
  margin-bottom: 16px;

}

.info__item .item-img {
  height: 68%;

}

.services__item .item-img img,
.info__item .item-img img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  margin-bottom: 16px;
}

.services__item .item-content,
.info__item .item-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--text-dark);
}

.services__item .item-title,
.info__item .item-title {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

@media only screen and (max-width:768px) {

  .services__item .item-title,
  .info__item .item-title {
    font-size: 16px;
  }
}

.services__item .item-title {
  margin-top: -40px;
}

.services__item .item-text,
.info__item .item-text {
  padding: 0.78125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.services__item .main__btn {
  font-family: 'Geologica';
  margin-top: 0;
  width: 50%;
  height: 60px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  cursor: pointer;

}

.services__item .item-bottom,
.info__item .item-bottom,
.vacancies__item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.vacancies__item .item-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.vacancies__item .item-img {
  margin-bottom: 16px;
}


.services__item .item-bottom__link,
.info__item .item-bottom__link,
.vacancies__item .item-bottom__link {
  width: 50%;
  height: 60px;
  color: var(--accent-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 1.0416666667vw;
  border: 1px solid #c00;
  border-radius: var(--border-radius);
  transition: 0.8s ease;
  /*   margin: 0 auto; 
 */
}

@media only screen and (max-width: 768px) {
  .info__item .item-bottom__link {
    width: 100%;
  }
}

.services__item .item-bottom__link:hover,
.info__item .item-bottom__link:hover,
.vacancies__item .item-bottom:hover {
  text-decoration: underline;
  transform: scale(1.1);
}

/* .services__item .item-bottom__link:hover {
  padding: 0 1.0416666667vw;
}
.services__item .item-bottom__link::after {
  width: 1.5625vw;
} */
.services__item .item-bottom__link span,
.info__item .item-bottom__link span {
  font-weight: 600;
  font-size: 17px;
  line-height: 0.9895833333vw;
  color: var(--accent-color);
}


.first__form .form-container .form-select,
.first__form .form-container .wpcf7-form-control {
  margin: 0;
  margin-bottom: 10px;
  background-color: #f8f8f8;
}

.wpcf7-form .form-container .wpcf7-form-control.wpcf7-submit:disabled,
.wpcf7-form .modal-content .wpcf7-form-control.wpcf7-submit:disabled {
  background-color: var(--accent-color);
  opacity: 0.7;
}

.wpcf7-form .form-container .wpcf7-form-control.wpcf7-submit,
.wpcf7-form .modal-content .wpcf7-form-control.wpcf7-submit {
  background-color: var(--accent-color);
}

.wpcf7-form .modal-content .wpcf7-form-control.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Geologica", sans-serif;
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  padding: 5px 50px;
  border-radius: var(--border-radius);
  border: none;
  /*     box-shadow: 0 0 10px #999; */
  transition: 0.8s ease;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 10px;
  width: 100%;
  box-shadow: 0 3px 0 #f15a23;
}


.first__form {
  width: 340px;
  height: auto;
  border: 0.2083333333vw solid rgba(255, 255, 255, 0.35);
  border-radius: var(--border-radius);
  background-color: rgba(243, 243, 243, 0.93) !important;
  padding: 20px;
/*   padding-top: 0; */
  position: relative;
  color: var(--text-dark);
}

 @media only screen and (max-width: 768px) {
	.main__block .first__form {
		width: 60%;
	}
}  
 @media only screen and (max-width: 550px) {
	.main__block .first__form {
		width: 100%;
	}
} 
.first__form .form-title {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.first__form .form-title p {
/*   width: 8.0729166667vw; */
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}

.first__form .form-img {
  width: 7.2916666667vw;
  height: 9.8958333333vw;
  flex-shrink: 0;
}

.order-call .form-title {
  height: auto;
  justify-content: center;
  margin-bottom: 7px;
}

.order-call .form-title p {
  width: 11.072917vw;
}

@media only screen and (max-width: 768px) {
  .order-call .form-title {
    width: 100%;
  }

  .order-call .form-title p {
    width: 60%;
  }
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .popup {
		padding-top: 27.6041666667vw;
	}
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup.open .popup__blur {
  overflow-y: scroll;
}

.popup__blur {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.popup__container {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

@media only screen and (max-width: 1700px) {
  .calck .popup__container {
    top: 140px;
  }
}

@media only screen and (max-width: 860px) {
  .calck .popup__container {
    top: 320px;
  }
}

.popup__block {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  position: relative;
}

.popup__close {
  position: absolute;
  z-index: 5;
  top: 0.3020833333vw;
  right: 0.5625vw;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.popup__close img,
.popup__close svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #a0a0a0;
}

.popup__close img path,
.popup__close svg path {
  fill: #a0a0a0;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .first__form .form-img {
    width: 50%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .first__form .form-img {
    width: 50%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .popup__close {
    top: 2.302083vw;
    right: 1.4375vw;
    width: 5.302083vw;
    height: 5.302083vw;

  }

  .popup__close svg {
    width: 4.0416666667vw;
    height: 4.0416666667vw;
  }
}

.first__form .form-container {
  flex-direction: column;
}

.first__form .form-input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--text-dark);
  border-radius: var(--border-radius);
  border: none;
  margin-right: 1.0416666667vw;
  margin-bottom: 10px;
}

.first__form .form-btn {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: var(--first-font);
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  transition: 0.8s ease;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 10px;
  width: 100%;
  box-shadow: 0 3px 0 #f15a23;
}

.first__form .form-btn:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

.first__form .form-btn span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.first__form .form-btn img,
.first__form .form-btn svg {
  width: auto;
}

.first__form .form-checkbox {
 margin-bottom: 8px;
}
.first__form .form-checkbox,
.first__form .form-checkbox-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first__form .form-checkbox p,
.first__form .form-checkbox-second p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {

  .first__form .form-checkbox p,
  .first__form .form-checkbox-second p {
    font-size: 12px;
  }
}

.first__form .form-checkbox p span a,
.first__form .form-checkbox-second p span a {
  color: var(--accent-color);
}

.first__form .form-checkbox>div,
.first__form .form-checkbox-second>div {
  width: 20px;
  /* Размер круга */
  height: 20px;
  /* Размер круга */
  margin-right: 8px;
  /* Отступ для текста */
  border: 2px solid #c00;
  /* Рамка для круга */
  border-radius: var(--border-radius);
  /* Делаем круглый */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {

  .first__form .form-checkbox>div,
  .first__form .form-checkbox-second>div {
    width: 17px;
    /* Размер круга для мобильных устройств */
    height: 17px;
    /* Размер круга для мобильных устройств */
  }
}

.first__form .form-checkbox>div input,
.first__form .form-checkbox-second>div input {
  position: absolute;
  left: -3px;
  bottom: 0;
  display: none;
  /* Скрываем стандартный чекбокс */
}

.first__form .form-checkbox>div img,
.first__form .form-checkbox-second>div img {
  width: 10px;
  /* Размер изображения галочки */
  height: 10px;
  /* Размер изображения галочки */
  fill: var(--text-white);
  opacity: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {

  .first__form .form-checkbox>div img,
  .first__form .form-checkbox-second>div img {
    width: 7px;
    height: 7px;
  }
}

/* Стили для активного состояния (когда чекбокс выбран) */
.first__form .form-checkbox>div.checked,
.first__form .form-checkbox-second>div.checked {
  background-color: var(--accent-color);
  /* Цвет фона при активации */
}

.first__form .form-checkbox>div.checked img,
.first__form .form-checkbox-second>div.checked img {
  opacity: 1;
  /* Показываем галочку, когда чекбокс выбран */
}


.advantages {
  min-height: auto;
  /* padding-top: 43px; */
  margin-bottom: 50px;
}

.advantages__block {
  /* min-height: 678px; */
  padding: 30px 0;
  background-color: var(--text-white);
/*   box-shadow: 0 0 15px #999; */
  text-align: center;
  border-radius: var(--border-radius);
}

.advantages__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .advantages__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .advantages__title {
    font-size: 20px;
  }
}

.advantages__text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .advantages__text {
    font-size: 14px;
  }
}
.advantages__text.name {
  font-weight: 700;
}

.advantages__subtitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
}

.advantages__box {
  display: grid;
  row-gap: 17px;
  column-gap: 20px;
  -moz-column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
  .advantages__box {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .advantages__box {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
  }
}

.advantages__box-item {
    height: 150px;
    padding: 20px;
    display: flex;
   /*  flex-direction: column; */
    align-items: start;
    gap: 35px;
    justify-content: center;
    text-align: center;
    border-radius: var(--border-radius);
	border: 1px solid var(--border-gray);
	transition: 0.8s ease;
    /* box-shadow: 0 0 15px #999; */
/*     background: #f9f9f9; */
}

.advantages__box-item:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
  .advantages__box-item {
    height: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .advantages__box-item {
    height: 150px;
  }
}

.advantages__box-item img {
  width: 40px;
  margin: 0 auto 17px;
}


.advantages__box-describe {
    text-align: left;
}

.calc {
  height: auto;
  padding: 35px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 25px 0 50px;
  opacity: 0.95;
}

@media only screen and (max-width: 768px) {
  .calc {
    padding: 15px 0 15px 0;
    background-attachment: scroll;
  }
}

.calc__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 11px #000;
  color: var(--text-white);
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .calc__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .calc__title {
    font-size: 20px;
  }
}

.calc__inner {
  margin: 30px auto;
  opacity: 0.95;
  background: rgba(243, 243, 243, 0.75) !important;
  position: relative;
  padding: 33px 20px;
  background: #f2f2f2;
  border-radius: var(--border-radius);
  font-size: 15px;
}

.calc__inner::before {
  border-bottom: 20px solid rgba(243, 243, 243, 0.75) !important;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#calc .cBlock-text {
  opacity: 1;
}

#calc .modal-form {
  border: none;
}

#calc .body {
  margin: 30px auto;
  opacity: 0.95;
}

#calc .cBlock-text {
  background-color: transparent;
  box-shadow: none;
}

#calc .cBlock-text .h1 {
  color: var(--text-white);
}

#calc table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 10px;
}

#calc table td {
  width: 100%;
  vertical-align: top;
}

#calc table td:nth-child(2) {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #calc table td:nth-child(2) {
    display: block;
  }
}

#calc .first__form .form-checkbox,
#calc .first__form .form-checkbox-second {
  justify-content: start;
  align-items: start;
}

@media only screen and (max-width: 768px) {
  #calc table td {
    display: table;
    width: 100% !important;
    margin-bottom: 16px;
  }
}

#calc table td.one {
  width: 0;
  background: transparent;
}

#calc table td.one ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 250px;
}

@media only screen and (max-width: 768px) {
  #calc table td.one ul {
    width: 100%;
  }
}

#calc table td.one ul li {
  display: table;
  width: 100%;
  background: #fff;
  margin: 7px 0 0;
  box-shadow: 0 0 10px #ffa14d;
  outline: none;
  border-radius: var(--border-radius);
}

#calc table td.one ul li:first-child {
  margin: 0;
}

#calc table td.one ul li.active {
  background: #c00;
}

#calc table td.one ul li>span {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 7px 20px;
  cursor: pointer;
  color: #000;
}

#calc table td .item {
  display: none;
  width: 100%;
  height: 100%;
}

#calc table td .item .item-s {
  display: table;
  width: 100%;
  height: 100%;
}

#calc table td .item .item-s input[type="range"] {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  #calc table td .item .item-s input[type="range"] {
    margin-left: 0;
  }
}

#calc table td .item.active,
#calc table td .item.item-submit {
  display: table;
}

#calc table td ul li.active>span {
  color: var(--text-white);
}

#calc table td .item form {
  display: table;
  width: 100%;
}

#calc table td .item input {
  outline: none;
}


#calc table td .item input[type="submit"] {
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  display: table;
  padding: 20px 50px;
  margin-top: -50px;
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px #999;
  color: var(--text-white);
  background-color: var(--accent-color);
  transition: 0.3s;
}

#calc table td .item input[type="submit"]:hover {
  transform: scale(1.1);
}

#calc table td .item input[type="submit"]:hover {
  cursor: pointer;
}

#calc table td .item input[type="submit"]:disabled {
  cursor: not-allowed;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 90%;
  border-radius: 8px;
  height: 7px;
  background-color: #ff9a1e;
  margin-left: 45px;
  border: 3px solid #fff !important;
  margin: 15px auto;
  outline: none;
  box-shadow: 0 0 7px #9e9e9e;
}

input[type="range"]::-moz-range-track {
  border-radius: 8px;
  height: 7px;
  border: none;
  background-color: #ff9a1e;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #ff9a1e;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px #9e9e9e;
}

#calc table td .item .area,
#calc table td .item .prices,
#calc table td .item .submit {
  display: table;
  width: 90%;
  margin: 15px auto;
  color: #000;
}

#calc p {
  color: #000;
  margin-bottom: 15px;
}

#calc table td .item .area {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 768px) {
  #calc table td .item .area>div {
    display: table;
  }
}

#calc table td .item .area span {
  float: left;
  font-size: 18px;
  color: #000;
  line-height: 46px;
}

@media only screen and (max-width: 820px) {
  #calc table td .item .area span {
    font-size: 15px;
  }
}


#calc table td .item .area input {
  float: right;
  padding: 10px 20px;
  width: 80px;
  text-align: center;
  border-radius: var(--border-radius);
}

#calc table td .item .area span.r {
  float: right;
  font-size: 23px;
  line-height: 46px;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  #calc table td .item .area span.r {
    float: left;
    position: absolute;
    margin-left: 94px;
    margin-top: -5px;
  }
}

#calc table td .item .area span.r>sup {
  font-size: 12px;
}

#calc table td .item .prices span {
  font-size: 18px;
  line-height: 25px;
}

#calc table td .item .prices .i-tem {
  margin-right: 15px;
}

#calc table td .item .prices .p2 span {
  font-size: 21px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  #calc table td .item .prices .p2 span {
    font-size: 18px;
  }
}

#calc table td .item .prices .price-summ>span {
  color: #c62223;
}

#calc table td .item .prices .old span {
  text-decoration: line-through;
}

.modal-form.result {
  display: none;
  margin: 30px auto;
  opacity: 0.95;
}

.modal-form .result:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f2f2f2;
}

.modal-form .result>div {
  padding: 200px 0;
  font-size: 18px;
}

.modal-form .result>div>span {
  display: table;
  margin: auto;
  font-size: 30px;
}

.result {
  display: none;
  margin: 30px auto;
  opacity: 0.95;
  position: relative;
  padding: 33px 20px;
  background: #f2f2f2;
  border-radius: var(--border-radius);
  text-align: center;
  font-size: 20px;
  color: #444;
}

.cBlock-text {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: table;
}

.cBlock-text.position {
  text-align: center;
}

.about.rPosition .rPosition-block,
.about.rPosition .rPosition-block p,
.about.rPosition .rPosition-block ul li {
  text-align: left;
}

.rPosition .rPosition-block a {
  display: table;
  position: relative;
}

.rPosition .rPosition-block {
  display: table;
  text-align: left;
  width: 28.2%;
  float: left;
  text-align: left;
  padding: 0 3%;
  padding-bottom: 20px;
}

.rPosition .rPosition-block img {
  width: 320px;
}

.slider {
  margin-bottom: 20px;
}

.about {
  border-bottom: solid 1px #999;
}

.about.rPosition {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about.rPosition ul {
  margin: 0;
  padding: 0;
}

.about.rPosition ul li {
  list-style: none;
}

.portfolio {
  height: auto;
  margin-bottom: 50px;
  /*   padding: 35px 0; */
}

@media only screen and (max-width: 768px) {
  .portfolio {
    margin-bottom: 30px;
    padding: 10px;
  }
}

.portfolio__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .portfolio__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .portfolio__title {
    font-size: 20px;
  }
}

.portfolio__inner {
  height: auto;
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  border-radius: var(--border-radius);
}

.portfolio__box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 35px;
}

.portfolio__item {
  width: 47%;
  margin-top: 30px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portfolio__container .container-flex {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .portfolio__item {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .portfolio__item {
    width: 100%;
    height: 100%;
  }
}

.portfolio__item .item-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.portfolio__item .item-gallery__hint {
  position: absolute;
  top: 1.1979166667vw;
  left: 1.1979166667vw;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.7708333333vw;
  letter-spacing: 0.04em;
  color: var(--text-white);
  background-color: var(--accent-color);
  height: 1.7708333333vw;
  padding: 0 0.625vw;
  border-radius: 11px;
  z-index: 5;
}

.portfolio__item .item-gallery a {
  width: 5.9895833333vw;
  height: 5.0520833333vw;
  border-radius: var(--border-radius);
  margin-right: 0.625vw;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .portfolio__item .item-gallery a {
    width: 15.9895833333vw;
    height: 13.0520833333vw;
  }
}

.portfolio__item .item-gallery a:first-child {
  width: 39.0416666667vw;
  height: 20.8333333333vw;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0.8333333333vw;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .portfolio__item .item-gallery a:first-child {
    width: 100%;
    height: 37.833333vw;
  }
}

/* .portfolio__item .item-gallery a:first-child .video {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  z-index: 2;
  top: 1.1979166667vw;
  right: 1.1979166667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio__item .item-gallery a:first-child .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}
.portfolio__item .item-gallery a:first-child .video img {
  width: 0.6088541667vw;
  height: 0.6755208333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--text-white);
} */

.portfolio__item .item-gallery .video__link,
.portfolio__item .item-gallery .video__link .video {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  z-index: 2;
  top: 1.1979166667vw;
  right: 1.1979166667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio__item .item-gallery .video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}


.portfolio__item .item-gallery .video img {
  width: 0.6088541667vw;
  height: 0.6755208333vw;
  object-fit: cover;
  fill: var(--text-white);
}

.portfolio__item .item-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #353536;
  transition: 0.3s;
}

.portfolio__item .item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #8a8a8a;
  flex-grow: 1;
  margin-bottom: 16px;
}

.portfolio__item .item-btn {
  display: flex;
  align-items: center;
}

.portfolio__item .item-btn span {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ff0000;
  margin-right: 0.2604166667vw;
  transition: 0.3s;
}

.portfolio__item .item-btn svg path {
  fill: #c00;
}

.portfolio-typical__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.34375vw;
}

.portfolio-typical__title {
  padding-top: 16px;
  margin-bottom: 24px;
}

.portfolio-typical__gallery a {
  width: 16.2708333333vw;
  height: 9.2708333333vw;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-left: 1.5625vw;
}

.portfolio-typical__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-typical__gallery a:first-child {
  width: 75%;
  height: 25.0625vw;
  margin-left: 0;
  margin-bottom: 1.6666666667vw;
}

@media only screen and (max-width: 768px) {
  .portfolio-typical__gallery a:first-child {
    width: 100%;
    height: 75.0625vw;
  }
}

.portfolio-typical__gallery a:nth-child(2) {
  margin-left: 0;
}

.portfolio-typical__gallery a:nth-child(1n + 6) {
  display: none;
}

.portfolio-typical__description {
  padding: 1.6458333333vw 2.1666666667vw;
  background: #f5f8f9;
  margin-bottom: 3.90625vw;
}

.portfolio-typical__description .description-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 0.78125vw;
}

.portfolio-typical__description .description-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.0416666667vw;
}

.portfolio-typical__description .description-text:last-child {
  margin-bottom: 0;
}

.portfolio-typical__description .description-bottom {
  display: none;
}

.portfolio-typical__editor {
  margin-bottom: 3.90625vw;
}

.portfolio-typical__editor p {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}

.portfolio-typical__editor h2 {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
}

.portfolio-typical__editor img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 10px !important;
}

.portfolio-typical__text {
  margin-bottom: 3.90625vw;
}

.portfolio-typical__text .text-title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.0416666667vw;
}

.portfolio-typical__text .text-content {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}

.portfolio-typical__text .text-content:last-child {
  margin-bottom: 0;
}

.portfolio-typical__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.90625vw;
}

.portfolio-typical__img-slider {
  display: none;
}

.portfolio-typical__img a {
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.portfolio-typical__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-typical__video-container {
  width: 100%;
  max-width: 900px;
}

.portfolio-typical__video-container img {
  border-radius: var(--border-radius);
}

.portfolio-typical__video-container a img {
  width: 40px;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin: 16px 0;
  padding: 10px;
}

.portfolio-typical__video-container.hovered::after {
  opacity: 0.5;
}

.instruments {
  min-height: 400px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 25px 0 50px;
  padding: 32px;
  opacity: 0.95;
  position: relative !important;
  border: none;
  box-shadow:
    inset 0 15px 25px -15px #333,
    inset 0 -15px 25px -15px #333;
}

@media only screen and (max-width: 768px) {
  .instruments {
    padding: 32px 0;
    background-attachment: scroll;
  }
}

.instruments__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-white);
  text-shadow: 1px 1px 11px #000;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .instruments__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .instruments__title {
    font-size: 20px;
  }
}

.instruments__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 31px;
  background: rgba(243, 243, 243, 0.75) !important;
  opacity: 0.95;
  position: relative;
  padding: 33px 20px;
  border-radius: var(--border-radius);
}

.instruments__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgba(243, 243, 243, 0.75) !important;
}

@media only screen and (max-width: 768px) {
  .instruments__inner {
    flex-wrap: wrap;
  }
}

.instruments__item {
  position: relative;
}

.instruments__slider.md-standart-slider .slider-btn {
  left: 5.791667vw;
}

.instruments__slider.md-standart-slider .slider-btn.slider-next-btn {
  left: auto;
  right: 5.791667vw;
}

.instruments__item.slider {
  width: 621px;
  position: relative;
  width: 621px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .instruments__item.slider {
    width: 100%;
  }
}

.instruments__item.text {
  width: 476px;
  height: 329px;
  padding-top: 54px;
  padding-left: 33px;
  background-color: #f0f0f0 !important;
  border-radius: 5% 90% 121% 60%;
}

@media only screen and (max-width: 768px) {
  .instruments__item.text {
    padding-top: 40px;
    padding-left: 20px;
  }
}

.instruments__item.text ul {
  padding-left: 33px;
}

.instruments__item.text ul li {
  list-style-type: none;
  margin: 15px 0;
  font-size: 14px;
}

.instruments__item.text ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/images/ico-li.png);
  float: left;
  margin-top: -3px;
  margin-left: -35px;
}

.instruments__subtitle {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mySwiper-4.swiper {
  width: 350px;
}

@media only screen and (max-width: 768px) {
  .mySwiper-4.swiper {
    width: 100%;
  }
}

.mySwiper-4 .swiper-slide {
  width: 350px !important;
  height: 350px !important;
  align-self: center;
}

@media only screen and (max-width: 768px) {
  .mySwiper-4 .swiper-slide {
    width: 100% !important;
  }
}

.mySwiper-4 .swiper-button-next,
.mySwiper-4 .swiper-button-prev {
  color: var(--accent-color);
}

.mySwiper-4 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #cecece;
}

.mySwiper-4 .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.mySwiper-filter .swiper-slide {
  box-shadow: none;
  border: 1px solid #707070;
}

.add {
  display: block;
  font-size: 18px;
  position: absolute;
  background: #fff;
  box-shadow: 5px 5px 7px -2px rgba(0, 0, 0, 0.3);
  left: 5px;
  top: 20px;
  width: 200px;
  opacity: 0.9 !important;
  z-index: 1;
  border-radius: var(--border-radius);
}

.add span {
  opacity: 1;
  display: block;
  margin: 12px 15px;
  font-size: 15px;
  color: #000;
}

.discount {
  min-height: 254px;
  margin-bottom: 50px;
  background-color: var(--bg-gray);
}

.discount__inner {
  min-height: 254px;
  padding: 30px 0;
  background-color: var(--bg-gray);
/*   box-shadow: 0 0 15px #999; */
  display: block;
  border-radius: var(--border-radius);
}

.discount__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .discount__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .discount__title {
    font-size: 20px;
  }
}

.discount__text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.discount__btn {
  width: 350px;
  height: 90px;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.discount__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.discount__btn .number {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 100%);
  border-radius: var(--border-radius);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.discount__btn .number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef233c, #d90429);
  z-index: 3;
}

.discount__btn .line {
  position: absolute;
  width: 90%;
  height: 1px;
  top: 50%;
  left: 5%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Анимация */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.discount__btn .number {
  animation: pulse 2s infinite;
}

/* Адаптивность */
@media only screen and (max-width: 768px) {
  .discount__btn {
    width: 280px;
    height: 80px;
  }

  .discount__btn .number {
    font-size: 1.5rem;
  }
}

.discount-red {
  color: var(--accent-color);
}

.circle {
  width: 50px;
  height: 50px;
  position: relative;
}

.circle ::before {
  content: "";
  display: block;
  width: 70px;
  height: 100px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -20px;
  transform: rotate(-45deg);
  background-color: #444;
  opacity: 0.6;
}

.circle ::after {
  content: "";
  display: block;
  width: 70px;
  height: 100px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -20px;
  transform: rotate(45deg);
  background-color: #cecece;
}

.circle i {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 35px;
  color: var(--accent-color);
  right: 7px;
}

.price {
  margin-bottom: 20px;
}

.price__block {
  margin-top: 20px;
  background-color: var(--text-white);
 /*  box-shadow: 0 0 15px #999; */
  border-radius: var(--border-radius);
}

.price__block ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

.price__block ol li {
  font-size: 15px;
  margin-bottom: 15px;
}

.price__block ol li:last-child {
  margin-bottom: 0;
}

.price__text {
  font-size: 16px;
  text-align: left;
  padding: 15px 0;
  line-height: 1.4;
}

.price__text span {
  font-weight: bold;
}

.modal-form .result {
  display: none;
  margin: 30px auto;
  opacity: 0.95;
  position: relative;
  padding: 33px 20px;
  background: #f2f2f2;
  border-radius: var(--border-radius);
  text-align: center;
  font-size: 20px;
  color: #444;
}

.calculator {
  height: auto;
  margin-bottom: 50px;
  padding: 0 0 30px 0;
}

.calculator p {
    color: var(--text-gray);
    font-size: 14px;
}

.calculator__header {
  margin-bottom: 4px;
}

.calculator__header ul {
  display: table;
  width: 100%;
  border-bottom: solid 6px;
  margin: 0;
  padding: 0;
  background: rgba(204, 0, 0, 0.59);
  border-color: #f16809;
  color: var(--text-white);
  border-radius: var(--border-radius);
}

.calculator__header ul li {
  display: block;
  float: left;
  padding: 15px 20px !important;
  margin: 0;
  font-size: 15px;
  cursor: pointer;
  color: var(--text-white);
  border-radius: var(--border-radius);
}

@media only screen and (max-width: 768px) {
  .calculator__header ul li {
    float: none;
    border-bottom: solid 3px #fff;
  }
}

.calculator__header ul li.active {
  background-color: var(--accent-color);
}

.calculator__block {
  display: table;
  width: 99.9%;
  border: solid 1px #f16809;
  border-radius: var(--border-radius);
  margin-bottom: 8px;
}

.calculation {
  position: relative;
  display: table;
  width: 99%;
  margin: 0.5%;
}

.simple-little-table {
  font-size: 15px;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .simple-little-table {
    font-size: 15px;
  }
}

.simple-little-table thead {
  background: #c00;
  color: var(--text-white);
  font-weight: bold;
  text-align: center;
  border-radius: var(--border-radius);
}

.simple-little-table thead td {
  padding: 15px;
  border: 1px solid var(--text-white);
  width: 10%;
  text-align: center;
  border-radius: var(--border-radius);
}

@media only screen and (max-width: 768px) {
  .simple-little-table thead td {
    display: table;
    width: 100% !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .simple-little-table thead td span {
    display: block;
    margin: 0 auto;
  }
}

.simple-little-table td {
  padding: 10px;
  border: none;
}

.simple-little-table td:first-child {
  width: 60%;
  text-align: left;
  border: 1px solid #fff;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .simple-little-table td:first-child {
    width: 50%;
  }
}

.calculation table td:nth-child(3) {
  width: 100px;
}

.calculation table tbody {
  text-align: center;
}

@media only screen and (max-width: 768px) {
    
    .simple-little-table td {
      padding: 8px;
      
}
  .calculation table tbody td {
    display: table;
    width: 100% !important;
    text-align: center !important;
  }

  .calculation table td:nth-child(3) {
    display: flex;
    justify-content: center;
  }
}

.calculation table tbody tr:nth-child(2n) {
  background-color: var(--bg-gray);
}

.service__inner .calculator__block {
  margin-top: 16px;
}

.calculation .count a {
  background: #c00;
  display: block;
  float: left;
  text-decoration: none;
  width: 20px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  color: var(--text-white);
  font-weight: 400;
  border-radius: var(--border-radius);
}

.calculation .count input {
  display: table;
  width: 56px;
  height: 23px;
  float: left;
  border: none;
  border-color: #f16809;
  border: solid 1px #f16809;
  border-radius: var(--border-radius);
  padding: 0 5px;
  text-align: center;
  outline: none;
}

.calculation .price_summ {
  background: #c00;
  color: var(--text-white);
}

.calculation .price_summ span {
  margin-left: 24px;
  font-size: 25px;
  font-weight: bold;
  color: var(--text-white);
}

.calculation .price_summ .openFormCalck {
  color: var(--text-white);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  background-color: transparent;
  display: table;
  float: right;
  margin-top: 4px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .calculation .price_summ .openFormCalck {
    line-height: 16px;
    margin: 20px auto 10px;
  }
}

@media only screen and (max-width: 768px) {
  .calculation .price_summ .openFormCalck {
    float: none;
  }
}

.accordion.calculator>div {
  display: table;
  width: 99.9%;
  border: solid 1px;
}

.calculation .price_summ {
  background: #c00;
  color: var(--text-white);
}

.how {
  min-height: 440px;
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  padding: 0;
  background-color: var(--bg-gray);
}

@media only screen and (max-width: 768px) {
  .how {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.how__inner {
  padding: 30px 0; 
  background-color: var(--bg-gray);
/*   box-shadow: 0 0 15px #999; */
  display: block;
  height: 100%;
  border-radius: var(--border-radius);
}

.how__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .how__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .how__title {
    font-size: 20px;
  }
}

 .how__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 500px) {
  .how__box {
    flex-direction: column;
  }
}


.how__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.how__box-item {
  width: 23%;
  text-align: left;
  padding: 15px 20px;
  border-radius: var(--border-radius);
  background-color: var(--text-white);
  transition: 0.8s ease;
}

.how__box-item:hover {
  transform: scale(1.05);
}

.how__box-item:nth-child(n+5) {
    width: 32%;
  }

@media only screen and (max-width: 768px) {
  .how__box-item {
    width: 47%;
  }
  
  .how__box-item:nth-child(n+5) {
    width: 47%;
  }
} 

@media only screen and (max-width: 500px) {
  .how__box-item {
    width: 100%;
  }
  
  .how__box-item:nth-child(n+5) {
    width: 100%;
  }
} 


.how__box-item .before {
  display: block;
  width: 40px;
  height: 40px;
  right: 76px;
  bottom: 50%;
}

@media only screen and (max-width: 768px) {
  .how__box-item .before {
    right: 107px;
    bottom: 40%;
  }
}



.how__info {
  width: 100%;
  z-index: 1;
}

.how__info ul {
  padding-left: 0; 
  margin-left: 0;
  list-style-position: inside;
}

.how__info p, .how__info ul li {
  font-size: 14px;
  color: var(--text-gray);
  text-align: left;
}
.how__info p {
    margin-bottom: 8px;
}

.how__info ul li {
  margin-bottom: 5px;
}

.how__num {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: var(--text-light-gray);
}

.how__name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 16px;
}


.how__btn,
.portfolio__link.main__btn {
  width: auto;
  font-family: var(--first-font);
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: table;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  margin-top: 40px;
  transition: 0.8s ease;
  cursor: pointer;
  font-size: 17px;
  border: none;
  margin: 0 auto 50px;
}

.how__btn:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

.how__box-item .how__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    
}

.questions {
  height: auto;
  padding: 0;
  background-color: var(--bg-gray);
}


.questions.questions__services {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .questions {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.questions__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .questions__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .questions__title {
    font-size: 20px;
  }
}

.questions__inner {
  padding: 30px 0;
  background-color: var(--bg-gray);
  /* background-color: var(--text-white); */
/*   box-shadow: 0 0 15px #999; */
  display: block;
  border-radius: var(--border-radius);
}

.questions__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 768px) {
  .questions__container {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.questions__container .container-item {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .questions__container .container-item {
    width: 100%;
  }
}

.questions__container .get-consultation {
    padding: 0;
}

.questions__container .get-consultation__container {
    padding: 20px 30px;
}
.questions__container .get-consultation__container .get-consultation__content {
    flex-wrap: wrap;
    gap: 25px;
}

.questions__container .get-consultation__container .get-consultation__content .get-consultation__info {
    width: 100%;
}
.questions__container .get-consultation__container .get-consultation__content .get-consultation__text {
    margin-bottom: 10px;
}

.questions__container .get-consultation__container .get-consultation__content .get-consultation__form .form-input {
    width: 100%;
}

.questions__container .get-consultation__container .get-consultation__content .get-consultation__form .form-btn {
     width: 100%;
}
.questions__load-more {
  display: none;
}

.questions__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions__link a {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: "Geologica", sans-serif;
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  transition: 0.8s ease;
  cursor: pointer;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  transition: 0.8s ease;
}

.questions__link a:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

.questions__link a img,
.questions__link a svg {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #c00;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {

  .questions__link a img,
  .questions__link a svg {
    width: 25px;
    height: 25px;
  }
}

.questions__link a img path,
.questions__link a svg path {
  fill: var(--text-white);
}

.questions__link a:hover {
  background-color: var(--accent-color);
  color: var(--text-white);
}

.questions__link a:hover img,
.questions__link a:hover svg {
  fill: var(--text-white);
}

.questions__link a:hover img path,
.questions__link a:hover svg path {
  fill: var(--text-white);
}

.questions__item {
  background-color: var(--text-white);
  border-radius: var(--border-radius);
  width: 100%;
  padding: 1.3020833333vw 8.8541666667vw 1.3020833333vw 2.8645833333vw;
  position: relative;
  margin-top: 1.3020833333vw;
}

.questions__item:first-child {
  margin-top: 0;
}

.questions__item .item-title {
  color: var(--text-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  cursor: pointer;
}

.questions__item .item-content {
  padding-top: 1.0416666667vw;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--text-gray);
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .questions__item .item-content {
    font-size: 12px;
  }
}

.questions__item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7708333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: 0.8s ease;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .questions__item .item-btn {
    width: 15px;
    height: 15px;
  }
}

.questions__item .item-btn img,
.questions__item .item-btn svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--text-white);
}

@media only screen and (max-width: 768px) {

  .questions__item .item-btn img,
  .questions__item .item-btn svg {
    width: 5px;
    height: 5px;
  }
}

.questions__item .item-btn img path,
.questions__item .item-btn svg path {
  fill: var(--text-white);
}

.questions__item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
/*   animation: pulse_2_small 2s linear infinite; */
  z-index: -1;
}

.questions__item .item-btn.open {
  transform: rotate(45deg) scale(1.3);
  background-color: var(--text-white);
  filter: drop-shadow(0 0 2.6041666667vw rgba(0, 0, 0, 0.05));
}

.questions__item .item-btn.open::after {
  display: none;
}

.questions__item .item-btn.open img,
.questions__item .item-btn.open svg {
  fill: #d5dee3;
}

.questions__item .item-btn.open img path,
.questions__item .item-btn.open svg path {
  fill: #d5dee3;
}

.storage {
  min-height: 400px;
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .storage {
    background-attachment: scroll;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.storage__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-white);
  text-shadow: 1px 1px 11px #000;
  width: 50%;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .storage__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .storage__title {
    width: 100%;
    font-size: 20px;
  }
}

.storage__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .storage__box {
    flex-direction: column;
    gap: 10px;
  }
}

.box-storage__item {
  width: 28.2%;
}

@media only screen and (max-width: 768px) {
  .box-storage__item {
    width: 100%;
  }
}

.box-storage__item img {
  width: 82px;
  height: 90px;
  margin: 0 auto 16px;
  transition: 0.8s ease;
}

.box-storage__item img:hover {
  transform: scale(1.5) rotateY(360deg);
}

.box-storage__text {
  text-shadow: 1px 1px 11px #000;
  background-color: rgba(121, 121, 121, 0.25);
  font-size: 18px;
  color: var(--text-white);
  text-align: center;
}

.docs {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
}

@media only screen and (max-width: 768px) {
  .docs {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.team__inner,
.docs__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  border-radius: var(--border-radius);
}

@media only screen and (max-width: 768px) {
  .docs__slider {
    min-height: 447px;
  }
}

.docs__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .docs__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .docs__title {
    font-size: 20px;
  }
}

.docs .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.docs .slider-prev-btn {
  left: 0;
}

.docs .slider-btn.slider-next-btn {
  right: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper-2 {
  margin-bottom: 30px;
}

/* .swiper-slide {
  box-shadow: 0 0 15px #999;
} */
.swiper-slide img,
.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.swiper-slide a {
  height: 285px;
}

.swiper-slide a img {
  height: 285px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  background: #c00;
}

.swiper-button-next,
.swiper-button-prev {
  color: #444;
}

.reviews {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .reviews {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.reviews__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .reviews__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .reviews__title {
    font-size: 20px;
  }
}

.reviews__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  background-color: #dfdede;
}

.reviews__inner {
  margin: 30px auto;
  opacity: 0.95;
  background: rgba(243, 243, 243, 0.75) !important;
  position: relative;
  padding: 33px 20px;
  border-radius: var(--border-radius);
  font-size: 15px;
}

.reviews__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  flex-wrap: wrap;
}

.reviews__video-slider {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .reviews__video-slider {
    height: auto;
  }
}

.reviews__video-slider .video-slider__container {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.reviews__video-slider .swiper-container {
  width: 33.8541666667vw;
  height: 100%;
}

.reviews__video-slider .video-slider__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 0.5208333333vw;
  letter-spacing: 0.04em;
  color: var(--text-white);
  display: flex;
  align-items: center;
}

.reviews__video-slider .video-slider__link :hover span {
  margin-right: 0.78125vw;
}

.reviews__video-slider .video-slider__link span {
  transition: 0.3s;
  margin-right: 0.5208333333vw;
  color: var(--text-dark);
}

.reviews__video-slider .video-slider__link img,
.reviews__video-slider .video-slider__link svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #ff0000;
}

.reviews__video-slider .video-slider__link img path,
.reviews__video-slider .video-slider__link svg path {
  fill: #ff0000;
}

.reviews__video-slider .swiper-slide img {
  height: 100%;
}

.reviews__video-slider .video-slider__slide {
  position: relative;
  height: 100%;
  display: block;
}

.reviews__video-slider .video-slider__slide:hover::after {
  opacity: 0.3;
}

.reviews__video-slider .video-slider__slide:hover .video {
  transform: translate(-50%, -50%) scale(1.2);
}

.reviews__video-slider .video-slider__slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.reviews__video-slider .video-slider__slide .video {
  width: 2.1338541667vw;
  height: 2.1338541667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  transition: 0.3s;
}

.reviews__video-slider .video-slider__slide .video img,
.reviews__video-slider .video-slider__slide .video svg {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .reviews__video-slider .video-slider__slide .video img,
  .reviews__video-slider .video-slider__slide .video svg {
    width: 10px;
    height: 10px;
  }
}

.reviews__video-slider .video-slider__slide .video::after,
.reviews__video-slider .video-slider__slide .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
  z-index: -1;
}

.reviews__video-slider .video-slider__slide .video::before {
  animation: video_pulse_big 2s linear infinite;
}

.reviews__video-slider .video-slider__slide .video::after {
  animation: video_pulse_small 2s linear infinite;
}

.reviews__video-slider__h3 {
  margin-bottom: 16px;
}

.reviews .slider-btn {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, 0.25);
}

.reviews .slider-btn:hover {
  background-color: #999;
}

.reviews .slider-btn.slider-prev-btn {
  transform: translate(-50%, -50%);
}

.reviews .slider-btn.slider-next-btn {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.reviews .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mySwiper-5 .slider-pagination {
  bottom: 0;
}

.reviews__video-slider .slider-btn {
  background-color: transparent;
  border: 0.0520833333vw solid #ffffff;
  box-shadow: none;
}

.reviews__video-slider .slider-btn.slider-prev-btn {
  left: 1.71875vw;
  transform: translate(0%, -50%);
}

.reviews__video-slider .slider-btn.slider-next-btn {
  left: auto;
  right: 1.71875vw;
  transform: translate(0%, -50%);
}

.reviews__video-slider .slider-btn:hover {
  background-color: var(--main-color-darken);
  border-color: var(--main-color-darken);
}

.reviews__img-slider {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.reviews__img-slider .img-slider__container {
  width: 100%;
  height: 100%;
}

.reviews__box-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-gray);
  padding: 24px 24px 0 24px;
  /*   height: 100%; */
  height: 430px;
  background-color: var(--text-white);
}

.reviews__box-item.last {
  margin-right: 4px;
}

.reviews__p {
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 16px;
  font-size: 15px;
}

.reviews__name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}

.reviews__name span {
  color: #828e8c;
  margin-right: 4px;
}

.box-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-radius: 12px;
  padding: 12px 24px;
  margin-left: -24px;
  width: 100%;
  height: 68px;
  border: none;
}

.box-reviews-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.box-reviews-right a img {
  height: 25px;
}

.reviews__img-slider .img-slider__container .swiper-container {
  height: 100%;
}

.reviews__img-slider .img-slider__container .swiper-slide {
  border-radius: var(--border-radius);
}

.reviews__img-slider .img-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__phone-slider {
  width: 14.2708333333vw;
  margin: 0 auto;
}

.reviews__phone-slider .phone-slider__container {
  width: 100%;
  height: 28.90625vw;
  padding: 2.1354166667vw 0.78125vw 0.6770833333vw 0.78125vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews__phone-slider .phone-slider__container .swiper-container {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
}

.reviews__phone-slider .phone-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__phone-slider .phone-slider__link-1,
.reviews__phone-slider .phone-slider__link-2 {
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: var(--border-radius);
  top: 2.6041666667vw;
  left: -1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.reviews__phone-slider .phone-slider__link-1::before,
.reviews__phone-slider .phone-slider__link-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.41;
  border-radius: var(--border-radius);
  z-index: -1;
}

.reviews__phone-slider .phone-slider__link-1 img,
.reviews__phone-slider .phone-slider__link-1 svg,
.reviews__phone-slider .phone-slider__link-2 img,
.reviews__phone-slider .phone-slider__link-2 svg {
  width: 1.9270833333vw;
  height: 1.9791666667vw;
}

.reviews__phone-slider .phone-slider__link-2 {
  top: auto;
  left: auto;
  right: -1.1979166667vw;
  bottom: 5.5729166667vw;
}

.reviews__phone-slider .phone-slider__link-2 img,
.reviews__phone-slider .phone-slider__link-2 svg {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
}

.reviews.md-style-2 {
  padding: 0;
  margin-bottom: 7.03125vw;
}

.reviews.md-style-2 .reviews__bg {
  top: -14.5833333333vw;
  bottom: auto;
  height: 70.3125vw;
}

.reviews.md-style-2 .reviews__title {
  color: var(--text-main-color);
}

.reviews.md-style-2 .reviews__img-slider .swiper-container {
  filter: drop-shadow(0 0 5.2083333333vw rgba(0, 0, 0, 0.1));
}

.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet {
  background-color: var(--text-white);
}

.reviews.md-style-2 .reviews__img-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.text {
  height: auto;
  margin-top: 16px;
  /*   margin-bottom: 100px; */
}

.text__inner {
  padding: 30px 0;
  background-color: var(--text-white);
/*   box-shadow: 0 0 15px #999; */
  display: block;
  line-height: 1.4;
}

.text__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .text__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .text__title {
    font-size: 20px;
  }
}

.text p {
  font-size: 15px;
}

.team {
  height: auto;
  height: auto;
  margin-bottom: 50px;
  /*   padding: 35px 0; */
}

@media only screen and (max-width: 768px) {
  .team {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .team {
    margin-bottom: 0;
  }
}

.team__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .team__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .team__title {
    font-size: 20px;
  }
}

.team__slider {
  min-height: 400px;
}

.team__slider .swiper-slide {
  border: 1px solid var(--text-light-gray);
  border-radius: var(--border-radius);
}

.team__slide {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.team__slide .slide-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 23.2%, #000000 124.7%);
  padding: 10px;
  color: var(--text-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
  opacity: 0;
}

.team__slide .slide-info:hover {
  opacity: 1;
}

.team__slide .slide-info p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 0.78125vw;
}

.team__slide .slide-info span {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.team__slide .slide-icon {
  position: absolute;
  right: 1.4583333333vw;
  bottom: 1.4583333333vw;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.team__slide .slide-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}

.team__slide .slide-icon img {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--text-white);
}

.team .slider-pagination,
.instruments .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .team .slider-pagination {
    bottom: 25px;
  }
}

.team .slider-prev-btn {
  left: 0;
}

.team .slider-btn.slider-next-btn {
  right: 0;
}

.get-consultation {
  height: auto;
  margin-bottom: 50px;
  padding: 30px 0; 
  background-color: #dfdede;
}

@media only screen and (max-width: 768px) {
  .get-consultation {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.get-consultation__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .get-consultation__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .get-consultation__title {
    font-size: 20px;
  }
}

.get-consultation__container {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--border-radius);
  border: 1px solid #c00;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .get-consultation__container {
    padding: 30px;
  }
}

.get-consultation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  align-items: stretch;
  -webkit-box-pack: justify;
}

@media only screen and (max-width: 768px) {
  .get-consultation__content {
    flex-direction: column;
    gap: 0;
  }
}

.get-consultation__info {
  width: 23.1770833333vw;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .get-consultation__info {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .get-consultation__info {
    width: 100%;
    margin-bottom: 50px;
  }
}

.get-consultation__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 3.125vw;
  flex-grow: 1;
}

.get-consultation__contacts {
  margin-bottom: 20px;
}

.get-consultation__contacts p {
  font-weight: 600;
  font-size: 17px;
  line-height: 2.6041666667vw;

}

@media only screen and (max-width: 768px) {
  .get-consultation__contacts p {
    line-height: 2.2;
  }
}

.get-consultation__contacts a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 2.6041666667vw;

}

.get-consultation__contacts a svg {
  width: 1.09375vw;
  height: 1.09375vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #ff0000;
  margin-right: 0.5208333333vw;
}

@media only screen and (max-width: 768px) {
  .get-consultation__contacts a svg {
    width: 5.09375vw;
    height: 4.09375vw;
  }
}

.get-consultation__links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.get-consultation__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 0.625vw;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .get-consultation__links a {
    width: 10.09375vw;
    height: 10.09375vw;
  }
}

.get-consultation__form .form-input {
  width: 80%;
  margin-right: 0;
  margin-bottom: 10px;
  height: 60px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.1;
  color: var(--text-dark);
  border-radius: var(--border-radius);
  font-family: var(--first-font);
  margin-right: 1.0416666667vw;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .get-consultation__form .form-input {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .get-consultation__form .form-input {
    width: 100%;
    height: 13.2083333333vw;
  }
}

.get-consultation .form-text {
  font-weight: 700;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .get-consultation .form-text {
    margin-bottom: 10px;
  }
}

.get-consultation .form-list {
  margin-bottom: 24px;
}

.get-consultation .form-list li {
  margin: 8px 0;
}

.get-consultation .form-checkbox {
  margin-bottom: 8px;
}

.get-consultation .form-checkbox,
.get-consultation .form-checkbox-second {
  display: flex;
}

.get-consultation .form-checkbox p,
.get-consultation .form-checkbox-second p {
  font-weight: 500;
  font-size: 15px;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
  cursor: pointer;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .get-consultation .form-checkbox p,
  .get-consultation .form-checkbox-second p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {

  .get-consultation .form-checkbox p,
  .get-consultation .form-checkbox-second p {
    line-height: 1.2;
  }
}

.get-consultation .form-checkbox p span a,
.get-consultation .form-checkbox-second p span a {
  color: var(--accent-color);
}

.get-consultation .form-btn {
  width: auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Geologica", sans-serif;
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  transition: 0.8s ease;
  cursor: pointer;
  width: 80%;
}

.get-consultation .form-btn:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .get-consultation .form-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .get-consultation .form-btn {
    width: 100%;
  }
}

.get-consultation .form-btn span {
  display: block;
  width: 100%;
}

.get-consultation .form-btn img {
  width: 21px;
  height: 20px;
}

.get-consultation .form-checkbox>div,
.get-consultation .form-checkbox-second>div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  border: 0.0520833333vw solid #c00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {

  .get-consultation .form-checkbox>div,
  .get-consultation .form-checkbox-second>div {
    width: 4.0416666667vw;
    height: 4.0416666667vw;
  }
}

.get-consultation .form-checkbox>div input,
.get-consultation .form-checkbox-second>div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.get-consultation .form-checkbox>div.checked,
.get-consultation .form-checkbox-second>div.checked {
  background-color: var(--accent-color);
}

/* .get-consultation .form-checkbox > div img,
.get-consultation .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: var(--text-white);
  opacity: 0;
  transition: 0.3s;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .get-consultation .form-checkbox > div img,
  .get-consultation .form-checkbox > div svg {
    width: 2.0416666667vw;
    height: 2.0416666667vw;
  }
} */

.side-fixed-links {
  position: fixed;
  top: 15%;
  right: -7.8125vw;
  width: 5.2083333333vw;
  transform: translateY(-50%);
  z-index: 50;
  transition: 0.3s;
}


@media only screen and (max-width: 768px) {
  .side-fixed-links {
    width: 18.75vw;
    right: -31.25vw;
  }
}

@media only screen and (max-width: 435px) {
  .side-fixed-links {
    top: 26%;
  }
}

.side-fixed-links__container {
  position: fixed;
  top: 50%;
  right: -7.8125vw;
  width: 5.2083333333vw;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .side-fixed-links__container {
    width: 18.75vw;
  }
}

.side-fixed-links__container.visible {
  right: 0;
}

.side-fixed-links__container>div i {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.side-fixed-links__container>div,
.side-fixed-links__container>a {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.5208333333vw;
  padding-top: 1.0416666667vw;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  background-color: var(--accent-color);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-bottom: 0.3125vw;
  cursor: pointer;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {

  .side-fixed-links__container>div,
  .side-fixed-links__container>a {
    /*     width: 18.75vw;
    min-height: 18.75vw; */
    width: 100%;
    min-height: auto;
    margin-bottom: 1.5625vw;
    padding: 3.125vw 1.5625vw;
  }

  .side-fixed-links__container>div img,
  .side-fixed-links__container>a img {
    width: 3.75vw;
    height: 3.75vw;
    margin-bottom: 2.5vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media only screen and (max-width: 550px) {
     .side-fixed-links__container>div,
  .side-fixed-links__container>a {
      width: 80px;
      min-height: 80px;
  }
}

.side-fixed-links__container>div span,
.side-fixed-links__container>a span {
  display: block;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.03em;
  color: var(--text-white);
}

@media only screen and (max-width: 768px) {

  .side-fixed-links__container>div span,
  .side-fixed-links__container>a span {
    font-size: 2.5vw;
    line-height: 1;
  }
}

.side-fixed-links.visible {
  right: 0;
}

.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .side-fixed-links__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -9.375vw;
  }
}

.side-fixed-links__close.closed {
  transform: translateX(-50%) rotate(45deg);
}

.footer {
  height: auto;
  padding-top: 37px;
  margin: 0 auto;
  position: relative !important;
  border: none;
  background-color: var(--bg-gray);
/*   box-shadow:
    inset 0 15px 25px -15px #333,
    inset 0 -15px 25px -15px #333; */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer {
    padding: 37px 15px 10px 15px;
  }
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__flex {
    gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__flex {
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
  }
}

.footer__flex-company {
  max-width: 250px;
}

.footer__title {
  font-size: 21px;
  margin-bottom: 21px;
  color: #000;
}

.footer__title:before {
  content: "|";
  color: var(--accent-color);
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: normal;
  padding-right: 10px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__title {
    font-size: 17px;
  }
}

.footer__item.contact {
  padding-left: 10px;
}

.footer__list li {
  list-style-type: none;
  padding: 11px;
}

.footer__list li a {
  font-size: 15px;
  color: #d8d8d8;
  font-weight: 500;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__list li a {
    font-size: 14px;
  }
}

.footer__text {
  color: var(--text-dark);
  font-family: var(--first-font);
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__text {
    font-size: 15px;
  }
}

.footer__text.address {
  margin-bottom: 10px;
}

.footer__text.email {
  font-size: 18px;
  color: var(--accent-color);
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__text.email {
    font-size: 16px;
  }
}

.footer__text.inn {
  margin-top: 15px;
}

.footer__flex-contact {
  width: 165px;
}

.footer__flex-info {
  color: var(--text-gray);
  font-size: 14px;
  padding: 16px 0;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__flex-info {
    font-size: 12px;
  }
}

.footer__flex-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding-top: 35px;
  width: 100%;
}

.footer__phone {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.footer__phone a {
  color: var(--text-gray);
  font-size: 18px;
  font-weight: 700;
}

.footer__phone img {
    width: 20px;
}

.footer__email, .footer__address {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 15px;
}
.footer__email img, .footer__address img {
    width: 20px;
}
.footer__flex-social img {
  width: 30px;
  height: 30px;
  transition: 0.8s ease;
}

.footer__flex-social img:hover {
  transform: scale(1.5);
}



.fa {
  color: var(--text-white);
}

.modal-content {
  padding: 20px;
  max-width: 650px;
  margin: auto;
  background: #f2f2f2;
  border-radius: var(--border-radius);
}

.modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .modal-body {
    flex-direction: column;
  }
}

.modal-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.close {
  cursor: pointer;
}

.form-group {
  width: 50%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .form-group {
    width: 100%;

  }
}

.form-group label {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.form-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  border-radius: 6px;
  border: none;
  background-color: var(--accent-color);
  color: var(--text-white);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.form-group button:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

.form-group button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.form-group input,
.form-group select {
  width: 95%;
  height: 50px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--text-dark);
  border-radius: var(--border-radius);
  border: none;
}

.form-group textarea {
  width: 286px;
  height: 50px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: var(--text-dark);
  border-radius: var(--border-radius);
  border: none;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .form-group textarea {
    height: 50px;

  }
}

.form-group .form-checkbox,
.form-group .form-checkbox-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group .form-checkbox p,
.form-group .form-checkbox-second p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  cursor: pointer;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .form-group .form-checkbox p,
  .form-group .form-checkbox-second p {
    font-size: 12px;
  }
}

.form-group .form-checkbox p span a,
.form-group .form-checkbox-second p span a {
  color: var(--accent-color);
}

.form-group .form-checkbox>div,
.form-group .form-checkbox-second>div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  border: 0.0520833333vw solid #c00;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {

  .form-group .form-checkbox>div,
  .form-group .form-checkbox-second>div {
    width: 15px;
    height: 15px;
  }
}

.form-group .form-checkbox>div input,
.form-group .form-checkbox-second>div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-group .form-checkbox>div img,
.form-group .form-checkbox-second>div img {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: var(--text-white);
  opacity: 0;
  transition: 0.3s;
  opacity: 1;
}

@media only screen and (max-width: 768px) {

  .form-group .form-checkbox>div img,
  .form-group .form-checkbox-second>div img {
    width: 9px;
    height: 7px;
  }
}

.form-group .form-checkbox>div.checked,
.form-group .form-checkbox-second>div.checked {
  background-color: var(--accent-color);
}

.fancybox-content {
  padding: 20px;
}

.to-top.visible {
  opacity: 1;
  pointer-events: all;
}

.to-top {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .to-top {
    width: 9.375vw;
    height: 9.375vw;
    right: 3.125vw;
    bottom: 15.125vw;
  }
}

.to-top img {
  width: 0.8234375vw;
  height: 0.4708333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--text-white);
}

@media only screen and (max-width: 768px) {
  .to-top img {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.calc-banner {
  margin-bottom: 4.1666666667vw;
}

.calc-banner__container {
  width: 100%;
  min-height: 31.25vw;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 5.3645833333vw 41.6666666667vw 5.3645833333vw 8.59375vw;
  background-color: #353536;
  color: var(--text-white);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.calc-banner__img {
  width: 46.6666666667vw;
  height: 31.25vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.calc-banner__img img {
  position: absolute;
  top: -2.65625vw;
  left: -2.5vw;
  width: 52.4479166667vw;
  height: 38.28125vw;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.calc-banner__title {
  text-align: left;
  margin-bottom: 1.8229166667vw;
}

.calc-banner__text {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 1.8229166667vw;
}

.calc-banner__link a {
  width: 13.0208333333vw;
  padding: 0 3.3854166667vw;
}

.calc-banner__link a:hover {
  padding: 0 3.6458333333vw;
}

.calc-banner__close {
  display: none;
}

.calc-banner.md-calc-banner-fixed {
  position: fixed;
  left: -26.0416666667vw;
  bottom: 1.5625vw;
  margin-bottom: 0;
  width: 23.4375vw;
  transition: 0.5s;
  opacity: 0;
  z-index: 50;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed {
    bottom: 3.125vw;
  }
}

.calc-banner.md-calc-banner-fixed.visible {
  left: 1.5625vw;
  opacity: 1;
}

.calc-banner.md-calc-banner-fixed .wrapper {
  width: 100%;
}

.calc-banner.md-calc-banner-fixed .calc-banner__title {
  width: 15.625vw;
  font-size: 1.0416666667vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__title {
    width: 35.9375vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 1.875vw;
    text-align: left;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__container {
  padding: 1.6145833333vw 6.7708333333vw 1.3020833333vw 2.0833333333vw;
  min-height: 10.4166666667vw;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__container {
    width: 62.5vw;
    min-height: 27.8125vw;
    padding: 4.6875vw 5.625vw;
    border-radius: 3.125vw;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__text {
  font-size: 0.8333333333vw;
  line-height: 0.9895833333vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.78125vw;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__text {
    font-size: 1.875vw;
    line-height: 2.1875vw;
    margin-bottom: 2.1875vw;
    text-align: left;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__img {
  width: 13.9583333333vw;
  height: 10.2083333333vw;
  top: 2.9375vw;
  left: auto;
  right: -3.0208333333vw;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__img {
    width: 29.6875vw;
    height: 25.3125vw;
    right: 0;
    bottom: 0;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__img img {
    width: 37.8125vw;
    height: 27.5vw;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: "Geologica", sans-serif;
  background-color: var(--accent-color);
  color: var(--text-white);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 0 10px #999;
  transition: 0.8s ease;
  cursor: pointer;
  width: 9.59375vw;
  height: auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a:hover {
  transform: scale(1.1);
  background-color: var(--text-white);
  color: var(--accent-color);
  border: 1px solid #c00;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__link a {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__link a {
    width: 23.125vw;
    height: 7.5vw;
    padding: 0 3.75vw;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a:hover {
  padding: 0 1.4583333333vw;
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a span {
  font-size: 0.625vw;
  line-height: 1.25vw;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__link a span {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a img,
.calc-banner.md-calc-banner-fixed .calc-banner__link a svg {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
}

@media only screen and (max-width: 768px) {

  .calc-banner.md-calc-banner-fixed .calc-banner__link a img,
  .calc-banner.md-calc-banner-fixed .calc-banner__link a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__link a::after {
  width: 1.3020833333vw;
}

.calc-banner.md-calc-banner-fixed .calc-banner__close {
  position: absolute;
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  top: 1.1458333333vw;
  right: 1.09375vw;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .calc-banner.md-calc-banner-fixed .calc-banner__close {
    width: 2.1875vw;
    height: 2.1875vw;
    top: 3.125vw;
    right: 3.125vw;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__close img,
.calc-banner.md-calc-banner-fixed .calc-banner__closesvg {
  width: 0.78125vw;
  height: 0.78125vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--text-white);
}

@media only screen and (max-width: 768px) {

  .calc-banner.md-calc-banner-fixed .calc-banner__close img,
  .calc-banner.md-calc-banner-fixed .calc-banner__closesvg {
    width: 2.1875vw;
    height: 2.1875vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.calc-banner.md-calc-banner-fixed .calc-banner__close img path,
.calc-banner.md-calc-banner-fixed .calc-banner__closesvg path {
  fill: var(--text-white);
}

.breadcrumbs {
  padding: 10px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs__list li {
  list-style: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs__list li {
    font-size: 12px;
  }
}

.breadcrumbs__list li:before {
  position: relative;
  padding: 0 10px;
  content: "/";
}

.breadcrumbs__list li:first-child:before {
  content: "";
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs__list li a {
    font-size: 12px;
  }
}

.breadcrumbs__list span {
  color: #a4a4a4;
}

.company {
  height: auto;
  height: auto;
  margin-bottom: 50px;
  /*   padding: 35px 0; */
}

@media only screen and (max-width: 768px) {
  .company {
    margin-top: 99px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.company__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  border-radius: var(--border-radius);
}

.company__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .company__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .company__title {
    font-size: 20px;
  }
}

.company__list {
  margin-left: 10px;
}

.company__list li {
  padding: 8px 0;
}

.vacancies {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
}

.vacancies__block .main__btn {
  width: 50%;
  margin: 0 auto;
  font-size: 17px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.8s ease;
}

.send-resume .first__form .form-img {
  width: 50%;
  height: 20%;
}


@media only screen and (max-width: 768px) {
  .vacancies {
	margin-top: 128px;
    margin-bottom: 30px;
    padding: 20px 0;
  }

  .vacancies__block .main__btn {
    padding: 0;
  }
}

.vacancies__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  border-radius: var(--border-radius);
}

.vacancies__inner span {
  color: var(--accent-color);
}

.vacancies__inner ul {
  margin-left: 10px;
}

.vacancies__inner ul li {
  padding: 8px 0;
}

.vacancies__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .vacancies__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .vacancies__title {
    font-size: 20px;
  }
}

.vacancies__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .vacancies__box {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.box-vacancies__item {
  margin-bottom: 10px;
}

.box-vacancies__link {
  color: #058ad7;
}

.dogovor {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .dogovor {
    margin-top: 129px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.dogovor__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
}

.dogovor__inner img {
  width: auto;
  margin: 0 auto;
}

.dogovor__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .dogovor__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .dogovor__title {
    font-size: 20px;
  }
}

.dogovor__text {
  text-align: center;
}

.smeta {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .smeta {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.smeta__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
}

.smeta__inner img {
  width: auto;
  margin: 0 auto;
}

.smeta__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .smeta__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .smeta__title {
    font-size: 20px;
  }
}

.smeta__text {
  margin-bottom: 20px;
}

.information {
  height: auto;
  /*   padding: 35px 0; */
}

@media only screen and (max-width: 768px) {
  .information {
    margin-top: 129px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.information__inner {
  padding: 15px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  margin-top: 0;
  border-radius: var(--border-radius);
  line-height: 1.4;
  /* margin-bottom: 50px; */
}

.information__inner img {
  width: auto;
  margin: 0 auto;
}

.information__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .information__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .information__title {
    font-size: 20px;
  }
}

.information__pagination a {
  color: #058ad6;
}

.information ol,
.information ul {
  margin-left: 10px;
}

.information ol li,
.information ul li {
  padding: 8px 0;
  font-size: 15px;
}

.videos {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .videos {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.videos__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
}

.videos__inner img {
  width: auto;
  margin: 0 auto;
}

.videos__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .videos__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .videos__title {
    font-size: 20px;
  }
}

.videos__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 30px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .videos__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .videos__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service {
  height: auto;
  margin-bottom: 50px;
  padding: 0;
}

 @media only screen and (max-width: 768px) {
  .service {
   margin-top: 129px;
  }
} 

.service__inner {
  padding: 30px 15px;
/*   margin-top: 30px; */
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
  border-radius: var(--border-radius);
}

.service__inner img {
  width: auto;
  margin: 0 auto;
}

.service__title,
.custom-gallery-section__title,
.custom-video-gallery-section__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .service__title,
  .custom-gallery-section__title,
  .custom-video-gallery-section__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {

  .service__title,
  .custom-gallery-section__title,
  .custom-video-gallery-section__title {
    font-size: 20px;
  }
}

.service .vacancies__box {
  justify-content: space-around;
}

.service ol,
.service ul {
  margin-left: 10px;
}

.service ol li,
.service ul li {
  padding: 8px 0;
  font-size: 15px;
}

/* .service span {
  display: block;
  color: var(--accent-color);
} */

.contacts {
  height: auto;
  margin-bottom: 50px;
  padding: 35px 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .contacts {
    margin-top: 99px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.contacts__inner {
  padding: 30px 15px;
  background-color: var(--text-white);
  box-shadow: 0 0 15px #999;
  display: block;
}

.contacts__inner img {
  width: auto;
  margin: 0 auto;
}

.contacts__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .contacts__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .contacts__title {
    font-size: 20px;
  }
}

.contacts__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .contacts__box {
    flex-direction: column;
    gap: 10px;
  }
}

.contacts__box-item {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .contacts__box-item {
    width: 100%;
  }
}

.error {
  height: 400px;
  text-align: center;
  padding-top: 100px;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.custom-pagination a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: var(--text-dark);
  border-radius: 5px;
}

.custom-pagination .prev,
.custom-pagination .next {
  font-weight: bold;
}

.custom-pagination .current {
  padding: 5px 10px;
  border-radius: 5px;
  background: #c00;
  color: var(--text-white);
}

.smeta--all {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .smeta--all {
    flex-direction: column;
    justify-content: center;
  }
}

.smeta--all .item-list .item-list--img {
  display: table;
  width: 100%;
  height: 223px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.smeta--all .item-list .item-list--name {
  display: table;
  width: 100%;
  font-size: 20px;
  line-height: 90px;
  background: #202628;
}

.smeta--all .item-list .item-list--name>span {
  display: table-cell;
  width: 100%;
  height: 90px;
  vertical-align: middle;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-white);
  padding: 10px;
}

.smeta--all .item-list:hover .item-list--name {
  background-color: #ffe659;
}

.smeta--all .item-list:hover .item-list--name>span {
  color: #444;
}

@media only screen and (max-width: 1100px) {
  .smeta--all .item-list {
    width: 46.8%;
  }
}

@media only screen and (max-width: 700px) {
  .smeta--all .item-list {
    width: 96%;
  }
}

.smeta--list table {
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 1em;
}

.smeta--list table th {
  background-color: #ffe659;
  color: #444;
  text-align: left;
  padding: 25px 23px;
  border: solid 1px #555;
  font-weight: normal;
  font-size: 16px;
}

.smeta--list table th:nth-last-child(2n),
.smeta--list table td:nth-last-child(2n) {
  text-align: center;
}

.smeta--list table td.td-list--number>span {
  font-weight: 600;
}

.smeta--list table td {
  padding: 12px 23px;
  text-align: center;
  background-color: #fffbd8;
  border: solid 1px #555;
  text-align: left;
}

.smeta--list table td a {
  text-decoration: none;
  color: #272d30;
  font-weight: 400;
}

.smeta--list table td:nth-last-child(2n-1):hover {
  background-color: #f9f4c9;
}

.smeta--list table .td-list--number {
  width: 0;
}

.smeta--list table .td-list--number>span {
  display: table;
  width: 55px;
}

.smeta--list table .td-list--name {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .smeta--list table {
    width: 100%;
  }

  .smeta--list table th:nth-child(3),
  .smeta--list table th:nth-child(4) {
    display: none;
  }

  .smeta--list table th,
  .smeta--list table td {
    position: relative;
    display: table;
  }

  .smeta--list table td {
    margin-bottom: 3px;
  }

  .smeta--list table td>span,
  .smeta--list table td>a {
    display: table-cell !important;
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .smeta--list table th:nth-child(2n-1),
  .smeta--list table td:nth-child(2n-1) {
    float: left;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 78%;
    float: none;
    left: 3px;
  }
}

@media only screen and (max-width: 800px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 77%;
  }
}

@media only screen and (max-width: 762px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 76%;
  }
}

@media only screen and (max-width: 735px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 75%;
  }
}

@media only screen and (max-width: 705px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 74%;
  }
}

@media only screen and (max-width: 685px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 73%;
  }
}

@media only screen and (max-width: 660px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 72%;
  }
}

@media only screen and (max-width: 637px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 71%;
  }
}

@media only screen and (max-width: 616px) {
  .smeta--list table td {
    height: 60px;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 69%;
  }
}

@media only screen and (max-width: 584px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 68%;
  }
}

@media only screen and (max-width: 566px) {
  .smeta--list table td {
    height: 70px;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 67%;
  }
}

@media only screen and (max-width: 550px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 66%;
  }
}

@media only screen and (max-width: 534px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 65%;
  }
}

@media only screen and (max-width: 520px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 64%;
  }
}

@media only screen and (max-width: 500px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 63%;
  }
}

@media only screen and (max-width: 498px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 62%;
  }
}

@media only screen and (max-width: 485px) {
  .smeta--list table td {
    height: 85px;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 61%;
  }
}

@media only screen and (max-width: 475px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 60%;
  }
}

@media only screen and (max-width: 465px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 59%;
  }
}

@media only screen and (max-width: 452px) {
  .smeta--list table td {
    height: 100px;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 58%;
  }
}

@media only screen and (max-width: 441px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 57%;
  }
}

@media only screen and (max-width: 431px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 56%;
  }
}

@media only screen and (max-width: 422px) {

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 55%;
  }
}

@media only screen and (max-width: 400px) {
  .smeta--list table th {
    height: 50px;
  }

  .smeta--list table td {
    height: 160px;
  }

  .smeta--list table th:nth-child(2n),
  .smeta--list table td:nth-child(2n) {
    width: 70%;
  }
}

.smeta-section--header {
  background-color: #eee;
  border-bottom: solid 5px #353536;
  background-image: url(/local/templates/main/css/../images/smeta-fon2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  box-shadow:
    inset 0 15px 25px -15px #333,
    inset 0 -15px 25px -15px #333;
}

.smeta-section--content .cBlock-text {
  position: relative;
  margin-top: 0;
  box-shadow:
    4px 4px 15px -1px #999,
    -4px 4px 15px -1px #999;
}

.smeta-section--content .cBlock-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 26px solid #3f3f3f;
  transform: rotate(180deg);
}

.filters__slider {
  width: 100%;
  position: relative;
  margin-bottom: 3.3854166667vw;
}

.filters__slider .filters-item {
  height: 55px;
  background: #f5f8f9;
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: 0.04em;
  color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.filters__slider .filters-item.active {
  color: var(--text-white);
  background-color: var(--accent-color);
}

.filters__slider .swiper-slide {
  width: 281.2px;
  margin-right: 41px;
  border-radius: var(--border-radius);
}

.is-invalid {
  border-color: red;
  background-color: #ffe6e6;
}

.hidden {
  display: none;
}

.success {
  color: green;
}

.error {
  color: red;
}

@keyframes video_pulse_big {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes pulse_2_small {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes blick {
  0% {
    left: -80%;
  }

  100% {
    left: 160%;
  }
}

.validate_error {
  border-color: red !important;
  color: red !important;
}

.validate_error::-webkit-input-placeholder {
  color: red !important;
}

.validate_error::-moz-placeholder {
  color: red !important;
}

.validate_error:-ms-input-placeholder {
  color: red !important;
}

.validate_error::-ms-input-placeholder {
  color: red !important;
}

.validate_error::placeholder {
  color: red !important;
}

#cookie_notification {
  display: flex;
  flex-direction: column;
  opacity: 0;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 800px;
  max-width: 90%;
  transform: translateX(-50%) translatey(100%);
  padding: 1vw;
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 50;
  transition: 0.4s;
}

@media screen and (max-width: 1200px) {
  #cookie_notification {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #cookie_notification {
    gap: 10px;
    padding: 15px;
    font-size: 15px;
  }
}

#cookie_notification.show {
  opacity: 0.9;
  bottom: 0.5vw;
  transform: translateX(-50%) translatey(0);
}

#cookie_notification p {
  text-align: left;
  line-height: 1.5;
  /*color: $color_text;*/
}

#cookie_notification .btn-primary {
  font-size: 18px;
  max-width: 100%;
  padding: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: normal;
  color: #000;
  border: 1px solid #c00;
  border-radius: var(--border-radius);
  background: #fff;
  cursor: pointer;

}

@media only screen and (max-width: 1200px) {
  #cookie_notification .btn-primary {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #cookie_notification .btn-primary {
    font-size: 15px;
  }
}

.cookie__link {
  text-decoration: underline;
  color: var(--accent-color);
}

.custom-gallery-section {
  /*     padding: 50px 20px; */
  background: #f9f9f9;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .custom-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

.custom-video-gallery-section {
  /*     padding: 50px 20px; */
  background: #f4f4f4;
}


.custom-video-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}


@media only screen and (max-width: 768px) {
  .custom-video-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video-gallery-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.video-gallery-item img:hover {
  transform: scale(1.05);
}


/*# sourceMappingURL=main.css.map */