p {
    margin: 0;
}

input:focus,
input:active {
    outline: none;
}

button:focus,
button:active {
    outline: none;
}

.page__banner {
    width: 100%;
    margin-bottom: 50px;
    margin: 30px 0 50px;
}

.page__banner-s2 {
    margin-bottom: 100px;
}

.landing__page__title {
    color: #1B1B1D;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.landing__page__info__wrapper {
    margin-bottom: 50px;
}

.landing__page__name__info {
    display: flex;
    background: #3D5881;
    padding: 19px 40px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.landing__page__name {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.landing__page__price {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landing__page__price>span {
    margin: 0 10px;
}

.landing__page__price-btn {
    display: flex;
    width: 270px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #2B7BCD;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: transparent;
}

.landing__page__price-btn:hover {
    opacity: 85%;
    color: #fff;
}

.landing__info__car__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 10px;
}

.landing__info__car__box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.info__car__box__title {
    color: #1B1B1D;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info__car__box__text {
    color: #1B1B1D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page__exterior__name {
    color: #1B1B1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.page__exterior__color__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.exterior__color__name {
    color: #1B1B1D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section__landing__page {
    margin-bottom: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #001A72;
    background-color: transparent;
    border-color: transparent;
    color: #001A72;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid #001A72;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landing__page__tab__img {
    width: 100%;
    margin-top: 30px;
}

.page__description__wrapper {
    display: flex;
    gap: 100px;
}

.exterior__color__wrapper {
    display: flex;
    gap: 20px;
}

.exterior__color__item {
    width: 32px;
    height: 32px;
    display: block;
}

.exterior__color__item>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.landing__page__tabs__wrapper {
    margin-bottom: 50px;
}

.page__description__title {
    color: #001A72;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page__description__text {
    color: #1B1B1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;

}

.desc__text-w {
    width: 100%;
    max-width: 575px;
}

.form-control,
.form-group select,
.form-group input {
    border: transparent;
    border-bottom: 1px solid #000;
}

.form-control:focus,
.form-group select:focus,
.form-group input:focus {
    border: transparent;
    border-bottom: 1px solid #000;
}

.page__description__secondary__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 50px;
}

.page__description__secondary__title {
    color: #001A72;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page__description__secondary__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.page__description__link {
    color: #2B7BCD;
    font-size: 14px;
    font-weight: 400;
}

.landing__page__tab__img__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;

}

.tab__img-one {
    width: 100%;
    max-width: 674px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    object-fit: contain;

}

.tab__img-two {
    width: 100%;
    max-width: 476px;
    width: 100%;
    max-height: 240px;
    height: 100%;
    object-fit: cover;

}

.tab__img-two:first-of-type {
    margin-bottom: 20px;
}


/* ========= */
.section__complete__sets {
    height: auto;
    margin-bottom: 80px;
}
.complete__sets__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 35px;
    align-items: start;
}

.complete__sets__box {
    width: 315px;
    padding: 20px;


    border-radius: 10px;
    border: 1px solid #001A72;
}

.complete__sets__title {
    color: #001A72;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.complete__sets__price {
    color: #1B1B1D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.complete__sets__item__complate {
    color: #1B1B1D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* .collapse__summary{
    height: 95px;
    overflow-y: scroll;
} */

.collapse__summary>p {
    color: #1B1B1D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 5px;
}

.collapse__summary>p:last-of-type {
    margin-bottom: 20px;
}

.collapse__summary.collapse:not(.show) {
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collapse__summary {
    height: 230px;
    overflow-y: auto;
}

.collapse__summary.collapse.show {
    height: 230px;
    overflow-y: auto;
}

.collapse__summary.collapsing {
    min-height: 95px;
}

.collapse__summary__btn.collapsed:after {
    content: 'Переглянути всі функції';
}

.collapse__summary__btn:not(.collapsed):after {
    content: 'Згорнути';
}

.collapse__summary__btn {
    color: #2B7BCD;
    font-size: 16px;
    font-weight: 400;
}

.collapse__summary::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.collapse__summary::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}


/* ======== */

/* STYLE A */

.checkbox.style-a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 30px 0;
}

.checkbox.style-a input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-a input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-a:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-a:hover input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a .checkbox__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #333;
    transition: background-color 0.25s ease;
    border-radius: 3px;
}

.checkbox.style-a .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox.style-a .checkbox__body {
    color: #333;
    line-height: 1.8;
    font-size: 13px;
}

.checkbox__body a{
    color: #2B7BCD;
    text-decoration: underline;
}


.contacts__page__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}


.contacts__page__title {
    color: #1B1B1D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contacts__page__sub__title {
    color: #1B1B1D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.contacts__page__input__wrapper {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts__page__input__wrapper>input {
    border: transparent;
    border-bottom: 1px solid #000;
}

.section__contacts__page {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .landing__page__name__info {
        flex-direction: column;
        gap: 20px;
    }

    .landing__info__car__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .page__exterior__color__wrapper {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .landing__page__tab__img__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .tab__img-one,
    .tab__img-two {
        max-width: 100%;
        max-height: 100%;
    }


    .page__description__wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .page__description__secondary__wrapper {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .section__complete__sets {
        height: 100%;
        margin-bottom: 30px;
    }

    .contacts__page__wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .complete__sets__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .landing__info__car__wrapper {
        grid-template-columns: 1fr;
    }

    .contacts__page__input__wrapper {
        width: 100%;
    }

    .page__banner-s2 {
        margin-bottom: 50px;
    }

    .landing__page__title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page__banner {
        margin: 30px 0 30px;
    }

    .complete__sets__wrapper {
        row-gap: 20px;
    }

    .landing__page__name {
        font-size: 32px;
    }

    .checkbox__body a {
        display: block;
    }
}

@media (max-width: 568px) {
    .complete__sets__box {
        width: 100%;
    }

    .landing__page__price-btn {
        display: flex;
        width: 100%;
    }
}
