/* ===== RESET STYLES ===== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #7f8c8d; opacity: 1;}
*:-moz-placeholder {color: #7f8c8d; opacity: 1;}
*::-moz-placeholder {color: #7f8c8d; opacity: 1;}
*:-ms-input-placeholder {color: #7f8c8d; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ===== FONT FACES ===== */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
 font-family: 'Acrom';
 src: url('../fonts/subset-Acrom-Bold.woff2') format('woff2'),
 url('../fonts/subset-Acrom-Bold.woff') format('woff'),
 url('../fonts/subset-Acrom-Bold.ttf') format('truetype');
 font-weight: 700;
 font-style: normal;
}

@font-face {
 font-family: 'Acrom';
 src: url('../fonts/subset-Acrom-ExtraBold.woff2') format('woff2'),
 url('../fonts/subset-Acrom-ExtraBold.woff') format('woff'),
 url('../fonts/subset-Acrom-ExtraBold.ttf') format('truetype');
 font-weight: 800;
 font-style: normal;
}

/* ===== FONTAWESOME ICONS ===== */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}

/* ===== SLICK SLIDER ===== */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ===== MAIN STYLES ===== */
body {
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    background: #2b2d32;
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
}

.wrap {
    position: relative;
    background: #fff;
    width: 480px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

/* ===== OFFER SECTION ===== */
.offer {
    padding: 0;
    background: #34495e;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    color: #ff4757;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 5px 0px;
    text-decoration: none;
    display: block;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.colortext {
    color: white;
}

/* ===== GALLERY ===== */
.gallery {
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 478px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 150px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.swiper-button-prev, .swiper-button-next {
    color: #e89e2c;
}

/* ===== PRICE ===== */
.price {
    position: relative;
    width: 420px;
    height: 89px;
    margin: -20px auto 35px;
    background: url("../images/price-bg.png") 50% 0 no-repeat;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    z-index: 10;
    margin: -46px auto 10px;
}

.price:after {
    clear: both;
}

.price > div {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
    padding-top: 12px;
}

.price .old {
    color: #313131;
}

.price .new {
    color: #fff;
}

.price .val {
    font-size: 33px;
}

.price .val i {
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase;
}

.price .old span {
    text-decoration: line-through;
}

.price .new .val {
    font-weight: 700;
}

/* ===== BULLET LIST ===== */
.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
    margin-bottom: 15px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/check-icon.png") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}

/* ===== ORDER FORM ===== */
.order_form {
    padding-bottom: 30px;
    padding-top: 30px;
}

.order_form.pat:before {
    background-color: #f9f9f9;
}

.order_form .form-txt {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
}

/* ===== FORM FIELDS ===== */
.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    background: #fff;
    width: 100%;
    height: 83px;
    line-height: 83px;
    margin: 0 auto 12px;
    padding: 0 20px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.field[name='name'] {
    background: #f0f0f0 url(../images/offer__name_icon9362d.png) 22px center no-repeat;
}

.field[name='phone'] {
    margin: 0 auto 35px;
    background: #f0f0f0 url(../images/offer__phone_icon40fbd.png) 20px center no-repeat;
}

.field {
    border: 1px solid #dedede;
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 62px;
    width: 420px;
    height: 80px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 26px;
    color: #777;
}

.field[name='color'], .field[name='size'] {
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: -2px center;
    overflow: hidden;
    background-color: #ebebeb;
}

select:focus {
    outline: none;
}

/* ===== BUTTONS ===== */
.button-m {
    position: relative;
    display: block;
    width: 420px;
    height: 90px;
    line-height: 93px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 2px 0 rgb(200 50 50);
    background: #ff4757;
    background: -moz-linear-gradient(top, #ff4757 0%, #ff3742 100%);
    background: -webkit-linear-gradient(top, #ff4757 0%, #ff3742 100%);
    background: linear-gradient(to bottom, #ff4757 0%, #ff3742 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4757', endColorstr='#ff3742', GradientType=0);
    -webkit-box-shadow: 0 3px 0 #c0392b;
    box-shadow: 0 3px 0 #c0392b;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    animation: pulse 2s infinite;
}

.background-white .button-m {
    width: 370px;
    height: 70px;
    line-height: 75px;
    font-size: 22px;
    margin-top: 17px;
}

.button-m:active {
    top: 3px;
    box-shadow: 0 1px 0 #c0392b;
}

/* ===== SECTIONS ===== */
.pat {
    position: relative;
    background: #34495e;
}

.b2 {
    padding-top: 25;
}

.b2.pat:before {
    margin-bottom: 10px;
}

.b2 a.button-m {
    margin-top: 40px;
}

.b4 div{
    background: #2c3e50;
    padding: 25px 0px 30px;
    margin: -29px auto 5px;
}

/* ===== TITLES ===== */
h2.title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
    color: #ff4757;
}

h2.title span {
    color: #333746;
}

h2.title.white span {
    color: #fff;
}

/* ===== LISTS ===== */
.list-v2 {
    padding: 0 30px;
}

.list-v2 li:last-child {
    margin-bottom: 0;
}

.list-v2 li {
    position: relative;
    height: 167px;
    margin-bottom: 30px;
    line-height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.list-v2 img {
    position: absolute;
    top: 0;
    display: block;
}

.list-v2 li:nth-child(odd) img {
    left: 0;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px;
}

.list-v2 li:nth-child(even) img {
    right: 0;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
}

.list-v2 li:nth-child(odd) {
    padding: 15px 10px 0 180px;
}

.list-v2 li:nth-child(even) {
    padding: 15px 177px 0 25px;
}

.list-v2 h4 {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.list-v2 p {
    font-size: 17px;
}

.list-v2 .text {
    margin-top: 0px;
}

/* ===== CHARACTERISTICS ===== */
.char-list {
    padding-bottom: 25px;
}

.char-list li {
    padding: 8px 30px;
    color: #fff; 
}

.char-list li:nth-child(even) {
    background: #2f3340;
}

.char-list li b {
    display: block;
    float: left;
    width: 150px;
}

.char-list li span {
    display: block;
    margin-left: 167px;
}

/* ===== REVIEWS ===== */
.reviews {
    padding-top: 0;
}

.reviews h2.title {
    margin-bottom: 15px;
}

.reviews .total {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.reviews .total:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/total-icon.png") 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 13px;
    content: '';
}

.reviews .item {
    margin: 0 30px 30px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.reviews .photo {
    position: relative;
    padding-bottom: 15px;
}

.reviews .photo img {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.reviews .item .info {
    position: relative;
    min-height: 72px;
    background: url("../images/qoute-icon.png") 100% 50% no-repeat;
    margin: 0 20px 15px;
    padding: 12px 0 0 90px;
}

.reviews .item .info img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .info p {
    font-size: 17px;
}

.reviews .item .txt {
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px 20px;
    text-align: center;
}

/* ===== SLIDER ===== */
.slider {
    padding: 0px 0 45px;
}

.dl .slider {
    padding: 0px;
}

.slider a.button-m {
    margin-top: 30px;
}

.slider-photo .item img {
    display: block;
}

/* ===== SLICK DOTS ===== */
.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.slick-dots li button {
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: none;
    border: 2px solid #333746;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #2c3e50;
}

/* ===== BACKGROUND ===== */
.background-white {
    background-color: #fff;
    margin-top: 30px;
}

/* ===== SLIDER ARROWS ===== */
.prev, .next {
    width: 40px;
    height: 36px;
    background: url(../images/reviews2__arrowsf8eda.png) no-repeat;
    position: absolute;
    top: 40%;
}

.prev {
    background-position: left center;
    left: -30px;
    z-index: 2222;
}

.next {
    background-position: right center;
    right: -30px;
}

/* ===== REVIEW IMAGES ===== */
.review img {
    padding: 0px 35px;
    -webkit-box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 30px;
}

.review {
    border-radius: 30%;
}

/* ===== CERTIFICATION ===== */
.certification {
    padding: 40px 0;
    background: #f8f9fa;
}

.certification .title {
    margin-bottom: 30px;
}

.certification-content {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cert-image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.cert-image img {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
    max-width: 300px;
}

.cert-text {
    width: 100%;
    text-align: center;
}

.cert-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    text-align: justify;
}

/* ===== ORDER INFO ===== */
.order-info h2.title {
    padding: 0 30px;
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #333746;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.order-list li:nth-child(1):before {
    background-image: url("../images/order-icon1.png");
}

.order-list li:nth-child(2):before {
    background-image: url("../images/order-icon2.png");
}

.order-list li:nth-child(3):before {
    background-image: url("../images/order-icon3.png");
}

/* ===== ONLINE VISITORS WIDGET ===== */
.online-visitors-widget {
    position: fixed;
    top: 175px;
    left: 10px;
    z-index: 9999;
}

.online-visitors-widget .online-visitors-widget__item {
    border-radius: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    position: relative;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);
}

.online-visitors-widget > div:first-child {
    margin-bottom: 15px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item {
    background: #ffffffbf;
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.online-visitors-widget.online-visitors-widget_light .online-visitors-widget__item:last-child:before {
    content: '';
    display: block;
    background: url(images/cart.png) no-repeat 0 0 / contain;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.online-visitors-widget .online-visitors-widget__item .online-visitors-widget__title {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .2px;
}

.online-visitors-widget .online-visitors-widget__item b {
    font-weight: 700;
    font-size: 24px;
    color: black;
    padding-left: 44px;
    padding-right: 7px;
}

/* ===== ANIMATIONS ===== */
.social-button {
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(246,172,56, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(246,172,56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(246,172,56, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(246,172,56, 0.8);
        box-shadow: 0 0 0 0 rgba(246,172,56, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(246,172,56, 0);
        box-shadow: 0 0 0 20px rgba(246,172,56, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(246,172,56, 0);
        box-shadow: 0 0 0 0 rgba(246,172,56, 0);
    }
}

/* ===== GALLERY STYLES ===== */
.gallery {
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 478px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 150px;
    height: 150px;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.swiper-button-prev, .swiper-button-next {
    color: #e89e2c;
}

/* ===== BULLET MARGIN ===== */
.bullet {
    margin-top: 60px;
}

/* ===== TEXT STYLES ===== */
.text {
    margin-top: 0px;
}

/* ===== IMAGE STYLES ===== */
.list-v2 img {
    width: 40%;
}

.list-image {
    width: 40%;
}

/* ===== COLOR STYLES ===== */
.color {
    text-align: center;
    font-size: 22px;
    line-height: normal;
}

.sml {
    text-transform: uppercase;
    font-weight: 700;
}

/* ===== PRICE STYLES ===== */
.price-info {
    text-align: center;
    color: black;
    line-height: normal;
    font-size: 27px;
}

.price-info span {
    font-style: italic;
}

.price-info b {
    color: #e74c3c;
}

/* ===== CERTIFICATION IMAGE ===== */
.cert-image img {
    max-width: 100%;
    height: auto;
}

/* ===== MAIN TITLE MARGIN ===== */
.main-title {
    margin-bottom: 15px;
}

/* ===== HEADER BANNER ===== */
.header-banner {
    height: 100%;
    background-size: 100% 100%;
    color: #3c4152;
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
    font-weight: 900;
}

/* ===== FOOTER STYLES ===== */
.footer-info {
    text-align: center;
    margin: 10px auto;
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.footer-info a {
    cursor: pointer;
    color: #ff4757;
}

.small-text {
    text-align: center;
    margin: 5px auto;
    display: block;
    font-size: 5px;
    line-height: 5px;
}

/* ===== ONLINE VISITORS WIDGET ===== */
.online-visitors-widget {
    bottom: 0%;
    top: auto;
}

/* ===== POPUP BANNER ===== */
#popup_banner {
    position: fixed;
    bottom: 50px;
    background: #ffffffbf;
    font-family: Lato,sans-serif;
    z-index: 1000;
    left: -400px;
    width: 74%;
    transition: transform 1000ms ease-in-out;
    max-width: 360px;
    border-radius: 10px;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 75%);
}

#popup_banner div.bann_in {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 125px;
    justify-content: center;
    align-content: center;
}

#popup_banner img.bann_img {
    width: 120px;
    height: 120px;
    padding: 6px;
}

.p_b_box {
    text-align: center;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0px;
    margin-right: 10px;
    color: black;
}

.p_b_box h4 {
    color: #000000;
    margin-left: -7px;
    font-weight: 700;
    margin-bottom: 8px;
}

.p_b_box span {
    font-size: 14px;
    font-weight: 700;
}

.bann_close {
    z-index: 1000;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    border-radius: 22px;
    top: -10px;
    cursor: pointer;
    background: #ffffffbf;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
    .certification-content {
        display: block;
        text-align: center;
        padding: 0 15px;
    }
    
    .cert-image {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .cert-image img {
        max-width: 250px;
    }
    
    .cert-text {
        width: 100%;
    }
    
    .cert-text p {
        text-align: center;
        font-size: 16px;
    }
}

/* ===== ТАЙМЕР ОБРАТНОГО ОТСЧЕТА ===== */
.countdown-timer {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.timer-title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.timer-title p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.95;
    font-weight: 500;
}

.timer-display {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}

.timer-item {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 12px 8px;
    min-width: 60px;
    flex: 1;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.timer-number {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    line-height: 1.1;
}

.timer-label {
    display: block;
    font-size: 10px;
    color: #fff;
    opacity: 0.9;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

/* ===== ПЕРИОД ПРЕДЛОЖЕНИЯ ===== */
.offer-period {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    border-radius: 12px;
    padding: 18px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 6px 20px rgba(116, 185, 255, 0.4);
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.offer-dates {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    line-height: 1.2;
    white-space: nowrap;
}

.offer-icon {
    font-size: 20px;
    margin-right: 10px;
}

#start-date, #end-date {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 10px;
    border-radius: 6px;
    margin: 0 4px;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
    .countdown-timer {
        padding: 15px;
        margin: 15px 0;
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .timer-title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .timer-title p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .timer-display {
        gap: 12px;
        justify-content: space-around;
        width: 100%;
    }
    
    .timer-item {
        min-width: 70px;
        padding: 12px 8px;
        flex: 1;
        max-width: 100px;
    }
    
    .timer-number {
        font-size: 36px;
        font-weight: 900;
        line-height: 1.1;
    }
    
    .timer-label {
        font-size: 11px;
        margin-top: 5px;
        font-weight: 600;
    }
    
    .offer-period {
        padding: 15px;
        margin: 15px 0;
    }
    
    .offer-dates {
        font-size: 13px;
        white-space: nowrap;
    }
    
    .offer-icon {
        font-size: 20px;
    }
    
    #start-date, #end-date {
        padding: 4px 10px;
        font-size: 16px;
    }
}

/* ===== Custom Select (под стиль .field) ===== */
.cselect{ width:420px; margin:0 auto 20px; position:relative; }
.cselect__btn{
  width:100%;
  display:flex; align-items:center; gap:10px;
  padding:0 20px 0 62px;            /* как у .field */
  height:80px; line-height:80px;    /* как у .field */
  background:#f0f0f0;               /* как у name/phone */
  color:#777;
  border:none;
  border-radius:25px;                /* как у .field */
  box-shadow: none;
  cursor:pointer;
  text-align:left;
  font-family:'Proxima Nova', Arial, Helvetica, sans-serif;
  font-size:17px;
  font-weight:400;
}

/* левая иконка (используем твой select.png; при желании замени на свою) */
.cselect--color .cselect__btn,
.cselect--size  .cselect__btn{ position:relative; }
.cselect--color .cselect__btn::before,
.cselect--size  .cselect__btn::before{
  content:"";
  position:absolute; left:20px; top:50%; transform:translateY(-50%);
  width:26px; height:26px;
  opacity:.7;
}

/* стрелочка справа */
.cselect__btn::after{
  content:"";
  margin-left:auto;
  width:10px; height:10px;
  border-right:2px solid #9aa3ae;
  border-bottom:2px solid #9aa3ae;
  transform:rotate(45deg);
  opacity:.9;
}

/* плейсхолдерное состояние (серый текст) */
.cselect__text.cselect__placeholder{ color:#9aa3ae;}

/* выпадающий список */
.cselect__list{
  position:absolute; left:0; right:0; top:calc(100% + 8px);
  background:#fff;
  border:1px solid #dedede;
  border-radius:24px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  max-height:240px; overflow:auto;
  z-index:50; display:none;
}
.cselect[aria-expanded="true"] .cselect__list{ display:block; }

.cselect__option{
  padding:12px 14px;
  font-size:17px; line-height:1.25; color:#333;
  cursor:pointer;
}
.cselect__option:hover,
.cselect__option[data-active="true"]{ background:#eef3ff; }
.cselect__option[aria-selected="true"]{ background:#f2f6ff; }

/* фокус как у полей */
.cselect__btn:focus{ outline:2px solid #2b7cff; outline-offset:2px; }

/* фикс «зуминга» на iOS (и единый размер шрифта) */
.cselect, .cselect *{ font-size:26px; }

/* Центровка текста в кастом-селектах */
.cselect__btn{
  justify-content: center;   /* по центру по горизонтали */
  text-align: center;
  position: relative;        /* для псевдоэлементов */
}

/* стрелку фиксируем абсолютно, чтобы не сдвигала текст */
.cselect__btn::after{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* иконку слева тоже фиксируем абсолютно (если используешь) */
.cselect--color .cselect__btn::before,
.cselect--size  .cselect__btn::before{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Центровка текста в выпадающем списке */
.cselect__list {
  text-align: center;
}
.cselect__option {
  text-align: center;
  justify-content: center;
}


/* Пульс кнопки */
@keyframes pulse {
    0% {
        box-shadow: 0 3px 0 #c0392b, 0 0 0 0 rgba(255, 71, 87, 0.7);
    }
    70% {
        box-shadow: 0 3px 0 #c0392b, 0 0 0 20px rgba(255, 71, 87, 0);
    }
    100% {
        box-shadow: 0 3px 0 #c0392b, 0 0 0 0 rgba(255, 71, 87, 0);
    }
}