.winfo {
	position:absolute;
	z-index:5;
	display:none;
	max-width:100%;
	padding: 2px 6px;
	margin-top:.1rem;
	font-size:12px;
	line-height:1.5;
	color:#fff;
	background-color:rgba(220,53,69,.9);
	border-radius:.25rem;
}

.null {
	display: none;
}

.q-button {
	display: block;
	text-align: center;
	width: 150px;
	margin: 15px 0 25px;
	border: 1px solid #FB4622;
	color: white !important;
	background-color: #FB4622;
}

.q-button:hover {
	color: #FB4622 !important;
	background-color: white;
}


@viewport {
    user-zoom: fixed
}

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

label {
    cursor: pointer
}

textarea {
    resize: none
}

a,
button,
input,
textarea {
    outline: 0
}

:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    max-width: 100%;
    vertical-align: top;
	height: 100%;
}

a,
img {
    border: 0
}

a {
    outline: 0;
    color: #000
}

a:hover {
    text-decoration: none
}

body {
    color: #4f5051;
    font: 14px Roboto;
    line-height: 24px;
    text-align: center;
    background: #ededed
}

body,
html {
    height: 100%;
    width: 100%;
    min-width: 300px
}

[class^=mobile-] {
    display: none
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px
}

div[class^=col-md] {
    padding-left: 13px;
    padding-right: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%
}

.col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.col-md-9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.tbl-row {
    display: table;
    width: 100%
}

.page-width {
    position: relative;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    background: #ededed
}

.page-bl {
    min-width: 270px;
    max-width: 1200px;
    width: auto;
    text-align: left;
    padding: 0 15px;
    margin: 0 auto
}

.body-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.site-header {
    position: relative;
    z-index: 10;
    color: #7f7f7f;
    background: #1a1d24
}

.site-header .page-bl {
    min-height: 78px
}

.site-header a {
    color: #656972
}

.head-info-wrap {
    height: 124px;
    line-height: 118px
}

.head-info-wrap::after {
    clear: both;
    content: ' ';
    display: block;
    overflow: hidden;
    height: 2px
}

.head-nav-wrap {
    height: auto;
    line-height: 45px;
    padding: 0 0 3px 0;
    border-top: solid 1px rgba(255, 255, 255, .05);
    background: #1a1d24;
    position: sticky;
    top: 0;
    z-index: 1;
}

.head-nav {
    font-size: 16px
}

.head-nav ul {
    list-style: none;
    margin: 0 0 0 -40px
}

.head-nav li {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 0 0 40px
}

.head-nav a {
    color: #c0c6d2;
    text-decoration: none
}

.head-nav .active a,
.head-nav a:hover {
    color: #fc6243
}

.head-nav .cat {
    display: inline-block;
    position: relative;
    padding-left: 24px
}

.head-nav .cat .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 12px;
    margin: -7px 0 0 0
}

.head-nav .cat .icon i {
    display: block;
    overflow: hidden;
    height: 2px;
    margin: 0 0 3px 0;
    background: #8e929a
}

.head-nav .cat .icon i:nth-child(2) {
    margin-right: 6px
}

.head-nav .cat .icon i:nth-child(3) {
    margin-right: 3px
}

.head-nav .active .cat .icon i,
.head-nav a.cat:hover .icon i {
    background: #fc6243
}

.menu-active {
	 color: #fc6243 !important;
}

.icon-active i {
	  background: #fc6243 !important;
}

.reg-inf {
    /*
    float: right;
    font-size: 16px;
    padding: 0 0 0 20px
    */
}

.reg-btn {
    display: inline-block;
    position: relative;
    color: #656972!important;
    line-height: 24px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 0 0 26px
}

.reg-btn::before {
    content: ' ';
    opacity: .4;
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin: -9px 0 0 0;
    background: url(../images/icon-reg.png?v=1) no-repeat;
    background-size: 17px auto
}

.reg-btn:hover {
    color: #fc6243!important
}

.reg-btn:hover::before {
    opacity: 1;
    background-position: left -17px
}

.logo-wrap {
    position: relative;
    float: left;
    padding: 0 24px 0 0;
    margin: 0 22px 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.logo-wrap::after {
    content: ' ';
    opacity: .12;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 1px;
    height: 56px;
    margin: -30px 0 0 0;
    background: #7f7f7f
}

.logo {
    /*cursor: pointer;*/
    display: inline-block;
    position: relative;
    min-width: 207px;
    height: 40px;
    color: #fb4622!important;
    font: bold 40px Roboto, sans-serif, Arial, sans-serif;
    line-height: 40px;
    text-decoration: none;
    vertical-align: middle
}

.logo span {
    color: #fff
}

.logo::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.basket-inf {
    float: right;
    padding: 0 0 0 23px;
}

.basket-btn.empty span {
    opacity: 0
}

.basket-btn {
    display: inline-block;
    width: 195px;
    height: 46px;
    color: #fff!important;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #fb4622;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.basket-btn-icon::before {
    content: ' ';
    display: inline-block;
    width: 31px;
    height: 19px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background: url(../images/icon-basket.png?v=1) no-repeat;
    background-size: 31px auto
}

.basket-btn span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    font: 13px Roboto;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background: #ff785d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.basket-btn:hover {
    background: #fc6243
}

.head-nav-wrap .h-date {
    display: none;
    font-size: 24px;
    font-weight: 700;
    padding: 0
}

.tel-inf {
    float: right;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    padding: 0 0 0 20px;
}

.tel-inf div {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle
}

.tel-inf p {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px
}

.tel-inf p::before {
    content: ' ';
    position: absolute;
    opacity: .3;
    top: 50%;
    left: 0;
    width: 14px;
    height: 23px;
    margin: -12px 0 0 0;
    /*background: url(../images/icon-tel.png?v=1) no-repeat;*/
    background-size: 14px auto
}

.tel-inf,
.tel-inf a {
    color: #fff;
    text-decoration: none
}

.tel-inf a:hover {
    color: #fc6243
}

.contacts-inf {
    display: block!important;
    font: 14px Roboto;
    line-height: 18px!important;
    text-align: right;
    /*padding: 7px 0 0 0*/
}

.contacts-inf p {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0!important;
    margin: 0 0 0 10px
}

.contacts-inf p::before {
    display: none
}

.contacts-inf a,
.contacts-inf span {
    opacity: .4;
    color: #fff
}

.contacts-inf a {
    text-decoration: underline
}

.contacts-inf a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.map-i {
    display: inline-block;
    vertical-align: top
}

.map-i span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 20px
}

.map-i span::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url(../images/icon-map.png?v=1) no-repeat
}

.rules {
	padding-left: 20px;
	text-align: left;
	background-color: #1A1D24;
}


.rules a {
	display:block;
	line-height:15px;
	margin-bottom: 12px;
}

.rules span {
	display:block;
	color: white !important;
	line-height:15px;
	margin-bottom: 12px;
}



 .rules a:hover {
	color: #fff;
	text-decoration: underline
}

.email-i {
    display: inline-block;
    vertical-align: top
}

.email-i a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 0 20px
}

.email-i a::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 12px;
    height: 10px;
    margin: -5px 0 0 0;
    background: url(../images/icon-mail.png?v=1) no-repeat
}

.head-inf-wrap {
    overflow: hidden;
    text-align: left
}

.head-inf {
    display: inline-block;
    width: 100%;
    color: #7f7f7f;
    font: 15px Roboto;
    line-height: 20px;
    vertical-align: middle
}

.head-inf div {
	margin-top: 5px;
}

.h-date {
    position: relative;
    color: #fb4622;
    font: bold 30px Roboto;
    line-height: 34px;
    padding: 0 0 7px 0
}

.h-date div {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 146px
}

.h-date i {
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 136px;
    height: 33px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    padding: 0 6px 0 0;
    text-align: center;
    background: url(../images/icon-clock-t.png?v=1) no-repeat
}

.h-date span {
    color: #fff
}

.h-date .time {
    vertical-align: top;
    padding: 0
}

.time span {
    display: inline-block;
    color: #fb4622
}

.time span.colon {
    width: 4px;
    padding: 0 2px
}

.time .colon b,
.time span b {
    float: left;
    display: none;
    width: 4px;
    height: 4px;
    overflow: hidden;
    visibility: hidden;
    background: #fb4622
}

.time .colon b {
    display: none;
    margin: 0 0 4px
}

.time span.colon .c11,
.time span.colon .c12 {
    display: block;
    visibility: visible
}

.time span.d0::before {
    content: '0'
}

.time span.d1::before {
    content: '1'
}

.time span.d2::before {
    content: '2'
}

.time span.d3::before {
    content: '3'
}

.time span.d4::before {
    content: '4'
}

.time span.d5::before {
    content: '5'
}

.time span.d6::before {
    content: '6'
}

.time span.d7::before {
    content: '7'
}

.time span.d8::before {
    content: '8'
}

.time span.d9::before {
    content: '9'
}

.site-content {
    padding: 29px 0 375px 0
}

.site-content p {
    padding-bottom: 24px
}

.site-content ol,
.site-content ul {
    position: relative;
    margin-left: 24px;
    margin-bottom: 24px
}

.site-content ol ol,
.site-content ol ul,
.site-content ul ol,
.site-content ul ul {
    margin-bottom: 0
}

.site-content abbr {
    text-decoration: none
}

.site-content hr {
    height: 44px;
    margin: 8px 0 0 0;
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .15)
}

.breadcrumb-wrap {
    position: relative;
    top: -29px;
    min-height: 20px;
    color: #989898;
    font-size: 13px;
    line-height: 20px;
    padding: 13px 0 12px 0;
    background: #f8f8f8
}

.breadcrumb {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -6px!important
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 16px;
    margin: 0 0 0 6px
}

.breadcrumb li::before {
    content: ' ';
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 8px;
    background: url(../images/arrow-r.png?v=1) no-repeat
}

.breadcrumb li:nth-child(1) {
    padding-left: 0
}

.breadcrumb li:nth-child(1)::before {
    display: none
}

.breadcrumb a {
    color: #4f5051;
    text-decoration: none
}

.breadcrumb a:active,
.breadcrumb a:hover {
    color: #fa4622
}

.warning {
    position: relative;
    top: -29px;
    color: #fff;
    background: #fa4622
}

.warning .page-bl {
    position: relative;
    min-height: 24px;
    padding-top: 11px;
    padding-bottom: 11px
}

.warning strong {
    display: inline-block;
    vertical-align: top;
    padding-right: 150px
}

.warning .close {
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 15px;
    height: 24px;
    margin: 0 23px 0 0
}

.warning .close::after,
.warning .close::before {
    content: ' ';
    position: absolute;
    overflow: hidden
}

.warning .close::before {
    top: 5px;
    right: -23px;
    width: 13px;
    height: 13px;
    background: url(../images/icon-close.png?v=1) no-repeat
}

.warning .close::after {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3)
}

.warning .close:hover {
    opacity: .7
}

.warning .close:hover::after {
    display: none
}

.site-footer {
    position: relative;
    overflow: hidden;
    display: block;
    height: 375px;
    margin: -375px auto 0 auto;
    background: #1a1d24
}

.up-link {
    height: 60px;
    color: #fff;
    font: 14px Roboto;
    line-height: 60px;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, .05)
}

.up-link span {
    cursor: pointer;
    opacity: .5;
    display: inline-block;
    position: relative;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 0 0 18px
}

.up-link span::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 13px;
    margin: -7px 0 0 0;
    background: url(../images/arrow-up.png?v=1) no-repeat;
    background-size: 10px auto
}

.up-link span:active,
.up-link span:hover {
    opacity: 1
}

.footer-info-wrap {
    height: 124px;
    line-height: 98px;
    padding: 18px 0 7px 0
}

.footer-info-wrap::after {
    clear: both;
    content: ' ';
    display: block;
    overflow: hidden;
    height: 2px
}

.site-footer .h-date div {
    padding: 0 148px 0 0
}

.site-footer .h-date i {
    left: auto;
    right: 0;
    padding: 0 0 0 6px;
    background-position: left -37px
}

.site-footer .h-date .time {
    padding-right: 0
}

.copy-wrap {
	padding-top: 20px;
    height: 50px;
    font: 14px Roboto;
    line-height: 64px;
    border-top: solid 1px rgba(255, 255, 255, .05)
}

.copy-wrap,
.copy-wrap a {
    color: rgba(255, 255, 255, .7)
}

.copy-wrap a:hover {
    color: #fff
}

.copy-bl {
    /*display: inline-block;*/
    width: 100%;
    line-height: 22px;
    vertical-align: middle
}

.copy-bl p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 0
}

.copy-bl p span {
    opacity: .5;
    padding: 0 15px
}

.pay-f {
    display: inline-block;
    vertical-align: middle
}

.pay-f img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

.site-footer .author {
    float: right
}

.site-footer .author,
.site-footer .author a {
    color: rgba(255, 255, 255, .5)
}

.site-footer .author a:hover {
    color: #fff
}

.footer-text {
    height: 106px;
    color: rgba(255, 255, 255, .2);
    font: 14px Roboto;
    line-height: 22px;
    padding: 23px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, .05)
}

.footer-text p {
    overflow: hidden
}

.footer-text .counters {
    float: left;
    padding: 6px 18px 6px 0
}

h1 {
    color: #000;
    font: bold 28px Roboto;
    line-height: 120%;
    padding: 6px 0 19px 0
}

h2 {
    color: #000;
    font: 700 30px Roboto, sans-serif, Arial, sans-serif;
    /*line-height: 120%;*/
    padding-bottom: 20px;
	text-transform: uppercase;
}

.catalogLink {
	text-decoration: none;
}

.catalogLink h2 {
    color: #000;
    font: bold 20px Roboto;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 9px
}

.catalogLink:hover h2 {
	color: #FB4622;
}

h3 {
    color: #000;
    font: bold 20px Roboto;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 9px;
}

div.h3 {
    color: #000;
    font: bold 20px Roboto;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 9px;
	text-align: center;
}

h4 {
    color: #000;
    font: bold 16px Roboto;
    line-height: 24px;
    padding-bottom: 10px
}

h2.product {
    font: bold 18px Roboto;
    color: #272727;
    line-height: 24px;
    padding: 0 0 11px 0;
}


h2.product2 {
	padding-bottom: 0 !important;
}

.product-h2 {
    font: bold 18px Roboto !important;
    color: #272727 !important;
    line-height: 24px !important;
    padding: 0 0 11px 0 !important;
}

h2.product2 span, h2.product2 p, h2.product2 strong {
	color: #4f5051;
	font-size: 16px !important;
	line-height: 24px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}

h2.product2 strong {
	font-weight: 700 !important;
}

h2.contact {
    color: #000;
    font: bold 16px Roboto;
    line-height: 24px;
    padding-bottom: 10px
}

h2,h3,h4,h5,h6 {
	font-size: 14pt;
	color: #000;
}

::-moz-placeholder {
    opacity: 1
}

::-webkit-input-placeholder {
    opacity: 1
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    width: 100%;
    height: 44px;
    color: #4f5051;
    font: 14px Roboto;
    vertical-align: top;
    padding: 14px 15px 14px 19px;
    border: solid 1px #c3c3c3;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
textarea:focus,
textarea:hover {
    color: #4f5051;
    border-color: #848484
}

input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error,
textarea.error {
    color: #ff0c0c;
    border-color: #ff0c0c
}

textarea {
    overflow: hidden;
    height: 121px
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0)
}

input[type=checkbox]:disabled+.lbl:before,
input[type=radio]:disabled+.lbl:before {
    cursor: default;
    opacity: .5
}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
    display: inline-block;
    position: relative;
    line-height: 22px;
    vertical-align: top
}

input[type=checkbox]+.lbl {
    padding-left: 30px
}

input[type=radio]+.lbl {
    padding-left: 32px
}

input[type=checkbox]+.lbl:before,
input[type=radio]+.lbl:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

input[type=checkbox]+.lbl:before {
    width: 18px;
    height: 18px;
    margin: 2px 0 0 0;
    border: solid 1px #929292;
    background: url(../images/form-checkbox.png?v=1) no-repeat 100px 100px;
    background-size: 13px auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

input[type=radio]+.lbl:before {
    width: 20px;
    height: 20px;
    border: solid 1px #c4c4c4;
    background: url(../images/form-radio.png?v=1) no-repeat 100px 100px;
    background-size: 12px auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

input[type=checkbox]:checked+.lbl:before,
input[type=radio]:checked+.lbl:before {
    background-position: center center!important
}

input[type=checkbox]+.lbl:hover:before {
    border-color: #5d5d5d
}

input[type=radio]+.lbl:hover:before {
    border-color: #606060
}

a.button,
button,
input[type=button],
input[type=submit] {
    cursor: pointer;
    height: 46px;
    color: #fff;
    font: bold 14px Roboto;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    border: none;
    background: #fb4622;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.popup-bl a.button {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    padding: 0 20px
}

.popup-bl a.button:hover {
    filter: brightness(120%)
}

.popup-bl a.button:first-of-type {
    background: gray
}

.popup-bl .buttonset {
    max-width: 80%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between
}

button:active,
button:hover,
input[type=button]:active,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:hover {
    background-color: #fc6243
}

input[type=reset] {
    cursor: pointer;
    height: 24px;
    color: #a1a1a1;
    font: 14px Roboto;
    text-align: center;
    vertical-align: top;
    border: none;
    background: 0 0
}

input[type=reset]:active,
input[type=reset]:hover {
    color: #606060
}

.slider {
    position: relative;
    display: block;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slider::after {
    content: ' ';
    clear: both;
    display: block;
    height: 0
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider .slide {
    float: left;
    display: none
}

.slider .slide:nth-child(1) {
    display: block;
    width: 100%
}

.slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 45% !important;
    overflow: hidden;
    width: 19px;
    height: 32px;
    color: transparent;
    font-size: 0;
    text-indent: 0;
    margin: -16px 0 0 0!important;
    border: none;
    background: 0 0
}

.slider .slick-arrow.slick-prev {
    left: 0
}

.slider .slick-arrow.slick-next {
    right: 0
}

.slider .slick-arrow::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sbm-slider.png?v=1) no-repeat center center
}

.slider .slick-arrow.slick-next::before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 34px;
    color: #3e50b4;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    background: 0 0
}

.slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 8px 8px;
    margin: 0
}

.slider .slick-dots li::before {
    display: none
}

.slider .slick-dots button {
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: transparent;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: #eeebe1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.slider .slick-dots .slick-active button {
    background: #23212b
}

.slider .slick-dots i {
    display: none
}

.slider.slick-slider .slide {
    display: block
}

.notice {
    position: relative;
    overflow: visible;
    color: #fff;
    font: 18px Roboto;
    line-height: 26px;
    padding: 9px 43px;
    margin: 0 0 46px 0;
    background: #fb4622
}

.notice .text-bl {
    display: table-cell;
    height: 104px;
    text-align: center;
    vertical-align: middle;
    padding: 0
}

.notice p {
    display: inline-block;
    max-width: 360px;
    text-align: left;
    vertical-align: middle;
    padding: 0
}

.notice .btns-bl {
    display: table-cell;
    width: 304px;
    vertical-align: middle
}

.notice .btn {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    height: 46px;
    color: #23212b;
    font: bold 14px Roboto;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 0 36px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.notice .btn span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle
}

.notice .btn:active,
.notice .btn:hover {
    -moz-box-shadow: 0 1px 35px rgba(57, 62, 72, .63);
    -webkit-box-shadow: 0 1px 35px rgba(57, 62, 72, .63);
    box-shadow: 0 1px 35px rgba(57, 62, 72, .63)
}

.notice-danger {
    padding-left: 140px
}

.notice-danger::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 37px;
    width: 91px;
    height: 76px;
    margin: -38px 0 0 0;
    background: url(../images/notice-danger.png?v=1) no-repeat
}

.car-model {
    display: block;
    position: relative;
    overflow: hidden;
    height: 193px;
    color: transparent;
    text-decoration: none;
    margin: 0 2px 4px 2px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.car-model::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 291px;
    height: 196px;
    margin: -98px 0 0 -146px;
    background: url(../images/cars-models.jpg?v=1) no-repeat
}

.car-model:active,
.car-model:hover {
    z-index: 1;
    -moz-box-shadow: 0 1px 35px rgba(57, 62, 72, .22);
    -webkit-box-shadow: 0 1px 35px rgba(57, 62, 72, .22);
    box-shadow: 0 1px 35px rgba(57, 62, 72, .22)
}

#model-daihatsu::before {
    background-position: 0 0
}

#model-honda::before {
    background-position: -291px 0
}

#model-infiniti::before {
    background-position: -574px 0
}

#model-isuzu::before {
    background-position: 0 -196px
}

#model-lexus::before {
    background-position: -291px -196px
}

#model-mazda::before {
    background-position: -582px -196px
}

#model-mitsubishi::before {
    background-position: 0 -392px
}

#model-nissan::before {
    background-position: -291px -392px
}

#model-subaru::before {
    background-position: -582px -392px
}

#model-suzuki::before {
    background-position: 0 -588px
}

#model-toyota::before {
    background-position: -291px -588px
}

.models-wrap {
    position: relative;
    left: 2px;
    text-align: center;
    padding: 0 0 35px 0;
    margin: 0 0 0 -4px
}

.models-wrap::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.models-wrap h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px
}

.models-wrap p {
    float: left;
    width: 33.33%;
    padding: 0
}

.site-info {
    overflow: hidden;
    text-align: center;
    margin: 0 0 44px 0;
    border-bottom: solid 1px rgba(146, 146, 146, .2)
}

.site-info div[class^=info-] {
    float: left;
    width: 33%
}

.site-info div[class^=info-]:nth-child(3n+1) {
    text-align: left
}

.site-info div[class^=info-]:nth-child(3n+3) {
    text-align: right
}

div[class^=info-] {
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 27px 0
}

div[class^=info-] p {
    display: inline-block;
    position: relative;
    min-height: 44px;
    text-align: left;
    vertical-align: top
}

div[class^=info-] p::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    background-image: url(../images/icons-info.png?v=1);
    background-repeat: no-repeat;
    background-size: 60px auto
}

.info-pay p {
    padding: 0 0 0 70px
}

.info-pay p::before {
    height: 33px;
    margin-top: -17px;
    background-position: 0 0
}

.info-range p {
    padding: 0 0 0 60px
}

.info-range p::before {
    height: 41px;
    margin-top: -22px;
    background-position: 0 -38px
}

.info-delivery p {
    padding: 0 0 0 77px
}

.info-delivery p::before {
    height: 33px;
    margin-top: -17px;
    background-position: 0 -86px
}

.slider-main {
    margin: 0 0 30px 0;
    background: #ff4b27;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.slider-main,
.slider-main .slide {
    position: relative;
    overflow: hidden;
    height: 443px
}

.slider-main .slide p {
    line-height: 443px;
    text-align: center;
    padding: 0
}

.slider-main .slide img {
    vertical-align: middle
}

.slider-main .slick-arrow {
    display: none!important
}

.filter-wrap {
    margin: 0 0 20px 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.filter-bl {
    line-height: 22px
}

.filter-bl+.filter-bl {
    border-top: solid 1px #e65538
}

.filter-bl+.filter-bl.close {
    border-top: solid 1px #e9e9e9
}

.filter-bl .title {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    min-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 19px 0 19px 66px;
    border-bottom: solid 1px #e9e9e9;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.filter-bl .title::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 23px;
    width: 29px;
    height: 29px;
    margin: -15px 0 0 0;
    background: #fb4622 url(../images/arrow-dn.png?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.filter-bl .title:active::before,
.filter-bl .title:hover::before {
    background-color: #fc6243
}

.filter-bl .search {
    position: relative;
    overflow: hidden;
    height: 43px;
    padding: 0 0 0 43px
}

.filter-bl .search::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 26px;
    width: 17px;
    height: 17px;
    margin: -9px 0 0 0;
    background: url(../images/icon-search.png?v=1) no-repeat
}

.filter-bl .search input {
    width: 100%;
    height: 43px;
    color: #4f5051;
    font: italic 14px Roboto;
    vertical-align: top;
    padding: 0 0 0 10px;
    border: none;
    background: 0 0
}

.filter-bl .bl {
    overflow: hidden;
    position: relative;
    padding: 21px 20px 5px 28px
}

.filter-bl .nicescrol {
    overflow: auto;
    position: relative;
    height: 259px
}

.b1 {
	border: 1px solid red;
}

.b2 {
	border: 1px solid green;
}

.b3 {
	border: 1px solid blue;
}

.filter-bl .nicescrol,
.filter-bl .nicescrol .jspContainer {
    width: auto!important
}

.filter-bl .search+.bl,
.filter-bl .search+.nicescrol {
    border-top: solid 1px #e9e9e9
}

.filter-bl p {
    padding: 0 0 16px 0
}

.filter-bl .bl strong {
    display: block;
    color: #000;
    padding: 0 0 7px 0
}

.filter-bl .bl p+strong {
    padding-top: 3px
}

.filter-bl ul {
    list-style: none;
    padding: 11px 0 0 0;
    margin: 0 0 0 -12px
}

.filter-bl ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 22px 12px
}

.filter-bl ul+ul {
    padding-top: 0
}

.filter-bl .bl ul:last-child {
    padding-bottom: 9px
}

.filter-bl.close .title {
    border: none
}

.filter-bl.close .title::before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.filter-bl.close .search {
    display: none
}

.filter-bl.close .bl,
.filter-bl.close .nicescrol {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.filter-sbmts, .filter-sbmts-2 {
    text-align: center;
    padding: 36px 23px 18px 23px;
    border-top: solid 1px #e9e9e9
}

.filter-sbmts p, .filter-sbmts-2 p {
    padding: 0 0 8px 0
}

.filter-sbmts button, .filter-sbmts-2 button {
    width: 100%;
    padding-bottom: 2px
}

.filter-sbmts button::before, .filter-sbmts-2 button::before {
    content: ' ';
    position: relative;
    left: -9px;
    top: 4px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: -9px;
    background: url(../images/icon-search-w.png?v=1) no-repeat
}

.sort-wrap {
    color: #4f5051;
    padding: 0 0 18px 0
}

.sort-wrap::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.sort-quantity {
    float: right
}
.sort-quantity{
    display: none;
}

.sort-quantity ul {
    display: inline-block;
    line-height: 20px;
    list-style: none;
    vertical-align: top;
    padding: 2px 0;
    margin: 0
}

.sort-quantity ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 8px
}

.sort-quantity ul a {
    display: inline-block;
    height: 20px;
    min-width: 38px;
    color: #4f5051;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    background: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sort-quantity ul a:hover {
    color: #fb4622
}

.sort-quantity ul a.active {
    color: #fff;
    background: #fb4622
}

.sort-nav-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;

}
.sort-bl{
    display: none;
}
.sort-bl .title {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fb4622;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: top;
    margin: 2px 13px 2px 0;
    border-bottom: dotted 1px #fb4622
}

.sort-bl .title a {
    color: inherit;
    text-decoration: none
}

.sort-bl .title::before {
    opacity: .5;
    content: ' ';
    position: absolute;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 8px 0 0 7px;
    border: solid 3px transparent;
    border-top: solid 6px #4f5051;
    border-bottom: 0
}

.sotr-nav {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: 286px;
    margin: 13px 0 0 0;
    background: #fff;
    -moz-box-shadow: 0 1px 35px rgba(57, 62, 72, .22);
    -webkit-box-shadow: 0 1px 35px rgba(57, 62, 72, .22);
    box-shadow: 0 1px 35px rgba(57, 62, 72, .22);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sotr-nav ul {
    list-style: none;
    margin: 0!important
}

.sotr-nav li {
    position: relative
}

.sotr-nav li a {
    color: inherit;
    text-decoration: none;
    padding: 8px 10px 8px 37px;
    display: block
}

.sotr-nav li::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 100%;
    background: url(../images/icon-check-w.png?v=1) no-repeat center center
}

.sotr-nav li:active,
.sotr-nav li:hover {
    color: #fa4622
}

.sotr-nav li.active {
    color: #fff;
    background: #fa4622
}

.pagination {
    list-style: none;
    text-align: center;
    padding: 0 0 22px 0;
    margin: 0!important
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 8px 4px
}

.pagination a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 39px;
    height: 39px;
    color: #4f5051;
    line-height: 40px;
    text-decoration: none;
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.pagination a:hover {
    color: #fa4622
}

.pagination a.first,
.pagination a.last {
    color: transparent;
    font-size: 0
}

.pagination a.first::before,
.pagination a.last::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 13px;
    margin: -7px 0 0 -5px;
    background: url(../images/pagination-arrow.png?v=1) no-repeat, url(../images/pagination-arrow.png?v=1) no-repeat;
    background-position: left top, 3px top
}

.pagination a.last::before {
    margin-left: -2px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination a.next,
.pagination a.prev {
    color: transparent;
    font-size: 0
}

.pagination a.next::before,
.pagination a.prev::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 13px;
    margin: -7px 0 0 -5px;
    background: url(../images/pagination-arrow.png?v=1) no-repeat
}

.pagination a.next::before {
    margin-left: -2px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination a.next:hover::before,
.pagination a.prev:hover::before {
    background-position: 0 -17px
}

.pagination a.active {
    color: #fff;
    background: #fa4622
}

.delivery {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 38px
}

.delivery::before {
    content: ' ';
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 15px;
    margin: -8px 0 0 0;
    background: url(../images/icon-delivery.png?v=1) no-repeat
}

.btn-link {
    display: inline-block;
    min-height: 24px;
    color: #23212b;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    padding: 4px 10px 6px 10px;
    margin: 0 0 10px 0;
    border: solid 1px #e8e8e9;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-link:active,
.btn-link:hover {
    background: #e8e8e9
}

button.add-basket {
    width: 100%;
    height: 36px;
    text-transform: none;
    margin: 0 0 10px 0
}

button.add-basket::before {
    content: ' ';
    display: inline-block;
    width: 31px;
    height: 19px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: url(../images/icon-basket.png?v=1) no-repeat;
    background-size: 31px auto
}

.product-bl {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    color: #4f5051;
    padding: 21px 28px 20px 23px;
    margin: 0 0 10px 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.product-bl .m-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 171px;
    /*height: 128px;*/
    margin: 0 28px 0 0
}

.product-bl .sbmts-bl {
    float: right;
    width: 280px
}

.product-bl .price {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: right;
    padding: 0 0 14px 0
}

.product-bl .btn-link {
    display: block
}

.product-bl .text-bl {
    overflow: hidden;
    padding: 3px 0 0 0
}

.product-bl h3 a {
    color: #000;
    text-decoration: none
}

.product-bl h3 a:hover {
    color: #fb4622
}

.product-bl p {
    padding: 0
}

.product-bl .code {
    clear: both;
    opacity: .7;
    color: #4f5051;
    padding: 11px 0 5px 0;
    margin: 0 0 0 199px
}

.product-bl .code p {
    padding: 0
}

.product-bl .delivery {
    float: right
}

.products-catalog {
    padding: 0 0 14px 0
}

.video-wrap {
    position: relative;
    left: 8px;
    padding: 6px 0 13px 0;
    margin: 0 0 0 -16px
}

.video-wrap::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.video-bl .m-img .imgvideo {
    width: 288px;
    height: 193px;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-bl {
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 36px 0
}

.video-bl .m-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 63% 0 0 0;
    margin: 0 8px 13px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.video-bl .m-img a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.video-bl .m-img a:hover::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 70, 34, .66)
}

.video-bl .m-img img {
    width: 100%;
    min-height: 100%;
    vertical-align: top
}

.video-bl .play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 66px;
    height: 66px;
    margin: -33px 0 0 -33px;
    background: #fb4622;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.video-bl .play::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -11px 0 0 -6px;
    border: solid 11px transparent;
    border-left: solid 18px #fff;
    border-right: 0
}

.video-bl p {
    padding: 0 8px
}

.video-bl a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    vertical-align: top
}

.video-bl a::after {
    content: ' ';
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(26, 29, 36, .2)
}

.video-bl a:hover {
    color: #fa4622
}

.video-bl p a:hover::after {
    display: none
}

.video-bl .m-img a:hover::after {
    display: block
}

.video-bl .m-img a:hover .play {
    background: #fff
}

.video-bl .m-img a:hover .play::before {
    border-left-color: #fb4622
}

.review-bl {
    padding: 34px 40px 18px 40px;
    margin: 0 0 19px 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.review-bl .title {
    color: rgba(79, 80, 81, .7);
    padding: 0 0 9px 0
}

.review-bl strong {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.raq {
    color: red
}

div[class^=form-col] {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 19px 26px
}

.form-col-12 {
    width: 100%
}

.form-col-6 {
    width: 50%
}

.tbl-row div[class^=form-col]:nth-child(1) {
    padding-left: 0
}

.reviews-wrap {
    padding: 0 0 22px 0
}

.reviews-form {
    padding: 44px 68px 37px 68px;
    margin: 12px 0 60px 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.reviews-form h2 {
    text-align: center
}

.reviews-form p {
    padding: 0 0 6px 0
}

.reviews-form input[type=submit] {
    width: 193px;
    height: 44px;
    text-transform: none
}

.about-bl {
    padding: 0 0 38px 0
}

.about-bl h3 {
    color: #2e2e2f;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    margin: 0 0 19px 0
}

.about-bl ul {
    line-height: 26px;
    list-style: none;
    padding: 0 0 40px 0;
    margin: 0
}

.about-bl ul li {
    position: relative;
    padding: 0 0 26px 40px
}

.about-bl ul li::before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fb4622 url(../images/icon-check-w.png?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.about-bl .notice {
    margin-bottom: 24px
}

.col-md-12 .site-info {
    float: right;
    width: 258px;
    border: none;
    padding: 0 0 0 35px
}

.col-md-12 .site-info div[class^=info-] {
    float: none;
    width: auto;
    padding-bottom: 32px
}

.col-md-12 .site-info div[class^=info-]:nth-child(3n+1),
.col-md-12 .site-info div[class^=info-]:nth-child(3n+3) {
    text-align: left
}

.col-md-12 .site-info div[class^=info-] p {
    display: block;
    padding: 6px 0 6px 72px
}

.col-md-12 div[class^=info-] p::before {
    z-index: 1;
    width: 52px;
    background: url(../images/icons-info-small.png?v=1) no-repeat;
    background-size: auto
}

.col-md-12 div[class^=info-] p::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.col-md-12 .info-pay p::before {
    background-position: center 7px!important
}

.col-md-12 .info-range p::before {
    background-position: center -77px!important
}

.col-md-12 .info-delivery p::before {
    background-position: center -167px!important
}

.site-info+.about-bl {
    overflow: hidden;
    position: relative;
    padding-right: 34px
}

.site-info+.about-bl::before {
    content: ' ';
    position: absolute;
    top: -62px;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(26, 29, 36, .1)
}

.question-bl {
    padding: 26px 30px 26px 32px;
    margin: 0 0 12px 0;
    background: #fff;
    -moz-box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    -webkit-box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.question-bl .title {
    cursor: pointer;
    position: relative;
    min-height: 26px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 2px 0 1px 45px
}

.question-bl .title::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 29px;
    margin: -15px 0 0 0;
    background: #fb4622 url(../images/arrow-dn.png?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.reviews_pager ul li {
    display: none
}

.reviews_pager ul li.parentli {
    display: inline-block
}

.question-bl .title:active,
.question-bl .title:hover {
    color: #fb4622
}

.question-bl .title:active::before,
.question-bl .title:hover::before {
    background-color: #fc6243
}

.question-bl .answer {
    position: relative;
    overflow: hidden;
    display: none;
    padding: 0 0 0 15px;
    margin: 14px 0 7px 49px;
    border-left: solid 1px #fb4622
}

.question-bl .answer p {
    padding: 0
}

.question-bl .answer p+p {
    padding-top: 24px
}

.question-bl.open .title::before {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.question-bl.open .answer {
    display: block
}

.questions-wrap {
    padding: 15px 0 50px 0
}

.area-404 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(26, 29, 36, .7)
}

.area-404 .error-bl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    padding: 207px 0 0 0;
    margin: -220px 0 0 -450px
}

.area-404 .error-bl::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 177px;
    background: url(../images/error-404.png?v=1) no-repeat center top
}

.area-404 .error-bl p {
    padding: 0 0 39px 0
}

.area-404 h3 {
    color: #fff;
    font-size: 50px;
    line-height: 100%;
    text-transform: none;
    padding: 0 0 27px 0
}

.area-404 button {
    width: 214px;
    text-transform: none
}

.contacts-wrap {
    padding: 9px 0 44px 0
}

.contacts-wrap::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.contacts-wrap .requisite-bl {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
    margin: 0 0 0 34px
}

.contacts-wrap .requisite-bl::before {
    content: ' ';
    position: absolute;
    top: -24px;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: rgba(190, 190, 190, .5)
}

.contacts-wrap .contact-bl {
    float: left;
    width: 54%
}

.contact-bl {
    overflow: hidden
}

.contact-bl p {
    padding: 0 0 1px 24px
}

.contact-bl p.date {
    position: relative;
    font-size: 13px;
    line-height: 24px
}

.contact-bl a {
    display: inline-block;
    position: relative;
    color: #4f5051;
    text-decoration: none;
    vertical-align: top
}

.contact-bl a:active,
.contact-bl a:hover {
    color: #fb4622
}

.contact-bl a[href^=mailto]::before,
.contact-bl a[href^=tel]::before,
.contact-bl p.date::before {
    content: ' ';
    position: absolute;
    top: 6px;
    left: -24px;
    width: 24px;
    height: 11px;
    background: url(../images/icons-contacts.png?v=1) no-repeat 0 0
}

.contact-bl a[href^=mailto]::before {
    height: 10px;
    background-position: 0 -27px
}

.contact-bl p.date::before {
    left: 0;
    top: 5px;
    height: 13px;
    background-position: 0 -56px
}

.contact-bl a[href^=mailto]::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #fb4622
}

.contact-bl a[href^=mailto]:active::after,
.contact-bl a[href^=mailto]:hover::after {
    display: none
}

.contact-bl .m-img {
    float: left;
    width: 141px;
    padding: 0 35px 20px 0
}

.contact-bl .text-bl {
    overflow: hidden
}

.contact-bl .h-date {
    font-size: 26px;
    line-height: 30px;
    margin: 5px 0 0 24px
}

.contact-bl .h-date div {
    padding: 0 127px 0 0
}

.contact-bl .h-date i {
    left: auto;
    right: 0;
    color: #000;
    width: 109px;
    height: 29px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 0 0 4px;
    background: url(../images/icon-clock-d.png?v=1) no-repeat
}

.contact-bl .h-date span {
    color: #000
}

.contact-bl .h-date .time {
    padding: 0
}

.contact-bl .h-date .time span {
    color: #fb4622
}

.map {
    position: relative;
    overflow: hidden;
    height: 449px;
    margin: 0 0 69px 0;
    background: #dae9c7
}

.area-bl {
    position: relative;
    margin: 13px 0 47px 0;
    background: #fff;
    -moz-box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    -webkit-box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    box-shadow: 0 1px 59px rgba(57, 62, 72, .04);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.area-bl .row {
    margin-left: 0;
    margin-right: 0
}

.area-bl div[class^=col-md] {
    position: relative;
    padding: 0
}

.area-bl div[class^=col-md]::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #d7d8d9
}

.area-bl div[class^=col-md]:nth-child(1)::before {
    display: none
}

.area-bl .bl {
    padding: 33px 34px 20px 34px
}

.area-bl .title {
    position: relative;
    min-height: 26px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 8px 0 8px 58px;
    margin: 0 0 17px 0
}

.area-bl .title .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    background: #ededed;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.area-bl .bl.active .title .num {
    color: #fff;
    background: #fa4622
}

.area-bl input[type=submit] {
    width: 100%;
    height: 44px;
    text-transform: none;
    margin: 0 0 16px 0
}

.area-bl .tbl-col-4 {
    display: table-cell;
    width: 33.33%;
    padding: 0 7px
}

.area-bl .tbl-row .tbl-col-4:nth-child(1) {
    padding-left: 0
}

.area-bl .tbl-row .tbl-col-4:nth-child(3) {
    padding-right: 0
}

.raq-wrap {
    font-size: 13px;
    line-height: 24px
}

.inp-bl {
    padding: 0 0 23px 0
}

.inp-bl p {
    padding: 0 0 6px 0
}

.inp-bl textarea {
    height: 218px
}

.inp-info {
    color: #4f5051;
    font-size: 13px;
    line-height: 18px;
    text-align: center
}

.inp-info a {
    color: #4f5051
}

.inp-info a:hover {
    color: #fa4622
}

.inpts-wrap {
    padding: 11px 0 0 0
}

.form-certificate {
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    padding: 32px 32px 33px 32px;
    margin: 0 0 24px 0;
    background: #deb1e0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.form-certificate h3 {
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    line-height: 28px;
    text-align: center;
    margin-bottom: 7px
}

.form-certificate .inp-bl {
    padding-bottom: 10px
}

.form-certificate .nice-select,
.form-certificate input[type=email],
.form-certificate input[type=tel],
.form-certificate input[type=text] {
    border-color: #fff!important
}

.checkout-wrap h3 {
    font-size: 26px;
    line-height: 30px;
    text-transform: none
}

.confirm-bl {
    color: #000;
    line-height: 24px;
    padding: 19px 0 5px 0;
    margin: 8px 0 21px 0;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3
}

.confirm-bl p {
    padding: 0 0 13px 0
}

.confirm-bl b {
    font-size: 16px;
    line-height: 24px
}

.result-bl {
    padding: 0 0 10px 0
}

.result-bl strong {
    display: block;
    color: #000;
    padding: 0 0 12px 0
}

.result-bl ul {
    list-style: none;
    padding: 0 0 2px 0;
    margin: 0
}

.result-bl ul li {
    position: relative;
    margin: 0 0 14px 0
}

.result-bl ul li::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 7px;
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: url(../images/line-1.png?v=1) repeat-x
}

.result-bl ul b,
.result-bl ul span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0;
    background: #fff
}

.result-bl ul span {
    padding-right: 4px
}

.result-bl ul b {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    padding-left: 4px
}

.result-price {
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    padding: 0 0 16px 0
}

.result-price span {
    float: left
}

.pr-small {
    position: relative;
    min-height: 74px;
    line-height: 74px;
    padding: 0 0 0 122px
}

.pr-small .m-img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 98px;
    height: 74px
}

.pr-small .inf {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle
}

.pr-small h4 {
    text-transform: uppercase;
    padding: 0
}

.pr-small h4 a {
    text-decoration: none
}

.pr-small h4 a:hover {
    color: #fa4622
}

.pr-small p {
    line-height: 20px;
    padding: 0
}

.basket-tbl {
    margin: 6px 0 25px 0;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.basket-tbl th {
    color: #000;
    height: 53px;
    text-align: center;
    padding: 0 45px 0 0
}

.basket-tbl td {
    text-align: center;
    padding: 23px 45px 23px 0;
    border-top: solid 1px #e8e8e9
}

.basket-tbl tr td:nth-child(1),
.basket-tbl tr th:nth-child(1) {
    text-align: left;
    padding-left: 41px
}

.basket-tbl .price {
    display: inline-block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: middle
}
.basket-tbl .price_total {
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: middle
}

.popup-bl .close,
.remove {
    display: inline-block;
    position: relative;
    min-width: 19px;
    height: 19px;
    color: #4f5051;
    line-height: 18px;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 0 0 30px
}

.popup-bl .close::before,
.remove::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -30px;
    width: 19px;
    height: 19px;
    background: url(../images/icon-close-d.png?v=1) no-repeat
}

.remove::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #b2b3b3
}

.remove:hover {
    color: #242424
}

.popup-bl .close:active::before,
.popup-bl .close:hover::before,
.remove:active::before,
.remove:hover::before {
    background-position: left -21px
}

.remove:hover::after {
    display: none
}

.basket-tbl .remove {
    width: 19px;
    margin: 0
}

.basket-tbl .remove::before {
    left: 0
}

.basket-tbl .remove::after {
    display: none
}

.basket-result {
    text-align: right
}

.basket-result::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.basket-result .text-bl {
    float: left;
    text-align: left;
    padding: 0 0 8px 0
}

.basket-result .text-bl strong {
    display: block;
    color: #000;
    font-size: 26px;
    line-height: 36px
}

.basket-result .text-bl strong span {
    white-space: nowrap
}

.basket-result .text-bl p {
    padding: 0 0 10px 0
}

.basket-result .sbmts-bl {
    padding: 7px 0
}

.basket-result .remove {
    vertical-align: top;
    margin: 14px 0 13px 20px
}

.basket-result input[type=button],
.basket-result input[type=submit] {
    text-transform: none;
    padding: 0 34px;
    margin: 0 0 0 24px
}

.product-about,
.product-calc {
    padding: 31px 10px 24px 10px;
    margin: 0 0 30px 0;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.product-about {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 27px
}

.product-about::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.product-about .text-bl {
    overflow: hidden
}

.product-about h2 {
    /*position: relative;
    top: -6px;
    padding: 0 0 2px 0*/
}

.product-about h1 {
    color: #000;
    font: 500 26px Roboto, sans-serif, Arial, sans-serif;
    line-height: 120%;
    position: relative;
    top: -6px;
    padding: 0 0 2px 0
}

.product-about h4 {
    color: #272727;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 11px 0
}

.product-about p {
    padding: 0 0 10px 0
}

.product-about hr {
    height: 22px;
    margin: 14px 0 0 0;
    border-top-color: #e8e8e9
}

.product-about .btn-link {
    display: block;
    font-size: 14px;
    margin-top: 12px
}

.product-about .price-wrap {
    overflow: hidden
}

.product-about .add-basket {
    float: right;
    width: 154px;
    height: 45px;
    padding-top: 2px;
    margin: 7px 0 0 0
}

.product-about .price {
    display: block;
    color: #000;
    font-size: 26px;
    line-height: 100%;
    padding: 0 0 6px 0
}

.product-about .delivery {
    opacity: .5;
    font-size: 14px;
    line-height: 24px;
    padding-left: 32px;
    margin: 0 0 8px 0
}

.gallery {
    float: left;
    width: 373px;
    padding: 0 10px 17px 0
}

.gallery .m-img {
    position: relative;
    overflow: hidden;
    height: 280px;
    margin: 0 0 6px 0
}

.gallery img {
    /*width: 100%;*/
	height: 100%;
}

.gallery ul {
    overflow: hidden;
    list-style: none;
    margin: 0 0 0 -7px
}

.gallery ul li {
    float: left;
    width: 25%
}

.gallery ul a {
    position: relative;
    display: block;
    overflow: hidden;
	width: 88px;
    height: 66px;
    margin: 0 0 7px 7px;
}
.gallery ul a img {

	width: 88px;
    height: 66px;
	object-fit: cover;
}

.video-icon {

    background-color: rgba(7,7,7,.48);
    border-radius: 50%;
    color: #fff;
    display: flex;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;

}


.gallery ul .video:after {
	background:  url(../images/icon-video2.png) no-repeat center center;
    content: ' ';
    display: block;
    position: absolute;
	background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery ul a::after {
    content: ' ';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 70, 34, .67) url(../images/icon-search-w.png?v=1) no-repeat center center
}

.gallery ul a:hover::after {
    display: block
}

.product-calc {
    padding-top: 34px;
    margin-bottom: 42px
}

.product-calc .title {
    position: relative;
    min-height: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 7px 0 7px 56px;
    margin: 0 0 10px 0
}

.product-calc .title::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: #fb4622 url(../images/icon-delivery-w.png?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.calc-bl {
    max-width: 692px;
    margin: 0 auto
}

.calc-bl::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px
}

.calc-bl .inp-info {
    clear: both;
    opacity: .4;
    line-height: 20px;
    text-align: left;
    padding: 0
}

.calc-info {
    float: left;
    width: 48.5%;
    height: 80px;
    text-align: center;
    padding: 14px 0 0 0;
    margin: 0 1.5% 20px 0;
    background: #e8e8e9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.calc-info p {
    padding: 0 0 11px 0
}

.calc-info strong {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 21px;
    vertical-align: top
}

.calc-info strong+strong {
    padding-left: 22px;
    margin-left: 18px
}

.calc-info strong+strong::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 100%;
    background: #bababa
}

.calc-info+.calc-info {
    margin: 0 0 20px 1.5%;
    background: #ffd991
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #c3c3c3;
    cursor: pointer;
    clear: both;
    outline: 0;
    position: relative;
    display: block;
    white-space: nowrap;
    width: auto;
    height: 44px;
    font-family: inherit;
    font: 14px Roboto, Arial, sans-serif;
    line-height: 42px;
    text-align: left!important;
    padding: 0 30px 0 19px;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    pointer-events: none;
    content: ' ';
    display: block;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    padding: 0;
    margin: -2px 0 0 0;
    border: solid 4px transparent;
    border-top: solid 7px #696969;
    border-bottom: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    padding: 0 1px;
    margin: 0!important;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(57, 62, 72, .22);
    -webkit-box-shadow: 0 1px 1px rgba(57, 62, 72, .22);
    box-shadow: 0 1px 1px rgba(57, 62, 72, .22);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    padding: 0 4px;
    border-left: solid 1px #e9e9e9
}

.jspHorizontalBar {
    background: #fff;
    bottom: 0;
    height: 21px;
    left: 0;
    position: absolute;
    width: 100%;
    border-top: solid 1px #e9e9e9
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #fff;
    position: relative
}

.jspDrag {
    background: #c9c9c9;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px
}

.jspDrag:hover {
    background: #a2a2a2
}

.jspDrag::after,
.jspDrag::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    overflow: hidden;
    width: 5px;
    height: 1px;
    border-bottom: solid 1px #fff
}

.jspDrag::before {
    margin-top: -3px;
    border-top: solid 1px #fff
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 21px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 21px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/lightbox-loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/lightbox-prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/lightbox-next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/lightbox-close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.popups-wrap {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0
}

.popups-wrap::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 20, 24, .93)
}

.popup-bl {
    z-index: 9999;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 600px;
    text-align: left;
    margin-left: -300px;
    background: #fff
}

.popup-bl .bl {
    text-align: left;
    padding: 49px 66px
}

.popup-bl .bl::after {
    content: ' ';
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px
}

.popup-bl h2, .popup-bl .as_h2 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 0 0;
    color: #000;
    font: 500 30px Roboto, Arial, sans-serif;
}

.popup-bl div.h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 9px
}

.popup-bl .inp-bl {
    padding-bottom: 18px
}

.popup-bl .inp-bl p {
    text-align: left
}

.popup-bl input[type=submit] {
    width: 100%;
    height: 44px;
    text-transform: none;
    margin: 0 0 16px 0
}

.popup-bl .inp-info {
    max-width: 420px;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 auto
}

.popup-bl h2+.inpts-wrap .inp-info {
    font-size: 14px;
    line-height: 24px
}

.popup-bl .raq-wrap {
    padding: 0 0 15px 0
}

.popup-bl textarea {
    height: 106px
}

.popup-bl .close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 15px;
    width: 19px;
    margin: 0
}

.popup-bl .close::before {
    left: 0
}

.popup-bl .reg-info-bl {
    min-height: 300px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 54px 48px 58px 48px;
    background: url(../images/reg-info-bl.jpg?v=1) no-repeat right bottom
}

.popup-bl .reg-info-bl h3 {
    text-transform: none;
    text-align: left;
    margin-bottom: 25px
}

.popup-bl .reg-info-bl ul {
    color: #4f5051;
    line-height: 26px;
    list-style: none;
    padding: 0 0 28px 0;
    margin: 0
}

.popup-bl .reg-info-bl ul li {
    position: relative;
    padding: 0 0 13px 36px
}

.popup-bl .reg-info-bl ul li::before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fb4622 url(../images/icon-check-w.png?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.popup-bl .reg-info-bl p {
    padding: 0 0 26px 0
}

.popup-bl .reg-info-bl button {
    width: 100%;
    max-width: 310px;
    height: 44px;
    text-transform: none
}

body.show-popups-preload .popups-wrap {
    z-index: 900;
    opacity: 1
}

body.show-popups .popups-wrap {
    z-index: 900;
    opacity: 1
}

body.show-popups .popup-bl.show {
    opacity: 1
}

.popups-wrap {
    -moz-transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.popup-bl {
    z-index: -1;
    opacity: 0;
    -moz-transform: scale(.4);
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -moz-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.popup-bl.show {
    z-index: 9999
}

body.show-popups .popups-wrap,
body.show-popups-preload .popups-wrap {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

body.show-popups .popup-bl,
body.show-popups-preload .popup-bl {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

body.show-popups .popup-bl.show {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

body.show-sort-nav .sotr-nav {
    z-index: 11;
    opacity: 1
}

body.show-sort-nav .sort-bl .title::before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.show-sort-nav .body-bg {
    display: block;
    background: 0 0
}

html.error-404,
html.error-404 body {
    overflow: hidden;
    position: relative;
    height: 100%!important
}

html.error-404 .page-width {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px)
}

html.error-404 .area-404 {
    display: block
}



@media screen and (max-width:1240px) {
    .product-about .add-basket {
        float: none;
        margin: 0 0 12px 0
    }
}
@media (min-width:1140px) {
    #compprice{
        display: block;
    }
 #mobilmenu{
     display: none;
 }
    #mobprice{
        display: none;
    }
}
@media screen and (max-width:1140px) {
    [class^=mobile-] {
        display: block
    }
    body,
    html {
        height: auto!important
    }
    body {
        position: relative
    }
    .page-width {
        position: static;
        height: auto!important
    }
    .row {
        display: block;
        margin: 0
    }
    div[class^=col-md] {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
    .head-info-wrap {
        height: auto;
        line-height: 24px;
        padding: 12px 0 0 0
    }
    .head-nav-wrap .head-nav li {
        display: none
    }
    #form_city{
        display: none !important;
    }
    #mobilmenu{
        display: inline-block;

    }
    #compprice{
        display: none;
    }
    #mobprice{
        display: block;

    }
    .head-nav-wrap .head-nav li:last-child {
        display: block;
        margin-top: 4px;
    }
    .logo-wrap {
        float: none;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0
    }
    .logo-wrap::after {
        display: none
    }
    .basket-inf {
        float: none;
        text-align: center;
        padding: 0 0 10px 0
    }
    .tel-inf {
        float: none;
        text-align: center;
        padding: 0 0 10px 0
    }
    .head-inf-wrap {
        text-align: center;
        padding: 0 0 10px 0
    }
    .site-content {
        padding-bottom: 0
    }
    .site-footer {
        height: auto;
        padding-bottom: 24px;
        margin-top: 0!important
    }
    .footer-info-wrap {
        height: auto;
        line-height: 24px;
        padding: 12px 0 0 0
    }
    .copy-wrap {
        height: auto
    }
    .copy-bl {
        text-align: center;
        padding: 12px 0 0 0
    }
    .copy-bl p,
    .pay-f {
        display: block;
        padding: 0 0 12px 0
    }
    .site-footer .author {
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 100%;
        text-align: center
    }
    .footer-text {
        height: auto;
        text-align: center;
        padding-bottom: 20px
    }
    .footer-text .counters {
        display: none
    }
    h1 {
        text-align: center
    }
    .filter {
        position: relative;
        overflow: hidden;
        height: 0
    }


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

}

    
    .mobile-filter-sbm {
        cursor: pointer;
        position: fixed;
        z-index: 11;
        right: 10px;
        bottom: 10px;
        width: 110px;
        height: 16px;
        background: #fb4622;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 50px;
        color: #fff;
        font-weight: bold;
        padding: 16px 16px;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #fff;
    }
    .mobile-filter-sbm::before {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 25px;
        width: 18px;
        height: 19px;
        margin: -10px 0 0 -9px;
        background: url(../images/mobile-filter-sbm.png?v=5) no-repeat;
        background-size: 18px auto
    }
    .mobile-filter-sbm:active,
    .mobile-filter-sbm:hover {
        background: #fc6243;
		-webkit-animation: none;
		animation: none;
    }
    .mobile-sbm {
        cursor: pointer;
        position: fixed;
        z-index: 1;
        top: 13px;
        left: 15px;
        width: 24px;
        height: 20px
    }
    .mobile-sbm::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .mobile-sbm i {
        display: block;
        overflow: hidden;
        height: 4px;
        margin: 0 0 4px 0;
        background: #fff;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .mobile-head-nav {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        background: #1a1d24;
        -moz-transition: left 150ms ease 0s;
        -webkit-transition: left 150ms ease 0s;
        transition: left 150ms ease 0s
    }
    .mobile-nav-bl {
        text-align: center;
        padding: 12px 15px 20px 15px
    }
    .mobile-head-nav,
    .mobile-head-nav a {
        color: #fff;
        text-decoration: none
    }
    .mobile-head-nav .reg-inf {
        float: none;
        padding: 0
    }
    .mobile-head-nav .reg-btn {
        color: #fc6243!important
    }
    .mobile-head-nav .reg-btn::before {
        opacity: 1;
        background-position: left -17px
    }
    .mobile-head-nav ul {
        list-style: none
    }
    .mobile-head-nav li {
        padding: 0 0 5px 0
    }
    .mobile-head-nav .tel-inf {
        padding-top: 15px
    }
    .col-md-12 .site-info {
        float: none;
        width: auto;
        padding: 0;
        margin: 0
    }
    .col-md-12 .site-info div[class^=info-] {
        float: left;
        width: 33.33%
    }
    .site-info+.about-bl {
        padding-right: 0
    }
    .site-info+.about-bl::before {
        display: none
    }
    .contacts-wrap {
        text-align: center;
        padding-bottom: 10px
    }
    .contacts-wrap .contact-bl {
        float: none;
        width: auto
    }
    .contacts-wrap .requisite-bl {
        padding-left: 0;
        margin-left: 0
    }
    .contacts-wrap .requisite-bl::before {
        display: none
    }
    .contact-bl .m-img {
        float: none;
        padding-right: 0;
        margin: 0 auto
    }
    .contact-bl p.date {
        padding-left: 0
    }
    .contact-bl p.date::before {
        position: relative;
        top: 2px;
        display: inline-block
    }
    .map {
        margin-bottom: 20px
    }
    .area-bl div[class^=col-md]::before {
        display: none
    }
    .area-404 .error-bl {
        left: 5%;
        width: 90%;
        margin-left: 0
    }
    body.show-mobile-nav .mobile-sbm {
        margin-top: -2px
    }
    body.show-mobile-nav .mobile-sbm i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -2px 0 0 0
    }
    body.show-mobile-nav .mobile-sbm i:nth-child(3) {
        display: none
    }
    body.show-mobile-nav .mobile-sbm i:nth-child(1) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    body.show-mobile-nav .mobile-sbm i:nth-child(2) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    body.show-mobile-nav .mobile-head-nav {
        position: fixed;
        left: 0;
        -moz-box-shadow: 0 1px 35px rgba(57, 62, 72, .63);
        -webkit-box-shadow: 0 1px 35px rgba(57, 62, 72, .63);
        box-shadow: 0 1px 35px rgba(57, 62, 72, .63)
        
    }
    body.show-mobile-nav .body-bg {
        display: block
    }
    body.show-mobile-filter .filter {
        height: auto
    }

    form#form_city span {
        display: block;
    }

    .site-header .h-date {
        display: none;
    }
    .head-nav-wrap .h-date {
        display: block;
        margin-top: 2px;
        margin-bottom: 6px;
    }

}

@media screen and (max-width:1000px) {
    .basket-result {
        padding-bottom: 8px
    }
    .basket-result .text-bl {
        float: none;
        text-align: center;
        padding: 0
    }
    .basket-result .sbmts-bl {
        text-align: center
    }
    .area-404 .error-bl {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width:900px) {
    .tbl-row {
        display: block
    }
    .area-bl div[class^=tbl-col],
    div[class^=form-col] {
        display: block;
        width: auto;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
    div[class^=form-col] p,
    div[class^=tbl-col] p {
        text-align: left
    }
    .notice {
        text-align: center
    }
    .notice .btns-bl,
    .notice .text-bl {
        display: block;
        width: auto;
        height: auto;
        padding: 0 0 20px 0
    }
    .notice p {
        text-align: center
    }
    .notice .btn {
        display: block;
        max-width: 304px;
        margin: 0 auto
    }
    .notice {
        padding: 9px 23px
    }
    .notice-danger {
        padding-left: 23px;
        padding-top: 140px
    }
    .notice-danger::before {
        top: 37px;
        left: 50%;
        margin: 0 0 0 -46px
    }
    .site-info div[class^=info-] {
        float: none;
        width: auto
    }
    .site-info div[class^=info-]:nth-child(3n+1),
    .site-info div[class^=info-]:nth-child(3n+3) {
        text-align: center
    }
    .col-md-12 .site-info div[class^=info-] {
        float: none;
        width: auto
    }
    .col-md-12 .site-info div[class^=info-]:nth-child(3n+1),
    .col-md-12 .site-info div[class^=info-]:nth-child(3n+3) {
        text-align: center
    }
    .col-md-12 .site-info div[class^=info-] p {
        display: inline-block
    }
    .video-bl {
        width: 50%
    }
    .about-bl {
        padding-bottom: 0
    }
    .questions-wrap {
        padding-bottom: 20px
    }
    .question-bl .answer {
        margin-left: 14px
    }
    .area-bl,
    .reviews-form {
        margin-bottom: 20px
    }
    .product-bl .text-bl {
        clear: both
    }
    .product-bl .code {
        margin-left: 0
    }
    .product-about .gallery {
        float: none;
        padding-right: 0;
        margin: 0 auto
    }
    .product-about h1,
    .product-about h2 {
        text-align: center
    }
    .basket-tbl td,
    .basket-tbl th {
        padding-right: 25px
    }
    .basket-tbl tr td:nth-child(1),
    .basket-tbl tr th:nth-child(1) {
        padding-left: 25px
    }
    .area-404 .error-bl {
        left: 50%;
        width: 550px;
        margin-left: -275px
    }
}

@media screen and (max-width:640px) {
    .site-footer a {
        white-space: nowrap
    }
    .copy-bl p span {
        display: block
    }
    .contacts-inf p {
        display: block;
        text-align: center
    }
    .site-content {
        padding-top: 15px
    }
    .breadcrumb-wrap {
        top: -15px
    }
    .warning {
        top: -15px
    }
    .notice {
        font-size: 16px;
        line-height: 22px
    }
    .notice .btn {
        padding: 0
    }
    .slider-main,
    .slider-main .slide {
        height: 221px
    }
    .slider-main .slide p {
        line-height: 221px
    }
    .car-model {
        height: 0;
        padding: 68% 0 0 0
    }
    .car-model::before {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    .sort-quantity {
        float: none;
        padding-bottom: 12px
    }
    .product-bl .m-img,
    .product-bl .sbmts-bl {
        float: none;
        width: auto;
        margin-right: 0
    }
    .product-bl .m-img,
    .product-bl .price {
        text-align: center;
        padding-bottom: 12px
    }
    .product-bl .delivery {
        float: none
    }
    .product-about .gallery {
        width: auto
    }
    .gallery .m-img {
        height: auto
    }
    .calc-info {
        float: none;
        width: auto;
        margin-right: 0
    }
    .calc-info+.calc-info {
        margin-left: 0
    }
    .warning .close {
        position: relative;
        top: 0;
        right: auto
    }
    .warning .close::before {
        top: 1px
    }
    .warning .page-bl {
        text-align: center
    }
    .warning strong {
        display: block;
        padding: 0
    }
    .basket-tbl thead {
        display: none
    }
    .basket-tbl tr {
        display: block;
        padding: 10px 0;
        border-top: solid 1px #e8e8e9
    }
    .basket-tbl tbody tr:nth-child(1) {
        border: none
    }
    .basket-tbl td {
        display: block;
        width: auto;
        padding: 5px 15px;
        border: none
    }
    .basket-tbl tr td:nth-child(1) {
        padding-left: 15px
    }
    .basket-result .text-bl strong span {
        display: block
    }
    .area-404 .error-bl {
        left: 50%;
        width: 400px;
        font-size: 14px;
        line-height: 20px;
        padding: 103px 0 0 0;
        margin: -140px 0 0 -200px
    }
    .area-404 .error-bl::before {
        height: 89px;
        background-size: auto 89px
    }
    .area-404 h3 {
        font-size: 25px
    }
    .area-404 .error-bl p {
        padding-bottom: 20px
    }
    .popup-bl {
        width: 400px;
        margin-left: -200px
    }
    .popup-bl .bl {
        padding: 30px 33px 25px 33px !important;
    }
    .popup-bl h2,
    .popup-bl h3 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 0;
        margin-top: 0
    }
}

@media screen and (max-width:440px) {
    .h-date {
        /*display:none*/
    }
    .h-date div {
        padding-left: 0;
    }
    .h-date div i {
        display: none;
    }
    h2 {
        text-align: center
    }
    .models-wrap h2 {
        font-size: 24px;
        line-height: 120%
    }
    .car-model::before {
        -moz-transform: scale(.4);
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    .notice .btn {
        font-size: 12px
    }
    .sort-quantity {
        padding-bottom: 4px
    }
    .sort-quantity ul {
        display: block
    }
    .sort-quantity ul li {
        padding: 0 8px 8px 0
    }
    .sort-nav-wrap {
        display: block
    }
    .sotr-nav {
        width: 100%
    }
    .product-bl {
        padding: 20px 15px 15px 15px
    }
    .product-bl .delivery {
        padding-left: 30px
    }
    .pagination li {
        padding-left: 0;
        padding-right: 0
    }
    .inp-bl {
        padding-bottom: 12px
    }
    .inp-bl textarea {
        height: 140px
    }
    .product-about,
    .product-calc {
        padding: 15px;
        margin: 0 0 15px 0
    }
    .calc-info strong+strong {
        padding-left: 16px;
        margin-left: 12px
    }
    .video-bl {
        float: none;
        width: auto
    }
    .question-bl {
        padding: 15px
    }
    .question-bl .answer {
        font-size: 13px;
        line-height: 18px
    }
    .question-bl .answer p+p {
        padding-top: 18px
    }
    .review-bl {
        font-size: 13px;
        line-height: 18px;
        padding: 15px 15px 2px 15px
    }
    .review-bl p {
        padding-bottom: 18px
    }
    .map {
        height: 320px
    }
    .basket-result .remove {
        margin-left: 0
    }
    .basket-result input[type=submit] {
        display: block;
        width: 100%;
        margin-left: 0
    }
    .area-bl .bl {
        padding: 15px 15px 2px 15px
    }
    .form-certificate {
        padding: 15px
    }
    .area-404 .error-bl {
        width: 300px;
        margin-left: -150px
    }
    .popup-bl {
        width: 300px;
        margin-left: -150px
    }
    .popup-bl .bl {
        padding: 30px 15px 10px 15px!important
    }
}

@media screen and (max-width:360px) {
    .page-bl {
        padding-left: 10px;
        padding-right: 10px
    }
}

.video-bl .m-img a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, .3)
}

.displaynone {
    display: none
}

.basket-result .success {
    background-color: #00a65a;
    color: #000;
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #00733e;
    width: 100%;
    text-align: left;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket-result .success b, .inp-info b {
	font-size: 16px;
}

.inp-info div {
	margin-top:10px;
	font-weight: bold;
}

.inp-info div b {
	font-size: 16px;
}

.basket-result .success span {
	display: block;
	margin-top:10px;
	font-weight: bold;
}

.hidden_by_search {
    display: none
}

.hidden_by_filter {
    display: none
}

.reg-modal {
    display: none;
    position: fixed;
    top: 220px;
    left: 50%;
    background-color: #fff;
    /*background-image: url("../images/cat.jpg");*/
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 90%;
    max-width: 610px;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reg-modal div.close {
    width: 20px;
    height: 20px;
    opacity: .4;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.reg-modal .title {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 450px
}

.reg-modal button.close {
    width: 310px;
    height: 45px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #fb4522;
    border-radius: 3px
}

.reg-modal .because {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 230px
}

.reg-modal ul li {
    margin-bottom: 15px
}

.reg-modal ul li {
    color: #4f5051;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-left: 20px;
    position: relative;
    padding-left: 15px
}

.reg-modal ol,
ul {
    list-style: none
}

.reg-modal ul li::before {
    content: "";
    background-image: url(../images/li.png?v=1);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -20px
}

.reg-modal div.close {
    width: 20px;
    height: 20px;
    opacity: .4;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.reg-modal button.close {
    width: 310px;
    height: 45px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #fb4522;
    border-radius: 3px;
    position: static
}

.viber a::before {
    content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhYiIgZGF0YS1pY29uPSJ2aWJlciIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtdmliZXIgZmEtdy0xNiBmYS0yeCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDQ0IDQ5LjlDNDMxLjMgMzguMiAzNzkuOS45IDI2NS4zLjRjMCAwLTEzNS4xLTguMS0yMDAuOSA1Mi4zQzI3LjggODkuMyAxNC45IDE0MyAxMy41IDIwOS41Yy0xLjQgNjYuNS0zLjEgMTkxLjEgMTE3IDIyNC45aC4xbC0uMSA1MS42cy0uOCAyMC45IDEzIDI1LjFjMTYuNiA1LjIgMjYuNC0xMC43IDQyLjMtMjcuOCA4LjctOS40IDIwLjctMjMuMiAyOS44LTMzLjcgODIuMiA2LjkgMTQ1LjMtOC45IDE1Mi41LTExLjIgMTYuNi01LjQgMTEwLjUtMTcuNCAxMjUuNy0xNDIgMTUuOC0xMjguNi03LjYtMjA5LjgtNDkuOC0yNDYuNXpNNDU3LjkgMjg3Yy0xMi45IDEwNC04OSAxMTAuNi0xMDMgMTE1LjEtNiAxLjktNjEuNSAxNS43LTEzMS4yIDExLjIgMCAwLTUyIDYyLjctNjguMiA3OS01LjMgNS4zLTExLjEgNC44LTExLTUuNyAwLTYuOS40LTg1LjcuNC04NS43LS4xIDAtLjEgMCAwIDAtMTAxLjgtMjguMi05NS44LTEzNC4zLTk0LjctMTg5LjggMS4xLTU1LjUgMTEuNi0xMDEgNDIuNi0xMzEuNiA1NS43LTUwLjUgMTcwLjQtNDMgMTcwLjQtNDMgOTYuOS40IDE0My4zIDI5LjYgMTU0LjEgMzkuNCAzNS43IDMwLjYgNTMuOSAxMDMuOCA0MC42IDIxMS4xem0tMTM5LTgwLjhjLjQgOC42LTEyLjUgOS4yLTEyLjkuNi0xLjEtMjItMTEuNC0zMi43LTMyLjYtMzMuOS04LjYtLjUtNy44LTEzLjQuNy0xMi45IDI3LjkgMS41IDQzLjQgMTcuNSA0NC44IDQ2LjJ6bTIwLjMgMTEuM2MxLTQyLjQtMjUuNS03NS42LTc1LjgtNzkuMy04LjUtLjYtNy42LTEzLjUuOS0xMi45IDU4IDQuMiA4OC45IDQ0LjEgODcuOCA5Mi41LS4xIDguNi0xMy4xIDguMi0xMi45LS4zem00NyAxMy40Yy4xIDguNi0xMi45IDguNy0xMi45LjEtLjYtODEuNS01NC45LTEyNS45LTEyMC44LTEyNi40LTguNS0uMS04LjUtMTIuOSAwLTEyLjkgNzMuNy41IDEzMyA1MS40IDEzMy43IDEzOS4yek0zNzQuOSAzMjl2LjJjLTEwLjggMTktMzEgNDAtNTEuOCAzMy4zbC0uMi0uM2MtMjEuMS01LjktNzAuOC0zMS41LTEwMi4yLTU2LjUtMTYuMi0xMi44LTMxLTI3LjktNDIuNC00Mi40LTEwLjMtMTIuOS0yMC43LTI4LjItMzAuOC00Ni42LTIxLjMtMzguNS0yNi01NS43LTI2LTU1LjctNi43LTIwLjggMTQuMi00MSAzMy4zLTUxLjhoLjJjOS4yLTQuOCAxOC0zLjIgMjMuOSAzLjkgMCAwIDEyLjQgMTQuOCAxNy43IDIyLjEgNSA2LjggMTEuNyAxNy43IDE1LjIgMjMuOCA2LjEgMTAuOSAyLjMgMjItMy43IDI2LjZsLTEyIDkuNmMtNi4xIDQuOS01LjMgMTQtNS4zIDE0czE3LjggNjcuMyA4NC4zIDg0LjNjMCAwIDkuMS44IDE0LTUuM2w5LjYtMTJjNC42LTYgMTUuNy05LjggMjYuNi0zLjcgMTQuNyA4LjMgMzMuNCAyMS4yIDQ1LjggMzIuOSA3IDUuNyA4LjYgMTQuNCAzLjggMjMuNnoiIGNsYXNzPSIiIHN0eWxlPSIgICAgY29sb3I6ICM3YzUxOWU7Ij48L3BhdGg+PC9zdmc+);
    padding-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 24px
}

.skype a::before {
    content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhYiIgZGF0YS1pY29uPSJza3lwZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtc2t5cGUgZmEtdy0xNCBmYS0yeCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDI0LjcgMjk5LjhjMi45LTE0IDQuNy0yOC45IDQuNy00My44IDAtMTEzLjUtOTEuOS0yMDUuMy0yMDUuMy0yMDUuMy0xNC45IDAtMjkuNyAxLjctNDMuOCA0LjdDMTYxLjMgNDAuNyAxMzcuNyAzMiAxMTIgMzIgNTAuMiAzMiAwIDgyLjIgMCAxNDRjMCAyNS43IDguNyA0OS4zIDIzLjMgNjguMi0yLjkgMTQtNC43IDI4LjktNC43IDQzLjggMCAxMTMuNSA5MS45IDIwNS4zIDIwNS4zIDIwNS4zIDE0LjkgMCAyOS43LTEuNyA0My44LTQuNyAxOSAxNC42IDQyLjYgMjMuMyA2OC4yIDIzLjMgNjEuOCAwIDExMi01MC4yIDExMi0xMTIgLjEtMjUuNi04LjYtNDkuMi0yMy4yLTY4LjF6bS0xOTQuNiA5MS41Yy02NS42IDAtMTIwLjUtMjkuMi0xMjAuNS02NSAwLTE2IDktMzAuNiAyOS41LTMwLjYgMzEuMiAwIDM0LjEgNDQuOSA4OC4xIDQ0LjkgMjUuNyAwIDQyLjMtMTEuNCA0Mi4zLTI2LjMgMC0xOC43LTE2LTIxLjYtNDItMjgtNjIuNS0xNS40LTExNy44LTIyLTExNy44LTg3LjIgMC01OS4yIDU4LjYtODEuMSAxMDkuMS04MS4xIDU1LjEgMCAxMTAuOCAyMS45IDExMC44IDU1LjQgMCAxNi45LTExLjQgMzEuOC0zMC4zIDMxLjgtMjguMyAwLTI5LjItMzMuNS03NS0zMy41LTI1LjcgMC00MiA3LTQyIDIyLjUgMCAxOS44IDIwLjggMjEuOCA2OS4xIDMzIDQxLjQgOS4zIDkwLjcgMjYuOCA5MC43IDc3LjYgMCA1OS4xLTU3LjEgODYuNS0xMTIgODYuNXoiIGNsYXNzPSIiIHN0eWxlPSIgICAgY29sb3I6ICMwM2E0ZTI7Ij48L3BhdGg+PC9zdmc+);
    padding-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 24px
}

.telegram a,
.skype a,
.viber a {
    color: #4f5051;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

#popup-reg .bl {
    padding: 20px 40px;
}

#popup-reg input,
#popup-reg textarea {
    height: 36px;
    padding: 10px 15px;
}

#popup-reg textarea {
    height: 72px;
}

#popup-reg .inp-bl {
    padding-bottom: 10px;
}

#popup-reg div.h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#popup-reg .inp-info {
    max-width: 100%;
    padding: 0;
}

#popup-reg .g-recaptcha {
    margin-bottom: 15px;
}

.blanked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .65);
    z-index: 10;
}

.simple-text {
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-width: 207px;
    height: 20px;
    color: #fb4622!important;
    font: bold 30px Roboto, sans-serif, Arial, sans-serif;
}

.seo-container-right {
    margin-bottom: 2em;
    background-color: #ddd;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
	width: 100%;
}

.seo-container-left {
    margin-bottom: 2em;
    background-color: #ddd;
    border-radius: 5px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
	width: 100%;
}

.seo-img-block-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.seo-img-block-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.seo-img-right {
    background-image: url("/userfiles/upload/1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 150px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
}

.seo-img-left {
    background-image: url("/userfiles/upload/1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 150px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
}

.seo-text-block {
    padding: 2em !important;
	font-size: 18px;
}

#calc-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calc-item-1 iframe {
    width: 310px;
}

.calc-item-2 iframe {
    width: 240px;
}

.calc-item-3 iframe {
    width: 240px;
}

@media screen and (max-width:768px) {
    .calc-item {
        width: 100%;
        margin-bottom: 10px;
		text-align: center
    }
    .calc-item iframe {
        max-width:332px;
    }
}

.filter {
    order: -1;
}

.button_credit {
    color: #fff;
    font: bold 14px Roboto;
    text-align: center;
    border: none;
    background: #fb4622;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 16px 32px;
    line-height: 14px;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 10px;
}

.button_credit:hover,
.button_credit:hover {
    background-color: #fc6243;
}

#map {
    height: 400px;
}

#sku-value {
    color: #fff;
}

h1 small {
    font-weight: normal;
    color: #777;
}

form#form_city {
    display: inline-block;
}

form#form_city span {
    color: white;
    line-height: 39px;
    /*animation: flicker 1.5s infinite alternate;*/
}

select#change_city {
    height: auto;
    width: auto;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    background: #fc6243;
    border: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    margin-top: -4px;
    font-family: Arial, Helvetica, sans-serif;
}
select#change_city:hover {
    color: wheat;
}

/* Animate neon flicker */
@keyframes flicker {
    
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow:
            -0.05rem -0.05rem 0.25rem #fff,
            0.05rem 0.05rem 0.25rem #fff,
            0 0 0.5rem #fc6243;
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
    }    
}

#btn_up {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    background: #fb4622 url(../images/arrow-up.png) no-repeat center center;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}

.cart_qty {
    max-width: 60px;
    text-align: center;
}


.city {
  font-size: 16px !important;
  font-weight: 400;
  }

.city  a {
	text-decoration:none;
  }  
  
.city  a:hover  span {
	color: #aaa;
} 

.city img {
	width:34px;
	height:34px;
	vertical-align:bottom;
	margin-bottom:3px;
  } 
  
.city  span {
	color: #656972;
	border-bottom: 1px dotted #656972;
  }  
  
a.city-mobile {
	display: block;
	  padding: 0 !important;
	  text-decoration:none;
  }

a.city-mobile span {
	text-decoration:none;
    color: #656972;
	  font-size: 18px;
	  font-weight: 400;
	  border-bottom: 1px dotted #656972;
}


.city-item {
	height: 300px;
	overflow-Y: scroll;
}

  /* Styles for dialog window */
  #small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-height: 50%;
	max-width: 300px;
	margin: 40px auto;
	position: relative;
  }


  /* start state */
  .my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
  }

  /* animate in */
  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
  }

  /* animate out */
  .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
  }

  /* Dark overlay, start state */
  .my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
  }
  /* animate in */
  .my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  /* animate out */
  .my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
  }



  /**
   * Fade-move animation for second dialog
   */
  
  /* at start */
  .my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

  }
  
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  }

  /* animate out */
  .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  }

  /* Dark overlay, start state */
  .my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
  }
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
  }



.thimbnail {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.thimbnail::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
}
.thimbnail img {transition: .5s ease all; width: 100%; object-fit:contain; background:1px solid red;}
.thimbnail:hover img {
  transform: scale(1.3);
}

/*.thimbnail:hover {
	cursor: url("http://japancarts/views/japancarts/images/zoom.svg"), pointer;
}*/


   .underThumbnail {
	margin-bottom: 10px;
   }
   


.underThumbnail .video:after {
	background:  url(/views/japancarts/images/icon-video.png) no-repeat center center;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   
   .smallImg {
   position: relative;
  display: inline-block;
	width: 52px;
	height: 38px;
	overflow:hidden;
	}

.smallImg img {
	width: 52px;
	height: 38px;
   object-fit:cover;
   overflow:hidden;
}

	
	.smallImgCenter {
   position: relative;
  display: inline-block;
  margin: 0 3px;
	transition: 0.2s;
	 overflow:hidden;
	width: 53px;
	height: 38px;

	}

.smallImgCenter img {
	width: 53px;
	height: 38px;
   object-fit:cover;
    overflow:hidden;
}

   .smallImg:hover, .smallImgCenter:hover {
	transition: 0.2s;
    transform: scale(1.2);
   }
   