@charset "UTF-8";
.banner__green {
  right: 12%;
  top: 2%;
  max-width: 60px;
  height: auto;
}

.banner__big {
  top: 20%;
  right: 2%;
  max-width: 280px;
  height: auto;
}

.main .section__banner {
  margin: 0 0 60px 0;
}
.main .section__banner .bunner .banner__titles {
  margin-bottom: 60px;
}
.main .section__banner .bunner .banner__titles-title {
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.main .section__banner .bunner .banner__titles-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 126px;
  height: 18px;
  background-color: #6AF8B0;
  right: -2px;
  bottom: 0;
  z-index: -1;
}
.main .section__banner .bunner .banner__titles-subtitle {
  position: relative;
  z-index: 1;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .section__banner .bunner .bunner__block {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #13182C;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.main .section__banner .bunner .bunner__block-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  flex: 0 0 50%;
  position: relative;
  min-height: 150px;
}
.main .section__banner .bunner .bunner__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.main .section__banner .bunner .bunner__block-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 0 1 auto;
  padding: 88px 20px 88px 0;
  color: #FFFFFF;
}
.main .section__banner .bunner .bunner__block-txt .txt__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 30px;
}
.main .section__banner .bunner .bunner__block-txt .txt__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.main .section__banner .bunner .bunner__block-txt .white__button {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 12px 22px;
  background-color: #FFFFFF;
  color: #121212;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__banner .bunner .bunner__block-txt .white__button:hover {
  background-color: #DEDEDE;
}
.main .section__bunners .news__bunners .news__bunners-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box {
  width: 100%;
  max-width: 400px;
  flex: 0 1 400px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(187, 187, 187, 0.15);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  margin: 0 5px 10px 5px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content {
  margin-bottom: 12px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-img {
  overflow: hidden;
  max-width: 100%;
  max-height: 240px;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-img .img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding: 0 12px 12px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-txt {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  padding: 0 12px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__link {
  text-decoration: underline;
  color: #30bc75;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  padding: 0 12px;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__link:hover {
  color: #121212;
}
.main .section__bunners .news__bunners .news__bunners-list .new__box:hover {
  box-shadow: 0px 0px 25.3px 2px rgba(115, 115, 115, 0.25);
}
.main .section__bunners .news__bunners .news__bunners-list .new__box:hover .new__box-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.main .section__bunners .news__bunners .news__bunners-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .arrow__pagination-left,
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .arrow__pagination-right {
  max-width: 38px;
  max-height: 38px;
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  fill: #6B7077;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .arrow__pagination-right {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .arrow__pagination-left:hover,
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .arrow__pagination-right:hover {
  background-color: #F3F3F3;
  fill: #121212;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .number {
  color: #424245;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 7px 12px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link .number:hover {
  background-color: #F3F3F3;
  fill: #121212;
  padding: 7px 24px;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link:first-child {
  margin-right: 20px;
}
.main .section__bunners .news__bunners .news__bunners-pagination .pagination__link:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 1080px) {
  .banner__green {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .main .section__banner {
    padding: 0 0 30px 0;
    margin: 0;
  }
  .main .section__banner .bunner .banner__titles {
    margin-bottom: 95px;
  }
  .main .section__banner .bunner .bunner__block {
    display: flex;
    flex-direction: column;
  }
  .main .section__banner .bunner .bunner__block-img {
    margin-right: 0;
    min-height: 450px;
  }
  .main .section__banner .bunner .bunner__block-txt {
    flex: 0 1 auto;
    padding: 60px 16px;
  }
}
@media screen and (max-width: 768px) {
  .main .section__banner {
    padding: 0 0 30px 0;
    margin: 0;
  }
  .main .section__banner .bunner .banner__titles {
    margin-bottom: 30px;
  }
  .main .section__banner .bunner .banner__titles-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .main .section__banner .bunner .banner__titles-title::after {
    width: 90px;
    bottom: -2px;
    left: 0;
    width: 99%;
  }
  .main .section__banner .bunner .banner__titles-subtitle {
    font-size: 14px;
  }
  .main .section__banner .bunner .bunner__block {
    background-color: inherit;
    display: flex;
    flex-direction: column;
  }
  .main .section__banner .bunner .bunner__block-img {
    margin-right: 0;
    min-height: 450px;
  }
  .main .section__banner .bunner .bunner__block-txt {
    padding: 30px 3px 12px;
  }
  .main .section__banner .bunner .bunner__block-txt .txt__title {
    font-size: 32px;
    color: #121212;
    margin-bottom: 12px;
  }
  .main .section__banner .bunner .bunner__block-txt .txt__text {
    font-size: 14px;
    color: #121212;
  }
  .main .section__banner .bunner .bunner__block .white__button {
    background-color: #13182C;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .main .section__banner .bunner__block::after {
    display: none;
  }
  .main .section__bunners .news__bunners .news__bunners-list {
    margin-bottom: 20px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box {
    margin: 0 5px 20px 5px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link {
    padding-bottom: 20px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content {
    margin-bottom: 12px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-img {
    margin-bottom: 12px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-title {
    font-size: 16px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__box-content .new__box-txt {
    font-size: 14px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box-link .new__link {
    font-size: 14px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(7),
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(8),
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(9),
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(10),
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(11),
  .main .section__bunners .news__bunners .news__bunners-list .new__box .new__box:nth-child(12) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .main .section__bunners .news__bunners .news__bunners-list .news__bunners-pagination .pagination__link .arrow__pagination-left {
    padding-left: 6px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .news__bunners-pagination .pagination__link .arrow__pagination-right {
    padding-left: 6px;
  }
  .main .section__bunners .news__bunners .news__bunners-list .news__bunners-pagination .number {
    font-size: 14px;
  }
}