@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic-ext);
@font-face {
    font-family: 'Marmelad';
    src: url('../fonts/Marmelad-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
input[type="text"],
input[type="submit"]{
    border: none;
    outline: none;
}
header, footer, span, a, input, textarea, div, figure, ul, li, img, td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea{
    outline: none;
    border: none;
}
textarea{
    resize: none;
}
figure{
    margin: 0;
}
figure img{
    max-width: 100%;
}
a{
    color: #8d3623;
}
a:hover{
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
body{
    background: url(../img/bg_body.jpg);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem;
    color: #58595b;
}
.container{
    background: #fff;
    width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrapper{
    padding-bottom: 50px;
}
.content{
    color: #58595b;
    line-height: 1.7rem;
}
.text-center{
    text-align: center;
}
.text-marked{
    color: #8d3623;
}
.marker-round{
    padding: 0;
    list-style: none;
}
.marker-round li{
    padding-left: 25px;
    background: url(../img/list_marker_1.png) left 8px no-repeat;
}
.breadcrumb{
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    font-size: 0.8125rem;
}
.breadcrumb a{
    color: #58595b;
    position: relative;
    padding-right: 10px;
}
.breadcrumb a:after{
    content: "/";
    position: absolute;
    top: -3px;
    right: 0;
}
.breadcrumb span{
    color: #8d3623;
}
.breadcrumb--indent{
    margin-bottom: 10px;
    padding-top: 0;
}
.page-title{
    color: #8d3623;
    font-family: 'Marmelad';
    font-size: 1.75rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.block-title{
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    color: #8d3623;
    margin-bottom: 30px;
}
.header{
    padding: 15px 0 15px 0;
    position: relative;
}
.header-left{
    float: left;
    margin-right: 20px;
    padding-top: 15px;
}
.header-right{
    float: right;
    width: 715px;
}
.header-info-order{
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.header-info-order__cart{
    display: inline-block;
    padding-left: 42px;
    font-size: 0.9333rem;
    width: 225px;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.header-info-order__cart:before{
    content: "";
    display: block;
    width: 26px;
    height: 25px;
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(../img/sprite_cart.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.header-info-order__cart:hover:before{
    background-position: 0 -25px;
}
.btn{
    display: inline-block;
    text-decoration: none;
}

.btn-round {
    border-radius: 100px;
}
.btn-red,
.btn-brown{
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-red{
    background: #db5552;
}
.btn-brown{
    background: #8d3623;
}
.btn-red:hover,
.btn-brown:hover{
    opacity: 0.7;
}
.header-info-order .btn{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    margin-right: 35px;
    vertical-align: top;
}
.header-info-order__reg{
    display: inline-block;
    margin-right: 10px;
    top: 15px;
    right: 30px;
    position: absolute;
}
.header-info-order__reg--authorized{
    top: 7px;
}
.header-info-order__reg a{
    background: #f3f2ed;
    color: #58595b;
    font-size: 0.9333rem;
    padding: 17px 21px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-info-order__reg a:hover{
    background: #c57766;
    color: #fff;
}
.header-info-order__reg div{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin-right: 10px;
}
.header-info-order__chosen{
    float: right;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-indent: -9999px;
    width: 24px;
    height: 22px;
    background-image: url(../img/sprite_heart.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.header-info-order__chosen:hover{
    background-position: 0 -22px;
}
.header-info-shop{
    padding-top: 10px;
}

/*==================
    Icons
===================*/
.icon{
    position: relative;
    padding-left: 30px;
}
.icon:before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}
.i-map:before{
    background: url(../img/icon_map.png) left center no-repeat;
}
.i-mail:before{
    background: url(../img/icon_mail.png) left center no-repeat;
}
.i-buy:before{
    background: url(../img/icon_buy.png) left center no-repeat;
}
.i-connect:before{
    background: url(../img/icon_connect.png) left center no-repeat;
}


.header-info-shop__contacts{
    display: inline-block;
    margin-right: 65px;
}
.header-info-shop__contacts div:first-child{
    margin-bottom: 6px;
}
.header-info-shop__contacts a{
    display: block;
    color: inherit;
    text-decoration: none;
}
.header-info-shop__contacts a:first-child{
    margin-bottom: 6px;
}
.header-info-shop__phone{
    font-weight: bold;
    font-size: 1.1rem;
}
.header-info-shop__worktime{
    font-size: 0.9rem;
    color: #58595b;
}
.header-info-shop__links{
    display: inline-block;
    width: 170px;
}
.header-info-shop__links a{
    display: inline-block;
}
.header-info-shop__link-buy{
    margin-bottom: 10px;
    color: #db5552;
}
.header-info-shop__link-buy:hover{
    text-decoration: none;
}
.header-info-shop__link-connect{
    text-decoration: none;
}
.header-info-shop__link-connect span{
    border-bottom: 2px dotted #8d3623;
}
.header-info-shop__link-connect:hover span{
    border-color: #db5552;
    color: #db5552;
}


/*====================
    MENU TOP
=====================*/
.menu-top{
    margin-bottom: 17px;
}
.menu-top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}
.menu-top ul li{
    display: table-cell;
}
.menu-top ul li a{
    display: block;
    background: #8d3623;
    color: #fff;
    font-size: 0.9333rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 14px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-top ul li a:hover{
    background: #c57766;
}


.sidebar{
    width: 250px;
    margin-right: 20px;
    float: left;
}
.main{
    overflow: hidden;
    padding-bottom: 50px;
}


/*====================
    SEARCH
=====================*/
.search{
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
    padding: 2px 15px;
    margin-bottom: 15px;
}
.search--short{
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.search input[type="text"]{
    width: 195px;
}
.search input[type="submit"]{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../img/icon_search.png) center center no-repeat;
}


/*====================
    MENU LEFT
=====================*/
.menu-left{
    margin-bottom: 18px;
}
.menu-left  ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-left > ul{
    padding: 9px 10px;
    background: #f3f2ed;
}
.menu-left > ul > li > a{
    background: #fff;
    display: block;
    font-family: 'Marmelad';
    font-size: 1.0625rem;
    text-decoration: none;
    padding: 10px 10px 10px 45px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-left > ul > li > a:hover{
    background: #c57766;
    color: #fff;
}
.menu-left > ul > li > ul{
    padding: 10px 10px 10px 40px;
    /* display: none; */
}
.menu-left > ul > li > ul li a{
    display: inline-block;
    text-decoration: none;
    color: #58595b;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.menu-left > ul > li > ul li a:hover{
    background: #fff;
    color: #8d3623;
}
.menu-left__icon{
    margin-bottom: 5px;
}
.menu-left__icon > a{
    position: relative;
}
.menu-left__icon > a:before{
    content: "";
    display: block;
    width: 21px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -14px;
    background-repeat: no-repeat;
}
.menu-left__icon--shirt > a:before{
    background-image: url(../img/sprite_shirt.png);
}
.menu-left__icon--shirt > a:hover:before{
    background-position: -21px 0;
}
.menu-left__icon--set > a:before{
    background-image: url(../img/sprite_set.png);
    width: 26px;
}
.menu-left__icon--set > a:hover:before{
    background-position: -26px 0;
}
.menu-left__icon--towel > a:before{
    background-image: url(../img/sprite_towel.png);
    width: 22px;
}
.menu-left__icon--towel > a:hover:before{
    background-position: -22px 0;
}
.menu-left__icon--cap > a:before{
    background-image: url(../img/sprite_cap.png);
    width: 22px;
}
.menu-left__icon--cap > a:hover:before{
    background-position: -22px 0;
}
.menu-left__icon--socks > a:before{
    background-image: url(../img/sprite_socks.png);
    width: 18px;
}
.menu-left__icon--socks > a:hover:before{
    background-position: -18px 0;
}
.menu-left__icon--accessory > a:before{
    background-image: url(../img/sprite_accessory.png);
    width: 21px;
}
.menu-left__icon--accessory > a:hover:before{
    background-position: -21px 0;
}
.menu-left__icon--scarf > a:before{
    background-image: url(../img/sprite_scarf.png);
    width: 22px;
}
.menu-left__icon--scarf > a:hover:before{
    background-position: -22px 0;
}
.menu-left__icon--wedding > a:before{
    background-image: url(../img/sprite_wedding.png);
    width: 21px;
}
.menu-left__icon--envelope > a:before{
    background-image: url(../img/sprite_envelope.png);
    width: 15px;
}

.menu-left__icon--envelope > a:hover:before{
    background-image: url(../img/sprite_envelope.png);
    background-position: -16px 0;
}

.menu-left__icon--cotton > a:before{
    background-image: url(../img/sprite_cotton.png);
    width: 20px;
}

.menu-left__icon--cotton > a:hover:before{
    background-image: url(../img/sprite_cotton.png);
    background-position: -20px 0;
}

.menu-left__icon--textile > a:before{
    background-image: url(../img/sprite_textile.png);
    width: 20px;
}

.menu-left__icon--textile > a:hover:before{
    background-image: url(../img/sprite_textile.png);
    background-position: -20px 0;
}

.menu-left__icon--wedding > a:hover:before{
    background-position: -21px 0;
}


/*====================
    BANNER
=====================*/
.banner{
    margin-bottom: 25px;
}
.banner img{
    max-width: 100%;
}


/*====================
    NEWS
=====================*/
.news-side{
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #ebeae5;
}
.news-side__title{
    display: block;
    text-decoration: none;
    color: #8d3623;
    font-family: 'Marmelad';
    font-size: 1.8125em;
    margin-bottom: 25px;
    text-align: center
}
.news-side-item{
    border-bottom: 1px solid #ebeae5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 0.875rem;
}
.news-side-item:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.news-side-item__small-thumb,
.news-side-item__title{
    display: inline-block;
    vertical-align: middle;
}
.news-side-item__small-thumb{
    margin-right: 18px;
    width: 40px;
}
.news-side-item__title{
    width: 180px;
    color: #8d3623;
    font-family: 'Marmelad';
    font-size: 1rem;
    text-decoration: none;
}
.news-side-item__anons{
    color: #58595b;
    margin-top: 15px;
    line-height: 1.4rem;
    margin-bottom: 10px;
}
.news-side-item__big-thumb{
    margin: 10px 0;
}
.news-more{
    display: inline-block;
    padding-right: 17px;
    background: url(../img/icon_arrow_more.png) right center no-repeat;
}


/*====================
    SLIDER MAIN
=====================*/
.slider-main{
    margin-bottom: 26px;
}
.slider-main__item{
    position: relative;
}
.slider-main__content{
    width: 250px;
    position: absolute;
    top: 32px;
    left: 38px;
}
.slider-main__title{
    font-family: 'Marmelad';
    font-size: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.slider-main__text{
    font-size: 1.1875rem;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.slider-main .btn{
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 9px 23px;
}
.slider-main .owl-controls{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 14px;
    margin-right: 8px;
}
.slider-main.owl-theme .owl-controls .owl-buttons div{
    background-image: url(../img/slider_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 29px;
}
.slider-main.owl-theme .owl-controls .owl-buttons .owl-next{
    background-position: -34px 0px;
}
.slider-main.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
    background-position: 0 -29px;
}
.slider-main.owl-theme .owl-controls .owl-buttons .owl-next:hover{
    background-position: -34px -29px;
}


/*====================
    ADVANTAGES
=====================*/
.advantages{
    padding-bottom: 25px;
    border-bottom: 1px solid #ebeae5;
}
.advantages-item{
    display: inline-block;
    vertical-align: top;
    width: 165px;
    margin-right: 12px;
    text-align: center;
}
.advantages-item a{
    text-decoration: none;
}
.advantages-item a:hover{
    text-decoration: underline;
}
.advantages-item:hover .advantages-item__image{
    background: #fff;
    border: 1px solid #8d3623;
}
.advantages-item:last-child{
    margin-right: 0;
}
.advantages-item__desc{
    font-size: 0.875rem;
    color: #8d3623;
    line-height: 1.5em;
    margin-top: 10px;
}
.advantages-item__image{
    background: #f3f2ed;
    width: 100px;
    height: 90px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.advantages-item__image img{
    vertical-align: middle;
}


/*====================
    MENU BOTTOM
=====================*/
.footer-block{
    border-top: 1px solid #d1d1d1;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-block-col{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 3%;
    color: #000;
}
.footer-block-col:last-child{
    margin-right: 0;
}
.footer-block-col ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-block-col ul li{
    margin-bottom: 10px;
}
.footer-block-col--no-login a{
    color: #000;
    text-decoration: none;
}
.footer-block-col__title{
    margin-bottom: 15px;
    font-family: 'Marmelad';
    font-size: 1.125rem;
    color: #8d3623;
    text-transform: uppercase;
}
.footer-contacts__item{
    margin-bottom: 10px;
}

/*====================
    FOOTER
=====================*/
.footer-info{
    background: #f3f2ed;
    width: 1024px;
    margin: 0 auto;
    padding: 32px 20px;
}
.footer__logo,
.footer__copyright,
.footer__links{
    display: inline-block;
    vertical-align: top;
}
.footer__logo{
    margin-right: 30px;
}
.footer__copyright{
    width: 500px;
    font-size: 0.8125rem;
    line-height: 1.3rem;
}
.footer__links{
    color: #333;
}
.footer__links > a{
    display: inline-block;
}
.footer__links > a,
.footer__links > div{
    margin-bottom: 12px;
}

.footer__link{
    font-size: 0.8125rem;
}
.footer__link a{
    font-size: 0.9375rem;
}


/*====================
    TABS
=====================*/
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs__caption{
    margin-bottom: 20px;
    padding: 0;
}
.tabs__caption li{
    border: 2px solid #dadada;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tabs__caption li.active{
    background: #c57766;
    border-color: #c57766;
    color: #fff;
    font-weight: bold;
}
.tabs__caption li:last-child{
    margin-right: 0;
}
.tabs__caption--wide li{
    width: 220px;
    text-transform: none;
}
.tabs__caption--wide li.active{
    font-weight: normal;
}


/*=====================
    DELIEVERY & PAYMENT
=====================*/
.par{
    margin-bottom: 25px;
}
.par-title{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.par-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 21px;
    top: 0;
    left: 0;
}
.par-title--transport:before{
    background: url(../img/icon_truck.png) center center no-repeat;
}
.par-title--post:before{
    background: url(../img/icon_rusmail.png) center center no-repeat;
}
.par-title--courier:before{
    background: url(../img/icon_courier.png) center center no-repeat;
}
.par-title--cash:before{
    background: url(../img/icon_cash.png) center center no-repeat;
}
.par-title--card:before{
    background: url(../img/icon_card.png) center center no-repeat;
}


/*=======================
    NEWS LIST
========================*/
.news-item{
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebeae5;
}
.news-item:last-child{
    border-bottom: none;
}
.news-item__title{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.news-item__image{
    width: 160px;
    float: left;
}
.news-item__content{
    overflow: hidden;
    margin-left: 190px;
}
.news-item__date,
.news-detail__date{
    color: #8d3623;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1rem;
    margin-bottom: 7px;
}
.news-item__text{
    margin-bottom: 5px;
}


/*=======================
    NEWS DETAIL
========================*/
.news-detail__title{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news-detail__image-left{
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}
.news-detail__image-right{
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}


/*=======================
    REGISTRATION
========================*/
.reg-wrap{
    padding-top: 25px;
    border-top: 1px solid #ebeae5;
}
.reg__title{
    color: #8d3623;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.reg__block{
    display: table;
    width: 100%;
}
.reg__block img{
    vertical-align: middle;
}
.reg__row{
    display: table-row;
}
.reg__left,
.reg__right{
    display: table-cell;
    padding-bottom: 20px;
}
.reg__left{
    padding-right: 20px;
    text-align: right;
    width: 40%;
}
.reg__block label{
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}
.reg__right input,
.reg__right select{
    border: 2px solid #dadada;
    width: 250px;
    height: 35px;
    line-height: 35px;
    padding: 5px 10px;
}
.reg__right label{
    padding-left: 20px;
    padding-right: 18px;
}
.btn-reg{
    display: block;
    height: 40px;
    width: 230px;
    margin: 0 auto;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
}
.reg__row .reg-small{
    width: 100px;
}


/*=======================
    CATALOG
========================*/
.products{
    margin-bottom: 10px;
}
.product{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    cursor: pointer;
    margin-right: 22px;
    margin-bottom: 25px;
    position: relative
}
.product:nth-child(3n){
    margin-right: 0;
}
.product:hover .product__body{
    background: #f3f2ed;
    border: 1px solid #f3f2ed;
}
.product--new .product__image:after{
    content: "";
    background: url(../img/new.jpg) center center no-repeat;
    display: block;
    width: 65px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-chosen{
    background: url(../img/choosen.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-indent: -9999px;
    z-index: 5;
    display: none;
    cursor: pointer;
    opacity: 0.8;
}
.product-chosen:hover, .product-chosen.active{
    opacity: 1;
}
.product:hover .product-chosen, .product.active .product-chosen{
    display: block;
}
.product__permalink{
    color: inherit;
    text-decoration: none;
}
.product__name{
    font-size: 0.875rem;
    font-weight: bold;
    color: #8d3623;
    margin-bottom: 10px;
    text-align: center;
}
.product__article{
    font-size: 0.8125rem;
    margin-bottom: 10px;
    text-align: center;
    color: inherit;
}
.product__image{
    position: relative;
    margin-bottom: 5px;
    height: 200px;
}

.product__image a{
    display: block;
    width: 100%;
    height: 100%;
}

.product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__desc{
    font-size: 0.8125rem;
    text-align: center;
    margin-bottom: 10px;
}
.product__body{
    border: 1px solid #dfdfdd;
    padding: 9px 9px 13px 9px;
    position: relative;
}
.product-func{
    padding: 8px 10px;
    background: #f3f2ed;
    margin-bottom: 15px;
}
.product-func__size{
    margin-bottom: 10px;
}


/*===================
    PRODUCT AMOUNT
===================*/
.product-amount{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.product-amount__field{
    width: 35px;
    text-align: center;
}
.product-amount--cart{
    margin-left: 0;
}
.product-amount--cart .product-amount__field{
    border: 2px solid #dadada;
}
.product-amount__switcher{
    width: 25px;
    height: 25px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
}
.product-amount--cart .product-amount__switcher{
    color: #8e8e8e;
}
.product-amount__switcher:hover{
    color: #8d3623;
}
.product__price{
    display: inline-block;
    color: #8d3623;
    font-size: 0.875rem;
    margin-top: 4px;
}
.product__price span{
    font-weight: bold;
    font-size: 1.125rem;
}

.shop_form .product__price--unregistered:first-child {
    display: inline-block!important;
}

.product__buy{
    padding: 4px 22px;
    float: right;
    text-transform: uppercase;
    font-size: 0.9375em;
    font-weight: normal;
    border-radius: 50px;
}


/* отображение элементов в один столбец */
.products--horizontal .product{
    display: block;
    width: auto;
}
.products--horizontal .product .product__body{
    padding-left: 240px;
    padding-top: 80px;
    min-height: 286px;
}
.products--horizontal .product .product__image{
    position: absolute;
    top: 9px;
    left: 9px;
}
.products--horizontal .product .product__buy{
    float: none;
    margin-left: 15px;
}
.products--horizontal .product .product__permalink{
    width: 440px;
    position: absolute;
    left: 240px;
    top: 20px;
    z-index: 1;

}
.products--horizontal .product__name,
.products--horizontal .product__article,
.products--horizontal .product__desc{
    text-align: left;
}
.products--horizontal .product__desc br{
    display: none;
}

.catalog-functional{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebeae5;
}


/*==========================
    PAGINATION
==========================*/
.pagination{
    display: inline-block;
    margin-right: 20px;
}
.pagination--center{
    display: table;
    margin: 0 auto;
}
.pagination a,
.pagination span{
    display: inline-block;
    vertical-align: middle;
}
.pagination__number,
.pagination__nav{
    border: 2px solid #f3f2ed;
    display: inline-block;
    width: 28px;
    height: 25px;
    line-height: 25px;
    font-size: 0.75rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin-right: 4px;
}
.pagination__number:hover,
.pagination__number.active{
    background-color: #f3f2ed;
}
.pagination--center .pagination__number,
.pagination--center .pagination__nav{
    margin-right: 8px;
}
.pagination__nav{
    background-color: none;
    border: none;
    background-image: url(../img/pagination_arrows.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    line-height: 22px;
    text-indent: -9999px;
}
.pagination__nav.prev{
    background-position: 0 0;
    margin-left: 22px;
    margin-right: 16px;
}
.pagination__nav.prev:hover{
    background-position: 0 -12px;
}
.pagination__nav.next{
    background-position: -8px 0;
    margin-right: 22px;
    margin-left: 8px;
}
.pagination__nav.next:hover{
    background-position: -8px -12px;
}


/*==========================
    FILTER
==========================*/
.filter{
    display: inline-block;
}
.catalog-view{
    float: right;
}
.catalog-view__tile,
.catalog-view__column{
    display: inline-block;
    background-image: url(../img/sprite_catalog.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.catalog-view__tile{
    margin-right: 6px;
    background-position: 0 0;
}
.catalog-view__tile.active{
    background-position: 0 -27px;
}
.catalog-view__column{
    background-position: -27px 0;
}
.catalog-view__column.active{
    background-position: -27px -27px;
}
.catalog-all{
    display: block;
    width: 220px;
    height: 40px;
    margin: 0 auto;
    background: #f3f2ed;
    color: inherit;
    font-size: 0.9375rem;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.catalog-all:hover{
    background: #c57766;
    color: #fff;
}


/*==========================
    CART
==========================*/
.cart-products{
    margin-bottom: 25px;
    width: 100%;
    border-collapse: collapse;
}
.cart-products tr.cart-product{
    position: relative;
    line-height: 1.4rem;
}
.cart-products tr.cart-product.active{
    background: #f8f8f6;
}
.cart-products tr.cart-product.active .cart-product__remove div{
    visibility: visible;
}
.cart-products th{
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 5px;
}
.cart-category{
    font-family: 'Marmelad';
    font-size: 1.125rem;
    background: url(../img/icon_catalog_category.png) 8px 8px no-repeat, #f3f2ed;
    color: #8d3623;
    padding: 6px 10px 6px 42px;
    margin-bottom: 11px;
    margin-top: 11px;
}
.cart-product td{
    vertical-align: top;
    padding: 15px 5px;
}
.cart-product__number{
    font-weight: bold;
    position: relative;
}
.cart-product__image img{
    max-width: 50px;
    height: auto;
}
.cart-product__name{
    color: #8d3623;
    text-decoration: none;
}
.cart-product__article{
    font-size: 0.8125rem;
    margin-bottom: 5px;
}
.cart-product__value{
    font-size: 0.875em;
}
.cart-product__price{
    color: #8d3623;
    font-weight: bold;
}
.cart-product__remove div{
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1rem;
    color: #db5552;
    visibility: hidden;
    cursor: pointer;
}
.cart-product__total{
    vertical-align: top;
}
.cart-product__total td{
    border-top: 1px solid #ebeae5;
    padding-top: 22px;
    padding-left: 5px;
    padding-right: 5px;
}
.cart-product__total-weight,
.cart-product__total-amount,
.cart-product__total-sum{
    color: #db5552;
    font-size: 1.125em;
}
td.cart-product__total-amount{
    padding-left: 35px;
}
.cart-product__total-sum{
    font-weight: bold;
}
.cart-product__min-sum{
    font-size: 0.75em;
    line-height: 1.2em;
}
.cart-product-name{
    width: 39%;
}
.link-save{
    display: inline-block;
    background: url(../img/icon_save.png) left 5px no-repeat;
    padding-left: 30px;
}

/*====================
    NOTICE
=====================*/
.notice{
    background: #f3f2ed;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.notice p{
    margin-top: 0;
}
.notice__btn{
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 50px;
}


/*====================
    FORM CHECK
=====================*/
.form-check{
    width: 420px;
    margin: 0 auto;
}
.form-check__group input[type="text"],
.form-check__group textarea{
    width: 400px;
    border: 2px solid #dadada;
    display: block;
    width: 100%;
    padding-left: 13px;
    margin-top: 15px;
}
.form-check__group textarea{
    height: 150px;
}
.form-check__group select{
    margin-top: 15px;
}
.form-check-title{
    font-size: 0.875rem;
    font-weight: bold;
    color: #8d3623;
    padding-right: 15px;
}
.form-check__group a{
    color: inherit;
}
.form-check__group a:hover{
    color: #8d3623;
    text-decoration: underline;
}
.form-check__group{
    margin-bottom: 25px;
}
.form-radio label,
.form-checkbox label{
    cursor: pointer;
}
.form-radio input[type="radio"]+ label span{
    -webkit-appearance:none;
    width:30px;
    height:30px;
    border:2px solid #dadada;
    outline:none;
    margin: 5px 20px 5px 5px;
    box-sizing:border-box;
    display:inline-block;
    position: relative;
    top: 14px;
}
.form-radio input[type="radio"]:checked+label span:before{
    content:"";
    display:block;
    background: url(../img/icon_check.png) center center no-repeat;
    width: 14px;
    height: 14px;
    margin: 7px;
    pointer-events:none;
}
.form-checkbox input[type="checkbox"]+ label span{
    -webkit-appearance:none;
    width:30px;
    height:30px;
    border:2px solid #dadada;
    outline:none;
    margin: 5px 20px 5px 5px;
    box-sizing:border-box;
    display:inline-block;
    position: relative;
    top: 14px;
}
.form-checkbox input[type="checkbox"]:checked+label span:before{
    content:"";
    display:block;
    background: url(../img/icon_check.png) center center no-repeat;
    width: 14px;
    height: 14px;
    margin: 7px;
    pointer-events:none;
}
.form-checkbox--small{
    position: relative;
    top: -15px;
}
.form-checkbox--small input[type="checkbox"]+ label span{
    width:20px;
    height:20px;
    border:2px solid #dadada;
    margin: 5px 0 5px 5px;
}
.form-checkbox--small input[type="checkbox"]:checked+label span:before{
    background: url(../img/icon_catalog_category.png) center center no-repeat;
    width: 14px;
    height: 14px;
    margin: 1px;
}










.form-radio--icon{
    padding-left: 40px;
    background-position: left 22px;
    background-repeat: no-repeat;
}
.form-radio--transport{
    background-image: url(../img/icon_truck.png);
}
.form-radio--post{
    background-image: url(../img/icon_rusmail.png);
}
.form-radio--courier{
    background-image: url(../img/icon_courier.png);
}
.form-radio--yourself{
    background-image: url(../img/icon_yourself.png);
}
.form-radio--other{
    background-image: url(../img/icon_other.png);
}
.form-check__btn{
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
}


/*======================
    PRODUCT DETAIL
=======================*/
.product-detail{
    border-bottom: 1px solid #ebeae5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.slider-product{
    width: 370px;
    float: left;
}

.flexslider-holder {
    padding-left: 20px;
    padding-right: 20px;
}

.flexslider.slider-product-detail{
    margin-bottom: 9px;
}
.flexslider.carousel-product-detail{
    margin-bottom: 30px;
}
.flex-direction-nav a{
    text-indent: 9999px;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev{
    background-image: url(../img/slider_arrows.png);
    width: 20px;
    height: 29px;
}
.flex-direction-nav .flex-next{
    background-position: 20px -29px;
    right: -24px;
}
.flex-direction-nav .flex-prev{
    background-position: 0 -29px;
    left: -24px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -24px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -2px;
  right: -24px;
}
.slider-product-detail .flex-direction-nav .flex-prev,
.slider-product-detail .flex-direction-nav .flex-next{
    display: none;
}
.slider-product-detail li{
    position: relative;
}
.slider-product-detail li.product--new:after{
    content: "";
    background: url(../img/new.jpg) center center no-repeat;
    display: block;
    width: 65px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.slider-product .product-chosen{
    display: block;
    top: 10px;
    left: 10px;
}
.product-desc{
    width: 315px;
    float: right;
    position: relative;
}
.product-desc__text{
    margin-bottom: 15px;
}
.table-sizes{
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    background:  url(../img/icon_sizes.png) left center no-repeat;
    padding-left: 30px;
}
.product-price{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #8d3623;
    margin-left: 30px;
}
.product-price span{
    font-size: 1.75rem;
    font-weight: bold;
}
.product-price--warning{
    margin-left: 0;
    color: #db5552;
    margin-top: 10px;
}
.product__btn{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 30px;
    margin-top: 10px;
    border-radius: 50px;
}
.product-detail-options{
    margin-bottom: 10px;
    margin-top: 20px;
}
.product-detail-radio{
    display: inline-block;
    line-height: 1.3rem;
    margin: 0 18px 11px 0;
    vertical-align: top;
}
.product-detail-radio:nth-child(4n){
    margin-right: 0;
}
.product-detail-options input[type="radio"]+ label span{
    -webkit-appearance:none;
    width:160px;
    height:55px;
    border:1px solid #f3f2ed;
    outline:none;
    padding: 5px;
    display:inline-block;
    text-align: center;
    cursor: pointer;
}
.product-detail-options input[type="radio"]:checked+label span{
    background: #f3f2ed;
}
.product-detail .text-marked{
    margin-bottom: 10px;
}
.product-detail .product-amount{
    margin-left: 0;
}


/*====================
    ORDERS
=====================*/
.orders{
    width: 100%;
    border-collapse: collapse;
}
.orders th{
    background: #f3f2ed;
    text-align: left;
    text-transform: uppercase;
}
.orders th,
.orders td{
    padding: 6px 5px;
}
.orders td{
    vertical-align: top;
}

.order__date{
    width: 14%;
}
/* .order__date div{
    position: relative;
} */
/* .order__date div:before{
    content: "";
    display: block;
    border: 2px solid #dadada;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -35px;
} */
.order__number{
    width: 28%;
}
.order__number-items{
    color: #58595b;
    text-decoration: none;
    border-bottom: 2px dotted #58595b;
}
.order__number-items:hover{
    color: #8d3623;
    border-color: #8d3623;
}
.order__price{
    width: 20%;
}
td.order__price{
    color: #8d3623;
    font-weight: bold;
}
.order__payment{
    width: 20%;
}
.order__payment-status{
    font-weight: bold;
}
.order__payment-status--undone{
    color: #db5552;
}
.order__payment-status--process{
    color: #ee964e;
}
.order__payment-status--done{
    color: #6eb071;
}
.order__status{
    font-size: 0.875rem;
}
.link-doc{
    display: inline-block;
    background:  url(../img/icon_doc.png) left 5px no-repeat;
    padding-left: 23px;
    line-height: 1.2rem;
}
.order{
    position: relative;
    width: 100%;
}


.orders tr .order{
    border-bottom: 1px solid #ebeae5;
}
.orders tr:last-child .order{
    border-bottom: none;
}

.order tr td:first-child{
    padding-left: 10px;
}
.orders tr th:first-child{
    padding-left: 15px;
}
.order-list{
    display: none;
    background: #f3f2ed;
    width: 100%;
    padding: 15px 10px 5px 15px;
}
.order-list.active{
    display: block;
}
.order-list:hover{
    display: block;
}
.order__number a:hover + .order-list{
    display: block;
}
.order-list-item{
    /* display: inline-block; */
    /* vertical-align: top; */
    /* width: 445px; */
    /* margin-right: 10px; */
    margin-bottom: 20px;
    line-height: 1.4rem;
}
.order-list-item:nth-child(even){
    margin-right: 0;
}
.order-list-item__number,
.order-list-item__image,
.order-list-item__content,
.order-list-item__params,
.order-list-item__add{
    display: inline-block;
    vertical-align: top;
}
.order-list-item__number{
    font-weight: bold;
}
.order-list-item__number,
.order-list-item__image{
    margin-right: 10px;
}
.order-list-item__name{
    color: #8d3623;
}
.order-list-item__article,
.order-list-item__params{
    font-size: 0.8125rem;
}
.order-list-item__content{
    width: 355px;
}
.order-list-item__params{
    width: 200px;
    margin-right: 20px;
}
.order-list-item__params p{
    margin: 0;
}
.order-list-item__add{
    position: relative;
}
.order-list-item__add .btn{
    font-weight: normal;
    font-size: 0.875rem;
    opacity: 0.7;
}
.order-list-item__add .btn:hover{
    opacity: 1;
}
.order-list-item__add > .btn{
    padding: 4px 12px;
    margin-bottom: 5px;
}
.order-list-item__add.active .order-list-item__amount{
    display: block;
}
.order-list-item__amount{
    font-size: 0.75rem;
    padding: 5px 9px;
    background: #fff;
    position: absolute;
    display: none;
}
.order-list-item__amount .product-amount{
    margin-left: 5px;
}
.order-list-item__amount input[type="text"]{
    border: 2px solid #dadada;
}
.order-list-item__amount .btn{
    width: 30px;
    height: 30px;
    padding: 4px 5px;
}




/*====================
    ACCOUNT DATA
=====================*/
.account-data{
    margin-bottom: 15px;
}
.account-data__title,
.account-data__content{
    padding: 9px 14px;
}
.account-data__title{
    background: #f3f2ed;
    color: #8d3623;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}
.account-data__title a{
    font-size: 0.9375rem;	  text-transform: none;
    font-weight: normal;
}
.account-data-item{
    display: inline-block;
    width: 49%;
    margin-bottom: 25px;
}
.account-data-item--wide{
    display: block;
    width: 100%;
}
.account-data-item__title{
    display: inline-block;

    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
}
.account-data-item__link{
    display: inline-block;
    color: #58595b;
    margin-left: 25px;
}
.account-data-item__link--change{
    color: #8d3623;
}
.account-data-item__value{
    color: #8d3623;
}
.account-data-item__value input[type="text"]{
    border: 2px solid #c57766;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 15px;
    color: #58595b;
}


/*===========================
    MODAL
============================*/
.modal{
    width: 600px;
    height: 320px;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -160px;
    margin-left: -300px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 45px 8px 8px 8px;
}
.modal form{
    height: 304px;
}
.modal-close {
    color: #fff;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    display: block;
}
.overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.popup-form{
    text-align: center;
}
.popup-form__title{
    color: #8d3623;
    font-family: 'Marmelad';
    font-size: 1.875em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.popup-form input[type="text"],
.popup-form input[type="tel"],
.popup-form input[type="email"],
.popup-form input[type="password"],
.popup-form textarea{
    background: #f3f2ed;
    width: 300px;
    padding: 10px 15px;
    color: inherit;
}
.popup-form input[type="text"],
.popup-form input[type="tel"],
.popup-form input[type="email"],
.popup-form input[type="password"] {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}
.popup-form input[type="submit"]{
    background: #8d3623;
    color: #fff;
    padding: 10px 40px;
    margin-top: 10px;
    text-transform: uppercase;
}
.popup-form textarea{
    height: 200px;
}
.popup-form input[type="text"]::-webkit-input-placeholder {color:#58595b;}
.popup-form input[type="text"]::-moz-placeholder          	 {color:#58595b;}
.popup-form input[type="text"]:-moz-placeholder          	    	 {color:#58595b;}
.popup-form input[type="text"]:-ms-input-placeholder           {color:#58595b;}

.popup-form input[type="email"]::-webkit-input-placeholder {color:#58595b;}
.popup-form input[type="email"]::-moz-placeholder          	 {color:#58595b;}
.popup-form input[type="email"]:-moz-placeholder          	    	 {color:#58595b;}
.popup-form input[type="email"]:-ms-input-placeholder           {color:#58595b;}

.popup-form input[type="tel"]::-webkit-input-placeholder {color:#58595b;}
.popup-form input[type="tel"]::-moz-placeholder          	 {color:#58595b;}
.popup-form input[type="tel"]:-moz-placeholder          	    	 {color:#58595b;}
.popup-form input[type="tel"]:-ms-input-placeholder           {color:#58595b;}

.popup-form input[type="password"]::-webkit-input-placeholder {color:#58595b;}
.popup-form input[type="password"]::-moz-placeholder          	 {color:#58595b;}
.popup-form input[type="password"]:-moz-placeholder          	    	 {color:#58595b;}
.popup-form input[type="password"]:-ms-input-placeholder           {color:#58595b;}

.popup-form--big{
    height: 550px;
    margin-top: -275px;
    margin-left: -300px;
}
.popup-form--big-login {
    height: 300px;
    top: -75px;
}
.popup-form--big form{
    height: 504px;
}
.popup-form--big input[type="text"],
.popup-form--big input[type="tel"],
.popup-form--big input[type="email"],
.popup-form--big input[type="password"],
.popup-form--big textarea{
    width: 350px;
}

.popup-form--biggest{
    padding: 0;
    width: 988px;
    height: 620px;
    margin-top: -310px;
    margin-left: -494px;
    text-align: left;
}





/* Select */
.ui-selectmenu-button.ui-widget.ui-state-default{
    font-weight: normal;
    outline: none;
}
.ui-selectmenu-button.ui-widget{
    display: inline-block;
    vertical-align: middle;
}
.ui-icon-triangle-1-s{
    display: none;
}

/* Select в фильтре */
.filter .ui-state-default{
    border: 2px solid #f3f2ed !important;
    background: url(../img/select_states.jpg) 100% 0 no-repeat, #fff;
    width: 181px !important;
}
.filter .ui-state-default[aria-expanded="true"]{
    background: url(../img/select_states.jpg) 100% 100% no-repeat, #fff;
}
.filter .ui-selectmenu-button span.ui-selectmenu-text{
    padding: 0.2em 2.1em 0.2em 1em;
}
.ui-menu-item.ui-state-focus {
    border: none !important;
    background: #f3f2ed !important;
    color: inherit;
}
.ui-menu .ui-state-focus,  .ui-menu .ui-state-active{
    margin: 0;
}

/* Select в корзине */
.select-address .ui-state-default{
    border: 2px solid #dadada !important;
    background: url(../img/select_states.jpg) 100% 0 no-repeat, #fff;
    width: 100% !important;
    margin-top: 15px;
}
.select-address .ui-state-default[aria-expanded="true"]{
    background: url(../img/select_states.jpg) 100% 100% no-repeat, #fff;
}
.select-address .ui-selectmenu-button span.ui-selectmenu-text{
    padding: 0.2em 2.1em 0.2em 1em;
}

/* Select в фильтре */
.product-func__size .ui-state-default{
    border: 1px solid #f3f2ed !important;
    background: url(../img/select_states_size.jpg) 100% -15% no-repeat, #fff;
    font-weight: normal;
    outline: none;
}
.product-func__size .ui-state-default[aria-expanded="true"]{
    background: url(../img/select_states_size.jpg) 100% 115% no-repeat, #fff;
}
.product-func__size .ui-selectmenu-button span.ui-selectmenu-text{
    padding: 0.3em 2.1em 0.3em 1em;
}

/* select на регистрации */
.reg__right-select .ui-state-default{
    border: 2px solid #dadada !important;
    background: url(../img/select_states.jpg) 100% 0 no-repeat, #fff;
}
.reg__right-select .ui-state-default[aria-expanded="true"]{
    background: url(../img/select_states.jpg) 100% 100% no-repeat, #fff;
}
.reg__right-select .ui-selectmenu-button span.ui-selectmenu-text{
    padding: 0.2em 2.1em 0.2em 1em;
}


/*===========================
    MODAL SIZES
============================*/
.sizes{
    background: #fff;
    width: 984px;
    padding: 30px;
}
.sizes p{
    line-height: 1.7rem;
}
.sizes-table{
    border: 2px solid #ebeae5;
    padding: 10px;
}
.sizes__title{
    font-family: 'Marmelad';
    font-size: 1.875rem;
    color: #8d3623;
    text-transform: uppercase;
    text-align: center;
}
.sizes table{
    width: 100%;
    border-spacing: 10px;
    font-size: 0.875rem;
}
.sizes table th{
    text-align: left;
    text-transform: uppercase;
}
.sizes table td{
    background: #f3f2ed;
    padding: 5px 10px;
}
.sizes table td:not(:first-child){
    text-align: center;
}
.sizes-table__model{
    width: 32%;
}
.sizes-table__term{
    width: 11%;
}

.news-item.no-img .news-item__content {
    margin-left: 0;
}

.reg__row .error_p1.error_message {
    top: 480px!important;
    left: 743.5px!important;
}
.product-func__amount {
    text-align: center;
}
.hidden_value {
    display: none;
}
.error_message, .error {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    background: #8d3623;
    box-shadow: 0 0 0 transparent;
}
.error_message a, .error a,
.error_message a:hover, .error a:hover {
    color: #fff;
}
.form-check ~ .errors {
    width: 420px;
    margin: 20px auto 0;
    position: static;
}
.btn_remind {
    height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 50px;
}
.reminding_form input[type="text"], .reminding_form input[type="tel"], .reminding_form input[type="email"], .reminding_form input[type="password"] {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}
.reminding_form input[type="text"], .reminding_form input[type="tel"], .reminding_form input[type="email"], .reminding_form input[type="password"], .reminding_form textarea {
    background: #f3f2ed none repeat scroll 0 0;
    color: inherit;
    padding: 10px 15px;
}
.reminding_form input[type="submit"] {
    background: #8d3623 none repeat scroll 0 0;
    color: #fff;
    margin-top: 10px;
    padding: 10px 40px;
    text-transform: uppercase;
}

/*===========================
    404
============================*/

.error-404 {
    padding: 80px 0;
    display: flex;
    width: 100%;
}

.error-404__left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.error-404__right {
    width: 50%;
}

.error-404__text {
    padding-top: 60px;
    padding-left: 15px;
}

.error-404__caption {

    font-size: 24px;
    font-family: PTSans, sans-serif;
    color: rgb(141, 54, 35);

}

/*
font-family: PTSans, sans-serif;
font-family: 'Marmelad';
*/

.error-404__404 {
    font-size: 130px;
    line-height: 130px;
    font-family: 'Marmelad', sans-serif;
    color: rgb(141, 54, 35);

}

.error-404__caption2 {
    font-family: PTSans, sans-serif;
    font-size: 30px;
}

.error-404__caption3 {
    margin-top: 20px;
    font-family: 'Marmelad', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.error-404__btns {
    margin-top: 30px;
}

.error-404__btn {
    display: inline-block;
    height: 35px;
    width: 135px;
    border: 1px solid;
    border-radius: 17px;
    line-height: 35px;
    font-family: 'Marmelad', sans-serif;
    text-align: center;
    text-decoration: none;
}

.error-404__btn:hover {
    opacity: .8;
}

.error-404__btn--main {
    color: #9e1c1c;
    margin-right: 20px;
}

.error-404__btn--catalog {
    color: #fff;
    background: #db5552;
    border-color: #db5552;
}