.news_sticky {
  margin: 113px 0 145px;
}
.news_sticky .news_sticky_swiper {
  overflow: hidden;
}
.news_sticky .news_sticky_swiper a {
  height: 100%;
  display: flex;
  border: 1px solid #e4e4e7;
}
.news_sticky .news_sticky_swiper a:hover img {
  transform: scale(1.03);
}
.news_sticky .news_sticky_swiper .img {
  --h: 62.12938%;
  width: 51.599444%;
}
.news_sticky .news_sticky_swiper .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.450626% 5.6% 3.755216% 6.675939%;
}
.news_sticky .news_sticky_swiper .info .metas {
  color: var(--text);
  font-size: 14px;
  text-transform: uppercase;
}
.news_sticky .news_sticky_swiper .info .metas .cat {
  color: #fff;
  font-weight: 500;
  background-color: var(--primary);
  padding: 5px 14px;
  display: inline-block;
  margin-right: 10px;
}
.news_sticky .news_sticky_swiper .info .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.352941;
  text-transform: uppercase;
  margin-top: 19px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_sticky .news_sticky_swiper .info .desc {
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: auto;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_sticky .news_sticky_swiper .info .more {
  gap: 12px;
  display: flex;
  align-items: center;
  max-width: max-content;
  color: var(--primary);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 34px;
}
.news_sticky .news_sticky_swiper .info .more:hover::after {
  transform: translateX(5px);
}
.news_sticky .news_sticky_swiper .info .more::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  background: url(../img/arrow-line-r.svg) no-repeat center / contain;
}
.news_main {
  margin: 118px 0;
}
.news_main .nav ul {
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
}
.news_main .nav .active a,
.news_main .nav a:hover {
  color: #fff;
  background-color: var(--primary);
}
.news_main .nav a {
  display: block;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
  text-transform: uppercase;
  background-color: #efefef;
  padding: 14px 28px;
}
.news_main .list {
  margin-top: 58px;
}
.news_main .list ul {
  display: grid;
  gap: 35px 2.5%;
  grid-template-columns: repeat(3, 1fr);
}
.news_main .list .center:has(button) {
  margin-top: 60px;
  min-height: 58px;
}

.news_newsletter{
  padding: 117px 0;
  background: url('../img/blog_newsletter_bg.jpg') no-repeat center/cover;

}
.news_newsletter .left{
  width: 40.47%;
}
.news_newsletter .left .tcon h2{
  font-size: 48px;
  line-height: 80px;
}
.news_newsletter .right{
  width: 47.63%;
}
.news_newsletter form{
  display: flex;
  gap: 20px;
  padding-top: 40px;
  flex-flow: wrap;

}
.news_newsletter form .btn span.wpcf7-spinner{
  position: absolute;
  width: 24px !important;
  left: 0;
}
.news_newsletter form input[type="submit"]{
  display: none;
}
.news_newsletter .wpcf7 form .wpcf7-response-output{
  width: 100%;
  color: white;
}
.news_newsletter input[type="email"]{
  line-height: 56px;
  padding: 0 24px;
  background-color: #1E1E1E;
  border: 1px solid #2B2B2B;
  flex-grow: 1;
  font-size: 16px;
  color: white;
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .news_sticky {
    margin: 80px 0;
  }
  .news_sticky .news_sticky_swiper .info .title {
    font-size: 26px;
  }
  .news_sticky .news_sticky_swiper .info .desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .news_sticky .news_sticky_swiper .info .more {
    font-size: 15px;
    margin-top: 25px;
  }
  .news_main {
    margin: 80px 0;
  }
  .news_main .nav a {
    font-size: 15px;
    padding: 12px 22px;
  }
  .news_main .list {
    margin-top: 40px;
  }
  .news_main .list ul {
    gap: 25px 2%;
  }
  .news_newsletter {
    padding: 90px 0;
  }
  .news_newsletter .left .tcon h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .news_newsletter form {
    padding-top: 30px;
  }
  .news_newsletter input[type="email"] {
    line-height: 46px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .news_sticky {
    margin: 60px 0;
  }
  .news_sticky .news_sticky_swiper .info .metas {
    font-size: 13px;
  }
  .news_sticky .news_sticky_swiper .info .title {
    font-size: 22px;
    margin-top: 12px;
  }
  .news_sticky .news_sticky_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .news_sticky .news_sticky_swiper .info .more {
    font-size: 14px;
    margin-top: 20px;
  }
  .news_main {
    margin: 60px 0;
  }
  .news_main .nav a {
    font-size: 14px;
    padding: 10px 18px;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .news_newsletter {
    padding: 70px 0;
  }
  .news_newsletter .left {
    width: 44%;
  }
  .news_newsletter .right {
    width: 52%;
  }
  .news_newsletter .left .tcon h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .news_newsletter form {
    gap: 15px;
    padding-top: 25px;
  }
  .news_newsletter input[type="email"] {
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news_sticky {
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
  }
  .news_sticky .news_sticky_swiper {
    overflow: visible;
  }
  .news_sticky .news_sticky_swiper a {
    display: block;
  }
  .news_sticky .news_sticky_swiper .img {
    width: 100%;
  }
  .news_sticky .swiper_btns {
    display: none;
  }
  .news_sticky .news_sticky_swiper .info {
    padding: 20px;
  }
  .news_sticky .news_sticky_swiper .info .title {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 12px;
  }
  .news_sticky .news_sticky_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .news_sticky .news_sticky_swiper .info .more {
    gap: 8px;
    margin-top: 20px;
    font-size: 14px;
  }
  .news_sticky .news_sticky_swiper .info .more::after {
    width: 12px;
    height: 12px;
  }
  .news_main {
    margin: 0;
    padding: 50px 0;
  }
  .news_main .nav a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .news_main .list .center:has(button) {
    margin-top: 30px;
    min-height: 42px;
  }
  .news_newsletter {
    padding: 50px 0;
  }
  .news_newsletter .main {
    display: block;
  }
  .news_newsletter .left,
  .news_newsletter .right {
    width: 100%;
  }
  .news_newsletter .left .tcon h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .news_newsletter form {
    gap: 12px;
    padding-top: 25px;
  }
  .news_newsletter input[type="email"] {
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .news_main .list ul {
    grid-template-columns: 1fr;
  }
  .news_newsletter form {
    flex-direction: column;
  }
  .news_newsletter form .btn {
    justify-content: center;
  }
}
