

/* Start:/local/components/magnetto/news/templates/.default/style.css?176649572112307*/
 
.news-swiper-pagination {
  --ar-carousel-pagination-bullet-size: 0.75rem;
  --ar-carousel-pagination-bullet-spacer: 1rem;
  --ar-carousel-pagination-bullet-border-color: var(--ar-gray-600);
  --ar-carousel-pagination-bullet-border-width: var(--ar-border-width);
  --ar-carousel-pagination-bullet-border-radius: 50%;
  --ar-carousel-pagination-bullet-bg: transparent;
  --ar-carousel-pagination-bullet-active-border-color: var(--ar-primary);
  --ar-carousel-pagination-bullet-active-bg: var(--ar-primary);
  --ar-carousel-pagination-progressbar-height: 0.1875rem;
  --ar-carousel-pagination-progressbar-bg: var(--ar-border-color);
  --ar-carousel-pagination-progressbar-fill-bg: var(--ar-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 1.25rem;
}
.news-swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
}
li.news-nav-item {
  font-size: 17px;
  margin-right: 16px;
  margin-top: 30px;
  padding-right: 0;
  margin-bottom: 91px;
}
.news-nav-tabs {
  padding: 20px 0;
  margin-bottom: 40px;
}
a.news-nav-link.active {
  font-weight: bold;
  background: #A5F469;
  border-color: #A5F469;
}
li.news-nav-item:after {
  content: "";
  position: absolute;
  display: none;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 39px;
  width: 1px;
  background: #2b293f;
}
li.news-nav-item:nth-last-child(1)::after {
  display: none;
}a.news-nav-link {
  font-size: 24px;
  padding: 17px 16px;
  border: 1px solid #B0B0B0;
}
.news-wapper *{
  max-width: 100%;
}
.news-wapper b{
  font-weight: 700!important;
}
.news-wrapper a{
  color: #8ad246!important;
}
a.news-nav-link:hover{
  background: #c8ff9e;
}
p.font-inter.news-carousel-title {
  text-align: left;
  font-size: 27px;
  font-weight: 600;
  height: 94px;
  border-bottom: thin solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* padding-bottom: 10px; */
  margin-bottom: 31px;
}
.news-carousel-img {
  /* min-width: 324px; */
  width: calc(100% - 20px);
  height: 202px;
  margin: 0 10px;
  background-size: cover; 
}
p.font-inter.news-carousel-descr {
  font-size: 15px;
  /* opacity: 70%; */
  margin-top: 19px;
  padding: 0 10px 0;
  color: rgb(43 41 63 / 70%);
  line-height: 141%;
  height: 63px;
  /* border-bottom: thin solid #cbcbcb; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.news-carousel-bottom:after {
  content: "\2022";
  font-size: 32px;
  line-height: 120%;
}
.news-carousel-bottom {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: thin solid #cbcbcb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-rec {
  border: 1px solid #2b293f;
  cursor: pointer;
  font-size: 11px;
  padding: 9px 8px;
  display: inline-block;
  vertical-align: middle;
}
.btn-rec svg {
  display: inline;
  width: 36px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.btn-rec span {
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  width: 0;
  overflow: hidden;
  opacity: 0;
  display: /*inline-block*/ none;
}
.news-carousel-slide {
  text-align: left;
  max-height: 490px;
}
.news-carousel-slide:hover .btn-rec span {
  width: /*120px*/ auto;
  opacity: 1;
  display: inline-block;
}
.news-carousel-bottom .btn-rec svg {
  width: 45px;
  margin: 0 7px 6px 0;
}
.news-carousel-slide .btn-rec:hover {
  background: #a5ed43;
  border-color: #a5ed43;
}
.news-carousel-slide:hover .news-carousel-bottom:after {
  color: #a5ed43;
}
.new-swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.new-swiper-pagination .swiper-pagination-bullet {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-radius: 0;
  background: none !important;
  /* width: 60%; */
  padding: 10px 0;
  cursor: pointer;
}
.new-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 94%;
  background: rgb(0 0 0 / 20%);
}
.new-swiper-pagination .swiper-pagination-bullet-active:after,
.new-swiper-pagination .swiper-pagination-bullet-active:hover::after {
  background: #A5F469;
}
.text-white .new-swiper-pagination .swiper-pagination-bullet:after {
  background: #464646;
}
.text-white .new-swiper-pagination .swiper-pagination-bullet-active:after,
.text-white
  .new-swiper-pagination
  .swiper-pagination-bullet-active:hover::after {
  background: #ffffff;
}
.page-wrapper h3 {
  font-size: 40px;
  margin: 20px 0 30px;
}
.page-wrapper h2 {
  font-size: 50px;
  margin: 20px 0 30px;
}
/* .page-wrapper h1 {
  font-size: 60px;
  margin: 20px 0 30px;
} */


.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 36px;
}
.news-grid p.font-inter.news-carousel-title,
.news-grid .news-carousel-img,
.news-grid p.font-inter.news-carousel-descr,
.news-grid .news-carousel-bottom
{
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.news-grid .news-carousel-img{
  height: 231px;
}
.news-carousel-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-carousel-img {
  overflow: hidden;
}
@media (max-width: 1650px) {
  li.news-nav-item {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 42px;
    /* margin-top: 16px; */
    padding-right: 6px;
    margin-top: 12px;
  }
  li.news-nav-item:after {
    height: 26px;
    right: -8px;
  }
  a.news-nav-link {
    font-size: 14px;
    padding: 11px 10px;
    border: 1px solid #B0B0B0;
}
  p.font-inter.news-carousel-title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    border-bottom: thin solid #cbcbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* padding-bottom: 10px; */
    margin-bottom: 17px;
    height: 76px;
  }
  .news-carousel-img {
    height: 215px;
  }
  p.font-inter.news-carousel-descr {
    font-size: 12px;
    /* opacity: 70%; */
    margin-top: 18px;
    height: 63px;
    padding: 0 10px 10px;
    color: rgb(43 41 63 / 70%);
    line-height: 135%;
    height: 50px;
  }
  p.font-inter.news-carousel-descr br{
    display: none;
  }
  .news-carousel-bottom .btn-rec svg {
    width: 33px;
    margin: 0 7px 2px 0;
  }
  .news-carousel-slide:hover .btn-rec span {
    width: /*89px*/ auto;
    opacity: 1;
	display: inline-block;
  }
  .news-carousel-bottom:after {
    content: "\2022";
    font-size: 22px;
  }
  .news-nav-tabs {
    padding: 14px 0;
    margin-bottom: 19px;
  }
  .news-grid { 
    gap: 21px 32px;
    grid-template-columns: repeat(3, 1fr);
  }.news-grid .news-carousel-img {
    height: 187px;
    width: 100%;
}
}

@media (max-width: 1170px) {
  .news-nav-tabs {
    padding: 5px 0;
    margin-bottom: 34px;
  }
  p.font-inter.news-carousel-title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border-bottom: thin solid #cbcbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 9px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* padding-bottom: 10px; */
    margin-bottom: 16px;
    height: 43px;
  }
  .news-carousel-slide {
    padding: 0 4px;
  }
  .news-carousel-img {
    height: 199px;
  }
  p.font-inter.news-carousel-descr {
    padding: 0 10px 10px;
    height: 47px;
    overflow: hidden;
  }
  .news-grid { 
    -ms-grid-columns: 1fr 12px 1fr; 
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }.news-carousel-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}.news-grid .news-carousel-img {
  height: 23vw; 
}li.news-nav-item {
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 7px;
  margin-top: 16px;
  padding-right: 6px;
  margin-top: 20px;
}.news-nav-tabsd-flex {
  margin-bottom: 23px;
}a.news-nav-link {
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #B0B0B0;
}
}

@media (max-width: 570px) {
  p.font-inter.news-carousel-title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border-bottom: thin solid #cbcbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 9px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 120%;
    /* padding-bottom: 10px; */
    margin-bottom: 12px;
    height: 64px;
}p.font-inter.news-carousel-descr {
  padding: 0px 10px 10px;
  height: 42px;
  overflow: hidden;
  margin-top: 9px;
  line-height: 111%;
}.news-carousel-bottom {
  padding: 9px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}.news-carousel-slide {
  padding: 0 15px;
}
.news-grid { 
  display: block;
}.news-grid .news-carousel-slide {
  padding: 0;
  margin-bottom: 20px;
  left: -15px;
  width: calc(100% + 30px);
  padding: 0 15px;
}.news-grid .news-carousel-slide:nth-child(even) {
  background: #F5F5F5;
}.news-carousel-img {
  height: 55vw;
}.news-grid .news-carousel-img {
  height: 55vw;
}
li.news-nav-item {
  font-size: 13px;
  margin-right: -6px;
  /* margin-top: 16px; */
  padding-right: 11px;
  margin-bottom: 3px;
}li.news-nav-item:after {
content: "";
position: absolute;
right: -4px;
top: 0;
bottom: 0;
margin: auto 0;
height: 20px;
width: 1px;
background: #5b5b5b;
}
.page-wrapper h3 {
  font-size: 26px;
  margin: 18px 0 14px;
}
.page-wrapper h4 {
  font-size: 35;
  margin: 18px 0 14px;
}
}



.styled-text p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
}

.styled-text h2 {
    margin: 20px 0 10px;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 700;
}

.styled-text h3 {
    margin: 20px 0 10px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
}

.styled-text ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.styled-text ul li {
    margin: 0 0 0 10px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
}

.styled-text strong {
    font-weight: 600;
}
  .styled-text a {
    color: #a5ed43 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

.styled-text a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .styled-text p,
    .styled-text ul li {
        font-size: 18px;
    }

    .styled-text h2 {
        font-size: 22px;
    }
    .styled-text h3 {
        font-size: 20px;
    }
}
/* End */


/* Start:/local/components/magnetto/banner/templates/big-banner/style.css?17024739215659*/
.banner-wrap {
  min-height: 461px;
  height: auto;
  max-height: 100%;
  color: white;
  padding: 121px 104px 120px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: -50px;
  width: calc(100% + 100px);
}
.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 29px;
  width: 41%;
}
p.title-banner {
  font-size: 32px;
  line-height: 121%;
}
.banner-text {
  font-size: 20px;
  line-height: 150%;
  max-width: 90%;
  margin-top: 36px;
  /* opacity: 0.6; */
  color: #A9A9A9;
  font-weight: 100;
}
.banner-full .banner-wrap {
  padding-left: 0;
  padding-right: 0;
}
.banner-form-wrap {
  width: 33%;
}
.banner-wrap .button {
  padding: 22px 50px;
  font-size: 18px;
  min-width: 290px;
  text-align: center;
}
.banner-img {
  background-color: #282828;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
img.banner-bg {
  position: absolute;
  right: -16%;
  top: -188px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  width: 1150px;
}
img.big-c {
  position: absolute;
  right: 6%;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 508px;
}
@media (max-width: 1650px) {
  .banner-wrap {
    min-height: 316px;
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    color: white;
    padding: 65px 63px 64px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    width: 100%;
  }
  .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    width: 43%;
  }
  p.title-banner {
    font-size: 24px;
    line-height: 112%;
  }
  .banner-text {
    font-size: 15px;
    margin-top: 34px;
    line-height: 140%;
  }
  .banner-form-wrap {
    width: 39%;
    margin-top: 40px;
  }
  img.big-c {
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
  }
  img.banner-bg {
    position: absolute;
    right: -16%;
    top: -90px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 670px;
  }
}

@media (max-width: 1170px) {
  .banner-content {
    width: 55%;
    margin-bottom: 0px;
  }
  p.title-banner {
    font-size: 33px;
    line-height: 115%;
  }
  .banner-text {
    font-size: 12px;
    margin-top: 20px;
  }
  .banner-wrap {
    min-height: 226px;
    height: auto;
    max-height: 600px;
    color: white;
    padding: 52px 50px 34px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .banner-form-wrap {
    width: 50%;
    margin-top: 9px;
  }
  img.banner-bg {
    position: absolute;
    right: -21%;
    top: -33px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 450px;
  }
  img.big-c {
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 226px;
  }
}

@media (max-width: 570px) {
  .banner-wrap {
    min-height: auto;
    height: auto;
    max-height: 100%;
    color: white;
    padding: 46px 15px 43px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: -15px;
    width: calc(100% + 30px);
    padding-bottom: 450px;
  }
  .banner-content {
    width: 100%;
    display: block;
  }
  p.title-banner {
    font-size: 32px;
    line-height: 132%;
  }
  .banner-text {
    font-size: 16px;
    margin-top: 48px;
  }
  .banner-wrap .button.banner-btn {
    margin-top: 4px;
  }
  p.title-banner {
    font-size: 24px;
    line-height: 125%;
  }
  .banner-text {
    line-height: 128%;
    font-size: 12px;
    margin-top: 24px;
  }
  .banner-form-wrap {
    width: 100%;
    margin-top: 1px;
  }
  img.big-c {
    position: absolute;
    right: -3%;
    top: auto;
    bottom: 50px;
    margin: 0 auto;
    width: 346px;
  }
  img.banner-bg {
    position: absolute;
    right: -56%;
    top: auto;
    bottom: -20%;
    margin: 0 auto;
    -webkit-transform: rotate(208deg);
    -ms-transform: rotate(208deg);
    transform: rotate(208deg);
    max-width: none;
    width: 685px;
  }
}

/* End */
/* /local/components/magnetto/news/templates/.default/style.css?176649572112307 */
/* /local/components/magnetto/banner/templates/big-banner/style.css?17024739215659 */
