body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-size: 18px;
    color: #100e13;
    font-family: "Roboto", sans-serif;
}
h4 {
    margin: 0;
}
h2 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.mob {
    display: none;
}
p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    color: #ffd000;
    line-height: 58px;
}

sub {
    font-weight: 300;
    font-size: 30px;
    line-height: 170%;
    color: #fff;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}
img {
    height: fit-content;
    width: auto;
}
.header {
    padding: 43px 0 0px;
    position: relative;
    background-color: #282727;
}
.header__container {
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}
.header::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 214px;
    z-index: 0;
    height: 100%;
    background-image: url(../img/before.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 214px;
    height: 100%;
    background-image: url(../img/after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header__wrap {
    max-width: 715px;
    display: flex;
    margin-bottom: 67px;
    flex-direction: column;
}
.header__wrap ul {
    display: flex;
    gap: 5px;
    padding: 0;
    flex-direction: column;
}
.header__wrap li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.header__wrap li img {
    min-width: 21px;
    min-height: 21px;
    height: 21px;
    width: 21px;
}
.header__wrap li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 219%;
    color: #fff;
}
.price {
    margin-bottom: 27px;
    max-width: 300px;

    display: flex;
    gap: 15px;
    justify-content: center;
}
.price__old span {
    font-weight: 300;
    font-size: 24px;
    text-decoration: line-through;
    text-align: center;
    color: #fff;
}
.price__new span {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.button {
    max-width: 300px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #ffd000;
    border: 2px solid #ffd000;
    border-radius: 22px;
    height: 60px;
}
.button:hover {
    color: #b69a1c;
    border: 2px solid #b69a1c;
}
.s1 {
    padding: 67px 0;
}
.s1__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.sub {
    font-weight: 300;
    font-size: 16px;
    max-width: 910px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 19px;
    margin-bottom: 60px;
}
.s1__row {
    display: flex;
    height: 100%;
    gap: 10px;
    justify-content: space-between;
}
.s1__col1 {
    max-width: 420px;
    display: flex;
    height: 100%;
    gap: 50px;
    flex-direction: column;
}
.s1__item {
    display: flex;
    flex-direction: column;
}
.s1__item h3 {
    font-weight: 700;
    font-size: 18px;
    color: #ffd000;
}
.s1__item p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.s1__col3 {
    max-width: 420px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.s1__col3 span {
    font-weight: 700;
    font-size: 40px;
    color: #ffd000;
    line-height: 48px;
}
.s1__col3 h4 {
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    color: black;
    text-shadow: 1px 0 #ffcc00, -1px 0 #ffcc00, 0 1px #ffcc00, 0 -1px #ffcc00, 1px 1px #ffcc00,
        -1px -1px #ffcc00, 1px -1px #ffcc00, -1px 1px #ffcc00;
    margin-bottom: 60px;
}
.s1__col3 .s1__item {
    margin-top: auto;
    margin-bottom: 42px;
}
.s1__col3 .button {
    margin-top: auto;
}
.s2 {
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    position: relative;
    padding: 70px 0 0;
    background-color: #282727;
}
.s2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 254px;
    z-index: -1;
    height: 100%;
    background-image: url(../img/before.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s2::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 254px;
    height: 100%;
    background-image: url(../img/after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s2__container {
    max-width: 1203px;
    padding: 0 15px;
    margin: 0 auto;
}
.s2__wrap {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.s2__items {
    margin-top: 39px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.s2__item {
    max-width: 300px;
    padding: 30px;
    flex: 50%;
    background: rgb(33 32 32);
    border-radius: 18px;
    min-height: 93px;
}
.s2__item h3 {
    font-weight: 700;
    font-size: 16px;
    color: #ffd000;
    line-height: 19px;
}
.s2__item p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
}
.s2 .sub {
    margin-bottom: 30px;
}
.s3 {
    padding: 60px 0 40px;
}
.s3__container {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 15px;
}
.s3 h2 {
    margin-bottom: 50px;
}
.s3__wrap {
    max-width: 937px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.s3__col1 {
    max-width: 312px;
}
.s3__col1 img {
    margin-bottom: 25px;
}
.s3__col1 .price {
    margin-bottom: 29px;
}
.s3__col2 {
    max-width: 541px;
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.s3__item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
.s3__item span:first-child {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    line-height: 194%;
    color: #fff;
    background-color: #000;
}
.s3__item span:first-child::before {
    position: absolute;

    z-index: -1;
    content: "............................................................................................................................";
    font-weight: 400;
    font-size: 18px;

    line-height: 194%;
    color: #fff;
}
.s3__item span:last-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 194%;
    text-align: end;
    max-width: 325px;
    background-color: #000;
    color: #fff;
}
.s4 {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    padding: 70px 0 70px;
    background-color: #282727;
}
.s4__container {
    max-width: 897px;
    margin: 0 auto;
    padding: 0 15px;
}
.s4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 167px;
    z-index: -1;
    height: 100%;
    background-image: url(../img/before.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s4 h2 {
    margin-bottom: 25px;
}
.s4 .sub {
    margin-bottom: 60px;
}
.s4::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 167px;
    height: 100%;
    background-image: url(../img/after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s4__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    color: #fff;
    position: relative;
}
.s4__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    position: relative;
    padding: 0 25px;
}
.s4__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #f9c301;
}
.s4__item h3 {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
/* 6 */
.s6 {
    padding: 45px 0 60px;
}
.s6__container {
    max-width: 1005px;
    padding: 0 15px;
    margin: 0 auto;
}
.s6__container h2 {
    margin-bottom: 55px;
}

.s6 button.slick-prev.slick-arrow {
    right: 52%;
    transform: translate(-52%, 0);
}

.s6 button.slick-next.slick-arrow {
    right: 47%;
    transform: translate(-47%, 0);
}

.s6 button.slick-prev.slick-arrow,
.s6 button.slick-next.slick-arrow {
    height: 48px;
    min-width: 48px;
    background-color: transparent;
    border: none;
    /* position: absolute; */
    opacity: 1;
    z-index: 1;
    bottom: -25px;
    color: transparent;
}

.s6 .slick-slide {
    position: relative;
}

.s6 button.slick-prev.slick-arrow::before {
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    cursor: pointer;
    border-radius: 100%;

    background-position: center;
    border: none;

    content: "";
    top: 30px;
    left: 25px;
    position: absolute;
}

.s6 button.slick-next.slick-arrow::before {
    top: 30px;
    left: 23px;
    background-position: center;

    cursor: pointer;
    border-radius: 100%;

    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    height: 48px;
    content: "";
    position: absolute;
    width: 48px;
    border: none;
}

.s6 .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    min-height: 131px;

    position: relative;
    background: #202020;
    padding: 47px 34px 40px;
    border-radius: 29px;
}
.s6 .wrapper {
    height: 100%;
    padding-top: 0px;
    min-height: 326px;
    display: flex;
    align-items: stretch;
}
.s6 .slide h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.s6 .slide p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.s6 .slick-slider {
    display: flex;
    gap: 20px;
    align-items: center;
}
.s1__col1.mob {
    display: none;
}
.footer {
    /*clip-path: polygon(1% 0, 100% 5%, 100% 100%, 0% 100%);*/
    position: relative;
    padding: 70px 0 40px;
    background-color: #282727;
}
.footer::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 254px;
    z-index: -1;
    height: 100%;
    background-image: url(../img/before.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 254px;
    height: 100%;
    background-image: url(../img/after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__container {
    max-width: 1267px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.footer .logo {
    height: 39px;
    width: fit-content;
    margin-bottom: 50px;
}
.footer h2 {
    font-weight: 700;
    font-size: 48px;
    color: #ffd000;
    margin-bottom: 34px;
}

.footer__wrap {
    max-width: 740px;
    display: flex;
    flex-direction: column;
}
form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
}
input {
    border: 1px solid #fff;
    border-radius: 14px;
    outline: none;
    color: #fff;
    background-color: transparent;
    margin-bottom: 11px;
    padding: 14px 23px;
}
input::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.button.mob {
    display: none;
}
.footer .button {
    margin-top: 10px;
    background-color: transparent;
}
.footer__copy {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
.footer__copy p,
.footer__copy a {
    color: #fff;
}
.s3__item p {
    color: #fff;
}
.footer__img {
    margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
    h1 {
        text-align: center;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
        width: 100%;
    }

    body {
        font-size: 16px;
    }

    .hide {
        display: block;
    }

    .s6 {
        padding: 35px 0 80px;
        position: relative;
    }

    .header {
        padding-top: 38px;
        position: relative;
    }
    .header::before,
    .header::after,
    .s2::before,
    .s2::after,
    .s4::before,
    .s4::after,
    .footer::before,
    .footer::after {
        display: none;
    }

    .header__img {
        height: 39px;
        display: block;
        margin: 0 auto;
        margin-bottom: 38px;
    }

    sub {
        text-align: center;
        font-size: 24px;
        line-height: 35px;
    }
    h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .header .price {
        margin-top: 30px;
    }
    .button {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 50px;
    }
    .button.pc {
        display: none;
    }
    .s1__col3 span {
        font-size: 36px;
        line-height: 40px;
    }
    .s1__col1 {
        gap: 50px;
        display: flex;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .s1__col1.pc {
        display: none;
    }
    .s1__col1 h3,
    .s1__col1 p {
        text-align: center;
    }
    .s1__col2 {
        position: relative;
        padding-left: 140px;
    }
    .s1__col2 img {
        top: -20px;
        left: -80px;
        position: absolute;
    }
    .s1__col3 h4 {
        font-weight: 700;
        font-size: 36px;
        line-height: 58px;
        color: black;
        text-shadow: 1px 0 #ffcc00, -1px 0 #ffcc00, 0 1px #ffcc00, 0 -1px #ffcc00, 1px 1px #ffcc00,
            -1px -1px #ffcc00, 1px -1px #ffcc00, -1px 1px #ffcc00;
        margin-bottom: 37px;
    }
    .header__wrap {
        align-items: center;
    }
    .s2 {
        padding: 150px 0 0;
    }
    .s2__wrap {
        flex-direction: column;
    }
    .s2__item h3,
    .s2__item p {
        text-align: center;
    }
    .s3__wrap {
        align-items: center;
        gap: 33px;
        flex-direction: column;
    }
    .s4 {
        padding: 130px 0 70px;
    }
    .s4__items {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 65px;
    }
    .s6 button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -30px;
        left: 35%;
        transform: translate(-35%, 0);
    }

    .s6 button.slick-next.slick-arrow {
        position: absolute;
        bottom: -30px;
        left: 36%;
        margin-left: 80px;
        transform: translate(-36%, 0);
    }

    .footer__container {
        gap: 60px;
        flex-direction: column-reverse;
    }
    .footer .logo {
        height: 39px;
        width: fit-content;
        margin-bottom: 50px;
        margin: 0 auto;
        display: block;
    }
    .footer h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #ffd000;
        margin-bottom: 34px;
    }
    .footer__wrap {
        max-width: 740px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__img {
        margin-bottom: 40px;
    }
    .footer p {
        text-align: center;
    }
    .s3__item span:first-child {
        white-space: nowrap;
    }

    .s4__item {
        padding: 0 15px;
    }
    .s4__item:nth-child(2)::after {
        display: none;
    }
}
