/*FAQs Anchor*/
html {
    scroll-behavior:smooth;
}

.faqs {
    display: block;
    position: relative;
}

/*end*/
form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form input:not([type]), form textarea, form select {
 
    border: 1px solid #696969;
 
}
.logo__summary {
    max-width: 100%;
}
.logo__title {
    font: 28px / 1 'Roboto Condensed', sans-serif;
}
.logo__description, .form__title {
    font-family: 'Roboto Condensed', sans-serif;;
}
.wrap__logoFooter .logo__title {
    font-size: 26px;
}
.wrap__logoFooter .logo__title,
.wrap__logoFooter .logo__description{
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .faqs{
        top: -80px;
    }
    
    .payment {
        padding: 0 150px;
    }
}

@media only screen and (max-width:1024px) {
   .faqs {
        top: -100px;
    }
        .payment {
        padding: 0 150px;
    }
}

@media only screen (max-width:768px) {
        .payment {
        padding: 0;
    }
}