

/* Start:/local/templates/speland/js/slick/slick.css?17157623841776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/speland/js/slick/slick-theme.css?17157623843145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/speland/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/speland/js/slick/./fonts/slick.eot');
    src: url('/local/templates/speland/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/speland/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/speland/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/speland/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/speland/js/magnificpopup/magnific-popup.css?17157623847807*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1024px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


/* Start:/local/templates/speland/template_styles.css?177211163548396*/
@font-face {
	font-family: 'Circe Light';
	src: url('/local/templates/speland/fonts/Circe-Light.eot');
	src: local('Circe'), local('Circe-Light'),
		url('/local/templates/speland/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/speland/fonts/Circe-Light.woff') format('woff'),
		url('/local/templates/speland/fonts/Circe-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe Bold';
	src: url('/local/templates/speland/fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('/local/templates/speland/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/speland/fonts/Circe-Bold.woff') format('woff'),
		url('/local/templates/speland/fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
 
@font-face {
	font-family: 'Circe Regular';
	src: url('/local/templates/speland/fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('/local/templates/speland/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/speland/fonts/Circe-Regular.woff') format('woff'),
		url('/local/templates/speland/fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

strong, b, h1, h2, h3, h4{
	font-weight: normal;
	font-family: 'Circe Bold';
}

h1{
	font-size: 42px;
	padding-bottom: 30px;
	line-height: 50px;
	text-transform: uppercase;
}

h2{
	font-size: 42px;
	padding-bottom: 30px;
	text-transform: uppercase;
	line-height: 50px;
}

p{
	padding-bottom: 15px;
}


*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #006937;
}

a:hover{
	text-decoration: underline;
}

body{
	color: #151B17;
	font-size: 19px;
	font-family: 'Circe Light';
	line-height: 23px;
}
.font-regular{
	font-family: 'Circe Regular';
}

.block-content{
	width: 1100px;
	margin: 0 auto;
	clear: both;
}

#header-wrapper{
	padding: 15px 0;
}

#header-wrapper .block-content{
	overflow: hidden;
}

#logo{
	float: left;
}

.left{
	float: left;
}

.right{
	float: right;
}

#header-wrapper .soc-links{
	margin-left: 15px;
}

#header-wrapper .soc-links a{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #151B17;
	font-size: 0;
	vertical-align: top;
}

#header-wrapper .soc-links a:hover{
	border: 1px solid #006937;
}

#header-wrapper .soc-links a:first-child{
	background: url("/local/templates/speland/images/vk.svg") center no-repeat;
}

#header-wrapper .soc-links a:first-child+*{
	background: url("/local/templates/speland/images/rtb.svg") center no-repeat;
	background-position: center 13px;
}

#header-wrapper .soc-links a:first-child:hover{
	background: url("/local/templates/speland/images/vk-green.svg") center no-repeat;
}

#header-wrapper .soc-links a:first-child+*:hover{
	background: url("/local/templates/speland/images/rtb-green.svg") center no-repeat;
	background-position: center 13px;
}

.top-contacts a{
	color: #151b17;
	text-decoration: none;
}


.top-contacts{
	text-align: right;
	margin-top: 9px;
}

#header-wrapper .block-content>.right{
	width: 300px;
}

#top-header{
	border-top: 1px solid #b0b2af;
}

#top-header .main-menu ul{
    display: flex;
    align-items: normal;
    justify-content: space-between;
}

#top-header .main-menu li{
	list-style: none;
	position: relative;
	padding: 15px 0;
	font-size: 17px;
}


#top-header .main-menu li a{
	color: #151b17;
	text-decoration: none;
	
}

#top-header .main-menu li a:hover{
	color: #006937;
}

#top-header .main-menu ul ul{
	position: absolute;
    top: 53px;
    left: 0;
    z-index: 10;
    background: #fff;
    display: none;
    width: 250px;
    padding: 0;
	border: 1px solid #BEBEBE4D;
	border-top: none;
}

#top-header .main-menu ul li:hover ul{
	display: block;
}

#top-header .main-menu ul ul li{
	display: block;
	padding: 0;
}

#top-header .main-menu ul ul li a{
	padding: 5px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #232A36;
    border-top: 1px solid #BEBEBE4D;
    display: block;
}

#top-header .main-menu li.has-child>a,
#top-header .main-menu li.has-child>div{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	cursor: pointer;
}

#top-header .main-menu li.has-child>a:after,
#top-header .main-menu li.has-child>div:after{
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	background: url("/local/templates/speland/images/menu-arrow.svg") 0px 0px no-repeat;
	width: 11px;
	height: 7px;
}

#fixed-placeholder{
	height: 143px;
}

#header-fixed{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #BEBEBE4D;
}

.is-admin-body #fixed-placeholder{
	height: 0;
}

.is-admin-body #header-fixed{
	position: static;
}



#front-about {
	padding-top: 100px;
}

#front-about h1{
	text-transform: uppercase;
}

#advantages-speland,
#advantages-speland-eco{
	background: url(/local/templates/speland/images/preim-bg.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 60px;
	position: relative;
}

.top-right-logo{
	position: absolute;
	right: 60px;
	top: 60px;
}


#advantages-speland .news-item,
#advantages-speland-eco .news-item{
	width: 48%;
	display: inline-block;
	position: relative;
	padding-left: 58px;
	margin-bottom: 40px;
}

#advantages-speland .news-item .title,
#advantages-speland-eco .news-item .title{
	padding-bottom: 10px;
}

#advantages-speland .news-item:nth-child(even),
#advantages-speland-eco .news-item:nth-child(even){
	float: right;
}

#advantages-speland .news-item .icon,
#advantages-speland-eco .news-item .icon{
	position: absolute;
	left: 0;
	top: 0;
}

#advantages-speland .news-list,
#advantages-speland-eco .news-list{
	overflow:hidden;
}

#advantages-speland:before,
#advantages-speland-eco:before{
	content: '';
	position: absolute;
	right: -53px;
	bottom: -96px;
	background: url(/local/templates/speland/images/speland-vega.png) 0px 0px no-repeat;
	width: 725px;
	height: 459px;
	z-index: 1;
}


#advantages-speland-eco:before{
	background: url(/local/templates/speland/images/speland-vega-eco.png) 0px 0px no-repeat;
	right: -61px;
	bottom: -98px;
}

.gray-wrapper{
	background: #E4E4E4;
}

#front-about-eco{
	margin: 100px 0 35px;
	padding-top: 100px;
	background: url(/local/templates/speland/images/logo-speco-gray.svg) right 100px no-repeat;
}

#calc-btn-block .block-content{
	background: url(/local/templates/speland/images/calc-bg.jpg) 0px 0px no-repeat;
	min-height: 346px;
	background-size: cover;
	padding: 100px 60px;
	color: #fff;
	margin-top: 100px;
	position: relative;
}

#calc-btn-block:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 60px;
	top: 60px;
	background: url("/local/templates/speland/images/h2-w.svg") 0px 0px no-repeat;
}

#calc-btn-block h2:after{
	display: none;
} 

.white-btn{
	background: #fff;
	padding: 0 34px;
	line-height: 70px;
	display: inline-block;
	text-decoration: none;
	color: #006937;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.white-btn:hover{
	background: transparent;
    box-shadow: inset 310px 0 100px 0 #006937;
	color: #fff;
	text-decoration: none;
}


.bordered-btn{
	background: #fff;
	padding: 0 20px;
	line-height: 58px;
	display: inline-block;
	text-decoration: none;
	color: #006937;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #006937;
}

.bordered-btn:hover{
	background: transparent;
    box-shadow: inset 310px 0 0 0 #006937;
	color: #fff;
	text-decoration: none;
}

#calc-btn-block .white-btn{
	width: 200px;
}

.eco-block-content{
	padding-bottom:115px;
}

#video-block{
	padding-top: 100px;
	overflow: hidden;
}

#video-block .video-list{
	margin-top: 30px;
	width: 383px;
	float: right;
	height: 615px;
	overflow-y: scroll;
	padding-right: 10px;
}

#video-block .video-tags li{
	display: inline-block;
	list-style: none;
	border: 1px solid #006937;
	border-radius: 100px;
	padding: 10px 20px;
	margin-right: 7px;
	cursor: pointer;
}

#video-block .video-tags li.active,
#video-block .video-tags li:hover{
	background: #006937;
	color: #fff;
}

#video-block iframe{
	width: 170px;
	height: 95px;
	float: left;
	margin-right: 10px;
}

#video-block .news-item{
	padding: 10px;
	background: #F2F2F2;
	border: 1px solid #E5E5E5;
	font-size: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

#video-block .video-list .news-item{
	line-height: 19px;
}

#video-block .anons{
	display: none;
}


#recycle-block{
	background: url(/local/templates/speland/images/recycl-bg.jpg) 0px 0px no-repeat;
	min-height: 800px;
	background-size: cover;
	padding: 100px 0px;
	color: #fff;
	margin-top: 100px;
	clear: both;
}



#recycle-block h2:after{
	background: url("/local/templates/speland/images/h2-w.svg") 0px 0px no-repeat;
}

#recycle-block .block-content{
	position: relative;
}

#recycle-block .block-content:after{
	content: '';
	position: absolute;
	right: 0;
	top: 100px;
	width: 622px;
	height: 586px;
	background: url("/local/templates/speland/images/recycle-2.png") 0px 0px no-repeat;
}


#recycle-block .white-btn{
	margin-top: 50px;
}

#places-block{
	padding: 100px 0;
}

#places-block .news-item{
	background: #F2F2F2;
    margin-bottom: 14px;
    min-height: 266px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 1%;
	line-height: 20.9px;
}

#places-block .news-item:nth-child(even){
	margin-right: 0;
}

#places-block .news-item .title{
	padding: 30px 30px 10px 30px;
	text-transform: uppercase;
}

#places-block .news-item>.props{
	border-top: 1px solid rgba(21, 27, 23, 0.5)!important;
	padding: 10px 30px 30px 30px;
}

#places-block .news-item .props>div{
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

#places-block .news-item .props>div:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	background: url("/local/templates/speland/images/icon-contact-1.svg") 0px 0px no-repeat;
}

#places-block .news-item .props .prop-item-PHONES:before{
	background: url("/local/templates/speland/images/icon-contact-3.svg") 0px 0px no-repeat;
}

#places-block .news-item .props .prop-item-EMAIL{
	padding-left: 0;
	margin-bottom: 0px;
}

#places-block .news-item .props .prop-item-EMAIL:before{
	display: none;
}


#places-block .news-item .props .prop-item-EMAIL li{
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

#places-block .news-item .props .prop-item-EMAIL li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	background: url("/local/templates/speland/images/icon-contact-2.svg") 0px 0px no-repeat;
}

#places-block .news-item .props .prop-item-SITE:before{
	background: url("/local/templates/speland/images/icon-contact-4.svg") 0px 0px no-repeat;
}

#contacts-block{
	background: url("/local/templates/speland/images/block.contact-1.jpg") top center no-repeat;
	padding: 100px 0;
	background-size: cover;
}

#contacts-block h2{
	color: #fff;
}

#contacts-block h2:after{
	background: url("/local/templates/speland/images/h2-w.svg") 0px 0px no-repeat;
}

#contacts-block .news-item{
	padding: 20px;
	background: #fff;
	border: 1px solid #E5E5E5;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
	position: relative;
}

#contacts-block .news-item:before{
	content: '';
	position: absolute;
	background: url("/local/templates/speland/images/contacts-img.svg") 0px 0px no-repeat;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

#contacts-block .news-item img{
	margin: 0;
	margin-right: 20px;
}

#contacts-block .news-item:nth-child(even){
	margin-right: 0;
}

#contacts-block .news-item .prop-item-DEPART{
	color: #006937;
	padding-bottom: 21px;
}

#contacts-block .news-item .prop-item-PHONE{
	position: absolute;
	bottom: 0px;
}

.props-wr{
	position: relative;
	padding-bottom: 56px;
	height: 220px;
	overflow: hidden;
}


#front-map{
	background: url(/local/templates/speland/images/map-bg.jpg) top center no-repeat;
	background-size: cover;
	min-height: 791px;
	padding-top: 100px;
}

#front-map h2{
	color: #fff;
}

#front-map h2:after{
	background: url("/local/templates/speland/images/h2-w.svg") 0px 0px no-repeat;
}

#front-map .map-content{
	background: url(/local/templates/speland/images/map.png) top center no-repeat;
	height: 607px;
	width: 1101px;
	position: relative;
	margin-top: -83px;
}

#front-map .map-content .item{
	position: absolute;
	width: 212px; 
	height: 80px;
	top: 345px;
    left: 58px;
	cursor: pointer;
}

#front-map .map-content .item.two{
    left: 134px;
    top: 230px;
	width: 138px;
}

#front-map .map-content .item.three{
    left: 271px;
    top: 291px;
	width: 147px;
}
	
#front-map .map-content .item .descr{
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	z-index: 1;
	width: 344px;
	left: 90px;
	top: 40px;
	padding: 10px;
	position: absolute;
	font-size: 16px;
	display: none;
}

#front-map .map-content .item:hover .descr{
	display: block;
}

#footer{
	background: #151B17;
	padding-top: 41px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	float: left;
}

#footer a{
	color: #fff;
}

#footer .bottom-menu ul{
	display: inline-block;
	padding-left: 46px;
	vertical-align: top;
}

#footer .bottom-menu ul li{
	padding-bottom: 6px;
}

#footer>div>div{
	width: 100%;
	float: left;
}

#footer li{
	list-style: none;
}

#footer .bottom-footer{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	padding-bottom: 20px;
}

#footer .bottom-footer .projects .label{
	padding: 10px 15px 10px 15px;
	border: 1px solid #fff;
	cursor: pointer;
	width: 447px;
	position: relative;
}

#footer .bottom-footer .projects .label:after{
	background: url(/local/templates/speland/images/select-arrow-down.svg) 0px 0px no-repeat;
	content: '';
	position: absolute;
	width: 14px;
	height: 6px;
	top: 19px;
	right: 19px;
}

#footer .bottom-footer .projects .items{
	display: none;
}

#footer .phone{
	font-size: 23px;
	white-space: nowrap;
}


#footer .soc-links{
	margin-left: 15px;
}

#footer .soc-links a{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	font-size: 0;
	vertical-align: top;
	margin-right: 5px;
}

#footer .soc-links a:hover{
	border: 1px solid #006937;
}

#footer .soc-links a:first-child{
	background: url("/local/templates/speland/images/vk-white.svg") center no-repeat;
}

#footer .soc-links a:first-child+*{
	background: url("/local/templates/speland/images/ytb-white.svg") center no-repeat;
}

#footer .soc-links a:nth-of-type(3) {
	background: url("/local/templates/speland/images/rtb-white.svg") center no-repeat;
	background-position: center 13px;
}

#footer .soc-links a:first-child:hover{
	background: url("/local/templates/speland/images/vk-green.svg") center no-repeat;
}

#footer .soc-links a:first-child+*:hover{
	background: url("/local/templates/speland/images/ytb-green.svg") center no-repeat;
}

#footer .soc-links a:nth-of-type(3):hover {
	background: url("/local/templates/speland/images/rtb-green.svg") center no-repeat;
	background-position: center 13px;
}


#footer .top-footer .left{
	width: 398px;
}

#footer .email{
	font-size: 19px;
}

#footer .bottom-footer .center{
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}

#footer .bottom-footer .right{
	padding-top: 10px;
}

.products-list{
	clear: both;
}

.products-list a{
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 13px;
	vertical-align: top;
	text-align: center;
	color: #151B17;
	text-decoration: none;
	background: #F2F2F2;
	overflow: hidden;
	height: 397px;
	padding: 31px 0;
}

.products-list a:nth-child(3n){
	margin-right: 0;
}

.products-list .title{
	text-transform: uppercase;
	color: #006937;
}

.products-list .prop-item-USEFOR{
	padding: 0 20px;
	min-height: 56px;
}

.products-list .news-item>span{
	display: block;
}

.block-content .products-list a img{
    margin-top: -17px;
	max-width: 100%;
    height: auto;
}

.read-more{
	text-decoration: none;
	color: #151B17;
	font-family: 'Circe Regular';
}

.read-more:hover{
	text-decoration: none;
}


.read-more span{
    display: inline-block!important;
    background: url(/local/templates/speland/images/round-arrow.svg) 0px 0px no-repeat;
    width: 30px;
    height: 32px;
    position: relative;
    top: 7px;
    right: -7px;
}

.products-list>a:hover>span span,
.read-more:hover span{
	background: url(/local/templates/speland/images/round-arrow-hover.svg) 0px 0px no-repeat;
}

#products-speland{
    margin-bottom: 37px;
    padding-top: 79px;
    overflow: hidden;
    clear: both;
}

#products-speland-eco{
	margin-bottom: 37px;
}

#reviews-block{
	clear: both;
	padding-top: 114px;
}

#reviews-block .news-list{
	width: 940px;
	margin: 0 auto;
}

#reviews-block img{
	max-width: 162px;
	margin-right: 79px;
	border-radius: 100%;
}


#reviews-block .news-item{
	background: #F2F2F2;
	padding: 40px;
}

#reviews-block .news-item .descr{
	overflow: hidden;
}

#reviews-block .news-item .prop-item-ROLE{
	padding: 10px 0 20px;
	color: #006937;
}

#reviews-block .title{
	font-size: 23px;
}

#reviews-block .read-more{
	margin-top: 24px;
}

#reviews-block h2{
	text-align: center;
}


.slick-arrow{
	width: 60px;
	height: 60px;
}

.slick-arrow:before{
	display: none;
}

.slick-arrow.slick-prev{
	background: url(/local/templates/speland/images/arrow-left.svg) 0px 0px no-repeat;
	left: -80px;
}

.slick-arrow.slick-prev:hover{
	background: url(/local/templates/speland/images/arrow-left-hover.svg) 0px 0px no-repeat;
}

.slick-arrow.slick-next{
	background: url(/local/templates/speland/images/arrow-right.svg) 0px 0px no-repeat;
	right: -80px;
}

.slick-arrow.slick-next:hover{
	background: url(/local/templates/speland/images/arrow-right-hover.svg) 0px 0px no-repeat;
}


#partners-block{
	clear: both;
	padding-top: 100px;
}

#partners-block h2{
	text-align: center;
}

#partners-block a{
	width: 295px;
	height: 285px;
	background: url(/local/templates/speland/images/partner-bg.jpg) 0px 0px no-repeat;
	background-size: cover;
	text-align: center;
	display: block;
	color: #fff;
	padding: 35px;
	margin: 0 12px;
}

#partners-block a img{
	width: 154px;
	height: 154px;
	border-radius: 100%;
	margin: 0;
	float: none;
	display: inline-block;
}

#partners-block .title{
	display: block;
	padding-top: 20px;
}

#partners-block .partners-list{
	width: 940px;
	margin: 0 auto;
}

#partners-block .partners-list a:hover{
	text-decoration: none;
}

#video-block a{
	display: block;
	text-decoration: none;
	color: #000;
}

#video-block .news-list img{
	margin: 0;
}

#video-block .news-list .img-wr{
	position: relative;
	float: left;
}

#video-block .video-list .news-list .img-wr{
	margin-right: 10px;
}


#video-block .news-list .img-wr:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

#video-block .news-list .img-wr:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	z-index: 2;
	background: url("/local/templates/speland/images/play.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#video-block .news-list a:hover .img-wr:after{
	background: url("/local/templates/speland/images/play-hover.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#video-block .news-list .title{
	display: table;
	height: 95px;
}

#video-block .news-list .title span{
	display: table-cell;
	vertical-align: middle;
}

#video-block .big-video{
	float: left;
	width: 707px;
	margin-top: 30px;
}

#video-block .big-video img{
	width: 100%;
	float: left;
}

#video-block .big-video .title{
	height: auto;
	font-size: 23px;
	padding-bottom: 10px;
}

#video-block .big-video .text{
	padding: 30px;
	float: left;
    width: 100%;
}

#video-block .big-video .news-item{
	padding: 0;
	float: left;
	width: 100%;
	background: #F2F2F2!important;
	min-height: 615px;
}

#video-block .big-video .img-wr:after{
	margin-left: -44px;
	margin-top: -44px;
	height: 88px;
	width: 88px;
}

#video-block .big-video .display-none{
	display: none;
}

#video-block .video-category{
	display: none;
}



#video-block .video-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#video-block .video-list::-webkit-scrollbar-thumb {
  background: #006937;
  border-radius: 5px;
  display: non;
}

#video-block .video-list::-webkit-scrollbar-track {
  background-color: #ddd;
  border: 1px solid #ccc;
}

#video-block .video-list::-webkit-scrollbar-button {
  background-color: #4d7fff;
  border-radius: 5px;
  display: none;
}

#video-block .video-list::-webkit-scrollbar-button:hover {
  background-color: #999999;
}


.nicescroll-rails{
	background: #F2F2F2;
    width: 6px !important;
    border-radius: 20px;
    margin-left: 4px;
}

.nicescroll-rails div{
	background: #006937!important;
	width: 6px!important;
}


/* #front-slider .news-item{ */
	/* position: relative; */
	/* height: 849px; */
	/* overflow: hidden; */
/* } */

/* #front-slider .news-item video, */
/* #front-slider .news-item picture{ */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* width: 100%; */
	/* height: auto; */
/* } */

#front-slider{
	position: relative;
	/* height: 849px; */
}

#video-container {
	height: 100%;
	width: 100vw;
	background-color: transparent;
	position: absolute;
	z-index: 1;
	background-size: contain;
}




#front-slider img,
#front-slider video{
	width: 100%;
    max-width: 100%;
}


#front-slider .arrows-wr{
	position: absolute;
	bottom: 0;
	height: 100px;
	border-top: 1px solid rgba(255,255,255,0.3);
	z-index: 20;
	left: 0;
    width: 100%;
}

#front-slider .block-content{
	position: relative;
}

#front-slider .arrows-wr .slick-prev{
	background: url("/local/templates/speland/images/left-arrow-white.svg") 0px 0px no-repeat;
	top: 50px;
	left: 0;
}

#front-slider .arrows-wr .slick-next{
	background: url("/local/templates/speland/images/right-arrow-white.svg") 0px 0px no-repeat;
	top: 50px;
	left: 70px;
}

#events-block{
	clear: both;
	padding-top: 100px;
	margin-top: 100px;
	padding-bottom: 100px;
}

#events-block .news-item{
	background: #fff;
	padding: 30px;
}

#events-block h2{
	text-align: center;
}

#events-block .gallery-slider{
	text-align: center;
}

#events-block .gallery-slider .popup-youtube{
	position: relative;
	float: left;
}

#events-block .gallery-slider .popup-youtube img{
	float: left;
}

#events-block .gallery-slider img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

#events-block .gallery-slider{
	width: 557px;
	height: 312px;
}

#events-block .slick-track .slick-track{
	height: 312px;
}


#events-block .gallery-slider-wr{
	background: url("/local/templates/speland/images/list.jpg") right top no-repeat;
}

#events-block .gallery-slider .popup-youtube:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

#events-block .gallery-slider .popup-youtube:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -43px;
	margin-top: -43px;
	height: 85px;
	width: 85px;
	z-index: 2;
	background: url("/local/templates/speland/images/play.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#events-block .gallery-slider .popup-youtube:hover:after{
	background: url("/local/templates/speland/images/play-hover.svg") 0px 0px no-repeat;
	background-size: 100%;
}


#events-block .news-list{
	width: 940px;
	margin: 0 auto;
}


#events-block .title{
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 23px;
	display: block;
}

#events-block .slick-prev, #events-block .slick-next {
	top: 260px;
}

.slick-dots li{
    display: inline-block;
	width: auto;
	height: auto;
}
.slick-dots li:only-child {
    display: none;
    
}

.slick-dots li button:before{
	display: none;
}

.slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #006937;
}

.slick-active>button,
.slick-dots li button:hover{
	background: #006937!important;
}

.slick-dots{
	bottom: -29px;
}

#front-about .left{
	width: 533px;
}

#front-about .right a{
	position: relative;
	float: right;
}

#front-about .right a:after{
	content: '';
	position: absolute;
	left: 20px;
	bottom: 20px;
	height: 54px;
	width: 54px;
	z-index: 2;
	background: url("/local/templates/speland/images/play.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#front-about .right a:hover:after{
	background: url("/local/templates/speland/images/play-hover.svg") 0px 0px no-repeat;
	background-size: 100%;
}


h2{
	position: relative;
	display: inline-block;
}

h2:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: -48px;
	top: 4px;
	background: url("/local/templates/speland/images/h2.svg") 0px 0px no-repeat;
}

.text-center{
	text-align: center;
}

#footer .bottom-footer .projects{
	position: relative;
}

#footer .bottom-footer .projects .items{
	position: absolute;
	z-index: 10;
	bottom: 44px;
	left: 0;
	width: 447px;
	background: #fff;
	font-family: 'Circe Regular';
}

#footer .bottom-footer .projects .items li a{
	padding: 5px 20px;
	font-size: 16px;
	line-height: 22px;
	color: #232A36;
	border-top: 1px solid #BEBEBE4D;
	display: block;
}

#footer .bottom-footer .projects .items li a:hover{
	text-decoration: none;
	color: #006937;
}

#footer .bottom-footer .label.active:after{
	transform: rotate(180deg);
}

.content-wrapper{
	margin-top: 60px;
}

.news-detail.block-content h1{
	text-transform: uppercase;
}

.news-detail.block-content.article-page h1{
	margin-top: 40px;
	padding-right: 20px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.news-detail.block-content.article-page h1:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0px;
	background: url("/local/templates/speland/images/h2.svg") 0px 0px no-repeat;
}

.news-detail.block-content.article-page ol,
.news-detail.block-content.article-page ul{
	padding-left: 20px;
}

.news-detail.block-content.article-page li{
	padding-bottom: 10px;
}

.news-detail.block-content.article-page img{
	max-width: 100%;
	height: auto;
}

.news-detail.block-content.article-page img[align="left"]{
	margin-right: 44px;
}

.news-detail.block-content.article-page img[align="right"]{
	margin-left: 44px;
}

.news-detail.block-content.article-page .table-wr{
	max-width: 100%;
	width: 100%;
	overflow: auto;
}

.news-detail.block-content.article-page table{
	max-width: 1110px;
}

.news-detail.block-content.article-page table td{
	border: 1px solid #333;
	padding: 5px;
}

.articles-list a{
	display: inline-block;
	vertical-align: top;
	height: 400px;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 15px;
	background: #F2F2F2;
	color: #151B17;
	position: relative;
}

.articles-list a:hover{
	text-decoration: none;
}

.articles-list a:nth-child(3n){
	margin-right: 0;
}


.articles-list .descr{
	padding: 10px 20px; 
	display: block;
	overflow: hidden;
}

.articles-list a img{
	max-width: 100%;
}

.articles-list .read-more{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.articles-list>div>a:hover .read-more>span{
	background: url(/local/templates/speland/images/round-arrow-hover.svg) 0px 0px no-repeat;
}

.articles-list {
	padding-bottom: 110px;
}

.h1-icon{
	position: relative;
	display: inline-block;
}

.h1-icon:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: -48px;
    top: 0px;
    background: url(/local/templates/speland/images/h2.svg) 0px 0px no-repeat;
}


#numbers-block{
	clear: both;
	padding: 60px 0;
}


.img-text{
	clear: both;
	padding-top: 100px;
}

.img-text .left{
	width: 505px;
}

.img-text h2{
	display: table-caption;
}

.article-block-header{
    padding-bottom: 43px;
    overflow: hidden;
    margin-top: 100px;
}

#numbers-block .news-item{
	background: url("/local/templates/speland/images/element-speland-company-1.png") right top no-repeat;
	height: 154px;
	display: inline-block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 25px;
	vertical-align: top;
	position: relative;
	padding: 30px;
}


#numbers-block .news-item:nth-child(4n){
	margin-right: 0;
}


#numbers-block .news-item .icon{
    position: absolute;
    right: 3px;
    top: -1px;
}

#numbers-block .news-item .number{
	font-size: 60px;
	line-height: 52px;
}


#numbers-block .plus{
	font-size: 30px;
}

#numbers-block .percent{
	font-size: 30px;
} 

#recycling-video {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 100px;
}

#recycling-video .news-list{
	width: 914px;
	margin: 0 auto;
}

#recycling-video .news-list .popup-youtube:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -55px;
	height: 110px;
	width: 110px;
	z-index: 2;
	background: url("/local/templates/speland/images/play.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#recycling-video .news-list .popup-youtube:hover:after{
	background: url("/local/templates/speland/images/play-hover.svg") 0px 0px no-repeat;
	background-size: 100%;
}

#recycling-video .news-list .popup-youtube{
	position: relative;
	float: left;
}

#recycling-video .news-list .popup-youtube img{
	float: left;
	margin: 0;
}

#recycling-video .news-list .popup-youtube:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}

#recycle-steps{
	padding-top: 100px;
	padding-bottom: 20px;
}

#recycle-steps{
	text-align: center;
}

#recycle-steps .news-list{
	padding-top: 103px;
}

#recycle-steps .news-list .news-item{
	background: #F2F2F2;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 83px;
	position: relative;
	height: 242px;
	vertical-align: top;
	display: inline-block;
	padding: 20px;
}

#recycle-steps .news-list .news-item:nth-child(4n){
	margin-right: 0;
}

#recycle-steps .news-list .news-item .count{
	position: absolute;
	top: -36px;
	left: 0;
	background: url("/local/templates/speland/images/step-number.svg") 0px 0px no-repeat;
	width: 61px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 2;
}

#recycle-steps .news-list .news-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: -36px;
	width: 73px;
	height: 73px;
	background: #E4E4E4;
	z-index: 1;
	border-radius: 0 0 23px;
}

#recycle-steps .news-list .news-item:after{
    content: '';
    position: absolute;
    right: 0;
    top: -23px;
    width: 180px;
    height: 9px;
    background: url(/local/templates/speland/images/step-arrow.svg) top right no-repeat;
    z-index: 1;
}

#recycling-help{
	padding-bottom: 100px;
	overflow: hidden;
}

#recycling-help h2{
	min-width: 444px;
}


#recycling-eco{
	clear: both;
	padding: 100px 0;
	background: url(/local/templates/speland/images/bg-speland-recicling-1.jpg) top center no-repeat;
	color: #fff;
	background-size: cover;
}

#recycling-eco h2:after {
    background: url(/local/templates/speland/images/h2-w.svg) 0px 0px no-repeat;
}

#recycling-eco .quoted-block{
	color: #151B17;
	background: url("/local/templates/speland/images/quote-bg1.jpg") 0px 0px no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 60px;
	padding: 50px;
	padding-left: 186px;
	padding-right: 245px;
}

#recycling-eco .quoted-block .avatar{
	position: absolute;
	left: 40px;
	top: 40px;
}

#recycling-eco .quoted-block:after{
	position: absolute;
	right: 40px;
	top: 40px;
	content: '';
	width: 117px;
	height: 85px;
	background: url("/local/templates/speland/images/quote.svg") 0px 0px no-repeat;
}

#recycling-manuf{
	clear: both;
	padding: 100px 0;
	background: url(/local/templates/speland/images/bg-speland-recicling-3.jpg) top center no-repeat;
	color: #fff;
	background-size: cover;
}

#recycling-manuf a[href^="mailto"]{
	color: #fff;
}

#recycling-manuf h2:after {
    background: url(/local/templates/speland/images/h2-w.svg) 0px 0px no-repeat;
}


#recycling-perer{
	overflow: hidden;
	padding-bottom: 100px;
}


.faq-list .news-item{
	padding-right: 40px;
	border-top: 1px solid #E4E4E4;
	
}

.faq-list .news-item:last-child{
	border-bottom: 1px solid #E4E4E4;
}

.faq-list .news-item .title{
	padding: 38px 0;
	font-size: 23px;
	cursor: pointer;
	position: relative;
}

.faq-list .news-item .title:after{
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	right: -40px;
	top: 30px;
	background: url("/local/templates/speland/images/expand.svg") 0px 0px no-repeat;
}

.faq-list .news-item.active .title:after{
	transform: rotate(45deg);
}

.faq-list .news-item .text{
	display: none;
	padding-bottom: 30px; 
}

.faq-list .news-item .text p:last-child{
	padding-bottom: 0;
}

.faq-list .news-item.active .text{
	display: block;
}

.docs-items-wrapper .news-item{
	background: #F2F2F2;
	margin-right: 2%;
	width: 31%;
	padding: 50px 60px 50px 30px;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	position: relative;
	text-decoration: none;
}

.docs-items-wrapper .news-item span{
	display: block;
}

.docs-items-wrapper .news-item .descr{
	color: #151B17;
	font-family: 'Circe Regular';
	padding-bottom: 5px;
}

.docs-items-wrapper .news-item:after{
	content: '';
	width: 40px;
	height: 40px;
	background: url("/local/templates/speland/images/download.svg") 0px 0px no-repeat;
	position: absolute;
	right: 20px;
	top: 55px;
}


.docs-items-wrapper .cat-title{
	font-size: 23px;
	padding-bottom: 30px;
}

.docs-items-wrapper{
	padding-top: 60px;
}

.docs-filter{
	font-family: 'Circe Regular';
	width: 210px;
	position: relative;
}

.docs-filter .active{
	line-height: 70px;
	border: 1px solid #151B17;
	padding-left: 15px;
	position: relative;
	cursor: pointer;
}

.docs-filter .active:hover{
	color: #006937;
}

.docs-filter .active:after{
	content: '';
	width: 24px;
	height: 24px;
	background: url("/local/templates/speland/images/doc-arrow.svg") 0px 0px no-repeat;
	position: absolute;
	right: 15px;
	top: 23px;
}

.docs-filter ul{
	display: none;
	border: 1px solid #151B17;
	border-top: none;
	position: absolute;
	z-index: 10;
	background: #fff;
	width: 100%;
}

.docs-filter .visible{
	display: block;
}

.docs-filter li{
	padding: 21px 15px;
	line-height: 22px;
	color: #232A36;
	border-top: 1px solid #BEBEBE4D;
	display: block;
	list-style: none;
	cursor: pointer;
	
}

.docs-filter li:hover{
	text-decoration: none;
	color: #006937;
}

.docs-filter .active.opened:after{
	transform: rotate(180deg);
}

.docs-filter-wrapper{
    float: right;
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

.docs-items-wrapper .city{
	display: none!important;
}

.docs-items-wrapper.serts{
	border-top: 1px solid #E4E4E4;
	padding-top: 40px;
}


.docs-filter-wrapper .download-all a{
	width: 260px;
	padding-left: 20px;
	line-height: 70px;
	position: relative;
	display: block;
	margin-left: 10px;
	border: 1px solid #006937;
}

.docs-filter-wrapper .download-all a:after{
	content: '';
	position: absolute;
	right: 23px;
	top: 27px;
	background: url("/local/templates/speland/images/load-doc.svg") 0px 0px no-repeat;
	width: 16px;
	height: 17px;
}

#product-slider-block{
	padding: 100px 0;
	clear: both;
}

.page-anchor{
	position: absolute;
	top: -90px;
}

.has-anchor{
	position: relative;
}

font.tablebodytext{
	display: none;
}

.slick-initialized .slick-slide{
	height: auto;
}


#product-slider-block{
	text-align: center;
	margin-top: 100px;
}


#product-slider-block .news-list{
	width: 909px;
	margin: 0 auto;
}

#product-slider{
	padding: 100px 0;
	overflow: hidden;
}

#product-slider .news-item{
	display: block;
	margin: 0 10px;
}


#product-slider .arrows-wr{
    position: absolute;
    top: -112px;
    height: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 20;
    right: 0;
    width: 139px;
}

#product-slider .block-content{
	position: relative;
}

#product-slider .arrows-wr .slick-prev{
	top: 50px;
	left: 0;
}

#product-slider .arrows-wr .slick-next{
	top: 50px;
	left: 70px;
}

#product-slider .products-list{
	padding-top: 40px;
	border-top: 1px solid #E4E4E4;
}

#product-chars-block{
	padding: 100px 0;
}

#product-chars-block .block-content{
	position: relative;
}

#product-chars-block .block-content h2{
	color: #fff;
}


#product-chars-block .block-content .h2-wr{
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 1;
}

#product-chars-block .top-right-logo{
	top: 51px;
	right: 43px;
}

#product-chars-block .descr{
	background: rgba(255,255,255,0.9);
	padding: 30px;
	width: 482px;
	cursor: default;
}

#product-chars-block .one .descr{
	width: 499px;
}

#product-chars-block .descr h3{
	color: #006937;
	text-transform: uppercase;
	padding-bottom: 10px;
}


#product-chars-block .descr ul li{
	list-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

#product-chars-block .descr ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #006937;
}

#product-chars-block .descr ul li:last-child{
	padding-bottom: 0;
}

#product-chars-block .item{
	position: absolute;
	width: 100px;
	height: 100px;
	background: url("/local/templates/speland/images/char-item-1.png") 0px 0px no-repeat;
	cursor: pointer;
	z-index: 1;
}

#product-chars-block .item.one{
	top: 244px;
	left: 218px;
}

#product-chars-block .item.two{
	top: 266px;
	left: 523px;
	background: url("/local/templates/speland/images/char-item-2.png") 0px 0px no-repeat;
}

#product-chars-block .item.three{
	top: 287px;
	right: 171px;
	background: url("/local/templates/speland/images/char-item-3.png") 0px 0px no-repeat;
}

#product-chars-block .item .descr{
	position: absolute;
	left: -482px;
	top: 0;
	font-size: 17px;
	visibility: hidden;
	box-shadow: 0px 11px 23.5px 0px #00000040;
}

#product-chars-block .item .descr .close-btn{
	width: 32px;
    height: 32px;
    content: '';
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(/local/templates/speland/images/expand.svg) 0px 0px no-repeat;
	transform: rotate(45deg);
	display: none;
}

#product-chars-block .item.active {
	z-index: 30;
}

#product-chars-block .item.active .descr{
	visibility: visible;
	z-index: 20;
}

#product-chars-block .item .descr h3{
	font-size: 19px;
}

#product-chars-block .item.one .descr{
	left: 100px;
}

.product-detail .tabs-wrapper{
	padding-top: 60px;
}

.product-detail .tabs-wrapper .tabs{
	border-bottom: 1px solid #151B17;
}

.product-detail .tabs-wrapper .tabs .tab{
	display: inline-block;
	margin: 0px 63px;
	position: relative;
	padding-bottom: 16px;
	cursor: pointer;
}

.product-detail .tabs-wrapper .tabs .tab:hover{
	color: #006937;
}

.product-detail .tabs-wrapper .tabs .tab:before{
	content: '';
	position: absolute;
	left: -63px;
	top: 5px;
	height: 28px;
	width: 1px;
	background: #D9D9D9;
}

.product-detail .tabs-wrapper .tabs .tab.active:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 100%;
	background:#006937;
}

.product-detail .tabs-wrapper .tabs .tab span{
	display: inline-block;
    position: relative;
    top: 6px;
    height: 24px;
    width: 24px;
    margin-left: 6px;
    background: url(/local/templates/speland/images/ico-speland-product-6.svg) 0px 0px no-repeat;
}

.product-detail .tabs-wrapper .tabs .tab:first-child{
	margin-left: 0;
}

.product-detail .tabs-wrapper .tabs .tab:last-child{
	margin-right: 0;
}

.product-detail .tabs-wrapper .tabs .tab:first-child:before{
	display: none;
}

.product-detail .tabs-wrapper .tabs .tab:first-child+* span{
	background: url("/local/templates/speland/images/ico-speland-product-8.svg") 0px 0px no-repeat;
}

.product-detail .tabs-wrapper .tabs .tab:first-child+*+* span{
	background: url("/local/templates/speland/images/ico-speland-product-4.svg") 0px 0px no-repeat;
}

.product-detail .tabs-wrapper .tabs .tab:first-child+*+*+* span{
	background: url("/local/templates/speland/images/ico-speland-product-2.svg") 0px 0px no-repeat;
}

.product-detail .gallery{
	float: left;
	width: 480px;
	margin-right: 80px;
}

.product-detail .gallery img{
	max-width: 100%;
	height: auto;
}

.product-detail .descr{
	width: 540px;
}

.product-detail .block-content{
	clear: both;
}

.product-detail .gray-wrapper{
	float: left;
	width: 100%;
	padding: 100px 0;
}

.product-detail .bottom-gallery img{
	width: 110px;
	height: auto;
	margin: 0 12px;
}

.product-detail .bottom-gallery{
	width: 375px;
	margin: 0 auto;
	margin-top: 21px;
}

.product-detail .bottom-gallery .slick-prev{
	background: url(/local/templates/speland/images/pr-arrow-left.png) 0px 0px no-repeat;
	left: -52px;
    height: 100%;
}

.product-detail .bottom-gallery .slick-list{
    margin-left: -6px;
}

.product-detail .bottom-gallery .slick-arrow.slick-prev:hover{
	background: url(/local/templates/speland/images/pr-arrow-left-hover.png) 0px 0px no-repeat;
}

.product-detail .bottom-gallery .slick-arrow.slick-next{
	background: url(/local/templates/speland/images/pr-arrow-right.png) 0px 0px no-repeat;
	right: -72px;
    height: 100%;
}

.product-detail .bottom-gallery .slick-arrow.slick-next:hover{
	background: url(/local/templates/speland/images/pr-arrow-right-hover.png) 0px 0px no-repeat;
}

.product-detail h4{
	font-size: 24px;
	padding-bottom: 15px;
}


.green-btn{
	background: #006937;
	padding: 0 20px;
	line-height: 58px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #006937;
}

.green-btn:hover{
	background: transparent;
    box-shadow: inset 310px 0 0 0 #E4E4E4;
	color: #006937;
	text-decoration: none;
}

.product-detail .btns{
	margin-top: 28px;
}

.product-detail .btns a{
	margin-right: 10px;
}

.product-detail .bordered-btn{
	background: transparent
}

.product-detail .bordered-btn:hover{
	background: transparent;
    box-shadow: inset 310px 0 0 0 #006937;
	color: #fff;
	text-decoration: none;
}

.product-detail .tab-item{
	padding: 50px 0 100px;
}


.product-detail .tab-item.vars li{
	list-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

.product-detail .tab-item.vars li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #006937;
}

.product-detail .tab-item .h1-icon{
	display: none;
}

.product-detail .tab-item .docs-filter-wrapper{
    float: left;
    margin-top: -50px;
    clear: both;
}

.docs-items-wrapper.serts{
	clear: both;
	border-top: none;
}

.product-detail .tab-item.docs .docs-items-wrapper.rekl{
	display: none;
}

.product-detail .tab-item.rekl .docs-filter-wrapper{
	display: none;
}

.product-detail .tab-item.rekl .docs-items-wrapper{
	display: none;
}

.product-detail .tab-item.rekl .docs-items-wrapper.rekl{
	display: block;
	padding-top: 0;
	margin-top: -40px;
}





font[color="#FF0000"]{
	display: none;
}

#product-slider-block .props-wr{
	height: 0;
	padding: 0;
}



.calc_wrapper .select {
    position: relative;
    display: inline-block;
	vertical-align: top;
    width: 385px;
}

.calc_wrapper .select__head {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    line-height: 70px;
	height: 70px;
    cursor: pointer;
	background: #fff;
	border: 1px solid #D9D9D9;
	font-family: 'Circe Regular';
	font-size: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 35px;
	position: relative;
}

.calc_wrapper .select__head:before{
	background: #7eb8f0;
	background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .8)), color-stop(50%, #fff));
	background: linear-gradient(90deg, hsla(0, 0%, 100%, .8), #fff 50%);
	z-index: 0;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	z-index: 1;
}

.calc_wrapper .select__head::after {
    width: 10px;
    height: 6px;
    background: url(/local/templates/speland/images/calc-arrow.svg) no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
	z-index: 2;
}

.calc_wrapper .select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.calc_wrapper .select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: 5px;
    max-height: 305px;
	font-size: 17px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}



.calc_wrapper .select__list .select__item {
    position: relative;
    padding: 12px 15px;
	line-height: 22px;
	color: #232A36;
	border-top: 1px solid #BEBEBE4D;
	display: block;
	list-style: none;
	cursor: pointer;
	
}

.calc_wrapper .select__list .select__item:hover{
	text-decoration: none;
	color: #006937;
}

.font-size-23{
	font-size: 23px;
	line-height: 32px;
}

.calc_wrapper{
	background: #F2F2F2;
	padding: 60px 40px;
	margin-top: 40px;
	margin-bottom: 100px;
}

.calc_wrapper .main-title{
	padding-bottom: 31px;
}

.calc_wrapper #quantity{
	width: 100%;
    max-width: 100%;
    padding: 18px 15px;
	height: 70px;
    cursor: pointer;
	background: #fff;
	border: 1px solid #D9D9D9;
	font-size: 19px;
}

.calc_wrapper .input{
	width: 385px;
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	margin: 0 4px;
}

.calc_wrapper ::placeholder {
	font-family: 'Circe Regular';
	opacity: 1; /* Firefox */
	color: #151B17;
	font-size: 19px;
}

.calc_wrapper ::-ms-input-placeholder { /* Edge 12 -18 */
	font-family: 'Circe Regular';
	color: #151B17;
	font-size: 19px;
}

.calc_wrapper .green-btn{
	width: 229px;
	line-height: 68px;
}

.calc_wrapper .result-block{
	margin-top: 50px;
	overflow: hidden;
}

.calc_wrapper .result-item{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 40px;
	width: 48%;
	float: left;
	margin-bottom: 28px;
}

.calc_wrapper .result-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 26px;
	background: url(/local/templates/speland/images/calc-icon-1.svg) 0px 0px no-repeat;
}

.calc_wrapper .result-item.two,
.calc_wrapper .result-item.four{
	float: right;
}


.calc_wrapper .result-item.two:before{
	background: url(/local/templates/speland/images/calc-icon-2.svg) 0px 0px no-repeat;
}

.calc_wrapper .result-item.three:before{
	background: url(/local/templates/speland/images/calc-icon-3.svg) 0px 0px no-repeat;
}

.calc_wrapper .result-item.four:before{
	background: url(/local/templates/speland/images/calc-icon-4.svg) 0px 0px no-repeat;
}


.calc_wrapper .result-item .item{
	position: relative;
	height: 30px;
}

.calc_wrapper .result-item .item:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #151B17;
}


.calc_wrapper .result-item .item .caption{
	float: left;
}

.calc_wrapper .result-item .item .value{
	float: right;
}

.calc_wrapper .download-btn{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 70px;
    border: 1px solid #006937;
	cursor: pointer;
	color: #006937;
	clear: both;
	font-family: 'Circe Regular';
}

.calc_wrapper .download-btn:hover{
	background: #E4E4E4;
}

.calc_wrapper .download-btn span{
	background: url(/local/templates/speland/images/load-doc.svg) 0px 0px no-repeat;
    width: 16px;
    height: 17px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 3px;
}


.article-block-footer{
	display: none;
}

.product-detail .btns-mob{
	display: none;
}





/* End */
/* /local/templates/speland/js/slick/slick.css?17157623841776 */
/* /local/templates/speland/js/slick/slick-theme.css?17157623843145 */
/* /local/templates/speland/js/magnificpopup/magnific-popup.css?17157623847807 */
/* /local/templates/speland/template_styles.css?177211163548396 */
