/*-----------------------------Стилизация бегунка--------------------------------------------------*/

::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}
/*цвет дорожки*/
::-webkit-scrollbar-track {
    background-color:rgba(255, 173, 14, 0.2);;
    opacity: 0.5;
}

/*параметры бегунка*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 0px;
    background-color: #FFAD0E;
}   
::-webkit-scrollbar-thumb:hover{
    background-color: black;
    cursor: pointer;
}
    
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}
    
::-webkit-scrollbar{
    width: 5px;
}
/*-----------------------------FIRST STAGE--------------------------------------------------*/

.first__stage{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/design/main_background.png);
    -webkit-box-shadow: 0px 369px 235px 19px rgba(24, 24, 24, 1) inset;
    -moz-box-shadow: 0px 369px 235px 19px rgba(24, 24, 24, 1) inset;
    box-shadow: 0px 369px 235px 19px rgba(24, 24, 24, 1) inset;
}
.first__stage__title{
    background: linear-gradient(to right, #FFAD0E, rgba(255, 173, 14, 0.4));
    padding:24px 36px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 70px;
    width: 1210px;
    text-align: center;
}
.first__stage__title h1 span{
    color: white;
}
.first__stage__title h1{
    font-size: 39px;
}
.first__stage__content{
    display: flex;
    width: 1210px;
    justify-content: space-between;
    margin-bottom: 193px;
}
.first__stage__content__in__second{
    width:936px;
}
.first__stage__first, .first__stage__second{
    display: flex;
    border-radius: 10px;
    position: relative;
}
.first_p{
    font-weight: 300;
    position: absolute;
    font-size: 17px;
    color: white;
    margin-top: 16px;
    margin-left: 26px;
}
.second_p{
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: white;
    margin-top: 116px;
    margin-left: 123px;
}
.third_p{
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: white;
    margin-top: 224px;
    margin-left: 238px;
}
.first__stage__content__in__second__grey_bottom{
    position: relative;
    margin-bottom: 150px;
}
.first__stage__content__in__second__grey_bottom img{
    width: 936px;
}
.first__stage__content__in__second__grey_bottom h2{
    position: absolute;
    font-size: 24px;
    color:white;
    margin-top: 50px;
    margin-left: 147px;
    text-align: center;

}
.first__stage__first div{
    background: linear-gradient(93.79deg, rgba(255, 255, 255, 0.8) -0.73%, rgba(255, 255, 255, 0.3) 100%);
backdrop-filter: blur(20px);
    width: 465px;
    position: absolute;
    right: 0;
    height: 311px;
    display: flex;
    border-radius:0 10px 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.first__stage__first div h2,.first__stage__second div h2{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.first__stage__first div p{
    text-align: center;
    width: 485px;
    font-size: 22px;
    font-weight: 400;
}
/*--stage two--*/
.first__stage__second div{
    background: linear-gradient(93.79deg, rgba(255, 173, 14, 0.8) -0.73%, rgba(255, 255, 255, 0.3) 100%);
backdrop-filter: blur(20px);
    width: 552px;
    position: absolute;
    left: 0;
    height: 344px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}
.first__stage__second{
   justify-content: flex-end;
   margin-bottom: 147px;
}
.first__stage__second div p{
    text-align: center;
    width: 485px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
}
/*------- banner rotate -------*/

.first__stage__content__in__first{
    width:215px;
}
.first__stage__content__in__first div{
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2));
    padding-top: 10px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    
}
.first__stage__content__in__first img{
    margin-left:45px;
    margin-top: 5px;
}
/*------- 3 block -------*/
.first__stage__third{
    position: relative;
    height: 590px;
}
.first__stage__third img{
    width: 100%;
}
.first__stage__third div{
    background: linear-gradient(93.79deg, rgba(255, 255, 255, 0.8) -0.73%, rgba(255, 255, 255, 0.3) 100%);
backdrop-filter: blur(20px);
    position: absolute;
    bottom: 0;
    height: 246px;
    width: 100%;
    border-radius: 0 0 10px 10px ;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first__stage__third div h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 21px;
}
.first__stage__third div p{
    font-size: 22px;
}
/*----------------------------- общий блок--------------------------------------------------*/
.design__scroll_block{
    width: 1210px;
    height: 697px;
    position: relative;
}
.design__scroll_block h2{
    text-align: center;
    color: white;
    font-size: 40px;
}
.design__scroll_block span{
    color: #FFAD0E;
}
.scroll_man_back__photo{
    margin-top: 79px;
    margin-left: -46px;
    width: 496px;
}
.design__scroll_block__man_back__speech{
    position: absolute;
    margin-top: 205px;
    margin-left: 221px;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
.design__scroll_block__man_back__guarantees{
    position: absolute;
    margin-top: 568px;
    margin-left: 40px;
    color: black;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
/*------- SCROLL -------*/
.design__scroll_block__scroll{
    position: absolute;
    width: 752px;
    height: 508px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    margin-top: 187px;
    margin-left: 456px;
    justify-content: space-between;
    padding-top: 55px;
    flex-direction: column;
    align-items: center;
}
.design__scroll_block__scroll__in{
    width: 676px;
    height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.design__scroll_block__scroll__in:first-child{
    margin-top: 0;
}
.design__scroll_block__scroll__text{
    position: relative;
    width: 662px;
    height: 67px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.3),rgba(255, 255, 255,0));
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    padding-left: 40px;
    text-align: left;
    color: white;
    font-size: 20px;
}
.design__scroll_block__scroll__text_first{
    height: 90px;
    position: relative;
    width: 662px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.3),rgba(255, 255, 255,0));
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    padding-left: 40px;
    text-align: left;
    color: white;
    font-size: 20px;
}
.scroll_block_circle{
    width: 56px;
    position: absolute;
    right: 634px;
}
.scroll_image{
    margin-top: 40px;
}
/*------- SCROLL-button -------*/
.design__scroll_block_button{
    margin-top: 100px;
    width: 510px;
    height: 102px;
    position: relative;
    border:1px solid #FFAD0E;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 75px;
}
.design__scroll_block_button:hover{
    transition:0.5s;
    padding:0;
    height: 102px;
}
.design__scroll_block_button:hover .design__scroll_block_button_in{
    height: 100%;
}
.design__scroll_block_button_in{
    cursor: pointer;
    background: linear-gradient(to right, #FFAD0E,#FFCA0E);
    font-size: 24px;
    font-weight: bold;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}
/*-----------------------------Нижний блок основной секции--------------------------------------------------*/
/*------- левый блок -------*/
.main_section_bottom_block{
    display: flex;
    width: 1210px;
    justify-content: space-between;
    height: 835px;
    margin-top: 179px;
}
.main_section_bottom_block__left_scroll{
    width: 210px;
    border-radius: 10px;
    height: 100%;
}
.main_section_bottom_block__left_scroll div{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2));
    padding-top: 10px;
    height: 100%;
}
.left_scroll_photo{
    margin-left: 45px;
    margin-top: 120px;
    margin-bottom: 55px;
}

/*------- основная информация -------*/
.main_section_bottom_block__main_in{
    width: 936px;
}
.main_section_bottom_block__main_in__first {
    margin-bottom: 140px;
}
.main_section_bottom_block__main_in__first, .main_section_bottom_block__main_in__second {
    display: flex;
    border-radius: 10px;
    position: relative;
    justify-content: flex-end;
}
.main_section_bottom_block__main_in__first_text_block{
    background: linear-gradient(93.79deg, rgba(255, 173, 14, 0.8) -0.73%, rgba(255, 255, 255, 0.3) 100%);
backdrop-filter: blur(20px);
    width: 522px;
    position: absolute;
    left: 0;
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 0 0 10px;
}
.main_section_bottom_block__main_in__first_text_block p{
    font-size: 20px;
}
.main_section_bottom_block__main_in__second_text_block{
    background: linear-gradient(93.79deg, rgba(255, 255, 255, 0.8) -0.73%, rgba(255, 255, 255, 0.3) 100%);
    backdrop-filter: blur(20px);
    width: 644px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main_section_bottom_block__main_in__second_text_block p{
    font-size: 20px;
}
/*-----------------------------ПОРТФОЛИО--------------------------------------------------*/
.porfolio{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.porfolio .first__stage__title{
    align-self: flex-start;
    width:87.5%;
    display: flex;
    justify-content: flex-end;
    padding:36px;
    margin-bottom: 80px;
}
.porfolio .first__stage__title h2{
    width:800px;
    margin-right: 39%; 
}
.porfolio{
    background: url(../img/main/portfolio_fon.png);
}
.portfolio__items{
    width: 1210px;
    display: flex;
    justify-content: space-between;
}
.portfolio__items a{
    color:black
}
.portfolio__items *{
    border-radius: 10px;
}
.portfolio__items__small_img {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.porfolio__items__in_first{
    padding:15px;
    padding-right: 0;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    display: flex;
}

.portfolio__first__content h2{
    margin:15px 0;
    text-align: center;
    font-size: 24px;
}
.portfolio__first__content{
    margin:0 31px;
}
.portfolio__first__content p{
    width: 465px;
    word-break: break-all;
    font-size: 18px;
    margin-bottom: 59px;
}
.portfolio__first__content div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.portfolio__first__content div .call_phone_in,.portfolio__first__content div .call_phone{
    width: auto;
}
.portfolio__first__content div .call_phone_in{
    padding:0 20px;
    line-height: 50px;
    font-size: 18px;
}
.call_phone_in,.portfolio__first__content div .call_phone{
    padding:10px;
}
.portfolio__first__content .call_phone{
    margin:0;
}
.portfolio_see_more{
    background: white;
    padding:10px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.portfolio_see_more a{
    color: black;
}
.right__item{
    background: url(../img/main/room_sochi1.png);
    width: 300px; 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.right__item a{
    color:black;
}

.right__item p{
    margin-top:595px;
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 85%;
    border-radius: 10px 0 10px 0;
}
.see_more_button{
    top: 0;
   padding:12px;
   display: flex; 
   position: absolute;
   backdrop-filter: blur(5px);
   border-radius: 10px;
   border:1px solid white;
   align-items: center;
   top:320px;
   left:30px;
   
}
.see_more_button img{
    margin-right: 5px;
}
.see_more_button a{
    color:black;
}
 .see_more_button:hover{
    transition: 0.5s;
    backdrop-filter: blur(0px);
    border:1px solid black;
}
.porfolio__items__in__second_one{
    background: url(../img/main/room_2.png) no-repeat;
    height: 310px;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 533px;
   position: relative;
}
.porfolio__items__in__second__two{
    background: url(../img/main/room_3.png) no-repeat;
    height: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 309px;
    position: relative;
}
.porfolio__items__in__second{
    display: flex;
    justify-content: space-between;
}
.porfolio__items__in__second_one p{
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 47%;
    border-radius: 10px 0 10px 0;
}
.porfolio__items__in__second_one .see_more_button{
    top:120px;
    left:150px;
    z-index: 2;
}
.porfolio__items__in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.porfolio__items__in__second_one:hover .see_more_button{
    transition: 0.5s;
    opacity: 1;
}
.porfolio__items__in__second__two p{
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 80%;
    border-radius: 10px 0 10px 0;
}
.porfolio__items__in__second__two .see_more_button{
    top:120px;
    left:37px;
    z-index: 2;
}
.porfolio__items__in__second__two:hover .see_more_button{
    transition: 0.5s;
    opacity: 1;
}
.h1_design{
    margin-top: 98px;
    font-size:40px ;
    color:#fff;
}
.h1_design span{
    color:#FFAD0E
}
.portfolio_stages{
    display: flex;
    width:1210px;
    justify-content: space-between;
}
.portfolio_content_block{
    display: flex;
}
.portfolio_Icontent_items{
    width:300px;
    height:244px;
    display: flex;
    
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
}
.portfolio_Icontent_items div{
   width: 100%;
   background-color: white;
   border-radius: 10px 10px 0 0;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 180px;
}
.portfolio_Icontent_items h3{
    text-align: center;
    height: 64px;
    width:100%;
    padding:10px 0;
    background: linear-gradient(to left, rgba(255, 173, 14,1),rgba(255, 173, 14,0.4));
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
}
.portfolio_content_block{
    width:630px;
    display: flex;
    justify-content: space-between;
}
.portfolio_content_block:first-child{
    margin-bottom: 30px;
}
.portfolio__stages_in:first-child{
    margin-top: 50px;
}
.portfolio__stages_in .line_text p{
    margin-left: 0;
}
.portfolio__stages_in .line{
    width: 220px;
    margin:0 22px
}
.porfolio .create_disagn{
    width: auto;
    margin-top: -83px;
}
.porfolio .create_disagn_in{
    width: 478px;
    line-height: 60px;
}
/*------- кнопка "скачать пример..." -------*/
.main_section_bottom_block__main_in__second__download_button{
    position: absolute;
    width: 336px;
    height: 50px;
    background-color: #FFAD0E;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 18px;
    top: 218px;
    right: 300px;
    font-weight: 500;
    border-radius: 10px;
    padding: 0 11px;
}
.main_section_bottom_block__main_in__second__download_button:hover{
    transition: 0.3s;
    cursor: pointer;
    width: 345px;
    height: 60px;
}
/*-----------------------------Сдадим ремонт как на картинке--------------------------------------------------*/
.renovation_examples{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/design/ren_back.png);
}
.renovation_examples__content{
    display: flex;
    width:1210px;
    /*margin-top: 95px;*/
    height:990px;
    flex-direction: column;
    text-align: center;
    padding-top: 90px;
}
.renovation_examples__content h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.renovation_examples__content p{
    font-size: 24px;
    margin-bottom: 80px;
}
.renovation_examples__content__in{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 540px;
}
.renovation_examples__content__in__big{
    height: 100%;
    width: 641px;
    background: url(../img/1.png);
    background-size: cover;
    border-radius: 10px;
}
.renovation_examples__content__in__small{
    height: 100%;
    width: 538px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}
.renovation_examples__content__in__small__block{
    height: 250px;
    width: 100%;
    background: url(../img/2.png);
    background-size: cover;
    border-radius: 10px;
}
.button_fix{
    height: 70px;
}
.button_fix .call_phone_in{
    height: 100%;
}
.porfolio__items__in_first{
    padding: 30px 70px;
   
    background: linear-gradient(90deg, rgba(255, 173, 14, 0.8) 5.22%, rgba(255, 254, 252, 0.6) 52.08%, rgba(255, 255, 255, 0.5) 76.56%, rgba(255, 255, 255, 0.3) 100%);
    display: flex;
    margin-bottom: 60px;
}
.portfolio__first__content  ul{
    list-style-type: none;
    margin: 15px 0;
}
.portfolio__first__content b{
    font-size: 24px;
}
.portfolio__first__content  ul img{
    margin-right: 15px;
}
.portfolio__first__content  ul li{
    font-size: 23px;
    display: flex;
    align-items: center;
    height: 45px;
}
.video2,.video1{
    position: absolute;
}
.video2:hover,.video1:hover{
    transition: 0.3s;
    border: 2px solid orange;
    border-radius: 10px;
}
.call_phone{
    padding: 10px;
    height: 75px;
}