

/* Start:/bitrix/templates/greennew/components/bitrix/news.list/mainbanner/style.css?173744291426560*/
input[type="checkbox"] {
    appearance: none;
    background: #fff;
    border: 2px solid #aaa;
    height: 1.5em;
    width: 1.5em;
    margin: 0 10px 0 0;
    border-radius: 100%;
    vertical-align: text-bottom;
    position: relative;
  }

/*---------------------------------add styles from figma*/
.inside_descr-banner p{
font-weight:400;
font-size:16px;
line-height:20px;
font-family: 'Montserrat', sans-serif;
}

.inside_descr-banner ul li{
font-family: 'Montserrat', sans-serif;
font-weight:500;
font-size:16px;
line-height:20px;
list-style:inside!important;
}

.inside_descr-banner ul li a, .inside_descr-banner a{
font-family: 'Montserrat', sans-serif;
font-weight:500;
font-size:16px;
line-height:20px;
color:#76BF69;
text-decoration:underline;
}

.inside_descr-banner strong{
font-weight:700;
font-size:23px;
line-height:29px;
font-family: 'Montserrat', sans-serif;
}


@media(max-width:500px){
.inside_mob-banner ul{
margin:20px 0;
}

.inside_mob-banner ul li a, .inside_mob-banner a{
font-family: 'Montserrat', sans-serif;
color:#76BF69!important;
text-decoration:underline!important;
}

.inside_mob-banner ul li{
list-style:inside!important;
font-weight:500;
font-size:14px;
line-height:18px;
}

.inside_mob-banner strong{
font-weight:700;
font-size:20px;
line-height:26px;
}
}
/*-----------------------------------styles from figma END*/

  .slider.mob{
  display:none;
  }
  
  input[type="checkbox"] {
    border-radius: 0;
  }
  
  input[type="checkbox"]::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
  }
  
  input[type="checkbox"]:checked::before {
    border: 4px solid #000;
    border-radius: 100%;
    background: #fff;
    margin: 0;
  }
  
  input[type="checkbox"]:focus {
    outline: solid 1px;
    outline-offset: 2px;
  }
  
  .modal.main{
  display:none;
  width:100%;
  justify-content:center;
  }
  
  .popup.main{
  margin:auto!important;
  position:relative!important;
  }
  
  
  .cloud_tags{
  display:flex;
  margin:40px 0 0 5px;
  align-items: center;
  }
  
  .cloud_tags .cloud_tag{
  width:69px;
  height:24px;
  background:#f5f5f5;
  font-size:12px;
  line-height:16px;
  border-radius:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 5px 0 0;
  }
  
  .clear_btn{
  color:#000;
  font-size:12px;
  line-height:16px;
  text-decoration:underline;
  margin:0 0 0 20px;
  }
  
  #slider {
      position: relative;
      overflow: hidden;
      margin: 0;
    }
    
    #slider div.slider-list {
      position: relative;
      margin: 0;
      padding: 0;
      height: 200px;
      list-style: none;

      width: 100%!important;
      margin-left: 0px!important;
    }
    
    #slider div.slider-list div.in-list {
      position: relative;
      display: flex;
	  justify-content:space-between;
align-items:center;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 700px;
      text-align: left;
    }

    #slider div.slider-list div.in-list a{
        width:100%;
        display: flex;
        justify-content: space-between;
    }
  
    a.control_prev, a.control_next {
      position: absolute;
      top: 45%;
      z-index: 999;
      display: flex;
      width: 40px;
      height: 40px;
      background: #fff;
      color: #2a2a2a;
      text-decoration: none;
      font-weight: 800;
      font-size: 18px;
      cursor: pointer;
      border-radius: 100px;
      justify-content: center;
      align-items: center;
    }
    
    a.control_prev:hover, a.control_next:hover {
      opacity: 1;
      -webkit-transition: all 0.2s ease;
    }
    
    a.control_prev {
      /* border-radius: 0 2px 2px 0; */
      left: 20px;
    }
    
    a.control_next {
      right: 20px;
    }
    
    .slider_option {
      position: relative;
      margin: 10px auto;
      width: 160px;
      font-size: 18px;
    }
  
  .sel-lang li:first-child{
  border:none!important;
  }
  
    .descr-banner{
      bottom: 0;
      position: relative;
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .inside_descr-banner{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
height:100%;
padding: 30px;
    }
  
    .descr-banner h2{
      color:#fff;
      font-size: 40px;
      line-height: 41px;
      font-family: 'Object Sans', sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      margin: 40px 0 0 40px;
    }
  
    .descr-banner p{
      color:#000;
      font-size: 16px;
      line-height: 20px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
    }

    .descr-banner p span{
        font-weight: 700; 
    }

    .descr-banner .inside_descr-banner h3{
        color:#76BF69;
        font-size: 46px;
        line-height: 52px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }

    .descr-banner .inside_descr-banner .buttons{
        display: flex;
        justify-content: space-between;
    }

    .descr-banner .inside_descr-banner .buttons a.more{
        color:#76BF69;
        background-color: #fff;
    }

    .descr-banner .inside_descr-banner .buttons a.zapis{
        color:#fff;
        background-color: #76BF69;
    }

    .descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis{
        font-size: 18px;
        line-height: 25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        border:2px solid #76BF69;
        border-radius:50px;
        text-decoration: none;
        width:358px!important;
        height:66px;
        display: flex!important;
        justify-content: center!important;
        align-items: center;
    }

.in-list img{
		width:100%;
		height:700px;
background-size: cover;
  background-repeat: no-repeat;
}
  
    /* main styles for news */
  
  .inside.news h2{
      font-family: 'Object Sans', sans-serif;
      font-weight: 500;
      font-size: 50px;
      line-height: 54px;
  }
  
  .main-background-news{
    position: absolute;
    right:0;
    margin:0;
    padding:0;
  }
  
  .search{
      display: flex;
      align-items: start;
  }
  
  .filter-button{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 182px;
      height: 60px;
      background-color: #f5f5f5;
      border-radius:60px;
  cursor:pointer;
  }
  
  .filter-button img{
  width:20px;
  height:20px;
  }
  
  .filter-button-close{
  display:none;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius:60px;
  cursor:pointer;
  }
  
  .filter-button p{
      font-family: 'Object Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      margin-left: 10px;
  }
  
  .filter-button-close p{
      display:none;
      font-family: 'Object Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      margin-left: 10px;
  }
  
  .search form input{
      width: 983px;
      height: 60px;
      background-color: #f5f5f5;
      border-radius:60px;
      margin-left: 10px;
      border:none;
  
      color:#a7a7a7;
      font-size: 18px;
      line-height: 18px;
      padding-left:20px;
  }
  
  .block-news{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin:40px 0 0 0;
  }
  
  .news-item{
      width: 376px;
      height: auto;
      background-color: #f5f5f5;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
  margin-bottom:20px;
  border-radius:20px;
  }
  
  .news-item img{
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      width: 376px;
      height: 200px;
  }
  
  .news-item h3{
      color:#3F6F30;
      font-size: 20px;
      line-height: 20px;
      font-family: 'Object Sans', sans-serif;
      font-weight: 500;
      width: 345px;
      margin:20px 0 0 20px;
      height:64px;
  }
  
  .news-item p{
      color:#000;
      font-size: 18px;
      line-height: 27px;
      font-family: 'Object Sans', sans-serif;
      font-weight: 400;
      margin:20px 0 0 20px;
  height:85px;
  }
  
  .news-item .hashtag{
      margin:10px 0 20px 20px;
      display: flex;
  justify-content:start;
  }
  
  .news-item .hashtag a.tag{
      display: flex;
      align-items: center;
      justify-content: center;
      color:#3f6f30;
      font-size: 12px;
      line-height: 16px;
      font-family: 'Object Sans', sans-serif;
      font-weight: 400;
      height: 24px;
      border-radius: 200px;
      background-color: #C6E997;
  padding:10px;
  margin-right: 5px;
  }
  
  .news-item .hashtag a:hover{
      background-color: #fff;
  }
  
  .figure-2-news{
      position: relative;
      bottom:0;
  
      width: 615px;
      height: 467px;
      margin: -60px 0 -200px -300px;
  }
  
  .news-item p.mob, .block-news.mob{
    display: none;
  }
  
  .link-back{
  display:flex;
  align-items:center;
  color:#000;
  }
  
  span.link-text{
  font-size:20px;
  line-height:30px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:400;
  }
  
  .news-detail h1{
  font-size:60px;
  line-height:72px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:500;
  text-transform:uppercase;
  }
  
  .news-detail h2{
  font-size:40px;
  line-height:41px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:500;
  text-transform:uppercase;
  }
  
  .news-detail h3{
  font-size:24px;
  line-height:36px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:700;
  }
  
  .news-detail p{
  font-size:20px;
  line-height:30px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:400;
  }
  
  .news-detail img{
  width:100%;
  height:700px;
  border-radius:20px;
  }
  
  .widget_popup-news{
  display:flex;
  width:100%;
  height:182px;
  padding:15px;
  border: 2px solid #3F6F30;
  border-radius:20px;
  margin:40px 0 0 0;
  }
  
  .widget_popup-news .leftside{
  display:flex;
  width:60%;
  flex-direction:column;
  justify-content: center;
  }
  
  .widget_popup-news .leftside h2{
  font-size:40px;
  line-height:41px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:500;
  margin:0;
  text-transform:uppercase;
  }
  
  .widget_popup-news .leftside h2 span{
  color:#FF6E1D;
  }
  
  .widget_popup-news .leftside p{
  font-size:20px;
  line-height:30px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:400;
  margin:10px 0 0 0;
  }
  
  .widget_popup-news .rightside{
  display:flex;
  width:40%;
  justify-content:center;
  align-items:center;
  }
  
  .widget_popup-news .rightside a{
  font-size:20px;
  line-height:20px;
  color:#fff;
  font-family: 'Object Sans', sans-serif;
  font-weight:700;
  width:367px;
  height:61px;
  background: #3F6F30;
  border-radius:40px;
  display:flex;
  justify-content:center;
  align-items:center;
  }
  
  .search-b{
  position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    margin-left: 925px;
  }
  
  .button-search{
  position:absolute;
  width:60px!important;
  z-index:12;
  opacity: 0;
   cursor: pointer;
  }
  
  .search-icon{
  position:absolute;
  z-index:11;
  width:20px;
  height:20px;
  }
  
  .navigation{
  display:flex;
  justify-content:center;
  align-items:center;
  }
  
  .navigation-pages{
  font-size:18px;
  line-height:27px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:400;
  width: 282px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  }
  
  .navigation-pages a{
  color:#000;
  }
  
  .nav-current-page{
  color: #FF6E1D;
  }
  
  .nothing-found{
  display:flex;
  flex-direction:column;
  margin-top:40px;
  }
  
  .nothing-found h2{
  font-size:24px!important;
  line-height:24px!important;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:500!important;
  text-transform:uppercase;
  }
  
  .nothing-found p{
  font-size:20px;
  line-height:30px;
  color:#000;
  font-family: 'Object Sans', sans-serif;
  font-weight:400;
  margin:0;
  }
  
  .news-detail-head{
  display:none;
  }
  
  .filter_body{
  width:240px;
  height:auto;
  background:#f5f5f5;
  z-index:9999;
  position:absolute;
  margin: 240px 0 0 380px;
  border-radius:20px;
  padding:20px;
  display:none;
  }
  
  .filter_body form p{
  font-weight:700;
  }
  
  input[type="checkbox"] {
    border-radius: 30px;
  }
  
  .filter_body span{
  font-size:16px;
  line-height:16px;
  color: #3F6F30;
  font-family: 'Object Sans', sans-serif;
  font-weight:700;
  }
  
  .filter_body p{
  margin:0;
  }
  
  .filter_body input{
  margin-right:10px;
  }
  
  .filter_btn, .reset_btn{
  margin:0!important;
  cursor:pointer;
  }
  
  .reset_btn{
  background:#fff;
  color:#000;
  width: 80px;
  border:none;
    height: 28px;
    border-radius: 50px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:12px;
  line-height:12px;
  font-weight:500;
  }
  
  .filter_btn{
  background: #3F6F30;
  color:#fff;
  border:none;
  border-radius:50px;
  width:99px;
  height:28px;
  }
  
  .btn_filter{
  width:240px;
  display:flex;
  }
  
  h2.mob-h{
  display:none;
  }

@media(max-width:1600px){
.in-list img{
	height:600px;
}
}

@media(max-width:1500px){
.descr-banner .inside_descr-banner h3 {
  font-size: 40px;
  line-height: 46px;
}


#slider div.slider-list div.in-list img {
  height: 500px;
}
}

@media(max-width:1400px){
#slider div.slider-list div.in-list img{
width:50%;
height:85%;
}

.inside_descr-banner {
  width: 560px;
}

.descr-banner .inside_descr-banner h3{
font-size: 38px;
line-height: 42px;
}

.descr-banner{
height:85%;
}
}
  
@media(max-width:1300px){
.filter_body {
  margin: 240px 0 0 52px;
}

.descr-banner .inside_descr-banner h3 {
  font-size: 30px;
  line-height: 36px;
}

.descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis{
font-size: 15px;
}
}

@media (max-width: 1050px) {
  .descr-banner .inside_descr-banner h3 {
    font-size: 26px;
    line-height: 30px;
  }

 #slider div.slider-list div.in-list img {
    height: 380px;
  }
}
  
  /* tablet 1024px */
  @media(max-width:1024px){
  section.header{
  height:60px!important;
  }
  
  .inside.news h2 {
    font-size: 36px;
    line-height: 42px;
  }
  
  .news-item .hashtag {
    margin: 10px 0 0 10px;
  }
  
  .search form input{
  width:640px;
  }
  
  .news-detail img {
    height: 440px;
  }
  
      .news-detail h2{
  line-height: 48px;
  }
  
  .news-detail h3 {
    font-size: 20px;
    line-height: 30px;
  }
  
  .news-detail p {
    font-size: 18px;
    line-height: 27px;
  }
  
      .widget_popup-news{
  flex-direction:column;
  height:210px;
  }
  
      .widget_popup-news .leftside, .widget_popup-news .rightside{
  width:100%;
  }
  
      .widget_popup-news .rightside{
  justify-content: start;
  }
  
      .widget_popup-news .leftside h2{
  font-size: 30px;
  line-height: 31px;
  }
  
  .widget_popup-news .leftside p {
    font-size: 18px;
    line-height: 27px;
  }
  
  .widget_popup-news .rightside a {
    font-size: 18px;
    line-height: 18px;
  margin-top:20px;
  }
  
      .news-detail-head{
  display:block;
  width:570px;
  height:548px;
  position:absolute;
  top:0;
  right:0;
  }
  
  .search-b{
  margin-left: 57%;
  }
  
      .main-background-news{
  width:768px;
  }
  
      #slider div.slider-list div.in-list{
  width:100%;
  height:400px;
  }
  
      #slider{
  margin:0;
  }
  
      .news-item{
  width:234px;
  height:340px;
  border-radius: 20px;
  margin: 10px auto;
  }
  
      .news-item img{
  width:234px;
  height:130px;
  }
  
      .news-item h3{
  font-size: 18px;
  line-height: 18px;
  width:227px;
  margin: 10px 0 0 10px;
  height:55px;
  }
  
      .news-item p{
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 0 10px;
  }
  
      .news-item p.mob{
  margin: 10px 0 0 10px;
  }
  
      .filter_body{
  margin: 265px 0 0 100px;
  }

  .inside_descr-banner {
    width: 90%;
    height: auto;
  }

  .inside_descr-banner span{
    font-size:12px;
  }

  .descr-banner .inside_descr-banner h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
  }

  .descr-banner p {
    font-size: 12px;
line-height:16px;
  }

  .descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis {
    font-size: 10px;
    width: 358px !important;
    height: 35px;
  }

  .descr-banner .inside_descr-banner .buttons {
    margin: 30px 0 0 0;
  }

	.inside_descr-banner ul li, .inside_descr-banner ul li a, .inside_descr-banner a{
font-size: 12px;
line-height:16px;
}

	.inside_descr-banner strong{
font-size: 14px;
margin:20px 0 0 0;
}
}

@media (max-width: 980px) {
.descr-banner p{
line-height: 12px;
}

.descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis {
    font-size: 11px;
  }
}

  /* tablet 834px */
  @media(max-width:834px){
      #slider div.slider-list div.in-list{
  width:100%;
  }
  
  .search form input {
    width: 580px;
  }
  
  .search-b {
    margin-left: 62%;
  }
  
  .filter_body {
    margin: 265px 0 0 30px;
  }

  .inside_descr-banner span{
    font-size:12px;
  }

  .descr-banner .inside_descr-banner h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
  }

  .descr-banner p {
    font-size: 12px;
line-height:14px;
  }

  .descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis {
    font-size: 11px;
    width: 358px !important;
    height: 35px;
  }

  .descr-banner .inside_descr-banner .buttons {
    margin: 30px 0 0 0;
  }

 .inside_descr-banner ul li, .inside_descr-banner ul li a, .inside_descr-banner a {
    font-size: 10px;
  }

	.inside_descr-banner ul li{
line-height:14px;
}
  }
  
  /* tablet 768px */
  @media(max-width:768px){
    .inside {
      width: 760px;
    }
    
    .inside.news h2 {
      font-family: 'Object Sans', sans-serif;
      font-weight: 500;
      font-size: 36px;
    line-height: 42px;
    }
  
  section.header {
    height: 60px!important;
  }
  
  section.header .inside{
  justify-content: center;
  }
  
  .search-b{
  margin-left: 64%;
  margin-top: -60px;
  }
  
  .main-background-news{
  width:768px;
  }
  
    .search form input{
      width: 554px;
    }
    
    #slider{
      width: 100%!important;
      height: 426px!important;
    }
  
    #slider div.slider-list div.in-list{
      height: 426px;
    }
  
    .news-item{
      width: 238px;
      height: 329px;
      margin: 20px auto;
    }
  
    .news-item img{
      width: 234px;
      height: 130px;
    }
  
    .news-item h3 {
      font-size: 18px;
      line-height: 18px;
      width: 207px;
    }
  
    .news-item p.desk{
      display: none;
    }
  
    .news-item p.mob{
      display: flex;
    }
  
    .news-item p {
      color: #000;
      font-size: 16px;
      line-height: 20px;
      margin: 10px 0 0 20px;
    }
  
      .news-item .hashtag{
  margin: 3px 0 0 10px;
  }
  
  .news-item .hashtag a.tag {
      font-size: 10px;
      }
  
  .figure-2-news {
    margin: -80px 0 -290px -300px;
  }
  
  .filter_body {
    margin: 230px 0 0 4px;
  }

  .inside_descr-banner span{
    font-size:12px;
  }

  .descr-banner .inside_descr-banner h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
  }

  .descr-banner p {
    font-size: 12px;
  }

  .descr-banner .inside_descr-banner .buttons a.more, .descr-banner .inside_descr-banner .buttons a.zapis {
    font-size: 11px;
    width: 250px !important;
    height: 35px;
margin-top: 5px;
  }

  .descr-banner .inside_descr-banner .buttons {
    margin: 30px 0 0 0;
flex-direction:column;
  }

  .inside_descr-banner ul li, .inside_descr-banner ul li a, .inside_descr-banner a {
    font-size: 10px;
  }
  }
  
  @media(max-width:500px){
    .inside.news{
      width:360px!important;
      }
  
  .slider.mob{
  display:block;
  }
  
  .slider.desk{
  display:none;
  }
  
  .popup .close{
  position: absolute;
  margin:-45px -50px 0 0;
  }
  
  .news-item .hashtag a.tag {
    margin: 0 5px 5px 0;
  }
  
      .popup{
  margin-left:50px!important;
  }
  
      .btn_filter{
  display:flex;
  flex-direction:column;
  align-items:center;
  width: 200px;
  }
  
      .main-background-news{
      width:600px;
      }
  
    .filter-button p{
      display: none;
    }
  
  .news-detail h1 {
    font-size: 32px;
    line-height: 38px;
  }
  
  .news-detail img {
    height: 236px;
  }
  
  .news-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  
  .news-detail h3, .news-detail p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .nothing-found h2 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  
  .nothing-found p {
    font-size: 16px;
    line-height: 24px;
  }
  
    .descr-banner h2 {
      font-size: 24px!important;
      line-height: 26px!important;
  margin: 10px 0 0 50px;
    }
  
  .descr-banner p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 10px 50px;
  width: 280px;
  display:none;
  }
  
    .filter-button{
      width: 60px;
      height: 60px;
    }
  
  .filter-button img{
      width: 20px;
      height: 20px;
  }
  
    .search form input {
      width: 280px;
    }
  
  .search-b {
    margin-left: 56%;
  margin-top: -60px;
  }
  
  .widget_popup-news .leftside h2 {
    font-size: 26px;
    line-height: 26px;
  }
  
  .widget_popup-news .leftside p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .widget_popup-news {
    height: 235px;
  }
  
      .news-item{
  margin:10px auto;
  width: 350px;
  height: auto;
  margin-left: 0;
  }
  
      .block-news{
  margin:0;
  }
  
  .widget_popup-news .rightside a {
    font-size: 16px;
    line-height: 16px;
  width: 326px;
  height: 49px;
  }
  
    #slider div.slider-list {
      margin-left: -352px !important;
    }
  
    #slider div.slider-list div.in-list {
      width: 352px;
      height: 254px;
    }
  
    #slider {
      width: 352px !important;
      height: 254px !important;
    }
  
    .descr-banner{
      height: 100%;
  width: 70%;
    }
  
      a.control_prev, a.control_next, a.control_prev img, a.control_next img{
  width:20px;
  height:20px;
  }
  
    .news-item img {
      width: 100%;
  height:200px;
    }
  
    .news-item h3 {
      font-size: 20px;
  line-height: 26px;
  width: 326px;
  height: auto;
    }
  
    .news-item p.mob {
      font-size: 16px;
      line-height: 24px;
  margin: 15px 0 0 10px;
  width:300px;
  height: auto;
  padding-bottom:10px;
    }
  
    .news-item .hashtag a{
      width: auto;
      height: 16px;
      font-size: 10px;
      line-height: 16px;
    }
  
  .figure-2-news {
    margin: 10px 0 -290px -300px;
  }
  
  .news-item .hashtag {
       margin: 10px 0 10px 10px;
      width: 320px;
      justify-content: start;
  }

  .filter_body {
    margin: 205px 0 0 25px;
  height:auto;
  }

      .filter-button-close{
  width:60px;
  }
  
      .filter-button-close p{
  display:none!important;
  }
  
      .reset_btn, .filter_btn{
  width:158px;
  }
  
      .reset_btn{
  margin-bottom:-10px!important;
  }
  
  /*--------------------------- styles for slider mob*/



  .main {
    font-family:Arial;
    width:350px;
    display:block;
    margin: 30px 0 0 0;
  }
  .slider.slider-for div span {
  color: #3498db;
  font-size: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  text-align: center;
  height: auto;
  display: flex;
  width: 350px;
  border-radius: 20px;
  justify-content: start;
  align-items: center;
  }
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
  
  .slick-dots {
    bottom: -25px!important;
  }
  
  .slick-dots li{
  margin:0!important;
  }
  
  .mob-banner{
  display:flex;
  justify-content: center;
  width:350px;
  height:100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  }

  .mob-banner .inside_mob-banner{
    display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 320px;
  height: 600px;
  }

  .mob-banner .inside_mob-banner p{
    font-weight:400;
    font-size:14px;
    line-height:18px;
    color:#000;
    font-family: 'Monserat',sans-serif;
  }

  .mob-banner .inside_mob-banner p span{
    font-weight:700;
    font-size:14px;
    line-height:18px;
    color:#000;
    font-family: 'Monserat',sans-serif;
    display:flex;
    width:auto;
  }

  .mob-banner .inside_mob-banner h3{
    font-weight:800;
    font-size:22px;
    line-height:28px;
    color:#76BF69;
    font-family: 'Monserat',sans-serif;
    margin: 20px 0 10px 0;
  }

  .mob-banner .inside_mob-banner b{
    font-weight:700;
    font-size:20px!important;
    line-height:26px!important;
    color:#000!important;
    font-family: 'Monserat',sans-serif;
  }

  .mob-banner .inside_mob-banner .buttons a.more, .mob-banner .inside_mob-banner .buttons a.zapis{
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 2px solid #76BF69;
    border-radius: 50px;
    text-decoration: none;
    width: 320px !important;
    height: 66px;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }

  .mob-banner .inside_mob-banner .buttons a.more {
    color: #76BF69;
    background-color: #fff;
    margin: 20px 0 10px 0;
  }

  .mob-banner .inside_mob-banner .buttons a.zapis {
    color: #fff!important;
    background-color: #76BF69;
text-decoration:none!important;
  }
  
  .search-icon {
    width: 20px;
    height: 20px;
  }
  
  .mob-banner h2{
  display:flex;
  font-weight:400!important;
  font-size:22px!important;
  line-height:28px!important;
  color:#fff;
  text-transform: uppercase;
  text-align: left;
  padding: 0 20px;
  }
  
      h2.mob-h{
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  display:block;
  }
  
  h2.mob-h span{
  color: #FF6E1D;
  }
  /*--------------------------- styles for slider mob END*/
  
  }
/* End */


/* Start:/bitrix/templates/greennew/components/bitrix/news.list/kontakt-new/style.css?17370994903178*/
.contacts-med{
    width: 100%;
    display: flex;
}

.left{
    width: 50%;
}

.right{
    width: 50%;
}

.left img{
    width: 560px;
    height: auto;
}

.right{
    display: flex;
    flex-direction: column;
}

.right .top, .right .bottom{
    display: flex;
    justify-content: space-between;
    height:50%;
}

.right .top{
    align-items: center;
}

.right .top .txt-med{
    display: flex;
    flex-direction: column;
}

.right .top .txt-med h3{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

.right .top .txt-med .row{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin:5px 0;
}

.right .top .but-med a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;

    padding:15px 25px;
    background: #76BF69;
    color:#fff;
    text-decoration: none;
    border-radius: 60px;
}

.right .top .txt-med .row img{
    margin:0 10px 0 0;
}

.right .bottom .col{
display: flex;
flex-direction: column;
margin:10px 0 0 0;
}

.right .bottom .col .social-med{
display: flex;
}

.right .bottom .col .social-med a{
    margin:0 10px 0 0;
}

.right .bottom .col span{
    color:#76BF69;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.right .bottom .col a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin:10px 0;
    color:#424242;
    text-decoration: none;

    display: flex;
    align-items: center;
}

.right .bottom .col a.button-ya{
    width: 280px;
    height: 56px;
    border:1px solid #81C37A;
    border-radius:20px;
    padding:0 20px;
margin:5px 0;

    display: flex;
    justify-content: space-between;
}

.right .bottom .col p{
    color:#424242;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin:5px 0 0 0;
}

@media(max-width:1680px){
.right {
  width: 55%;
}
	.left{
width: 45%;
}
}

@media(max-width:1460px){
.left img {
  width: 380px;
}

.right {
  width: 65%;
}
.left{
width: 35%;
display:flex;
align-items:center;
}
}

@media(max-width:1240px){
 .left img {
    width: 320px;
  }

.right .top .but-med a, .right .bottom .col a, .right .bottom .col p{
font-size:12px;
}

.right .bottom .col span, .right .top .txt-med .row{
font-size:14px;
}

.right .top .txt-med h3{
font-size:24px;
}

	.right .bottom .col a.button-ya{
width:250px;
}
}

@media(max-width:1084px){
 .left img {
    width: 320px;
  }

.right .top .but-med a, .right .bottom .col a, .right .bottom .col p{
font-size:12px;
}

.right .bottom .col span, .right .top .txt-med .row{
font-size:14px;
}

.right .top .txt-med h3{
font-size:24px;
}

  .left img {
    width: 290px;
  }
}

@media(max-width:964px){
.contacts-med {
  flex-direction: column;
}

.left,.right{
width:100%;
}

.left img {
    width: 560px;
margin:0 0 20px 0;
  }
}

@media(max-width:670px){
.right .top, .right .bottom {
  height: auto;
  flex-direction: column;
}

.right .top {
  align-items: start;
}

	.right .top .but-med{
margin:30px 0;
}

  .right .top .but-med a, .right .bottom .col a, .right .bottom .col p {
    font-size: 14px;
  }

 .right .bottom .col a.button-ya {
    width: 280px;
  }

  .left img {
    width: 100%;
  }
}
/* End */
/* /bitrix/templates/greennew/components/bitrix/news.list/mainbanner/style.css?173744291426560 */
/* /bitrix/templates/greennew/components/bitrix/news.list/kontakt-new/style.css?17370994903178 */
