@import url('../css/css2.css');

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
select,
input,
button {
    outline: none;
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}

select,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* styles */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 480px;
    background: rgb(39, 39, 39);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 86px;
    border-top: 1px solid #dd5064;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #a32839;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a32839), to(#dd5064));
    background-image: -webkit-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: -moz-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: -o-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: linear-gradient(to top, #a32839 0%, #dd5064 100%);
    -webkit-box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 86px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

/* slider buttons */

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    background-color: #190233;
    background-image: url(../images/slider__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
}

.owl-prev {
    background-position: left center;
}

.owl-next {
    background-position: right center;
}

/* offer */

.offer_section {
    padding: 0 0 34px;
    background-color: #36393e;
    background-position: center top;
    background-repeat: no-repeat;
}

.offer_section .logo {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.offer_section .title_block {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    padding: 10px;
}

.offer_section .title_block .subtitle {
    margin: 0 0 15px;
    font-size: 48px;
    line-height: 54px;
}

.offer_section .title_block .main_title {
    font-size: 14px;
    line-height: 22px;
}

.offer_section .title_block .main_title span {
    padding: 5px 10px 4px;
    background: #190233;
}
.mainhead {
    position: relative;
}
.offer_section .discount {
    padding: 12px 14px 0 14px;
    height: 86px;
    background: rgba(171, 45, 63, 0.8);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.offer_section.offer_top .discount {
    margin-bottom: 220px;
}

/* .offer_section .discount:before {
	display: block;
	content: '';
	border-top: 86px solid rgba(171,45,63,0.8);
	border-left: 30px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: -30px;
} */

.offer_section .discount .text {
    margin: 0 0 4px;
    letter-spacing: 2px;
}

.offer_section .discount .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.offer_section .price_block {
    margin: -7px 0 22px;
    text-align: center;
    background: #190233;
    padding: 10px;
}

.offer_section .price_block .price_item {
    display: inline-block;
    vertical-align: middle;
}

.offer_section .price_block .price_item.old {
    margin: 0 20px 0 0;
    color: #fff;
}

.offer_section .price_block .price_item .value {
    font-size: 25px;
    line-height: 32px;
    text-decoration: line-through;
}

.offer_section .price_block .price_item.new {
    font-size: 37px;
    line-height: 56px;
    color: #ffa500;
}

.offer_section .input,
.offer_section .select,
.form-control {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 400px;
    height: 76px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.input {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 400px;
    height: 76px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.offer_section .select {
    background-image: url(../images/offer__select_arrow.png);
    background-position: 356px center;
    background-repeat: no-repeat;
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.discount_text {
    padding: 14px 0px 44px;
    background: #ba3c4e;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/* benefits */

.benefits_section {
    padding: 25px 0 0;
}

.benefits_section h2 {
    margin: 0 5px 25px;
    font-size: 27px;
    line-height: 34px;
    color: #ba3c4e;
    text-transform: uppercase;
    text-align: center;
}

.benefits_section .benefit_item h4 {
    padding: 10px 20px;
    background: #190233;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.benefits_section .benefit_wrapper {
    display: table;
    width: 100%;
}

.benefits_section .benefit_wrapper .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
}

.benefits_section .benefit_wrapper img {
    display: block;
}

.benefits_section .benefit_wrapper .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

/* catalog */

.catalog_section {
    padding: 25px 25px 30px;
    background: #f3efdf url(../images/bg_light_brown.jpg);
}

.catalog_section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.catalog_section .products_list.hide {
    height: 0;
    overflow: hidden;
}

.catalog_section .models_types {
    margin: 0 auto 32px;
    width: 230px;
}

.catalog_section .models_types li {
    float: left;
    width: 50%;
    height: 42px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #cacaca;
    -moz-box-shadow: 0 2px 0 #cacaca;
    box-shadow: 0 2px 0 #cacaca;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.catalog_section .models_types li.active {
    background: #190233;
    -webkit-box-shadow: 0 2px 0 #a68e71;
    -moz-box-shadow: 0 2px 0 #a68e71;
    box-shadow: 0 2px 0 #a68e71;
    color: #fff;
}

.catalog_section .product_item {
    margin: 0 0 20px;
    padding: 0 0 34px;
    border: 1px solid #d2c4b4;
    background: #fff;
    position: relative;
}

.catalog_section .product_item:last-child {
    margin: 0;
}

.catalog_section .slider img {
    display: block;
    margin: 0 auto;
}

.catalog_section .owl-prev,
.catalog_section .owl-next {
    top: 50%;
    margin-top: -25px;
}
.sizes_block ul {
    margin: 0 auto;
    display: inline-block;
}
.product_item {
    text-align: center;
}
.catalog_section .owl-prev {
    left: -26px;
}

.catalog_section .owl-next {
    right: -26px;
}

.catalog_section .discount {
    padding: 0 0 0 0px;
    width: 88px;
    height: 58px;
    background: #ba3c4e;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
}

/* .catalog_section .discount:before {
	display: block;
	content: '';
	border-top: 58px solid #ba3c4e;
	border-right: 10px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -10px;
} */

.catalog_section .info_block {
    margin: 0 auto 20px;
    width: 400px;
}

.catalog_section .title_block h4 {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 26px;
    color: #222;
    font-weight: bold;
    margin: 20px 0;
}

.catalog_section .title_block p {
    color: #777;
}

.catalog_section .price_item.old {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    text-decoration: line-through;
}

.catalog_section .price_item.new {
    font-weight: 700;
    font-size: 24px;
    color: #ba3c4e;
    margin-bottom: 1em;
}

.catalog_section .list_block {
    margin: 0 auto 20px;
    width: 350px;
}

.catalog_section .list_block p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 21px;
    color: #777;
}

.catalog_section .list_block li {
    float: left;
    margin: 0 4px 0 0;
    width: 26px;
    height: 26px;
}

.catalog_section .list_block li:last-child {
    margin: 0;
}

.catalog_section .sizes_block li {
    margin-right: 2px;
    background: #36393e;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.catalog_section .colors_block li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.catalog_section .colors_block li.black {
    background: #000;
}

.catalog_section .colors_block li.blue {
    background: #43496d;
}

.catalog_section .colors_block li.brown {
    background: #7e4f47;
}
.catalog_section .colors_block li.grey {
    background: #6e6568;
}
.catalog_section .colors_block li.beige-dark {
    background: #975e41;
}
.catalog_section .colors_block li.beige-light {
    background: #daab7f;
}

.catalog_section .product_item .button {
    width: 350px;
    height: 66px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 66px;
}

/* stars */

.stars_section {
    padding: 25px;
    background: #36393e;
}

.stars_section h2 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 34px;
    color: #e5c49c;
    text-transform: uppercase;
    text-align: center;
}

.stars_section .slider p {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.stars_section .owl-prev,
.stars_section .owl-next {
    top: 135px;
}

.stars_section .owl-prev {
    left: -25px;
}

.stars_section .owl-next {
    right: -25px;
}

/* reviews */

.reviews_section {
    padding: 25px;
    background: #f3efdf url(../images/bg_light_brown.jpg);
    text-align: center;
}

.reviews_section h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 42px;
    color: #ba3c4e;
    text-transform: uppercase;
    text-align: center;
}

.reviews_section .review_item img {
    display: block;
    margin: 0 auto;
    width: 310px;
}

.reviews_section .author_info {
    margin: 16px 0 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    top: 93px;
}

.reviews_section .owl-prev {
    left: -25px;
}

.reviews_section .owl-next {
    right: -25px;
}

/* order info */

.order_info_section {
    padding: 25px 20px;
}

.order_info_section h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.order_info_section .info_item {
    margin: 0 0 25px;
}

.order_info_section .info_item:last-child {
    margin: 0;
}

.order_info_section .info_item img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.order_info_section .info_item .text_block {
    float: left;
    width: 360px;
}

.order_info_section .info_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #190233;
    text-transform: uppercase;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #1c1e23;
    font-size: 14px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}
.footer_section {
    color: #ccc;
}
.footer_section a {
    color: #ccc;
}

.table-wrap {
    padding: 0px 25px 30px;
}

.table-wrap h2 {
    padding: 0px 0 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 99%;
}

.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;
}

#marketing-footer-buttons > button {
    color: #ccc;
}

.offer_section .field,
select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 40px 0 60px;
    width: 400px;
    height: 76px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 30px;
    background-color: #f5f5f5;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #222;
    text-align: center;
}

.stats {
    padding: 25px;
    background: #ffffff;
}

.stats h2 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 34px;
    color: #e5c49c;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.stats ul li {
    margin-top: 15px;
}

.stats ul li span {
    color: #36393e;
    font-size: 20px;
    font-weight: 500;
}

.stats ul li p {
    font-size: 16px;
    color: #36393e;
}

.slider-item {
    padding: 20px !important;
}

.list-item {
    font-size: 19px !important;
    padding: 4px !important;
}

.mp-basket {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
    overflow: hidden;
}
.mp-basket-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
.mp-basket-content {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 460px;
    width: 100%;
    background: #222;
    color: #ffffff;
    border-radius: 5px;
    padding: 35px;
    margin-inline: auto;
    margin-top: 30px;
}

.mp-basket-products {
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
}

.mp-basket-product {
    display: table-row;
}
.mp-basket-product-image,
.mp-basket-product-title,
.mp-basket-product-count,
.mp-basket-product-price,
.mp-basket-product-delete {
    display: table-cell;
    border-bottom: 1px solid #eee;
    padding: 8px 5px;
}
.mp-basket-product-image {
    width: 80px;
}
.mp-basket-product-image img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.mp-basket-product-count-minus,
.mp-basket-product-count-plus,
.mp-basket-product-delete-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    margin: 0 8px;
    border: 1px solid #eee;
}
.mp-basket-product-count-minus:hover,
.mp-basket-product-count-plus:hover,
.mp-basket-product-delete-button:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #fff;
}

.mp-basket-total {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}
.mp-basket form {
    max-width: none;
    display: block;
}

.mp-basket button {
    width: 100%;
}
.mp-basket-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.mp-basket-basket {
    position: fixed;
    top: -0px;
    right: 0px;
    padding: 0 10px;
    /*height:60px;*/
    line-height: 50px;
    background: #ff6600;
    /*border-radius: 5px;*/
    text-align: center;
    color: #fff;
    /*opacity: .9;*/
    z-index: 9999;
}
.mp-basket-basket:hover {
    opacity: 0.9;
    cursor: pointer;
}

.mp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.mp-header a {
    color: #fff;
    margin: 0 5px;
}
.mp-header-logo {
    float: left;
    padding: 0 0 0 15px;
}

@media only screen and (max-width: 600px) {
    .mp-header {
        text-align: left;
        padding-left: 10px;
    }
}

.mp-basket-times {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    margin-top: 15px;
}
