.list-sections
{
    margin: 90px 0;
}
.one-section-main
{
    width: 300px;
    height: 300px;
    margin: 10px;
    background-repeat: no-repeat;
    /* font-family: 'Roboto-cons'; */
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #FBFBFB;
    background-size: contain;
    transition: 0.5s all;
    border-radius: 4px;
    overflow: hidden;
}

.one-section-main:hover
{
    color: #FFCC33;
    transform: scale(1.1);
}


.one-section-main
{
    background-image: url(../images/plitka.jpg);
}

.services
{
    padding: 90px 0;
    background: #F1F1F1;

}
.one-service
{
    padding: 16px;
    border-radius: 4px;
    background: white;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.one-service:hover
{
    opacity: 0.5;
    background: #777679;
}

h2{
    font-size: 30px;
    margin-bottom: 40px;
}

.name-service
{
    color: #1C1B1F;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.content-service
{
    margin-left: 15px;
}

.forward
{
    background: url(../images/arrow_forward.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right:16px;
    bottom: 28px;
}

.des-services
{
    padding: 16px;
    font-size: 18px;
    line-height: 25px;
}

.room-type
{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}

.room-type:hover{
    content: "";
    filter: brightness(0.95);
}

.blur-text{

    position: relative;
    color: #1C1B1F;
    padding: 0 40px;
    background-color: rgba(255, 255, 255, .45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.des-room-type
{
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.room-type-block
{
    margin: 90px 0;
}



.first-new-promo
{
    height: 529.5px;
    background-size: contain;
    border-radius: 4px;
}

.dop-promo
{
    height: 252px;
    margin-bottom: 25px;
    background-size: cover;
    border-radius: 4px;
}

.title-promo
{
    font-size: 20px;
    font-weight:500;
    color: #FBFBFB;

}

.des-promo-c
{
    font-size: 18px;
    color: #FBFBFB;
    opacity: 0;
    transition: 0.3s;
}

.promo-one:hover .des-promo-c
{
    content: "";
    
    opacity: 1;
}


.des-promo-c
{
  margin-top: 10px;
}

.form-make-detail
{
    padding: 80px 0;
    background: url(../images/form-fon.jpeg) center right no-repeat #F1F1F1;
    background-size: 50% 100%;
}

.form-make-detail h2
{
    /* font-family: 'Roboto-cons'; */
    font-weight: 500;
    font-size: 32px;
    font-style: normal;
}

.form-make-detail h2.white
{
    color:white
}

.form-make-detail img
{
    margin-top: 11px;
}

.form-right
{
    padding: 0 15px;
}

p
{
    margin-bottom: 12px;
    line-height: 140%;
}

.form-cor-main{
    margin-left: 30px;
}


.free-dis-project-cont{
    background: #F1F1F1;
    padding-top: 80px;
    padding-bottom: 80px;
}

.free-dis-project-flex{
    display: flex;
}

.free-dis-project-text{
    width: 50%;
    height: auto;
}

.free-dis-project-img{
    width: 50%;
}

.free-dis-project-b-one{
    display: block;
    text-align: center;
    width: 100%;
    background: #FFCC33;
    padding: 13px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #1C1B1F;
    transition: 0.3s;
}

.free-dis-project-b-sec{
    transition: 0.3s;
    display: block;
    width: 100%;
    background: #FFffff;
    padding: 13px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #1C1B1F;
    margin-top: 12px;
}

.free-dis-project-text ul{
    padding-left: 15px;
}

.free-dis-project-text li::marker{
    color: #FFCC33;
}

.free-dis-project-b-cont{
    
}

.free-dis-project-img-vert{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    justify-content: space-between;
}
.free-dis-project-text-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.free-dis-project-img{
    margin-left: 130px;
    display: flex;
}

.free-dis-project-img-vert-one{
    overflow: hidden;
}

.free-dis-project-img-vert-sec{
    overflow: hidden;
}




.free-dis-project-b-one:hover{
    content: "";
    background: #FFD65C;
}

.free-dis-project-b-sec:hover{
    content: "";
    background: #D2D1D2;
}



.service-block-main{
    color: white;
    overflow: hidden;
    padding: 80px 0;
    background-image: url(../images/ServiseBlock3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inp-cor-sear{
    display: block;
    width: 49% !important;
    padding: 13px 0 13px 16px;
    height: 48px !important;
    background: white;
    border: 1px solid #D2D1D2;
}

.inp-cor-sear::placeholder{
    font-size: 16px;
    font-weight: 400;
}

.inp-cor-sear-b{
    
    text-align: center;
}
.spc-btw{
    justify-content: space-between;
}




.service-block-main-privacy{
    display: flex;
    margin-top: 19px;
    align-items: center;
}


.service-block-main-privacy-app{
    width: 18px;
    height: 18px;
    background: #FFCC33;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    padding: 1px;
}

.service-block-main-privacy-text{
    font-size: 14px;
    font-weight: 400;
}

.hide-proj-resp{
    display: none;
}
















