main{
    min-height: calc(100vh - 382px);
}

.navbar-dark .navbar-nav .nav-link{
    color:white;
}
.showed{
    margin-top: 5rem;
}
.section-what-is-this__wrapper-content img{
    background: #b5babd;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-title{
    margin: 5rem 0px 3rem;
}
.section-title p{
    font-size: 3.9rem;
    line-height: 4rem;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-family: "RFDewi-Ultrabold",arial;
}
.section-what-is-this__title{
    text-align: left;

}
.section-what-is-this__title p{
    text-align: left;
}
.section-what-is-this__title span{
    padding-left: 0;
}
.section-what-is-this__wrapper-content{
    display: grid;
    grid-template-columns: 1fr 36%;
    gap: 48px;
}
p{
    font-family: "RFDewi-Regular",arial;

}
.page-header{
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(12px);
    height: 72px;
    background: rgba(0, 0, 0, 0.8);
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.47);*/
    border:1px solid rgba(0, 0, 0, 0.06)
}
.service_but{
    margin-top: 21px;
}
/*.navbar-brand{*/
/*    height: 60px;*/
/*}*/

.showed-whats {display: grid;
    grid-template-columns: 50% 1fr;
    align-items: start;
    gap: 60px;}

.showed{
    display: grid;
    grid-template-columns: 50% 1fr;
    align-items: start;
    gap: 60px;
}
.showed img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -21px;
}
.wrapper__how p{
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 21px;
}
.wrapper__how p:before{
    content: url(../images/done.svg);
    margin-top: 9px;
}
.wrapper-one-proposal{
    height: 250px;
    display: flex;
    align-items: end;
    justify-content: center;


}
.wrapper-one-proposal span{
    margin-bottom: 12px;
}
.wrapper-proposals{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}

.nav-link{
    font-family: "RFDewi-Regular";
    font-weight: 500;
}
.logo-black{
    height: 33px!important;
    display: none;
}
.proposal-image{
    border-radius: 4px;
    height: 250px;
    transition: .2s;
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: center;
}
.wrapper-proposal-image span{
    margin-top: 6px;
    display: block;
    font-family: RFDewi-Regular;
    font-size: 16px;
    text-align: center;
}

.proposal-image span{
    color:black;
    font-size: 24px;
    font-family: RFDewi-Regular;
    margin-bottom: 12px;
}
.proposal-image:hover{
    box-shadow: 0 0 21px 0 gray;
}
.comfort{
    padding-top: 3rem;
}

.default-form{
    width: 600px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    padding: 36px;
    font-family: RFDewi-Bold;
    box-shadow: 0 0 120px 0 gray;
    display: none;

}
/*.form-control{*/
/*    height: 48px!important;*/
/*}*/
.form-group{
    margin-bottom: 1.2rem!important;
}

.form-button{
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: none!important;
    color: #476cba;
    border:2px solid #6080c3;
    font-family: RFDewi-Bold;
}
.default-form__wrapper-button{
    display: flex;
    justify-content: center;
}
.default-form h3{
    text-align: center;
    margin-bottom: 24px;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(12px);
    display: none;
}

.wrapper-we{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    align-items: start;
    column-gap: 48px;
    row-gap: 12px;
    bottom: 24px;
}
.section-title-we{
    text-align: left;
}
.comf_img{
    height: 36px;
}
.comf_img img{
    height: 100%;
    object-fit: contain;
}


.section-what-is-this{
    padding-top: 8rem;
    padding-bottom:3rem;
}

.section-what-is-this p {
	line-height:2rem; font-size:1.2rem;
}

.advantages p {font-size:1.2rem;}

.faq__list{
    list-style-type: none;
    padding-left: 0;
    width: 60%;
}
.faq__list li h4{
    font-family: RFDewi-Bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    border: 2px solid #6080c3;
    border-radius: 4px;
    color: #476cba;
    font-family: 'RFDewi-Bold',arial;
    padding: 1rem 2.5rem;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;

}
.faq__list li h4 img{
    transition: .2s;
    margin-top: 3px;

}
.faq__list li h4:hover{
    box-shadow: 0 0 20px  0 #cbcbcb;
}

.faq__list li p{
    font-size: 1.2rem;
    padding-left: 24px;
    display: none;
}
.rotate{
    transform: rotate(180deg);
}
.section-faq{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.use__list{
    padding-left: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}
.use__list li{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 180px;
    background: #d9d9d9;
    border-radius: 4px;
    font-family: RFDewi-Bold;
    font-size: 21px;
    color:white;
}
.element-show::before { display: block; width: 100%; height:100%; background: rgba(0,0,0,0.7)}
.use__list li a {color:white; text-decoration:none;}

.reviews-button{
    display: inline-block;
    border: 2px solid #6080c3;
    color: #476cba;
    font-family: 'RFDewi-Bold',arial;
    padding: 1rem 2.5rem;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    margin-top: 16px;
}
.reviews-button:hover {
    background: #6987c7;
    background: linear-gradient(180deg,rgba(105,135,199,1) 0%,rgba(77,113,188,1) 100%);
    color: #fff;
    text-decoration: none;
}
.section-reviews{
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-reviews__list{
    list-style-type: none;
}
.section-reviews__list{
    margin-top: 40px;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
    gap: 30px;
}
.section-reviews__list li{
    border:1px solid #6080c3;
    border-radius: 4px;
    padding: 24px;
}
.form-control {

    border-radius: 0;
    font-size: 1.05rem;
    line-height: 1.5rem;
    height: 4.1rem;
    padding: 1.4375rem 1.25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.reviews__wrapper-stars{
    margin-bottom: 12px;
}
.section-use{
    padding-bottom: 5rem;
}
.dovkomf{
    padding-top: 5rem;
}
.footer-feedback .btn{
    font-size: 14px;
    line-height: 1.2rem;
    border-radius: 0;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 1.1rem 3rem;
}
.feedback__wrapper-tel{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}
.feedback__wrapper-tel .footer-title,.feedback__wrapper-tel .service_but{
    margin-top: 0;
    margin-bottom: 0;
}
.footer-feedback input,.footer-feedback textarea{
    border: none;
}
.phones{
    display: flex;
    align-items: center;
}
.adritem{
    white-space: nowrap;
}
.navbar-toggler{
    padding: 0;
    border: none;
    height: 2.25rem;
}
@media(max-width: 992px){
    .page-collapse .navbar-nav{
        border-bottom: none;
        border-top: none;
    }
    .section-title p,.section-title{
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .intro{
        height: auto;
    }
    .adritem{
        word-break: break-word;
        white-space: normal;
    }
    .phones{
        flex-wrap: wrap;
    }
    .feedback__wrapper-tel{
        flex-wrap: wrap;
    }
    .menu .nav-item a{
        font-size: 1.4rem;
        color: white!important;
        line-height: 240%;
    }
    .cb{
        padding-left: 0;
    }
    .cb-link{
        font-size: 1.2rem;
        margin-left: 0;
        padding-left: 0;
    }
    .page-collapse-inner{
        padding-top: 4.4rem;
    }
    .showed{
        grid-template-columns: 1fr;
    }
    .intro-img{
        padding-bottom: 3.3rem!important;
    }
    .section-what-is-this{
        padding-top: 0;
    }

}
@media(max-width: 768px){
    .section-title p,.section-title{
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .section-what-is-this__wrapper-content{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 614px){
    .default-form{
        width: calc(100vw - 1.5rem);
    }
}
@media(max-width: 576px){
    .show{
        margin-top: 0!important;
    }
    .wrapper-proposals{
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }
    .faq__list{
        width: 100%;
    }
    .footer-title{
        font-size: 2rem;
    }
    .service_but{
        background: none!important;
        color: #476cba;
    }
    .service_but-first{
        background: none!important;
    }
}
@media(max-width: 460px){
    .wrapper-proposals{
        grid-template-columns: 1fr;
        gap: 4.2rem;
    }
    .proposal-image{
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media(max-width: 400px){

    .section-reviews__list{
        grid-template-columns: 1fr;
    }
}

.header-description p { margin-bottom:5px;}
