@font-face {font-family: 'OpenSans Regular'; src: url('../fonts/OpenSans-Regular.ttf');}
@font-face {font-family: 'OpenSans SemiBold'; src: url('../fonts/OpenSans-Semibold.ttf');}
@font-face {font-family: 'OpenSans Light'; src: url('../fonts/OpenSans-Light.ttf');}
@font-face {font-family: 'OpenSans ExtraBold'; src: url('../fonts/OpenSans-ExtraBold.ttf');}

/* general rules */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "OpenSans Light", sans-serif;
    color: #1b1b1b;
    line-height: 1.3;
}
a, .a, button, input[type="submit"] {
    cursor: pointer;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
a, .a, .a:active, a:active {
    outline: none;
    border: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
button, button:hover, button:active {
    outline: none;
    border: none;
}
button::-moz-focus-inner {
    outline: none;
    border: none;
}
input, input:hover, input:active, input:focus {
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
}
input.fo-input {
        width: 100%;
    height: 45px;
    margin: 10px auto;
    display: block;
    padding: 0 10px;
    font-size: 17px;
}
#ModalCart2 .btn.btn-success.btn-lg.cartBtn {
	float: none;
    width: 100%;
}
#ModalCart2.Window > div {
    width: 400px;
    padding: 10px 30px;
}
#ModalCart2 .modal-footer {
    padding: 20px 0px;
}
#ModalCart2 .zakrit {
    margin-right: -20px;
}
.fo-success {
    text-align: center;
    font-size: 14px;
    color: #f79c2d;
    text-shadow: 0px 0px 0px #000;
}
#light-cart .img-thumbnail {
	max-width: 180px;
}
body.common-home .main-panel {
	    padding-top: 20px;
}
.fo-error {
    font-size: 12px;
    color: red;
    text-align: center;
	position: absolute;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    padding-bottom: 235px;
    position: relative;
    overflow: hidden;
}

.block-content {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}
ul.list-lang {
    position: absolute;
    top: 5px;
    right: 10px;
}
ul.list-lang a {
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    padding: 5px;
}
ul.list-lang a.active {
    font-family: "OpenSans SemiBold", sans-serif;
    text-decoration: none;
    pointer-events: none;
}
.main-catalog {
    padding-right: 0;
}
.content-header.product-page-ch {
    margin-bottom: 20px;
}
#to-buy-1с {
    display: block;
    width: 72%;
    height: 45px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 45px;
    color: #1b1b1b;
    font-family: "OpenSans SemiBold", sans-serif;
    background: #ffffff;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border: 1px solid #1b1b1b;
}
#to-buy-1с:hover {
	background: #f79c2d;
	color: #fff;
}
.form-field::-webkit-input-placeholder {font-size: 18px;color: #fadc26;opacity: 1;}
.form-field::-moz-placeholder {font-size: 18px;color: #fadc26;opacity: 1;}
.form-field:-moz-placeholder {font-size: 18px;color: #fadc26;opacity: 1;}
.form-field:-ms-input-placeholder {font-size: 18px;color: #fadc26;opacity: 1;}

.form-field:focus::-webkit-input-placeholder {color: transparent;}
.form-field:focus::-moz-placeholder {color: transparent;}
.form-field:focus:-moz-placeholder {color: transparent;}
.form-field:focus:-ms-input-placeholder {color: transparent;}

img {
    display: block;
}

ul li {
    display: inline-block;
}

.left-column {
    float: left;
}
.right-column {
    float: right;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.top-phones {
    margin-right: 4%;
} 
/* colors for color-chooser */
.white {background: #ffffff;}
.white:after {background: #ffffff;}

.black {background: #000000;}
.black:after {background: #000000;}

.red {background: #ff0000;}
.red:after {background: #ff0000;}

.yellow {background: #ffff00;}
.yellow:after {background: #ffff00;}

.blue {background: #0000ff;}
.blue:after {background: #0000ff;}

.indigo {background: #4b0082;}
.indigo:after {background: #4b0082;}

.zelenuy {background: #008000;}
.zelenuy:after {background: #008000;}

.malinovuy {background: #c01579;}
.malinovuy:after {background: #c01579;}

.sv-zelenuy {background: #23c650;}
.sv-zelenuy:after {background: #23c650;}

.tem-siniy {background: #172348;}
.tem-siniy:after {background: #172348;}

.bordo {background: #872941;}
.bordo:after {background: #872941;}

.melange {background: #808080;}
.melange:after {background: #808080;}

.goluboy {background: #50d2e8;}
.goluboy:after {background: #50d2e8;}

.orange {background: #ffa500;}
.orange:after {background: #ffa500;}

.violet {background: #ee82ee;}
.violet:after {background: #ee82ee;}

.brown {background: #a52a2a;}
.brown:after {background: #a52a2a;}

.rose {background: #ffe4e1;}
.rose:after {background: #ffe4e1;}


/* header */
.header-top {
    background: #fadc26;
    text-align: center;
    padding: 0 85px;
}
.header-top .text {
    display: inline-block;
    margin: 1% 0;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.header-top .text:nth-child(2) {
    margin: 1% 10.5%;
}
.icon-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/icon-star.png') no-repeat center;
    background-size: cover;
    margin-right: 10px;
}
.header-bottom {
    background: #1b1b1b;
}
.header-bottom .block-content {
    padding: 0;
    position: relative;
}
.mobile-menu {
    display: none;
    position: relative;
}
.mobile-sub-menu {
    display: block;
    width: 260px;
    position: absolute;
    left: -1000px;
    top: 0;
    background: #1f1f1f;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 1;
}
.mobile-sub-menu.active {
    left: 0;
}
.mobile-sub-menu .close-marker {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('../images/icon-close-marker.png') no-repeat center;
    background-size: cover;
    z-index: 1;
}
.header-bottom .left-column {
    width: 33%;
    text-align: right;
    margin-left: 1.5%;
}
.logo {
    display: block;
    width: 100%;
    padding-top: 18.39378238341969%;
    background: url('../images/logo.png') no-repeat center;
    background-size: cover;
    margin: 10px 0;
}
.mobile-catalog {
    display: none;
    width: 100%;
    background: #fadc26;
    text-align: center;
}
.mobile-catalog .title {
    display: inline-block;
    height: 40px;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.mobile-catalog>.title:after {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    background: url('../images/sprite-arrows.png') no-repeat left center;
    background-size: cover;
    position: absolute;
    right: -20%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.catalog-menu {
    position: relative;
    margin: 5px 4% 15px 0;
	    display: inline-block;
}
.catalog-menu .title {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 25px 5px 0;
    cursor: pointer;
	text-decoration: none;
}
.catalog-menu .title:after, .top-phones .title:after, .phones .title:after, .info-menu .title:after {
    content: '\25bc';
    display: block;
    font-size: 12px;
    height: 12px;
    position: absolute;
    margin: auto;
    right: 7px;
    top: 2px;
    bottom: 0;
    line-height: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.catalog-menu.active .title {
    color: #fadc26;
}
.catalog-menu.active .title:after, .top-phones.active .title:after, .phones.active .title:after, .info-menu.active .title:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-menu .sub-menu {
    display: none;
    width: 140px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 15px 0px;
    background: #1b1b1b;
}

.sub-sub-menu, .sub-sub-sub-menu {
    display: none;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    padding: 15px 0px;
    background: #1b1b1b;
    border-left: 1px solid #505050;
}
.catalog-menu .sub-menu li:hover .sub-sub-menu, .catalog-menu .sub-sub-menu li:hover .sub-sub-sub-menu {
	display: block;
}

.catalog-menu .sub-menu .sub-sub-menu li {
    width: 196px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
}
.top-menu .sub-sub-menu {
        width: 1030px;
}
.top-menu + .top-menu .sub-sub-menu {
        width: 854px;
}
.top-menu + .top-menu + .top-menu .sub-sub-menu {
        width: 678;
}
.top-menu + .top-menu + .top-menu + .top-menu .sub-sub-menu {
        width: 542px;
}
.for-children .sub-menu {
    left: auto;
    right: 0;
}
.catalog-menu .sub-menu li {
    display: block;
    margin: 5px 0;
	padding: 0 20px;
	
}
.catalog-menu .sub-menu li a {
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}
.catalog-menu .sub-menu li a:hover {
    color: #fadc26;
}
.phones {
    display: inline-block;
    margin: 0 5% 15px 0;
    position: relative;
}
.phones .title {
    font-family: "OpenSans Regular", sans-serif;
    color: #1b1b1b;
    font-size: 12px;
    padding: 5px 25px 3px 35px;
    background: #fadc26;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.phones .title:after {
    top: 3px;
    right: 5px;
	
}
.phones:hover .title {
    color: #1b1b1b;
}
.phones .sub-menu {
    display: none;
    /* width: 510px; */
    padding: 10px 0;
   /* background: #fadc26;*/
    border-top: 2px solid #1b1b1b;
    /*text-align: center;*/
    top: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}
.phones .sub-menu li {
    margin: 2px 0;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 15px;
    color: #1b1b1b;
	/* width: 250px; */
    /* display: inline-block; */
    vertical-align: top;
}
.info-menu, .top-phones {
    display: inline-block;
    position: relative;
}
.info-menu .title, .top-phones .title {
    padding: 2px 33px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.info-menu .sub-menu, .top-phones .sub-menu {
    display: none;
    width: 100%;
    padding: 10px;
    background: #1b1b1b;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.info-menu .sub-menu li, .top-phones .sub-menu li {
    display: block;
    margin: 5px 0;
}
.info-menu .sub-menu li a, .top-phones .sub-menu li a {
    display: block;
    width: 100%;
    color: #fadc26;
    font-size: 12px;
}
.header-bottom .right-column {
    width: 55%;
    position: relative;
    margin-right: 1.5%;
}
.form-search {
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    border-top: 1px solid #545454;
    position: relative;
}
.form-search input[type="text"] {
    font-size: 18px;
    color: #ffffff;
    width: 90%;
    background: transparent;
    padding: 0 10px 0 25px;
    height: 40px;
    line-height: 40px;
	    border: none;
}
.form-search .form-submit {
    display: block;
    width: 57px;
    height: 40px;
    background: #fadc26;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border: none;
    font-family: "OpenSans Regular", sans-serif;
    color: #1b1b1b;
    font-size: 12px;
    text-transform: uppercase;
}

.form-search:hover .form-submit {
    box-shadow: 0px 0px 10px rgba(250, 220, 38, 0.55);
}
/*.form-search:hover .form-field {
    text-shadow: 0px 0px 12px #fadc26;
}*/
.form-search .form-field:focus {
	text-shadow: none !important;
}
.basket {
    display: inline-block;
    margin-left: 7.5%;
    border-left: 1px solid #545454;
}
.basket .goods-amount {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0 20px 10px;
    text-align: center;
}
.basket .icon-basket {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url('../images/icon-cart-white.png') no-repeat center;
    background-size: cover;
}
.header-bottom .border-line {
    width: 500%;
    border-top: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 75px;
}

/* slider */
.slider {
    padding: 0;
    position: relative;
    margin-bottom: 2%;
}
.slide, .slide a {
    display: block;
    width: 100%;
}
.slide a {
    position: relative;
    padding: 27.35042735042735% 0 0 0;
}
.slide a img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.slick-dots li {
    margin: 3px;
}
.slick-dots button {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #ffffff;
    background: #ffffff;
    font-size: 0;
    line-height: 0;
}
.slick-dots button:hover {
    background: #cccccc;
}
.slick-dots .slick-active button {
    background: #000000;
}

/* side panel */
.side-panel {
    width: 22%;
}
.side-panel .title {
    font-size: 18px;
    color: #ffffff;
    background: #1b1b1b;
    padding: 2.5% 10%;
}
nav {
    display: block;
}
nav ul {
    display: block;
    padding: 5% 0;
    margin-bottom: 30%;
    border: 1px solid #1b1b1b;
}
nav ul li {
    display: block;
}
nav ul li a {
    display: block;
    padding: 2% 7%;
    font-size: 16px;
}
nav ul li a:hover, nav ul li.active a  {
    background: #fadc26;
    text-decoration: none;
}
.custom_title h1 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.news {
    margin-top: 10%;
    border: 1px solid #1b1b1b;
}
.news-image {
    display: block;
    width: 100%;
    padding-top: 50.19762845849802%;
    position: relative;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.news-title {
    display: inline-block;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 16px;
    color: #f79c2d;
    margin: 4% 8%;
}
.news-text {
    font-size: 12px;
    padding: 0 8% 5% 8%;
}

.main-panel {
    width: 100%;
    text-align: center;
}
.products-block {
    margin: 0 -15px;
}
.product-item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-image {
    display: block;
    width: 100%;
    padding-top: 120%;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
}
.product-image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 5%;
}
.product-card .product-name {
    display: block;
    width: 100%;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 14px;
    padding-bottom: 2.5%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-card:hover .product-image {
    border: 1px solid #1b1b1b;
    border-bottom: none;
}
.product-image:hover .product-name {
    text-decoration: underline;
}
.product-card .cost {
    display: block;
    width: 45%;
    height: 45px;
    background: #1b1b1b;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
}

.product-card .cost .cost-value {
    font-family: "OpenSans ExtraBold", sans-serif;
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
}
.product-card button {
    display: block;
    width: 55%;
    height: 45px;
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    font-family: "OpenSans Regular", sans-serif;
    position: relative;
}
.product-card button:hover {
    color: #1b1b1b;
}
.product-card button:hover:before {
    background: url('../images/icon-cart-black.png') no-repeat center;
    background-size: cover;
}
.social-links {
    display: block;
    text-align: center;
    margin: 10px 0;
}

/* reviews */
.reviews {
    margin: 2% auto 2.5%;
}
.reviews li {
    width: 30%;
    vertical-align: top;
}
.reviews li:nth-child(2) {
    margin: 0 4.5%;
}
.reviewer-name {
    display: inline-block;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 14px;
    color: #f79c2d;
}
.review-date {
    display: inline-block;
    font-size: 12px;
    color: #cfcfcf;
    margin-left: 10px;
}
.review-text {
    display: flex;
    height: 100px;
    font-size: 13px;
    border: 1px solid #dddddd;
    flex-direction: column;
    justify-content: center;
    background: #f6f6f6;
    margin-top: 4%;
    padding: 0 5%;
    position: relative;
}
.review-text .decor {
    display: block;
    width: 16px;
    height: 14px;
    background: url('../images/decor-for-review.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: -12px;
    z-index: 1;
}
.content-tags ul {
    background: #ececec;
    padding: 10px;
    margin-bottom: 30px;
}
.content-tags ul li {
    margin: 0 3px;
}
.content-tags ul li a.active {
    color: #f79c2d;
    text-decoration: underline;
}
/****** PRODUCT-CARD PAGE *******
********************************/
.content-header {
    background: #ececec;
    margin-bottom: 4%;
    padding: 0.4% 0;
}
.product-page.side-panel {
    display: none;
}
.breadcrumbs {
    display: inline-block;
}
.breadcrumbs li {
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 14px;
}
.breadcrumbs li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px 0 8px;
    font-family: "OpenSans Light", sans-serif;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li a {
    font-size: 14px;
}

.articul {
    display: inline-block;
    font-size: 14px;
    margin-right: 5%;
}
.articul-value {
    display: inline-block;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 14px;
    margin-left: 5px;
}

.product-content {
    padding: 0 3%;
}
.product-content .prints-title, .product-content nav {
    display: none!important;
}

.product-image-large {
    display: block;
        width: 54%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

.product-image-large > img {
    display: block;
    height: auto;
    position: static;
    width: 85%;
}
.product-info {
    display: block;
    width: 46%;
}

.product-content h1 {
    display: inline-block;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
}
.product-content h1 .product-name {
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 24px;
    color: #f79c2d;
}

.form-to-buy {
    display: block;
    width: 100%;
	padding-top: 30px;
}
.to-buy {
    display: block;
    width: 72%;
    text-align: center;
    position: relative;
    margin: 5% 0 4%;
}
.to-buy .cost {
    display: block;
    width: 45%;
    height: 45px;
    background: #1b1b1b;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
}
.to-buy .cost .cost-value {
    font-family: "OpenSans ExtraBold", sans-serif;
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
}
#to-buy {
    display: block;
    width: 55%;
    height: 45px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 45px;
    color: #ffffff;
    font-family: "OpenSans SemiBold", sans-serif;
    padding-left: 15%;
    background: #f79c2d url('../images/icon-cart-white.png') no-repeat 20% center;
    background-size: auto 80%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#to-buy:hover {
    background: #f79c2d url('../images/icon-cart-black.png') no-repeat 20% center;
    background-size: auto 80%;
    color: #1b1b1b;
}

.hidden-input {
    display: none;
}

.size-chooser {
    display: block;
    width: 100%;
    border-left: none;
}
.size-chooser ul {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.size-chooser ul li {
    width: 9%;
    height: 40px;
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    border: 1px solid #1b1b1b;
    border-left: none;
    text-align: center;
    float: left;
    cursor: pointer;
}
.size-chooser ul li.active {
    color: #ffffff;
    background: #1b1b1b;
}
.size-chooser ul li:first-child {
    border-left: 1px solid #1b1b1b;
}
.size-chooser ul li:last-child {
    display: block;
    width: auto;
}
.size-chooser ul li:last-child a {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 7px;
    font-size: 16px;
    line-height: 41px;
    font-family: "OpenSans SemiBold", sans-serif;
   
	    background: #1b1b1b;
    color: #fadc26;
}
.size-chooser ul li:last-child a:hover {
    text-decoration: none;
	background: #fadc26;
	    color: #1b1b1b;
}

.color-chooser {
    margin: 5% 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.color-chooser .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.color-chooser ul {
    display: block;
    width: 100%;
    -moz-text-align-last: left;
    -ms-text-align-last: left;
    text-align-last: left;
    text-align: left;
}

.color-chooser ul li {
    width: 7%;
    padding-top: 5%;
    border: 1px solid #1b1b1b;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
}
.color-chooser ul li:after {
    content: '';
    display: none;
    width: 100%;
    height: 5px;
    border: 1px solid #1b1b1b;
    position: absolute;
    left: -1px;
    bottom: -12px;
}
.color-chooser ul li:hover:after {
    display: block;
}
.color-chooser ul li.active {
    border: 1px solid #1b1b1b;
}
.color-chooser ul li.active:after {
    display: block;
}

.product-slider-menu li {
    margin: 0 5px 20px 0;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid transparent;
    cursor: pointer;
}
.product-slider-menu li:hover {
    border: 1px solid #1b1b1b;
}
.product-slider-menu li.active {
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    color: #fadc26;
}
.product-sliders {
    display: block;
    width: 100%;
    min-height: 150px;
    position: relative;
}
.product-slider-wrapper {
    display: block;
    width: 100%;
    position: absolute;
    left: 2000px;
    top: 0;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -ms-transition: 1 ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}
.product-slider-wrapper.active {
    left: 0;
}
.product-slider-control {
    display: block;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 35%;
    z-index: 1;
    cursor: pointer;
}
.product-slider-control.left-control {
    left: -20px;
    background: url('../images/sprite-slider-controls.png') no-repeat 0 center;
}
.product-slider-control.right-control {
    right: -20px;
    background: url('../images/sprite-slider-controls.png') no-repeat 67% center;
}
.product-slider-control.left-control:hover {
    background: url('../images/sprite-slider-controls.png') no-repeat 100% center;
}
.product-slider-control.right-control:hover {
    background: url('../images/sprite-slider-controls.png') no-repeat 33% center;
}
.product-slider .slide {
    display: block;
    width: 26%;
    margin: 0 1%;
}
.product-slider .product-image {
    width: 100%;
    padding-top: 100%;
}
.product-slider .product-name {
    font-family: "OpenSans Regular", sans-serif;
    font-size: 12px;
    text-align: center;
}

.product-description {
    margin: 3% 0;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 16px;
}

.bottom-menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #1b1b1b;
}
.bottom-menu li {
    font-family: "OpenSans Regular", sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 1.2;
    padding: 0 15px;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-menu li.active {
    background: #1b1b1b;
    color: #fadc26;
}
.bottom-menu li:hover {
    border: 1px solid #1b1b1b;
    border-bottom: none;
}

.bottom-menu-item {
    display: none;
    margin: 3% 0;
}
.bottom-menu-item .title {
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 18px;
    margin: 2% 0;
}
.bottom-menu-item.active {
    display: block;
}
.analogs li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3%;
}
.analogs li:nth-child(4n) {
    margin-right: 0;
}
.analogs li .product-image {
    padding-top: 110%;
}
.analogs li .product-name {
    font-family: "OpenSans Regular", sans-serif;
    font-size: 16px;
    text-align: center;
	    min-height: 45px;
}


/* footer */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 235px;
    width: 100%;
}
.footer-top {
    height: 195px;
    background: #1b1b1b;
	padding-top: 22px;
}
.footer-top .title {
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 16px;
    color: #fadc26;
}
.footer-nav {
    width: 24%;
}
.footer-nav ul {
    margin-top: 10%;
    width: 48%;
    display: inline-block;
    margin: 10% 0 0 0;
    vertical-align: top;
}
.footer-nav ul li {
    width: 100%;
    margin: 1.5% 0;
}
.footer-nav ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}
.footer-top .delivery {
    width: 51%;
    text-align: center;
}
.image-map {
    display: inline-block;
    width: 186px;
    height: 117px;
    background: url('../images/image-map.png') no-repeat center;
    background-size: cover;
    margin-top: 2.5%;
}
.footer-top .payment {
    width: 25%;
}
.image-payment {
    display: block;
    width: 100%;
    padding-top: 29.82233502538071%;
    background: url('../images/visa_mastercard.png') no-repeat center;
    background-size: cover;
    margin-top: 10%;
}
.footer-bottom {
    height: 40px;
    background: #000000;
}
.footer-bottom .copyrights {
    width: 70%;
    text-align: right;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    opacity: 0.3;
}
.footer-bottom .our-email {
    width: 25%;
    line-height: 40px;
    font-size: 14px;
    color: #fadc26;
    text-align: right;
}
.footer-bottom .our-email a {
    line-height: 40px;
    font-size: 14px;
    color: #fadc26;
}

.product-block {
    margin-bottom: 50px;
}
.pagination {
    text-align: center;
    padding: 20px 0;	
}
.pagination li {
    width: 30px;	
}
.pagination li a, .pagination li span {
    display: block;
    padding: 5px 0;
    background: #000;
    color: #fff;
    border-left: 1px solid #fff;	
	text-decoration: none;
}
.pagination li.active span, .pagination li.active a, .pagination li a:hover {
	background: #f79c2d;
}
#form-review > h2 {
    font-family: "OpenSans SemiBold", sans-serif;
    font-size: 22px;
    color: #f79c2d;
    margin: 20px 0 10px 0;
    text-align: center;
}
#form-review .form-group {
    width: 50%;
    float: left;
    padding: 10px 20px;	
}
#form-review .form-group #input-name {
    display: block;
    width: 100%;
    border: 1px solid #1b1b1b;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}
#form-review .form-group #button-review {
    display: block;
    width: 100%;
    border: 1px solid #1b1b1b;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 20px;
    background: #f79c2d;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "OpenSans SemiBold", sans-serif;
    color: #fff;	
}
#form-review .form-group #button-review:hover {
	 color: #000;
}
#form-review .form-group #input-review {
    width: 100%;
    border: 1px solid #1b1b1b;
    height: 140px;
    font-size: 16px;
    padding: 15px 30px;
    text-align: left;
    outline: none;
}
.rating-block {
    margin-bottom: 20px;	
}
[name="rating"] {
    display: none;	
}
[name="rating"] + label {
    background: url('../images/star_on.png') 0 0 no-repeat;
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
	    margin-top: 2px;
}
.star {
	background: url('../images/star.png') 0 0 no-repeat;
	width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
}
.star.star_on {
	background: url('../images/star_on.png') 0 0 no-repeat;
}
[name="rating"]:checked + label ~ label {
    background: url('../images/star.png') 0 0 no-repeat;	
}
.alert {
    text-align: center;
    
    margin: 10px 0;
}
.alert-success {
	color: #448400;
}
.alert-danger {
	color: #ff0000;
}
.review-table {
    margin-bottom: 20px;
}
.review-added {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.review-rating {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.review-desc:after {
    content: "";
    display: block;
    background: url('../images/comment.png') 0 0 no-repeat;
    width: 11px;
    height: 21px;
    right: -11px;
    position: absolute;
    top: 10px;
}
.review-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    border: 1px solid #ced6dc;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 3px;
}
.review-author {
    display: inline-block;
    vertical-align: top;
    color: #f79c2d;
    font-size: 15px;
    margin: 20px 0 0 20px;
}
.miniature-block {
    text-align: center;
    float: left;
    width: 15%;
}
.miniature {
    cursor: pointer;
    margin-bottom: 20px;
}
.miniature.active {
    border: 1px solid #1b1b1b;
}
.miniature-block img {
    position: relative;
    max-width: 100%;
}
.miniature-block > p {
    margin-bottom: 10px;
    font-size: 11px;
    font-family: "OpenSans SemiBold", sans-serif;
}
.product-image-large img.picture {
    top: 185px;
    max-width: 200px;
    left: 0;
    right: 10px;
    margin: auto;
}
.wrapper > .alert {
    background: #ececec;
    padding: 10px 0;
}
.alert .close {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    background: #f79c2d;
}
.Window {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}
.Window > div {
    width: 80%;
    margin: 10% auto;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px;
}
.Window.size-box > div {
	width: 680px;
}
.response-window {
    overflow: visible;
    width: 100%;
    overflow-x: auto;
    min-height: 30px;
}
.response-window > div {
	max-width: 640px;
	min-width: 640px;
}
.zakrit {
    background: #f79c2d;
    color: #FFFFFF;
    line-height: 24px;
    display: block;
    float: right;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
	text-decoration: none !important;
}
.modal-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.product-list li {
    display: block;
    width: 100%;
    padding: 10px 20px;
}
.product-list li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.product-list li table td {
    border-bottom: 1px solid #7c7c7c;
    padding: 10px 0;	
}
.text-right {
	text-align: right;
}
.btn.btn-success.btn-lg.cartBtn, #button-confirm, .btn.btn-primary.button {
    display: block;
    padding: 0 20px;
    border: none;
    float: right;
    height: 45px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 45px;
    color: #ffffff;
    font-family: "OpenSans SemiBold", sans-serif;
    background: #f79c2d;
    background-size: auto 80%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
button.btn.btn-default.btn-lg.censelBtn.modal-close {
    display: block;
    padding: 0 20px;

    float: left;
    height: 45px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 45px;
    color: #ffffff;
    font-family: "OpenSans SemiBold", sans-serif;
        background: #909090;
    background-size: auto 80%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;	
}
.modal-footer {
    padding: 20px 10px;
}
.panel-heading {
    background: #1b1b1b;
    color: #fff;
    padding: 10px 20px;
	    margin-bottom: 10px;
}
.panel-heading * {
	color: #fff;
}
.simplecheckout-left-column, .simplecheckout-right-column {
    border: 1px solid #ececec;
}
fieldset {
    border: none;
}
.simplecheckout label, .simpleregister label {
    font-family: 'OpenSans SemiBold';
    font-size: 13px;
    margin-bottom: 5px;
}
.form-control, .form-control:hover {
    border: 1px solid #737272;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.simplecheckout-block {
    margin-bottom: 0 !important;
}
.simplecheckout-block-content {
    padding: 0 10px;
}
.simplecheckout-cart-total {
    display: none;
}
#total_total {
    display: block;
    text-align: center;
    background: #f79c2d;
    color: #000;
	padding: 10px;
    font-size: 20px;
    font-family: 'OpenSans SemiBold';
}
#total_total * {
    color: #000;
    font-family: 'OpenSans SemiBold';	
}
.cart-item-top a {
    color: #000;
    font-family: 'OpenSans SemiBold';
    display: block;
    padding: 5px;
}
.cart-item-top {
    position: relative;
}
.btn-remove.zakrit {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    color: #f79c2d;
    font-size: 30px;
}
.cart-item-image {
    float: left;
    width: 40%;
    min-width: 150px;
}
.cart-item-image img {
	max-width: 100%;
}
.cart-item-info {
    float: left;
    width: 60%;
    padding-left: 20px;
    min-width: 150px;	
}
.simplecheckout-cart > ul > li {
	display: block;
}
.cart-item-info > ul > li {
    display: block;
    font-family: 'OpenSans Regular';
    font-size: 14px;
    margin-bottom: 3px;
}
.cart-item-info > ul > li.model  {
    font-family: 'OpenSans Light';
    font-size: 12px;	
}
.cart-item-info > ul > li.total {
    font-family: 'OpenSans Semibold';
    font-size: 18px;	
}
#simplecheckout_cart li.quantity > .form-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 4px 5px;
    padding: 0;
    min-width: 13px !important;
    max-width: 30px;
    text-align: center;
    border-color: #d2d2d2;
}
li.quantity > button {
    display: inline-block;
    background: transparent;
    color: #000;
    font-size: 20px;
    padding: 0 4px;
    vertical-align: top;
}
.simplecheckout-cart > ul > li + li {
    display: block;
    border-top: 1px solid #ececec;	
}
.contact-form {
	padding: 0px 0 30px 0;
    display: block;
    text-align: center;
}
.contact-form .form-control {
    width: 50%;
    min-width: 200px;
    margin-top: 10px;
}
.contact-form button.btn.btn-success.btn-lg.cartBtn {
	float: none;
    margin: 10px auto;
}
.contact-form .text-danger {
    font-size: 11px;
    color: red;
    position: relative;
    top: -9px;
}
#button-confirm, #simplecheckout_button_confirm, .btn.btn-primary.button {
    float: none;
    margin: 0 auto;
    text-align: center;
	text-decoration: none;
}
#button-confirm *, #simplecheckout_button_confirm * {
    color: #fff;
}
.success-block * {
    line-height: 30px;
	text-align: center;
}
#ModalOpenDesign .form-group {
    text-align: center;
    margin-bottom: 10px;
}
#ModalOpenDesign .form-group label {
    display: block;
    margin-bottom: 10px;
}
#ModalOpenDesign .form-control {
    width: 400px;	
	max-width: 100%;
}
#ModalOpenDesign textarea.form-control {
    height: 100px;
    resize: none;
}
#ModalOpenDesign .btn.btn-success.btn-lg.cartBtn {
    float: none;
    margin: 0 auto 20px auto;
}
#ModalCart.Window > div {
    margin: 50px auto 0 auto;
}
#ModalCart.Window {
    position: fixed;
}
.modal-body {
    overflow: auto;
}
/* media queries */
@media (max-width: 1170px) {
    .catalog-menu {
        margin: 5px 5% 10px 0;
    }
    .reviews {
        margin: 2.5% auto;
    }
    .product-card .cost {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .product-card .cost .cost-value {
        font-size: 22px;
        line-height: 40px;
    }
    .product-card button {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .product-card button:before {
        width: 25px;
        height: 25px;
    }
	.size-chooser ul li:last-child a {
    padding: 0 3px;
	}
	.top-menu .sub-sub-menu {
        width: 884px;
}
.top-menu + .top-menu .sub-sub-menu {
        width: 750px;
}
.top-menu + .top-menu + .top-menu .sub-sub-menu {
        width: 616px;
}
}
@media (max-width: 1024px) {
    .header-top .text {
        font-size: 12px;
    }
    .header-bottom .left-column {
        width: 28%;
    }
    .header-bottom .right-column {
        width: 67%;
    }
    .catalog-menu {
        margin: 5px 2.5% 10px 0;
    }
    .catalog-menu .title {
        font-size: 16px;
    }
    .phones .title {
        font-size: 12px;
    }
    nav ul li a {
        font-size: 14px;
    }
    .news-title {
        font-size: 14px;
    }
    .news-text {
        font-size: 10px;
    }
    .review-text {
        height: 110px;
    }
    .footer-top .title {
        font-size: 14px;
    }
    .footer-nav ul li a {
        font-size: 12px;
    }
    .footer-bottom .copyrights, .footer-bottom .our-email, .footer-bottom .our-email a {
        font-size: 12px;
    }
    #to-buy {
        font-size: 20px;
        background: #f79c2d url('../images/icon-cart-white.png') no-repeat 15% center;
        background-size: auto 80%;
    }
    .size-chooser ul li {
        height: 35px;
        font-size: 15px;
        line-height: 33px;
    }
    .size-chooser ul li:last-child a {
        height: 33px;
        padding: 0 5px;
        font-size: 14px;
        line-height: 34px;
    }
	.top-menu .sub-sub-menu {
        width: 760px;
}
.top-menu + .top-menu .sub-sub-menu {
        width: 629px;
}
.top-menu + .top-menu + .top-menu .sub-sub-menu {
        width: 498px;
}
}

@media (max-width: 900px) {
    .product-card .cost {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .product-card .cost .cost-value {
        font-size: 20px;
        line-height: 35px;
    }
    .product-card button {
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .product-card button:before {
        width: 20px;
        height: 20px;
    }
    .review-text {
        height: 110px;
        font-size: 11px;
    }
    .reviews li:nth-child(2) {
        margin: 0 4%;
    }
    .footer-nav {
        width: 25%;
    }
    .footer-top .title {
        font-size: 12px;
    }
    .footer-top .delivery {
        width: 50%;
    }
    .footer {
        height: 200px;
    }
    .footer-top {
        height: 160px;
    }
    .wrapper {
        padding-bottom: 200px;
    }
	.top-menu .sub-sub-menu {
        width: 661px;
}
.top-menu + .top-menu .sub-sub-menu {
        width: 531px;
}
.top-menu + .top-menu + .top-menu .sub-sub-menu {
        width: 401px;
}
}

@media (max-width: 800px) {
    	.top-menu .sub-sub-menu {
			width: 100%;
    }
    ul.list-lang {
        top: 22px;
        right: auto;
        left: 100px;
        z-index: 1;
    }
    ul.list-lang a {
        color: #fff;
    }
	.color-chooser ul li {
    width: 14%;
    padding-top: 10%;
	}
	.qty-box span.minus-b, .qty-box span.plus-b {
    display: block !important;
}
.qty-box input {
    border: 1px solid #000 !important;
    border-top: none !important;
    border-bottom: 0 !important;
	    width: 24px !important;
}
	.catalog-menu .sub-menu .sub-sub-menu li {
		width: 100%;
		padding: 0;
	}
	.catalog-menu > .sub-menu > li.has-child > a:after {
		
	content: none !important;
	}
	.header-top {
        height: 4px;
    }
    .header-top .text, .slider, .catalog-menu, .top-phones, .phones, .info-menu, .side-panel .title, .news {
        display: none;
    }
    .mobile-sub-menu ul:nth-child(1) {
        display: block!important;
        width: 100%;
        padding: 30px 0 5px;
    }
    .mobile-sub-menu ul:nth-child(1) li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #545454;
    }
    .mobile-sub-menu ul:nth-child(1) li a {
        display: inline-block;
        font-size: 18px;
        padding: 2px 20px 7px;
        color: #ffffff;
    }
    .mobile-sub-menu ul:nth-child(2) {
        display: block!important;
        padding: 5px 0 10px;
        text-align: center;
    }
    .mobile-sub-menu ul:nth-child(2) li, .mobile-sub-menu ul:nth-child(2) li a {
        display: block;
        font-size: 20px;
        color: #fadc26;
    }
    .border-line {
        display: none;
    }
    .header-bottom .basket {
        display: block;
        margin: 0;
        position: absolute;
        right: 5%;
        top: 0;
    }
    .basket .goods-amount {
        width: 85px;
        font-size: 12px;
        padding: 17% 0 17% 10px;
    }
    .basket .icon-basket {
        width: 30px;
        height: 30px;
    }
    .header-bottom .left-column, .header-bottom .right-column {
        float: none;
        width: 100%;
        border-top: 1px solid transparent;
    }
    .logo {
        width: 32.5%;
        padding-top: 5.977979274611399%;
        margin: 1% auto;
    }
    .form-search {
        display: block;
        border: none;
        background: #ffffff;
        width: 90%;
        margin: 1% auto;
    }
    .form-search input[type="text"] {
        font-size: 14px;
        color: #1b1b1b;
        padding: 0 10px 0 25px;
    }

    .form-field::-webkit-input-placeholder {font-size: 14px;color: #1b1b1b;opacity: 1;}
    .form-field::-moz-placeholder {font-size: 14px;color: #1b1b1b;opacity: 1;}
    .form-field:-moz-placeholder {font-size: 14px;color: #1b1b1b;opacity: 1;}
    .form-field:-ms-input-placeholder {font-size: 14px;color: #1b1b1b;opacity: 1;}
    .form-search:after {
        width: 20px;
        height: 20px;
        background: url('../images/sprite-search.png') no-repeat right center;
        background-size: cover;
        right: 20px;
        top: 4px;
    }
    .mobile-menu {
        display: block;
        width: 32px;
        height: 26px;
        background: url('../images/icon-menu.png') no-repeat center;
        background-size: cover;
        position: absolute;
        left: 5%;
        top: 20px;
    }
    .side-panel, .main-panel {
        width: 100%;
        float: none;
    }
    .mobile-catalog {
        display: block;
    }
    .catalog-menu {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #ececec;
        text-align: center;
    }
    .catalog-menu .title {
        display: block;
        font-family: "OpenSans SemiBold", sans-serif;
        font-size: 16px;
        color: #1b1b1b;
        text-transform: uppercase;
        border-bottom: 1px solid #1b1b1b;
        text-align: center;
    }
    .catalog-menu .title:after {
        display: none;
    }
    .catalog-menu:hover .sub-menu, .phones:hover .sub-menu, .info-menu:hover .sub-menu {
        display: none;
    }
    .catalog-menu:hover .title, .phones:hover .title, .info-menu:hover .title {
        color: #1b1b1b;
    }
    .catalog-menu .sub-menu {
        width: 100%;
        background: #ececec;
        position: static;
    }
    .catalog-menu .sub-menu li, nav ul li {
        display: block;
       width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #1b1b1b;
    }
	.catalog-menu .sub-menu li {
    padding: 0 5px;
	position: relative;
}
.toggle-menu {
    border: 6px solid transparent;
    width: 0;
    border-top-color: #1b1b1b;
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
}
    .catalog-menu .sub-menu li:last-child, nav ul li:last-child {
        border-bottom: none;
    }
    .catalog-menu .sub-menu li a, nav ul li a {
        display: block;
        color: #000000;
        text-align: center;
        padding: 5px 10px;
        font-family: "OpenSans Regular", sans-serif;
    }
    .main-catalog {
        padding: 0;
    }
    .side-panel {
        background: #1b1b1b;
        text-align: center;
    }
    .side-panel .prints-title {
        display: inline-block;
        padding: 0;
        text-align: center;
        color: #ffffff;
        height: 40px;
        font-family: "OpenSans SemiBold", sans-serif;
        font-size: 18px;
        line-height: 40px;
        position: relative;
        text-transform: uppercase;
    }
    .side-panel .prints-title:after {
        content: '';
        display: block;
        width: 18px;
        height: 9px;
        background: url('../images/sprite-arrows.png') no-repeat right center;
        background-size: cover;
        position: absolute;
        right: -20%;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }
    nav {
        background: #ececec;
    }

    nav ul {
        border: none;
        margin-bottom: 0;
    }
    .main-catalog .main-panel ul {
        margin: 5% 0;
    }
   .product-item {
    width: 33.3%;
   }
    .product-image {
        border: none;
    }
    .product-card .cost {
        height: 45px;
        font-size: 16px;
    }
    .product-card .cost .cost-value {
        font-size: 28px;
        line-height: 45px;
    }
    .product-card button {
        height: 45px;
        font-size: 18px;
    }
    .product-card:hover .product-image {
        border: none;
    }
    .product-image:hover .product-name {
        text-decoration: none;
    }
    .reviews li {
        display: block;
        width: 87%;
        margin: 0 auto;
    }
    .reviews li:nth-child(2) {
        margin: 5% auto;
    }
    .reviewer-name {
        font-size: 16px;
    }
    .review-date {
        font-size: 14px;
    }
    .review-text {
        height: auto;
        padding: 5%;
        font-size: 16px;
    }
    .social-links {
        display: block;
        text-align: center;
    }
    .social-links li {
        margin: 2% 1.5% 5%;
    }
    .social-links li a {
        display: block;
        width: 75px;
        padding-top: 75px;
    }
    .social-links .icon-vk {
        background: #6996c7 url('../images/sprite-social.png') no-repeat left center;
        background-size: cover;
    }
    .social-links .icon-tw {
        background: #28c3ff url('../images/sprite-social.png') no-repeat center center;
        background-size: cover;
    }
    .social-links .icon-google {
        background: #ff6d4a url('../images/sprite-social.png') no-repeat right center;
        background-size: cover;
    }
    .footer {
        height: 255px;
    }
    .footer-top {
        height: 195px;
    }
    .footer-bottom {
        height: 60px;
    }
    .footer-top .footer-nav {
        display: none;
    }
    .footer-top .delivery {
        width: 55%;
    }
    .footer-top .payment {
        width: 45%;
    }
    .footer-top .title {
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }
    .image-payment {
        width: 85%;
        padding-top: 25%;
        margin: 20px auto 0;
    }
    .wrapper {
        padding-bottom: 270px;
    }
    .footer-bottom .copyrights, .footer-bottom .our-email {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
    }
    .content-header {
        display: none;
    }
    .product-content {
        padding: 0 12.5%;
    }
    .product-content .prints-title, .product-content nav {
        display: block!important;
    }
    .product-image-large, .product-info {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .product-page.side-panel {
        display: block;
    }
    .product-content h1 {
        padding-left: 0;
        width: 100%;
        margin: 30px 0 20px;
        text-align: center;
    }
    .to-buy {
        width: 100%;
        margin: 10% 0;
    }
	#to-buy-1с {
		 width: 100%;
	}
    .to-buy .cost {
        height: 75px;
        font-size: 30px;
        line-height: 75px;
    }
    .to-buy .cost .cost-value {
        font-size: 36px;
        line-height: 75px;
    }
    #to-buy {
        height: 75px;
        font-size: 36px;
        line-height: 75px;
        padding-left: 15%;
        background: #f79c2d url('../images/icon-cart-white.png') no-repeat 20% center;
        background-size: auto 80%;
    }
    #to-buy:hover {
        background: #f79c2d url('../images/icon-cart-black.png') no-repeat 20% center;
        background-size: auto 80%;
        color: #1b1b1b;
    }
    .size-chooser ul li {
        width: 8%;
        height: 50px;
        font-size: 20px;
        line-height: 46px;
    }
    .size-chooser ul li:last-child {
        width: 40%;
    }
    .size-chooser ul li:last-child a {
        height: 48px;
        font-size: 17px;
        line-height: 51px;
    }
    .color-chooser {
        margin: 7.5% 0 10%;
    }
    .color-chooser .title {
        font-size: 20px;
    }
    .product-sliders {
        margin-bottom: 10%;
    }
    .product-description {
        margin-bottom: 10%;
    }
    .bottom-menu li {
        font-size: 16px;
        height: 45px;
        text-align: center;
    }
    .analogs {
        text-align: center;
    }
    .analogs li {
        width: 150px;
        float: none;
    }
    .analogs li .product-name {
        font-size: 14px;
    }
.catalog-menu .sub-menu li:hover .sub-sub-menu, .catalog-menu .sub-sub-menu li:hover .sub-sub-sub-menu {
    display: none;
}
.sub-sub-menu, .sub-sub-sub-menu {
    position: static;
    padding: 7px 0px;
    background: transparent;
    border-left: none;
}
#ModalCart.Window {
    position: absolute;
}
#ModalCart .modal-body {
    height: auto !important;
}
}

@media (max-width: 640px) {
    ul.list-lang {
        top: 16px;
        left: 80px;
    }
    .mobile-menu {
        width: 28px;
        height: 23px;
        top: 15px;
    }

    .basket .goods-amount {
        width: 90px;
        font-size: 12px;
        padding: 12% 0 12% 10px;
    }
    .product-card .cost {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .product-card .cost .cost-value {
        font-size: 22px;
        line-height: 40px;
    }
	.product-item {
        width: 50%;
   }
    .product-card button {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .product-card button:before {
        width: 25px;
        height: 25px;
    }
    .image-payment {
        margin: 40px auto 0;
    }
    .footer-top .title {
        font-size: 12px;
        margin-top: 10px;
    }
    .form-search {
        display: block;
        border: none;
        background: #ffffff;
        width: 90%;
        margin: 1% auto 3%;
    }
    .to-buy .cost {
        height: 60px;
        font-size: 26px;
        line-height: 60px;
    }
    .to-buy .cost .cost-value {
        font-size: 32px;
        line-height: 60px;
    }
    #to-buy {
        height: 60px;
        font-size: 32px;
        line-height: 60px;
        padding-left: 15%;
    }
    .size-chooser ul li {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .size-chooser ul li:last-child a {
        height: 38px;
        font-size: 13px;
        line-height: 40px;
    }
    .product-sliders {
        min-height: 130px;
    }
    .product-content {
        padding: 0 5%;
    }
    .product-slider-control.right-control {
        right: -10px;
    }
    .product-slider-control.left-control {
        left: -10px;
    }
	.Window > div, .Window.size-box > div {
    width: 98%;
	}
	button.btn.btn-default.btn-lg.censelBtn.modal-close {
    float: none;
    margin: 10px auto;
	    width: 100%;
	}
	.btn.btn-success.btn-lg.cartBtn {
    float: none;
    margin: 10px auto;
	    width: 100%;
	}
}

@media (max-width: 540px) {
    ul.list-lang {
        top: 17px;
        left: 48%;
    }
    .logo {
        width: 120px;
        padding-top: 29px;
        margin: 2% auto;
        background-size: contain;
    }
	.logo {
		margin-left: 15%;
	}
    .product-card .cost {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .product-card .cost .cost-value {
        font-size: 20px;
        line-height: 35px;
    }
    .product-card button {
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .product-card button:before {
        width: 20px;
        height: 20px;
    }
    .reviewer-name, .review-text {
        font-size: 14px;
    }
    .review-date {
        font-size: 12px;
    }
    .image-payment {
        margin: 50px auto 0;
    }
    .to-buy .cost {
        height: 45px;
        font-size: 22px;
        line-height: 45px;
    }
    .to-buy .cost .cost-value {
        font-size: 32px;
        line-height: 45px;
    }
    #to-buy {
        height: 45px;
        font-size: 26px;
        line-height: 45px;
        background: #f79c2d url('../images/icon-cart-white.png') no-repeat 15% center;
        background-size: auto 80%;
    }
    #to-buy:hover {
        background: #f79c2d url('../images/icon-cart-black.png') no-repeat 15% center;
        background-size: auto 80%;
    }
    .size-chooser ul li {
        font-size: 14px;
    }
    .size-chooser ul li:last-child a {
        font-size: 11px;
    }
    .color-chooser .title {
        font-size: 18px;
    }
    .product-sliders {
        min-height: 110px;
    }
    .product-slider .product-name {
        font-size: 11px;
    }
    .bottom-menu li {
        font-size: 12px;
    }
	#form-review .form-group {
    width: 100%;
}
#form-review .clearfix {
    display: flex;
    flex-direction: column-reverse;
}
.product-list img {
    max-width: 100px;
}
}

@media (max-width: 420px) {
    .header-top {
        height: 24px;
    }
    ul.list-lang {
        top: -4px;
        left: 0;
        right: 0;
        text-align: center;
    }
    ul.list-lang a {
        color: #1b1b1b;
    }
    .logo {
        margin-left: 15%;
    }
    .form-search input[type="text"] {
        font-size: 12px;
    }
    .form-field::-webkit-input-placeholder {font-size: 12px;color: #1b1b1b;opacity: 1;}
    .form-field::-moz-placeholder {font-size: 12px;color: #1b1b1b;opacity: 1;}
    .form-field:-moz-placeholder {font-size: 12px;color: #1b1b1b;opacity: 1;}
    .form-field:-ms-input-placeholder {font-size: 12px;color: #1b1b1b;opacity: 1;}
    .form-search:after {
        width: 15px;
        height: 15px;
        right: 20px;
        top: 4px;
    }
    .product-card .cost {
        font-size: 10px;
    }
    .product-card .cost .cost-value {
        font-size: 18px;
    }
    .product-card button {
        font-size: 12px;
    }
    .product-card button:before {
        width: 20px;
        height: 20px;
    }
    .social-links li a {
        width: 50px;
        padding-top: 50px;
    }
    .image-map {
        width: 140px;
        height: 88px;
        margin-top: 20px;
    }
    .footer {
        height: 235px;
    }
    .footer-top {
        height: 175px;
    }
    .to-buy .cost {
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }
    .to-buy .cost .cost-value {
        font-size: 26px;
        line-height: 35px;
    }
    #to-buy {
        height: 35px;
        font-size: 22px;
        line-height: 35px;
        background: #f79c2d url('../images/icon-cart-white.png') no-repeat 10% center;
        background-size: auto 80%;
    }
    #to-buy:hover {
        background: #f79c2d url('../images/icon-cart-black.png') no-repeat 10% center;
        background-size: auto 80%;
    }
    .size-chooser ul li {
        width: 9%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
    .size-chooser ul li:last-child {
        width: 33%;
    }
    .size-chooser ul li:last-child a {
        height: 38px;
        font-size: 11px;
        line-height: 1.3;
        padding-top: 5px;
    }
    .product-slider-menu li {
        font-size: 12px;
        padding: 0 10px;
    }
    .product-sliders {
        min-height: 100px;
    }
    .bottom-menu li {
        font-size: 10px;
    }
	.product-list li {
    padding: 10px 0px;
}
ul.product-list img {
    max-width: 60px;
}
.btn.btn-success.btn-lg.cartBtn, #button-confirm, .btn.btn-primary.button {
    font-size: 20px;
}
button.btn.btn-default.btn-lg.censelBtn.modal-close {
    font-size: 17px;
}
}

@media (max-width: 360px) {
#ModalCart2.Window > div {
    width: 95%;
    padding: 10px 10px;
}
#ModalCart2 .zakrit {
    margin-right: 0px;
}
	.basket .goods-amount {
            width: 60px;
        font-size: 10px;
        padding: 12% 0 12% 5px;
    }
.product-item {
    width: 100%;
}
    .reviews li {
        width: 98%;
    }
    .product-slider-menu li {
        font-size: 11px;
        padding: 0 7px;
    }
    .product-sliders {
        min-height: 90px;
    }
    .product-slider .product-name {
        font-size: 10px;
    }
.product-list li table td {
    font-size: 12px;
}
}
.slick-disabled {
	display: none !important;
}
.row:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}
.col-sm-4 {
    width: 25%;
    float: left;
}
.col-sm-8 {
    width: 75%;
    float: left;
}
.catalog-menu > .sub-menu > li.has-child > a {
    position: relative;
    display: block;
}
.catalog-menu > .sub-menu > li.has-child > a:after {
content: '\25bc';
    display: block;
    font-size: 10px;
    height: 7px;
    position: absolute;
    margin: auto;
    right: -5px;
    top: 2px;
    bottom: 0;
    line-height: 7px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.catalog-menu > .sub-menu > li.has-child > a:hover:after {
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
button.btn.btn-default.btn-lg.censelBtn.modal-close:hover {
    background: #bdbdbd;	
}
.btn.btn-success.btn-lg.cartBtn:hover, #button-confirm:hover, .btn.btn-primary.button:hover {
    background: #da7801;	
}
.soderganie-okna td.text-left a {
    font-weight: normal;
    color: #000;
    font-family: "OpenSans", sans-serif;
}
#top {
    bottom: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    width: 31px;
    height: 30px;
    background: #fadc26;
    border: 1px solid #000;
	opacity: 0.6;
}
#top:hover {
	opacity: 1;
}
#top:before {
    content: '\25bc';
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-transform: rotate(-180deg);
	    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.qty-box span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    font-size: 14px;
    font-family: "OpenSans";
    font-weight: normal;
}
.qty-box span.minus-b, .qty-box span.plus-b {
    cursor: pointer;
    font-family: 'OpenSans Regular';
    font-size: 15px;
    line-height: 17px;
    background: #f79c2d;
    color: #fff;
    border: 1px solid #000;
    width: 24px;
    text-align: center;
    padding: 0;
    height: 20px;
}
.qty-box input {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 20px;
    border: 1px solid #000;
    border-left: none;
    border-right: 0;
    color: #000;
    font-family: 'OpenSans Regular';
}
button.btn.btn-danger.btn-xs {
    background: transparent;
    font-family: "OpenSans";
    font-size: 30px;
    margin-left: 20px;
}