html {
    position: relative;
    min-height: 100%;
}

body {
    /*padding-top: 50px;*/
    margin-bottom: 40px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}
main#content p img {
    max-width: 100%;
	width: auto;
    height: auto;
}
main#content p .company img {
    width: 30%;
    height: auto;
}
p {
    line-height: 33px;
    font-size: 16px;
}
img { 
	opacity: 1; 
	transition: opacity 0.3s; 
} 
img[data-src] { 
	opacity: 0; 
}
.simg{
    width: auto !important;
}
h1, h2, h3, p.h2 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 185px;
    background-color: #e1e1e1;
	overflow: hidden;
}

.footer p {
    margin: 0;
    line-height: 40px;
    font-size: 12px;
}

.footer .contact {
    padding-top: 10px;
}

.footer .contact div {
    text-align: right;
    color: #666;
}

.footer a {
    color: #666;
}
.footer .rekvizit {
	font-size: 12px;
	padding: 15px 0;
	color: #333;
}
.lazy-hidden {
    background: #eee url('loading.gif') no-repeat 50% 50%;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 2;
	border: none;
	top: 0;
}

.navbar a {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: 700;
	color: #000;
	text-decoration: none;
}

.navbar-nav > li > a {
    line-height: 26px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: #000;
}

.navbar-brand {
    padding: 0px;
    margin-left: 0px !important;
}

.navbar-header {
	text-align: center;
	float: none;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.page-header {
    margin: 20px 0 10px;
    padding-bottom: 0px;
}

.eyebrow-top {
    height: 30px;
    background-color: #ccc;
}

.eyebrow {
    background-color: #ccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
}
.eyebrow2 {
    background-color: white;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
}

.eyebrow-promo {
    height: 25px;
    margin-top: 5px;
    float: left;
    width: 50%;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.eyebrow-promo-highlight {
    color: #d60000;
}

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

.eyebrow-alternate {
    display: none;
}

.clear {
    clear: both;
}

.category-column {
    float: left;
    width: 25%;
}

.filter-column {
    float: left;
    width: 20%;
}

.products-80 {
    float: left;
    width: 80%;
}

.products-100 {
    float: left;
    width: 100%;
}

.filter-group {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.filter-item {
    position: relative;
    margin-top: 5px;
}
.filter-item .filter-item {
	margin-left: 20px;
}
.filter-item a {
    display: block;
    position: relative;
}

.filter-text {
    font-weight: 400;
    color: #666;
    padding-left: 25px;
}

.color-filter {
    width: 35px;
    height: 25px;
    content: "";
}

.checkbox-checkmark + .filter-text {
    color: #333;
}

.checkbox {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    margin-top: 0px;
}

.checkbox-selected {
    background-color: #c00;
    border-color: #c00;
}

.checkbox-checkmark {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    content: '';
    border-color: #fff;
    border-style: solid;
    border-top: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left: 0;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
}

.checkbox-checkmark2 {
    position: absolute;
    top: 2px;
    left: 13px;
    width: 10px;
    height: 15px;
    content: '';
    border-color: #fff;
    border-style: solid;
    border-top: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left: 0;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
}

.group-filter-wrapper {
    margin-bottom: 20px;
}

.background-light {
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    position: relative;
}
.background-light.inproduct {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.background-light.incat {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.background-light.incat a.navmenu-link, .background-light.inproduct a.navmenu-link {
	color: #000 !important;
}
.background-dark {
    background-color: #222;
}

.navmenu {
    height: 30px;
    width: 100%;
    max-width: 1190px;
}

.navmenu nav {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: box;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.navmenu-hidden-wrapper {
    position: absolute;
    right: 0;
    top: 30px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease-out, transform .2s ease-out;
    max-width: 300px;
}

.with-hidden:hover .navmenu-hidden-wrapper {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.with-hidden:hover .navmenu-link:after {
    width: 100%;
}

.navmenu-hidden {
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .2);
}

.navmenu-link {
    color: #fff !important;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: .05rem;
}

.navmenu-link:after {
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: red;
    content: '';
    transition: width .2s ease-out;
    bottom: 0;
    left: 0;
}

.navmenu-link:hover, .navmenu-link:active {
    text-decoration: none;
    outline: 0;
}

.navmenu-link:hover:after, .navmenu-link:active:after {
    width: 100%;
}

.navmenu-hidden__link {
    padding: 5px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.navmenu-hidden__element {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .03rem;
}

.navmenu-hidden__link::after {
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: red;
    content: '';
    transition: width .2s ease-out;
    bottom: 0;
    left: 0;
}

.navmenu-hidden__link:hover, .navmenu-hidden__link:active {
    text-decoration: none;
    color: #fff;
}

.navmenu-hidden__link:hover:after, .navmenu-hidden__link:active:after {
    width: 100%;
}

.navmenu-tel-block {
    display: inline-block;
    /*
	padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    */
	margin-right: 10px;
    vertical-align: middle;
}

.navmenu-tel-block .contact-header {
    font-size: 16px;
    transition: opacity .1s ease-out;
	letter-spacing: 0;
	white-space: nowrap;
}
.navmenu-tel-block .insta_mobile {
    display: none;
}


.navmenu-tel-block .contact-header:hover {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    opacity: .7;
}

.navmenu-hidden-menu__footer .navmenu-tel-block .contact-header {
    font-size: 19px;
	color: #fff;
}

.navmenu-hidden-menu__footer .navmenu-tel-block .contact-header:hover {
    font-size: 19px;
	color: #fff;
}

.navmenu-hidden-menu__footer .navmenu-tel-block .navmenu-tel-block__img {
    position: relative;
    top: -2px;
}

.navmenu-tel-block .navmenu-tel-block__img {
    height: 16px;
    margin-top: -2px;
}

.navmenu-social-icon {
    margin-left: 8px;
    opacity: 1;
    transition: opacity .12s ease-out;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.navmenu-social-icon svg, .navmenu-social-icon img {
    max-width: 22px;
    max-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 50%;
    margin-top: -11px;
}

.navmenu-social-icon:hover {
    margin-left: 8px;
    opacity: .7;
}

.burger-wrapper {
    position: fixed;
    right: 20px;
    top: 3px;
    padding: 10px;
    cursor: pointer;
    display: none;
    z-index: 102;
    background-color: #fff;
}

.burger {
    position: relative;
    width: 35px;
    height: 30px;
}

.burger__line {
    width: 35px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 5px;
    transition: opacity .2s ease-out, transform .2s ease-out;
}

.burger__line--middle {
    top: 14px;
}

.burger__line--bottom {
    top: 23px;
}

.burger-wrapper.active .burger__line--middle {
    transform: translatex(20px);
    opacity: 0;
}

.burger-wrapper.active .burger__line--top {
    transform: translatey(9px) rotate(45deg);
}

.burger-wrapper.active .burger__line--bottom {
    transform: translatey(-9px) rotate(-45deg);
}

.navmenu-hidden-menu-wrapper {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(30, 30, 30, 1);
    z-index: 9999;
    overflow-y: auto;
}

.navmenu-hidden-menu-wrapper.active {
    display: block;
}

.navmenu-hidden-menu {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.navmenu-hidden-menu__hidden-wrapper {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.navmenu-hidden-menu__inner {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.navmenu-hidden-menu__element {
    margin-bottom: 20px;
    position: relative;
}

.navmenu-hidden-menu__link {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1rem;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
}

.navmenu-hidden-menu__element.with-hidden .navmenu-hidden-menu__link {
    padding-right: 50px;
}

.navmenu-hidden-menu__sub-element {
    margin-bottom: 10px;
}

.navmenu-hidden-menu__sub-element:last-child {
    margin-bottom: 0px;
}

.navmenu-hidden-menu__hidden__link {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    opacity: .7;
}

.navmenu-hidden-menu__link__arrow {
    position: relative;
    width: 18px;
    height: 18px;
    top: -5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    transition: transform .2s ease-out;
}

.navmenu-hidden-menu__link__arrow-wrapper {
    position: absolute;
    right: 0px;
    top: -5px;
    padding: 8px;
    cursor: pointer;
}

.navmenu-hidden-menu__footer {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
}

.navmenu-hidden-menu__link__arrow-wrapper.active .navmenu-hidden-menu__link__arrow {
    transform: translatey(10px) rotate(-225deg);
}

.navmenu-hidden-menu__link.active ~ .navmenu-hidden-menu__hidden-wrapper {
    display: block;
}

.navmenu-hidden-menu__link:hover, .navmenu-hidden-menu__link:active, .navmenu-hidden-menu__link:focus, .navmenu-hidden-menu__hidden__link:hover, .navmenu-hidden-menu__hidden__link:focus, .navmenu-hidden-menu__hidden__link:active {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: 0;
    border: 0;
}

.logo {
    height: 34px;
    width: auto;
	margin-top: 8px;
}

.carousel {
    position: relative;
    margin-top: -30px;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
}

.carousel .item {
    background-color: #333;
}

.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    opacity: .7;
}

.category_h1 {
    font-size: 26px;
    margin-top: 0px;
    text-align: center;
}

.promo_message {
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    color: #cccc00;
}

.box_description {
    margin-bottom: 80px;
}

.formfeed {
    margin-top: 40px;
}

#content {
    margin-bottom: 185px;
}

.yoo-zoo .category-description {
    margin-bottom: 30px;
}

.teaser-item {
    margin-bottom: 40px;
}

.teaser-item .pos-image {
    margin: 0 0 5px 0;
    position: relative;
    width: 100%;
}

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

.pagination-bg a {
    padding: 3px 8px;
    border: 1px solid #AFAFAF;
    border-radius: 2px;
    margin: 0px 4px;
    color: #000;
}

.pagination-bg a:hover {
    background: #E2E0E0;
    font-weight: 700;
    text-decoration: none;
}

.pagination-bg span {
    padding: 3px 8px;
    border: 1px solid #AFAFAF;
    border-radius: 2px;
    margin: 0px 4px;
    color: #000;
    background: #E2E0E0;
    font-weight: 700;
}

.breadcrumb-menu {
    margin-top: 20px;
    padding-left: 0px;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: normal;
}

.breadcrumb-text {
    color: #555;
    font-size: 14px;
    font-weight: normal;
}

.divider {
    display: none;
}

.discount_for_vk {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
    margin-top: 10px;
}

.discount_for_vk img {
    max-width: 38px;
    margin-top: -4px;
}

.teaser-item .pos-image a {
    display: block;
    text-align: center;
}

.teaser-item .pos-image img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.teaser-item .pos-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.teaser-item .pos-title {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.teaser-item .pos-title a {
    color: #333;
    display: block;
    height: 42px;
    overflow: hidden;
    line-height: 21px;
}

.teaser-item .pos-color {
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    height: 25px;
    line-height: 15px;
    margin-top: -5px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
}

.teaser-item .pos-color a {
    /*color:#999;*/
    color: #333;
}

.teaser-item .pos-color a:hover {
    color: #666;
}

.teaser-item .pos-price {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.teaser-item .pos-price .compare_price {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

.teaser-item .icon-nb {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/notebook.png) 50% 50% no-repeat rgba(255,255,255,0.7);
	background-size: 20px 20px;
	border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
}
.teaser-item .icon-av {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/avia.png) 50% 50% no-repeat rgba(255,255,255,0.7);
	background-size: 20px 20px;
	border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
}

.full-icons .icon-lc {
	display:block;
	width:48px;
	height:48px;
	background:url(../images/lowcost.png) 0 0 no-repeat;
	float:left;
	margin:0 15px 20px 0;
}

.teaser-item .icon-lt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/leather.png) 50% 50% no-repeat rgba(255,255,255,0.7);
	background-size: 20px 20px;
	border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
}

.teaser-item .icon-nv {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/net.png) 50% 50% no-repeat rgba(255,255,255,0.7);
	background-size: 20px 20px;
	border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
}

.teaser-item .icon-yt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/yt.png) 50% 50% no-repeat rgba(255,255,255,0.7);
	background-size: 20px 20px;
	border-radius: 2px;
    float: right;
    margin: 0 0 0 5px;
}

.teaser-item .pos-image .pos-photo {
    position: relative;
    z-index: 1;
	overflow: hidden;
	height: 315px;
	min-height: 315px;
	padding: 10px 0;
}
.col-md-9 .teaser-item .pos-image .pos-photo {
	height: 224px;
	min-height: 224px;
}
.teaser-item .pos-image .icons {
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 2;
}

.och {
    margin-bottom: 30px;
}

.full-icons .icon-nb {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/notebook2.png) 0 0 no-repeat;
    float: left;
    margin: 0 15px 20px 0;
}
.full-icons .icon-av {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/avia2.png) 0 0 no-repeat;
    float: left;
    margin: 0 15px 20px 0;
	 background-size:cover;
}

.full-icons .icon-lt {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/leather2.png) 0 0 no-repeat;
    float: left;
    margin: 0 15px 20px 0;
}

.full-icons .icon-nv {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/net2.png) 0 0 no-repeat;
    float: left;
    margin: 0 15px 20px 0;
}

.full-price {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 3px 0 0 0;
}

.price.big_price {
    display: block;
    font-size: 22px;
    line-height: 24px;
}

.full-price .old_price {
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

.price_title {
    color: #666;
}

.pos-shortdescription {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.social {
    margin-bottom: 20px;
}

.contact-header {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.vklink {
    padding-top: 8px;
}

.full-photos {
    margin-bottom: 20px;
}

.comeback {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0 15px;
    background: url(../images/comeback.png) 0 50% no-repeat;
    display: inline-block;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
}

.comeback:hover {
    text-decoration: none;
}

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

ul.lightSlider {
    list-style: none;
    padding: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction {
    display: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
    text-align: center;
}

/* vertical */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.teaser-item .icon-new {
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 3;
    background: url(../images/new-sm.png) 0 0 no-repeat;
}

.full-icons .icon-new {
    background: url(../images/new-b.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 48px;
    margin: 0 15px 20px 0;
    width: 58px;
}

.mCustomScrollbar {
    height: 300px;
}

.mCustomScrollbar h1 {
    margin-top: 5px;
}

.wk-accordion-default .toggler {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0px;
    background: none;
    margin-top: 40px;
}

div.toggler:after {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    content: "Развернуть";
    float: right;
    color: #EC1B23;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dotted #EC1B23;
    margin-right: 20px;
    margin-top: 5px;
}

div:hover.toggler:after {
    color: #000;
    border-bottom: 1px dotted #000;
}

div.toggler.active {
    color: #eee;
}

div.toggler.active:after {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    content: "Свернуть";
    float: right;
    color: #EC1B23;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dotted #EC1B23;
    margin-right: 20px;
    margin-top: 5px;
}

div:hover.toggler.active:after {
    color: #000;
    border-bottom: 1px dotted #000;
}

div.toggler.active {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    border-radius: 5px 5px 0 0;
}

.content-wrapper {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #eee;
    color: #000;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px
}

.readmore {
    font-weight: bold;
}

.message_error {
    font-color: #ff0000;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.pgr {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.pgr .pagination, .pagination > li:first-child > a, .pagination > li:last-child > a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pgr .pagination > li > a {
    border-color: #222;
    background: #222;
    color: #fff;
}

.pgr .pagination > li.active > a {
    background: #ff0000
}

.pgr .pagination > li > a:hover {
    color: #ccc;
}

.pgr .pagination > li.disabled > a {
    border-color: #000;
    background: #000;
    color: #ccc;
}

.button.various {
    display: inline-block;
    margin: 0;
    padding: 3px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #f30000;
    font-family: Roboto Condensed;
}

.pip_buy_button {
    float: left;
}

.button.various:hover {
    background: #e90000;
	color: #fff;
}

.button.notavailable {
	background: #ccc;
	color: #000;
	
}


#oneclick {
    width: 600px;
    padding: 15px;
	padding-top: 32px;
	height: 100%;
}

#oneclick h3, #oneclick .h3 {
    margin-top: 0;
}

#oneclick ul {
    padding: 0;
    margin-bottom: 0;
	margin-top: 0;
}

#oneclick p {
    margin: 0;
    font-size: 14px;
}

#oneclick li {
    display: block;
    margin-bottom: 15px;
	padding: 0 5px 0 0;
}

#oneclick li.w50 {
    float: left;
    width: 50%;
}

#oneclick li.w50.f {
    padding-right: 8px;
}

#oneclick li.w50.s {
    padding-right: 0;
}

#oneclick h4 {
    margin-bottom: 3px;
}

#oneclick button {
    margin-top: 8px;
	color: #fff;
    background: #f90000;
    border: none;
    font-weight: bold;
    line-height: 30px;
    padding: 0 15px;
}

#oneclick button:hover {
    background: #e90000;
}

#oneclick button.fancybox-button {
	margin-top: 0;
	padding: 0;
	width: 32px;
	height: 32px;
}

.full-description {
    margin: 20px 0 40px 0;
}

.slideshow {
    text-align: center;
}

.slideshow a {
    width: 100%;
}

#slides {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#slides:after {
    content: '';
    display: table;
    clear: both;
}

#slides li {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #eee;
}

#slides li:hover, #slides li.activeSlide {
    border-color: #ddd;
}

#slides li a {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.bigimage {
    position: relative;
    height: 400px;
    margin-top: 20px;
}
.bigimage a.zoom {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bigimage .nav a {
    position: absolute;
    z-index: 1000;
    top: 50%;
	margin-top: -20px;
    font-size: 27px;
    color: #666;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
}

.bigimage .nav a#next {
    right: 15px;
}

.bigimage .nav a#prev {
    left: 15px;
}

.bigimage .nav a:hover {
    color: #000;
}

.related {
    margin-top: 40px;
}

.related h3 {
    margin-bottom: 20px;
}

#path {
    list-style: none;
}

#path li {
    display: inline-block;
}

#oneclick label {
    font-weight: normal;
}

.errortext {
    font-weight: bold;
    color: #f30000;
    padding-top: 5px;
	font-size: 15px;
	text-align: left;
}

.pos-photo a, .pos-photo a img {
    border: none;
    text-deocration: none;
}

.slideshow img {
    max-width: 100%;
}

.variants-full {
    display: inline-block;
    margin-left: 15px;
}

.full-icons, .social {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.social {
    margin-top: 10px;
}

#switch-button-wrapper {
    display: none;
    padding: 0px 15px 10px;
}

#switch-button-wrapper input {
    border-radius: 0;
    outline: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

#switch-button-wrapper input:active,
#switch-button-wrapper input.active {
    box-shadow: none;
    background-color: red;
    color: white;
}

#confirmation h2 {
    text-align: center;
    margin-bottom: 20px;
}

#confirmation .bottom-20 {
    margin-bottom: 20px;
}

#confirmation .btn {
    background-color: red;
    color: white;
    border-radius: 0;
}

#confirmation .total_price {
    margin: 15px 0;
    font-size: 18px;
}

#confirmation .btn:hover {
    background: #e90000;
}

#confirmation .errortext {
    padding: 10px 15px;
    float: left;
}

.hidden {
	display: none;
}

li.video a {
	position:relative;
}
li.video a:after {
	content:'';
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	z-index:2;
	top:34px;
	left:33px;
	background:url(../images/yt.png) 0 0 no-repeat;
}
li.video img {
	max-width:75px;
	height:auto;
	position:relative;
	z-index:1;
}
.videoframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.videoframe iframe,
.videoframe object,
.videoframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slogan {
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.man-teas img {
	max-width: 100%;
	height: auto;
	display: block;
}

.mb-10 {
	margin-bottom: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.buy-note {
	margin-bottom: 20px;
	font-weight: bold;
}
.collection-items, .size-items {
	margin-bottom: 20px;
}
.collection-items ul, .size-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.collection-items li, .size-items li {
	margin: 0 2px 2px 0;
	padding: 2px;
	border: 2px solid #fff;
}

 .size-items li {
	 margin: 0 3px 3px 0;
	 width: 36px;
	 text-align: center;
 }
.size-items li {
	border: 2px solid #f0f0f0;
}
.collection-items .selected-color, .size-items .selected-size {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px;
}
.collection-items .selected-color span, .size-items .selected-size span {
	font-weight: 400;
}
.collection-items li.active, .collection-items li:hover, .size-items li.active, .size-items li:hover {
	border: 2px solid #000;
}
.collection-items li a, .size-items li a, .collection-items li img {
	display: block;
	text-decoration: none;
	color: #000;
}
.prodlist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.prodlist .category-column {
	width: 25%;
	padding: 0 15px;
	float: none;
}
.collection-items-cat {
	margin-bottom: 10px;
}

.collection-items-cat .selected-color {
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 5px;
}
.collection-items-cat .selected-color span {
	font-weight: 400;
}
.collection-items:after {
	content: '';
	display: table;
	clear: both;
}
.collection-items-cat .collection-items {
	margin: 0;
}
.collection-items .item {
	float: left;
	margin: 0 2px 2px 0;
	padding: 1px;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.collection-items .item.h {
	display: none;
}
.collection-items .item.active {
	border: 1px solid #000;
}
.collection-items .item:hover {
	border: 1px solid #ccc;
}
.collection-items .item img {
	max-width: 100%;
	display: block;
	margin: 0;
}
.collection-items .shall {
	float: left;
	margin: 0 2px 2px 0;
	padding: 1px;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	cursor: pointer;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	background: #ddd;
}
.collection-items .shall:hover {
	background: #ccc;
}
.logo-link {
	outline: none !important;
}
.navmenu-social-icon.showsearch {
	background: none;
	outline: none !important;
}
#search {
	padding: 0 0 15px 0;
	display: none;
	position: absolute;
	z-index: 5;
	background: #fff;
	width: 100%;
}
#search .wr {
	width: 100%;
	position: relative;
	padding-right: 27px;
}
#search input {
	width: 100%;
	padding: 0 10px;
}
#search img {
	width: 14px;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 0;
}
.search-mobile {
	position: fixed;
	right: 70px;
	top: 3px;
	padding: 13px;
	cursor: pointer;
	display: none;
	z-index: 102;
	background-color: #fff;
	width: 50px;
	height: 50px;
}
.search-mobile a {
	outline: none !important;
}


.carticon {
	position: fixed;
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	will-change: transform;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
	top: 100px;
	right: 50px;
	z-index: 4000;
	outline: none !important;
}
.carticon:hover {
	background-color: rgba(255,255,255,1);
}
.carticon svg {
	width: 40px;
	height: 40px;
	stroke: #000;
	display: block;
	margin: 18px auto 0 auto;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
}
.carticon:hover svg {
	transform: scale(1.1);
}
.carticon i {
	width: 30px;
	height: 30px;
	background-color: red;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	bottom: -3px;
	text-align: center;
	line-height: 30px;
	font-style: normal;
}
.carticon strong {
	position: absolute;
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	right: 120%;
	white-space: nowrap;
	background: #292929;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding: 9px 13px;
	border-radius: 3px;
	transition: opacity 0.3s linear;
	opacity: 0;
	pointer-events: none;
}
.carticon strong::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
	border-width: 10px;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left-color: #292929;
}
.carticon:hover strong {
	opacity: 1;
}
#cart-content {
	margin-bottom: 30px;
	padding-right: 5px;
}
#purchases {
	width: 100%;
}
#purchases tr {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#purchases tr:last-child {
	border-bottom: none;
}
#purchases td {
	font-size: 14px;
	padding: 5px;
	vertical-align: middle;
}
#purchases th {
	font-size: 15px;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price {
	white-space: nowrap;
}
#purchases td.remove img, #purchases td.amount img {
	width: 16px;
	height: 16px;
}
#purchases td.amount {
	white-space: nowrap;
}
#purchases input.pquant {
	display: inline-block;
	outline: none !important;
	width: 32px;
	text-align: center;
	box-shadow: none !important;
	border: none !important;
}
#purchases td a {
	outline: none !important;
	text-decoration: none;
}
.iti.iti--allow-dropdown {
	display: block;
}
#oneclick li.iti__country {
	margin: 0;
	padding: 3px 5px;
	font-size: 14px;
}
.coupon_code.form-control {
	display: inline-block;
	width: 200px;
	font-weight: 300;
	height: 30px;
}
input[name="apply_coupon"] {
	color: #fff;
	background: #000;
	font-weight: 400;
	font-size: 14px;
	border-radius: 0;
	height: 30px;
	padding: 2px 10px;
	border: none;
}
#deliveries label, #payments label {
	font-weight: 400;
	font-size: 14px;
}
.order-step {
	display: none;
}
.order-step.active {
	display: block;
}
.order-step.s1.active {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
#oneclick .form-control {
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 5px !important;
	font-weight: 400;
	color: #000;
}
#oneclick .form-control::-webkit-input-placeholder {font-weight: 300;color:#999;}
#oneclick .form-control::-moz-placeholder {font-weight: 300;color:#999;}
#oneclick .form-control:-moz-placeholder {font-weight: 300;color:#999;}
#oneclick .form-control:-ms-input-placeholder {font-weight: 300;color:#999;}

#oneclick textarea.form-control {
	height: 100px;
}
.order-step .topblock {
	height: 100%;
	overflow-y: hidden;
	position: relative;
}
.order-step .topblock .inner-topblock {
	height: 100%;
	height: 100%;
	width: 100%;
	overflow: hidden scroll;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	padding-right: unset;
}

.order-step .footblock {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.iti__flag {
	background: none !important;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
	height: 21px !important;
}
.policytext {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	display: none;
}
.policytext.show {
	display: flex !important;
}
.policytext a {
	text-decoration: underline;
}
.agee-poilicy {
	display: block;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 15px;
	color: #fff !important;
	background: #f30000;
	text-decoration: none !important;
}
.simplebar-content .inner-topblock-x {
	padding-right: 3px;
}
.velik {
	display: flex;
	flex-direction: column;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: auto;
	width: 100%;
	transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
	opacity: 1;
	transform: translateY(0px);
	z-index: 2;
	-moz-box-pack: end;
	justify-content: flex-end;
	-moz-box-align: center;
	align-items: center;
	padding-bottom: 12px;
	z-index: 2;
	cursor: pointer;
}
.velik.h {
	display: flex;
	flex-direction: column;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: auto;
	width: 100%;
	transition: opacity 0.2s linear 0s, transform 0.2s linear 0s;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	-moz-box-pack: end;
	justify-content: flex-end;
	-moz-box-align: center;
	align-items: center;
	padding-bottom: 12px;
	transform: translateY(50px);
}
.velik span {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}
.velik svg {
	transform: rotate(90deg);
	width: 8px;
	height: 12px;
}

.corpo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	margin-bottom: 30px;
}
.corpo > div {
	display: flex;
	align-items: center;
}
.navmenu-element.cat-id-1 {
	display: none !important;
}

@media (max-width: 1199px) {
	.teaser-item .pos-image .pos-photo {
		height: 260px;
		min-height: 260px;
	}
}

/*Header*/
@media (max-width: 991px) {
    body {
        margin: 0px;
    }

    #content {
        margin-bottom: 0px;
    }
    
    .carousel {
	    margin-top: -1px;
	}

    .filter-column {
        display: none;
    }

    .products-80 {
        width: 100%;
    }

    .category-column:first-child {
        clear: left;
    }

    .category-column {
        width: 50%;
    }

    .group-filter-wrapper .filter-group {
        display: none;
    }

    .burger-wrapper {
        display: block;
        z-index: 10002;
		top: 11px;
    }
	.search-mobile {
		display: block;
        z-index: 10002;
		top: 11px;
	}

    .navbar-inverse {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
		/*box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
    }

    body {
        padding-top: 72px;
    }

    .logo {
        margin-left: 0px !important;
    }

    .navmenu-hide {
        display: none;
    }

    .container {
        /*padding-left: 5px;*/
        /*padding-right: 5px;*/
    }

    .vklink {
        padding-right: 90px;
		padding-top: 0;
		margin-top: -13px;
    }

    .group-filter-wrapper {
        display: none;
    }

    #switch-button-wrapper {
        display: block;
    }

    #switch-button-wrapper .btn {
        font-size: 16px;
        background-color: #dddddd;
    }

    .footer {
        position: relative;
        margin-top: 50px;
    }
	.logo-link {
		line-height: 1;
	}
	.slogan {
		padding-top: 0;
		letter-spacing: 1px;
	}
	.navbar-header {
		text-align: left;
	}
	.teaser-item .pos-image .pos-photo {
		min-height: 260px;
		height: 260px;
	}
	.order-step .topblock .inner-topblock {
		-webkit-scrollbar-width: none;
		scrollbar-width: none;
	}

}

@media (max-width: 765px) {
    h1 {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .eyebrow-promo {
        font-size: 12px;
        height: 35px;
    }

    .eyebrow-hide {
        display: none;
    }

    .eyebrow-alternate {
        display: inline;
    }

    .eyebrow-top {
        height: 5px;
    }
	.slogan {
		padding-top: 0;
		letter-spacing: 1px;
	}
	.navbar-header {
		text-align: left;
	}
	.collection-items .sc {
		overflow-x: scroll;
	}
	.collection-items ul {
		flex-wrap: nowrap;
		margin-bottom: 10px;
	}
	
}
@media (max-width: 640px) {
    .category-column {
        width: 48%;
        margin: 0 1%;
        min-height: unset;
        margin-bottom: 15px;
        box-shadow: 0 0 2px #dedede;
        background-color: #f9f9f9;
    }

    .category-column:nth-child(odd) {
        clear: left;
    }

    .category-column .teaser-item{
        margin-bottom: 0;
    }
    
    .teaser-item .pos-image .icons{
        padding-right: 5px;
        left: auto;
        bottom: 15px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .teaser-item .pos-image .icons i{
        float: none;
        width: 22px;
        height: 22px;
        margin: 5px 0 0 5px;
        display: inline-block;
        background-size: cover;
    }

    .teaser-item .icon-nb{
        background: url(../images/notebook-w.png)
    }
    .teaser-item .icon-lt{
        background: url(../images/leather-w.png)
    }
	 .teaser-item .icon-av {
        background: url(../images/avia-w.png)
    }
	.prodlist .category-column {
		width: 48%;
		padding: 0 5px;
	}
	.teaser-item .pos-image .pos-photo {
		min-height: auto;
		height: auto;
	}
}

@media (max-width: 735px) {

    #switch-button-wrapper input {
        font-size: 14px;
        padding: 6px 9px;
    }

    h1 {
        margin: 10px 0;
    }
 
 	.insta_mobile{
    	display: inline-block;
    }

    #navbar {
        display: none;
    }

    .navmenu-hidden-menu__footer {
        display: block;
    }
	
	.slogan {
		display: none;
	}
	.navbar a {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.navbar-header {
		padding-top: 11px;
	}
	.burger-wrapper, .search-mobile {
		top: 0;
	}
	body {
		padding-top: 50px;
	}
	
}

@media (max-width: 500px) {
    .vklink {
        display: inline-block;
        margin: auto;
        float: none !important;
        padding: 5px;
        width: 100%;
        text-align: center;
    }

    .breadcrumb-menu {
        margin-top: 15px;
    }

    .breadcrumb-menu .breadcrumb-item,
    .breadcrumb-menu .breadcrumb-text {
        font-size: 12px;
    }

    .page-header {
        margin: 10px 0 10px;
    }
	.logo {
        height: 42px;
        width: auto;
    }
	.images ul#slides {
		display: none;
	}
	.carticon {
		right: 20px;
		width: 70px;
		height: 70px;
	}
	.carticon svg {
		margin-top: 12px;
	}
	#purchases td {
		display: block;
	}
	#purchases td.amount {
		text-align: center;
	}
	#purchases td.image, #purchases td.price, #purchases td.amount {
		float: left;
		margin-right: 7px; 
	}
	#purchases td.price.f {
		display: none;
	}
	#purchases input.pquant {
		width: 20px;
		height: 17px;
	}
	.coupon_code.form-control {
		width: 100%;
	}
	#cartform {
		overflow-x: scroll;
	}
	.policytext.show {
		flex-direction: column;
	}
	.agee-poilicy {
		margin-top: 10px;
	}
}

/**/
@media (max-width: 362px) {
    #switch-button-wrapper .btn {
        font-size: 12px;
        padding: 6px 7px;
    }

    .teaser-item .pos-image {
        height: auto;
    }

    .product .h1, .product h1 {
        font-size: 21px;
    }

    #oneclick {
        width: 280px;
    }

    #oneclick h3 {
        font-size: 16px;
    }

    #oneclick li.w50 {
        float: none;
        width: 100%;
    }

    #oneclick li.w50.f {
        padding-right: 0;
    }

    .navmenu-hidden-menu__link {
        font-size: 18px;
    }

    .navmenu-hidden-menu__element.with-hidden .navmenu-hidden-menu__link {
        padding-right: 35px;
    }

    .navmenu-hidden-menu__footer .navmenu-tel-block .contact-header, .navmenu-hidden-menu__footer .navmenu-tel-block .contact-header:hover {
        font-size: 16px;
        line-height: 30px;
    }

    .navmenu-hidden-menu__footer {
        font-size: 0;
    }

    .navmenu-hidden-menu__footer .navmenu-tel-block .navmenu-tel-block__img {
        top: -5px;
    }

    .navmenu-social-icon {
        width: 30px;
        height: 30px;
    }

    .navmenu-social-icon svg, .navmenu-social-icon img {
        max-width: 18px;
    }

    .navmenu-hidden-menu__inner {
        margin-top: 70px;
    }

    .carousel-control, .carousel-indicators {
        display: none;
    }

    .logo {
        height: 35px;
        width: auto;
    }

}

@media (min-width: 360px) and (max-width: 479px) {
    #oneclick {
        width: 320px;
    }

    #oneclick h3 {
        font-size: 16px;
    }

    #oneclick li input[type="text"] {
        width: 100%;
    }

    #oneclick li.w50 {
        float: none;
        width: 100%;
    }

    #oneclick li.w50.f {
        padding-right: 0;
    }

    .teaser-item .pos-image {
        height: unset;
        /*height: 220px;*/
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    #oneclick {
        width: 420px;
    }

    #oneclick h3 {
        font-size: 16px;
    }

    #oneclick li input[type="text"] {
        width: 100%;
    }

    #oneclick li.w50 {
        float: none;
        width: 100%;
    }

    #oneclick li.w50.f {
        padding-right: 0;
    }

    .teaser-item .pos-image {
        height: auto;
        /*height: 220px;*/
    }
}

#oneclick select.form-control, #oneclick select.form-control option[disabled] {
/*
    color: #999;
	font-weight: 300;
*/
}

#oneclick select.form-control.changed, #oneclick select.form-control option {
	color: #000;
	font-weight: 400;
}
.darkfooter {
	padding: 30px 0 15px 0;
	background: #1f1f1f;
	color: #606060;
}
.darkfooter .white {
	color: #fff;
}
.footer p.fs18 {
	font-size: 18px;
}
.paylogos {
	text-align: center;
}
.paylogos img {
	max-height: 48px;
	width: auto;
	display: inline-block;
	margin: 0 15px 15px 15px !important;
}
@media (max-width: 639px) {
	.paylogos img {
		max-height: 32px;
		margin: 0 5px 10px 5px !important;
	}	
}

.delivery-text {
	text-align: center;
	font-size: 21px;
}
.contacts-text p {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 2.0;
}
.contacts-text a {
	color: #000;
}

.t-sociallinks ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.t-sociallinks li {
	display: inline-block;
} 


.collage {
	position: relative;
}
.collage img {
	position: relative;
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.collage img.desktopcollage {
	display: block;
}
.collage img.mobcollage {
	display: none;
}
.collagetext {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 40%;
	padding: 20px;
	background: #fff;
	width: 60%;
}
.collagetext p {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 767px) {
	.collage img.mobcollage {
		display: block;
	}
	.collage img.desktopcollage {
		display: none;
	}
	.collagetext {
		position: static;
		padding: 0;
		width: 100%;
	}
	.collagetext p {
		font-size: 23px;
		text-align: center;
		line-height: 33px;
	}
}

.whywe {
	padding: 30px 0;
}
.whywe .row {
	display: flex;
	align-items: center;
}
.whywe .h2 {
	font-weight: bold;
	margin-bottom: 30px;
}
.whywe ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.whywe li {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	font-size: 18px;
}
.whywe li img {
	margin-right: 30px;
	width: 78px;
}
.whywe li strong {
	font-weight: 500;
	display: block;
	font-size: 21px;
}

@media (max-width: 567px) {
	.whywe .row {
		display: block;
	}
	.whywe li {
		font-size: 15px;
	}
	.whywe li img {
		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.navbar .row {
		display: flex;
		align-items: center;
	}
	.slogan, .vklink {
		padding-top: 0
	}
}