
.is-header-fixed .header-fixed {
    background: #fff !important;
}

.header__search-input {

    color: #000 !important;
}

.header {
    background: #fff !important;
    color: #000 !important;
}

.header__catalog-btn {
    color:  #000 !important;
}
[class*=" icon-"], [class^=icon-] {

    color: #81986B;
}

.header__cart-total mark {
        color: #81986B;
}

span.cart-total-text {
    color: #81986B;
}

.header__group {
color: #fff;
}

  .step {
    padding: 100px 0;
    padding: 70px 0;
    background: #81986B;
    margin-bottom: 70px;
}
@media (max-width:768px) {
    .step {
        padding: 50px 0
    }
}
.step {
    padding: 100px 0;
    padding: 70px 0;
    background: #81986B
}
@media (max-width:768px) {
    .step {
        padding: 50px 0
    }
}
.container {
    padding: 0 15px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.section-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}
.sub-title.mb50 {
    margin-bottom: 50px;
}
.sub-title {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}
.step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 0;
}
.step-item {
    width: calc(100% / 3 - (35px));
}
.step-list .step-item .item {
    color: #202020;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    height: 100%;
}
.step-list .step-item .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}
.step-list .step-item .item .number {
    color: #81986B;
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    border-radius: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
.step-list .step-item .item .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.step-list .step-item .item .text {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.step-list .step-next {
  background: url(/image/catalog/icons/step-next_2.svg) 50% 50% no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}





.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1199px) {
    .container {
        max-width: 147rem;
        padding: 0 2.5rem;
    }
}
.videoform {
    position: relative;
    height: 480px;
    margin: 0 -20px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .videoform {
        border-radius: 25px;
        margin-bottom: 10rem;
        height: 625px;
        margin-left: 0;
        margin-right: 0;
    }
}
.videoform video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.videoform__text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.videoform__title {
    color: #fff;
    text-align: center;
    font-size: 24px;
}
@media (min-width: 768px) {
    .videoform__title {
        font-size: 32px;
    }
}
.videoform__subtext {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .videoform__subtext {
        font-size: 18px;
    }
}


 .contacts_main{
        width: 100%;
    }
    .contacts_container{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    .contacts_item{
        display: flex;
        flex-direction: row;
        width: 49%;
        column-gap: 20px;
    }
    .contacts_item > img {
        width: 20px;
    }


  .container_desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 2rem;
}
.desc_header {
   width: 100%;
  }

.desc_items {
  width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
  
.desc_link {
    width: 100%;
    height: 350px;
    background: #EAEAEA;
    color: #000;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    border-radius: 10px;
}

.desc_item_img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
   filter: brightness(85%)
}
  
.desc__content {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.desc_item_header {  
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
}
  
.desc_item_text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 200;
  }  
.desc_item_price {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
  }

@media screen and (max-width: 1200px) {
  .desc_link {
    width: 48.7%;
  }
}
@media screen and (max-width: 768px) {
   .container_descs {
        flex-direction: column;
                  column-gap: 20px;
    }
    .desc_link {
        width: 100%;
    }   
}

.container_portfolio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 2rem;
}
.portfolio_header {
   width: 100%;
  }

.portfolio_items {
  width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
  
.portfolio_link {
    width: 49%;
    height: 350px;
    background: #EAEAEA;
    color: #000;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    border-radius: 10px;
}

.portfolio_item_img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
   filter: brightness(85%)
}
  
.portfolio__content {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.portfolio_item_header {  
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
}
  
.portfolio_item_text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 200;
  }  
.portfolio_item_price {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
  }

@media screen and (max-width: 1200px) {
  .portfolio_link {
    width: 48.7%;
  }
}
@media screen and (max-width: 768px) {
   .container_portfolios {
        flex-direction: column;
                  column-gap: 20px;
    }
    .portfolio_link {
        width: 100%;
    }   
}

  .container_desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 2rem;
}
.desc_header {
   width: 100%;
  }

.desc_items {
  width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
  
.desc_link {
    width: 100%;
    height: 350px;
    background: #EAEAEA;
    color: #000;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    border-radius: 10px;
}

.desc_item_img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
   filter: brightness(85%)
}
  
.desc__content {
    width: 50%;
    height: 100%;
    padding: 20px;
}

.desc_item_header {  
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
}
  
.desc_item_text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 200;
  }  
.desc_item_price {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
  }

@media screen and (max-width: 1200px) {
  .desc_link {
    width: 48.7%;
  }
}
@media screen and (max-width: 768px) {
   .container_descs {
        flex-direction: column;
                  column-gap: 20px;
    }
    .desc_link {
        width: 100%;
    }   
}

 .container-fluid {
    max-width: 147rem;
    padding: 0 2.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.video-banner {
    position: relative;
    width: 100%;
    display: block;
    height: 500px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 30px;
}
.video-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.5s ease;
    z-index: 1;
}
.video-banner__link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}
.video-banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.video-banner__title {
    display: block;
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}
.video-banner__p {
    display: block;
    font-size: 2rem;
    transition: transform 0.3s ease;
}