/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*mixins*/
/*mixins*/
/*variables*/
/*variables*/
/*=====================LAYOUT=====================*/
/*fonts*/
/*fonts*/
/*all*/
* {
  outline: none!important;
}
body {
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 400;
  color: #010101;
}
a,
a:hover,
a:visited,
a:focus {
  color: #60a172;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  color: #010101;
  display: block;
  height: 45px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  width: 100%;
  padding: 0 15px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #9d9d9c;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: #9d9d9c;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #9d9d9c;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #9d9d9c;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
span.wpcf7-not-valid-tip {
  margin: -18px 0 10px;
}
div.wpcf7-validation-errors {
  border-color: red;
}
textarea {
  color: #010101;
  display: block;
  height: 145px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  width: 100%;
  padding: 10px 15px;
}
textarea::-webkit-input-placeholder {
  color: #9d9d9c;
}
textarea:-moz-placeholder {
  color: #9d9d9c;
}
textarea::-moz-placeholder {
  color: #9d9d9c;
}
textarea:-ms-input-placeholder {
  color: #9d9d9c;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
.row.xs {
  margin-left: 0;
  margin-right: 0;
}
.row.xs:before,
.row.xs:after {
  display: table;
  content: " ";
}
.row.xs:after {
  clear: both;
}
.row.xs > * {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.sm {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.sm:before,
.row.sm:after {
  display: table;
  content: " ";
}
.row.sm:after {
  clear: both;
}
.row.sm > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.row.md {
  margin-left: -10px;
  margin-right: -10px;
}
.row.md:before,
.row.md:after {
  display: table;
  content: " ";
}
.row.md:after {
  clear: both;
}
.row.md > * {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.navbar-collapse {
  padding: 0;
}
/*all*/
/*================MAIN================*/
/*first-screen*/
.button-arr {
  font-size: 13px;
  text-decoration: none !important;
  color: inherit !important;
  text-transform: uppercase;
}
.button-arr:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-top: -3px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #60a172;
  margin-right: 10px;
  background-color: transparent;
  background-image: url("../common/btn-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.button-round {
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #60a172;
  padding: 20px 10px;
  width: 250px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-bottom: 0px solid #528b62;
  max-width: 100%;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
}
.button-round.small{
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button-round:hover {
  background-color: #76ae86;
  border-bottom-color: #60a172;
}
.button-round:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #528b62;
  border-bottom-color: #528b62;
}
.button-round.orange {
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #f8ac00;
  padding: 20px 10px;
  width: 250px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-bottom: 0px solid #d49300;
  max-width: 100%;
}
.button-round.orange:hover {
  background-color: #ffba1d;
  border-bottom-color: #f8ac00;
}
.button-round.orange:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #d49300;
  border-bottom-color: #d49300;
}
.first-screen h1,.second-screen h1{
  font-family: inherit;
  font-size: 60px;
  font-weight: 300;
  color: #60a172;
  margin: 0 0 50px;
}
.second-screen h1{
	font-size: 36px;
}
.first-screen .button-round {
  margin-top: 50px;
}
.calc-preview {
  position: relative;
  height: 325px;
  background-color: transparent;
  background-image: url("../common/calc-preview.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
}
.calc-preview .title {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  color: inherit;
  line-height: 1.2;
}
.calc-preview .button-arr {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.first-screen .table-responsive,.second-screen .table-responsive{
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  color: inherit;
  padding: 20px 65px 15px;
  min-height: 285px;
  background-color: rgba(255,255,255,0.7);
}
.first-screen .table-responsive table,.second-screen .table-responsive table{
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.first-screen .table-responsive table td:first-child,.second-screen .table-responsive table td:first-child {
  text-align: left;
}
.first-screen .table-responsive table tr:not(:last-child),.second-screen .table-responsive table tr:not(:last-child)  {
  border-bottom: 1px solid #f3f3f3;
}
.first-screen .table-responsive table th,.second-screen .table-responsive table th {
  font-size: 14px;
  color: #9d9d9c;
  font-weight: 300;
}
.first-screen .table-responsive table td,
.first-screen .table-responsive table th,
.second-screen .table-responsive table td,
.second-screen .table-responsive table th {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.first-screen .table-responsive table td b,
.first-screen .table-responsive table th b,
.second-screen .table-responsive table td b,
.second-screen .table-responsive table th b {
  font-weight: 400;
}
.first-screen .table-responsive table .arrow-top,.second-screen .table-responsive table .arrow-top {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  background-color: transparent;
  background-image: url("../common/arr-top.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 15px;
}
.first-screen .table-responsive table .arrow-down,.second-screen .table-responsive table .arrow-down  {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  background-color: transparent;
  background-image: url("../common/arr-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 15px;
}
.first-screen:after {
  content: "";
  background-color: transparent;
  background-image: url("../common/fs-a.png");
  background-position: calc(50% + 10px) bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first-screen .container {
  position: relative;
  z-index: 10;
}
.first-screen .to-down {
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  color: #60a172;
  padding-left: 25px;
  padding-top: 4px;
  position: relative;
  position: absolute;
  left: 15px;
  bottom: -60px;
}
.first-screen .to-down .mouse {
  width: 17px;
  height: 24px;
  background-color: transparent;
  background-image: url("../common/mouse.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.first-screen .to-down .mouse span {
  display: block;
  width: 2px;
  height: 5px;
  margin: 5px auto 0;
  background-color: #60a172;
  -webkit-animation: scroll_down_btn-animation 1.5s infinite;
  animation: scroll_down_btn-animation 1.5s infinite;
}
@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 8px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 10px !important;
  height: 10px !important;
  background: none;
  border: 1px solid #60a172;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 !important;
}
#fp-nav.right {
  right: 100px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #60a172;
}
.fp-viewing-0 #fp-nav ul li a.active span,
.fp-viewing-0 .fp-slidesNav ul li a.active span,
.fp-viewing-0 #fp-nav ul li:hover a.active span,
.fp-viewing-0 .fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
.fp-viewing-0 #fp-nav ul li a span,
.fp-viewing-0 .fp-slidesNav ul li a span {
  border-color: #fff;
}
.header {
  padding: 25px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header.page {
  position: static;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  padding-left: 0 !important;
}
.header.fix {
  background-color: #FCFCFC;
}
.header .phones {
  float: right;
  letter-spacing: 1px;
}
.header .phones > a {
  text-decoration: none !important;
  color: inherit !important;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  color: #9d9d9c !important;
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 20px;
  background-color: transparent;
  background-image: url("../common/phone-ico.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}

.header .phones .all-catalog{
	margin-top: -4px;	
}

.dropdowns {
  padding-top: 15px;
  margin-bottom: 25px;
}
.dropdowns .dropdown-toggle {
  display: inline-block;
  padding: 4px 20px 4px 25px;
  width: 100px;
  border: 1px solid #60a172;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #9d9d9c;
  background-color: transparent;
  background-image: url("../common/down-ico.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.dropdowns .dropdown-menu {
  min-width: 100%;
}
.dropdowns .location {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.dropdowns .location .dropdown-toggle {
  position: relative;
}
.dropdowns .location .dropdown-toggle:before {
  content: "";
  left: 8px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 7px;
  height: 10px;
  background-color: transparent;
  background-image: url("../common/pin-ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.dropdowns .lang {
  position: relative;
  display: inline-block;
}
.dropdowns .lang .dropdown-toggle {
  padding-left: 8px;
}
.dropdowns .lang .dropdown-menu > li > a {
  padding: 3px 10px;
}
.menu {
  font-size: 17px;
  color: #9d9d9c;
}
.menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu > ul:before,
.menu > ul:after {
  display: table;
  content: " ";
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.menu > ul > li.current-menu-item a {
  border-color: #60a172;
}
.menu > ul > li:last-child a {
  border-color: transparent !important;
  padding: 2px 6px;
  color: #fff !important;
  border-radius: 2px;
  background-image: -moz-linear-gradient(34deg, #60a172 0%, #bdcf32 100%);
  background-image: -webkit-linear-gradient(34deg, #60a172 0%, #bdcf32 100%);
  background-image: -ms-linear-gradient(34deg, #60a172 0%, #bdcf32 100%);
}
.menu > ul > li:hover .sub-menu {
  display: block;
}
.menu > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.menu > ul > li .sub-menu li.current-menu-item > a {
  background-color: #60a172 !important;
  color: #fff !important;
}
.menu > ul > li .sub-menu li a {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  padding: 2px 10px;
  color: #010101 !important;
  white-space: nowrap;
}
.menu > ul > li .sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #010101;
}
.menu > ul > li.menu-item-has-children {
  padding-right: 17px;
  background-color: transparent;
  background-image: url("../common/down-ico.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
.menu > ul > li > a {
  text-decoration: none !important;
  color: inherit !important;
  display: inline-block;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu > ul > li > a:hover {
  border-color: #60a172;
}

.menu > ul > li > ul > li{
    position: relative;
}

.menu > ul > li > ul.sub-menu > li.menu-item-has-children {
    padding-right: 20px;
    background-color: transparent;
    background-image: url(../common/right-ico.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.menu > ul > li > ul.sub-menu > li.menu-item-has-children:hover{
    background-color: #f5f5f5;
}
.menu > ul > li > ul.sub-menu > li.menu-item-has-children.current-menu-item {
    background-color: #60a172;
}

.menu > ul > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
    position: absolute;
    left: 100%;
    top: 0px;
    list-style-type: none;
    display: none;
}
.menu > ul > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}

.aside-menu {
  width: 85px;
  overflow: hidden;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #bdcf32 0%, #60a172 100%);
  background-image: -webkit-linear-gradient(90deg, #bdcf32 0%, #60a172 100%);
  background-image: -ms-linear-gradient(90deg, #bdcf32 0%, #60a172 100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.aside-menu .aside-social {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.aside-menu .menu-title{
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	display: block;
}
.aside-menu .aside-social a {
  display: block;
  margin-bottom: 60px;
}
.aside-menu .aside-toggle {
  width: 85px;
  height: 70px;
  border: 1px solid #76ad7c;
  border-left: none;
  position: absolute;
  left: 0;
  top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.aside-menu.active .menu-title{
	display: none;
}
.aside-menu .aside-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.aside-menu .aside-toggle span:nth-child(2) {
  width: 18px;
}
.aside-menu .aside-toggle span:nth-child(3) {
  width: 10px;
}
.aside-menu .aside-content {
  padding: 45px 10px 45px 90px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.aside-menu.active {
  width: 600px;
  overflow: auto;
}
.aside-menu.active .aside-toggle span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -3px;
}
.aside-menu.active .aside-toggle span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 25px;
}
.aside-menu.active .aside-toggle span:last-child {
  display: none;
}
.aside-menu.active .aside-content {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.aside-menu.active .aside-social {
  display: none;
}
.aside-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  max-width: 400px;
}
.aside-menu ul li {
  margin-bottom: 5px;
  position: relative;
}
.aside-menu ul li:last-child {
  margin-top: 15px;
}
/*
.aside-menu ul li:last-child a {
  border: 1px solid #fff;
}
*/
.aside-menu ul:not(.sub-menu) > li:last-child a {
    border: 1px solid #fff;
}
.aside-menu ul li.active a {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.aside-menu ul li a {
  text-decoration: none !important;
  color: inherit !important;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.aside-menu ul li a:hover {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

.aside-menu ul.sub-menu li a{
    width: 100%
}

.aside-menu ul.sub-menu{
    display: none;
    background-color: #fff3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.aside-menu ul li.menu-item-has-children.open > ul.sub-menu{
    display: block;
}

.aside-menu ul li.menu-item > span.sub-menu-toggle{
    position: absolute;
    right: 20px;
    color: #ffffff;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 99;
    line-height: 20px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    -webkit-transition: all 0.2s linear 10ms;
    -moz-transition: all 0.2s linear 10ms;
    -o-transition: all 0.2s linear 10ms;
    transition: all 0.2s linear 10ms;
}

@media screen and (max-width: 767px){
    .aside-menu ul li.menu-item > span.sub-menu-toggle{
        top: 2px;
        font-size: 27px;
    }
}


.aside-menu ul li.menu-item.open > span.sub-menu-toggle{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.aside-menu .aside-contacts {
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  /*position: absolute;*/
  bottom: 50px;
  margin-top: 25px;
}
.aside-menu .aside-contacts .phones {
  margin-bottom: 30px;
}
.aside-menu .aside-contacts .phones a {
  text-decoration: none !important;
  color: inherit !important;
  display: inline-block;
  margin-bottom: 10px;
}

.aside-menu .aside-contacts .social{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.aside-menu .aside-contacts .social a {
  display: inline-block;
  margin-right: 120px;
}

/*first-screen*/
/*second-screen*/
.screen-title {
  font-family: inherit;
  font-size: 60px;
  font-weight: 300;
  color: inherit;
  line-height: 1.3;
  background-color: transparent;
  background-image: url("../common/st.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 80px;
  margin-bottom: 30px;
}
.graph-box {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 20px 50px 0px rgba(212, 212, 212, 0.2);
  padding: 30px 35px;
  position: relative;
}
.graph-box .overlay1 {
  position: absolute;
  width: 54px;
  height: 10px;
  background: #fff;
  bottom: 0;
  left: 2px;
  z-index: 100;
}
.graph-box .overlay3 {
  position: absolute;
  width: 54px;
  height: 10px;
  background: #fff;
  bottom: 3px;
  z-index: 100;
  left: 2px;
}
.graph-box .overlay4 {
  position: absolute;
  width: 61px;
  height: 10px;
  background: #fff;
  bottom: 2px;
  z-index: 100;
  right: 2px;
}
.graph-box .overlay2 {
  position: absolute;
  width: 61px;
  height: 10px;
  background: #fff;
  bottom: 0;
  z-index: 100;
  right: 2px;
}
.graph-box header {
  margin-bottom: 25px;
}
.graph-box header > a {
  display: inline-block;
  text-decoration: none !important;
  color: inherit !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 300;
  color: inherit;
  background-color: #f2f2f2;
  margin-right: 20px;
  padding: 10px;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
}
.graph-box header > a.selected {
  font-weight: 500;
  color: #fff !important;
  background-image: -moz-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
  background-image: -webkit-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
  background-image: -ms-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
}
.graph-box .buttons {
  text-align: center;
  margin-top: 30px;
}
.grad-btn {
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #60a172;
  padding: 10px 20px;
  width: auto;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 0px solid #528b62;
  max-width: 100%;
  text-decoration: none !important;
  color: inherit !important;
  text-transform: uppercase;
  color: #fff !important;
  background-image: -moz-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
  background-image: -webkit-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
  background-image: -ms-linear-gradient(80deg, #60a172 0%, #bdcf32 100%);
  margin: 0 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.grad-btn:hover {
  background-color: #76ae86;
  border-bottom-color: #60a172;
}
.grad-btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #528b62;
  border-bottom-color: #528b62;
}
.grad-btn:hover {
  background-image: -moz-linear-gradient(160deg, #60a172 0%, #bdcf32 100%);
  background-image: -webkit-linear-gradient(160deg, #60a172 0%, #bdcf32 100%);
  background-image: -ms-linear-gradient(160deg, #60a172 0%, #bdcf32 100%);
}
.grad-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.grad-btn.orange{
  background-image: -moz-linear-gradient(80deg, #ffba1d 0%, #ffeb00 100%);
  background-image: -webkit-linear-gradient(80deg, #ffba1d 0%, #ffeb00 100%);
  background-image: -ms-linear-gradient(80deg, #ffba1d 0%, #ffeb00 100%);
}

.grad-btn.orange:hover {
  background-color: #ffba1d;
  border-bottom-color: #ffba1d;
}
.grad-btn.orange:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #ffb100;
  border-bottom-color: #ffb100;
}
.grad-btn.orange:hover {
  background-image: -moz-linear-gradient(160deg, #ffba1d 0%, #ffeb00 100%);
  background-image: -webkit-linear-gradient(160deg, #ffba1d 0%, #ffeb00 100%);
  background-image: -ms-linear-gradient(160deg, #ffba1d 0%, #ffeb00 100%);
}
/*second-screen*/
/*third-screen*/
.graph-box-title {
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: inherit;
  margin-bottom: 15px;
}
.relative {
  position: relative;
}
.relative {
  position: relative;
}
.pie .overlay3 {
  left: 17px;
}
.pie .overlay4 {
  right: 17px;
}
/*third-screen*/
/*fourth-screen*/
.fourth-screen iframe {
  width: 1055px !important;
  height: 500px !important;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fourth-screen .buttons {
  text-align: center;
  margin-top: 15px;
}
/*fourth-screen*/
/*================MAIN================*/
/*================INNER================*/
.page-title {
  font-family: inherit;
  font-size: 60px;
  font-weight: 300;
  color: #60a172;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: #9d9d9c;
  margin-bottom: 25px;
}
.breadcrumb li + li:before {
  content: "";
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb > .active {
  color: inherit;
}
.breadcrumb a {
  text-decoration: none !important;
  color: inherit !important;
}
.breadcrumb .current-item {
  color: #60a172;
}
.breadcrumb > li + li:before {
  color: #9d9d9c;
  content: "/\00a0";
  margin: 0 -3px;
}
.subtitle {
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  margin: 15px 0 20px;
}
.main-content {
  padding-bottom: 30px;
}
.item {
  padding: 10px 0 15px;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.2);
  margin-bottom: 40px;
  /*height: 380px;*/
}
.items-row > div:nth-child(3n + 1){
	clear: both;
}
.item:hover .item-body .title a:after {
  width: 100%;
}
.item .item-body {
  padding: 5px 25px 0;
}
.item .item-body .title {
    font-family: inherit;
    font-size: 24px;
    font-weight: 300;
    color: inherit;
    margin-bottom: 10px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.item .item-body .title a:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #60a172;
  margin-top: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.item .item-body .title a {
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
  display: inline-block;
}
.item .item-body .price {
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: #9d9d9c;
  margin-bottom: 15px;
}
.item .item-body .price span {
  color: #60a172;
}
.item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 189px;
}
.item .img img {
  max-height: 100%;
}
.footer .footer-top {
  padding: 50px 0 55px;
  background-color: #f3f3f3;
}
.footer .footer-top .logo {
  display: inline-block;
  margin-bottom: 10px;
}
.footer .footer-top .logo img {
  max-width: 195px;
}
.footer .footer-top .dropdown-toggle {
  border-color: #d9d9d9;
  padding-left: 10px;
}
.footer .footer-top .dropdown-toggle:before {
  display: none;
}
.footer .footer-top .menu-f ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #878786;
}
.footer .footer-top .menu-f ul li {
  margin-bottom: 15px;
}
.footer .footer-top .menu-f ul a {
  text-decoration: none !important;
  color: inherit !important;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .footer-top .menu-f ul a:hover {
  border-color: #878786;
}
.footer .footer-top .social a {
  display: inline-block;
  margin-right: 20px;
}
.footer .footer-top .phone {
  text-decoration: none !important;
  color: inherit !important;
  color: #878786 !important;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}
.footer .footer-top .button-transp {
  margin-top: 10px;
}
.footer .copyright {
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #878786;
}
.button-transp {
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  padding: 7px 10px;
  width: 165px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bdcf32;
  max-width: 100%;
  color: inherit !important;
  color: #878786 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button-transp:hover {
  background-color: #bdcf32;
  border-bottom-color: #bdcf32;
  color: #fff !important;
}
.page-header-bg {
  background-color: transparent;
  background-image: url("../common/st.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 100px;
}

/*
.page {
  position: relative;
  min-height: 100%;
}
.page body {
  margin-bottom: 304px;
}
.page .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 304px;
}
*/

.item-slider {
  margin-bottom: 25px;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.2);
}
.item-slider-pr .slick-slide {
  padding: 0 5px;
}
.item-slider-pr .slick-slide.slick-current img {
  border-color: #60a172;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item-slider-pr .slick-slide img {
  border: 1px solid #ccc;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.item-main .desc {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.item-main .price {
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  margin: 10px 0 15px;
}
.item-main .price span {
  color: #60a172;
  font-weight: 500;
}
.item-main .buttons {
  margin-top: 30px;
  margin-bottom: 50px;
}
.char {
  font-family: inherit;
  font-size: 17px;
  font-weight: 300;
  color: inherit;
  padding: 9px 0px;
  border-bottom: 1px solid #f3f3f3;
}
.char .row {
  display: flex;
  align-items: center;
}
.char:last-child {
  border: none;
}
.calc-main {
  font-family: inherit;
  font-size: 17px;
  font-weight: 300;
  color: inherit;
}
.calc-main .row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.calc-main .button-round {
  font-size: 14px;
  margin-top: 20px;
}
.calc-main .note {
  color: #9d9d9c;
  font-size: 13px;
}
.jq-selectbox {
  display: block;
  width: 100%;
  width: 170px;
}
.jq-selectbox .jq-selectbox__select {
  border: 1px solid #CCC;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  text-shadow: none;
}
.jq-selectbox .jq-selectbox__select-text {
  width: auto !important;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
}
.jq-selectbox .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: inherit;
}
.jq-selectbox .jq-selectbox__dropdown {
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  text-align: left;
}
.jq-selectbox .jq-selectbox__select {
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #d1d1d1 !important;
}
.jq-selectbox li {
  font-size: 14px;
}
.jq-selectbox li:hover {
  background-color: #f8ac00;
}
.jq-selectbox .jq-selectbox__select-text {
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
  line-height: 28px;
}
.jq-selectbox .jq-selectbox__trigger {
  border: none;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-width: 4px;
  border-top-color: #f8ac00 !important;
}
.radio-one {
  margin-right: 20px;
  display: inline-block;
}
.radio-one label {
  font-weight: 300;
  font-size: 14px;
  padding-left: 6px;
  margin-left: -3px;
  cursor: pointer;
}
.my-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.my-radio input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
.my-radio input:checked + label:before {
  display: block;
}
.my-radio > label {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  border: 1px solid #e1e8eb;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.my-radio > label:before {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f8ac00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.my-radio label,
.my-radio label:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.jq-number__field {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 65px;
}
.jq-number {
  padding-right: 5px;
}
.jq-number__spin {
  background: none !important;
  border: none;
  box-shadow: none !important;
}
.jq-number__spin:after {
  border-width: 4px !important;
}
.jq-number__spin.minus {
  bottom: 4px;
}
.jq-number__spin.plus {
  top: 4px;
}
.jq-number__spin.minus:after {
  border-top-color: #f8ac00 !important;
}
.jq-number__spin.plus:after {
  border-bottom-color: #f8ac00 !important;
}
.calc-result {
  padding-left: 70px;
}
.calc-result .img {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.2);
  margin-bottom: 30px;
  padding: 30px 0;
}
.calc-result .price {
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  margin: 10px 0 20px;
}
.calc-result .price span {
  color: #60a172;
  font-weight: 500;
}
.calc-result .buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.calc-result .buttons .button-round {
  width: 225px;
  margin-right: 55px;
}
.modal-main .modal-dialog {
  background-color: #fff;
  padding: 20px 50px;
}
.modal-main .modal-dialog .modal-title {
  text-align: center;
  font-family: inherit;
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  margin: 0 0 20px;
}
.modal-main .modal-dialog .modal-close {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 25px;
}
.modal-main .modal-dialog .button-round {
  margin-top: 15px;
}
.contact-box {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
.contact-box a {
  text-decoration: none !important;
  color: inherit !important;
}
.contact-box .ico {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.map {
  margin-bottom: 45px;
}
.map iframe {
  height: 370px !important;
  width: 100% !important;
}
.feadback-form {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}
.cert {
  margin-bottom: 20px;
}
.cert .name {
  text-align: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 300;
  color: inherit;
  margin-top: 20px;
}
.simple-page-header {
  margin-bottom: 30px;
}
.simple-page-header iframe {
  width: 100% !important;
  height: 320px !important;
}
.text-content {
  font-weight: 300;
  font-size: 15px;
}
.text-content img,
.text-content iframe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.km .jq-number__field {
  width: 80px;
}
.about-list{
	padding-left: 0;
	list-style: none;
}

.about-list li{
	padding-left: 50px;
	min-height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.about-list li:before{
	
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: #9DBF42;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../common/i1.png");
	background-repeat: no-repeat;
	background-position: center center ;
}

.about-list li:nth-child(2):before{
	background-image: url("../common/i3.png");
}

.about-list li:nth-child(3):before{
	background-image: url("../common/i2.png");
}

.about-list li:nth-child(4):before{
	background-image: url("../common/i4.png");
}

.about-list li:nth-child(5):before{
	background-image: url("../common/i5.png");
}

.about-list li:nth-child(6):before{
	background-image: url("../common/i6.png");
}

.about-list li:nth-child(7):before{
	background-image: url("../common/i7.png");
}

.about-list li:nth-child(8):before{
	background-image: url("../common/i8.png");
}

.about-list li:nth-child(9):before{
	background-image: url("../common/i9.png");
}

.about-list li:nth-child(10):before{
	background-image: url("../common/i10.png");
}

.about-list li:nth-child(11):before{
	background-image: url("../common/i11.png");
}

.header.header-static{
	display: none;
	padding-left: 0 !important;
}

.all-catalog{
	float: right;
	font-size: 14px;
	text-decoration: none !important;
	border-bottom: 1px dashed #60a172;
	color: #60a172;
	cursor: pointer;
}

.all-catalog:hover{
	border-color: transparent;
}

.nav-arrows{
	position: absolute;
	z-index: 100;
	right: 30px;
	bottom: 30px;
}

.nav-arrows .js-top{
	margin-bottom: 20px;
}

.nav-arrows .js-top,.nav-arrows .js-bottom{
	cursor: pointer;
}

.calc-result .not-av{
	font-size: 19px;
}

.first-screen .table-responsive table td:first-child a{
	color: inherit;
	text-decoration: none;
}
/*================INNER================*/
.main-page #bingc-phone-button.bingc-show{
	bottom: 150px !important;	
}

.label_39._bottom_3v._pad100_GR, .label_39._left_2d._pad100_GR, .label_39._right_1y._pad100_GR,div#jivo-iframe-container:not(.jivo-c-mobile){
	right: 90px !important; 
}

#menu-glavnoe-menju-uk-1,#menu-glavnoe-menju-uk{
	margin-right: -20px;
}

.calc-preview .link-inside{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.item-price-radios{
	margin: 20px -15px;
}

.item-price-radios .radio-one label{
	font-size: 16px;
}

.first-screen .button-round:not(.orange), .item-main .button-round:not(.orange),.calc-main .button-round:not(.orange){
  margin-right: 10px;
}

.item-main .button-round:not(.orange) {
  margin-bottom: 10px;
}

.amo-form iframe {
  height: 335px!important;
}

.items-row .item .button-arr{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.export-btn{
  text-align: center;
  margin-top: 30px;
}

.export-btn .button-round {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.offers-block {
  text-align: center;
  padding: 30px 0;
}

.offers-block hr {
  margin: 30px 0;
}

.offers-block .button-round {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
}


.offer-screen .offers-block hr {
  margin: 100px 0;
}

.sale{
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sale:not(:last-child){
	border-bottom: 1px solid #f3f3f3;
}

.sale-title {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #60a172;
}

.sale-block {
	margin-top: 60px;
}

.sale-group-title {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 50px;
}

.modal-offers{
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../common/fs-a.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.catalog-sub-cat{
    display: flex;
    margin: 5px 0 30px 0;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.catalog-sub-cat>span{
    display: block;
}

.catalog-sub-cat .sub-cat-link{
    border-radius: 10px;
    border: 1px solid #60a172;
    padding: 5px 10px;
    margin: 5px;
    display: block;
    white-space: nowrap;
}

.catalog-sub-cat .sub-cat-link:hover,
.catalog-sub-cat .sub-cat-link.active{
    text-decoration: none;
    background-color: #528b62;
    color: #fff;
}

.btn-disabled{
	background-color: #9d9d9c;
    pointer-events: none;
    color: #fff;
}

.post-list .blog-post-item{
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.post-list .blog-post-item{
    border-bottom: 1px solid #f3f3f3;
}

.post-list .blog-post-item .post-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #60a172;
}

.post-list .blog-post-item .post-img > img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-list .blog-post-item .post-link{
    margin-top: 20px;
}

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

.blog-pagination > a,
.blog-pagination > span{
    margin: 5px;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
}

.blog-pagination > span{
    color: #ccc;
}

.blog-pagination > a:hover{
    text-decoration: none;
    color: #f49800;
}

.blog-pagination > a.prev,
.blog-pagination > a.next{
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #60a172;
    width: 35px;
    height: 35px;
    padding: 7px;
    line-height: 19px;
}
.blog-pagination > a.prev:hover,
.blog-pagination > a.next:hover{
    color: #fff;
    background-color: #60a172;
}

@media (min-width: 1200px){
    .lg-padd-0{
        padding: 0;
    }
}

.video-block{
    width: 100%;
}
.video-block .wp-video{
    margin: auto;
}

.video-block + div.buttons{
    margin-top: 15px;
}

/* Fixes */
@media screen and (max-width: 1200px){
    section.first-screen h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px){
    section.first-screen h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 350px){
    section.first-screen h1 {
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .geo-link {
        display: inline-block;
        margin-left: -15px;
    }
}

@media screen and (min-width: 734px) and (max-width: 995px){
    .geo-warehouse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 10px;
        float: none;
        max-width: 190px;
    }
}
@media screen and (min-width: 734px) and (max-width: 766px){
    .geo-warehouse {
        display: block;
        float: none;
        max-width: 160px;
        margin-top: 10px;
        margin-left: 60%;
    }
    .dropdowns .lang {
        text-align: left;
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {
	.menu > ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.menu > ul > li {
		float: left;
		margin-right: 0;
		position: relative;
	}
	.menu > ul > li:not(:last-child) {
		margin-right: 5px;
	}
	.menu > ul:before, .menu > ul:after {
		content: none;
	}
	#menu-glavnoe-menju-uk-1, 
	#menu-glavnoe-menju-uk {
		/*margin-right: -20px;*/
		margin-right: 0;
	}
}
