* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #FFE600;
  --secondary: #0e191d;
  --title: #0c0c0c;
  --text: #6e6e6e;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 147rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
button{
  background-color: transparent;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: "Heebo", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}

.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  --h: 100%;
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_hv:hover img {
  transform: scale(1.03);
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0;
  top: 0;
}


.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}

body .swiper-pagination{
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.3s;
    margin-top: 2.3rem;
}
body .swiper-pagination .swiper-pagination-bullet{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
    background-color: #8E8F94;
}
body .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #1C202B;
}

.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.head .subtitle{
  font-size: 1.4rem;
  color: #0a0a0a;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.head .subtitle + h2{
  margin-top: 1.5rem;
}
.head h2{
  font-size: 5.2rem;
  line-height: 6.2rem;
  font-weight: 700;
  color: #0a0a0a;
}
.head p{
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #353535;
}
.head .subtitle:before{
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(-0.3rem);
  display: inline-block;
  margin-right: 1.2rem;
  background: url('../images/subtitle_icon.svg') no-repeat center/contain;
}
.btn{
  line-height: 5.5rem;
  padding: 0 3.2rem;
  padding-top: 0.2rem;
  background-color: var(--primary);
  color: var(--title);
  border-radius: 0.4rem;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.6rem;
  width: max-content;
}
.btn:hover{
  filter: brightness(120%);
}

.btn.arrow{
  display: flex;
  align-items: center;
}
.btn.white{
  background-color: white;
}
.btn.white:hover{
  background-color: var(--primary);
  color: var(--title);
}
.btn.arrow:after{
  content: "";
  width: 1.45rem;
  height: 1.45rem;
  display: inline-block;
  background: url('../images/btn_arrow.svg') no-repeat center/contain;
  margin-left: 3.2rem;
}
.btn.border{
  border: 1px solid #C9C9C9;
  background-color: transparent;
  border-radius: 0.4rem;
}
.btn.border:hover{
  background-color: var(--title);
  color: white;
  border-color: var(--title);
}
.swiper_btns {
  gap: 2.5rem;
  display: flex;
}
.swiper_btns div {
  width: 6rem;
  height: 6rem;
  border-radius: 0.4rem;
  background-color: var(--primary);
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.swiper_btns div:hover {
  filter: brightness(110%);
}
.swiper_btns div.swiper-button-disabled {
  background-color: #0A0A0A;
}
.swiper_btns div.swiper-button-disabled:after{
  filter: brightness(100);
}
.swiper_btns div.btn_prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper_btns div::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/swiper_right.svg') no-repeat center / contain;
  filter: brightness(0);
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}

header .btn{
  line-height: 4.9rem;
  padding-top: 0.2rem;
  margin-left: 1.5rem;
}
header {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 996;
  transition: all 0.4s;
  top: -5.8rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
header.style {
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
header.style .header_top {
  display: none;
}
header.hide {
  top: -15.5rem;
}
header .header_top {
  padding: 1.65rem 0;
  background-color: var(--primary);
}
header .header_top p{
  color: #111;
}
header nav div .menu>li{
  position: relative;
}
header nav div .menu > li > a{
  display: inline-block;
  line-height: 9.4rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}
header nav .menu > li > a:hover{
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a, header nav .menu > li.current-menu-parent > a{
  color: var(--primary);
}
header nav div .menu{
  display: flex;
  gap: 2rem;
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

header .header_main{
  background-color: white;
}
header .logo img{
  width: 14.3rem;
  height: auto;
  transform: translateY(0.4rem);
}
header .logo p{
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
header nav{
  margin-left: 13rem;
}
header nav .sub-menu > li {
  position: relative;
}
header nav .sub-menu > li + li {
  margin-top: 4px;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 15px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
  border-radius: 6px;
}
header nav .sub-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .sub-menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: auto;
  opacity: 1;
}
header nav .sub-menu .sub-menu {
  left: 100%;
  top: 50%;
}
header .close, header .btn_menu{
  display: none;
}
header .btns{
  display: flex;
  gap: 2rem;
  align-items: center;
}
header .btn_lang{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
header .btn_lang:before{
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: url('../images/btn_lang.svg') no-repeat center/contain;
  transform: translateY(-1px);
}
header .btn_search{
  width: 1.85rem;
  height: 1.85rem;
  display: inline-block;
  text-indent: -999999px;
  background: url('../images/btn_search.svg') no-repeat center/contain;
}

footer{
  background-color: #1E1E1E;
  color: white;
}
footer .footer_top{
  padding: 11.9rem 0 13rem;
  padding-right: 15.8rem;
}
footer .logo p{
  opacity: 0;
  position: absolute;
}
footer .logo{
  margin-bottom: 4.5rem;
  display: inline-block;
}
footer .logo img{
  display: block;
  width: 23rem;
  height: auto;
}
footer .col strong{
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
footer .col strong:after{
  content: "";
  width: 1.8rem;
  height: 0.1rem;
  display: block;
  margin-top: 1.5rem;
  background-color: var(--primary);
}
footer .col .contact_infos{
  margin-bottom: 2.8rem;
}
footer .contact_col{
  margin-right: 6rem;
}
footer .col .contact_infos a{
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
footer .col .contact_infos a:before{
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transform: translateY(-0.15rem);
  background: url('../images/footer_phone.svg') no-repeat center/contain;
}
footer .col .contact_infos .phone a:before{
  background-size: 80%;
}
footer .col .contact_infos .email a:before {
  background-image: url('../images/footer_email.svg');
}
footer .col .contact_infos .whatsapp a:before {
  background-image: url('../images/footer_whatsapp.svg');
}
footer .col .contact_infos li + li{
  margin-top: 1.5rem;
}
footer .col .social ul{
  display: flex;
  gap: 1.2rem;
}
footer .col .social ul li a{
  width: 4.7rem;
  height: 4.7rem;
  display: inline-block;
  text-indent: -9999999px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.07);
}
footer .col .social ul li a:hover{
  background-color: var(--primary);
}
footer .col .social ul li a:after{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/facebook.svg') no-repeat center/40% 40%;
}
footer .col .social ul li.instagram a:after{
  background-image: url('../images/instagram.svg');
}
footer .col .social ul li.youtube a:after{
  background-image: url('../images/youtube.svg');
}
footer .col .social ul li.linkedin a:after{
  background-image: url('../images/linkedin.svg');
  background-size: 38%;
}
footer .col .social ul li.twitter a:after{
  background-image: url('../images/twitter.svg');
  background-size: 35%;
}
footer .col div ul>li>a{
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.3s;
}
footer .col div ul>li>a:hover{
  color: white;
}
footer .col:not(.contact_col) ul > li + li{
  margin-top: 1.2rem;
}
footer .copyright{
  padding: 2rem 0 1.6rem;
  position: relative;
}
footer .copyright p{
  font-size: 1.4rem;
  color: #0b0e1e;
  font-weight: 500;
}
footer .copyright div ul{
  display: flex;
  gap: 3rem;
}
footer .copyright div ul li a{
  font-size: 1.4rem;
  font-weight: 400;
  color: #0c0c0c;
  transition: all 0.3s;
}
footer .copyright div ul li a:hover{
  color: white;
}
.copyright:after{
  content: "";
  height: 100%;
  width: calc(100% + 7.4rem);
  border-radius: 1px;
  background-color: var(--primary);
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.copyright .flex{
  position: relative;
  z-index: 9;
}
.page_start{
    padding: 10rem 0 12rem;
    overflow: hidden;
}
.page_start .left{
    width: 40.76%;
}
.page_start .left .head h2{
    margin-bottom: 3rem;
}
.page_start .left .head h2 span{
    position: relative;
    display: inline-block;
}
.page_start .left .head h2 span:after{
    content: "";
    width: 100%;
    height: 0.7rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    background-color: var(--primary);
    z-index: -1;
}
.page_start .left .head p + p{
    margin-top: 1.4rem;
}
.page_start .left .btns{
    margin-top: 3rem;
}
.page_start .left .btns .btn{
    width: max-content;
    text-transform: uppercase;
    min-width: 29.5rem;
    justify-content: center;
    text-align: center;
    font-weight: 600;

}
.page_start .left .btns .btn.btn.arrow:after{
    margin-left: 2rem;
}
.page_start .left .btns .btn + .btn{
    margin-top: 2.3rem;
}
.page_start .right{
    width: 48.61%;
    padding-top: 6.3rem;
    position: relative;
}
.page_start .right:hover .img img{
    transform: scale(1.1);
}
.page_start .right:after{
    content: "";
    background: url('../images/home_start_bg.svg') no-repeat right top/80%;
    position: absolute;
    right: -5.8rem;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.page_start .right .img{
    max-width: 64.2rem;
    aspect-ratio: 640/503;
    border-radius: 0.8rem;
    margin-left: auto;
}

.page_proejcts{
    padding: 12.5rem 0 9.5rem;
}
.page_proejcts .head h2{
    max-width: 57rem;
    padding-bottom: 6.5rem;
}
.page_proejcts .head .right{
    max-width: 61.8rem;
}
.page_proejcts .head a.arrow_line{
    margin-top: 1.8rem;
}
.page_proejcts .head{
    margin-bottom: 6.2rem;
}

a.arrow_line{
    font-size: 1.6rem;
    color: #0e191d;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    padding-bottom: 0.8rem;
}
a.arrow_line:after{
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    margin-left: 1.8rem;
    background: url('../images/btn_arrow.svg') no-repeat center/contain;
}
a.arrow_line:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
a.arrow_line:hover:before{
    width: 0;
}

.page_proejcts .main .left{
    width: 16.45%;
}
.page_proejcts .main .right{
    width: 82.29%;
    overflow: hidden;
}
.page_proejcts .main .left .title{
    font-size: 4.4rem;
    font-weight: 600;
    color: #0a0a0a;
    width: 100%;

    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: flex-end;
    padding: 2.4rem 0.5rem;
    aspect-ratio: 236/497;
    background: url('../images/home_project_bg.svg') no-repeat center/cover;
}
.page_proejcts .main .right .img{
    aspect-ratio: 942/497;
    margin-bottom: 2.5rem;
}
.page_proejcts .main .right .icon{
    width: 9.2rem;
    height: 9.2rem;
    margin-left: auto;
    background-color: #E6E6E6;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_proejcts .main .right .icon img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.page_proejcts .main .right .info strong{
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--title);
    display: block;
    margin-bottom: 0.6rem;
}
.page_proejcts .main .right .info p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: rgba(10, 10, 10, 0.85);
    font-weight: 500;
    max-width: 55.5rem;
}
.page_proejcts .swiper-pagination{
    font-size: 2.3rem;
    font-weight: 600;

    justify-content: left;

}
.page_proejcts .swiper-pagination .swiper-pagination-total{
    color: #aaaaaa;
}

.page_proejcts .swiper_btns{
    position: absolute;
    right: 0;
    bottom: 4rem;
    z-index: 9;
}

.page_fit{
    padding: 18.5rem 0 7rem;
}
.page_fit .head{
    color: white;
}
.page_fit.img_bg{
    background-color: black;
}
.page_fit.img_bg>img{
    opacity: 0.1;
    z-index: 1;
}
.page_fit .content{
    z-index: 9;
}
.page_fit .head .subtitle{
    color: white;
    font-weight: 500;
}
.page_fit .head h2{
    color: white;
    max-width: 56rem;
    padding-bottom: 10rem;
}
.page_fit .head {
    margin-bottom: 4.5rem;
}
.page_fit .head p{
    max-width: 61.5rem;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 400;
}
.page_fit .head p + p{
    margin-top: 3rem;
}

body.error404 .page-content {
  padding: 12rem 0 14rem;
  min-height: calc(100vh - 18rem);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
body.error404 .page-content::before {
  content: "404";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(18rem, 22vw, 32rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(14, 25, 29, 0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
body.error404 .page-content .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
body.error404 .page-content .head {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 68rem;
}
body.error404 .page-content .head .subtitle + h1 {
  margin-top: 1.5rem;
}
body.error404 .page-content .head h1 {
  font-size: 8rem;
  line-height: 0.95;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: -0.03em;
}
body.error404 .page-content .head h1 span {
  display: block;
  margin-top: 1.8rem;
  font-size: 5.2rem;
  line-height: 6.2rem;
  letter-spacing: 0;
  position: relative;
}
body.error404 .page-content .head h1 span::after {
  content: "";
  width: 100%;
  height: 0.7rem;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  background-color: var(--primary);
  z-index: -1;
}
body.error404 .page-content .head p {
  margin-top: 2.5rem;
  max-width: 52rem;
}
body.error404 .page-content .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3rem;
  margin-top: 4rem;
}
body.error404 .page-content .btns .btn {
  min-width: 22rem;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
body.error404 .page-content .btns .btn.arrow::after {
  margin-left: 2rem;
}

.page_fit .main ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.6rem;
}
.page_fit .main ul li{
    grid-column: span 2;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    padding: 6rem 3.5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 36.4rem;
    transition: all 0.3s;
}
.page_fit .main ul li .img_pro{
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.5s;
}
.page_fit .main ul li.active .img_pro{
    opacity: 1;
}
.page_fit .main ul li.active .img.bg{
    opacity: 0;
}
.page_fit .main ul li .img_pro img{
    height: 80%;
    right: 0;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page_fit .main ul li .img.bg>img{
    opacity: 0.1;
}
.page_fit .main ul li .img.bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.page_fit .main ul li:nth-of-type(1), .page_fit .main ul li:nth-of-type(2){
    grid-column: span 3;
    padding: 4.5rem 3.5rem;
}
.page_fit .main ul li .icon{
    position: relative;
    z-index: 9;
}
.page_fit .main ul li .icon img{
    height: 4.9rem;
    width: auto;
}

.page_fit .main ul li .info {
    position: relative;
    z-index: 9;
}
.page_fit .main ul li .info p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #4f4f4f;
    max-width: 37rem;
}
.page_fit .main ul li .info strong{
    font-size: 2.6rem;
    font-weight: 600;
    color: #0a0a0a;
    display: block;
    line-height: 3.2rem;
    margin-bottom: 2.5rem;
    max-width: 27rem;
}
.page_fit .main ul li:nth-of-type(1) .info, .page_fit .main ul li:nth-of-type(2) .info{
    max-width: 36.3rem;
}
.page_fit .main ul li:nth-of-type(1) .info strong, .page_fit .main ul li:nth-of-type(2) .info strong{
    max-width: 80%;
}
.page_fit .main ul li.active{
    background-color: var(--primary);
}

.page_fit .main p.center{
    margin-top: 4.7rem;
}
.page_fit .main p .btn{
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
}


@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }

  .head h2{
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    margin-left: 0;
    --radius: 8px;
  }
  header .btn_menu{
    display: block;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-indent: -999999px;
    background: url('../images/menu.svg') no-repeat center / contain;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav > .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .close_box {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../images/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
  }
  header nav .menu > li + li {
    margin-top: 8px;
  }
  header nav .menu > li > a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children > a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../images/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu > li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu > li + li {
    margin-top: 6px;
  }
  header nav .sub-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu .menu-item-has-children > a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu > li + li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu > li > a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }

  .head h2{
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {

  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .head .subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .head .desc,
  .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn{
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .btn::after{
    width: 10px;
    height: 8px;
  }
  header{
    padding: 10px 0;
    top: 0;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  header.hide{
    top: -61px;
  }
  header .header_top{
    display: none;
  }
  header .header_top p{
    font-size: 12px;
  }
  header .logo img{
    width: 7rem;
  }
  header .btn_quote{
    display: none;
  }
  header .btns{
    gap: 20px;
    min-height: unset;
  }
  header nav div .menu{
    display: block;
  }
  header .btn_search{
    width: 20px;
    height: 20px;
  }
  header nav div .menu > li > a{
    line-height: 1.5;
  }
  header .btn_lang:before{
    width: 20px;
    height: 20px;
  }
  header .btn_menu{
    display: block;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-indent: -999999px;
    background: url('../images/menu.svg') no-repeat center / contain;
  }
  header nav .close_box + div{
    padding-top: 30px;
  }
  .head.flex{
    flex-flow: wrap;
  }
  footer .footer_top{
    padding: 40px 0;
    padding-right: 0;
  }
  footer .footer_top > .flex{
    flex-flow: wrap;
    gap: 0;
  }
  footer .col{
    width: 100%;
  }
  footer .col.contact_col{
    margin-right: 0;
    margin-top: 20px;
    order: 9;
  }
  footer .col.foot_nav strong{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  footer .col.foot_nav strong:after{
    content: "";
    width: 12px;
    height: 12px;
    background: url('../images/select.svg') no-repeat center/contain;
    filter: brightness(100);
    transition: all 0.3s;
  }
  footer .col.foot_nav.active strong:after{
    transform: rotate(180deg);
  }
  footer .col.foot_nav strong + div{
    display: none;
    padding: 15px 0;
  }
  footer .col div ul > li > a{
    font-size: 14px;
  }
  footer .logo img{
    width: 120px;
  }
  footer .col .social ul{
    gap: 10px;
  }
  footer .col .social ul li a{
    width: 36px;
    height: 36px;
  }
  footer .col .contact_infos a{
    font-size: 14px;
  }
  footer .copyright{
    padding: 15px 0;
    overflow: hidden;
  }
  footer .copyright .flex{
    flex-flow: wrap;
    gap: 10px;
    justify-content: center;
  }
  footer .copyright p{
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .copyright div ul{
    gap: 15px;
  }
  footer .copyright div ul li a{
    font-size: 12px;
  }
  .swiper_btns div{
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after{
    width: 13px;
    height: 13px;
  }
  .page_start{
    padding: 50px 0;
  }
  .page_start .flex{
    flex-flow: wrap;
  }
  .page_start .left{
    width: 100%;
  }
  .page_start .left .head h2{
    margin-bottom: 15px;
  }
  .page_start .left .btns{
    margin-top: 20px;
  }
  .page_start .left .btns .btn{
    min-width: unset;
    width: 100%;
  }
  .page_start .right{
    width: 100%;
    padding-top: 30px;
    margin-top: 20px;
  }
  .page_start .right .img{
    max-width: unset;
  }
  .page_proejcts{
    padding: 50px 0;
  }
  .page_proejcts .head h2{
    padding-bottom: 15px;
  }
  .page_proejcts .head{
    margin-bottom: 30px;
  }
  .page_proejcts .main .flex{
    flex-flow: wrap;
  }
  .page_proejcts .main .left{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .page_proejcts .main .left .title{
    writing-mode: unset;
    font-size: 22px;
    padding: 20px;
    aspect-ratio: unset;
  }
  .page_proejcts .main .right{
    width: 100%;
  }
  .page_proejcts .main .right .info strong{
    font-size: 20px;
  }
  .page_proejcts .main .right .icon{
    width: 60px;
    height: 60px;
  }
  .page_proejcts .swiper_btns{
    position: static;
    margin-top: 20px;
  }
  .page_fit{
    padding: 50px 0;
  }
  .page_fit .head h2{
    padding-bottom: 15px;
  }
  .page_fit .head{
    margin-bottom: 30px;
  }
  .page_fit .main ul{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page_fit .main ul li{
    grid-column: span 1 !important;
    padding: 30px 20px;
    min-height: unset;
  }
  .page_fit .main ul li .icon img{
    height: 35px;
  }
  .page_fit .main ul li .info strong{
    font-size: 18px;
    margin-bottom: 12px;
    max-width: unset !important;
  }
  body.error404 .page-content {
    padding: 50px 0 60px;
    min-height: calc(100vh - 120px);
  }
  body.error404 .page-content::before {
    font-size: 120px;
    right: 0;
    top: 30px;
    transform: none;
    opacity: 0.35;
  }
  body.error404 .page-content .head h1 {
    font-size: 56px;
    line-height: 1;
  }
  body.error404 .page-content .head h1 span {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 12px;
  }
  body.error404 .page-content .head p {
    margin-top: 16px;
  }
  body.error404 .page-content .btns {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  body.error404 .page-content .btns .btn {
    width: 100%;
    min-width: unset;
  }
  .page_fit .main ul li .info p{
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }
  .page_fit .main p.center{
    margin-top: 30px;
  }
  section .main.flex{
    flex-flow: wrap;
  }
  section .head > .flex{
    flex-flow: wrap;
  }
}

/* quote modal */
.quote_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 12, 12, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.quote_modal.active {
  opacity: 1;
  visibility: visible;
}
.quote_modal_close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.quote_modal_close::before,
.quote_modal_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.quote_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quote_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quote_modal_close:hover::before,
.quote_modal_close:hover::after {
  background-color: var(--primary);
}
.quote_modal_inner {
  width: 92%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e8e5f0;
  border-radius: 1.2rem;
  padding: 3.6rem 3.2rem;
}
.quote_modal .form form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 1.5rem;
}
.quote_modal .form form strong.title,
.quote_modal .form form > .head {
  display: none;
}
.quote_modal_inner .head {
  text-align: center;
  margin-bottom: 2.4rem;
}
.quote_modal_inner .head .subtitle {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}
.quote_modal_inner .head .subtitle:before {
  display: none;
}
.quote_modal_inner .head .subtitle + h2 {
  margin-top: 0;
}
.quote_modal_inner .head h2 {
  color: var(--title);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.quote_modal_inner .head h2 span {
  color: var(--primary);
}
.quote_modal_inner .con {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.quote_modal_inner .con > span {
  width: 100%;
}
.quote_modal_inner .con > span.col2 {
  width: calc(50% - 0.75rem);
}
.quote_modal .form form br {
  display: none;
}
.quote_modal .form form .hidden-fields-container {
  display: none;
}
.quote_modal .form form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.quote_modal .form form span.col2 > label,
.quote_modal .form form span.col_file > label,
.quote_modal .form form span.col_textarea > label,
.quote_modal .form form > span > label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #303030;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
}
.quote_modal .form form span label i {
  color: var(--primary);
  margin-left: 0.4rem;
}
.quote_modal .form form span {
  display: block;
  width: 100%;
}
.quote_modal .form form span.col2 {
  width: calc(50% - 0.75rem);
}
.quote_modal .form form span input:not([type="checkbox"]),
.quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]) {
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  border: 1px solid #dddddd;
  border-radius: 0.6rem;
  width: 100%;
  color: #111;
  font-size: 1.5rem;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #fff;
}
.quote_modal .form form span input:not([type="checkbox"]):focus,
.quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]):focus,
.quote_modal .form form textarea:focus,
.quote_modal .form form span select:focus,
.quote_modal .form form .wpcf7-form-control-wrap select:focus {
  border-color: var(--primary);
  outline: none;
}
.quote_modal .form form span select,
.quote_modal .form form .wpcf7-form-control-wrap select {
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  border: 1px solid #dddddd;
  border-radius: 0.6rem;
  width: 100%;
  font-size: 1.5rem;
  color: #60686d;
  background: #fff url('../images/select.svg') no-repeat right 1.5rem center/1.2rem;
  box-sizing: border-box;
  appearance: none;
}
.quote_modal .form form .upload_con {
  padding: 1.8rem;
  border-radius: 0.6rem;
  border: 2px dashed #dddddd;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.quote_modal .form form .upload_con:hover {
  border-color: var(--primary);
}
.quote_modal .form form .upload_con.has-file {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb, 0, 0, 0), 0.04);
}
.quote_modal .form form .upload_con.dragover {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb, 0, 0, 0), 0.06);
}
.quote_modal .form form .upload_filename {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}
.quote_modal .form form .upload_con .upload_hint {
  font-weight: 400;
}
.quote_modal .form form .upload_con .icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.quote_modal .form form .upload_con p {
  font-size: 1.4rem;
  color: #666666;
}
.quote_modal .form form .upload_con p strong {
  font-weight: 600;
  color: #111111;
}
.quote_modal .form form .upload_con span {
  font-size: 1.4rem;
  color: #888888;
  margin-top: 0.5rem;
}
.quote_modal .form form span.col_file,
.quote_modal .form form span.col_textarea {
  margin-top: 0;
}
.quote_modal .form form textarea,
.quote_modal .form form .wpcf7-form-control-wrap textarea {
  padding: 1.4rem 1.5rem;
  border: 1px solid #dddddd;
  border-radius: 0.6rem;
  width: 100%;
  font-size: 1.5rem;
  color: #111;
  height: 14rem;
  box-sizing: border-box;
  resize: none;
  background: #fff;
}
.quote_modal .form form input[type="file"],
.quote_modal .form form .wpcf7-file {
  display: none !important;
}
.quote_modal .form form > p,
.quote_modal .form form > p.agree_row {
  font-size: 1.3rem;
  color: #60686d;
  width: 100%;
  margin: 0;
  padding: 0;
}
.quote_modal .form form > p.agree_row .wpcf7-form-control-wrap,
.quote_modal .form form .wpcf7-acceptance {
  width: 100%;
}
.quote_modal .form form > p input[type="checkbox"],
.quote_modal .form form .wpcf7-acceptance input[type="checkbox"] {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  margin: 0.15rem 0 0;
  border: 2px solid #333;
  border-radius: 0.2rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.quote_modal .form form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: block;
}
.quote_modal .form form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  column-gap: 1rem;
  row-gap: 0;
  align-items: start;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: none;
  color: #60686d;
  margin-bottom: 0;
  cursor: pointer;
}
.quote_modal .form form .wpcf7-acceptance .wpcf7-list-item-label {
  grid-column: 2;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.quote_modal .form form .btn {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  padding: 0 3rem;
  justify-content: center;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
  position: relative;
}
.quote_modal .form form .btn:not(.is-ready) {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}
.quote_modal .form form .btn.is-ready {
  opacity: 1;
  cursor: pointer;
}
.quote_modal .form form .btn.is-ready:hover {
  filter: brightness(120%);
}
.quote_modal .form form .btn > p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.quote_modal .form form > p.agree_row.needs-attention {
  color: #c0392b;
}
.quote_modal .form form .btn:after {
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 1.2rem;
}
.quote_modal .form form .btn input[type="submit"] {
  display: none;
}
.quote_modal .form form .btn input[type="submit"]:disabled {
  display: none;
}
.quote_modal .form form > p input:checked,
.quote_modal .form form .wpcf7-acceptance input:checked {
  background: url('../images/correct.svg') no-repeat center/100%;
  background-color: var(--primary);
  border-color: var(--primary);
}
.quote_modal .form .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  width: 24px;
}
.quote_modal .form .wpcf7-response-output {
  width: 100%;
  margin: 1rem 0 0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.3rem;
}
.quote_modal .form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #c0392b;
  margin-top: 0.4rem;
}
body.quote_modal_open {
  overflow: hidden;
}



div.search-block {
  position: fixed;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}



@media (max-width: 768px) {
  .quote_modal_inner {
    padding: 3rem 2rem;
    border-radius: 1.2rem;
  }
  .quote_modal .form form {
    gap: 1.2rem;
  }
  .quote_modal .form form strong.title,
  .quote_modal_inner .head h2 {
    font-size: 1.8rem;
  }
  .quote_modal .form form span.col2,
  .quote_modal_inner .con > span.col2 {
    width: 100%;
  }
  .quote_modal .form form span input:not([type="checkbox"]),
  .quote_modal .form form .wpcf7-form-control-wrap input:not([type="checkbox"]) {
    line-height: 4rem;
    font-size: 1.4rem;
  }
  .quote_modal .form form span select,
  .quote_modal .form form .wpcf7-form-control-wrap select {
    line-height: 4rem;
    font-size: 1.4rem;
  }
  .quote_modal .form form textarea,
  .quote_modal .form form .wpcf7-form-control-wrap textarea {
    height: 12rem;
    font-size: 1.4rem;
  }
  .quote_modal .form form span.col2 > label,
  .quote_modal .form form span.col_file > label,
  .quote_modal .form form span.col_textarea > label,
  .quote_modal .form form > span > label {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .quote_modal .form form > p,
  .quote_modal .form form > p.agree_row {
    font-size: 1.3rem;
  }
  .quote_modal .form form .upload_con p {
    font-size: 1.5rem;
  }
  .quote_modal .form form .upload_con span {
    font-size: 1.4rem;
  }
  .quote_modal .form form > p input[type="checkbox"],
  .quote_modal .form form .wpcf7-acceptance input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }
  .quote_modal .form form .btn {
    font-size: 1.5rem;
  }

  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../images/icon-search.svg) no-repeat center/contain;
  }
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }
}
