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

/* strong { */
	/* margin: 0; */
	/* padding: 0; */
	/* border: 0; */
	/* font-size: 100%; */
	/* vertical-align: baseline; */
	/* font-family: 'Roboto'; */
	/* text-decoration: none; */
/* } */


a {
	color: #191a1c;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* background: #ccc; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b.loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
	transition: all .3s ease;
}

b.loading_screen.active {
    visibility: visible;
    opacity: 1;
}

.btn, button, .button {
    box-sizing: border-box;
    background-color: #FDB624;
    padding: 12px 16px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    /* overflow: hidden; */
    transition: all .3s ease;
    filter: brightness(1.0);
}
.btn:hover, button:hover, .button:hover {
	background-color: #F2F2F2;
	/* color: #7EB43C; */
}
.btn.big, button.big, .button.big {
    min-width: 100%;
}
.forms input.button {
    color: inherit;
    padding: 12px 16px 10px;
}

/* .btn:after, button:after, .button:after { */
	/* content: ""; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* left: -100%; */
    /* width: 100%; */
    /* height: calc(100% + 30px); */
    /* background-color: #fff; */
    /* border-radius: 30%; */
    /* opacity: 0.5; */
/* } */
/* .btn:hover:after, button:hover:after, .button:hover:after { */
	/* -webkit-animation: .3s linear 0s 1 normal hover_btn; */
	 /* -moz-animation: .3s linear 0s 1 normal hover_btn; */
	   /* -o-animation: .3s linear 0s 1 normal hover_btn; */
		  /* animation: .3s linear 0s 1 normal hover_btn; */
/* } */
/* @-webkit-keyframes hover_btn { from { left: -100%; opacity: 0.5; } to { left: 100%; opacity: 0; } } */
   /* @-moz-keyframes hover_btn { from { left: -100%; opacity: 0.5; } to { left: 100%; opacity: 0; } } */
     /* @-o-keyframes hover_btn { from { left: -100%; opacity: 0.5; } to { left: 100%; opacity: 0; } } */
        /* @keyframes hover_btn { from { left: -100%; opacity: 0.5; } to { left: 100%; opacity: 0; } } */

		
input, select, textarea {
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
  font-family: 'Roboto';
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
  font-family: 'Roboto';
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
  font-family: 'Roboto';
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
  font-family: 'Roboto';
  font-size: 14px;
}
.toolbar {
    width: 100%;
    height: 42px;
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
}
.dispnone {
	display: none;
}


.cont-wrap {
    width: 1140px;
    margin: 0 auto;
}
.full_screen {
    width: 100%;
}
ul.toolbar-menu {
    display: flex;
    align-items: center;
}

.toolbar-rightmenu {
    float: right;
    display: flex;
    align-items: center;
}
ul.toolbar-menu select[name="current_currency"] {
	padding: 0;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: none;
    font-family: "Roboto";
	outline: none;
	display: block;
	cursor: pointer;
}
ul.toolbar-menu select[name="current_currency"] option {
    color: #000;
}
ul.toolbar-menu li a,
ul.toolbar-menu li span,
ul.toolbar-menu li select {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    transition: all .3s ease;
}
ul.toolbar-menu li a:hover,
ul.toolbar-menu li select:hover {
	color: #7EB43C;
}
ul.toolbar-menu li {
    color: #fff;
    position: relative;
}
ul.toolbar-menu > li:not(:last-child) {
    margin-right: 19px;
}
.fav-icon {
    position: relative;
}
.fav-icon span {
	margin-left: 4px;
}
.fav-icon:before {content: "\f004";font-family: "Font Awesome 5 Pro";font-weight: 500;margin-right: 7px;}
.fav-icon.active:before {font-weight: 600;}
.comp-icon {position: relative;}
.comp-icon:before {content: "\f0ec";font-family: "Font Awesome 5 Pro";font-weight: 500;margin-right: 7px;}
.listarrow-icon:after {content: "\f0d7";font-family: "Font Awesome 5 Pro";margin-left: 6px;}
ul.toolbar-menu > li:not(:last-child):after {content: "";height: 18px;width: 1px;background-color: rgba(255, 255, 255, 0.1);display: block;position: absolute;right: -10px;top: 50%;transform: translateY(-50%);}

.callmeHead i {
	margin-right: 7px;
}

.drop_menu_wrap {
	position:relative;
}
li.drop_menu_wrap:not(.drop_menu_wrap_authorization):before {content: "\f107";font-family: "Font Awesome 5 Pro";position: absolute;top: 50%;transform: translateY(-50%);right: -1px;color: #ffffff;}

li.drop_menu_wrap:not(.drop_menu_wrap_authorization) {
    padding-right: 15px;
}
ul.toolbar-menu li a.authorization-button {
    color: #3b3b3b;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 25px;
    background-color: #FFFFFF;
    padding: 6px 13px 4px;
    border-radius: 3px;
    transition: all .3s ease;
}
.drop_menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    box-sizing: border-box;
    background-color: #3b3b3b;
    padding: 12px 16px;
    z-index: 2;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    transform: translateY(-20px);
    opacity: 0;
    transition: all .3s ease;
}
.drop_menu.active {
	visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.drop_menu a {
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
	transition: all .3s ease;
}
ul.toolbar-menu li .drop_menu a:hover {
	/* color: #ffd200; */
}
.headblock {
    width: 100%;
    height: 118px;
	display: flex;
    align-items: center;
}
a.logo {
    max-width: 180px;
    min-width: 180px;
    box-sizing: border-box;
    display: flex;
    padding-right: 30px;
    height: 100%;
    align-items: center;
}
a.logo.not_logo {
    font-family: "Raleway";
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 240px;
    min-width: 240px;
    margin-right: 15px;
}
a.logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
a.logo span {
	display: inline-block;
	vertical-align: middle;
    font-family: "Raleway";
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #191a1c;
    margin-left: 3px;
}
.searchChangeWrap {
    text-align: center;
    margin-top: 15px;
    display: none;
}
.headsearch {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 5px;
}

.headsearch input {
	width: calc(100% - 46px);
	box-sizing: border-box;
	padding: 15px 10px 14px;
	border: solid 1px #e4e4e4;
	border-right: none;
	outline: none;
	border-radius: 3px 0 0 3px;
}

.headsearch button {width: 46px;position: absolute;border: none;padding: 16px 0;border-radius: 0 3px 3px 0;line-height: normal;background-color: #E4E4E4;}


.headinfoblock {
    box-sizing: border-box;
    padding: 12px 18px 12px 54px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/cons.png) no-repeat 20px center;
    border-radius: 3px;
    white-space: nowrap;
}
span.timetable {
    color: #777777;
    font-size: 12px;
    display: block;
    text-align: right;
    margin-bottom: 4px;
}
a.phone {
    display: block;
    text-align: right;
    font-weight: 500;
    color: #333333;
    font-size: 15px;
}
.headblock-right {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
}

.mainmenu {
    width: 100%;
    position: relative;
}
.mainmenu:before {
    content: "";
    display: block;
    width: 100%;
    top: 0;
    height: 1px;
    background: #eeeeee;
    position: absolute;
}

.header-menu-column {
    grid-template-columns: 265px calc(100% - 265px);
    display: grid;
}

.mainmenulink .headerMenuCategory > ul {
    display: flex;
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}
.mainmenucart {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background-color: #FDB624;
}

.mainmenucategory {
    position: relative;
    z-index: 9;
}

.mainmenucategory a#mmcopen {
    display: block;
    background-color: #7EB43C;
    color: #ffffff;
    box-sizing: border-box;
    padding: 15px 20px 12px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 26px;
    transition: all .3s ease;
}
.mainmenucategory #mmcopen:after {content: "\f0c9";font-family: "Font Awesome 5 Pro";margin-top: 4px;float: right;font-size: 16px;line-height: 1em;}

.mainmenulink a {
    font-family: "Raleway";
    font-weight: 500;
    line-height: 26px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 12px;
    background-color: transparent;
    transition: all .3s ease;
    white-space: nowrap;
    text-align: center;
}
.mainmenulink a:hover {
	background-color: #F6F6F6;
	color: #7EB43C;
}
.mainmenucart a {
    font-size: 12px;
    color: #555555;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 14px 16px 13px;
    line-height: 26px;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
}
.mainmenucart a * {
	white-space: nowrap;
}
.mainmenucart a .cartPrice {
    /* color: #7EB43C; */
    margin-left: 5px;
    /* transition: all .3s ease; */
}

.mainmenucart img {
    margin-right: 12px;
	filter: brightness(0);
	transition: all .3s ease;
}

.mainmenucart:hover a {
    background-color: #7eb43c;
    color: #ffffff;
}

.mainmenucart:hover a .cartPrice {
    /* color: #ffd200; */
}
.mainmenucart:hover img {
	filter: brightness(1);
}
.bottomline {
    box-sizing: border-box;
    border-bottom: solid 9px #7EB43C;
}
.advantages-wrap ul li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 38px 26px 40px;
}
.advantages-wrap ul li:not(:last-child) {
    border-right: solid 1px #ececec;
}

.advantages-wrap {
    border-top: solid 1px #ececec;
	background-color: #fefefe;
}
.advantages-wrap ul {
    display: flex;
}

.advantages-wrap h6 {
    font-size: 13px;
    font-weight: bold;
    font-family: "Raleway";
    text-transform: uppercase;
    color: #222222;
	margin-bottom: 9px;
}

.advantages-wrap span {
    font-size: 13px;
    color: #999999;
	line-height: 18px;
}
.advantages-icon {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 19px;
}
.subscribe-wrap {
	background-color: #7EB43C;
	height: 100px;
	display: flex;
	align-items: center;
	margin-top: -48px;
}
.subscribe-wrap .cont-wrap {
	display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}
.substonews {
	font-size: 14px;
	font-family: "Raleway";
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	padding-left: 51px;
	margin-right: 38px;
}
.substonews:after {
    content: "\f1d8";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 600;
}
.subscribe-wrap form {
    display: inline-block;
    vertical-align: middle;
    /* width: 513px; */
    position: relative;
}

.insocnet ul {
    display: flex;
    align-items: center;
}

.insocnet {
    /* float: right; */
    display: flex;
    align-items: center;
    position: relative;
}
.insocnet span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Raleway";
    text-transform: uppercase;
    line-height: 26px;
    margin-right: 18px;
    margin-left: 28px;
}

.insocnet ul li a {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    transition: all .3s ease;
    color: #444444;
}

.insocnet ul li:not(:last-child) {
    margin-right: 5px;
    position: relative;
}

.substonews input[name="email"] {}

.subscribe-wrap input[name="email"] {
    width: calc(100% - 113px);
    box-sizing: border-box;
    border: none;
    padding: 16px 10px 15px 21px;
    border-radius: 3px 0 0 3px;
    outline: none;
}

.subscribe-wrap form a {
    position: absolute;
    border-radius: 0 3px 3px 0;
}

.blockWrap {
    position: relative;
    box-sizing: border-box;
    margin-top: 48px;
    background-position: center;
    background-size: cover;
}
.blockWrap.block_parallax {
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.upblock .blockWrap, .bottomblock .blockWrap {
    margin-bottom: 48px;
}
footer {
    margin-top: -48px;
}
a.editBtn {
    position: absolute;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    z-index: 9;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.blockWrap:hover .editBtn,
.prodblock:hover .editBtn,
.news-articles-column .editBtn {
    opacity: 1;
    visibility: visible;
}

.footTopRow {
    display: grid;
    justify-content: space-between;
}
.footTopRow.footTopRow-3 {
	grid-template-columns: repeat(3, 1fr);
}
.footTopRow.footTopRow-4 {
	grid-template-columns: repeat(4, 1fr);
}

.footerTopColumn {
    /* width: 100%; */
    box-sizing: border-box;
}

span.footerDescription {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin-top: 12px;
}

ul.footerMenuContact li {
    display: flex;
    align-items: center;
}

.footerColumnTitle {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 15px;
}

ul.footerColumnMenu a {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

ul.footerMenuContact li div:first-child {
    margin-right: 3px;
}

ul.footerMenuContact li div:last-child, ul.footerMenuContact li a {
    font-weight: 300;
    color: #999;
    font-size: 14px;
}

ul.footerMenuContact li:not(:last-child) {
    margin-bottom: 15px;
}

ul.footerMenuContact {
    margin-top: 21px;
}

.footerTopWrap {
    padding: 45px 0;
    background-color: #3B3B3B;
}

ul.footerColumnMenu li:not(:last-child) {
    margin-bottom: 14px;
}

ul.footerColumnMenu {
    margin-top: 18px;
}

.footerTopColumn:not(:first-child) {
	box-sizing: border-box;
}
.footerTopColumn.footerCatalog {
	width: 29%;
}
.footerTopColumn:last-child {
    /* width: 19%; */
}
.footerTopColumn.footerCatalog ul.footerColumnMenu {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-type: none;
    padding: 0;
}
span.copyrightStudia a {color: inherit;}

.footerBottomWrap {
    box-sizing: border-box;
    padding: 18px 0;
    /* border: solid 1px #f0f0f0; */
    background-color: #323232;
}
ul.footerMenuContact li.icon i {
    width: 17px;
    text-align: center;
    margin-right: 4px;
}

ul.footerMenuContact li div.footerPhone a {
    font-size: 21px;
    font-weight: 400;
}
.footerTopColumn:not(:first-child) {
    padding-left: 30px;
}
.footBottomRow {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 170px;
    align-items: center;
    color: #777777;
    font-size: 13px;
    font-weight: 300;
}

span.copyrightText {
    line-height: 20px;
}
span.copyrightStudia a b {
    color: #6D6C6C;
    text-decoration: underline;
}
li.open_fcmc {
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
    border-bottom: solid 1px #dadada;
	cursor: pointer;
	display: block!important;
}
li.open_fcmc.opened {
	transform: rotate(180deg);
}
ul.mainMenu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
}
ul.mainMenuRight {
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 265px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
}
ul.mainMenu.openmenu,
ul.mainMenuRight.openmenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
ul.mainMenu a,
ul.mainMenuRight a {
    font-family: "Raleway";
    font-weight: 500;
    line-height: 26px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 12px;
    text-align: left;
}
ul.mainMenu a span {/* color: #7EB43C; */font-size: 12px;margin-left: 5px;}

li.childmenu:hover > a span {
    /* color: #ffd200; */
}
.childMainMenu {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	transition: all .3s ease;
}
li.childmenu {
    position: relative;
}
li.childmenu:hover > ul.childMainMenu {
		opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
li.childmenu:hover > a {background-color: #F6F6F6;color: #7EB43C;}
body:before {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
body.active:before {
	visibility: visible;
	opacity: 1;
}
body.active.activeHard:before {
	z-index: 99;
}
body.cartActive:before {
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
}
.windowmessage {
    position: fixed;
    z-index: 999;
    box-sizing: border-box;
    background-color: rgb(126 180 60);
    color: #fff;
    padding: 12px 39px;
    border-radius: 3px;
    visibility: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.2);
}

.windowmessage.active {
    visibility: visible;
}
.prod-panelimg {
    position: relative;
    height: 230px;
    overflow: hidden;
}
/* .productSlide .prodblock { */
	/* width: 226.8px!important; */
/* } */
.productSlide .prod-panelimg {
	height: 228px;
}

.imgBlock {
    height: 100%;
    /* overflow-y: hidden; */
}

.imgBlock a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    /* padding: 8px; */
}
.imgBlock.noImg a {
    justify-content: center;
}
.brief-item-usermenu {
    position: absolute;
    z-index: 9;
    bottom: 3px;
    width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .3s ease;
}
.slideProdWrap:hover .brief-item-usermenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.brief-item-usermenu ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.brief-item-usermenu ul li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    color: #222222;
    transition: all .3s ease;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    width: 100%;
	height: 32px;
	position: relative;
	font-size: 0;
}
.brief-item-usermenu ul li a.buttonaddcart:before,
.brief-item-usermenu ul li a.buttonfavorites:before,
.brief-item-usermenu ul li a.buttoncompare:before,
.brief-item-usermenu ul li a.buttonviewprod:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
	font-weight: 500;
    font-size: 14px;
}
.brief-item-usermenu ul li a.buttonaddcart:before {
	content: "\f07a";
}
.brief-item-usermenu ul li a.buttonfavorites:before {
	content: "\f004";
}
.brief-item-usermenu ul li a.buttonfavorites.active:before {
	content: "\f004";
	font-weight: 600;
}
.brief-item-usermenu ul li a.buttoncompare:before {
	content: "\f0ec";
}
.brief-item-usermenu ul li a.buttoncompare.added:before {
	transform: translate(-50%, -50%) scale(-1, 1);
}
.brief-item-usermenu ul li a.buttonviewprod:before {
	content: "\f06e";
}
.brief-item-usermenu ul a:hover {
	border-top: solid 1px #7eb43c;
	border-bottom: solid 1px #7eb43c;
	background-color: #7eb43c;
	color: #fff;
}
.brief-item-usermenu ul li:first-child a {
    border-left: solid 1px #eeeeee;
}

.brief-item-usermenu ul li a.added,
.brief-item-usermenu ul li a.active {
	border-top: solid 1px #7EB43C;
    border-bottom: solid 1px #7EB43C;
    background-color: #7EB43C;
    color: #fff;
}
.block_head > div {
	font-family: "Raleway";
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.commentsBlockWrap .block_head > div {
    width: auto;
}

.ui-corner-all a {
	cursor: pointer;
}
.prodblock {
    border-bottom: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0);
	transition: all .3s ease;
	box-sizing: border-box;
}
.prodblock:hover {
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.productBlockWrap .bx-wrapper,
.productBlockWrapCat,
.productList {
    border-top: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
}
.nameBlock {
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 12px;
    margin-top: 12px;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.nameBlock .nameBlockIn {
    display: flex;
    flex-direction: column;
}
.nameBlock a, .nameBlock a span {
    font-size: 15px;
    line-height: 20px;
    color: #444444;
}

.priceBlock span {
    font-weight: 600;
    color: #7EB43C;
    font-size: 20px;
}

.priceBlock {
    text-align: center;
}
.priceBlockWrap {
    margin-bottom: 14px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.headerblock {
    margin-bottom: 23px;
}
.prodLabels {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 11px;
    width: calc(100% - (11px * 2));
    box-sizing: border-box;
    padding-right: 44px;
}
.prodLabel.prodLabelBg {
    background-color: #FDB624;
    padding: 5px 5px;
    line-height: 12px;
}

.prodLabel img {
    max-width: 70px;
}
#vpo_list .prodLabel img {
    max-height: 22px;
}

.prodLabel:not(:last-child) {
    margin-right: 3px;
}
.slideProd {
    position: relative;
}

.prodLabel {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    color: #3b3b3b;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 4px;
    /* box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .1); */
}
.news-articles-title {
    min-height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
ul.news-articles-shortstory li {
    width: 360px;
    float: left;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    position: relative;
}
ul.news-articles-shortstory li.news-articles-column {
    margin-bottom: 31px;
}
ul.news-articles-shortstory li:nth-child(3n+2) {
    margin: 0 30px;
}

.news-articles-shortstory-image {
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
	position: relative;
}
.news-articles-shortstory-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-articles-title a {font-family: "Raleway";font-weight: 600;line-height: 20px;font-size: 18px;color: #222222;text-transform: uppercase;}

.news-articles-text {
    box-sizing: border-box;
    padding: 22px 25px;
}

.news-articles-discription p {
    font-size: 14px;
    line-height: 22px;
    color: #2f2f2f;
    margin-top: 12px;
}

.news-articles-shortstory-more a {font-family: "Raleway";font-weight: 500;line-height: 24px;font-size: 12px;color: #7EB43C;text-transform: uppercase;}

.news-articles-shortstory-more {text-align: right;}


.news-articles-discription {
    margin-bottom: 18px;
    height: 100px;
    overflow: hidden;
}
span.adddate {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #7EB43C;
    box-sizing: border-box;
    padding: 7px 11px 4px;
    border-radius: 3px;
}
ul.currency_list {
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1;
    background: #7EB43C;
    right: calc(0px - 26px);
    box-sizing: border-box;
    background-color: #7EB43C;
    padding: 12px 16px;
    z-index: 1;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

ul.currency_list li {
    margin: 0;
}

ul.currency_list li:not(:last-child):after {
    display: none;
}

ul.currency_list li span {
    cursor: pointer;
}
.cbc-description {font-family: "Merriweather";font-style: italic;font-size: 15px;color: #dddddd;letter-spacing: 0.2px;line-height: 24px;}
.cbc-title {font-family: "Raleway";font-size: 25px;text-transform: uppercase;font-weight: bold;letter-spacing: -0.2px;color: #ffffff;}

.content-bannercollection {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.cbc-more a {
    display: inline-block;
    box-sizing: border-box;
    color: #000000;
    background-color: #ffffff;
    font-family: "Raleway";
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 9px 13px;
    border-radius: 3px;
	transition: all .3s ease;
}
.cbc-more a:hover {
	background-color: #7EB43C;
	color: #fff;
}
.cbc-more {
    margin-top: 15px;
}

.content-bannercollection-2 {
    left: 90px;
}

.content-bannercollection-3 {
    right: 51px;
}
.content-bannerspecialoffer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    right: 215px;
}

.cbso-title {font-family: "Raleway";font-size: 32px;color: #ffffff;font-weight: bold;letter-spacing: -0.2px;margin-bottom: 8px;}

.cbso-description {font-family: "Myriad Pro";font-size: 24px;letter-spacing: -0.2px;color: #fff;}
.categorymain ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
}

.categorymain ul li {
    width: 100%;
    border-right: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    height: 105px;
    position: relative;
}

.categorymain ul li a span {
    display: block;
    color: #222222;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 12px;
    width: 100%;
	white-space: nowrap;
}

.categorymain ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px 14px;
    width: 100%;
    height: 100%;
}
.categoryicon {
    height: 38px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.categoryicon img {
    max-width: 100%;
    max-height: 100%;
}
.categorymain ul li:before {content: "";display: block;width: calc(100% + 2px);height: 0px;position: absolute;top: -1px;left: 50%;transform: translateX(-50%);background-color: #7EB43C;opacity: 0;transition: all .3s ease;z-index: 1;}

.categorymain ul li:hover:before {
    height: 3px;
    opacity: 1;
}
span.textspecoffer {
    color: #171717;
    font-size: 12px;
    letter-spacing: 0.2px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ffb128;
    border-radius: 3px;
    padding: 5px 9px;
    margin-bottom: 3px;
}

.inner_content.on_leftblock {
    justify-content: space-between;
    grid-template-columns: 266px calc(100% - 299px);
}

.inner_content {
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 101px;
}
.header_content {
    border-bottom: solid 1px #e8e8e8;
    box-sizing: border-box;
    margin-bottom: 25px;
}

h1.headH1 {font-family: "Raleway";font-size: 16px;text-transform: uppercase;font-weight: bold;color: #232323;position: relative;}

.breadcrumbs ul {
    display: flex;
    align-items: center;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {font-family: "Raleway";font-size: 12px;font-weight: 500;line-height: 26px;}

.breadcrumbs ul li a {
    color: #555555;
}

.breadcrumbs ul li span {
    color: #2f2f2f;
}
.breadcrumbs ul li i {
    font-family: "Raleway";
    font-size: 13px;
    margin: 0px 2px 0 5px;
}
h1.headH1 a {
    position: absolute;
    right: -22px;
    display: block;
    margin-top: -1px;
    font-size: 14px;
}
.header_content h1.headH1 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.header_content .breadcrumbs {
    margin: 12px 0;
}

.header_content h1.headH1 a {
    right: 0;
}
ul.leftmenu {
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
}

ul.leftmenu li a {
    color: #777777;
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 17px;
    width: calc(100% - 22px);
	transition: all .3s ease;
}
ul.leftmenu li a:hover,
ul.leftmenu li a.active {
    color: #7eb43c;
}
ul.leftmenu li a span {
    color: #999999;
    transition: all .3s ease;
}
ul.leftmenu li a:hover span, 
ul.leftmenu li a.active span {
    /* color: #999999; */
}
li.childlm {
    padding: 0 21px;
    box-sizing: border-box;
    position: relative;
}

li.childlm:not(:last-child) {
    border-bottom: solid 1px #e8e8e8;
}
span.open_childlmm {
    margin-top: 11px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: solid 1px #eaeaea;
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 22px;
    top: 0;
}
ul.childlmm span.open_childlmm {
    margin-right: 0;
}
span.open_childlmm:before, span.open_childlmm:after {content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #666666;width: 9px;height: 1px;}

span.open_childlmm:after {
    transform: translate(-50%, -50%) rotate(90deg);
	opacity: 1;
    transition: all .3s ease;
}
span.open_childlmm.active:after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

ul.childlmm {
    display: none;
}
ul.childlmm.childlmmopen {
	display: block;
}
ul.childlmm li.childlm {
    padding-right: 0;
}
.leftblock .block_head > div {
	font-weight: 600;
	color: #222222;
	font-size: 15px;
	margin-bottom: 17px;
}
.filter-item-title span {
    color: #222222;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: bold;
}

.filter-item {
    box-sizing: border-box;
    border-bottom: solid 1px #e5e5e5;
}

#filterContent {
    box-sizing: border-box;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

.filter-item-title {
    box-sizing: border-box;
    padding: 14px 40px 14px 18px;
    background-color: #f8f8f8;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    cursor: pointer;
}

.filter-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-price input {
    width: 68px;
    box-sizing: border-box;
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #e4e4e4;
    outline: none;
    border-radius: 3px 0 0 3px;
    color: #aaaaaa;
    font-family: 'Roboto';
    font-size: 14px;
    background-color: #f8f8f8;
}
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -4px;
    background: #0D7EE4;
    cursor: pointer;
    margin-left: -7px;
    border: 0px;
    border-radius: 50%;
    z-index: 9999;
}
.filter-item-options {
    box-sizing: border-box;
    padding: 29px 18px;
}

.filter-price div {
    color: #777777;
    font-size: 14px;
}
body .ui-slider-horizontal {
  padding:4px;
}

.ui-slider .ui-slider-handle {
  width:15px;
  height:15px;
  top: -3px;
  background: #7eb43c;
  cursor:pointer;
  margin-left: -7px;
  border: 0px;
  border-radius: 50%;
  z-index:9999;
}
.ui-slider-horizontal {
  height: 2px;
	background: #e7e7e7;
	border: 0px;
	border-radius: 0;
	width: 85%;
  margin: 20px auto 10px;
}
.ui-slider-horizontal .ui-slider-range {
	background: #E0E0E1;
}
.filter-item-options label {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    cursor: pointer;
}

.filter-item-options span.checkicon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    border: solid 1px #cccccc;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.filter-item-options input[type="checkbox"] {
    display: none;
}

.filter-item-options span.checkicon:before {content: "\f00c";font-family: "Font Awesome 5 Pro";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(2);color: #7EB43C;font-size: 10px;opacity: 0;visibility: hidden;transition: all .3s ease;}


.filter-item-options input[type="checkbox"]:checked + span.checkicon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.filter-item-options label:not(:last-child) {
    margin-bottom: 18px;
}
.filter-item-options span.nameoption {
	font-size: 14px;
    color: #777777;
    line-height: 15px;
}
.filter-item-options span.nameoption.active {
	color: #222222;
} 
.filter-item-title:before {content: "\f078";font-family: "Font Awesome 5 Pro";font-size: 10px;position: absolute;top: 50%;transform: translateY(-50%);right: 18px;color: #666666;font-size: 11px;}

.optionviewprod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.sortPagerWrap {
    display: flex;
}

.sortPagerWrap select {
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Roboto";
    text-transform: uppercase;
    color: #777777;
    padding: 9px 7px;
    border-radius: 3px;
    outline: none;
    border: solid 1px #e8e8e8;
	cursor: pointer;
}
.sortPagerWrap > div:not(:last-child) {
    margin-right: 11px;
}
.ovp_prodquan span {
    font-size: 14px;
    color: #2f2f2f;
    text-transform: uppercase;
}
.productBlockWrapCat .slideProdWrap {
    float: left;
}

.productBlockWrapCat .prod-panelimg img,
.productList .prod-panelimg img {
    max-width: 100%;
    max-height: 100%;
}

.productBlockWrapCat .prod-panelimg {
    height: 213px;
}

ul.viewprodoption {
    display: flex;
    align-items: center;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
}

ul.viewprodoption a {
    display: block;
    box-sizing: border-box;
    padding: 9px 9px;
    line-height: 15px;
    color: #777777;
    font-size: 16px;
}

ul.viewprodoption li:not(:last-child) {
    border-right: solid 1px #e8e8e8;
}



#vpo_list .slideProdWrap {
    width: 100%!important;
    float: none;
}

#vpo_list .prod-panelimg {
    height: auto;
    overflow: visible;
    display: inline-block;
}
#vpo_list .imgBlock {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    margin-right: 10px;
}

#vpo_list .brief-item-usermenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: middle;
}

#vpo_list .nameBlock {
    display: inline-block;
    height: auto;
    margin: 0;
    max-width: 280px;
    padding: 0;
}

#vpo_list .priceBlockWrap {
    display: inline-block;
    margin: 0;
	height: auto;
}

#vpo_list .slideProd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#vpo_list .prodblock {
    padding: 13px 13px;
}
#vpo_list .prodLabels {
    top: 0px;
    right: 0;
    left: auto;
    width: auto;
    padding: 0;
}
.brief-item-usermenu ul li {
    width: 100%;
}

#vpo_list .brief-item-usermenu ul li {
    width: 52px;
}
ul.viewprodoption a.active {
    background-color: #f5f5f5;
    color: #444444;
}
#vpo_grid .prodblock {
    height: 330px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
}

#vpo_grid .prodblock form.productCartForm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0);
    transition: all .3s ease;
    background-color: #fff;
}

#vpo_grid .prodblock:hover form.productCartForm {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}

#vpo_grid .prodblock:hover .nameBlock {
    height: auto;
    overflow: auto;
	min-height: 40px;
}

#vpo_grid .prodblock:hover {
    z-index: 1;
}

.load-products a {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #555555;
    padding: 8px 12px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    border: solid 1px #e8e8e8;
    display: inline-block;
}
.load-products a.disabled {
    opacity: .4;
    cursor: default;
}
.load-products {
    width: 100%;
    margin-top: 23px;
}
.catalogNavigator > *,
.order-navigator > * {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #555555;
    padding: 8px 12px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    border: solid 1px #e8e8e8;
    display: inline-block;
    transition: all .3s ease;
}
.catalogNavigator > *:not(b):hover, .order-navigator > *:not(b):hover {
    background: #22222224;
}
.catalogNavigator > b,
.order-navigator > b {
    background-color: #222222;
    cursor: default;
    color: #fff;
    border: solid 1px #222222;
}

.pagerWrap {
    margin-top: 23px;
    text-align: center;
}

.catalogNavigator > *:not(:last-child),
.order-navigator > *:not(:last-child) {
    margin-right: 5px;
}
.catalogNavigator span.disabled,
.order-navigator span.disabled {
    visibility: hidden;
}
.prodWrapTop {
    display: grid;
    grid-template-columns: 570px calc(100% - 570px);
    position: relative;
}

.prodTitleBlock {
    color: #232323;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding-right: 45px;
}

.prodTitleBlock h1 {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

.prodPriceBlock .price {font-size: 20px;color: #7EB43C;font-weight: 600;}

.prodShortDescBlock {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
	margin-top: 18px;
}

.pwt_right {box-sizing: border-box;padding-left: 48px;}
.prodPriceBlock {
    margin-bottom: 14px;
}

.prodFeatureBlock .optionName {
    color: #222222;
    font-family: "Raleway";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
}

.prodFeatureBlock select {
    min-width: 260px;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    cursor: pointer;
	transition: all .3s ease;
}
.prodFeatureBlock select:hover {
	border: solid 1px #ffd200;
}

.prodFeatureBlock .optionProduct:not(:last-child) {
    margin-bottom: 19px;
}
.detailed-quantity input {
    box-sizing: border-box;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    width: 54px;
    padding: 15px 5px;
    border: solid 1px #e8e8e8;
    border-radius: 3px 0 0 3px;
    outline: none;
}
.detailed-quantity {
    display: flex;
    box-sizing: border-box;
    min-width: 80px;
    margin-right: 15px;
}

.btnQuantity button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-top: none;
	border-left: none;
	background: transparent;
	box-sizing: border-box;
	font-family: "Roboto";
	color: #999999;
	cursor: pointer;
	font-size: 0;
	outline: none;
	padding: 0;
    border-radius: 0;
}
.btnQuantity button:before {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: #999999;
}
.btnQuantity button.plus:before {
	content: "\f067";
}
.btnQuantity button.minus:before {
	content: "\f068";
}
.btnQuantity {
    border-top: solid 1px #e8e8e8;
    box-sizing: border-box;
}
.productList .slideProdWrap {
	width: 25%;
	float: left;
}
.prodFeatureBlock {
    margin-bottom: 19px;
}
.productDetailedBuy {
    /* margin-left: 15px; */
}
.productDetailedQuick {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}
.productDetailedBuy a,
.productDetailedQuick a {
    font-family: "Raleway";
    line-height: 15px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    display: block;
    background-color: #222222;
    box-sizing: border-box;
    padding: 19px 67px 16px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    /* border: solid 1px #7EB43C; */
    transition: all .3s ease;
}

.productDetailedBuy a:after, .productDetailedQuick a:after {content: "\f07a";font-family: "Font Awesome 5 Pro";position: absolute;top: 50%;transform: translateY(-50%);font-size: 15px;right: 17px;font-weight: normal;line-height: 26px;}

.productDetailedBuy a:before, .productDetailedQuick a:before {content: "";display: block;width: 1px;height: 100%;right: 44px;background-color: #6CA02D;position: absolute;top: 0;}
.productDetailedQuick a:after, .productDetailedQuick a:before {
    display: none;
}

.productDetailedQuick a {
    padding: 18px 20px 15px;
    border: solid 1px #7EB43C;
    background-color: transparent;
    color: #7EB43C;
}
.counterBuyCart {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.detailedFavComp {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.detailed-favorites, .detailed-compare {
    display: inline-block;
    vertical-align: middle;
}

.detailed-favorites a,
.detailed-compare a {
    font-size: 0;
}
.detailed-favorites a:before,
.detailed-compare a:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 20px;
}
.detailed-favorites a:before {content: "\f004"; font-weight: 500;}
.detailed-compare a:before {content: "\f0ec";}

.detailed-favorites a.active:before {content: "\f004"; font-weight: 600;}
.detailed-compare a.active:before {transform: translate(-50%, -50%) scale(-1, 1);}


.detailed-favorites a, .detailed-compare a {
	color: #222222;
	background-color: transparent;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	transition: all .3s ease;
}
.detailedFavComp > div:last-child:not(:first-child) a {
    border-left: none;
}
.detailed-favorites a.active,
.detailed-compare a.active,
.detailed-favorites a:hover,
.detailed-compare a:hover {
	color: #ffffff;
	background-color: #7eb43c;
}
.detailed-favorites a.active,
.detailed-favorites a:hover {
	border-left: solid 1px #7eb43c;
	border-top: solid 1px #7eb43c;
	border-bottom: solid 1px #7eb43c;
}
.detailed-compare a.active,
.detailed-compare a:hover {
	border-right: solid 1px #7eb43c;
	border-top: solid 1px #7eb43c;
	border-bottom: solid 1px #7eb43c;
}
.detailed-compare a {
    border-radius: 0 3px 3px 0;
    /* border-left: 0; */
}

.detailed-favorites a {
    border-radius: 3px 0 0 3px;
}
.blockWrap.blockRightWrap {
    margin-top: 0;
    display: flex;
	width: auto;
}

.blockRightWrap .block_head > div {font-family: "Roboto";font-weight: 500;font-size: 15px;text-transform: unset;margin-bottom: 0; width: auto;}

.blockRightWrap .block_head {
    box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
}

.blockRightWrap .block_body {
    line-height: 24px;
    color: #777777;
    font-size: 14px;
}

.pwt_rightBlock:not(:last-child) {
    margin-bottom: 58px;
    position: relative;
}

.pwt_rightBlock:not(:last-child):before {content: "";display: block;width: 100%;height: 1px;background-color: #eeeeee;position: absolute;bottom: -40px;left: 0;}
.blockWrap.blockRightWrap:not(:last-child) {
    margin-bottom: 3px;
}
.pwt_left {
    position: relative;
}

.pwt_left .prodLabels {
    left: auto;
    right: 15px;
}
#axcrt {
    position: fixed;
    z-index: 9;
    box-sizing: border-box;
    background-color: rgb(59, 131, 212);
    color: #fff;
    padding: 12px 39px;
    border-radius: 3px;
    visibility: hidden;
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.2);
}
ul.prodTabLinkBlock li a {font-family: "Raleway";font-size: 15px;font-weight: bold;text-transform: uppercase;color: #222222;display: block;box-sizing: border-box;line-height: 23px;padding: 15px 23px 13px;border-bottom: solid 1px #e8e8e8;border-left: solid 1px #e8e8e8;border-right: solid 1px transparent;}
ul.prodTabLinkBlock {
    width: 284px;
}

ul.prodTabLinkBlock li:first-child a {
    border-top: solid 1px #e8e8e8;
}

.prodTabBlock {
    display: flex;
    justify-content: space-between;
}

ul.prodTabWindowBlock {
    width: calc(100% - 284px);
}

ul.prodTabWindowBlock > li {
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 36px 46px;
}
a.editProduct {
    position: absolute;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.contentblock:hover .editProduct {
    opacity: 1;
    visibility: visible;
}
.prodTabBlock ul.prodTabWindowBlock > li {
    display: none;
}

.prodTabBlock ul.prodTabWindowBlock > li.active {
    display: block;
}
.text-content p {
	font-size: 15px;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 20px;
}
.prodWrapBottom {
    margin-top: 61px;
}
ul.prodTabLinkBlock li a.active {
    border-right: solid 1px #ffffff;
    margin-right: -1px;
    position: relative;
}

ul.prodTabLinkBlock li a.active:before {content: "";position: absolute;left: -1px;background-color: #7eb43c;height: 100%;width: 4px;top: 0;}
ul.tabExtra .optionName {
    font-size: 15px;
    color: #444444;
}

ul.tabExtra .optionValue {
    font-size: 15px;
    color: #777777;
}

.prodFeatureBlock .optionProductStatic .optionName:after {
}

ul.prodTabWindowBlock > li ul li:not(:last-child) {
    /* border-bottom: dashed 1px #e0e0e0; */
    margin-bottom: 22px;
    box-sizing: border-box;
    /* padding-bottom: 15px; */
}

ul.prodTabWindowBlock > li ul li {
    font-size: 15px;
    color: #444444;
}
.formCommentsBlockWrap {
    display: grid;
    grid-template-columns: 340px 1fr;
}
.formCommentsBlockWrap {
    display: grid;
    grid-template-columns: 302px 1fr;
}

.formCommentsWrap input[name="nick"] {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
    margin-bottom: 12px;
}

.formCommentsWrap textarea[name="body"] {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
    min-height: 120px;
    margin-bottom: 9px;
}



.commentsFormBlockWrap {
    box-sizing: border-box;
    padding-left: 45px;
    position: relative;
}

.commentsFormBlockWrap:before {content: "";display: block;height: calc(100% - 43px);position: absolute;bottom: 0;width: 1px;left: 21px;background-color: #e8e8e8;}
.noComments {
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
}
.nameComment {
    color: #222222;
    font-weight: 500;
    font-size: 16px;
}

.dateComment {
    font-size: 12px;
    color: #2f2f2f;
    margin-top: 9px;
}

.bodyComment {
    margin-top: 11px;
    font-size: 15px;
    line-height: 22px;
    color: #2f2f2f;
}

.nameComment:before, .dateComment:before, .bodyComment:before {font-family: "Font Awesome 5 Pro";margin-right: 9px;font-size: 15px;}
.nameComment:before {
    content: "\f007";
} 
.dateComment:before {
    content: "\f073";
    font-size: 16px;
    font-weight: 200;
}
.bodyComment:before {
	content: "\f27a";
	font-size: 14px;
}
.commentPunkt a {
    display: block;
    text-align: right;
    font-size: 12px;
    color: red;
    margin-top: 5px;
}
.commentPunktWrap .commentPunkt:not(:last-child) {
    margin-bottom: 35px;
    position: relative;
}

.commentPunktWrap .commentPunkt:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -13px;
    left: 0;
    border-bottom: dashed 1px #e8e8e8;
}
.link_file:before {
	content: "\f0c6";
	font-family: "Font Awesome 5 Pro";
	margin-right: 9px;
	font-size: 16px;
	color: #8e8e8e;
}
.headRelated {
    color: #222222;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -25px;
}

.product_related_block {
    margin-top: 68px;
}
.tabVideoWrap {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.productNext, .productPrev {
    height: 70px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .3s ease;
    background-color: #fff;
	z-index: 1;
}

.productNext a, .productPrev a {
    display: grid;
    height: 100%;
    align-items: center;
    grid-column-gap: 15px;
    opacity: .5;
    transition: all .3s ease;
	grid-template-rows: 100%;
}

.productNext a img, .productPrev a img {
    max-height: 100%;
    max-width: 100%;
}

.productPrevNextPic {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.productNext a {
    grid-template-columns: 60px auto;
}

.productPrev a {
    grid-template-columns: auto 60px;
}

.productNext {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(calc(100% - 90px), -50%);
    box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px 5px 15px;
    border-radius: 3px 0px 0px 3px;
}

.productPrev {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% + 90px), -50%);
    box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px 5px 15px;
    border-radius: 0 3px 3px 0;
}

.productNext:hover {
    transform: translate(calc(0%), -50%);
} 
.productPrev:hover {
    transform: translate(calc(0%), -50%);
}
.productNext:hover a, .productPrev:hover a {
    opacity: 1;
}

.productPrevNextName span {
    display: block;
}
.productPrevNextName span.productPrevNextDesc {
    margin-bottom: 6px;
    font-size: 14px;
    color: #7EB43C;
}

.productPrev .productPrevNextName span {
    text-align: right;
}

.productNext .productPrevNextName span {
    text-align: left;
}
.quickOrderText {
    color: #777777;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}

.quickOrderRow {
    display: grid;
    grid-template-columns: 30% auto;
    grid-column-gap: 20px;
    align-items: center;
}

.quickOrderColumn:last-child {
    text-align: left;
    font-size: 15px;
    color: #777777;
}

.quickOrderColumn:first-child {
    text-align: right;
    font-size: 15px;
    color: #444444;
}

.quickOrderRow input, .quickOrderRow textarea {
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
    width: 100%;
}

.quickOrderRow:not(:nth-last-child(2)):not(:last-child) {border-bottom: dashed 1px #e0e0e0;}
.quickOrderRow:not(:last-child) {margin-bottom: 10px;box-sizing: border-box;padding-bottom: 10px;}


.quickOrderRow input[type="button"] {
    display: inline-block;
    box-sizing: border-box;
    background-color: #ffd200;
    padding: 12px 16px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #191a1c;
    border: none;
    cursor: pointer;
}

.quickOrderRow.quickOrderRowSubmit {
    grid-template-columns: 1fr;
}
span.error {
    color: #ff6976;
}

.order-table-header {
    display: grid;
    grid-template-columns: 10% 25% 19% 10% 17% 19%;
    align-items: center;
    margin-bottom: 13px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}

#quick_modal .styleModalPage, #quick_modal .styleModalWrap {
    max-width: 700px;
    min-width: 700px;
}

.o_t_b-item {
    display: grid;
    grid-template-columns: 10% 25% 19% 10% 17% 19%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.o_t_b-item .order-photo img {
    max-width: 100%;
}

.o_t_h-title {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.order-success-head {
    color: #777777;
    font-size: 14px;
}

.order-success-head a {
    text-decoration: underline;
}

.order-success-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    align-items: center;
}

.order-success-row span:first-child {
    text-align: right;
    font-size: 15px;
    color: #444444;
}

.order-success-row span:last-child {
    text-align: left;
    font-size: 15px;
    color: #777777;
}

.order-success-row:not(:last-child) {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.order-success-row:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
}

.order-success-body {
    margin: 30px 0;
}

.order-success-subtitle {
    color: #777777;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}

.order-success-foot {
    text-align: right;
    font-size: 18px;
}

.order-success-foot span {
    margin-left: 8px;
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
}

.order-success-thanks {
    margin: 30px 0 15px;
}

.order-success-title {
    color: #222222;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.order-total-price {
    text-align: right;
}

.order-total-price > div {
    display: inline-block;
    vertical-align: middle;
}

.title-order-sum {
    font-size: 18px;
}

.order-sum {
    margin-left: 8px;
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
}

.order-total-wrap {
    margin-top: 27px;
}

.order-photo-preview {
    box-sizing: border-box;
    padding: 7px;
}

.order-price {
    color: #7EB43C;
    font-weight: 500;
}

.order-price-sum {
    color: #7EB43C;
    font-weight: 500;
}

.order-success-head span {
    font-weight: 500;
}
ul.c_m_b-productTitle {
    display: grid;
    grid-template-columns: 15% 40% 17% 23% 5%;
    align-items: center;
    margin-bottom: 13px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}

ul.c_m_b-productTitle.noQuantityCart {
    grid-template-columns: 15% 63% 17% 5%;
}
ul.c_m_b-productTitle li {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

ul.c_m_b-productInfo {
    display: grid;
    grid-template-columns: 15% 40% 17% 23% 5%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
ul.c_m_b-productInfo.noQuantityCart {
    grid-template-columns: 15% 63% 17% 5%;
}

ul.c_m_b-productInfo li {
    font-size: 14px;
    line-height: 18px;
}
li.c_m_b-productInfoPhoto {
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
}

li.c_m_b-productInfoPhoto a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 75px;
}

li.c_m_b-productInfoPhoto a img {
    max-width: 100%;
    max-height: 100%;
}
li.c_m_b-productInfoName {
    box-sizing: border-box;
    padding: 0px 5px;
}
.quantityCart {
    display: flex;
    /* border-left: solid 1px #e8e8e8; */
    box-sizing: border-box;
}
.quantityCart input {
    box-sizing: border-box;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    width: 44px;
    padding: 10px 5px;
    border: solid 1px #e8e8e8;
    border-radius: 3px 0 0 3px;
    outline: none;
}
li.c_m_b-productInfoQuantity {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

li.c_m_b-productInfoCost {
    color: #7EB43C;
    font-weight: 500;
}

li.c_m_b-productInfoDel a {
    color: #ff6976;
}
ul.c_m_b-productInfo:not(:nth-last-child(2)):not(:last-child) {}

ul.c_m_b-productInfo:not(:first-child):not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

ul.c_m_b-productTotal {
    margin: 25px 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.c_m_b-productTotal li:not(:first-child) {
    padding-left: 10px;
}

ul.c_m_b-productTotal li:first-child {
    font-size: 18px;
    line-height: 20px;
}

ul.c_m_b-productTotal li:last-child {
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
}

ul.c_m_b-productTotal li {
    position: relative;
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}
.detailed-quantity .btnQuantity button {
    width: 25px;
    height: 25px;
}
span.message_min_order {
    position: absolute;
    display: block;
    min-width: 190px;
    max-width: 250px;
    box-sizing: border-box;
    padding: 6px 5px;
    background-color: #7EB43C;
    color: #fff;
    border-radius: 3px;
    top: calc(100% + 5px);
    white-space: nowrap;
    font-size: 14px;
}

span.message_min_order:before {content: "\f0d8";position: absolute;top: -11px;left: 50%;transform: translateX(-50%);font-family: "Font Awesome 5 Pro";color: #7EB43C;font-weight: 600;}
.c-m-h_message {
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #ff6976;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #ff6d7a;
    text-align: center;
    font-size: 14px;
}
ul.s-c-f_blockProdHead {
    display: grid;
    grid-template-columns: 15% 35% 17% 10% 15% 8%;
    align-items: center;
    margin-bottom: 13px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
    text-align: center;
}

ul.s-c-f_blockProdHead.noQuantityCart {
    grid-template-columns: 15% 45% 17% 15% 8%;
}
ul.s-c-f_blockProdHead li {
    color: #777777;
    font-size: 16px;
    line-height: 24px;
}

ul.s-c-f_blockProdSection {
    display: grid;
    grid-template-columns: 15% 35% 17% 10% 15% 8%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
ul.s-c-f_blockProdSection.noQuantityCart {
    grid-template-columns: 15% 45% 17% 15% 8%;
}

li.s-c-f_blockProdPhoto a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

li.s-c-f_blockProdPhoto a img {
    max-width: 80%;
}

li.s-c-f_blockProdPhoto {
    box-sizing: border-box;
    padding: 12px;
}

li.s-c-f_blockProdQuantity .quantityCart input {
    width: 60px;
}

li.s-c-f_blockProdQuantity .btnQuantity button {
    width: 25px;
    height: 25px;
}

li.s-c-f_blockProdQuantity {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.s-c-f_blockProdSection li {
    font-size: 16px;
    line-height: 20px;
}

li.s-c-f_blockProdCost {
    color: #7EB43C;
    font-weight: 500;
}

li.s-c-f_blockProdDel a {
    color: #ff6976;
}
ul.s-c-f_blockTotalSum {
    margin: 25px 0 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.s-c-f_blockTotalSum li:first-child {
    font-size: 20px;
    line-height: 20px;
}

ul.s-c-f_blockTotalSum li {
    position: relative;
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}

ul.s-c-f_blockTotalSum li:last-child {
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
    padding-left: 15px;
}


.system-message.warn {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #ea5c5c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 17px 20px;
    margin: 25px 0;
}

.system-message.warn a {
    text-decoration: underline;
}

.system-message.warn a:hover {
    text-decoration: none;
}

.cart-title-wrap .title {
    font-family: "Raleway";
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.cart-title-wrap {
    margin-top: 50px;
    margin-bottom: 25px;
}
div#fuzz {
    display: none;
}

.formsCartWrap {
    display: grid;
    grid-template-columns: 40% auto;
    grid-column-gap: 30px;
}


.poleInput input, .poleInput select, .poleInput textarea {
    width: 100%;
    margin-bottom: 12px;
}
.poleInput select {width: 100%;box-sizing: border-box;padding: 9px 11px;font-size: 14px;font-weight: 300;color: #2f2f2f;font-family: "Roboto";border-radius: 3px;border: solid 1px #e8e8e8;outline: none;transition: all .3s ease;margin-bottom: 12px;}

.poleInput textarea {
    margin-bottom: 8px;
    min-height: 110px;
}
.error.errorCart {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #ea5c5c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
    margin: 25px 0;
}
.oplataDostWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}


.cart-btn-send {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#shipping, div#payment {
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 18px 10px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 18px;
}

.poleInput label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
}
ul.s-c-f_blockProdSection:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
div#shipping tr td:last-child,
div#payment  tr td:last-child {
    /* white-space: nowrap; */
}

div#shipping tr td,
div#payment  tr td {
    vertical-align: top;
    box-sizing: border-box;
    padding: 8px 5px;
    border: none;
    text-align: left;
    line-height: normal;
    color: inherit;
    font-size: inherit;
}

div#shipping tr input,
div#payment  tr input {margin-top: 0;}

#fuzz {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.order-total-discount {
    text-align: right;
    display: grid;
    grid-template-columns: auto 150px;
    margin-bottom: 15px;
}

.order-total-discount > div {
    display: inline-block;
    vertical-align: middle;
}

.discont-order {
    font-size: 18px;
}

.discont-sum {
    margin-left: 8px;
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, selcet:active {border: solid 1px rgb(126 180 60 / 34%);}
.butCartTop a i {
    margin-right: 7px;
    font-size: 16px;
}
.butCartTop a:not(:last-child) {
    margin-right: 10px;
}
.cart-title-wrap i {
    font-size: 16px;
    margin-right: 10px;
}
.left-nav ul {border-right: solid 1px #e8e8e8;}

.left-nav ul li a:before {
    content: "";
    position: absolute;
    left: -1px;
    background-color: #7eb43c;
    height: 100%;
    width: 4px;
    top: 0;
    opacity: 0;
}

.left-nav ul li a {/* text-transform: uppercase; */display: block;box-sizing: border-box;line-height: 23px;padding: 15px 23px 13px;border-bottom: solid 1px #e8e8e8;border-left: solid 1px #e8e8e8;position: relative;color: #777777;font-size: 14px;}

.profile_menu_img {margin-right: 14px;}


.left-nav ul li.active a:before, .left-nav ul li:hover a:before {opacity: 1;}
.input-field-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.input-field label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    cursor: pointer;
}




.form-info {
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
    margin: 0px 0 25px;
}
span.label_title {
    display: block;
}
.input-field .checkbox {display: none;}
.input-field .checkbox + label span.label_checkbox {
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #e8e8e8;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
}
.input-field .checkbox:checked + label span.label_checkbox {
	background: #7EB43C;
}
.input-field .checkbox + label span.label_checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.input-field .checkbox:checked + label span.label_checkbox:after {
	left: 26px;
}
.input-field span.important {
    color: #ff697a;
}
.user-panel-wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 266px calc(100% - 298px);
}

.left-nav ul li:first-child a {
    border-top: solid 1px #e8e8e8;
}

.profile_menu_wrap {
    display: flex;
    align-items: center;
}
.order-info-head {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}

.item-short-info {
    display: grid;
    grid-template-columns: 18% 16% 26% 25% 15%;
    align-items: center;
}

.order-info-head span:not(:first-child) {
    padding-left: 15px;
}

.item-short-info > div:not(:first-child) {
    padding-left: 15px;
}

.order-products .products ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}
.order-products .products ul li:not(:last-child) {
    margin-bottom: 7px;
}
.order-products .products ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #7EB43C;
}

.order-products .products img {
    max-width: 100%;
}

.order-products {
    display: flex;
    align-items: center;
}

.item-details-table-head {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 17px;
}
.item-details-table-body .item-details {
    display: grid;
    grid-template-columns: 16% 35% 19% 15% 15%;
    grid-column-gap: 0px;
    align-items: center;
}
.item-details-img {
    width: 100px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item-details-name {
    padding: 0 10px;
    line-height: 20px;
}
.item-details-img img {
    max-width: 100%;
    max-height: 100%;
}

.item-details-table-head > div {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.order-info-head span a {
    color: #777777;
    line-height: 24px;
    text-decoration: underline;
}
.order-info-head span a:hover {
	text-decoration: none;
}

.order-info-body .order-item:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.hidden-info-wrapper {
    display: none;
}

.item-short-info > * {
    font-size: 14px;
}

.item-short-info .order-cost {
    font-weight: 600;
    color: #7EB43C;
}

.order-products span {
    margin-right: 8px;
}
.order-staus.status-in-progress {
    color: #ffd200;
}
.order-staus.status-done {
    color: #3bca00;
}

.order-staus.status-canceled {
    color: #ff6976;
}
.link-spoiler a {
    color: #7EB43C;
    position: relative;
    text-decoration: underline;
}

.link-spoiler {
    box-sizing: border-box;
}

.link-spoiler a:after {content: "\f106";right: -17px;top: 50%;position: absolute;font-family: "Font Awesome 5 Pro";color: #7EB43C;transform: translateY(-50%) rotate(180deg);transition: all .3s ease;}

.link-spoiler a:hover {
    text-decoration: none;
}
.order-info {
    font-family: "Raleway";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #232323;
    margin: 45px 0 27px;
}

.order-table-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 8px;
}


.item-details-table-body .item-details:not(:last-child) {
    border-bottom: dashed 1px #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.item-details-table-body .item-details > * {
    font-size: 14px;
}

.order-info-detalied {
    margin-bottom: 50px;
}

.final-sum {
    margin-top: 13px;
    box-sizing: border-box;
    float: right;
    border-top: solid 1px #e0e0e0;
    padding: 18px 7px 10px 0;
}


.final-sum div span:first-child {
    text-align: right;
}

.final-sum div:not(:last-child) {
    margin-bottom: 13px;
}

.final-sum div span:last-child {
    /* margin-left: 8px; */
    text-transform: lowercase;
}

.final-sum:before {display: block;position: absolute;width: 50%;top: -15px;right: 0;background-color: #e0e0e0;height: 1px;}
.item-details-price {
	color: #7EB43C;
	font-weight: 500;
}
.final-sum div:nth-child(1) span:first-child,
.final-sum div:nth-child(2) span:first-child {
    font-size: 16px;
}
.final-sum div:nth-child(1) span:last-child,
.final-sum div:nth-child(2) span:last-child {
}

.final-sum div span:first-child {
    font-size: 16px;
}
.final-sum div span:last-child {
    font-size: 14px;
    color: #7EB43C;
    font-weight: 500;
    line-height: 15px;
}

.final-sum > div {
    display: grid;
    grid-template-columns: 1fr 120px;
    grid-column-gap: 11px;
    align-items: center;
}

.final-sum > div span:first-child {
}

.final-sum > div span:last-child {
    text-align: left;
}



.item-details-table-body .item-details > div {
    box-sizing: border-box;
}

.order-item.collapsed .link-spoiler a:after {
    transform: translateY(-50%) rotate(0deg);
}
.order-table-history div {
    display: flex;
}

.order-table-history div span:last-child {margin-left: 10px;font-size: 14px;font-weight: 300;color: #232323;font-family: "Roboto";line-height: 20px;}

.order-table-history div span:first-child {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
}

.prodblock.prodblockfavorite .brief-item-usermenu ul {
    grid-template-columns: 1fr;
}
.regFormInfo.tac {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 17px 20px;
    margin: 25px 0;
}
.error.regFormInfo.tac {
    color: #ff6976;
}
form#RegisterForm label > span {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

form#RegisterForm label input,
form#RegisterForm label select,
form#RegisterForm label textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
}

form#RegisterForm .input-field {
    margin-bottom: 12px;
}
.btn-reset i {
    margin-right: 7px;
    font-size: 16px;
}
.r_p_b_name {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.r_p_b_input input {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    font-family: "Roboto";
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    outline: none;
    transition: all .3s ease;
}

.r_p_b_button a {
    box-sizing: border-box;
    background-color: #ffd200;
    padding: 6px 16px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.reset_password_block form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.r_p_b_input {
    margin: 0 14px;
}

.reset_password_wrap {
    margin-top: 51px;
}
.reset_password_message {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #232323;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
}
.r_p_b_row {
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.reset_password_block.reset_password_ver form {
    flex-direction: column;
}
.reset_password_message.reset_password_message_error {
    color: #ea5c5c;
}
.reset_password_message.reset_password_message_success {
    color: #3bca00;
}
.red {
	color: #ea5c5c;
}
.title_user_panel {
    font-family: "Raleway";
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 1px;
}

.title_user_panel i {
    margin-right: 12px;
}
.f_o_h_number_status_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
}

.f_o_h_status_input label {
    white-space: nowrap;
}
.filter_order_history {
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    padding: 25px;
    margin-top: 50px;
}
.custom_checked {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #777777;
    line-height: 15px;
}

.custom_checked span.checkicon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    border: solid 1px #cccccc;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.custom_checked input[type="checkbox"] {
    display: none;
}

.custom_checked span.checkicon:before {content: "\f00c";font-family: "Font Awesome 5 Pro";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(2);color: #7EB43C;font-size: 10px;opacity: 0;visibility: hidden;transition: all .3s ease;}


.custom_checked input[type="checkbox"]:checked + span.checkicon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.cart-reg-types ul {
    display: flex;
    align-items: center;
}
.quickOrderColumn .custom_radio {
    margin-bottom: 0;
}
.custom_radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #777777;
    line-height: 15px;
}

.custom_radio span.radioicon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    border: solid 1px #cccccc;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio span.radioicon:before {content: "";position: absolute;display: block;width: 7px;height: 7px;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(2);background-color: #7EB43C;opacity: 0;visibility: hidden;transition: all .3s ease;border-radius: 50%;}


.custom_radio input[type="radio"]:checked + span.radioicon:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}



.custom_radio label,
.custom_checked label {
    font-size: 14px;
    color: #777777;
    line-height: 15px;
}
.f_o_h_status_input {
    display: flex;
    flex-wrap: wrap;
}

.f_o_h_number_name label, .f_o_h_status_name label {
    margin-bottom: 22px;
}

.custom_checked input[type="checkbox"]:disabled + span.checkicon {background: #ebebe4;}

.custom_checked input[type="checkbox"]:checked + span + span {
    color: #222222;
}
.input-field input, .input-field select, .input-field textarea {
    width: 100%;
    margin-bottom: 12px;
}
.f_o_h_number_input input {
    width: 100%;
}
.styleModalBody.error {
    padding: 73px 40px 40px;
    color: #ff6d7a;
    position: relative;
    font-size: 14px;
	text-align: left;
}

.styleModalBody.error:before {content: "\f06a";font-family: "Font Awesome 5 Pro";font-size: 28px;display: block;position: absolute;left: 50%;top: 24px;transform: translateX(-50%);}
.styleModalBody.error ul li:not(:last-child) {
    margin-bottom: 10px;
}

nav.headerMenuCategory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.moreCategory {border: none;color: #fff;font-size: 18px;background-color: #7EB43C;border-radius: 0;padding: 17px 25px;outline: none;margin-left: 10px;margin-right: 10px;cursor: pointer;position: relative;}

.moreCategory.hidden {
	display: none;
}

.moreCategory:after {
  content: attr(count);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25px;
  height: 25px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background: #7EB43C;
  color: #ffffff;
  border-radius: 50%;
}
.noneObjects {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
}
.leftblock_cat .blockWrap:first-child {
    margin-top: 27px;
}
.leftblock .cont-wrap {
	width: auto;
}
.cbt1 {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
    padding: 18px 20px;
}
.user_message {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 18px 20px;
}
.user_message.error {
    color: #ff6976;
}
.user_message b {
    font-size: 18px;
}
.comparison_bloc_row {
    display: flex;
}
.comparison_bloc_column {
    width: 100%;
    display: flex;
    align-items: center;
}
.comparison_bloc_column:first-child {
    max-width: 220px;
    font-size: 15px;
    color: #ffffff;
    background-color: #7EB43C;
}
.comparison_bloc_picture img {
    max-height: 100px;
}
.comparison_bloc_column, .comparison_bloc_column a {
    font-size: 15px;
    color: #777777;
    line-height: 20px;
}
.comparison_bloc_column a {
    text-decoration: underline;
}
.comparison_bloc_row:not(:last-child) .comparison_bloc_column:first-child {
    border-bottom: solid 1px #ffffff;
}
.comparison_bloc_row .comparison_bloc_column:not(:last-child) {
    border-right: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 13px 15px;
}
.comparison_bloc_row .comparison_bloc_column:not(:first-child) {
    box-sizing: border-box;
    padding-left: 15px;
    transition: all .3s ease;
}
.comparison_bloc_row .comparison_bloc_column {
    padding: 13px 0px;
}
.comparison_bloc_row .comparison_bloc_column {
    border-bottom: solid 1px #e8e8e8;
}
.comparison_bloc_column a:hover {
    text-decoration: none;
}
.comparison_bloc_row:hover .comparison_bloc_column:not(:first-child) {
    background-color: rgba(59, 131, 212, 0.095);
}
.comparison_bloc_row.comparison_bloc_price .comparison_bloc_column:not(:first-child) {
    color: #7EB43C;
    font-weight: 500;
}
.comparison_bloc {
    border-top: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    box-sizing: border-box;
}
.comparison_bloc_del .comparison_bloc_column:not(:first-child) {
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	transition: all .3s ease;
}
.comparison_bloc_del .comparison_bloc_column:not(:first-child) a {
    display: block;
    box-sizing: border-box;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    color: #ea5c5c;
}
.comparison_bloc_del .comparison_bloc_column:not(:first-child):hover {
    background-color: rgba(234, 92, 92, 0.13);
}
.oldPriceBlock {
    text-align: center;
    margin-top: 5px;
}

.oldPriceBlock span {
    color: #b2b2b2;
    font-size: 18px;
    text-decoration: line-through;
}
.productDetailedListPrice {
    color: #b2b2b2;
    font-size: 18px;
    text-decoration: line-through;
    margin-top: 5px;
    text-align: center;
}
.productDetailedPrice .productDetailedListPrice {
    text-align: left;
}
.header_top_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.new_article_img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.dateNewsAdd {
    color: #2f2f2f;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    text-align: right;
}

.dateNewsAdd i {
    margin-right: 3px;
}
li.down_menu {
    position: relative;
}

ul.drop_down_menu {
    position: absolute;
    top: calc(100% + 0px);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: translateY(-10px);
    transition: all .3s ease;
    border: solid 1px rgb(232 232 232 / 65%);
}
li.down_menu:hover .drop_down_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
li.down_menu:after {content: "\f107";font-family: "Font Awesome 5 Pro";position: absolute;top: 50%;transform: translateY(-50%);right: 4px;color: #7eb43c;}

li.down_menu a {
    padding-right: 20px;
}

ul.drop_down_menu a {
	text-align: left;
}

li.down_menu:hover:after {
	opacity: 0;
}
.text-content {
    font-size: 15px;
    line-height: 24px;
    color: #2f2f2f;
}
.block_head >.title_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.link_all_news {
    font-family: "Raleway";
    font-weight: 500;
    line-height: 15px;
    font-size: 14px;
    color: #7eb43c;
    text-transform: none;
    border-bottom: solid 1px rgba(64, 141, 228, 0.3);
}

a.link_all_news:hover {
    border-bottom-color: transparent;
}
.noTopMargin {
	margin-top: 0;
}
.noBottomMargin {
	margin-bottom: 0;
}
.noLeftMargin {
	margin-left: 0;
}
.noRightMargin {
	margin-right: 0;
}
.user_message_404 span {
    display: block;
}

span.oops_404 {
    font-size: 22px;
    margin-bottom: 3px;
    color: #191a1c;
}

span.text_404 {
    margin-top: 32px;
}

.but_404 {
    margin-top: 5px;
}

.but_404 a:not(:last-child) {
    margin-right: 10px;
}

span.errorurl_404 {
    color: #191a1c;
}

.user_message_404 {
    border-color: transparent;
}

.priceListTable {
	margin-top:15px;
}

.priceTable {
  width:100%;
}

.priceTable a {
  color: #536475;
}

.sortPriceList {
  margin-bottom:27px;
}

.sortPriceList a {
	text-decoration:underline;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}

.blueButPrice {
	margin:30px 0;
}

table .priceTable.gre .priceListHead td.lt {
  background: #7EB43C;
}

table.gre td.lt {
  background: #7EB43C;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 20px 16px;
}

table .priceTable.gre td.lt {
  background: #f4f4f4;
}

.ptbl td {
  vertical-align: middle;
  text-align: left;
  padding: 10px 8px;
}

table.gre td {
  background: #fff;
}

table.gre td.lt a {
  color: #536475;
  text-decoration: none;
}

.priceBut {
  margin-top:20px;
  border-radius:3px;
}

.materialList > * {
  display:inline-block;
  vertical-align:top;
  width: 32%;
  box-sizing:border-box;
  padding: 0 5px;
}


.priceTable tr.ptbl td:first-child a {
  display:block;
  line-height:25px;
}

.priceTable tr.ptbl td:first-child a:hover {
  text-decoration:underline;
  color:#7EB43C;
}
#filterSlider .ui-state-hover, #filterSlider .ui-widget-content .ui-state-hover, #filterSlider .ui-widget-header .ui-state-hover, #filterSlider .ui-state-focus, #filterSlider .ui-widget-content .ui-state-focus, #filterSlider .ui-widget-header .ui-state-focus {
    border-radius: 50%;
    background: rgb(13, 126, 228);
}
.childCategoriesGrid {
    display: flex;
    flex-wrap: wrap;
}

.childCategoryWrap:not(:last-child) {
    margin-right: 10px;
	margin-bottom: 10px;
}

.childCategoryWrap .childCategoryName a {display: block;background-color: #7eb43c;color: #ffffff;box-sizing: border-box;padding: 13px 20px 11px 20px;font-weight: 500;font-size: 14px;text-transform: uppercase;}

.subcategorywrap {
    margin-bottom: 23px;
}
ul.contact_wrap_phone li a {
    font-size: 24px;
}
ul.contact_wrap_phone li:not(:last-child) {
    margin-bottom: 8px;
}

ul.contact_wrap_otherInfo li {
    font-size: 18px;
    color: #000;
}

ul.contact_wrap_otherInfo li i {
    color: #7EB43C;
    font-size: 20px;
    text-align: center;
}

ul.contact_wrap_otherInfo li.icon {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-column-gap: 15px;
    align-items: center;
}

ul.contact_wrap_otherInfo {
    margin-top: 30px;
}

ul.contact_wrap_otherInfo li:not(:last-child) {
    margin-bottom: 15px;
}
.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.contact_form input, .contact_form textarea {
    width: 100%;
}


.contact_form h3 {font-family: "Raleway";font-size: 20px;color: #222222;font-weight: bold;text-transform: uppercase;margin-bottom: 23px;text-align: center;}

.contact_form input {
    margin-bottom: 15px;
    padding: 15px 10px;
}
.contact_form textarea {
    height: 100px;
}
.contact_form .button {
    width: 100%;
    text-align: center;
    margin-top: 14px;
}
.contact_info {
    box-sizing: border-box;
    padding-top: 40px;
}

ul.contact_wrap_phone li a b {
    font-weight: bold;
}
.styleModalBody.oki {
    padding: 25px 40px;
    line-height: 24px;
    color: #7EB43C;
    font-size: 16px;
}
ul.s-c-f_blockTotalDiscount {
    margin: 25px 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

ul.s-c-f_blockTotalDiscount li.discount_percent, ul.s-c-f_blockTotalDiscount li.discount_value {
    position: relative;
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}

ul.s-c-f_blockTotalDiscount li.discount_percent {
    font-size: 18px;
    line-height: 20px;
}

ul.s-c-f_blockTotalDiscount li.discount_value {
    font-size: 20px;
    color: #eb6180;
    font-weight: 500;
    padding-left: 15px;
}
.optionProductImg {
	display: inline-block;
	margin: 0 10px 5px 0;
	text-align: center;
}

.optionProductImg input[type="radio"] {
	display: none;
}

.optionProductImg input[type="radio"]+span {
	display: flex;
	width: auto;
	height: 57px;
	border: 1px solid #ddd;
	background: #efefef;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.optionProductImg input[type="radio"]:checked+span {
	border-color: #7EB43C;
	opacity: 1;
}

.optionProductImg input[type="radio"]+span img {
	/*max-width: 100%;
	max-height: 100px;*/
	/* object-fit: cover; */
	/* max-width: 100%; */
	max-height: 100%;
	margin: 0 auto;
}
label.optionProductVal input {
    display: none;
}

label.optionProductVal input:checked + span.optionVal {
    border: 1px solid #7EB43C;
	color: #7EB43C;
}

label.optionProductVal input + span.optionVal {
    box-sizing: border-box;
    padding: 10px 15px;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.optionProductImg span:last-child {
    font-size: 12px;
	display: inline-block;
    margin-top: 5px;
}
label.optionProductImg input[type="radio"]:checked + span + span {
    color: #7EB43C;
}
div#scrollToTop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(126 180 60 / 86%);
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, .4);
}
div#scrollToTop.active {
	visibility: visible;
    opacity: 1;
}
.f_o_h_number_name, .f_o_h_status_name {
    display: none;
}
ul.s-c-f_blockTotalDiscount li:first-child {
    color: #ff6976;
}

ul.s-c-f_blockTotalDiscount li:last-child {
    color: #7EB43C;
    margin-left: 9px;
}

.user-type {
    margin-bottom: 15px;
}

.user-type label {
    margin-right: 20px;
    cursor: pointer;
}

.user-type label input {
    margin-right: 10px;
}
.prodWrap .productCode {
    margin-bottom: 10px;
    line-height: 24px;
    color: #777777;
    font-size: 14px;
}
.searchItemText.searchString {
    width: 100%;
    text-align: center;
    display: block;
    color: #ea5c5c;
    padding: 10px 0;
    box-sizing: border-box;
    font-weight: 500;
}
div#totalCost {
    font-size: 20px;
    color: #7EB43C;
    font-weight: 500;
    margin-right: 30px;
}

div#totalCost span {
    font-weight: normal;
    color: #000;
    margin-right: 14px;
}
.shipping-description {
    font-size: 12px;
    margin-top: 6px;
    color: #7EB43C;
}

.shipping-address label, .shipping-address textarea {
    display: block;
    width: 100%;
}

.shipping-address label {
    margin-top: 12px;
    margin-bottom: 3px;
}
.productDiscount span {
	display: block;
	margin: 0 0 0 100px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ff0000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	box-shadow: 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.slideProd .productDiscount {position: absolute;right: 8px;top: 8px;}

.slideProd .productDiscount span {
	margin: 0;
}

#vpo_list .slideProd .productDiscount span {width: 33px;height: 33px;font-size: 12px;line-height: 33px;}
.pwt_left .productDiscount {
    position: absolute;
    top: 18px;
    right: 18px;
}
#vpo_list .slideProd .productDiscount {
    top: 0;
    right: auto;
    left: calc(100px - 33px);
}

/*********defaultStyle************************/

.styleCss {
    line-height: 1.5;
}

.styleCss, .styleCss p, .styleCss li, .styleCss a, .styleCss span {
    color:#363636;
}

.styleCss h3 {
    font-size:20px;
    text-indent:25px;
    margin:29px 0 13px;
}

.styleCss p {
    text-indent:25px;
    margin-bottom:15px;
}

.styleCss .styleText {
    font-style:italic;
    color:#F26D7D;
}

.pageFull {
    margin-top:43px;
    /* padding:0 15px; */
}

.dateNewsAdd {
    text-indent:25px;
}

.styleCss li {
    margin-bottom:5px;
    background:url("../images/gal.png") left 8px no-repeat;
    padding-left:26px;
}
.styleCss h1 {
    font-family: "Raleway";
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}
.styleCss h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-indent:25px;
    margin:33px 0 23px 0;
} 

.styleCss h3 {
    font-size: 20px;
    font-weight: 500;
    text-indent:25px;
    
}

.styleCss ul {
    margin:20px 0 20px 25px;
    padding:0px;
}

.styleCss table {
    max-width:100%;
    margin:20px auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.styleCss table td {
    padding:10px;
}

.styleCss table tr:nth-child(2n+1) {
    background: #F0F0F0;
}

.styleCss table tr {
    border-bottom: 1px solid #F0F0F0;
}

/* .styleCss strong { */
    /* font-weight: 600; */
/* } */
.slider_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_text_block {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 20px 15px;
}

.slider_text_block span {
    display: block;
}

span.slide-text-title {
    font-size: 29px;
    color: #fff;
}

span.slide-text-content {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

.slider_text_block span:not(:last-child) {
    margin-bottom: 10px;
}
span.slide-text-price {
    font-size: 24px;
    color: #fff;
}
.slide-content {
	position: absolute;
    display: block;
    width: 100%;
    top: 26%;
    left: 20.5%;
}


.slide-title {
    font-size: 3.1vw;
    font-weight: bold;

}
.slide-title span {
	font-size: 2.3vw;
    margin-top: 6%;
    margin-left: 1%;
    display: block;
}
.slide-description {
	font-size: 1.5vw;
	margin-top: 10px;
	
}
.slide-description span {
	margin-left: 10%;
}

thead {
    background-color: #7EB43C;
    border: solid 1px #7EB43C;
}

thead td, thead th {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

table {
    width: 100%;
}

tbody td, tbody th {
    border: solid 1px #EAEAEA;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    text-align: center;
    padding: 7px 7px;
    box-sizing: border-box;
}

tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}
b {
    font-weight: bold;
}

.text_left {
    text-align: left;
    padding-left: 22px;
    padding-right: 22px;
}
.block_body p {
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px;
}

.block_body h2 {
    font-family: Raleway;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    margin-top: 22px;
    margin-bottom: 19px;
}

.block_body ul.style_list li,
.block_body ol.style_list li {
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    padding-left: 33px;
    position: relative;
}

.block_body ul.style_list li:not(:last-child), 
.block_body ol.style_list li:not(:last-child) {
    margin-bottom: 13px;
}

.block_body ul.style_list, .block_body ol.style_list {
    margin-bottom: 13px;
}
ol.style_list{
  counter-reset: listCounter;
}

ol.style_list li:before {
  counter-increment: listCounter;
  content:counter(listCounter) '.';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #7EB43C;
  position: absolute;
  left: 0;
}
ul.style_list li:before {
  content:'';
  background-image: url('../images/uil_check-circle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.warning_wrap {
	background-image: url('../images/error.svg');
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 35px center;
	background-color: rgba(64, 141, 228, 0.15);
	padding: 30px 25px 32px 100px;
	margin-top: 32px;
	color: #575757;
	font-size: 16px;
	line-height: 24px;
}
label.optionProductVal input:disabled + span.optionVal, label.optionProductImg input:disabled + span {
    opacity: .5;
    position: relative;
    cursor: default;
}

label.optionProductVal input:disabled + span.optionVal:before, label.optionProductImg input:disabled + span:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(19deg);
    background-color: rgba(34, 34, 34, 0.53);
}
ul.toolbar-menu li a.authorization-button:hover {
    background-color: #7EB43C;
    color: #fff;
}
ul.footerColumnMenu a:hover {
    color: #7eb43c;
}
.productDetailedBuy a {
    background-color: #7EB43C;
}

.productDetailedBuy a:hover {
    background-color: #6BA228;
}

.productDetailedQuick a:hover {
    background-color: #6BA128;
    color: #fff;
}

.insocnet ul li a:hover {
    background-color: #fdb624;
}
.quickOrderRow input[type="button"]:hover {
    background-color: #F2F2F2;
}

.headsearch button:hover {
    background-color: #F2F2F2;
}
span.copyrightStudia a b:hover {
    text-decoration: none;
}
.mainmenucategory:hover a#mmcopen {
    background-color: #6BA228;
}
ul.prodTabWindowBlock > li .productDescription ul li,
/* .text-content ul li { */
    /* border-bottom: none; */
    /* color: #444; */
    /* margin-bottom: 6px; */
    /* padding-bottom: 0; */
/* } */
/* .text-content ul { */
	/* margin-bottom: 20px; */
/* } */
/* .text-content ul li:before, */
/* .text-content ol li:before { */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin-right: 8px; */
    /* color: #7eb43c; */
/* } */
/* .text-content ul>li:before { */
	/* content: "\f00c"; */
	/* font-family: "Font Awesome 5 Pro"; */
/* } */

footer a.logo {
    display: block;
    height: auto;
}
.optionProductStatic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
}

.prodFeatureBlock .optionProductStatic .optionName,
.prodFeatureBlock .optionProductStatic .optionValue,
.tabExtra .optionProductStatic .optionName,
.tabExtra .optionProductStatic .optionValue {
    margin: 0;
    font-weight: 400;
    text-transform: none;
    position: relative;
    font-size: 15px;
    color: #777777;
}

.prodFeatureBlock .optionProductStatic .optionName:after,
.tabExtra .optionProductStatic .optionName:after {
	content: "";
	display: block;
	width: calc(100% - 6px);
	position: absolute;
	border-bottom: dashed 1px rgb(208 208 208);
	bottom: 2px;
	left: 0;
}
.optionProductStatic .optionName span {
    position: relative;
    z-index: 1;
    padding-right: 6px;
    font-size: 15px;
    color: #444444;
}

.optionProductStatic .optionName span:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}
.line_pictures {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul:not([class]) {
    margin-bottom: 10px;
}
ul:not([class]) li {
    position: relative;
}
ul:not([class]) li:before {
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #7eb43c;
    border-radius: 50%;
}

ul:not([class]) li:not(:last-child) {
    margin-bottom: 4px;
}
.cost_wrap {
    text-align: center;
}

.cost_text, .deliv_text {
    display: block;
    text-align: center;
}

.deliv_text {
    white-space: nowrap;
}

div#shipping tr td[align="right"] {
    text-align: center;
}

.cost_text {
    text-decoration: line-through;
    font-size: 12px;
}

div#shipping tr td {
    vertical-align: middle;
}
div#shipping tr td:first-child {
    vertical-align: top;
}
ul.header_icon_social, ul.footer_icon_social {
    display: flex;
    align-items: center;
}
ul.header_icon_social li:not(:last-child) {
    margin-right: 8px;
} 
ul.footer_icon_social li:not(:last-child) {
    margin-right: 8px;
	margin-bottom: 0;
} 
ul.header_icon_social li a {
    font-size: 19px;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
}
ul.footer_icon_social li a {
    font-size: 15px;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
}
ul.header_icon_social li a,
ul.footer_icon_social li a {
	 color: #fff;
}
ul.header_icon_social li.telegram_icon a,
ul.footer_icon_social li.telegram_icon a {
	background-color: #27AED6;
}
ul.header_icon_social li.viber_icon a,
ul.footer_icon_social li.viber_icon a {
	background-color: #7D519E;
}
ul.header_icon_social li.whatsapp_icon a,
ul.footer_icon_social li.whatsapp_icon a {
	background-color: #39AA44;
}
ul.header_icon_social li.skype_icon a,
ul.footer_icon_social li.skype_icon a {
	background-color: #429BD0;
}
ul.header_icon_social li.email_icon a,
ul.footer_icon_social li.email_icon a {
	background-color: #3A6298;
}
ul.header_icon_social li a:hover,
ul.footer_icon_social li a:hover {
    background-color: #3b83d4;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 13%);
}
.contact_icon_social {
    margin-top: 15px;
}
.shipping-description,
.payment-description {
    font-size: 12px;
    margin-top: 6px;
    color: #7EB43C;
}
.shipping-email_comments_text,
.payment-email_comments_text {
    font-size: 11px;
    margin-top: 6px;
    color: #20272f;
}
.shipping-address {
    margin-top: 10px;
}
.shipping-address label, .shipping-address textarea {
    display: block;
    width: 100%;
}

.shipping-address label {
    margin-top: 12px;
    margin-bottom: 3px;
}
div#shipping, div#payment {
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 18px 10px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 18px;
}
#shipping label, #shipping input,
#payment label, #payment input {
	cursor: pointer;
	display: block;
}
#shipping tr, #payment tr {
	background: none;
}
.about_store_info {
    display: grid;
    grid-template-columns: 560px 1fr;
    grid-column-gap: 22px;
    margin-bottom: 40px;
}

.about_store_map_info {
    position: absolute;
    top: 50%;
    right: 66px;
    transform: translateY(-50%);
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
    padding: 48px 34px;
}

.about_store_map {
    position: relative;
}
.about_store_map_info_title {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #222;
}

.about_store_map_info ul {
    margin-bottom: 0;
    column-count: 2;
    margin-top: 24px;
}
.about_store_info_certificate {
	background-image: url('../../images/certificate.svg');
	background-repeat: no-repeat;
	padding-left: 58px;
	background-size: 45px 45px;
	background-position: left center;
	font-size: 15px;
	line-height: 21px;
	color: #444;
	padding-bottom: 6px;
	margin-top: 33px;
}
ul.about_store_gallery_list {
    display: flex;
}

.about_store_gallery_list li img {
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
}

.about_store_gallery_list li:last-child {
    margin-right: -12px;
}

.about_store_gallery {
    margin-top: 46px;
}
ul.about_store_document_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}

ul.about_store_document_list li a {
    display: flex;
    height: 510px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

ul.about_store_document_list li a img {
    max-width: 100%;
}

.about_store_document_title {
    font-family: "Raleway";
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 40px;
}
.show_all_extra {
    color: #7eb43c;
    font-size: 14px;
    border-bottom: solid 1px rgb(126 180 60 / 38%);
    margin-bottom: 19px;
    display: inline-block;
}

.show_all_extra:hover {
    border-bottom-color: transparent;
}


.text-content sub {
    font-size: calc(100% - 4px);
    vertical-align: sub;
}

.text-content sup {
    font-size: calc(100% - 4px);
    vertical-align: super;
}
/* .text-content strong { */
    /* font-weight: 500; */
/* } */
.text-content em {
    font-style: italic;
}
.text-content u {
    text-decoration: underline;
}
ol:not([class]) {
	counter-reset: counter;
	margin-bottom: 10px;
}
ol:not([class]) li {
    position: relative;
}
ol:not([class]) li:before {
    counter-increment: counter;
    content: counter(counter) ")";
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px;
    color: #7eb43c;
}

ol:not([class]) li:not(:last-child) {
    margin-bottom: 4px;
}
::marker {
    font-size: 0;
}



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

	.radio_icon img, .checkbox_icon img {
		max-width: 40px;
		max-height: 40px;
		padding: 2px 2px;
		box-sizing: border-box;
		border: solid 1px #cccccc;
		box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 10%);
		border-radius: 3px;
	}
	.radio_icon input:disabled + img, .checkbox_icon input:disabled + img {
		opacity: .4;
		cursor: default;
	}
	.radio_icon input[type="radio"]:checked + img, .checkbox_icon input[type="checkbox"]:checked + img {
		border-color: #3b83d4;
	}

	
	
.filter-item-tip {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
	cursor: default;
}
.filter-item-tip:before {
	display: block;
	content: "?";
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background: #00BFE8;
	border-radius: 50%;
	text-align: center;
}
.filter-item-tip>span {
	display: none;
	position: absolute;
	bottom: 100%;
	left: -10px;
	width: 180px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
	color: #888;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-transform: none;
	white-space: pre;
	z-index: 9999;
}
.filter-item-tip>span:after {
	position: absolute;
	display: block;
	content: "";
	top: 100%;
	left: 20px;
	width: 0px;
	height: 0px;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
}
.filter-item-tip:hover>span {
	display: block;
}

