@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&family=Roboto:wght@100&display=swap');


body {
  font: 12px Montserrat, Arial;
  color: #000;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
}

a, a:visited, a:link {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

div.header {
  height: 255px;
  position: relative;
  background: #fff;
}

div.header div.logo {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -125px;
  z-index: 3;
}

div.header div.links {
  position: absolute;
  top: 60px;
  left: 30px;
}

div.header div.links a {
  display: inline-block;
  margin-right: 15px;
}

div.header div.contacts {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 1;
}

div.header div.contacts .email {
  display: block;
  margin-bottom: 6px;
  padding: 1px 0px 1px 30px;
  background: url("/images/email_icon.png") no-repeat center left;
}

div.header div.contacts .skype {
  margin-right: 34px;
}

div.header div.contacts .facebook {
  padding: 1px 0px 1px 20px;
  background: url("/images/fb_icon.png") no-repeat center left;
  margin-right: 34px;
}

div.header div.contacts .twitter {
  padding: 1px 0px 1px 20px;
  background: url("/images/twitter_icon.png") no-repeat center left;
}

div.header div.info {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 325px;
  font-weight: bold;
  text-align: right;
}

div.header div.info div.phones {
  display: block;
  margin-top: 35px;
}

div.header div.info div.phones .phone {
  display: block;
  margin-bottom: 3px;
}

div.header div.info div.phones .phone .phone-number {
  font-weight: normal;
}

div.menu {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  background: #014711;
  height: auto!important;
}

/*div.menu ul {
  padding: 0 18px;
  }*/

  div.menu li {
    float: left;
  }

  div.menu li a, div.menu li a:visited, div.menu li a:link {
    display: block;
    padding: 8px 12px 7px;
    /*  text-transform: capitalize;*/
    color: #fff;
    /*font-weight: bold;*/
    text-decoration: none;
    height: 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  div.menu li.active a, div.menu li.active a:visited, div.menu li.active a:link, div.menu li a:hover {
    background-color: #e1edc3;
  }

  div.menu ul.submenu {
    padding: 0;
    position: absolute;
    left: 0px;
    top: 100%;
  }

  .menu > ul > li:nth-child(7) > ul{
    padding: 0;
    position: absolute;
    left: -225px;
    top: 100%;
  }

  div.menu ul.submenu li {
    padding: 1px 6px;
    background: url("/images/submenu_separator.png") no-repeat center right;
  }

  div.menu ul.submenu li a, div.menu ul.submenu li a:visited, div.menu ul.submenu li a:link {
    padding: 0;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    text-transform: none;
  }

  div.menu ul.submenu li a:hover {
    text-decoration: none;
    background-color: transparent;
  }

  div.menu ul.submenu li.last {
    background-image: none;
    padding-right: none;
  }
  div.menu ul.submenu li.first {
    padding-left: 0;
  }

  div.footer {
    background-color: #014711;
  }

  div.footer div.footer-bottom {
    height: 60px;
    /*  margin-top: 30px;*/
    background-color: #333;
    padding: 25px 0;
    text-align: center;
    color: #fff;
  }

  div.footer div.footer-bottom .author {
    display: block;
  }

  div.footer div.footer-bottom a, div.footer div.footer-bottom a:visited, div.footer div.footer-bottom a:link {
    color: #fff;
  }

  div.footer div.menu {
    position: static;
  }

/*div.content {
  background-color: #e1edc3;
  }*/

  div.action {
    background-color: #014711;
    font-size: 41px;
    font-weight: bold;
    height: 48px;
    padding-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
  }

  div.action a {
    color: #E1EDC3;
    text-decoration: none;
  }

  div.action span {
    color: #7AC142;
  }

  div.slide-gallery {
    padding-bottom: 30px;
    background-color: #7ac142;
  }

  /* hover slide */
  .hs_container{
    position:relative;
    width:980px;
    height:471px;
    overflow:hidden;
    clear:both;
    cursor:pointer;
  }
  .hs_container .hs_area{
    position:absolute;
    overflow:hidden;
  }
  .hs_area img{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
  }
  .hs_area img.hs_visible{
    display:block;
    z-index:9999;
  }
  .hs_area1{
  }
  .hs_area4, .hs_area5{
  }
  .hs_area4{
  }
  .hs_area3{
  }
  .hs_area1{
    width:449px;
    height:334px;
    top:0px;
    left:0px;
  }
  .hs_area2{
    width:451px;
    height:165px;
    top:0px;
    left:449px;
  }
  .hs_area3{
    width:451px;
    height:167px;
    top:165px;
    left:449px;
  }
  .hs_area4{
    width:192px;
    height:135px;
    top:334px;
    left:0px;
  }
  .hs_area5{
    width:708px;
    height:135px;
    top:334px;
    left:192px;
  }
  /* /hover slide */

  div.block {
    border: 1px solid #999;
    background-color: #e9f2d2;
  }

  div.block .block-title {
    background-color: #fff;
    padding: 9px 15px 8px;
  }
  div.block .block-content {
    padding: 12px 15px;
    line-height: 20px;
    overflow: hidden;
    min-height: 119px;
  }

  div.content div.inner {
    padding: 30px;
  }

  div.columns {
    overflow: hidden;
    margin-bottom: 30px;
  }

  div.columns .column {
    float: left;
    width: 288px;
  }

  div.columns.double .column.first {
    width: 609px;
    margin-right: 0;
  }

  div.columns.double .column.last {
    width: 281px;
  } 

  div.columns.triple .column.first {
    margin-right: 30px;
  }

  div.columns .column.last {
    float: right;
    margin-right: 0;
  }

  div.news-item {

  }

  div.news-item .date {
    display: block;
    font-weight: bold;
  }

  .more {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 11px;
  }

  div.block-content .subtitle {
    font-weight: bold;
  }

  div.block-content .img-block {
    margin: -15px;
  }

  div.block-content .img-block a, div.block-content .img-block img {
    display: block;
  }

  div.inner-content {
    background-color: #fff;
    /*padding: 30px 30px 0;*/
    position: relative;
    /*border-bottom: 30px solid #7ac142;*/
    overflow: hidden;
  }

  h1 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  h2, .likeh2{
   font-size: 20px !important;
   font-weight: 600 !important;
   margin: 15px 0 20px 0;
 }
 .h3__clone,
 h3,
 h4{
   font-size: 17px !important;
   font-weight: 600 !important;
   margin: 15px 0 20px 0;
 }
 .breadcrumbs {
  margin-top: 20px;
  margin-bottom: 25px;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:link {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs a.last, .breadcrumbs a.last:visited, .breadcrumbs a.last:link {
  text-decoration: underline;
}

.breadcrumbs a.last:hover {
  text-decoration: none;
}

dl.news {

}

dl.news dt {
  font-weight: bold;
}

dl.news .more {
  margin-top: 7px;
}

dl.news dd {
  margin-bottom: 7px;
}

.pagination {
  background-color: #e1edc3;
  position: absolute;
  top: 15px;
  right: 30px;
  overflow: hidden;
}

.pagination li {
  float: left;
}

.pagination li a, .pagination li .placeholder {
  display: block;
  padding: 2px 3px 1px;
  text-align: center;
  text-decoration: none;
  min-width: 9px;
}

.pagination li.current {
  font-weight: bold;
}

.pagination li.current a, .pagination li a:hover {
  background-color: #7ac142;
}

div.text-block {
  line-height: 20px;
}

div.text-block p {
  margin-bottom: 18px;
}

.content-links a, .content-links a:visited, .content-links a:link {
  text-decoration: none;
}

.content-links a:hover {
  text-decoration: underline;
}

.content-links a.active, .content-links a.active:visited, .content-links a.active:link {
  text-decoration: underline;
}

.content-links a.active:hover {
  text-decoration: none;
}

div.inner-content .img-block {
  float: right;
  margin-top: 5px;
  position: relative;
  left: 30px;
}
div.inner-content .img-block img {
  display: block;
}

.popup {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 20000;
}

.popup .mark {
  /*background-color: #014711;*/
  border-bottom: 5px solid #7AC142;
  height: 15px;
  padding-top: 8px;
  text-align: center;
}

.popup .source-block {
  height: 64px;
  width: 100%;
}

.popup .source-block .bg {
  background-color: #014711;
  height: inherit;
  position: absolute;
  width: inherit;
  z-index: 2;
  
  opacity: 0.75;
  filter: alpha(opacity=75)
}

.popup .source-block .buttons {
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
  width: 800px;
  z-index: 3;
}

.popup .source-block .buttons .button {
  background-color: #E1EDC3;
  border-color: #F9FBF3 #719768 #719768 #E9F2D3;
  border-style: solid;
  border-width: 3px;
  float: left;
  height: 23px;
  margin-right: 157px;
  padding: 5px 10px 0;
}


/*NEW CHANGE*/
.center{
  text-align: center;
}
.just{
  text-align: justify;
  line-height: 1.4;
}
.wrap__icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 25px 0px;
}
.item__icon {
  display: flex;
  width: 18%;
}
.img__ic {
  margin-right: 10px;
}
.block__product {
  display: flex;
  justify-content: center;
}
.img__product {
  width: 440px;
  height: 365px;
  position: relative;
}
.img__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h3.txt__img {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
h3.txt__img {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -40%);
  left: 50%;
  width: 100%;
  line-height: 45px;
  text-align: center;
}
.line {
  position: absolute;
  bottom: 37%;
  height: 2px;
  width: 90%;
  background: #fff;
  margin: 0px auto;
  left: 50%;
  transform: translate(-50%, -37%);
}
.price__img {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -10%);
  font-size: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
}
span.bold__numb {
  font-size: 36px;
  font-weight: 600;
}
.descr__product {
  background: #eaeaea;
  width: 440px;
  height: 365px;
  margin-left: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.descr__line {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 0px auto;
}
.button__product {
  position: absolute;
  width: 100%;
  bottom: 65px;
}
.button__product a.product-button.request {
  display: block;
  height: 40px;
  max-width: 150px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: black;
  font-weight: bold;
  border: 2px solid #7ac142;
  border-radius: 5px;
  box-shadow: 1px 2px 0 #7ac142;
  background: #7ac142;
  font-size: 1.1em;
}
.exform_wrapper.request.brdrad7.boxshdw{
  position: fixed;
  left: 50%;
  top: 50% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  display: block;
  transform: translate(-50%, -50%);
}
.item__sign {
  width: 22% !important;
}
.name__prevProd {
  text-align: left !important;
  margin: 0 !important;
}
.item__sign .text {
  text-align: left;
  margin: 0;
}
.bold{
  font-weight: bold;
}
.but__pr{
  width: 100% !important;
  margin: 0 !important;
}
.but__pr a{
  width: 100%;
  display: block;
  height: 40px;
  max-width: 150px;
  margin: 15px auto;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: black;
  font-weight: bold;
  border: 2px solid #7ac142;
  border-radius: 5px;
  box-shadow: 1px 2px 0 #7ac142;
  background: #7ac142;
  font-size: 1.1em;
}
.mid__block {
  background: url(/images/prev_prod/mid__img.jpg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px;
}
h2.mid {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3.my__st {
  font-size: 30px;
  color: #696969;
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px 0px 15px 0px;
}
p.text__mid.just {
  font-weight: bold;
}
.wrap__type {
  display: flex;
  margin-bottom: 50px;
}
.item__type {
  margin-right: 15px;
  text-align: center;
}
.img__type {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.img__type img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text__type {
  margin-top: 10px;
}


.another__form{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0 40px 0;
}
.item__form{
  width: 440px;
  height: 365px;
}
.anothe__img img, .anothe__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anothe__but a {
  display: block;
  height: 40px;
  max-width: 210px;
  margin: 15px auto;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: black;
  font-weight: bold;
  border: 2px solid #7ac142;
  border-radius: 5px;
  box-shadow: 1px 2px 0 #7ac142;
  background: #7ac142;
  font-size: 0.9em;
}
.anothe__but.another a{
  display: block;
  height: 40px;
  max-width: 179px;
  margin: 15px auto;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: black;
  font-weight: bold;
  border: 2px solid #7ac142;
  border-radius: 5px;
  box-shadow: 1px 2px 0 #7ac142;
  background: #7ac142;
  font-size: 1.1em;
}
.wrap__productB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img__productB {
  width: 215px;
  height: 270px;
}
.img__productB img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.name__productB {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
}
.info__productB p.info__txt {
  border-bottom: 1px solid;
}
span.bold.pr__bl {
  font-size: 16px;
}
p.info__txt, .price__productB {
  padding-top: 5px;
}
.slick-prev:before, .slick-next:before{
  color: #000 !important;
  font-size: 35px !important;
}
.slick-next{
  right: 15px !important;
}
.slick-prev{
  z-index: 1 !important;
  left: -2px !important;
}
.item__form{
	position: relative;
}
.anothe__but,
.anothe__but.another{
	position: absolute;
	width: 100%;
	bottom: -10px;
}
div.content div.inner{
	padding: 0px 15px 30px 15px !important;
}
div.columns.solo .column {
  margin: 0px 14px 0px 15px !important;
  width: 917px;
}

.img__five-row-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.img__five-row-block img {
  max-width: 100%;
  margin: 0px;
  height: 200px;
  object-fit: cover;
}

.our_advant {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px;
}

.our_advant img {
	width: 80%;
}
.catalog-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-wrapper div.product-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  vertical-align: top;
  border: 1px solid;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  max-width: unset !important;

}
.catalog-wrapper a {
  text-decoration: none;
  color: inherit;
}
.catalog-wrapper p {
  text-indent: 0;
  text-align: center;
}
.catalog-wrapper img {
  width: 200px;
  max-width: 100%;
}
.product-button {
  display: block;
  height: 40px;
  max-width: 150px;
  margin: 15px auto;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: #fff !important;
  font-weight: bold;
  border: none !important;
  border-radius: 5px;
  box-shadow: 1px 2px 0 #7ac142;
  background: #7ac142;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 18px;
}
.product-button:hover {
	background: #379b3c;
}
.product-button:active {
  box-shadow: none;
}
.product-name {
  font-weight: 600;
}
.tabbb td {
  border: 1px solid #004812;
  min-width: 180px;
  text-align: center;
  padding: 10px 5px 5px 5px;
}
.tabbb {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.okna-block {
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.okna-block-item {
  display: inline-block;
  width: 275px;
  vertical-align: top;
  text-align: center;
}
.okna-block-item span {
  display: block;
  margin: 5px auto;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}
.okna-block-item img {
  width: 200px;
  height: 255px;
  object-fit: cover;
  margin: 10px 0 !important;
}
.button_2 {
  display: block;
  background-color: #E1EDC3;
  border-color: #F9FBF3 #719768 #719768 #E9F2D3;
  border-style: solid;
  border-width: 3px;
  padding: 8px;
  margin: 0 auto;
  width: 150px;
}
.okna-block-item a {
  text-decoration: none;
  text-align: center;
}
.new-wd img {
  width: 285px!important;
  height: 220px!important;
  object-fit: cover;
}

.block__window__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.window__item{
  width: 26%;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.window__item img {
  width: 100%;
}

/*.main-banner{
	position: relative;	
}*/
.main-banner img {
	width:100%;
	height: auto;
}
.block-content {
	padding: 0px !important;
}
div.columns.solo .column{
	margin: 0px !important;
}
div.content div.inner {
	padding: 0px !important;
}

a.button15 {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;

  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #379b3c;
  text-decoration: none;
  user-select: none;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #7ac142;
  border-radius: 2px;
  background: transparent;
  transition: all .218s ease 0s;
  text-align: center;

}

/*a.button15:hover {  color: rgb(24,24,24);  border: 1px solid rgb(198,198,198);  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);  box-shadow: 0 1px 2px rgba(0,0,0,.1);}*/
a.button15:active {
  color: rgb(51, 51, 51);
  border: 1px solid rgb(204, 204, 204);
  background: rgb(238, 238, 238) linear-gradient(rgb(238, 238, 238), rgb(224, 224, 224));
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}
.fl-cl{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.clear{
	clear: both;
}
.mh165 img{
	max-height: 165px;
	margin-bottom: 15px;
}
.tac a, .tac{
	text-align: center;
	text-decoration: none;

}
.menu__main__list li a {
	font-weight: normal;
}
.menu__main__list , .menu__list{
	display: flex;
	justify-content: space-between;
}

.reviews_list {
	margin: 50px 0;
}

.reviews_list .reviews_list_item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.reviews_list .reviews_list_item .reviews_list_item_txt {
	text-align: justify;
}

.reviews_list .reviews_list_item .reviews_list_item_name, .reviews_list .reviews_list_item .reviews_list_item_date {
	font-weight: bold;
    font-style: oblique;
    text-align: right; 
}

.reviews_list .reviews_list_item .reviews_list_item_date {
	margin-bottom: 0;
}




























@media screen and (min-width: 550px){
	.catalog-wrapper div.product-block{
		width: 47% !important;
	}
}