/*!
 * CSS framework October v0.0.1
 *
 * Copyright 2012 OctoberStudio
 */

/*

*/
 
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-display:fallback;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.container {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
}

.mother-additional
{
	width:100%;
	padding-left:15px;
	padding-right:15px;
	
}



.slide1
{
	width:480px;
	height:301px;
	background:url(https://greemvas.ru/about-us/Online-shop-infrared-heaters-470.jpg);
	background-size:cover;
	
}

/* grid 960 */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  margin: 0 10px;
  float: left;
  }

.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12 {
  width: 940px;
}

/* Height */
.h1, 
.h2, 
.h3,
.h4 {
  position: relative;
}

.social-icons
{
	display:flex;
	list-style:none;
	
}
.h1 {
  height: 60px;
}
.h2 {
  height: 120px;
}
.h3 {
  height: 160px;
}
.h4 {
  height: 220px;
}

.imagelogonew
{
	width:114px;
	height:74px;
}
  
/* Position */
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}

/* Navigation */
.nav-vertical ul {
  list-style-type:none;
}
.nav-vertical ul > li {
  display:inline-block;
  /* huck to IE7 for display-inline */
  *display: inline;
  zoom: 1;
}
#top-menu .parent-item ul {
  display: none;
}


/*
* + .nav-vertical ul > li {
  display: inline;
}
*/
.youtube-wrapper
{
	background-color: #000;
	position:relative;
	padding-top:56%;
	width:100%;
	cursor:pointer;
}

.frame-youtube
{
	position:absolute;
	right:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
}

.youtube-play
{
	
	position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.youtube-meta
{
	position:relative;
	overflow:hidden;
	
}

.metayt-description
{
	position:absolute;
	
}

.more_desc
{
	position:absolute;
	top:100%;
	
}

.wrapper-for-icons
{
	width:95.66px;
	height:95.66px;
	
}

.wrapper-for-icons-additional
{
	margin-left:auto;
	margin-right:auto;
	width:81px;
	height:81px;
	
}

.wrapper-for-icons-manufactures
{
	margin-left:auto;
	margin-right:auto;
	width:64px;
	height:64px;
	
}


/* Margin */
.mb5 {
  margin-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.m5 {
  margin: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.m10 {
  margin: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.m15 {
  margin: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.m20 {
  margin: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.m30 {
  margin: 30px;
}

mt-1 {
  margin-top: -1px;
}
mt-2 {
  margin-top: -2px;
}
mt-3 {
  margin-top: -3px;
}
mt-4 {
  margin-top: -4px;
}
mt-5 {
  margin-top: -5px;
}


/* Padding */
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
/*
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
*/
.clearfix {
  clear:both;
}

.options
{
	display:block;
	
}
/* Width */
.w100 {
  width: 100%;
}
.w20px {
  width: 20px;
}
.w30px {
  width: 30px;
}
.w40px {
  width: 40px;
}
.w60px {
  width: 60px;
}
.w80px {
  width: 80px;
}
.w100px {
  width: 100px;
}
.w120px {
  width: 120px;
}
.w140px {
  width: 140px;
}
.w160px {
  width: 160px;
}
.w180px {
  width: 180px;
}
.w200px {
  width: 200px;
}
.w220px {
  width: 220px;
}
.w230px {
  width: 220px;
}
.w240px {
  width: 240px;
}
.w260px {
  width: 260px;
}
.w280px {
  width: 280px;
}
.w300px {
  width: 300px;
}
.w320px {
  width: 320px;
}
.w340px {
  width: 340px;
}
.w360px {
  width: 360px;
}
.w380px {
  width: 380px;
}

/* Fonts */
.no-underline {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold !important;
}

.through {
  text-decoration: line-through;
}

.dd-short {
  display:inline; 
  margin-left:3px
}


.col-andrew
{
	padding-left:15px;
	
}

.f12 {
  font-size: 12px;
}
.f10 {
  font-size: 10px;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}

/* Lists */
.list-decimal {
  list-style-type: decimal;
 
}

.padding-decimalm
{
	margin-left:15px;
	
	
}

.article-margin
{
	
	margin-top:15px;
	
}


/* no-name */
.hidden {
  overflow: hidden;
}

.comments {
    position: relative;
    margin-top: 20px;
}
.comments__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.comment-list {
    padding-left: 0;
      margin-top: 0;
    margin-bottom: 1rem;
}
#comments-tpanel {
    width: 32px;
    
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.ticket-comment {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 15px;
}

.ticket-comment-header {
    display: flex;
    position: relative;
    font-size: .875rem;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.meta__photo {
    height: 2rem;
    width: 2rem;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    display: block;
    max-width: 100%;
}



.meta__main {
    line-height: 1.4;
    font-size: 1.4em;
}


.meta__aside {
    display: flex;
    width: 100%;
    margin-top: 0.75rem;
    justify-content: center;
}
.meta__link, .meta__up {
    cursor: pointer;
    opacity: .5;
}
.meta__comments, .meta__link, .meta__stars {
    margin-left: 1.25rem;
}
.meta__comments, .meta__link, .meta__stars, .meta__stars .stared, .meta__stars .unstared, .meta__up, .meta__views {
    display: inline-flex;
    align-items: center;
}
.meta__comments::before, .meta__link::before, .meta__stars .stared::before, .meta__stars .unstared::before, .meta__up::before, .meta__views::before {
    content: "";
    width: 18px;
    height: 16px;
    margin-right: 0.125rem;
}
.icon-hashtag::before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 16' width='18' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23212529' d='M15.95 5.69l.044-.25a.375.375 0 00-.37-.44h-3.08l.635-3.56A.375.375 0 0012.81 1h-.254a.375.375 0 00-.37.31L11.529 5H7.544l.635-3.56A.375.375 0 007.81 1h-.254a.375.375 0 00-.37.31L6.529 5H3.313a.375.375 0 00-.37.31l-.044.25c-.041.229.135.44.369.44h3.081l-.714 4H2.42a.375.375 0 00-.37.31l-.044.25c-.041.229.136.44.37.44h3.08l-.635 3.56c-.041.229.136.44.369.44h.254a.375.375 0 00.37-.31L6.471 11h3.984l-.635 3.56c-.041.229.136.44.369.44h.254a.375.375 0 00.37-.31l.658-3.69h3.215a.375.375 0 00.37-.31l.044-.25a.375.375 0 00-.369-.44h-3.081l.714-4h3.215a.375.375 0 00.37-.31zM10.634 10H6.65l.714-4h3.984z'/%3E%3C/svg%3E")}
.ticket-comment-text {
    padding: 0.75rem;
    border: 1px solid #fafafa;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 0.75rem;
  
}
.meta__author, .meta__user {
    font-weight: 700;
}

.meta__author
{
	display:flex;
	flex-direction:column;
	
}


@media (min-width: 768px)
{
	.col-andrew
	{
		width: 41.66666667%;
		float: left;
		
	}
	
	
	.article-margin
	{
		margin-top:0px;
		
	}
	
	.adaptiv8
	{
		width:66.66666667%;
		
	}
	.mother-additional
	{
		display:flex;
		
	}
	
	.childone-addcontent
	{
		width:60%;
		
	}
	
	.childtwo-addcontent
	{
		float:right;
		width:33.3%;
		margin-left:20px;
		
	}
	
	
	
}

@media (min-width: 576px)
{
.meta__aside {
    margin-left: auto;
    width: unset;
    margin-top: 0;
    justify-content: unset;
  }
  .meta {
    justify-content: unset;
	flex-wrap:nowrap;
}
}

@media (min-width: 768px)
{
.comments-list {
    padding-left: 25px;
}}

.col-sm-88
{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width:100%;
	
}
.col-sm-200
{
	position: relative;
    overflow: hidden;
	
}


html{font-family:sans-serif;-ms-text-size-adjust:100%; font-display:fallback;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;font-display:fallback;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff;font-display:fallback;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;font-display:fallback;}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px} .imagelogonew{height:auto; width:auto}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-200{width:11%;float:left;padding:3px}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}



body {
 

  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  min-width: 320px;
  font-display:fallback;
}



header {
  height: 114px;
  margin-top: 50px; 
}

footer {
  width: 100%;
  background-color: #fbf7f4;      
  overflow:hidden;
  padding-bottom:20px;
}
#footer-bg-top{
  
  height:10px;
  width: 100%;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.span-btn-pointer
{
	cursor:pointer;
	
}

/* Navigations */
#top-menu > ul {
  background-color: #716c65;
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;

}

#top-menu > ul > li {
  padding: 0 20px;
}

#top-menu > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/*#top-menu > ul > li > a:hover {*/
#top-menu > ul > li > a {
/*  text-decoration: underline;*/
  text-decoration: none;
}



#top-menu .parent-item ul {
  background: rgba(0,0,0, .2);
  margin-top: 10px;
}

#top-menu .parent-item a {
  color: #fff;
  text-decoration: none;
}

#cat-menu {
  margin-top:20px;
}

#cat-menu > ul {
  /*background: #f7f6f3 url(../img/cat-menu-bg.png); строчка удалена*/
  /*border:1px solid #e5e5e5; строчка удалена*/
  border-width: 0 1px;
}

#cat-menu > ul > li {
  margin-right: 10px;
/*  padding: 11px 15px;*/
  padding: 3px 3px;
  color: #000;
/*  font-size: 14px;*/
  font-size: 12px;
}

#cat-menu > ul > li > a {
  color: #333;
  text-decoration: none;
/*  text-decoration: underline;*/
}

#cat-menu > ul > li > a:hover {
/*  text-decoration: underline;*/
  text-decoration: none;
}

#cat-menu > ul > li.current {
  color: #9ba63d;
/*  padding: 11px 15px;*/
  padding: 3px 3px;
/*  background-color: #f7f6f3; строчка удалена*/
/*  border:1px solid #e5e5e5;  строчка удалена*/
  border-width: 1px 1px 0px 0px;
}
#cat-menu > ul > li.current-one {
  color: #9ba63d;
  padding: 10px 15px;
/*  background-color: #f7f6f3; строчка удалена*/
/*  border:1px solid #e5e5e5;  строчка удалена*/
  border-width: 1px;
}
#cat-menu > ul > li.current-one >a, 
#cat-menu > ul > li.current > a {
  color: #9ba63d;
}
#sub-cat-menu {
/*  background: #f7f6f3; строчка удалена */
/*  border:1px solid #e5e5e5; строчка удалена */
  border-width: 0 1px 1px 1px;
/*  padding: 10px 15px; */
  padding: 3px 3px;
  width: 910px;
}
#sub-cat-menu span {
/*  margin-right: 40px;*/
  margin-right: 10px;
  color: #9ba63d;
/*  font-size: 14px;*/
  font-size: 12px;
}
#sub-cat-menu span a {
  color:#515151;
}

/* Backgrounds */
.bg-dotted {
  height:2px;
}

/* Borders */
.border-dotted {
  border: 1px dotted #c1c1c1;
  border-width:1px 0;
  margin: 3px 0;
  padding: 3px 0;
  position:relative;
  overflow:hidden;
}

.hidden-option
{
	position:absolute;
	
}
.border-dotted-top {
  border-top: 1px dotted #c1c1c1;
}

.border-green {
  background-color:#a7b61a;
  height: 5px;
}

.border-azure {
  background-color:#53ced0 ;
  height: 5px;
}

.border-purple {
  background-color:#b85d9e;
  height: 5px;
}



.border-gray {
  border: 1px solid #c1c1c1;
}


.relativesitem
{
	position:relative;
	overflow:hidden;
	
}

.overflowitem
{
	position:absolute;
	top:100%;
	
}

/* Content */
article > h1,
article > p {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* colors */
.purple {
  color: #5a2049;
}
.green {
  color: #9ba81d;
}
.dark-gray, .dark-gray a {
  color: #333;
    text-decoration: none;
}
.light-gray {
  color: #c5c5c5;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}


/* fonts */
.middle {
  font: 14px Arial, sans-serif;
}
.small {
  font: 11px Arial, sans-serif;
}
.big {
  font: 16px Arial, sans-serif;
} 
.logo {
  font-size: 36px;
  font-weight:bold;
}

.old-price {
  color: #666;
  font: bold 16px Arial, sans-serif;
  text-decoration: line-through;
}
.price {
  color: #000;
  font: bold 24px Arial, sans-serif;
}

#basket {
  background: url(/img/cart-big.png) no-repeat;
  text-align: center;
  width: 76px;
  height: 76px;
}

/* Buttons */
.btn {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
input.btn {
  font-size:12px;
}

.btn-small {
  display: inline;
  padding: 5px; 
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-gray {
  background: #f7f6f3;
  border:1px solid #c4c4c4;
}
.btn-gray:active {
  background: #e7e7e7;
}
.btn-red {
  color: #fff;
  border:1px solid #9b1b1b;
  background: #fa3333; /* Old browsers */
  background: -moz-linear-gradient(top,  #fa3333 0%, #d31e1e 50%, #b20b0b 51%, #de2222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa3333), color-stop(50%,#d31e1e), color-stop(51%,#b20b0b), color-stop(100%,#de2222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fa3333 0%,#d31e1e 50%,#b20b0b 51%,#de2222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fa3333 0%,#d31e1e 50%,#b20b0b 51%,#de2222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fa3333 0%,#d31e1e 50%,#b20b0b 51%,#de2222 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fa3333 0%,#d31e1e 50%,#b20b0b 51%,#de2222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3333', endColorstr='#de2222',GradientType=0 ); /* IE6-9 */
}

/* Forms */
input.form-gray,
textarea.form-gray,
select.form-gray  {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  color: #929292;
}
textarea {
  resize: none;
  font: 13px Arial;
}
.form-w300 {
  width: 288px;
}
form label {
  display: block;
}

/* Tables */
table {
  border-collapse: collapse;
  
}
table tr td {
  vertical-align: top;
}

#good-chars tr {
  border: dotted #c5c5c5;
  border-width: 0 0 1px 0;
}
#good-chars td {
  margin-bottom:10px;
  padding:5px 10px 5px 0;
}

#cart .total {
  position: absolute;
  top: 15%;
  left: 24px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  text-align: center;
  font-size: 18px;
}

#cart-table {
  width: 100%;
}

#cart-table td {
  vertical-align: middle;
}
#cart-table td {
  padding:10px 10px;;
}
#cart-table tfoot td {
  vertical-align: top;
}

#cart-table .col-1 {
  width: 2%;
  min-width: 16px;
  padding: 0;
}

#cart-table .col-3 {
  width: 23%;
}

#cart-table .col-4 {
  width:16.66%;
  min-width: 70px;
}

#compare-table {
  width: 100%;
}
#compare-table tr {
   border-bottom:1px dotted #c5c5c5;
}
#compare-table td {
  padding:10px 10px;;
}


/* End */

.select-color {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.goods-sorter li {
  margin-right: 10px;
}
.goods-sorter li a {
  color: #333;
  text-decoration: none;
}
.goods-sorter li a.asc, 
.goods-sorter li a.desc {
  color: #9ba81d;
  font-weight: bold;
}
.goods-sorter li a.asc:after {
  content: '↑';
}
.goods-sorter li a.desc:after {
  content: '↓';
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 12px;
}

 .breadcrumbs > li:before { content: "\002022"; text-align: -6px; padding-right: 6px; }

.breadcrumbs a {
  color: #333;
}

.dmca
{
	position:Absolute;
	top:100%;
	
}

.commentrevsec
{
	margin-top:20px;
	
}

.justcommentks
{
	margin-top:15px;
}

.justpadding
{
	padding-left: 40px;
    padding-top: 10px;
    position: relative;
	
}

.nextjustpadding
{
	padding-left: 60px;
    padding-top: 10px;
    position: relative;
	
}

.vksocialbutton
{
display: flex;
width: 222px;
text-align: center;
background: #5E7BA3;
height: 42px;
align-items: center;
border-radius: 7px;
	
}

.vksocialbuttontext
{
	font-size: 14px;
width: 100%;
font-weight: 700;
color: white;
	
}

.fbsocialbutton
{
display: flex;
width: 222px;
text-align: center;
background: #5262B7;
height: 42px;
align-items: center;
border-radius: 7px;
margin-top: 2px;
	
}



.commentsocialbutton
{
	display:flex;
	flex-wrap:wrap;
	
	
}


/* Slider */
.slider-wrapper
{
	display:flex;
	overflow:hidden;
	justify-content:center;
	align-items:center;
	position:relative;
	
}

.right-slider
{
	position:absolute;
	top:100%;
}

.right-slider-wrapper
{
	position:relative;
	width:100%;
	overflow:hidden;
	height:100%;
	
}

.slidehiden
{
	position:absolute;
	top:0;
	right:100%;
	
	
}

.slidersvgconR
{
	position:absolute;
	top:40%;
	right:1%;
	cursor:pointer;
}

.slidersvgconL
{
	position:absolute;
	top:40%;
	left:1%;
	cursor:pointer;
}

#slider_left, #slider_right {
  width: 50%;
  height:300px; 
  position:relative;
  float: left;
}

#slider_left img, #slider_right img {
	width: auto;
    height: 100%;
}

#slides, .slides {
  position:absolute;
  width:100%;
  z-index:100;
}
.slides_container {
  width:100%;
  overflow:hidden;
  position:relative;
}
.slides_container div.slide {
  width:100%;
  height:300px;
  display:block;
}
#slider_left .next, #slider_left .prev,
#slider_right .next, #slider_right .prev,
#slides .next, #slides .prev {
	position:absolute;
	top:120px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:916px;
}


#slider_left .next, 
#slider_right .next {
	right: 0;
	left: auto;
}

.author-card {
    background: #FFF;
    box-shadow: 0 2px 7px rgb(0 0 0 / 5%);
    border-radius: 8px;
    width: 100%;
    padding: 18px 24px;
    clear: both;
    margin-bottom: 30px;
    position: relative;
}

.author-card--title-container
{
	display:flex;
	
}

.author-card--title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.card--title-container-item1
{
	margin-left:1em;
	
}

.author-card__logo {
    float: left;
    margin: 0 15px 5px 0;
}

.author-card__logo {
    float: left;
    margin: 0 15px 5px 0;
}

.author-card__name {
    color: #000;
    text-decoration: none;
}

author-card__position {
    opacity: .7;
    font-size: 14px;
}

.author-card__social-links {
    display: flex;
    flex-direction: row;
  
}

.author-card__description {
    clear: both;
    font-size: 14px;
    line-height: 18px;
}

.caption {
  z-index:500;
  position:absolute;
  bottom:-45px;
  left:0;
  height:50px;
  padding:5px 20px 0 20px;
  width:930px;
  font: 22px Arial;
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}

.errorSummary {
  margin:10px 0;
  color: #ff2400;
}
.errorSummary p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.errorSummary ul {
  list-style: inside;
}
.errorSummary li {
  font-size: 12px;
  margin-bottom: 5px;
}

.head-title {
  margin-bottom: 1em;
  font-size:medium;
  font-weight: bold;
  text-align:left;
  color: navy;
  font-style: italic
}

#categories .col-l {
    margin-bottom: 1em;
    text-align: center;
    color: navy;
    font-weight: bold;
    font-size: small;
}

#categories .col-r {
    text-align: center;
    color: navy;
    font-weight: bold;
    font-size: small;
    margin-bottom: 1em;
}

#categories .item {
    padding: 3px;
    margin-bottom: 15px;
	overflow:hidden;
}

@-moz-document url-prefix() { 
	#categories .item a{
		font-size: 11.8px;
	}
}

#categories .item img{
    margin: 0 auto;
	/*max-width: 60px;*/
}

#categories .col-sm-4 .item img{
	max-width: 81px;
}

#categories .item.selected {
    box-shadow: inset 0 0 5px;
	overflow:hidden;
}

#manufacturers .list {
  display: flex;
  flex-wrap: wrap;
}

#manufacturers .list .item {
  width: 83px;
  margin: 0 5px;
  text-align: center;
}

#manufacturers .list .item a {
	display: border-left: ;
}

#manufacturers .item img{
	max-width: 64px;
}

#manufacturers .item.selected {
    box-shadow: inset 0 0 5px;
	padding: 3px;
}

#categoryone .list {
  display: flex;
  flex-wrap: wrap;
}

#categoryone .list .item {
  width: 83px;
  margin: 0 5px;
  text-align: center;
}

#categoryone .list .item a {
	display: border-left: ;
}

#categoryone .item img{
	max-width: 64px;
}

#categoryone .item.selected {
    box-shadow: inset 0 0 5px;
	padding: 3px;
}


.description {
  font-size: 14px;
  line-height: 140%;

}

.description2 {
  font-size: 14px;
  line-height: 140%;
}

.description p, .description h2, .description h3 {
  margin-bottom: 18px;
}

.toggle-catalog {
  background-image: url(../images/gamburger.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
  padding: 8px 10px 8px 35px;
  background-color: #716c65;
  color: #fff;
  border: 0;
}

.toggle-catalog.open {
  background-color: #5a2049;
}

.reviews-list {
  margin-top: 10px;
}

.reviews-list .review-item {
  position: relative;
  min-height: 60px;
  margin-bottom: 15px;
}

.reviews-list .review-item > .w60px {
  position: absolute;
  left: 0;
  top: 0;
}

.reviews-list .review-item > .w230px {
  position: relative;
  width: auto;
}

.cart-description {
  font-size: 14px;
  text-align: left;
}

.flex-list {
  display: flex;
  justify-content: space-around;
}

.flex-list .item {
  text-align: center;
  margin-bottom: 1em;
  margin-right: 1em;
  clear: left;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-title {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
  text-indent: 15px;
  color: #5A2049;
  font-weight: bold;
  font-size: large;
  padding: 7px;
  background-color: #F7F6F3;
  border: 1px solid #C4C4C4;
  border-radius:6px;
}

.red-begin {
  text-indent: 30px;
 }

.list-items .row {
    margin-right: -10px;
    margin-left: -10px;
}

/* SLIDER START */
div.pd-slider-img {
    position:absolute;
    height:250px;
    top:0;
    left:100%;
    /*opacity: 0;*/
}
img.slider-img {
    width:250px;
    height:100%;
}
div.pd-slide-active {
    /*opacity: 1;*/
    width: 100%;
    left:0%;
}
div.pd-slider-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
}
div.pd-slider-btn {
    width: 12px;
    background: none;
    height: 12px;
    margin-left: 10px;
    border-radius: 25px;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    border: 1px solid #5a2049;
}
div.pd-slider-btn-active {
     background: #5a2049;
     border: 1px solid #5a2049;
}
/* SLIDER END */

.list-items .row .product-item {
    padding-left: 10px;
    padding-right: 10px;
	word-wrap: break-word;
}
.modalforimg
{

  position: fixed; 
  z-index: 150; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 103%; 
  background-color: rgba(0,0,0,0.9);
  text-align:center;
  overflow:hidden;
}

.testimniche
{
	display:none;
	position: fixed; 
  z-index: 150; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 103%; 
  background-color: rgba(0,0,0,0.9);
  text-align:center;
  overflow:hidden;
	
}

.modal-content
{
  display:inline-block;
  background-color:white;
  max-width:328px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  padding-bottom:10px;
  
  
}

.modalforming-wrapper
{
  width:auto;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  height:100%;

}

.modal-content-wrap
{
  display:flex;
  width:100%;

  
}

.modalforimg-vertical
{
    display: inline-block;
    vertical-align: middle;
    height: 95%;
    overflow: hidden;
   

}

.modal-content-wrap-main
{
  display:flex;
  width:100%;
  height:100%;
  flex-direction:column;
  padding-left:20px;
  padding-right:10px;


}


.order-call
{
  color: #5a2049;
font-size: 18px;
font-weight: bold;
margin-top:10px;
text-align:left;

}

.modalform-textarea
{

  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   box-shadow: none;
   outline: none;
   margin: 0;
   box-sizing: border-box; 
   height:120px;
   max-width:288px;
   width:100%;
   padding: 5px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #929292;
	resize:none;


}

.modal-form-main
{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  max-width:288px;

}

.modalform-name
{
  color: #5a2049;
font-size: 12px;
font-weight: bold;
margin-top:10px;

}

.name-input
{
    padding:1%;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #929292;
	width:100%;
	max-height:32px;
	font-size:13px;
	margin:0;
  -webkit-appearance: none;
        -moz-appearance: none;
       appearance: none;
	   -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     box-shadow: none;
  outline: none;
  box-sizing: border-box; 
  font-family: inherit;
 line-height: inherit;
 -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
	 cursor: text;

}

.modalform-submit
{
 
   margin:0;
		-webkit-appearance: none;
        -moz-appearance: none;
       appearance: none;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   box-shadow: none;
  outline: none;
  box-sizing: border-box; 
  background: #f7f6f3;
  border: 1px solid #c4c4c4;
  display: block;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	font-size:12px;
	color: #5a2049;
	width: 120px;
	user-select: none;
    white-space: pre;
    align-items: flex-start;
	font-weight:bold;
	margin-top:10px;

}

.finalform
{
	position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 103%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    overflow: hidden;
}
	
.finalform-wrapper
{
	
	width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
	
}

.final-content
{
	display: inline-block;
    background-color: white;
    max-width: 358px;
	height:69px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    
	
	
}

.final-vertical
{
	display: inline-block;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
	
}

.final-content-wrapper
{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
}

.final-content-wrapper-main
{
	display: flex;
    width: 100%;
    height: 100%;
    align-items:center;
	justify-content: center;
	
}

.final-zvonok
{
	
	color: #9ba81d;
	font-size: 14px;
	font-weight: bold;
}

.cross-final-content
{
	width:100%;
	text-align:right;
	
}

.cross-final-main
{
	
	width: 22.5px;
    height: 22.5px;
    border: 2px solid black;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}



.modal-time-form
{
  font-size:14px;
  text-align: left;
   color: #5a2049;
}
.modal-form-service
{
  text-align: left;
  font-size: 14px;
  margin-bottom:0;
  color: #5a2049;
  margin-left:0;
  margin-right:0;
  margin-top:10px;

}
.modal-link
{
  color: #337ab7;
  font-size:14px;
  text-align:left;
  margin-top:10px;

}

.modal-social-icons
{
  text-align:left;

}

.modal-window-close
{
  text-align:right;
  max-width:288px;

}
.modal-window-close-el
{
  width:30px;
  height:30px;
  border:2px solid black;
  border-radius:50%;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  font-size:20px;
}
@media(min-width:900px)
{
	body
  {
	  background: url(https://greemvas.ru/infrared-heaters/head.jpg);
      background-repeat: no-repeat;
      background-size: 100% 170px;
      background-position-y: 10px;
	  
	  
  }
	
}

@media (min-width:476px)
{
	
	.fbsocialbutton
	{
		margin-top:0px;
		margin-left:2px;
		
		
	}
	
	
}

@media(min-width:993px)
{
  .right-slider
  {
	display:none;
  }
}

@media(min-width:993px)
{
  .right-slider
  {
	position:static;
	display:block;
  }
}

@media (min-width: 1200px) {
  .list-items .col-lg-2:nth-child(6n+1),
  .list-items .col-lg-2:nth-child(6n+1),
  .list-items .col-lg-3:nth-child(4n+1),
  .list-items .col-lg-4:nth-child(3n+1),
  .list-items .col-lg-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-items .col-md-2:nth-child(6n+1),
  .list-items .col-md-2:nth-child(6n+1),
  .list-items .col-md-3:nth-child(4n+1),
  .list-items .col-md-4:nth-child(3n+1),
  .list-items .col-md-6:nth-child(2n+1) {
    clear:left;
  }
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-items .col-sm-2:nth-child(6n+1),
  .list-items .col-sm-2:nth-child(6n+1),
  .list-items .col-sm-3:nth-child(4n+1),
  .list-items .col-sm-4:nth-child(3n+1),
  .list-items .col-sm-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (max-width: 600px)
{
	.article-container
	{
		flex-direction:column;
	}
	
}

@media (min-width: 660px) and (max-width: 768px) {
  .list-items .col-xs-2:nth-child(6n+1),
  .list-items .col-xs-2:nth-child(6n+1),
  .list-items .col-xs-3:nth-child(4n+1),
  .list-items .col-xs-4:nth-child(3n+1),
  .list-items .col-xs-6:nth-child(2n+1) {
    clear:left;
  }
}
.alone-video{
margin: 0 auto;
}
.youtube { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear:both;
}

.youtube::before { /* play bubble */
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display:block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index:1;
}

.youtube:hover::before { /* play bubble hover */
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.youtube::after { /* Play Triangle */
  content: '';
  width: 0;
  height: 0;
  line-height:0px;
  display:block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index:2;
} 
.youtube iframe{ /* youtube embed (responsive) */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}

img[tabindex="0"] {  
  cursor: zoom-in;  
}  

img[tabindex="0"]:focus {  
  position: fixed; z-index: 101;  
  top: 0; left: 0; bottom: 0; right: 0;  
  width: auto; max-width: 100%;  
  height: auto; max-height: 100%;  
  margin: auto;  
  box-shadow: 0 0 200px #000, 0 0 0 1000px rgba(0,0,0,.3);  
-webkit-box-shadow: 0 0 200px #000, 0 0 0 1000px rgba(0,0,0,.3);  
-moz-box-shadow: 0 0 200px #000, 0 0 0 1000px rgba(0,0,0,.3);  
}  

img[tabindex="0"]:focus, /* Привязка на возврат фото в привычное состояние после клика на увеличенное */  
img[tabindex="0"]:focus ~ * {  
  cursor: zoom-out;  
  pointer-events: none;  
}


    .vk_button_custom, .ok_button_custom {
        background: #5262B7 !important;
        font-size: 14px !important;
        display: block !important;
        width: 242px !important;
        box-sizing: border-box !important;
        font-weight: bold !important;
        text-align: center !important;
        text-decoration: none !important;
        border-radius: 7px !important;
        border: 1px solid #4B5AA6 !important;
        color: #fff !important;
        position: relative !important;
        height: 42px !important;
        line-height: 13px;
        padding-top: 12px;
    }
    .ok_button_custom:hover {
        color: #fff !important;
        background: #dd7a08 !important;
        background: -moz-linear-gradient(top, #dd7a08 0%, #f68709 100%) !important;
        background: -webkit-linear-gradient(top, #dd7a08 0%, #f68709 100%) !important;
        background: -o-linear-gradient(top, #dd7a08 0%, #f68709 100%) !important;
        background: -ms-linear-gradient(top, #dd7a08 0%, #f68709 100% );
        background: linear-gradient(to bottom, #dd7a08 0%, #f68709 100%) !important;
        text-shadow: 1px 1px rgba(63, 91, 161, .5) !important;
    }
    .vk_button_custom:hover {
        background: #6580a6;
        background: -moz-linear-gradient(top, #6580a6 0%, #5b769c 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6580a6), color-stop(100%, #5b769c));
        background: -webkit-linear-gradient(top, #6580a6 0%, #5b769c 100%)!important;
        background: -o-linear-gradient(top, #6580a6 0%, #5b769c 100%)!important;
        background: -ms-linear-gradient(top, #6580a6 0%, #5b769c 100%)!important;
        background: linear-gradient(to bottom, #6580a6 0%, #5b769c 100%)!important;
        text-shadow: 1px 1px #45668b!important;
    }
    .vk_button_custom {
        background: #5E7BA3 !important;
        border-color: #567094 !important;
    }
    .ok_button_custom {
        background: #EE8208 !important;
        border-color: #dd7a08 !important;
    }
    .btn_share_inline{
        display: inline-block !important;
        position: relative !important;
    }
    .btn_share_wrapper {
        /*text-align: center;*/
        padding: 15px 0;
    }
	@media (max-width: 1200px) {
    .description {
        background-size: 300px auto;
    }
}

@media(min-width:990px)
	{
		
		.f14
		{
			font-size:15px !important;
			
			
		}
		
		
	}

@media (max-width: 992px) {
  
    header {
        height: 90px;
        margin-top: 30px;
    }

    header .logo-wrapper {
        padding-left: 145px;
        position: relative;
    }

    header .logo-wrapper .toggle-catalog {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 96px;
    }

    header .logo {
        font-size: 26px;
        font-weight: bold;
        line-height: 100%;
        display: block;
        margin-bottom: 5px;
    }

    header .upper {
        font-size: 10px;
    }

    header .f18 {
        font-size: 14px;
    }
	.slide1
	{
		width:330px;
		height:211px;
		background:url(https://greemvas.ru/about-us/Online-shop-infrared-heaters-330.jpg);
		background-size:cover;
		
	}

    #cart {
        text-align: center;
    }

    #cart img {
        max-width: 50%;
    }

    #cart .total {
        font-size: 14px;
        top: 10%;
        left: 31px;
    }

    #cart .ml15 {
        margin-left: 7px;
    }

    #top-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 10;
        width: 256px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #716c65;
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
    }

    #top-menu ul {
        padding: 15px;
        display: block;
        background: none;
    }

    #top-menu ul li {
        display: block;
        padding: 5px 0;
    }

    #top-menu ul li br {
        display: none;
    }

    #top-menu .parent-item {
        display: block;
        position: relative;
    }
	
	#top-menu .parent-item2 {
       display: block;
    }


    #top-menu .parent-item > a:before {
        content: "";
        width: 10px;
        height: 5px;
        background: url('../images/arrow-menu-b.png') 0 0 no-repeat;
        position: absolute;
        right: 8px;
        top: 14px;
        z-index: 200;
    }

    #top-menu .parent-item.open > a {
        color: #5a2049;
        font-weight: bold;
    }

    #top-menu .parent-item.open ul {
        display: block;
    }

    body.menu-left {
        left: 256px;
        position: fixed;
        overflow: hidden;
    }



    body.menu-left #top-menu {
        transform: translateX(0%);
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
    }

   #sub-cat-menu {
        display: none;
    }

    #slider_left {
        width: 100%;
        text-align: center;
    }

    .gv_galleryWrap {
        margin: 0 auto 15px auto;
    }

    #categories .col-l .item {
        width: 25%;
        float: left;
		overflow:hidden;
    }
	
	  .col-sm-200 {
        width: 16.5%;
        float: left;
		overflow:hidden;
    }

    #categories .col-r .item {
        width: 50%;
        float: left;
    }
	
	.wrapper-for-icons
	{
		width:100px;
		height:100px;
		margin-left:auto;
		margin-right:auto;
		
	}
}

@media all and (max-width: 769px) {
    .container {
        width: auto;
    }

    header .logo {
        font-size: 22px;
    }

    #cart {
        width: 110px;
        padding: 0;
        float: right;
    }

    #cart .total {
        top: 10%;
        left: 40px;
    }

    /* reviews */
    .reviews-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #categories .col-l .item,
    #categories .col-r .item {
        width: 25%;
        min-height: 145px;
        float: left;
		overflow:hidden;
    }
	
	.col-sm-200
	{
		width: 25%;
        min-height: 145px;
		overflow:hidden;
		float:left;
	}


    /* slider */
    #slider_left {
        height: 100%;
    }

    #slider_left .slides {
        position: relative;
    }

    .slides_container div.slide {
        width: 100%;
/*        height: auto;*/
        height: 300px;
        display: block;
    }

    #slider_left img {
        max-width: 100%;
        height: auto;
    }

    #slider_left .pagination {
        display: none;
    }

    .f28 {
        font-size: 24px;
        line-height: 140%;
    }
}

@media screen and (max-width: 660px) {
    header {
        height: 110px;
    }

    header .logo-wrapper {
        width: 160px;
        padding-left: 15px;
        padding-bottom: 36px;
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 1;
    }

    header .logo-wrapper .slogan {
        display: none;
    }

    header .logo-wrapper .toggle-catalog {
        bottom: 0;
        top: auto;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    header .col-xs-push-0 {
        width: 100%;
        padding-left: 160px;
        padding-right: 110px;
        text-align: center;
    }

    #cart {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .product-item {
        width: 100%;
    }

    #cart-table td {
        padding: 5px;
    }


    #cart-table .f14 {
        font-size: 12px!important;
    }

    #cart-table .f18 {
        font-size: 14px!important;
    }

    #cart-table .f24 {
        font-size: 14px!important;
    }

    #cart-table img {
        display: block;
    }

    #cart-table #delivery {
        width: 100%;
    }

    .flex-list {
        flex-wrap: wrap;
    }

    #manufacturers .list .item {
        width: 30%;
    }

    #manufacturers .list .item a {
        display: block;
    }
	
	 #categoryone .list .item {
        width: 30%;
    }

    #categoryone .list .item a {
        display: block;
    }


    .cbk-support-new-message {
        display: none;
    }
}

@media all and (max-width: 550px) {
    header .logo-wrapper {
        width: 140px;
    }

    #categories .col-l .item,
    #categories .col-r .item {
        width: 50%;
        min-height: 145px;
        float: left;
		overflow:hidden;
    }
	
	.col-sm-200
	{
		width: 50%;
        min-height: 145px;
		overflow:hidden;
		float:left;
	}

}

@media all and (max-width: 480px) {

}

@media all and (max-width: 380px) {
    header .f18 {
        font-size: 13px;
    }

    header .col-xs-push-0 {
        padding-left: 135px;
        padding-right: 90px;
    }

    header .logo-wrapper {
        padding-left: 0;
        width: 122px;
    }

    header .logo-wrapper .toggle-catalog {
        left: 0;
    }

    header .green.upper {
        font-size: 9px;
    }

    .btn.w180px {
        width: 150px!important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
@media(min-width: 992px)
{
	.basket-icon
	{
		 height:75px;
		 width:75px;
		
	}
	#cart .total {
  position: absolute;
  top: 15%;
  left: 24px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  text-align: center;
  font-size: 18px;
}

#top-menu .parent-item
{
	display:none;
}


#top-menu .parent-item2 {
  display: none;
}
	
	
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
    .stacktable.large-only { display: none; }
    .stacktable.small-only { display: table; }
}

.out-of-order {
color: #ff0000;
font-weight: bold;
font-size: 16px;
}

.out-of-order-big {
color: #ff0000;
font-weight: bold;
font-size: 36px;
text-align: center;
margin-bottom: 25px;
}

.zen > p {
font-size: 17px;
line-height: 28px;
margin: 6px 0 20px;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
word-wrap: break-word;
}

.zen > h3 {
color: #5A2049;
font-weight: 700;
margin: 34px 0 6px;
font-size: 24px;
line-height: 28px;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
word-wrap: break-word;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
}

.zen > h2 {
text-align: center;
text-transform: uppercase;
font-size: 28px;
color: #5A2049;
font-weight: 700;
margin: 34px 0 6px;
line-height: 28px;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
word-wrap: break-word;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
}

.zen > figure {
align: center
margin: 20px 0;
position: relative;
display: block;
unicode-bidi: isolate;
}

.zen > figure > figcaption {
color: rgba(6, 6, 15, .5);
text-align: left;
margin: 6px 0 20px;
font-size: 16px;
line-height: 18px;
display: block;
unicode-bidi: isolate;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
}

.uldecimal {
font-size: 17px;
line-height: 28px;
margin: 6px 0 20px;
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
unicode-bidi: isolate;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
word-wrap: break-word;
}

.ulbull {
font-size: 17px;
line-height: 28px;
margin: 6px 0 20px;
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
unicode-bidi: isolate;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
word-wrap: break-word;
}

.vidcaption {
max-width: 720px;
color: rgba(6, 6, 15, .38);
text-align: left;
margin: 1px 0 20px !important;
font-size: 15px;
font-style: italic;
line-height: 18px;
display: block;
unicode-bidi: isolate;
font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Helvetica, roboto, arial;
}


