@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Arsenal:regular,italic,700,700italic);

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: #222;
  background: #fff;
  min-width: 375px;
  overflow-x: hidden;
}

a {
  color: #188B30;
  transition: all 0.2s linear;
}

a:hover {
  color: #222222;
  transition: all 0.2s linear;
}


h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  font-size: 31px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
}

input {
  border: none;
  background: no-repeat bottom, 50% calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  background-image: linear-gradient(0deg, #43b7c7 2px, rgba(156, 39, 176, 0) 0),
    linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
  margin-bottom: 40px;
  color: #000;
  padding: 10px 0;
}

input:focus {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #a5a5a5;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
p{
	padding-bottom:15px;
}
table {
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0px;
}
table td, table th {
    height: 40px;
    padding: 10px;
    border: 1px solid;
}
td p{
	padding-bottom:0px;
}
a.button {
  display: inline-flex;
  background: none;
  border: 1px solid #188B30;
  border-radius: 2px;
  color: #188B30;
  padding: 8px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: all 0.2s linear;
}

a.button:hover {
  background: #188B30;
  color: #fff;
  transition: all 0.2s linear;
}


a.button-2 {
  display: inline-flex;
  background: #188B30;
  border: 1px solid #188B30;
  border-radius: 2px;
  color: #fff;
  padding: 8px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: all 0.2s linear;
}

a.button-2:hover {
  background: #fff;
  color: #188B30;
  transition: all 0.2s linear;
}

.container,
.slider-container {
  max-width: 1312px;
  width: 100%;
  margin: 0 auto;
}

/* header */
#toolbar-bar{
    z-index: 11;
	}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all .3s linear;
}

header.header-bg {
  background: #fff;
  z-index: 10;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}

.logo {}

.header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 15px;
  font-family: 'Arsenal';
}

.header-menu-item {
  font-size: 19px;
  line-height: 23px;
}

.header-menu-item a {
  position: relative;
  color: #645050;
  text-decoration: none;
}

.header-menu-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background: rgba(100, 80, 80, 0.2);
  transition: all .2s linear;
}

.header-menu-item:hover a {
  color: #188B30;
}

.header-menu-item:hover a::before {
  background: #188B30;
}

.header-info {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 400;
  color: #140A00;
}

.header-info .number {
  font-size: 35px;
  line-height: 39px;
  text-decoration: none;
  color: #140A00;
}

.header-info .number:hover {
  color: #7d050f;
}

.info-desc {
  font-size: 15px;
  text-align: right;
  line-height: 19px;
}

/* main slider */

.swiper-container {
  position: relative;
}

.swiper-slide {
  position: relative;
}

.slide-image {
  max-height: 660px;
  overflow: hidden;
}

.slider-info {
  position: absolute;
  max-width: 527px;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-info .slider-info_title {
  margin-bottom: 20px;
    font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.slider-info p {
  margin-bottom: 26px;
}

.swiper-pagination-bullet {
  background: #333333;
  box-shadow: 0px 0px 0px #333333;
  width: 10px;
  height: 10px;
  border-radius: 0;
}

.header-info svg{
	fill: darkgreen;
	    width: 25px;
    height: 25px;
    margin-right: 10px;
}
/* key */

.key {
  padding: 54px 0 80px 0;
  background: #F9F9FA;
}

.key-wrapper {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.key-info {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}

.key-info p {
  line-height: 24px;
  color: #777777;
}

.key-info-title {
  font-size: 17px;
  line-height: 26px;
  color: #222222;
      font-weight: 500;
}

.key-greenhouses {
  max-width: 976px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.key-item-large {
  position: relative;
  max-width: 478px;
  max-height: 220px;
  width: 100%;
  overflow: hidden;
}

.key-item-img {
  height: 100%;

  object-fit: cover;
  width: 100%;
  min-height: 147px;
}

.key-item-name {
  position: absolute;
  left: 26px;
  bottom: 22px;
  background: #fff;
  padding: 0 2px;
}

.key-item-small {
  position: relative;
  max-width: 229px;
  width: 100%;
  overflow: hidden;
  max-height: 220px;
}

.usluga-montaj{
	width: 100%;
}
.usluga-montaj img{
        float: right;
    width: 500px;
    margin-left: 40px;
	margin-bottom: 20px;
	height: auto;
}
}
.table-price{
font-size: 22px;	
}
.old-price{
	text-decoration: line-through;
    color: #989694;
}
.new-price{
	color:#006400;
	font-weight: bold;
}
/* shop */


.shop {
  padding: 74px 0 95px 0;
}

.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-top a {
  text-decoration: none;
}

.shop-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 74px;
    max-width: 1200px;
	    margin: 70px auto;

}

.shop-item {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 400;
  max-width: 305px;
  width: 100%;
  transition: all .2s linear;
  padding: 10px 0 10px 0;
      margin-bottom: 30px;
}

.shop-item:hover {
  cursor: pointer;
  box-shadow: 0px 3px 7px rgba(70, 75, 75, 0.3);
  border-radius: 5px;
}

.shop-item-info {
  padding: 0 25px 0 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shop-item-img {
  max-width: 305px;
  /*max-height: 198px;*/
  overflow: hidden;
}

.shop-item-name {
  font-size: 30px;
  line-height: 30px;
  color: #140A00;
  max-width: 232px;
  overflow: hidden;
  margin-bottom: 15px;
}

.shop-item-die {

  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FF7F00;
  border-radius: 5px;
  border: 1px solid #FF7F00;
  padding: 3px 9px;
}

.shop-item-set {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  width: 100%;
  padding: 9px 0 10px 0;
}

.set-name {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.set-values {
  display: flex;
  justify-content: space-between;
}

.set-value {
  display: inline-flex;
  max-width: 73px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  justify-content: center;
  color: #645050;
  background: none;
  border: none;
  outline: none;
  transition: all .2s linear;
  padding: 3px 0;
}



.set-value:hover,
.set-value.selected {
  cursor: pointer;
  background: #F7F4F4;
  box-shadow: 0px 3px 7px rgba(70, 75, 75, 0.3);
  border-radius: 6px;
  color: #960F19;
}



.material-value {
  flex-direction: column;
  align-items: center;
}

.material-value .set-value {
  max-width: 100%;
  width: 100%;
}

.shop-item-price,
.shop-item-price span.end-price {
  font-size: 45px;
  line-height: 45px;
  color: #140A00;
  width: 100%;
  text-align: center;
}

.shop-item-price span {
  font-size: 17px;
  line-height: 22px;
}

/* benefits */

.benefits {
  padding: 77px 0 70px;
}

.benefits-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefit-item {
  max-width: 276px;
  width: 100%;
  display: flex;
  align-items: center;
}

.benefit-icon {
  max-width: 60px;
  margin-right: 30px;
  flex-shrink: 0;
}

.benefit-name {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.benefit-text {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

/* news */

.news {
  padding: 34px 0 80px 0;

}


.news-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
}

.news-item {
  display: block;
  max-width: 304px;
  width: 100%;
  text-decoration: none;
}

.news-item:hover {
  background: #188B30;
}

.news-item:hover .news-title,
.news-item:hover .news-date {
  color: #fff;
}

.news-img {
  max-height: 114px;
  margin-bottom: 18px;
  overflow: hidden;
}

.news-desc {
  padding: 0 24px 5px 24px;
}

.news-title {
  color: #222222;
  margin-bottom: 8px;
  line-height: 20px;
  max-height: 40px;
  height: 40px;
  overflow: hidden;
}

.news-date {
  font-size: 12px;
  color: #999999;
}

/* about */

.about {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-image {
  max-width: 401px;
  max-height: 756px;
  overflow: hidden;
}

.tabs {
  max-width: 833px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
  padding-top: 130px;
}

.tab-item {
  width: 100%;
}

.tab-title {
  background: #F4F4F4;
  border-radius: 3px;
  border-left: 3px solid #188B30;
  color: #188B30;
  padding: 12px 30px;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 27px;
  transition: all .2s linear;
}

.tab-title.active,
.tab-title:hover {
  cursor: pointer;
  background: #188B30;
  color: #FFFFFF;
}

.tab-item.tab-opened .tab-text {
  display: block;
}

.tab-text {
  display: none;
  line-height: 24px;
  color: #555555;
  padding: 0 14px 0 0;
}

/* brands */

.brands {
  padding: 70px 0;
}

.brands-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.brand-logo {
  transition: all .2s linear;
}

.brand-logo:hover {
  cursor: pointer;
  transform: scale(1.2);
}

/* footer */


footer {
  background: #373D44;
  padding: 34px 0 25px 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-info {
  font-size: 12px;
  line-height: 18px;
  color: #888888;
}

.footer-menu-name {
  color: #FFFFFF;
  margin-bottom: 17px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-item a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #A7A7A7;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-menu-item a:hover {
  color: #188B30;
}

.footer-number {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  gap: 0 8px;
}

.footer-number:hover {
  color: #188B30;
}

.footer-top {
  width: 100%;
  padding: 0 0 40px 0;
  border-bottom: 1px solid#41474E;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 0 0;
}

.copyright {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.footer-cards {
  font-size: 13px;
  line-height: 29px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  max-width: 262px;
  gap: 0 45px;
}

/* burger */

.menu-btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border: 3px solid #188B30;
}

.menu-btn-burger {
  width: 30px;
  height: 4px;
  background: #188B30;
  border-radius: 0px;
  transition: all .2s ease-in-out;
}

.menu-btn-burger::before,
.menu-btn-burger::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #188B30;
  border-radius: 0px;
  transition: all .2s ease-in-out;
}

.menu-btn-burger::before {
  transform: translateY(-12px);
}

.menu-btn-burger::after {
  transform: translateY(12px);
}


.menu-btn.open .menu-btn-burger {
  transform: translateX(-50px);
  background: transparent;
}

.menu-btn.open .menu-btn-burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #FF7F00;
}

.menu-btn.open .menu-btn-burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #FF7F00;
}

.menu-btn.open {
  border: 3px solid #FF7F00;
}

body.fixed {
  overflow: hidden;
}