

/* Start:/bitrix/templates/greennew/components/bitrix/news/action/bitrix/news.detail/new-ver-detail/style.css?173702602413674*/
.blog-wrap {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.blog-banner {
    display: grid;
    grid-template-columns: 1fr 655px;
    padding-left: 40px;
    padding-right: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 20px;
    background: #f5f5f5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
border: 2px solid #76bf69;
}

.blog-banner .blog-banner-content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.blog-banner .blog-banner-content .blog-info {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    color: #6c7283;
    max-width: 360px;
}

.blog-banner .blog-banner-content .blog-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-banner .blog-banner-content .blog-info .date:before {
    content: "";
    background: url(/upload/calendar-lines.png) no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.blog-banner .blog-banner-content .blog-info .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.blog-banner .blog-banner-content .blog-info .views, .blog-banner .blog-banner-content .blog-info .date{
color:#fff;
font-size:14px;
font-weight:500;
line-height:14px;
text-shadow: 1px 2px 3px #000;
}

.blog-banner .blog-banner-content .blog-info .views::before {
    content: "";
    background: url(/upload/eye.png) no-repeat center center;
    width: 19px;
    height: 15px;
    margin-right: 5px;
}

.blog-banner .blog-banner-content .title {
    font-size: 52px;
    line-height: 58px;
    color: #fff;
    margin: 0;
    font-weight: 800;
    margin: 25px 0;
text-shadow: 1px 2px 3px #000;
}

.blog-banner .blog-banner-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
font-weight:500;
text-shadow: 1px 2px 3px #000;
width:60%;
    margin: 0;
}

.blog-banner .blog-banner-content .more {
    margin-top: 60px;
    color: #6c7283;
}

.blog-banner .blog-img {
    height: 445px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.blog-banner .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-list--item .blog-img .list-tags, .blog-sidebar-list .blog-list--item .list-tags, .blog-banner .blog-img .list-tags {
    flex-wrap: wrap;
}

.blog-banner .blog-img .list-tags {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 30px;
    bottom: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    z-index: 2;
}

.blog-banner .blog-img .list-tags span {
    background: #e5dfda;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    height: 36px;
}
/* start blog grid elements */
.blog-sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;

    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

/* .blog-sidebar-wrap .blog-slidebar-content {
    width: calc(100% - 438px);
} */

.blog-sidebar-wrap .blog-slidebar-content {
    width: 100%;
margin-bottom:50px;
}

.news-list--item .news-img .list-badge span {
    background: #e5dfda;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    height: 36px;
}

.blog-list {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
}

.blog-list-txt{
width:100%;
display:flex;
flex-direction:column;
padding:20px;
border: 2px solid #76bf69;
background: #f5f5f5;
border-radius:20px;
}

.blog-list-txt h3{
font-size:28px;
font-weight:700;
}

.blog-list-txt p{
font-size:18px;
font-weight:400;
margin:20px 0;
line-height: 1.5;
}

.blog-list-txt ul li{
font-size:18px;
font-weight:400;
margin:10px 0 10px 20px;
line-height: 1.5;
list-style:disc;
}

.blog-list-txt ol li{
font-size:18px;
font-weight:400;
margin:10px 0 10px 20px;
line-height: 1.5;
}

.author{
width:100%;
display:flex;
justify-content:center;
align-content:center;
background: #76be68;
border-radius: 20px;
}

.author-left, .author-right{
width:100%;
padding:20px;
text-align:center;
}

.author-left p{
font-size:16px;
font-weight:700;
line-height: 20px;
color:#fff;
}

.author-left p a{
color:#fff;
}

.author-right{
display:flex;
align-items:center;
}

.news-list--item {
    padding: 15px 16px 27px;
    background: #f1f5ff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-list--item .news-img {
    height: 275px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.news-list--item .news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-list--item .news-img .list-badge {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 30px;
    bottom: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    z-index: 2;
}

.news-list--item .news-info {
    min-height: 50px;
    border-bottom: 1px solid #a1aac3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c7283;
}

.news-list--item .news-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-list--item .news-info .date:before {
    content: "";
    background: url(/upload/calendar-lines.png) no-repeat center center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.news-list--item .name {
    color: #182233;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.news-list--item p {
    color: #6c7283;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.news-list--item a {
    margin-top: auto;
    display: inline-block;
    color: #6c7283;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.more {
    background:#76bf69;
  padding: 15px 25px;
  border-radius: 60px;
  color: #fff!important;
  font-weight: 600;
display:flex;
justify-content:center;
align-items:center;
}

/* sidebar */

.blog-sidebar-wrap .sidebar {
    width: 400px;
}

.blog-sidebar-wrap .sidebar-bg {
    background: #f1f5ff;
    border-radius: 20px;
    overflow: hidden;
}

.sidebar-filter {
    padding: 40px 35px;
    background: #f1f5ff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar-filter--item {
    color: #3f4756;
}

.sidebar-filter--item:not(:last-child) {
    margin-bottom: 35px;
}

.sidebar-filter--item p {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}

.tags-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 16px;
}

.tags-list-filter a {
    text-decoration: none;
    height: 36px;
    border-radius: 10px;
    color: #343452;
    background: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.tags-list-filter a {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-list-sidebar-wrap {
    padding: 0 30px;
}

.news-list--item {
    padding: 15px 16px 27px;
    background: #f5f5f5;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
border: 2px solid #76bf69;
}

.new-sidebar-list .news-list--item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0;
}

.new-sidebar-list .news-list--item .list-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 30px;
    bottom: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    z-index: 2;
    margin-bottom: 10px;
}

.new-sidebar-list .news-list--item .list-badge span {
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
    height: 36px;
}

.news-list--item .news-info {
    min-height: 50px;
    border-bottom: 1px solid #a1aac3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6c7283;
}

.news-list--item .news-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-list--item .news-img .list-badge, .new-sidebar-list .news-list--item .list-badge, .news-banner .news-img .list-badge {
    flex-wrap: wrap;
  }

/* sidebar END */

@media screen and (max-width: 1399px) {
    .blog-wrap, .blog-sidebar-wrap {
      max-width: 1200px;
    }

    .blog-banner .blog-img {
        height: 386px;
        width: 400px;
    }

    .blog-banner .blog-img img {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 960px) {

    .blog-wrap, .blog-sidebar-wrap  {
        max-width: 100%;
        padding: 0;
    }


    .blog-banner {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse;
      padding: 10px;
    }

    .blog-banner .blog-img {
        height: 386px;
        width: 100%;
    }

    .blog-banner .blog-img img {
        width: 100%;
        height: 400px;
    }

    .blog-banner .blog-banner-content .title {
        font-size: 34px;
        line-height: 40px;
    }

    .blog-banner .blog-banner-content{
        max-width: 100%;
    }

    .blog-sidebar-wrap{
        width: 100%;
    }

    .blog-sidebar-wrap .blog-slidebar-content {
        width: 100%;
    }

    .blog-list {
        grid-template-columns: 1fr;
      }
  }

@media screen and (max-width: 960px) {
.author {
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column-reverse;
}

.author-left, .author-right {
  width: 100%;
  padding: 20px;
}
}

@media screen and (max-width: 500px) {
.author-right {
  flex-direction:column;
text-align:center;
}

.blog-banner{
background-size: auto!important;
}

.blog-banner .blog-banner-content .blog-info .views, 
.blog-banner .blog-banner-content .blog-info .date, 
.blog-banner .blog-banner-content .title, 
.blog-banner .blog-banner-content p {
  color: #000;
  text-shadow: none;
}

.blog-banner .blog-banner-content p{
width:100%;
}

.blog-list-txt h3 {
  font-size: 20px;
line-height:26px;
  font-weight: 600;
}

.blog-list-txt p, .blog-list-txt ul li, .blog-list-txt ol li{
  font-size: 14px;
  line-height:18px;
}
}
/* 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 */


/* Start:/bitrix/templates/greennew/components/bitrix/breadcrumb/template1/style.min.css?1697574166467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /bitrix/templates/greennew/components/bitrix/news/action/bitrix/news.detail/new-ver-detail/style.css?173702602413674 */
/* /bitrix/templates/greennew/components/bitrix/news.list/kontakt-new/style.css?17370994903178 */
/* /bitrix/templates/greennew/components/bitrix/breadcrumb/template1/style.min.css?1697574166467 */
