/* Import */
/* Default */
/* Grid System - 12 columns */
/* Mixin */


@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont_2.eot');
    src: url('../fonts/fontawesome-webfont.eot#iefix&v=4.6.3') format("embedded-opentype"),
    url('../fonts/fontawesome-webfont_1.woff2') format("woff2"),
    url('../fonts/fontawesome-webfont_1.woff') format("woff"),
    url('../fonts/fontawesome-webfont_1.ttf') format("truetype"),
    url('../images/fontawesome-webfont_1.svg#fontawesomeregular') format("svg");
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid System */
/* Mobile-Tablet, Tablet-Laptop, Laptop - Desktop, Desktop - Widescreen */
/* Tablet, Laptop, Desktop MAXIMUM */
/* Tablet, Laptop, Desktop MINIMUM */
/* Container */
.container {
  /*width: $width-main;
  margin: 0 auto;
  @include clearfix;
  position: relative;*/ }

.container-fluid {
  min-width: 100%;
  clear: both; }
  .container-fluid:before {
    content: " ";
    display: table; }
  .container-fluid:after {
    content: " ";
    display: table;
    clear: both; }

/* Classes */
.row {
  margin: 0 auto;
  clear: both; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }

.row.row-minus {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap; }

.row.column {
  float: none; }

.column {
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.clearfix {
  clear: both; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.no-p {
  padding: 0; }

.no-pl {
  padding-left: 0; }

.no-pr {
  padding-right: 0; }

.show-widescreen,
.show-desktop,
.show-laptop,
.show-tablet,
.show-mobile {
  display: none !important; }

/* Common Resolutions */
.row.hd-6 > .column {
  width: 16.66667%; }
  .row.hd-6 > .column:nth-child(6n+1) {
    clear: left; }

.row.hd-5 > .column {
  width: 20%; }
  .row.hd-5 > .column:nth-child(5n+1) {
    clear: left; }

.row.hd-4 > .column {
  width: 25%; }
  .row.hd-4 > .column:nth-child(4n+1) {
    clear: left; }

.row.hd-3 > .column {
  width: 33.33333%; }
  .row.hd-3 > .column:nth-child(3n+1) {
    clear: left; }

.row.hd-2 > .column {
  width: 50%; }
  .row.hd-2 > .column:nth-child(2n+1) {
    clear: left; }

.row.hd-1 > .column {
  width: 100%; }

.column.hd-1 {
  width: 8.33333%; }

.column.hd-2 {
  width: 16.66667%; }

.column.hd-3 {
  width: 25%; }

.column.hd-4 {
  width: 33.33333%; }

.column.hd-5 {
  width: 41.66667%; }

.column.hd-6 {
  width: 49.9%; }

.column.hd-7 {
  width: 58.33333%; }

.column.hd-8 {
  width: 66.66667%; }

.column.hd-9 {
  width: 75%; }

.column.hd-10 {
  width: 83.33333%; }

.column.hd-11 {
  width: 91.66667%; }

.column.hd-12 {
  width: 100%; }

/* Custom Column Width */
@media screen and (min-width: 1200px) {
  /*.container { width: $width-main;}*/
  .row.ws-6 > .column {
    width: 16.66667%; }
    .row.ws-6 > .column:nth-child(6n+1) {
      clear: left; }

  .row.ws-5 > .column {
    width: 20%; }
    .row.ws-5 > .column:nth-child(5n+1) {
      clear: left; }

  .row.ws-4 > .column {
    width: 25%; }
    .row.ws-4 > .column:nth-child(4n+1) {
      clear: left; }

  .row.ws-3 > .column {
    width: 33.33333%; }
    .row.ws-3 > .column:nth-child(3n+1) {
      clear: left; }

  .row.ws-2 > .column {
    width: 50%; }
    .row.ws-2 > .column:nth-child(2n+1) {
      clear: left; }

  .row.ws-1 > .column {
    width: 100%; }

  .column.ws-1 {
    width: 8.33333%; }

  .column.ws-2 {
    width: 16.66667%; }

  .column.ws-3 {
    width: 25%; }

  .column.ws-4 {
    width: 33.33333%; }

  .column.ws-5 {
    width: 41.66667%; }

  .column.ws-6 {
    width: 50%; }

  .column.ws-7 {
    width: 58.33333%; }

  .column.ws-8 {
    width: 66.66667%; }

  .column.ws-9 {
    width: 75%; }

  .column.ws-10 {
    width: 83.33333%; }

  .column.ws-11 {
    width: 91.66667%; }

  .column.ws-12 {
    width: 100%; }

  .show-widescreen {
    display: block !important; }

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

  .no-p-w {
    padding: 0; }

  .no-pl-w {
    padding-left: 0; }

  .no-pr-w {
    padding-right: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /*.container { width: $width-desktop;}*/
  .row.lg-6 > .column {
    width: 16.66667%; }
    .row.lg-6 > .column:nth-child(6n+1) {
      clear: left; }

  .row.lg-5 > .column {
    width: 20%; }
    .row.lg-5 > .column:nth-child(5n+1) {
      clear: left; }

  .row.lg-4 > .column {
    width: 25%; }
    .row.lg-4 > .column:nth-child(4n+1) {
      clear: left; }

  .row.lg-3 > .column {
    width: 33.33333%; }
    .row.lg-3 > .column:nth-child(3n+1) {
      clear: left; }

  .row.lg-2 > .column {
    width: 50%; }
    .row.lg-2 > .column:nth-child(2n+1) {
      clear: left; }

  .row.lg-1 > .column {
    width: 100%; }

  .column.lg-1 {
    width: 8.33333%; }

  .column.lg-2 {
    width: 16.66667%; }

  .column.lg-3 {
    width: 25%; }

  .column.lg-4 {
    width: 33.33333%; }

  .column.lg-5 {
    width: 41.66667%; }

  .column.lg-6 {
    width: 50%; }

  .column.lg-7 {
    width: 58.33333%; }

  .column.lg-8 {
    width: 66.66667%; }

  .column.lg-9 {
    width: 75%; }

  .column.lg-10 {
    width: 83.33333%; }

  .column.lg-11 {
    width: 91.66667%; }

  .column.lg-12 {
    width: 100%; }

  .show-desktop {
    display: block !important; }

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

  .no-p-d {
    padding: 0; }

  .no-pl-d {
    padding-left: 0; }

  .no-pr-d {
    padding-right: 0; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*.container { width: $width-laptop;}*/
  .row.md-6 > .column {
    width: 16.66667%; }
    .row.md-6 > .column:nth-child(6n+1) {
      clear: left; }

  .row.md-5 > .column {
    width: 20%; }
    .row.md-5 > .column:nth-child(5n+1) {
      clear: left; }

  .row.md-4 > .column {
    width: 25%; }
    .row.md-4 > .column:nth-child(4n+1) {
      clear: left; }

  .row.md-3 > .column {
    width: 33.33333%; }
    .row.md-3 > .column:nth-child(3n+1) {
      clear: left; }

  .row.md-2 > .column {
    width: 50%; }
    .row.md-2 > .column:nth-child(2n+1) {
      clear: left; }

  .row.md-1 > .column {
    width: 100%; }

  .column.md-1 {
    width: 8.33333%; }

  .column.md-2 {
    width: 16.66667%; }

  .column.md-3 {
    width: 25%; }

  .column.md-4 {
    width: 33.33333%; }

  .column.md-5 {
    width: 41.66667%; }

  .column.md-6 {
    width: 50%; }

  .column.md-7 {
    width: 58.33333%; }

  .column.md-8 {
    width: 66.66667%; }

  .column.md-9 {
    width: 75%; }

  .column.md-10 {
    width: 83.33333%; }

  .column.md-11 {
    width: 91.66667%; }

  .column.md-12 {
    width: 100%; }

  .show-laptop {
    display: block !important; }

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

  .no-p-l {
    padding: 0; }

  .no-pl-l {
    padding-left: 0; }

  .no-pr-l {
    padding-right: 0; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  /*.container { width: $width-tablet;}*/
  .row.sm-6 > .column {
    width: 16.66667%; }
    .row.sm-6 > .column:nth-child(6n+1) {
      clear: left; }

  .row.sm-5 > .column {
    width: 20%; }
    .row.sm-5 > .column:nth-child(5n+1) {
      clear: left; }

  .row.sm-4 > .column {
    width: 25%; }
    .row.sm-4 > .column:nth-child(4n+1) {
      clear: left; }

  .row.sm-3 > .column {
    width: 33.33333%; }
    .row.sm-3 > .column:nth-child(3n+1) {
      clear: left; }

  .row.sm-2 > .column {
    width: 50%; }
    .row.sm-2 > .column:nth-child(2n+1) {
      clear: left; }

  .row.sm-1 > .column {
    width: 100%; }

  .column.sm-1 {
    width: 8.33333%; }

  .column.sm-2 {
    width: 16.66667%; }

  .column.sm-3 {
    width: 25%; }

  .column.sm-4 {
    width: 33.33333%; }

  .column.sm-5 {
    width: 41.66667%; }

  .column.sm-6 {
    width: 50%; }

  .column.sm-7 {
    width: 58.33333%; }

  .column.sm-8 {
    width: 66.66667%; }

  .column.sm-9 {
    width: 75%; }

  .column.sm-10 {
    width: 83.33333%; }

  .column.sm-11 {
    width: 91.66667%; }

  .column.sm-12 {
    width: 100%; }

  .show-tablet {
    display: block !important; }

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

  .no-p-t {
    padding: 0; }

  .no-pl-t {
    padding-left: 0; }

  .no-pr-t {
    padding-right: 0; } }
@media screen and (max-width: 639px) {
  /*.container { width: $width-mobile;}*/
  .row.xs-6 > .column {
    width: 16.66667%; }
    .row.xs-6 > .column:nth-child(6n+1) {
      clear: left; }

  .row.xs-5 > .column {
    width: 20%; }
    .row.xs-5 > .column:nth-child(5n+1) {
      clear: left; }

  .row.xs-4 > .column {
    width: 25%; }
    .row.xs-4 > .column:nth-child(4n+1) {
      clear: left; }

  .row.xs-3 > .column {
    width: 33.33333%; }
    .row.xs-3 > .column:nth-child(3n+1) {
      clear: left; }

  .row.xs-2 > .column {
    width: 50%; }
    .row.xs-2 > .column:nth-child(2n+1) {
      clear: left; }

  .row.xs-1 > .column {
    width: 100%; }

  .column.xs-1 {
    width: 8.33333%; }

  .column.xs-2 {
    width: 16.66667%; }

  .column.xs-3 {
    width: 25%; }

  .column.xs-4 {
    width: 33.33333%; }

  .column.xs-5 {
    width: 41.66667%; }

  .column.xs-6 {
    width: 50%; }

  .column.xs-7 {
    width: 58.33333%; }

  .column.xs-8 {
    width: 66.66667%; }

  .column.xs-9 {
    width: 75%; }

  .column.xs-10 {
    width: 83.33333%; }

  .column.xs-11 {
    width: 91.66667%; }

  .column.xs-12 {
    width: 100%; }

  .show-mobile {
    display: block !important; }

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

  .no-p-m {
    padding: 0; }

  .no-pl-m {
    padding-left: 0; }

  .no-pr-m {
    padding-right: 0; } }
/* Default */
/*html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}*/
/*body {
	color: $main-color;
	font: 15px/24px $main-font-family;
}*/
::selection {
  color: #000;
  background: #7cb91c; }

::-moz-selection {
  color: #000;
  background: #7cb91c; }

/*p {
	padding: 18px 0 0;
	margin: 0;
}*/
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/*h1 {
	padding: 30px 0 20px;
	color: $main-title-color;
	@include font (25,30);
}*/
/*a {
	color: $main-link-color;
	text-decoration: none;
	transition: .2s ease-in-out;
	outline: none;
	&:hover {
		color: $main-link-color-hover;
		text-decoration: none;
	}
}*/
img {
  max-width: 100%;
  height: auto; }

/*input[type="text"],
input[type="password"] {
	padding: 10px 15px;
	color: $main-color;
	background: #f5f1f1;
	transition: .2s ease-in-out;
	@include font (16,20);
	@include border (#b7b7b7,1px);
	&:focus {
		background: #e1fcff;
		border-color: #00aeef;
		@include box-shadow (0 0 4px #00aeef);
	}
}*/
.img-extensive {
  width: 100%;
  height: auto;
  display: block; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/*.btn {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #3090cf;
	@include font (16,30,bold);
	@include link-decoration (none,none);
	@include border-radius (4px);
	@include border (#3090cf,0px);
	&.btn-block {
		display: block;
	}
	&:hover {
		color: #fff;
		background: #196da5;
	}
}*/
@media screen and (min-width: 320px) and (max-width: 639px) {
  .row.row-minus {
    margin-left: 0;
    margin-right: 0; } }

/* Popup */
.fadeScreen {
  display: none;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }

.popup-box {
  width: 480px;
  padding: 50px 64px 64px;
  background: #fff;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 100000;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  position: fixed; }
  @media screen and (max-width: 767px) {
    .popup-box {
      width: auto;
      transform: translate(0%, -50%);
      top: 50%;
      left: 15px;
      right: 15px;
      bottom: auto;
      position: fixed; } }

.links-black, .page-nav__menu li a, .section2-catalog__screen ul.icon-menu li a, .section3-catalog__box .name a, .section3-catalog__box ul.icon-menu li a, .section3-catalog__box .button a.more, .section3-catalog__calculate.advantage a, .section3-catalog__color .all a, .section4-catalog__also a, .product-download__list a {
  color: #000; }
  .links-black:hover, .page-nav__menu li a:hover, .section2-catalog__screen ul.icon-menu li a:hover, .section3-catalog__box .name a:hover, .section3-catalog__box ul.icon-menu li a:hover, .section3-catalog__box .button a.more:hover, .section3-catalog__calculate.advantage a:hover, .section3-catalog__color .all a:hover, .section4-catalog__also a:hover, .product-download__list a:hover {
    color: #7cb91c; }

.links-border-green, .page-nav__menu li a, .section2-catalog__screen ul.icon-menu li a span, .section3-catalog__box .name a, .section3-catalog__box ul.icon-menu li a span, .section3-catalog__box .button a.more, .section3-catalog__calculate.advantage a, .section3-catalog__color .all a, .section4-catalog__also a, .product-download__list a {
  padding: 0 0 1px;
  display: inline-block;
  border-color: #7cb91c;
  border-width: 0 0 1px;
  border-style: solid;
  text-decoration: none; }
  .links-border-green:hover, .page-nav__menu li a:hover, .section2-catalog__screen ul.icon-menu li a span:hover, .section3-catalog__box .name a:hover, .section3-catalog__box ul.icon-menu li a span:hover, .section3-catalog__box .button a.more:hover, .section3-catalog__calculate.advantage a:hover, .section3-catalog__color .all a:hover, .section4-catalog__also a:hover, .product-download__list a:hover {
    text-decoration: none; }

/*------------------------------------- Header */
header {
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  box-shadow: 0 0 10px #777; }

.screen-top {
  background-position: center 51%; }

/*.popup-box, .fadeScreen { display: block; }*/
.popup-box .title {
  padding: 0 0 15px;
  font-family: "intro_blackregular";
  font-size: 30px;
  font-weight: normal;
  line-height: 34px; }
.popup-box .image {
  padding: 0 0 22px; }
  .popup-box .image img {
    width: 100%;
    display: block; }
.popup-box input[type=text] {
  width: 100%;
  padding: 5px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  border-color: #cbcbcb;
  border-width: 1px;
  border-style: solid;
  -moz-box-shadow: 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd; }
.popup-box input[type=submit] {
  width: 100%;
  padding: 0 20px;
  display: block;
  height: 53px;
  font-size: 18px;
  font-weight: normal;
  line-height: 53px; }
.popup-box .form {
  padding: 10px 0 0; }
.popup-box .button {
  padding: 20px 0 0; }
.popup-box span.close {
  width: 60px;
  height: 60px;
  display: block;
  color: #000;
  background: #7cb91c;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  line-height: 58px;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  position: absolute; }
  .popup-box span.close:hover {
    background: #436d01; }

/*------------------------------------ Content */
.top-menu__spacing {
  height: 50px;
  clear: both; }
  .top-menu__spacing:before {
    content: " ";
    display: table; }
  .top-menu__spacing:after {
    content: " ";
    display: table;
    clear: both; }

.box-spacing {
  height: 20px;
  clear: both; }
  .box-spacing:before {
    content: " ";
    display: table; }
  .box-spacing:after {
    content: " ";
    display: table;
    clear: both; }

.main-title {
  padding: 0 0 32px;
  margin: 0;
  text-transform: uppercase;
  font-family: "intro_blackregular";
  font-size: 28px;
  font-weight: normal;
  line-height: 32px; }

.main-title a {
  color:inherit !important;
  text-decoration:none;
}
.main-title a:hover {
  text-decoration:underline;
  text-decoration-style:dotted;
}

/*Page Navigation Menu*/
.page-nav__menu {
  padding: 38px 0 7px;
  clear: both; }
  .page-nav__menu:before {
    content: " ";
    display: table; }
  .page-nav__menu:after {
    content: " ";
    display: table;
    clear: both; }
  .page-nav__menu li {
    display:inline-block;
    margin-right:20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }

/*---------------------- Delivery Page */
.section1-box__spacing {
  height: 55px;
  clear: both; }
  .section1-box__spacing:before {
    content: " ";
    display: table; }
  .section1-box__spacing:after {
    content: " ";
    display: table;
    clear: both; }

/*Action*/
.section1-delivery__action {
  padding: 20px 50px 20px 35px;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section1-delivery__action:before {
    content: " ";
    display: table; }
  .section1-delivery__action:after {
    content: " ";
    display: table;
    clear: both; }
  .section1-delivery__action .col-left {
    width: 25%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-family: "intro_blackregular";
    font-size: 17px;
    font-weight: normal;
    line-height: 20px; }
    .section1-delivery__action .col-left .title {
      font-size: 44px;
      font-weight: normal;
      line-height: 47px; }
    .section1-delivery__action .col-left:after {
      content: "";
      display: inline-block;
      width: 83px;
      height: 83px;
      margin-top: -41px;
      text-align: center;
      background: #7cb91c url(../images/icon-delivery.gif) 50% 50% no-repeat;
      font-size: 30px;
      font-weight: normal;
      line-height: 82px;
      top: 50%;
      left: 87%;
      right: auto;
      bottom: auto;
      position: absolute;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .section1-delivery__action .col-right {
    width: 65%;
    float: right; }
  .section1-delivery__action p.note {
    padding: 10px 0 0;
    margin: 0;
    color: #606060;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px; }
  .section1-delivery__action:before {
    content: "";
    display: inline-block;
    width: 37%;
    background: #cf1313;
    transform: skewX(-38deg);
    top: 0;
    left: -94px;
    right: auto;
    bottom: 0;
    position: absolute; }
  .section1-delivery__action.product-action {
    padding: 0 0 32px; }
    .section1-delivery__action.product-action .col-left {
      width: 100%;
      padding: 25px 34px 1px 34px;
      float: none;
      background: #cf1313; }
      .section1-delivery__action.product-action .col-left:after {
        content: "";
        display: inline-block;
        margin-top: 0px;
        top: 80%;
        left: auto;
        right: 20px;
        bottom: auto;
        position: absolute; }
    .section1-delivery__action.product-action .col-right {
      width: 100%;
      padding: 65px 15px 0px 34px;
      float: none; }
    .section1-delivery__action.product-action:before {
      content: "";
      display: inline-block;
      width: 100%;
      background: #cf1313;
      transform: skewX(-75deg);
      top: 0;
      left: -341px;
      right: auto;
      bottom: 0;
      position: absolute;
    height: 409px;}
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section1-delivery__action .col-left {
      width: 35%; }
    .section1-delivery__action .col-right {
      width: 55%; }
    .section1-delivery__action:before {
      content: "";
      display: inline-block;
      width: 57%;
      top: 0;
      left: -174px;
      right: auto;
      bottom: 0;
      position: absolute; }
    .section1-delivery__action.product-action:before {
      content:none;
    }
    .section1-delivery__action.product-action .col-left {
      padding-bottom:20px;
    }
    .section1-delivery__action.product-action .col-right {
      padding-top:40px;
    }
    .section1-delivery__action.product-action .col-left::after {
      top:60%;
    }
    .section1-delivery__action .col-left .title {
      display:block;
    }
    .section2-info__box.product-stat {
      display:none;
    }
    .section3-catalog__calculate.quick-order {
      margin-bottom:50px;
    }
    .section4-tabs__menu li {
      font-size:16px !important;
    }
    .section4-tabs__menu li a {
      padding:0 10px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .section1-delivery__action {
      padding: 0 0 20px; }
      .section1-delivery__action .col-left {
        width: 100%;
        padding: 20px 20px 10px;
        background: #cf1313; }
        .section1-delivery__action .col-left:after {
          content: "";
          display: inline-block;
          display: none; }
      .section1-delivery__action .col-right {
        width: 100%;
        padding: 20px 20px 0px; }
      .section1-delivery__action:before {
        content: "";
        display: inline-block;
        display: none; } }

.section1-delivery__wrap {
  padding-top: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section1-delivery__wrap p {
    padding: 20px 0 0;
    margin: 0; }
  .section1-delivery__wrap .title {
    text-transform: uppercase;
    font-family: "intro_blackregular";
    font-size: 20px;
    font-weight: normal;
    line-height: 24px; }

.section1-delivery__products {
  padding-top: 45px; }
  .section1-delivery__products p.price {
    padding: 22px 0 0; }
    .section1-delivery__products p.price b {
      font-family: "intro_blackregular";
      font-size: 22px;
      font-weight: normal;
      line-height: 25px; }
  .section1-delivery__products span.name {
    padding: 12px 0 0;
    display: block;
    font-family: "intro_blackregular";
    font-size: 22px;
    font-weight: normal;
    line-height: 25px; }
  .section1-delivery__products ul.info {
    padding: 12px 0 0; }
    .section1-delivery__products ul.info li {
      padding: 7px 0 0; }
      .section1-delivery__products ul.info li span {
        min-width: 184px;
        padding-right: 10px;
        display: inline-block;
        line-height: 14px;
        border-color: #cbcbcb;
        border-width: 0 0 1px;
        border-style: solid; }
      .section1-delivery__products ul.info li em {
        padding: 0 4px 0 0;
        font-style: normal;
        background: #fff; }

.section2-delivery__info {
  padding: 50px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  border-color: #cbcbcb;
  border-width: 1px 0;
  border-style: solid; }
  .section2-delivery__info + .section2-delivery__info {
    border-width: 0 0 1px; }
  .section2-delivery__info p {
    padding: 20px 0 0;
    margin: 0; }
  .section2-delivery__info .title {
    text-transform: uppercase;
    font-family: "intro_blackregular";
    font-size: 20px;
    font-weight: normal;
    line-height: 24px; }



/*---------------------- Calc Page */

.section1-calc__tabs {
  background:#e6e6e6;
  height:80px;
}
.section1-calc__tabs a {
  display:block;
  float:left;
  height:100%;
  width: 33.33%;
  text-align: right;
  color:black;
  font-size:18px;
  font-family: "intro_boldregular";
  text-transform:uppercase;
  line-height:80px;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position: left 20px center;
  padding-right: 30px;
}
.section1-calc__tabs a:last-child {
  padding-left: 90px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
}
.section1-calc__tabs a.fence {background-image:url(../images/calc-fence.png)}
.section1-calc__tabs a.roof {background-image:url(../images/calc-roof.png)}
.section1-calc__tabs a.active {background-color:#7cb91c}
.section1-calc__tabs a:not(.active):hover {background-color: #b3b3b3}
.section1-calc__wrap {
  padding: 55px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.section1-calc__wrap .title {
  text-transform: uppercase;
  font-family: "intro_blackregular";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 25px;
}
.section1-calc__wrap .title2 {
  font-family: "intro_boldregular";
  font-size: 22px;
  margin-bottom:10px;
}
.section1-calc__wrap p {
  margin:0;
}
.section1-calc__wrap .col1,
.section1-calc__wrap .col2 {
  float:left;
  margin-top: 45px;
}
.section1-calc__wrap .col1 {
  width:62%;
  padding-right: 40px;
}
.section1-calc__wrap .col2 {
  width:38%;
}
.section1-calc__wrap .form {
    position:relative;
    padding: 11px 0 0; }
.section1-calc__wrap .form.hidden {
  display:none;
}
  .section1-calc__wrap .form span {
    position:absolute;
    left: 20px;
    line-height: 48px;
  }
  .section1-calc__wrap .form span + span {
    right: 20px;
    left:auto;
  }
  .section1-calc__wrap input[type=text] {
    width: 100%;
    padding: 3px 14px;
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    border-color: #cbcbcb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd; }
  .section1-calc__wrap .form span + input[type=text] {
    padding-left:170px;
  }
  .section1-calc__wrap .form span + span + input[type=text] {
    padding-right:70px;
  }
  .section1-calc__wrap input[type=submit] {
    display: block;
    height: 53px;
    font-size: 18px;
    font-weight: normal;
    float: right;
    width: auto;
    margin-top: 20px;
    padding: 0 50px;
    line-height: 53px; }
  .section1-calc__wrap input[type=submit][disabled=""] {
    opacity: 0.3;
  }

.section1-calc__wrap .form-container-result {
  display:none;
}
.section1-calc__wrap .form-container-result.active {
  display:block;
}
.section1-calc__wrap .col2 .price {
  font-size:48px;
  font-family: "intro_boldregular";
margin: 40px 0 30px;
}
.section1-calc__wrap .col2 .price span {
  display:inline-block;
}
.section1-calc__wrap .col2 .price span.decimal {
  font-size:22px;
  position: relative;
  top: -17px;
}
.section1-calc__wrap .col2 .price span.currency {
  font-size:24px;
}
.section1-calc__wrap .col2 p {
  font-style:italic;
  font-size:14px;
  color:rgba(0,0,0,0.6);
  line-height: 16px;
}
.section1-calc__wrap .select {
  position:relative;
  width: 100%;
  height:48px;
  padding: 3px 40px 3px 170px;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  border-color: #cbcbcb;
  border-width: 1px;
  border-style: solid;
  -moz-box-shadow: 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  cursor:pointer;
}
.section1-calc__wrap .select:after {
  content:"";
  display:block; height:10px; width:10px;
  position:absolute; top:17px; right:20px;
  border-bottom:2px solid #7cb91c;
  border-right:2px solid #7cb91c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section1-calc__wrap .select.active {
  border-color: #7cb91c;
}
.section1-calc__wrap .select.active:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top:20px;
}
.section1-calc__wrap .select .name {
  font-size:20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section1-calc__wrap .select .name img {
  height:32px; width:32px;
  margin:5px 10px 8px 0;
  vertical-align: middle;
}
.section1-calc__wrap .select ul {
  display:none;
  position:absolute; top:100%; right:-1px; left:150px;
  padding:20px;
  background:white;
  z-index:5;
  border: 1px solid #7cb91c;
  border-top: 1px dotted #7cb91c;
}
.section1-calc__wrap .select.active ul {
  display:block;
}
.section1-calc__wrap .select ul li {
  font-size:20px;
  cursor:pointer;
  white-space: nowrap;
}
.section1-calc__wrap .select ul li:hover {
  text-decoration:underline;
}
.section1-calc__wrap .select ul li.hidden {
  display:none;
}
.section1-calc__wrap .select ul li img {
  height:32px; width:32px;
  margin:5px 10px 8px 0;
  vertical-align: middle;
}

.section1-calc__wrap2 {
  padding: 55px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.section1-calc__wrap2 .form.hidden {
  display:none;
}
.section1-calc__wrap2 .title {
  text-transform: uppercase;
  font-family: "intro_blackregular";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 25px;
}
.section1-calc__wrap2 .title2 {
  font-family: "intro_boldregular";
  font-size: 22px;
  margin-bottom:10px;
}
.section1-calc__wrap2 p {
  margin:0;
}
.section1-calc__wrap2 .col1,
.section1-calc__wrap2 .col2 {
  float:left;
  margin-top: 45px;
}
.section1-calc__wrap2 .col1 {
  width:50%;
  padding-right: 40px;
}
.section1-calc__wrap2 .col2 {
  width:50%;
  padding-top: 10px;
}
.section1-calc__wrap2 .form {
    position:relative;
    padding: 11px 0 0; }
  .section1-calc__wrap2 .form span {
    position:absolute;
    left: 20px;
    line-height: 48px;
  }
  .section1-calc__wrap2 .form span + span {
    right: 20px;
    left:auto;
  }
  .section1-calc__wrap2 input[type=text] {
    width: 100%;
    padding: 3px 14px;
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    border-color: #cbcbcb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd; }
  .section1-calc__wrap2 .form span + input[type=text] {
    padding-left:170px;
  }
  .section1-calc__wrap2 .form span + span + input[type=text] {
    padding-right:70px;
  }
  .section1-calc__wrap2 input[type=submit] {
    display: block;
    height: 53px;
    font-size: 18px;
    font-weight: normal;
    float: right;
    width: auto;
    margin-top: 20px;
    padding: 0 50px;
    line-height: 53px; }
  .section1-calc__wrap2 input[type=submit][disabled=""] {
    opacity: 0.3;
  }

.section1-calc__wrap2 .col2 .price {
  font-size:48px;
  font-family: "intro_boldregular";
  margin: 40px 0 30px;
}
.section1-calc__wrap2 .col2 .price span {
  display:inline-block;
}
.section1-calc__wrap2 .col2 .price span.decimal {
  font-size:22px;
  position: relative;
  top: -17px;
}
.section1-calc__wrap2 .col2 .price span.currency {
  font-size:24px;
}
.section1-calc__wrap2 .col2 p {
  font-style:italic;
  font-size:14px;
  color:rgba(0,0,0,0.6);
  line-height: 16px;
}
.section1-calc__wrap2 .select {
  position:relative;
  width: 100%;
  height:48px;
  padding: 3px 40px 3px 170px;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  border-color: #cbcbcb;
  border-width: 1px;
  border-style: solid;
  -moz-box-shadow: 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  cursor:pointer;
}
.section1-calc__wrap2 .select:after {
  content:"";
  display:block; height:10px; width:10px;
  position:absolute; top:17px; right:20px;
  border-bottom:2px solid #7cb91c;
  border-right:2px solid #7cb91c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section1-calc__wrap2 .select.active {
  border-color: #7cb91c;
}
.section1-calc__wrap2 .select.active:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top:20px;
}
.section1-calc__wrap2 .select .name {
  font-size:16px;
  line-height:20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.section1-calc__wrap2 .form-coatings .select .name {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section1-calc__wrap2 .select .name img {
  height:32px; width:32px;
  margin:5px 10px 8px 0;
  vertical-align: middle;
}
.section1-calc__wrap2 .select ul {
  display:none;
  position:absolute; top:100%; right:-1px; left:50px;
  padding:20px;
  background:white;
  z-index:5;
  border: 1px solid #7cb91c;
  border-top: 1px dotted #7cb91c;
}
.section1-calc__wrap2 .select.active ul {
  display:block;
}
.section1-calc__wrap2 .select ul li {
  font-size:16px;
  cursor:pointer;
  white-space: nowrap;
}
.section1-calc__wrap2 .select ul li:hover {
  text-decoration:underline;
}
.section1-calc__wrap2 .select ul li.hidden {
  display:none;
}
.section1-calc__wrap2 .select ul li img {
  height:32px; width:32px;
  margin:5px 10px 8px 0;
  vertical-align: middle;
}

.section1-calc__wrap2 .results {
  display:none;
  width:450px;
  clear:both;
  padding-top:50px;
}
.section1-calc__wrap2 .results.active {
  display:block;
}
.section1-calc__wrap2 .results .table {
  width:100%;
}
.section1-calc__wrap2 .results table {
  width:100%;
  font-size:16px;
}
.section1-calc__wrap2 .results table td {
  padding: 5px 10px;
  vertical-align: top;
}
.section1-calc__wrap2 .results table tr:first-child td {
  padding-top:18px;
}
.section1-calc__wrap2 .results table tr:first-child td:first-child {
  padding-top:5px;
}
.section1-calc__wrap2 .results table tr td:first-child {
  padding-left:0;
  white-space: nowrap;
}
.section1-calc__wrap2 .results table tr:not(:first-child) td {
  white-space: nowrap;
}
.section1-calc__wrap2 .results table td[colspan='3'] + td span.big{
  white-space: nowrap;
}
.section1-calc__wrap2 .results table span.big {
  font-family: "intro_boldregular";
  font-size:22px;
  white-space: normal;
}
.section1-calc__wrap2 .results p {
  font-size:12px;
  color:#797979;
  line-height: 16px;
  margin-top: 20px;
}

@media (min-width: 991px) {
  .section1-calc__wrap > .column.hd-3 {
    width:22%;
    padding-right: 20px;
  }
  .section1-calc__wrap > .column.hd-9 {
    width:78%;
    padding:0;
  }
}



/*---------------------- Text Page */
.text-page {
  padding-bottom:50px;
}
.text-page .section-product__screen-3 {
  padding-top:0;
  margin-top:50px;
}
.text-page .section-product__screen-3 input[type="submit"] {
  margin-top:7px;
}
.text-page .section4-tabs__wrap {
  margin: 50px 0;
}
.text-page .section4-tabs__menu {
  padding:0 !important;
}
.text-page .section4-tabs__menu li a {
  border:none !important;
}
.text-page .section4-tabs__menu li {
 margin:0 !important;
}
.text-page .section4-tabs__menu li:before{
  content:none !important;
}
.text-page .section4-tabs__content {
  padding:20px;
}
.text-page .main-title {
  padding-bottom:10px;
}
.text-page p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.text-page .sm_header p {
  font-size: 14px;
  padding: 0 5px;
}
.text-page a {
  color:black;
  text-decoration: none;
}
.text-page a {
  border-bottom:1px solid #7cb91c;
}
.text-page a:hover {
  border-bottom:none;
}
.text-page ul:not(.page-nav__menu),
.text-page ol {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-left:30px;
}
.text-page ul:not(.page-nav__menu) li,
.text-page ol li {
  margin-bottom:5px;
}
.text-page ul:not(.page-nav__menu) li:before {
  content:"";
  display:inline-block;
  height:5px; width:5px;
  background:#7cb91c;
  border-radius:5px;
  margin-right:10px;
  vertical-align: middle;
  margin-left: -17px;
}
.text-page h2 {
  font-size: 22px;
  font-family: "intro_boldregular";
  text-transform: none;
}
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  font-size: 18px;
  font-family: "intro_boldregular";
  text-transform: none;
  font-weight: normal;
}
.text-page table {
  width:100%;
  text-align: center;
  max-width: 100% !important;
}
.text-page table th {
  background:#7cb91c;
}
.text-page table tr {
  height:40px;
}


/*---------------------- About Page */
.bordered {
  border-bottom:1px solid #cbcbcb;
  margin-bottom:45px;
}
.bordered:last-child {
  margin-bottom:90px;
}
.section1-about {
  font-size: 16px;
  margin: -5px 0 -13px;
}
.section1-about__wrap {
  padding-top: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.section1-about__wrap.nopadding {
  padding-top:0;
}
.section1-about__wrap p {
  width: 210px;
  padding: 5px 0 0;
  margin: 0;
}
.section1-about__wrap .title {
  text-transform: uppercase;
  font-family: "intro_blackregular";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 25px;
}
.section1-about__wrap .item {
  min-height: 210px;
  text-align:center;
  padding:0;
}
.section1-about__wrap .item p {
  display:block;
  color:black;
}
.section1-about__wrap .item p span {
  display:inline-block;
  border-bottom:1px solid #93ce35;
  text-decoration:none;
}
.section1-about__wrap .item:hover p span {
  border-bottom:none;
}
.section1-about__wrap .item .image {
}
.section1-about__wrap .item .image img {
  display:inline-block;
  width:125px;
  border-radius:50%;
}
.section1-about__wrap .object {
  padding:0 10px 20px;
}
.section1-about__wrap .object.hidden {
  display:none;
}
.section1-about__wrap .object .image {
  max-width: 250px;
  position:relative;
}
.section1-about__wrap .object .image:after {
  content:"";
  position:absolute;
  bottom:0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.section1-about__wrap .object .image:before {
  content:"";
  position:absolute; z-index: 2;
  bottom:0; top:0; left:0; right:0;
  background:url(../images/obj-hover.png) center no-repeat, rgba(0,0,0,0.3);
  opacity:0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.section1-about__wrap .object .image:hover:before {
  opacity:1;
}
.section1-about__wrap .object .image img {
  display:block;
}
.section1-about__wrap .object .image p {
  position:absolute;
  left:0; right:0; bottom:0;
  padding:15px;
  color:white;
  font-size:14px;
  z-index: 1;
}
.section1-about__wrap .more-wrap {
  text-align:center;
  clear: both;
  margin-bottom: 90px;
}
.section1-about__wrap .more {
  display:inline-block;
  padding:18px 37px;
  background:#7cb91c;
  font-size:16px;
  color:white;
  text-decoration:none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.section1-about__wrap .more:hover {
  background: #436d01;
}
@media (min-width: 991px) {
  .section1-about__wrap > .column.hd-3 {
    width:21%;
    padding-right:0;
  }
  .section1-about__wrap > .column.hd-9 {
    width:78%;
    padding:0;
  }
}

/*---------------------- Contacts Page */
.section1-contacts {
  font-size: 16px;
  margin: -5px 0 -13px;
}
.section1-contacts__wrap {
  padding-top: 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.section1-contacts__wrap:last-child {
  margin-bottom:90px;
}
.section1-contacts__wrap p {
  padding: 5px 0 0;
  margin: 0;
}
.section1-contacts__wrap .title {
  text-transform: uppercase;
  font-family: "intro_blackregular";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
.section1-contacts__wrap .title2 {
  font-weight:bold;
  padding-top: 35px;
}
.section1-contacts__wrap .title + .title2 {
  padding-top: 20px;
}
@media (min-width: 991px) {
  .section1-contacts__wrap .column.hd-3 {
    width:21%;
    padding-right:0;
  }
  .section1-contacts__wrap .column.hd-9 {
    width:79%;
  }
}

.section1-contacts__wrap .image {
  position:relative;
}
.section1-contacts__wrap .image img {
  display:block;
}
.section1-contacts__wrap .image .info {
  position:absolute;
  bottom:0; left:0;
  background:#7cb91c;
  padding:35px;
}
.section1-contacts__wrap .image .info p {
  color:#3f6602;
  font-size:14px;
}
.section1-contacts__wrap .image .info a {
  color:black;
  font-family: "intro_boldregular";
  font-size:16px;
  text-decoration:none;
}
.section1-contacts__wrap .image .info a:hover {
  text-decoration:underline;
}

.section1-contacts__wrap .image .yandex {
  height:550px;
  width:100%;
}

/*---------------------- Catalog Page */
.section1-catalog__screen {
  padding: 22px 0 25px;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section1-catalog__screen:before {
    content: " ";
    display: table; }
  .section1-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }
  .section1-catalog__screen .col-left {
    width: 20%;
    padding-right: 30px;
    float: left; }
  .section1-catalog__screen .col-right {
    width: 80%;
    float: left; }
  .section1-catalog__screen .main-title {
    padding-bottom: 15px; }
  .section1-catalog__screen ul.page-nav__menu {
    padding-top: 15px; }

.section2-catalog__screen {
  padding: 34px 0 0;
  border-color: #cbcbcb;
  border-width: 1px 0 0;
  border-style: solid; }
  .section2-catalog__screen .title {
    padding: 0 0 15px;
    font-family: "intro_blackregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 27px; }
    .section2-catalog__screen .title i.fa {
      width: 22px;
      height: 22px;
      margin-left: 12px;
      display: inline-block;
      color: #fff;
      text-align: center;
      background: #7cb91c;
      position: relative;
      top: -2px;
      font-size: 15px;
      font-weight: normal;
      line-height: 21px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .section2-catalog__screen .icon-menu__wrap {
    padding: 25px 0 0;
    clear: both; }
    .section2-catalog__screen .icon-menu__wrap:before {
      content: " ";
      display: table; }
    .section2-catalog__screen .icon-menu__wrap:after {
      content: " ";
      display: table;
      clear: both; }
  .section2-catalog__screen ul.icon-menu {
    width: 15.5%;
    padding: 0 10px 0 0;
    float: left; }
    .section2-catalog__screen ul.icon-menu li {
      padding: 9px 0 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 19px; }
      .section2-catalog__screen ul.icon-menu li a {
        display: block;
        overflow: hidden; }
        .section2-catalog__screen ul.icon-menu li a span {
          max-width: calc(100% - 30px);
          float: left; }
      .section2-catalog__screen ul.icon-menu li img {
        margin-right: 9px;
        float: left;
        vertical-align: middle; }
    .section2-catalog__screen ul.icon-menu:nth-child(5), .section2-catalog__screen ul.icon-menu:nth-child(6) {
      width: 19%; }
  @media screen and (max-width: 991px) {
    .section2-catalog__screen ul.icon-menu {
      width: 33.333% !important; } }
  @media screen and (min-width: 320px) and (max-width: 639px) {
    .section2-catalog__screen ul.icon-menu {
      width: 50% !important; } }

.section2-info__box {
  padding: 35px 30px;
  position: relative;
  clear: both;
  -moz-box-shadow: 0 0 10px #d4d4d4;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
  box-shadow: 0 0 10px #d4d4d4; }
  .section2-info__box:before {
    content: " ";
    display: table; }
  .section2-info__box:after {
    content: " ";
    display: table;
    clear: both; }
  .section2-info__box .name {
    width: 48%;
    min-height: 111px;
    float: left;
    text-transform: uppercase;
    font-family: 'intro_bookregular';
    background: url(../images/bg-section2-info.gif) 92% 10px no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }
  .section2-info__box ul.list1 {
    width: 33%;
    padding-left: 3px;
    float: left; }
  .section2-info__box ul.list2 {
    width: 19%;
    float: left; }
  .section2-info__box ul.list1 li,
  .section2-info__box ul.list2 li {
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
  .section2-info__box ul.list1 li .hidden,
  .section2-info__box ul.list2 li .hidden {
    display:none;
  }
  .section2-info__box.product-stat {
    padding: 35px 27px; }
    .section2-info__box.product-stat ul {
      padding: 0 0 17px;
      clear: both; }
      .section2-info__box.product-stat ul:before {
        content: " ";
        display: table; }
      .section2-info__box.product-stat ul:after {
        content: " ";
        display: table;
        clear: both; }
      .section2-info__box.product-stat ul li {
        width: 41%;
        float: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px; }
        .section2-info__box.product-stat ul li:first-child {
          width: 59%; }
        .section2-info__box.product-stat ul li b {
          color: #7cb91c;
          font-family: "intro_blackregular";
          font-size: 35px;
          font-weight: normal;
          line-height: 40px; }
        .section2-info__box.product-stat ul li em {
          font-style: normal;
          font-size: 20px;
          font-weight: bold;
          line-height: 23px; }
    .section2-info__box.product-stat p.online {
      padding: 5px 0 0;
      margin: 0;
      font-family: "intro_blackregular";
      font-size: 22px;
      font-weight: normal;
      line-height: 24px; }
  .section2-info__box span.close {
    width: 34px;
    height: 34px;
    display: block;
    color: #fff;
    background: #000;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 32px;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    position: absolute; }
    .section2-info__box span.close:hover {
      background: #777; }

  @media screen and (max-width: 1199px) {
    .section2-info__box .name {
      background: url(../images/bg-section2-info.gif) 104% 10px no-repeat;
    }
  }
  @media screen and (max-width: 991px) {
    .section2-info__box .name {
      width: 100%;
      padding: 0 0 20px;
      float: none;
      min-height: auto;
      background: none; }
    .section2-info__box ul.list1 {
      width: 70%; }
    .section2-info__box ul.list2 {
      width: 30%; }
    .section2-info__box ul.list1 .hidden,
    .section2-info__box ul.list2 .hidden {
      display:inline !important;
    }
  }
  @media screen and (max-width: 767px) {
    .section2-info__box ul.list1 {
      width: 100%; }
    .section2-info__box ul.list2 {
      width: 100%;
      padding-top: 30px; } }

/*---------------------------- Section 3 */
.section3-catalog__screen {
  padding: 10px 0 53px;
  clear: both; }

.catalog-text {
  margin-top: 50px;
  line-height: 18px;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
}

.catalog-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.catalog-text li p {
  margin: 0;
  display: inline-block;
}
.catalog-text p a:only-child {
  margin-bottom:10px;
  display: inline-block;
}
.catalog-text a {
  color:black;
  text-decoration: none;
}
.catalog-text p a {
  border-bottom:1px solid #7cb91c;
}
.catalog-text p a:hover {
  border-bottom:none;
}
.catalog-text ul:not(.page-nav__menu),
.catalog-text ol {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-left:30px;
}
.catalog-text ul:not(.page-nav__menu) li {
  margin-bottom: 10px;
}

.catalog-text ul:not(.page-nav__menu) li:before {
  content:"";
  display:inline-block;
  height:5px; width:5px;
  background:#7cb91c;
  border-radius:5px;
  margin-right:10px;
  vertical-align: middle;
  margin-left: -17px;
}
    .section3-catalog__screen .owl-nav {
      top: -240px;
    }
    .section3-catalog__screen .owl-prev,
    .section3-catalog__screen .owl-next {
      background:#ededed;
    }

  .section3-catalog__screen:before {
    content: " ";
    display: table; }
  .section3-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }
  .section3-catalog__screen .col-content {
    width: 75%;
    padding-right: 20px;
    float: left; }
  .section3-catalog__screen .col-sidebar {
    width: 25%;
    padding-top: 84px;
    float: left; }
  @media screen and (max-width: 991px) {
    .section3-catalog__screen .col-content {
      width: 66%; }
    .section3-catalog__screen .col-sidebar {
      width: 34%; }
    .section3-catalog__screen .column {
      width:100% !important;
    }
  }
  @media screen and (max-width: 767px) {
    .section3-catalog__screen .col-content {
      width: calc(100% - 250px); }
    .section3-catalog__screen .col-sidebar {
      width: 250px; } }
  @media screen and (max-width: 639px) {
    .section3-catalog__screen .col-content {
      width: 100%;
      padding-right: 0; }
    .section3-catalog__screen .col-sidebar {
      width: 250px;
      float: none;
      margin: 0px auto;
      clear: both; }
      .section3-catalog__screen .col-sidebar:before {
        content: " ";
        display: table; }
      .section3-catalog__screen .col-sidebar:after {
        content: " ";
        display: table;
        clear: both; } }
@media screen and (max-width: 366px) {
  .section3-catalog__box .button a.more {
    display:none;
  }
}

.section3-catalog__box {
  padding: 45px 0 0;
  clear: both; }
  .section3-catalog__box:before {
    content: " ";
    display: table; }
  .section3-catalog__box:after {
    content: " ";
    display: table;
    clear: both; }
  .section3-catalog__box .name {
    padding: 0;
    margin-bottom: -20px;
    position: relative;
    z-index: 1; }
    .section3-catalog__box .name a {
      border-width: 0 0 2px;
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      max-width:100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;}
  .section3-catalog__box .image {
    padding-top: 34px;
    position: relative; }
  .section3-catalog__box .image p {
    position:absolute;
    left:0; right:0; top:24px; bottom:-10px;
    margin:0;
    padding:20px;
    background:rgba(0,0,0,0.9);
    font-size: 14px;
    line-height: 19px;
    color:white;
    opacity:0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .section3-catalog__box .image:hover p {opacity:1;}
    .section3-catalog__box .image img {
      width: 100%;
      display: block; }
    .section3-catalog__box .image span.presence {
      padding: 0 10px;
      display: block;
      color: #fff;
      background: #000;
      font-size: 14px;
      font-weight: normal;
      line-height: 31px;
      top: auto;
      left: 0;
      right: auto;
      bottom: 0;
      position: absolute; }
  .section3-catalog__box em.icon-guarantee {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/icon-guarantee.png) 0 0 no-repeat;
    top: 0px;
    left: auto;
    right: 12px;
    bottom: auto;
    position: absolute; }
  .section3-catalog__box .icon-menu__wrap {
    padding: 14px 0 0;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    min-height: 75px;
    line-height: 20px; }
    .section3-catalog__box .icon-menu__wrap:before {
      content: " ";
      display: table; }
    .section3-catalog__box .icon-menu__wrap:after {
      content: " ";
      display: table;
      clear: both; }
  .section3-catalog__box ul.icon-menu {
    width: 50%;
    padding: 0 10px 0 0;
    float: left; }
    .section3-catalog__box ul.icon-menu li {
      padding: 9px 0 0; }
      .section3-catalog__box ul.icon-menu li a {
        display: block;
        overflow: hidden; }
        .section3-catalog__box ul.icon-menu li a span {
          max-width: calc(100% - 30px);
          float: left; }
      .section3-catalog__box ul.icon-menu li img {
        width: auto;
        margin-right: 9px;
        float: left;
        vertical-align: middle; }
  .section3-catalog__box ul.info {
    padding: 21px 0 0; min-height: 130px;}
    .section3-catalog__box ul.info li {
      padding: 7px 0 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px; }
      .section3-catalog__box ul.info li span {
        min-width: 184px;
        padding-right: 10px;
        display: inline-block;
        line-height: 14px;
        border-color: #cbcbcb;
        border-width: 0 0 1px;
        border-style: solid; }
      .section3-catalog__box ul.info li em {
        padding: 0 4px 0 0;
        font-style: normal;
        background: #fff; }
  .section3-catalog__box .price {
    padding: 27px 0 0;
    font-family: "intro_blackregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 27px; }
  .section3-catalog__box .button {
    padding: 21px 0 0;
  white-space: nowrap;}
    .section3-catalog__box .button a.btn {
      height: 52px;
      padding: 0 47px;
      margin-right: 20px;
      vertical-align: middle;
      font-size: 22px;
      font-weight: normal;
      line-height: 52px; }
    .section3-catalog__box .button a.more {
      font-size: 16px;
      font-weight: normal;
      line-height: 20px; }
  @media screen and (max-width: 1199px) {
    .section3-catalog__box ul.icon-menu {
      width: 50%; } }
  @media screen and (max-width: 991px) {
    .section3-catalog__box ul.icon-menu {
      width: 100%; }
    .section3-catalog__box .price {
      font-size: 22px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section3-catalog__box .button a.btn {
      margin: 0 0 20px; } }

.catalog-slider,
.product-slider {
  overflow: hidden; }
.product-slider .slide {outline:0;}
.catalog-slider .image {outline:0;}
  .catalog-slider img,
  .product-slider img {
    width: 100%; }
  .catalog-slider .slick-prev,
  .catalog-slider .slick-next,
  .product-slider .slick-prev,
  .product-slider .slick-next {
    width: 64px;
    height: 64px;
    background: #fff;
    z-index: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .catalog-slider .slick-prev:before,
    .catalog-slider .slick-next:before,
    .product-slider .slick-prev:before,
    .product-slider .slick-next:before {
      font-family: FontAwesome;
      color: #000;
      font-size: 30px;
      font-weight: bold;
      line-height: 62px; }
  .catalog-slider .slick-prev,
  .product-slider .slick-prev {
    left: -32px;
    text-align: right;
    padding-right: 17px; }
    .catalog-slider .slick-prev:before,
    .product-slider .slick-prev:before {
      content: "\f104"; }
  .catalog-slider .slick-next,
  .product-slider .slick-next {
    right: -32px;
    padding-left: 17px;
    text-align: left; }
    .catalog-slider .slick-next:before,
    .product-slider .slick-next:before {
      content: "\f105"; }

.product-slider-thumbnails {
  padding-top: 10px;
  margin-right: -9px; }
  .product-slider-thumbnails .slide {
	  outline: 0;
    padding-right: 10px;
    opacity: 0.5; }
    .product-slider-thumbnails .slide.slick-current {
      opacity: 1; }

@media screen and (max-width: 991px) {
  .product-slider-thumbnails {
    display:none;
  }
}

.section3-catalog__calculate {
  min-height: 290px;
  background: url(../images/bg-calculate.jpg) 50% 0 no-repeat;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section3-catalog__calculate .title {
    padding: 25px 29px 0px;
    color: #fff;
    text-transform: uppercase;
    background: #7cb91c;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px; }
    .section3-catalog__calculate .title:before {
      content: "";
      display: inline-block;
      height: 120px;
      background: #7cb91c;
      transform: skewY(-11deg);
      top: auto;
      left: 0;
      right: 0;
      bottom: -32px;
      position: absolute; }
    .section3-catalog__calculate .title span {
      position: relative; }
    .section3-catalog__calculate .title em {
      position: relative;
      display: block;
      color: #fff;
      font-family: arial;
      font-style: normal;
      text-transform: none;
      font-size: 16px;
      font-weight: normal;
      line-height: 18px !important; }
  .section3-catalog__calculate a.button {
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    background: #7cb91c;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    top: 170px;
    left: 40%;
    right: auto;
    bottom: 0;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .section3-catalog__calculate a.button:hover {
      background: #436d01; }
  .section3-catalog__calculate.useful-info {
    min-height: inherit;
    padding-bottom: 50px;
    background: url(../images/bg-section3-list.jpg) 50% 0 no-repeat; }
    .section3-catalog__calculate.useful-info ul.list-info {
      padding: 70px 20px 0 28px; }
      .section3-catalog__calculate.useful-info ul.list-info li {
        padding: 12px 0 0; }
        .section3-catalog__calculate.useful-info ul.list-info li a {
          color: #fff; }
          .section3-catalog__calculate.useful-info ul.list-info li a:hover {
            color: #ccf887; }
  .section3-catalog__calculate.calc-second {
    background: url(../images/bg-calculate1.jpg) 50% 0 no-repeat; }
    .section3-catalog__calculate.calc-second .title {
      background: #000; }
      .section3-catalog__calculate.calc-second .title:before {
        content: "";
        display: inline-block;
        background: #000; }
  .section3-catalog__calculate.feedback {
    min-height: 561px;
    background: #7cb91c url(../images/bg-feedback.jpg) 50% 0 no-repeat;
    background-size: 100% auto !important; }
    .section3-catalog__calculate.feedback .title {
      padding: 25px 20px 0px 29px;
      color: #000;
      background: none; }
      .section3-catalog__calculate.feedback .title:before {
        content: "";
        display: inline-block;
        display: none; }
  .section3-catalog__calculate.quick-order {
    padding: 0 30% 23px 0;
    min-height: inherit;
    height: 66%;
    background: #7cb91c url(../images/bg-quick-order.jpg) 100% 0 no-repeat;
    background-size: auto 100% !important; }
    .section3-catalog__calculate.quick-order .title {
      padding: 25px 80px 0 29px;
      color: #000;
      background: none; }
      .section3-catalog__calculate.quick-order .title:before {
        content: "";
        display: inline-block;
        display: none; }
    .section3-catalog__calculate.quick-order .form-order {
      padding: 20px 110px 0 29px; }
      .section3-catalog__calculate.quick-order .form-order input[type=submit] {
        margin-top: 17px;
        display: block; }
      .section3-catalog__calculate.quick-order .form-order input[type=text] {
        border: 0; }
  .section3-catalog__calculate .form-send {
    top: auto;
    left: 22px;
    right: 22px;
    bottom: 25px;
    position: absolute; }
    .section3-catalog__calculate .form-send input[type=text] {
      width: 100%;
      padding: 5px 14px;
      border: 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 37px; }
    .section3-catalog__calculate .form-send input[type=submit] {
      width: 100%;
      padding: 0 20px;
      margin-top: 17px;
      display: block;
      height: 53px;
      font-size: 18px;
      font-weight: normal;
      line-height: 53px; }
  .section3-catalog__calculate.advantage {
    min-height: 590px;
    background: #e2e2e2; }
    .section3-catalog__calculate.advantage .title {
      padding: 25px 20px 0px 29px;
      color: #000; }
      .section3-catalog__calculate.advantage .title em {
        padding-top: 7px; }
      .section3-catalog__calculate.advantage .title span.title1 {
        padding: 23px 0 0;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px; }
    .section3-catalog__calculate.advantage .guarantee {
      width: 103px;
      height: 103px;
      padding: 28px 0 0;
      color: #fff;
      text-align: center;
      background: url(../images/icon-ok.png) 50% 50% no-repeat;
      font-family: "intro_blackregular";
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      top: auto;
      left: auto;
      right: 11px;
      bottom: -40px;
      position: absolute; }
      .section3-catalog__calculate.advantage .guarantee b {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px; }
    .section3-catalog__calculate.advantage a.more {
      padding: 15px 0 0;
      display: inline-block; }
    .section3-catalog__calculate.advantage p.text {
      padding: 65px 20px 0 29px;
      margin: 0; }
      .section3-catalog__calculate.advantage p.text b {
        padding: 5px 0 10px;
        display: block;
        font-family: "intro_blackregular";
        font-size: 20px;
        font-weight: normal;
        line-height: 25px; }
    .section3-catalog__calculate.advantage.pr-fix {
      min-height: 400px; }

    .section3-catalog__calculate.calculate-product {
      overflow:visible;
    }
    .section3-catalog__calculate.calculate-product .more {
      position:absolute;
      right:0;
      bottom:-30px;
    }
    .section3-catalog__calculate.calculate-product .bg {
      overflow:hidden;
      height:100%;
      width:100%;
      position: absolute;
    }
    .section3-catalog__calculate.calculate-product .bg:before {
      content: "";
      display: block;
      height: 100%;
      background: #7cb91c;
      transform: skewx(-11deg);
      top: 0;
      left: -70px;
      bottom: 0;
      position: absolute;
      width: 60%;
    }
    .section3-catalog__calculate.calculate-product .title {background:none;width: 50%;}
    .section3-catalog__calculate.calculate-product .title:before {content:none;}
    .section3-catalog__calculate.calculate-product .title span.title1 {font-size:18px;padding:0; font-family: "intro_blackregular";font-weight:normal;}
    .section3-catalog__calculate.calculate-product .title p {
      font-size: 16px;
      text-transform: none;
      line-height: 20px;
      font-weight: normal;
    }
    .section3-catalog__calculate.calculate-product .guarantee {
      width: 103px;
      height: 103px;
      padding: 33px 0 0;
      color: #fff;
      text-align: center;
      background: url(../images/icon-ok.png) 50% 50% no-repeat;
      font-family: "intro_bookregular";
      font-size: 16px;
      font-weight:normal;
      line-height: 20px;
      top: auto;
      left: 130px;
      right: auto;
      bottom: -20px;
      position: absolute;
    }
    .section3-catalog__calculate.calculate-product .guarantee b {
      text-transform: uppercase;font-weight:normal;font-family: "intro_blackregular";margin-bottom: -5px;
    }
    .section3-catalog__calculate.calculate-product .form-send {
      top: 25px;
      left: auto;
      right: 22px;
      bottom: auto;
      position: absolute;
      width: 40%;
    }
    .section3-catalog__calculate.calculate-product .form-send p {
      margin-top:0;
    }
    .section3-catalog__calculate.calculate-product .form-send span {
      display:block;
      text-transform: uppercase;
      font-weight:normal;
      font-family: "intro_blackregular";
      font-size:18px;
    }
    .section3-catalog__calculate.calculate-product .form-send span a {
      margin:10px 0;
      border:none;
      font-size: 20px;
    }

.section3-catalog__color {
  padding: 40px 0 30px;
  clear: both; }
  .section3-catalog__color:before {
    content: " ";
    display: table; }
  .section3-catalog__color:after {
    content: " ";
    display: table;
    clear: both; }
  .section3-catalog__color .title {
    padding: 0px 0px 8px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px; }
  .section3-catalog__color .all {
    padding: 30px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
  .section3-catalog__color ul {
    clear: both; }
    .section3-catalog__color ul:before {
      content: " ";
      display: table; }
    .section3-catalog__color ul:after {
      content: " ";
      display: table;
      clear: both; }
    .section3-catalog__color ul li {
      width: 33.333%;
      padding: 12px 5px 0;
      float: left;
      text-align: center;
      font-size: 14px;
      font-weight: normal;
      line-height: 17px; }
      .section3-catalog__color ul li img {
        margin: 0 auto 5px;
        border-radius: 50%;
        display: block; }

/*---------------------------- Section 4 */
.section4-catalog__screen {
  padding: 40px 0 53px;
  clear: both;
  border-color: #cbcbcb;
  border-width: 1px 0 0;
  border-style: solid; }
  .section4-catalog__screen:before {
    content: " ";
    display: table; }
  .section4-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }

.section4-catalog__also {
  position: relative;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  border-color: #cbcbcb;
  border-width: 1px;
  border-style: solid; }
  .section4-catalog__also:before {
    content: " ";
    display: table; }
  .section4-catalog__also:after {
    content: " ";
    display: table;
    clear: both; }
  .section4-catalog__also .item {
    width: 50%;
    padding: 16px 14px;
    float: left; }
  .section4-catalog__also .image {
    height: 200px;
    text-align: center; }
    .section4-catalog__also .image img {
      max-height: 190px;
      vertical-align: middle; }
    .section4-catalog__also .image:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .section4-catalog__also p.more {
    padding: 14px 0 0;
    margin: 0; }
  .section4-catalog__also:before {
    content: "";
    display: inline-block;
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    position: absolute;
    border-color: #cbcbcb;
    border-width: 0 0 0 1px;
    border-style: solid; }

/*---------------------------- Section 5 */
.section5-catalog__screen {
  padding: 70px 0 55px;
  position: relative;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section5-catalog__screen:before {
    content: " ";
    display: table; }
  .section5-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }
  .section5-catalog__screen p {
    padding: 20px 0 0;
    margin: 0; }
  .section5-catalog__screen .container {
    position: relative;
    z-index: 1; }
    .section5-catalog__screen .container > .row > .column.hd-6 {
      padding-right: 50px; }
      .section5-catalog__screen .container > .row > .column.hd-6 + .column.hd-6 {
        padding-right: 15px;
        padding-left: 50px; }
  .section5-catalog__screen:before {
    content: "";
    display: inline-block;
    width: 50%;
    background: #7cb91c;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    position: absolute; }
  .section5-catalog__screen:after {
    content: "";
    display: inline-block;
    width: 50%;
    background: #90d229;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    position: absolute; }
  @media screen and (max-width: 767px) {
    .section5-catalog__screen {
      padding-top: 0;
      padding-bottom: 0; }
      .section5-catalog__screen .container > .row > .column.hd-6 {
        padding-top: 70px;
        padding-right: 15px;
        padding-bottom: 20px;
        background: #7cb91c; }
        .section5-catalog__screen .container > .row > .column.hd-6 + .column.hd-6 {
          padding-top: 20px;
          padding-left: 15px;
          padding-bottom: 55px;
          background: #90d229; } }
  @media screen and (min-width: 320px) and (max-width: 639px) {
    .section5-catalog__screen .container {
      padding-left: 0;
      padding-right: 0; } }

.section5-catalog__list {
  padding: 20px 0 0;
  clear: both; }
  .section5-catalog__list:before {
    content: " ";
    display: table; }
  .section5-catalog__list:after {
    content: " ";
    display: table;
    clear: both; }
  .section5-catalog__list li {
    width: 30%;
    float: left; }
    .section5-catalog__list li i {
      display: block;
      color: #4d7b06;
      font-size: 14px;
      font-weight: normal;
      line-height: 19px; }
    .section5-catalog__list li span {
      padding-right: 8px;
      position: relative;
      background: #90d229; }
    .section5-catalog__list li:first-child {
      width: 70%;
      padding-right: 15px;
      position: relative; }
      .section5-catalog__list li:first-child:before {
        content: "";
        display: inline-block;
        top: auto;
        left: 0;
        right: 7px;
        bottom: 5px;
        position: absolute;
        border-color: #558609;
        border-width: 0 0 1px;
        border-style: solid; }

/*---------------------------- Section 10 */
.section10-catalog__screen {
  padding: 55px 0;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section10-catalog__screen:before {
    content: " ";
    display: table; }
  .section10-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }
  .section10-catalog__screen p {
    padding: 20px 0 0;
    margin: 0; }
  .section10-catalog__screen .advantage-box {
    padding: 11px 20px 30px;
    margin-top: 25px;
    background: #e9e9e9; }
    .section10-catalog__screen .advantage-box ul {
      padding: 14px 0 0;
      clear: both; }
      .section10-catalog__screen .advantage-box ul:before {
        content: " ";
        display: table; }
		      .section10-catalog__screen .advantage-box ul li:before {
        content: " ";
        display: table;
background: none;		}
      .section10-catalog__screen .advantage-box ul:after {
        content: " ";
        display: table;
        clear: both; }
      .section10-catalog__screen .advantage-box ul li {
        width: 75%;
        padding-left: 15px;
        float: left; }
        .section10-catalog__screen .advantage-box ul li:first-child {
          width: 25%;
          padding-left: 0;
          text-align: right;
          font-weight: bold; }
  .section10-catalog__screen .main-title {
    padding:30px 0 10px;
  }
  .section10-catalog__screen > ul {
    padding: 20px 0 0;
  }
  .section10-catalog__screen a {
    color: inherit;
    text-decoration-color: #7cb91c;
  }
  .section10-catalog__screen a:hover {
    text-decoration:none;
  }
  .section10-catalog__screen > ul li {
  margin-bottom: 5px;
  }
  @media screen and (min-width: 320px) and (max-width: 639px) {
    .section10-catalog__screen .advantage-box ul li {
      width: 100%;
      padding-left: 0px;
      float: none; }
      .section10-catalog__screen .advantage-box ul li:first-child {
        width: 100%;
        text-align: left; } }

/*---------------------------- Section 7 */
.section7-catalog__screen {
  padding: 65px 0 38px;
  background: #7cb91c;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section7-catalog__screen:before {
    content: " ";
    display: table; }
  .section7-catalog__screen:after {
    content: " ";
    display: table;
    clear: both; }
  .section7-catalog__screen .main-title {
    padding: 0 0 5px; }
    .section7-catalog__screen .main-title span {
      color: #fff; }
  .section7-catalog__screen ul {
    padding: 34px 20px 0 0;
    clear: both; }
    .section7-catalog__screen ul:before {
      content: " ";
      display: table; }
    .section7-catalog__screen ul:after {
      content: " ";
      display: table;
      clear: both; }
    .section7-catalog__screen ul li {
      width: calc(100% - 80px);
      float: left; }
      .section7-catalog__screen ul li:first-child {
        width: 80px;
        padding-left: 17px;
        font-family: 'intro_bookregular';
        font-size: 60px;
        font-weight: normal;
        line-height: 60px; }
  .section7-catalog__screen .note {
    padding: 24px 30px 22px 49px;
    margin: 23px 0 0 31px;
    position: relative;
    color: #000;
    font-family: 'intro_bookregular';
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    border-color: #639710;
    border-width: 1px;
    border-style: solid; }
    .section7-catalog__screen .note:before {
      content: " ";
      display: table; }
    .section7-catalog__screen .note:after {
      content: " ";
      display: table;
      clear: both; }
  .section7-catalog__screen.product-points ul:first-child {
    padding-top: 0; }

.icon-ok {
  height: 56px;
  width: 56px;
  background: url(../images/icon-ok.png) 50% 50% no-repeat;
  background-size: 100% auto;
  top: 25px;
  left: -27px;
  right: auto;
  bottom: 0;
  position: absolute; }
  .icon-ok:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icon-ok1.gif) 50% 50% no-repeat;
    position: absolute; }

/*---------------------- Product Page */
/*---------------------------- Section 1 */
.section-product__screen-1 {
  padding: 0px 0 0;
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px; }
  .section-product__screen-1:before {
    content: " ";
    display: table; }
  .section-product__screen-1:after {
    content: " ";
    display: table;
    clear: both; }
  .section-product__screen-1 p.s1 {
    padding: 25px 0 0;
    margin: 0; }
    .section-product__screen-1 p.s1 b {
      font-size: 18px; }
  .section-product__screen-1 .icon-menu {
    padding: 15px 0 0;
    letter-spacing: -0.3em; }
    .section-product__screen-1 .icon-menu li {
      padding-right: 30px;
      padding-bottom: 10px;
      display: inline-block;
      letter-spacing: normal; }
      .section-product__screen-1 .icon-menu li img {
        margin-right: 7px;
        vertical-align: middle; }

.section1-product-info__wrap {
  padding-top: 35px; }

.section1-product-info__box {
  overflow: hidden;
  clear: both; }
  .section1-product-info__box:before {
    content: " ";
    display: table; }
  .section1-product-info__box:after {
    content: " ";
    display: table;
    clear: both; }
  .section1-product-info__box li {
    width: 110px;
    padding-right: 10px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px; }
    .section1-product-info__box li + li {
      width: 100px; }
  .section1-product-info__box + .section1-product-info__box {
    padding: 17px 0 0; }

/*---------------------------- Section 2 */
.section-product__screen-2 {
  padding: 25px 0 0;
  clear: both; }
  .section-product__screen-2:before {
    content: " ";
    display: table; }
  .section-product__screen-2:after {
    content: " ";
    display: table;
    clear: both; }

.product-note__sidebar {
  padding: 22px 0 35px;
  color: #666;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px; }

.section2-color__wrap .title {
  padding: 0 0 14px;
  font-family: "intro_blackregular";
  font-size: 22px;
  font-weight: normal;
  line-height: 25px; }
.section2-color__wrap .image-large {
  padding-top: 33px;
  text-align: center }
.section2-color__wrap .image-large img {
  border-radius:50%;
  zoom: 100%;

}

.product-color__box {
  padding: 0 0 23px;
  clear: both; }
  .product-color__box:before {
    content: " ";
    display: table; }
  .product-color__box:after {
    content: " ";
    display: table;
    clear: both; }
  .product-color__box li {
    width: 16.65%;
    height:120px;
    padding: 12px 5px 0;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px; }
    .product-color__box li img {
      margin: 0 auto;
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .product-color__box li span.name {
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      display: inline-block;
    }
    .product-color__box li span.image {
      position:relative;
      padding: 5px;
      display: inline-block;
      cursor: pointer;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .product-color__box li span.image:hover {
        padding: 4px;
        border-color: #a7a7a7;
        border-width: 1px;
        border-style: solid; }
      .product-color__box li.active span.image:before {
        content:" ";
        position:absolute; top:50%; left:50%;
        margin:-9px 0 0 -12px;
        border-left:5px solid white;
        border-bottom:5px solid white;
        height:14px;
        width:28px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      .product-color__box li.hidden {display:none;}
.product-color__box.colors {padding:0 !important; margin-bottom:90px;}
.product-color__box.colors li {width:10%}
.product-color__box.colors li:before {content:none !important;}
.product-color__box.colors span {display:block;}
.product-color__box.colors span:hover {border:none;padding: 5px;}

.product-price__wrap {
  padding: 17px 0 0;
  clear: both; }
  .product-price__wrap:before {
    content: " ";
    display: table; }
  .product-price__wrap:after {
    content: " ";
    display: table;
    clear: both; }
  .product-price__wrap .title {
    padding: 0 0 5px;
    font-family: "intro_blackregular";
    font-size: 22px;
    font-weight: normal;
    line-height: 25px; }

.product-price__list {
  padding: 10px 0 0;
  clear: both; }
  .product-price__list:not(.m-caption) {cursor:pointer;}
  .product-price__list:before {
    content: " ";
    display: table; }
  .product-price__list:after {
    content: " ";
    display: table;
    clear: both; }
  .product-price__list li {
    padding-right: 7px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
    .product-price__list li.col-1 {
      width: 10%;
      padding-top: 1px; }
    .product-price__list-cont.hidden {display:none;}
    .product-price__list-cont input[type=radio] {display:none;}
    .product-price__list li.col-1 span {
      display: block;
      height: 17px;
      width: 17px;
      border-radius: 50%;
      border: 4px solid white;
      box-shadow: 0 0 2px black;
      cursor:pointer;
    }
    .product-price__list-cont input:checked + ul .col-1 span {
      background: #7cb91c;
    }
    .product-price__list li.col-2 {
      width: 25%; }
    .product-price__list li.col-3 {
      width: 25%; }
    .product-price__list li.col-4 {
      width: 35%; }
  .product-price__list.m-caption li {
    color: #706f6f;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px; }

.product-download__list {
  padding: 21px 0 0; }

/*---------------------------- Section 3 */
.section-product__screen-3 {
  padding: 45px 0 35px;
  clear: both; }
  .section-product__screen-3:before {
    content: " ";
    display: table; }
  .section-product__screen-3:after {
    content: " ";
    display: table;
    clear: both; }
  .section-product__screen-3 .title {
    padding: 0 0 5px;
    font-family: "intro_blackregular";
    font-size: 22px;
    font-weight: normal;
    line-height: 25px; }
  .section-product__screen-3 .form {
    position:relative;
    padding: 11px 0 0; }
  .section-product__screen-3 .form span {
    position:absolute;
    right: 20px;
    line-height: 45px;
  }
  .section-product__screen-3 input[type=text] {
    width: 100%;
    padding: 3px 14px;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    border-color: #cbcbcb;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd; }
  .section-product__screen-3 .form span + input[type=text] {
    padding-right:70px;
  }
  .section-product__screen-3 input[type=submit] {
    width: 100%;
    padding: 0 20px;
    display: block;
    height: 53px;
    font-size: 18px;
    font-weight: normal;
    line-height: 53px; }

.section3-order__box {
  padding: 20px 0 0;
  clear: both; }
  .section3-order__box:before {
    content: " ";
    display: table; }
  .section3-order__box:after {
    content: " ";
    display: table;
    clear: both; }
  .section3-order__box li {
    width: 50%;
    float: left; }
    .section3-order__box li:last-child {
      padding-left: 25px; }
    .section3-order__box li b {
      padding: 14px 0 0;
      display: block;
      font-family: "intro_blackregular";
      font-size: 22px;
      font-weight: normal;
      line-height: 25px; }
  .section3-order__box p.note {
    padding: 14px 0 0px;
    margin: 0;
    color: #666;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px; }

/*---------------------------- Section 4 */
.section-product__screen-4 {
  clear: both; }
  .section-product__screen-4:before {
    content: " ";
    display: table; }
  .section-product__screen-4:after {
    content: " ";
    display: table;
    clear: both; }

  /*---------------------------- Section 5 */
.section-product__screen-5 {
  clear: both; }
  .section-product__screen-5:before {
    content: " ";
    display: table; }
  .section-product__screen-5:after {
    content: " ";
    display: table;
    clear: both; }
.section-product__screen-5 .items {
  padding:40px 0;
  font-size:16px;
}
.section-product__screen-5 .item {
  white-space:nowrap;
  height: 150px;
}
.section-product__screen-5 .item img {
  display:inline-block;
  vertical-align: top;
  margin:10px 10px 0 0;
}
.section-product__screen-5 .item b {
  font-size:18px;
  text-transform: uppercase;
}
.section-product__screen-5 .item p {
  display:inline-block;
  white-space:normal;
  vertical-align: top;
}
.section-product__screen-5 .item a {
  color:inherit;
  text-decoration-color:#7cb91c;
}
.section-product__screen-5 .item a:hover {
  text-decoration:none;
}

.section4-tabs__wrap {
  background: #7cb91c; }

.section4-tabs__menu {
  clear: both; }
  .section4-tabs__menu:before {
    content: " ";
    display: table; }
  .section4-tabs__menu:after {
    content: " ";
    display: table;
    clear: both; }
  .section4-tabs__menu li {
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 67px; }
    .section4-tabs__menu li a {
      padding: 0 25px;
      display: block;
      color: #000;
      text-decoration: none; }
      .section4-tabs__menu li a:hover {
        color: #427604; }
      .section4-tabs__menu li a:hover {
        text-decoration: none; }
    .section4-tabs__menu li.active a {
      background: #f1f1f1; }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .section4-tabs__menu li a {
        padding: 0 20px;
      }
    }

.section4-tabs__content {
  display:none;
  padding: 55px 0 45px;
  background: #f1f1f1;
  clear: both; }
.section4-tabs__content.active {
  display:block;
}
  .section4-tabs__content:before {
    content: " ";
    display: table; }
  .section4-tabs__content:after {
    content: " ";
    display: table;
    clear: both; }
  .section4-tabs__content .column {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px; }
  .section4-tabs__content .title {
    padding: 0 0 12px;
    font-family: "intro_blackregular";
    font-size: 18px;
    font-weight: normal;
    line-height: 22px; }

#tab-description {
  font-size: 16px;
  line-height: 24px;
}
#tab-description p:first-child {
  margin-top:0;
}
#tab-description ul,
#tab-description ol {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-left:30px;
}
#tab-description ul li {
  margin-bottom:10px;
}
#tab-description ul li:before {
  content:"";
  display:inline-block;
  height:5px; width:5px;
  background:#7cb91c;
  border-radius:5px;
  margin-right:10px;
  vertical-align: middle;
  margin-left: -17px;
}

#tab-params p {
  font-size:16px;
  line-height:30px;
}
#tab-params div.table {
  margin-top: 50px;
}
#tab-params div.table .title {
  float:left;
  width:160px;
  margin: 0 50px 0 0;
  font-size:20px;
  line-height: 26px;
}
#tab-params div.table table {
  max-width:calc(100% - 200px);
  font-size:16px;
  text-align:left;
}
#tab-params div.table table th,
#tab-params div.table table td {
  padding:0 15px 15px;
}
#tab-params div.table table th {
  font-weight:normal;
  vertical-align:top;
  padding-bottom:30px;
}
#tab-params div.table table td:first-of-type {
  font-size:20px;
  font-family: "intro_blackregular";
}

#tab-colors li {
  float:left;
  width:10%;
  text-align:center;
}
#tab-colors li img {
  border-radius:50%;
  height:58px;
  width:58px;
  display:block;
  margin:0 auto 5px;
}
#tab-colors li span {
  display:block;
  height:50px;
  padding:0 5px;
}

#tab-reviews {}
#tab-reviews .items {
  font-size:14px;
}
#tab-reviews .item {
  margin-bottom: 30px;
}
#tab-reviews .item .rating {
  display:inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 15px;
}
#tab-reviews .item .date {
  display:inline-block;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
#tab-reviews .item .fa {
  color:#939393;
}
#tab-reviews .item .fa.active {
  color:#7cb91c;
}
#tab-reviews .addnew {
  display:inline-block;
  padding:15px 30px;
  font-family: "intro_boldregular";
  text-transform:uppercase;
  background: #7cb91c;
  font-size: 22px;
  color: white;
  text-decoration: none;
  margin-top:50px;
}
#tab-reviews .addnew:hover {
  background: #436d01;
}
#tab-reviews .items:empty + .addnew {
  margin-top:0;
}

/*---------------------------- Section 6 */
.section6-similar__product {
  padding: 40px 15px 0;
  text-align: center;
  border-color: #cbcbcb;
  border-width: 1px 0 0;
  border-style: solid;
  clear: both; }
  .section6-similar__product:before {
    content: " ";
    display: table; }
  .section6-similar__product:after {
    content: " ";
    display: table;
    clear: both; }

/*------------------------------------- Footer */
/*-------------------------------------------  */

.podbor-cveta .row {margin:0 -0.9375rem;}
.podbor-cveta .image-cont {width: 430px; height: 323px; background:url(../images/house.jpg) left top no-repeat;}
.podbor-cveta .image-cont .cher {width: 430px; height: 323px;background: url("../images/1.png") no-repeat;}
.podbor-cveta .image-cont .fas {width: 430px; height: 323px;background: url("../images/f1.png") no-repeat;}
.podbor-cveta .product-color__box {padding-left: 0 !important;}
.podbor-cveta .product-color__box li {margin-bottom:0 !important;}
.podbor-cveta .product-color__box li:before {content:none !important;}

.tablica-ral .row {margin:0 -0.9375rem;}
.tablica-ral .product-color__box {padding-left: 0 !important;}
.tablica-ral .product-color__box li {width:8%; margin-bottom:0 !important;}
.tablica-ral .product-color__box li:before {content:none !important;}
.tablica-ral .product-color__box li .image:before {content:none !important;}

.popup_review {
  width:480px;
  background:white;
  margin: 0;
  padding:50px 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup_review .popup__close {
  background:#7cb91c;
  height:60px;
  width:60px;
}
.popup_review .popup__title {
  font-size:30px;
  text-transform:none;
  text-align: left;
  font-family: 'intro_boldregular';
}
.popup_review form input[type=text]::-webkit-input-placeholder,
.popup_review form textarea::-webkit-input-placeholder,
.popup_review form input[type=text]::-moz-placeholder,
.popup_review form textarea::-moz-placeholder,
.popup_review form input[type=text]:-moz-placeholder,
.popup_review form textarea:-moz-placeholder,
.popup_review form input[type=text]:-ms-input-placeholder,
.popup_review form textarea:-ms-input-placeholder {
  opacity:0.8
}
.popup_review form input[type=text],
.popup_review form textarea {
  border:1px solid #cbcbcb;
  font-size:16px;
  padding:0 20px;
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.popup_review form textarea {
  padding:10px 20px;
}
.popup_review form .btn {
  font-size: 18px;
  width: 100% !important;
  padding: 16px !important;
  height: auto;
  line-height: 20px;
  margin-top: 0;
}
.popup_review form .rating input[type=radio] {display:none;}
.popup_review form .rating {list-style:none; padding:0;margin: 15px 0 25px; text-align:left;}
.popup_review form .rating li {display:inline-block;}
.popup_review form .rating li label {display:block; cursor:pointer;}
.popup_review form .rating li .fa-star {color: #7cb91c; font-size: 17px;}
.popup_review form .rating li.active ~ li .fa-star {color: #939393}
.popup_review form .captcha {margin: 0 0 10px;overflow: hidden;}
.popup_review form .captcha img {max-width: 50%;float: left;}
.popup_review form .captcha input[type=text] {max-width: 50%;float: right;}


@media screen and (max-width: 1199px) {
  .section3-catalog__calculate.advantage .title {
    padding-left:20px;
  }
}
@media screen and (max-width: 1000px) {
  .js-popup_portfolio {
    width:100%;
  }
  .js-popup_portfolio .owl-slider {
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
  }
}
@media screen and (max-width: 991px) {
  .section4-catalog__also {
    margin-bottom:50px;
  }
  .section1-about__wrap p {
    width:100%;
    margin-bottom:15px;
  }
  .section1-calc__tabs a {
    background-position: left 20px center;
  }
  .table-cont {width:auto; overflow-x:scroll;}
  .text-page table td {
    padding:0 3px;
  }
}
@media screen and (max-width: 767px) {

    .section1-delivery__action.product-action:before {
      content:none;
    }
    .section1-delivery__action.product-action .col-left {
      padding-bottom:20px;
    }
    .section1-delivery__action.product-action .col-right {
      padding-top:40px;
    }
    .section1-delivery__action.product-action .col-left::after {
      top:60%;
    }
    .section1-delivery__action .col-left .title {
      display:block;
    }
    .section2-info__box.product-stat {
      display:none;
    }
    .section3-catalog__calculate.quick-order {
      margin-bottom:50px;
    }
    .section4-tabs__menu li {
      font-size:16px !important;
    }
    .section4-tabs__menu li a {
      padding:0 10px !important;
    }
    .section-product__screen-3 .row.row-minus {
      margin:0 auto;
    }
    #tab-colors li {
      width:12%;
    }
  .section4-tabs__menu {
    padding:10px;
  }
  .section4-tabs__menu li {
    float:none;
    line-height:40px;
  }
  .section-product__screen-5 .item p {
    width: 60%;
  }
  .section1-contacts__wrap .image {
    margin-top:20px;
  }
  .section1-contacts__wrap .title {
    font-size:24px;
  }
  .section1-contacts__wrap .image .info {
    position:relative;
    margin-top: 10px;
    text-align: center;
  }
  .section1-contacts__wrap .image .info p {
    margin-bottom:10px;
  }
  .section1-contacts__wrap .image .info a {
    font-size:20px;
  }
  .section1-calc__tabs {
    height:auto;
  }
  .section1-calc__tabs a {
    float:none;
    width:100%;
    height:auto;
  }
  .section1-calc__wrap .col1,
  .section1-calc__wrap .col2 {
    float:none;
    width:100%;
  }
  .section1-calc__wrap .col1 {
    padding-right:0;
  }
  .section1-calc__wrap .col2 {
    margin-top: 100px;
  }
  .section1-calc__wrap {
    margin-bottom:-50px;
  }
  .section1-calc__wrap2 .col1,
  .section1-calc__wrap2 .col2 {
    float:none;
    width:100%;
  }
  .section1-calc__wrap2 .col1 {
    padding-right:0;
  }
  .section1-calc__wrap2 .col2 {
    margin-top: 100px;
  }
  .section1-calc__wrap2 {
    margin-bottom:-50px;
  }
  .bordered2 {
    margin-bottom:0 !important;
    padding-bottom: 50px;
  }
  .popup_review {
    width:100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 639px) {
  .section1-product-info__wrap .column {
    margin-bottom:40px;
  }
  .product-note__sidebar {
    padding:20px 10px;
  }
  .section2-color__wrap .image-large {
    margin-bottom:25px;
  }
  #tab-colors li {
    width:20%;
  }
  .section3-order__box li {
    width:100%;
    float:none;
  }
  .section3-order__box li:last-child {
    padding-left: 0 !important;
    margin-top:20px;
  }
  .product-color__box li {
    width:20%;
  }
  .section3-catalog__calculate.quick-order {
    background: #7cb91c;
    padding: 20px;
    height: auto;
  }
  .section3-catalog__calculate.quick-order .title {
    padding:0;
    margin-bottom:10px;
  }
  .section3-catalog__calculate.quick-order .form-order {
    padding:0;
  }
  .product-price__list li {
    width:90% !important;
    float:none;
  }
  .product-price__list li.col-1 {
    float:left;
    width:10% !important;
    height:50px;
  }
  .product-price__list li.col-1 span {
    margin-top:20px;
  }
  .section4-catalog__also .item {
    width:100%;
  }
  .section4-catalog__also::before {
    content:none;
  }
  .section4-catalog__also .item:not(:last-child) {
    border-bottom:1px solid #cbcbcb;
  }
  .section1-about__wrap .object .image {
    margin:0 auto 20px;
  }
  .section1-about__wrap .column {
    padding:0;
  }
  .section1-about__wrap2 .title {
    text-align:center;
  }
}
@media screen and (max-width: 500px) {
  .section3-catalog__calculate.advantage.pr-fix {
    padding: 20px;
    background: #7cb91c;
  }
  .section3-catalog__calculate.calculate-product .bg {
    display:none;
  }
  .section3-catalog__calculate.calculate-product .title {
    position:relative;
    width:100%;
    top:auto; bottom:auto; left:auto; right:auto;
    padding:0;
  }
  .section3-catalog__calculate.calculate-product .guarantee {
    position:relative;
    top:auto; bottom:auto; left:auto; right:auto;
    margin: 20px 0;
  }
  .section3-catalog__calculate.calculate-product .form-send {
    position:relative;
    width:100%;
    top:auto; bottom:auto; left:auto; right:auto;
    padding:0;
  }
  .section3-catalog__calculate.calculate-product .title p br {
    display:none;
  }
  .section-product__screen-5 .items {
    padding:40px 10px;
  }
  .section1-calc__tabs a {
    background-image:none !important;
  }
  .section1-calc__wrap .form {
    padding-top:40px;
  }
  .section1-calc__wrap .form span:first-child {
    left:0; top:0;
  }
  .section1-calc__wrap .select {
    padding:3px 40px 3px 20px !important;
  }
  .section1-calc__wrap input[type="text"] {
    padding:3px 80px 3px 20px !important;
  }
  .section1-calc__wrap .select ul {
    left:-1px;
  }
  .section1-calc__wrap2 .form {
    padding-top:40px;
  }
  .section1-calc__wrap2 .form span:first-child {
    left:0; top:0;
  }
  .section1-calc__wrap2 .select {
    padding:3px 40px 3px 20px !important;
  }
  .section1-calc__wrap2 input[type="text"] {
    padding:3px 80px 3px 20px !important;
  }
  .section1-calc__wrap2 .select ul {
    left:-1px;
  }
  .section1-calc__wrap2 .results {
    width:100%;
  }
  .section1-calc__wrap2 .results table tr {
    display: block;
  }
  .section1-calc__wrap2 .results table td:first-child {
    display: block;
    font-weight:bold;
  }
  .section1-calc__wrap2 .results table td:not(:first-child) {
    display:inline-block;
    width:30%;
    font-weight:normal;
  }
  .section1-calc__wrap2 .results table span.big .rez_itogo {
    font-size:28px;
  }
}
@media screen and (max-width: 400px) {
  #tab-colors li {
    width:33.33%;
  }
  .product-color__box li {
    width:33.33%;
  }
  .section1-calc__wrap .select ul li {
    font-size:18px;
  }
  .section1-calc__wrap2 .select ul li {
    font-size:18px;
  }
  .popup_review {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 320px) {
  .section1-about__wrap .column {
    padding:0 10px;
  }
}

.populiar_product span{
	font-weight:bold;
}

.populiar_product a{
	font-size:12px;
}


/** ** **/

/*** START three cards in a row ***/
.section3-catalog__box .name a {
  height: 45px;
  white-space: normal;
}

@media screen and (min-width: 992px) {
  /*.column.min-block-ch {*/
  /*width: 33%;*/
  /*}*/
  .min-block-ch {
    width: 1150px;
  }

  .min-block-ch .column {
    width: 33%;
  }

  .min-block-ch .info {
    min-height: 95px !important;
    padding: 5px 0 0 !important;
  }
  .min-block-ch .info li {
    font-size: 14px !important;
  }
  .min-block-ch .info li span {
    min-width: 160px !important;
  }

  .min-block-ch .min-block-ch__container {
    display: flex;
    justify-content: space-between;
  }
  .min-block-ch .min-block-ch__container .price {
    font-size: 18px;
    padding: 8px 0 0;

  }

  .min-block-ch .button a.btn {
    height: 37px;
    padding: 0 28px;
    font-size: 18px;
    line-height: 37px;
  }
}

@media screen and (max-width: 991px) {
  .min-block-ch .name {
    text-align: center;
  }

  .min-block-ch .info {
    text-align: center;
  }
  .min-block-ch .info li {
    font-size: 18px !important;
  }

  .min-block-ch .min-block-ch__container {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .min-block-ch .button{
    display: flex;
    /*flex-direction: column;*/
    align-items: baseline;
    justify-content: space-around;
  }
  .min-block-ch .button a {
    width: 40%;
  }
  .min-block-ch .button a.btn {
    min-width: 170px;
  }
  .min-block-ch .button a:last-child {
    width: 30%;
    text-align: center;
  }
}


@keyframes mobile-fing {
  from {
    color: #7cb91c;
    margin-left: 10px;
    animation-timing-function: ease-out;
  }
  25% {
    color: #e1e6e8;
    animation-timing-function: ease-in;
  }
  35% {
    color: #7cb91c;
    margin-left: 4px;
    animation-timing-function: ease-in;
  }
  50% {
    color: #e1e6e8;
    animation-timing-function: ease-out;
  }
  65% {
    color: #7cb91c;
    margin-left: 10px;
    animation-timing-function: ease-out;
  }
  75% {
    color: #e1e6e8;
    animation-timing-function: ease-in;
  }
  90% {
    margin-left: 4px;
    color: #7cb91c;
    animation-timing-function: ease-in;
  }
  to {
    margin-left: 10px;
    color: #e1e6e8;
  }
}

.click-for-mobile {
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  width: 0;
  height: 0;
}
.referer .click-for-mobile {
  opacity: 1;
  visibility: visible;
  transition: .4s;
  margin-left: 2px;
  width: auto;
  height: auto;
  animation: mobile-fing  2s infinite ease-in-out;
}

.mob_menu_active_title {
  display: block;
}

@media screen and (max-width: 767px) {
  .see-all-mobile {
    display: none !important;
  }
  .referer .see-all-mobile {
    display: block !important;
  }
}


.section-product__screen-22 .product-price__list li.col-1 span {
  border-radius: 0;
}
.section-product__screen-22 .product-price__list-cont input:checked + ul .col-1 span {
  position: relative;
  border-radius: 0;
  background: transparent;
}
.section-product__screen-22 .product-price__list-cont input:checked + ul .col-1 span:before {
  content: '\2713';
  display: inline-block;
  color: green;
  font-size: 25px;
  line-height: 25px;

  position: absolute;
  top: -10px;
  left: -3px;
}


/** TEXT **/

.description-p {
  max-width: 1001px;
  margin: 0 auto;
  padding: 15px;
  background: #ffffff;
}
.description-p__title {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
.description-p__line {
  display: flex;
  flex-direction: row;
}
.description-p__item {
  width: 50%;
}
.description-p__img {
  max-width: 480px;
  height: 100%;
  margin: 0 auto;
}
.description-p__text {
  padding-left: 20px;
  padding-right: 20px;
}
.description-p__subtitle {}
.description-p__te {}


@media (max-width: 930px) {
  .description-p__line {
    flex-direction: column;
  }
  .description-p__line--rew {
    flex-direction: column-reverse;
  }
  .description-p__item {
    width: 100%;
  }
}

/** TEXT END **/

/** TEXT 2 **/

.description-area {}
.description-area__box {
  margin-top: 15px;
  padding: 0 25px;
}
.description-area__list {
  display: flex;
  flex-direction: row;

}
.description-area__item {
  width: 24%;
}
.description-area__item--text {
  padding: 20px;
}

.description-area__img {
  position: relative;

}
.description-area__img-text {
  position: absolute;
  top: 20px;
  left: 10%;

  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.description-area__img img {
  width: 220px;
}

.description-area__subtitle {
  font-size: 15px;
  margin-bottom: 20px;
}
.description-area__title {
  font-size: 12px;
}

@media (max-width: 890px) {
  .description-area__box {
    padding: 0;
  }
  .description-area__list {
    flex-wrap: wrap;
  }
  .description-area__item {
    width: 33%;
    order: 2;
  }

  .description-area__item--text {
    order: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .description-area__item--text {
    width: 100%;
  }

  .description-area__subtitle {
    margin-bottom: 10px;
  }
  .description-area__img {
    text-align: center;
  }
  .description-area__img-text {
    font-size: 12px;
    text-align: left;
    left: 15%;
  }
}

@media (max-width: 566px) {
  .description-area__img-text {
    top: 5%;
    font-size: 10px;
    left: 5%;
  }
}

/** TEXT 2 END **/

.description-p__title--small-m {
  margin-top: 0;
}
/** description-webuild **/
.description-webuild {
  background: transparent;
  padding-top: 0;
}

.description-webuild h3 {
  margin-top: 0;
}

.description-webuild__list {
  display: flex;
  justify-content: space-between;
}
.description-webuild__item {
  width: 32%;
}

@media (min-width: 767px) {
  .product-color__box li.active span.image:before {


    content: "";
    border: none;
    margin: 0;
    transform: rotate(-135deg);
    position: absolute;
    top: 32%;
    left: 57%;
    height: 30px;
    width: 3px;
    background: #ffffff;
    /*border: 1px solid black;*/
    /*box-shadow: 2px 3px 28px rgba(44, 44, 44, 0.5), 0 10px 10px rgba(44, 44, 44, 0.5);*/
    box-shadow: 2px 2px 4px rgb(44 44 44 / 50%), -2px 0px 5px rgb(44 44 44 / 50%);

    animation-name: ps-blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  .product-color__box li.active span.image:after {
    content: "";
    margin: 0;
    border: none;
    position: absolute;
    transform: rotate(-135deg);
    top: 59%;
    left: 28%;
    height: 3px;
    width: 15px;
    background: #ffffff;
    /*border: 1px solid black;*/
    /*box-shadow: 2px 3px 28px rgba(44, 44, 44, 0.5), 0 10px 10px rgba(44, 44, 44, 0.5);*/
    box-shadow: 3px 2px 4px rgb(44 44 44 / 50%), 0px -2px 4px rgb(44 44 44 / 50%);

    animation-name: ps-blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
}

/** ** **/