@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBold/BebasNeueBold.otf') format('opentype'),
         url('../fonts/BebasNeueBold/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBook/BebasNeueBook.otf') format('opentype'),
         url('../fonts/BebasNeueBook/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype'), url('../fonts/BebasNeueBook/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueRegular/BebasNeueRegular.otf') format('opentype'),
         url('../fonts/BebasNeueRegular/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('☺'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/BebasNeueBook.eot');
    src: local('☺'), url('../fonts/BebasNeueBook.woff') format('woff'), url('../fonts/BebasNeueBook.ttf') format('truetype'), url('../fonts/BebasNeueBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: local('☺'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue regular.eot');
    src: url('../fonts/bebasneue regular.eot') format('embedded-opentype'),
         url('../fonts/bebasneue regular.woff') format('woff'),
         url('../fonts/bebasneue regular.ttf') format('truetype'),
         url('../fonts/bebasneue regular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/bebasneue bold.eot');
    src: url('../fonts/bebasneue bold.eot') format('embedded-opentype'),
         url('../fonts/bebasneue bold.woff') format('woff'),
         url('../fonts/bebasneue bold.ttf') format('truetype'),
         url('../fonts/bebasneue bold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/bebasneue book.eot');
    src: url('../fonts/bebasneue book.eot') format('embedded-opentype'),
         url('../fonts/bebasneue book.woff') format('woff'),
         url('../fonts/bebasneue book.ttf') format('truetype'),
         url('../fonts/bebasneue book.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

html, body, div, span, 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%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol { 
    padding-left: 16px;
    list-style: decimal;
}
ul {
    padding-left: 16px;
    list-style:  disc;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body { 
    font-size:14px;
    background:#fff;
    color:#555555;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

a {
    color:#555555;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

label {
    cursor: pointer;
}

.clr:after {
    content:'';
    display: table;
    clear: both;
}

.ul-reset, .ul-reset ul {
    padding:0;
    margin:0;
    list-style: none;
}

img {
    max-width:100%;
    height: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin:0 auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


/*-------------------- container --------------------*/

.container {
    max-width:1200px;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 1199px) {
    .container {
        width:910px;
        margin:0 auto;
    }
}

.header {
    background: #2d3296;

    background: rgb(76,81,166);
	background: -moz-linear-gradient(top, rgba(76,81,166,1) 0%, rgba(55,67,162,1) 100%);
	background: -webkit-linear-gradient(top, rgba(76,81,166,1) 0%,rgba(55,67,162,1) 100%);
	background: linear-gradient(to bottom, rgba(76,81,166,1) 0%,rgba(55,67,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c51a6', endColorstr='#3743a2',GradientType=0 );
}

.header .container {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer {
    background: #2d3296;
    margin-top:80px;
}

.footer .container {
    padding-top: 26px;
    padding-bottom: 26px;
    overflow: hidden;
}

.main {
    margin-top:35px;
}

.content {
    float:right;
    width: 700px;
    position: relative;
    margin: 0 125px;
}

.sidebar {
    float:left;
    width:220px;
}

@media screen and  (max-width: 939px) { 
    .container {
        width:94%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .content {
        float:none;
        width: auto;
        margin-bottom:20px;
    }
    
    .sidebar {
        float:none;
        width: auto;
    }
}

/*-------------------- header --------------------*/

.logo {
    float:left;
    width:220px;
    font-size:0;
}

.quick-search {
    float:left;
    width:300px;
    position: relative;
    margin-right:40px;
}

.quick-search input[type=text] {
    width:100%;
    background: #fff;
    border:1px solid #5b69c1;
    height:30px;
    padding:0 14px;
    color:#8caae6;
    border-radius: 2px;
}

.quick-search button {
    background:url("../img/icon-search.png") no-repeat;
    width:17px;
    height:16px;
    border:none;
    text-indent: -9999px;
    position: absolute;
    top:7px;
    right:11px;
}

.under-search-links{
    display: block;
    position: relative;
    padding: 5px 0;
}
.under-search-links a{
    display: inline-block;
    margin-right: 30px;
}
.under-search-links a:last-child{
    margin-right: 0px;
}
.under-search-links a.header-link-icon{
	padding: 5px 0;
    padding-right: 35px;
	color: #fff;
    margin-right: 12px;
}
.under-search-links a.header-link-icon:last-of-type{
    padding-right: 0;
    margin-right: 0;
}
.under-search-links .header-delivery-link.header-link-icon{
    background: url(../img/ico-delivery.png) no-repeat right center;
}
.under-search-links .header-payment-link.header-link-icon{
    background: url(../img/ico-payment.png) no-repeat right center;
}

.address {
    background:url("../img/icon-address.png") no-repeat left center;
    padding-bottom: 2px;
    padding-left:46px;
    float:left;
    margin-right: 113px;
    width: 120px;
}

.address a,
.address .addr-block {
    color:#ffffff;
    font-size:20px;
    text-decoration: none;
    font-family: 'BebasNeueRegular', sans-serif;
}

.address a span,
.address .addr-block span {
    border-bottom:1px dashed;
    text-decoration-style: dashed;
     -webkit-text-decoration-style: dashed;
}

.our-tel {
    float:left;
    color:#ffffff;
    font-size:12px;
    width: 155px;
}

.our-tel span {
    background:url("../img/icon-tel.png") no-repeat left;
    padding-left:26px;
    margin-left:-26px;
    font-size:25px;
    font-family: 'BebasNeueBold', sans-serif;
}

.basket {
    float:right;
    background: #fae14b;
    width:145px;
    height: 45px;
    line-height: 50px;
    padding:0 12px 0 15px;
    border-radius: 3px;
    box-shadow: 0 5px 0 #d7a514;
    text-transform: uppercase;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 25px;
    overflow: hidden;
}
.basket:active{
	position: relative;
	top: 3px;
	box-shadow: 0 2px 0 #d7a514;
}

.btn-big {
    background: #00F;
    height: 45px;
    line-height: 50px;
    padding:0 12px 0 15px;
    border-radius: 3px;
    box-shadow: 0 5px 0 #d7a514;
    text-transform: uppercase;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 25px;
    overflow: hidden;
}
.btn-big:active{
	position: relative;
	top: 3px;
	box-shadow: 0 2px 0 #d7a514;
}

.link-basket {
    color:#3c3c3c;
    text-transform: uppercase;
    font-family: 'BebasNeueBold', sans-serif;
}

.basket-count {
    color:#b47800;
    float:right;
    background:url("../img/separator.png") no-repeat left;
    padding-left:15px;
}

.cell{
    display: table-cell;
    vertical-align: middle;
}

.banner-sale-form{
    display: table;
}

.banner-sale-form__form{
    min-width: 440px;
    text-align: center;
    background: url(../img/banner-form-bg.jpg) no-repeat center;
    background-size: cover;
}

.banner-sale-form__title{
    font-size: 36px;
    color: #181818;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.banner-sale-form__title .min{
    font-size: 0.557em;
}

.banner-sale-form__title .no_form{
    font-size: 0.3em;
}

.banner-sale-form__banner{
    position: relative;
}
.banner-sale-form__banner img{
    display: block;
}
.banner-sale-form__text{
    position: absolute;
    top: 50%;
    left: 50%;
    right: -50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    padding: 0 120px;
}


/*@media screen and  (max-width: 939px) { 
    .logo {
        float:none;
        width: auto;
        margin-bottom:20px;
        text-align: center;
    }
    
    .quick-search {
        float: none;
        width: auto;
        position: relative;
        margin:0 0 20px 0;
    }
    
    .address, .our-tel, .basket {
        float:none;
        margin: 0 auto 20px auto;
        display: table;
    }
    
    .basket {
        margin-bottom:0;
    }

}*/

/*-------------------- nav --------------------*/

.nav {
    background: #ecf0f1;
    border-bottom:1px solid #bababa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}

.nav li {
    /*float:left;*/
    /*background:url("../img/separator-2.png") no-repeat right;*/
    padding: 0 15px;
    /*     padding-right:16px;
    margin-right:15px; */
}

/* .nav li:last-child {
    margin:0;
    padding:0;
} */

.nav li a {
    display: block;
    line-height: 44px;
    color:#3c3c3c;
    font-weight: bold;
    white-space: nowrap;
}

.btn-menu {
    background:url("../img/btn-menu.png") no-repeat center;
    width:26px;
    height:42px;
    margin:0 auto;
    text-indent: -9999px;
    display: none;
}

@media screen and  (max-width: 939px) { 
    
    .nav ul {
        display:none;
    }
    .nav li {
        float:none;
        background:0;
        padding-right:0;
        padding-left: 0;
        margin-right:0;
        text-align: center;
    }
    
    .btn-menu {
        display: block;
    }
}


@media screen and  (min-width: 940px) { 
    .nav ul {
        display: block !important;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
    .nav li{
        padding: 0 15px;
    }
}

@media screen and  (max-width: 1199px) { 
    .nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .nav li{
        padding: 0 15px;
    }

}

/*-------------------- slider --------------------*/

.slider-wrap {
    width:1020px;
    overflow: hidden;
}

.slick-slide {
    position: relative;
    padding: 0 50px;
}

.pretty_photo_shop .slick-slide {
    padding: 0 5px;
 }

.slide-item {
    position: absolute;
    top:82px;
    left:110px;
    right:110px;
    color:#FFF;
    z-index: 11;
}

.slide-item-title {
    font-size:56px;
    font-weight: bold;
    line-height: 1;
    margin-bottom:16px;
}

.slide-item p {
    font-size:16px;
    line-height: 24px;
    margin-bottom:20px;
}

.btn-more {
    border:1px solid #fae14b;
    width:195px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background: rgba(250, 225, 75, 0.1);
    color:#fae14b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;

    width: 64px;
    height: 64px;
    padding: 0;
    
    top:50%;
    margin-top:-32px;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
    opacity: 0.35;
}


.slick-prev {
    background:url("../img/arr-left.png") no-repeat center;
    left:40px;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
}


.slick-next {
    right:40px;
    background:url("../img/arr-right.png") no-repeat center;
}

@media screen and  (max-width: 1020px) { 
    .slider-wrap {
        display:none;
    }
}

/*-------------------- actions --------------------*/

.actions {
    background: #f2d655;
    margin-bottom:35px;
}

.actions ul {
    display: table;
    margin: 0 auto;
}

.actions ul li {
    float: none;
    background: url(../img/separator-3.png) no-repeat right;
    padding-right: 31px;
    margin-right: 30px;
    line-height: 28px;
    font-size: 25px;
    color: #191919;
    font-family: 'BebasNeueRegular', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    white-space: nowrap;
    display: inline-block;
    width: 31%;
}

.actions ul li:nth-child(3n) {
    margin-right:0;
    padding-right:0;
    background: none;
}

.icon-drop, .icon-canister,
.icon-free-oil-change{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.actions-title{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 275px;
}

/*.icon-drop {
    background:url("../img/icon-drop.png") no-repeat;
    width: 35px;
    height: 50px;
}

.icon-canister {
    background:url("../img/icon-canister.png") no-repeat;
    width: 43px;
    height: 47px;
}*/

@media screen and  (max-width: 939px) { 
    .actions ul {
        display: block;
    }
    
    .actions ul li {
        float:none;
        background:none;
        padding-right:0;
        margin-right:0;
        line-height: 45px;
        text-align: center;
        width: 100%;
    }
    .actions-title {
    
    max-width: none;
}
}

/*------------------- delivery-pay -----------------*/

.delivery-pay-title {
    background: #f2d655;
    margin-bottom:35px;
}
.delivery-pay ul {
    display: table;
    margin: 0 auto;
}

.delivery-pay ul li {
    float:left;
    line-height: 45px;
    font-size:28px;
    color:#191919;
    font-family: 'BebasNeueRegular', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}

.delivery-pay ul li:nth-child(2n) {
    margin-right:0;
    padding-right:0;
    background: none;
}
.delivery-pay-text{
    text-align: center;
    color: #1f1f1f;
    font-size: 17px;
    font-family: Arial;
    line-height: 24px;
}
.delivery-pay-subtitle{
    display: inline-block;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

/*-------------------- items --------------------*/

.items {
    margin-bottom:45px;
}

.items header {
    text-align: center;
    font-size:30px;
    font-weight: bold;
    color:#191919;
    line-height: 24px;
    margin-bottom:40px;
}

.item {
    width:195px;
    /* height: 318px; */
    height: 350px;
    margin:0 auto;
    padding-bottom:1px;
    overflow: hidden;
}

.content .item {
    float:left;
    margin:0 57px 0 0;
    /* height:318px; */
    height: 350px;
    overflow: hidden;
}

.content .item:nth-child(3n) {
    margin-right:0;
}

.item figure {
    border:1px solid #f0f0f0;
    text-align: center;
    font-size:0;
    height:195px;
    line-height: 193px;
    margin-bottom:12px;
    overflow: hidden;
}

.item-title {
    margin-bottom: 5px;
}

.item-title a {
    display: inline-block;
    color:#3c4146;
    font-weight: bold;
    padding:0 5px;
    line-height: 22px;
    text-decoration: none;
}

.item:hover .item-title a {
    background: #fff200;
}

.item p {
    color:#b2b2b2;
    line-height: 22px;
    font-size:12px;
}

.item-price {
    line-height: 21px;
}

.item-price b {
    margin-right:10px;
    color:#3c4146;
    font-size:16px;
}

.item-price b span {
    text-decoration: line-through;
    text-transform: uppercase;
}

.item-price button {
    border-radius: 4px;
    height:21px;
    padding:0 11px;
    color:#3c4146;
    font-size:12px;
    background: #fae14b;
    border:none;
    box-shadow: 0 1px #a39675;
    color:#3c4146;
    cursor: pointer;
    text-transform: lowercase;
    display: none;
}
.item-price .shop_buy{
    display: inline-block;
}

.item-name{
	margin-bottom: 5px;
}

.item-name a{
	color: #b2b2b2;
	font-size: 12px;
}

.sbtn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    height:30px;
    padding:0 11px;
    color:#3c4146;
    font-size: 14px;
    background: #f2d655;
    border: 1px solid #fae14b;
    box-shadow: 0 3px 6px 0px rgba(49, 33, 0, 0.3);
    color:#131310;
    cursor: pointer;
}
.sbtn:active{
    position: relative;
    top: 1px;
    box-shadow: 0 2px 6px 0px rgba(49, 33, 0, 0.25);
}
.sblock{
    display: block;
    margin: 0 auto;
}


.item-price button span {
    padding-left:21px;
    background: url("../img/icon-cart.png") no-repeat left;
}

.item:hover button {
    display: inline-block;
} 


.slider-items{
    padding: 0 25px;
}

/* Arrows */
.items .slick-prev,
.items .slick-next
{

    width: 16px;
    height: 24px;
    top:86px;
    margin-top:0;
    opacity: 0.30;
}


.items .slick-prev {
    background:url("../img/arr-left-2.png") no-repeat center;
    left:0px;
}

.items .slick-prev:hover, .items .slick-next:hover {
    opacity: 1;
}


.items .slick-next {
    right:0px;
    background:url("../img/arr-right-2.png") no-repeat center;
}

.sform input[type="text"],
.sform input[type="tel"],
.sform input[type="mail"],
.sform input[type="password"]{
    vertical-align: middle;
    border: 1px solid #cbcfe4;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
}

.banner-sale-form .sform input[type="text"],
.banner-sale-form .sform input[type="tel"],
.banner-sale-form .sform input[type="mail"],
.banner-sale-form .sform input[type="password"]{
    width: 100%;
    max-width: 225px;
    margin-bottom: 10px;
}

@media screen and  (max-width: 1020px) { 
    .items .slick-prev {
        left:0;
    }
    
    .items .slick-next {
        right:0;
    }
}

/*@media screen and  (max-width: 939px) { 
    .content .item {
        margin:0 10px 0 0;
    }
    
    .content .item:nth-child(3n) {
        margin-right:10px;
    }
}

@media screen and  (max-width: 481px) { 
    .content .item {
        margin:0;
        float:none;
        width: auto;
        text-align: center;
    }
    
    .content .item:nth-child(3n) {
        margin-right:0;
    }
}*/

/*-------------------- our-shops --------------------*/

.our-shops {
    padding-bottom:10px;
    margin-bottom:36px;
}

.our-shops header {
    text-align: center;
    line-height: 80px;
    font-size:30px;
    font-weight: bold;
    color:#191919;
}

/*.our-shops .container {
    width:1020px;
}*/

/* .our-shops figure {
    float:left;
    width:25%;
    position: relative;
    height: 140px;
    overflow: hidden;
} */

.our-shops figure img {
    display: block;
}

.our-shops figure figcaption {
/*     position: absolute;
    bottom:14px;
    left:20px;
    line-height: 20px;
    color:#FFF; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    line-height: 20px;
    color: #FFF;
    background: rgba(0,0,0,.5);
}

.our-shops a.show-on-map {
    color: #555555;
    border-bottom:1px dashed;
    text-decoration: none;
}

@media screen and  (max-width: 1020px) { 
    .our-shops .container {
        width:100%;
    }
}

@media screen and  (max-width: 769px) { 
    .our-shops figure {
        width:50%;
    }
    
    .our-shops figure img {
        width:100%;
        height: auto;
    }

    .actions-title {
        max-width: 275px; 
    }

}

/*-------------------- main-text --------------------*/

.main-text {
    background:url("../img/icon-quote.png") no-repeat right bottom,
    url("../img/icon-quote.png") no-repeat left top;
    padding:0 80px;
    text-align: center;
}

.main-text p {
    margin-bottom:26px;
    line-height: 24px;
}

.main-text p:last-child {
    margin:0;
}

@media screen and  (max-width: 939px) { 
    .main-text {
        padding:0 40px;
    }
}

/*-------------------- footer --------------------*/

.copyright {
    float:left;
    color:#FFF;
    width:240px;
}

.copyright a {
    display: inline-block;
    margin-top:16px;
    margin-right:10px;
}

.menu-foot {
    float:left;
    width:240px;
}

.menu-foot li {
    margin-bottom:8px;
}

.menu-foot li:last-child {
    margin:0;
}

.menu-foot li a {
    text-decoration: underline;
    color:#f4f2f2;
}

.menu-foot li a:hover {
    text-decoration: none;
}

.contact {
    float:right;
    /* width:240px; */
    width: 200px;
}

.contact li {
    padding-left:25px;
    font-family: 'BebasNeueRegular', sans-serif;
}

.contact li.tel {
    background:url("../img/icon-tel.png") no-repeat left;
    font-size:22px;
    color:#FFF;
    margin-bottom:6px;
}

.contact li.mail {
    background:url("../img/icon-mail.png") no-repeat left;
    font-size:18px;
}

.contact li.mail a {
    color:#6bb9f0;
    text-decoration: underline;
}

.contact li.mail a:hover {
    text-decoration: none;
}

.create {
    float: right;
    width: 250px;
}

.create,
.create a {
    font-size: 12px;
    color: #f4f2f2;
}

@media screen and  (max-width: 939px) { 
    .copyright, .menu-foot  {
        float:none;
        text-align: center;
        margin: 0 auto 20px auto;
        width: auto;
    }
    
    .contact {
        float: none;
        width: auto;
        display: table;
        margin: 13px auto 20px auto;
    }
    
    .create {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

/*-------------------- card --------------------*/

.card-media {
    float:left;
    width:380px;
}

.card-media-border{
    border:1px solid #e3e3e3;
    padding:19px 0 23px 0;
}

.card-media {
    font-size:0;
    text-align: center;
}

.card-media img {
    display: inline-block;
}

/* Arrows */
.card-media .slick-prev,
.card-media .slick-next
{
    width: 15px;
    height: 27px;
    top:50%;
    margin-top:-14px;
    opacity: 0.50;
}


.card-media .slick-prev {
    background:url("../img/arr-left-3.png") no-repeat center;
    left:19px;
}

.card-media .slick-prev:hover, .card-media .slick-next:hover {
    opacity: 1;
}


.card-media .slick-next {
    right:19px;
    background:url("../img/arr-right-3.png") no-repeat center;
}

.slick-dots
{
    text-align: center;
    padding: 15px 0 0 0;
    list-style: none;
    margin:0;
    font-size:0;

}
.slick-dots li
{
    display: inline-block;
    margin:0 4px;
    padding:0;
    height:8px;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;
    border: 0;
    outline: none;
    padding:0;
    background:#afafaf;
    border-radius: 50%;
    border:3px solid #FFF;
    box-shadow: none;
}

.slick-dots li.slick-active button
{
    background:#2d3296;
    border:none;
}

.card-detail {
    width: 580px;
    float: left;
    padding: 0 20px;
}
.main > .path{
	width: initial;
}
.path {
    width: 65%;
    margin-bottom:20px;
    color:#323232;
}

.path a {
    color:#446cb3;
    text-decoration: underline;
}

.path a:hover {
    text-decoration: none;
}

.card-detail h1 {
    text-transform: uppercase;
    font-size:62px;
    line-height: 1;
    color:#333333;
    font-family: 'BebasNeueRegular', sans-serif;
    font-weight: normal;
    margin-bottom:12px;
}

.code {
    color:#b2b2b2;
    font-size:18px;
    margin-bottom:16px;
}

@media screen and  (max-width: 939px) { 
    .card-media {
        float: none;
        width: auto;
        margin-bottom:20px;
    }

    .card-detail {
        width: auto;
        float:none;
    }

    .path {
        width: auto;
    }
}

/*-------------------- tabs --------------------*/

#tabs {
    float:left;
    margin-right:10px;
}

#tabs li {
    float:left;
    padding:0 6px;
    line-height: 29px;
    font-family: 'BebasNeueRegular', sans-serif;
    color:#333333;
    font-size:24px;
    text-transform: uppercase;
    cursor: pointer;
}

#tabs li.active {
    background: #fae14b;
}

.rating {
    vertical-align: middle;
    font-size:0;
    line-height: 29px;
}

.rating img {
    vertical-align: middle;
    margin-right:6px;
}

.box {
    display: none;
    margin:20px 0;
    line-height: 24px;
}

.box.visible {
    display: block;
}

/*-------------------- price --------------------*/

.price {
    margin-bottom:32px;
}

.single-price {
    margin-bottom: 13px;
    vertical-align: middle;
}

.single-price b {
    color:#333333;
    font-size:30px;
    text-transform: uppercase;
    line-height: 35px;
    display: inline-block;
    background:url("../img/icon-x.png") no-repeat right;
    padding-right:22px;
    font-family: 'BebasNeueBold', sans-serif;
    margin-right:4px;
}

.single-price input[type=text] {
    border-radius: 5px;
    border:1px solid #b5b5b5;
    height:35px;
    width:35px;
    text-align: center;
    padding:0;
    font-family: 'BebasNeueBold', sans-serif;
    color:#333333;
    font-size:30px;
}

.some-price {
    color:#515356;
    font-family: 'BebasNeueBook', sans-serif;
    text-transform: uppercase;
    font-size:30px;
    line-height: 35px;
    margin-bottom:20px;
}

.some-price b {
    font-family: 'BebasNeueBold', sans-serif;
    display: inline-block;
    padding:0 6px;
    background: #fae14b;
    vertical-align: middle;
    color:#333333;
}

.three-goods-price{
	text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 30px;
    margin-top: 8px;
}
.three-goods-price .text-mark{
	display: inline-block;
	background: #f2d655;
	padding: 0 5px;
    font-weight: 600;
    color: #333;
}

a.btn-buy, .btn-buy {
    margin-bottom: 10px;
    border-radius: 5px;
    color:#FFF;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    height:40px;
    padding:0 19px;
    font-size:20px;
    font-weight: bold;
    background: #2d3296;
    box-shadow: 0 4px 0 #191e6e;
    border:none;
    cursor: pointer;
}

.btn-buy:hover {
    background: #3e44b3;
    box-shadow: 0 2px 0 #191e6e;
}

/*-------------------- aviable --------------------*/

.aviable {
    margin-bottom:30px;
}

.aviable header, .responses header, .comments_form header {
    padding:0 0 10px 28px;
    border-bottom:1px dotted #333333;
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size:24px;
    background:url("../img/icon-aviable.png") no-repeat 2px 4px;
    line-height: 1;
}

.comments_form header {
     border-bottom: none;
}

.aviable dt {
    float:left;
    width:50%;
    padding-left:25px;
    line-height: 30px;
    white-space: nowrap;
}

.aviable dd {
    float:left;
    width:50%;
    text-align: right;
    padding-right:25px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.aviable dd span {
    color:#049372;
}

.aviable dt:nth-of-type(even), .aviable dd:nth-of-type(even) {
    background: #ecf0f1;
}

@media screen and  (max-width: 939px) {  
    .aviable dt {
        padding-left:5px;
    }
    
    .aviable dd {
        padding-right:5px;
    }
    
    
}

/*-------------------- responses --------------------*/

.responses header, .comments_form header {
    background:url("../img/icon-response.png") no-repeat 2px 4px;
}

.response {
    padding:14px 24px 10px 24px;
}

.response:nth-of-type(even) {
    background: #ecf0f1;
}

.author {
    margin-bottom:10px;
    color:#525252;
}

.author b {
    color:#333333;
}

.response p {
    color:#333333;
    line-height: 29px;
}

a.link-more {
    display: inline-block;
    margin:12px 0 0 24px;
    color:#446cb3;
    border-bottom:1px dotted;
    text-decoration: none;
}

/*-------------------- rel-items --------------------*/

.rel-items {
    margin-top:36px;
}

.rel-items header {
    color:#191919;
    font-size:30px;
    font-weight: bold;
    text-align: center;
    margin-bottom:36px;
}

.rel-items .item {
    display: inline-block;
    vertical-align: top;
    margin:0 53px 0 0;
    text-align: left;
}

.rel-items .item:nth-child(4n) {
    margin:0
}

@media screen and  (max-width: 939px) { 
    .rel-items .item {
        float:none;
        margin:0 0 20px 0;
        width: auto;
        text-align: center;
    }
}

/*-------------------- page-title --------------------*/

.page-title {
    margin-bottom:10px;
    line-height: 50px;
    text-transform: uppercase;
    background: #f2d655;
    font-size:27px;
    font-family: 'BebasNeueBold', sans-serif;
    color:#323232;
}

.page-title .container {
    padding-left:240px;
    text-align: center;
}

.page-title .nopadding {
    padding-left:0;
}

@media screen and  (max-width: 939px) { 
    .page-title .container {
        padding-left:0;
    }
}

/*-------------------- sort --------------------*/

.sort {
    position: absolute;
    top:0;
    right:0;
    color:#3c3c3c;
}

.sort a {
    display: inline-block;
    line-height: 22px;
    padding:0 6px;
    text-decoration: none;
    background: #fae14b;
    color:#3c3c3c;
    margin-left:6px;
}

@media screen and  (max-width: 939px) { 
    .sort {
        position: static;
        margin:0 0 20px 0;
    }
}

/*-------------------- navigation --------------------*/

.count-items {
    float:left;
    line-height: 25px;
    margin-right:4px;
    color:#323232;
}

.select-count-page {
    float:left;
    width:64px;
    margin-right:48px;
}

.pages {
    float:left;
}

.pages a, .pages span {
    float:left;
    padding:0 8px;
    color:#3c4146;
    font-size:16px;
    font-weight: bold;
    line-height: 25px;
}

.pages span.current-page {
    background: #fae14b;
}

.pages span.of {
    color:#64696f;
}

a.page-next {
    float:right;
    color:#3c4146;
    font-size:16px;
    font-weight: bold;
    line-height: 25px;
    padding:0 10px;
    background: #d2d7d3;
    text-decoration: none;
}

a.page-next:hover {
    background: #fae14b;
}

@media screen and  (max-width: 481px) { 
    .count-items, .pages, .select-count-page {
        float:none;
        display: table;
        margin:0 auto 10px auto;
    }
    
    a.page-next {
        display: block;
        float:none;
        text-align: center;
    }
}

/*-------------------- filter --------------------*/

.filter {
    background: #fbfbfb;
    border:1px solid #ccd2d2;
    border-radius: 3px;
    padding-top:20px;
    margin-top:-70px;
    position: relative;
    z-index: 1;
}

.filter header {
    vertical-align: middle;
    margin-bottom:22px;
    text-align: center;
    color:#3c3c3c;
    font-size:17px;
    font-weight: bold;
}

.icon-filter {
    display: inline-block;
    vertical-align: middle;
    background:url("../img/icon-filter.png") no-repeat;
    width:16px;
    height:16px;
}

.filter > ul > li {
    border-bottom:1px solid #ccd2d2;
    margin-bottom:15px;
    padding:0 24px 15px 24px;
}

.filter > ul > li:last-child {
    border-bottom:0;
    /* margin-bottom:0; */
}

.label {
    display: block;
    color:#3c3c3c;
    margin-bottom:8px;
}

.filter input[type=text] {
    border-radius: 3px;
    height:26px;
    width:65px;
    border:1px solid #ccd2d2;
    padding:0 10px;
    background: #fbfbfb;
    font-size:14px;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.scale {
    height:6px;
    margin-top:12px;
}

.filter-submit {
    margin-bottom: 15px;
    padding: 0 24px;
    text-align: center;
}

/* @media screen and  (max-width: 481px) {  */
@media screen and  (max-width: 939px) { 
    .filter {
        margin-top:0;
    }
}

/*-------------------- cart --------------------*/

.cart {
    margin-bottom:30px;
}

.cart header {
    text-align: center;
    margin-bottom:40px;
    line-height: 104px;
    color:#333333;
    font-size:62px;
    font-family: 'BebasNeueRegular', sans-serif;
}

.cart table {
    width:100%;
    border-top:1px solid #dddddd;
}

.cart table td {
    padding:20px;
    border-bottom:1px solid #dddddd;
    vertical-align: middle;
}

.cart table td img {
    border:1px solid #dddddd;
    border-radius: 3px;
    max-width: 100px;
    max-height: 100px;
}
.cart table td.cart-img{
    width: 140px;
}

.cart table td.cart-name {
    width: 460px;
}

.cart table td.cart_count,
.cart table td.price,
.cart table td.cart_remove{
    text-align: center;
}

.cart table td.cart-name a {
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    color:#515253;
    font-size:24px;
}

.cart table td.cart-name span {
    display: block;
    color:#b2b2b2;
    font-size:12px;
}




.count {
    position: relative;
    display: inline-block;
}

.count span {
    color:#515252;
    font-size:11px;
    text-transform: uppercase;
    font-weight: bold;
}

.count input[type=text] {
    width:67px;
    border:1px solid #eeeeee;
    height:46px;
    margin-left:10px;
    padding:0 0 0 18px;
    color:#b2b2b2;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: bold;
}

.count a {
    position: absolute;
    right:8px;
    width:7px;
    height:5px;
}

.count a.plus {
    background: url("../img/arr-plus-minus.png") no-repeat 0 0;
    top:8px;
}

.count a.minus {
    background: url("../img/arr-plus-minus.png") no-repeat 0 -25px;
    bottom:8px;
}

.cart table td.price {
    font-family: 'BebasNeueRegular', sans-serif;
    color:#515253;
    font-size:24px;
}

.btn-del {
    background:url("../img/icon-del.png") no-repeat;
    width:18px;
    height:18px;
    display: inline-block;
    cursor: pointer;
}

@media screen and  (max-width: 941px) { 
    .cart table td:nth-child(3), .cart table td:nth-child(5) {
        display:none;
    }
    
    .cart table td.cart-name {
        width: auto;
    }
}

@media screen and  (max-width: 540px) { 
    .cart table td:nth-child(4) {
        display:none;
    }
}

/*-------------------- delivery --------------------*/

/* .delivery header { */
.cart_table .total-summ {
    font-family: 'BebasNeueRegular', sans-serif;
    border-bottom:1px solid #dddddd;
    line-height: 1;
    padding:0 10px 30px 10px;
    color:#515252;
    font-size:24px;
    margin-bottom:20px;
}

.total {
    float:right;
    font-family: 'BebasNeueBold', sans-serif;
}

.delivery-col {
    float:left;
    width: 50%;
    padding-right: 30px;
}

.delivery-col:nth-child(even) {
    float:right;
    padding-right: 0;
    padding-left: 30px;
}

.delivery-col legend {
    color:#515252;
    text-transform: uppercase;
    font-size:12px;
    margin-bottom:20px;
    font-weight: bold;
}

.enter-form input[type=tel], .enter-form input[type=email], .enter-form input[type=text], .enter-form textarea {
    width:100%;
    height:44px;
    padding:0 18px;
    background: #ecf0f1;
    color:#515255;
    font-weight: bold;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin-bottom:20px;
    border:1px solid #e1e5e6;
    font-size:12px;
}

.enter-form textarea {
    margin:0;
    padding:10px 18px;
    height:110px;
    resize: none;
}

.radio {
    margin-bottom:24px;
}

.radio > ul > li {
    margin-bottom:12px;
}

.radio li:last-child {
    margin:0;
}

.radio li input {
    display: none;
}

.radio li input + label {
    float:left;
    background:url("../img/radio.png") no-repeat left;
    padding-left:36px;
    line-height: 19px;
    color:#515254;
    cursor: pointer;
}

.radio li input:checked + label {
    background:url("../img/radio-act.png") no-repeat left;
}

.select-wrap {
    float:right; 
    padding-left: 36px;
    width:50%;
}

.delivery .btn-buy {
    margin-top:28px;
    cursor: pointer;
}

@media screen and  (max-width: 939px) { 
    .delivery-col {
        float: none;
        margin-bottom:20px;
        width: auto;
    }
    
    .delivery-col:nth-child(even) {
        float:none;
        margin:0;
    }
}

@media screen and  (max-width: 540px) { 
    .total {
        display: none;
    }
    
    .radio li input + label {
        float:none;
        display: block;
    }
    
    .select-wrap {
        float:none;
        width: auto;
        margin-top:5px;
    }
}

.shop-cat__header {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
    line-height: 1;
}

.shop-cat__sub-header {
    font-size: 20px;
    margin-left: 20px;
}

.shop-cat__items {
    margin-bottom: 20px;
}

.comments_form {
    margin-top: 20px;
}

.comments_form input[type="text"],
.comments_form input[type="email"],
.comments_form textarea {
    width: 80%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
}

.comments_form textarea {
    height: 150px;
}

.block.captcha {
    margin: 10px 0;
}

.captcha_update {
    margin-bottom: 10px;
}

.comment-hidden {
    display: none;
}

.total-summ {

}

.aviable__price,
.aviable__count {
    display: inline-block;
    width: 49%;
}

.aviable__price {
    text-align: left;
}

.clauses_list .block {
    margin-bottom: 30px;
    width: 100%;
}

.clauses__header {
    margin-bottom: 5px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.clauses_id .clauses_text,
.clauses_id .clauses_all_img {
    margin-bottom: 20px;
}


.mainmenu {
    position: relative;
    z-index: 1000;
}

.mainitem:hover {
    background: #6c7a89;
}

.mainitem:hover > a {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.mainitem.collection:hover > a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 9px;
    margin-left: -6px;
    content: ' ';
    background: url(../img/arr.png) no-repeat 0 0;
    z-index: 3;
}

.submenu {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    padding: 28px;
    padding-bottom: 16px;
    background: #ecf0f1;
    border: 1px solid #bababa;
    z-index: 2;
}

.subitem {
    margin-bottom: 12px;
    padding-right: 10px;
}

.submenu .subitem a {
    line-height: 1;
    font-weight: normal;
}

.submenu .subitem a:hover,
.submenu .subitem a:focus {
    color: #8caae6;
    text-decoration: none;
}

.menu-column {
    width: 33%;
    float: left;
}

@media screen and  (max-width: 939px) { 
    .submenu {
        position: static;
        width: auto;
    }
    .menu-column {
        width: auto;
        float: none;
    }
}

.clauses_id h3 {
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.clauses_id_photo {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.clauses_id_photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.shop__item {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.shop__item figure {
    overflow: hidden;
    width: calc(100% - 180px);
    float: left;
}

.shop__item figure img {
    width: auto;
    min-width: 100%;
}

.shop__item__caption {
    padding: 10px;
    line-height: 15px;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    width: 180px;
    float: left;
}
.shop__item__caption .sbtn{
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
    text-decoration: none;
}
.js-tooltip{
	display: none;
	position: relative;
    height: 0;
    width: 100%;
    z-index: 99999;
}
.js-show-tooltip{
    cursor: pointer;
}
.js-tooltip-overlay{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.js-tooltip-body{
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    color: #3c3c3c;
    z-index: 99;
    width: 230px;
    padding: 10px 20px;
    font-size: 14px;
    margin-left: -115px;
    box-shadow: 0 0 20px -4px;
}
.js-tooltip-close,
.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: url(../img/ico-close.png) no-repeat center;
    cursor: pointer;
}
.js-tooltip-body .address-item{
    margin-bottom: 10px;
}
.js-tooltip-body .address-item:last-child{
    margin-bottom: 0;
}
.address-item .addr-title{
    font-family: 'BebasNeueRegular', sans-serif;
}

@media screen and (max-width: 769px) {
    .shop__item {
        width: 50%;
    }
    .shop__item figure {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .shop__item {
        width: 100%;
        text-align: center;
    }
}

.brands__more {
    margin-top: 10px;
    text-align: center;
}
.brands__more a {
    display: inline-block;
    padding: 5px 10px;
    background: #fae14b;
    border-radius: 4px;
    box-shadow: 0 1px #a39675;
}
.brands__more a:hover,
.brands__more a:focus {
    text-decoration: none;
/*    background: #FFEB70;*/
}

.js_shop_id .shop_no_buy_good {
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    display: inline-block;
    padding-right: 22px;
    font-family: 'BebasNeueBold', sans-serif;
    margin-right: 4px;
}


/*Персональные данные CSS*/
.pdn{
    display: block;
    margin-bottom: 15px; 
}
.pdn input[type=checkbox]{
    width: auto;
    margin-bottom: 0;
}
.pdn p{display: inline;}
/*END. Персональные данные CSS*/

.bg-gray{
    background: #edf0f1;
    padding-bottom: 80px;
    margin-bottom: -80px;
}


.shop-search .info-block{
	display: inline-block;
	position: relative;
}
.info-block-icon{
	background: url(../img/info-block-bg.png) no-repeat center;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
.info-popup{
	display: none;
	position: absolute;
	top: 120%;
	left: 120%;
	width: 425px;
	padding: 25px 10px 25px 15px;
	background: #fff;
	z-index: 999;
	box-shadow: 2px 0 2px 0px rgba(2, 3, 3, 0.3);
}

.info-text{
	max-height: 300px;
	overflow-y: auto;
	padding-right: 30px;
}

/* SCROLLBAR */
.bc-style-scrollbar::-webkit-scrollbar-track
{
	border-radius: 5px;
	background-color: #fff;
	box-shadow: inset 5px 0px 15px 3px rgba(16,16,16,0.13);
}
.bc-style-scrollbar::-webkit-scrollbar
{
	width: 20px;
	height: 20px;
	background-color: transparent;
}
.bc-style-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #f2d655;
}
.bc-style-scrollbar::-webkit-scrollbar-button{
	height: 30px;
	width: 20px;
	background: transparent;
	opacity: 0;
}
/* END SCROLLBAR */


.sidebar .no-detail{
	margin-top: 15px;
	text-align: center;
	color: #131310;
}
.sidebar .no-detail .no-detail__text{
	margin-bottom: 15px;
}

.btn-orange{
	display: inline-block;
	border-radius: 4px;
    height: 21px;
    padding: 0 11px;
    color: #3c4146;
    font-size: 12px;
    background: #fae14b;
    border: none;
    box-shadow: 0 1px #a39675;
    color: #3c4146;
    cursor: pointer;
    user-select: none;
}
.btn-orange:disabled{
	cursor: default;
	opacity: 0.8;
}
.btn-orange.btn-orange--big{
	height: 30px;
	line-height: 30px;
    padding: 0 11px;
    font-size: 15px;
    border-radius: 5px;
}

.show-block-clauses{
	margin-top: 25px;
    margin-bottom: 40px;
}
.show-block-clauses .show-block-clauses__elems{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.show-block-clauses .block-row{
	max-width: 280px;
	text-align: center;
	margin: 25px 0;
}
.show-block-clauses .block-text{
	font-size: 14px;
	line-height: 24px;
}
.remodal.remodal-min{
	max-width: 420px !important;
}
.popup-content{
	color: #333;
}

.form-styler input[type="text"],
.form-styler input[type="email"],
.form-styler input[type="number"],
.form-styler input[type="password"],
.form-styler input[type="tel"]{
	width: 100%;
	max-width: 225px;
	margin-top: 13px;
	border: 1px solid #6677cc40;
	box-shadow: inset 0px 3px 7px 0px #dadef3ad;
	height: 27px;
	color: #3b3a38;
	padding: 0 13px;
	border-radius: 3px;
}
.feedback_form .pdn{
	display: inline-block;
	font-size: 10px;
	color: #b2b2b2;
	margin-top: 10px;
}
.feedback_form .pdn.pdn-big{
    font-size: 12px;
}

.pdn-input{
	display: none;
}
.pdn-input + .pdn-checkbox{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 10px;
	height: 10px;
	border: 1px solid #c4c4c4;
    box-sizing: border-box;
}
.pdn-input:checked + .pdn-checkbox:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #404040;
    transform: translate(-50%, -50%);
}
.pdn.pdn-big .pdn-input + .pdn-checkbox{
    width: 14px;
    height: 14px;
}
.pdn.pdn-big .pdn-input:checked + .pdn-checkbox:before{
    width: 8px;
    height: 8px;
}

.error_message{
	font-size: 13px;
	color: #b2b2b2;
}
.popup-content .feedback_form{
	margin-top: 15px;
}


.free-reoil{
	background: #f2d655;
}
.free-reoil .free-reoil_elem{
	line-height: 45px;
    font-size: 18px;
    color: #191919;
    font-family: 'BebasNeueRegular', sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
}
.free-reoil .free-reoil_icon,
.free-reoil .free-reoil_text{
	display: inline-block;
	vertical-align: middle;
}
.free-reoil_icon{
	margin-right: 10px;
}

.block-no-good{
	max-width: 250px;
}
.block-no-good__text{
	font-size: 13px;
	color: #131310;
	margin-bottom: 15px;
}


.clauses-image-block{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.clauses-text-block{
	line-height: 22px;
}

.clauses-text-block .clauses__header{
	line-height: 1.4em;
	
}

.clauses_text p>strong{
    display: inline-block;
    margin: 10px 0;
}

.show_block_title{
    font-size: 27px;
    font-family: 'BebasNeueBold', sans-serif;
    color: #323232;
    text-align: center;
}

.show-block-clauses-all__elems{
    
}
.show-block-clauses-all__elems .block-row{
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 110px;
    margin-bottom: 22px;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #3c3c3c;
}
.show-block-clauses-all__elems .block-row:nth-child(2n){
    padding-left: 110px;
    padding-right: 0;
}
.show-block-clauses-all__elems .block-row .block-text,
.show-block-clauses-all__elems .block-row h4{
    display: inline-block;
}
.show-block-clauses-all .show_block_title{
    margin-bottom: 20px;
}

.thanks_page{
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
    color: #3c3c3c;
    font-size: 16px;
}
.thanks_page_top-text{
    max-width: 570px;
    margin: 0 auto;
    padding: 0 15px
}

#ui-datepicker-div{
    display: none;
    padding: 10px;
    z-index: 999999 !important;
}
#ui-datepicker-div .ui-datepicker-header{
    background: transparent;
    padding: 5px;
    margin-bottom: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
    display: inline-block;
    border-radius: 4px;
    height: 21px;
    line-height: 22px;
    padding: 0 11px;
    color: #3c4146;
    font-size: 12px;
    background: #fae14b;
    border: none;
    box-shadow: 0 1px #a39675;
    color: #3c4146;
    cursor: pointer;
    user-select: none;
    margin-right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{
    margin-right: 5px;
}
.ui-datepicker-title{
    margin-top: 5px;
}
.ui-datepicker-calendar{
    width: 100%;
}
.ui-datepicker-calendar td{
    text-align: center;
    padding: 3px 0;
}
.ui-datepicker-calendar td.ui-datepicker-current-day{
    background: #fae14b;
    border-radius: 3px;
    box-shadow: 0 1px #a39675;
}
.ui-timepicker-div{
    margin-bottom: 10px;
}
.ui_tpicker_time{
    margin-bottom: 5px;
}
.ui_tpicker_hour_label,
.ui_tpicker_minute_label{
    margin: 5px 0;
}

.ui_tpicker_time_label,
.ui_tpicker_time,
.ui-datepicker-title{
    text-align: center;
}

#ui-datepicker-div .ui-slider .ui-slider-handle{
    background: #2d3296;
    background: rgb(76,81,166);
    background: -moz-linear-gradient(top, rgba(76,81,166,1) 0%, rgba(55,67,162,1) 100%);
    background: -webkit-linear-gradient(top, rgba(76,81,166,1) 0%,rgba(55,67,162,1) 100%);
    background: linear-gradient(to bottom, rgba(76,81,166,1) 0%,rgba(55,67,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c51a6', endColorstr='#3743a2',GradientType=0 );
    border-color: #0b1586;
    box-shadow: none;
}

.ui-datepicker-buttonpane{
    text-align: center;
}
.ui-datepicker-buttonpane button{
    display: inline-block;
    border-radius: 4px;
    height: 21px;
    padding: 0 11px;
    color: #3c4146;
    font-size: 12px;
    background: #fae14b;
    border: none;
    box-shadow: 0 1px #a39675;
    color: #3c4146;
    cursor: pointer;
    user-select: none;
    margin-right: 5px;
}


.feedback_form_thanks{
    padding: 0 165px;
    background: url(../img/thanks_form_man.png) no-repeat top right;
}
.feedback_form_thanks .btn-buy{
    margin-top: 15px;
}

@media screen and (max-width: 1199px) {
    .actions ul li{
        font-size: 22px;
        line-height: 28px;
    }
    .actions ul{
        padding: 1px 0;
    }
    .banner-sale-form__text{
        padding: 0 50px;
    }
    .logo{
    	width: 180px;
    }
    .quick-search{
    	width: 235px;
    	margin-right: 15px;
    }
    .address{
    	margin-right: 35px;
    	width: 120px;
    }
    .our-tel{
    	width: 155px;
    }
    .content {
	    width: 640px;
	    margin-left: 0;
	    margin-right: 0;
	}
	.content .item {
    	margin: 0 26px 0 0;
    }
    .basket{
    	width: 135px;
    	font-size: 24px;
    }
    .our-tel {
    	width: 145px;
    }
    .our-tel span{
    	font-size: 24px;
    }

    .copyright {
	    width: 200px;
	}
	.menu-foot {
    	width: 215px;
    }
    .rel-items .item{
    	margin-right: 25px;
    }
    .clauses-image-block {
	    margin-bottom: 0px;
	    width: 250px;
	}
    .cart table td .count-title{
        display: none;
    }

}
@media screen and  (max-width: 939px) {
    .under-search-links{
        text-align: center;
    }
    .banner-sale-form__form,
    .banner-sale-form__banner{
        display: block;
    }
    .banner-sale-form__form{
        min-width: auto;
        padding: 40px 0;
    }
    .banner-sale-form__banner img{
        margin: 0 auto;
    }

    .logo {
        float:none;
        width: auto;
        margin-bottom:20px;
        text-align: center;
    }
    
    .quick-search {
        float: none;
        width: auto;
        position: relative;
        margin:0 0 20px 0;
    }
    
    .address, .our-tel, .basket {
        float:none;
        margin: 0 auto 20px auto;
        display: table;
    }
    
    .basket {
        margin-bottom:0;
    }

	.content {
	    width: 100%;
	}
    .content .item {
        /*margin:0 10px 0 0;*/
        width: 32%;
    	margin-right: 1%;
    }
    
    .content .item:nth-child(3n) {
        margin-right:10px;
    }

    .info-popup{
    	top: 0;
    	left: 0;
    	width: auto;
    	max-width: 100%;
    }
    .shop-search .info-block{
    	position: static;
    }
    .filter > ul > li{
    	position: relative;
    }

    .rel-items .item{
    	width: 40%;
    }
    .rel-items .item img{
    	max-height: 100%;
    }
    .card-media img {
	    max-height: 300px;
	}
}
@media screen and  (max-width: 767px) {
    .banner-sale-form__text{
        font-size: 25px;
    }
	.show-block-clauses .show-block-clauses__elems{
		display: block;
	}
    .show-block-clauses .block-row {
	    max-width: 100%;
	}
	.clauses-image-block {
	    width: 180px;
	}
    .feedback_form_thanks{
        background: none;
        padding: 0;
    }
}
@media screen and  (max-width: 550px) {
    .banner-sale-form__text {
        font-size: 22px;
        padding: 0 35px;
    }
	.content .item {
	    margin: 0;
	    float: none;
	    width: auto;
	    text-align: center;
	}	
}

@media screen and  (max-width: 481px) { 
    .content .item {
        margin:0;
        float:none;
        width: auto;
        text-align: center;
    }
    
    .content .item:nth-child(3n) {
        margin-right:0;
    }
}

@media screen and  (max-width: 479px) {
    .icon-drop, .icon-canister, .icon-free-oil-change{
        display: block;
        margin: 0 auto;
    }
    .actions .actions-title{
        margin-top: 15px;
    }

    .shop__item__caption {
    	width: initial;
    	float: none;
    }
    .shop__item figure{
    	float: none;
    }
    .rel-items .item {
	    width: 70%;
	    margin-right: 0;
	}
	.clauses-image-block {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 1199px) {
    .actions-title{
        max-width: 205px;
    }
}

@media screen and (max-width: 1023px) {
    .actions-title{
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .actions-title{
        max-width: 275px;
    }
}

.a-subcategory-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    border-bottom: 2px solid #f0f0f0;
}

.a-subcategory-list__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 33%;
    padding: 15px;
}

.a-subcategory-list__item span {
    padding-left: 10px;
    font-size: 18px;
}

.a-subcategory-list__img {
    border: 1px solid #f2d655;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.a-subcategory-list__img img {
    max-width: 50px;
    height: auto;
}

.shop_list .item-name a {
    color: #000;
}

.a-our-shops__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.a-our-shops__list .shop__item {
    width: 33%;
}

.a-our-shops__list .shop__item figure {
    width: 100%;
}

.a-our-shops__list .shop__item .shop__item__caption {
    width: 200px;
}

.a-content--wide {
    width: 100%;
    margin: 0;
    float: none;
}

.shop-cat__items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.content.a-content--wide .shop-cat__items .item {
    margin-right: 47px;
}

.content.a-content--wide .shop-cat__items .item:nth-of-type(5n) {
    margin-right: 0;
}

@media screen and (max-width: 1279px) {
    .content.a-content--wide .shop-cat__items .item,
    .content.a-content--wide .shop-cat__items .item:nth-of-type(5n) {
        margin-right: 32px;
    }

    .content.a-content--wide .shop-cat__items .item:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .content.a-content--wide .shop-cat__items .item,
    .content.a-content--wide .shop-cat__items .item:nth-of-type(5n),
    .content.a-content--wide .shop-cat__items .item:nth-of-type(4n) {
        margin-right: 13px;
    }

    .content.a-content--wide .shop-cat__items .item:nth-of-type(3n) {
        margin-right: 0;
    }

    .a-subcategory-list__item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .a-our-shops__list .shop__item {
        width: 50%;
    }

    .content.a-content--wide .shop-cat__items .item,
    .content.a-content--wide .shop-cat__items .item:nth-of-type(5n),
    .content.a-content--wide .shop-cat__items .item:nth-of-type(4n) {
        margin-right: 0;
    }

    .content .shop-cat__items .item {
        width: 100%;
    }

    .a-subcategory-list__item {
        width: 100%;
    }

}

@media screen and (max-width: 479px) {
    .a-our-shops__list .shop__item {
        width: 100%;
    }

    .a-our-shops__list .shop__item .shop__item__caption {
        margin: 0 auto;
    }
    
}

.alertCookie{
    position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0,0,0,.4);
    text-align: center;
    font-size: 11px;
}

.coockie_ok{
    display: block;
    width: 82px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    border-radius: 4px;
    margin: 10px auto 0 auto;
    cursor: pointer;
}


