
:root {

/*  ********* дизайнерские цвета ******** */

  --btn-dark:#083c22;
  --btn-hover:rgba(8, 58, 33, 0.8);
  --bg-lite-green: #b6cfb6;
}

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

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border: 0;
  transition: all .15s ease-in;
  font-family: inherit;
}

.btn{
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 9px;
  border: 1px solid;
  transition: all .15s ease-in;
}
.btn:active{
  transform: translateY(3px);
}

.btn-dark {
  background-color: var(--btn-dark);
  color: white;
}
.btn-dark:hover {
  background-color: var(--bg-lite-green);
  color: var(--btn-dark);
}
.btn-lite {
  border-color: white;
  color: white;
  background-color: rgba(8, 60, 34, 0);
}
.btn-lite:hover {
  background-color: var(--btn-dark);
}

.btn-border{
  border-color: var(--btn-dark);
  color: var(--btn-dark);
}
.btn-border:hover{
  /* border-color: var(--btn-dark); */
  /* color: white; */
  background: beige;
}

/*
.btn-white {
  border-color: white;
  /* background-color: #fff;
  color: white;
} */

.none {
  display: none !important;
}

.container {
  position: relative;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
 /* //конец общих стилей */

/* top btn */
.top-btn{
position: fixed;
bottom: 10px;
right: 25px;
transform: translateX(200%);
opacity: 0.4;
transition: all .25s ease-in;
}
.top-btn.--active{
cursor: pointer;
transform: translateX(0%);
transition: all .15s ease-in;
z-index: 20;
}
.top-btn:hover{
opacity: 1;
}

 /* padding */
.pt15{
padding-top: 15px;
}
.pt25{
  padding-top: 25px;
}
.pt50{
  padding-top: 50px;
}
.pb15{
  padding-bottom: 15px;
}
.pb45 {
  padding-bottom: 45px;
}
.mt15{
  margin-top: 15px;
}
.mt25{
  margin-top: 25px;
}
.mt35{
  margin-top: 35px;
}
.ml25{
  margin-left: 25px;
}
.mr25{
  margin-right: 25px;
}
.pl15{
  padding-left: 15px;
}
.pr15{
  padding-right: 15px;
}

.lh1{
  line-height: 1;
}
.lh13{
  line-height: 1.3;
}
.lh15 {
  line-height: 1.5;
}
.lh2{
  line-height: 2;
}

.tac {
  text-align: center;
}
/*  ******** header ******** */
.header {
  position: relative;
  height: 100vh;
  background: rgba(90, 90, 90, 0.418);
  color: white;
}

 /* ****** slider content ***** */
.header_slide {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;

  overflow: hidden;

  /* background-image: url('../img/header/01.webp'); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  cursor: grab;
}

.header_slide.--one {
  background-image: url('../img/header/f145e-banja-Lum-viz-06-1.webp');
}
.header_slide.--to {
  background-image: url('../img/header/header-06.webp');
}
.header_slide.--tree {
  background-image: url('../img/header/header-03.webp');
}
.header_slide.--for {
  background-image: url('../img/header/f331En-Portf-Беседка-10d.webp');
}
.header_slide.--fieve {
  background-image: url('../img/header/f222L-Dom_Lebedj-Lum-05.webp');
}

.header_slide:active {
  cursor: grabbing;
}
.header_slide::before {
  content: '';
}
.header-slide_content {
  user-select: none;
  line-height: 1;
  text-align: center;
}
.header-slide_tag {
  font-size: 1.8vw;
  font-family: 'Tenor Sans';
  letter-spacing: 0.5em;
  padding-left: 3em;
  margin-bottom: 1%;
  color: rgba(255, 255, 255, 0.70);
  text-transform: uppercase;
}
.header-slide_title {
  font-size: 8vw;
  font-weight: 600;
}
/* .header-slide_title::first-letter {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(47deg,rgba(0, 0, 0, 1)10%, rgba(255, 255, 255, 1)32%);
} */

.header-slide_locations {
  display: flex;
}

.location {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 420px;
  height: 108px;
  border-radius: 9px;
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.678);
  padding-left: 95px;
  backdrop-filter: contrast(0.7);
  background-image: url('../img/icons/map-marker-line.png');
  background-repeat: no-repeat;
  background-position: 31px 37px;
  transition: all 0.15s ease-in;
}
.location:not(:first-child){
  margin-left: 30px;
}

.location:hover {
  backdrop-filter: contrast(0.9);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
}


.location_title {
  font-size: 20px;
  font-weight: 600;
}
.location_link {
  font-size: 16px;
  color: gray;
}

/*  *** header static content - nav, scroll, pagin *************** */

.header_content {
  position: absolute;

  top: 50px;
  left: 70px;
  right: 70px;
  bottom: 80px;
  /* background: rgba(90, 90, 90, 0.418); */

  pointer-events: none;
  z-index: 5;
}

header a {
  /* color: white; */
  pointer-events: all;
}
a.nav_logo {
  width: 200px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_list ul li{
font-weight: 500;
font-size: 16px;
line-height: 1.22;
padding-left: 40px;
}

.nav_list .tel-btn {
  pointer-events: all;
  padding-left: 25px;
  /* margin-left: 35px; */


  /* background: transparent; */
  /* border: 1px solid;
  border-radius: 9px; */
}

.nav_list a.tel-btn::before {
  content: '';
  transform: scaleX(0);
}

 /* полоска подчеркивания при наведении */
.nav_list a,
.mobile-nav_list a {
position: relative;
}

.nav_list a::before {
content: '';
position: absolute;
width: 100%;
height: 3px;
top: 20px;
left: 0;
background-color: rgba(235, 238, 250, 0.836);
border-radius: 1px;

transform: scaleX(0);
transform-origin: right;
transition: transform .15s ease-in;
}


.nav_list a:hover::before,
a.link-active::before {
transform-origin: left;
transform: scaleX(1);
}
.nav_list a.tel-btn::before {
  content: '';
  transform: scaleX(0);
}

 /*  // конец полоски */

/*  бургеер с полосками */
.nav_burger {
  cursor: pointer;
  pointer-events: all;
}


.nav_btn {
  display: flex;

  width: 40px;
  height: 21px;

  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.nav_btn span {
  display: inline-block;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.877);
  transition: all 0.15s ease-in;
}

.burger-line1 {
  width: 100%;
}
.burger-line2 {
  width: 75%;
}
.burger-line3 {
  width: 50%;
}

.nav_btn:hover.nav_btn span {
  width: 100%;
}

/*  иконки соцсетей  */
.header_socials {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_socials a {
  margin-top: 20px;
}

.header_see-more {
  position: absolute;
  display: flex;
  align-items: center;
  left: -51px;
  bottom: 50px;

  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: all;

  /* padding-left: 60px; */
  color: rgba(255, 255, 255, 0.808);

  transform: rotateZ(-90deg);
}
.see-line {
  display: block;
  height: 2px;
  width: 30px;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.808);
}

.header_slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: all;
}

.header_scrollbar {
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(90deg) translate(50%, 0%);
  transform-origin: right top;

  width: 300px;
  height: 10px;
  /* background: rgba(250, 4, 4, 0.89); */

  pointer-events: all;
}

.sliderPrev {
  padding: 0;
}
.sliderNext {
  padding: 0;
  margin-left: 40px;
}
.slider_controls-count {
  margin-top: 20px;
  text-align: end;
  padding-right: 7px;
}
.slider_count-current,
.swiper-pagination-current {
  font-size: 32px;
  font-weight: 600;
}
.slider_count-total {
  font-size: 18px;
  font-weight: 600;
  color: gray;
}
.count_slash {
  font-size: 18px;
  font-weight: 600;
  color: gray;
  padding-left: 7px;
  padding-right: 7px;
}

/*  *** mobile menu aside  */
.nav-overlay {
  /* content: ''; */
  position: fixed;
  pointer-events: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .2s ease-in;
}

.nav-overlay.--active {
  opacity: 1;
  z-index: 10;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  padding: 40px;
  background: rgb(63, 63, 63);

  transform: translateX(100%);
  transition: all .2s ease-in;
  z-index: 99;
}
.mobile-nav.--active {
  transform: translateX(0%);
}

.mobile-nav_close {
  cursor: pointer;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
}
.mobile-nav_list {
  /* display: block; */
  width: 65%;
  color: white;
  font-size: 36px;
  line-height: 2;
  margin-top: 15px;
  /* padding-right: 50px; */
}

.mobile-nav_list li{
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.644);
  width: 155%;
}

.mobile-nav_list a{
  padding-left: 5px;
  transition: all .2s ease-in;
}
.mobile-nav_list a:hover{
  padding-left: 20px;
  transition: all .2s ease-in;
}
.mobile-nav_list li.--active {
  background: gray;
  padding-left: 20px;
}

.btn-aside {
  margin-top: 50px;
}

/*  *********   секция Услуги ********* */
.services {
  position: relative;
  background: center / cover no-repeat url('../img/background/klumba.webp'),#eee 35%;
  background-attachment: fixed;

  padding: 55px 40px;
  /* padding-bottom: 50px; */
  /* width: 90vw; */
}
.services::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(245 245 245 / 81%);
  backdrop-filter: blur(7px);
}

.service-col .row{
  margin-left: -5px;
}
.row {
  display: flex;
  align-items: center;
}
.icon-service{
  display: inline-block;
  width: 34px;
}
.services h2{
  text-align: center;
}
.service-wrapper{
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
}
.service-col {
  padding-right: 20px;
  /* flex: 0,0,33%; */
  /* margin-top: 20px; */
}
.service-title{
  color: var(--btn-dark);
  font-weight: 500;
  padding-left: 15px;
}
.service-list{
  margin-top: 12px;
}
ul.service-list li {
  /* list-style: disc; */
  line-height: 1.5;
}
.service-list li::before{
  content: '-';
  display: inline-block;
  margin-left: -10px;
  margin-right: 5px;
}

/*  ******** этапы работ ****** */
.step{
  position: relative;
  background: center / cover no-repeat url('../img/background/klumba.webp'),#eee 35%;
  background-attachment: fixed;

  padding-bottom: 50px;
}
.step::after{
  content: '';
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: grayscale(1);
}
.step .container{
  position: relative;
  z-index: 5;
}
.step-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 45px;
}
.step-col>p{
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 25px;
}
.line-step{
  height: 2px;
  background: var(--btn-dark);
  margin-right: 20px;
  width: 100%;
}
.step-col>h3{
  margin-top: 12px;
}
.step-col h4{
  color: var(--btn-dark);
  font-weight: 600;
  /* padding-top: 3px; */
}

.step-flex{
  display: flex;
}

.step-time,
.step-price {
  /* display: flex; */
  margin-top: 15px;
  /* font-weight: 600; */
}
.step-col strong {
  color: rgb(117 0 0);
  font-weight: 600;
}

.ico-step{
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 25%;
  background: var(--btn-dark);
  border: 1px solid white;
}

  /*  рисунки по этапам */
.step-img,
.step-img img {
  height: 100%;
  /* width: 80%; */
}
.step-img img {
  object-fit: cover;
}
.pagin-step-wraper{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--btn-dark);
}
.scroll-line{
  display: flex;
  /* width: 70px; */
  justify-content: space-between;
  align-items: center;
}

/*  // end **  этапы работ ****** */

/*  ***** docs ******* */
.docs{
  position: relative;
  background: center / cover no-repeat url('../img/background/bg-09.webp'),#eee 35%;
  background-attachment: fixed;

  padding-bottom: 75px;

  color: white;
}
.docs::before{
  content: '';
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1)20%, rgba(0, 0, 0, 0.5)40%,rgba(0, 0, 0, 0.5)60%,rgba(0, 0, 0, 0.1)100%);
}
.docs-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  justify-items: center;
  gap: 15px;
  padding-top: 45px;
}
.docs-col {
  max-width: 400px;
  padding: 20px;
  background: var(--btn-dark);
  height: 100%;
}
.docs-col .--wrapper {
  height: 100%;
  padding: 15px;
  border: 1px solid var(--bg-lite-green);
}

.book-ico{
  width: 135px;
}
.chat-ico{
  width: 112px;
}

.docs img{
  display: block;
  margin: 25px auto;
  /* width: 150px; */
}
/*  // * docs ******* */

/* ******* примеры проектов */
.project{
  background: var(--bg-lite-green);
  overflow: hidden;
}
.project-title{
  position: relative;
  padding-bottom: 85px;
  text-shadow: 0 1px 5px white;
  z-index: 5;
}
.project .btn {
  position: relative;
  box-shadow: 0 1px 5px white;
  z-index: 5;
}

/* // * примеры проектов */

/* ******* о компании ******** */

.about{
  padding: 50px 0 45px;
  position: relative;
  background: center / cover no-repeat url('../img/background/bg02.webp'),#eee 35%;
  background-attachment: fixed;
  user-select: none;
}
.container.--about{
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 25px;
  color: white;
  background: var(--btn-dark);
}
.about-col{
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.about img {
  max-width: 250px;
  margin: 25px auto;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

/* ******** form float-label ********* */
.form-01,
.form-02 {
  margin: 0 auto;
  max-width: 550px;
  padding: 25px;
}
.form-02{
  margin-top: 45px;
  background: var(--bg-lite-green);
  padding-top: 2px;
}

.form-01 div,
.form-02 div {
  position: relative;
  display: flex;
  flex-direction: column-reverse;

  margin-top: 30px;
}

.form-01 input,
.form-01 textarea{
  height: 35px;

  border: 0;
  outline: none;
  color: white;
  border-bottom: 1px solid rgb(203, 253, 203);
  background: var(--btn-dark);
}

.form-02 input,
.form-02 textarea {
  height: 35px;

  border: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background: var(--bg-lite-green);
}

.form-01 textarea,
.form-02 textarea {
  height: 100px;
}

.form-02 .label-title{
  font-weight: 500;
}

.label-title {
  position: absolute;
  top: 12px;
  padding-left: 7px;
  font-size: 14px;
  color: #555555;
  transition: all 0.15s ease-in;
}
.form-01 .label-title{
  color: #b6cfb6;
}

.form-01 input:focus + .label-title,
.form-01 textarea:focus + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  transition: all 0.15s ease-in;
}

.form-01 input:not(:placeholder-shown) + .label-title,
.form-01 textarea:not(:placeholder-shown) + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  /* color: rgb(2, 87, 87); */
  transition: all 0.15s ease-in;
}

input.btn-form{
  height: unset;
  background: var(--btn-dark);
  border: 1px solid white;
}
input.btn-form:hover{
  border: 1px solid var(--btn-dark);
}

/* //end// form float-label */


/*  *** form - pop-up ***** */

.form-03 {
  margin: 0 auto;
  max-width: 550px;
  padding: 25px;
}
.form-03 {
  /* margin-top: 45px; */
  background: var(--btn-dark);
  padding-top: 2px;
}

.form-03 div {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /* margin-top: 30px; */
}

.form-03 input,
.form-03 textarea{
  height: 35px;

  border: 0;
  outline: none;
  color: white;
  border-bottom: 1px solid rgb(203, 253, 203);
  background: var(--btn-dark);
}

.form-03 textarea {
  height: 190px;
}

.form-03 .label-title {
  position: absolute;
  top: 12px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #b6cfb6;

  transition: all 0.15s ease-in;
}

.form-03 input:focus + .label-title,
.form-03 textarea:focus + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  transition: all 0.15s ease-in;
}

.form-03 input:not(:placeholder-shown) + .label-title,
.form-03 textarea:not(:placeholder-shown) + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  transition: all 0.15s ease-in;
}

input.btn-form-03{
  height: unset;
  background: var(--btn-dark);
  border: 1px solid white;
}
input.btn-form-03:hover{
  border: 1px solid var(--btn-dark);
}
/*  *** form 05 - pop-up ***** */

.form-05 {
  margin: 0 auto;
  max-width: 550px;
  padding: 25px;
}
.form-05 {
  /* margin-top: 45px; */
  background: var(--btn-dark);
  padding-top: 2px;
}

.form-05 div {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /* margin-top: 30px; */
}

.form-05 input,
.form-05 textarea{
  height: 35px;

  border: 0;
  outline: none;
  color: white;
  border-bottom: 1px solid rgb(203, 253, 203);
  background: var(--btn-dark);
}

.form-05 textarea {
  height: 222px;
}

.form-05 .label-title {
  position: absolute;
  top: 12px;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #b6cfb6;

  transition: all 0.15s ease-in;
}

.form-05 input:focus + .label-title,
.form-05 textarea:focus + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  transition: all 0.15s ease-in;
}

.form-05 input:not(:placeholder-shown) + .label-title,
.form-05 textarea:not(:placeholder-shown) + .label-title {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgb(237, 255, 251);
  transition: all 0.15s ease-in;
}

input.btn-form-05{
  height: unset;
  background: var(--btn-dark);
  border: 1px solid white;
}
input.btn-form-05:hover{
  border: 1px solid var(--btn-dark);
}
/* //end// form float-label */
/* // end **** о компании ******** */


/* ********** FAQ ********** */

.faq {
  padding: 55px 0 45px;
}

.faq-container {
  /* max-width: 950px; */
  margin: 0 auto;
  padding: 15px;
  background:#b6cfb6;
}
.faq-title{
  text-transform: uppercase;
}

.faq-wrapper {
  margin: 15px;
  /* padding: 15px; */
  border: 1px solid white;
}

.item-title{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  /* border-bottom: 1px solid white; */
}
.faq-item:not(:first-child)  {
  border-top: 1px solid white;
}

.faq-plus{
  width: 24px;
  height: 24px;
}
.span-line{
  position: relative;
  display: block;
  width: 23px;
  height: 1px;
  background: var(--btn-dark);
  top: 11px;
  transition: all .15s ease-out;
}
.span-line.--l1 {
  transform: rotate(45deg) translateY(1px);
  transform-origin: bottom;
}
.span-line.--l2{
  transform: rotateZ(-45deg);
}
.faq-item.--active .span-line.--l1{
  transform: rotateZ(0) translateY(1px);
}
.faq-item.--active .span-line.--l2{
  transform: rotateZ(0);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: all .15s ease-in;
  background: #e2e2e2;
  padding: 0 15px;
}
.faq-item.--active .faq-content {
  max-height: 500px;
  overflow: auto;
  padding: 15px;

  background: #e2e2e2;
  /* border-bottom: 1px solid white; */

  /* transition: max-height .15s ease-in; */
}
/* // end ****** FAQ ********** */

/* ********** консультация ********** */
.consult{
  position: relative;
  background: center / cover no-repeat url('../img/background/bg03.webp'),#eee 35%;
  background-attachment: fixed;

  color: white;
}
.consult::before{
  content: '';
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1)20%, rgba(0, 0, 0, 0.5)40%,rgba(0, 0, 0, 0.5)60%,rgba(0, 0, 0, 0.1)100%);
}
/* // консультация ********** */

/*  ******** breef ********* */
.breef{
  overflow: hidden;
}

.breef-title {
  padding-top: 35px;
  padding-bottom: 20px;
}
.breef-descript {
  padding-top: 10px;
  padding-bottom: 40px;
  max-width: 550px;
  margin: 0 auto;
}
.breef-form {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  /* color: #f9f9f9; */
  padding: 25px 10px 35px 25px;
  box-shadow: 0 2px 28px rgba(0,0,0,.207824);
  background-image: url("../img/background/klumba.webp"), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /* overflow: hidden; */
}
.breef-form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(245 245 245 / 81%);
  backdrop-filter: blur(7px);
}

.breef-wrapper {
  content-visibility: visible;
  opacity: 1;
  z-index: 5;
}
.breef-wrapper.--hide {
  position: absolute;
  top: 0;
  right: auto;
  /* bottom: 0; */
  left: auto;
  max-width: 1100px;
  padding: 15px 50px;
  /* transform: translate(25px); */
  content-visibility: hidden;
  opacity: 0;
  transform: scale(0);
  /* transition: all .5s ease; */
  z-index: 0;
}
.breef label{
  display: flex;
  max-width: 670px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.breef input,
select {
  min-width: 272px;
  height: 29px;
}
.breef-target [type="checkbox"]{
  min-width: 22px;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-right: auto;
}
.label-breef {
  width: 230px;
  font-size: 16px;
  font-weight: 500;
}
.red {
  color: red;
}
.breef-target {
  cursor: pointer;
  /* transition: transform .15s ease-in; */
}
.breef-target:hover{
  color: var(--btn-dark);
  /* transform: translateX(5px); */
}

.breef-btn-wrapper{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 320px;
  margin: 45px auto;
}
.breef-submit {
  background: #c51f01;
}
.breef .btn {
  /* margin-top: 25px; */
  margin-right: 15px;
}
.page-count strong{
  font-size: 22px;
}
/*  // ***** breef ********* */


/*  ********** comanda *********** */

.comand {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--bg-lite-green);
  /* color: white; */
}
.comand .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.comand-slogan {
  padding: 35px;
}
.comand-img {
  position: relative;
}
.comand-img1 {
  position: absolute;
  left: 0;top: 0;
  width: 50%;
}
.comand-img2 {
    max-width: 950px;
    padding: 35px;
    position: relative;
    display: block;
    margin-top: 25%;
    transform: translateY(5%);
    margin: 0 auto;
    z-index: 5;
}
.comand-img3 {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.comand-col2 {
  margin-top: -35%;
  padding: 35px;
  color: #000;
  background: var(--btn-dark);
  color: white;
}
.comand-descript {
  height: 100%;
  padding: 15px;
  border: 1px solid var(--bg-lite-green);
}
.comand-work {
  border-left: 8px solid var(--btn-dark);
  padding: 25px;
}
.comand-btn{
  display: block;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
/*  // ****** comanda *********** */


/*  ******* pop-up ********* */
.pop-wrapper {
  position: fixed;
  display: block;
  overflow-y: scroll;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px;
  /* margin: 25px; */
  /* background: rgb(41, 41, 41); */
  background: var(--btn-dark);
  z-index: 25;
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
  opacity: 0;
}
.pop-wrapper.--active{
  transform: scale(1);
  opacity: 1;
}
.pop-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-logo{
  width: 150px;
}
.pop-close{
  cursor: pointer;
  align-self: start;
  width: 35px;
}
.pop-step{
  /* margin-top: 15px; */
  /* padding: 35px; */
  max-width: 750px;
  /* background: var(--btn-dark); */
  /* background: rgb(41, 41, 41); */
  color: white;
  opacity: 1;
  white-space: pre-line;
}




/*  ******* footer ****** */
.footer{
  margin-top: 45px;
  color: white;
  padding-top: 45px;
  padding-bottom: 35px;
  background: var(--btn-dark);
}
footer .container{
  width: 100%;
}
h3.adress {
  padding-bottom: 15px;
}
.f-soc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* padding-top: 25px; */
}
.foot-social-col {
  display: flex;
  flex-direction: column;
}
footer  a{
  display: inline-flex;
  align-items: center;
  transition: transform .15s ease-in;
}
footer  a:hover{
  transform: translateX(2px);
  transition: transform .15s ease-in;
}
.foot-col-logo {
  text-align: center;
}
.footer-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.foot-col,
.footer address {
  display: flex;
  flex-direction: column;
  padding-left: 20%;
  line-height: 1.7;
}
.foot-col-logo img{
  max-width: 215px;
}

.foot-icon{
  width: 22px;
  max-height: 22px;
  margin-right: 10px;
}
.footer-policy {
  margin-top: 15px;
  margin-bottom: -15px;
  padding-left: 7%;
  color: var(--bg-lite-green);
}
.footer-policy p{
  font-size: 12px;
}

/*  // **** footer ****** */

/*  **************** portfolio.html *************** */
.galery-img.--hide {
  visibility: hidden;
  position: absolute;
}
.header.--port{
  padding-top: 8px;
  background: var(--btn-dark);
  height: auto;
  padding-bottom: 8px;
}
.nav_list.--port{
  color: white;
}
h1.--port{
  text-transform: uppercase;
}
p.--port{
  line-height: 1.5;
  max-width: 750px;
  padding-top: 21px;
  /* padding-bottom: 35px; */
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.galery-head {
  /* background: var(--bg-lite-green); */
  padding-top: 55px;
  /* padding-bottom: 35px; */
}
.galery-section.--pop {
  padding-top: 35px;
}
.header-main-img{
  position: relative;
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
}
.blok-img-1{
  position: relative;
}
img.main-img-1{
  display: block;
}
.blok-img-content {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 5;
}
.blok-img-1::after{
  position: absolute;
  content: '';
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}
h1.main-title {
  padding-top: 25px;
}
h3.main-descript {
  padding-top: 5px;
}
img.main-logo {
  position: absolute;
  width: 47%;
  left: 50%;
  top: 41%;
  transform: translateX(-50%);
}

.--galery h2 {
  color: var(--btn-dark);
}

.container.--galery{
  line-height: 1.5;
  padding-top: 15px;
}
.galery-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .3rem;
  margin-top: 35px;
}
.galery-img {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.15s ease-in;
  height: -webkit-fill-available;
  /* height: 100%; */
  /* width: auto; */
  object-fit: cover;
}

.galery-img:hover {
  transform: scale(1.05);
}

/* portfolio - overlay-galery pop-up */

.galery-overlay {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 50px;

  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
  opacity: 0;
  z-index: 55;
}
.galery-overlay.--active {
  transform: scale(1);
  opacity: 1;
  z-index: 20;
}
.pop-close-galery {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  padding: 5px;
  background: rgba(109, 109, 109, 0.651);
  border-radius: 50%;
  border: 1px solid gray;
  cursor: pointer;
  z-index: 20;
}
.over-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direct-btn {
  cursor: pointer;
  position: absolute;
  width: 95%;
  /* top: 50%; */
  display: flex;
  justify-content: space-between;
  /* margin-top: 15px; */
  z-index: 25;
}
.direct-btn img {
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  background: rgb(173 173 173 / 61%);
}
img.over-next {
  padding-left: 13px;
}
img.over-prew {
  padding-right: 13px;
}
/* кнопка - показать больше галерей */
.btn.next-project {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
/* скрытые галереи */
.--next-galery.--next-hide {
  visibility: hidden;
  position: absolute;
  transform: scale(0);
  height: 0;
}
/*  // portfolio - overlay-galery pop-up */
