

/* Start:/local/templates/dev/components/bitrix/news.detail/burger_swiper/style.css?1751612569155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/dev/styles.css?175196730942*/
.bx-composite-btn {
    display: none;
}
/* End */


/* Start:/local/templates/dev/template_styles.css?1751613691106838*/
* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.widget-callback{
  position: fixed;
  bottom: 60px;
  right: 7.5vw;
  z-index: 19;
  align-items: center;
  gap: 20px;
  background: #D9E2D8;
  border-radius: 27px;
  border: 1px solid #13203A;
  cursor: pointer;
  transition: .3s;
}
.widget-callback p{
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  padding: 5px 0px 5px 15px;
  text-align: center;
  transition: .3s;

}
.widget-callback .widget-callback-svg{
  width: 34px;
  height: 34px;
  background: #4b81f6;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  transition: .3s;
}
.widget-callback .widget-callback-svg::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
  transform: translate(-50%, -50%);
  outline: 1px solid #4b81f6;
  border-radius: 50%;
  animation: animation-widget1 3s linear infinite;
  transition: .3s;
}
@keyframes animation-widget1 {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.widget-callback .widget-callback-svg::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  outline: 2px solid #4b81f6;
  border-radius: 50%;
  animation: animation-widget2 3s linear infinite;
  transition: .3s;
}
@keyframes animation-widget2 {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.widget-callback:hover{
  background:#13203A;
}
.widget-callback:hover p{
  color:#D9E2D8;
}
.widget-callback:hover .widget-callback-svg{
  background: #4b81f6;
}
.widget-callback:hover .widget-callback-svg::after{
  border: 1px solid #4b81f6;
}
.widget-callback:hover .widget-callback-svg::before{
  border: 2px solid #4b81f6;
}
.swiper-pagination.swiper-pagination-fraction{
  letter-spacing: -5px!important;
}
.swiper-button-next, 
.swiper-button-prev{
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* The rule below is not implemented in browsers yet */
  -o-user-select: none;
  /* The rule below is implemented in most browsers by now */
  user-select: none;
}
.info-page-box.wyswyg h4{
margin: 30px 0;
}

.info-page-box.wyswyg img{
    object-fit: contain;
	height: auto;
}
.info-page-box.wyswyg div.tech-img>img{
    object-fit: cover;
	height: 100%;
}
.tech-block{
    display: flex;
    padding: 10px 0;
}
.tech-img {
    height: 100px;
    min-width: 100px;
    position: relative;
    margin-right: 15px;
    position: sticky;
    top: 130px;
}
.table-wyswyg{
  width: 100%;
  overflow: auto;
}
.table-wyswyg::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wyswyg::-webkit-scrollbar-track {
  background: #020f29;
}
.table-wyswyg::-webkit-scrollbar-thumb {
  background-color: #4b81f6;
  border-radius: 10px;
}
.wyswyg table{
	margin-bottom: 40px;
}
.wyswyg table tr td{
	outline: 1px solid white;
    text-align: center;
padding: 3px;
}
body {
  background-color: #020f29;
  background-image: url("/local/includes/body-background.png");
  background-blend-mode: screen;
  background-size: 100% 100%;
  position: relative;
  overflow-x: clip;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #020f29;
}
body::-webkit-scrollbar-thumb {
  background-color: #4b81f6;
  border-radius: 10px;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.wyswyg{
	line-height: 120%;
}
.wyswyg h1{
  font-size: clamp(27px, 6.66vw, 128px);
  font-weight: 400;
}
.wyswyg h2{
  font-size: clamp(27px, 6.66vw, 128px);
  font-weight: 400;
}
.wyswyg h3{
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}
.wyswyg h4{
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}
.wyswyg h5{
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}
.wyswyg h6{
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}
.wyswyg strong{
	font-weight: 700;
}
.wyswyg em{
	font-style: italic;
}
.wyswyg ul{
	list-style: disc;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.wyswyg ol{
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.wyswyg a{
	color: inherit;
	transition: .3s;
}
.wyswyg a:hover{
	color: #4b81f6;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-white-transp {
  display: flex;
  flex-direction: row;
  padding: 13px 30px;
  gap: 11px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;

  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #d9e2d8;
  transition: 0.3s;
  cursor: pointer;
}
.btn-white-transp p {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #d9e2d8;
  transition: 0.3s;
  margin: 0;
  text-decoration: none;
}
.btn-white-transp .line1 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 100%;
  height: calc(100% + 8px);
  outline: 1px solid white;
  transition: 0.3s;
}
.btn-white-transp .line2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: calc(100% + 8px);
  height: calc(100%);
  outline: 1px solid white;
  transition: 0.3s;
}
.btn-white-transp:hover .line1,
.btn-white-transp:hover .line2 {
  outline: 1px solid #4b81f6;
}
.btn-white-transp:hover,
.btn-white-transp:hover p {
  color: #4b81f6;
  text-decoration: none;
}
.btn-black-transp {
  display: flex;
  flex-direction: row;
  padding: 13px 30px;
  gap: 11px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;

  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #13203a;
  transition: 0.3s;
  cursor: pointer;
}
.btn-black-transp p {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #13203a;
  transition: 0.3s;
  margin: 0;
  text-decoration: none;
}
.btn-black-transp .line1 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 100%;
  height: calc(100% + 8px);
  outline: 1px solid #13203a;
  transition: 0.3s;
}
.btn-black-transp .line2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: calc(100% + 8px);
  height: calc(100%);
  outline: 1px solid #13203a;
  transition: 0.3s;
}
.btn-black-transp:hover .line1,
.btn-black-transp:hover .line2 {
  outline: 1px solid #4b81f6;
}
.btn-black-transp:hover,
.btn-black-transp:hover p {
  color: #4b81f6;
  text-decoration: none;
}
.btn-blue-transp {
  display: flex;
  flex-direction: row;
  padding: 13px 30px;
  gap: 11px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;

  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #4b81f6;
  transition: 0.3s;
  cursor: pointer;
}
.btn-blue-transp p {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
  color: #4b81f6;
  transition: 0.3s;
  margin: 0;
  text-decoration: none;
}
.btn-blue-transp .line1 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 100%;
  height: calc(100% + 8px);
  outline: 1px solid #4b81f6;
  transition: 0.3s;
}
.btn-blue-transp .line2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: calc(100% + 8px);
  height: calc(100%);
  outline: 1px solid #4b81f6;
  transition: 0.3s;
}
.btn-blue-transp:hover .line1,
.btn-blue-transp:hover .line2 {
  outline: 1px solid #13203a;
}
.btn-blue-transp:hover,
.btn-blue-transp:hover p {
  color: #13203a;
  text-decoration: none;
}
/* /////////////////////////////////////////////// ОБЩИЙ ТАЙТЛ С КНОПКОЙ //////////////////////////////////////////////////// */
.gray-block {
  width: 100%;
  padding: 62px 0 90px 0;
  background: #d9e2d8;
}
.gray-block .title-h2 {
  color: #111e38;
}
.title-h2 {
  font-size: clamp(27px, 6.66vw, 128px);
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.title-h2 > span {
  color: #4b81f6;
}
.active-burger-menu {
  overflow: hidden !important;
}
.flex {
  display: flex;
}
.row-flex {
  flex-direction: row;
  flex-wrap: wrap;
}
.column-flex {
  flex-direction: column;
}
.content {
  width: 85vw;
  margin: 0 auto;
}
section {
  margin-bottom: 140px;
}
.first-section-other{
  margin-top: 188px;
}
header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(7px);
}
header:has(.burger-menu-modal.active) .header-right {
  opacity: 0;
}
.header {
  gap: 20px;
  padding: 31px 0px 28px 0px;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  position: relative;
  transition: 0.3s;
}
.header-left {
  width: calc(50% - 40px - 4vw);
  gap: 1.8vw;
  align-items: center;
}
.header-burger-btn {
  gap: 1.3vw;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header-burger-btn p {
  font-size: clamp(18px, 1.19vw, 23px);
  font-weight: 400;
  text-transform: uppercase;
  color: #d9e2d8;
  transition: 0.3s;
  position: relative;
  user-select: none;
}
.header-burger-btn:hover p {
  color: #4b81f6;
}
.header-burger-btn.active p {
  opacity: 0;
}
.header-burger-btn-line {
  width: 2.96vw;
  height: 18px;
  position: relative;
}
.header-burger-btn-line hr {
  position: absolute;
  width: 100%;
  height: 4px;
  background: white;
  transition: 0.3s;
  margin: 0;
  border: 0;
  left: 0;
}
.header-burger-btn hr:first-child {
  top: 0;
}
.header-burger-btn hr:last-child {
  top: calc(100% - 4px);
}
.header-burger-btn:hover hr {
  background: #4b81f6;
}
.header-burger-btn.active hr:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%) rotate(45deg);
}
.header-burger-btn.active hr:last-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%) rotate(-45deg);
}
.header-svg-profile {
  width: 20px;
  height: 21px;
  display: flex;
}
.header-left .btn-white-transp {
  padding: 13px 1.56vw;
}
.header-left .btn-white-transp p {
  font-size: clamp(18px, 1.35vw, 26px);
}
.header-logo {
  width: 8vw;
}
.header-right {
  width: calc(50% - 40px - 4vw);
  gap: 2.1vw;
  align-items: center;
  justify-content: end;
  transition: 0.3s;
}
.header-right > a {
  cursor: pointer;
}
.header-right > a {
  font-size: clamp(18px, 1.19vw, 23px);
  font-weight: 400;
  text-transform: uppercase;
  color: #d9e2d8;
  transition: 0.3s;
}
.mobile-header-right-link {
  display: none;
}
.header-right > a:hover {
  color: #4b81f6;
}
.header-left .btn-white-transp path {
  transition: 0.3s;
}
.header-left .btn-white-transp:hover path {
  stroke: #4b81f6;
}
.burger-menu-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #020f29 !important;
  background-image: url(/local/includes/burger-menu-bg-new1106.png) !important;
  background-blend-mode: screen;
  background-size: 100% 100%;
}
.burger-menu-modal.active {
  opacity: 1;
  pointer-events: all;
}
.burger-menu {
  gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.burger-menu-content {
  width: calc(50% - 10px);
  height: calc(100% - 9.9vw - 3.29vw);
  padding-top: 9.9vw;
  padding-bottom: 3.29vw;
}
.burger-menu-content-box {
  width: 100%;
  height: 100%;
  gap: 6.25vw;
  justify-content: space-between;
  overflow-y: scroll;
  padding-bottom: 4vw;
}
.burger-menu-content-box::-webkit-scrollbar {
  width: 8px;
}
.burger-menu-content-box::-webkit-scrollbar-track {
  background: transparent;
}
.burger-menu-content-box::-webkit-scrollbar-thumb {
  background-color: #4b81f6;
  border-radius: 10px;
}
.burger-menu-nav {
  gap: 22px;
  width: 60%;
}
.burger-menu-item {
  gap: 0px;
}
.burger-menu-btn {
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex-wrap: nowrap !important;
}
.burger-menu-btn p {
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}
.burger-menu-btn:hover p {
  color: #4b81f6;
}
.burger-menu-btn-svg {
  width: 56px;
  min-width: 56px;
  height: 56px;
  transition: 0.3s;
}
.burger-menu-btn.active .burger-menu-btn-svg {
  transform: rotate(-180deg);
}
.burger-sub-menu {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  gap: 20px;
  transition: 0.5s;
}
.burger-sub-menu.active {
  padding: 20px 0px 33px 0px;
}
.burger-sub-menu a {
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
  color: #d9e2d8;
  transition: 0.3s;
  cursor: pointer;
}
.burger-sub-menu a:hover {
  color: #4b81f6;
}
.burger-menu-other-info {
  gap: 40px;
}
.burger-menu-other-info-text {
  gap: 12px;
}
.burger-menu-other-info-text a,
.burger-menu-other-info-text p {
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
  color: #d9e2d8;
}
.burger-menu-other-info-text a {
  transition: 0.3s;
  cursor: pointer;
}
.burger-menu-other-info-text a:hover {
  color: #4b81f6;
}
.burger-menu-social-box {
  gap: 30px;
}
.burger-menu-social {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.burger-menu-social path,
.burger-menu-social rect {
  transition: 0.3s;
}
.burger-menu-social:hover path:not(:first-child) {
  fill: #4b81f6;
}
.burger-menu-social:hover path:first-child {
  stroke: #4b81f6;
}
.burger-menu-social:hover rect {
  fill: #4b81f6;
}
.burger-menu-swiper-box {
  gap: 10px;
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
}
.burger-menu-swiper-flex {
  gap: 10px;
  width: 100%;
}
.burger-menu-left-slider,
.burger-menu-right-slider {
  width: calc(50% - 5px);
  height: 100vh;
  position: sticky;
  top: 0;
  pointer-events: none;
}
.burger-menu-left-slider {
  top: 0;
  left: 0;
}
.burger-menu-right-slider {
  top: 0;
  right: 0;
}
.burger-menu-left-slider .swiper-wrapper,
.burger-menu-right-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.burger-menu-left-slider .swiper-slide,
.burger-menu-right-slider .swiper-slide {
  height: 30.6vw;
  background: black;
}
/*/////////////////////////////////////////////////МОДАЛЬНЫЕ ОКНА///////////////////////////////////////////////////////*/
.modal {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal-content {
  background-color: #d9e2d8;
  padding: 56px 56px 70px 56px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  border-radius: 8px;
}
.modal-success-form {
  padding: 50px 100px;
  gap: 40px;
}
.modal-success-form-title {
  gap: 10px;
}
.modal-success-form-title h3 {
  font-size: clamp(28px, 1.98vw, 38px);
  font-weight: 400;
  color: #020f29;
  text-transform: uppercase;
  text-align: center;
}
.modal-success-form-title p {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #020f29;
  text-align: center;
}
.modal-success-form .btn-white-transp {
  width: max-content;
  margin: 0 auto;
}
/* /////////////////////////////////////////////// БАННЕР НА ГЛАВНОЙ //////////////////////////////////////////////////// */
.logo-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  object-fit: contain;
  height: 100vh;
  object-position: bottom;
}
.mobile-banner-filter {
  display: none;
}
.main-banner {
  position: relative;
  width: 100%;
  height: calc(100vh);
  overflow: clip;
}
.main-banner .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-banner .container svg {
  width: 100%;
  height: 100%;
  font-size: clamp(50px, 12.5vw, 240px);
  z-index: 1;
  pointer-events: none;
}
.text-copy {
  fill: transparent;
  stroke: white;
  stroke-dasharray: 4% 31%;
  stroke-width: 0.1px;
  stroke-dashoffset: 0%;
  animation: stroke-offset 3s infinite linear;
  transition: 1s;
  stroke: #ffffff;
}
.text-copy:nth-child(0) {
  animation-delay: -1s;
}
.text-copy:nth-child(1) {
  animation-delay: -1s;
}
.text-copy:nth-child(2) {
  animation-delay: -2s;
}
.text-copy:nth-child(3) {
  animation-delay: -3s;
}
.text-copy:nth-child(4) {
  animation-delay: -4s;
}
.text-copy:nth-child(5) {
  animation-delay: -5s;
}
.text-copy:nth-child(6) {
  animation-delay: -6s;
}
@keyframes stroke-offset {
  0% {
    stroke-dashoffset: 0%;
  }
  100% {
    stroke-dashoffset: 35%;
  }
}
.text-copy.active:nth-child(0) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 0s;
}
.text-copy.active:nth-child(1) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 0.5s;
}
.text-copy.active:nth-child(2) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 1s;
}
.text-copy.active:nth-child(3) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 1.5s;
}
.text-copy.active:nth-child(4) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 2s;
}
.text-copy.active:nth-child(5) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 2.5s;
}
.text-copy.active:nth-child(6) {
  stroke-width: 1.5px;
  transition: 1s;
  transition-delay: 3s;
}
.text-copy.active.active-fill {
  fill: white;
  stroke-width: 0px;
  transition: 1.5s;
  transition-delay: 0s;
}
.text-copy.active.active-none {
  transform: translateY(-100vh); 
}
#text-banner-svg tspan {
  display: none;
  fill: transparent;
  transition: 1.5s;
  baseline-shift: 5vw; 
  /* transform: translateY(-5vw); */
  animation-fill-mode: forwards;
}
#text-banner-svg.active-fill tspan {
  fill: white;
}
.g-ants{
  /* transform: translateY(-5vw); */
}
#text-banner-svg.active-fill tspan.active {
  baseline-shift: 5vw;
  /* transform: translateY(-5vw); */
  transition: 0.2s;
  animation-fill-mode: forwards;
}
#text-banner-svg.active-fill.active-none tspan {
  baseline-shift: 100vh;
  /* transform: translateY(-100vh); */
  transition: 1s;
}
.main-banner-img {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  width: 50%;
  height: 32vw;
  transition: 1s;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  overflow: hidden;
  transform: translateY(0%);
}
.sub_title {
  position: absolute;
  width: 25%;
  right: calc(25% + 40px);
  bottom: 16px;
  font-size: clamp(20px, 2.6vw, 50px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
}
.sub_title p {
  display: inline-block;
  opacity: 0;
  transform: translateX(140px);
  transition: 0.4s;
}
.sub_title p.active {
  opacity: 1;
  transform: translateX(0px);
}
.sub_title p.active.active-none {
  opacity: 0;
  transform: translatey(100vh);
  transition: transform 1s, opacity 0.1s;
  transition-delay: transform 0s, opacity 0.4s;
  pointer-events: none;
}
.main-banner-info-box {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translatex(-50%);
  padding: 25px 41px 29px 41px;
  background-color: #ffffff29;
  backdrop-filter: blur(13px);
  gap: 1.04vw;
  border-radius: 8px;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  flex-wrap: nowrap;
}
.main-banner-left-info {
  width: calc(55% - 0.52vw);
  gap: 40px;
}
.main-banner-btn-box {
  width: 100%;
  gap: 1.56vw;
}
.main-banner-btn-box .btn-white-transp {
  width: calc(50% - 3.9vw);
  padding: 16px 1.56vw;
}
.main-banner-btn-box .btn-white-transp .line1,
.main-banner-btn-box .btn-white-transp .line2 {
  box-shadow: 0px 0px 5px 0px #ffffff, inset 0px 0px 5px 0px #ffffff;
}
.main-banner-btn-box .btn-white-transp p {
  filter: drop-shadow(0px 0px 2px #ffffff);
}
.main-banner-btn-box .btn-white-transp:hover .line1,
.main-banner-btn-box .btn-white-transp:hover .line2 {
  box-shadow: 0px 0px 5px 0px #4b81f6, inset 0px 0px 5px 0px #4b81f6;
}
.main-banner-btn-box .btn-white-transp:hover p {
  filter: drop-shadow(0px 0px 2px #4b81f6);
}
.main-banner-timer-box {
  width: 100%;
  gap: 11px;
}
.main-banner-timer-box > p {
  padding-bottom: 11px;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(20px, 1.45vw, 28px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.main-banner-timer {
  gap: 26px;
  justify-content: center;
}
.main-banner-timer p {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
}
.main-banner-right-info {
  width: calc(45% - 10px);
  justify-content: end;
  text-align: end;
  font-size: clamp(20px, 2.05vw, 40px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main-banner-left-info {
    width: calc(60% - 0.52vw);
  }
  .main-banner-right-info {
    width: calc(40% - 0.52vw);
  }
}
.first-swiper {
  position: relative;
  top: 0;
  opacity: 1;
  transition: 1s;
}
.project,
.project-top-box {
  gap: 64px;
}
.btn-title {
  gap: 20px;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
}
.btn-title .btn-white-transp {
  min-width: max-content;
}

/* /////////////////////////////////////////////// ОБЩИЙ КУРСОР ТЯНИ //////////////////////////////////////////////////// */
.cursor {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;

  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.2s;
}
/*/////////////////////////////////////////////// НОВОСТИ НА ГЛВНОЙ ///////////////////////////////////////////////*/
.main-news {
  gap: 64px;
}
/* /////////////////////////////////////////////// ВСЕ ОТЗЫВЫ//////////////////////////////////////////////////// */
.all-feedback {
  gap: 64px;
}

/* /////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК НА ГЛАВНОЙ //////////////////////////////////////////////////// */
.order-call {
  background: #4b81f6;
  border-radius: 48px;
  padding: 3.17vw 4.6vw;
  margin: 0 2.8vw;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
.order-call-text {
  width: calc(60% - 12.5vw);
  gap: 28px;
}
.order-call-text p:first-child {
  color: #ffffff;
  font-size: clamp(25px, 1.77vw, 34px);
  text-transform: uppercase;
}
.order-call-text p:last-child {
  color: #d9e2d8;
  font-size: clamp(18px, 1.45vw, 28px);
  text-transform: uppercase;
}
.order-call-img-box {
  position: relative;
  width: 25vw;
}
.order-call-img {
  position: absolute;
}
.order-call-img:first-child {
  top: 0;
  left: 2vw;
  width: 50%;
  transform: rotate(-15deg) translateY(-50%);
  animation: animation-order-call-img1 15s linear infinite;
}
@keyframes animation-order-call-img1 {
  0% {
    transform: rotate(-15deg) translateY(-50%);
  }
  50% {
    transform: rotate(0deg) translateY(-80%);
  }
  100% {
    transform: rotate(-15deg) translateY(-50%);
  }
}
.order-call-img:last-child {
  bottom: 0;
  right: 2vw;
  width: 50%;
  transform: translateY(40%) rotateZ(0deg);
  animation: animation-order-call-img2 15s linear infinite;
}
@keyframes animation-order-call-img2 {
  0% {
    transform: translateY(40%) rotateZ(0deg);
  }
  50% {
    transform: translateY(60%) rotateZ(-15deg);
  }
  100% {
    transform: translateY(40%) rotateZ(0deg);
  }
}
.order-call-img img {
  object-fit: contain;
}
.order-call-btn-box {
  width: calc(40% - 12.5vw);
  align-items: center;
  justify-content: end;
}
.order-call-btn-box .btn-white-transp:hover,
.order-call-btn-box .btn-white-transp:hover p {
  color: #13203a;
}
.order-call-btn-box .btn-white-transp:hover .line1,
.order-call-btn-box .btn-white-transp:hover .line2 {
  outline: 1px solid #13203a;
}
/*На остальных страницах */
.order-call {
  background: #4b81f6;
  border-radius: 2.5vw;
}
.order-call.about .order-call-text {
  width: calc(60% - 7vw);
  gap: 28px;
  }
.order-call.about .order-call-text p:first-child{
  font-size: clamp(27px, 3.33vw, 64px);
  font-weight: 500;
  } 
.order-call.about .order-call-img-box {
  width: 14vw;
}
.order-call.about .order-call-btn-box {
  width: calc(40% - 7vw);
}

/* /////////////////////////////////////////////// КОНТАКТНАЯ ФОРМА НА ГЛАВНОЙ //////////////////////////////////////////////////// */
.main-contact-form {
  gap: 64px;
}
.main-contact-form-content {
  gap: 8px;
}
.main-contact-form-input-box {
  width: 100%;
  gap: 8px;
}
.input-text input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #d9e2d8 !important;
}
.input-text textarea {
  resize: none;
}
.input-text textarea {
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
  width: 100%;

  color: #d9e2d8;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
}
.input-text textarea::-webkit-input-placeholder,
.input-text textarea:-moz-placeholder,
.input-text textarea::-moz-placeholder,
.input-text textarea:-ms-input-placeholder,
.input-text textarea::-ms-input-placeholder,
.input-text textarea::placeholder {
  color: #d9e2d8;
  opacity: 1;
}
.main-contact-form-input-box .input-text {
  width: calc(50% - 4px - 64px - 2px);
}
.main-contact-form-input-box .input-text:last-child {
  width: calc(100% - 64px - 2px);
}
.input-text {
  width: calc(100% - 64px);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #d9e2d829;
  border-radius: 8px;
}
.input-text:hover {
  border: 1px solid #d9e2d87a;
}
.input-text span {
  color: #4b81f6;
  font-size: clamp(15px, 0.83vw, 16px);
  text-transform: uppercase;
  font-weight: 500;
}
.input-text span.valid-span {
  font-weight: 400;
  color: #F64B4B;
  font-size: 12px;
}
.input-text input {
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
  width: 100%;

  color: #d9e2d8;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #d9e2d8 inset !important;
}
input:-webkit-autofill{
  -webkit-text-fill-color: #020f29 !important;
}
.main-contact-form-content input:-webkit-autofill,
.main-contact-form-content input:-webkit-autofill:hover, 
.main-contact-form-content input:-webkit-autofill:focus, 
.main-contact-form-content input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #020f29 inset !important;
}
.main-contact-form-content input:-webkit-autofill{
  -webkit-text-fill-color: #d9e2d8 !important;
}
.modal .input-text input,
.modal .input-text textarea{
  color: #020f29;
}
.modal .input-text span.valid-span {
  color: #F64B4B;
}
.input-text input::-webkit-input-placeholder,
.input-text input:-moz-placeholder,
.input-text input::-moz-placeholder,
.input-text input:-ms-input-placeholder,
.input-text input::-ms-input-placeholder,
.input-text input::placeholder {
  color: #d9e2d8;
  opacity: 1;
}
.main-contact-form-info {
  width: 100%;
  gap: 0;
  border-radius: 8px;
  background: #d9e2d829;
}
.main-contact-form-btn-box {
  gap: 45px;
  padding: 32px 32px 24px 32px;
  align-items: flex-end;
}
.main-contact-form-btn-text {
  width: 29%;
  gap: 24px;
}
.main-contact-form-btn-text p:first-child {
  color: #d9e2d8;
  font-size: clamp(25px, 1.77vw, 34px);
  text-transform: uppercase;
  font-weight: 500;
}
.main-contact-form-btn-text p:last-child {
  color: #d9e2d899;
  font-size: clamp(15px, 1.05vw, 20px);
  text-transform: uppercase;
}
.main-contact-form-btn {
  border: 0px solid transparent;
  outline: 0px solid transparent;
background: transparent;
display: flex;
gap: 20px;
align-items: center;
cursor: pointer;
}
.main-contact-form-btn p{
  color: #d9e2d8;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
  transition: 0.3s;
}
.main-contact-form-btn:hover p{
  color: #4b81f6;
}
.main-contact-form-btn svg{
  width: 3.33vw; 
  height: 3.33vw; 
  border-radius: 50%;
}
.main-contact-form-btn rect,
.main-contact-form-btn path {
  transition: 0.3s;
}
.main-contact-form-btn:hover rect {
  fill: white;
}
.main-contact-form-btn:hover path {
  stroke: #4b81f6;
}
.main-contact-form-other {
  padding: 32px 32px 24px 32px;
  background: #d9e2d829;
  gap: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.main-contact-form-other p:first-child {
  width: 29%;
  color: #d9e2d8;
  font-size: clamp(15px, 0.83vw, 16px);
}
.main-contact-form-other a:last-child {
  width: 29%;
  color: #d9e2d899;
  font-size: clamp(13px, 0.83vw, 16px);
  text-transform: uppercase;
  transition: .3s;
}
.main-contact-form-other a:last-child:hover{
  color: #4b81f6;
}
/* /////////////////////////////////////////////// КОНТАКТЫ НА ГЛАВНОЙ //////////////////////////////////////////////////// */
.main-contact {
  gap: 3.38vw 2.44vw;
}
.main-contact-map {
  width: calc(50% - 1.22vw);
  height: 40vw;
}
.main-contact-content {
  width: calc(50% - 1.22vw);
  gap: 3.33vw;
}
.main-contact-title {
  gap: 1.45vw;
}
.main-contact-title > div {
  color: #d9e2d8;
  font-size: clamp(18px, 1.45vw, 28px);
  text-transform: uppercase;
}
.main-contact-info-box {
  gap: 2.5vw;
}
.main-contact-item {
  gap: 16px;
}
.main-contact-item p {
  color: #d9e2d8;
  font-size: clamp(14px, 0.83vw, 16px);
  text-transform: uppercase;
}
.main-contact-item .btn-white-transp {
  width: max-content;
  max-width: 100%;
}
.main-contact-adress {
  color: #4b81f6;
  font-size: clamp(18px, 1.45vw, 28px);
  text-transform: uppercase;
}
.main-contact-phone {
  color: #4b81f6;
  font-size: clamp(18px, 2.91vw, 56px);
  text-transform: uppercase;
  font-weight: 500;
}
.main-contact-mail {
  color: #4b81f6;
  font-size: clamp(18px, 1.77vw, 34px);
  text-transform: uppercase;
  font-weight: 500;
}
.main-contact-adv {
  width: 100%;
  gap: 9px;
}
.main-contact-adv-item {
  width: calc(33.33% - 6px - 1.66vw * 2);
  height: max-content;
  padding: 1.66vw;
  gap: 2.5vw;
  background: #d9e2d829;
  border-radius: 8px;
}
.main-contact-adv-icon-box {
  gap: 16px;
  justify-content: space-between;
}
.main-contact-adv-icon {
  width: 3.33vw;
  height: 3.33vw;
  border-radius: 1.25vw;
  overflow: hidden;
  transition: 0.2s;
}
.main-contact-adv-icon:last-child {
  opacity: 0;
  display: none;
}
.main-contact-adv-item:hover .main-contact-adv-icon:last-child {
  opacity: 1;
}
.main-contact-adv-icon:last-child circle {
  transition: 0.2s;
}
.main-contact-adv-icon:last-child:hover circle {
  fill: #4b81f6;
}
.main-contact-adv-text {
  gap: 16px;
}
.main-contact-adv-text p:first-child {
  color: #4b81f6;
  font-size: clamp(15px, 0.83vw, 16px);
  text-transform: uppercase;
  font-weight: 500;
}
.main-contact-adv-text div:last-child {
  color: #d9e2d8;
  font-size: clamp(15px, 1.04vw, 20px);
}
.active.main-contact-adv-item {
  background: #d9e2d8;
}
.active .main-contact-adv-text p:first-child {
  color: #020f29;
}
.active .main-contact-adv-text div:last-child {
  color: #000000;
}
/* ////////////////////////////////////////////////////// БАННЕР ////////////////////////////////////////////////*/
.catalog-banner {
  height: calc(100vh - 234px);
  min-height: max-content;
  width: 100%;
  position: relative;
}
.catalog-banner.small-banner{
height: calc(85vh - 234px);
}
.catalog-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.catalog-banner-content {
  position: relative;
  gap: 30px;
  height: 100%;
  justify-content: end;
  padding-top: 130px;
  padding-bottom: 104px;
}
.catalog-banner-logo {
  position: absolute;
  top: calc(130px + 3.12vw);
  right: 0;
  width: 17.39vw;
  height: 9.58vw;
}
.catalog-banner-title {
  gap: 20px;
  justify-content: space-between;
  align-items: end;
  flex-wrap: nowrap !important;
}
.catalog-banner-title.width100{
  flex-wrap: wrap !important;
}
.catalog-banner-title h1 {
  font-size: clamp(32px, 8.33vw, 140px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
  width: 82%;
}
.catalog-banner-title.width100 h1{
  width: 100%;
}
.catalog-banner-title>p,
.catalog-banner-title>a{
  width: 100%;
  font-size: clamp(20px, 4.16vw, 40px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.catalog-banner-btn-more {
  gap: 30px;
  align-items: center;
  font-size: clamp(15px, 0.83vw, 16px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
flex-wrap:nowrap;
    justify-content: end;
}
.catalog-banner-btn-more:hover {
  color: #4b81f6;
}
.catalog-banner-btn-more-arrow {
  width: 3.33vw;
  min-width: 3.33vw;
  height: 3.33vw;
  border-radius: 50%;
  border: 1px solid white;
  background: #d9e2d829;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.catalog-banner-btn-more-arrow svg {
  width: 1.33vw;
  height: 0.93vw;
}
.catalog-banner-btn-more:hover .catalog-banner-btn-more-arrow {
  border: 1px solid #4b81f6;
}
.catalog-banner-btn-more-arrow path {
  transition: 0.3s;
}
.catalog-banner-btn-more:hover .catalog-banner-btn-more-arrow path {
  stroke: #4b81f6;
}
.catalog-banner-bottom {
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.catalog-banner-btn-box {
  gap: 30px;
}
.catalog-banner-btn-box > a{
  background: #d9e2d830;
  backdrop-filter: blur(10px);
}
.catalog-banner-adress {
  padding: 4px 20px;
  background: #ffffff29;
  backdrop-filter: blur(4px);
}
.catalog-banner-adress > p {
  font-size: clamp(27px, 3.12vw, 60px);
  color: #d9e2d8;
  font-weight: 400;
  text-transform: uppercase;
}
/* ////////////////////////////////////////////////////// КАТАЛОГ ////////////////////////////////////////////////*/
.catalog-content,
.big-catalog-box {
  gap: 64px;
}
/* ////////////////////////////////////////////////////// ПРЕИМУЩЕСТВА ////////////////////////////////////////////////*/
.advantage {
  gap: 64px;
}
.advantage-box {
  gap: 2.39vw 2.03vw;
}
.advantage-item {
  width: calc(33.33% - 4.06vw / 3 - 2.39vw * 2);
  border-radius: 48px;
  gap: 1.45vw;
  background: #d9e2d829;
  position: relative;
  padding: 2.03vw 2.39vw 5.41vw 2.39vw;
  transition: 0.3s;
}
.advantage-item:hover {
  background: #4b81f6;
}
.advantage-item > p {
  color: #ffffff;
  font-size: clamp(15px, 1.77vw, 34px);
  text-transform: uppercase;
}
.advantage-item > div {
  color: #ffffff;
  font-size: clamp(15px, 1.45vw, 28px);
}
.advantage-img {
  width: 6.66vw;
  height: 6.66vw;
  position: absolute;
  bottom: -30px;
  right: 2.39vw;
  transform: rotate(0) translateY(0%);
  animation: animation-advantage-img1 15s linear infinite;
}
@keyframes animation-advantage-img1 {
  0% {
    transform: rotate(0) translateY(0%) translateX(0%);
  }
  50% {
    transform: rotate(-15deg) translateY(-30%) translateX(-30%);
  }
  100% {
    transform: rotate(0) translateY(0%) translateX(0%);
  }
}
.advantage-item:nth-child(2n) .advantage-img {
  animation: animation-advantage-img2 15s linear infinite;
}
@keyframes animation-advantage-img2 {
  0% {
    transform: rotate(0) translateY(0%);
  }
  50% {
    transform: rotateZ(30deg) translateY(10%);
  }
  100% {
    transform: rotate(0) translateY(0%);
  }
}
.advantage-item:nth-child(3n) .advantage-img {
  animation: animation-advantage-img3 15s linear infinite;
}
@keyframes animation-advantage-img3 {
  0% {
    transform: rotate(15deg) translateX(30%);
  }
  50% {
    transform: rotate(0) translateX(0%);
  }
  100% {
    transform: rotate(15deg) translateX(30%);
  }
}
/** ////////////////////////////////////////////// СЕРЫЙ БЛОК РАССЧИТАТЬ СТОИМОСТЬ ///////////////////////////////////////////////////// */
.calculate-cost {
  gap: 28px;
}
.calculate-cost h3 {
  width: 100%;
  font-size: clamp(25px, 5.27vw, 96px);
  text-transform: uppercase;
  font-weight: 400;
  color: #d9e2d8;
}
.gray-block .calculate-cost h3 {
  color: #020f29;
}
.calculate-cost h3 span {
  color: #4b81f6;
}
.calculate-cost-text {
  gap: 20px;
  justify-content: space-between;
}
.calculate-cost-text > div {
  width: 55%;
  color: #d9e2d8;
  font-size: clamp(15px, 1.45vw, 28px);
}
.gray-block .calculate-cost-text > div {
  color: #020f29;
}
.calculate-cost-text .btn-black-transp,
.calculate-cost-text .btn-white-transp {
  height: max-content;
  margin-top: auto;
}
.spotlight-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-mask-image: url("/local/includes/logo.png");
  mask-image: url("/local/includes/logo.png");
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.spotlight-wrap .spotlight {
  position: relative;
  left: 55%;
  top: 10%;
  height: 14.9vw;
  width: 14.9vw;
  border-radius: 50%;
  background: #838383;
  box-shadow: 0px 0px 30px 20px #838383, 0px 0px 50px 20px #838383;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer {
  gap: 2px;
  margin-bottom: 5.5vw;
}
.footer-content {
  position: relative;
  padding: 25% 1.66vw 2.39vw 1.66vw;
  gap: 10.5vw;
  width: 100%;
}
.footer-content-left {
  width: calc(50% - 5.25vw);
  gap: 2vw;
  justify-content: space-between;
}
.footer-nav {
  gap: 1vw;
  width: 100%;
  justify-content: space-between;
}
.footer-nav-item {
  width: calc(33.33% - 2vw / 3);
}
.footer-btn-sub-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer-btn-sub-link svg {
  width: 0.83vw;
  min-width: 0.83vw;
}
.footer-btn-sub-link path {
  transition: 0.3s;
}
.footer-btn-sub-link:hover path {
  stroke: #4b81f6;
}
.footer-sub-link-box {
  gap: 14px;
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
}
.footer-sub-link {
  color: #d9e2d8;
  font-size: clamp(15px, 0.83vw, 16px);
  transition: 0.3s;
}
.footer-link {
  color: #d9e2d8;
  font-size: clamp(15px, 0.83vw, 16px);
  text-transform: uppercase;
  transition: 0.3s;
  margin-bottom: 24px;
}
.footer-sub-link:hover,
.footer-link:hover {
  color: #4b81f6;
  cursor: pointer;
}
.footer-other-info {
  gap: 16px;
}
.footer-other-info p:first-child {
  color: #d9e2d8;
  font-size: clamp(14px, 0.83vw, 16px);
  text-transform: uppercase;
}
.footer-other-info a:last-child,
.footer-other-info p:last-child  {
  color: #4b81f6;
  font-size: clamp(18px, 1.45vw, 28px);
  text-transform: uppercase;
  transition: .3s;
}
.footer-other-info a:last-child:hover{
  color: #d9e2d8;
}
.footer-contact-info-box {
  width: calc(50% - 5.25vw);
  gap: 2.5vw;
}
.footer-contact-item {
  gap: 16px;
}
.footer-contact-item p,
.footer-contact-item a {
  color: #d9e2d8;
  font-size: clamp(14px, 0.83vw, 16px);
  text-transform: uppercase;
  transition: 0.3s;
}
.footer-contact-item .btn-white-transp {
  width: max-content;
  max-width: 100%;
}
p.footer-contact-adress {
  color: #4b81f6;
  font-size: clamp(18px, 1.45vw, 28px);
  text-transform: uppercase;
}
a.footer-contact-phone {
  color: #4b81f6;
  font-size: clamp(18px, 2.91vw, 56px);
  text-transform: uppercase;
  font-weight: 500;
}
a.footer-contact-phone:hover,
a.footer-contact-mail:hover {
  color: #ffffff;
  cursor: pointer;
}
a.footer-contact-mail {
  color: #4b81f6;
  font-size: clamp(18px, 1.77vw, 34px);
  text-transform: uppercase;
  font-weight: 500;
}
.footer-bottom-info {
  gap: 16px;
  padding: 1.66vw 1.66vw 1.66vw 1.66vw;
  background: #d9e2d829;
  border-radius: 8px;
}
.footer-bottom-info p:first-child {
  color: #d9e2d8;
  font-size: clamp(15px, 0.83vw, 16px);
}
.footer-bottom-info p:last-child {
  color: #d9e2d8a3;
  font-size: clamp(13px, 0.83vw, 16px);
}
/* ///////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК ПОП АП /////////////////////////////////////////////////*/
.modal-callback {
  gap: 64px;
  width: 869px;
}
.modal-callback-form-box {
  gap: 64px;
}
.modal-callback-form-box-title {
  gap: 16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.modal-callback-form-box-title svg {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.modal-callback-form-box-title svg rect {
  transition: 0.3s;
}
.modal-callback-form-box-title svg:hover rect {
  fill: #4b81f6;
}
.modal-callback-form-box h3 {
  font-size: clamp(27px, 5vw, 96px);
  font-weight: 400;
  color: #020f29;
  text-transform: uppercase;
}
.modal-callback-form-box h3 > span {
  color: #4b81f6;
}
.modal-callback-form-content {
  gap: 28px;
}
.modal-callback-form-input-box {
  gap: 8px;
}
.modal-callback-form-input-box .input-text {
  border: 1px solid #13203a29;
  width: calc(100% - 40px);
  padding: 24px 20px;
}
.modal-callback-form-input-box .input-text:hover {
  border: 1px solid #13203a7a;
}
.modal-callback-form-info {
  width: 100%;
  gap: 64px;
  border-radius: 8px;
  background: #d9e2d829;
}
.modal-callback-form-btn-text {
  width: calc(100%);
  gap: 16px;
}
.modal-callback-form-btn-text p {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #13203a99;
}
.modal-callback-form-btn-text a {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  text-decoration: underline;
  color: #13203a;
  transition: 0.3s;
}
.modal-callback-form-btn-text a:hover {
  color: #4b81f6;
}
.modal-callback-form-info button.btn-black-transp {
  border: 0;
  background: transparent;
  width: max-content;
  margin: 0 auto;
  padding: 23px 80px;
  font-size: clamp(18px, 1.19vw, 23px);
}

/* ///////////////////////////////////////////////// ОСТАВИТЬ РЕЗЮМЕ ПОП АП /////////////////////////////////////////////////*/
#modal-vacancy {
  align-items: start;
  padding: 5vw 0;
  box-sizing: border-box;
}

.modal-vacancy {
  gap: 64px;
  width: 869px;
  max-height: max-content;
}
.modal-vacancy-form-box {
  gap: 64px;
}
.modal-vacancy-form-box-title {
  gap: 16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.modal-vacancy-form-box-title svg {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.modal-vacancy-form-box-title svg rect {
  transition: 0.3s;
}
.modal-vacancy-form-box-title svg:hover rect {
  fill: #4b81f6;
}
.modal-vacancy-form-box h3 {
  font-size: clamp(27px, 5vw, 96px);
  font-weight: 400;
  color: #020f29;
  text-transform: uppercase;
}
.modal-vacancy-form-box h3 > span {
  color: #4b81f6;
}
.modal-vacancy-form-content {
  gap: 28px;
}
.modal-vacancy-form-input-box {
  gap: 8px;
}
.modal-vacancy-form-input-box .input-text {
  border: 1px solid #13203a29;
  width: calc(100% - 40px);
  padding: 24px 20px;
}
.modal-vacancy-form-input-box .input-text:hover {
  border: 1px solid #13203a7a;
}
.modal-vacancy-form-info {
  width: 100%;
  gap: 64px;
  border-radius: 8px;
  background: #d9e2d829;
}
.modal-vacancy-form-btn-text {
  width: calc(100%);
  gap: 16px;
}
.modal-vacancy-form-btn-text p {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #13203a99;
}
.modal-vacancy-form-btn-text a {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  text-decoration: underline;
  color: #13203a;
  transition: 0.3s;
}
.modal-vacancy-form-btn-text a:hover {
  color: #4b81f6;
}
.modal-vacancy-form-info button.btn-black-transp {
  border: 0;
  background: transparent;
  width: max-content;
  margin: 0 auto;
  padding: 23px 80px;
  font-size: clamp(18px, 1.19vw, 23px);
}
/* ///////////////////////////////////////////////// ОСТАВИТЬ ОТЗЫВ ПОП АП /////////////////////////////////////////////////*/
#modal-otziv {
  align-items: start;
  padding: 5vw 0;
  box-sizing: border-box;
}
.modal-otziv {
  gap: 64px;
  width: 80vw;
  max-height: max-content;
}
.modal-otziv-form-box {
  gap: 64px;
}
.modal-otziv-form-box-title {
  gap: 16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.modal-otziv-form-box-title svg {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.modal-otziv-form-box-title svg rect {
  transition: 0.3s;
}
.modal-otziv-form-box-title svg:hover rect {
  fill: #4b81f6;
}
.modal-otziv-form-box h3 {
  font-size: clamp(27px, 5vw, 96px);
  font-weight: 400;
  color: #020f29;
  text-transform: uppercase;
}
.modal-otziv-form-box h3 > span {
  color: #4b81f6;
}
.modal-otziv-form-content {
  gap: 28px;
}
.modal-otziv-form-input-box {
  gap: 8px;
}
.modal-otziv-form-input-box .input-text {
  border: 1px solid #13203a29;
  width: calc(50% - 40px - 6px);
  padding: 24px 20px;
}
.modal-otziv-form-input-box .input-text:last-child {
  width: calc(100% - 40px - 2px);
}
.modal-otziv-form-input-box .input-text:hover {
  border: 1px solid #13203a7a;
}
.modal-otziv-form-info {
  width: 100%;
  gap: 64px;
  border-radius: 8px;
  background: #d9e2d829;
}
.modal-otziv-form-btn-text {
  width: calc(100%);
  gap: 16px;
  justify-content: space-between;
}
.modal-otziv-form-btn-text .input-radio{
  width: 40%;
}
.modal-otziv-form-btn-text p {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #13203a99;
}
.modal-otziv-form-btn-text a {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  text-decoration: underline;
  color: #13203a;
  transition: 0.3s;
}
.modal-otziv-form-btn-text a:hover {
  color: #4b81f6;
}
.modal-otziv-form-info button.btn-black-transp {
  border: 0;
  background: transparent;
  width: max-content;
  margin: 0 auto;
  padding: 23px 80px;
  font-size: clamp(18px, 1.19vw, 23px);
}
.modal-otziv-star{
  gap: 0;
  align-items: center;
}
.modal-otziv-star>p{
  color: #13203A;
  font-size: clamp(18px, 1.25vw, 24px);
  text-transform: uppercase;
  margin-right: 20px;
}
.modal-otziv-star label{
  position: relative;
}
.modal-otziv-star svg{
  width: 47px;
  height: 47px;
  pointer-events: none;
}
.modal-otziv-star input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  opacity: 0;
}
.modal-otziv-star svg path{
  transition: .3s;
}
.modal-otziv-star label:has(.active) svg path{
  fill: #4B81F6;
}
.modal-otziv-star label:has(.active-hover) svg path{
  fill: #4B81F680;
}
.modal-otziv-star label:has(.active-hover):hover svg path{
  fill: #4B81F6;
}
.modal-otziv-star label:has(.active.active-hover-none) svg path{
  fill: #4B81F600;
}
/*//////////////////////////////////////////////////// ЗАЯВКА НА РСЧЕТ ПОП АП ////////////////////////////////////*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#modal-order-payment {
  align-items: start;
  padding: 11vw 0;
  box-sizing: border-box;
}
.modal-order-payment {
  gap: 64px;
  width: 1183px;
  max-height: max-content;
}
.modal-order-payment-form-box {
  gap: 64px;
}
.modal-order-payment-form-box-title {
  gap: 16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.modal-order-payment-form-box-title svg {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.modal-order-payment-form-box-title svg rect {
  transition: 0.3s;
}
.modal-order-payment-form-box-title svg:hover rect {
  fill: #4b81f6;
}
.modal-order-payment-form-box h3 {
  font-size: clamp(27px, 5vw, 96px);
  font-weight: 400;
  color: #020f29;
  text-transform: uppercase;
}
.modal-order-payment-form-box h3 > span {
  color: #4b81f6;
}
.modal-order-payment-form-content {
  gap: 28px;
}
.modal-order-payment-form-input-box {
  gap: 64px;
}
.modal-order-payment-form-input-box .input-text {
  border: 1px solid #13203a29;
  width: calc(100% - 40px);
  padding: 24px 20px;
  flex-grow: 1;
  background: transparent;
}
.modal-order-payment-form-input-box .input-text input,
.modal-order-payment-form-input-box .input-text textarea {
  color: #13203a;
}
.modal-order-payment-form-input-box .input-text:hover {
  border: 1px solid #13203a7a;
}
.modal-order-payment-form-info {
  width: 100%;
  gap: 64px;
  border-radius: 8px;
  background: #d9e2d829;
}
.modal-order-payment-form-btn-text {
  width: calc(100%);
  gap: 16px;
}
.modal-order-payment-form-btn-text p {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #13203a99;
}
.modal-order-payment-form-btn-text a {
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  text-decoration: underline;
  color: #13203a;
  transition: 0.3s;
}
.modal-order-payment-form-btn-text a:hover {
  color: #4b81f6;
}
.modal-order-payment-form-info button.btn-black-transp {
  border: 0;
  background: transparent;
  width: max-content;
  margin: 0 auto;
  padding: 23px 80px;
  font-size: clamp(18px, 1.19vw, 23px);
}
.modal-order-payment-first-title {
  width: 100%;
  gap: 28px;
}
.modal-order-payment-title {
  font-size: clamp(18px, 1.77vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
  color: #13203a;
}
.modal-order-paymen-box33 {
  width: 100%;
  gap: 9px;
}
.modal-order-paymen-box33 .input-text {
  width: calc(33.33% - 6px - 40px - 2px);
}
.modal-order-paymen-box50 {
  width: 100%;
  gap: 9px;
}
.modal-order-paymen-box50 > div {
  width: calc(50% - 5px);
}
.input-text-select {
  border: 1px solid #13203a29;
  width: calc(100%);
  padding: 24px 20px;
  flex-grow: 1;
  background: transparent;
  border-radius: 8px;
}
body .select2-container,
.selection {
  flex-grow: 1;
  display: flex;
}
body .select2-container .select2-selection--single {
  width: calc(100% - 64px);
  padding: 24px 80px 24px 32px;
  border: 1px solid #13203a29;
  border-radius: 8px;
  height: 100%;
  align-content: center;
  background-color: transparent;
}
body .modal-vacancy-form-input-box .select2-container .select2-selection--single{
  width: 100%;
  padding: 40px 80px 40px 32px;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  color: #13203a;
  padding-left: 0px;
  padding-right: 0px;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url(/local/includes/logo_select.png);
  width: 47px;
  height: 47px;
  background-size: 100% 100%;
  top: 50%;
  transform: translatey(-50%);
  right: 25px;
  transition: 0.3s;
}
body
  .select2-container
  .select2-selection--single:hover
  .select2-selection__arrow {
  transform: translatey(-50%) rotate(-180deg);
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
body .select2-search--dropdown {
  display: none;
}
body .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--above {
  border: 0;
  border-radius: 8px;
  background: #d9e2d8;
  box-shadow: 0px 0px 20px 0px #00000040;
}
body .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
body
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #020f29;
  border-radius: 10px;
}
body
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #4b81f6;
}
body .select2-results__option {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  color: #13203a;
  padding: 0.62vw 20px;
}
.modal-order-paymen-radio {
  gap: 50px;
}
.input-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.input-radio span {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  text-transform: uppercase;
  color: #13203a;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #13203a;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  outline: 0;
  padding: 8px;
  margin-right: 0px;
  position: relative;
  transition: 0.3s;
  margin: 0 !important;
  background: transparent;
  cursor: pointer;
}
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #4b81f66e;
  display: flex;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
input[type="radio"]:hover:after,
input[type="checkbox"]:hover:after {
  opacity: 1;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  opacity: 1;
  background: #4b81f6;
}
.modal-order-payment-form-input-box
  .select2-container
  .select2-selection--single {
  border: 1px solid #13203a29;
  width: calc(100%);
  padding: 24px 80px 24px 20px;
  flex-grow: 1;
  background: transparent;
  height: 100%;
}
.modal-order-paymen-photo-text {
  gap: 28px;
}
.modal-order-paymen-photo-text > p:last-child {
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 400;
  color: #13203a;
}
.input-text.input-file {
  position: relative;
  padding-right: 128px;
  width: calc(100% - 148px);
}
.input-file span.input-file-text {
  color: #13203a;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
}
.input-file-text:after {
  content: "";
  display: flex;
  width: 55px;
  height: 55px;
  background: url("/local/includes/logo_file.png");
  background-size: 100% 100%;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.column-input-box {
  gap: 9px;
}
.textarea-height100 .input-text {
  height: calc(100% - 48px);
}
.textarea-height100 textarea {
  flex-grow: 1;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-track {
  background: transparent;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #020f29;
  border-radius: 10px;
}
/* ///////////////////////////////////////////////// ПОРТФОЛИО //////////////////////////////////////////////////////////*/
.portfolio-content{
  gap: 64px;
}
.portfolio-title-box{
  gap: 64px;
}
.portfolio-btn-box{
  gap: 28px;
}
.portfolio-btn-box>a{
  padding: 20px 30px;
  color: white;
  border: 1px solid white;
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  background: transparent;
  cursor: pointer;
}
.portfolio-btn-box>a:hover{
  color: #4B81F6;
  border: 1px solid #4B81F6;
  background: transparent;
}
.portfolio-btn-box>a.active:hover{
  color: #FFFFFF;
  border: 1px solid #4B81F6;
  background: transparent;
}
.portfolio-btn-box>a.active{
  color: #ffffff;
  border: 1px solid #4B81F6;
  background: #4B81F6;
}
.portfolio-title{
  flex-wrap: nowrap; 
  gap: 20vw;
}
.portfolio-title .title-h2{
transition: .9s;
  transform: translatex(0%);
  width: 100%;
  min-width: 100%;
}
.portfolio-title.active .title-h2{
transform: translatex(calc(-100% - 20vw));
}
#corporativniye-box,
#fizicheskiye-box{
  /*max-height: 0;
  transition: 1s linear;
  overflow: hidden;*/
}
.portfolio-content-items font{
display: none;
}
.portfolio-content-items font:last-child{
display: block;
color: white;
margin-top: 64px;
margin-left: auto;
 width: max-content;
}
.portfolio-content-items font a{
color: white;
}	
/* /////////////////////////////////////////////////СТРАНИЦА ВАКАНСИЙ */
.vacancy-first{
  margin-top: 166px;
  gap: 64px;
}
.vacancy-first-info{
  gap: 16px;
  flex-wrap: nowrap;
}
.vacancy-first-img{
  width: calc(50% - 8px);
  height: 40vw;
}
.vacancy-first-img img{
  width: calc(100% + 7.5vw - 16px);
  position: relative;
  right: calc(7.5vw - 16px);
  border-radius: 8px;
}
.vacancy-first-text-box{
  width: calc(50% - 8px - 4.16vw - 2.29vw);
  padding: 2.29vw 4.16vw 2.9vw 2.29vw;
  gap: 4.72vw;
  background: #D9E2D8;
  border-radius: 8px;
  height: max-content;
}
.vacancy-first-text-box .btn-black-transp{
  width: max-content;
}
.vacancy-first-text{
  color: #020F29;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
}
.vacancy-first-text a {
  color: #020F29;
  transition: .3s;
}
.vacancy-first-text a:hover {
  color: #4B81F6;
}
.vacancy-type{
  gap: 56px;
}
.vacancy-type-title{
  gap: 4.64vw;
  align-items: end;
}
.vacancy-type-title h2{
  width: calc(50% - 2.32vw);
}
.vacancy-type-btn-box{
  width: calc(50% - 2.32vw);
  gap: 1.44vw;
  align-items: end;
}
.vacancy-type-btn{
  width: calc(50% - 0.72vw - 2.28vw - 4px);
  background: transparent;
  padding: 1.14vw;
  border: 1px solid white;
  font-size: clamp(18px, 1.45vw, 28px);
  color: white;
  text-transform: uppercase;
  text-align: center;
  transition: .4s;
  cursor: pointer;
  flex-grow: 1;
}
.vacancy-type-btn:hover{
  border: 1px solid #4B81F6;
  background: #4B81F6;
}
.vacancy-type-btn.active{
  border: 1px solid #4B81F6;
  background: #4B81F6;
}
.vacancy-type-main-box{
  gap: 20vw;
  flex-wrap: nowrap;
  max-width: 100%;
}
.vacancy-type-box{
  width: 100%;
  min-width: 100%;
  transition: transform 1s, margin-top .3s;
}
.vacancy-type-box:first-child{
  margin-top: 0%;
  transition: transform 1s, margin-top .3s;
  transition-delay: .3s, 0s;
  transition-property: transform, margin-top;
}
.vacancy-type-box:last-child{
  margin-top: -100%;
  transition: transform 1s, margin-top .3s;
  transition-delay: 0s, 1s;
  transition-property: transform, margin-top;
}
.vacancy-type-main-box.active .vacancy-type-box{
  transform: translateX(calc(-100% - 20vw))
}
.vacancy-type-main-box.active .vacancy-type-box:first-child{
  margin-top: -100%;
  transition: transform 1s, margin-top .3s;
  transition-delay: 0s, 1s;
  transition-property: transform, margin-top;
}
.vacancy-type-main-box.active .vacancy-type-box:last-child{
  margin-top: 0%;
  transition: transform 1s, margin-top .3s;
  transition-delay: .3s, 0s;
  transition-property: transform, margin-top;
}
.vacancy-type-item{
  gap: 0;
  width: 100%;
  border-radius: 8px;
  background: #D9E2D829;
  overflow: hidden;
  margin-bottom: 9px;
}
.vacancy-type-item-btn{
  gap: 4.68vw;
  padding: 27px 30px 27px 46px;
  cursor: pointer;
  align-items: center;
}
.vacancy-type-item-btn p{
  width: calc(100% - 47px - 4.68vw);
  font-size: clamp(18px, 1.77vw, 34px);
  color: white;
  text-transform: uppercase;
}
.vacancy-type-item-btn-svg{
  width: 47px;
  height: 47px;
  transition: .3s;
}
.vacancy-type-item-btn path,
.vacancy-type-item-btn rect{
  transition: .3s;
}
.vacancy-type-item-btn:hover .vacancy-type-item-btn-svg,
.vacancy-type-item-btn.active:hover .vacancy-type-item-btn-svg{
  transform: rotate(-90deg);
}
.vacancy-type-item-btn.active .vacancy-type-item-btn-svg{
  transform: rotate(-180deg);
}
.vacancy-type-item-btn.active path{
  stroke: #FFFFFF;
}
.vacancy-type-item-btn.active rect{
  fill: #4B81F6;
}
.vacancy-type-content{
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 54px 0 46px;
  max-height: 0;
  overflow: hidden;
  transition: .8s;
  border-radius: 8px;
  background: #D9E2D829;
}
.vacancy-type-text{
  width: calc(55%);
  font-size: clamp(18px, 1.45vw, 28px);
  color: white;
}
.vacancy-type-content .btn-white-transp{
  margin-top: auto;
  width: max-content;
  height: max-content;
}
.info-page-more-img{
  border-radius: 8px;
  overflow: hidden;
  height: 25vw;
}
/*///////////////////////////////////////////////// НОВОСТИ */
.banner-dzen{
  gap: 22px;
  align-items: center;
  width: max-content;
  margin: 0 7.5vw;
  margin-top: 3.3vw;
  margin-top: clamp(20px, 3.3vw, 64px);
  display: flex!important;
}
.banner-dzen-svg{
  width: 4.16vw;
  height: 4.16vw;
}
.banner-dzen clipPath{
  transition: .3s;
}
.banner-dzen path{
  transition: .3s;
}
.banner-dzen p{
    font-size: clamp(18px, 1.2vw, 23px);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    transition: .3s;
}
.banner-dzen:hover p{
  color: #4B81F6;
}
.banner-dzen:hover clipPath{
  fill: #4B81F6;
}
.banner-dzen:hover path:first-child{
  stroke: #4B81F6;
}
.banner-dzen:hover path:last-child{
  fill: #4B81F6;
}
/* //////////////////////////////////////////////////// СТРАНИЦА О НАС //////////////////////////////////////////////////*/
.about-banner .catalog-banner-content{
  padding-bottom: 167px;
}
.about-first-info{
  gap: 16px;
  flex-wrap: nowrap;
  margin-top: -67px;
}
.about-first-img{
  width: calc(50% - 8px);
  height: 40vw;
}
.about-first-img img{
  width: calc(100% + 7.5vw - 16px);
  position: relative;
  border-radius: 8px;
}
.about-first-text-box{
  width: calc(50% - 8px - 4.16vw - 2.29vw);
  padding: 2.29vw 4.16vw 2.9vw 2.29vw;
  gap: 4.72vw;
  background: #D9E2D8;
  border-radius: 8px;
  height: max-content;
}
.about-first-text-box .title-h2{
  color: #020F29;
}
.about-first-text{
  color: #020F29;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
}
.about-tur{
gap: 64px;
}
.about-tur-img{
width: 100%;
height: 30vw;
}
.about-tur-text-box{
gap: 6.24vw;
flex-wrap: nowrap;
align-items: end;
}
.about-tur-text{
color: #FFFFFF;
font-size: clamp(18px, 1.45vw, 28px);
font-weight: 400;
}
.about-tur-text-box .btn-white-transp{
min-width: max-content;
}
.about-tur-mobile-title{
display: none;
}
.about-control{
gap: 64px;
}
.about-control-info{
gap: 16px;
flex-wrap: nowrap;
}
.about-control-img{
width: calc(50% - 8px);
height: 40vw;
}
.about-control-img img{
width: calc(100% + 7.5vw - 16px);
position: relative;
right: calc(7.5vw - 16px);
border-radius: 8px;
}
.about-control-text-box{
width: calc(50% - 8px - 4.16vw - 2.29vw);
padding: 2.29vw 4.16vw 2.9vw 2.29vw;
gap: 4.72vw;
background: #D9E2D8;
border-radius: 8px;
height: max-content;
}
.about-control-text-box .title-h2{
color: #020F29;
}
.about-control-text{
color: #020F29;
font-size: clamp(18px, 1.45vw, 28px);
font-weight: 400;
}

/*/////////////////////////////////////////////////  ПРОИЗВОДСТВО ////////////////////////////////////////////*/
.manufacture-first-info{
  gap: 16px;
  flex-wrap: nowrap;
  margin: 0 16px;
  margin-top: -67px;
  width: calc(100% - 32px);
}
.manufacture-first-img{
  width: calc(40% - 8px);
  height: 40vw;
  order: -1;
}
.manufacture-first-img img{
  width: calc(100%);
  position: relative;
  border-radius: 8px;
}
.manufacture-first-text-box{
  width: calc(60% - 8px - 4.16vw - 2.29vw);
  padding: 2.29vw 4.16vw 2.9vw 2.29vw;
  gap: 4.72vw;
  background: #D9E2D8;
  border-radius: 8px;
  height: max-content;
}
.manufacture-first-text-box .title-h2{
  color: #020F29;
  font-size: clamp(25px, 5vw, 96px);
}
.manufacture-first-text{
  color: #020F29;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
}
.manufacture-control{
gap: 64px;
}
.manufacture-control .btn-black-transp{
  margin-top: 3.12vw;
  width: max-content;
}
.manufacture-control-info{
gap: 16px;
flex-wrap: nowrap;
}
.manufacture-control-img{
width: calc(50% - 8px);
height: 40vw;
}
.manufacture-control-img img{
width: calc(100% + 7.5vw - 16px);
position: relative;
right: 0;
border-radius: 8px;
}
.manufacture-control-text-box{
width: calc(50% - 8px - 4.16vw - 2.29vw);
padding: 2.29vw 4.16vw 2.9vw 2.29vw;
gap: 4.72vw;
background: #D9E2D8;
border-radius: 8px;
height: max-content;
}
.manufacture-control-text-box .title-h2{
color: #020F29;
}
.manufacture-control-text{
color: #020F29;
font-size: clamp(18px, 1.45vw, 28px);
font-weight: 400;
}
.manufacture-faq-content{
	gap: 6.24vw;
}
.manufacture-faq-content-left{
	width: calc(40% - 3.12vw);
	gap: 10vw;
	max-height: calc(100vh - 190px);
	position: sticky;
	top: 170px;
	justify-content: space-between;
}
.manufacture-faq-content-main-text{
	gap: 4.16vw;
}
.manufacture-faq-content-main-text > p{
	color: #ffffff;
	font-size: clamp(18px, 1.45vw, 28px);
	font-weight: 400;
	text-transform: uppercase;
}
.manufacture-faq-content-number{
	color: #ffffff;
	font-size: clamp(25px, 3.33vw, 64px);
	font-weight: 400;
	text-transform: uppercase;
}
.manufacture-faq-content-left .btn-white-transp{
	width: max-content;
}
.manufacture-faq-content-acc-box{
	width: calc(60% - 3.12vw);
	gap: 9px;
}
.manufacture-faq-content-acc-item{
	width: 100%;
	background: #D9E2D829;
	border-radius: 8px;
}
.manufacture-faq-content-acc-btn{
	flex-wrap: nowrap!important;
	justify-content: space-between;
	padding: 1.04vw 1.56vw 1.4vw 2.18vw;
	color: #ffffff;
	font-size: clamp(18px, 1.77vw, 34px);
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}
.manufacture-faq-content-acc-btn-svg{
	width: 2.56vw;
	height: 2.56vw;
	min-width: 2.56vw;
	transition: .5s;
}
.manufacture-faq-content-acc-btn-svg path,
.manufacture-faq-content-acc-btn-svg rect{
	transition: .5s;
}
.manufacture-faq-content-acc-btn:hover .manufacture-faq-content-acc-btn-svg ,
.manufacture-faq-content-acc-btn.active:hover .manufacture-faq-content-acc-btn-svg {
	transform: rotate(-90deg);
}
.manufacture-faq-content-acc-btn.active .manufacture-faq-content-acc-btn-svg {
	transform: rotate(-180deg);
}
.manufacture-faq-content-acc-btn.active .manufacture-faq-content-acc-btn-svg  path{
	stroke: white;
}
.manufacture-faq-content-acc-btn.active .manufacture-faq-content-acc-btn-svg  rect{
	fill: #4B81F6;
}
.manufacture-faq-content-acc-text{
	padding: 0 1.56vw 0 2.18vw;
	max-height: 0;
	overflow: hidden;
	transition: .5s;

	color: #ffffff;
	font-size: clamp(18px, 1.45vw, 28px);
	font-weight: 400;
	background: #D9E2D829;
	border-radius: 8px;
}
.manufacture-faq-content-acc-text.active{
	padding: 1.56vw 1.56vw 1.56vw 2.18vw;
}
/*///////////////////////////////////////////////// СТРАНИЦА С ИНФОРМАЦИЕЙ ////////////////////////////////////////////*/
.info-page-control{
  gap: 64px;
  position: relative;
  transition: .5s;
}
.info-page-tab-btn-box{
  gap: 1.45vw;
  width: calc(60% - 7.5vw - 8px);
  margin-left: auto;
  margin-right: 7.5vw;
}
.info-page-tab-btn-select{
  display: none;
}
.info-page-tab-btn-select-box{
  display: contents;
}
.info-page-tab-btn{
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  align-items: center;
  align-content: center;
  text-transform: uppercase;

  width: calc(33.33% - 2.9vw / 3 - 2.28vw - 3px);
  padding: 1.14vw;
  border: 1.47px solid #FFFFFF;
  transition: .4s;
  cursor: pointer;
}
.info-page-tab-btn:hover{
  border: 1.47px solid #4B81F6;
  color: #4B81F6;
}
.info-page-tab-btn.active{
  border: 1.47px solid #4B81F6;
  background: #4B81F6;
  color: #FFFFFF;
}
.info-page-control-info-container{
  min-height: 45vw;
}
.info-page-control-info{
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0 19px;
  max-height: 0vh;
  opacity: 0;
  pointer-events: none;
  transition: max-height .2s, opacity .5s;
  transition-delay: .5s, 0s;
}
.info-page-control-info.active{
  max-height: 300vh;
  opacity: 1;
  pointer-events: all;
  transition: max-height .2s, opacity .5s;
  transition-delay: 0.7s, .9s;
}
.info-page-control-img{
  width: calc(40% - 4px);
  height: 45vw;
}
.info-page-control-img img{
  border-radius: 8px;
}
.info-page-control-text-box{
  width: calc(60% - 8px - 4.16vw - 2.29vw);
  padding: 2.29vw 4.16vw 2.9vw 2.29vw;
  gap: 4.72vw;
  background: #D9E2D8;
  border-radius: 8px;
  height: max-content;
}
.info-page-control-text-box .title-h2{
  color: #020F29;
  font-size: clamp(25px, 5vw, 96px);
}
.info-page-control-text{
  color: #020F29;
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 400;
}
.info-page-control-text-box .btn-black-transp{
   width: max-content;
}
.faq{
  gap: 64px;
}
.page-404{
		gap: 3.2vw;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-top: 15vw;
	}
	.page-404-img{
		width: 40vw;
	}
	.page-404-img img{
		object-fit: contain;
	}
	.page-404 > p{
		text-align: center;
		font-size: clamp(20px, 2.05vw, 40px);
		color: #4B81F6;
		font-weight: 400;
		text-transform: uppercase;
	}
  .portfolio-content-items.mobile{
    display: none!important;
  }
@media (min-width: 768px) and (max-width: 1200px) {
  .swiper-pagination.swiper-pagination-fraction{
    letter-spacing: -1px!important;
  }
  /* /////////////////////////////////////////////// ОБЩИЙ ТАЙТЛ С КНОПКОЙ //////////////////////////////////////////////////// */
  .gray-block {
    width: 100%;
    padding: 62px 0 90px 0;
    background: #d9e2d8;
  }
  .title-h2 {
    font-size: clamp(27px, 6.66vw, 128px);
    font-weight: 400;
    color: white;
    text-transform: uppercase;
  }
  section {
    margin-bottom: 100px;
  }
  .first-section-other{
    margin-top: 138px;
  }
  .header {
    padding: 31px 0px 28px 0px;
    gap: 10px;
  }
  .header-logo {
    width: 12vw;
  }
  .header-left .btn-white-transp {
    display: none;
  }
  .header-left {
    width: calc(50% - 20px - 6vw);
    gap: 3vw;
  }
  .header-burger-btn {
    gap: 1vw;
  }
  .header-burger-btn-line {
    height: 12px;
  }
  .header-right {
    width: calc(50% - 20px - 6vw);
    gap: 1vw;
  }
  .burger-menu-content {
    height: calc(100% - 12.9vw - 5.29vw);
    padding-top: 12.9vw;
    padding-bottom: 5.29vw;
  }
  .burger-menu-content-box {
    gap: 3.25vw;
  }
  .burger-menu-nav {
    gap: 16px;
    width: 90%;
  }
  .burger-sub-menu {
    gap: 16px;
  }
  /* //////////////////////////////////////// Главный баннер ////////////////////////////////////////*/
  .main-banner-img {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    width: 60%;
    height: 45vw;
    transition: 1s;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    overflow: hidden;
    transform: translateY(0%);
  }
  /*/////////////////////////////////////////////////МОДАЛЬНЫЕ ОКНА///////////////////////////////////////////////////////*/
  .modal {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
  }
  .modal-content {
    background-color: #d9e2d8;
    padding: 56px 56px 70px 56px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    border-radius: 8px;
  }
  .modal-success-form {
    padding: 50px 100px;
    gap: 40px;
  }
  .modal-success-form-title {
    gap: 10px;
  }
  .modal-success-form-title h3 {
    font-size: clamp(28px, 1.98vw, 38px);
    font-weight: 400;
    color: #d9e2d8;
    text-transform: uppercase;
    text-align: center;
  }
  .modal-success-form-title p {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 400;
    color: #d9e2d8;
    text-align: center;
  }
  .modal-success-form .btn-white-transp {
    width: max-content;
    margin: 0 auto;
  }
  /* ///////////////////////////////////////////////// ОСТАВИТЬ РЕЗЮМЕ ПОП АП /////////////////////////////////////////////////*/
.modal-vacancy {
  gap: 48px;
  width: 600px;
  max-height: max-content;
}
.modal-vacancy-form-box {
  gap: 48px;
}
.modal-vacancy-form-content {
  gap: 28px;
}
.modal-vacancy-form-input-box {
  gap: 8px;
}
/* ///////////////////////////////////////////////// ОСТАВИТЬ ОТЗЫВ ПОП АП /////////////////////////////////////////////////*/
.modal-otziv {
  gap: 48px;
  width: 80vw;
  max-height: max-content;
}
.modal-otziv-form-box {
  gap: 48px;
}
.modal-otziv-form-info {
  gap: 28px;
}
.modal-otziv-form-content{
  gap: 12px;
}
.modal-otziv-form-btn-text {
  width: calc(100%);
  gap: 0px;
  justify-content: space-between;
}
.modal-otziv-form-btn-text .input-radio{
  width: 100%;
}
.modal-otziv-star{
  gap: 0;
  align-items: center;
}
  /* /////////////////////////////////////////////// ОБЩИЙ КУРСОР ТЯНИ //////////////////////////////////////////////////// */
  .cursor {
    width: 60px;
    height: 60px;
  }
  /*/////////////////////////////////////////////// НОВОСТИ НА ГЛВНОЙ ///////////////////////////////////////////////*/
  .main-news {
    gap: 48px;
  }
  /* /////////////////////////////////////////////// ВСЕ ОТЗЫВЫ//////////////////////////////////////////////////// */
  .all-feedback {
    gap: 48px;
  }

  /* /////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .order-call {
    padding: 1.67vw 2.6vw;
  }
  .order-call-text {
    width: calc(60% - 10vw);
    gap: 14px;
  }
  .order-call-img-box {
    width: 20vw;
  }
  .order-call-btn-box {
    width: calc(40% - 10vw);
  }
  /*На остальных страницах */
.order-call {
  background: #4b81f6;
  border-radius: 2.5vw;
}
.order-call.about .order-call-text {
  width: calc(50% - 8vw);
  gap: 28px;
  }
.order-call.about .order-call-text p:first-child{
  font-size: clamp(27px, 3.33vw, 64px);
  font-weight: 500;
  } 
.order-call.about .order-call-img-box {
  width: 14vw;
}
.order-call.about .order-call-btn-box {
  width: calc(50% - 80%);
}
  /* /////////////////////////////////////////////// КОНТАКТНАЯ ФОРМА НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .main-contact-form {
    gap: 48px;
  }
  .main-contact-form-btn svg {
    width: 5.33vw;
    height: 5.33vw;
  }
  .main-contact-form-btn-text {
    width: 50%;
    gap: 12px;
  }
  .main-contact-form-other p:first-child {
    width: 50%;
  }
  .main-contact-form-other a:last-child {
    width: 50%;
  }
  /* /////////////////////////////////////////////// КОНТАКТЫ НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .main-contact-map {
    height: 50vw;
  }
  /* ////////////////////////////////////////////////////// БАННЕР ////////////////////////////////////////////////*/
  .catalog-banner-title {
    flex-wrap: wrap !important;
    justify-content: end;
  }
  .catalog-banner-title h1 {
    font-size: clamp(32px, 8.33vw, 160px);
    width: 100%;
  }
  /* ////////////////////////////////////////////////////// КАТАЛОГ ////////////////////////////////////////////////*/
  .catalog-content,
  .big-catalog-box {
    gap: 48px;
  }
  /* ////////////////////////////////////////////////////// ПРЕИМУЩЕСТВА ////////////////////////////////////////////////*/
  .advantage {
    gap: 48px;
  }
  /** ////////////////////////////////////////////// ФУТЕР ///////////////////////////////////////////////////// */
  .spotlight-wrap .spotlight {
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    border-radius: 0%;
    opacity: 1;
  }
  .footer-content {
    position: relative;
    gap: 3vw 2vw;
    width: 100%;
  }
  .footer-content-left {
    display: contents;
  }
  .footer-nav-item {
    width: calc(33.33% - 2vw / 3);
  }
  .footer-btn-sub-link svg {
    width: 1.83vw;
    min-width: 1.83vw;
  }
  .footer-sub-link-box {
    gap: 12px;
  }
  .footer-other-info {
    gap: 16px;
    width: calc(50% - 1vw);
  }
  .footer-contact-info-box {
    display: contents;
  }
  .footer-contact-item {
    gap: 16px;
    width: calc(50% - 1vw);
  }
  a.footer-contact-phone {
    font-size: clamp(18px, 1.77vw, 34px);
  }
  /* ///////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК ПОП АП /////////////////////////////////////////////////*/
  .modal-callback {
    gap: 48px;
    width: calc(90vw - 112px);
  }
  .modal-callback-form-box {
    gap: 48px;
  }
  .modal-callback-form-box h3 {
    font-size: clamp(27px, 5vw, 96px);
    font-weight: 400;
    color: #020f29;
    text-transform: uppercase;
  }
  .modal-callback-form-content {
    gap: 28px;
  }
  .modal-callback-form-input-box {
    gap: 8px;
  }
  .modal-callback-form-input-box .input-text {
    padding: 12px 20px;
    gap: 10px;
  }
  .modal-callback-form-info {
    gap: 48px;
  }
  .modal-callback-form-btn-text {
    width: calc(100%);
    gap: 16px;
  }
  /*//////////////////////////////////////////////////// ЗАЯВКА НА РСЧЕТ ПОП АП ////////////////////////////////////*/
  .modal-order-payment {
    gap: 48px;
    width: calc(90vw - 112px);
    max-height: max-content;
  }
  .modal-order-payment-form-box {
    gap: 48px;
  }
  .modal-order-payment-form-input-box {
    gap: 48px;
  }
  .modal-order-payment-form-input-box .input-text {
    padding: 12px 20px;
    gap: 10px;
  }
  .modal-order-payment-form-info {
    gap: 48px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 3px;
  }
  input[type="radio"]:after,
  input[type="checkbox"]:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 3px;
  }
  .textarea-height100 .input-text {
    height: calc(100% - 24px);
  }
  .input-text.input-file {
    position: relative;
    padding-right: 128px;
    width: calc(100% - 148px);
  }
  /* /////////////////////////////////////////////////СТРАНИЦА ВАКАНСИЙ */
.vacancy-first{
  margin-top: 126px;
  gap: 48px;
}
.vacancy-first-info{
  gap: 0px;
  flex-wrap: wrap;
}
.vacancy-first-img{
  width: calc(100%);
  height: 80vw;
}
.vacancy-first-img img{
  width: calc(100%);
  position: relative;
  right: 0;
}
.vacancy-first-text-box{
  width: calc(100% - calc(2.29vw + 8px) - 2.9vw);
  padding: calc(2.29vw + 8px) 4.16vw 2.9vw 2.29vw;
  transform: translateY(-8px);
}
.vacancy-first-text-box .btn-black-transp{
  margin: 0 auto;
}
.vacancy-type{
  gap: 20px;
}
.vacancy-type-title{
  gap: 48px;
}
.vacancy-type-title h2{
  width: calc(100%w);
}
.vacancy-type-btn-box{
  width: calc(100%);
  gap: 3.44vw;
  flex-wrap: nowrap;
}
.vacancy-type-item-btn-svg{
  width: 37px;
  height: 37px;
}

.vacancy-type-content{
  flex-wrap: wrap;
}
.vacancy-type-text{
  width: calc(100%);
}
.vacancy-type-content .btn-white-transp{
  margin: auto;
  margin-top: 40px;
}
/* ///////////////////////////////////////////////////// СТРАНИЦА О НАС*/
.about-banner .catalog-banner-content{
  padding-bottom: 100px;
}
.about-first-info{
  gap: 0px;
  flex-wrap: wrap;
  margin-top: -67px;
}
.about-first-img{
  width: calc(100%);
  order: -1;
  height: 70vw;
}
.about-first-img img{
  width: calc(100%);
  position: relative;
  border-radius: 8px;
}
.about-first-text-box{
  width: calc(100% - 4.16vw - 2.29vw);
}
.about-tur{
gap: 48px;
}
.about-tur-img{
width: 100%;
height: 30vw;
}
.about-tur-text-box{
gap: 6.24vw;
}
.about-tur-text-box .btn-white-transp{
min-width: auto;
}
.about-control{
gap:48px;
}
.about-control-info{
gap: 0px;
flex-wrap: wrap;
}
.about-control-img{
width: calc(100%);
height: 70vw;
}
.about-control-img img{
width: calc(100%);
right: 0;
}
/*/////////////////////////////////////////////////  ПРОИЗВОДСТВО ////////////////////////////////////////////*/
.manufacture-first-info{
  gap: 0px;
  flex-wrap: wrap;
  margin-top: -67px;
}
.manufacture-first-img{
  width: calc(100%);
  order: -1;
  height: 70vw;
}
.manufacture-first-img img{
  width: calc(100%);
  position: relative;
  border-radius: 8px;
}
.manufacture-first-text-box{
  width: calc(100% - 4.16vw - 2.29vw);
}
.manufacture-control{
  gap:48px;
  }
  .manufacture-control .btn-black-transp{
    margin: 0 auto;
    margin-top: 3.12vw;
    width: max-content;
  }
  .manufacture-control-info{
  gap: 0px;
  flex-wrap: wrap;
  }
  .manufacture-control-img{
  width: calc(100%);
  height: 70vw;
  }
  .manufacture-control-img img{
  width: calc(100%);
  right: 0;
  }
  .manufacture-control-text-box{
  width: calc(100% - 4.16vw - 2.29vw);
  }
  .manufacture-faq-content{
		gap: 48px;
	}
	.manufacture-faq-content-left{
		width: calc(100%);
		gap: 28px;
		height: max-content;
		position: relative;
		top: 0;
	}
	.manufacture-faq-content-main-text{
		gap: 28px;
	}
	.manufacture-faq-content-number{
		display: none;
	}
	.manufacture-faq-content-left .btn-white-transp{
		width: max-content;
	}
	.manufacture-faq-content-acc-box{
		width: calc(100%);
		gap: 9px;
	}
	.manufacture-faq-content-acc-item{
		width: 100%;
	}
	.manufacture-faq-content-acc-btn{
		padding: 2.04vw 2.56vw 2.4vw 3.18vw;
		color: #ffffff;
	}
	.manufacture-faq-content-acc-btn-svg{
		width: 4.56vw;
		height: 4.56vw;
		min-width: 4.56vw;
	}
	.manufacture-faq-content-acc-text{
		padding: 0 2.56vw 0 3.18vw;
	}
	.manufacture-faq-content-acc-text.active{
		padding: 2.56vw 2.56vw 2.56vw 3.18vw;
	}
/*///////////////////////////////////////////////// СТРАНИЦА С ИНФОРМАЦИЕЙ ////////////////////////////////////////////*/
.info-page-control{
  gap: 48px;
}
.info-page-tab-btn-box{
  gap: 1.45vw;
  width: calc(85vw);
  margin-left: 7.5vw;
  margin-right: 7.5vw;
}
.info-page-control-text-box{
  gap: 3.72vw;
}
.faq{
  gap: 48px;
}
.page-404{
		gap: 20px;
		padding-top: 30vw;
	}
	.page-404-img{
		width: 60vw;
	}
}
@media (max-width: 768px) {
    .portfolio-content-items.mobile{
    display: flex!important;
  }
    .portfolio-content-items{
    display: none!important;
  }
  .widget-callback{
    bottom: 7.5vw;
    gap: 0px;
    border-radius: 50%;
  }
  .widget-callback p{
    display: none;
  }
  .widget-callback .widget-callback-svg{
    width: 25px;
    height: 25px;
    padding: 10px;
  }
  .swiper-pagination.swiper-pagination-fraction{
    letter-spacing: -1px!important;
  }
  /* /////////////////////////////////////////////// ОБЩИЙ ТАЙТЛ С КНОПКОЙ //////////////////////////////////////////////////// */
  .gray-block {
    padding: 28px 0 21px 0;
  }
  section {
    margin-bottom: 50px;
  }
  .first-section-other{
    margin-top: 108px;
  }
  header:has(.burger-menu-modal.active) .header-right {
    opacity: 1;
  }
  .header {
    padding: 17px 0px 17px 0px;
  }
  .header-burger-btn p {
    display: none;
  }
  .header-burger-btn-line {
    width: 12vw;
  }
  .header-left .btn-white-transp {
    display: none;
  }
  .header-left {
    width: calc(50% - 20px - 9vw);
  }
  .header-logo {
    width: 18vw;
  }
  .header-right {
    width: calc(50% - 20px - 9vw);
    gap: 16px;
  }
  .header-right > a {
    display: none;
  }
  .header-right > a.mobile-header-right-link {
    display: flex;
    width: 40px;
    height: 40px;
  }
  .header-right > a.mobile-header-right-link path {
    transition: 0.3s;
  }
  .header-right > a.mobile-header-right-link:hover path {
    stroke: #4b81f6;
  }
  .burger-menu {
    gap: 20px;
    justify-content: space-between;
    height: 100%;
  }
  .burger-menu-content {
    width: calc(100%);
    height: calc(100% - 100px - 37px);
    padding-top: 100px;
    padding-bottom: 37px;
  }
  .burger-menu-nav {
    gap: 6px;
    width: 90%;
  }
  .burger-menu-btn-svg {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .burger-sub-menu {
    gap: 18px;
  }
  .burger-sub-menu.active {
    padding: 10px 0px 15px 0px;
  }
  .burger-menu-social-box {
    gap: 20px;
  }
  .burger-menu-social {
    width: 60px;
    height: 60px;
  }
  .burger-menu-swiper-box {
    display: none;
  }
  /*/////////////////////////////////////////////////МОДАЛЬНЫЕ ОКНА///////////////////////////////////////////////////////*/
  .modal-content {
    padding: 26px 26px 40px 26px;
  }
  .modal-success-form {
    padding: 50px 100px;
    gap: 40px;
  }
  .modal-success-form-title {
    gap: 10px;
  }
  .modal-success-form-title h3 {
    font-size: clamp(28px, 1.98vw, 38px);
    font-weight: 400;
    color: #d9e2d8;
    text-transform: uppercase;
    text-align: center;
  }
  .modal-success-form-title p {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 400;
    color: #d9e2d8;
    text-align: center;
  }
  .modal-success-form .btn-white-transp {
    width: max-content;
    margin: 0 auto;
  }
  /* ///////////////////////////////////////////////// ОСТАВИТЬ РЕЗЮМЕ ПОП АП /////////////////////////////////////////////////*/
.modal-vacancy {
  gap: 20px;
  width: 80vw;
  max-height: max-content;
}
.modal-vacancy-form-box {
  gap: 20px;
}
.modal-vacancy-form-box-title svg {
  width: 5vw;
  height: 5vw;
}
.modal-vacancy-form-content {
  gap: 28px;
}
.modal-vacancy-form-input-box .input-text {
  border: 1px solid #13203a29;
  width: calc(100% - 20px);
  padding: 14px 10px;
}
.modal-vacancy-form-info {
  width: 100%;
  gap: 28px;
}
.modal-vacancy-form-info button.btn-black-transp {
  width: 100%;
  padding: 14px 20px;
}
/* ///////////////////////////////////////////////// ОСТАВИТЬ ОТЗЫВ ПОП АП /////////////////////////////////////////////////*/
.modal-otziv {
  gap: 20px;
}
.modal-otziv-form-box {
  gap: 28px;
}
.modal-otziv-form-content{
  gap: 12px;
}
.modal-otziv-form-box-title svg {
  width: 5vw;
  height: 5vw;
}
.modal-otziv-form-input-box .input-text {
  width: calc(100% - 20px);
  padding: 14px 10px;
}
.modal-otziv-form-input-box .input-text:last-child {
  width: calc(100% - 20px);
}
.modal-otziv-form-info {
  gap: 28px;
}
.modal-otziv-form-btn-text {
  gap: 20px;
}
.modal-otziv-form-info button.btn-black-transp {
  width: 100%;
  padding: 14px 20px;
}
.modal-otziv-star>p{
  margin-right: 12px;
}
.modal-otziv-star svg{
  width: 27px;
  height: 27px;
}
.modal-otziv-star input[type="radio"]{
  width: 27px;
  height: 27px;
}
.modal-otziv-form-btn-text .input-radio{
  width: 100%;
}
  /* /////////////////////////////////////////////// БАННЕР НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .logo-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  .main-banner {
    position: relative;
    width: 100%;
    height: calc(100vh);
    overflow: visible;
    margin-bottom: calc(50% + 80px);
    overflow-x: clip;
  }
  .main-banner-img {
    width: 100%;
    height: calc(100%);
    background-image: url(/local/includes/main-banner_llast-ver2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px -100px 100px 0px #020f29a8;
    margin: 0;
  }
  #text-banner-svg{
    transform: translateY(-30vh);
  }
  .g-ants{
    transform: translateY(calc(-1 * 30vh - 5vw));
  }
  .logo-banner{
    height: max-content;
      margin-top: 20vh;
  }
  .main-banner-img img {
    display: none;
  }
  .main-banner h1 {
    display: none;
  }
  .sub_title {
    width: 50%;
    right: 0;
    bottom: 100px;
  }
  .main-banner-info-box {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    padding: 16px 24px 28px 24px;
    gap: 20px;
    border-radius: 30px;
    flex-wrap: wrap;
  }
  .main-banner-left-info {
    width: calc(100%);
    gap: 20px;
  }
  .main-banner-btn-box {
    width: 100%;
    gap: 24px;
  }
  .main-banner-btn-box .btn-white-transp {
    width: calc(100%);
  }
  .main-banner-timer {
    gap: 2.5vw;
    justify-content: space-between;
  }
  .main-banner-timer p{
    font-size: 4vw;
  }
  .main-banner-right-info {
    width: calc(100%);
    order: -1;
    text-align: center;
  }
  .first-swiper {
    position: relative;
    top: 0;
    opacity: 1;
    transition: 1s;
  }
  .project,
  .project-top-box {
    gap: 20px;
  }
  .btn-title {
    gap: 20px;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
  }
  .btn-title .btn-white-transp {
    display: none;
  }

  /* /////////////////////////////////////////////// ОБЩИЙ КУРСОР ТЯНИ //////////////////////////////////////////////////// */
  .cursor {
    width: 40px;
    height: 40px;
  }
  /*/////////////////////////////////////////////// НОВОСТИ НА ГЛВНОЙ ///////////////////////////////////////////////*/
  .main-news {
    gap: 20px;
  }
  .banner-dzen-svg{
    width: 46px;
    height: 46px;
  }
  /* /////////////////////////////////////////////// ВСЕ ОТЗЫВЫ//////////////////////////////////////////////////// */
  .all-feedback,
  .main-news {
    gap: 20px;
  }
  .all-feedback .btn-title,
  .main-news .btn-title,
  .project .btn-title{
    display: contents;
}
.all-feedback .btn-title .btn-white-transp,
.main-news .btn-title .btn-white-transp,
.project .btn-title .btn-white-transp{
  display: flex;
  order: 1;
  width: calc(85% - 60px);
  margin: 0 auto;
}
.all-feedback .btn-title .title-h2,
.main-news .btn-title .title-h2,
.project .btn-title .title-h2{
  width: 85vw;
  margin: 0 auto;
}
  /* /////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .order-call {
    border-radius: 30px;
    padding: 34px 25px;
    margin: 0 10px;
    flex-wrap: wrap !important;
  }
  .order-call-text {
    width: calc(70%);
    gap: 20px;
  }
  .order-call-img-box {
    width: 30%;
    height: 50px;
  }
  .order-call-img:first-child {
    left: 4vw;
  }
  .order-call-img:last-child {
    right: -2vw;
  }
  .order-call-btn-box {
    width: calc(100%);
    margin-top: 20px;
  }
  .order-call-btn-box .btn-white-transp {
    width: calc(100%);
  }
    /*На остальных страницах */
    .order-call.about {
      flex-wrap: wrap;
    }
  .order-call.about .order-call-text {
    width: calc(70% - 8vw);
    gap: 28px;
    }
  .order-call.about .order-call-text p:first-child{
    font-size: clamp(27px, 3.33vw, 64px);
    font-weight: 500;
    } 
  .order-call.about .order-call-img-box {
    width: calc(30% + 6vw);
  }
  .order-call.about .order-call-btn-box {
    width: calc(100%);
    margin-top: 30px;
  }
  /* /////////////////////////////////////////////// КОНТАКТНАЯ ФОРМА НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .main-contact-form {
    gap: 20px;
  }
  .main-contact-form-input-box .input-text:last-child {
    width: calc(100% - 32px - 2px);
  }
  .input-text {
    width: calc(100% - 32px);
    padding: 12px 16px;
    gap: 4px;
  }
  .main-contact-form-input-box .input-text {
    width: calc(100% - 32px - 2px);
  }
  .main-contact-form-info {
    width: 100%;
    gap: 0;
    border-radius: 8px;
    background: #d9e2d829;
  }
  .main-contact-form-btn-box {
    gap: 25px;
    padding: 20px 16px 20px 16px;
    align-items: flex-start;
  }
  .main-contact-form-btn-text {
    width: calc(100%);
    gap: 24px;
  }
  .main-contact-form-btn svg {
    width: 50px;
    height: 50px;
  }
  .main-contact-form-other {
    gap: 12px;
    padding: 20x 16px 20px 16px;
  }
  .main-contact-form-other p:first-child {
    width: 100%;
  }
  .main-contact-form-other a:last-child {
    width: 100%;
  }
  /* /////////////////////////////////////////////// КОНТАКТЫ НА ГЛАВНОЙ //////////////////////////////////////////////////// */
  .main-contact {
    gap: 20px;
    width: 100%;
  }
  .main-contact-map {
    width: calc(100%);
    height: 80vw;
  }
  .main-contact-content {
    display: contents;
  }
  .main-contact-title {
    gap: 20px;
    width: 85vw;
    margin: 0 auto;
    order: -1;
  }
  .main-contact-info-box {
    gap: 14px;
    width: 85vw;
    margin: 0 auto;
  }
  .main-contact-item {
    gap: 20px;
  }
  .main-contact-item p {
    display: none;
  }
  .main-contact-item .btn-white-transp {
    width: calc(100% - 60px);
    margin-bottom: 14px;
  }
  .main-contact-item .btn-white-transp p {
    display: flex !important;
  }
  .main-contact-adress {
    display: flex !important;
  }
  .main-contact-phone {
    display: flex !important;
  }
  .main-contact-mail {
    display: flex !important;
  }
  .main-contact-adv {
    width: 85vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    gap: 9px;
    overflow: auto;
    flex-wrap: nowrap !important;
  }
  .main-contact-adv-item {
    width: calc(80%);
    min-width: calc(80%);
    padding: 14px;
    gap: 20px;
  }
  .main-contact-adv::-webkit-scrollbar {
    padding: 0 7.5vw;
  }
  .main-contact-adv-icon-box {
    gap: 16px;
    justify-content: space-between;
  }
  .main-contact-adv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .main-contact-adv-text {
    gap: 14px;
  }
  /* ////////////////////////////////////////////////////// БАННЕР ////////////////////////////////////////////////*/
  .catalog-banner {
    height: max-content;
  }
.catalog-banner.small-banner{
 height: max-content;
}
  .catalog-banner-content {
    position: relative;
    gap: 45px;
    height: 100%;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 24px;
  }
  .catalog-banner-logo {
    display: none;
  }
  .catalog-banner-title {
    gap: 45px;
    justify-content: end;
    align-items: end;
    flex-wrap: wrap !important;
  }
  .catalog-banner-title h1 {
    width: 100%;
  }
  .catalog-banner-btn-more {
    gap: 13px;
  }
  .catalog-banner-btn-more:hover {
    color: #4b81f6;
  }
  .catalog-banner-btn-more-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .catalog-banner-btn-more-arrow svg {
    width: 16px;
    height: 10px;
  }
  .catalog-banner-btn-box {
    gap: 20px;
  }
  .catalog-banner-btn-box .btn-white-transp {
    width: 100%;
    backdrop-filter: blur(4px);
    margin: 0 auto;
  }
  .catalog-banner-adress {
    padding: 5px 20px;
    width: calc(100% + 12vw - 40px);
    min-width: calc(100% + 12vw - 40px);
    margin-left: -6vw;
    border-radius: 8px;
  }
  .catalog-banner-adress > p {
    text-align: center;
  }
  /* ////////////////////////////////////////////////////// КАТАЛОГ ////////////////////////////////////////////////*/
  .catalog-content,
  .big-catalog-box {
    gap: 20px;
  }
  /* ////////////////////////////////////////////////////// ПРЕИМУЩЕСТВА ////////////////////////////////////////////////*/
  .advantage {
    gap: 20px;
    width: 100%;
  }
  .advantage .title-h2 {
    width: 85vw;
    margin: 0 auto;
  }
  .advantage-box {
    gap: 14px;
    flex-wrap: nowrap !important;
    overflow-y: auto;
    padding: 0 7.5vw;
  }
  .advantage-item {
    width: calc(60%);
    min-width: calc(60%);
    border-radius: 30px;
    gap: 14px;
    background: #d9e2d829;
    position: relative;
    padding: 23px 20px 70px 20px;
    margin-bottom: 60px;
  }
  .advantage-img {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -30px;
    right: 20px;
  }
  /** ////////////////////////////////////////////// СЕРЫЙ БЛОК РАССЧИТАТЬ СТОИМОСТЬ ///////////////////////////////////////////////////// */
  .calculate-cost {
    gap: 14px;
  }
  .calculate-cost-text {
    gap: 24px;
  }
  .calculate-cost-text > div {
    width: 100%;
  }
  .calculate-cost-text .btn-black-transp,
  .calculate-cost-text .btn-white-transp {
    width: 100%;
  }
  /**/
  .spotlight-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-mask-image: url("/local/includes/logo.png");
    mask-image: url("/local/includes/logo.png");
    mask-repeat: no-repeat;
    mask-size: 100%;
  }
  .spotlight-wrap .spotlight {
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    border-radius: 0%;
    opacity: 0.3;
  }
  .footer {
    gap: 2px;
    margin-bottom: 5.5vw;
    width: 100%;
  }
  .footer-content {
    position: relative;
    padding: 15% 0 20px 0;
    gap: 20px;
    width: 85vw;
    margin: 0 auto;
  }
  .footer-content-left {
    width: calc(100%);
    gap: 14px;
    display: contents;
  }
  .footer-nav {
    gap: 14px;
    width: 100%;
  }
  .footer-nav-item {
    width: calc(100%);
  }
  .footer-btn-sub-link {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .footer-btn-sub-link svg {
    width: 15px;
    min-width: 15px;
  }
  .footer-sub-link-box {
    gap: 14px;
  }
  .footer-link {
    margin-bottom: 10px;
  }
  .footer-other-info {
    gap: 10px;
    order: 1;
  }
  .footer-contact-info-box {
    width: calc(100%);
    gap: 20px;
  }
  .footer-contact-item {
    gap: 10px;
  }
  .footer-bottom-info {
    gap: 14px;
    padding: 20px 7.5vw 27px 7.5vw;
    border-radius: 0px;
  }
  /* ///////////////////////////////////////////////// ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК ПОП АП /////////////////////////////////////////////////*/
  .modal-callback {
    gap: 30px;
    width: calc(98% - 52px);
  }
  .modal-callback-form-box {
    gap: 30px;
  }
  .modal-callback-form-box-title svg {
    width: 20px;
    height: 20px;
  }
  .modal-callback-form-content {
    gap: 28px;
  }
  .modal-callback-form-info {
    gap: 30px;
  }
  /*//////////////////////////////////////////////////// ЗАЯВКА НА РСЧЕТ ПОП АП ////////////////////////////////////*/
  #modal-order-payment {
    padding: 15vw 0;
  }
  .modal-order-payment {
    gap: 30px;
    width: calc(98% - 52px);
    max-height: max-content;
  }
  .modal-order-payment-form-box {
    gap: 30px;
  }
  .modal-order-payment-form-box-title svg {
    width: 20px;
    height: 20px;
  }
  .modal-order-payment-form-content {
    gap: 20px;
  }
  .modal-order-payment-form-input-box {
    gap: 30px;
  }
  .modal-order-payment-form-input-box .input-text {
    width: calc(100% - 20px);
    padding: 12px 10px;
  }
  .modal-order-payment-form-info {
    gap: 30px;
  }
  .modal-order-payment-form-btn-text {
    gap: 10px;
  }
  .modal-order-payment-form-btn-text a:hover {
    color: #4b81f6;
  }
  .modal-order-payment-form-info button.btn-black-transp {
    border: 0;
    background: transparent;
    width: max-content;
    margin: 0 auto;
    padding: 23px 80px;
    font-size: clamp(18px, 1.19vw, 23px);
  }
  .modal-order-payment-first-title {
    gap: 16px;
  }
  .modal-order-paymen-box33 {
    width: 100%;
    gap: 9px;
  }
  .modal-order-paymen-box50 {
    gap: 20px;
  }
  .modal-order-paymen-box33 .input-text {
    width: calc(100% - 40px - 2px);
  }
  .modal-order-paymen-box50 > div {
    width: calc(100%);
  }
  .input-text-select {
    padding: 12px 10px;
  }
  body .select2-container,
  .selection {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
  }
  body .select2-container .select2-selection--single {
    width: calc(100% - 62px);
    padding: 10px 50px 10px 12px;
    border: 1px solid #13203a29;
    border-radius: 8px;
    height: 100%;
    align-content: center;
  }
  body .modal-vacancy-form-input-box .select2-container .select2-selection--single {
    width: calc(100%);
    padding: 10px 50px 10px 12px;
}
  body
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
  }
  body .select2-container--open .select2-dropdown--below {
    border: 0;
    border-radius: 8px;
    background: #d9e2d8;
    box-shadow: 0px 0px 20px 0px #00000040;
  }
  body .select2-results__option {
    padding: 10px 20px;
  }
  .modal-order-paymen-radio {
    gap: 16px 50px;
  }
  .input-radio {
    gap: 12px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  input[type="radio"]:after,
  input[type="checkbox"]:after {
    content: "";
    width: 15px;
    height: 15px;
  }
  .modal-order-payment-form-input-box
    .select2-container
    .select2-selection--single {
    border: 1px solid #13203a29;
    width: calc(100%);
    padding: 10px 50px 10px 10px;
    flex-grow: 1;
    background: transparent;
    height: 100%;
  }
  .modal-order-paymen-photo-text {
    gap: 14px;
  }
  .input-text.input-file {
    position: relative;
    padding-right: 60px;
    width: calc(100% - 60px);
  }
  .input-file-text:after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .column-input-box {
    gap: 9px;
  }
  .textarea-height100 .input-text {
    height: calc(100% - 24px);
  }
  /* ///////////////////////////////////////////////// ПОРТФОЛИО //////////////////////////////////////////////////////////*/
  .portfolio-content{
    gap: 20px;
    width: 100%;
  }
  .portfolio-title-box{
    gap: 50px;
    width: 85vw;
    margin: 0 auto;
  }
  .portfolio-btn-box{
    gap: 6px;
    flex-wrap: nowrap;
  }
  .portfolio-btn-box>a{
    width: calc(50% - 3px);
    padding: 8px 10px;
    align-content: center;
    font-size: 12px;
  }
  /* /////////////////////////////////////////////////СТРАНИЦА ВАКАНСИЙ */
.vacancy-first{
  margin-top: 100px;
  gap: 20px;
}
.vacancy-first-info{
  gap: 0px;
  flex-wrap: wrap;
}
.vacancy-first-img{
  width: calc(100%);
  height: 80vw;
  z-index: 1;
}
.vacancy-first-img img{
  width: calc(100%);
  position: relative;
  right: 0;
}
.vacancy-first-text-box{
  width: calc(100% - 4.16vw - 2.29vw);
  padding: 28px 13px 22px 13px;
  gap: 24px;
  transform: translateY(-8px);
}
.vacancy-first-text-box .btn-black-transp{
  width: calc(100% - 60px);
}
.vacancy-type{
  gap: 20px;
}
.vacancy-type-title{
  gap: 20px;
}
.vacancy-type-title h2{
  width: calc(50%);
}
.vacancy-type-btn-box{
  width: calc(100%);
  gap: 8;
  align-items: end;
  flex-wrap: nowrap;
}
.vacancy-type-btn{
  width: calc(50% - 4px - 2.28vw - 4px);
}
.vacancy-type-btn span{
  display: none;
}
.vacancy-type-item-btn{
  gap: 20px;
  padding: 20px 24px;
}
.vacancy-type-item-btn p{
  width: calc(100% - 48px - 20px);
}
.vacancy-type-item-btn-svg{
  width: 42px;
  height: 42px;
}
.vacancy-type-item-btn:hover .vacancy-type-item-btn-svg,
.vacancy-type-item-btn.active:hover .vacancy-type-item-btn-svg{
  transform: rotate(-180deg);
}
.vacancy-type-content{
  padding: 0 24px 0 24px;
  flex-wrap: wrap;
}
.vacancy-type-text{
  width: calc(100%);
}
.vacancy-type-content .btn-white-transp{
  margin-top: 20px;
  width: calc(100% - 60px);
}
.info-page-more-img{
  height: 65vw;
}
/* ///////////////////////////////////////////////////// СТРАНИЦА О НАС*/
.about-banner .catalog-banner-content{
  padding-bottom: 24px;
}
.about-first-info{
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 0;
}
.about-first-img{
  width: calc(100%);
  order: -1;
  height: 70vw;
  z-index: 1;
}
.about-first-img img{
  width: calc(100%);
  position: relative;
  border-radius: 8px;
}
.about-first-text-box{
  position: relative;
  top: -8px;
  width: calc(100% - 26px);
  padding: 28px 13px 20px 13px;
}
.about-tur{
gap: 20px;
}
.about-tur .about-tur-mobile-title{
  display: inline-block!important;
  order: 1;
}
.about-tur-img{
height: 70vw;
order: 2;
}
.about-tur h2{
  order: 3;
}
.about-tur-text-box{
  order:4;
gap: 20px;
flex-wrap: wrap!important;
}
.about-tur-text-box .btn-white-transp{
min-width: auto;
width: calc(100% - 60px);
}
.about-control{
gap:48px;
}
.about-control-info{
gap: 0px;
flex-wrap: wrap;
}
.about-control-img{
width: calc(100%);
height: 70vw;
z-index: 1;
}
.about-control-img img{
width: calc(100%);
right: 0;
}
.about-control-text-box{
  position: relative;
  top: -8px;
  width: calc(100% - 26px);
  padding: 28px 13px 20px 13px;
}
/*/////////////////////////////////////////////////  ПРОИЗВОДСТВО ////////////////////////////////////////////*/
.manufacture-first-info{
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 0;
}
.manufacture-first-img{
  width: calc(100%);
  order: -1;
  height: 70vw;
  z-index: 1;
}
.manufacture-first-img img{
  width: calc(100%);
  position: relative;
  border-radius: 8px;
}
.manufacture-first-text-box{
  position: relative;
  top: -8px;
  width: calc(100% - 26px);
  padding: 28px 13px 20px 13px;
}
.manufacture-control{
gap:48px;
}
.manufacture-control-info{
gap: 0px;
flex-wrap: wrap;
}
.manufacture-control-img{
width: calc(100%);
height: 70vw;
z-index: 1;
order: -1;
}
.manufacture-control-img img{
width: calc(100%);
right: 0;
}
.manufacture-control-text-box{
  position: relative;
  top: -8px;
  width: calc(100% - 26px);
  padding: 28px 13px 20px 13px;
}
.manufacture-faq-content{
  gap: 24px;
}
.manufacture-faq-content-left{
  width: calc(100%);
  gap: 24px;
  height: max-content;
  position: relative;
  top: 0px;
}
.manufacture-faq-content-main-text{
  gap: 24px;
}
.manufacture-faq-content-number{
  display: none;
}
.manufacture-faq-content-left .btn-white-transp{
  width: calc(100% - 60px);
}
.manufacture-faq-content-acc-box{
  width: calc(100%);
}
.manufacture-faq-content-acc-item{
  border-radius: 6px;
}
.manufacture-faq-content-acc-btn{
  padding: 21px 24px 18px 24px;
}
.manufacture-faq-content-acc-btn-svg{
  width: 42px;
  height: 42px;
  min-width: 42px;
}
.manufacture-faq-content-acc-text{
  padding: 0 65px 0 24px;
  border-radius: 6px;
}
.manufacture-faq-content-acc-text.active{
  padding: 15px 65px 21px 24px;
}
/*///////////////////////////////////////////////// СТРАНИЦА С ИНФОРМАЦИЕЙ ////////////////////////////////////////////*/
.info-page-control{
  gap: 50px;
}
.info-page-control-info-container {
  min-height: 100vw;
}
.info-page-tab-btn-box{
  gap: 0;
  width: 85vw;
  margin-left: 7.5vw;
  margin-right: 7.5vw;
  flex-direction: column;
  position: relative;
}
.info-page-tab-btn-select{
  display: flex;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: start;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  width: calc(100% - 40px - 3px);
  padding: 12px 20px 12px 20px;
  border: 1.47px solid #FFFFFF;
  background: #020F29;
}
.info-page-tab-btn-select-box{
  position: absolute;
  display: flex;
  width: calc(100% - 3px);
  left: 0;
  top: 100%;
  background: #020F29;
  border: 1.47px solid #FFFFFF;
  border-top: 0px;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}
.info-page-tab-btn{
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;

  width: calc(100% - 20px);
  padding: 10px;
  border: 0px solid #FFFFFF;
  transition: .4s;
}
.info-page-tab-btn:hover{
  border: 0px solid #4B81F6;
  color: #4B81F6;
}
.info-page-tab-btn.active{
  border: 0px solid #4B81F6;
  background: #4B81F6;
  color: #FFFFFF;
}
.info-page-control-info{
  gap: 0px;
  flex-wrap: wrap;
  padding: 0 7.5vw;
}
.info-page-control-img{
  width: calc(100%);
  height: 70vw;
  z-index: 1;
}
.info-page-control-img img{
  border-radius: 8px;
}
.info-page-control-text-box{
  width: calc(100% - 32px);
  padding: 28px 16px 20px 16px;
  position: relative;
  top: -8px;
  gap: 14px;
}
.info-page-control-text-box .btn-black-transp{
   width: calc(100% - 60px);
   margin-top: 14px;
}
.faq{
  gap: 20px;
}
.page-404{
		gap: 30px;
		height: calc(90vh - 60vw);
      padding-top: 60vw;
	}
	.page-404-img{
		width: 100%;
	}
  .page-404 .btn-white-transp{
      margin-top: auto;
  }
}
/* End */
/* /local/templates/dev/components/bitrix/news.detail/burger_swiper/style.css?1751612569155 */
/* /local/templates/dev/styles.css?175196730942 */
/* /local/templates/dev/template_styles.css?1751613691106838 */
