@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap';
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
body {
    min-width: 480px;
    background-color: #e2e2e2;
}
.wrapper {
    margin: 0 auto;
    width: 480px;
    background-color: #fff;
}

.wrapper__title {
    background-color: #000;
    color: #fff;
    padding: 12px;
    font-size: 30px;
    text-align: center;
}
.header {
    position: relative;
}
.header__title {
    background: #a72929;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header__subtitle {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    color: #000;
}

.header__bg {
    position: relative;
    background-image: url('../images/main_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 8px;
    width: 100%;
    height: 473px;
}
.header__bg__rect {
    position: absolute;
    top: -1px;
    right: 0;
}
.header__bg__sale {
    position: absolute;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45px;
    margin-right: -5px;
    right: 0;
}
.header__price {
    height: 77px;
    width: 100%;
    position: absolute;
    top: 565px;
    background-image: url('../img/price.png');
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__price__old {
    padding-left: 80px;
}
.header__price__old span {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.header__price__old p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #a3a1a1;
    text-decoration: line-through;
}
.header__price__new {
    padding-left: 43px;
}
.header__price__new span {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-left: 24px;
}
.header__price__new p {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #fff;
}
.bullets {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.bullets__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bullets__item img {
    width: 117px;
    height: 114px;
}
.bullets__item p {
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.link__block {
    padding-top: 25px;
}
.video {
    padding-top: 70px;
}
.video video {
    width: 480px;
    height: 100%;
}
.about {
    padding-top: 42px;
}
.about__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.about__title span {
    color: #a72929;
}
.about__content {
    padding-left: 25px;
}
.about__content img {
    width: 429px;
    height: 381px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__content__text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}
.about__img {
    display: block;
    margin: 0 auto;
    width: 458px;
    height: 417px;
}
.stats {
    padding-top: 36px;
}
.stats__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.stats__title span {
    color: #a72929;
}
.stats ul {
    list-style-type: none;
    padding-left: 26px;
}
.stats ul li {
    margin-top: 15px;
    font-size: 18px;
    color: #000;
}
.stats ul li span {
    font-weight: 700;
}
.products {
    padding-top: 67px;
}
.products__item img {
    display: block;
    margin: 0 auto;
}
.products__item__text {
    padding-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products__item__text__color {
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    color: #000;
}
.products__item__text__old {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 21px;
    color: #000;
}
.products__item__text__new {
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #ae011a;
}
.products__item a {
    margin-top: 36px;
    margin-bottom: 71px;
}
.revs__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 42px;
}
.revs__title span {
    color: #a72929;
}
.revs__card {
    width: 428px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 47px;
    margin-inline: auto;
    padding-left: 17px;
    padding-right: 23px;
}
.revs__card__header {
    padding-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.revs__card__header__left {
    width: 77px;
    height: 77px;
}
.revs__card__header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.revs__card__header__right__user span {
    font-weight: 500;
    font-size: 24px;
    color: #030539;
}
.revs__card__header__right__user p {
    font-weight: 400;
    font-size: 20px;
    color: #030539;
    padding-top: 5px;
}
.revs__card__header__right__rev__rating img {
    padding-bottom: 0px !important;
}
.revs__card__header__right__rev__date {
    padding-top: 5px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.055em;
    color: #030539;
}
.revs__card__text {
    padding-bottom: 19px;
    padding-top: 11px;
}
.revs__card img {
    padding-bottom: 27px;
}
.order {
    padding-top: 35px;
    padding-bottom: 65px;
}
.order__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.order__list {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 17px;
}
.order__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 208px;
    height: 194px;
    background: #a72929;
    border-radius: 10px;
}
.order__list__item img {
    margin-top: 17px;
}
.order__list__item img:first-child {
    margin-left: 20px;
}
.order__list__item__title {
    padding-top: 9px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.order__list__item__info {
    padding-top: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
}
.form {
    padding-top: 45px;
}
.form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form form .input {
    width: 379px;
    height: 46px;
    border: 0.5px solid #9a9a9a;
    border-radius: 10px;
    margin-top: 20px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.form form .input:nth-child(even) {
    margin-bottom: 40px;
}
.form form button {
    border: 1px solid rgba(0, 0, 0, 0);
}
.form form .lb {
    font-size: 13px;
    line-height: 13px;
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.form form .lb input {
    -webkit-appearance: checkbox;
    display: inline-block;
    width: auto;
    height: auto;
}
footer {
    padding: 15px;
    text-align: center;
}
footer p {
    padding: 5px;
}
footer .links {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 379px;
    height: 79px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cd0020), to(#a72929));
    background: -o-linear-gradient(top, #cd0020 0%, #a72929 100%);
    background: linear-gradient(180deg, #cd0020 0%, #a72929 100%);
    border-radius: 200px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0);
}
.button:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.table-wrap {
    padding: 20px 25px 25px;
}

.table-wrap h2 {
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 99%;
    background: #eaeaea;
    border-radius: 20px 20px 0 0;
}

.table-wrap p {
    text-align: center;
    font-size: 14px;
}

.table {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.table thead tr th:first-child,
.table tbody tr td:first-child {
    border-left: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    padding: 10px 15px;
    color: #3a3a3a;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    border-left: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 175%;
    text-align: center;
    padding: 10px 15px;
    color: #3a3a3a;
}
.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 12px 2px;
    background: #eaeaea;
    font-weight: 600;
    font-size: 17px;
    line-height: 99%;
    text-align: center;
    color: #3a3a3a;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table thead tr th:last-child,
.table tbody tr td:last-child {
    border-right: none;
}

.table tbody tr:nth-child(even) {
    background: #eaeaea;
}

.table tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 14px 10px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #3a3a3a;
    vertical-align: top;
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 35px auto;
    text-align: center;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type='radio'] {
    display: none;
}
.tab-menu {
    background: #f2f2f2;
    border-radius: 25px;
}

/*  Menu-tovar Style */

.tabs label {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    margin: 0 -3px;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    background: #f2f2f2;
    margin: 10px;
    border-radius: 8px 8px 8px 8px;
}

.ftab {
    border-radius: 8px 0px 0px 8px;
    margin: 0px 0px 0px 0px;
}
.ltab {
    border-radius: 0px 8px 8px 0px;
}
.tc-item {
    width: 297px;
    float: left;
    padding: 0px 6px;
}
.tc-item p {
    text-align: center;
}
.tc-item p:first-child {
    font-weight: 600;
    font-style: italic;
}
.tc-item p:last-child {
    font-style: italic;
    font-size: 15px;
    padding: 5px 0px;
}
.tabs label i {
    padding: 0px;
    margin-right: 0;
}
.tabs label:hover {
    background: #f05;
    color: #fff;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.5s ease-in-out;
    -moz-animation: scale 0.5s ease-in-out;
    animation: scale 0.5s ease-in-out;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tabs [id^='tab']:checked + label {
    background: #f05;
    color: #fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9,
#tab10:checked ~ #tab-content10 {
    display: block;
}

.myh3 {
    text-align: center;
    padding-top: 25px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    max-width: 100%;
    filter: grayscale(100%);
}

.cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: multiply;
}

.cross::before,
.cross::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 20px;
    background-color: #ae011a;
}

.cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.count {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.count__data {
    background-color: #ae011a;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 600;
}
