
/*Иконка назад*/
.icons_arrow_back {
   fill: #F0EDE4;
   width: 32px;
   height: 32px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.icons_arrow_back:hover { fill: #004c30; }
.icons_arrow_back:active { fill: #004c30; }


.str_icon_arrow_back_2 {
    stroke: #fff;
    stroke-width: 20;
    stroke-miterlimit: 22.9256;
    stroke-linecap:round;
    stroke-linejoin:round;
    z-index: 98;
}

.icons_arrow_back:hover .str_icon_arrow_back_2 { 
    stroke: red; 
    fill: red;
    color: red;
}



/*Иконка поделиться*/
.icon_share{
   fill:#B4E9FE;
   width: 32px;
   height: 32px;
    cursor: pointer;
    z-index: 99;
}

.fil_icon_bg_share,
.fil_icon_share {
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fil_icon_bg_share{ fill:#B4E9FE; }
.fil_icon_share{ fill:#fff; }


.cont_icon_share:hover .fil_icon_share { fill:#fdfdfd; }
.cont_icon_share:hover .fil_icon_bg_share { fill:#00bfff; }



/*иконка назад внутри popUp*/
.icons_arrow_back_beton {
   fill: #F0EDE4;
   width: 32px;
   height: 32px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.icons_arrow_back_beton:hover { fill: #004c30; }
.icons_arrow_back_beton:active { fill: #004c30; }


/*картинки выпоненные работы (главная страница)*/
#rec1883276051 .t959__card {
    padding: 10px 5px 0px 5px;
}

/*Отзывы (главная страница)*/
.reviews {
   /*width:100%;*/
   /*margin: 0 20px;*/
   height:800px;
   overflow:hidden;
   position:relative; 
   display: flex;
   justify-content: center;
}

.reviews_iframe {
    display: flex;
    width:100%;
    height:100%;
    margin: 0 20px;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing:border-box;
};


@media screen and (max-width: 479px) {
    div.t396__elem.tn-elem.tn-elem__20244787711773322726902 { width: 100%; }
    .badge { 
        width: 100%;
        margin: 0 20px;
    }
    
    
    
}



.badge__comments {
    
}


/*Скрыть полосу прокрутки у блока с преимуществами (главная страница)*/

.advantages-parent-scroll::-webkit-scrollbar {
    display: none;
}

.advantages-parent-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}



/*Слайдер первый экран (главная страница)*/

.t1120__content {
    margin: 15px 0;
    align-items: flex-end;
}



@media screen and (max-width: 1200px) {
    .t-title_xl {
        font-size: 28px;
    }
}

.t1120__col-right {
     width: auto;
     display: none;
    /* width: 33%; */
}

/*div.t1120__col-right {*/
/*     display: none;*/
/*}*/

@media screen and (max-width: 960px) {
    .t1120__content
 {
        display: block;
        margin: 15px 0;
    }
}

div.t1120__content t1120__content_top {
    
}



@media screen and (max-width: 480px) {
    .t-btnflex_xs, .t-btn.t-btnflex_xs, .t-submit.t-btnflex_xs {
        --height: 30px;
    }
}

@media screen and (max-width: 960px) {
    .t1120__col-left+.t1120__col-right
 {
        margin-top: 15px;
    }
}



