@font-face {
    font-family: "OswaldBold";
    src: url("../fonts/Oswaldbold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "OswaldRegular";
    src: url("../fonts/Oswaldregular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font: 16px/26px 'OswaldRegular', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #333333;
    background: #f9f3ec;
}

.mobile,
.table {
    display: none !important;
}

h2, h1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.clearfix {
    display: inline-block;
}

* {
    box-sizing: border-box;
}

ul {
    padding-left: 0;
    margin: 0;
    display: inline-block
}

li {
    display: inline-block;
}

input {
    border: none;
}

input, textarea {
    font-family: inherit;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.center {
    display: block;
    width: 1434px;
    margin: 0 auto;
}
.icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	background: #f9f3ec;
	border-radius: 50%;
	margin-right: 7px;
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-account {
	background-image: url(/images/icons/account.svg);
}
.icon-enter {
	background-image: url(/images/icons/enter.svg);
}
.icon-purchase {
	background-image: url(/images/icons/purchase.svg);
}
.icon-compare {
	background-image: url(/images/icons/compare.svg);
}
.icon-search {
	background-image: url(/images/icons/search.svg);
}
.catalog-inner_wrapper .content_top h1 {
	text-align: left;
	margin: 0 0 30px 0;
}
/********** MENU **********/

.hamburger,
.searchbox .close-button {
    width: 32px;
    height: 15px;
    display: inline-block;
    display: none;
    cursor: pointer;
}

.hamburger span,
.searchbox .close-button span {
    width: 100%;
    height: 3px;
    background: #f9f3ec;
    border-radius: 2px;
    margin-bottom: 3px;
    display: inline-block;
    float: left;
    transition: all 1.5s;
}

.hamburger span:last-child {
    margin-bottom: 0;
}
.catalog-menu .hamburger{
    height: 18px;
}
	.catalog-menu .hamburger .catalog_title .hamburger-ico {
		width: 32px;
		margin-top: 2px;
	}
	.catalog-menu .hamburger.fixed::before {
		content: '';
		background: #331c0f;
		width: 100%;
		display: block;
		height: 22px;
		top: -5px;
		position: relative;
	}
.catalog_title {
	display: none;
	color: #fff;
	margin: 0;
	cursor: pointer;
	padding: 2px 0 20px;
}
@media (min-width: 768px) and (max-width: 969px) {
	.hamburger.fixed span:last-child {
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		left: 0;
	}
	.catalog-inner_wrapper .category-filter {
		margin-bottom: 10px;
	}
}
@media (max-width: 969px) {
	.catalog-menu .hamburger:not(.fixed) {
		width: 100%;
	}
	.catalog-menu .hamburger:not(.fixed) .catalog_title {
		display: block;
	}
	.catalog-menu .hamburger.fixed .catalog_title {
		display: none;
	}
	.catalog-menu .hamburger:not(.fixed) div:not(.hamburger-ico) span {
		display: none;
	}
	.catalog-inner_wrapper .content_top h1 {
		margin: 30px 0;
	}
}
@media (max-width: 767px) {
	.catalog-inner_wrapper .category-filter {
		margin-bottom: 10px;
	}
}
.menu {
    background-color: #331c0f;
    padding: 13px 0;
    text-align: center;
    height: 63px;
}
.menu ul {
    float: left;
}
.menu ul li:not(.for_mobile_block):hover a,
.menu ul li.active span {
    color: #e69900;
}
.menu ul a,
.menu ul span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding: 5px 10px;
}
.menu li:first-of-type a,
.menu li:first-of-type span {
    padding-left: 0;
}

.searchbox {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.searchbox .searchbox-icon {
    display: none;
}

.searchbox .mobile-search {
    display: none;
}

input.searchbox-input {
    width: 253px;
    height: 30px;
    padding: 10px 35px 10px 43px;
    color: #777777;
    font-size: 12px;
    line-height: 20px;
    background: url(../img/icons/search-icon.png) 18px center no-repeat #fff;
    border-radius: 10px;
}
input.searchbox-input::-webkit-input-placeholder {color: #777777 !important;}
input.searchbox-input:-moz-placeholder {color: #777777 !important;}
input.searchbox-input::-moz-placeholder {color: #777777 !important;}
input.searchbox-input:-ms-input-placeholder {color: #777777 !important;}

input.searchbox-submit {
    width: 18px;
    height: 18px;
    background: url(../img/icons/search-icon-arrow.png) center center no-repeat;
    position: absolute;
    right: 17px;
    top: 6px;
    cursor: pointer;
}

.log-in,
.log-out {
    display: inline-block;
}

.log-in {
    margin-right: 30px;
}

.log-in img,
.log-out img{
    float: left;
    margin-right: 5px;
}

.log-in a,
.log-out a {
	display: inline-flex;
	align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.log-in a:hover,
.log-out a:hover {
    color: #e69900;
}

.basket-cart {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.basket-cart:hover a {
    color: #e69900;
}

.basket-cart img {
    float: left
}

.basket-cart a div {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/icons/basket-icon.png) center center no-repeat;
    position: relative;
    float: left;
    margin-right: 15px;
}

.basket-cart a {
    color: #fff;
	display: inline-flex;
	align-items: center;
}

.basket-cart .number-in-cart {
    width: 16px;
    height: 16px;
    background-color: #e69c00;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
	font-style: normal;
}

.basket-cart p {
    display: inline-block
}

/********** TOPBAR **********/
.topbar {
    background: #f9f3ec;
    padding: 10px 0;
}

.logo, .social, .work-time, .phones {
    display: inline-block;
    vertical-align: middle;
}

.social {
    margin-left: 108px;
    margin-right: 157px;
    vertical-align: top;
}

.social > a {
    display: inline-block;
    height: 44px;
    float: left;
    margin-right: 10px;
}

.back-call {
    display: inline-block;
    float: right;
    margin-top: 4px;
    margin-left: 127px;
}

.back-call a {
    padding: 10px 20px;
    background: #e69c00;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid transparent;
}

.back-call a:hover {
    background: #292525;
    border: 1px solid #292525;
    box-sizing: content-box;
}

.back-call a:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/icons/phone-icon-mini.png) center center no-repeat;
    margin-right: 5px;
}
.product-items-news .new-slider .owl-stage .owl-item .item {
	min-height: 100%;
}
.product-items-news .new-slider .owl-stage {
	display: flex;
}
@media screen and (max-width: 400px) {
	.product-items-news .new-slider .owl-stage {
		display: block;
	}
}
.work-time p {
    font-size: 18px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.work-time a {
    font-size: 18px;
    line-height: 16px;
    color: #333333;
}

.work-time p:before,
.work-time a:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
}

.work-time p:before {
    background: url(../img/icons/clock-icon.png) center center no-repeat;
}

.work-time a:before {
    background: url(../img/icons/mail-icon.png) center center no-repeat;
}

.phones {
    float: right;
    padding: 23px 0;
}

.phones a {
    display: block;
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}

.phones a:first-of-type {
    margin-bottom: 20px;
}

.phones a:before {
    content: "";
    width: 20px;
    height: 21px;
    display: inline-block;
    background: url(../img/icons/phone-icon-big.png) center center no-repeat;
    margin-right: 9px;
}

.catalog-menu {
    background: #331c0f;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 101;
}

.catalog-menu ul {
    width: 100%;
    text-align: center;
    display: flex;
    position: relative;
}

.catalog-menu ul li {
    flex-grow: 1;
}

.catalog-menu ul li:hover,
.catalog-menu ul li.active {
    background: #e69900;
}

.catalog-menu ul li:hover + li span,
.catalog-menu ul li.active + li span{
    border-left-color: transparent;
}

.catalog-menu a,
.catalog-menu li > span{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.catalog-menu a span {
    border-left: 1px solid #6c5747;
    width: 100%;
    display: inline-block;
}

.catalog-menu li:hover span,
.catalog-menu li.active span{
    border-left-color: transparent;
}

.catalog-menu .center > ul > li:first-of-type .submenu {
    width: 1434px;
}

.catalog-menu ul li:hover .submenu {
    display: block;
}

.submenu {
    position: absolute;
    z-index: 10;
    background: #f9f3ec;
    top: 100%;
    padding: 45px;
    display: none;
    border-top: 1px solid #000;
}

.submenu .section {
    display: inline-block;
    width: auto;
    max-width: 300px;
    float: left;
    text-align: left;
}

.submenu .section a {
    text-transform: none;
}

.submenu .section .title {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.submenu .section .title:hover {
    color: #e69c00;
}

.submenu ul {
    display: inline-block;
    text-align: left;
}

.submenu ul li {
    margin-right: 10px;
    display: block;
}

.submenu ul li:hover {
    background: transparent;
}

.submenu ul li:hover a {
    color: #e69c00;
}

.submenu ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding: 0;
}

.submenu .w16-66 {
    width: calc(100%/6);
    float: left;
    padding: 0 14px;
}

.submenu .w16-66 img {
    max-width: 100%;
}

.submenu .w16-66 .section {
    width: 100%;
    margin-right: 0;
}

.submenu li {
    width: 100%;
}

.submenu .col-2 {
    column-count: 2;
}

.submenu .section {
    margin-right: 10px;
}

.submenu .col-2 li {
    padding: 0 5px;
}

.submenu .all-brands {
    color: #333;
}

/********** SLIDER **********/

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e69c00;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.out-slider-buttons .owl-prev,
.out-slider-buttons .owl-next {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border-radius: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
}

.owl-carousel .owl-nav span {
    display: none;
}

.owl-carousel .owl-nav .owl-next:not(.disabled):hover,
.owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.out-slider-buttons .owl-prev:hover,
.out-slider-buttons .owl-next:hover {
    background-color: #e59b00 !important;
}

.owl-carousel .owl-nav .owl-next:not(.disabled):hover,
.out-slider-buttons .owl-next:hover{
    background-image: url(../img/icons/slide-next-hov.png) !important;
}

.owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
.out-slider-buttons .owl-prev:hover{
    background-image: url(../img/icons/slide-prev-hov.png) !important;
}

.owl-carousel .owl-nav .owl-next,
.out-slider-buttons .owl-next {
    background-image: url(../img/icons/slide-next.png) !important;
}

.owl-carousel .owl-nav .owl-prev,
.out-slider-buttons .owl-prev {
    background-image: url(../img/icons/slide-prev.png) !important;
}

.main-slider .item .center {
    position: relative;
}

.main-slider .item .slider-text {
    position: absolute;
    right: 0;
    top: 140px;
    color: #5c4126;
    left: calc((100vw - 1434px)/2);
    max-width: 700px;
    text-align: left;
    text-transform: uppercase;
}

.main-slider .slider-text p {
    font-size: 34px;
    line-height: 62px;
}

.main-slider .slider-text .title {
    font-size: 70px;
    line-height: 77px;
    margin-bottom: 20px;
}

.main-slider .slider-text a {
    padding: 15px 45px;
    color: #000;
    background: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    border-radius: 15px;
    margin-top: 30px;
    text-transform: none;
}

.main-slider .slider-text a:hover {
    background: #e69900;
    color: #fff;
}
.main-slider .slider-text a:hover:after {
    background: url(../img/icons/slide-next-hov.png) center center no-repeat;
}

.main-slider .slider-text a:after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    background: url(../img/icons/slide-next.png) center center no-repeat;
    margin-left: 10px;
    margin-bottom: 1px;
}

.main-slider .owl-nav {
    right: calc((100vw - 1434px)/2);
    bottom: 180px;
    position: absolute;
}

/********** BRANDS **********/

.brands .item img {
    border: 1px solid #dde0e7;
    border-radius: 10px;
    margin-bottom: 3px;
}

.brands .item:hover img {
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

.brand-slider {
    padding-bottom: 10px;
}

.brand-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.align-center span,
.align-center .owl-nav,
.align-center h1,
.align-center h2 {
    display: inline-block;
}

.align-center .owl-nav {
    position: relative;
    top: 15px;
    left: 10px;
}

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

.align-center span,
.align-center h1,
.align-center h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}

.show-all,
.hide-more {
    text-align: center;
    margin-top: 10px
}

.show-all a,
.hide-more a {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    border-bottom: 1px dotted #999999;
}

.show-all a:hover,
.hide-more a:hover {
    color: #e69900;
    border-color: #e69900;
}

.brands {
    padding-bottom: 65px;
}

/********** NEW ITEMS **********/

.items-new {
    /*background: url(../img/new-back.jpg) top center no-repeat;*/
    background-size: cover;
    padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.items-new .align-center span,
.items-new .align-center h1,
.items-new .align-center h2 {
    color: #5c4126;
}

.new-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.items-new .item,
.related-products .item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #dbdee6;
    position: relative;
}

.new-marker {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 15px;
    left: 15px;
    background: url(../img/icons/new-marker.png) center center no-repeat;
    z-index: 1;
}

.new-marker img {
    width: 100%;
}

.item .name {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 10px 0;
    display: inline-block;
    min-height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item .name:hover {
    color: #e69900;
}

.item .price {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    display: block;
    min-height: 30px;
}

.item .price .old-price {
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    text-decoration: line-through;
}

.item .more-info {
    padding: 11px 30px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    display: inline-block;
    margin: 10px 0;
}

.item .more-info:hover {
    border-color: transparent;
    background: #e69900;
    color: #fff;
}


.item .more-info:after {
    content: "";
    width: 12px;
    height: 9px;
    display: inline-block;
    background: url(../img/icons/slide-next.png) center center no-repeat;
    margin-left: 10px;
    margin-bottom: 1px;
    background-size: cover;
}

.item .more-info:hover:after {
    background: url(../img/icons/slide-next-hov.png) center center no-repeat;
    background-size: cover;
}

/********** NEWS LIST **********/

.news-list {
    padding-bottom: 40px;
}

.news-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.news-slider .item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #dbdee6;
    position: relative;
}

.news-slider .item img {
    border-radius: 8px;
}

.item .date {
    font-size: 15px;
    line-height: normal;
    color: #aaa;
    margin-bottom: 10px
}

.news-list .show-all {
    margin-top: 20px;
}

/********** MAIN CONTACTS **********/

.main-contacts {
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
}

.main-contacts .half {
    width: 48%;
    float: left;
    border: 1px solid #dbdee6;
    height: 380px;
}

.main-contacts .main-text {
    line-height: 26px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    padding: 20px;
}

.main-contacts .main-text p {
    margin-bottom: 10px;
    color: #000;
}

.main-contacts .jspDrag {
    background: #e69c00;
    border-radius: 10px;
}

.main-contacts .jspPane {
    padding: 20px !important;
    max-width: 100%;
}

.main-contacts .jspVerticalBar,
.main-contacts .jspTrack{
    background: #dcdce0;
    border-radius: 10px;
    width: 8px;
}

.main-our_advantages.main-contacts{
    background: #fff;
    padding: 50px 0;
}
    .main-our_advantages.main-contacts .main-text{
        background: transparent;
    }
    .main-our_advantages-ico{
        width: 40px;
        background-repeat: no-repeat;
        background-size: contain;
    }
        .main-our_advantages-ico[data-ico="1"]{
            background-image: url(../img/our_advantages/ico1.png);
        }
        .main-our_advantages-ico[data-ico="2"]{
            background-image: url(../img/our_advantages/ico2.png);
        }
        .main-our_advantages-ico[data-ico="3"]{
            background-image: url(../img/our_advantages/ico3.png);
        }
        .main-our_advantages-ico[data-ico="4"]{
            background-image: url(../img/our_advantages/ico4.png);
        }

#map, #map2 {
    width: 100%; height: 100%; padding: 0; margin: 0;
}

/********** FOOTER **********/

footer {
    background: #28150a;
    padding-top: 90px;
}

.bottombar .work-time p,
.bottombar .work-time a{
    color: #fff;
}

.bottombar .phones a {
    color: #fff;
}

.bottombar .back-call a:hover {
    background: #28150a;
    border: 1px solid #e69900;
}

.footer-menu {
    color: #fff;
    margin-top: 40px;
}

.footer-menu ul {
    width: 100%;
}
.footer-menu li {
    width: 50%;
    float: left;
    margin-bottom: 13px;
}
.footer-menu li a,
.footer-menu li span,
.footer-menu-bottom li a,
.footer-menu-bottom li span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.footer-menu li a:hover,
.footer-menu li.active span,
.footer-menu-bottom li a:hover,
.footer-menu-bottom li.active span {
    color: #e69900;
}
.footer-menu-bottom ul{
    margin: -13px 0 13px;
}
    .footer-menu-bottom ul{
        display: block;
    }
    .footer-menu-bottom li{
        display: inline-block;
        margin-right: 10px;
    }
    .footer-menu-bottom li:last-child{
        margin-right: 0;
    }
    footer.mobile .footer-menu-bottom li a,
    footer.mobile .footer-menu-bottom li span {
        font-size: 14px;
    }
    @media screen and (max-width: 969px) {
        footer.mobile .footer-menu-bottom ul{
            margin: 27px 0 0;
        }
    }
    @media screen and (max-width: 767px) {
        footer.mobile .footer-menu-bottom ul{
            text-align: center;
            margin: 13px 0 0;
        }
    }

.main-menu,
.footer-catalog-menu,
.adress {
    display: inline-block;
}

.bottombar .title {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.main-menu {
    width: 695px;
}

.footer-catalog-menu {
    width: 518px;
}

.adress {
    float: right;
    width: 217px;
    margin-top: 60px;
    font-size: 16px;
    line-height: 35px;
}

.adress p {
    background: url(../img/icons/baloon-icon.png) left 11px no-repeat;
    padding-left: 24px;
}

.copyright {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin: 30px 0 90px;
    display: inline-block;
}

footer.desktop .bottombar {
    display: inline-block;
    width: 100%;
}

footer.desktop .bottombar > div:first-of-type {
    width: 355px;
    display: inline-block;
    float: left;
}

footer.desktop .footer-menu {
    width: 520px;
    display: inline-block;
    float: left;
    margin-top: 0;
}

footer.desktop .bottombar > div:last-of-type {
    width: 559px;
    display: inline-block;
}

footer.desktop .back-call {
    float: none;
    margin-left: 0;
    margin-top: 60px;
}

footer.desktop .copyright {
    margin-bottom: 0;
    margin-top: 50px;
}

footer.desktop .footer-menu li {
    width: 100%;
}

footer.desktop .footer-catalog-menu,
footer.desktop .main-menu {
    width: 50%;
    float: left;
}

footer.desktop .phones {
    padding: 0;
}

footer.desktop .social {
    margin: 35px 0;
}

footer.desktop .adress {
    float: none;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}

footer.desktop .adress p {
    padding-left: 17px;
}

/********** MODAL FORM **********/

form.window {
    position: fixed;
    display: none;
    z-index: 9999;
    overflow: hidden;
    z-index: 9999;
}

.get-call-form {
    width: 360px;
    background: #fff;
}

form .close, .thanks .close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url(../img/icons/close_button.png) center center no-repeat;
}

.get-call-form h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 30px auto 30px;
    color: #333333;
}

.get-call-form h5 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 5px auto 20px auto;
    color: #333333;
}

.get-call-form input[type="submit"] {
    margin: 0 auto 50px;
    width: 260px;
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 15px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all .2s linear;
}

.get-call-form input[type="submit"]:hover {
    background: #f9b731;
    color: #fff;
    border-color: #f9b731;
}

.get-call-form div:not(.captcha) {
    position: relative;
    margin: 0 50px 15px 50px;
    transition: all .2s linear;
}

.get-call-form input:not([type="submit"]),
.get-call-form textarea {
    width: 260px;
    display: block;
    padding: 15px;
    border: 1px solid #f6f7f8;
    -webkit-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    -moz-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 10px;
    font-size: 13px;
}

.get-call-form p.error {
    margin-top: 5px;
    color: red;
    font-size: 11px;
}

.get-call-form input.error,
.get-call-form textarea.error{
    box-shadow: none;
    border-color: red;
}

.captcha {
    background: #acf;
    width: 260px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#mask.visible {
    opacity: 0.4 !important;
    width: 100% !important;
    height: 100vh !important;
    display: block !important;
}

.thanks {
    text-align: center;
    width: 300px;
    z-index: 99999;
    position: fixed;
    background: #ffffff;
}

.thanks p.title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}

.thanks p {
    color: #999;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

/********** CATALOG **********/

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 14px;
    line-height: 18px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs span {
    color: #e69900;
}

.breadcrumbs a:after {
    content: "/";
    font-size: 14px;
    color: #333;
    margin: 0 0 0 5px;
}

.catalog {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 30px;
}

.catalog-item {
    width: 340px;
    margin-right: 24px;
    border: 1px solid #dbdee6;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    margin-bottom: 20px;
}

.catalog-item:hover {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
}

.catalog-item:nth-child(4n) {
    margin-right: 0;
}

.catalog-item img {
    border-radius: 8px;
    max-width: 100%;
}

.catalog-item .w50 {
    display: inline-block;
    float: left;
    width: 50%;
}

.catalog-item .w50:last-of-type {
    padding-left: 20px;
}

.catalog-item .title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin: 15px 0;
    display: block;
    color: #222;
}

.catalog-item ul {
    display: inline-block;
    width: 100%;
}

.catalog-item ul li {
    display: inline-block;
    width: 100%;
}

.catalog-item ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

.catalog-item ul.col-2 {
    column-count: 2;
}

.catalog-item a:hover {
    color: #e69900;
}

.double-catalog-item {
    width: 703px;
    margin-right: 0;
}

.catalog-brands ul {
    column-count: 6;
}

/********** PRODUCT CART **********/

.product-cart {
    display: inline-block;
    border-radius: 15px;
    background: #fff;
    width: 100%;
    padding: 20px 38px 38px;
    border: 1px solid #dbdde5;
}

.product-cart .half {
    width: 50%;
    float: left;
    min-height: 200px;
}

.product-cart .half:last-child {
    padding-left: 40px;
}

.product-cart h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: none;
}

.product-cart .price {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: inline-block;
}

.product-cart .price p {
    display: inline-block;
    float: left;
}

.product-cart .price .old-price {
    font-size: 18px;
    line-height: normal;
    color: #989898;
    text-decoration: line-through #151313 !important;
    margin-left: 10px;
}

.product-cart .economy {
    background: #e69c01;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding: 5px 13px;
    border-radius: 5px;
    float: right;
    font-weight: 400;
}

.product-cart .tab {
    width: 100%;
}

.availability {
    margin-top: 40px;
    flex-grow: 1;
    text-align: right;
}

.availability > span {
    font-size: 14px;
    line-height: 20px;
    color: #86ab43;
    margin-right: 25px;
}

.availability > span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #86aa43;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -3px;
}

.availability p {
    display: inline-block;
}

.availability p span {
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    border-bottom: 1px dotted #101010;
    cursor: pointer;
}

.availability p:before {
    content: "";
    width: 18px;
    height: 15px;
    margin-right: 7px;
    display: inline-block;
    background: url(../img/icons/like.png) center center no-repeat;
}

.property {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    width: auto;
}

.property-name {
    display: inline-block;
    width: 200px;
}

.property-value {
    display: inline-block;
}

.property .color {
    display: inline-block;
    height: 36px;
    cursor: pointer;
    margin-right: 35px;
}

.property .color img {
    height: 100%;
}

.property .color.active{
    width: 50px;
    height: 50px;
    cursor: inherit;
}

.property .color.active img{
    width: 100%;
}

.property .size {
    width: 50px;
    height: 50px;
    background: #f6f2f1;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    color: #000;
}

.property .size.active {
    cursor: inherit;
    background: #000;
    color: #fff;
}

.amount {
    border: 1px solid #dbdde5;
    display: inline-block;
    height: 47px;
}

.amount span {
    text-align: center;
    width: 46px;
    height: 100%;
    color: #dbdde5;
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.amount .plus {
    padding-top: 11px;
}

.amount .minus {
    padding-top: 6px;
}

.amount span:hover {
    color: #e29800;
}

.amount input {
    height: 100%;
    width: 47px;
    border-left: 1px solid #dbdde5;
    border-right: 1px solid #dbdde5;
    float: left;
    text-align: center;
}

.buy {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    align-items: center;
}

.buy-button {
    padding: 15px 57px;
    background: #d29a00;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

.buy-button.added {
    pointer-events: none;
}

.buy-button:before {
    content: "";
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 5px;
    display: inline-block;
    background: url(../img/icons/basket-mini-icon.png) center center no-repeat;
}

.buy-button.added:before {
    display: none;
}

.buy-oneclick-button {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #363636;
    border: 1px solid #363636;
    padding: 14px 42px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.delimeter {
    height: 1px;
    border-bottom: 1px solid #d9d7d6;
    margin-bottom: 40px;
}

.share {
    float: left;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
}

.share a:first-of-type {
    margin-left: 10px;
}

.note {
    float: right;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    color: #989898;
}

.share a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 7px;
}

.share a img {
    width: 100%;
}

.product-slider {
    width: 400px;
}

#sync1 {
    width: 500px;
    left: 170px;
    top: -100px;
}

#sync2 {
    transform: rotate(90deg);
    top: 220px;
    left: -140px;
}

#sync2,
#sync2 .owl-stage-outer,
#sync2 .owl-stage {
    height: 115px;
}

#sync2 .owl-nav {
    position: absolute;
    top: calc((100% - 60px)/2);
    width: 130%;
    margin: 0;
    left: -15%;
}

#sync2 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

#sync2 .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

#sync2 .owl-item {
    text-align: center;
}

#sync2 .item {
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    width: 115px;
    display: inline-block;
}

#sync2 .item img {
    opacity: 0.8;
    transform: rotate(-90deg);
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    border-color: #dbdee6;
    z-index: 10;
}

#sync2 .current .item img {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.product-slider .owl-carousel .owl-nav .owl-next,
.product-slider .owl-carousel .owl-nav .owl-prev {
    box-shadow: none;
    background-color: #fbf7f2 !important;
    border: 1px solid #dcdfe7;
}

.tabs_box {
	width: 100%;
    margin-top: 20px;
    display: inline-block;
}

#tab2, #tab3, #tab4, #tab5 {
	display: none;
}

.tab {
	padding-top: 40px;
    font-size: 16px;
    line-height: 24px;
}

.tab p {
    margin-bottom: 30px;
}

.tabs_menu {
	display: table-row;
}

.tabs_menu li {
	display: table-cell;
	width: auto;
    border-top: 1px solid #dbd8d8;
    border-bottom: 1px solid #dbd8d8;
}

.tabs_menu li a {
	display: table-cell;
	width: 2000px;
	text-align: center;
	text-decoration: none;
	color: #0c0c0c;
	padding: 25px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.tabs_menu li a span {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #dbd8d8;
}

.tabs_menu li:first-child a {
	border-left: 0;
}

.tabs_menu .active {
	border-bottom: 2px solid #f9b731;
}

.characteristics div {
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
}

.characteristics div:nth-child(2n) {
    background: #f3f3f3;
}

.characteristics div span:first-child {
    float: left;
}

.characteristics div span:last-child {
    float: right;
}

.related-products {
    margin: 10px 0 90px;
}


/*Styles for pentagon products*/

.product-cart__pentagon-text {
    display: inline-block;
    width: 60%;
}

.product-cart__pentagon-size {
    float: right;
    display: inline-block;
    width: 35%;
}
.product-item-container {
	min-height: 100%;
    height: 100%;
	margin-bottom: 0;
    padding-bottom: 29px;
}
.product-item-container .product-item {
	height: 100%;
	min-height: 100%;
}
.product-item-container .product-item:hover {
	position: relative;
}
.product-item-button-container > div:not(:last-child) {
	margin-bottom: 10px !important;
}

@media(max-width: 900px) {
    .product-cart__pentagon-text {
        width: 100%;
    }

    .product-cart__pentagon-size {
        float:  none;
        width: 60%;
        margin: 20px 0;
    }
}

@media(max-width: 580px) {
    .product-cart__pentagon-size {
        width: 100%;
    }
}


/********** BRANDS **********/

.brands-list {
    display: inline-block;
    margin-bottom: 80px;
}

.brands-list h2 {
    font-size: 30px;
    line-height: normal;
    margin: 0;
    color: #0c0c0c;
    text-transform: none;
    text-align: left;
    font-weight: 400;
}

.brands-list ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(21, 1fr);
    list-style-type: disc;
    list-style-position: inside;
    width: 100%;
    margin: 40px 0 60px;
}

.brands-list ul li {
    display: list-item;
    width: 100%;
    color: #e69900;
}

.brands-list ul li a {
    color: #0c0c0c;
    font-size: 20px;
    line-height: 40px;
}

.brands-list ul li a:hover {
    color: #e69900;
}

.brands-list .brand-item  {
    display: inline-block;
    width: 236px;
    margin-right: 55px;
    float: left;
}

.brands-list .brand-item img {
    max-width: 100%;
    opacity: 0.5;
}

.brands-list a.brand-item:nth-of-type(5n) {
    margin-right: 0;
}

.brands-list .brand-item span {
    font-size: 20px;
    line-height: normal;
    color: #0c0c0c;
    display: block;
    margin: 25px 0;
}

.brands-list .brand-item:hover span {
    color: #e69900;
}

.brands-list .brand-item:hover img {
    opacity: 1;
}

.brands-list .show-more {
    width: 100%;
    text-align: center;
    display: none;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    line-height: normal;
}

.brands-list .show-more:before {
    content: "";
    width: 15px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    background: url(../img/icons/refresh.png) center center no-repeat;
    position: relative;
    top: 3px;
}

/********** BRAND **********/

.category-filter {
    display: inline-block;
    width: 265px;
    margin-right: 25px;
    background: #ffffff;
    border: 1px solid #dbdee6  ;
    padding: 20px;
    color: #333333;
    border-radius: 10px;
    float: left;
}

.c-filter__item {
    border-bottom: 1px dashed #dbdee6;
}

.c-filter__item:last-child {
    border-bottom: none;
}

/* Ширина слайдера */
#slider,
#slider2,
#slider3 {
	width: calc(100% - 12px);
    margin-left: 6px;
    margin-top: 55px;
    margin-bottom: 20px;
    clear: both;
}
/* Контейнер слайдера */
.ui-slider {
	position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;   /* Задаем нужную ширину */
	height: 20px;  /* и высоту */
	background: #fff; /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
	cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e7e6ec;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
}
.ui-slider .ui-slider-handle:last-child {
    background: #fff;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
	 height: 10px; /* задаем высоту согласно дизайна */
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -11px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
	background: #ececec;
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
	background: linear-gradient(to right, #f9b731, #dea12c);;
}
/* скругление для полосы слайдера */
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#minCost, #maxCost,
#minCost2, #maxCost2,
#minCost3, #maxCost3 {
    display: inline-block;
    width: 80px;
    padding: 6px 10px;
    border: 1px solid #dbdee6;
    font-weight: 400;
    float: left;
}

.dash {
    width: calc(100% - 160px);
    height: 29px;
    display: inline-block;
    float: left;
    position: relative;
}

.dash:before {
    content: "";
    width: 50%;
    position: absolute;
    border-bottom: 1px solid #000;
    bottom: 50%;
    left: 25%;
}

#maxCost {
    float: right;
}

.c-filter__title {
    padding: 20px 0;
    font-size: 16px;
    line-height: normal;
    color: #333333;
    font-weight: 400;
}

.c-filter__title:hover {
    color: #e69900;
}

.category-filter .opener {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    background: url(../img/icons/arrow-down-black.png) center center no-repeat;
}

.category-filter .visible .opener {
    background: url(../img/icons/arrow-up-black.png) center center no-repeat;
}

.category-filter .opener:hover {
    border: 1px solid #000;
    border-radius: 50%;
}

.c-checkbox__field:not(.visible) {
    display: none;
}

.c-checkbox__label.active span{
    border: 1px solid #d0d0d0;
}

.c-checkbox {
    display: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 5px;
}

.c-checkbox.double {
    width: 50%;
}

.c-checkbox.w100 {
    width: 100%;
}

.c-checkbox__label span {
    cursor: pointer;
    height: 38px;
    width: 38px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    font-size: 14px;
    line-height: normal;
}

.c-checkbox__label span img {
    width: 100%;
    padding: 4px;
    border: 1px solid transparent;
}

.c-filter__item-inner {
    display: none;
    width: 100%;
}

.visible .c-filter__item-inner {
    display: inline-block;
}

.c-checkbox__label-img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.category-filter input[type="checkbox"],
.category-filter input[type="radio"] {
    display:none !important;
}

input[type="checkbox"] + label span.checkbox,
input[type="radio"] + label span.radio {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

input[type="checkbox"]:checked + label span.checkbox,
input[type="radio"]:checked + label span.radio {

}

input[type="checkbox"]:checked + label span.checkbox span,
input[type="radio"]:checked + label span.radio span{
    background: #e69c01;
    width: 16px;
    height: 16px;
    border: 1px solid #e69c01;
    border-radius: 2px;
    padding: 0;
    margin: 2px 0 0 2px;
}

input[type="checkbox"]:checked + label span.c-checkbox__label-img img {
    border: 1px solid #e9b530;
    border-radius: 50%;
}

.c-filter__btn {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #333;
    cursor: pointer;
}

.c-filter__reset {
    display: inline-block;
    width: 100%;
    border: 1px solid #999;
    background: transparent;
    padding: 12px 0;
    color: #999;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer;
}

.c-filter__reset:hover,
.c-filter__btn:hover {
    background: #f9b731;
    color: #fff;
    border-color: #f9b731;
}

.category-list {
    display: inline-block;
    width: 1140px;
    margin-bottom: 100px;
}

.sort {
    width: 100%;
    background: #ffffff;
    margin-bottom: 27px;
    border: 1px solid #dbdee6;
    padding: 17px 18px;
    display: flex;
    justify-content: space-between;
}

.sort span {
    margin-right: 10px;
}

.sort span,
.sort a {
    font-size: 14px;
    line-height: 20px;
}

.sort a {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dotted #333333;
    margin-right: 20px;
}

.sort a:last-of-type {
    margin-right: 0;
}

.sort a.reset {
    color: #000;
    border-bottom: none;
}

.sort a:hover {
    border-bottom: none;
    color: #186082;
}

.sort a.active {
    border-bottom: none;
    color: #186082;
    pointer-events: none;
}

.category-list .items {
    width: 100%;
    display: inline-block;
}

.category-list .item {
    width: 263px;
    float: left;
    margin-right: 29px;
    margin-bottom: 29px;
    position: relative;
}

.category-list div.item:nth-of-type(4n) {
    margin-right: 0;
}

.category-list .inner-item {
    background: #fff;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dbdee6;
    padding: 15px 20px;
    transition: box-shadow .5s, border .7s;
}

.category-list .item:hover .inner-item {
    /*position: absolute;
    top: -12px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);*/
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.3);
    /*padding: 27px 32px;*/
    border: 1px solid #e69c00;
}

.category-list .inner-item a:first-of-type {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.category-list .inner-item .new-marker {
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.category-list .inner-item .hit-marker {
    position: absolute;
    top: 62px;
    left: 12px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background: url(../img/icons/hit-marker.png) center center no-repeat;
}

.category-list .inner-item .buy {
    margin-bottom: 0;
    width: 150px;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
}

.category-list .inner-item .buy:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background: url(../img/icons/basket-mini-black-icon.png) center center no-repeat;
}

.category-list .item:hover .buy {
    color: #fff;
    background: #e69c00;
    border: 1px solid #e69c00;
}

.category-list .item:hover .buy:before {
    background: url(../img/icons/basket-mini-icon.png) center center no-repeat;
}

.category-list .inner-item .colors {
    display: flex;
    align-items: center;
}

.category-list .inner-item .color {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
}

.category-list .inner-item .color.active {
    border-color: #e9b530;
}

.category-list .inner-item .color img {
    width: 28px;
}

.category-list .inner-item .like {
    background-image: url(../img/icons/like-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #e2e1e1;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.category-list .inner-item .like:hover {
    background-color: #df0005;
}

.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.pagination ul {
    display: flex;
    justify-content: center;
}

.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a {
    background: #482716;
}

.pagination ul li {
    height: 42px;
    width: 42px;
    margin: 0 5px;
}

.pagination ul li a {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dbdee6;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: normal;
    padding-top: 8px;
    cursor: pointer;
}

.pagination ul li span {
    width: 42px;
    height: 42px;
    text-align: center;
    color: #000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    padding-top: 8px;
}

.pagination ul li:hover a,
.pagination ul li.active span {
    background: #331c0f;
    color: #fff;
    border-radius: 50%;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
    background-repeat: no-repeat;
    background-position: center center;
}

.pagination ul li:first-child {
    margin-right: 15px;
}

.pagination ul li:last-child {
    margin-left: 15px;
}

.pagination ul li:first-child a {
    background-image: url(../img/icons/pagination-prev.png);
}

.pagination ul li:last-child a {
    background-image: url(../img/icons/pagination-next.png);
}

.pagination ul li:last-child:hover a {
    background-image: url(../img/icons/slide-next-hov.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.pagination ul li:first-child:hover a {
    background-image: url(../img/icons/slide-prev-hov.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.c-filter__footer {
    border-top: 1px solid #f2f2f3;
    padding-top: 20px;
}

/********** ABOUT US **********/

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

.text-page {
    background: #fff;
    padding: 40px;
    margin-bottom: 60px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.text-page p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 28px;
}

.text-page .big {
    font-size: 20px;
    font-weight: 600;
}

/********** DELIVERY **********/

.yellow li {
    color: #e69c01;
    display: list-item;
}

.yellow li p {
    color: #000;
}

/********** LOG IN **********/

.login-page {
    margin-bottom: 60px;
}

.login-page .tabs_menu li a {
    width: 200px;
}

.login-page .tabs_menu li {
    border: none;
}

.login-page .tab {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px;
    display: inline-block;
    width: 100%;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.login-page .half {
    display: inline-block;
    width: 50%;
    float: left;
}

.login-page .half:first-of-type {
    border-right: 1px solid #ececec;
}

.login-page .half:last-of-type {
    padding-left: 30px;
}

.login-page .tabs_menu .active {
    background: #fff;
    border: none;
}

.login-page .tabs_menu li:first-child a {
    border-top-left-radius: 10px;
}

.login-page .tabs_menu li:first-child {
    border-top-left-radius: 10px;
}

.login-page .tabs_menu li {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.login-page .tabs_menu li:last-child {
    width: 1034px;
    border-top-right-radius: 10px;
    border-right: 1px solid #ececec;
}

.login-page .tabs_menu {
    background: #f7f7f7;
}

.login-page .tabs_menu li a {
    font-size: 22px;
    line-height: 22px;
    text-transform: none;
    font-weight: 600;
}

.login-page h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.login-page input[type="text"],
.login-page input[type="password"] {
    width: 290px;
    height: 50px;
    border: 1px solid #ececec;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 30px;
    border-radius: 4px;
}

.login-page input[type="submit"] {
    width: 290px;
    height: 50px;
    background: #e69c00;
    border: 1px solid #ececec;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    display: block;
}

.login-page #tab2 input[type="text"],
.login-page #tab2 input[type="password"]{
    display: inline-block;
    margin-right: 40px;
    float: left;
    border-radius: 4px;
}

.login-page .forget {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    margin-top: 30px;
}

.login-page .forget:hover {
    color: #e69c00;
}

.login-page img {
    margin-right: 20px;
}

.login-page #tab2 form {
    width: 1030px;
    display: inline-block;
    float: left;
    border-right: 1px solid #ececec;
}

.login-page #tab2 .login-social {
    width: 322px;
    display: inline-block;
    float: left;
}

.login-page #tab2 .captcha {
    width: 290px;
    height: 50px;
    margin: 0;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 40px;
    float: left;
}

.login-page #tab2 input[type="submit"] {
    margin-bottom: 30px;
}

.login-page #tab2 .login-social {
    padding-left: 30px;
}

.login-page #tab2 form > div {
    display: inline-block;
    float: left
}

.login-page form > div .error {
    margin-bottom: 3px;
}

.login-page input.error {
    box-shadow: none;
    border-color: red;
    display: inline-block;
}

.login-page p.error {
    color: red;
    font-size: 12px;
}

/********** STOCK **********/

.stock-list {
    margin-bottom: 60px;
}

.stock {
    background: #fff;
    padding: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #dbdee6;
}

.stock > div {
    display: inline-block;
    float: right;
    width: calc(100% - 363px);
}

.stock img {
    float: left;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.stock .date {
    font-size: 15px;
    line-height: 20px;
    color: #999;
}

.stock .title {
    font-size: 24px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.stock p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

/********** CATEGORY LIST **********/

.type-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.type-list .type {
    float: left;
    display: inline-block;
    width: 340px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #dbdee6;
    margin-right: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.type-list .type:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.35);
}

.type-list .type:nth-child(4n) {
    margin-right: 0;
}

.type-list .type img {
    border-radius: 10px;
    max-width: 100%;
}

.type-list .type a {
    display: inline-block;
}

.type-list .type a:last-of-type {
    margin: 20px 0;
    font-size: 20px;
    line-height: normal;
    color: #222;
    width: 100%;
}

.type-list .type a:hover {
    color: #e69c01;
}

/********** BASKET CART **********/

.basket-wrapper {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 60px;
    border: 1px solid #dbdee6;
}

.cart-items {
    padding: 0 30px;
}

.cart-item {
    padding: 35px 0;
    border-top: 1px solid #d5d9e1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.cart-item:last-child {
    border-bottom: 1px solid #d5d9e1;
}

.cart-item img {
    border: 1px solid #e6eaf2;
    margin-right: 30px;
    padding: 15px;
    box-sizing: content-box;
}

.cart-code-stock {
    width: 420px;
}

.cart-code-stock a {
    line-height: 24px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}

.cart-code-stock p:last-of-type {
    margin-top: 15px;
}

.cart-code-stock span {
    font-size: 14px !important;
    font-weight: normal;
    color: #000;
}

.cart-code-stock .cart-size {
    margin-left: 40px;
}

.cart-code-stock .cart-size span {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fcf6f6;
    padding-top: 4px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 10px;
}


.cart-code-stock span.cart-in-stock {
    color: #73ae43;
    position: relative;
    margin-left: 50px;
}

.cart-code-stock .cart-in-stock:before {
    content: "";
    position: relative;
    top: -2px;
    left: -5px;
    width: 6px;
    height: 6px;
    background: #73ae43;
    border-radius: 50%;
    display: inline-block;
}

.cart-item-price-quantity {
    display: flex;
    flex-flow: nowrap row;
    width: 824px;
}

.cart-item-price {
    width: 336px;
    color: #333;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart-item-price:after,
.cart-item-price:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e6eaf2;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-item-price:before {
    left: 0;
}

.cart-item-price > span {
    font-size: 14px;
}

.cart-item-price > span > span {
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
}

.cart-color img {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 9px;
}

.basket-wrapper .tabs_menu li {
    border: none;
}

.basket-wrapper .tabs_menu li > a {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #d5d9e1;
    width: 300px
}

.basket-wrapper .tabs_menu .active {
    color: #333;
    border: none;
}

.basket-wrapper p {
    margin-bottom: 15px;
}

.basket-wrapper .cart-item-quantity {
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.basket-wrapper .cart-item-quantity:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e6eaf2;
    position: absolute;
    top: 0;
    right: 0;
}

.basket-wrapper .cart-item-quantity a {
    width: 150px;
    height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #e69c00;
    padding-top: 13px;
}

.basket-wrapper .cart-item-delete-button {
    width: 220px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #999;
    cursor: pointer;
}

.basket-wrapper .cart-item-delete-button span:before {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/icons/del-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 0;
    left: -5px;
    display: inline-block;
}

.basket-wrapper .cart-item-delete-button span:hover:before {
    background-image: url(../img/icons/del-hover-icon.png);
}

.basket-wrapper .cart-item-delete-button span:hover {
    color: #333;
}

.basket-wrapper .cart-summary {
    padding: 20px 0;
    margin: 0 30px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #d5d9e1;
    width: calc(100% - 60px);
}

.basket-wrapper .cart-summary span {
    font-size: 30px;
    line-height: normal;
    margin-left: 10px;
}

.basket-wrapper .cart-buy {
    padding: 45px 0;
    margin: 0 30px;
    display: inline-block;
    width: calc(100% - 60px);
}

.basket-wrapper .cart-buy a {
    height: 50px;
    text-align: center;
    padding: 13px 35px 0;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
}

.basket-wrapper .cart-buy a:first-of-type {
    float: left;
    background: #181415;
    color: #fff;
}

.basket-wrapper .cart-buy a:last-of-type {
    float: right;
    /*background: #e69c00;*/
    color: #fff;
}

.basket-wrapper .cart-buy a:nth-of-type(2) {
    float: right;
    border: 1px solid #000;
    color: #000;
    margin-left: 40px;
}

.related-slider .owl-stage-outer {
    overflow: visible;
}

.buy-advantages {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.buy-advantages div {
    background: #fff;
    padding: 30px;
    width: 700px;
    border-radius: 10px;
    border: 1px solid #dbdee6;
}

.buy-advantages img {
    float: left;
    margin-right: 50px;
}

.buy-advantages div:first-child {
    float: left;
}

.buy-advantages div:last-child {
    float: right;
}

.buy-advantages div p:first-of-type {
    font-size: 24px;
    line-height: normal;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.buy-advantages div p:last-of-type {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

/********** 404 **********/

.page404 {
    margin: 80px 0 100px;
    padding-left: 355px;
}

.page404 h1 {
    font-size: 26px;
    line-height: 20px;
    text-transform: none;
    text-align: left;
    color: #333;
    margin-bottom: 60px;
}

.page404 img {
    margin-bottom: 40px;
    max-width: 100%;
}

.page404 p {
    font-size: 26px;
    line-height: 36px;
    color: #000;
}

.page404 a {
    font-size: 26px;
    line-height: 36px;
    color: #e69c01;
    text-decoration: underline;
}

/********** ORDER PAGE **********/

.ordering-container {
    max-width: 100%;
    background: white;
    color: #333333;
}

.ordering-container .tabs_box {
	width: 100%;
	background: #fff;
}

.ordering-container #tab2, #tab3 {
	display: none;
}

.ordering-container .tab > div {
    display: inline-block;
    position: relative;
    width: 290px;
    margin-right: 40px;
}

.ordering-container .tabs_menu {
	display: table-row;
}

/*.ordering-container .tab {
    width: 1000px;
}*/

.ordering-container .tabs_menu li {
	display: inline-block;
	width: auto;
    margin-right: 60px;
    border: none;
}

.ordering-container .tabs_menu li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	color: #666666;
    font-weight: 800;
    line-height: 24px;
    width: 160px;
    padding: 0;
    font-size: 18px;
    text-transform: none;
}

.ordering-container .tabs_menu li img {
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.ordering-container .tabs_menu .active {
	color: #333333;border-bottom: none;
    pointer-events: none;
}

.ordering-container .tab input {
    width: 290px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #dde0e8;
    margin-right: 40px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 4px;
}

.ordering-container .tab input:last-child {
    margin-bottom: 0;
}

.ordering-container .tab a {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}

p.required-text {
    position: absolute;
    top: 41px;
    font-size: 11px;
    color: #e70100;
    line-height: 16px;
    font-style: italic;
    left: 5px;
}

.ordering-item {
    margin-bottom: 30px;
}

.ordering-container input[type="checkbox"],
.ordering-container input[type="radio"] {
    display:none !important;
}

.ordering-container input[type="radio"] + label p {
    cursor: pointer;
}

.ordering-container input[type="radio"] + label span.radio {
    display:inline-block;
    width:14px;
    height:14px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    padding: 4px;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    position: absolute;
    margin-top: 6px;
}

.ordering-container input[type="radio"]:checked + label span.radio {
    background: #f99c39;
    border: none;
}

.ordering-container input[type="radio"]:checked + label span.radio span{
    background: #ffffff;
    width: 4px;
    height: 4px;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 3px;
    border: none;
}

.ordering-item p {
    margin: 0 0 10px 25px;
    font-size: 14px;
    line-height: 20px;
}

.ordering-delivery .title {
    font-size: 20px;
    line-height: 26px;
}

p.address, .address-field {
    margin-left: 25px;
}

p.address {
    font-size: 18px;
    line-height: 20px;

}

.address-field {
    width: 939px;
    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.ordering-payment .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.ordering-container .title {
    margin-bottom: 30px;
}

.ordering-buy-button a {
    color: #333333;
    text-decoration: none;
    border-bottom: 2px solid #bfbfbf;
}

.ordering-buy-button input[type="checkbox"] + label span.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    border: 1px solid #d0d0d0;
}

.ordering-buy-button input[type="checkbox"]:checked + label span.checkbox span {
    content: " ";
    background: url(../img/icons/check.png) center center no-repeat;
    width: 14px;
    height: 14px;
    border: none;
    margin: 0;
}

.ordering-buy-button span.checkbox {
    float: left;
}

.ordering-buy-button .c-checkbox {
    float: none;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.ordering-buy-button .c-checkbox__label-text {
    margin: 0;
}

.ordering-buy-button .result {
    margin: 30px 0 0 5px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.result .price {
    float: none;
    font-size: 30px;
    font-weight: 800;
    margin-left: 10px;
}

.ordering-buy-button button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #f9b731;
    border: none;
    width: 290px;
    height: 50px;
    margin: 23px 0 0 20px;
    border-radius: 10px;
}

.ordering-container > div {
    border-bottom: 1px solid #e6eaf2;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.ordering-container > div:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ordering-container .tab input.required {
    border: 1px solid #ff1e1e;
    box-shadow: none;
}

.ordering-container .c-filter__item-inner {
    display: block;
}

/********** CONTACTS **********/

.map_cont {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbdee6;
    margin-bottom: 70px;
}

.contacts-info,
.contacts-feedback {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdee6;
    height: 490px;
    display: inline-block;
    padding: 25px;
    margin-bottom: 60px;
}

.contacts-info {
    width: 555px;
    float: left;
    margin-right: 30px;
}

.contacts-feedback {
    width: 848px;
}

.contacts-info h3,
.contacts-feedback h3 {
    font-size: 32px;
    line-height: 34px;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: 0 0 40px;
}

.contacts-info p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 10px 0;
}

.contacts-info p.dot {
    overflow: hidden;
}

.contacts-info p.dot:after {  content:'..........................................................................................................................................................................';
  display: block;
  white-space: nowrap;
  overflow: hidden;
    color: #dbdee6;
}

.contacts-info p.dot span:first-of-type {
  float:left;
  margin-right: 10px;
}

.contacts-info p.dot span:last-of-type {
  float:right;
  margin-left: 10px;
}

.contacts-info p.dot:nth-of-type(2) {
    margin-top: 20px;
}

.contacts-info p.dot:nth-of-type(4) {
    margin: 20px 0;
}

.contacts-info p.dot a {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.contacts-info p:last-of-type {
    margin-top: 30px;
}

.contacts-info p:last-of-type a {
    display: inline-block;
    position: relative;
    top: 15px;
}

.contacts-info p:last-of-type a:first-of-type {
    margin-left: 10px;
}

.contacts-feedback form > div {
    display: inline-block;
    float: left;
    width: 230px;
    margin-right: 35px;
    margin-bottom: 30px;
    position: relative;
}

.contacts-feedback form > div p.error {
    position: absolute;
    color: red;
    font-style: italic;
    font-size: 11px;
    left: 5px;
}

.contacts-feedback input {
    width: 100%;
    height: 50px;
    border: 1px solid #f6f7f8;
    -webkit-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    -moz-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
}

.contacts-feedback input.error {
    border-color: red;
    box-shadow: none;
}

.contacts-feedback textarea {
    width: 760px;
    height: 170px;
    padding: 15px;
    border: 1px solid #f6f7f8;
    -webkit-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    -moz-box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
}

.contacts-feedback input[type="submit"] {
    width: 200px;
    height: 50px;
    color: #fff;
    background: #e69c00;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    padding-top: 16px;
    font-size: 18px;
    line-height: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}

/********** CALCULATOR **********/

.calculator {
    display: inline-block;
    width: 100%;
}

.calculator .c-filter__item-inner {
    display: block;
}

.calculator input[type="checkbox"], .calculator input[type="radio"] {
    display: none;
}

.calculator .first-step {
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dbdee6;
    padding: 30px;
    font-size: 13px;
    color: #333;
}

.calculator .first-step > div {
    display: inline-block;
    float: left;
    height: 130px;
}

.calculator .first-step > div:nth-of-type(2n-1) {
    width: 40%;
}

.calculator .first-step > div:nth-of-type(2n) {
    width: 60%;
}

.calculator .first-step > div:nth-child(2n-1) {
    padding-right: 40px;
}

.calculator .first-step > div > div > span:first-of-type {
    font-size: 20px;
    line-height: normal;
    color: #333;
    float: left;
}

.calculator .first-step > div:nth-child(2n) > div > span:first-of-type {
    width: 100%;
    margin-bottom: 30px;
}

.calculator .first-step > div:nth-child(2n) {
    padding-left: 35px;
}

.calculator .dash {
    width: 25px;
    margin: 0 17px;
}

.calculator .dash:before {
    width: 100%;
    left: 0;
}

.calculator #slider2,
.calculator #slider3 {
    display: inline-block;
    margin-bottom: 57px;
    margin-bottom: 0;
}

.calculator .ui-slider-handle span {
    position: relative;
    top: -32px;
}

.calculator .first-step > div:nth-child(2n-1) > div > span:last-of-type {
    float: right
}

.calculator #minCost2,
.calculator #minCost3 {
    margin-left: 35px;
}

.c-checkbox.x5 {
    width: 20%;
}

.calculator .c-checkbox__label span {
    font-size: 13px;
}

.calculator .first-step > div:nth-child(1) > div,
.calculator .first-step > div:nth-child(2) > div {
    border-bottom: 1px dotted #ececec;
    display: inline-block;
}

.calculator .first-step > div:nth-child(1),
.calculator .first-step > div:nth-child(2) {
    margin-bottom: 60px;
}

.calculator .first-step > div:nth-child(1),
.calculator .first-step > div:nth-child(3) {
    border-right: 1px dashed #ececec;
}

.calculator .c-filter__item-inner {
    height: 180px;
}

.calculator .category-list {
    width: 100%;
    margin-bottom: 0;
}

.calculator .category-list .item {
    margin: 0;
    position: relative;
}

.calculator .category-list .item > a:first-of-type {
    width: 100%;
    text-align: center;
}

.calculator .category-list .item a img {
    max-height: 170px;
    width: auto;
    display: inline-block;
}

.calculator .owl-stage {
    padding: 20px 0;
}

.calculator .owl-theme .owl-nav span {
    box-shadow: none;
    border: 1px solid #dcdfe7;
}

.calculator .owl-nav.disabled {
    display: none;
}

.calculator .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    font-size: 20px;
    line-height: normal;
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid #dcdfe7;
    margin: 20px 0 20px;
}

.calculator .category-list .inner-item .buy {
    width: 120px;
}

.calculator .category-list .inner-item .buy:before {
    display: none;
}

.calculator .category-list .inner-item .c-filter__item-inner {
    height: 40px;
    width: auto;
    display: inline-block;
    margin-top: 50px;
    float: right;
}

.calculator .category-list .inner-item .c-checkbox.x5 {
    width: 100%;
}

.calculator .basket-wrapper .cart-summary {
    border-bottom: none;
}

.calculator .basket-wrapper .cart-summary a {
    display: inline-block;
    width: 200px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding-top: 13px;
    margin-left: 40px;
    border-radius: 10px;
    float: right;
}

.calculator .basket-wrapper .cart-item:first-of-type {
    border-top: none;
}

.calculator .basket-wrapper {
    margin-top: 20px;
}

/********** ACCOUNT **********/

.account {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdee6;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
}

.account-menu {
    width: 360px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #dbdee6;
}

.account-mobile-menu select {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    margin-bottom: 25px;
    border: 1px solid #dbdee6;
    padding-left: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    display: none;
}

.account-mobile-menu select:active, .account-mobile-menu select:focus{
  outline:none;
}

.account-body {
    width: 1072px;
    float: left;
    margin-left: 360px;
    padding: 0 30px;
    min-height: 500px;
}

.account-body > div {
    display: none;
}

.account-body > div.active {
    display: block;
}

.account-menu > p,
.account-menu > span,
.account-menu > div,
.account-menu h3 {
    padding-left: 30px;
}

.account h3 {
    font-weight: 600;
}

.account-menu .inbasket {
    background: #e69c01;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0 30px 30px;
    margin-top: 30px;
    cursor: auto;
}

.inbasket a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
}

.inbasket a:hover {
    color: #000;
    text-decoration: underline;
}

.account-menu > div {
    padding: 20px 0 20px 30px;
    margin-bottom: 3px;
    background: #f2f2f2;
    cursor: pointer;
}

.account-menu > div.active {
    background: #fff;
}

.account-body .title:first-of-type {
    margin: 0 0 30px;
}

.account-body .title {
    margin: 20px 0 30px;
}

.account-body form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #dde0e8;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 4px;
}

.account-body form input.error {
    border-color: red;
    box-shadow: none;
}

.account-body form > div {
    position: relative;
    width: 290px;
    margin-right: 40px;
    display: inline-block;
}

.account-body form > div.w100,
.account-body form textarea {
    width: 950px;
}

.account-body p.required-text {
    top: 55px;
}

.account-body form textarea {
    padding-left: 15px;
    padding-top: 15px;
    border: 1px solid #dde0e8;
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0px 3px 4px 0px rgba(233,233,233,1);
    border-radius: 4px;
    height: 120px;
}

.account-body form input[type="submit"] {
    width: 290px;
    height: 50px;
    color: #fff;
    background: #e69c01;
    text-align: center;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 10px;
    margin: 30px 0 70px;
}

.account-body .tabs_menu {
    display: inline-block;
    border-bottom: 1px solid #dde0e8;
    width: 100%;
}

.account-body .tabs_menu li a,
.account-body .tabs_menu li {
    width: auto;
    font-size: 24px;
    line-height: normal;
    color: #d5d9e1;
    text-transform: none;
    font-weight: 600;
    border: none;
    padding-top: 0;
}

.account-body .tabs_menu li {
    padding-right: 50px;
}

.account-body .tabs_menu .active {
    border-bottom: none;
    color: #333;
}

.account-body .tabs_box {
    margin-top: 0;
}

.account-body .tab {
    padding-top: 30px;
    width: 100%;
}

.account-body .order-number {
    display: inline-block;
    width: 100%;
}

.account-body .order-number,
.account-body .completed-orders {
    font-size: 20px;
    line-height: 24px;
}

.account-body .order-number p {
    display: inline-block;
    float: left;
}

.account-body .order-number p a {
    text-decoration: underline;
    color: #3b5998;
}

.account-body .completed-orders .head {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #dde0e8;
    margin-bottom: 15px;
    padding-top: 15px;
}

.account-body .completed-orders .head:nth-of-type(1) {
    border-top: none;
}

.account-body .completed-orders .head span:last-of-type {
    float: right;
}

.account-body .completed-orders .head span:first-of-type {
    display: inline-block;
    width: 400px;
}

.account-body .completed-orders .head span:nth-of-type(2) {
    width: 20px;
    height: 20px;
    background: url(../img/icons/arrow-down-black.png) center center no-repeat;
    display: inline-block;
    border: 2px solid #e69c01;
    border-radius: 50%;
    margin-right: 150px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.account-body .completed-orders .head span.open {
    background: url(../img/icons/arrow-up-black.png) center center no-repeat;
}

.account-body .completed-orders .body {
    display: none;
    padding-bottom: 15px;
}

.account-body .order-number span {
    float: right;
}

.account-body .order-number span span {
    margin-left: 20px;
    background: #eee;
    padding: 10px 20px;
    position: relative;
    top: -10px;
}

.account-body .cart-items {
    padding: 0;
}

.account-body .cart-item-price:after,
.account-body .cart-item-price:before {
    display: none;
}

.account-body .cart-item-price-quantity,
.account-body .cart-code-stock{
    width: auto;
}

.account-body .cart-item-count {
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.account-body .cart-summary {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dde0e8;
}

.account-body .cart-summary p {
    margin-bottom: 0;
}

.account-body .cart-summary p:first-child {
    float: left;
    display: inline-block;
}

.account-body .cart-summary p:last-child {
    float: right;
    display: inline-block;
}

.account-body .cart-summary p span {
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
}

.account-body .cart-item-price {
    justify-content: flex-end;
}

.account-body .cart-buy {
    text-align: right;
    padding: 30px 0;
}

.account-body .cart-buy a:first-of-type {
    background: #181415;
    color: #fff;
}

.account-body .cart-buy a:nth-of-type(2) {
    color: #fff;
    background: #e69c00;
}

.account-body .cart-buy a:last-of-type {
    border: 1px solid #000;
    color: #000;
}

.account-body .cart-buy a {
    height: 50px;
    text-align: center;
    padding: 13px 35px 0;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    margin-left: 30px;
}

.account-body .cart-buy p {
    display: inline-block;
    float: left;
    position: relative;
    top: 15px;
}

.account-body .more a {
    text-decoration: underline;
    color: #3b5998;
}

.account-body .more span,
.account-body .completed-orders .body span {
    color: #999;
    font-size: 16px;
    line-height: 20px;
}

.account-body .more span.first,
.account-body .completed-orders .body span.first {
    width: 340px;
    display: inline-block;
}

.account-body .more > div {
    border-top: 1px solid #dde0e8;
    padding-bottom: 20px;
}

.account-body .more p {
    margin: 20px 0;
}

.account-body .more .clearfix,
.account-body .completed-orders .clearfix {
    width: 100%;
    display: block;
    margin: 7px 0;
}

.account-body .more .order-list span:nth-of-type(3n),
.account-body .completed-orders .body span:nth-of-type(3n) {
    float: right;
}

.category-list .inner-item {
    height: 495px;
}


/* Попап окно, всплывающие при переходе в корзину, через карточки на клавной странице с новинками*/

.popup-window.popup-window-with-titlebar {
  border-radius: 10px;
}

.popup-window-titlebar {
  padding-top: 15px;
  font-size: 16px;
}

.popup-window-with-titlebar .popup-window-content {
  background: #fff;
}

.popup-window-buttons {
    margin-top: 10px;
    padding: 15px 10px;
    background: orange;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.brands-list ul {
		grid-template-rows: repeat(30, 1fr);
	}
}
@media screen and (max-width: 992px) {
	.brands-list ul {
		grid-template-rows: repeat(45, 1fr);
	}
}
@media screen and (max-width: 767px) {

    h2 {
        font-size: 32px;
        line-height: normal;
    }

    .center {
         width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
	.bx-soa-sidebar {
		display: none !important;
	}
    .main-contacts .half {
        width: 100%;
        float: none;
    }

    .menu {
        display: inline-block;
        width: 100%;
    }

    .log-in span,
    .log-out span,
    .basket-cart p {
        display: none;
    }

    .main-menu {
        width: 100%;
    }

    .searchbox,
    .log-in,
    .log-out {
        margin-right: 20px;
    }

    .searchbox {
        margin-left: 0;
    }

    .searchbox input,
    .searchbox .searchbox-icon {
        display: none;
    }

    .searchbox.mobile {
        display: none !important;
    }

    .searchbox.mobile.open {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 3;
        top: 0;
        padding-top: 50px;
    }
	.searchbox.mobile.open form {
		position: relative;
		width: 100%;
		height: 40px;
	}
    .searchbox.mobile input {
        display: block;
    }

    .searchbox.mobile .searchbox-input {
        width: calc(100% - 30px);
        left: 15px;
        height: 40px;
        position: absolute;
    }

    .searchbox.mobile .searchbox-submit {
        top: 12px;
        right: 25px;
    }

    .owl-stage-outer {
        overflow: hidden !important;
    }

    .menu .center {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .menu-button {
        flex-grow: 1;
        text-align: left;
    }

    .menu ul li,
    .catalog-menu ul li{
        width: 100%;
        text-align: left;
    }

    .catalog-menu ul li:hover .submenu {
        display: none;
    }

    .catalog-menu a span,
    .menu ul a, .menu ul span{
        border-left: none;
        color: #f9f3ec;
    }

    .menu ul li a,
    .catalog-menu ul li a,
    .menu ul li > span,
    .catalog-menu ul li > span {
        border-top: 1px solid #695959;
        padding: 20px 0 20px 10px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .catalog-menu > .center > ul > li.opener > a {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
    }

    .catalog-menu > .center > ul > li.opener > a.open {
        background-image: url(../img/icons/arrow-up.png);
    }

    .menu li:first-of-type a, .menu li:first-of-type span {
        padding-left: 10px;
    }

    .menu ul li:last-child a,
    .catalog-menu ul li:last-child a
    {
        border-bottom: 1px solid #695959;
    }

    .submenu a {
        border-top: none !important;
        border-bottom: none !important;
    }

    .hamburger,
    .searchbox .close-button {
        display: inline-block;
        z-index: 10;
    }

    .hamburger.fixed,
    .searchbox .close-button {
        position: fixed;
        z-index: 3;
        left: 15px;
        top: 25px;
    }

    .hamburger.fixed span:nth-child(2),
    .searchbox .close-button span:nth-child(2) {
        display: none;
    }

    .hamburger.fixed span:first-child,
    .searchbox .close-button span:first-child{
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .hamburger.fixed span:last-child,
    .searchbox .close-button span:last-child{
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .catalog-menu {
        text-align: center;
        padding: 5px 0;
    }

    .menu ul,
    .catalog-menu .center > ul {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        left: 0;
        top: 0;
        background: #331c0f;
        z-index: 2;
        padding-top: 50px;
    }

    .catalog-menu a, .catalog-menu li > span {
        padding: 0;
    }

    .menu ul a,
    .menu ul span {
        text-transform: uppercase;
    }

    .searchbox .mobile-search {
        display: block;
    }

    .basket-cart a div,
    .basket-cart,
    .log-in img {
        margin-right: 0;
    }
	.brands-list ul {
		grid-template-rows: repeat(60, 2fr);
	}
    .logo {
        width: 154px;
    }

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

    .social {
        margin: 0;
        width: 124px;
        float: right;
    }

    .clearfix {
        clear: both;
        width: 100%;
        display: block;
    }

    .social > a {
        margin-right: 5px;
        height: 33px;
    }

    .social img {
        width: 26px;
    }

    .back-call {
        margin: 0;
    }

    .back-call a {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 16px;
        font-weight: 400;
    }

    .back-call a:before {
        width: 12px;
        height: 12px;
        background-size: contain;
    }

    .phones a:before {
        width: 18px;
        height: 18px;
        position: relative;
        top: 3px;
        background-size: contain;
    }

    .work-time p,
    .work-time a {
        font-size: 14px;
        line-height: 12px;
    }

    .work-time p {
        margin-bottom: 0;
    }

    .work-time p:first-of-type {
        margin-bottom: 5px;
    }

    .work-time p:before, .work-time a:before {
        position: relative;
        top: 3px;
    }

    .phones {
        padding: 0;
    }

    .phones a {
        font-size: 18px;
        line-height: 16px;
    }

    .phones a:first-of-type {
        margin-bottom: 5px;
    }

    .catalog-menu ul li:hover {
        background: transparent;
    }

    .submenu {
        position: relative;
        background: #331c0f;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .submenu img {
        display: none;
    }

    .submenu .col-2 {
        column-count: 1;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
    }

    .submenu .col-2 li {
        padding-left: 0;
    }

    .parent ul {
        display: none;
    }

    .submenu .section {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-right: 0;
    }

    .submenu .section .title {
        color: #fff;
        font-size: 18px;
        text-align: left;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .submenu .section.open .title {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
    }

    .submenu .section.open .title.close {
        background-image: url(../img/icons/arrow-up.png);
    }

    .submenu .section a {
        padding: 5px 0;
    }

    .catalog-menu ul:first-of-type li:first-child:hover .submenu {
        display: none;
    }

    .submenu ul li {
        text-align: left;
        padding-left: 60px;
        box-sizing: border-box;
    }

    .submenu ul li a {
        color: #fff;
    }

    .submenu .w16-66 {
        width: 100%;
        padding: 0

    }

    .main-slider .item .slider-text {
        top: 20px;
        left: 15px;
    }

    .main-slider .slider-text .title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .catalog-menu .center > ul > li:first-of-type .submenu {
        width: 100%;
    }

    .main-slider .slider-text p {
        font-size: 14px;
        line-height: 30px;
    }

    .main-slider .slider-text a {
        margin-top: 0;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .main-slider .slider-text a:after {
        display: none;
    }

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

    .align-center,
    .align-center .owl-nav {
        display: flex;
        justify-content: center;
    }

    .desktop {
        display: none !important;
    }

    .not-table {
        display: none;
    }

    .mobile {
        display: inline-block !important;
    }

    .align-center .owl-nav {
        top: 10px;
    }

    .item .more-info {
        padding: 10px 10px;
    }

    .item .more-info:after {
        display: none;
    }

    .new-marker {
        width: 40px;
        height: 40px;
        top: 5px;
        left: 5px;
        background-size: contain;
    }

    footer {
        padding-top: 80px;
    }

    footer.mobile {
        width: 100%;
    }

    .main-menu .title, .footer-catalog-menu .title {
        margin: 0;
        padding: 20px 0;
    }

    .main-menu, .footer-catalog-menu {
        border-bottom: 1px solid #4f3f36;
    }

    .main-menu .title {
        border-top: 1px solid #4f3f36;
    }

    .footer-menu ul {
        display: none;
    }

    .footer-catalog-menu {
        width: 100%;
    }

    .footer-menu li {
        float: none;
        width: 100%;
        margin: 5px 0;
        padding-left: 10px;
    }

    .footer-menu li:last-child {
        margin-bottom: 20px;
    }

    .main-menu .title, .footer-catalog-menu .title {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
        font-size: 20px;
    }

    .main-menu .title.close, .footer-catalog-menu .title.close {
        background-image: url(../img/icons/arrow-up.png);
    }

    .adress {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
    }

    .copyright {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .get-call-form {
        width: 320px;
    }

    .get-call-form div:not(.captcha) {
        margin-left: 30px;
        margin-right: 30px;
    }

    .catalog {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
    }

    .catalog-item {
        width: 100%;
        margin-right: 0;
    }
	.catalog-item a {
		display: block;
	}

    .catalog-brands ul {
        column-count: 2;
    }
	.catalog-item ul.col-2 {
		padding: 0;
	}
    .product-cart .half {
        width: 100%;
        float: none;
    }

    .product-slider {
        width: 100%;
    }
	.bottombar .work-time,
	.bottombar .phones {
		margin-top: 30px;
	}
    #sync2 {
        display: none;
    }

    #sync1 {
        width: 100%;
        left: 0;
        top: 0;
    }

    .product-cart {
        padding: 10px;
    }

    .product-slider .owl-dots .owl-dot span {
        background: #dbdee6;
    }

    .product-cart h1 {
        font-size: 21px;
        line-height: normal;
    }

    .product-cart .price {
        font-size: 24px;
        line-height: normal;
    }

    .product-cart .economy {
        float: left;
        margin-top: 15px;
        clear: both;
    }

    .property {
        display: inline-block;
        margin-top: 15px;
        width: 100%;
    }

    .property-name {
        width: auto;
    }

    .availability {
        margin-top: 15px;
    }

    .availability > span {
        float: left;
    }

    .property .color.active {
        width: 32px;
        height: 32px;
    }

    .property .color {
        margin-right: 15px;
        height: 22px;
    }

    .property .size {
        width: 32px;
        height: 32px;
        padding-top: 9px;
        font-size: 10px;
        margin-right: 10px;
    }

    .buy {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }

    .amount {
        float: left;
        margin-bottom: 15px;
    }

    .buy-button {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 28px;
        float: left;
        clear: both;
    }

    .buy-button:before {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .buy-oneclick-button {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 8px;
        float: right;
    }

    .share,
    .note {
        width: 50%;
        display: inline-block;
    }

    .share span {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .share a:first-of-type {
        margin-left: 0;
    }

    .tabs_box {
        padding: 0 20px;
    }

    .tab .tab-value {
        display: none;
    }

    .tab {
        border-top: 1px solid #dbd8d8;
        padding-top: 0;
    }

    .tab-name {
        padding: 20px 0;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        background-image: url(../img/icons/arrow-down-black.png);
        background-repeat: no-repeat;
        background-position: 98% center;
    }

    .tab-name.open {
        background-image: url(../img/icons/arrow-up-black.png);
        border-bottom: 2px solid #f9b731;
    }

    .tab-value {
        padding-top: 10px;
    }

    .brands-list .icons {
        height: 1284px;
        overflow: hidden;
    }

    .brands-list ul {
        column-count: 2;
    }

    .brands-list .brand-item {
        width: calc((100% - 20px)/2);
        margin-right: 0;
    }

    .brands-list a.brand-item:nth-of-type(2n-1) {
        margin-right: 20px;
    }

    .brands-list .show-more {
        display: inline-block;
    }

    .category-filter,
    .category-list {
        width: 100%;
        float: none;
    }

    .category-filter {
        margin-bottom: 25px;
        margin-right: 0;
        border-radius: 0;
        padding: 10px;
    }

    .category-list .sort {
        display: none;
    }

    .sort {
        font-size: 14px;
    }

    .sort select {
        border-radius: 10px;
        border-color: #dbdee6;
        padding: 5px 0;
        width: 140px;
        float: right;
    }

    .brand .category-list {
        text-align: center;
    }

    .category-list .item {
        width: 190px;
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .category-list .item .image {
        min-height: 150px !important;
    }


    .category-list .item .name {
        min-height: 71px !important;
    }

    .filter-name {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        display: inline-block;
        align-items: center;
        width: 100%;

    }

    .filter-name span:first-of-type {
        position: relative;
        top: -10px;
    }

    .filter-name:before {
        content: "";
        width: 33px;
        height: 33px;
        position: relative;
        margin-right: 5px;
        background: url(../img/icons/filter-icon.png) center center no-repeat;
        display: inline-block;
    }

    .c-filter__body,
    .c-filter__footer {
        display: none;
    }

    .pagination ul li {
        width: 34px;
        height: 34px;
        margin: 0 4px;
    }

    .pagination ul li:nth-child(4),
    .pagination ul li:nth-child(5) {
        display: none
    }

    .pagination ul li span,
    .pagination ul li a {
        width: 34px;
        height: 34px;
        padding-top: 4px
    }

    .pagination ul li:first-child {
        margin-right: 10px;
    }

    .pagination ul li:last-child {
        margin-left: 10px;
    }

    .filter-name .opener {
        position: relative;
        top: 6px;
    }

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

    .text-page {
        padding: 35px;
    }

    .login-page .tabs_menu li:last-child {
        display: none;
    }

    .login-page .tabs_menu li:nth-child(2) {
        border-top-right-radius: 10px;
        border-right: 1px solid #ececec;
    }

    .login-page .tabs_menu {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .login-page .half {
        width: 100%;
        float: none;
    }

    .login-page .half:first-of-type {
        border-right: none;
        border-bottom: 1px solid #ececec;
        padding-bottom: 20px;
    }

    .login-page .tab {
        padding: 20px;
    }

    .login-page input:not([type="submit"]),
    .login-page input[type="submit"] {
        width: 100%;
        margin-right: 0 !important;
        float: none !important;
    }

    .login-page .half:last-of-type {
        padding-left: 0;
    }

    .login-page .tabs_box {
        padding: 0;
    }

    .login-page .tab {
        border-top: none;
    }

    .login-page #tab2 form > div {
        float: none;
        width: 100%;
    }

    .login-page #tab2 form {
        width: 100%;
        padding-bottom: 20px;
    }

    .login-page #tab2 .captcha {
        width: 247px;
    }

    .login-page input[type="checkbox"] {
        width: auto;
        margin-right: 10px !important;
    }

    .login-page #tab2 form {
        border-right: none;
        border-bottom: 1px solid #ececec;;
    }

    .login-page #tab2 .login-social {
        display: none;
    }

    .stock {
        padding: 30px 20px;
    }

    .stock img {
        float: none;
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .stock > a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .stock > div {
        float: none;
        width: 100%;
    }

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

    .type-list .type {
        width: 290px;
        float: none;
        margin-right: 0;
    }

    .cart-items {
        padding: 0;
    }

    .cart-item {
        display: inline-block;
    }

    .cart-item:first-of-type {
        border-top: none;
        padding-top: 0;
    }

    .cart-code-stock,
    .cart-item-price-quantity,
    .cart-item,
    .cart-item-price {
        width: 100%;
        margin-right: 0;
    }

    .cart-item-price-quantity {
        display: inline-block;
    }

    .cart-code-stock {
        margin-top: 10px;
    }

    .cart-code-stock span {
        display: block;
    }

    .cart-code-stock .cart-size {
        margin-left: 0;
        display: inline-block;
        margin-top: 10px;
    }

    .cart-code-stock p:last-of-type {
        display: inline-block;
        margin-left: 15px;
        margin-top: 15px;
    }

    .cart-item-price:after, .cart-item-price:before,
    .basket-wrapper .cart-item-quantity:after{
        display: none;
    }

    .cart-item-price,
    .basket-wrapper .cart-item-quantity{
        justify-content: flex-start;
    }

    .buy-advantages div {
        width: 100%;
    }

    .basket-wrapper .cart-item-quantity,
    .basket-wrapper .cart-item-delete-button {
        width: auto;
        display: inline-block;
    }

    .basket-wrapper .cart-item-quantity {
        float: left;
        margin-top: 10px;
    }

    .basket-wrapper .cart-item-delete-button {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    .amount {
        margin-bottom: 0;
    }

    .basket-wrapper .cart-summary {
        margin: 0;
        padding: 10px 0 0;
        border-bottom: none;
    }

    .basket-wrapper .cart-buy a:first-of-type,
    .basket-wrapper .cart-buy a:nth-of-type(2),
    .basket-wrapper .cart-buy a:last-of-type {
        width: 100%;
        margin: 5px 0;
    }

    .basket-wrapper .cart-buy {
        margin: 0;
        width: 100%;
        padding: 0 0 20px;
    }

    .buy-advantages img {
        display: none;
    }

    .buy-advantages div:first-child,
    .buy-advantages div:last-child {
        float: none;
    }

    .buy-advantages div:first-child {
        margin-bottom: 30px;
    }

    .basket-wrapper .tab {
        border-top: none;
    }

    .page404 {
        padding-left: 0;
        margin: 60px 0;
    }

    .page404 h1 {
        margin-bottom: 20px
    }

    .page404 img {
        margin-bottom: 20px;
    }

    .page404 p,
    .page404 a {
        font-size: 16px;
        line-height: normal;
    }

    .address-field {
        max-width: 100%;
    }

    .ordering-container .tab input {
        width: 100%;
        margin-right: 0;
    }

    .ordering-container .tab {
        width: 100%;
        padding-top: 20px;
    }

    .ordering-container {
        padding: 15px;
    }

    .ordering-buy-button button {
        width: 100%;
        margin-left: 0;
    }

    p.address, .address-field {
        margin-left: 0;
    }

    .ordering-container .tabs_menu li {
        margin-right: 0;
        width: 50%;
        float: left;
    }

    .ordering-container .tabs_menu li a {
        font-size: 14px;
        line-height: 24px;
        width: auto;
        margin-left: 5px;
    }

    .ordering-container .tabs_box {
        padding: 0;
    }

    .ordering-container .tabs_menu li img {
        margin-right: 0;
    }

    .ordering-container .tabs_menu {
        display: inline-block;
        width: 100%;
    }

    .tab > div {
        width: 100%;
    }

    .ordering-container .tab input:last-child {
        margin-bottom: 28px;
    }

    .ordering-container input[type="radio"] + label span.radio {
        margin-top: 2px;
    }

    .contacts-wrapper{
        display: flex;
        flex-direction: column;
    }
    .contacts-wrapper > .contacts-info{
        order: 1;
        margin-right: 0;
    }
    .contacts-wrapper > .map_cont{
        order: 2;
    }
    .contacts-wrapper > .contacts-feedback{
        order: 3;
    }
    .contacts-wrapper > .contacts-feedback .form-row:empty{
        display: none;
    }
    .contacts-wrapper > .contacts-info,
    .contacts-wrapper > .contacts-feedback {
        width: 100%;
        height: auto;
        float: none;
    }

    .contacts-feedback textarea {
        width: 100%;
        height: 80px;
    }

    .contacts-info p:last-of-type span {
        display: inline-block;
        width: 100%;
    }

    .contacts-feedback form > div {
        width: 100%;
        margin-right: 0;
    }

    .contacts-feedback input[type="submit"] {
        width: 100%;
    }

    .calculator .first-step > div {
        width: 100% !important;
    }

    .calculator #minCost2, .calculator #minCost3 {
        margin-left: 0;
    }

    .calculator .first-step > div:nth-child(2n-1) {
        padding-right: 0;
    }

    .calculator .first-step > div:nth-child(2n) {
        padding-left: 0;
    }

    .c-checkbox.x5 {
        width: 50%;
    }

    .calculator .first-step .c-checkbox__label > span:last-of-type {
        white-space: normal;
        width: 70%;
        float: left;
    }

    .calculator .c-checkbox__label > span:last-of-type {
        float: right;
    }

    .calculator input[type="checkbox"] + label span.checkbox, input[type="radio"] + label span.radio {
        float: left;
    }

    .calculator .first-step > div,
    .calculator .c-filter__item-inner{
        height: auto;
    }

    .calculator .first-step {
        padding: 30px 10px 0;
    }

    .calculator .first-step > div > div > span:first-of-type {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .calculator .first-step > div:nth-child(1), .calculator .first-step > div:nth-child(3) {
        border-right: none;
    }

    .calculator .first-step > div {
        margin-bottom: 30px !important;
    }

    .calculator .first-step > div > div {
        padding-bottom: 20px;
        border-bottom: 1px dotted #ececec;
    }

    .calculator .first-step > div:last-of-type > div {
        border-bottom: none;
    }

    .calculator .title {
        padding: 0 20px;
    }

    .calculator .title p {
        width: calc(100% - 125px);
    }

    .calculator .title p span {
        display: none;
    }

    .calculator .category-list .inner-item .c-filter__item-inner {
        margin-top: 10px;
    }

    .calculator .inner-item .c-checkbox {
        padding-top: 15px;
    }

    .calculator .basket-wrapper {
        padding: 20px;
    }

    .calculator .basket-wrapper .cart-summary {
        width: 100%;
    }

    .calculator .basket-wrapper .cart-summary a {
        float: none;
        border: none;
        background: #e69c00;
        color: #fff;
        margin-top: 10px;
    }

    .account-menu {
        display: none;
    }

    .account-body {
        height: auto;
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 0 15px;
    }

    .account-body form > div.w100,
    .account-body form textarea,
    .account-body form > div {
        width: 100%;
        margin-right: 0;
    }

    .account-body form input[type="submit"] {
        display: block;
        width: 250px;
        margin: 20px auto;
    }

    .account-body .tabs_menu li a, .account-body .tabs_menu li {
        font-size: 20px;
        line-height: normal;
    }

    .account-body .tabs_menu li {
        padding-right: 15px;
    }

    .account-body .tabs_box {
        padding: 0;
    }

    .account-body .tab {
        border-top: none;
    }

    .account-body .order-number p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .account-body .order-number span {
        float: left;
        font-size: 14px;
    }

    .account-body .order-number span span {
        float: right;
    }

    .account-body .cart-item-count {
        margin: 0 0 10px;
    }

    .account-body .cart-summary p:first-child {
        margin-bottom: 20px;
        width: 100%;
    }

    .account-body .cart-buy p {
        width: 100%;
    }

    .account-body .cart-buy {
        text-align: left;
    }

    .account-body .cart-buy a {
        margin-left: 0;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .account-body .more span.first, .account-body .completed-orders .body span.first {
        width: auto;
        float: left;
    }

    .account-body .more span {
        float: right;
    }

    .more .order-list span.first {
        width: 50%;
        white-space: normal
    }

    .order-list span:nth-of-type(2n) {
        float: left;
        margin-left: 10px;
    }

    .order-list span:nth-of-type(3n) {
        float: right;
    }

    .account-body .more .clearfix, .account-body .completed-orders .clearfix {
        margin: 10px 0;
    }

    .account-body .more > div:nth-of-type(3) .first {
        display: inline-block;
        width: 100%;
    }

    .account-body .more > div:nth-of-type(3) span {
        float: none;
    }

    .account-body .completed-orders .head span:first-of-type {
        width: 100%;
    }

    .account-body .completed-orders .head span:nth-of-type(2) {
        margin-right: 0;
        float: right;
    }

    .account-body .completed-orders .head span:last-of-type {
        float: none;
        width: 100%;
        display: inline-block;
    }

    .account-body .completed-orders .body span {
        float: left;
    }

    .account-body .completed-orders .body span.first {
        margin-right: 10px;
        width: 50%;
    }

    .account-mobile-menu select {
        display: block;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .availability {
        text-align: left;
    }

    .buy {
        display: flex;
    }

    .amount {
        float: none;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 969px) {
    .center {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .work-time {
        padding-top: 5px;
    }

    .work-time p {
        margin-bottom: 15px;
    }

    .menu {
        display: inline-block;
        width: 100%;
    }

    .log-in span,
    .log-out span,
    .basket-cart p {
        display: none;
    }

    .main-menu {
        width: 100%;
    }

    .searchbox,
    .log-in,
    .log-out {
        margin-right: 60px;
    }

    .searchbox input,
    .searchbox .searchbox-icon {
        display: none;
    }

    .searchbox.mobile {
        display: none !important;
    }

    .searchbox.mobile.open {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 2;
        top: 0;
        padding-top: 50px;
    }

    .searchbox.mobile input {
        display: block;
    }

    .searchbox.mobile .searchbox-input {
        width: calc(100% - 30px);
        left: 15px;
        position: absolute;
        height: 40px;
    }

    .searchbox.mobile .searchbox-submit {
        top: 60px;
        right: 25px;
    }

    .owl-stage-outer {
        overflow: hidden !important;
    }

    .menu .center {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .menu-button {
        flex-grow: 1;
        text-align: left;
    }

    .menu ul li,
    .catalog-menu ul li{
        width: 100%;
        text-align: left;
    }

    .catalog-menu a span,
    .menu ul a, .menu ul span{
        border-left: none;
        color: #f9f3ec;
    }

    .menu ul li a,
    .catalog-menu ul li a,
    .menu ul li > span,
    .catalog-menu ul li > span {
        border-top: 1px solid #695959;
        padding: 10px 0 10px 10px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .catalog-menu > .center > ul > li:first-child > a {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
    }

    .catalog-menu > .center > ul > li:first-child > a.open {
        background-image: url(../img/icons/arrow-up.png);
    }

    .menu li:first-of-type a, .menu li:first-of-type span {
        padding-left: 10px;
    }

    .menu ul li:last-child a,
    .catalog-menu ul li:last-child a
    {
        border-bottom: 1px solid #695959;
    }

    .submenu a {
        border-top: none !important;
        border-bottom: none !important;
    }

    .catalog-menu .center > ul > li:first-of-type .submenu {
        width: 100%;
    }

    .catalog-menu > .center > ul > li.opener > a {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
    }

    .submenu {
        position: relative;
        background: #331c0f;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .submenu .section {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-right: 0;
    }

    .submenu ul li {
        text-align: left;
        padding-left: 60px;
        box-sizing: border-box;
    }

    .submenu .section a {
        padding: 5px 0;
        color: #fff;
    }

    .parent {
        padding-left: 60px;
    }

    .parent ul {
        display: none;
        padding-left: 60px;
    }

    .catalog-menu > .center > ul > li.opener > a.open {
        background-image: url(../img/icons/arrow-up.png);
    }

    .submenu .section.open .title {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 18px;
        text-align: left;
        box-sizing: border-box;
    }

    .submenu .section.open .title.close {
        background-image: url(../img/icons/arrow-up.png);
    }

    .submenu .section .title {
        color: #fff;
    }

    .catalog-menu ul li:hover .submenu {
        display: none;
    }

    .hamburger,
    .searchbox .close-button {
        display: inline-block;
        z-index: 10;
    }

    .hamburger.fixed,
    .searchbox .close-button {
        position: fixed;
        z-index: 3;
        left: 15px;
        top: 25px;
    }

    .hamburger.fixed span:nth-child(2),
    .searchbox .close-button span:nth-child(2) {
        display: none;
    }

    .hamburger.fixed span:first-child,
    .searchbox .close-button span:first-child{
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .hamburger.fixed span:last-child,
    .searchbox .close-button span:last-child{
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .catalog-menu {
        text-align: center;
        padding: 5px 0;
    }

    .menu ul,
    .catalog-menu .center > ul {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        left: 0;
        top: 0;
        background: #331c0f;
        z-index: 2;
        padding-top: 50px;
    }

    .catalog-menu a, .catalog-menu li > span {
        padding: 0;
    }

    .menu ul a,
    .menu ul span {
        text-transform: uppercase;
    }

    .searchbox .mobile-search {
        display: block;
    }

    .basket-cart a div,
    .basket-cart,
    .log-in img {
        margin-right: 0;
    }

    .topbar .center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social {
        margin: 0;
        width: 176px;
    }

    .social > a {
        margin-right: 7px;
        height: 52px;
    }

    .social img {
        width: 37px;
    }

    .back-call {
        margin: 0;
    }

    .back-call a {
        padding: 12px 29px;
        font-weight: 400;
    }

    .work-time p,
    .work-time a {
        font-size: 14px;
        line-height: 16px;
    }

    .work-time p:before, .work-time a:before {
        position: relative;
        top: 3px;
    }

    .phones a {
        font-size: 18px;
        line-height: 16px;
    }

    .phones a:before {
        position: relative;
        top: 2px;
        width: 17px;
        height: 17px;
        background-size: contain;
    }

    .main-slider .item .slider-text {
        top: 20px;
        left: 15px;
        max-width: 500px;
    }

    .main-slider .slider-text .title {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 0;
    }

    .main-slider .slider-text p {
        font-size: 18px;
        line-height: 49px;
    }

    .main-slider .owl-nav {
        right: 15px;
        bottom: 10px
    }

    .align-center span {
        font-size: 32px;
        line-height: 42px;
    }

    .align-center span.mobile {
        display: inline-block !important;
    }

    .align-center span.desktop {
        display: none !important;
    }

    .main-menu .title, .footer-catalog-menu .title {
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #4f3f36;
    }

    .main-menu .title {
        border-top: 1px solid #4f3f36;
    }

    .bottombar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-menu ul {
        display: none;
    }

    .footer-catalog-menu {
        width: 100%;
    }

    .footer-menu li {
        float: none;
        width: 100%;
        margin: 5px 0;
        padding-left: 10px;
    }

    .main-menu .title, .footer-catalog-menu .title {
        background-image: url(../img/icons/arrow-down.png);
        background-position: 98% center;
        background-repeat: no-repeat;
    }

    .main-menu .title.close, .footer-catalog-menu .title.close {
        background-image: url(../img/icons/arrow-up.png);
    }

    .adress {
        margin-top: 22px;
        font-size: 14px;
        line-height: 35px;
        width: 455px;
        text-align: right;
    }

    .adress p,
    .copyright{
        font-size: 13px;
    }

    .adress p {
        padding-left: 13px;
    }

    .product-cart {
        padding: 10px;
    }

    .product-cart .half:first-child {
        width: 40%;
    }

    .product-cart .half {
        width: 60%;
    }

    .product-slider {
        width: 100%;
    }

    #sync2 {
        display: none;
    }

    #sync1 {
        width: 100%;
        left: 0;
        top: 0;
    }

    .product-cart {
        padding: 10px;
    }

    .product-slider .owl-dots .owl-dot span {
        background: #dbdee6;
    }

    .product-cart h1 {
        font-size: 24px;
        line-height: normal;
    }

    .product-cart .price {
        font-size: 24px;
        line-height: normal;
    }

    .product-cart .economy {
        font-size: 14px;
    }

    .property {
        display: inline-block;
        margin-top: 15px;
        width: 100%;
    }

    .property-name {
        width: 90px;
    }

    .availability {
        margin-top: 15px;
    }

    .availability > span {
        float: left;
    }

    .property .color.active {
        width: 32px;
        height: 32px;
    }

    .property .color {
        margin-right: 15px;
        height: 22px;
    }

    .property .size {
        width: 32px;
        height: 32px;
        padding-top: 9px;
        font-size: 10px;
        margin-right: 10px;
    }

    .buy {
        margin: 15px 0;
    }

    .buy-button {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 28px;
        float: left;
    }

    .buy-button:before {
        width: 14px;
        height: 14px;
        background-size: contain;
    }

    .buy-oneclick-button {
        font-size: 14px;
        line-height: 17px;
        padding: 11px 8px;
        float: right;
    }

    .table {
        display: inline-block !important;
    }

    .not-table {
        display: none;
    }

    .amount {
        height: 43px;
    }

    .amount span,
    .amount input {
        width: 43px;
    }

    .note {
        width: 160px;
    }

    .delimeter {
        margin-bottom: 15px;
    }

    .brands-list .icons {
        height: 723px;
        overflow: hidden;
    }

    .brands-list ul {
        column-count: 3;
    }

    .brands-list .brand-item {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
    }

    .brands-list a.brand-item:nth-of-type(5n) {
        margin-right: 20px;
    }

    .brands-list a.brand-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .brands-list .show-more {
        display: inline-block;
    }

    .category-list {
        width: 100%;
    }

    .filter-name {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        display: inline-block !important;
        align-items: center;
        width: 100%;
    }

    .filter-name span:first-of-type {
        position: relative;
        top: -10px;
    }

    .filter-name:before {
        content: "";
        width: 33px;
        height: 33px;
        position: relative;
        margin-right: 5px;
        background: url(../img/icons/filter-icon.png) center center no-repeat;
        display: inline-block;
    }

    .c-filter__body,
    .c-filter__footer {
        display: none;
    }

    .category-list .sort {
        display: none;
    }

    .category-filter {
        padding: 10px;
        border-radius: 0;
        margin-right: 0;
    }

    .sort.table {
        margin-right: 15px;
    }

    .category-filter,
    .sort.table {
/*        float: left;
        width: calc((100% - 15px)/2);*/
        width: 100%;
        float: none;
        margin-bottom: 45px;
    }

    .category-filter .opener {
        position: relative;
        top: 6px;
    }

    .category-filter .c-filter__title .opener {
        top: 0;
    }

    .category-filter .c-filter__title .opener {
        top: 0;
    }

    .category-list div.item {
        margin-right: 30px;
    }

    .category-list div.item:nth-of-type(2n) {
        margin-right: 0;
    }

    .category-list .items,
    .pagination {
        width: 562px;
    }

    .sort select {
        border-radius: 10px;
        border-color: #dbdee6;
        padding: 5px 0;
        width: 140px;
        float: right;
    }

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

    .login-page .tabs_menu li {
        width: 20%;
    }

    .login-page .tabs_menu li:last-child {
        width: 60%;
    }

    .login-page #tab2 form {
        width: 100%;
    }

    .login-page #tab2 input[type="text"], .login-page #tab2 input[type="password"] {
        margin-right: 20px;
    }

    .login-page #tab2 .login-social {
        display: none;
    }

    .login-page #tab2 form {
        border: none;
    }

    .stock {
        padding: 30px 20px;
    }

    .stock > a {
        display: inline-block;
        width: 320px;
    }

    .stock > div {
        width: calc(100% - 320px);
    }

    .stock img {
        margin-right: 20px;
        max-width: 100%;
    }

    .stock > div {
        display: inline-block;
        float: right;
        width: calc(100% - 353px);
    }

    .stock-list .pagination {
        width: 100%;
    }

    .type-list .type {
        width: calc((100% - 30px)/2)
    }

    .type-list .type:nth-child(2n-1) {
        float: left;
        margin-right: 30px;
    }

    .type-list .type:nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .cart-item img {
        margin-right: 15px;
    }


    .cart-code-stock {
        width: calc(55% - 150px);
    }

    .cart-item-price-quantity {
        width: 45%;
        display: inline-block;
    }

    .cart-color {
        display: block;
    }

    .cart-code-stock .cart-size {
        margin-left: 0;
    }

    .cart-code-stock p:last-of-type {
        display: inline-block;
        margin-left: 15px;
    }

    .cart-item-price {
        float: left;
        width: 170px;
        height: 100%;
    }

    .basket-wrapper .cart-item-quantity,
    .basket-wrapper .cart-item-delete-button {
        width: calc(100% - 170px);
        display: inline-block;
        text-align: right;
    }

    .basket-wrapper .cart-item-quantity {
        margin: 20px 0 10px;
    }

    .cart-item-price > span > span {
        margin-left: 0;
    }

    .basket-wrapper .cart-item-quantity a {
        width: 120px;
    }

    .basket-wrapper .cart-item-quantity:after {
        display: none;
    }

    .basket-wrapper .tab {
        padding-top: 0;
    }

    .buy-advantages div {
        width: calc((100% - 15px)/2);
        padding: 20px;
    }

    .buy-advantages img {
        margin-right: 20px;
    }

    .buy-advantages div p {
        padding-left: 120px;
    }

    footer.desktop {
        display: none;
    }

    footer.mobile {
        display: block !important;
    }

    .page404 {
        padding-left: 0;
        margin: 60px 0;
    }

    .page404 h1 {
        margin-bottom: 20px;
    }

    .ordering-container .tab {
        width: 100%;
    }

    .address-field {
        max-width: 100%;
    }

    .ordering-container .tab input {
        width: 250px;
    }

    .ordering-container .tabs_menu li a {
        width: auto;
    }

    .ordering-container .tabs_menu {
        display: inline-block;
        width: 100%;
    }

    .ordering-container .tabs_menu li {
        width: 230px;
    }

    .contacts-info, .contacts-feedback {
        width: calc((100% - 15px)/2);
        height: 520px;
    }

    .contacts-info {
        margin-right: 15px;
    }

    .contacts-feedback form > div {
        width: 100%;
        margin-right: 0;
    }

    .contacts-feedback input[type="submit"] {
        width: 100%;
    }

    .contacts-feedback textarea {
        width: 100%;
        height: 80px;
    }

    .contacts-feedback input[type="submit"] {
        margin-top: 20px;
    }

    .calculator #minCost2, .calculator #minCost3 {
        margin-left: 0;
    }

    .calculator .first-step > div > div > span:first-of-type {
        margin-bottom: 20px !important;
    }

    .calculator .first-step > div {
        height: 190px;
    }

    .c-checkbox.x5 {
        width: 33%;
    }

    .calculator input[type="checkbox"] + label span.checkbox, input[type="radio"] + label span.radio {
        float: left;
    }

    .calculator .first-step .c-checkbox__label > span:last-of-type {
        white-space: normal;
        width: 70%;
        float: left;
    }

    .calculator .c-filter__item-inner {
        height: 200px;
    }

    .calculator .first-step > div:nth-child(1), .calculator .first-step > div:nth-child(2) {
        margin-bottom: 30px;
    }

    .calculator .c-checkbox__label > span:last-of-type {
        float: right;
    }

    .calculator .category-list .inner-item .c-filter__item-inner {
        margin-top: 30px;
    }

    .calculator .basket-wrapper .cart-summary a {
        border: none;
        background: #e69c00;
        color: #fff;
    }

    .account-menu {
        width: 230px;
    }

    .account-body {
        margin-left: 230px;
        width: calc(100% - 230px);
    }

    .account-body form > div,
    .account-body form > div.w100,
    .account-body form textarea {
        width: 100%;
        margin-right: 0;
    }

    .account-body .order-number p,
    .account-body .order-number span,
    .account-body .cart-summary p:first-child,
    .account-body .cart-summary p:last-child {
        font-size: 14px;
    }

    .account-body .cart-summary p:first-child {
        width: 50%;
    }

    .account-body .cart-buy p {
        width: 100%;
        text-align: left
    }

    .account-body .cart-buy a {
        margin-left: 0;
        margin-right: 5px;
        padding: 0;
        width: 30%;
        padding-top: 15px;
    }

    .account-body .cart-code-stock a {
        width: auto;
        position: absolute;
    }

    .account-body .cart-code-stock > span {
        margin-top: 30px;
        white-space: nowrap;
    }

    .account-body .cart-code-stock .cart-size {
        margin-top: 10px;
        display: inline-block;
    }

    .account-body .cart-item-price {
        width: 100px;
        padding-left: 20px;
        align-items: flex-start;
        padding-top: 42px;
    }

    .account-body .cart-item-price > span > span {
        display: block;
    }

    .account-body .cart-item-count {
        padding-top: 42px;
        align-items: flex-start;
    }

    .account-body .cart-code-stock p:last-of-type {
        margin-left: 0;
    }

    .account-body .completed-orders .head span:nth-of-type(2) {
        margin-right: 0;
    }

    .account-body .completed-orders .head span:first-of-type {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }

    .account-body .more span.first {
        width: 240px;
        float: left;
    }

    .account-body .more span {
        width: calc(100% - 240px);
        display: inline-block;
    }

    .account-body .order-list span {
        width: auto;
    }
}

@media (min-width: 970px) and (max-width: 1433px) {
    .owl-theme {
        overflow: hidden;
    }

    .work-time {
        padding-top: 10px;
    }

    .work-time p {
        margin-bottom: 20px;
    }

    .center {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .menu {
        display: inline-block;
        width: 100%;
    }

    .log-in span,
    .log-out span,
    .basket-cart p {
        display: none;
    }


    .searchbox,
    .log-in,
    .log-out {
        margin-right: 60px;
    }

    .searchbox input,
    .searchbox .searchbox-icon {
        display: none;
    }

    .searchbox.mobile {
        display: none !important;
    }

    .searchbox.mobile.open {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #331c0f;
        z-index: 2;
        top: 0;
        padding-top: 50px;
    }

    .searchbox.mobile input {
        display: block;
    }

    .searchbox.mobile .searchbox-input {
        width: calc(100% - 30px);
        left: 15px;
        position: absolute;
    }

    .searchbox.mobile .searchbox-submit {
        top: 55px;
        right: 25px;
    }

    .owl-stage-outer {
        overflow: hidden !important;
    }

    .menu .center {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .searchbox .mobile-search {
        display: block;
    }

    .basket-cart a div,
    .basket-cart,
    .log-in img {
        margin-right: 0;
    }

    .searchbox .close-button {
        display: inline-block;
        z-index: 10;
    }

    .searchbox .close-button {
        position: fixed;
        z-index: 3;
        left: 15px;
        top: 25px;
    }

    .searchbox .close-button span:nth-child(2) {
        display: none;
    }

    .searchbox .close-button span:first-child{
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .searchbox .close-button span:last-child{
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .topbar .center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu ul {
        flex-grow: 1;
        text-align: left;
    }

    .social {
/*        margin: 0;
        width: 176px;*/
        margin: 0 25px 0 0;
    }

    .submenu .section .title {
        font-size: 18px;
        padding: 10px 0;
    }

    .submenu ul li a {
        font-size: 15px;
    }

    .social > a {
        margin-right: 7px;
        height: 52px;
    }

    .social img {
        width: 37px;
    }

    .back-call {
        margin: 0;
    }

    .back-call a {
        padding: 12px 29px;
    }

    .work-time p,
    .work-time a {
        font-size: 18px;
        line-height: 16px;
    }

    .work-time p:before, .work-time a:before {
        position: relative;
        top: 3px;
    }

    .phones a {
        font-size: 26px;
        line-height: 20px;
    }

    .phones a:before {
        position: relative;
        top: 2px;
        width: 17px;
        height: 17px;
        background-size: contain;
    }

    .main-slider .item .slider-text {
        left: 15px;
        max-width: 500px;
        top: 80px;
    }

    .main-slider .slider-text .title {
        font-size: 52px;
        line-height: normal;
        margin-bottom: 0;
    }

    .main-slider .slider-text p {
        font-size: 24px;
        line-height: 62px;
    }

    .main-slider .owl-nav {
        right: 15px;
        bottom: 50px;
    }

    .align-center span {
        font-size: 32px;
        line-height: 42px;
    }

    .bottombar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-menu {
        display: flex;
        justify-content: space-between;
    }

    .main-menu {
        width: 400px;
    }

    .footer-catalog-menu {
        width: 310px;
    }

    .bottombar .title {
        height: 40px;
    }

    .catalog-menu .center > ul > li:first-of-type .submenu {
        width: calc(100% - 30px);
    }

    .product-cart .half:first-child {
        width: 40%;
    }

    .product-cart .half {
        width: 60%;
    }

    .product-slider {
        width: 100%;
    }

    #sync2 {
        display: none;
    }

    #sync1 {
        width: 100%;
        left: 0;
        top: 0;
    }

    .product-cart {
        padding: 10px;
    }

    .product-slider .owl-dots .owl-dot span {
        background: #dbdee6;
    }

    .property-name {
        width: 150px;
    }

    .availability {
        margin-top: 0;
    }

    .amount {
        height: 40px;
    }

    .amount span,
    .amount input {
        width: 40px;
    }

    .buy-button {
        padding: 12px 46px;
        border-radius: 22px;
    }

    .buy-oneclick-button {
        padding: 11px 31px;
        border-radius: 22px;
    }

    .amount .plus {
        padding-top: 8px;
    }

    .amount .minus {
        padding-top: 4px;
    }

    .brands-list .brand-item {
        width: calc((100% - 80px)/5);
        margin-right: 20px;
    }

    .brands-list a.brand-item:nth-of-type(5n) {
        margin-right: 0;
    }

    .category-filter {
        border-radius: 0;
    }

    .category-list {
        width: calc(100% - 290px);
    }

    .category-list div.item:nth-of-type(4n) {
        margin-right: 29px;
    }

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

    .login-page .tabs_menu li {
        width: 15%;
    }

    .login-page .tabs_menu li:last-child {
        width: 70%;
    }

    .login-page #tab2 form {
        width: 100%;
        border: none;
    }

    .login-page #tab2 .login-social {
        display: none;
    }

    .cart-item-price-quantity {
        width: 45%;
        display: inline-block;
    }

    .cart-code-stock {
        width: calc(55% - 162px);
    }

    .cart-item-price {
        float: left;
        width: 252px;
        height: 100%;
    }

    .basket-wrapper .cart-item-quantity,
    .basket-wrapper .cart-item-delete-button {
        width: calc(100% - 252px);
        display: inline-block;
        text-align: right;
    }

    .cart-item-quantity {
        margin: 20px 0 10px;
    }

    .basket-wrapper .cart-item-quantity:after {
        display: none;
    }

    .buy-advantages div {
        width: calc((100% - 30px)/2);
    }

    .buy-advantages div img {
        margin-right: 20px;
    }

    .buy-advantages div p {
        padding-left: 120px;
    }

    footer.desktop .bottombar {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    footer.desktop .bottombar > div:first-of-type {
        width: 269px;
    }

    footer.desktop .footer-menu {
        width: 297px;
    }

    footer.desktop .bottombar > div:last-of-type {
        width: 374px;
    }

    footer.desktop .back-call {
        margin-top: 45px;
    }

    footer.desktop .adress {
        margin-top: 40px;
    }

    footer.desktop .copyright {
        margin-top: 125px;
    }

    footer.desktop .adress p {
        position: relative;
        white-space: nowrap;
        left: -184px;
    }

    .page404 {
        width: 740px;
        display: block;
        margin: 60px auto;
        padding-left: 0;
    }

    .ordering-container .tab input {
        width: 250px;
        margin-right: 40px;
    }

    .address-field {
        width: 839px;
    }

    .ordering-container .tab {
        max-width: 100%;
    }

    .ordering-container {
        padding: 30px;
    }

    .contacts-info, .contacts-feedback {
        width: calc((100% - 30px)/2);
        height: 520px;
    }

    .contacts-info {
        margin-right: 30px;
    }

    .contacts-feedback form > div {
        width: 100%;
        margin-right: 0;
    }

    .contacts-feedback form {
        width: 250px;
        display: block;
        margin: 0 auto;
    }

    .contacts-feedback input[type="submit"] {
        width: 100%;
    }

    .contacts-feedback textarea {
        width: 100%;
        height: 80px;
    }

    .contacts-feedback input[type="submit"] {
        margin-top: 20px;
    }

    .calculator .first-step > div:nth-of-type(2n-1) {
        width: 50%;
        padding-right: 30px;
    }

    .calculator .first-step > div:nth-of-type(2n) {
        width: 50%;
        padding-left: 30px;
    }

    .calculator .first-step > div {
        height: 170px;
    }

    .calculator .c-filter__item-inner {
        height: 200px;
    }

    .c-checkbox.x5 {
        width: 33%;
    }

    .calculator .basket-wrapper .cart-summary a {
        border: none;
        background: #e69c00;
        color: #fff;
    }

    .calculator #minCost2, .calculator #minCost3 {
        margin-left: 10px;
    }

    .account-menu {
        width: 213px;
    }

    .account-body {
        width: calc(100% - 213px);
        margin-left: 213px;
    }

    .account-body form > div.w100, .account-body form textarea {
        width: 624px;
    }

    .account-body form input[type="submit"] {
        float: left;
    }

    .account-body .completed-orders .head span:nth-of-type(3) {
        float: right;
    }

    .account-body .completed-orders .head span:last-of-type {
        margin-top: 10px;
    }

    .account-body .cart-code-stock .cart-size {
        white-space: nowrap;
        margin-left: 20px;
    }

    .account-body .cart-item-price {
        width: 200px;
        align-items: flex-start;
        padding-top: 53px;
    }

    .account-body .cart-item-count {
        padding-top: 60px;
        align-items: flex-start;
    }

    .account-body .cart-summary p:last-child {
        position: relative;
        top: -5px;
    }

    .account-body .cart-buy p {
        width: 100%;
    }

    .account-body .cart-buy {
        text-align: left;
    }

    .account-body .cart-buy a {
        padding: 13px 0 0;
        margin-left: 0;
        margin-right: 25px;
    }

    .account-body .cart-buy a:first-of-type {
        width: 174px;
    }

    .account-body .cart-buy a:nth-of-type(2),
    .account-body .cart-buy a:last-of-type {
        width: 202px;
    }

    .catalog-item:nth-child(4n) {
        margin-right: 24px;
    }
}
@media (max-width: 576px) {
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
		padding: 29px 15px 5px 15px !important;
	}
	#bx-soa-order .bx-soa-section .bx-soa-section-content {
		padding: 25px 15px!important;
	}
	.align-center span, .align-center h1, .align-center h2,
	h2, h1 {
		font-size: 26px;
	}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .out-slider-buttons .owl-prev, .out-slider-buttons .owl-next {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 414px) {
    .category-list .item {
        width: 98%;
    }

    .category-list .inner-item {
        height: 425px;
    }

    .category-list .item .name {
        min-height: 50px !important;
    }
}

.about_text .show-all [aria-controls="about_text-more"][aria-expanded="true"]{
    display: none;
}

header .menu .for_mobile_block{
    display: none;
    border-top: 1px solid #695959;
    padding: 10px 0 10px 10px;
}
header .menu .for_mobile_block > div{
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    color: #f9f3ec;
    text-align: left;
}
header .menu .for_mobile_block > div.phones {
	margin-bottom: 20px;
}
header .menu ul li.for_mobile_block a,
header .menu .for_mobile_block > div > p{
	padding: 10px 0;
    border: none;
    color: #f9f3ec;
    text-transform: none;
}
header .menu ul li.for_mobile_block div:not(.social) a,
header .menu .for_mobile_block > div > p{
    margin: 0;
}
header .menu .for_mobile_block > div.adress p {
	line-height: 1.5;
    padding: 0 0 0 24px;
    background-position-y: center;
}
header .menu .for_mobile_block .back-call {
	float: none;
}
    header .menu ul li.for_mobile_block .back-call a {
        padding: 10px 10px 12px;
        margin: 7px 0 0 20px !important;
        width: auto;
        border: 1px solid transparent;
        text-transform: none;
    }
    header .menu .for_mobile_block .back-call a::before {
        background: url(../img/icons/phone-icon-mini.png) center center no-repeat;
    }
    header .menu .for_mobile_block.bottombar .back-call a:hover {
        background: transparent;
        border-color: #e69900;
    }
header .menu .for_mobile_block .social {
	display: inline-block;
}
    header .menu .for_mobile_block .social > a {
        width: auto;
        height: auto;
    }
    header .menu .for_mobile_block .social img {
        width: 37px;
    }
@media (max-width: 969px) {
    header .menu .for_mobile_block{
        display: inline-block;
    }
    body {
        padding-top: 63px;
    }
    header .menu {
        position: fixed;
        top:0;
        z-index: 101;
    }
}
.page h1,
.page h2 { 
	text-align: left; margin: 30px 0; 
}
.page h2 {
	margin-top: 30px; 
}
.page p {
	margin: 8px 0;
}
.brands-list h2 {
	display: none;
}
.collections-wrapper {
	margin: 30px 0 60px;
}
.collections-wrapper h1 {
	margin: 30px 0 30px;
}
.row.shop__contact_us #sub_callback {
	margin: 20px 0;
}

