/* === === === === === HERO SLIDER === === === === === */
.flexi{
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.heroslider{
  padding: 60px 0 100px 0;
  height: auto;
  position: relative;
  --slider-height: 490px;
  --slider-padding: 50px;
}
.heroslider .limiter{
  position: relative;
}
.heroslider__ctrl{
  max-width: 1530px;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}
.heroslider__ctrl .owl-prev,
.heroslider__ctrl .owl-next{
  position: absolute;
  pointer-events: auto;
  width: 20px;
  height: 34px;
  left: 0;
  top: calc(50% - 17px);
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.799' height='33.799' viewBox='0 0 19.799 33.799'%3E%3Cg transform='translate(-245.101 -357.101)'%3E%3Crect width='24' height='4' rx='1' transform='rotate(-45 574.094 -108.828)'/%3E%3Crect width='24' height='4' rx='1' transform='rotate(-135 211.994 141.173)'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.heroslider__ctrl .owl-next{
  left: auto;
  right: 0;
  transform: rotate(180deg);
  transform-origin: center center;
}
.heroslider__wrap{
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
.heroslide{
  justify-content: space-between;
  padding: 0 var(--slider-padding);
}
.heroslide__main {
  width: 490px;
  padding-top: 18px;
  margin-right: 30px;
}
.heroslide__h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #d00000;
}

.heroslide__subtitle {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}

.heroslide__h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}
.heroslide__button {
  height: 48px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
.heroslide__side{
  height: 410px;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.heroslide__sidepic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.heroslider__wrap .owl-dots{
  position: absolute;
  bottom: 28px;
  left: calc(var(--slider-padding) - 10px);
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.heroslider__wrap  .owl-dot{
  height: 2px;
  width: 20px;
  border-radius: 10px;
  margin: 0 10px;
  background: rgba(0,0,0,0.3) !important;
  transition: width 0.4s ease;
}
.heroslider__wrap  .owl-dot.active{
  background: #00781c !important;
  width: 40px;
}

@media (max-width:1390px){
  .heroslider{
    padding: 80px 0;
    --slider-padding: 0;
  }
  .heroslide {
    align-items: center;
  }
  .heroslide__side{
    height:auto;
    align-self: stretch;
  }
  .heroslide__main{
    padding-top: 0;
    width: 475px;
    flex-shrink: 0;
    padding-bottom: 60px;
  }
  .heroslide__h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .heroslide__subtitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .heroslide__h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .heroslider__wrap{
    max-width: calc(100% - 65px * 2);
  }
  .heroslider__wrap .owl-dots{
    bottom: 0;
  }
}

@media (max-width:1199px){
  .heroslide__main{
    width: 330px;
  }
  .heroslider__wrap{
    max-width: calc(100% - 50px * 2);
  }
}

@media (max-width:992px){
  .heroslider{
    padding: 30px 0 40px;
  }
  .heroslide{
    flex-flow: column nowrap;
    align-items: stretch;
  }
  .heroslider__wrap{
    max-width: 100%;
  }
  .heroslide__main{
    max-width: 580px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .heroslide__h1{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .heroslide__subtitle{
    font-size: 30px;
    line-height: 36px;
  }

  .heroslide__h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .heroslide__side{
    order: -1;
    width: 458px;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .heroslide__sidepic{
    position: relative;
    height: auto;
  }
  .heroslider__wrap .owl-dots{
    width: 100%;
    justify-content: center;
  }
  .heroslider__ctrl{
    display: none;
  }
}

@media (max-width:768px){
  .heroslider{
    padding: 30px 0;
  }
  .heroslide__main{
    padding-bottom: 40px;
  }
  .heroslide__side{
    margin-bottom: 10px;
  }
  .heroslide__h1{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .heroslide__subtitle{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .heroslide__h2{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .heroslide__button{
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* === === === === === END HERO SLIDER === === === === === */







/* === === === === === NEWS AND VIDEO NEWS === === === === === */
.newbox {
  margin-bottom: 100px;
}

.newbox--bg {
  background-color: #FDFBF5;
  padding: 100px 0px;
  margin-bottom: 0px;
}

.newbox--page{
  margin-top: 40px;
}
.newbox__head {
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
.blocktitle {
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
}
.blocklink {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color:#000;
}
.blocklink:hover{
  opacity: 0.85;
  text-decoration: underline;
}
.blocklink::after,
.newsblock__more::after{
  content:"";
  display: block;
  margin-left: 10px;
  flex-shrink: 0;
  width: 13.5px;
  align-self: stretch;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='4' viewBox='0 0 13.5 4'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%234b9f5d' stroke-linecap='round' d='M.5 2h12'/%3E%3C/g%3E%3Cg fill='none'%3E%3Cpath d='m13.5 2-2 2V0Z'/%3E%3Cpath d='m13.5 2-2 2V0l2 2Z' fill='%234b9f5d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0% 56%;
  background-size: contain;
  transition: transform 0.4s ease;
}
.blocklink:hover::after,
.newsblock__more:hover::after{
  transform: translateX(-3px);
}
.newsgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px;
  grid-auto-rows: auto;
}
.newsblock {
  min-width: 0;
}

.newsblock__image {
  margin-bottom: 24px;
}

.newsblock__image a,
.newsblock__image img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.newsblock__image img {
  transition: 0.2s;
}

.newsblock__image a:hover img {
  transform: scale(1.015);
}

.newsblock__date {
  min-height: 24px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 18px;
}

.newsblock__date span {
  vertical-align: middle;
  margin-right: 15px;
  opacity: 0.5;
}

.newsblock__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color:#147814;
  margin-bottom: 15px;
  display: block;
}
.newsblock__title:hover{
  opacity: 0.85;
  text-decoration: underline;
}
.newsblock__expert {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

.newsblock__arrow a {
  display: block;
  height: 26px;
  margin-top: 10px;
  background: url("../images/arrow-right-black-1.svg") no-repeat right center;
  opacity: 0.3;
  transition: 0.2s;
}

.newsblock__arrow a:hover {
  opacity: 1;
}

.newsblock__more {
  color: #00781c;
  font-size: 15px;
  line-height: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.newsblock__more:hover{
  text-decoration: underline;
}
.videonews {
  display: block;
  min-width: 0;
}
.videonews__link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(24 * 100% / 36);
  position: relative;
  will-change: transorm;
  overflow: hidden;
  color:#000;
  margin-bottom: 20px;
}
.videonews__screenwrap{
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.videonews__screenwrap::after{
  content:"";
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114' height='114' viewBox='0 0 114 114'%3E%3Cg%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='57' cy='57' r='57' stroke='none'/%3E%3Ccircle cx='57' cy='57' r='56'/%3E%3C/g%3E%3Cpath d='M73.167 55.614a2 2 0 0 1 0 2.772L52.942 79.421a2 2 0 0 1-3.442-1.387V35.966a2 2 0 0 1 3.442-1.386Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.3);
  background-size: 33%;
}
.videonews__screen,
.videonews__link iframe{
  background: #000;
  border:none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transorm;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.videonews__screenwrap:hover .videonews__screen{
  transform: scale(1.02);
}
.videonews__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

@media (max-width:1199px){
  .newsgrid{
    grid-template-columns: 1fr 1fr;
  }
  .videonews__screenwrap::after{
    background-size: 114px;
  }
}

@media (max-width:992px){
  .newbox {
    margin-bottom: 80px;
  }
  .newbox--bg {
    padding: 80px 0px;
    margin-bottom: 0px;
  }

  .newbox__head{
    margin-bottom: 40px;
  }
  .blocktitle{
    font-size: 30px;
    line-height: 37px;
  }
  .newsgrid{
    grid-gap: 40px 30px;
  }
  .videonews__link{
    margin-bottom: 15px;
  }
  .videonews__title{
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width:768px){
  .newbox {
    margin-bottom: 60px;
  }
  .newbox--bg {
    background-color: #FDFBF5;
    padding: 60px 0px;
    margin-bottom: 0px;
  }

  .newsgrid{
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .newbox__head{
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .blocktitle{
    font-size: 27px;
    line-height:33px;
    margin-bottom: 12px;
  }
  .videonews__screenwrap::after{
    background-size: 80px;
  }
  .newsblock__date{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .newsblock__title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .newsblock__expert{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .newsblock__more{
    font-size: 14px;
    line-height: 17px;
  }
  .videonews__link{
    margin-bottom: 10px;
  }
  .videonews__title{
    font-size: 14px;
    line-height: 24px;
  }
}
/* === === === === === END NEWS AND VIDEO NEWS === === === === === */

.projects_on_main {
  margin-bottom: 100px;
}

.news_page {
  display: flex;
  flex-wrap: wrap;
}

.news_page__left-col {
  width: 500px;
  margin-right: 20px;
}

.news_page__right-col {
  width: calc(99.9% - 500px - 30px);
}

.news_page p {
  margin-bottom: 10px;
  font-size: 15px;
}


.news_page ul {
  list-style: disc;
  margin-left: 15px;
}

.news_page ul li {

}

.news_page a, .project_detail-description a {
  text-decoration: underline;
  color: #147814;
  font-weight: bold;
}
.news_page a:hover, .project_detail-description a:hover {
  text-decoration: none;
}

.news_page {
  margin-bottom: 100px;
}

.newsbox__image {
  max-width: 500px;
  width: 100%;
  float: left;
  margin: 0 20px 50px 0;
}

@media (max-width:1024px){
  .newsbox__image {
    max-width: 400px;
  }

  .news_page__left-col {
    width: 300px;
    margin-right: 20px;
  }

  .news_page__right-col {
    width: calc(99.9% - 300px - 30px);
  }
}

@media (max-width:768px){
  .newsbox__image {
    max-width: 400px;
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }

  .news_page__left-col {
    width: 100%;
    margin: 0px;
  }

  .news_page__right-col {
    width: 100%;
  }
}

/* === === === === === CONTACTS PAGE === === === === === */
.contactsec {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contactsec__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 60px;
  grid-auto-rows: auto;
  margin-bottom: 30px;
}
.contactsec__wrap:last-child{
  margin-bottom: 0;
}
.contactsec__col {
  min-width: 0;
}
.contactsec__title {
  margin-bottom: 30px;
}
.contactsec__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
}
.contactsec__term {
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 20px;
}
.contactsec__term dt{
  font-weight: 700;
  margin-bottom: 10px;
}
.contactsec__phonewrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.contactsec__piclink {
  margin-bottom: 5px;
}
.contactsec__piclink a:hover{
  text-decoration: underline;
}
.contactsec__piclink img{
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: right center;
  margin-right: 10px;
  flex-shrink: 0;
}
.contactsec__dotlink {
  display: block;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px dotted #000;
  color:#000;
}
.contactsec__dotlink:hover{
  border-bottom-color: transparent;
}

.contactmap{
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin: 70px 0;
}
.contactmap__box{
  display: block;
  height: 600px;
  background: #f0f0f0;
}

.contactform{
  margin: 70px 0;
  display: block !important;
  padding-top: 0;
  padding-bottom: 0;
}
.contactform__wrap{
  width: 100%;
  max-width: 830px;
}
.contactform__descr{
  line-height: 1.5rem;
  margin-bottom: 20px;
}


@media (max-width:1199px){
  .contactsec__title{
    font-size: 1.8rem;
  }
  .contactsec__wrap{
    grid-gap: 0 40px;
  }
  .contactmap__box{
    height: 500px;
    max-height: 90vh;
  }
}
@media (max-width:992px){
  .contactsec,
  .contactmap,
  .contactform{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contactsec__wrap{
    grid-template-columns: 1fr;
  }
  .contactsec__col:not(:last-child){
    margin-bottom: 45px;
  }
}
@media (max-width:650px){
  .contactform,
  .contactmap{
    margin-bottom: 0;
  }
  .contactform{
    display: none !important;
  }
  .contactsec__title{
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .contactsec__grid{
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .contactform__wrap{
    display: none;
  }
}

/* quick-pick-start */
.quick-pick {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}

.quick-pick__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}

.quick-pick__item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.quick-pick__item:not(:last-of-type) {
  margin-right: 30px;
}

.quick-pick__link:hover {
  text-decoration: underline;
}

.quick-pick__btn {
  margin-top: 15px;
  text-align: right;
}

.quick-pick__btn {
  display: none;
}

.quick-pick__btn.visible {
  display: block;
}

.quick-pick__btn a {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.quick-pick__btn a span {
  border-bottom: 1px dotted var(--color-black);
  transition: 0.2s;
}

.quick-pick__btn a::after {
  content: "";
  width: 12px;
  height: 7px;
  margin-left: 6px;
  background: url("../images/arrow-bottom-black-1.svg") no-repeat center center;
  opacity: 0.6;
}

.quick-pick__btn a:hover span {
  border-bottom-color: transparent;
}

.quick-pick__btn--less a::after {
  transform: rotate(180deg);
}

@media (max-width: 650px) {

  .quick-pick {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {

  .quick-pick__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
/* quick-pick-end */

/* badge-start */
.badge {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 2px 6px;
  font-size: 13px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #eb5a55;
  border-radius: 4px;
}
/* badge-end */

/* adv-start */
.adv {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
}

.adv--style-1 .adv__btn {
  background-color: #f1f1f1;
}

.adv.active .adv__container {
  display: block;
}

.adv__btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 3px 10px;
  padding-right: 3px;
  border: 0;
  border-radius: 2500px;
  font-size: 13px;
  color: #ff3f3f;
  background-color: #fff;
}

.adv__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  font-size: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}

body:not(.mobile) .adv__btn span:hover {
  border-color: transparent;
  color: #fff;
  background-color: #ff3f3f;
}

.adv__container {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  color: #ff3f3f;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
/* adv-end */

.video-iframe {
  margin-bottom: 20px;
}

.video-iframe__iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-iframe__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
