.section-link {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.25s linear;
}
.section-link:not(:last-of-type) {
  margin-right: 2.22em;
}
@media screen and (max-width: 575.98px) {
  .section-link {
    margin-bottom: 0.83em;
  }
}
.section-link svg {
  margin-left: 20px;
}
.section-link svg path {
  transition: stroke 0.25s linear;
}
.section-link-it {
  color: #d24c27;
}
.section-link-it svg path {
  stroke: #d24c27;
}
.section-link-it:hover {
  color: #2866e1;
}
.section-link-it:hover svg path {
  stroke: #2866e1;
}
.section-link-3d {
  color: #2866e1;
}
.section-link-3d svg path {
  stroke: #2866e1;
}
.section-link-3d:hover {
  color: #d24c27;
}
.section-link-3d:hover svg path {
  stroke: #d24c27;
}

.main-page {
  padding-top: 20rem;
  margin-top: -20rem;
  padding-bottom: 7.5rem;
  background: radial-gradient(
      81.96% 222.76% at 10.26% 37.38%,
      #017bfa 0%,
      #8531a0 53.22%,
      #d24c27 84.7%
    )
    top left/200% 200%;
}
.main-page .promo {
  overflow: hidden;
}
.main-page .success-stories {
  padding-top: 6rem;
}
@media screen and (min-width: 576px) {
  .main-page .success-stories {
    padding-top: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .main-page .success-stories {
    padding-top: 10rem;
  }
}
.main-page .success-stories-3d,
.main-page .success-stories-it {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.main-page .success-stories-3d::before,
.main-page .success-stories-it::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  border-radius: 6rem;
}
@media screen and (min-width: 992px) {
  .main-page .success-stories-3d::before,
  .main-page .success-stories-it::before {
    width: 50vw;
  }
}
.main-page .success-stories-3d .slick-arrow.slick-disabled,
.main-page .success-stories-it .slick-arrow.slick-disabled {
  stroke: rgba(255, 255, 255, 0.5);
  cursor: auto;
}
.main-page .success-stories-3d .link-more,
.main-page .success-stories-it .link-more {
  color: #2866e1;
}
.main-page .success-stories-3d .link-more svg path,
.main-page .success-stories-it .link-more svg path {
  stroke: #2866e1;
}
.main-page .success-stories-3d .link-more:hover,
.main-page .success-stories-it .link-more:hover {
  color: #d24c27;
}
.main-page .success-stories-3d .link-more:hover svg path,
.main-page .success-stories-it .link-more:hover svg path {
  stroke: #d24c27;
}
.main-page .success-stories-3d::before {
  right: 0;
  background: #292e38 url("../img/circle-bg.svg") no-repeat top 50% left 0;
}
.main-page .success-stories-3d .slick-arrow {
  stroke: #2866e1;
}
.main-page .success-stories-3d .button {
  background-color: #2866e1;
}
.main-page .success-stories-3d .button:hover {
  background-color: #d24c27;
}
.main-page .success-stories-it::before {
  left: 0;
  background: #292e38 url("../img/pyramid-bg.svg") no-repeat top 50% right 0;
}
.main-page .success-stories-it .slick-arrow {
  stroke: #d24c27;
}
.main-page .success-stories-it .button {
  background-color: #d24c27;
}
.main-page .success-stories-it .button:hover {
  background-color: #2866e1;
}
.main-page .success-stories-subtitle {
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .main-page .success-stories-subtitle {
    font-size: 4rem;
  }
}
.main-page .success-stories__slider-item {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #72757b;
}
.main-page .success-stories .heading-2 {
  margin-bottom: 1em;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .main-page .success-stories .heading-2 {
    font-size: 6rem;
  }
}
.main-page .success-stories .button {
  position: relative;
  margin-top: 3rem;
}
.main-page .activity__slide-time {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1em;
}
.main-page .activity__slide-tags {
  order: -1;
}
.main-page .activity__slide-tag {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
  text-decoration: none;
  padding: 0.57em;
  border-radius: 50%;
  background-color: #e8effd;
  margin-right: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.main-page .activity .heading-2 {
  margin-right: 0.41em;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 576px) {
  .main-page .activity .heading-2 {
    font-size: 6rem;
  }
}
.main-page .activity .activity__slider {
  margin-top: 6rem;
}
.main-page .activity .button {
  text-align: center;
}
.main-page .blog {
  color: #ffffff;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .main-page .blog {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .main-page .blog {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.main-page .blog .blog-article-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .main-page .blog .blog-article-item {
    flex-direction: row;
  }
}
.main-page .blog .blog-article-img {
  overflow: hidden;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (max-width: 1199.98px) {
  .main-page .blog .blog-article-img {
    height: 26rem;
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-page .blog .blog-article-img {
    width: 33%;
    margin-right: -6rem;
    border-radius: 4rem 0 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-page .blog .blog-article-content {
    width: 67%;
  }
}
.main-page .blog .button {
  position: relative;
  margin-top: 3rem;
}
.main-page .request-block {
  background: transparent;
  animation: none;
  padding-top: 3rem;
  padding-bottom: 5.5rem;
}

.actual {
  padding-bottom: 10rem;
  color: #ffffff;
  overflow: hidden;
}
.actual-title {
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .actual-title {
    font-size: 4rem;
  }
}
.actual-slider.slick-slider {
  display: flex;
  margin-top: 3.5rem;
  margin-right: -2rem;
}
.actual-slider .slick-list,
.actual-slider .slick-track,
.actual-slider .actual-slide {
  display: flex;
}
.actual-slider .slick-list,
.actual-slider .slick-track {
  width: 100%;
}
.actual-slider .slick-list {
  overflow: visible;
}
.actual-slider .slick-track {
  margin-left: 0;
}
.actual-slider-nav .slick-arrow path {
  stroke: #ffffff;
}
.actual-slider-nav .slick-arrow.slick-disabled {
  cursor: auto;
}
.actual-slider-nav .slick-arrow.slick-disabled path {
  stroke: rgba(255, 255, 255, 0.5);
}
.actual-slider .actual-slide.slick-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 29.3rem;
  padding: 3rem 3rem 2rem;
  margin-right: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
  border-radius: 4rem;
  transition: transform 0.25s linear, opacity 0.25s linear;
  border: 0.2rem solid #fff;
  border-bottom: none;
  border-right: none;
  opacity: 0;
}
.actual-slider .actual-slide.slick-active {
  opacity: 1;
}
.actual-slide::after {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 3;
}
.actual-slide:hover {
  transform: scale(1.07);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .actual-slide:hover {
    transform: scale(1.2);
  }
}
.actual-slide h3 {
  font: 600 1.6rem/1.5em "Montserrat", sans-serif;
  margin-bottom: 7rem;
}
.actual-slide .link-more {
  margin-top: auto;
  color: #fff;
}
.actual-slide .link-more svg path {
  stroke: #fff;
}
.actual-slide .link-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-solutions {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  border-radius: 6rem;
}
@media screen and (min-width: 576px) {
  .services-solutions {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .services-solutions {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.services-solutions-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.services-solutions-item-3d .services-solutions-wrapper::after {
  background-color: #2866e1;
}
.services-solutions-item-3d .button {
  background-color: #2866e1;
}
.services-solutions-item-3d .button:hover {
  background-color: #d24c27;
}
.services-solutions-item-it .services-solutions-wrapper::after {
  background-color: #d24c27;
}
.services-solutions-item-it .button {
  background-color: #d24c27;
}
.services-solutions-item-it .button:hover {
  background-color: #2866e1;
}
.services-solutions-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.5em;
  background-color: #eff3f7;
  border-radius: 4rem;
}
@media screen and (min-width: 576px) {
  .services-solutions-wrapper {
    padding: 4rem;
    margin-bottom: 6rem;
  }
}
.services-solutions-wrapper::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.services-solutions-wrapper h3 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 576px) {
  .services-solutions-wrapper h3 {
    font-size: 4rem;
  }
}
.services-solutions-wrapper .button {
  margin-top: auto;
  align-self: flex-start;
}
.services-solutions .heading-2 {
  margin-bottom: 1em;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .services-solutions .heading-2 {
    font-size: 6rem;
  }
}

.about-kerwan {
  background-color: #292e38;
  border-radius: 6rem;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #bcbfc6;
}
@media screen and (min-width: 576px) {
  .about-kerwan {
    font-size: 1.8rem;
  }
}
.about-kerwan .container-fluid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url("../img/about-kerwan-bg.png") no-repeat bottom 0 left 50%;
}
@media screen and (min-width: 768px) {
  .about-kerwan .container-fluid {
    background-position: bottom 0 left 0;
  }
}
@media screen and (min-width: 576px) {
  .about-kerwan .container-fluid {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-kerwan .container-fluid {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .about-kerwan-col-left {
    padding-bottom: 45rem;
  }
}
@media screen and (max-width: 767.98px) {
  .about-kerwan-col-right {
    padding-bottom: 45rem;
  }
}
.about-kerwan-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.about-kerwan-item {
  padding-top: 1rem;
  padding-left: 10rem;
  margin-bottom: 2rem;
  background-size: 8rem 8rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 8rem;
}
.about-kerwan-item b {
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .about-kerwan-item b {
    font-size: 2.4rem;
  }
}
.about-kerwan .heading-2 {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .about-kerwan .heading-2 {
    font-size: 6rem;
  }
}
.about-kerwan .section-link {
  margin-bottom: 1.5rem;
}
.about-kerwan .button {
  margin-top: 4rem;
  background-color: #d24c27;
}
.about-kerwan .button:hover {
  background-color: #2866e1;
}

.news {
  position: relative;
  background-color: #fff;
  border-radius: 6rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .news {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .news {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.news-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.news-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .news-item {
    margin-bottom: 6rem;
  }
}
.news-item:first-child .news-item-article {
  padding: 4rem;
  color: #ffffff;
  overflow: hidden;
  border-radius: 4rem;
  background: linear-gradient(
      289.84deg,
      rgba(1, 123, 250, 0.8) -12.89%,
      rgba(130, 36, 174, 0.8) 36.6%,
      rgba(210, 76, 39, 0.8) 91.85%
    ),
    url("../img/news-bg.jpg") no-repeat center/cover;
}
.news-item:first-child .news-item-article::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}
.news-item:first-child .news-item-title {
  color: #ffffff;
}
.news-item:first-child .news-item-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.news-item:first-child .activity__slide-time,
.news-item:first-child .activity__slide-tag {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
.news-item:first-child .news-item-img {
  display: none;
}
.news-item p {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .news-item:nth-child(n) .news-item-img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .news-item:nth-child(n + 3) .news-item-img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .news-item:nth-child(n + 4) .news-item-img {
    display: none;
  }
}
.news-item-article {
  position: relative;
  color: #72757b;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.news-item-img {
  border-radius: 4rem;
  overflow: hidden;
  margin-bottom: 2rem;
  order: -2;
  height: 220px;
}
.news-item-img picture,
.news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #292e38;
}
.news-item-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s linear;
}
.news-item-title a:hover {
  color: #2866e1;
}
.news-item-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-item .activity__slide-tag {
  z-index: 2;
}
.news .heading-2 {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
  .news .heading-2 {
    font-size: 6rem;
  }
}
.news .section-link {
  margin-bottom: 1.5rem;
}

.newsletter {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .newsletter {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .newsletter {
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }
}
.newsletter .heading-2 {
  display: flex;
  font-size: 4rem;
  margin-bottom: 1.5em;
}
.newsletter .heading-2::after {
  content: url("../img/icons/lightning.png");
  margin-left: 1.5rem;
}
.newsletter .request-block__form-input--name {
  grid-area: name;
  margin: 0;
  width: 100%;
}
.newsletter .request-block__form-input--email {
  grid-area: email;
  margin: 0;
  width: 100%;
}
.newsletter .request-block__form-checkbox + label {
  max-width: 100%;
  margin: 0;
}
.newsletter .request-block__form-checkbox + label a {
  color: #ffffff;
  text-decoration: underline;
}
.newsletter .request-block__checkbox {
  grid-area: checkbox;
}
.newsletter .request-block__checkbox p {
  margin-bottom: 1.6rem;
}
.newsletter .request-block__checkbox label {
  font-size: 1.8rem;
  margin-right: 4rem;
}
.newsletter .request-form-agree {
  grid-area: agree;
}
.newsletter .button {
  margin: 0;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  grid-area: button;
  justify-self: start;
}
.newsletter .request-block__form {
  display: grid;
  margin: 0;
  align-items: flex-start;
  gap: 3rem 2rem;
  grid-template-columns: 1fr;
  grid-template-areas: "name" "email" "checkbox" "agree" "button";
}
@media screen and (min-width: 576px) {
  .newsletter .request-block__form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name email" " checkbox button" "agree agree";
  }
}
@media screen and (min-width: 992px) {
  .newsletter .request-block__form {
    grid-template-columns: 1fr 1fr 26.6rem 22.4rem;
    grid-template-areas: "name email checkbox button" "agree agree checkbox button";
  }
}
.newsletter .request-block__form-checkbox + label {
  color: #fff;
}

.activity {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eff3f7;
  border-radius: 6rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .activity {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.activity__heading {
  margin-bottom: 0.85em;
}
.activity__slider-nav .slick-arrow path {
  stroke: #292e38;
  transition: stroke 0.25s linear;
}
.activity__slider-nav .slick-arrow:hover path {
  stroke: #2866e1;
}
.activity__slider-nav .slick-disabled path {
  stroke: rgba(41, 46, 56, 0.3);
}
.activity__slider-nav .slick-disabled:hover {
  cursor: auto;
}
.activity__slider-nav .slick-disabled:hover path {
  stroke: rgba(41, 46, 56, 0.3);
}
.activity__slider .slick-track {
  margin-left: 0;
}
.activity__slide {
  padding-left: 1rem;
  padding-right: 1rem;
}
.activity__slide-img {
  height: 20rem;
  overflow: hidden;
  border-radius: 4rem 4rem 0 0;
  background-color: #eae5ea;
}
.activity__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.activity__slide-content {
  margin-top: -4rem;
  padding: 3rem 2rem 2rem;
  background-color: #fff;
  border-radius: 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #72757b;
}
@media screen and (min-width: 576px) {
  .activity__slide-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.activity__slide-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #292e38;
  margin-bottom: 1.38em;
}
.activity__slide-time {
  padding: 0.42em 0.92em;
  margin-bottom: 1.07em;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2em;
  border-radius: 5rem;
  color: #d24c27;
  background-color: #fff0e4;
  order: -1;
}
.none.success-stories__slider-wrapper::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 2.5rem;
  border-top: 4rem solid #fff;
  border-right: 2.5rem solid transparent;
  border-left: 2.5rem solid transparent;
  display: none;
}
.blog-article-content {
  font: 500 1.4rem/1.4em "Montserrat", sans-serif !important;
}
/*.actual-slide {
  min-height: 29.3rem !important;
}*/
.actual-slide .link-more {
  /*margin-top: 7rem !important;*/
  color: #fff;
}
.col-lg-6.success-stories-it {
  padding-left: 2em;
}
.blog-filter-label.checked {
  background-color: #e8effd;
}
.activity__slider.slick-slider,
.activity__slider.slick-slider .slick-list,
.activity__slider.slick-slider .slick-track {
  display: flex;
}
.slick-initialized .slick-slide.activity__slide {
  display: flex;
  flex-direction: column;
}
.activity__slide-content {
  flex-grow: 1;
}
.activity__slide-time.completed {
  background-color: #eff3f7;
  color: #292e38;
}

/* Страница Каталог 3D-решений */
.catalog {
  position: relative;
  padding: 144px 0 130px;
  border-radius: 60px;
  background-color: #fff;
}

.catalog-list {
  padding-left: 0;
  list-style: none;
  row-gap: 60px;
}

.catalog-item-wrapper {
  position: relative;
  border-radius: 40px;
  color: #fff;
}

.catalog-item-wrapper::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.catalog-item:nth-child(1) .catalog-item-wrapper {
  background: linear-gradient(
    181.75deg,
    #eef4ff 9.38%,
    #2866e1 40.37%,
    #8531a0 132.99%
  );
}

.catalog-item:nth-child(2) .catalog-item-wrapper {
  background: linear-gradient(
    189.78deg,
    #fff0eb 20.88%,
    #d24c27 50.19%,
    #9c2baf 105.41%
  );
}

.catalog-item:nth-child(3) .catalog-item-wrapper {
  background: linear-gradient(
    11.4deg,
    #6437c5 -8.96%,
    #9c2baf 48.09%,
    #f3eeff 75.89%
  );
}

.catalog-item-img {
  position: relative;
  top: -40px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.catalog-item-text {
  padding: 0 30px 40px;
}

@media screen and (min-width: 576px) {
  .catalog-item-text {
    padding: 0 15px 50px;
  }
}

@media screen and (min-width: 768px) {
  .catalog-item-text {
    padding: 0 30px 50px;
  }
}

@media screen and (min-width: 1400px) {
  .catalog-item-text {
    padding: 0 40px 40px;
  }
}

.catalog-item-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  .catalog-item-title {
    min-height: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .catalog-item-title {
    font-size: 40px;
  }
}

.catalog-item .button {
  color: #292e38;
  background-color: #fff;
}

.catalog-item .button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.catalog-item .button:hover {
  background-color: #d24c27;
  color: #fff;
}

.page-3d {
  padding-bottom: 124px;
  background: radial-gradient(
      81.96% 222.76% at 10.26% 37.38%,
      #017bfa 0%,
      #8531a0 53.22%,
      #d24c27 84.7%
    )
    top left/200% 200%;
  -webkit-animation: colorChange 5s infinite alternate;
  animation: colorChange 5s infinite alternate;
}

.page-3d .vendors {
  background: transparent;
}

.page-3d .news .activity__slide-tag,
.page-3d .news .activity__slide-time {
  margin: 0;
  border-radius: 5rem;
  padding: 7px;
  line-height: 1.2;
}

.page-3d .news .activity__slide-tags {
  align-items: center;
  gap: 5px;
  order: -1;
}

.vendors__slide a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .vendors__slide a:hover {
    text-decoration: underline;
  }
}

.vendors__slide path {
  stroke: #fff;
}

.vendors__slide svg {
  margin-left: 1rem;
}

.page-3d .activity .heading-2 {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}

.page-3d .activity .section-link {
  margin-bottom: 1.5rem;
}

.page-3d .activity__slider {
  margin-top: 4.5rem;
}

.page-3d .page-title {
  margin-bottom: 0.5em;
}

.page-3d .page-description {
  max-width: 41em;
  margin-bottom: 7.22em;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
}
@media screen and (min-width: 576px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}

.section--light {
  color: #292e38;
  background-color: #fff;
}

.section--dark {
  color: #fff;
  background-color: #292e38;
}
.section--dark .filter-tags__item a {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.section--dark .filter-tags__item a:hover {
  border-color: #fff;
}
.section--dark .filter-tags__item.active a {
  color: #292e38;
  background-color: #e8effd;
}
.section__row {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  row-gap: 6rem;
}

.filter-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 0;
  margin-bottom: 6.4rem;
  list-style: none;
}
.filter-tags__item a,
.filter-tags__item span {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  border: 0.1rem solid transparent;
  text-decoration: none;
  transition: all 0.25s linear;
}

.reviews-solutions .video-block__slider-item {
  margin: 0;
}

/* reviews-solutions */
.reviews-solutions__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}

.reviews-solutions__tags-item a,
.reviews-solutions__tags-item span {
  padding: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 5rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: background-color 0.2s linear;
}

@media screen and (min-width: 992px) {
  .reviews-solutions__tags-item a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.reviews-solutions .video-block__slider-description {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #bcbfc6;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-block__slider-preview::after {
    padding: 0.48em 1.05em;
  }

  .video-block__slider-preview::before {
    width: 7rem;
    height: 4.4rem;
  }
}

.button.catalog__filter-toggle {
  position: sticky;
  top: 2rem;
  padding-right: 68px;
  background: #d24c27 url("../img/icons/filter.svg") no-repeat top 50% right 3.8rem;
  z-index: 2;
}
.catalog__filter-toggle span {
  position: relative;
}
.catalog__filter-toggle.selected span::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -3.2rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 0.2rem solid #d24c27;
  background-color: #fff;
  transition: border-color 0.2s linear;
}
.catalog__filter {
  display: none;
  padding-bottom: 5rem;
}

.catalog__filter.open {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  padding-top: 5rem;
  z-index: 100;
  border-radius: 0 0 6rem 6rem;
  background-color: #fff;
}
.catalog__filter.open .catalog__filter-row {
  height: 78%;
  overflow-y: auto;
}
.catalog__filter.open .catalog__filter-buttons {
  margin-top: 1rem;
}
.catalog__filter.open .catalog__filter-row,
.catalog__filter.open .catalog__filter-buttons {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
}
.catalog__filter.open .catalog__filter-buttons {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.catalog__filter-close {
  display: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
.catalog__filter.open .catalog__filter-close {
  display: block;
}
.catalog__filter.open .catalog__filter-row::-webkit-scrollbar {
  width: 0.4rem;
}
.catalog__filter.open .catalog__filter-row::-webkit-scrollbar-track {
  background-color: #fff;
}
.catalog__filter.open .catalog__filter-row::-webkit-scrollbar-thumb {
  background-color: #2866e1;
  border-radius: 1rem;
}
.catalog__filter fieldset {
  margin-bottom: 2rem;
}
.catalog__filter legend {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.catalog__filter-item {
  margin-bottom: 0.5rem;
}
.catalog__filter-item label {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-weight: 500;
  color: #2866e1;
  border-radius: 5rem;
  border: 0.1rem solid #d6e3ff;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.catalog__filter-item input:checked + label {
  border-color: #2866e1;
  background-color: #e8effd;
}
.catalog__filter-item input:disabled + label {
  color: #72757b;
  cursor: auto;
}
.catalog__filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.catalog__filter-submit {
  background-color: #d24c27;
}
.catalog__filter-reset {
  background-color: #bcbfc6;
}
.catalog__text li {
	margin-bottom: 10px;
}
.catalog__list {
  row-gap: 7.8rem;
  padding-left: 0;
  margin-top: 8rem;
  margin-bottom: 0;
  list-style: none;
}
.catalog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 2rem;
  color: #72757b;
  background-color: #fff;
}
.catalog__item[data-new]::before {
  content: attr(data-new);
  position: absolute;
  right: 2rem;
  bottom: 100%;
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  background-color: #9c2baf;
}
.catalog__item-logo {
  position: absolute;
  left: 2rem;
  bottom: 100%;
  width: 10.9rem;
  height: 4rem;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #fff;
  overflow: hidden;
}
.catalog__item-slider {
  margin-bottom: 2rem;
}
.catalog__item-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 0.1rem solid #EDEDED;
}
.catalog__item-slider .slick-next {
  right: 0;
}
.catalog__item-slider .slick-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
.catalog__item-slider .slick-arrow path {
  stroke: #d24c27;
  transition: stroke 0.2s linear;
}
.catalog__item-slider.slick-dotted .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.catalog__item-slider.slick-dotted .slick-dots button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #bcbfc6;
}
.catalog__item-slider.slick-dotted .slick-active button {
  background-color: #2866e1;
}
.catalog__item-slider .slick-list, 
.catalog__item-slider .slick-track {
  display: flex;
}
.catalog__item-slider .catalog__item-slide {
  display: flex;
  align-items: center;
}
.catalog__item-slide {
  max-height: 26rem;
  border-radius: 2rem;
  overflow: hidden;
}
.catalog__item-slide img {
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 2rem;
}
.catalog__item-stock {
  position: relative;
  /*display: inline-block;*/
  align-self: flex-start;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 5rem;
  color: #d24c27;
  background-color: rgba(210, 76, 39, 0.1);
}
.catalog__item-stock::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #d24c27;
  transform: translateY(-50%);
}
.catalog__item-stock.in-stock {
  color: #28e17d;
  background-color: rgba(40, 225, 125, 0.1);
}
.catalog__item-stock.in-stock::before {
  background-color: #28e17d;
}
.catalog__item-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #292e38;
}
.catalog__item-text {
  /*margin-bottom: 3rem;*/
  margin-bottom: auto;
}
.catalog__item-price {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #292e38;
}
.catalog__item-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}
.catalog__item-more {
  line-height: 1.5;
  color: #2866e1;
  text-decoration: none;
  transition: color 0.2s linear;
}
.catalog__item-more svg {
  margin-left: 1rem;
}
.catalog__item-more path {
  stroke: #2866e1;
  transition: stroke 0.2s linear;
}
.catalog__item-more::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.catalog__item-buttons .button--primary,
.catalog__item-slider.slick-dotted .slick-dots {
	position: relative;
	z-index: 1;
}


@media screen and (max-width: 767.98px) {
  .catalog__filter {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 576px) {
  .catalog__filter-toggle {
    top: 4rem;
  }
  .catalog__list {
    margin-top: 12rem;
  }
  .catalog__filter-item {
    margin-bottom: 1rem;
  }
  .catalog__filter legend {
    margin-bottom: 2rem;
  }
  .catalog__filter fieldset {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog__item {
    padding: 4rem;
    border-radius: 4rem;
  }
  .catalog__item[data-new]::before {
    right: 4rem;
  }
  .catalog__item-logo {
    left: 4rem;
  }
  .catalog__item-slider {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
    .catalog__filter {
    display: block;
  }
  .catalog__filter-submit:hover {
    background-color: #2866e1;
  }
  .catalog__filter-reset:hover {
    background-color: #292e38;
  }
  .catalog__item-more:hover {
    color: #d24c27;
  }
  .catalog__item-more:hover path {
    stroke: #d24c27;
  }
  .catalog__item-slider .slick-arrow:hover path {
    stroke: #2866e1;
  }
  .catalog__filter-toggle {
    display: none;
  }
  .catalog__filter-toggle:hover {
    background-color: #2866e1;
  }
  .catalog__filter-toggle:hover span::before {
    border-color: #2866e1;
  }
  .catalog__filter-item input:not(:disabled) + label:hover {
    border-color: #2866e1;
  }
}
.catalog__filter.open .smart-filter-button-box {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.smart-filter-parameters-box-title-text {
  display: block;
  margin-bottom: 2rem;
  cursor: auto;
}
.smart-filter-button-box .smart-filter-parameters-box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.catalog__list > .col-xl-4 {
  display: flex;
}
	.catalog__filter-row .col-sm-6:nth-child(1) {
		order: 1;
	}
	.catalog__filter-row .col-sm-6:nth-child(2) {
		order: 3;
	}
	.catalog__filter-row .col-sm-6:nth-child(3) {
		order: 2;
	}

.electronic-library__tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-left: 0;
	margin-bottom: 1.35rem;
	list-style: none;
}
.electronic-library__tags-item a, 
.electronic-library__tags-item span {
	display: block;
	padding: 0.7rem;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #fff;
	border-radius: 5rem;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
}
.filter-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding-left: 0;
	margin-bottom: 6.4rem;
	list-style: none;
}
.section--dark .filter-tags__item.active a,
.section--dark .filter-tags__item.active button {
	color: #292e38;
	background-color: #e8effd;
}
.section--dark .filter-tags__item a, 
.section--dark .filter-tags__item button {
	border-color: rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.filter-tags__item a, 
.filter-tags__item span, 
.filter-tags__item button {
	display: block;
	padding: 0.5rem 2rem;
	border-radius: 5rem;
	border: 0.1rem solid transparent;
	text-decoration: none;
	transition: all 0.25s linear;
}
.section--dark .filter-tags__item a:hover, 
.section--dark .filter-tags__item button:hover {
	border-color: #fff;
}
.learn-more__text,
.video-block__text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2.8rem;
	max-width: 100%;
}
.video-block__description,
.learn-more__description {
	flex-grow: 1;
}
.learn-more .section-link,
.video-block .section-link {
	color: #D24C27;
}
.learn-more .section-link svg path,
.video-block .section-link svg path {
	stroke: #D24C27;
}
@media screen and (min-width: 992px) {
	.learn-more .section-link:hover,
	.video-block .section-link:hover {
	  color: #2866E1;
	}
	.learn-more .section-link:hover svg path,
	.video-block .section-link:hover svg path {
	  stroke: #2866E1;
	}
}
.header-section {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3rem;
	margin-bottom: 4rem;
}
/*# sourceMappingURL=main-page-style.css.map */
