*{box-sizing:border-box}
html,body{scroll-behavior:smooth;overscroll-behavior:none}
img,picture{max-width:100%;height:auto;display:block}
input,button,textarea,select{font:inherit}
h1,h2,h3,h4{margin:0;clear:both;text-transform:none}
p{margin:0 0 1em}
p:last-of-type{margin-bottom:0}
ul[role="list"],ol[role="list"]{list-style:none;padding:0;margin:0}
a{color:#f02119;text-decoration:none}
.clearfix::after{content:"";display:table;clear:both}

body {
    display:flex;flex-direction:column;align-items:center;
    min-width: 480px;
    max-width: 480px;
    margin: 0 auto;
    background: #ccc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}

.content-wrap {
    width:100%;
    background: #fff;
}

h2 { font-size: 27px; line-height: 1.3; }
h3 { font-size: 25px; }
h1 strong, h2 strong, h3 strong, .products_count strong { color: #f02119; }

.header {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #2f3039;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    padding: 15px;
}
.product-title strong { color: #ffcd00; }

.top-card-wrap { background: #2f3039; }

.featured-media { position: relative; overflow: hidden; }
.featured-media .discount {
    position: absolute; right: 0; top: 0;
    background: #ef3039; color: #fff;
    padding: 10px 30px;
    transform: rotate(45deg) translate(45px, -18px);
    font-size: 16px; font-weight: 700;
}

/* price */
.pricing-block {
    background: url("../img/price-bg-red.png") 50% 0 no-repeat;
    height: 66px;
    display: flex;
    line-height: 1;
    align-items: center;
}
.pricing-block>* { width: 50%; text-align: center; max-height: 66px; }
.pricing-block span { font-size: 14px; line-height: 14px; display: block; }
.pricing-block small { font-size: 30px; font-weight: 700; }
.old-price strong { text-decoration: line-through; font-size: 36px; font-weight: 400; line-height: 1; }
.old-price small { font-weight: 400; }
.new-price { color: #fff; }
.new-price strong { font-weight: 700; font-size: 36px; line-height: 36px; }

.big-button {
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto; font-weight: 700; color: #333;
    text-shadow: 0 2px 0 #ffe42c;
    letter-spacing: 0.6px; text-transform: uppercase;
    width: 100%; background: #ffcd00; border-radius: 40px;
    min-height: 76px; line-height: 80px; text-align: center;
    box-shadow: 0 5px 0 0 #ff9600; font-size: 26px;
    position: relative; text-decoration: none; border: none;
}
.big-button svg { fill: currentColor; margin-right: 12px; width: 24px; height: 24px; }
.order-button.margin20{margin:20px}
.order-button.margin30{margin:30px}

.block-title { text-align: center; }
.title {
    position: relative; padding-bottom: 20px; margin-bottom: 10px;
    text-align: center; font-weight: 700; font-size: 30px; line-height: 36px;
}

.number-discount { background: #fff; padding: 20px 0; text-align: center; border: 3px solid #f02119; }
.number-discount .block-title { color: #f02119; }
.discount-list { margin: 10px 0 0 20px; padding: 0; font-size: 24px; }
.discount-list li { padding: 10px 20px; font-weight: 200; }
.discount-list strong { font-weight: 700; }

.countdown { text-align: center; padding: 0 20px 0 30px; color: #fff; }
.countdown h4 { font-size: 18px; font-weight: 400; position: relative; padding: 10px 0; margin: 10px 0; }
.countdown h4:before {
    content: ''; display: block; width: 42px; height: 29px;
    background: url("../img/timer_block_arrow.png") 50% 50% no-repeat;
    position: absolute; top: 5px; left: 35px;
}
.countdown__timer { display: flex; justify-content: center; }
.countdown__item { margin: 0 15px; color: #fff; }
.countdown__value {
    font-size: 40px; font-weight: 700; line-height: 1;
    font-variant-numeric: tabular-nums; display: inline-block; vertical-align: middle;
}
.countdown__label { margin-left: 10px; padding-top: 5px; font-size: 14px; }
.countdown-text { padding-top: 20px; font-size: 15px; }

.product-description { margin: 40px 10px 10px; }
.presentation-wrap { display: flex; flex-direction: column-reverse; }
.presentation-wrap>* { margin-bottom: 15px; }
.presentation { font-size: 18px; line-height: 30px; text-align: center; color: #444; padding: 0 10px 10px; }
.presentation strong { background: #fdeaeb; padding: 0 5px; font-weight: 400; }

.specifications { background: #181b23; color: #fff; overflow: hidden; }
.specifications .title { margin: 30px 10px 10px; }
.specifications .title strong { color: #ffcd00; }

.characteristics__list { padding: 0; margin: 0; }
.characteristics__list li {
    padding: 15px 30px; display: flex; flex-direction: row;
    align-content: center; justify-content: space-between;
}
.characteristics__list img { margin: 5px 20px 5px 0; height: fit-content; }
.characteristics__list li b, .characteristics__list li span { display: block; color: #ffcd00; }

/* order info */
.sect_5 { background: #f7f7f7; padding-bottom: 10px; padding-top: 20px; }
.sect_5 h2.title { font-size: 24px; background: none; padding-bottom: 0; }
.sect_5 .list { padding: 0 20px; }
.sect_5 .list>li { margin-bottom: 25px; color: #fff; display: flex; flex-direction: row; }
.sect_5 .list>li:nth-of-type(even) { flex-direction: row-reverse; }
.sect_5 .list>li>img { border: 1px solid #d2d2d2; min-width: 220px; width: 220px; }
.sect_5 .list>li:nth-of-type(even) .text { padding: 10px 20px 0 0; }
.sect_5 .list>li .text { padding: 10px 0 0 20px; }
.sect_5 .text h4 { font-weight: 400; font-size: 22px; margin-bottom: 5px; color: #ef3039; }
.sect_5 .text p { font-size: 16px; color: #333; }

.contact-form { padding: 0 0 10px; }
.oreder-form {
    margin: 30px 0 30px; display: flex; flex-direction: column;
    align-items: center; padding: 0 20px;
}
.oreder-form select, .oreder-form input, .oreder-form .field {
    width: 100%; display: block; border: none; font-size: 18px;
    padding: 0 40px; height: 76px; border-radius: 38px;
    text-align: left; font-weight: 500; color: #222;
	margin-bottom: 15px;
}
.oreder-form-control-wrap { width: 100%; margin-bottom: 10px; }

.oreder-form form {width: 98%;}

.footer { padding: 0; }
.footer-text { padding: 20px; font-size: 14px; }
.footer-menu { list-style: none; padding: 0 20px 20px; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 10px; }
.footer-menu a { font-size: 13px; }
