body, html {
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: OpenSans, sans-serif;
    background: #fff;
    color: #666;
	background: url(img/main-bg.png) top left #ecf0f1;
    /*background: url(img/ny_bg.png) top right repeat;*/
	/*background-size: 300px 300px*/
}

.mm-page {	
	/*pointer-events: none;*/
}

.orange-bg {
   /* background: url(img/main_1920_orange.jpg) no-repeat top center #d65505;*/
	background: url(img/bg_blckfrd.jpg) no-repeat top center #d65505;
	/*background: url(/images/banners/fon-or.jpg) no-repeat top center #d65505;*/
    background-attachment: fixed
}

.bg-link {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

a {
    text-decoration: none
}

.b, b, h1, h2, h3, h4, h5, h6, strong {
    font-family: OpenSans, sans-serif;
    font-weight: 400
}

.main-container {
    position: relative;
    width: 1280px;
    font-family: OpenSans, sans-serif;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
    background-color: #fff
}

.main-container::after {
    clear: both;
    content: "";
    display: table
}

.content-wrap {
    position: relative;
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-wrap.content-wrap_compare{
	/*display: block;*/
    display: flex;
}


.content-wrap::after {
    clear: both;
    content: "";
    display: table
}

.content-wrap aside {
    display: table-cell;
    max-width: 275px;
    float: none
}

.content-wrap .main-content {
    /*min-width: 1005px;*/
    width: 100%;
    display: table-cell;
    vertical-align: top
}

.wrapper {
    max-width: 1280px;
    position: relative
}

.wrapper::after {
    clear: both;
    content: "";
    display: table
}

ul {
    margin: 0;
    padding: 0
}

ul::after {
    clear: both;
    content: "";
    display: table
}

input {
    outline: 0
}

strong {
    font-family: OpenSansBold
}

.uppercase {
    text-transform: uppercase
}

a {
    color: #657b99
}

::-webkit-input-placeholder {
    color: #8495ad;
    opacity: 1;
    line-height: 1
}

::-moz-placeholder {
    color: #8495ad;
    opacity: 1;
    line-height: 1
}

:-moz-placeholder {
    color: #8495ad;
    opacity: 1;
    line-height: 1
}

:-ms-input-placeholder {
    color: #8495ad;
    opacity: 1;
    line-height: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #696969
}

body input:required:valid, body textarea:required:valid {
    color: #696969
}

* {
    outline: 0
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
		opacity: 1
    }
    100% {
		opacity: 0
    }
}

@keyframes fadeOut {
    0% {
		opacity: 1
    }
    100% {
		opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

a, abbr, acronym, address, applet,
article, aside, audio, big,
blockquote, body, canvas, caption,
center, cite, code, dd, del, details,
dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure,
footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, html, i, iframe, img,
ins, kbd, label, legend, li, mark, menu,
nav, object, ol, output, p, pre, q, ruby,
s, samp, section, small, span, strike,
sub, summary, /*sup,*/ table, tbody, td,
tfoot, th, thead, time, tr, tt, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ins {
    text-decoration: none
}

.h1, h1 {
    font-family: OpenSans, sans-serif;
    font-size: 30px;
    color: #696969
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.bd-top {
    border-top: 1px solid #e5e5e5
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

header::after {
    clear: both;
    content: "";
    display: table
}

header .left-head {
    width: 275px;
    float: left;
    background: #fff;
    z-index: -1
}

.logo {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -3780px 0;
    width: 151px;
    height: 56px;
    display: inline-block;
    margin: 63px 55px 60px
}

.catalog-head {
    background-color: #f15722;
    width: 275px;
    height: 60px;
    line-height: 55px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.catalog-head:hover {
    background-color: #696969
}

.catalog-head:hover .catalog-title {
    color: #ff9
}

.catalog-head:hover .menu {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -546px 0;
    width: 12px;
    height: 12px
}

.catalog-head:hover > .menu-head-inside {
    opacity: 1;
    z-index: 5;
    height: auto;
    left: 0
}

.catalog-head:hover > .menu-head-inside ul {
    display: block
}

.catalog-head .catalog-title {
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    color: #fff;
    padding-left: 55px;
    text-transform: uppercase
}

.catalog-head .menu {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -532px 0;
    width: 12px;
    height: 12px;
    margin-left: 35px
}

.menu-head-inside {
    /*z-index: -1;*/
    background-color: #696969;
    margin-top: 4px;
    position: absolute;
    left: -3000px;
    opacity: 0;
    width: 275px;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.menu-head-inside > ul {
    list-style: none;
    padding: 30px 0 37px 0;
    margin: 0;
    line-height: 31px
}

.menu-head-inside li a {
    font-family: OpenSans;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-transform: none;
    padding-left: 55px;
    display: block;
    line-height: 32px
}

.menu-head-inside li a:hover {
    color: #ff9
}

.right-head {
    margin-left: 275px;
    background: #ecf0f1;
    -webkit-box-shadow: -4px -5px 5px rgba(0, 0, 0, .15);
    box-shadow: -4px -5px 5px rgba(0, 0, 0, .15);
    position: relative
}

.top-line {
    line-height: 3.125em;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    text-transform: uppercase
}

.top-line::after {
    clear: both;
    content: "";
    display: table
}

.top-line a, .top-line span {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #696969
}

.top-line a:hover, .top-line span:hover {
    color: #657b99
}

.top-line .home {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -89px 0;
    width: 8px;
    height: 9px;
    margin: 23px 30px 28px 30px;
    float: left
}

.icon {
    display: inline-block
}

.top-menu {
    float: right;
    margin-right: 20px
}

.top-menu li {
    list-style: none;
    float: left;
    margin-right: 24px
}

.head-info {
    position: relative;
    padding-top: 27px;
    height: 93px
}

.head-info::after {
    clear: both;
    content: "";
    display: table
}

.city-phone {
    padding: 0 30px;
    float: left
}

.city-phone .your-city {
    display: block;
    font-size: 13px;
    color: #657b99;
    margin-bottom: 10px
}

.city-phone .choose-city {
    font-family: OpenSansSemiBold, sans-serif;
    color: #657b99;
    background: 0 0;
    border: none;
    margin-left: 7px;
    width: 125px;
    cursor: pointer
}

.city-phone .choose-city:after {
    content: "";
    display: inline-block;
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -560px 0;
    width: 12px;
    height: 7px;
    vertical-align: middle;
    margin-left: 20px
}

.city-phone .phone {
    font-family: OpenSansBold, sans-serif;
    font-size: 1.5em;
    color: #a3b0c2;
    cursor: pointer
}

.city-phone .phone.clouse:after {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1466px 0;
    width: 20px;
    height: 20px
}

.city-phone .phone a {
    color: #a3b0c2
}

.city-phone .phone span {
    color: #f15722
}

.city-phone .phone:after {
    content: "";
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1488px 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    margin: 0 0 5px 9px;
    vertical-align: middle;
    cursor: pointer
}

.choose-city-form.popup-form {
    max-width: 550px
}

.choose-city-form .popup-form-content {
    padding: 50px 50px 55px 50px
}

.choose-city-form .search {
    width: 100%;
    height: 45px;
    float: none;
    margin-bottom: 40px
}

.choose-city-form .search:hover {
    background-color: #ecf0f1
}

.choose-city-form .search input[type=text] {
    height: auto;
    font-family: OpenSans, sans-serif;
    font-size: 13px;
    text-transform: none;
    padding: 14px 35px 13px 20px
}

.choose-city-form .search input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
    color: #657b99
}

.choose-city-form .search input[type=text]::-moz-placeholder {
    font-size: 13px;
    color: #657b99
}

.choose-city-form .search input[type=text]:-moz-placeholder {
    font-size: 13px;
    color: #657b99
}

.choose-city-form .search input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    color: #657b99
}

.choose-city-form .search .search-button {
    top: 15px;
    right: 20px
}

.city-list-result li {
    display: inline-block;
    width: 140px;
    margin-right: 7px;
    color: #657b99;
    cursor: pointer
}

.city-list-result li:hover {
    color: #696969
}


.phone-hint {
    position: absolute;
    left: 0;
	top: 100%;
	bottom: auto;
    /*bottom: -276px;*/
    background-color: #fff;
    /*z-index: 7;*/
    -webkit-box-shadow: 1px 5px 10px 3px rgba(0, 0, 0, .3);
    box-shadow: 1px 5px 10px 3px rgba(0, 0, 0, .3);
    /*display: none;*/
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	z-index: -1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 370px;

}

.phone-hint_active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	z-index: 10;
}

.phone-hint_left {
    /*width: 160px;*/
    /*float: left;*/
    /*text-align: center*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.phone-hint_link {
    /*width: 160px;*/
    width: 50%;
    min-width: 50%;
    /*height: 160px;*/
	height: auto;
    /*display: block;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    font-family: OpenSansSemiBold;
    font-size: 13px;
    line-height: 18px;
    /*padding: 30px;*/
    padding: 23px;
    border-right: 1px solid #e5e5e5;
    /*border-top: 1px solid #e5e5e5;*/
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.phone-hint_link:first-child {
    border-top: none
}

.phone-hint_link:hover {
    color: #657b99;
    background-color: #ecf0f1;
}

.phone-hint .icon {
    display: block;
    margin: 0 auto 20px;
}

.phone-hint .tel {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -2183px 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
	margin-right: 17px;
	margin-bottom: 0;
}

.phone-hint .mail {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1998px 0;
    min-width: 28px;
    width: 28px;
    height: 29px;
	margin-right: 17px;
	margin-bottom: 0;

}

.phone-hint_right {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
    padding: 35px 60px 35px;
    /*margin-right: -85px*/
}

.phone-hint_right:before {
	/*    content: "";
		display: inline-block;
		position: absolute;
		top: -6px;
		left: 81px;
		height: 0;
		width: 0;
		border-bottom: 6.5px solid #fff;
		border-left: 6.5px solid transparent;
		border-right: 6.5px solid transparent*/
}
.phone-hint_left:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
    /*left: 81px;*/
	right: 123px;
    height: 0;
    width: 0;
    border-bottom: 6.5px solid #fff;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
}

.phone-hint_address {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 85px;
}

.phone-hint_address.last {
    margin-bottom: 14px;
    display: block;
    margin-right: 0;
}

.phone-hint_address .icon {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -195px 0;
    width: 10px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -25px;
}

.phone-hint_title {
    font-family: OpenSansBold;
    font-size: 13px;
    line-height: 22px;
    color: #696969;
    text-transform: uppercase;
    margin-bottom: 5px
}

.phone-hint .phone-block {
    font-size: 14px;
    margin-top: 10px
}

.back-call.popup-form {
    max-width: 365px
}

.back-call .popup-form-content {
    padding: 25px 45px 50px 45px
}

.back-call .popup-form-content .submit {
    float: right;
    font-size: 14px;
    padding: 18px 27px;
    margin-top: 15px
}

.back-call .wrapper-field {
    width: 100%
}

.back-call textarea {
    margin-bottom: 0
}

.buttons-menu {
    float: right;
    margin-top: 3px;
    margin-right: 15px
}

.buttons-menu li {
    float: left;
    list-style: none;
    margin-right: 37px;
    position: relative;
    /*line-height: 30px*/
    line-height: normal;
}

.buttons-menu li a {
    display: inline-block;
    text-decoration: none;
    font-family: OpenSansSemiBold, sans-serif;
    font-size: 13px;
    color: #657b99;
	text-align: center;

}

.buttons-menu li .count {
    background-color: #f15722;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-family: OpenSansBold, sans-serif;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border: 3px solid #ecf0f1;
    position: absolute;
    top: -3px;
    right: -5px
}

.buttons-menu li .count:empty {
    display: none
}

.buttons-menu li i {
    display: block;
    margin:  0 auto 10px auto;
    height: 25px !important
}

.buttons-menu li .login {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1740px 0;
    width: 22px;
    height: 25px
}

.buttons-menu li .n-clients {
    background: url(img/org.png) center no-repeat;
    width: 24px;
    height: 25px
}

.buttons-menu li .cart {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1692px 0;
    width: 22px;
    height: 25px
}

.buttons-menu li .favor {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1268px 0;
    width: 20px;
    height: 24px
}

.buttons-menu li .separ {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1422px 0;
    width: 20px;
    height: 25px
}

.buttons-menu li.active a {
    color: #f15722
}

.buttons-menu li.active .login {
    background-image: url(img/new_image/login-active.png);
    background-position: center
}

.buttons-menu li.active .cart {
    background-image: url(img/new_image/cart-active.png);
    background-position: center
}

.buttons-menu li.active .favor {
    background-image: url(img/new_image/favor-active.png);
    background-position: center;
    width: 21px
}

.buttons-menu li.active .separ {
    background-image: url(img/new_image/separ-active.png);
    background-position: center
}

.menu-search {
    background: #ecf0f1;
    width: 1005px;
    height: 60px;
    line-height: 57px
}

.menu-search::after {
    clear: both;
    content: "";
    display: table
}

.menu-search_wrap {
    height: 60px
}

.menu-search.fixed > ul {
    -webkit-box-shadow: -4px 0 5px rgba(0, 0, 0, .2);
    box-shadow: -4px 0 5px rgba(0, 0, 0, .2)
}

.menu-search > ul {
    width: 600px;
    height: 100%;
    background: #657b99;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.menu-search li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 65px;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.menu-search li:last-child {
    margin-right: 0
}

.menu-search li.active .solut, .menu-search li:hover .solut {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -932px 0;
    width: 16px;
    height: 18px
}

.menu-search li.active .tng, .menu-search li:hover .tng {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -968px 0;
    width: 16px;
    height: 16px
}

.menu-search li.active .support, .menu-search li:hover .support {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1162px 0;
    width: 18px;
    height: 16px
}

.menu-search li.active > *, .menu-search li:hover > a {
    color: #ff9
}

.menu-search li:hover .menu-head-inside {
    opacity: 1;
    z-index: 5;
    left: -40px;
    height: auto
}

.menu-search li:hover .menu-head-inside ul {
    display: block
}

.menu-search li a, .menu-search li span {
    height: 100%;
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.menu-search li a:hover, .menu-search li span:hover {
    color: #ff9
}

.menu-search li a i, .menu-search li span i {
    margin-left: 33px;
    margin-bottom: -3px
}

.menu-search li .solut {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -878px 0;
    width: 16px;
    height: 18px
}

.menu-search li .tng {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -824px 0;
    width: 16px;
    height: 16px
}

.menu-search li .support {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1142px 0;
    width: 18px;
    height: 16px
}

.menu-search .menu-head-inside {
    position: absolute;
    left: -40px;
    margin-top: 0;
    width: 275px;
    opacity: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.menu-search .menu-head-inside ul {
    background-color: #696969;
    display: none
}

.menu-search .menu-head-inside li {
    margin-right: 0;
    width: 100%
}

.menu-search .menu-head-inside li a, .menu-search .menu-head-inside li span {
    font-family: OpenSans;
    font-size: 13px;
    text-transform: none;
    padding-left: 0;
    padding-left: 40px;
    line-height: 32px;
    display: block
}

.menu-search .menu-head-inside li ul li {
    position: relative
}

.menu-search .menu-head-inside li ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 42px;
    background: url(img/menu-dot.gif)
}

.menu-search .menu-head-inside li ul a, .menu-search .menu-head-inside li ul span {
    padding-left: 55px
}

.search {
    width: 405px;
    float: right;
    background: #ecf0f1;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search.active-search, .search:focus {
    background: #fff;
    -webkit-box-shadow: -4px -4px 10px -4px rgba(0, 0, 0, .3);
    box-shadow: -4px -4px 10px -4px rgba(0, 0, 0, .3)
}

.search:hover {
    background: #fff
}

.search input[type=text] {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    color: #999;
    text-transform: uppercase;
    padding: 5% 14% 5% 7.5%;
    background: 0 0;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search input[type=text]::-webkit-input-placeholder {
    color: #999
}

.search input[type=text]::-moz-placeholder {
    color: #999
}

.search input[type=text]:-moz-placeholder {
    color: #999
}

.search input[type=text]:-ms-input-placeholder {
    color: #999
}

.search .search-button {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -789px 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 28px;
    top: 20px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.search .search-result {
    position: relative;
    left: 0;
    width: 408px;
    /*z-index: 3;*/
    z-index: 102;
    background-color: #fff;
    -webkit-box-shadow: -7px 10px 10px -4px rgba(0, 0, 0, .2);
    box-shadow: -7px 10px 10px -4px rgba(0, 0, 0, .2);
    display: none
}

.search .search-head {
    height: 38px;
    padding-left: 15px;
    background-color: #b2bdcc;
    color: #fff;
    font-family: OpenSansBold, sans-serif;
    font-size: .6875em;
    line-height: 35px;
    text-transform: uppercase
}

.search .search-row {
    font-size: .8125em;
    line-height: 22px;
    color: #657b99;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    height: 70px;
    white-space: pre-line
}

.search .search-row .search-img {
    width: 80px;
    height: 70px;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    margin: auto;
    line-height: 70px
}

.search .search-row .search-img img {
    vertical-align: middle;
    max-width: 80px;
    max-height: 70px;
    display: inline-block
}

.search .search-row .search-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px
}

.search .search-row strong {
    font-family: OpenSansBold, sans-serif
}

.search .all-results {
    height: 70px;
    display: inline-block;
    line-height: 65px;
    font-family: OpenSansBold, sans-serif;
    font-size: .875em;
    color: #657b99;
    text-transform: uppercase;
    padding: 0 30px;
	width: 100%;
	color: #fff;
	background-color: #f15722;
}

.search .all-results span {
    color: #fff;
    /*color: #b2bdcc;*/
    margin-left: 35px
}

aside {
    width: 275px;
    min-width: 275px;
    float: left;
    font-family: OpenSans, sans-serif
}

aside .catalog {
    background-color: #ecf0f1
}

aside .catalog ul {
    list-style: none;
    padding: 30px 0 37px 55px;
    margin: 0
}

aside .catalog li a {
    font-size: 13px;
    text-decoration: none;
    color: #657b99;
    line-height: 32px
}

aside .catalog li a:hover {
    color: #696969
}

aside .pages ul {
    list-style: none;
    padding-left: 55px;
    margin: 42px 0 50px
}

aside .pages li:nth-of-type(4) {
    margin-bottom: 35px
}

aside .pages li a {
    font-size: 13px;
    line-height: 31px;
    text-decoration: none;
    color: #657b99
}

aside .ya-market {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -3595px 0;
    width: 86px;
    height: 41px;
    display: inline-block;
    margin-left: 55px;
    margin-bottom: 20px
}

aside .ya-market + .aside-examples .aside-examples-file {
    margin-top: 30px
}

.main-content {
    -webkit-box-shadow: -7px 2px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: -7px 2px 5px -3px rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1.5
}

.top-carousel {
    height: auto;
    width: 100%
}

.top-carousel a {
    text-decoration: none;
    font-family: OpenSansBold, sans-serif;
    line-height: 2.125em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px
}

.top-carousel .owl-item.active h3, .top-carousel .owl-item.active p {
    opacity: 1;
    left: 50px
}

.top-carousel .item {
    position: relative
}

.top-carousel .item p {
    font-size: .875em;
    color: #ff9;
    position: absolute;
    margin: 0;
    top: 130px;
    left: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.top-carousel .item h3 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    margin: 0;
    top: 175px;
    left: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
       transition-delay: .25s
}

.top-carousel .item img {
    max-width: 600px;
    height: 295px
}

.tabs {
    line-height: 77px
}

.tabs ul {
    list-style: none
}

.tabs ul li {
    display: inline-block;
    margin-left: 35px;
    cursor: pointer;
    z-index: 2
}

.tabs ul li:first-child {
    margin-left: 30px
}

.tabs ul li.active, .tabs ul li:hover {
    border-bottom: 3px solid #657b99
}

.tabs ul li.active a, .tabs ul li:hover a {
    color: #696969
}

.tabs ul li a {
    color: #8495ad;
    text-decoration: none;
    text-transform: uppercase;
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px
}

.tabs ul li a:hover {
    color: #696969
}

.tabs-content .tabs-item {
    display: none
}

.action-sale-carousel::after, .bestsellers-carousel::after, .novelty-carousel::after {
    clear: both;
    content: "";
    display: table
}

.action-sale-carousel .owl-stage-outer, .bestsellers-carousel .owl-stage-outer, .novelty-carousel .owl-stage-outer {
    overflow: visible
}

.action-sale-carousel .owl-nav.disabled, .bestsellers-carousel .owl-nav.disabled, .novelty-carousel .owl-nav.disabled {
    display: block
}

.action-sale-carousel .owl-nav, .articles-carousel .owl-nav, .bestsellers-carousel .owl-nav, .n-tabs-item .owl-nav, .novelty-carousel .owl-nav, .photo-carousel .owl-nav, .sertificate-carousel .owl-nav, .similar-carousel .owl-nav, .students-carousel .owl-nav {
    position: absolute;
    top: -45px;
    right: 40px
}

.action-sale-carousel .owl-prev, .articles-carousel .owl-prev, .bestsellers-carousel .owl-prev, .n-tabs-item .owl-prev, .novelty-carousel .owl-prev, .photo-carousel .owl-prev, .sertificate-carousel .owl-prev, .similar-carousel .owl-prev, .students-carousel .owl-prev {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1510px 0;
    width: 20px;
    height: 12px;
    float: left;
    text-indent: -9999%
}

.action-sale-carousel .owl-next, .articles-carousel .owl-next, .bestsellers-carousel .owl-next, .n-tabs-item .owl-next, .novelty-carousel .owl-next, .photo-carousel .owl-next, .sertificate-carousel .owl-next, .similar-carousel .owl-next, .students-carousel .owl-next {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1224px 0;
    width: 20px;
    height: 12px;
    margin-left: 50px;
    text-indent: -9999%
}

.action-sale-carousel a, .articles-carousel a, .bestsellers-carousel a, .n-tabs-item a, .novelty-carousel a, .photo-carousel a, .sertificate-carousel a, .similar-carousel a, .students-carousel a {
    text-decoration: none;
    font-family: OpenSans, sans-serif
}

.main-content .articles-carousel {
    overflow: hidden
}

.main-content .n-tabs-item {
    position: relative
}

.main-content .articlesNav {
    position: absolute;
    top: -45px;
    right: 40px;
    z-index: 100
}

.main-content .articlesNav .owl-next, .main-content .articlesNav .owl-prev {
    cursor: pointer
}

.product-content {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 250px;
    float: left;
    background: #fff;
    position: relative
}

.product-content:hover {
    position: relative;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 2;
    /*top: -1px;*/
    /*left: -1px*/
}

.product-content:hover .hidden-block {
    display: block
}

.product-content-text {
    position: relative;
    padding: 5px 30px 5px;
    height: 110px;
    background-color: #fff
}

.product-content-text .price {
    position: absolute;
    bottom: 34px
}

.product-content .img-wrap {
    text-align: center;
    max-width: 210px;
    height: 225px;
    line-height: 225px;
    margin: auto
}

.product-content img {
    max-width: 210px;
    max-height: 225px;
    display: inline-block !important;
    vertical-align: middle;
    width: auto !important
}

.product-content .h5, .product-content h5 {
    max-height: 66px;
    position: absolute;
    bottom: 55px;
    font-family: OpenSans, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #657b99;
    margin: 0 20px 15px 0;
    overflow: hidden
}

.product-content .hidden-block {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    bottom: -53px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 13px 10px 3px rgba(0, 0, 0, .2);
    border-right: 1px solid #e5e5e5;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product-content .hidden-block::after {
    clear: both;
    content: "";
    display: table
}

.product-content .hidden-block p {
    color: #999;
    margin: 20px 0;
    line-height: 18px
}

.product-content .hidden-block a {
    display: inline-block
}

.product-content .hidden-block .button {
    background: #f15722;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 27px 18px 22px;
    font-family: OpenSansBold, sans-serif;
    font-size: 11px;
    line-height: 20px;
    float: left
}

.product-content .hidden-block .button:hover {
    background-color: #eb470f
}

.product-content .hidden-block .button .basket {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -914px 0;
    width: 16px;
    height: 17px;
    margin-right: 12px;
    margin-bottom: -3px
}

.product-content .hidden-block .but-img {
    float: right;
    margin-top: 13px;
    margin-right: 23px
}

.product-content .hidden-block .favorite {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -986px 0;
    width: 16px;
    height: 21px
}

.product-content .hidden-block .separate {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1023px 0;
    width: 17px;
    height: 22px;
    margin-left: 17px
}

.badge {
    min-width: 110px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #27bb66;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 17px 17px;
    font-family: OpenSansBold, sans-serif;
    font-size: .6875em;
    z-index: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.badge-blue {
    background-color: #498cc1
}

.badge-orange {
    background-color: #e67e22;
    min-width: 90px
}

.price {
    line-height: 20px;
    font-size: 18px
}

.price::after {
    clear: both;
    content: "";
    display: table
}

.price .new {
    font-family: OpenSansBold, sans-serif;
    color: #f15722;
    margin-right: 7px
}

.price .new:first-letter {
    margin-right: 10px
}

.price .rub {
    color: #999;
    margin-right: 10px
}

.price .old {
    text-decoration: line-through;
    font-size: 14px;
    color: #999
}

.price .old:first-letter {
    margin-right: 5px
}

.breadcrumbs {
    height: 65px;
    width: 100%;
    line-height: 60px;
    padding-left: 55px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    font-family: OpenSans, sans-serif;
    font-size: 13px;
    color: #657b99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.breadcrumbs i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -89px 0;
    width: 8px;
    height: 9px;
    margin-right: 15px
}

.breadcrumbs a {
    color: #657b99;
    text-decoration: none
}

.breadcrumbs a::after {
    content: "/";
    display: inline-block;
    margin: 0 10px
}

.breadcrumbs a:hover {
    color: #999
}

.breadcrumbs .span {
    color: #999
}

.category-header {
    padding: 32px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.category-header::after {
    clear: both;
    content: "";
    display: table
}

.category-header .h1, .category-header h1 {
    margin: 0 0 0 55px;
    float: left
}

.category-header .count-goods {
    float: right;
    font-family: OpenSans, sans-serif;
    font-size: .875em;
    color: #696969;
    margin-right: 40px
}

.category-header .count-goods span {
    font-family: OpenSansBold, sans-serif;
    font-size: 2.25em;
    color: #bcc4d0;
    margin-right: 15px
}

.category-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 55px;
    margin-bottom: 25px
}

.category-tag {
    margin-right: 8px;
    background: #ecf0f1;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #657b99
}

.category-tag:hover {
    background: #657b99;
    color: #fff
}

.category-tag_active {
    background: #657b99;
    color: #fff
}

.dis {
    display: none
}

.category-tag:last-child {
    margin-right: 0
}

.category-tag_more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.category-tag_arrow {
    font-size: 9px;
    margin-left: 5px
}

.category-tag_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-tag_more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-tag_more-link-arrow {
    font-size: 9px;
    font-weight: 500;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category-tag_more-link.active {
    display: none
}

.cart-header {
    height: 180px;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cart-header .logo {
    float: left;
    margin-right: 68px;
    margin-bottom: 80px
}

.cart-header .city-phone {
    margin-top: 57px;
    float: left
}

.cart-header .cart-header-rigth {
    background-color: #ecf0f1;
    float: right;
    height: 100%;
    width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 60px
}

.cart-header .cart-header-rigth .icon {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1692px 0;
    width: 22px;
    height: 25px;
    margin-bottom: 10px
}

.cart-header .cart-header-rigth span {
    display: block;
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    color: #657b99;
    text-transform: uppercase;
    line-height: 24px
}

.cart-header .phone-hint {
    left: 265px
}

.cart-container {
    position: static;
    min-height: 100%
}

.cart-content {
    padding: 50px 55px 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1
}

.cart-content table {
    width: 100%
}

.cart-content table td {
    border: 1px solid #e5e5e5;
    vertical-align: top
}

.cart-content .cart-content-img {
    text-align: center;
    vertical-align: middle;
    width: 208px;
    height: 165px
}

.cart-content .cart-content-img img {
    max-width: 208px;
    max-height: 165px;
    display: inline-block
}

.cart-content .name {
    margin: 30px 15px 30px 40px;
    float: left
}

.cart-content .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 520px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    color: #696969
}

.cart-content .options-more {
    font-size: 13px;
    line-height: 30px;
    color: #657b99;
    display: block
}

.cart-content .options-more i {
    /*background-image: url(img/sprite/sprite.png?v=2);*/
    /*background-position: -1042px 0;*/
    background: url(img/cart-plus.png) center no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 17px;
    margin-bottom: -4px
}

.cart-content .number {
    margin-top: 50px;
    float: left
}

.cart-content .price {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 50px 49px;
    width: 112px;
    white-space: nowrap
}

.cart-content .amount {
    font-family: OpenSansBold, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #f15722;
    margin-top: 12px;
    margin-right: 5px;
    display: inline-block
}

.cart-content .rub {
    font-size: 22px
}

.cart-content .delete {
    text-align: center;
    vertical-align: middle;
    width: 70px;
    cursor: pointer
}

.cart-content .delete i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -434px 0;
    width: 12px;
    height: 12px
}

.n-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px;
    min-height: 40px
}

.n-new-price-rub {
    margin-left: 0 !important
}

.total-price {
    background-color: #ecf0f1;
    padding: 0 55px;
    height: 85px;
    line-height: 82px;
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #657b99
}

.total-price p {
    float: left
}

.total-price .checkout {
    float: right;
    background-color: #f15722;
    height: 100%;
    color: #fff;
    padding: 0 41px 0 40px
}

.total-price .checkout:hover {
    background-color: #eb470f
}

.total-price .checkout i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1246px 0;
    width: 20px;
    height: 12px;
    margin-left: 40px
}

.total-price .total-amount {
    float: right;
    font-family: OpenSansBold, sans-serif;
    font-size: 30px;
    color: #f15722;
    margin-right: 53px
}

.total-price .rub {
    color: #999
}

.back-link {
    font-size: 13px;
    padding: 33px 55px
}

.back-link a {
    color: #657b99
}

.back-link i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1510px 0;
    width: 20px;
    height: 12px;
    margin-right: 30px;
    margin-bottom: -3px
}

.cart-footer {
    width: 1280px;
    height: 180px;
    background-color: #fff;
    padding: 30px 55px 55px;
    font-family: OpenSans, sans-serif;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cart-footer .copyright {
    float: left;
    font-size: 10px;
    line-height: 18px;
    color: #a3b0c2
}

.cart-footer .copyright .year {
    font-family: OpenSansBold, sans-serif;
    font-size: 18px;
    margin-bottom: 17px
}

.cart-footer .copyright i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1790px 0;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    vertical-align: middle
}

.cart-footer .phone {
    float: right;
    font-size: 13px;
    color: #a3b0c2
}

.cart-footer .phone a, .cart-footer .phone span {
    font-family: OpenSansBold, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #a3b0c2
}

.cart-footer .phone a:hover, .cart-footer .phone span:hover {
    color: #a3b0c2
}

.cart-footer .phone_block {
    color: #a3b0c2
}

.cart-footer .phone_block:hover {
    color: #a3b0c2
}

.cart-order-container .cart-footer {
    position: static
}

.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.hidden {
    display: none
}

.top-line .sitemapico {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -303px 0;
    width: 11px;
    height: 9px;
    width: 11px;
    height: 9px;
    margin: 23px 30px 28px -10px;
    float: left
}

.city-list-result {
    position: relative
}

.city-list-loading:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 9;
    background: rgba(255, 255, 255, .8) url(img/ajax_loader_horizont.gif) no-repeat center 21px;
    content: ""
}

.top-carousel .item {
    height: 296px;
    float: left
}

.top-carousel .owl-item img {
    height: 296px
}

.top-carousel .owl-item active {
    height: 296px
}

.top-carousel-wrap {
    /*min-height: 296px;*/
    height: 296px
}

.owl-carousel-hits-wrap {
    min-height: 346px;
    max-height: 346px
}

.solutions {
    height: 210px
}

.projects {
    height: 277px
}

.action-sale-carousel, .bestsellers-carousel, .novelty-carousel {
    overflow: hidden;
    height: 346px
}

.action-sale-carousel:hover, .bestsellers-carousel:hover, .novelty-carousel:hover {
    overflow: visible
}

#bestsellers {
    position: relative
}

.owl-carousel {
    display: block
}

.projects, .solutions, .top-carousel-wrap {
    overflow: hidden
}


.n-clients__name {
    width: 83px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}


.n-dropdown-personal__list .icon{
    margin-right: 20px;
}

.n-dropdown-personal__link{
    /*white-space: nowrap;*/
}

.n-dropdown-personal__item{
    margin-right: 0 !important;
}

.n-dropdown-wrap{
    display: none;
    /*display: block;*/
    position: absolute;
    top: 127%;
    left: 11px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.5);

}
.n-dropdown.n-dropdown-personal{
    padding: 25px 12px 25px 25px;
    min-width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-dropdown-wrap:before{
    content:"";
    background: transparent;
    position: absolute;
    top:-16px;
    right: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.buttons-menu li:hover .n-dropdown-wrap{
    display: block;
}

.n-dropdown{
    position: relative;
}

.n-dropdown:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

}

.n-dropdown-personal:after{
    top: -4px;
    left: 23px;
}
.n-dropdown-clients:after{
    top: -4px;
    left: 23px;
}
.n-dropdown-cart:after{
    top: -4px;
    left: 50%;
    margin-left: -16px; 
}

.n-dropdown-compare:after,
.n-dropdown-favorites:after{
    top: -4px;
    left: auto;
    right: 56px;
}
.n-dropdown.n-dropdown-clients{
    padding: 0;
    min-width: 300px;
}




.n-dropdown-personal__link{
    color: #666666 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.n-dropdown-personal__link:hover{
    color: #657b99 !important;
    cursor: pointer;
}

.n-dropdown-personal__link .icon{
    height: 12px !important;
    margin-bottom: 0 !important;
}

.n-dropdown-personal__name{
    font-family: "OpenSansBold"; 
	text-align: left;
}

.n-dropdown-personal__item{
    margin-bottom: 15px;

}

.n-dropdown-personal__item_esc{
    margin-top: 25px;
}

.n-dropdown-clients__item{
    padding: 23px 20px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0 !important;
    width: 100%;
}

.n-dropdown-clients__item:last-child{
    border: none;
}

.n-dropdown-clients__link{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.n-dropdown-clients__name{
    margin-top: 5px;
}

.n-dropdown-header{
    font-family: OpenSansBold, sans-serif;
    -webkit-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
    color: #666666;
    padding: 23px 25px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.7px;
    position: relative;
    z-index: 100;
}

.n-dropdown-cart{
    width: 485px;
}

.n-dropdown-wrap-compare,
.n-dropdown-favorites{
    width: 385px;
}

.n-dropdown-wrap-compare .n-dropdown-cart__img-wrap,
.n-dropdown-favorites .n-dropdown-cart__img-wrap {
    width: 26%;
    min-width: 26%;
}


.n-dropdown-wrap-cart{
    left: -200px; 
    -webkit-box-shadow: none; 
            box-shadow: none;
}

.n-dropdown-cart__img-wrap{
    width: 20%;
    min-width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.n-dropdown-cart__list{
    -webkit-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    /*height: auto;*/
    /*height: 220px;*/
    /*max-height: 220px;*/
    /*min-height: 15px;*/

}

.n-dropdown-cart__list.active{
    height: 220px;
}
.n-dropdown-cart__list
.n-dropdown-cart__img{
    max-width: 69px;
    max-height: 47px;

}

.n-dropdown-cart__list .jspVerticalBar{
    width: 5px;
    right: 2px;
}

.n-dropdown-cart__item{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    margin-right: 0 !important;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.n-dropdown-cart__link{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    min-width: 90%;

}

.n-dropdown-cart__name{
    font-size: 13px;
    color:#657b99;
    width: 67%;
    min-width: 67%;
    padding: 18px 50px 18px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
	text-align: left !important;
}


.n-dropdown-cart__price{
    font-family: OpenSansBold, sans-serif;
    width: 17%;
    min-width: 17%;
    white-space: nowrap;
    color:#f15722;
    font-size: 14px;
}

.n-dropdown-cart__price .rub{
    font-weight: bold;
    color:#999999;
}

.n-dropdown-cart__delete{
    background: url(img/n-dropdown-close.png) center no-repeat;
    width: 10%;
    min-width: 10%;
    height: 10px;
    background-size: contain;

}


.n-dropdown-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.n-dropdown-footer .checkout{
    font-size: 14px;
    background-color: #f15722;
    height: 100%;
    color: #fff;
    padding: 27px 35px 28px 35px;
    /*width: 50%;*/  
    /*min-width: 50%;*/  
    width: 242px;  
    min-width: 242px;  
    -webkit-box-sizing: border-box;  
            box-sizing: border-box;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.n-dropdown-footer .checkout i {
    background-image: url(img/sprite/sprite.png?v=2);
    background-position: -1246px 0;
    width: 20px;
    height: 12px !important;
    margin: 0;
}

.n-dropdown-footer__left{
    /*width: 50%;*/ 
    /*min-width: 50%;*/ 
    width: 242px;  
    min-width: 242px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 35px 20px 24px;
}

.n-dropdown-footer .total{
    font-size: 14px;
    margin-right: 18px;
}
.n-dropdown-footer .price{
    font-family: OpenSansBold, sans-serif;
    white-space: nowrap;
    font-size: 18px;
    color:#f15722;
}
.n-dropdown-footer .rub{
    font-size: 18px;
    color:#999999;
    font-weight: bold;
}



.n-dropdown-wrap-compare,
.n-dropdown-wrap-favorites{
    left: auto; 
    right: -25px;
    -webkit-box-shadow: none;
            box-shadow: none;
}



.n-dropdown-wrap-compare .n-dropdown-cart__link,
.n-dropdown-favorites .n-dropdown-cart__link{
    width: 90%;
}

.n-dropdown-wrap-compare .n-dropdown-footer{

}

.n-dropdown-wrap-compare .n-dropdown-footer__link,
.n-dropdown-favorites .n-dropdown-footer__link{
    font-family: OpenSansBold, sans-serif;
    color:#657b99;
    padding: 30px;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;

}

.novelty-carousel .product-content:hover,
.action-sale-carousel .product-content:hover,
.bestsellers-carousel .product-content:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.novelty-carousel .owl-item:hover,
.action-sale-carousel .owl-item:hover,
.bestsellers-carousel .owl-item:hover{
    position: relative;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 2;
}




.add-order-carousel .product-content-text{
    /*background: transparent;*/
}
.add-order-carousel .item:hover .product-content{
	/*background: rgba(239, 241, 242, .5);*/

}

.product-content-bg{
	/*    display: none;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(239, 241, 242, .5);
		z-index: 10;*/
}

form#appeal-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.appealFilterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}


.menu-search__link-mob{
	display: none !important;
	font-size: 12px;
}


	.n-online-pay .total-price{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	} 
	.n-online-pay .total-price .checkout{
		padding: 21px 41px 21px 40px !important;
	} 
	.n-online-pay .total-price p{
		text-align: center !important;
	} 

@media only screen and (max-width: 1024px) {
    .mfp-wrap {
		position: fixed !important
    }

}