@font-face {
	font-family: 'Futura';
	src: url('../fonts/futura/Futura-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

.chip-tuning .thor {
    position: relative;
    margin-top: 70px;
    margin-bottom: -80px;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
    background: #000;
}
.chip-tuning .thor:before {
    content: "";
    position: absolute;
    top: 0;
    left: -400%;
    width: 1000%;
    height: 100%;
    background: #000;
}
.chip-tuning .thor .point1 {
    position: relative;
    z-index: 2;
    min-width: auto;
}
.chip-tuning .thor .thor-logo {
    width: 82px;
    height: 24px;
    margin: 0 auto;
    background: url("../../../files/chip-tuning/thor-logo.svg") no-repeat;
}
.chip-tuning .thor h2 {
    margin-top: 24px;
    font-size: 58px;
    line-height: 1;
    color: #fff;
    font-family: 'Futura';
    font-weight: 500;
    letter-spacing: -0.02rem;
    text-transform: uppercase;
}
.chip-tuning .thor .thor-text {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 40px;
}
.chip-tuning .thor .shop-list {
    margin-top: 40px;
}
.chip-tuning .thor .shop-list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: #1d1d1d;
    height: 400px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.chip-tuning .thor .shop-list .item h3 {
    font-family: 'Futura';
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    font-size: 32px;
    max-width: 312px;
    text-transform: uppercase;
}
.chip-tuning .thor .shop-list .item img {
    max-width: 312px;
    position: absolute;
    top: 40px;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.chip-tuning .thor .shop-list .item .price {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.chip-tuning .thor .thor-btn {
    display: inline-block;
    font-size: 18px;
    padding: 19px 24px; 
    border-radius: 28px;
    color: #000;
    transition: background 300ms ease-out;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(12px);
    margin-top: 25px;
}
.chip-tuning .thor .thor-btn:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 767px) {
    .chip-tuning .thor {
        padding-bottom: 90px;
    }
    .chip-tuning .thor .thor-bg {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .chip-tuning .thor h2 {
        font-size: 52px;
    }
    .chip-tuning .thor .thor-btn {
        font-size: 16px;
        padding: 15px;
    }
}
@media screen and (max-width: 383px) {
    .chip-tuning .thor h2 {
        font-size: 42px;
    }
    .chip-tuning .thor .shop-list .item h3 {
        font-size: 30px;
    }
    .chip-tuning .thor .thor-btn {
        font-size: 14px;
        padding: 15px;
    }
}
