body, html {
    max-width: 100%;
    overflow-x: hidden;
}
:focus, a {
    outline: 0;
}
.goods .motoBlock:hover .button, .prodBox ul li:hover {
    opacity: .9;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(/img/mainBg.png) repeat-x #030303;
    color: #333;
    font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
    color: #ce1b14;
    text-decoration: underline;
}
a:hover {
    color: #9b120d;
    text-decoration: none;
}
p {
    margin: 0 0 18px;
}
img {
    border: none;
}
input, textarea {
    font: 12px/20px Arial, Verdana, sans-serif;
}
button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}
ol {
	list-style-position: inside;
}
.description ul {
	list-style-position: inside;
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #000;
}
.ya-share2 {
    margin: 0px 0 30px;
}

.headAddr:before {
    position: absolute;
    top: 75px;
    left: 130px;
    /* right: 0; */
    bottom: 0;
    font-size: 20px;
    padding: 7px;
    color: red;
/*    content: 'Магазин временно работает в ограниченном режиме, доставка товаров в плановом режиме, посещение - по согласованию!!!'; */
    background: rgba(0, 0, 0, 0.8);
}
h1, h2, h3, h4, h5 {
    color: #333;
    font: 400 22px arial, sans-serif;
    margin: 30px 0 10px;
}
h4, h5 {
    font-weight: 700;
}
h2 {
    color: #cb0c04;
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    color: #000;
    font-size: 14px;
}
h5 {
    font-size: 14px;
}
.listingDescription {
    text-align: justify;
}
.headcategory {
    font: 300 32px/1em Cuprum, arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    width: 150px;
    margin: -54px 0 0;
    padding-right: 150px;
    position: relative;
}
#wrapper {
    height: auto!important;
    margin: 0 auto;
    min-height: 100%;
    padding: 0 5px;
    position: relative;
    width: 986px;
}
#header {
    background: url(/img/logoRowBg-Upd.jpg) 50% 0 no-repeat;
}
#header .logoRow {
    height: 135px;
    text-align: center;
    position: relative;
}
#header .logoRow a.mmLogo, #header .logoRow span.mmLogo {
    background: url(/img/minimotorBY.webp) no-repeat;
    display: inline-block;
    height: 67px;
    line-height: 200px;
    margin-top: 8px;
    overflow: hidden;
    width: 300px;
}
#header .logoRow ul li a, #header .logoRow ul li span {
    display: inline-block;
    line-height: 24px;
    padding-left: 16px;
    text-decoration: none;
}
#header .logoRow ul {
    list-style: none;
    font-size: 14px;
    margin-top: 4px;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}
#header .logoRow ul li a {
    background: url(/img/menuIco.png) 0 50% no-repeat;
    color: #ccc;
}
#header .logoRow ul li a:hover {
    background-position: 2px 50%;
    color: #fff;
}
#header .logoRow ul li span {
    cursor: default;
    color: #777;
    background: url(/img/menuIco.png) 0 50% no-repeat;
}
#header .rent, #header .warranty, #header .warranty2 {
    content: "";
    display: block;
    height: 88px;
    width: 88px;
    position: absolute;
    top: 10px;
}
#header .warranty2 {
    background: url(/img/warranty12.png) 0 50% no-repeat;
    right: 190px;
}
#header .warranty {
    background: url(/img/warranty6.png) 0 50% no-repeat;
    right: 190px;
}
#header .rent {
    background: url(/img/rent2.png) 0 50% no-repeat;
    right: 660px;
}
#header .slider {
    background: url(/img/sliderBg.jpg) no-repeat;
    height: 365px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}
#header .slider .images {
    height: 365px;
    overflow: hidden;
    text-align: center;
    width: 980px;
}
#header .slider .images img {
    max-width: 980px;
}
#header .slider .mask {
    background: url(/img/sliderMask.png) no-repeat;
    height: 365px;
    width: 980px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.prodBox {
    position: absolute;
    top: 32px;
    left: -4px;
    overflow: hidden;
    width: 988px;
    z-index: 1100;
}
.prodBox ul {
    width: 1440px;
}
.prodBox ul li {
    background: url(/img/prodTtls.png) 0 50% no-repeat;
    display: inline-block;
    float: left;
    height: 94px;
    margin-right: 452px;
    width: 268px;
}
.prodBox ul li.liEven {
    background-position: 100% 50%}
.prodBox ul li a, .prodBox ul li span.active {
    background: url(/img/icons.png) 0 -94px no-repeat;
    color: #cb0c04;
    display: block;
    font-size: 14px;
    height: 94px;
    line-height: 86px;
    text-shadow: 1px 1px 0 #fff;
    width: 120px;
    text-decoration: none;
    text-transform: uppercase;
}
.button, .button input, .button2 {
    text-shadow: 1px 1px 0 #670400;
}
.prodBox ul li a {
    padding: 0 40px 0 108px;
}
.prodBox ul li a.zzr {
    padding: 2px 40px 0 85px!important;
}
.prodBox ul li span.active {
    font-weight: 700;
    cursor: default;
    padding: 0 40px 0 108px;
}
.prodBox ul li span.zzr {
    padding: 2px 40px 0 85px!important;
}
.prodBox ul li:hover a {
    color: #930600;
}
.prodBox ul li.liEven a, .prodBox ul li.liEven span.active {
    padding: 0 108px 0 40px;
}
.prodBox ul li.li2 a, .prodBox ul li.li2 span.active {
    background-position: 160px -188px;
}
.prodBox ul li.li3 a, .prodBox ul li.li3 span.active {
    background-position: 0 0;
}
.prodBox ul li.li4 a, .prodBox ul li.li4 span.active {
    background-position: 160px -285px;
}
.prodBox ul li.li5 a, .prodBox ul li.li5 span.active {
    background-position: 0 -380px;
}
.prodBox ul li.li6 a, .prodBox ul li.li6 span.active {
    background-position: 160px -470px;
}
.prodBox ul li a span, .prodBox ul li span.wrp {
    display: table-cell;
    height: 43px;
    line-height: 16px;
    padding-top: 21px;
    vertical-align: middle;
    width: 100%}
.cntBlock {
    color: #eee;
    font: 16px;
    padding-top: 4px;
    text-align: left;
    width: 300px;
    position: absolute;
    top: 5px;
    left: 0;
		display: flex;
    flex-direction: column;
    gap: 5px;
}
#tagcloud, .button, .button2, .mainTtl, .paging {
    text-align: center;
}
.cntBlock .lbl {
    color: #cb2125;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 24px;
    overflow: hidden;
}

.phonesVelc small {
	font-size: 26px;
}
.cntBlock .phones {
	background: url(/img/A1_red_logo.png) 0 -1000px no-repeat;
	color: #ccc;
	line-height: 1;
	padding-left: 26px;
	background-size: contain;
	font-size: 26px;
}
.cntBlock .phones:hover {
    color: #fff;
    cursor: default;
}
.cntBlock .phonesVelc {
    background-position: 0 2px;
}
.cntBlock .phonesMTS {
    background-position: 0 -21px;
}
.cntBlock .phonesLIFE {
    background-position: 0 -44px;
}
.cntBlock .phonesRus {
    background-position: 0 -67px;
}
.cntBlock .phonesMail {
    padding: 0;
		font-size: 20px;
}
.cntBlock .phones strong {
    font-weight: 400;
}
.cntBlock .phones a {
    color: #ccc;
    text-decoration: none;
}
.cntBlock .phones a:hover {
    color: #fff;
}
.cntBlock.address {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    font-size: 15px;
    line-height: 26px;
    position: static;
    width: auto;
}
#container, #middle {
    background: #f8f8f8;
}
#footer, #middle, .goods, .goods a.motoBlock, ul#gallery {
    position: relative;
}
.cntBlock.address .lbl {
    color: #777;
}
.cntBlock.address .phones {
    color: #555;
    font-size: 22px;
    line-height: 22px;
    margin-left: 90px;
}
.cntBlock.address .phones strong {
    color: #000;
    font-size: 22px;
}
.cntBlock.address .phones a {
    color: #555;
}
.cntBlock.address .phones a:hover {
    color: #000;
}
#middle {
    display: inline-block;
    padding-bottom: 0;
    width: 100%}
#middle:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
#container {
    margin: 0 auto;
    width: 980px;
}
.mainTtl {
    background: #efefef;
    border: 1px solid #fff;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
}
.mainTtl .search {
    display: inline-block;
    background-color: #fff;
    height: 27px;
    margin-top: 14px;
    width: 307px;
    border-radius: 3px;
}
.mainTtl .search .input1 {
    background: 0 0;
    border: 0;
    color: #555;
    float: left;
    height: 27px;
    margin: 0 4px;
    line-height: 27px;
    vertical-align: middle;
    width: 260px;
}
.mainTtl .search .input2 {
    float: right;
    height: 27px;
    width: 27px;
    border: none;
    cursor: pointer;
    background-color: #fedf3c;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#container h1, #container h2.heading {
    color: #333;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    margin: 0;
    padding-right: 150px;
    position: relative;
}
#container .in {
    padding: 0 10px 20px;
}
#container .in>ul {
    list-style: disc;
    margin: 0 0 20px 40px;
}
#container .in>ol {
    list-style: decimal;
    margin: 0 0 20px 40px;
}
#container .in>ul.breadcrumbs {
    list-style: none;
    margin: 10px 0;
}
.goods {
    margin: -10px -20px 0 0;
    overflow: hidden;
}
.goods a.motoBlock {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    float: left;
    margin: 10px 20px 10px 0;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 268px;
}
.goods a.motoBlock:hover {
    background: #fff5f5;
    border-color: #d0b5b4;
}
.goods .motoBlock img {
    height: 175px;
    margin-bottom: 10px;
}
.goods .motoBlock strong {
    display: block;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    text-transform: uppercase;
}
.goods .motoBlock .price, .goods .motoBlock .price2 {
    display: block;
    font: 18px "Times New Roman", arial, sans-serif;
    margin: 3px 0 5px;
}
.button, .button2, table td .price, ul#gallery, ul#gallery li {
    display: inline-block;
}
.goods .motoBlock .price {
    color: #cb0c04;
}
.goods .motoBlock .price2 {
    color: grey;
}
.button, .button2 {
    border: 1px solid #670400;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
}
.button {
    background: url(/img/button.png) repeat-x #b00600;
}
.button2 {
    background: url(/img/button2.png) repeat-x #b00600;
}
.butInp {
    padding: 0;
}
.button input, .button2 input {
    background: 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    vertical-align: middle;
}
.cForm, .cForm input[type=text], .cForm textarea {
    border: 1px solid #eee;
    background: #fff;
}
.button2 input {
    text-shadow: 1px 1px 0 #000c67;
}
.cForm {
    margin-top: 40px;
    padding: 20px;
}
.cForm h2 {
    margin: 0 0 10px;
}
table td .price, table td h3 {
    margin-top: 10px;
}
.cForm .alert {
    color: #932;
    font-size: 14px;
}
table th, ul.instock {
    font-size: 14px;
}
.cForm .button {
    float: right;
}
.cForm label {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 26px;
    margin-bottom: 4px;
    width: 100px;
}
.cForm input[type=text] {
    color: #555;
    padding: 0 3px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 300px;
}
.cForm textarea {
    color: #555;
    padding: 0 2px;
    width: 792px;
}
table td, table th {
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: top;
}
table {
    border: 0;
    border-collapse: collapse;
    width: 100%}
table td {
    background: #fff;
}
table th {
    background: #dadada;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}
table th a {
    color: #555;
}
table td .price {
    color: #cb0c04;
    font: 18px "Times New Roman", arial, sans-serif;
}
.prodPics {
    background: #e0e0e0;
    border: 1px solid #fff;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    padding: 10px;
    width: 250px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
#productMainImage {
    margin-bottom: 10px;
}
ul#gallery {
    margin-right: -10px;
}
ul#gallery li {
    float: left;
    margin: 0 8px 8px 0;
    width: 78px;
}
ul#gallery img {
    border: 1px solid #555;
    height: 76px!important;
    width: 76px!important;
}
ul.instock li {
    padding-bottom: 5px;
}
ul.instock strong {
    color: #333;
    font-weight: 400;
}
ul.instock span {
    color: #cb0c04;
    font: 18px "Times New Roman", arial, sans-serif;
    margin: 3px 0 5px;
}
ul.list {
    display: table;
    list-style: square;
    margin: 0 0 20px;
    padding-left: 24px;
}
#socialIcons {
    text-align: right;
    width: 100%;
    margin: 15px 0;
}
#socialIcons a img {
    width: 24px;
    height: 24px;
}
#easyTooltip {
    background: #fff;
    border: 1px solid #ccc;
    padding: 16px 15px 17px 16px;
    font-size: 14px;
    line-height: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #666;
}
#footer {
    background: url(/img/footerBg.png) repeat-x #000;
    color: #333;
    font-size: 14px;
    margin: -80px auto 0;
    padding-top: 45px;
    text-align: right;
    width: 986px;
}
#footer a {
    color: #333;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#footer ul {
    color: #444;
    display: inline-block;
    float: left;
}
#footer ul li {
    display: inline;
}
#footer ul li a {
    padding: 0 10px;
}
#footer ul li span {
    cursor: default;
    padding: 0 10px;
}
#footer .logo {
    background: url(/img/minimotorBY.webp) no-repeat;
    background-size: contain;
    height: 41px;
    width: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%}
#jquery-lightbox {
    z-index: 1100!important;
}
.news {
    margin: 0 -10px;
    position: relative;
}
.news .article {
    border-right: 1px solid #ccc;
    float: left;
    margin: 10px 0 10px 10px;
    padding-right: 20px;
    width: 287px;
}
.news .article img, .news .bigArticle img {
    background: #fff;
    max-height: 100px;
    width: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    float: left;
}
.news .article:nth-child(3n) {
    border: 0;
}
.news .article a {
    color: #000;
    display: block;
    font-weight: 700;
}
.news .article .date {
    color: #777;
    font-size: 14px;
    margin-bottom: 6px;
}
.news .article img {
    border: 3px solid #fff;
    margin: 0 10px 10px 0;
}
.news .article p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.news .bigArticle {
    border-bottom: 1px dotted #ccc;
    margin: 20px 10px;
}
.news .bigArticle a {
    color: #000;
    display: block;
    font-weight: 700;
}
.fullArticle .newsDate, .news .bigArticle .date {
    color: #777;
    font-size: 14px;
}
.news .bigArticle .date {
    margin-bottom: 6px;
}
.news .bigArticle img {
    border: 3px solid #fff;
    margin: 0 10px 10px 0;
}
.news .bigArticle p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.fullArticle {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.fullArticle h3 {
    margin-top: 5px;
}
.fullArticle img {
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    float: left;
    margin: 0 30px 10px 0;
    max-width: 300px;
}
.desc2 {
    margin-left: 300px;
}
.catalogHref, .desc2 {
	display: block;
	position: relative;
	background: #fff;
}
.instockLabel, .inwayLabel, .noLabel, .zakazLabel {
    background: url(/img/noLabel.png) no-repeat;
    display: block;
    height: 127px;
    width: 127px;
    position: absolute;
    top: -7px;
    right: -7px;
}
.zakazLabel {
    background: url(/img/zakazLabel.png) no-repeat;
}
.inwayLabel {
    background: url(/img/inwayLabel.png) no-repeat;
}
.instockLabel {
    background: url(/img/instockLabel.png) no-repeat;
}
.hitLabel {
    background: url(/img/hit.png) no-repeat;
    display: block;
    position: absolute;
    height: 100px;
    width: 100px;
    top: -7px;
    right: 80px;
}
.desc2 .noLabel, .desc2 .zakazLabel {
    top: -84px;
    right: -21px;
}
.catalogHref .noLabel, .catalogHref .zakazLabel {
    top: -8px;
    right: -8px;
}
.paging {
    color: #aaa;
    margin: 20px 0 30px;
}
.paging a, .paging span {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 1px;
    padding: 3px 7px;
}
.paging a {
    color: #777;
    text-decoration: none;
}
.paging a:hover {
    border-color: #bbb;
    color: #555;
}
.paging span.active {
    background: #999;
    border-color: #999;
    color: #fff;
}
.breadcrumbs {
    float: left;
    font: 16px Arial, Helvetica, sans-serif;
    width: 800px;
}
.breadcrumbs li {
	float: left;
}
/*.breadcrumbs li a, .breadcrumbs li span {*/
/*    background: url(/img/bg-breadcrumbs.gif) 2px 3px no-repeat;*/
/*    display: block;*/
/*    padding: 0 0 0 10px;*/
/*}*/
.breadcrumbs li a {
    text-decoration: none;
    color: #555;
		margin: 3px 0;
    display: inline-block;
}

.breadcrumbs li a span {
	margin: 3px;
	display: inline-block;
}
#tagcloud a:hover, .breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li:last-child span {
    font-weight: 700;
		margin: 6px;
    display: inline-block;
}
.breadcrumbs li.bc-first a, .breadcrumbs li.bc-first span {
    background: 0 0;
    padding: 0;
}
#tagcloud {
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 20px 0 0;
}
#tagcloud span {
    padding: 0 5px;
}
#tagcloud a {
    color: #999;
    text-decoration: none;
}
#tagcloud .smallest {
    font-size: 1em;
}
#tagcloud .smallest a {
    color: #999;
}
#tagcloud .small {
    font-size: 1.1em;
}
#tagcloud .small a {
    color: #777;
}
#tagcloud .medium {
    font-size: 1.2em;
}
#tagcloud .medium a {
    color: #555;
}
#tagcloud .large {
    font-size: 1.4em;
}
#tagcloud .large a {
    color: #333;
}
#tagcloud .largest {
    font-size: 1.6em;
}
#tagcloud .largest a {
    color: #111;
}
.viewLess, .viewMore {
    color: #088;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
}
.viewLess {
    text-align: right;
}
.viewLess:before, .viewMore:before {
    background: url(/img/icons/down.png) no-repeat;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: -20px;
}
.viewLess:before {
    background-image: url(/img/icons/up.png);
}
ul.social_buttons_large {
    margin: 8px 0 0;
    padding: 0;
}
ul.social_buttons_large li {
    display: inline;
}
ul.social_buttons_large li>div, ul.social_buttons_large li>iframe {
    float: left;
}
ul.social_buttons_large li>div.fb-like {
    margin-left: 5px;
    margin-right: 10px;
}
#mailru, #twitter {
    margin-left: 10px;
}
ul.social_buttons_large li>div#vk_like {
    width: 150px!important;
    max-width: 150px!important;
    display: inline;
    float: left;
}
#mailru {
    margin-right: -10px;
}
#twitter {
    width: 107px!important;
    max-width: 107px!important;
    padding-right: 20px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(/img/icon_top.png) no-repeat;
}
.caroProdLink {
    height: 325px;
    margin-left: -230px;
    width: 460px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2000;
}
.exportBan, .ideaBank, .serviceBan {
    content: "";
    width: 195px;
    position: absolute;
    top: 303px;
}
.exportBan, .ideaBank {
    height: 62px;
    left: 49px;
    z-index: 2000;
}
.ideaBank {
    background: url(/img/ideaBank.png) no-repeat;
}
.exportBan {
    background: url(/img/export.png) no-repeat;
}
.serviceBan {
    background: url(/img/serviceBan.png) no-repeat;
    height: 64px;
    right: 52px;
    z-index: 1003;
}
.podcatCol {
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}
.podcatCol h4 {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 9px 4px;
    text-transform: uppercase;
}
.podcatCol li {
    display: block;
}
.podcatCol li a, .podcatCol li span {
    color: #555;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.podcatCol li a:hover {
    background: #DADADA;
    color: #000;
}
.podcatCol li span, .podcatCol li.active a {
    background: red;
    color: #FFF;
}
.podcatCol li span {
    cursor: default;
}
.podcatCol li+li a {
    border-top: 1px dotted #ccc;
}
.podcatColR {
    margin-left: 200px;
}
.backCall {
    height: 225px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -112px;
    z-index: 2000;
}
.bcForm {
    background: #efefef;
    border: 1px solid #fff;
    float: left;
    height: 183px;
    padding: 20px 10px;
}
.bcForm .bcRow {
    margin-bottom: 20px;
}
.bcForm label {
    color: #000;
    display: inline-block;
    float: left;
    font: 300 16px/1em 'Open Sans Condensed', sans-serif;
    line-height: 29px;
    margin-bottom: 5px;
    width: 80px;
}
.bcForm input[type=text] {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px;
}
.bcClicker {
    background: url(/img/backCall.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 225px;
    width: 43px;
    opacity: .8;
    transition: opacity ease .5s;
}
.bcClicker:hover {
    opacity: 1;
}
.btn, a.btn, input[type=submit].btn {
    background: #941117;
    border: 0;
    border-radius: 4px!important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 700 16px/36px 'Open Sans Condensed', sans-serif;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover, a:hover>.btn, input[type=submit].btn:hover {
    background: #b40c09;
}
.headAddr {
    color: #eee;
    margin: 15px 0;
}
.headAddr .showMap {
    color: #f6e974;
    cursor: pointer;
    margin-left: 0;
}
.headAddr .mapBox {
    border: 5px solid #fff;
    display: none;
    max-width: 1052px;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.headAddr .mapBox .mapBoxClose {
    background: #930c09;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.headAddr .mapBox .mapBoxClose:hover {
    background: #b41612;
}
.headAddr .mapBox img {
    width: 100%}
.button-call-us, .button-call-us-bottom, .button-mail-us {
    background-color: #CC0C04;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.buttons-callback {
    display: none;
}
.button-call-us {
    padding: 10px 15px;
    font-size: 20px;
    position: absolute;
    right: 0;

}
.button-call-us img {
    width: 20px;
    margin-bottom: -2px;

}
.button-mail-us {
   padding: 10px 15px;
    font-size: 20px;
        right: 60px;
    position: absolute;
}
.button-mail-us img {
    width: 20px;
    margin-bottom: -2px;

}

.button-call-us-bottom img {
    width: 20px;
    margin-bottom: -3px;

}
.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin: 0 10px!important;
}

#container .in {

    margin: 0 0 20px;
}
.checkbox.personal__info {
    display: flex;

    align-items: center;
}
.cForm .personal__info label {
    display: inline-block;
    float: none;
    height: inherit;
    font-size: 14px;
    width: 100%;
    margin-left: 5px;
    top: 3px;
    position: relative;
}
.cForm {
    margin-bottom: 20px;
}
.vendor__block, .warranty__block, .importer__block {
    position: relative;
}
.vendor__btn, .warranty__btn, .importer__btn {
    opacity: .8;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: underline;
}
.mr10 {
    margin-right: 5px;
}

#vendor__info {
    left: 0px;
}
#vendor__info, #warranty__info, #importer__info {
    opacity: 0;
    transform: translateX(0) translateY(60px);
    transition: all .3s ease;
    padding: 15px;
    background: #fff;
    z-index: 2;
    top: 0;
    left: -60px;
    position: absolute;
    width: 300px;
}
#vendor__info.active, #warranty__info.active, #importer__info.active {
    opacity: 1;
    top: 25px;
    box-shadow: 2px 2px 5px 0px #1c2b3f;
    transform: translateX(0) translateY(0px);
    transition: all .3s ease;
}

.info__group {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
    background: #fff;
}
.prodName h1 {
 color:#cb0c04;
 font-size:20px;
}

/*#metr{*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/
/*.social_icons {*/
/*    padding-bottom: 10px;*/
/*}*/
.social_icons img {
    width: 32px;
    padding: 0 2px;
}

.open-dropBox {
    display: none;
}

.open-prodBox__arrow {
    width: 25px;
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}

.open-prodBox__arrow.active {
    transform: rotate(0deg);
}

.prodBox-menu.active {
    display: block;
}

.headAddr.headAddr-mobile {
    display: none;
}

.metr {
    float: none;
    display: flex;
    justify-content: flex-end;
    margin-top: -7px;

}

.offerta {
    text-align: center;
}

.social_icons {
    margin-right: 20px;
}

.store__closed {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 120;
	display: none;
}
.cookie-holder {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 120;
    display: none;
    left: 0;
}

.cookie-main span {
    display: block;
}
.cookie-main {
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14px;
    margin: 12px 8px;
}
.cookie-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.cookie-text {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin-top: 6px;
    line-height: 14px;
}
.cookie-button, .store__button {
    background-color: #cf0c04;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    margin: 12px;
    margin-top: 0;
    min-width: 124px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.cookie-disclaimer {
background-color: #ffffff;
    box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
    color: #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    z-index: 120;
    justify-content: center;
}
.alert-holder {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
}

.alert-main span {
    display: block;
}
.alert-main {
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 14px;
    margin: 12px 8px;
}
.alert-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.alert-text {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    margin-top: 6px;
    line-height: 14px;
}
.alert-button {
    background-color: #cf0c04;
    border-radius: 5px;
    cursor: pointer;
    line-height: 16px;
    margin: 12px;
    margin-top: 0;
    min-width: 124px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.alert-disclaimer {
background-color: #ffffff;
    box-shadow: 0 19px 38px 0 #00143c, 0 15px 12px 0 #00143c;
    color: #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    z-index: 120;
    justify-content: center;
}


#header ul.messenger__list {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0 44px;
	justify-content: center;
	position: absolute;
	top: 30px;
	left: 0px;
	background: #141715;
	z-index: 3;
	gap: 5px;
}


#header .logoRow ul.messenger__list {
	right: unset;
}

#header .logoRow ul li a.click__target {
	display: flex;
	line-height: unset;
	padding-left: unset;
	text-decoration: none;
	background: none;
	color: #fff;
}
#header .logoRow ul li span.social__name {
	background: none;
}

#header .logoRow ul.messenger__list .social__link_mobile a.mail {
	background: #da2b33;
}
#header .logoRow ul.messenger__list .social__link_mobile a.telegram {
	background: #2BA0DA;
}
#header .logoRow ul.messenger__list .social__link_mobile a.whatsapp {
	background: #00A000;
}
#header .logoRow ul.messenger__list .social__link_mobile a.viber {
	background: #7A4F9C;
}

#header .logoRow ul.messenger__list .social__link_mobile a {
	padding: 3px;
	margin: 3px;
	border-radius: 5px;
	background: #f89a1e;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	display: grid;
}

.social__link_mobile {
	display: flex;
	justify-content: center;
	padding: 3px;
}
.social__link_mobile-phone {
display: none;
}

.messenger__icon {
max-width: 20px;
}
.social__link_mobile-phone__number {
display: none;
}


#header .phonesVelc:hover .messenger__list {
display: flex;
position: absolute;
}

#header ul.messenger__list.active {
	display: flex;
}

.cntBlock {
	width: 100%;
	padding-left: 0;
}

#productMainImage .image a img {
	background: #fff;
}

#productDescription iframe {
	width: 100%;
	aspect-ratio: 2 / 1;
	border: 0;
	margin: 0px auto;
	display: block;
}

.description {
	text-align: justify;
}

podcatCol-title {
	background: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 9px 4px;
    text-transform: uppercase;
}

ul span.good__price-discount {
	font-size: 16px;
	text-decoration: line-through;
	color: #000;
}

.replain-link.target__click {
	opacity: 0!important;
}
.replain-link {
	position: fixed!important;
	right: 19px!important;
	bottom: 19px!important;
	z-index: 9999999999;
	width: 60px!important;
	height: 60px!important;
	border-radius: 30px!important;
	padding: 11px 13px 6px 11px!important;

}

.target__click .replain-link__icon svg {
	width: 35.23px!important;
	height: 37px!important;
}

.replain-link.-replain-only-icon {
	padding-left: 12px!important;
}

@media only screen and (min-width: 990px) {



}




@media only screen and (max-width: 768px) {

    .cookie-disclaimer {
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .alert-disclaimer {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (min-width: 769px) {
    .cookie-button, .store__button {
        margin: auto 5px;
        width: 230px;
        box-shadow: 2px 2px 1px #ccc;
        outline: none;

    }
        .cookie-button:active, .cookie-button:focus {
        box-shadow: none;

    }
        .alert-button {
        margin: auto 5px;
        width: 230px;
        box-shadow: 2px 2px 1px #ccc;
        outline: none;

    }
        .alert-button:active, .cookie-button:focus {
        box-shadow: none;

    }
}

#header .logoRow a.mmLogo-rf,
#header .logoRow span.mmLogo-rf {
    background: url(/img/minimotorRU.webp) no-repeat;
}

#footer .logo.logo-rf {
    background: url(/img/minimotorRU.webp) no-repeat;
    background-size: contain;
}

#header .cntBlock-rf {
    display: block;
    width: 300px;
    padding-top: 4px;
    top: 0;
    left: 0;
    gap: 0;
}

#header .cntBlock-rf .lbl {
    color: #cb2125;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 24px;
    overflow: hidden;
}

#header .cntBlock-rf .phones {
    background: url(/img/opLogos2.png) no-repeat 0 -1000px;
    color: #ccc;
    line-height: 19px;
    margin-left: 75px;
    padding-left: 20px;
    font-size: 16px;
    background-size: auto;
}

#header .cntBlock-rf .phonesRus,
#header .cntBlock-rf .phones.phonesRus.phonesVelc {
    background-position: 0 -67px;
}

#header .cntBlock-rf .phonesMail {
    margin-left: 75px;
    padding-left: 0;
    font-size: 16px;
    line-height: 19px;
    background: none;
}

#header .cntBlock-rf .phones strong {
    font-weight: 400;
}

#header .cntBlock-rf .phones a {
    color: #ccc;
    text-decoration: none;
}

#header .cntBlock-rf .phones a:hover {
    color: #fff;
}

.cntBlock.address.contacts-rf {
    margin-bottom: 20px;
    overflow: hidden;
}

.cntBlock.address.contacts-rf .contacts-rf-col {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.cntBlock.address.contacts-rf .phonesRus {
    background: none;
    padding-left: 0;
}

@media only screen and (max-width: 600px) {
    .cntBlock.address.contacts-rf .contacts-rf-col {
        float: none;
        width: 100%;
    }
}

/* RF messenger dropdown — desktop (archive minimotor.рф) */
@media only screen and (min-width: 501px) {
    #header .messenger__list-rf-mobile {
        display: none !important;
    }

    #header .cntBlock-rf .phones.phonesRus.phonesVelc {
        position: relative;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop {
        list-style: none;
        display: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        position: absolute;
        top: 15px;
        left: 38px;
        background: #222222;
        z-index: 10;
        gap: 0;
    }

    #header .cntBlock-rf .phonesVelc:hover .messenger__list-rf-desktop {
        display: flex;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile {
        padding: 3px;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile a,
    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile a.click__target {
        padding: 3px;
        margin: 3px;
        border-radius: 5px;
        background: #f89a1e;
        color: #fff;
        text-decoration: none;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile a.mail {
        background: #da2b33;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile a.telegram {
        background: #2BA0DA;
    }

    #header .cntBlock-rf ul.messenger__list-rf-desktop .social__link_mobile a.whatsapp {
        background: #00A000;
    }

    #header .cntBlock-rf .social__link_mobile-phone {
        display: none;
    }
}