html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html::-webkit-scrollbar-track {
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.1);
}
html::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
html::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
html::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #292e38;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 1.8rem;
  }
}

.container-fluid {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  --bs-gutter-x: 3rem;
}

.row {
  --bs-gutter-x: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
}

p {
  margin-bottom: 1.38em;
}

.list-check {
  list-style-image: url("../img/icons/check-blue.svg");
}
.list-check li:not(:last-child) {
  margin-bottom: 0.27em;
}

.heading-1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 1em;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 480px) {
  .heading-1 {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 576px) {
  .heading-1 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .heading-1 {
    font-size: 14rem;
  }
}
@media screen and (min-width: 992px) {
  .heading-1 {
    font-size: 19rem;
  }
}

.heading-2 {
  margin-bottom: 0.5em;
  font-size: 5rem;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .heading-2 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .heading-2 {
    font-size: 6rem;
  }
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.site-navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .site-navigation {
    display: block;
  }
}
.site-navigation__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.site-navigation__item {
  margin: 0.27em 1.11em;
}
.site-navigation__link {
  color: inherit;
  text-decoration: none;
}
.site-navigation__link:hover {
  color: inherit;
  text-decoration: underline;
}

.section-description {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5em;
}
@media screen and (min-width: 576px) {
  .section-description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-description {
    font-size: 2.4rem;
  }
}

.button {
  display: inline-block;
  padding: 0.88em 2.05em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  border-radius: 5rem;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button:hover {
  background-color: #d24c27;
  color: #fff;
}
.button--dark {
  background-color: #292e38;
}
.button--primary {
  background-color: #2866e1;
}
.button--light {
  color: #292E38;
  background-color: #FFFFFF;
}

.link-more {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #d24c27;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s linear;
}
.link-more svg {
  margin-left: 2rem;
}
.link-more svg path {
  stroke: #d24c27;
  transition: stroke 0.25s linear;
}
.link-more:hover {
  color: #fff;
}
.link-more:hover svg path {
  stroke: #fff;
}

.slick-arrow {
  border: none;
  width: 6rem;
  height: 6rem;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.first-screen-wrap {
  padding-top: 14rem;
  margin-top: -14rem;
  border-radius: 0 0 6rem 6rem;
  color: #fff;
  background: radial-gradient(81.96% 222.76% at 10.26% 37.38%, #017bfa 0%, #8531a0 53.22%, #d24c27 84.7%) top left/200% 200%;
  overflow: hidden;
  -webkit-animation: colorChange 5s infinite alternate;
          animation: colorChange 5s infinite alternate;
}
.first-screen-wrap--privacy-policy {
  padding-bottom: 15rem;
  border-radius: 0;
}

.main-header {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  z-index: 50;
}
@media screen and (max-width: 1199.98px) {
  .main-header {
    font-size: 1.6rem;
  }
}
.main-header__logo {
  width: 13rem;
  height: 4rem;
}
@media screen and (min-width: 576px) {
  .main-header__logo {
    width: 17rem;
    height: 5.4rem;
  }
}
.main-header__phone {
  display: none;
  margin-left: auto;
  margin-right: 1.38em;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.main-header__phone:hover {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  .main-header__phone {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .main-header__phone {
    margin: 0.27em 1.11em;
  }
}
@media screen and (max-width: 479.98px) {
  .main-header__dropdown {
    margin-left: auto;
  }
}
.main-header__dropdown-mobile {
  margin-left: 2.5rem;
}
@media screen and (min-width: 992px) {
  .main-header__dropdown-mobile {
    display: none;
  }
}
.main-header__dropdown-mobile .main-header__dropdown-toggle {
  background: rgba(255, 255, 255, 0.1) url("../img/icons/burger-menu.svg") center no-repeat;
}
.main-header__dropdown-mobile .main-header__dropdown-toggle.show {
  background: rgba(255, 255, 255, 0.1) url("../img/icons/close.svg") center no-repeat;
}
.main-header__dropdown-mobile .main-header__dropdown-menu {
  width: 28rem;
}
.main-header__dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
}
.main-header__dropdown-toggle:hover {
  color: inherit;
}
.main-header__dropdown-toggle::after {
  display: none;
}
.main-header__dropdown-menu {
  width: 16.7rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5em;
  border-radius: 2rem;
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
@media screen and (max-width: 1199.98px) {
  .main-header__dropdown-menu {
    font-size: 1.6rem;
  }
}
.main-header__dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-header__dropdown-item {
  padding: 1rem 2rem;
  color: inherit;
}
.main-header__dropdown-item:hover {
  color: inherit;
  background-color: transparent;
  text-decoration: underline;
}
.main-header__dropdown-item--active {
  background: url("../img/icons/check-white.svg") top 50% right 15px/auto no-repeat;
}

.promo {
  padding-top: 15rem;
  padding-bottom: 12rem;
  color: #fff;
}
.promo__section-description {
  max-width: 17.08em;
}
.promo__button {
  margin-top: 2.77em;
}
.promo__button, .promo__section-description {
  position: relative;
  margin-left: 5.5rem;
}
@media screen and (min-width: 576px) {
  .promo__button, .promo__section-description {
    margin-left: 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  .promo__button, .promo__section-description {
    margin-left: 13.5rem;
  }
}
@media screen and (min-width: 992px) {
  .promo__button, .promo__section-description {
    margin-left: 18.5rem;
  }
}
.promo__img-wrapper {
  height: 16rem;
  margin-top: -13.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
.promo__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .promo__img-wrapper {
    height: auto;
    margin-top: -14rem;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .promo__img-wrapper {
    margin-top: -14.5rem;
  }
}
.promo--privacy-policy {
  padding-bottom: 9.5rem;
}
.promo--privacy-policy .heading-2 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 399.98px) {
  .promo--privacy-policy .heading-2 {
    font-size: 4rem;
  }
}
.promo--privacy-policy .section-description {
  margin-bottom: 2.5em;
}
.promo--privacy-policy p {
  max-width: 76rem;
}

.about-company {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
  color: #292E38;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .about-company {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-company {
    padding-top: 10rem;
    padding-bottom: 11.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-company__heading-2 {
    max-width: 4.12em;
  }
}
@media screen and (min-width: 768px) {
  .about-company__button {
    margin-top: 2.22em;
  }
}
.about-company__list {
  max-width: 19.72em;
}
@media screen and (min-width: 992px) {
  .about-company__list {
    margin-left: auto;
    margin-top: -1.94em;
  }
}
.about-company__list dt {
  font-weight: 500;
}
.about-company__list dd {
  margin-top: 1.11em;
}

.about-usu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
  color: #fff;
  background-color: #292e38;
}
@media screen and (min-width: 576px) {
  .about-usu {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-usu {
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
.about-usu__link-more {
  margin-top: 1.11em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .about-usu__link-more {
    margin-bottom: 4.72em;
  }
}
.about-usu__awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.about-usu__awards-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.75rem);
  padding: 1.5rem;
  background-color: #3d4047;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .about-usu__awards-item {
    width: calc(25% - 1.125rem);
    max-height: 13.5rem;
    padding: 2rem;
  }
}
/* .about-usu__awards-item:first-child {
  margin-right: 1.11em;
} */
/* @media screen and (min-width: 992px) {
  .about-usu__awards-item {
    padding: 3.33em;
  }
} */
.about-usu__awards-item img {
  width: 100%;
  max-width: 17.5rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.about-usu__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
	.about-usu__img-wrapper {
		max-height: 60rem;
	}
}
.about-usu__img-wrapper picture,
.about-usu__img-wrapper img {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.products {
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .products {
    color: #fff;
    background: #464B56;
    border-radius: 6rem;
  }
}
.products .section-description {
  max-width: 17.37em;
  margin-left: auto;
  margin-right: auto;
}
.products__header {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .products__header {
    background-image: none !important;
  }
}
@media screen and (min-width: 992px) {
  .products__header {
    padding-top: 15rem;
    padding-bottom: 16.8rem;
    border-radius: 6rem;
    background-color: #464B56;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.products__grid {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 991.98px) {
  .products__grid {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .products__grid {
    display: grid;
    grid-template-columns: repeat(5, 15em);
    grid-auto-rows: 12em;
    grid-gap: 2em 10em;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.5rem;
    font-size: 0.9rem;
  }
  .products__grid::before {
    content: "";
    grid-column: 2;
    grid-row: 1;
  }
  .products__grid::after {
    content: "";
    grid-column: 4;
    grid-row: 1;
  }
}
.products__bg {
  display: none;
}
@media screen and (min-width: 992px) {
  .products__bg {
    display: block;
    height: 26em;
    width: 30em;
    pointer-events: none;
    transition: transform 0.25s linear, fill 0.25s linear, stroke 0.25s linear;
  }
}
@media screen and (max-width: 991.98px) {
  .products__atom {
    padding: 2rem 5rem;
    margin-bottom: 1.5rem;
    border-radius: 3rem;
  }
  .products__atom--highlighted {
    display: none;
  }
  .products__atom--hover:nth-of-type(2) {
    background-color: #2866E1;
  }
  .products__atom--hover:nth-of-type(3) {
    background-color: #3C4FDA;
  }
  .products__atom--hover:nth-of-type(4) {
    background-color: #6437C5;
  }
  .products__atom--hover:nth-of-type(5) {
    background-color: #9C2BAF;
  }
  .products__atom--hover:nth-of-type(6) {
    background-color: #AF405E;
  }
  .products__atom--hover:nth-of-type(7) {
    background-color: #D24C27;
  }
}
@media screen and (max-width: 575.98px) {
  .products__atom {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .products__atom {
    grid-area: c;
    grid-row: span 2;
    opacity: 0;
    transform: scale(0.01);
    transition: opacity 0.25s linear, transform 0.25s linear, color 0.25s linear;
    fill: #eff3f7;
    stroke: #eff3f7;
    color: #292e38;
    margin: 0 -50%;
    transform: none;
    opacity: 1;
  }
  .products__atom.products__atom--hover:hover {
    z-index: 1;
    color: #fff;
  }
  .products__atom.products__atom--hover:hover .products__title {
    font-size: 2.4rem;
  }
  .products__atom.products__atom--hover:hover > .products__bg {
    transform: scale(1.62);
    fill: url(#lgrad);
    stroke: url(#lgrad);
  }
  .products__atom.products__atom--hover:hover .products__hex-outline {
    stroke: #fff;
  }
  .products__atom.products__atom--hover:hover .products__description {
    transition: height 0.25s, opacity 0.25s 0.25s;
    height: 6em;
    opacity: 1;
  }
  .products__atom.products__atom--active {
    z-index: 1;
  }
  .products__atom.products__atom--active--active > .products__text {
    opacity: 0;
  }
  .products__atom.products__atom--active--active > .products__bg {
    transform: scale(11);
    fill: #fff;
    stroke: #fff;
    z-index: 1;
  }
  .products__atom--highlighted {
    fill: #2866e1;
    stroke: #2866e1;
    color: #fff;
  }
  .products__atom--loc_c {
    grid-row: 3/5;
    grid-column: 3;
  }
  .products__atom--loc_n {
    grid-row: 1/3;
    grid-column: 3;
  }
  .products__atom--loc_ne {
    grid-row: 2/4;
    grid-column: 4;
  }
  .products__atom--loc_se {
    grid-row: 4/6;
    grid-column: 4;
  }
  .products__atom--loc_s {
    grid-row: 5/7;
    grid-column: 3;
  }
  .products__atom--loc_sw {
    grid-row: 4/6;
    grid-column: 2;
  }
  .products__atom--loc_nw {
    grid-row: 2/4;
    grid-column: 2;
  }
}
.products__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .products__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .products__hex {
    pointer-events: painted;
  }
}
@media screen and (min-width: 992px) {
  .products__backdrop {
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    -webkit-animation: 0.25s fadeIn;
            animation: 0.25s fadeIn;
    z-index: 1;
  }
}
.products__description {
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .products__description {
    max-width: 20.62em;
  }
}
@media screen and (min-width: 992px) {
  .products__description {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.25s linear, opacity 0.25s linear;
  }
}
.products__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 991.98px) {
  .products__title {
    max-width: 15.75em;
  }
}
@media screen and (min-width: 992px) {
  .products__title {
    max-width: 80%;
    margin: 1em auto;
    font-size: 1.8rem;
  }
}
.products__atom {
	position: relative;
}
.products__title a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
.products__title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991.98px) {
	.products__atom {
		color: #fff;
	}
	.products__title a {
		padding-right: 4rem;
		background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI1TDI1IDE1TTI1IDE1SDE1TTI1IDE1VjI1IiBzdHJva2U9IiNFRkYzRjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat top right;
	}
}

.video-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eff3f7;
  border-radius: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .video-block {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .video-block {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
.video-block__heading-2 {
  max-width: 5.52em;
}
.video-block .slick-track {
  margin-left: 0;
}
.video-block__slider {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .video-block__slider {
    margin-top: 7rem;
  }
}
.video-block__slider .slick-list {
  overflow: visible;
}
.video-block__slider-item {
  position: relative;
  margin-right: 3rem;
}
@media screen and (min-width: 992px) {
  .video-block__slider-item {
    max-width: 62rem;
    margin-right: 6rem;
  }
}
.video-block__slider-preview {
  position: relative;
  display: block;
  border-radius: 4rem;
  overflow: hidden;
}
.video-block__slider-preview::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1rem;
  display: inline-block;
  width: 6rem;
  height: 3.8rem;
  border-radius: 5rem;
  background: #fff url("../img/icons/play.svg") center no-repeat;
}
@media screen and (min-width: 576px) {
  .video-block__slider-preview::before {
    width: 9rem;
    height: 6rem;
    left: 2rem;
  }
}
.video-block__slider-preview::after {
  content: "WATCH VIDEO";
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: inline-block;
  padding: 0.44em 1.05em;
  border-radius: 5rem;
  color: #ffffff;
  background-color: #2866e1;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .video-block__slider-preview::after {
    right: 2rem;
    padding: 0.88em 2.05em;
  }
}
.video-block__slider-preview:hover {
  outline: 6px solid #2866e1;
}
.video-block__slider-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.video-block__slider-description {
  margin-top: 1.66em;
}
.video-block__slider-nav .slick-arrow path {
  stroke: #292E38;
  transition: stroke 0.25s linear;
}
.video-block__slider-nav .slick-arrow:hover path {
  stroke: #2866E1;
}
.video-block__slider-nav .slick-disabled path {
  stroke: rgba(41, 46, 56, 0.3);
}
.video-block__slider-nav .slick-disabled:hover {
  cursor: auto;
}
.video-block__slider-nav .slick-disabled:hover path {
  stroke: rgba(41, 46, 56, 0.3);
}

.success-stories {
  position: relative;
  border-radius: 6rem;
  color: #fff;
  overflow: hidden;
}
.success-stories__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
}
@media screen and (min-width: 576px) {
  .success-stories__wrapper {
    padding-top: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .success-stories__wrapper {
    padding-top: 10rem;
  }
}
.success-stories__heading-2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .success-stories__heading-2 {
    max-width: 5.18em;
  }
}
.success-stories__slider {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #72757b;
}
.success-stories__slider .slick-list, .success-stories__slider .slick-track {
  display: flex;
}
.success-stories__slider-logo {
  height: 6rem;
  margin-bottom: 1rem;
}
.success-stories__slider-logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.success-stories__slider-title {
  margin-bottom: 0.41em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #292e38;
}
.success-stories__slider-button {
  margin-top: 0.27em;
}
.success-stories__slider-item {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 480px) {
  .success-stories__slider-item {
    padding-top: 22rem;
  }
}
@media screen and (min-width: 576px) {
  .success-stories__slider-item {
    padding-top: 26.5rem;
  }
}
@media screen and (min-width: 768px) {
  .success-stories__slider-item {
    padding-top: 10rem;
  }
}
.success-stories__slider-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.success-stories__slider-wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 4rem 4rem 4rem 2rem;
}
@media screen and (min-width: 576px) {
  .success-stories__slider-wrapper {
    padding: 2.5rem 4.5rem 4.5rem 5rem;
  }
}
.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;
}
.success-stories__slider-author {
  margin-bottom: 0;
}
.success-stories__slider-author-wrapper {
  display: flex;
  align-items: center;
  margin-top: 3.75em;
  margin-left: 1.25em;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
}
.success-stories__slider-author-name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.success-stories__slider-avatar {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.success-stories__slider-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.success-stories__slider-nav {
  position: relative;
  z-index: 1;
}
.success-stories__slider-nav .slick-arrow path {
  stroke: #fff;
  transition: stroke 0.25s linear;
}
.success-stories__slider-nav .slick-arrow:hover path {
  stroke: #2866E1;
}
.success-stories__slider-nav .slick-disabled path {
  stroke: rgba(255, 255, 255, 0.3);
}
.success-stories__slider-nav .slick-disabled:hover {
  cursor: auto;
}
.success-stories__slider-nav .slick-disabled:hover path {
  stroke: rgba(255, 255, 255, 0.3);
}

.learn-more {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: -5.5rem;
  color: #bcbfc6;
  background-color: #292e38;
  border-radius: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .learn-more {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .learn-more {
    padding-top: 12rem;
    padding-bottom: 14rem;
  }
}
.learn-more__heading-2 {
  color: #fff;
}
.learn-more .slick-track {
  margin-left: 0;
}
.learn-more__slider {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .learn-more__slider {
    margin-top: 7rem;
  }
}
.learn-more__slider .slick-list {
  display: flex;
  overflow: visible;
}
.learn-more__slider .slick-track {
  display: flex;
}
.learn-more__slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35rem;
  padding: 1.77em 1.94em;
  margin-bottom: 1.38em;
  border-radius: 4rem;
  background-color: #3d4047;
  transition: background-color 0.25s linear;
}
.learn-more__slider-wrapper picture,
.learn-more__slider-wrapper img {
  display: flex;
  width: 100%;
  max-width: 26rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.learn-more__slider-item {
  margin-right: 1.875em;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #bcbfc6;
}
.learn-more__slider .learn-more__slider-item.slick-slide {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .learn-more__slider-item {
    margin-right: 3.75em;
  }
}
.learn-more__slider-item:hover .learn-more__slider-wrapper {
  background-color: #EFF3F7;
}
.learn-more__slider-title {
  margin-bottom: 0.83em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #ffffff;
}
.learn-more__slider-item .button {
  align-self: flex-start;
  margin-top: auto;
}
.learn-more__slider-nav .slick-arrow path {
  stroke: #fff;
  transition: stroke 0.25s linear;
}
.learn-more__slider-nav .slick-arrow:hover path {
  stroke: #2866E1;
}
.learn-more__slider-nav .slick-disabled path {
  stroke: rgba(255, 255, 255, 0.3);
}
.learn-more__slider-nav .slick-disabled:hover {
  cursor: auto;
}
.learn-more__slider-nav .slick-disabled:hover path {
  stroke: rgba(255, 255, 255, 0.3);
}

.request-block {
  padding-top: 11rem;
  padding-bottom: 13rem;
  background: linear-gradient(284.13deg, #017bfa 12.66%, #8224ae 35.72%, #d24c27 76.98%) top left/200% 200%;
  -webkit-animation: colorChange 5s infinite alternate;
          animation: colorChange 5s infinite alternate;
}
.request-block__wrapper {
  padding: 6rem 3rem;
  border-radius: 6rem;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .request-block__wrapper {
    padding: 7rem;
  }
}
.request-block__form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.4rem;
}
.request-block__form-input {
  width: 100%;
  flex-grow: 1;
  padding: 1.125em 1.56em;
  margin-bottom: 0.93em;
  margin-right: 0.875em;
  font-size: 1.6rem;
  color: #292E38;
  border-radius: 4rem;
  border: none;
  background-color: #eff3f7;
}
@media screen and (min-width: 576px) {
  .request-block__form-input {
    width: auto;
  }
}
.request-block__form-input::-moz-placeholder {
  color: #72757B;
}
.request-block__form-input:-ms-input-placeholder {
  color: #72757B;
}
.request-block__form-input::placeholder {
  color: #72757B;
}
.request-block__form-input:focus {
  outline: 2px solid #2866E1;
}
.request-block__form-input--name {
  width: 100%;
}
.request-block__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.request-block__form-checkbox + label {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 2.64em;
  margin-right: 1em;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #72757B;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .request-block__form-checkbox + label {
    max-width: 28rem;
  }
}
.request-block__form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eff3f7;
}
.request-block__form-checkbox + label a {
  color: #2866e1;
  text-decoration: none;
}
.request-block__form-checkbox + label a:hover {
  text-decoration: underline;
}
.request-block__form-checkbox:checked + label::before {
  background-image: url("../img/icons/check-gray.svg");
}
.request-block__form-button {
  flex-grow: 1;
  padding: 0.88em 1.05em;
  margin-top: 2.05em;
  margin-right: 1.4rem;
}

.site-footer {
  padding-top: 6rem;
  margin-top: -7.5rem;
  background-color: #eff3f7;
  border-radius: 6rem 6rem 0 0;
}
@media screen and (min-width: 576px) {
  .site-footer {
    padding-top: 8.5rem;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding-top: 11.5rem;
    padding-bottom: 10rem;
  }
}
.site-footer__heading-2 {
  margin-bottom: 1em;
}
.site-footer__contacts-mail, .site-footer__contacts-phone {
  margin-bottom: 0.41em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #292e38;
  text-decoration: none;
  transition: color 0.25s linear;
}
@media screen and (min-width: 576px) {
  .site-footer__contacts-mail, .site-footer__contacts-phone {
    font-size: 2.4rem;
  }
}
.site-footer__contacts-mail:hover, .site-footer__contacts-phone:hover {
  color: #2866E1;
}
.site-footer__contacts-address {
  max-width: 24.72em;
  margin-top: 1.22em;
  margin-bottom: 0;
}
.site-footer__contacts-map {
  width: calc(100% + 3rem);
  min-height: 20rem;
  margin-top: 4.7rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-radius: 4rem 4rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-footer__contacts-map {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4rem;
  }
}
.site-footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .site-footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__copyright-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  margin-top: 5rem;
}
@media screen and (min-width: 576px) {
  .site-footer__copyright-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .site-footer__copyright-wrapper {
    width: 40%;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .site-footer__copyright-wrapper {
    margin-top: 6rem;
  }
}
.site-footer__logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .site-footer__logos-wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .site-footer__logos-wrapper {
    margin-top: 7rem;
  }
}
.site-footer__logo {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.site-footer__logo:not(:last-child) {
  margin-right: 3rem;
}
.site-footer__copyright, .site-footer__link {
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #72757b;
  margin-bottom: 0.35em;
  margin-top: 0.35em;
}
@media screen and (min-width: 768px) {
  .site-footer__copyright {
    margin-right: 5.71em;
  }
}
.site-footer__link {
  text-decoration: none;
}
.site-footer__link:hover {
  color: #2866E1;
}

.fancybox__container .fancybox__backdrop,
.modal {
  background-image: radial-gradient(110.47% 303.42% at 10.26% 37.38%, rgba(1, 123, 250, 0.7) 0%, rgba(133, 49, 160, 0.7) 53.22%, rgba(210, 76, 39, 0.7) 100%);
}

.modal-content {
  background-color: #FFFFFF;
  border-radius: 6rem;
  padding: 3rem;
}
@media screen and (min-width: 576px) {
  .modal-content {
    padding: 3rem 5rem 4rem;
  }
}
.modal-header {
  padding: 0 0 3rem;
  border-bottom: none;
  align-items: flex-start;
}
.modal-title {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .modal-title {
    font-size: 5rem;
    margin-top: 5rem;
  }
}
.modal-body {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .modal__form-checkbox + label {
    max-width: 100%;
  }
}
.modal-footer {
  padding-top: 2.5rem;
  border-top: none;
  justify-content: center;
}
.modal-footer__text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #2866E1;
  text-align: center;
}
.modal-footer__text::before {
  content: url("../img/icons/lock.svg");
  margin-right: 1rem;
}

.page-404 {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -13.4rem;
  color: #fff;
  background-color: #292E38;
}
.page-404__col {
  padding-top: 25.6rem;
  padding-bottom: 34.3rem;
}
.page-404__img {
  position: absolute;
  height: auto;
  bottom: 20%;
  right: -8.5rem;
  width: 200%;
  transform: scaleX(-1) rotate(-35deg);
}
@media screen and (min-width: 576px) {
  .page-404__img {
    left: 1.5rem;
    top: -2rem;
    width: 150%;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .page-404__img {
    top: -2rem;
    width: 130%;
  }
}
@media screen and (min-width: 992px) {
  .page-404__img {
    top: -14.4rem;
    width: auto;
  }
}
.page-404__title {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 0.08em;
}
@media screen and (min-width: 576px) {
  .page-404__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404__title {
    font-size: 12rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404__title {
    font-size: 20.3rem;
  }
}
.page-404__text {
  max-width: 11.82em;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .page-404__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404__text {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404__text {
    font-size: 5rem;
  }
}

.privacy-policy__wrapper {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  margin-bottom: 1px;
  color: #292E38;
  background-color: #FFFFFF;
}
.privacy-policy__wrapper:first-of-type {
  border-radius: 6rem 6rem 0 0;
}
.privacy-policy__wrapper:last-of-type {
  border-radius: 0 0 6rem 6rem;
}
.privacy-policy__title {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
}
@media screen and (min-width: 576px) {
  .privacy-policy__title {
    font-size: 2.4rem;
  }
}
.privacy-policy dt {
  font-weight: 500;
}
.privacy-policy .list-check {
  margin-top: 1.38em;
  margin-bottom: 1.38em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes colorChange {
  to {
    background-position: top right;
  }
}
@keyframes colorChange {
  to {
    background-position: top right;
  }
}

.site-navigation__item {
  position: relative;
}

.site-navigation__item:hover > .site-navigation__sublist {
  display: block;
}

.site-navigation__sublist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  border-radius: 2rem;
background-color: #fff;
}
.site-navigation__sublist-item {
  width: 27.2rem;
}
.site-navigation__sublist-item:not(:last-child) {
  border-bottom: 0.1rem solid #BCBFC6;
}
.site-navigation__sublist-link {
  display: block;
  padding: 0.44em 1.11em;
  color: #292E38;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.site-navigation__sublist-link:hover {
  color: #fff;
  background-color: #2866E1;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.site-navigation__item {
		margin: 0.27em 0.5em;
	}
}

.site-navigation__link {
  display: block;
  padding-top: 0.22em;
  padding-bottom: 0.22em;
  border-bottom: 0.2rem solid transparent;
  transition: border-color 0.25s linear;
}
.site-navigation__link:hover {
  text-decoration: none;
  border-color: #ffffff;
}

.site-navigation__item.has-child {
  padding-right: 2rem;
}
.site-navigation__item.has-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.1rem solid #fff;
  transform: translateY(-80%) rotate(45deg);
  border-left: 0;
  border-top: 0;
}

.has-child .site-navigation__link:hover {
  text-decoration: none;
  border-color: transparent;
}

.main-header__phone {
  padding-top: 0.22em;
  padding-bottom: 0.22em;
  border-bottom: 0.2rem solid transparent;
  transition: border-color 0.25s linear;
}
.main-header__phone:hover {
  text-decoration: none;
  border-color: #ffffff;
}

.main-header__dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.footer-logo {
  margin-bottom: 4.8rem;
}

.social-list {
  margin: 0;
  width: 22rem;
  margin-right: -1.5rem;
  margin-bottom: -1.7rem;
  margin-top: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.social-item {
  margin-right: 1.5rem;
  margin-bottom: 1.7rem;
}
.social-link {
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: background-color 0.25s linear;
}

.instagram {
  background-image: url("../img/icons/instagram.svg");
  background-color: #F61663;
}
.instagram:hover {
  background-color: #d1084d;
}

.youtube {
  background-image: url("../img/icons/youtube.svg");
  background-color: #E60000;
}
.youtube:hover {
  background-color: #b30000;
}

.telegram {
  background-image: url("../img/icons/telegram.svg");
  background-color: #259CD8;
}
.telegram:hover {
  background-color: #1e7dac;
}

.facebook {
  background-image: url("../img/icons/facebook.svg");
  background-color: #1877F2;
}
.facebook:hover {
  background-color: #0b5fcc;
}

.twitter {
  background-image: url("../img/icons/twitter.svg");
  background-color: #1C96E8;
}
.twitter:hover {
  background-color: #1379be;
}

.vk {
  background-image: url("../img/icons/vk.svg");
  background-color: #0073F7;
}
.vk:hover {
  background-color: #005bc4;
}

.linkedin {
  background-image: url("../img/icons/linkedin.svg");
  background-color: #0073B1;
}
.linkedin:hover {
  background-color: #00527e;
}

.ok {
  background-image: url("../img/icons/ok.svg");
  background-color: #EF8E1D;
}
.ok:hover {
  background-color: #cb740e;
}

.site-footer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .site-footer {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.site-footer-list {
  margin: 0;
  padding: 0;
}
.site-footer__contacts-phone {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 576px) {
  .site-footer__contacts-phone {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__contacts-phone {
    font-size: 2.4rem;
  }
}
.site-footer-link {
  display: block;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #292E38;
  text-decoration: none;
  transition: color 0.25s linear;
}
@media screen and (min-width: 768px) {
  .site-footer-link {
    font-size: 2.4rem;
  }
}
.site-footer-link svg path {
  stroke: #292E38;
  transition: stroke 0.25s linear;
}
.site-footer-link:hover {
  color: #D24C27;
}
.site-footer-link:hover svg path {
  stroke: #D24C27;
}
.site-footer-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
}
.site-footer-subitem a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #72757B;
  text-decoration: none;
  transition: color 0.25s linear;
}
.site-footer-subitem a:hover {
  color: #D24C27;
}
.site-footer-subitem:not(:last-child) {
  margin-bottom: 0.5rem;
}
.site-footer-mail {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #D24C27;
  text-decoration: none;
  transition: color 0.25s linear;
}
.site-footer-mail:hover {
  color: #2866E1;
}
@media screen and (min-width: 576px) {
  .site-footer-bottom {
    margin-top: 8rem;
  }
}

.main-header__dropdown-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header__dropdown-submenu li .main-header__dropdown-item {
  padding-left: 3.5rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.main-header__dropdown-menu .main-header__dropdown-submenu li {
  border: none;
  border-top: 0.1rem solid #fff;
}
.microsoft-solutions {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .microsoft-solutions {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("../img/microsoft-solutions/microsoft-solutions-bg.webp");
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    background-size: 33%;
  }
}
@media screen and (min-width: 992px) {
  .microsoft-solutions {
    background-size: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .microsoft-solutions {
    background-size: auto;
  }
}
.microsoft-solutions-description {
  margin-bottom: 2rem;
}
.microsoft-solutions-col:nth-of-type(even) .microsoft-solutions-item::after {
  background-color: #2866e1;
}
.microsoft-solutions-col:nth-of-type(odd) .microsoft-solutions-item::after {
  background-color: #d24c27;
}
.microsoft-solutions-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  row-gap: 2rem;
}
.microsoft-solutions-item {
  position: relative;
  padding: 4rem 2rem;
  font-size: 1.6rem;
  line-height: 150%;
  border-radius: 4rem;
  background-color: #eff3f7;
}
.microsoft-solutions-item *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .microsoft-solutions-item {
    padding: 4rem;
  }
}
.microsoft-solutions-item::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.microsoft-solutions-item h3 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 576px) {
  .microsoft-solutions-item h3 {
    font-size: 4rem;
  }
}
.microsoft-solutions-item p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.microsoft-solutions-item ul {
  padding-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-image: url("../img/icons/check-blue.svg");
}
.microsoft-solutions-item li {
  margin-bottom: 1rem;
}
.microsoft-solutions .button {
  margin-top: 5rem;
}
.activities-page .page-title {
  margin-bottom: 0.5em;
}
.activities-page .activity {
  padding-top: 5rem;
  padding-bottom: 4rem;
  margin-bottom: 0.1rem;
  color: #292e38;
  overflow: hidden;
}
.activities-page .activity .heading-2 {
  margin-bottom: 0.33em;
}
.activities-page .blog-filter-item {
  text-decoration: none;
  color: #2866e1;
}
.activities-page .blog-filter-label {
  display: inline-block;
}
.activities-page .activity__slide-tag {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
  text-decoration: none;
  padding: 0.57em;
  border-radius: 5rem;
  background-color: #e8effd;
  margin-right: 0.35em;
  margin-bottom: 0.5rem;
}
.activities-page .activity__slide-time {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.2em;
}
.activities-page .button--primary {
  text-align: center;
}
.activities-page .activity__slider-events .slick-track {
  margin-left: 0;
}
.activities-page .activity__slide-tags {
  order: -1;
}
.activities-page .activity__slide-title {
  margin-bottom: 0.55em;
}

.activity__slide-time.completed {
  color: #72757b;
}

.main-page .activity__slide-tag {
  border-radius: 5rem;
}

.activity-text {
  margin-bottom: 5rem;
}

.activity__slide {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.activity-row {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .activity-row {
    margin-bottom: 5.5rem;
  }
}

.activity-filter-title {
  margin-bottom: 1.25em;
  font: 500 1.6rem/1.5em "Montserrat", sans-serif;
  color: #72757b;
}

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

.activity__slide.slick-slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-filter-label.checked,
.blog-filter-radio:checked + .blog-filter-label {
  border-color: #2866e1;
}

.news-item:first-child .news-item-article,
.news-item:nth-child(9) .news-item-article,
.news-item:nth-child(13) .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:nth-child(9) .news-item-title,
.news-item:nth-child(13) .news-item-title {
  color: #ffffff;
}
.news-item:nth-child(9) .news-item-title a:hover,
.news-item:nth-child(13) .news-item-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 992px) {
  .news-item:nth-child(n+4):nth-child(-n+6) .news-item-img,
  .news-item:nth-child(n+10):nth-child(-n+12) .news-item-img,
  .news-item:nth-child(n+16):nth-child(-n+18) .news-item-img {
    display: none;
  }
  .news-item:nth-child(n+4) .news-item-img {
    display: block;
  }
}
.news-item:nth-child(9) .news-item-img,
.news-item:nth-child(13) .news-item-img {
  display: none;
}

.news-page .blog-filter-item {
  text-decoration: none;
  color: #2866e1;
}
.news-page .blog-filter-label {
  display: inline-block;
}
.news-page .activity__slide-tag {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
  text-decoration: none;
  padding: 0.57em;
  border-radius: 5rem;
  background-color: #e8effd;
  margin-right: 0.35em;
  margin-bottom: 0.5rem;
}
.news-page .activity__slide-time {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.2em;
}
.news-page .activity__slide-tags {
  order: -1;
}
@media screen and (min-width: 992px) {
  .news-page .news {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.blog-post .blog-post-other-articles {
  position: relative;
}
.blog-post .blog-post-other-articles::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #2866e1;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .blog-page-post .page-title {
    font-size: 6rem;
  }
}
.blog-subscribe-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.blog-subscribe-meta-item {
  font: 500 1.4rem/1.2em "Montserrat", sans-serif;
  color: #d24c27;
  padding: 0.5em;
  background: #fff0e4;
  border-radius: 5rem;
  margin-bottom: 1rem;
}
.blog-subscribe-meta-item:not(:last-child) {
  margin-right: 1rem;
}

.events-item-page .page-title {
  margin-bottom: 0.66em;
  font-size: 3rem;
}
@media screen and (min-width: 400px) {
	.events-item-page .page-title {
		font-size: 3.8rem;
	}
}
@media screen and (min-width: 576px) {
  .events-item-page .page-title {
    font-size: 6rem;
  }
}
.events-item-page .page-description {
  margin-bottom: 2.22em;
}
.events-item-page .page-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.events-item-page .page-meta-item {
  padding: 0.312em 0.937em 0.312em 2.812em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  border-radius: 3rem;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: top 0.7rem left 1.5rem;
  margin-bottom: 0.625em;
}
.events-item-page .page-meta-item:not(:last-child) {
  margin-right: 1.25em;
}
.events-item-page .about,
.events-item-page .programm,
.events-item-page .speakers,
.events-item-page .organizer,
.events-item-page .bonus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 6rem;
  color: #292e38;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .events-item-page .about,
  .events-item-page .programm,
  .events-item-page .speakers,
  .events-item-page .organizer,
  .events-item-page .bonus {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.events-item-page .about .heading-2,
.events-item-page .programm .heading-2,
.events-item-page .speakers .heading-2,
.events-item-page .organizer .heading-2,
.events-item-page .bonus .heading-2 {
  font-size: 3.4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .events-item-page .about .heading-2,
  .events-item-page .programm .heading-2,
  .events-item-page .speakers .heading-2,
  .events-item-page .organizer .heading-2,
  .events-item-page .bonus .heading-2 {
    font-size: 6rem;
  }
}
.events-item-page .about {
  background: #fff;
}
.events-item-page .about-content h3 {
  margin-top: 0.833em;
  margin-bottom: 0.833em;
  font: 600 2rem/1.5em "Montserrat", sans-serif;
}
@media screen and (min-width: 576px) {
  .events-item-page .about-content h3 {
    font-size: 2.4rem;
  }
}
.events-item-page .programm {
  color: #fff;
  background-color: #292e38;
}
.events-item-page .programm-list {
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: list;
}
.events-item-page .programm-list-item {
  position: relative;
  background-color: #3d4047;
  border-radius: 2rem;
  padding: 1.8rem 2rem 1.8rem 7rem;
  list-style-type: none;
  min-height: 7.6rem;
}
@media screen and (min-width: 576px) {
  .events-item-page .programm-list-item {
    padding: 1.8rem 3rem 1.8rem 9rem;
  }
}
.events-item-page .programm-list-item::before {
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  counter-increment: list;
  content: "0" counter(list);
  font: 600 3.5rem/1em "Nunito", sans-serif;
  color: #2866e1;
}
@media screen and (min-width: 576px) {
  .events-item-page .programm-list-item::before {
    left: 3rem;
    font-size: 4rem;
  }
}
.events-item-page .programm-list-item:not(:last-child) {
  margin-bottom: 1.111em;
}
.events-item-page .speakers {
  background-color: #eff3f7;
}
.events-item-page .speakers-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 4rem;
  overflow: hidden;
}
.events-item-page .speakers-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.events-item-page .speakers-item::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #2866e1;
}
.events-item-page .speakers-item-footer {
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 1.5rem;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-footer {
    flex-direction: row;
    padding: 3rem 3rem 1.5rem;
  }
}
.events-item-page .speakers-item-avatar {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: url("../img/avatar-default.svg") no-repeat center/cover, linear-gradient(54.39deg, #c1c6cf -16.04%, #c5cbd2 -7.63%, #e1e3e9 53.4%, #ebebef 89.18%, #edeef2 95.49%, #ffffff 160.73%);
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-avatar {
    width: 10rem;
    height: 10rem;
  }
}
.events-item-page .speakers-item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-item-page .speakers-item-name {
  margin-bottom: 0.291em;
  font: 600 2rem/1.5em "Montserrat", sans-serif;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-name {
    font-size: 2.4rem;
  }
}
.events-item-page .speakers-item-position {
  margin-bottom: 0;
  font: 500 1.6rem/1.5em "Montserrat", sans-serif;
  color: #72757b;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-position {
    font-size: 1.8rem;
  }
}
.events-item-page .speakers-item-content {
  padding: 1rem 2rem 2.5rem;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-content {
    padding: 1rem 4rem 2.5rem;
  }
}
.events-item-page .speakers-item-content .subtitle {
  margin-top: 1.111em;
  margin-bottom: 1.111em;
  font: 600 1.8rem/1.5em "Montserrat", sans-serif;
}
.events-item-page .speakers-item-toggle {
  padding: 2rem 2rem 3rem;
  border-top: 0.1rem solid #c0d6ed;
}
@media screen and (min-width: 576px) {
  .events-item-page .speakers-item-toggle {
    padding: 2rem 4rem 3rem;
  }
}
.events-item-page .speakers-item-button {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #2866e1;
  border: none;
  padding: 0;
}
.events-item-page .speakers-item-button::before {
  content: "Скрыть";
}
.events-item-page .speakers-item-button::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../img/icons/chevron-down.svg") no-repeat center;
}
.events-item-page .speakers-item-button.collapsed::before {
  content: "Подробнее о спикере";
}
.events-item-page .speakers-item-button.collapsed::after {
  transform: rotate(180deg);
}
.events-item-page .organizer {
  background-color: #fff;
}
.events-item-page .organizer-company {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.events-item-page .organizer-company-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 23.4rem;
  height: 8.4rem;
  padding: 1.5rem 3rem;
  background-color: #eff3f7;
  border-radius: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.events-item-page .organizer-company-logo {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.events-item-page .bonus {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .events-item-page .bonus-list {
    max-width: 65rem;
  }
}
.events-item-page .bonus-item {
  position: relative;
  padding-top: 7.5rem;
}
@media screen and (min-width: 576px) {
  .events-item-page .bonus-item {
    padding-top: 9.5rem;
  }
}
.events-item-page .bonus-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 12.4rem;
  height: 12.7rem;
  background: url("../img/bonus-img.svg") no-repeat center/contain;
}
@media screen and (min-width: 576px) {
  .events-item-page .bonus-item::after {
    width: 15.4rem;
    height: 15.7rem;
  }
}
.events-item-page .bonus-item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  height: 32.5rem;
  padding: 2rem;
  background: linear-gradient(120.68deg, rgba(255, 255, 255, 0.1) 24.35%, rgba(255, 255, 255, 0) 95.24%);
  -webkit-backdrop-filter: blur(2.5rem);
          backdrop-filter: blur(2.5rem);
  border-radius: 4rem;
  border: 0.2rem solid #fff;
  border-bottom: none;
  border-right: none;
}
.events-item-page .bonus-item-img .img-fluid {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.events-item-page .bonus-item-title {
  margin-top: 0.541em;
  font: 600 2rem/1.5em "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .events-item-page .bonus-item-title {
    font-size: 2.4rem;
  }
}
.events-item-page .events-form-sticky {
  position: sticky;
  top: 1rem;
  height: 0;
  margin-top: 20rem;
  margin-bottom: -7rem;
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .blog-subscribe-form .request-block__form-input {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
  .blog-subscribe-meta-item {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .request-block__form-checkbox + label {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .blog-subscribe-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 459.98px) {
	.modal-title {
		font-size: 3rem;
	}
}
@media screen and (max-width: 369.98px) {
	.modal-title {
		font-size: 2.5rem;
	}
	.modal-content {
		padding: 3rem 1.5rem;
	}
}
.site-navigation__sublist-item ul {
	padding-left: 0;
}
.site-navigation__sublist-item li {
	list-style: none;
}
.site-navigation__sublist-item li a {
	position: relative;
	display: block;
	padding: 0.6rem 0 0.6rem 5rem;
	border-top: 0.1rem solid #BCBFC6;
	color: #292E38;
	text-decoration: none;
}
.site-navigation__sublist-item li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 3rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background-color: #292E38;
}
.site-navigation__sublist-item li a:hover {
	color: #fff;
	background-color: #2866E1;
}
.site-navigation__sublist-item li a:hover::before  {
	background-color: #fff;
}
.main-header__dropdown-toggle {
	border: none;
}

@media screen and (max-width: 991.98px) {
	.site-navigation {
	  position: absolute;
	  top: 10rem;
	  right: 1.5rem;
	}
	.site-navigation__list {
	  display: block;
	  width: 27.2rem;
	  border-radius: 2rem;
	  color: #292E38;
	  background-color: #fff;
	  overflow: hidden;
	}
	.site-navigation__item {
	  margin: 0;
	}
	.site-navigation__item.has-child {
	  padding-right: 0;
	}
	.site-navigation__sublist {
	  display: block;
	  position: static;
	  border-radius: 0;
	}
	.site-navigation__sublist-item:last-child {
	  border-bottom: 0.1rem solid #BCBFC6;
	}
  .site-navigation__link {
    padding: 0.44em 1.11em;
    /*border-bottom: 0.1rem solid #BCBFC6;*/
  }     
  .site-navigation__item.has-child::after {
	content: none;
    /* top: 2.2rem;
    right: 1rem;
    border-color: #292E38;*/
  }        
	.site-navigation__sublist-link {
	  padding: 0.44em 2.22em;
	}
	.site-navigation__sublist-item li a {
	  padding-left: 6.5rem;
	}
	.site-navigation__sublist-item li a::before {
	  left: 4.5rem;
	}
	body.hidden {
	  overflow: hidden;
	}
	/*.has-child .site-navigation__link:hover {
	  border-color: #BCBFC6;
	}*/
	.site-navigation__item.active::after {
	  transform: translateY(-80%) rotate(-135deg);
	}
.site-navigation__wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #BCBFC6;
}
.site-navigation__toggle {
  width: 40px;
  border: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTBMMTQgMTZMMjAgMTAiIHN0cm9rZT0iIzI5MkUzOCIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat center;
}
}

body.modal-open {
	padding-right: 0 !important;
}
@media screen and (min-width: 992px) {
	body.modal-open {
		padding: 6px !important;
	}
}
@media screen and (max-width: 575.98px) {
	.modal-content {
		min-width: calc(100dvw - 10px);
	}
}


/* Поиск */
.search {
  font-size: 1.6prem;
  line-height: 1.5;
  color: #72757B;
}
.search-form {
  margin-bottom: 5rem;
}
.search__results {
  margin-bottom: 4rem;
}
.search-results__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.search-results__item {
  position: relative;
  padding: 2rem 2.5rem;
  border-radius: 2rem;
  color: #72757B;
  background-color: #EFF3F7;
}
.search-results__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/arrows.svg") no-repeat center;
}
.search-results__item:not(:last-child) {
  margin-bottom: 2rem;
}
.search-results__item:hover,
.search-results__item:focus-within {
  outline: 0.4rem solid #2866E1;
}
.search-results__item-title {
  margin-bottom: 1rem;
  padding-right: 3.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2866E1;
}
.search-results__item-title a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.search-results__item-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-results__item-route {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
.search-results__item-route dt {
  font-weight: 400;
}
.search-results__item-route dd,
.search-results__item .breadcrumbs-list {
  margin-bottom: 0;
}
.search-results__item-route .breadcrumbs-item:first-child .breadcrumbs-link {
  color: rgba(40, 102, 225, 0.5);
}
.search-results__item-route a.breadcrumbs-link {
  z-index: 5;
}
.search-results__item-route .breadcrumbs-item a.breadcrumbs-link:hover,
.search-results__item-route .breadcrumbs-item.active .breadcrumbs-link {
  color: #2866E1;
}
.search-results__item-route .breadcrumbs-item:not(:last-child)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBzdHJva2U9IiMyODY2RTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW9wYWNpdHk9Ii41IiBzdHJva2Utd2lkdGg9IjEuMyIgZD0ibTkuNSAyMiA2LTYtNi02Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMzBWMGgyMHYzMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.search-form-input {
  height: 6rem;
}
.search-form-input:not(:placeholder-shown) + .search-form-reset {
  display: block;
}
.search-form-reset {
  display: none;
  position: absolute;
  top: 50%;
  right: 9rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjRDI0QzI3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEzIDEgMSAxM00xIDFsMTIgMTIiLz48L3N2Zz4=") no-repeat center;
}
.search-form-submit {
  width: 6.6rem;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.pagination {
  margin-top: 5rem;
}
.main-header__search {
  position: relative;
  margin-left: 2rem;
}
.main-header__search .search-form {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 59rem;
  width: calc(100vw - 3rem);
  transform: translateY(-50%);
}
.main-header__search-toggle {
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background: url("../img/search.svg") no-repeat center / contain;
}

@media (min-width: 576px) {
  .search-results__item-description {
	max-width: 90%;
  }
  .search-form-input {
	padding-right: 14rem;
  }
  .search-form-submit {
	width: 10.2rem;
  }
  .search-form-reset {
	right: 11.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */