@charset "UTF-8";
/*=== Подключение шрифтов  ================================*/
/*=== Икончные шрифты  ====================================*/
/*=== Обнуление стилей ====================================*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -box-sizing: border-box;
}

:focus, :active {
  outline: none;
}
.image-box a{
  color: #000!important;
}
a{
  color: #000;
}
a:hover{
  color: #fa7c22;
}
a:focus, a:active {
  outline: none;
}

nav, footer, aside {
  display: block;
}

html, body {
  font-family: "Mulish", sans-serif;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #edece9;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*=========================================================*/
.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #edece9;
  color: #444444;
}

.page {
  flex: 1 1 auto;
  color: #444444;
  width: 100%;
}

/*==== Контейнер =====================================================*/
._container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  ._container {
    max-width: 720px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  ._container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  ._container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  ._container {
    max-width: 1390px;
    padding: 0 40px;
  }
}

/*==== Основной блок =====================================================*/
.section-top img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
  max-height: 500px;
}
.section-top__content {
  padding: 70px 0 40px;
}
@media (max-width: 768px) {
  .section-top__content {
    padding: 70px 20px 40px;
  }
}
.section-top__text {
  line-height: 140%;
  font-weight: 500;
}
.rows {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .rows {
    flex-direction: column;
  }
}
.rows__columns {
  flex: 0 0 25%;
}
.rows__columns span {
  margin-top: 20px;
  display: block;
  color: #696766;
}
.rows__body {
  flex: 1 1 auto;
}

.title {
  color: #39332f;
  font-size: 55px;
  font-weight: 800;
  line-height: 100%;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
}
.title span {
  color: #ff6b00;
}
@media (max-width: 1350px) {
	.title {
	  
	  font-size: 44px;
	  
	}
}
@media (max-width: 992px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.button-zk {
  margin-top: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  background-color: #ff6b00;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 40px;
  color: #fff;
  transition: 0.3s;
}
.button-zk:hover {
  background-color: #fa7c22;
  color: #fff;
}

.cost__content {
  padding: 100px 40px 70px;
}
@media (max-width: 992px) {
  .cost__content {
    padding: 70px 40px 50px;
  }
}
@media (max-width: 768px) {
  .cost__content {
    padding: 50px 20px;
  }
}
.cost__text p {
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 500;
}
.cost__text ul {
  margin: 15px 0;
  margin-left: 20px;
}
.cost__text ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.stage__content {
  padding: 70px 40px;
}
@media (max-width: 992px) {
  .stage__content {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .stage__content {
    padding: 30px 20px 30px;
  }
}
.stage__inner {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .stage__inner {
    margin-top: 0;
  }
}
.stage__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #dad6d0;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.stage__item:last-child {
  border-bottom: 1px solid #dad6d0;
}
.stage__item::before {
  transition: all 0.2s ease-in-out;
  content: "";
  background: #dad6d0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateX(-100%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .stage__item:hover .stage__item-tilte {
    margin-left: 15px;
  }
  .stage__item:hover .stage__number {
    margin-left: 15px;
  }
  .stage__item:hover .stage__item-text {
    margin-right: 15px;
  }
  .stage__item:hover::before {
    transform: translateX(0%);
  }
}
@media (max-width: 992px) {
  .stage__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
.stage__number {
  color: #696766;
  font-style: italic;
  flex: 0 0 25%;
  position: relative;
  transition: 0.3s;
}
.stage__item-tilte {
  font-size: 18px;
  font-weight: 600;
  flex: 1 1 auto;
  margin-right: 20px;
  transition: 0.3s;
  position: relative;
}
.stage__item-text {
  transition: 0.3s;
  text-align: end;
  position: relative;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .stage__item-text {
    max-width: 400px;
    text-align: start;
  }
}

.stages__box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .stages__box {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .stages__box {
    grid-template-columns: 1fr;
  }
}
.stages__number {
  font-size: 50px;
  font-weight: bold;
  color: #b6b6b6;
  -webkit-text-stroke: 0.1rem rgba(68, 68, 68, 0.2666666667);
  text-align: end;
}
.stages__item {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #dad6d0;
  padding: 20px 30px 30px;
  transition: 0.3s;
}
.stages__item:hover .stage__number {
  -webkit-text-stroke: 1 #fff;
}
.stages__item-text {
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  flex: 1 1 auto;
  margin-top: 30px;
}

.portfolio__content {
  padding: 50px 40px;
}
.portfolio__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .portfolio__body {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .portfolio__body {
    grid-template-columns: 1fr 1fr;
  }
  .portfolio__content {
    padding: 30px 20px;
  }
}
@media (max-width: 600px) {
  .portfolio__body {
    grid-template-columns: 1fr;
  }
}
.portfolio__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whom__content {
  padding: 70px 40px;
}
@media (max-width: 992px) {
  .whom__content {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .whom__content {
    padding: 30px 20px;
  }
}

.services__content {
  padding: 70px 40px;
}
@media (max-width: 992px) {
  .services__content {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .services__content {
    padding: 30px 20px;
  }
}
.services__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .services__body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .services__body {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .services__body {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
.services__item {
  border: 1px solid #dad6d0;
  padding: 15px;
  background: #fff;
}
@media (min-width: 992px) {
  .services__item:hover .services__item-img img {
    transform: scale(1.1);
  }
  .services__item:hover .services__item-title {
    color: #ff6b00;
  }
}
.services__item-img {
  overflow: hidden;
  height: 250px;
}
@media (max-width: 700px) {
  .services__item-img {
    height: 200px;
  }
}
.services__item-img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__item-title {
  transition: 0.3s;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  color: #242424;
}

.form__content {
  padding: 70px 40px;
}
@media (max-width: 992px) {
  .form__content {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .form__content {
    padding: 30px 20px;
  }
}
.form__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .form__inner {
    flex-direction: column;
    gap: 0;
  }
}
.form__box {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .form__box {
    margin-bottom: 15px;
  }
}
.form__box textarea {
  font-size: 16px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dad6d0;
  resize: none;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.form__box textarea:focus {
  border: 1px solid #242424;
}
.form__box textarea:hover {
  border: 1px solid #242424;
}
.form__input {
  padding: 15px!important;
  background: none;
  border: 1px solid #dad6d0;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.form__input:focus {
  border: 1px solid #242424;
}
.form__input:hover {
  border: 1px solid #242424;
}
.checkbox {
  margin-top: 10px;
  text-align: start;
}
.checkbox._hidden {
  display: none;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + .checkbox__label::after {
  transform: scale(1);
}

.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 470px;
  box-sizing: border-box;
}
.checkbox__label span {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.09%;
  text-align: start;
}
.checkbox__label a {
  color: #7E868E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.09%;
  text-decoration-line: underline;
}
.checkbox__label a:hover {
  color: #111;
  text-decoration: none;
}

.checkbox__label::before {
  box-sizing: border-box;
  content: "";
  align-self: flex-start;
  flex: 0 0 14px;
  height: 14px;
  background-color: rgba(243, 243, 243, 0.368627451);
  border: 1px solid #111;
  margin: 0 8px 0 0;
  border-radius: 2px;
  margin-top: 2px;
}

.checkbox__label::after {
  margin-top: 2px;
  content: "";
  transition: all 0.3s ease 0s;
  align-self: flex-start;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fa7c22;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  z-index: 11;
  border-radius: 2px;
}
.breadcrumbs ul::before{
  display: none!important;
}
.breadcrumbs ul {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: none;
  padding-bottom: 20px;
}

.breadcrumbs li {
  white-space: nowrap;
}
.breadcrumbs li a {
  color: #444444;
}
.breadcrumbs li a:hover {
  color: #ff6b00;
}

.breadcrumbs._scroll .breadcrumbs__content {
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: -20px;
}

.breadcrumbs._scroll {
  overflow: hidden;
}

.breadcrumbs {
  margin-top: 10px;
}

.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 20px;
  font-size: 14px;
}
.site-footer-container {
  position: relative!important;
}
.site-content{
  background: #edece9!important;
}
body{
  background: #edece9!important;
}

.body-product-title {
  color: #444444;
  font-weight: 500;
  margin-bottom: 15px;
}

.body-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .body-product {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .body-product {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .body-product {
    grid-template-columns: 1fr;
  }
}

.product-cards {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.product-cards:hover{
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
}
.product-cards:hover .product-cards__image img {
  transform: scale(1.1);
}
.product-cards:hover .product-cards__title {
  color: #ff6b00;
}
.product-cards__image {
  overflow: hidden;
}
.product-cards__image img {
  transition: 0.3s;
  width: 100%;
  height: auto;
  transform: scale(1);
}
.product-cards__title {
  flex: 1 1 auto;
  font-weight: 700;
  color: #39332f;
  transition: 0.3s;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
}
.product-cards__title h2{
  font-size: 18px;;
}
.stages__title {
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: -15px;
}

.button-all {
  margin-top: 20px;
  font-size: 18px;
  color: #39332f;
  display: block;
  max-width: 250px;
  padding: 15px 40px;
  border: 1px solid #dad6d0;
  background-color: #f2f2f0;
  margin-left: auto;
  transition: 0.3s;
}
.button-all:hover {
  background-color: #fff;
  color: #ff6b00;
}

.section-top._home {
  position: relative;
  min-height: 500px;
  margin-top: -30px;
}
.section-top._home::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.869);
  z-index: 2;
  top: 0;
  left: 0;
}
.section-top._home .section-top__title {
  color: #fff;
  
}
.section-top._home .section-top__text {
  color: #fff;
}
.section-top._home .section-top__text p {
  margin-bottom: 15px;
}
.section-top._home .section-top__content {
  position: relative;
  z-index: 3;
}
.section-top._home img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
	max-height: none;
}

.section-top._home::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.769);
  z-index: 2;
  top: 0;
  left: 0;
}


.contacts__content {
  padding-right: 15px;
}
.contacts__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.contacts__title {
  color: #bdb4ac;
  font-size: 20px;
  margin-bottom: 20px;
}
.contacts__item-title {
  color: #bdb4ac;
  font-weight: 600;
  margin-bottom: 5px;
}
.contacts__text {
  margin-top: 70px;
  font-weight: 600;
  line-height: 120%;
}
.contacts__text a {
  color: #111;
}
.contacts__text p {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .contacts__text {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .title-min {
    font-size: 28px;
  }
}
@media (max-width: 340px) {
  .title-min {
    font-size: 26px;
  }
}

.image-box {
  display: grid;
  margin-top: 40px;
  gap: 20px;
  padding: 0 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .image-box {
    grid-template-columns: 1fr 1fr;
  }
}
.image-box__item p{
  text-align: center;
  width: 100%;
}
.image-box__item{
 
  margin-bottom: 20px;
}
.image-box__item img {
  
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media(max-width: 550px){
  .image-box {
    grid-template-columns: 1fr ;
  }
  .section-top__content{
    padding-top: 30px;
  }
  .cost__content{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button-all{
    max-width: none;
  }
  .stage__item {
    padding: 15px 0;
  }
}
@media(max-width: 390px){
  .title{
    font-size: 26px;
  }
}
.services__item-img{
  display: block;
}
.services__item-title{
  display: block;
  font-size: 16px;
}
.section-top__bg{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}
@media(max-width: 992px){
  .section-top__bg{
    height: 300px;
  }
}
@media(max-width: 600px){
  .stages__item{
    padding: 15px 20px 25px;
    
  }
  .stages__number {
    font-size: 40px;
  }
  .stages__item-text{
    margin-top: 20px;
    font-size: 14px;
  }
}
.anim-items._anim .title{
  transform: translate(0);
  opacity: 1;
}
.anim-items .title{
  transform: translateY(50%);
  transition: all 0.8s ease;
  opacity: 0;
}

.anim-items._anim .text-anim{
  transform: translate(0);
  opacity: 1;
}
.anim-items .text-anim{
  transform: translateY(50%);
  transition: all 1.4s ease;
  opacity: 0;
}
.super-header__item--3{
  text-align: end!important;
}
.super-header .super-header__item--3 a{
  color: #fff!important;
  user-select: text;
  margin-left: 5px;
}
.super-header .super-header__item--3 a:hover{
  color: #fff;
}
.section-top__bg.mb{
    display: none;
  }
@media(max-width: 550px){
  .section-top__bg.none{
    display: none;
  }
  .section-top__bg.mb{
    display: block;
  }
}
.link_page_ul li{
    list-style: none;
    text-decoration: none;
}
.page_link{
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ecf3f5;
}