@import url("../../../design/ow/css/reset.css");
@import url("../../../design/ow/css/font-awesome.min.css");
@font-face {
    font-family: 'Neuron';
    src: url('../../../design/ow/fonts/Neuron.eot#iefix') format('embedded-opentype'), url('../../../design/ow/fonts/Neuron.otf') format('opentype'), url('../../../design/ow/fonts/Neuron.woff') format('woff'), url('../../../design/ow/fonts/Neuron.ttf') format('truetype'), url('../../../design/ow/fonts/Neuron.svg#Neuron') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron-Bold';
    src: url('../../../design/ow/fonts/Neuron-Bold.eot#iefix') format('embedded-opentype'), url('../../../design/ow/fonts/Neuron-Bold.otf') format('opentype'), url('../../../design/ow/fonts/Neuron-Bold.woff') format('woff'), url('../../../design/ow/fonts/Neuron-Bold.ttf') format('truetype'), url('../../../design/ow/fonts/Neuron-Bold.svg#Neuron-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron-ExtraLight';
    src: url('../../../design/ow/fonts/Neuron-ExtraLight.eot#iefix') format('embedded-opentype'), url('../../../design/ow/fonts/Neuron-ExtraLight.otf') format('opentype'), url('../../../design/ow/fonts/Neuron-ExtraLight.woff') format('woff'), url('../../../design/ow/fonts/Neuron-ExtraLight.ttf') format('truetype'), url('../../../design/ow/fonts/Neuron-ExtraLight.svg#Neuron-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuron-Light';
    src: url('../../../design/ow/fonts/Neuron-Light.eot#iefix') format('embedded-opentype'), url('../../../design/ow/fonts/Neuron-Light.otf') format('opentype'), url('../../../design/ow/fonts/Neuron-Light.woff') format('woff'), url('../../../design/ow/fonts/Neuron-Light.ttf') format('truetype'), url('../../../design/ow/fonts/Neuron-Light.svg#Neuron-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    min-height: 100%;
    font-family: 'Neuron-Light', Arial;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

body:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #629c42;
    display: block;
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #222;
    display: block;
    z-index: -1;
}

input,
button,
textarea {
    font: inherit;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    border-bottom: 1px solid rgba(34, 34, 34, 1);
}

.tooltipBody {
    padding: 3px 10px 1px 10px;
}

.tooltipBody a {
    border: none;
}

input[type=text],
input[type=password],
textarea {
    border: 1px solid #e7e7e7;
}

.required:after {
    content: ' *';
    color: #e91818;
}


/* ЯШапка */

header {
    width: 100%;
    color: #222;
    background: #f8f8f8;
}

header a {
    color: #629c42;
    border-bottom: 1px dotted rgba(98, 156, 66, 0.3);
    text-decoration: none;
}

header a:hover {
    border-bottom: 1px dotted rgba(98, 156, 66, 1);
}

header.banner-header {
    background: #222;
    background-image: url('../../../design/ow/images/banner-bg-3.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
}

header.banner-header a,
header.banner-header .header-cart-right i {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 123, 7, 0.5);
    text-decoration: none;
}

header.banner-header a:hover,
header.banner-header .header-cart-right i:hover {
    border-bottom: 1px dotted rgba(255, 123, 7, 1);
}

header .free-call p {
    color: #629c42;
}

header.banner-header .free-call a,
header.banner-header .free-call a:hover {
    border-style: solid;
}

header .logo {
    display: inline-block;
    border: none !important;
    margin-left: 7px;
    position: relative;
    z-index: 1;
}

header .header-inner {
    width: 930px;
    margin: 0 auto;
    padding: 18px 0 58px 0;
    position: relative;
}

.whatsapp-btn{
	position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../../design/ow/images/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	border-bottom: none!important;
}

.whatsapp-btn:hover{
    transform: scale(1.1);
}

@media (max-width: 1000px) {
	.whatsapp-btn.responsive-only{
		padding: 10px;
		display: block;
		position: absolute;
		left: 82px;
		top: 5px;
		background-size: 18px;
	}
}


/* Шапка ссылки */

header .header-links {
    position: absolute;
    left: 294px;
    top: 33px;
    z-index: 1;
}

header .header-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    bottom: 0;
}

header .header-links a:hover {
    border: none;
    bottom: 3px;
}

header .header-links .header-links-group {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

header .header-links .header-links-group .header-links-group-container {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 18px;
    width: 200px;
}

header .header-links .header-links-group:hover .header-links-group-container {
    max-height: 100px;
    z-index: 3;
}

header .header-links .header-links-group .header-links-group-container a {
    margin-top: 4px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .header-links .header-links-group .header-links-group-container a:hover {
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}


/* Шапка контакты */

header .header-contacts {
    position: absolute;
    right: 330px;
    top: 35px;
    z-index: 1;
}

header .header-contacts.free-call {
    right: 171px;
}

header .header-contacts-left i {
    font-size: 20px;
    margin-top: -3px;
}

header .header-contacts-left {
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
    font-size: 16px;
	text-align: center;
}

header .header-contacts-right {
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}

header .header-contacts-right a,
header .header-contacts-right p {
    font-size: 12px;
    display: inline-block;
    line-height: 0.8em;
}


/* Шапка корзина */

header .header-cart {
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 1;
}

header .header-cart a.cart-link {
    color: inherit;
    border: none;
    display: block;
}

header .header-cart-left i {
    font-size: 13px;
    margin-top: -4px;
}

header .header-cart-left span {
    display: inline-block;
    background: #ff7c07;
    border-radius: 2px;
    padding: 4px 7px 2px 6px;
    font-size: 12px;
    position: relative;
    margin: -2px 0 0 5px;
    color: #fff;
}

header .header-cart-left span:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -2px;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    border-color: transparent #ff7c07;
    display: block;
    width: 0;
    z-index: 1;
}

header .header-cart-left {
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
    font-size: 16px;
}

header .header-cart-right {
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}

header .header-cart-right b {
    font-family: 'Neuron-Bold';
    font-weight: normal;
}

header .header-cart-right i {
    font-size: 12px;
    font-style: normal;
    margin-top: 6px;
    display: inline-block;
    line-height: 0.8em;
    color: #629c42;
    border-bottom: 1px dotted rgba(98, 156, 66, 0.3);
}

header .header-cart-right i:hover {
    border-bottom: 1px dotted rgba(98, 156, 66, 1);
}


/* Шапка баннер */

header .header-banner-inner {
    margin: 60px 77px 0 77px;
    height: 340px;
    box-sizing: border-box;
    position: relative;
    display: block;
    border: none !important;
}

header .header-banner-label {
    font-family: 'Neuron-Bold';
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 20px;
}

header .header-banner-label b {
    display: block;
    text-transform: uppercase;
    font-family: 'Neuron';
    letter-spacing: 0.3em;
    font-size: 10px;
    margin: 0 0 3px;
}

header .header-banner-stamp {
    font-family: 'Neuron-Bold';
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    right: 0px;
    top: 5px;
    background: #ff7c07;
    padding: 4px 5px 3px 5px;
}

header .header-banner-text {
    font-family: 'Neuron-ExtraLight';
    font-size: 24px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
}

header .header-banner-text b {
    font-family: 'Neuron-Bold';
    font-weight: normal;
    font-size: 50px;
    display: block;
    margin-top: 5px;
}

header .header-banner-button {
    font-family: 'Neuron';
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 10px 20px;
    border-radius: 50px;
    border: none !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

header .header-banner-button.right {
    left: 160px;
}

header .header-banner-button:hover {
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}

header .header-banner-anno {
    position: absolute;
    right: 0;
    bottom: 107px;
    font-size: 12px;
    text-align: right;
}

header .header-banner-image {
    /*position: absolute;*/
    display: block;
    margin: 0 auto;
    margin-left: -35px;
    right: 0;
    top: 0;
    max-width: 100%;
    margin-top: -90px;
}

header .header-banner-inner img {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
}


/* Тело */

main {
    width: 960px;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    margin: -40px auto 0 auto;
    font-size: 0;
    position: relative;
    z-index: 2;
}


/* Верх тела */

main .main-top {
    width: 100%;
    height: 40px;
    position: relative;
}

.catalog-nav {
    width: 285px;
    max-height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.catalog-nav-header {
    width: 100%;
    height: 40px;
    background: #629c42;
    color: #fff;
    font-family: 'Neuron';
    font-size: 14px;
    text-align: center;
    padding: 13px 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
}

.catalog-nav-header i {
    position: absolute;
    font-size: 18px;
    top: 12px;
    right: 15px;
}

.catalog-nav ul {
    list-style: none;
    padding: 20px 16px 10px 16px;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.MainView .catalog-nav {
    max-height: 500px;
}

.MainView .catalog-nav:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.MainView .catalog-nav:hover,
.catalog-nav.opened {
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
    max-height: 9999px;
    margin-bottom: 50px;
}

.MainView .catalog-nav:hover:after,
.catalog-nav.opened:after {
    opacity: 0;
    bottom: -200px;
}

.catalog-nav ul li {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Neuron';
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.catalog-nav ul li a {
    display: inline-block;
    border: none;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.catalog-nav ul li a:first-letter {
    text-transform: uppercase;
}

.catalog-nav ul li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 0;
    color: #ff7c07;
    font-size: 11px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.catalog-nav ul li:hover {
    font-family: 'Neuron-Bold';
}

.catalog-nav ul li:hover:after {
    right: -3px;
}

#search {
    width: 675px;
    height: 100%;
    position: absolute;
    right: 0;
}

#search form {
    height: 100%;
    width: 100%;
}

#search .input_search {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 74px 0 30px;
    margin: 0;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
}

#search .input_search:focus {
    background: #fff;
}

.autocomplete-suggestions {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    box-sizing: border-box;
}

.autocomplete-suggestions div {
    padding: 15px 0 15px 30px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}

.autocomplete-suggestions div img {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.autocomplete-suggestions strong {
    color: #ff7c07;
}

#search .button_search {
    position: absolute;
    right: 30px;
    top: 13px;
    font-size: 14px;
    color: #629c42;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    z-index: 2;
}


/* Левая колонка */

main .main-left {
    width: 285px;
    display: inline-block;
    padding-top: 20px;
    vertical-align: top;
}

.MainView main .main-left {
    padding-top: 480px;
}

main .main-left .vk-widget-left {
    background: #fff;
    width: 285px;
    height: 255px;
    overflow: auto;
}

main .main-left #vk_groups {
    width: 275px !important;
    height: 240px !important;
    overflow: hidden;
    margin: 5px;
}

main .main-left #vk_groups iframe {
    margin: -5px 0 0 -5px;
}

main .main-left .left-banner {
    height: 100px;
    margin-top: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    display: block;
    border: none;
    position: relative;
    overflow: auto;
}

main .main-left .left-banner-container {
    margin: 0 40px 0 0;
    background: #629c42;
    padding: 10px 66px 10px 16px;
    box-sizing: border-box;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

main .main-left .left-banner-phone {
    font-size: 20px;
    margin-top: 6px;
    font-family: 'Neuron-Bold';
}

main .main-left .left-banner-image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}


/* Правая колонка */

main .main-right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ProductsView main .main-right,
.MainView main .main-right,
.PostView main .main-right {
    width: 675px;
}


/* Миниатюры товаров */

main .tiny_products {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

main .tiny_products .product {
    width: 150px;
    margin: 0 0 15px 15px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

main .tiny_products .product:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

main .tiny_products .product .image {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 25px;
    display: block;
}

main .tiny_products .product .image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

main .tiny_products .product .product-title-container {
    min-height: 103px;
}

main .tiny_products .product .product-title {
    margin: 0 15px;
    display: block;
    font-weight: normal;
}

main .tiny_products .product .product-title a {
    font-size: 12px;
    color: #222;
    line-height: 18px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

main .tiny_products .product .product-title a:hover {
    font-size: 12px;
    color: #222;
    line-height: 18px;
    border-bottom: 1px solid rgba(34, 34, 34, 1);
}

main .tiny_products .product .product-brand {
    font-size: 12px;
    color: #ababab;
    display: block;
    margin: 7px 15px 0 15px;
}

main .tiny_products .product .compare_price {
    color: #aaa;
    text-decoration: line-through;
}

main .tiny_products .product .product-price {
    font-size: 12px;
    color: #61257f;
    display: block;
    margin: 25px 15px 0 15px;
}

main .tiny_products .product .product-price b {
    font-size: 18px;
    font-family: 'Neuron-Bold';
    font-weight: normal;
    color: #61257f;
}

main .tiny_products .product .product-price .old_price {
    color: #ababab;
    text-decoration: line-through;
    display: block;
}

main .tiny_products .product .product-stock {
    font-size: 12px;
    display: block;
    margin: 3px 15px 20px 15px;
}

main .tiny_products .product .product-stock.red {
    color: #c66;
}

main .tiny_products .product .product-stock.yellow {
    color: #ba0;
}

main .tiny_products .product .product-stock.green {
    color: #629c42;
}

main .tiny_products.selecting-items {
    display: none;
}

main .tiny_products.selecting-items.active {
    display: block;
}

main #path {
    font-size: 14px;
    color: #222;
    margin: 20px 15px 0 15px;
}

.ProductsView main #path {
    margin: 20px 30px 0 30px;
    max-width: 340px;
}

main #path b {
    font-weight: normal;
    color: #aaa;
}

main #path a {
    line-height: 0.8em;
    display: inline-block;
    color: #629c42;
    border-bottom: 1px solid rgba(98, 156, 66, 0.3);
}

main #path a:hover {
    border-bottom: 1px solid rgba(98, 156, 66, 1);
}

main #path a:last-child {
    color: #222;
    border: none;
}

main h1 {
    font-weight: normal;
    font-family: 'Neuron-Bold';
    font-size: 30px;
    margin: 10px 15px 0 15px;
}

.ProductsView main h1 {
    margin: 10px 0 0 30px;
    /*max-width: 340px;*/
    font-family: 'Neuron-Bold';
    text-transform: uppercase;
    font-size: 30px;
}

.ProductsView main h1 b {
    font-family: 'Neuron-Bold';
    text-transform: uppercase;
    font-size: 30px;
}

main .complete-content {
    font-size: 14px;
    margin: 10px 15px 20px 15px;
}

main .sort {
    font-size: 14px;
    color: #222;
    position: absolute;
    top: 20px;
    right: 30px;
}

main .sort a {
    line-height: 0.8em;
    display: inline-block;
    margin-left: 5px;
    color: #629c42;
    border-bottom: 1px solid rgba(98, 156, 66, 0.3);
}

main .sort a:hover {
    border-bottom: 1px solid rgba(98, 156, 66, 1);
}

main .sort a.selected {
    color: #aaa;
    border: none;
}

main .shadows {
    font-size: 14px;
    margin: 10px 15px;
    padding: 15px 15px 11px 7px;
    background: #fff;
    position: relative;
}

main .shadows-title {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
    margin: 0 0 8px 8px;
}

main .shadows-more-button {
    position: absolute;
    right: 15px;
    top: 56px;
    margin-right: 10px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.3);
    display: none;
}

main .shadows-more-button:hover {
    border-bottom-color: #222;
}

main .shadows-more-button .shadows-more-button-less {
    display: none;
}

main .shadows.enroll .shadows-more-button .shadows-more-button-less {
    display: inline;
}

main .shadows.enroll .shadows-more-button .shadows-more-button-more {
    display: none;
}

main .shadows-more-button i.fa {
    font-size: 11px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: -10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main .shadows.enroll .shadows-more-button i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

main .shadows ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

main .shadows ul.shadows-list {
    padding-right: 100px;
    height: 41px;
    overflow: hidden;
}

main .shadows ul.shadows-list-more {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

main .shadows.enroll ul.shadows-list-more {
    max-height: 2000px;
}

main .shadows ul li {
    display: inline-block;
    margin: 4px 0 4px 8px;
}

main .shadows ul li a {
    font-size: 14px;
    padding: 9px 16px 7px 16px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #222;
    text-decoration: none;
    display: inline-block;
}

main .shadows ul li a:hover {
    color: #629c42;
}

.subcategory-nav {
    background: #fff;
    width: 285px;
    padding: 25px 15px 20px 15px;
    list-style: none;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.subcategory-nav li {
    margin-bottom: 10px;
}

.subcategory-nav li a {
    font-size: 14px;
    line-height: 16px;
    color: #629c42;
    border-bottom: 1px solid rgba(98, 156, 66, 0.3);
}

.subcategory-nav li a:hover {
    border-bottom: 1px solid rgba(98, 156, 66, 1);
}

.subcategory-nav li a.selected {
    color: #222;
    border: none;
}

main #features {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    width: 285px;
    margin: 0 0 20px 0;
}

main #features .feature-title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
    margin: 0 0 10px 0;
    cursor: pointer;
}

main #features .feature-title i.fa {
    font-size: 11px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    bottom: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main #features .feature-container.active .feature-title i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

main #features .feature-container ul {
    overflow: hidden;
    max-height: 0;
    list-style: none;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

main #features .feature-container.active ul {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: 0 0 10px 9px;
}

main #features .feature-container ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

main #price_filter {
    font-size: 14px;
}

main #price_filter .feature-title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
    margin: 0 0 10px 0;
}

main #price_filter input {
    width: 70px;
    padding: 5px 8px 3px 8px;
    box-sizing: border-box;
    display: inline-block;
}

main #price_filter input[name=min_price] {
    margin-left: 10px;
}

main #features button {
    width: auto;
    display: block;
    margin: 20px auto 7px auto;
    padding: 6px 20px 5px 20px;
    font-family: 'Neuron-Bold';
    background: #ff891f;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 14px;
}

main #features .feature-show-tooltip {
    background: #ff891f;
    top: -999px;
    color: #fff;
    display: block;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: auto;
    z-index: 3;
    margin-left: -10px;
    -webkit-transition: margin 0.3s ease-out, opacity 0.3s ease-out;
    transition: margin 0.3s ease-out, opacity 0.3s ease-out;
}

main #features .feature-show-tooltip:after {
    border-bottom: solid transparent 5px;
    border-top: solid transparent 5px;
    border-right: solid #ff891f 5px;
    left: -5px;
    content: " ";
    height: 0;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    width: 0;
}

main #features .feature-show-tooltip.show {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0;
}

main #features .feature-show-tooltip button {
    background: none;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    margin: 0;
    padding: 6px 20px 5px 20px;
    cursor: pointer;
    outline: none;
}

main .pagination {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 25px 0;
}

main .pagination a {
    margin: 6px 8px 5px 8px;
    line-height: 0.8em;
    display: inline-block;
    color: #629c42;
    border-bottom: 1px solid rgba(98, 156, 66, 0.3);
}

main .pagination a.selected {
    margin: 0;
    padding: 6px 8px 5px 8px;
    background: #fff;
    border: 0;
    color: #222;
}

main .pagination a:hover {
    border-bottom: 1px solid rgba(98, 156, 66, 1);
}

.MainView .items-selector {
    list-style: none;
    width: 645px;
    margin: 20px 15px 0 15px;
    padding: 0;
    background: #fff;
    position: relative;
}

.MainView .items-selector li {
    width: 315px;
    margin-right: 15px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    font-family: 'Neuron-Bold';
}

.MainView .items-selector li a {
    border: none;
    display: block;
    padding: 16px 0 15px 0;
}

.MainView .items-selector li:last-child {
    margin: 0;
}

.MainView .items-selector li.highlight {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #629c42;
    height: 3px;
    padding: 0;
}

.MainView .items-selector li.highlight:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #629c42 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.pfp-banner {
    width: calc(100% - 30px);
    margin: 30px 15px 10px 15px;
}


/* Текстовый контент */

.main-text-content {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 30px;
}

.main-text-content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: 'Neuron-Bold';
    font-weight: normal;
}

.main-text-content ul,
.main-text-content ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    -ms-column-gap: 3em;
    -o-column-gap: 3em;
    column-gap: 3em;
}

.main-text-content table tr td {
    width: 50%;
    vertical-align: top;
}

.main-text-content table tr td:first-child {
    padding: 0 10px 0 0;
}

.main-text-content table tr td:last-child {
    padding: 0 0 0 10px;
}

.main-brands {
    margin: 20px 30px 50px 30px;
}


/* Страница товара */

.fancybox-wrap a {
    border: none;
}

.fancybox-toolbar button {
    display: none !important;
}

.fancybox-toolbar .fancybox-button--close {
    display: block !important;
}

.ProductView main h1 .sku {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    padding: 3px 8px 1px 8px;
    font-family: 'Neuron-Light';
    left: 10px;
    top: -4px;
    position: relative;
}

.ProductView main .product-main {
    width: 100%;
    display: table;
    background: #fff;
    margin: 10px 0 0 0;
}

.ProductView main .product-main-image-container {
    display: table-cell;
    vertical-align: top;
    width: 315px;
}

.ProductView main .product-main-image {
    width: 255px;
    text-align: center;
    margin: 30px 0 20px 15px;
}

.ProductView main .product-main-image a {
    border: none;
    display: none;
    position: relative;
}

.ProductView main .product-main-image a:after {
    font-family: 'FontAwesome';
    content: '\f00e';
    font-size: 16px;
    color: #fff;
    background: #000;
    opacity: 0.1;
    padding: 5px 7px 7px 7px;
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.ProductView main .product-main-image a:hover:after {
    opacity: 0.3;
}

.ProductView main .product-main-image a.active {
    display: block;
}

.ProductView main .product-main-image img {
    max-width: 255px;
    max-height: 255px;
}

.ProductView main .product-main-images {
    font-size: 0;
    margin-bottom: 20px;
}

.ProductView main .product-main-images a {
    display: inline-block;
    position: relative;
    border: 1px solid #e7e7e7;
    margin: 1px 0 11px 16px;
    transition: none;
    -webkit-transition: none;
}

.ProductView main .product-main-images a:after {
    content: '';
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent;
    position: absolute;
    top: -7px;
    display: block;
    width: 0;
    z-index: 1;
    left: 30px;
}

.ProductView main .product-main-images a.active {
    border: 2px solid #ff7c07;
    margin: 0 0 10px 15px;
}

.ProductView main .product-main-images a.active:after {
    border-color: #ff7c07 transparent;
}

.ProductView main .product-main-images a .product-main-images-item {
    width: 63px;
    height: 46px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border: 4px solid #fff;
}

.ProductView main .product-main-images a .product-main-images-item:after {
    content: '';
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent;
    position: absolute;
    top: -8px;
    display: block;
    width: 0;
    z-index: 2;
    left: 25px;
}

.ProductView main .product-main-images a.active .product-main-images-item:after {
    border-color: #fff transparent;
}

.ProductView main .product-main-features {
    vertical-align: top;
    width: 360px;
    display: table-cell;
    padding: 30px 0;
}

.rating {
    font-size: 14px;
    margin: 0 0 20px -3px;
}

.rating .rater-starsOff {
    position: relative;
    top: 5px;
}

.rating .rater-starsOff,
.rating .rater-starsOn {
    width: 110px;
    display: inline-block;
    background: url(../../../design/ow/images/rating.jpg) repeat-x 0 0px;
    height: 22px;
}

.rating .rater-starsOn {
    background-position: 0 -22px;
}

.ProductView main .product-main-features .product-set {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.ProductView main .product-main-features .product-set td {
    vertical-align: top;
    padding: 5px 0;
}

.ProductView main .product-main-features .product-set .image {
    text-align: center;
    width: 25px;
}

.ProductView main .product-main-features .product-set .image a {
    border: none;
    height: 25px;
    width: 100%;
    display: block;
    position: relative;
}

.ProductView main .product-main-features .product-set .image img {
    max-width: 25px;
    max-height: 25px;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ProductView main .product-main-features .product-set .name {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
    vertical-align: middle;
}

.ProductView main .product-main-features .product-set .price {
    white-space: nowrap;
    display: block;
    color: #222;
}

.ProductView main .product-main-features .product-set .amount {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 45px 5px 10px;
    color: #aaa;
}

.ProductView main .product-main-features dl {
    margin: 0;
    position: relative;
    font-size: 0;
    width: 330px;
}

.ProductView main .product-main-features dl a {
    color: #629c42;
    border: none;
}

.ProductView main .product-main-features dl span {
    position: relative;
    padding: 0 4px 0 0;
    background: #fff;
    z-index: 2;
}

.ProductView main .product-main-features dl dt {
    display: inline-block;
    width: 50%;
    margin: 0 0 7px;
    vertical-align: top;
    font-size: 14px;
    color: #aaa;
    position: relative;
}

.ProductView main .product-main-features dl dt:after {
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    margin: .70em 0 0;
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=') 0 0 repeat-x;
}

.ProductView main .product-main-features dl dd {
    display: inline-block;
    width: 50%;
    margin: 0 0 7px;
    vertical-align: bottom;
    font-size: 14px;
    color: #222;
    background: #fff;
    z-index: 3;
}

.ProductView main .product-main-features-install {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0;
    max-width: 330px;
    position: relative;
}

.ProductView main .product-main-features-install:before {
    content: '';
    position: absolute;
    top: -16px;
    bottom: -16px;
    right: -16px;
    left: -16px;
    background: #629c42;
    opacity: .1;
}

.ProductView main .product-main-features-install-icon {
    font-size: 24px;
    color: #629c42;
    position: relative;
}

.ProductView main .product-main-features-install-text {
    position: relative;
}

.ProductView main .product-main-features-install-text-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
    margin-top: 4px;
}

.ProductView main .product-main-features-install-text-desc {
    margin-top: 10px;
}

.ProductView main .product-main-features-install-text-phone {
    margin-top: 20px;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
}

.ProductView main .product-main-features-install-text-city {
    margin-top: 5px;
    opacity: 0.5;
}

.ProductView main .product-main-features-install-text-city-icon {
    margin-right: 2px;
}

.ProductView main .product-main-price {
    width: 240px;
    height: 100%;
    vertical-align: top;
    display: table-cell;
    border-left: 1px solid #e9e9e9;
}

.ProductView main .product-main-price .variants {
    margin: 40px 0 30px 45px;
}

.ProductView main .product-main-price .variants .compare_price {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
    display: block;
}

.ProductView main .product-main-price .variants .price {
    font-size: 24px;
    font-family: 'Neuron-Bold';
}

.ProductView main .product-main-price .variants .price .currency {
    font-size: 14px;
    font-family: 'Neuron';
}

.ProductView main .product-main-price .variants .button {
    border: none;
    background: #ff891f;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    background-image: url('../../../design/ow/images/buy-button-bg.png');
    background-repeat: no-repeat;
    background-position: 10px 12px;
    padding: 10px 13px 8px 32px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
}

.ProductView main .product-main-price .variants .button.fast-buy {
    background-color: #629c42;
    background-image: url('../../../design/ow/images/fast-buy-button-bg.png');
    margin-top: 10px;
}

.ProductView main .added-tooltip {
    display: none;
    width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    z-index: 5;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #629c42;
}

.ProductView main .added-tooltip:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -3px;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.ProductView main .added-tooltip-product {
    display: table;
    width: 100%;
}

.ProductView main .added-tooltip-product-left {
    display: table-cell;
    width: 15%;
    padding-right: 20px;
    vertical-align: middle;
    text-align: center;
}

.ProductView main .added-tooltip-product-left img {
    width: 100%;
    height: auto;
}

.ProductView main .added-tooltip-product-right {
    display: table-cell;
    width: 85%;
    vertical-align: middle;
    font-size: 14px;
}

.ProductView main .added-tooltip-action {
    display: table;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}

.ProductView main .added-tooltip-action a {
    font-size: 14px;
    color: #629c42;
    border-bottom: 1px dotted rgba(98, 156, 66, 0.3);
    text-decoration: none;
    display: inline-block;
}

.ProductView main .added-tooltip-action a:hover {
    border-bottom: 1px dotted rgba(98, 156, 66, 1);
}

.ProductView main .added-tooltip-action-left {
    display: table-cell;
    width: 50%;
}

.ProductView main .added-tooltip-action-left a {
    background: #629c42;
    color: #fff;
    border-bottom: none;
    width: 100%;
    padding: 10px 13px 8px 13px;
    box-sizing: border-box;
}

.ProductView main .added-tooltip-action-right {
    display: table-cell;
    width: 50%;
}

.ProductView main .added-tooltip-action-right a {
    margin: 10px 13px 8px 13px;
}

.fast-buy-wrapper {
    display: none;
    max-width: 600px;
    font-family: 'Neuron-Light', Arial;
}

.fast-buy-wrapper .cart_form {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.fast-buy-wrapper p {
    margin-top: 10px;
}

.fast-buy-wrapper .message-success,
.fast-buy-wrapper .message-error {
    display: none;
    width: 100%;
    padding: 10px;
}

.fast-buy-wrapper .message-success h2,
.fast-buy-wrapper .message-error h2 {
    margin: 0;
    font-size: 22px;
}

.fast-buy-wrapper .message-invalid {
    display: none;
    color: #c66;
}

.ProductView main .product-main-price .product-stock {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-left: 45px;
    font-size: 12px;
}

.ProductView main .product-main-price .product-stock i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 12px;
}

.ProductView main .product-main-price .product-stock.red {
    color: #c66;
}

.ProductView main .product-main-price .product-stock.yellow {
    color: #ba0;
}

.ProductView main .product-main-price .product-stock.green {
    color: #629c42;
}

.ProductView main .product-main-price .product-long-delivery {
    display: block;
    position: relative;
    margin-left: 45px;
    margin-top: 10px;
    font-size: 12px;
    color: #aaa;
}

.ya-share2 {
    margin: 30px 0 40px 45px;
}

.ya-share2 a {
    border: none;
}

.ProductView .items-selector {
    list-style: none;
    margin: 20px 15px 0 15px;
    padding: 0;
    background: #fff;
    position: relative;
    font-size: 0;
}

.ProductView .items-selector li {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    padding: 16px 0 15px 0;
    font-family: 'Neuron-Bold';
}

.ProductView .items-selector li a {
    border: none;
}

.ProductView .items-selector li:last-child {
    margin: 0;
}

.ProductView .items-selector li.highlight {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #629c42;
    height: 3px;
    padding: 0;
}

.ProductView .items-selector li.highlight:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #629c42 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.ProductView .selecting-items {
    display: none;
    margin: 20px 15px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Neuron-Light' !important;
}

.ProductView .selecting-items.active {
    display: block;
}

.ProductView .selecting-items textarea {
    width: 100%;
    padding: 7px 10px 6px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ProductView .selecting-items .comment-column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.ProductView .selecting-items .comment_form_title {
    font-size: 24px;
    font-family: 'Neuron-Bold';
    margin-bottom: 10px;
}

.ProductView .selecting-items .comment-column .g-recaptcha {
    margin-top: 5px;
}

.ProductView .selecting-items .comment-column .captcha {
    margin-top: 10px;
}

.ProductView .selecting-items .comment-column input[type=text] {
    padding: 7px 10px 6px 10px;
    margin: 5px 0 0 0;
    width: 250px;
    box-sizing: border-box;
}

.ProductView .selecting-items .comment-column input[type=submit] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 8px 23px 5px 23px;
    margin-top: 8px;
    cursor: pointer;
}

.ProductView .selecting-items .comment_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.ProductView .selecting-items .comment_list li {
    padding: 0;
    margin: 0 0 15px 0;
}

.ProductView .selecting-items .comment_list li .comment_header {
    font-size: 24px;
    font-family: 'Neuron-Bold';
    margin-bottom: 5px;
}

.ProductView .selecting-items .comment_list li .comment_header i {
    font-size: 14px;
    font-family: 'Neuron-Light', Arial;
    opacity: 0.5;
    font-style: normal;
}

.ProductView .tiny_products .product {
    width: 174px;
}

.ProductView .tiny_products .product .image {
    width: 124px;
    height: 124px;
}


/* Корзина */

.transfer_class {
    z-index: 4;
}

#cart {
    display: block;
    margin: 20px 15px;
}

#purchases {
    width: 100%;
    margin: 0;
    font-size: 12px;
}

#purchases tr {
    background: #fff;
    border-bottom: 3px solid #f8f8f8;
}

#purchases tr:hover {
    background: #f8f8f8;
}

#purchases tr:first-child {
    border-bottom: 2px solid #629c42;
    font-family: 'Neuron-Bold';
    font-size: 14px;
    background: #fff !important;
}

#purchases tr td {
    padding: 20px 15px;
}

#purchases tr:first-child td {
    padding: 20px 15px 15px 16px;
}

#purchases .remove i {
    color: #222;
    border: 2px solid #222;
    border-radius: 20px;
    padding: 3px 5px;
}

#purchases .remove a,
#purchases .image a {
    border: none;
}

#purchases .price {
    font-size: 14px;
    font-family: 'Neuron-Bold';
}

#purchases .price .cur {
    font-size: 12px;
    font-family: 'Neuron';
}

#purchases .coupon {
    text-align: left;
    font-weight: normal;
    background: #f8f8f8 !important;
}

#purchases .coupon th {
    padding: 20px 15px;
    font-weight: normal;
}

#purchases .coupon th input[type=text] {
    padding: 7px 10px 6px 10px;
    margin: 0 5px 0 0;
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
}

#purchases .coupon th input[type=button] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 7px 23px 5px 23px;
    margin-top: 23px;
    cursor: pointer;
    display: inline-block;
}

#purchases .total {
    text-align: left;
    background: #f8f8f8 !important;
}

#purchases .total th {
    padding: 20px 15px;
    font-family: 'Neuron';
    font-size: 16px;
    font-weight: normal !important;
}

#purchases .total th b {
    font-size: 18px;
    font-family: 'Neuron-Bold';
    font-weight: normal;
}

.cart_form {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 54%;
}

.cart_form h2 {
    margin: 0;
    font-size: 22px;
}

.cart_form label {
    display: inline-block;
    margin-top: 20px;
}

.cart_form .label-grey {
    color: #ababab;
}

.cart_form input[type=text],
.cart_form input[type=email],
.cart_form textarea {
    padding: 7px 10px 6px 10px;
    margin: 5px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.cart_form input[type=submit] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 8px 23px 5px 23px;
    margin-top: 23px;
    cursor: pointer;
}

.cart_form .message_error {
    font-size: 12px;
    color: #c66;
    margin-top: 10px;
}

.cart_info {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 0 20px 50px;
    box-sizing: border-box;
}

.cart_info ul {
    margin: 10px 0 10px 20px;
}

.cart_info .attention {
    margin: 20px -20px 20px -20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}


/* Страница заказа */

.order_container {
    display: block;
    margin: 20px 15px;
}

.order_container h2 {
    margin: 0;
    font-size: 22px;
}

.order_container .order_info {
    font-size: 12px;
    margin-top: 15px;
}

.order_container .order_info tr td {
    padding: 0 50px 10px 0;
}

.order_container .order_info tr td:first-child {
    font-weight: bold;
}

main .main-right>ymaps {
    margin-top: 20px;
}


/* Страница */

.page-content {
    margin: 20px 15px;
    font-size: 14px;
    line-height: 18px;
}


/* Редактор админ-панели */

#tinymce {
    padding: 30px;
    box-sizing: border-box;
}

#tinymce:before {
    display: none;
}

.admin_bookmark {
    border: none;
}

.contacts-table tr {
    vertical-align: top;
}

.contacts-table>tbody>tr>td:first-child {
    width: 50%;
}

.contacts-table>tbody>tr>td:last-child {
    color: #ababab;
    font-size: 11px;
    line-height: 13px;
}

.contacts-table>tbody>tr>td {
    padding: 20px;
    box-sizing: border-box;
}

.contacts-table td h6 {
    margin: -20px -20px 20px -20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-weight: normal;
}

.delivery-table tr {
    vertical-align: top;
}

.delivery-table tr td:first-child {
    padding-right: 20px;
}

.delivery-table td {
    width: 50%;
}

.PageView main ul {
    padding-left: 15px;
}

.PageView main h2 {
    font-size: 24px;
    font-family: 'Neuron-Bold';
    font-weight: normal;
    margin: 0 0 15px 0;
}

.PageView main h3 {
    font-size: 18px;
    font-family: 'Neuron-Bold';
    font-weight: normal;
    margin: 0 0 10px 0;
}

.page-dealers.page-content {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}

.page-dealers.page-content h6 {
    margin: -20px -20px 20px -20px;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-weight: normal;
}

.dealers-list {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    padding-right: 0;
    box-sizing: border-box;
}

.dealer-list-city {
    margin-bottom: 30px;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
}

.dealer-list-city:last-child {
    border-bottom: 0;
}

.dealer-list-city-name {
    font-size: 30px;
    font-family: 'Neuron-Bold';
    margin-bottom: 20px;
}

.dealer-list-city-count {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    font-size: 18px;
    position: relative;
    left: 10px;
    bottom: 4px;
}

.dealer-list-item {
    font-size: 14px;
    line-height: 18px;
}

.dealer-list-item-name {
    font-size: 18px;
    font-family: 'Neuron-Bold';
    border-bottom: 1px dashed #629c42;
    text-decoration: none;
    color: #222;
}

.dealer-list-item-name:hover {
    border-bottom: none;
}

.dealer-list-item-desc {
    margin: 10px 0;
    display: table;
    width: 100%;
}

.dealer-list-item-desc-column {
    display: table-cell;
    vertical-align: top;
    width: 33.33%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 17px;
}

.dealer-list-item-desc-column:first-child {
    font-size: 14px;
    line-height: 18px;
}

.dealer-list-item-desc-column-name {
    font-size: 11px;
    color: #ababab;
}


/* Футер */

footer {
    width: 100%;
    padding: 80px 0 40px 0;
    background: #222;
    margin: -40px 0 0 0;
    position: relative;
    z-index: 1;
}

footer .footer-inner {
    width: 930px;
    margin: 0 auto;
}

footer .footer-left {
    font-size: 12px;
    color: #6f6f6f;
    width: 270px;
    display: inline-block;
    vertical-align: top;
}

footer .footer-left img {
    width: 171px;
    height: auto;
}

footer .footer-center {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

footer .footer-center .footer-menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

footer .footer-center .footer-menu b {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Neuron-Bold';
    color: #fff;
}

footer .footer-center .footer-menu ul,
footer .footer-center .footer-menu nav {
    margin: 12px 0 0 0;
    list-style: none;
}

footer .footer-center .footer-menu li a {
    line-height: 18px;
    font-size: 12px;
    color: #d1d0d0;
    border: none;
}

footer .footer-center .footer-menu li a:hover {
    color: #fff;
}

footer .footer-center .footer-pay {
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 40px;
}

footer .footer-center .footer-pay:hover {
    opacity: 1;
}

footer .footer-center .footer-pay img {
    height: auto;
}

footer .footer-right {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    float: right;
    text-align: right;
    color: #6f6f6f;
    font-size: 12px;
}

footer .footer-right-copyright {
    display: block;
    margin-top: 35px;
}

footer .footer-right a {
    color: #d1d0d0;
    border: none;
}

footer .footer-right a:hover {
    color: #fff;
}

body.fourtyfour {
    background-color: #f87f73;
    background-image: -webkit-linear-gradient(-28deg, #629c42 60%, #333 60%));
    background-image: linear-gradient(-28deg, #629c42 60%, #333 60%);
    min-height: 680px !important;
    min-width: 800px !important;
    position: relative;
    height: 100vh;
}

body.fourtyfour:before {
    display: none;
}

.fourtyfour-container {
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    background: #f8f8f8;
    text-align: center;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}

.fourtyfour-container .ff-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
}

.fourtyfour-container .ff-logo {
    display: block;
    position: absolute;
    border: none;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fourtyfour-text {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2em;
    color: #ababab;
}

.fourtyfour-text b {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 24px;
    line-height: 1.4em;
}

.fourtyfour-button {
    display: block;
    width: 200px;
    text-align: center;
    margin: 30px auto 0 auto;
    background: #629c42;
    color: #fff;
    border: none;
    padding: 10px 0;
}

.LoginView .main-right h1 {
    padding: 100px 20px 10px 20px;
}

.LoginView .main-right p {
    font-size: 14px;
    margin: 10px 15px 0 15px;
    padding: 0 20px 10px 20px;
}

.LoginView .main-right .login_form {
    margin: 10px 15px 120px 15px;
    padding: 20px;
    background: #fff;
}

.LoginView .main-right .login_form .login-column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.LoginView .main-right .login_form .login-column input[type=text],
.LoginView .main-right .login_form .login-column input[type=password] {
    padding: 7px 10px 6px 10px;
    margin: 5px 0 0 0;
    width: 250px;
    box-sizing: border-box;
}

.LoginView .main-right .login_form .login-column input[type=submit] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 8px 23px 5px 23px;
    margin-top: 19px;
    cursor: pointer;
}

.LoginView .main-right .login_form .message_error {
    font-size: 12px;
    color: #c66;
    margin-top: 10px;
}

.RegisterView .main-right h1 {
    padding: 100px 20px 10px 20px;
}

.RegisterView .main-right p {
    font-size: 14px;
    margin: 10px 15px 0 15px;
    padding: 0 20px 10px 20px;
}

.RegisterView .main-right .register_form {
    margin: 10px 15px 120px 15px;
    padding: 0 20px 20px 20px;
    background: #fff;
}

.RegisterView .main-right .register_form .register-column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 20px;
}

.RegisterView .main-right .register_form .register-column input[type=text],
.RegisterView .main-right .register_form .register-column input[type=password] {
    padding: 7px 10px 6px 10px;
    margin: 5px 0 0 0;
    width: 250px;
    box-sizing: border-box;
}

.RegisterView .main-right .register_form .register-column .captcha {
    margin-top: 10px;
}

.RegisterView .main-right .register_form .register-column input[type=submit] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 8px 23px 5px 23px;
    margin-top: 19px;
    cursor: pointer;
}

.RegisterView .main-right .register_form .message_error {
    font-size: 12px;
    color: #c66;
    margin-top: 10px;
}

.UserView .main-right h1 {
    padding: 100px 20px 10px 20px;
}

.UserView .main-right p {
    font-size: 14px;
    margin: 10px 15px 0 15px;
    padding: 0 20px 10px 20px;
}

.UserView .main-right .form {
    margin: 10px 15px 120px 15px;
    padding: 0 20px 20px 20px;
    background: #fff;
}

.UserView .main-right .form .user-column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 20px;
}

.UserView .main-right .form .user-column input[type=text],
.UserView .main-right .form .user-column input[type=password] {
    padding: 7px 10px 6px 10px;
    margin: 5px 0 0 0;
    width: 250px;
    box-sizing: border-box;
}

.UserView .main-right .form .user-column .captcha {
    margin-top: 10px;
}

.UserView .main-right .form .user-column input[type=submit] {
    border: 1px solid #ff891f;
    background: transparent;
    color: #222;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Neuron-Bold';
    padding: 8px 23px 5px 23px;
    margin-top: 19px;
    cursor: pointer;
}

.UserView .main-right .form .message_error {
    font-size: 12px;
    color: #c66;
    margin-top: 10px;
}

.BlogView #articles {
    padding: 20px 0 0 15px;
}

.BlogView #articles>li {
    width: 300px;
    margin: 0 15px 15px 0;
    background: #fff;
    border-top: 2px solid #ff7c07;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.BlogView #articles>li:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.BlogView #articles>li:nth-child(3rd) {
    margin-right: 0;
}

.BlogView #articles>li h3 {
    margin: 15px 15px 0 15px;
    display: block;
    font-weight: normal;
    /*min-height: 55px;*/
    /*min-height: 72px;*/
}

.BlogView #articles>li h3 a {
    font-size: 18px;
    color: #222;
    line-height: 26px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

.BlogView #articles>li h3 a:hover {
    border-bottom: 1px solid rgba(34, 34, 34, 1);
}

.BlogView #articles>li .ya-share2 {
    margin: 15px 15px 10px 15px;
}

.BlogView #articles>li p {
    font-size: 12px;
    line-height: 1.2em;
    color: #ababab;
    display: block;
    margin: 10px 15px;
}

.BlogView #articles>li a.full-url {
    display: inline-block;
    margin: 0 15px 15px 15px;
    font-size: 12px;
    color: #629c42;
    border-bottom: 1px solid rgba(98, 156, 66, 0.3);
}

.BlogView #articles>li a.full-url:hover {
    border-bottom: 1px solid rgba(98, 156, 66, 1);
}

.PostView h1 {
    margin-left: 30px;
    margin-right: 30px;
}

.PostView .ya-share2 {
    margin: 30px 0 15px 0;
}

.PostView .ya-share2 ul {
    padding: 0;
}

.PostView #path {
    margin-left: 30px;
    margin-right: 30px;
}

.PostView .post-body {
    margin: 20px 15px;
    background: #fff;
    padding: 5px 15px;
}

.text-content {
    font-size: 14px;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 30px 0 15px 0;
    font-family: 'Neuron-Bold';
    font-weight: normal;
}

.text-content h1:first-child,
.text-content h2:first-child,
.text-content h3:first-child,
.text-content h4:first-child,
.text-content h5:first-child,
.text-content h6:first-child {
    margin-top: 0;
}

.text-content h1 {
    font-size: 30px;
    line-height: 24px;
}

.text-content h2 {
    font-size: 26px;
    line-height: 25px;
}

.text-content h3 {
    font-size: 22px;
}

.text-content h4 {
    font-size: 18px;
}

.text-content h5 {
    font-size: 16px;
}

.text-content h6 {
    font-size: 14px;
}

.text-content ul,
.text-content ol {
    padding-left: 15px;
}

.text-content ul li,
.text-content ol li {
    margin: 5px 0;
}

.text-content p {
    margin: 15px 0;
    line-height: 18px;
}

.text-content img {
    max-width: 100%;
    height: auto;
    margin: 0 15px;
}

.text-content img[style*="float: left"] {
    margin-left: 0;
}

.text-content img[style*="float: right"] {
    margin-right: 0;
}

.fast-contact-handler {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #629c42;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 19px 38px 0 rgba(97, 156, 65, 0.4);
    display: block;
    text-decoration: none;
    border: none;
    z-index: 11;
}

.fast-contact-handler:hover {
    box-shadow: 0 19px 45px 0 rgba(97, 156, 65, 0.6);
    border: none;
}

.fast-contact-handler i.fa {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 1px 2px;
}

.fast-contact-handler-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: 0;
    overflow-x: hidden;
    white-space: nowrap;
    padding: 1px 0 0 0;
}

.fast-contact-handler:hover .fast-contact-handler-text {
    max-width: 300px;
    padding: 1px 4px 0 7px;
}

.responsive-only {
    display: none;
}

@media (max-width: 1100px) {
    body div#jivo-iframe-container {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width: 922px) {
    .header-banner-image {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-left: -35px;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: -90px;
    }
}

/*
playback timings (ms):
  captures_list: 0.867
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.014
  esindex: 0.016
  cdx.remote: 80.603
  LoadShardBlock: 531.6 (3)
  PetaboxLoader3.datanode: 335.465 (4)
  PetaboxLoader3.resolve: 397.574 (2)
  load_resource: 221.767
*/