.reasons {
    /* color: #fff; */
    color: #af854d;
    background:  linear-gradient(to top, transparent, #d3d3d3);  
    /* url(appdata/imgs/shutterstock_5297266.jpg) no-repeat center; */
    min-height: 250px;
}
.reasons_list {
    text-transform: uppercase;
}
.waitingyou {
    color: #af854d;
    background:  linear-gradient( to top, transparent, #d3d3d3);
}

.faq {
    color: #af854d;
    background:  linear-gradient(to top, transparent, #d3d3d3);
    /* , url(appdata/imgs/Mask_Group\ \(1\).jpg) no-repeat center; */
}
.aboutus {
    color: #af854d;
    /* background:  linear-gradient(to top, transparent, #d3d3d3); */
    background:  white;
    /* , url(appdata/imgs/shutterstock_5297266.jpg) no-repeat center; */
}
.galeria {
    background:  linear-gradient(to top, transparent, #d3d3d3);
    color: #af854d;

}
.accordionbutton {
    font-weight: bold;
    font-style: italic;
    color:#af854d;
}
.start {
    color: #af854d;
    background:  linear-gradient(to left, transparent, #333), url(appdata/imgs/Mask_Group-min-3.jpg) center no-repeat;
    background-size: cover;
    min-height: 57vh;
}
.intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.btnknowmore {
    background-color: #af854d;
    box-shadow: 3px 3px 3px black;
    min-width: 260px;
}
.btnshowmore {
    background-color: #af854d;
    box-shadow: 3px 3px 3px black;
    min-width: 160px;
}
.btndisabled {
    background-color: #d3d3d3;
}

.custbg1 {
    background-color: #333;
}
.custbg2 {
    background-color: #eaeaea;
}
.custborder1 {
    border: #af854d solid 1px;
    border-radius: 5px;
}
.custtext1 {
    color:#af854d;
}
.borclogo {
    width: 200px;
    height: 47px;
}
.imgWrapper {
    display: block;
    width: 100%;
    background-color: black;
    height: 850px;
    overflow: hidden;
}
.pinterlineFAQ {
    margin-bottom: 0;
    margin-top: 0;
    /* padding-inline-start: 1em; */
}
@media screen and (max-width: 1357px){
    .intro {
        max-width: 100%;
    }
}
@media screen and (max-width: 1000px){
    .borclogo {
        width: 160px;
        height: 38px;
    }
    .navcontacts {
        font-size: 13px;
    }
    .nav-item {
        font-size: 13px;

    }
    .imgWrapper{
        height: 500px;
    }
   
}
@media screen and (max-width: 697px){
    .start{
        /* background: linear-gradient(to bottom, transparent, #333), url(appdata/imgs/Mask_Group-min-3.jpg) center no-repeat; */
        background: #d3d3d3;
    }
}
@media screen and (max-width: 450px) {
    .imgWrapper{
        height: 250px;
    }
}
p {
    text-indent: 1.5rem;
}