

/* Start:/assets/css/main_page.css?17842876729352*/
section * {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
}

section h2,
section h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
}

.about h2 {
    margin-bottom: 40px;
}

.about {
    background-color: #2b2930;
    padding-top: 66px;
    padding-bottom: 140px;
}

section .container {
    max-width: 1830px;
}

.about .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.arrow-link {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.arrow-link::after {
    content: url(/assets/img/main_template/tripple-arrow.svg);
    height: 25px;
    width: auto;
}


.advantages {
    background-color: #2b2930;
    padding-bottom: 150px;
}

.advantages__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.advantages h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
}

.advantages p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: .8;
    margin-bottom: 0;
}

.advantages__item img {
    width: 88px;
    height: 88px;
}

.advantages__item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.advantages h2 {
    margin-bottom: 80px;
}


.form__container {
padding: 152px 50px 170px 50px;
}
.advantages p {
    font-size: 16px;
}
.advantages__list {
    gap: 30px
}
.advantages h4 {
    /* white-space: nowrap; */
}
@media (max-width: 1400px) {
    .about__text {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 30px;
    }
    .advantages__item img {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1368px) {

}
@media (max-width: 1260px) {
    .advantages h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .advantages p {
        font-size: 18px;
        line-height: 21px;
    }

    .advantages__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1000px) {
    .about .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 40px;
    }

    .about h2 {
        margin-bottom: 50px;
    }

    section h2,
    section h3 {
        font-weight: 700;
        font-size: 28px;
        line-height: 33px;
    }

    .about .arrow-link {
        padding-top: 10px;
    }
    .advantages__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .advantages__item img {
        width: 65px;
        height: 65px;
    }

    .advantages h2 {
        margin-bottom: 50px;
    }

    .advantages {
        padding-bottom: 80px;
    }
}
.categories {
    background-color: #2b2930;
}

.categories__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.gde-kupit {
   height: calc(min(100vh - 70px, 1024px));
}
.categories__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
    padding: 30%;
    background: rgba(47, 46, 51, 0.4);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 768px) {
    .categories__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .arrow-link {
        font-size: 20px;
        line-height: 23px;
    }

    .categories__item {
        gap: 20px;
    }
    .gde-kupit {
        height: calc(min(100vh - 80px, 1024px));
     }
}

.gde-kupit__left {
    background-color: #1f1e21c2;
    height: 100%;
    margin-left: auto;
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 65px 0 52px;
}

.gde-kupit__content h2 {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    padding: 42px 0;
}

.gde-kupit__content a {
    width: fit-content;
    background: #670d22;
    gap: 30px;
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.gde-kupit__line {
    width: 297px;
    height: 1px;
    background-color: white;
    margin: 0;
    opacity: 1;
}

.feedback,
.gde-kupit {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.form__parts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form__inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form__info textarea {
    width: 100%;
    height: calc(100% - 71px - 20px );
    resize: none;
}
.form__info {
    display: flex;
    flex-direction: column;
    gap: 20px
}
form .agreement {
    margin-top: 0;
}
label[for="agreement"]{
    text-align: left;
}
.form__controls {
    display: flex;
    align-items: center;
    gap: 60px;
}
.form__inputs select {
    background: #F0F0F0;
    padding: 27px 57px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    -o-appearance: none;
}
.select{
    position: relative;
    display: block;
    width: 100%;
}
.form__inputs .select::after{
    content: url(/assets/img/sections_page_images/arrow-select.svg);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 24px;
    z-index: 1;
    width: auto;
    line-height: 0;
    pointer-events: none;
}

section.form {
    background-color: #2b2930;

}

.form form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 20px;
    width: 100%;
}

.form h2 {
    text-align: left;
    margin-bottom: 80px;
}

.form input[type=text],
.form input[type=tel],
.form textarea {
    background: #F0F0F0;
    padding: 27px 57px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #969696;
}

.form input[type=submit] {
    padding: 25px 65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #670D22;
    margin-top: 40px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
}

.form .agreement {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.form__output {
    margin: 0 auto;
}
@media (max-width: 1000px) {
    .form__parts,
    .form__inputs {
        gap: 10px;
    }
    .form__parts {
        grid-template-columns: 1fr;
    }
    .form__controls {
        flex-direction: column-reverse;
        gap: 40px
    }
    .form__info textarea {
        height: 200px
    }
    .form h2 {
        margin-bottom: 40px; 
    }
    .form__container {
        padding: 80px 20px
    }
}

@media (max-width: 768px) {
    .feedback__right {
        width: 100%;
    }

    .gde-kupit__left {
        padding: 0 3px 0 25px;
    }

    .gde-kupit__content h2 {
        font-size: 28px;
        line-height: 33px;
    }
 
    .gde-kupit__left {
        width: 100%;
    }
    .form form {
        width: 100%;
    }

    .gde-kupit__left {
        padding: 0;
    }

    .gde-kupit__line {
        width: 100%;
    }

    .gde-kupit__content {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .form .agreement {
        text-align: left;
    }

    .form input[type=submit] {
        margin-top: 30px;
        padding: 19px 65px;
        font-size: 18px;
        line-height: 21px;
    }
    .form select,
    .form input[type=text],
    .form input[type=tel],
    .form textarea {
        padding: 20px;
        font-size: 18px;
        line-height: 21px;
    }

    /* section.form {
        background-color: #2b2930;
        padding: 80px 0;
    } */

    .form h2 {
        text-align: left;
        margin-bottom: 30px;
    }

    .form form {
        gap: 10px;
    }

}

.swiper-button-next::after,
.swiper-button-prev::after{
    content: unset
}
/* End */
/* /assets/css/main_page.css?17842876729352 */
