@font-face{font-family:'CenturyGothic';src: url("../fonts/CenturyGothic.eot");src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");font-display: swap;}
@font-face{font-family:'MVideo-Bolda';src: url("../fonts/MVideo-Bold.eot");src: url("../fonts/MVideo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MVideo-Bold.woff2") format("woff2"), url("../fonts/MVideo-Bold.woff") format("woff"), url("../fonts/MVideo-Bold.ttf") format("truetype");font-display: swap;}
@font-face{font-family:'Segoe-UI-Semilight';src: url("../fonts/Segoe-UI-Semilight.eot");src: url("../fonts/Segoe-UI-Semilight.eot?#iefix") format("embedded-opentype"), url("../fonts/Segoe-UI-Semilight.woff2") format("woff2"), url("../fonts/Segoe-UI-Semilight.woff") format("woff"), url("../fonts/Segoe-UI-Semilight.ttf") format("truetype");font-display: swap;}
* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;color: transparent;vertical-align: bottom;}
button{border: 0; cursor: pointer;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family:'Segoe-UI-Semilight';}
b, strong, h1, h2, h3, h4, h5, h6{font-family:'MVideo-Bold';font-weight: bold;}
a{text-decoration: none;color: #333;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;transition:color 0.3s;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;transition:background 0.3s;}
a:hover, a:focus {color: #008a3d;}
*:focus{outline:0;}input::-webkit-input-placeholder {color: #000;}input::-moz-placeholder {color: #000;}input:-ms-input-placeholder {color: #000;}input:-moz-placeholder {color: #000;}textarea::-webkit-input-placeholder {color: #000;}textarea::-moz-placeholder {color: #000;}textarea:-ms-input-placeholder {color: #000;}textarea:-moz-placeholder {color: #000;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
	font-family:'Segoe-UI-Semilight';
	min-width: 320px;
    transition:all 500ms ease-in-out;
}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrapper {
	padding-top: 160px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.wrap{
	width: 1355px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width:1354px){
.wrap{
	width: 960px;
}
}
@media screen and (max-width:959px){
.wrapper {
    padding-top: 122px;
}
.wrap{
	width: 768px;
}
}
@media screen and (max-width:767px){
.wrap{
	width: 480px;
}
}
@media screen and (max-width:480px){
.wrapper {
    padding-top: 124px;
}
.wrap{
	width: 320px;
}
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 160px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.head_top {
    height: 110px;
    padding: 0 50px;
    background-repeat: no-repeat;
    background-position: center top;
}
.head_top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
}
.head_top_left {
    float: left;
    padding-top: 12px;
}
.head_menu ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}
.head_menu li {
    line-height: 1;
    padding-bottom: 14px;
    font-size: 15px;
}
.head_menu li:nth-child(1), .head_menu li:nth-child(5) {
    width: 120px;
}
.head_menu li:nth-child(2), .head_menu li:nth-child(6) {
    width: 80px;
}
.head_menu li:nth-child(3), .head_menu li:nth-child(7) {
    width:95px;
}
.head_menu li:nth-child(4), .head_menu li:nth-child(8) {
    width: 90px;
}
.head_menu li a:hover, .head_menu li.active a, .head_menu li.active span{
    color: #008a3d;
}
.head_menu_info_open {
	font-size: 0;
    padding-top: 25px;
    display: none;
}
.head_menu_info_open #nav-toggle {
    display: inline-block;
    width: 75px;
    height: 35px;
    cursor: pointer;
}
.head_menu_info_open #nav-toggle span{
    position:absolute;
    left:0;
    top:17px;
}
.head_menu_info_open #nav-toggle span, .head_menu_info_open #nav-toggle span:before, .head_menu_info_open #nav-toggle span:after{
    position:absolute;
    display:block;
    content: '';
    height: 2px;
    width: 75px;
    background: #b7b4b4;
    cursor: pointer;
    padding: 0;
}
.head_menu_info_open #nav-toggle span{width:50px;}
.head_menu_info_open #nav-toggle span:before{top:-14px;}
.head_menu_info_open #nav-toggle span:after{bottom:-14px;width: 35px;}
.head_menu_info_open #nav-toggle span, .head_menu_info_open #nav-toggle span:before, .head_menu_info_open #nav-toggle span:after{transition:all 500ms ease-in-out;}
.head_menu_info_open.active:hover #nav-toggle span, .head_menu_info_open.active #nav-toggle span{background:transparent;}
.head_menu_info_open.active #nav-toggle span:before, .head_menu_info_open.active #nav-toggle span:after{top:0;}
.head_menu_info_open.active #nav-toggle span:before{transform:rotate(45deg);width: 48px;}
.head_menu_info_open.active #nav-toggle span:after{transform:rotate(-45deg);width: 48px;}
.head_butt {display: none;}
.head_top_right {
    float: right;
    padding-top: 10px;
}
.head_menu_info {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 175px;
    z-index: 9999;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}
.head_menu_info li a, .head_menu_info li span {
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    border-top: 1.5px solid #f8f8f8;
}
.head_menu_info li:first-child a {
    border-top: 0;
}
.head_menu_info li.active a {
    color: #008a3d;
}
.head_logo {
    display: table;
    margin: auto;
    font-size: 20px;
    text-align: center;
    padding-top: 26px;
    font-family:'CenturyGothic';
}
.page-lang-uk-UA .head_logo {
    font-size: 18px;
}
.head_logo strong {
    display: block;
    font-weight: 100;
    font-family:'CenturyGothic';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 6px;
}
.head_zakaz {
    float: right;
	z-index: 2;
}
.head_zakaz .webfactor_go {
    width: 200px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    font-family: 'CenturyGothic';
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #9d9898;
    background: rgba(249,249,249,1);
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(128,128,130,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(100%, rgba(128,128,130,1)));
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(128,128,130,1) 100%);
    background: -o-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(128,128,130,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(128,128,130,1) 100%);
    background: linear-gradient(to bottom, rgba(249,249,249,1) 0%, rgba(128,128,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#808082', GradientType=0 );
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.head_zakaz .webfactor_go:hover {
	background: rgba(128,128,130,1);
	background: -moz-linear-gradient(top, rgba(128,128,130,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,128,130,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(128,128,130,1) 0%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(128,128,130,1) 0%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(128,128,130,1) 0%, rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom, rgba(128,128,130,1) 0%, rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808082', endColorstr='#f9f9f9', GradientType=0 );
}
.head-social ul {
    display: flex;
    padding-top: 15px;
    flex-direction: row-reverse;
}
.head-social ul a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    background: #fff;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.head_contacts {
	z-index: 1;
    float: left;
    padding-right: 30px;
}
.head_contacts a {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: right;
}
.lang-inline {
    display: flex;
    justify-content: end;
}
.lang-inline li a {
    padding: 0 3px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    margin: 0;
}
.lang-inline li.lang-active a, .lang-inline li a:hover {
    border-bottom: 2px solid #aeaeae;
}

.head_catalog {
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.45);
    -moz-box-shadow: 0 1px 3px 0 rgba(50,50,50,0.45);
    box-shadow: 0 1px 3px 0 rgba(50,50,50,0.45);
}
.head_catalog .wrap {
    padding: 0;
}
.head_catalog ul {
    display: flex;
    margin: auto;
    height: 50px;
    align-items: center;
    justify-content: space-between;
}
.head_catalog ul li {
    position: relative;
}
.head_catalog ul li.item-149 {
    display: none;
}
.head_catalog ul li a, .head_catalog ul li span {
    padding: 0 8px;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    border-left: 1px solid #333;
    line-height: 16px;
    font-size: 15.8px;
    display: flex;
    align-items: center;
    min-height: 32px;
    text-align: center;
}
.head_catalog ul li.active>a, .head_catalog ul li.active>span {
    color: #008a3d;
}
.head_catalog ul.menu>li:first-child>a, .head_catalog ul.menu>li:first-child>span {
	padding: 0 8px 0 0;
	border-left: 0;
}
.head_catalog ul.menu>li:last-child>a, .head_catalog ul.menu>li:last-child>span {
	padding: 0 0 0 8px;
}
.head_catalog ul li ul {
    position: absolute;
    display: none;
    height: initial;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    z-index: 999;
    left: 0;
    top: 41px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.head_catalog ul li:hover ul {
	display: block;
}
.head_catalog ul li ul:before {
	content: '';
	width: 100%;
	height: 12px;
	position: absolute;
	display: block;
    top: -12px;
}
.head_catalog ul li ul li:nth-child(1n+2) {
	border-top: 1px solid #eee;
}
.head_catalog ul li ul li a, .head_catalog ul li ul li span {
    display: block;
    text-align: left;
    min-height: initial;
    padding: 10px;
    border: 0;
}
@media screen and (min-width:1920px){
.head_top {
    background-size: cover;
}
}
@media screen and (max-width:1354px){
	.head_zakaz {
	    display: none;
	}
	.head_contacts {
	    margin-right: 0;
	}
	.head_catalog ul li a, .head_catalog ul li span {
	    padding: 0 14px;
	    font-size: 14px;
	}
	.head_catalog ul li.item-215 a, .head_catalog ul li.item-215 span {
		padding-right: 0;
	}
	.head_catalog ul.menu>li:first-child>a, .head_catalog ul.menu>li:first-child>span {
	    padding: 0 14px 0 0;
	}
}
@media screen and (max-width:959px){
	.head_menu, .head_contacts a:last-child {
	    display: none;
	}
	.head_contacts .lang-inline li a {
	    display: initial;
	}
	.header, .head_top {
	    height: 122px;
    	background-size: cover;
	}
	.head_logo {
	    padding-top: 10px;
    	float: left;
	}
	.head_menu_info_open {
	    padding-top: 10px;
    	display: none;
	}
	.head_top_right {
	    padding-top: 16px;
	}
	.head_menu_info {
	    top: 78px;
	}
	.head_catalog, .head_menu_info {
	    position: fixed;
	    display: block;
	    top: 122px;
	    bottom: 0;
	    left: -100%;
	    width: 100%;
	    height: initial;
	    -moz-transition: all 0.6s ease-out;
	    -o-transition: all 0.6s ease-out;
	    -webkit-transition: all 0.6s ease-out;
	    transition: all 0.6s ease-out;
    	overflow-x: auto;
	}
	.head_catalog.active, .head_menu_info.active {
	    left: 0;
	}
	.head_catalog ul {
	    display: block;
	    height: initial;
	}
	.head_catalog ul li, .head_menu_info ul li {
	    width: 100%;
	}
	.head_catalog ul li a, .head_catalog ul.menu>li:last-child>a, .head_catalog ul.menu>li:first-child>a, .head_menu_info ul li a, .head_menu_info ul li:first-child a, .head_menu_info ul li:last-child a, .head_catalog ul li span, .head_catalog ul.menu>li:last-child>span, .head_catalog ul.menu>li:first-child>span, .head_menu_info ul li span, .head_menu_info ul li:first-child span, .head_menu_info ul li:last-child span {
	    padding: 15px;
	    font-size: 16px;
	    border: 0;
	    border-bottom: 1px solid #eee;
    	text-transform: initial;
	}
.head_catalog ul li ul {
    position: relative;
    display: block;
    height: initial;
    background: transparent;
    padding-left: 15px;
    border: 0;
    z-index: initial;
    left: initial;
    top: initial;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
	.head_butt {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 10px 0;
	    border-top: 1px solid #eee;
	    margin-top: 6px;
	}
	.head_butt #nav-toggle{display:inline-block;width:35px;height:25px;float: left;margin-right: 10px;}
	.head_butt .menu_open #nav-toggle{float: right;margin: 0 0 0 10px;}
	.head_butt #nav-toggle span{position:absolute;left:0;top:10px;}
	.head_butt #nav-toggle span,
	.head_butt #nav-toggle span:before,
	.head_butt #nav-toggle span:after{position:absolute;display:block;content:'';height:5px;width:35px;background:#333;border-radius:1px;cursor:pointer;}
	.head_butt #nav-toggle span:before{top:-10px;}
	.head_butt #nav-toggle span:after{bottom:-10px;}
	.head_butt #nav-toggle span, .head_butt #nav-toggle span:before, .head_butt #nav-toggle span:after{transition:all 500ms ease-in-out;}
	.head_butt #nav-toggle.active span{background-color:transparent;}
	.head_butt #nav-toggle.active span:before, .head_butt #nav-toggle.active span:after{top:0;}
	.head_butt #nav-toggle.active span:before{transform:rotate(45deg);}
	.head_butt #nav-toggle.active span:after{transform:rotate(-45deg);}
	.menu_open {
	    float: right;
	    cursor: pointer;
	}
	.catalog_open {
	    cursor: pointer;
	    float: left;
	}
}
@media screen and (max-width:767px){
	.head_top {
	    background: rgba(255, 255, 255, .8);
	}
}
@media screen and (max-width:480px){
	.header, .head_top {
	    height: 114px;
	}
	.head_top {
	    padding: 0 10px;
	}
	.head_top_left {
	    padding-top: 2px;
	}
	.head_top_right {
	    padding-top: 12px;
	}
	.head_contacts a {
	    font-size: 16px;
	}
	.head_logo {
	    font-size: 16px;
	    padding-top: 2px;
	}
	.head_logo strong {
	    font-size: 28px;
	    line-height: initial;
	    margin-bottom: 0;
	}
	.head_menu_info, .head_catalog {
	    top: 114px;
	}
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}
.banner_top {
    height: 384px;
    background-color: #f8f8f4;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.banner_top .custom {
    padding: 80px 0 0 90px;
}
.banner_top ul {
	padding-bottom: 12px;
}
.banner_top ul li {
    font-weight: bold;
    font-family: 'MVideo-Bold';
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.banner_top ul li:before {
	content: '-';
    left: -18px;
    position: absolute;
}
.banner_top .webfactor_go {
    width: 234px;
    height: 42px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    background: #7d8367;
    border-radius: 6px;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 20px;
    border: 2px solid #7d8367;
}
.banner_top .webfactor_go:hover {
    color: #7d8367;
    background: #fff;
}
@media screen and (max-width:959px){
	.banner_top {
	    background-size: cover;
	}
}
@media screen and (max-width:767px){
	.banner_top {
	    height: initial;
	}
    .banner_top .custom {
	    padding: 30px 0 30px 20px;
	}
	.banner_top ul li {
	    font-size: 18px;
	}
	.banner_top ul li:before {
	    left: 0;
	}
}
@media screen and (max-width:480px){
	.banner_top .custom {
	    padding: 15px 0 15px;
	}
	.banner_top ul li {
	    font-size: 16px;
        padding-left: 16px;
	}
	.banner_top .webfactor_go {
	    width: initial;
	    height: 32px;
	    line-height: 32px;
	    border-radius: 4px;
	    font-size: 16px;
	    border: 1px solid #7d8367;
	}
}
.breadcrumbs_wrap {
    padding: 15px 10px;
}
.breadcrumbs_wrap li {
    float: left;
    padding-right: 3px;
    font-size: 14px;
}
.content_block {
    background: #fdfcf9;
    margin-bottom: 40px;
}
.content.video, .content.raboty {
    background: rgba(255, 255, 255, .8);
}
.content.raboty .content_block, .content.video .content_block {
    background: transparent;
}

.category_wrap {
    padding: 0 28px;
}
.category_wrap h1 {
    font-size: 20px;
    color: #333;
    padding-bottom: 6px;
}
.category_wrap .category_item_wrap {
    padding-bottom: 36.5px;
}
.category_wrap .category_item_wrap .category_item {
    float: left;
    width: 402px;
    margin-left: 36.5px;
    border: 1px solid #cdcdcd;
    background: #fff;
}
.category_wrap .category_item_wrap .category_item:hover { 
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
}
.category_wrap .category_item_wrap .category_item:first-child {
    margin-left: 0;
}
.category_wrap .category_item_34, .category_wrap .category_item_35 {
	display: none;
}
.category_item_name a {
    font-family: 'MVideo-Bold';
    font-weight: bold;
    padding: 0 10px;
    font-size: 15.8px;
    display: flex;
    height: 60px;
    align-items: center;
}
.category_item_img {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.category_item_butt {
    float: right;
    padding: 41px 10px 41px 0;
}
.category_item_butt a {
    display: block;
    height: 36px;
    line-height: 37px;
    font-size: 14px;
    width: 118px;
    text-align: center;
    text-transform: uppercase;
    background: #7d8367;
    color: #fff;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    border-radius: 5px;
}
.category_item_butt a:hover {
    background: #008a3d;
}
.category_item_price {
    float: left;
    width: calc(100% - 138px);
    padding: 28px 0 5px 10px;
}
.category_item_price span.vm-price-desc {
    color: #008a3d;
    font-size: 18px;
    padding-right: 10px;
}
.category_item_price span.PricesalesPrice {
    font-size: 24px;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.category_item_info {
    float: left;
    width: calc(100% - 138px);
    padding-left: 10px;
}
.category_item_info li {
    float: left;
    font-size: 14px;
    border-left: 1px solid #cdcdcd;
    padding: 0 5px;
    line-height: 14px;
}
.category_item_info li:first-child {
    border-left: 0;
    padding: 0 5px 0 0;
}
@media screen and (max-width:1354px){
	.category_wrap {
	    padding: 0;
	}
	.category_wrap .category_item_wrap {
	    padding-bottom: 15px;
	}
	.category_wrap .category_item_wrap .category_item {
	    width: 303px;
	    margin-left: 15px;
	}
	.category_item_name a {
	    font-size: 15px;
	}
	.category_item_butt {
	    display: none;
	}
	.category_item_price {
	    width: 100%;
	    padding: 18px 0 5px 10px;
	}
	.category_item_info {
	    width: 100%;
	    padding-bottom: 20px;
	}
}
@media screen and (max-width:959px){
	.category_wrap .category_item_wrap {
	    padding-bottom: 0;
	}
	.category_wrap .category_item_wrap .category_item {
	    width: 100%;
	    margin: 0 0 15px;
	}
	.category_item_img {
	    width: 50%;
	    float: left;
	    border: 0;
	}
	.category_item_price, .category_item_info, .category_item_name {
	    width: 49%;
	    padding: 0;
	    float: right;
	}
	.category_item_price {
		padding-bottom: 10px;
	}
	.category_item_name a {
	    font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.category_item_price, .category_item_info, .category_item_name {
	    width: 100%;
	}
	.category_item_price {
	    padding: 10px;
	}
	.category_item_info {
		padding: 0 10px 15px;
	}
	.category_item_img {
		width: 100%;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	}
}
@media screen and (max-width:480px){

}

.product_wrap {
    padding: 0 10px;
}
.product_top {
    padding-bottom: 40px;
}
.product_top_left {
    width: calc(100% - 394px);
    float: left;
}
.product_img_default {
    width: 750px;
    float: right;
}
.product_img_priew {
	width: 150px;
	float: left;
}
.product_img_priew .product_img_priew_a {
	margin-bottom: 18px;
}
.product_img_default img, .product_img_priew img {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}
.product_img_default img, .product_img_priew img {
    width: 100%;
}
.product_top_left .fa-long-arrow-down {
    text-align: center;
    display: block;
    font-size: 34px;
}
.product_top_right {
    width: 360px;
    float: right;
}
.product_top_right h1 {
    font-size: 18px;
    padding-bottom: 30px;
}
.product_top_right .product-fields:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    border-top: 1px dashed #d3d6d7;
}
.product_top_right .product-fields {
    font-size: 16px;
    padding-bottom: 6px;
}
.product_top_right .product-fields .product-fields-title-wrapper {
    float: left;
    line-height: 22px;
    padding-right: 5px;
    background: #fdfcf9;
}
.product_top_right .product-fields .product-field-display {
    float: right;
    line-height: 22px;
    padding-left: 5px;
    background: #fdfcf9;
}
.product_top_right .product-price {
    height: 40px;
    overflow: hidden;
    margin: 30px 0;
}
.product_top_right span.vm-price-desc {
    float: left;
    line-height: 50px;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    color: #7f7f7f;
    font-size: 18px;
}
.product_top_right span.PricesalesPrice {
    line-height: 40px;
    float: right;
    color: #69410d;
    font-size: 35px;
    font-weight: 700;
    color: #000;
}
.product_butt .webfactor_blue {
    float: left;
    width: calc(50% - 10px);
}
.product_butt .webfactor_blue:first-child {
    float: right;
}
.product_butt .webfactor_go[data-id="webfactor_go-141"], .product_butt .webfactor_go[data-id="webfactor_go-166"] {
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #9d9898;
    background: #fff;
    letter-spacing: .5px;
}
.product_butt .webfactor_go[data-id="webfactor_go-141"]:hover, .product_butt .webfactor_go[data-id="webfactor_go-166"]:hover {
    color: #008a3d;
}
.product_butt .webfactor_go[data-id="webfactor_go-140"], .product_butt .webfactor_go[data-id="webfactor_go-165"] {
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 34px;
    text-align: center;
    background: #7e8365;
    font-size: 16px;
    color: #fff;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: .5px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.product_butt .webfactor_go[data-id="webfactor_go-140"]:hover, .product_butt .webfactor_go[data-id="webfactor_go-165"]:hover {
    background: #008a3d;
}

.product_bott {
    padding-bottom: 40px;
}
.product_bott_left {
    width: calc(100% - 400px);
    float: left;
}
.product_bott_left .product_nav {
    border-bottom: 1px solid #e4e4e4;
}
.product_bott_left .product_nav li {
    float: left;
    line-height: 50px;
    padding-left: 24px;
}
.product_bott_left .product_nav li:first-child {
    padding-left: 0;
}
.product_bott_left .product_nav li a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
    font-size: 14px;
}
.product_bott_left .product_nav li a.active {
    color: #008a3d;
    font-weight: 700;
}
.product_bott_left .product_nav li a.active:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product_tabs {
    display: none;
    padding: 20px 20px 8px;
    border: 1px solid #e4e4e4;
    border-top: 0;
    margin-bottom: 30px;
    min-height: 222px;
}
.product_tabs.active {
    display: block;
}
.product_bott_left .product_tabs h2 {
    padding-bottom: 12px;
    font-size: 18px;
}
.product_bott_left .product_tabs p {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: justify;
}
.product_bott_left .product_tabs p span {
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.product_bott_left .product_tabs p a {
    text-decoration: underline;
}
.product_bott_left .product_tabs p a:hover {
    text-decoration: none;
}
.product_bott_left .product_tabs ul {
    list-style: disc;
    padding-left: 20px;
}
.product_bott_left .product_tabs ol {
    padding: 0 0 8px 16px;
    text-align: justify;
    font-family: 'MVideo-Bold';
}
.product_bott_left .product_tabs ul li, .product_bott_left .product_tabs ol li {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: justify;
}
.product_bott_left .product_tabs#product_tabs_4 li {
    list-style-type: disc;
}
.product_bott_left .product_tabs ul li p, .product_bott_left .product_tabs ol li p {
    padding-bottom: 0;
    font-family: 'Segoe-UI-Semilight';
}
.product_options {
    width: 100%;
    float: left;
    max-width: 746px;
    font-size: 14px;
    padding: 0 0 10px; 
    overflow-y: auto;
}
.product_options::-webkit-scrollbar-button{width:10px;height:10px;background:#333;cursor: pointer;}
.product_options::-webkit-scrollbar-track{background-color:#333;}
.product_options::-webkit-scrollbar-thumb{background:#f33924;cursor: pointer;}
.product_options::-webkit-resizer{width:10px;height:10px}
.product_options::-webkit-scrollbar{width:10px;height:10px;cursor: pointer;}
.product_options table{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.product_options table th, .product_options table td{
	position: relative;
    padding: 5px 0;
    border: 0;
}
.product_options table th:first-child, .product_options table td:first-child {
    display: flex;
    white-space: nowrap;
    align-items: end;
}
.product_options table th:first-child:before, .product_options table td:first-child:before {
    content: '';
    border-top: 1px dashed #d3d6d7;
    width: 100%;
    order: 2;
    margin: 0 3px 3px;
}
.product_options table th p, .product_options table td p {
    padding: 0;
    background: #fdfcf9;
    display: inline;
    position: relative;
}
.product_options table th:first-child p, .product_options table td:first-child p {
    padding: 0 5px 0 0;
}
.product_options table th:last-child p, .product_options table td:last-child p {
    padding: 0 0 0 5px;
}

.product_tabl {
    overflow-y: auto;
}
.product_tabl::-webkit-scrollbar-button{width:10px;height:10px;background:#333;cursor: pointer;}
.product_tabl::-webkit-scrollbar-track{background-color:#333;}
.product_tabl::-webkit-scrollbar-thumb{background:#008a3d;cursor: pointer;}
.product_tabl::-webkit-resizer{width:10px;height:10px}
.product_tabl::-webkit-scrollbar{width:10px;height:10px;cursor: pointer;}
.product_tabl p {
    font-size: 16px;
    padding-bottom: 12px;
}
.product_tabl table, .product_recomend_tabl table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.product_recomend_tabl table {
    max-width: 600px;
}
.product_tabl table:last-child {
    margin-bottom: 0;
}
.product_recomend_tabl {
    overflow-y: auto;
}
.product_recomend_tabl::-webkit-scrollbar-button{width:10px;height:10px;background:#333;cursor: pointer;}
.product_recomend_tabl::-webkit-scrollbar-track{background-color:#333;}
.product_recomend_tabl::-webkit-scrollbar-thumb{background:#008a3d;cursor: pointer;}
.product_recomend_tabl::-webkit-resizer{width:10px;height:10px}
.product_recomend_tabl::-webkit-scrollbar{width:10px;height:10px;cursor: pointer;}
.product_recomend_tabl table:last-child {
    margin-bottom: 15px;
}
.product_tabl table th, .product_tabl table td, .product_recomend_tabl table th, .product_recomend_tabl table td {
    border: 1px solid #d7d5d5;
    padding: 9px 10px;
    font-size: 14px;
    text-align: center;
    width: 12%;
    background: transparent;
}
#product_79 .product_recomend_tabl table td {
 padding: 6px 10px;
}
.product_recomend_tabl table th, .product_recomend_tabl table td {
    border: 1px dashed #d7d5d5;
}
.product_tabl table.tabl_mini_height th, .product_tabl table.tabl_mini_height td {
    padding: 4px 10px;
}
.product_tabl table th, .product_tabl table td span, .product_recomend_tabl table th, .product_recomend_tabl table td span{
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.product_tabl a {
    text-decoration: underline;
}
.product_tabl a:hover {
    text-decoration: none;
}
.product_tabl.productdetails_tabl_dop {
    overflow: initial;
    padding-top: 16px;
}
.product_tabl .dop_table .dop_table_open {
    font-family: 'MVideo-Bold';
    font-weight: bold;
    cursor: pointer;
}
.product_tabl .dop_table .dop_table_open:before {
    content: "\f15c";
    color: #016f38;
    border: 1px solid #ccc;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    font-size: 22px;
    margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    line-height: 30px;
}
.product_tabl .dop_table_content {
    padding-top: 16px;
    display: none;
    width: 100%;
    overflow-y: auto;
}
.product_tabl .dop_table_content::-webkit-scrollbar-button{width:10px;height:10px;background:#333;cursor: pointer;}
.product_tabl .dop_table_content::-webkit-scrollbar-track{background-color:#333;}
.product_tabl .dop_table_content::-webkit-scrollbar-thumb{background:#008a3d;cursor: pointer;}
.product_tabl .dop_table_content::-webkit-resizer{width:10px;height:10px}
.product_tabl .dop_table_content::-webkit-scrollbar{width:10px;height:10px;cursor: pointer;}

.product_bott_left .product_tabs .product_files ul {
    padding: 0;
}
.product_files li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    list-style: none;
}
#productdetails_tabs_3 .product_files li {
    width: 50%;
}
.product_files li a{
    font-weight: 300;
    color: #000;
    line-height: 31px;
    font-size: 14px;
    position: relative;
}
.product_files li a:hover{
    color: #008a3d;
}
.product_files li a:before{
    content: "\f1c1";
    font-family: 'Font Awesome 5 Pro';
    color: #008a3d;
    border: 1px solid #ccc;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-radius: 2px;
    font-size: 22px;
    margin-right: 10px;
    font-weight: 300;
}
.product_files li a.file-archive:before{
    content: "\f1c6";
}

.product_bott_right {
    width: 360px;
    float: right;
    padding-top: 13px;
}
.product_bott_right .product-field-display p {
    padding-bottom: 15px;
}
.product_bott_right .product-field-display .youtube {
    border: 1px solid #cccccc;
}
.product_bott_right .product-field-display iframe {
    min-height: 204px;
    border: 0;
    margin-bottom: 30px;
}
.product_bott_right .product-field-display .youtube, .product_bott_right .product-field-display .lazyload {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    margin-bottom: 30px;
}
.product_bott_right .product-field-display .lazyload {
    height: 220px;
}
.product_bott_right .product-field-display .youtube {
    height: 204px;
}
.ask-a-question.bold {
    display: none;
}
@media screen and (max-width:1354px){
	.product_img_default {
	    width: 440px;
	}
	.product_img_priew {
	    width: 80px;
	}
	.product_img_priew .product_img_priew_a {
	    margin-bottom: 5px;
	}
	.product_bott_left, .product_bott_right {
	    width: 100%;
	}
	.product_bott_right .product-field-display iframe {
	    min-height: 518px;
	}
	.product_bott_right .product-field-display .youtube {
	    height: 518px;
	}
	.product_bott_right .product-field-display .lazyload {
	    height: initial;
	}
}
@media screen and (max-width:959px){
	.product_top_left {
	    width: 100%;
	}
	.product_img_default {
	    width: 590px;
	}
	.product_img_priew {
	    width: 130px;
	}
	.product_top_right {
	    width: 100%;
	    padding-top: 30px;
	}
	.product_bott_left .product_nav li {
	    padding-left: 10px;
	}
	.product_bott_right .product-field-display iframe {
	    min-height: 410px;
	}
	.product_bott_right .product-field-display .youtube {
	    height: 410px;
	}
}
@media screen and (max-width:767px){
	.product_wrap {
	    padding: 0;
	}
	.product_img_default {
	    width: 100%;
	    padding-bottom: 10px;
	}
	.product_img_priew {
	    width: 100%;
	}
	.product_img_priew .product_img_priew_a {
	    margin: 0 5px 0 0;
	    width: 20%;
	    float: left;
	}
	.product_info {
	    float: left;
	    width: 15%;
	}
	.product_top_left .fa-long-arrow-down {
	    line-height: 66px;
	}
	.product_bott_left .product_nav li, .product_bott_left .product_nav li:first-child {
	    padding: 0;
	    width: 100%;
	}
	.product_bott_left .product_nav li a {
	    display: block;
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 0;
	    font-size: 14px;
	    line-height: initial;
	    padding: 5px 10px;
	    border: 1px solid #dcd8d8;
	    border-top: 0;
	}
	.product_bott_left .product_nav li:first-child a {
	    border-top: 1px solid #dcd8d8;
	    border-radius: 4px 4px 0 0;
	}
	.product_bott_left .product_nav li a.active:after {
		display: none;
	}
	.product_bott_left .product_nav {
	    border-bottom: 0;
	}
	.product_tabs {
	    padding: 10px 10px 0;
	    min-height: initial;
	    display: block;
	    border: 1px solid #e4e4e4;
	}
	.product_bott_right .product-field-display iframe {
	    min-height: 258px;
	}
	.product_bott_right .product-field-display .youtube {
	    height: 258px;
	}
    .product_tabl table td {
        white-space: nowrap;
    }
    .product_tabl .dop_table table tr:nth-child(2) td span, .product_tabl table tr:nth-child(1n+2) td:first-child {
        text-align: left;
    }
    .product_bott_left .product_tabs ul li {
        text-align: left;
    }
    .product_files li a {
        line-height: initial;
        padding-left: 42px;
        display: block;
        min-height: 32px;
    }
    .product_files li a:before {
        position: absolute;
        left: 0;
        top: 2px;
    }
    .product_options table th, .product_options table td {
        padding: 5px;
        border: 1px solid #eee;
        vertical-align: top;
    }
    .product_options table th:first-child:before, .product_options table td:first-child:before {
        display: none;
    }
    .product_options table th:first-child p, .product_options table td:first-child p, .product_options table th:last-child p, .product_options table td:last-child p {
        padding: 0;
    }
	.product_tabl .dop_table td:nth-child(2n+1) {
		text-align: left;
	}
	.product_tabl .dop_table .dop_table_open {
		min-height: 32px;
	    padding-left: 40px;
	    font-size: 14px;
	}
	.product_tabl .dop_table .dop_table_open:before {
	    margin-right: 0;
	    position: absolute;
	    left: 0;
	    top: 2px;
	}
	.product_recomend_tabl table tr:nth-child(1n+3) td {
	    white-space: nowrap;
	}
}
@media screen and (max-width:480px){
	.product_info {
	    width: 12%;
	}
	.product_top_left .fa-long-arrow-down {
	    line-height: 44px;
	}
	.product_butt .webfactor_go[data-id="webfactor_go-140"], .product_butt .webfactor_go[data-id="webfactor_go-165"] {
	    font-size: 16px;
	}
	.product_bott_right .product-field-display iframe {
	    min-height: 170px;
	}
	.product_bott_right .product-field-display .youtube {
	    height: 170px;
	}
    .product_tabl .align-tabl tr:nth-last-child(1n+2) td:first-child {
        text-align: left;
    }
    .product_tabl .align-tabl tr:nth-last-child(1n+2) td:last-child {
        text-align: right;
    }
    .product_tabl .align-tabl tr:first-child td:first-child {
        text-align: center;
    }
}

.home_catalog {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_catalog h1, .home_catalog h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    padding-bottom: 40px;
}
.home_catalog h1 {
    padding-bottom: 30px;
}
.home_catalog h1:after, .home_catalog h2:after {
    content: '';
    width: 310px;
    height: 5px;
    display: block;
    margin: 14px auto 0;
    background: #dadbc9;
}
.home_catalog_top {
    padding: 30px 112px 0;
    text-align: center;
}
.home_catalog_bott {
	padding-top: 26px;
}
.home_catalog_bott ul {
    padding: 0 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.home_catalog_bott ul li {
    width: calc(33.333% - 20px);
    padding-bottom: 60px;
}
.home_catalog_bott ul li:nth-child(3n+2) {
    margin: 0 30px;
}
.home_catalog_bott ul li a {
    color: #725039;
}
.home_catalog_bott ul li span {
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 20px;
    display: table;
    margin: 0 auto 8px;
}
.home_catalog_bott ul li img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.home_catalog_bott ul li a:hover img {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(178, 176, 173, 0.8);
    -moz-box-shadow: 0px 0px 12px 0px rgba(178, 176, 173, 0.8);
    box-shadow: 0px 0px 12px 0px rgba(178, 176, 173, 0.8);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.home_catalog_bott ul li p {
    padding-top: 10px;
    text-align: justify;
    line-height: 24px;
}
@media screen and (max-width:1354px){
	.home_catalog_top {
	    padding: 30px 0 0;
	}
	.home_catalog_bott ul {
	    padding: 0;
	}
}
@media screen and (max-width:959px){
	.home_catalog_bott ul li, .home_catalog_bott ul li:nth-child(3n+2) {
	    width: calc(50% - 10px);
	    margin: 0;
	}
	.home_catalog_bott ul li:nth-child(2n) {
		margin-left: 20px;
	}
}
@media screen and (max-width:767px){
	.home_catalog_bott ul li, .home_catalog_bott ul li:nth-child(3n+2), .home_catalog_bott ul li:nth-child(2n) {
	    width: 100%;
	    margin: 0;
	    text-align: center;
	}
}
@media screen and (max-width:480px){
	.home_catalog h1, .home_catalog h2 {
	    font-size: 20px;
	}
	.home_catalog h1:after, .home_catalog h2:after {
	    width: 100%;
	}
}

.home_podbor {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_podbor_top {
    padding: 30px 22px;
}
.home_podbor_top h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    padding-bottom: 30px;
}
.home_podbor_bott {
    display: flex;
    justify-content: center;
}
.home_podbor_item {
    width: 200px;
    padding-bottom: 20px;
    margin-left: 130px;
}
.home_podbor_item:first-child {
    margin-left: 0;
}
.home_podbor_item p {
    color: #725039;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
}
.home_podbor_item ul {
    color: #725039;
    list-style: disc;
    list-style-position: inside;
}
.home_podbor_item ul li {
	padding-bottom: 10px;
}
.home_podbor_item ul li a {
	font-size: 18px;
}
@media screen and (max-width:1354px){
	.home_podbor_bott {
	    flex-wrap: wrap;
	    width: 500px;
	    margin: 0 auto;
	}
	.home_podbor_item {
	    width: 50%;
	    margin-left: 0;
	}
}
@media screen and (max-width:767px){
	.home_podbor_bott {
	    width: 100%;
	}
	.home_podbor_item {
	    width: 100%;
	}
	.home_podbor_item p {
	    text-align: center;
	}
	.home_podbor_item ul {
	    display: table;
	    margin: 0 auto;
	}
}
@media screen and (max-width:480px){
	.home_podbor_top h2 {
	    font-size: 20px;
	    padding-bottom: 20px;
	}
}

.home_hits {
    margin-bottom: 40px;
    background: #808080;
}
.home_hits_butt {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.home_hits_butt button {
    font-size: 40px;
    background: transparent;
}
.home_hits_butt .home_hits_butt_left {
    float: left;
}
.home_hits_butt .home_hits_butt_right {
    float: right;
}
.home_hits h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    padding: 38px 0;
}
.home_hits .custom {
    padding: 0 30px 50px;
}
.home_hits_wrap {
	z-index: 3;
    overflow: hidden;
}
.home_hits_wrap .slick-list {
    margin: 0 -15px;
}
.home_hits_item {
	margin: 0 15px;
    float: left;
    text-align: center;
}
.home_hits_item .home_hits_img img{
	width: 405px;
}
.home_hits_name {
    display: table;
    margin: 15px auto;
    color: #fff;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.home_hits_price {
    display: table;
    margin: auto;
    color: #725039;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.home_hits_price span {
	font-size: 28px;
    color: #fff;
	padding-left: 10px;
}

.home_sale {
    margin-bottom: 40px;
    background: #5d5057;
}
.home_sale_butt {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.home_sale_butt button {
    font-size: 40px;
    background: transparent;
}
.home_sale_butt .home_sale_butt_left {
    float: left;
}
.home_sale_butt .home_sale_butt_right {
    float: right;
}
.home_sale h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    padding: 38px 0;
}
.home_sale .custom {
    padding: 0 30px 50px;
}
.home_sale_wrap {
	z-index: 3;
    overflow: hidden;
}
.home_sale_wrap .slick-list {
    margin: 0 -15px;
}
.home_sale_item {
	margin: 0 15px;
    float: left;
    text-align: center;
}
.home_sale_wrap .home_sale_img img{
	width: 405px;
}
.home_sale_name {
    display: table;
    margin: 15px auto;
    color: #fff;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.home_sale_price {
    display: table;
    margin: auto;
    color: #ef7734;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.home_sale_price span {
	padding-left: 10px;
	font-size: 28px;
    color: #fff;
    text-decoration: line-through;
}
.home_sale_new_price {
    font-size: 28px;
    text-align: right;
}
@media screen and (max-width:480px){
	.home_hits .custom, .home_sale .custom {
	    padding: 0 30px 30px;
	}
	.home_hits h2, .home_sale h2 {
	    font-size: 20px;
	    padding: 28px 0;
	}
}

.home_video {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_video_left {
    width: 770px;
    margin: 50px 0 50px 50px;
    float: left;
}
.home_video_left iframe {
    min-height: 390px;
    border: 0;
}
.home_video_left .youtube {
    height: 390px;
}
.home_video_right {
    float: right;
    width: 505px;
    padding-top: 100px;
}
.home_video_right p {
    font-family: 'MVideo-Bold';
    font-weight: bold;
    color: #333;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    padding-bottom: 30px;
}
.home_video_right a {
    display: block;
    margin: 0 auto;
    width: 228px;
    height: 138px;
    color: #333;
    border: 5px solid;
    border-radius: 15px;
    text-align: center;
    line-height: 124px;
    font-size: 100px;
}
.home_video_right a:hover {
    color: #008a3d;
}
@media screen and (max-width:1354px){
	.home_video_left {
	    margin: 0 auto;
	    float: none;
	    padding: 50px 0;
	}
	.home_video_right {
	    width: 100%;
	    padding: 0 0 80px;
	}
}
@media screen and (max-width:959px){
	.home_video_left {
	    padding: 10px 0;
	    width: 100%;
	}
	.home_video_right {
	    padding: 0 0 30px;
	}
}
@media screen and (max-width:767px){
	.home_video_left iframe {
	    min-height: 260px;
	}
	.home_video_left .youtube {
	    height: 260px;
	}
}
@media screen and (max-width:480px){
	.home_video_left iframe {
	    min-height: 174px;
	}
	.home_video_left .youtube {
	    height: 174px;
	}
	.home_video_right p {
	    font-size: 18px;
	    line-height: initial;
	    padding-bottom: 14px;
	}
}

.home_foto {
    margin-bottom: 40px;
    padding-bottom: 32px;
    background: #7d8367;
    text-align: center;
}
.home_foto h2 {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    padding: 38px 0;
}
.home_foto ul {
    padding: 0 14px 32px;
    overflow: hidden;
}
.home_foto ul li {
    float: left;
    width: 420px;
}
.home_foto ul li:nth-child(2) {
	margin: 0 23px;
}
.home_foto ul li img {
    width: 100%;
}
.home_foto a {
    display: table;
    margin: 0 auto;
    width: 238px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}
.home_foto a:after {
	content: '';
	border: 7px solid transparent;
	border-left: 7px solid;
    display: inline-block;
    margin-left: 5px;
}
@media screen and (max-width:1354px){
	.home_foto ul li {
	    width: calc(33.333% - 16px);
	}
}
@media screen and (max-width:767px){
	.home_foto ul {
	    padding: 0;
	}
	.home_foto ul li:nth-child(2), .home_foto ul li {
	    width: 100%;
	    margin: 0 0 30px;
	}
}
@media screen and (max-width:480px){
	.home_foto h2 {
	    font-size: 18px;
	    padding: 28px 0;
	}
}

.home_preim {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_preim h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    padding: 30px 0 50px;
}
.home_preim h2:after {
    content: '';
    width: 400px;
    height: 5px;
    display: block;
    margin: 14px auto 0;
    background: #dadbc9;
}
.home_preim ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1062px;
}
.home_preim ul li {
    height: 86px;
    margin-bottom: 68px;
    padding-left: 108px;
    position: relative;
}
.home_preim ul li:nth-child(3n+1) {
    width: 426px;
}
.home_preim ul li:nth-child(3n+2) {
    width: 370px;
}
.home_preim ul li:nth-child(3n+3) {
    width: 265px;
}
.home_preim ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    line-height: 92px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    color: #a9b2b7;
    background: #fff;
}
.home_preim ul li i.fa-user-cog:before, .home_preim ul li i.fa-edit:before, .fa-file-signature:before {
    margin-left: 10px;
}
.home_preim ul li i:after {
	content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    border: 1px dashed;
    border-radius: 50%;
}
.home_preim ul li p {
    color: #725039;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}
@media screen and (max-width:1354px){
	.home_preim ul {
	    width: 100%;
	}
	.home_preim ul li, .home_preim ul li:nth-child(1n+3), .home_preim ul li:nth-child(3n+3), .home_preim ul li:nth-child(3n+1), .home_preim ul li:nth-child(3n+2) {
	    width: 33.333%;
	    height: initial;
	    padding-left: 0;
	    text-align: center;
	}
	.home_preim ul li i {
	    position: relative;
	    left: initial;
	    top: initial;
	    margin: 0 auto 20px;
	}
	.home_preim ul li p {
	    top: initial;
	    transform: initial;
	    position: relative;
	}
}
@media screen and (max-width:767px){
	.home_preim ul li, .home_preim ul li:nth-child(1n+3), .home_preim ul li:nth-child(3n+3), .home_preim ul li:nth-child(3n+1), .home_preim ul li:nth-child(3n+2) {
	    width: 50%;
	}
	.home_preim ul li:last-child {
	    width: 100%;
	}
}
@media screen and (max-width:480px){
	.home_preim h2 {
	    font-size: 18px;
	    padding: 30px 0;
	}
	.home_preim h2:after {
	    width: 100%;
	}
	.home_preim ul li, .home_preim ul li:nth-child(1n+3), .home_preim ul li:nth-child(3n+3), .home_preim ul li:nth-child(3n+1), .home_preim ul li:nth-child(3n+2) {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.home_preim ul li i {
	    margin: 0 auto 10px;
	}
}

.home_reviews {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_reviews h2 {
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    padding: 30px 0;
}
.home_reviews_wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    padding: 0 20px 10px;
}
.home_reviews_item {
    width: calc(50% - 10px);
    padding: 20px 20px 30px 108px;
    border: 1px solid #d3cdcd;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.home_reviews_item:nth-child(2n) {
    margin-left: 20px;
}
.home_reviews_item:after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f4b6';
    display: block;
    color: #7d8367;
    left: 27px;
    top: 23px;
    font-size: 50px;
}
.home_reviews_desc {
    text-align: justify;
    padding-bottom: 10px;
}
.home_reviews_star {
    float: left;
    height: 18px;
}
.home_reviews_star img {
    vertical-align: top;
}
.home_reviews_data {
    float: right;
    line-height: 18px;
    padding-left: 22px;
}
.home_reviews_data:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f073';
    display: block;
    color: #aea8a8;
    position: absolute;
    left: 0;
    top: 0;
}
.home_reviews_name {
    float: right;
    padding-right: 20px;
    line-height: 18px;
}
@media screen and (max-width:959px){
	.home_reviews_item, .home_reviews_item:nth-child(2n) {
	    margin: 0 0 20px;
	    width: 100%;
	}
}
@media screen and (max-width:767px){
	.home_reviews_wrap {
	    padding: 0 0 10px;
	}
	.home_reviews_item, .home_reviews_item:nth-child(2n) {
	    padding: 134px 10px 10px;
	}
	.home_reviews_item:after {
	    left: 50%;
	    top: 6px;
	    font-size: 120px;
	    margin-left: -67.5px;
	}
}
@media screen and (max-width:480px){
	.home_reviews h2 {
	    font-size: 18px;
	}
}

.home_etaps {
	padding-top: 95px;
	padding-bottom: 30px;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_etaps ul {
    display: flex;
    padding-top: 90px;
    height: 270px;
    border: 2px dashed #008a3d;
    border-radius: 15px;
    text-align: center;
    margin: 0 20px;
}
.home_etaps ul li {
    width: 16.666%;
    padding: 0 12px;
    position: relative;
}
.home_etaps ul li:before {
	content: '';
	position: absolute;
	display: block;
    border: 10px solid transparent;
    border-left: 10px solid #008a3d;
    top: -100.6px;
    left: -6px;
}
.home_etaps ul li:first-child:before {
	display: none;
}
.home_etaps ul li i {
    position: absolute;
    margin-left: -55px;
    top: -150px;
    width: 110px;
    height: 110px;
    border-radius: 50% 50% 0 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #008a3d;
}
.home_etaps ul li:nth-child(1) i {
    background: #7fc39b;
}
.home_etaps ul li:nth-child(2) i {
    background: #66b989;
}
.home_etaps ul li:nth-child(3) i {
    background: #4aab75;
}
.home_etaps ul li:nth-child(4) i {
    background: #33a163;
}
.home_etaps ul li:nth-child(5) i {
    background: #199550;
}
.home_etaps ul li i:before {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    display: block;
    position: relative;
    margin: 16px;
    line-height: 78px;
    font-size: 30px;
}
.home_etaps ul li p strong {
	display: block;
	padding-bottom: 10px;
}
.home_etaps_bott {
    text-align: center;
}
.home_etaps_bott h2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Segoe-UI-Semilight';
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    width: 510px;
    margin: -23px auto 26px;
    background: #008a3d;
    position: relative;
}
.home_etaps_bott h2:before, .home_etaps_bott h2:after {
	content: '';
	position: absolute;
	display: block;
    border: 21px solid transparent;
    top: 0;
}
.home_etaps_bott h2:before {
    border-right: 21px solid #008a3d;
    left: -42px;
}
.home_etaps_bott h2:after {
    border-left: 21px solid #008a3d;
    right: -42px;
}
@media screen and (max-width:1354px){
	.home_etaps ul {
	    height: 300px;
	}
}
@media screen and (max-width:959px){
	.home_etaps ul {
	    height: initial;
	    flex-wrap: wrap;
	    padding: 40px 0;
	}
	.home_etaps ul li {
		width: 100%;
	    padding: 154px 12px 30px;
	}
	.home_etaps ul li:before {
	    display: none;
	}
	.home_etaps ul li i {
	    top: 0;
	}
	.home_etaps ul li p strong {
	    padding-bottom: 0;
	}
}
@media screen and (max-width:767px){
	.home_etaps {
	    padding-top: 30px;
	}
	.home_etaps .custom {
	    display: flex;
	    flex-wrap: wrap;
	}
	.home_etaps ul {
	    padding: 20px 0;
	    margin: 0;
	    order: 2;
	}
	.home_etaps_bott {
	    order: 1;
	    width: 100%;
	    padding: 0 20px 30px;
	}
	.home_etaps_bott h2 {
	    width: 100%;
	    margin: 0 auto 20px;
	}
}
@media screen and (max-width:480px){

}

.home_article {
    margin-bottom: 40px;
    background: rgba(255, 255, 255, .8);
}
.home_article .item-page {
    padding: 30px 20px 10px;
}
 .home_article h2 {
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 28px;
    padding: 30px 0;
}
 .home_article h3 {
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
}
.home_article p {
    text-align: justify;
    padding-bottom: 20px;
}
.home_article iframe {
    display: block;
    margin: 0 auto 30px;
}
.home_article table {
    margin-bottom: 20px;
}
.home_article table tr td, .home_article table tr th {
    padding: 10px 15px;
    border: 1px solid #d7d5d5;
    background: #fff;
}
.home_article table tr td:last-child, .home_article table tr th:last-child {
    text-align: right;
}
.home_article ul {
    list-style: disc;
    padding-left: 26px;
}
.home_article a {
    text-decoration: underline;
}
.home_article .likes-block_left {
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.home_article .jllikeproSharesContayner .event-container>div {
    padding: 5px 0 8px;
}
.home_article .jllikeproSharesContayner a {
    margin: 0 6px 0 0;
}
@media screen and (max-width:480px){
	.home_article .item-page {
	    padding: 20px 0 10px;
	}
	.home_article iframe {
	    max-height: 168px;
	}
}

.item-page {
    padding: 0 10px;
}
.item-page h1, .item-page h2, .item-page h3 {
    font-size: 18px;
    padding-bottom: 12px;
}
.item-page p {
    font-size: 16px;
    padding-bottom: 12px;
    text-align: justify;
}
.item-page p span {
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.item-page a {
    text-decoration: underline;
}
.item-page a:hover {
    text-decoration: none;
}
.item-page ul {
    list-style: disc;
    padding-left: 20px;
}
.item-page ol {
    padding-left: 20px;
}
.item-page ul li, .item-page ol li {
    font-size: 16px;
    padding-bottom: 12px;
    text-align: justify;
}
.item-page ul li p, .item-page ol li p {
    padding-bottom: 0;
}
.item-page table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}
.item-page table th, .item-page table td {
    border: 1px solid #d7d5d5;
    padding: 9px 10px;
}

.item-page.kontakty table {
    width: 100%;
}
.item-page.kontakty table td{
    vertical-align: top;
    display: block;
    float: left;
    padding: 0;
    border: 0;
}
.item-page.kontakty table td:nth-child(2){
    width: 820px;
    float: right;
}
@media screen and (max-width:1354px){
	.item-page.kontakty table td, .item-page.kontakty table td:nth-child(2) {
	    width: 100%;
	}
}

.item-page.faq {
    min-height: 500px;
    padding: 0 30px;
}
.item-page .faq_table {
    width: 100%;
    margin-bottom:30px;
    padding: 0 20px;
}
.item-page .faq_table td {
    line-height: 26px;
    padding: 0;
    border: 0;
}
.item-page .faq_table td.faq_table_number {
    color: #000;
    width: 10px;
    text-align: left;
    padding: 2px 5px 0 0;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.item-page .faq_table td.faq_table_title a{
    color: #000;
    text-decoration:underline;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.item-page .faq_table .faq_table_2 td.faq_table_title a, .item-page .faq_table .faq_table_2 td.faq_table_number{
    font-family: 'Segoe-UI-Semilight';
    font-size: 16px;
    font-weight: initial;
}
.item-page .faq_table .faq_table_2 td.faq_table_title a.active, .item-page .faq_table .faq_table_2 td.faq_table_title a:hover{
    color: #008a3d;
}
.item-page .faq_table td p{
    padding:6px 0;
}
.item-page .faq_table td ul{
    padding: 0 0 6px 20px;
    font-size: 12px;
    list-style-type: initial;
}
.item-page .faq_table td ul li {
    font-size: 16px;
    padding: 0;
}
.item-page .faq_table td li p{
    padding: 0;
}
.item-page .faq_table_content {
    border-spacing: 0;
    margin: 10px 0;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
}
.item-page .faq_table_content td {
    border: 1px solid #303030;
    border-top: 0px solid #303030;
    border-left: 0px solid #303030;
    padding: 0 20px;
    width: 274px;
}
.item-page .faq_table_content td p{
    text-align: center;
    padding: 2px 0;
}
.item-page .hidden_table {
    display: none;
}
@media screen and (max-width:767px){
	.item-page.faq {
	    padding: 0;
	}
    .item-page .faq_table td.faq_table_number {
        vertical-align: top;
    }
}

.item-page.eto-vazhno {
	padding: 0 30px;
}
.item-page.eto-vazhno h1{
    display:none;
}
.item-page.eto-vazhno ul{
    list-style-type: disc;
    font-size: 12px;
    padding-bottom:12px;
}
.item-page.eto-vazhno ul li{
    list-style-position: inside;
    font-size: 16px;
}
.item-page.eto-vazhno p a{
    border-bottom: 1px dashed #737272;
}
.item-page.eto-vazhno p a:hover{
    border-bottom: 1px dashed transparent;
}
.item-page.eto-vazhno strong, .item-page.eto-vazhno span{
    display: block;
}
.item-page .l-count {
    display: none !important;
}
.item-page.eto-vazhno ul li span{
    display: inline;
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.item-page.eto-vazhno .vazhno_sertificat {
    float: left;
    padding: 4px 20px 20px 0;
    width: 320px;
}
.item-page.eto-vazhno a[data-lightbox="vazhno"]{
    border-bottom:0;
    position:relative;
}
.item-page.eto-vazhno a.images_border[data-lightbox="vazhno"] img{
    border:px solid #6d3220;
}
.img_left{
    float:left;
    max-width:49%;
}
.img_right{
    float:right;
    max-width:49%;
}
.img_2{
    max-width:49%;
}
.img_3{
    max-width:31%;
}
.item-page.eto-vazhno a[data-lightbox="vazhno"]:after{
    display:none;
    content:'';
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url(../images/zoomin.png) no-repeat center center;
    background-size: 50px;
    font-size: 0;
    position: absolute;
    top: 0;
}
.item-page.eto-vazhno a[data-lightbox="vazhno"]:hover:after{
    display:block;
}
.item-page.eto-vazhno .border a:before{
    display:block;
    content:'';
    position:absolute;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:1px solid #6d3220;
    top: 0;
    z-index: 2;
}
.item-page.eto-vazhno .wrap{
    width:100%;
    overflow:hidden;
}
@media screen and (max-width:767px){
	.item-page.eto-vazhno .vazhno_sertificat {
	    padding: 4px 0 20px;
	    width: 100%;
	}
	.img_left, .img_right {
	    max-width: initial;
	    width: 100% !important;
	    margin: 0 0 10px !important;
	}
	.item-page.eto-vazhno {
	    padding: 0;
	}
	.item-page.eto-vazhno ul {
	    padding-left: 0;
	}
}

.item-page.raboty, .item-page.video_blog {
    padding: 0;
}
.raboty_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.raboty_wrap .raboty_link {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.raboty_wrap .raboty_link:hover {
    -webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.5);
}
.raboty_wrap .raboty_link img {
	width: 100%;
	height: 100%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.raboty_wrap .raboty_link img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
@media screen and (max-width:767px){
	.raboty_wrap .raboty_link {
	    width: 100%;
	}
}

.video_blog_wrap {
    display: flex;
    flex-wrap: wrap;
}
.video_blog_wrap .video_blog_item {
    width: calc(33.333% - 20px);
    margin-bottom: 50px;
}
.video_blog_wrap .video_blog_item:nth-child(3n+2) {
	margin: 0 30px 30px;
}
.video_blog_wrap .video_blog_item iframe, .video_blog_wrap .video_blog_item .youtube {
    max-height: 240px;
    min-height: 240px;
    height: 240px;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.video_blog_wrap .video_blog_item p {
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
@media screen and (max-width:1354px){
	.video_blog_wrap .video_blog_item, .video_blog_wrap .video_blog_item:nth-child(3n+2) {
	    width: calc(50% - 10px);
	    margin: 0 0 30px;
	}
	.video_blog_wrap .video_blog_item:nth-child(2n) {
		margin-left: 20px;
	}
	.video_blog_wrap .video_blog_item iframe, .video_blog_wrap .video_blog_item .youtube {
	    max-height: 260px;
	    min-height: 260px;
	    height: 260px;
	}
}
@media screen and (max-width:959px){
	.video_blog_wrap .video_blog_item iframe, .video_blog_wrap .video_blog_item .youtube {
	    max-height: 206px;
	    min-height: 206px;
	    height: 206px;
	}
}
@media screen and (max-width:767px){
	.video_blog_wrap .video_blog_item, .video_blog_wrap .video_blog_item:nth-child(3n+2), .video_blog_wrap .video_blog_item:nth-child(2n) {
	    width: 100%;
	    margin: 0 0 30px;
	}
	.video_blog_wrap .video_blog_item iframe, .video_blog_wrap .video_blog_item .youtube {
	    max-height: 258px;
	    min-height: 258px;
	    height: 258px;
	}
}
@media screen and (max-width:480px){
	.video_blog_wrap .video_blog_item iframe, .video_blog_wrap .video_blog_item .youtube {
	    max-height: 170px;
	    min-height: 170px;
	    height: 170px;
	}
}
/* publikatsii */
.publikatsii .article_wrap{
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
.publikatsii .article_wrap .page-header {
    width: 66%;
    float: right;
}
.publikatsii .article_wrap .page-header h2{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 10px;
}
.publikatsii .article_wrap:nth-child(6) .page-header h2, .publikatsii .article_wrap:nth-child(4) .page-header h2, .publikatsii .article_wrap:nth-child(5) .page-header h2, .publikatsii .article_wrap:nth-child(9) .page-header h2, .publikatsii .article_wrap:nth-child(10) .page-header h2, .publikatsii .article_wrap:nth-child(11) .page-header h2, .publikatsii .article_wrap:nth-child(15) .page-header h2, .publikatsii .article_wrap:nth-child(16) .page-header h2, .publikatsii .article_wrap:nth-child(17) .page-header h2, .publikatsii .article_wrap:nth-child(20) .page-header h2, .publikatsii .article_wrap:nth-child(21) .page-header h2, .publikatsii .article_wrap:nth-child(22) .page-header h2, .publikatsii .article_wrap:nth-child(26) .page-header h2, .publikatsii .article_wrap:nth-child(27) .page-header h2, .publikatsii .article_wrap:nth-child(28) .page-header h2, .publikatsii .article_wrap:nth-child(31) .page-header h2, .publikatsii .article_wrap:nth-child(32) .page-header h2, .publikatsii .article_wrap:nth-child(33) .page-header h2, .publikatsii .article_wrap:nth-child(37) .page-header h2, .publikatsii .article_wrap:nth-child(38) .page-header h2, .publikatsii .article_wrap:nth-child(39) .page-header h2, .publikatsii .article_wrap:nth-child(42) .page-header h2, .publikatsii .article_wrap:nth-child(43) .page-header h2, .publikatsii .article_wrap:nth-child(44) .page-header h2, .publikatsii .article_wrap:nth-child(48) .page-header h2, .publikatsii .article_wrap:nth-child(49) .page-header h2, .publikatsii .article_wrap:nth-child(50){
    min-height: 42px;
}
.publikatsii .article_wrap .pull-left {
    float: left;
    width: 32%;
    overflow: hidden;
}
.publikatsii .article_wrap .pull-left img {
    max-width: 100%;
}
.publikatsii .article_wrap .article_text {
    width: 66%;
    float: right;
}
.publikatsii .article_wrap .article_text p{
    text-align: justify;
    margin-bottom: 12px;
    max-height: 126px;
    overflow: hidden;
    display: block;
}
.publikatsii .article_wrap .article_text p.readmore {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}
.publikatsii .article_wrap .article_text p.readmore a {
    font-size: 14px;
    color: #757575;
    border: 2px solid #000;
    padding: 0 0px 0 20px;
    height: 28px;
    width: 200px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: .6px;
    display: block;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    float: right;
}
.publikatsii .article_wrap .article_text p.readmore a:hover{
    color: #808285;
    border-color: #808285;
}
.publikatsii .article_wrap:nth-child(6), .publikatsii .article_wrap:nth-child(4), .publikatsii .article_wrap:nth-child(5), .publikatsii .article_wrap:nth-child(9), .publikatsii .article_wrap:nth-child(10), .publikatsii .article_wrap:nth-child(11), .publikatsii .article_wrap:nth-child(15), .publikatsii .article_wrap:nth-child(16), .publikatsii .article_wrap:nth-child(17), .publikatsii .article_wrap:nth-child(20), .publikatsii .article_wrap:nth-child(21), .publikatsii .article_wrap:nth-child(22), .publikatsii .article_wrap:nth-child(26), .publikatsii .article_wrap:nth-child(27), .publikatsii .article_wrap:nth-child(28), .publikatsii .article_wrap:nth-child(31), .publikatsii .article_wrap:nth-child(32), .publikatsii .article_wrap:nth-child(33), .publikatsii .article_wrap:nth-child(37), .publikatsii .article_wrap:nth-child(38), .publikatsii .article_wrap:nth-child(39), .publikatsii .article_wrap:nth-child(42), .publikatsii .article_wrap:nth-child(43), .publikatsii .article_wrap:nth-child(44), .publikatsii .article_wrap:nth-child(48), .publikatsii .article_wrap:nth-child(49), .publikatsii .article_wrap:nth-child(50){
    width:32%;
    float:left;
}
.publikatsii .article_wrap:nth-child(6) .page-header, .publikatsii .article_wrap:nth-child(4) .page-header, .publikatsii .article_wrap:nth-child(5) .page-header, .publikatsii .article_wrap:nth-child(9) .page-header, .publikatsii .article_wrap:nth-child(10) .page-header, .publikatsii .article_wrap:nth-child(11) .page-header, .publikatsii .article_wrap:nth-child(15) .page-header, .publikatsii .article_wrap:nth-child(16) .page-header, .publikatsii .article_wrap:nth-child(17) .page-header, .publikatsii .article_wrap:nth-child(20) .page-header, .publikatsii .article_wrap:nth-child(21) .page-header, .publikatsii .article_wrap:nth-child(22) .page-header, .publikatsii .article_wrap:nth-child(26) .page-header, .publikatsii .article_wrap:nth-child(27) .page-header, .publikatsii .article_wrap:nth-child(28) .page-header, .publikatsii .article_wrap:nth-child(31) .page-header, .publikatsii .article_wrap:nth-child(32) .page-header, .publikatsii .article_wrap:nth-child(33) .page-header, .publikatsii .article_wrap:nth-child(37) .page-header, .publikatsii .article_wrap:nth-child(38) .page-header, .publikatsii .article_wrap:nth-child(39) .page-header, .publikatsii .article_wrap:nth-child(42) .page-header, .publikatsii .article_wrap:nth-child(43) .page-header, .publikatsii .article_wrap:nth-child(44) .page-header, .publikatsii .article_wrap:nth-child(48) .page-header, .publikatsii .article_wrap:nth-child(49) .page-header, .publikatsii .article_wrap:nth-child(50) .page-header{
    width:100%;
}
.publikatsii .article_wrap:nth-child(5), .publikatsii .article_wrap:nth-child(10), .publikatsii .article_wrap:nth-child(16), .publikatsii .article_wrap:nth-child(21), .publikatsii .article_wrap:nth-child(27), .publikatsii .article_wrap:nth-child(32), .publikatsii .article_wrap:nth-child(38), .publikatsii .article_wrap:nth-child(43), .publikatsii .article_wrap:nth-child(49){
    padding-left:2%;
    padding-right:2%;
}
.publikatsii .article_wrap:nth-child(6) .pull-left, .publikatsii .article_wrap:nth-child(4) .pull-left, .publikatsii .article_wrap:nth-child(5) .pull-left, .publikatsii .article_wrap:nth-child(9) .pull-left, .publikatsii .article_wrap:nth-child(10) .pull-left, .publikatsii .article_wrap:nth-child(11) .pull-left, .publikatsii .article_wrap:nth-child(15) .pull-left, .publikatsii .article_wrap:nth-child(16) .pull-left, .publikatsii .article_wrap:nth-child(17) .pull-left, .publikatsii .article_wrap:nth-child(20) .pull-left, .publikatsii .article_wrap:nth-child(21) .pull-left, .publikatsii .article_wrap:nth-child(22) .pull-left, .publikatsii .article_wrap:nth-child(26) .pull-left, .publikatsii .article_wrap:nth-child(27) .pull-left, .publikatsii .article_wrap:nth-child(28) .pull-left, .publikatsii .article_wrap:nth-child(31) .pull-left, .publikatsii .article_wrap:nth-child(32) .pull-left, .publikatsii .article_wrap:nth-child(33) .pull-left, .publikatsii .article_wrap:nth-child(37) .pull-left, .publikatsii .article_wrap:nth-child(38) .pull-left, .publikatsii .article_wrap:nth-child(39) .pull-left, .publikatsii .article_wrap:nth-child(42) .pull-left, .publikatsii .article_wrap:nth-child(43) .pull-left, .publikatsii .article_wrap:nth-child(44) .pull-left, .publikatsii .article_wrap:nth-child(48) .pull-left, .publikatsii .article_wrap:nth-child(49) .pull-left, .publikatsii .article_wrap:nth-child(50) .pull-left{
    width:100%;
    padding-bottom:12px;
}
.publikatsii .article_wrap:nth-child(6) .article_text, .publikatsii .article_wrap:nth-child(4) .article_text, .publikatsii .article_wrap:nth-child(5) .article_text, .publikatsii .article_wrap:nth-child(9) .article_text, .publikatsii .article_wrap:nth-child(10) .article_text, .publikatsii .article_wrap:nth-child(11) .article_text, .publikatsii .article_wrap:nth-child(15) .article_text, .publikatsii .article_wrap:nth-child(16) .article_text, .publikatsii .article_wrap:nth-child(17) .article_text, .publikatsii .article_wrap:nth-child(20) .article_text, .publikatsii .article_wrap:nth-child(21) .article_text, .publikatsii .article_wrap:nth-child(22) .article_text, .publikatsii .article_wrap:nth-child(26) .article_text, .publikatsii .article_wrap:nth-child(27) .article_text, .publikatsii .article_wrap:nth-child(28) .article_text, .publikatsii .article_wrap:nth-child(31) .article_text, .publikatsii .article_wrap:nth-child(32) .article_text, .publikatsii .article_wrap:nth-child(33) .article_text, .publikatsii .article_wrap:nth-child(37) .article_text, .publikatsii .article_wrap:nth-child(38) .article_text, .publikatsii .article_wrap:nth-child(39) .article_text, .publikatsii .article_wrap:nth-child(42) .article_text, .publikatsii .article_wrap:nth-child(43) .article_text, .publikatsii .article_wrap:nth-child(44) .article_text, .publikatsii .article_wrap:nth-child(48) .article_text, .publikatsii .article_wrap:nth-child(49) .article_text, .publikatsii .article_wrap:nth-child(50) .article_text{
    width:100%;
}
.publikatsii ul {
    padding-left: 20px;
    font-size: 12px;
    list-style-type: initial;
}
.publikatsii ol {
    padding-left: 20px;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 14px;
}
.publikatsii ol p{
    font-family: 'Segoe-UI-Semilight';
}
.publikatsii p strong, .publikatsii p span, .partnjoram p strong, .partnjoram p span{
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.publikatsii ul, .item-page.toplivnye-bloki ul.pager.pagenav, .partnjoram ul {
    padding-left: 20px;
    font-size: 12px;
    list-style-type: initial;
}
.partnjoram ul {
    padding-bottom:12px;
}
.block_content .partnjoram div[itemprop="articleBody"] ul li p{
    padding-bottom:0;
}
.publikatsii ul.pager.pagenav, .item-page.toplivnye-bloki ul.pager.pagenav {
    list-style-type: none;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
}
.publikatsii ul.pager.pagenav li, .item-page.toplivnye-bloki ul.pager.pagenav li{
    float: left;
}
.publikatsii ul.pager.pagenav li:nth-child(2), .item-page.toplivnye-bloki ul.pager.pagenav li:nth-child(2){
    float: right;
}
.publikatsii.item-page .item-image {
    float: right;
    padding: 0 0 10px 10px;
}
.partnjoram a{
    color:#000;
    text-decoration:underline;
}

.item-page.partnjoram {
	padding: 0 30px;
}
.item-page.partnjoram h1 {
	text-align: center;
}
.item-page.partnjoram .webfactor_static_form.webfactor_default, .item-page.kontakty .webfactor_static_form.webfactor_default {
    max-width: 400px;
}
.item-page.partnjoram .webfactor_default .webfactor_predtext, .item-page.kontakty .webfactor_default .webfactor_predtext {
    text-align: left;
    padding: 0 0 12px;
}
.item-page.kontakty .webfactor_default form.ajaxWebfactorForm, .item-page.partnjoram .webfactor_default form.ajaxWebfactorForm {
    padding: 0;
}
.item-page.partnjoram .webfactor_default form.ajaxWebfactorForm textarea, .item-page.partnjoram .webfactor_default .ajaxWebfactorForm input, .item-page.kontakty .webfactor_default form.ajaxWebfactorForm textarea, .item-page.kontakty .webfactor_default .ajaxWebfactorForm input {
    border: 1px solid #9d9898;
    border-bottom: 1px solid #9d9898;
    padding: 10px;
    background: transparent;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 12px;
}
.item-page.partnjoram .webfactor_default .ajaxWebfactorForm input[id^=submit]:hover, .webfactor_default .ajaxWebfactorForm input[id^=submit]:active, .item-page.partnjoram .webfactor_default .ajaxWebfactorForm input[id^=submit], .item-page.kontakty .webfactor_default .ajaxWebfactorForm input[id^=submit]:hover, .webfactor_default .ajaxWebfactorForm input[id^=submit]:active, .item-page.kontakty .webfactor_default .ajaxWebfactorForm input[id^=submit] {
    border: 2px solid #9d9898;
    border-bottom: 2px solid #9d9898;
    background-color: transparent;
    border-color: #9d9898;
    font-size: 14px;
    color: #757575;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    padding: 0;
    line-height: 32px;
    height: 32px;
    line-height: 40px;
    height: 40px;
    margin-bottom:50px;
    border-radius: 6px;
    cursor: pointer;
}
.item-page.partnjoram .webfactor_default .ajaxWebfactorForm input[id^=submit]:hover, .item-page.kontakty .webfactor_default .ajaxWebfactorForm input[id^=submit]:hover{
    color: #808285;
    border-color: #808285;
}
.webfactor_default .error {
    color: #ff0000;
}
@media screen and (max-width:767px){
.item-page.partnjoram {
    padding: 0;
}
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background: rgba(255, 255, 255, .8);
}
.foot_top {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.foot_menu_open {
	display: none;
}
.foot_menu_info {
    float: left;
}
.foot_menu_info ul {
    display: flex;
}
.foot_menu_info ul li {
    padding-right: 41px;
    line-height: 50px;
}
.foot_menu_info ul li a, .foot_menu_info ul li span {
    font-family: 'MVideo-Bold';
    font-weight: bold;
}
.foot_top .webfactor_blue {
    float: right;
    padding-top: 10px;
}
.foot_top .webfactor_blue .webfactor_go {
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 0;
    font-family: 'MVideo-Bold';
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    color: #000;
    float: right;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.foot_top .webfactor_blue .webfactor_go:hover {
  	color: #008a3d;
}
.foot_wrap {
    padding-top: 50px;
}
.foot_logo {
    float: left;
    font-size: 20px;
    text-align: center;
    padding-top: 26px;
    font-family: 'CenturyGothic';
}
.foot_logo strong {
    display: block;
    font-weight: 100;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 6px;
}
.foot_email {
    float: right;
    white-space: nowrap;
    padding-top: 20px;
}
.foot_email i {
    display: block;
    float: left;
    border-right: 1px solid #333;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 68px;
    height: 65px;
    font-size: 30px;
}
.foot_email p {
    padding-top: 10px;
    white-space: nowrap;
    float: left;
    position: relative;
}
.foot_tel {
    float: right;
    padding: 20px 30px 0 0;
}
.foot_tel i {
    display: block;
    float: left;
    border-right: 1px solid #333;
    padding-right: 12px;
    margin-right: 12px;
    height: 65px;
}
.foot_tel i:before {
    border: 1.5px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 31px;
    font-size: 20px;
    margin-top: 16px;
}
.foot_tel p {
    white-space: nowrap;
    float: left;
    position: relative;
}
.foot_menu {
    float: left;
    padding-left: 80px;
}
.foot_menu ul {
	list-style: disc;
}
.foot_menu ul li {
	padding-bottom: 5px;
}
.foot_menu ul li a {
    font-family: 'CenturyGothic';
}

.foot-social {
    float: right;
    padding-top: 10px;
}
.foot-social li {
    float: left;
}
.foot-social li span, .foot-social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    background: #fff;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.facebook:hover{
    color: #4867aa;
    border-color: #4867aa;
}
.youtybe:hover{
    color: #de2825;
    border-color: #de2825;
}
.inst:hover{
    color: #c8258a;
    border-color: #c8258a;
}
.pinterest:hover{
    color: #bd081c;
    border-color: #bd081c;
}
.foot_catalog {
    float: left;
    padding: 12px 0 0 80px;
    width: 800px;
}
.foot_catalog ul {
	list-style: disc;
}
.foot_catalog ul li {
	padding-bottom: 8px;
	width: 50%;
	float: left;
}
.foot_catalog ul li a, .foot_catalog ul li span {
	text-transform: uppercase;
    font-family: 'CenturyGothic';
}
.foot_menu ul li a:hover, .foot_menu ul li.active a, .foot_catalog ul li a:hover, .foot_catalog ul li.active a, .foot_menu ul li span:hover, .foot_menu ul li.active span, .foot_catalog ul li span:hover, .foot_catalog ul li.active span {
    color: #008a3d;
}
.foot-info {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}
@media screen and (min-width:1620px){
	.foot_wrap {
	    min-width: 100%;
        padding: 50px 50px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}
    .foot_wrap .foot_email {
        order: 3;
    }
    .foot_wrap .foot_tel{
        order: 2;
    }
    .foot_top .wrap {
        padding: 0;
    }
}
@media screen and (max-width:1620px){
    .foot_wrap {
        min-width: initial;
    }
	.foot_catalog {
	    width: 320px;
	    padding: 0 0 0 80px;
	    margin-top: -18px;
	}
	.foot_catalog ul li {
	    width: 100%;
	    padding-bottom: 2px;
	}
	.foot_catalog ul li a, .foot_catalog ul li span {
	    text-transform: initial;
	}
}
@media screen and (max-width:1354px){

.foot_menu_info {
    display: none;
}
.foot-social {
    width: 100%;
}
.foot-social .custom {
    margin: 0 auto;
    display: table;
}
.foot-social li span, .foot-social li a {
    margin: 0 8px;
}
.foot_top .webfactor_blue {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.foot_top .webfactor_blue .webfactor_go {
    float: initial;
    margin: 0 auto;
}
	.foot_menu, .foot_catalog {
	    display: none;
	    width: 50%;
	    position: absolute;
	    bottom: 45px;
	    padding: 0;
	    background: #fff;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	}
	.foot_menu {
		right: 0;
	}
	.foot_catalog {
		left: 0;
	}
	.foot_menu ul, .foot_catalog ul {
	    list-style: none;
	}
	.foot_menu ul li, .foot_catalog ul li {
	    padding-bottom: 0;
	}
	.foot_menu ul li a, .foot_catalog ul li a, .foot_menu ul li span, .foot_catalog ul li span {
	    font-family: 'MVideo-Bold';
    	font-weight: bold;
	    display: block;
	    padding: 10px 25px;
	    border-top: 1px solid #a4a2a2;
	}
}
@media screen and (max-width:959px){
.footer {
    padding-bottom: 30px;
}
.foot_wrap {
    padding-top: 20px;
}
.foot_logo {
    float: none;
    padding-top: 0;
}
.foot_email {
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.foot_email p {
    width: 100%;
}
.foot_email i {
    display: none;
}
.foot_tel {
    float: none;
    margin: 0 auto;
    display: table;
}
}
@media screen and (max-width:480px){

}

.extravote-star a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
#fancybox-wrap, #fancybox-wrap *, #lightbox-wrap, #lightbox-wrap * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.butt_top {
    position: fixed;
    right: 12px;
    bottom: 10px;
    z-index: 99;
    font-size: 26px;
    color: #757575;
    display: none;
}
.wrap_bbe {
    bottom: 50px !important;
}
#lightbox-wrap {
    padding: 30px 30px 20px;
    margin-left: -10px;
}
#lightbox-wrap #lightbox-close, #fancybox-close {
    background: url(../images/close_w.png) 0 0 no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -30px;
    right: -23px;
}
#lightbox-content {
    border: 2px solid #FFF !important;
    margin: 0 auto;
}
#lightbox-outer {
    background: transparent;
    box-shadow: none;
}
#lightbox-left, #lightbox-right {
    top: 50%;
    bottom: inherit;
}
#lightbox-right {
    right: -38px;
}
#lightbox-left {
    left: -38px;
}
#lightbox-wrap #lightbox-left #lightbox-left-ico {
    background: url(../images/nexts.png) no-repeat center center;
    background-size: 30px;
    left: 0;
}
#lightbox-wrap #lightbox-right #lightbox-right-ico {
    background: url(../images/prevs.png) no-repeat center center;
    background-size: 30px;
    left: inherit;
    right: 0;
}
#lightbox-title.lightbox-title-float {
    padding: 5px 10px;
    bottom: -10px;
    font-weight: 300;
    border-radius: 0;
}
@media screen and (max-width:767px){
    .butt_top {
        bottom: 100px;
    }
    #lightbox-wrap #lightbox-close, #fancybox-close {
        top: -34px;
        right: 50%;
        margin-right: -20px;
    }
}