@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSerifDisplay-SemiBoldItalic.woff2") format("woff2"), url("../fonts/NotoSerifDisplay-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"), url("../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-ExtraLight.woff2") format("woff2"), url("../fonts/Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Thin.woff2") format("woff2"), url("../fonts/Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  background: #212121;
  font-family: "Onest", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

.site-title {
  font-family: "Onest";
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #fff;
}
.site-title span {
  color: #49CB56;
}
@media (max-width: 1440px) {
  .site-title {
    max-width: 1300px;
  }
}
@media (max-width: 1160px) {
  .site-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 56px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 680px) {
  .site-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}

.site-description {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  max-width: 830px;
  margin: 50px 0 0 0;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .site-description {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 680px) {
  .site-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    margin: 24px 0 0 0;
    padding-bottom: 32px;
  }
}

a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  color: #fff;
  background: #49CB56;
  height: 48px;
  border-radius: 50px;
  border: 1px solid #49CB56;
}
.btn-green svg .btn-green__fill {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-green:hover {
  background: rgba(73, 203, 86, 0.05);
  color: #49CB56;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
}
.btn-green:hover svg .btn-green__fill {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #49CB56;
}

.web-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #49CB56;
  border: 1px solid #49CB56;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 14px;
  border-radius: 20px 20px 20px 0;
  border: 1px solid rgba(73, 203, 86, 0.4);
  background: rgba(73, 203, 86, 0.05);
}
.web-btn:hover {
  background: rgba(73, 203, 86, 0.05);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
}

.btn-black {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 0 20px 0 24px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 100px;
}
.btn-black:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-bottom {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  height: 36px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 35px;
}
.nav-bottom:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-form {
  display: none;
}
.modal-form .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #666;
}

.modal-form.fancybox-content {
  max-width: 530px;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 28px 10px;
}

.archive-form.fancybox-content {
  background: #fff;
}

.fancybox-button svg path {
  fill: #666;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fancybox-button svg path:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #f8f8f8;
}

.input-error {
  border: 1px solid rgb(255, 98, 98) !important;
  color: rgb(255, 98, 98) !important;
}
.input-error::-webkit-input-placeholder {
  color: rgb(255, 98, 98) !important;
}

.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 72px;
  max-width: 100%;
  min-width: 100%;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #1A1A1A !important;
}

.sticky {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 72px;
  max-width: 100%;
  min-width: 100%;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #1A1A1A !important;
}

.btn-transparent {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  height: 45px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 90px;
  width: 100%;
  color: #fff;
}
.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}

.itgrix-btn {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  height: 48px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: #FF9800;
  color: #fff;
  border: 1px solid #FF9800;
}
@media (max-width: 1240px) {
  .itgrix-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.64px;
  }
}
.itgrix-btn:hover {
  background: rgba(255, 152, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(255, 152, 0, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(255, 152, 0, 0.2);
  border: 1px solid #FF9800;
  color: #FF9800;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 80px;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
@media (max-width: 1024px) {
  .header {
    height: 48px;
  }
}

.burger {
  display: none;
}
@media (max-width: 1024px) {
  .burger {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-left: auto;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1854px;
  padding: 0 15px;
  margin: 0 auto;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-family: "Cera Pro";
  font-size: 16.227px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.649px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logo a .logo-rect {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.logo a:hover .logo-rect {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #49CB56;
}

@media (max-width: 1024px) {
  .header .nav {
    display: none;
    margin-left: -1500px;
    left: 0;
    top: 0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px;
    z-index: 200;
    background: #1a1a1a;
  }
}

.show {
  display: block !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mobile-header {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.icon-close {
  cursor: pointer;
  margin: 0 0 14px 0;
}

.mobile-services {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-services {
    display: block;
  }
}
.mobile-services .mobile-services__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  letter-spacing: -0.32px;
  opacity: 0.7;
}

.mobile-services__block {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.mobile-services__block a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 90px;
}
.mobile-services__block a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-btn-block {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-btn-block {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 30px 0;
  }
  .mobile-btn-block .webinar {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  position: relative;
}
@media (max-width: 1080px) {
  .menu {
    gap: 34px;
  }
}
@media (max-width: 1024px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 22px;
  }
}

.submenu-wrapper {
  position: absolute;
  border-radius: 10px;
  padding: 24px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  background: #111111;
  margin-top: 23px;
  display: none;
  min-width: 176px;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.submenu::after {
  position: absolute;
  width: 32px;
  height: 13px;
  content: "";
  margin: 0 auto;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  top: -46px;
  z-index: 1;
  border: 32px solid transparent;
  border-bottom: 32px solid #111111;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.submenu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
}
.submenu__item-link:hover {
  color: #49CB56;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.submenu__item-link span {
  display: block;
}

.menu__item {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .menu__item:hover .submenu-wrapper {
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.menu__item-link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .menu__item-link {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
}
.menu__item-link svg {
  position: relative;
  top: 2px;
  left: 3px;
}
@media (max-width: 1024px) {
  .menu__item-link svg {
    display: none;
  }
}
.menu__item-link:hover {
  color: #49CB56;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu__item-link:hover svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.menu__item-link:hover .menu-item-icon {
  stroke: #49CB56;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.webinar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 16px;
  gap: 10px;
  margin-left: auto;
  color: #fff;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 35px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .webinar {
    display: none;
  }
}
.webinar:hover {
  color: #49CB56;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #49CB56;
}
.webinar img {
  height: 24px;
  width: 24px;
}
.webinar .lottie-btn-circle {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 2 !important;
}
.webinar .webinar-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: transparent;
  border-radius: 35px;
  z-index: 3;
}

.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1854px;
  padding: 0 15px 120px 15px;
  margin: 0 auto;
  height: calc(100vh - 72px);
}
@media (max-width: 1024px) {
  .section-top {
    height: calc(100vh - 48px);
    padding: 0 15px 64px 15px;
  }
}
@media (max-width: 680px) {
  .section-top {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-top__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 680px) {
  .section-top__top {
    padding: 50px 0;
    position: relative;
  }
}

@media (max-width: 680px) {
  .section-top__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(100vh - 48px);
    padding: 48px 0 54px 0;
  }
}

.rating-btn {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .rating-btn {
    margin: 16px 0 0 0;
  }
}
@media (max-width: 680px) {
  .rating-btn {
    margin: 12px 0 0 0;
  }
}

.rating-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  color: #C0C0C0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rating-btn__item:hover {
  color: #49CB56;
  gap: 32px;
}
@media (max-width: 680px) {
  .rating-btn__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
  .rating-btn__item svg {
    display: none;
  }
}

.tags-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 64px 0 0 0;
}
@media (max-width: 1024px) {
  .tags-block {
    margin: 48px 0 0 0;
  }
}
@media (max-width: 920px) {
  .tags-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 680px) {
  .tags-block {
    margin: 32px 0 20px 0;
  }
}

.tags-block__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 680px) {
  .tags-block__subnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tags-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 88px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .tags-block__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    height: 40px;
  }
}
.tags-block__item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tags-block-green {
  margin: 0 56px 0 0;
  background: #49CB56;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .tags-block-green {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.8px;
    height: 48px;
  }
}
@media (max-width: 680px) {
  .tags-block-green {
    width: 100%;
  }
}
.tags-block-green:hover {
  border: 1px solid #49CB56;
  color: #49CB56;
  background: rgba(73, 203, 86, 0.05);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
}

@media (max-width: 680px) {
  .slider-wrap {
    width: 100%;
    position: relative;
  }
}
.slider-wrap .swiper .swiper-pagination-bullet {
  width: 56px;
  height: 3px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.slider-wrap .swiper .swiper-pagination {
  margin-bottom: 8px;
}
.slider-wrap .top-swipper {
  max-width: 498px;
  min-height: 416px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 1024px) {
  .slider-wrap .top-swipper {
    max-width: 374px;
    min-height: auto;
    max-height: 380px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .top-swipper {
    max-width: 374px;
    min-height: auto;
    max-height: 380px;
  }
}
@media (max-width: 680px) {
  .slider-wrap .top-swipper {
    max-width: auto;
    min-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 380px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .top-swipper {
    max-width: 440px;
    min-height: auto;
    max-height: 340px;
  }
}
.slider-wrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  position: relative;
  overflow: hidden;
}
.slider-wrap .swiper-slide .lottie-box {
  height: 416px;
  overflow: hidden;
  position: relative;
  background: url("../img/top-slide-bg-1.svg") right bottom no-repeat;
}
.slider-wrap .swiper-slide .lottie-box .slider-top-player_1 {
  min-width: 550px;
  position: relative;
  left: -35px;
  top: 110px;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .lottie-box {
    background: url("../img/top-slide-bg1-mob.svg") right 80% no-repeat;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .lottie-box {
    background: url("../img/top-slide-bg1-mob.svg") right 55% no-repeat;
  }
}
.slider-wrap .swiper-slide .lottie-box-partners {
  height: 416px;
  overflow: hidden;
  position: relative;
}
.slider-wrap .swiper-slide .lottie-box-partners .slider-top-player_2 {
  min-width: 550px;
  position: relative;
  left: -35px;
  top: 110px;
}
.slider-wrap .swiper-slide .lottie-box-partners .slider-top-player_3 {
  min-width: 550px;
  position: relative;
  left: -35px;
  top: 110px;
}
.slider-wrap .swiper-slide .swiper-slide__item {
  position: absolute;
  width: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item {
    padding: 20px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item {
    padding: 20px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-title {
  font-size: 128px;
  font-style: normal;
  font-weight: 100;
  line-height: 64px;
  margin-top: 15px;
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .slide-title {
    font-size: 96px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-title span {
  font-size: 60px;
  margin-right: -20px;
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-description {
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  width: 180px;
  margin: 10px 0 0 0;
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-partners-description {
  width: auto;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .slide-partners-description {
    margin: 20px 0 0 0;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 12;
  gap: 12px;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top {
    gap: 6px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top {
    gap: 6px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #49CB56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 20px 20px 0;
  border: 1px solid rgba(73, 203, 86, 0.4);
  background: rgba(73, 203, 86, 0.05);
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__btn {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__btn {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
          box-shadow: 0px 0px 10px 4px rgba(0, 251, 25, 0.2);
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  padding: 0 14px 0 12px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__date {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
    padding: 0 12px;
  }
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__date svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__date {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
    padding: 0 12px;
  }
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__date svg {
    width: 18px;
    height: 18px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  padding: 0 14px 0 12px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__time {
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
    padding: 0 12px;
  }
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__time svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__time {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
    padding: 0 12px;
  }
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__top .top-swipper-inc__time svg {
    width: 18px;
    height: 18px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 20px 0;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__title {
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 12px 0;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__title {
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 12px 0;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .top-swipper-inc__desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-btn-small a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 12;
  padding: 0 20px 0 24px;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 40px 0 0 0;
  border-radius: 88px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .swiper-slide__item .slide-btn-small a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 38px 0 0 0;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .swiper-slide__item .slide-btn-small a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 0 0;
  }
}
.slider-wrap .swiper-slide .swiper-slide__item .slide-btn-small a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.slider-wrap .swiper-slide .slide-partners-pic {
  position: absolute;
  top: 40%;
  margin-top: 40px;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .slide-partners-pic {
    margin: 30px 0 34px 0;
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .slide-partners-pic {
    margin: 30px 0 34px 0;
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .slide-partners-pic {
    margin: auto 0;
  }
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .slide-partners-pic img {
    height: 48px;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .slide-partners-pic img {
    height: 42px;
  }
}
.slider-wrap .swiper-slide .slide-partners-pic .slide-btn-small a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 12;
  padding: 0 20px 0 24px;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 40px 0 0 0;
  border-radius: 88px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider-wrap .swiper-slide .slide-partners-pic .slide-btn-small a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .slider-wrap .swiper-slide .slide-partners-pic .slide-btn-small a {
    margin: 36px 0 0 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 800px) {
  .slider-wrap .swiper-slide .slide-partners-pic .slide-btn-small a {
    margin: 32px 0 0 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vuz {
  max-width: 1854px;
  padding: 0 15px;
  margin: 220px auto 0 auto;
}
@media (max-width: 1140px) {
  .vuz {
    margin: 170px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .vuz {
    margin: 100px auto 0 auto;
  }
}
@media (max-width: 680px) {
  .vuz {
    margin: 0 auto 0 auto;
  }
}

.vuz-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 64px 0;
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
}
@media (max-width: 1024px) {
  .vuz-wrapper {
    padding: 48px 0;
  }
}
@media (max-width: 680px) {
  .vuz-wrapper {
    padding: 32px 0;
    gap: 16px;
  }
}

.vuz-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 16px);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 584px;
  padding: 48px;
  background-size: cover;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 1440px) {
  .vuz-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1024px) {
  .vuz-item {
    min-height: auto;
    height: 500px;
  }
}
@media (max-width: 870px) {
  .vuz-item {
    width: 100%;
    height: 720px;
  }
}
@media (max-width: 780px) {
  .vuz-item {
    height: 640px;
  }
}
@media (max-width: 680px) {
  .vuz-item {
    height: 500px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .vuz-item {
    height: 400px;
    padding: 20px;
  }
}
.vuz-item .vuz-iten__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.vuz-item .vuz-iten__content .vuz__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
  margin: 24px 0 0 0;
  position: relative;
  z-index: 3;
}
.vuz-item .vuz-iten__content .vuz__tags span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
}
@media (max-width: 680px) {
  .vuz-item .vuz-iten__content .vuz__tags span {
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
}
.vuz-item .vuz-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
  z-index: 1;
}
.vuz-item .vuz-item__bg img {
  min-height: 108%;
  position: relative;
  z-index: 2;
  margin-top: -10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .vuz-item .vuz-item__bg img {
    height: 28%;
  }
}
.vuz-item .vuz-item__bg .vuz-item__player {
  width: 270%;
  position: absolute;
  left: -50%;
  bottom: -14%;
  border-radius: 20px;
}
.vuz-item .vuz-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(26, 26, 26, 0.5)));
  background: linear-gradient(180deg, #000 0%, rgba(26, 26, 26, 0.5) 100%);
  opacity: 0.8;
  border-radius: 20px;
}
.vuz-item .vuz-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vuz-item .vuz-item__link:hover + .vuz-item__bg + .vuz-bg {
  opacity: 1;
}

.last-vuz-item {
  background: #1E1E1E;
  padding: 0;
}
.last-vuz-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .last-vuz-item .icon svg {
    width: 32px;
    height: 32px;
  }
}
.last-vuz-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1550px) {
  .last-vuz-item .title {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .last-vuz-item .title {
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  .last-vuz-item .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
.last-vuz-item .vuz-item__path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.last-vuz-item .vuz-iten__content {
  padding: 48px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .last-vuz-item .vuz-iten__content {
    padding: 20px;
  }
}
.last-vuz-item:hover .vuz-iten__content {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.4);
}
.last-vuz-item:hover .icon .vuz-item__path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #49CB56;
}
.last-vuz-item:hover .title {
  color: #49CB56;
}

.vuz__name {
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
}
@media (max-width: 680px) {
  .vuz__name {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}

.vuz__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 680px) {
  .vuz__icon img {
    height: 24px;
  }
}

.partners {
  max-width: 1854px;
  padding: 48px 15px 224px 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1440px) {
  .partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .partners {
    padding: 48px 15px 60px 15px;
  }
}
@media (max-width: 1024px) {
  .partners {
    padding: 32px 15px 60px 15px;
  }
}
@media (max-width: 680px) {
  .partners {
    gap: 32px;
  }
}

.partners-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 870px) {
  .partners-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 680px) {
  .partners-left {
    gap: 32px;
  }
}

.partners-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 680px) {
  .partners-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.partners-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 32px 8px 33px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
}
@media (max-width: 870px) {
  .partners-info {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .partners-info {
    padding: 24px 24px 0 24px;
  }
}
.partners-info .count {
  font-size: 96px;
  font-style: normal;
  font-weight: 100;
  line-height: 64px;
  letter-spacing: -1.92px;
}
@media (max-width: 870px) {
  .partners-info .count {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .partners-info .count {
    font-size: 64px;
    font-style: normal;
    font-weight: 100;
    line-height: 44px;
    letter-spacing: -1.28px;
  }
}
.partners-info .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 64px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 870px) {
  .partners-info .title {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .partners-info .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 64px;
    letter-spacing: -0.4px;
  }
}

.partners-description {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  max-width: 780px;
}
@media (max-width: 680px) {
  .partners-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
  }
}

.partners-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
}

@media (max-width: 680px) {
  .partners-icon {
    margin-right: auto;
  }
}

.circle-icon {
  background: #1a1a1a;
  width: 80px;
  height: 80px;
  padding: 3px;
  position: relative;
  border-radius: 100px;
  margin-left: -24px;

}

.circle-icon__wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-last {
  background: #1a1a1a;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 64px;
  letter-spacing: -0.48px;
}


.circle-icon__wrap img {
  max-width: 46px;
  max-height: 46px;
}

.slide-partners-pic .circle-icon {
  width: 64px;
  height: 64px;
  padding: 3px;
  margin-left: -24px;

}

.slide-partners-pic .circle-last {
  background: #1a1a1a;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 64px;
  letter-spacing: -0.48px;
}


.slide-partners-pic .circle-icon__wrap img {
  max-width: 36px;
  max-height: 36px;
}


@media (max-width: 1024px) {
  .slide-partners-pic .circle-icon {
    width: 54px;
    height: 54px;
    padding: 3px;
    margin-left: -24px;

  }
  .slide-partners-pic .circle-last {
    background: #1a1a1a;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.48px;
  }

  .slide-partners-pic .circle-icon__wrap img {
    max-width: 26px;
    max-height: 26px;
  }
}

@media (max-width: 680px) {
  .circle-icon {
    width: 64px;
    height: 64px;
    padding: 3px;
    margin-left: -24px;
  }

  .circle-last {
    background: #1a1a1a;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 64px;
    letter-spacing: -0.48px;
  }

  .circle-icon__wrap img {
    max-width: 36px;
    max-height: 36px;
  }
}

@media (max-width: 1440px) {
  .rating-small {
    color: #49CB56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
  }
  .rating-small:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.events {
  max-width: 1854px;
  padding: 64px 15px 0 15px;
  margin: 0 auto;
}

.events-wrapper {
  margin: 64px 0 0 0;
  padding: 64px 0;
  border-top: 1px solid #656565;
}
@media (max-width: 1024px) {
  .events-wrapper {
    margin: 48px 0 0 0;
    padding: 48px 0;
  }
}

.events-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .events-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.events-wrapper .event {
  width: 100%;
  max-width: calc(25% - 12px);
  padding: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1280px) {
  .events-wrapper .event {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 870px) {
  .events-wrapper .event {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .events-wrapper .event {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .events-wrapper .event .event-inc__date svg {
    width: 18px;
    height: 18px;
  }
}
.events-wrapper .event .event__title {
  position: relative;
  z-index: 3;
  margin: 24px 0 20px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  overflow-wrap: anywhere;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*max-width: 270px;*/
}
@media (max-width: 1550px) {
  .events-wrapper .event .event__title {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .events-wrapper .event .event__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}
.events-wrapper .event.next-event {
  max-width: calc(50% - 12px);
  position: relative;
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
}
@media (max-width: 1280px) {
  .events-wrapper .event.next-event {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .events-wrapper .event.next-event {
    padding: 20px;
  }
}
.events-wrapper .event.next-event .event__title {
  position: relative;
  z-index: 3;
  margin: 24px 0 20px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.events-wrapper .event.next-event .nex-event__bg {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.events-wrapper .event.next-event .nex-event__bg .next-event__player {
  width: 150%;
  margin-left: -3%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
}
@media (max-width: 1550px) {
  .events-wrapper .event.next-event .nex-event__bg .next-event__player {
    width: 170%;
  }
}
@media (max-width: 1440px) {
  .events-wrapper .event.next-event .nex-event__bg .next-event__player {
    width: 200%;
  }
}
@media (max-width: 680px) {
  .events-wrapper .event.next-event .nex-event__bg .next-event__player {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    width: 340%;
    margin-left: -60%;
  }
}

.event-inc__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  gap: 12px;
}
@media (max-width: 680px) {
  .event-inc__top {
    gap: 4px;
  }
}
.event-inc__top .event-inc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
}
@media (max-width: 680px) {
  .event-inc__top .event-inc__btn {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
}
.event-inc__top .event-inc__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px 0 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
}
@media (max-width: 680px) {
  .event-inc__top .event-inc__date {
    height: 32px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
  }
  .event-inc__top .event-inc__date svg {
    width: 20px;
    height: 20px;
  }
}
.event-inc__top .event-inc__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px 0 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
}
@media (max-width: 680px) {
  .event-inc__top .event-inc__time {
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    gap: 4px;
  }
  .event-inc__top .event-inc__time svg {
    width: 20px;
    height: 20px;
  }
}

.event__description {
  position: relative;
  z-index: 3;
  margin: 0 0 40px 0;
  max-width: 650px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .event__description {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 680px) {
  .event__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
  }
}

.event__btn {
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .event__btn {
    margin-top: 20px;
  }
}

.blog-header {
  position: relative;
  overflow: hidden;
  height: 528px;
  background: #1a1a1a;
}
@media (max-width: 1024px) {
  .blog-header {
    height: 428px;
  }
}

.blog-header__content {
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 4;
}
.blog-header__content .site-description {
  margin: 30px 0 10px 0;
}
@media (max-width: 680px) {
  .blog-header__content .site-description {
    margin: 14px 0 10px 0;
  }
}

.blog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.6;
}

@media (max-width: 1480px) {
  .blog-bg__lottie {
    width: 200%;
    margin-left: -50%;
  }
}
@media (max-width: 768px) {
  .blog-bg__lottie {
    width: 300%;
    margin-left: -50%;
  }
}
@media (max-width: 500px) {
  .blog-bg__lottie {
    width: 500%;
    margin-left: -120%;
  }
}

.blog-search {
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 80px auto 48px auto;
  position: relative;
}
@media (max-width: 680px) {
  .blog-search {
    margin: 80px auto 32px auto;
  }
}
.blog-search form {
  width: 100%;
}
.blog-search form input[type=text] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 24px;
  height: 56px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
@media (max-width: 680px) {
  .blog-search form input[type=text] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    height: 48px;
  }
}
.blog-search form input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search form input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.blog-search .search-submit {
  position: absolute;
  top: 16px;
  right: 34px;
}
@media (max-width: 680px) {
  .blog-search .search-submit {
    top: 14px;
  }
  .blog-search .search-submit svg {
    width: 20px;
    height: 20px;
  }
}
.blog-search .search-submit:hover {
  opacity: 0.7;
}

.blog-filter, .sub-blog-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}

.blog-filter {margin: 0 auto 18px auto;}

.blog-filter a, .sub-blog-filter a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: #fff;
  height: 48px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 90px;
}

.sub-blog-filter a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.64px;
  padding: 0 16px;
  height: 36px;
}

@media (max-width: 768px) {
  .blog-filter a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.64px;
    padding: 0 16px;
    height: 40px;
  }
  .sub-blog-filter a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.64px;
    padding: 0 16px;
    height: 32px;
  }
}
.blog-filter a:hover {
  /*background: rgba(255, 255, 255, 0.1);*/
  color: #49CB56;
  background: rgba(73, 203, 86, 0.20);
  border: 1px solid #49CB56;
}

.sub-blog-filter a:hover{
  background: rgba(255, 255, 255, 0.1);
}

.blog-filter a.active {
  /*background: rgba(255, 255, 255, 0.1);*/
  color: #49CB56;
  background: rgba(73, 203, 86, 0.20);
  border: 1px solid #49CB56;
}
.sub-blog-filter a.active {
  background: rgba(255, 255, 255, 0.1);
}

.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 48px auto 48px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .blog-container {
    margin: 48px auto 32px auto;
  }
}
@media (max-width: 680px) {
  .blog-container {
    margin: 32px auto 32px auto;
  }
}
.blog-container .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333% - 16px);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 32px;
}
@media (max-width: 1440px) {
  .blog-container .blog-item {
    width: calc(50% - 14px);
  }
}
@media (max-width: 1024px) {
  .blog-container .blog-item {
    padding: 24px;
  }
}
@media (max-width: 940px) {
  .blog-container .blog-item {
    width: 100%;
  }
}
.blog-container .blog-item picture {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 297px;
  border-radius: 10px;
}
@media (max-width: 940px) {
  .blog-container .blog-item picture {
    height: 350px;
  }
}
@media (max-width: 560px) {
  .blog-container .blog-item picture {
    height: 297px;
  }
}
@media (max-width: 510px) {
  .blog-container .blog-item picture {
    height: 178px;
  }
}
.blog-container .blog-item picture img {
  height: auto;
  /*width: 140%;*/
  width: 140%;
  margin-left: -20%;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-container .blog-item .blog-item__title {
  margin: 0 0 24px 0;
}
.blog-container .blog-item .blog-item__title a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
@media (max-width: 680px) {
  .blog-container .blog-item .blog-item__title a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}
.blog-container .blog-item .blog-item__title a:hover {
  opacity: 0.7;
}
.blog-container .blog-item .blog-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-container .blog-item .blog-item__btn .btn-transparent {
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 768px) {
  .blog-container .blog-item .blog-item__btn .btn-transparent {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .blog-container .blog-item .blog-item__btn .btn-transparent {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
  .blog-container .blog-item .blog-item__btn .btn-transparent svg {
    width: 24px;
    height: 24px;
  }
}
.blog-container .blog-item .blog-item__btn .btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}

.blog-item__top-tags {
  margin: 32px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-item__top-tags .span-green {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #49CB56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 20px 20px 20px 0;
  border: 1px solid rgba(73, 203, 86, 0.4);
  background: rgba(73, 203, 86, 0.05);
}
@media (max-width: 680px) {
  .blog-item__top-tags .span-green {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    height: 32px;
    padding: 0 12px;
  }
}
.blog-item__top-tags .span-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 0 14px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 31px;
}
@media (max-width: 680px) {
  .blog-item__top-tags .span-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    height: 32px;
    gap: 8px;
    padding: 0 12px;
  }
  .blog-item__top-tags .span-date svg {
    width: 20px;
    height: 20px;
  }
}
.blog-item__top-tags .blog-author {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.blog-item__top-tags .blog-author .icon img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 100px;
}
@media (max-width: 680px) {
  .blog-item__top-tags .blog-author .name {
    display: none;
  }
}

.blog-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-item__tags span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  height: 35px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
}
@media (max-width: 680px) {
  .blog-item__tags span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
    height: 32px;
    padding: 0 16px;
  }
}

.blog-btn-next {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1854px;
  padding: 0 15px 0 15px;
}
.blog-btn-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: #fff;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 90px;
}
.blog-btn-next a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-header {
  position: relative;
  background: #1a1a1a;
}
@media (max-width: 1440px) {
  .page-header {
  }
}
@media (max-width: 1024px) {
  .page-header {
  }
}
@media (max-width: 768px) {
  .page-header {
    background-size: 50% cover;
  }
}
.page-header__bg-big {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 72%;
  min-height: 100%;
  top: 0;
  right: 0;
}
.page-header__bg-big-img {
  display: flex;
  position: absolute;
  z-index: 1;
  width: 72%;
  min-height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 620px) {
  .page-header {
    background: #1a1a1a;
    background: #1a1a1a;
  }
  .page-header__bg-big, .page-header__bg-big-img {
    display: none;
  }
}

.child-header {
  background: #1a1a1a;
}

@media (max-width: 620px) {
  .article-header {
    background: #212121;
  }
}

.page-header__bg {
  display: none;
}
@media (max-width: 620px) {
  .page-header__bg {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 268px;
    border-radius: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .page-header__bg img {
    height: 160%;
  }
}
.page-header__content .site-title {
  position: relative;
  z-index: 3;
}

.page-header__content {
  max-width: 1854px;
  padding: 26px 15px 80px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .page-header__content {
    padding: 26px 15px 64px 15px;
  }
}
@media (max-width: 768px) {
  .page-header__content {
    padding: 72px 15px 64px 15px;
  }
}
@media (max-width: 620px) {
  .page-header__content {
    padding: 48px 15px 48px 15px;
  }
}
@media (max-width: 1024px) {
  .page-header__content .site-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 680px) {
  .page-header__content .site-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
.page-header__content .blog-item__top-tags {
  gap: 16px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .page-header__content .blog-item__top-tags {
    margin: 32px 0 20px 0;
  }
}
@media (max-width: 680px) {
  .page-header__content .blog-item__top-tags {
    gap: 2px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2px;
    margin: 28px 0 16px 0;
  }
}
.page-header__content .blog-item__top-tags .blog-author {
  margin-left: 0;
}
@media (max-width: 680px) {
  .page-header__content .blog-item__top-tags .blog-author .name {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
}
.page-header__content .blog-item__tags {
  margin: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .page-header__content .blog-item__tags {
    margin: 30px 0 0 0;
  }
}

.prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 117px 0;
}
@media (max-width: 1440px) {
  .prev-btn {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 1024px) {
  .prev-btn {
    display: none;
  }
}
.prev-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.7);
}
.prev-btn a svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.prev-btn a:hover {
  color: #49CB56;
}
.prev-btn a:hover .prev-btn-stroke {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #49CB56;
}

.main {
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 120px auto 120px auto;
}
@media (max-width: 1280px) {
  .main {
    margin: 64px auto 64px auto;
  }
}
@media (max-width: 680px) {
  .main {
    margin: 48px auto 48px auto;
  }
}

article {
  max-width: 1190px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  article {
    max-width: 888px;
  }
}
@media (max-width: 1280px) {
  article {
    max-width: 782px;
  }
}
@media (max-width: 1024px) {
  article {
    max-width: 770px;
  }
}
@media (max-width: 860px) {
  article {
    max-width: 672px;
  }
}
article h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.96px;
  margin: 0 0 22px 0;
}
@media (max-width: 1280px) {
  article h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
@media (max-width: 680px) {
  article h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 14px 0;
  }
}
article h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 70px 0 22px 0;
}
@media (max-width: 1280px) {
  article h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
}
@media (max-width: 680px) {
  article h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 70px 0 14px 0;
  }
}
article h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 70px 0 24px 0;
}
@media (max-width: 1280px) {
  article h3 {
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}
@media (max-width: 680px) {
  article h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 70px 0 15px 0;
  }
}

article table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1000px;
  padding-bottom: 15px;
  position: relative;
}
article td {
  border: solid 1px rgba(255, 255, 255, 0.30);
  border-style: none solid solid none;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  vertical-align: middle;
}
article tr th {
  background: #464646;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 16px;
}
article tr th {border: solid 1px rgba(255, 255, 255, 0.30); border-left: none;text-align: left}
article tr th:first-child { border-top-left-radius: 10px; border-left: solid 1px rgba(255, 255, 255, 0.30)}
article tr th:last-child { border-top-right-radius: 10px; }

article tr:first-child td:first-child { border-top-left-radius: 10px; }
article tr:first-child td:last-child { border-top-right-radius: 10px; }
article tr:last-child td:first-child { border-bottom-left-radius: 10px; }
article tr:last-child td:last-child { border-bottom-right-radius: 10px; }
article tr:first-child td { border-top-style: solid; }
article tr td:first-child { border-left-style: solid; }

article .quote {
  margin: 80px 0 0 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 680px) {
  article .quote {
    padding: 24px;
  }
}
article .quote .tag {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(73, 203, 86, 0.4);
  background: rgba(73, 203, 86, 0.05);
  height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 14px;
  border-radius: 50px 50px 50px 0;
  color: #49CB56;
}
@media (max-width: 680px) {
  article .quote .tag {
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.56px;
  }
}
article .quote p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 680px) {
  article .quote p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
article .quote .quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
article .quote img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
@media (max-width: 680px) {
  article .quote .quote-author {
    gap: 10px;
  }
}
article ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 680px) {
  article ul {
    gap: 10px;
  }
}
article ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 62px;
}
@media (max-width: 680px) {
  article ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 37px;
  }
}
article ul li::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 24px;
  top: 4px;
  background: url("../img/li1.png") 50% 50% no-repeat;
}
@media (max-width: 680px) {
  article ul li::after {
    left: 6px;
  }
}
article ul li ul {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
article ul li ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 0;
  padding-left: 92px;
}
@media (max-width: 680px) {
  article ul li ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 33px;
  }
}
article ul li ul li::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 56px;
  top: 4px;
  background: url("../img/li2.png") 50% 50% no-repeat;
}
@media (max-width: 680px) {
  article ul li ul li::after {
    left: 3px;
  }
}
article ul li ul li ul {
  margin: 12px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
article ul li ul li ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 0;
  padding-left: 96px;
}
@media (max-width: 680px) {
  article ul li ul li ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 33px;
  }
}
article ul li ul li ul li::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 58px;
  top: 4px;
  background: url("../img/li3.png") 50% 50% no-repeat;
}
@media (max-width: 680px) {
  article ul li ul li ul li::after {
    left: 1px;
  }
}
article ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  counter-reset: num;
}
@media (max-width: 680px) {
  article ol {
    gap: 10px;
  }
}
article ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  position: relative;
  counter-increment: num;
  margin: 0;
  padding: 0;
  padding-left: 62px;
}
@media (max-width: 680px) {
  article ol li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 34px;
  }
}
article ol li::after {
  content: counter(num) ".";
  position: absolute;
  left: 24px;
  top: -6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  color: #49CB56;
}
@media (max-width: 680px) {
  article ol li::after {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    left: 8px;
    top: 0;
  }
}
article ol li ol {
  counter-reset: num2;
  margin: 0;
  padding: 0;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
article ol li ol li {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  counter-increment: num2;
  margin: 0;
  padding: 0;
  padding-left: 104px;
}
@media (max-width: 680px) {
  article ol li ol li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 42px;
  }
}
article ol li ol li::after {
  content: counter(num) "." counter(num2);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-top: -1px;
  color: #49CB56;
  left: 56px;
}
@media (max-width: 680px) {
  article ol li ol li::after {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    left: 4px;
  }
}
article ol li ol li ol {
  counter-reset: num3;
  margin: 0;
  padding: 0;
  margin: 12px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
article ol li ol li ol li {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  counter-increment: num3;
  margin: 0;
  padding: 0;
  padding-left: 108px;
}
@media (max-width: 680px) {
  article ol li ol li ol li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 52px;
  }
}
article ol li ol li ol li::after {
  position: absolute;
  left: 44px;
  top: -6px;
  content: counter(num) "." counter(num2) "." counter(num3);
}
@media (max-width: 680px) {
  article ol li ol li ol li::after {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    left: 2px;
    top: 0;
  }
}
article p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 18px 0;
}

@media (max-width: 680px) {
  article p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
article p b, article p strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 680px) {
  article p b, article p strong {
    font-size: 16px;
    line-height: 24px;
  }
}
article p a {
  color: #49CB56;
}
article p a:hover {
  text-decoration: underline;
}
article ol li a, article ul li a {
  color: #49CB56;
}
article ol li a:hover, article ul li a:hover {
  text-decoration: underline;
}
article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 80px 0 0 0;
  border-radius: 10px;
  gap: 20px;
}
@media (max-width: 680px) {
  article figure {
    gap: 10px;
  }
}
article figure picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 680px;
  border-radius: 10px;
}
article figure picture img {
  width: 100%;
  border-radius: 10px;
}
article figure figcaption {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #C0C0C0;
  text-align: center;
}
@media (max-width: 680px) {
  article figure figcaption {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
  }
}

.article-slider {
  height: 720px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  margin: 80px 0 0 0;
}
.article-slider + p, .video-block + p {
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .article-slider {
    height: 540px;
  }
}
@media (max-width: 1280px) {
  .article-slider {
    height: 480px;
  }
}
@media (max-width: 860px) {
  .article-slider {
    height: 420px;
  }
}
@media (max-width: 680px) {
  .article-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.article-slider .slide-img {
  height: 680px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .article-slider .slide-img {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .article-slider .slide-img {
    height: 440px;
  }
}
@media (max-width: 860px) {
  .article-slider .slide-img {
    height: 378px;
  }
}
@media (max-width: 680px) {
  .article-slider .slide-img {
    height: 320px;
  }
}
@media (max-width: 620px) {
  .article-slider .slide-img {
    height: 300px;
  }
}
@media (max-width: 587px) {
  .article-slider .slide-img {
    height: 280px;
  }
}
@media (max-width: 560px) {
  .article-slider .slide-img {
    height: 260px;
  }
}
@media (max-width: 530px) {
  .article-slider .slide-img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .article-slider .slide-img {
    height: 220px;
  }
}
@media (max-width: 445px) {
  .article-slider .slide-img {
    height: 200px;
  }
}
@media (max-width: 390px) {
  .article-slider .slide-img {
    height: 184px;
  }
}
@media (max-width: 380px) {
  .article-slider .slide-img {
    height: 160px;
  }
}
.article-slider img {
  width: 100%;
  border-radius: 20px;
}
.article-slider .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: rgba(26, 26, 26, 0.3);
  border-radius: 100px;
  right: 50px;
  top: 46%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .article-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    right: 20px;
  }
}
.article-slider .swiper-button-next svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .article-slider .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.article-slider .swiper-button-next:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #49CB56;
}
.article-slider .swiper-button-next:hover .sl-btn-stroke {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #212121;
}
.article-slider .swiper-button-next::after {
  display: none;
}
.article-slider .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  background: rgba(26, 26, 26, 0.3);
  border-radius: 100px;
  left: 50px;
  top: 46%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .article-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: 20px;
  }
}
.article-slider .swiper-button-prev svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .article-slider .swiper-button-prev svg {
    width: 16px;
    height: 16px;
  }
}
.article-slider .swiper-button-prev:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #49CB56;
}
.article-slider .swiper-button-prev:hover .sl-btn-stroke {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #212121;
}
.article-slider .swiper-button-prev::after {
  display: none;
}
.article-slider .article-slider__caption {
  font-size: 16px;
  margin: 20px 0 0 0;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #C0C0C0;
  text-align: center;
}
@media (max-width: 860px) {
  .article-slider .article-slider__caption {
    margin: 20px 30px 0 30px;
  }
}
@media (max-width: 680px) {
  .article-slider .article-slider__caption {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin: 6px 20px 0 20px;
  }
}

.video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  margin: 80px 0 0 0;
  z-index: 0;
}
.video-block video {
  width: 100%;
  max-height: 680px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.video-block .video-play {
  position: absolute;
  z-index: 20;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 26% 50%;
}
@media (max-width: 1440px) {
  .video-block .video-play {
    margin: 24% 48%;
  }
}
@media (max-width: 680px) {
  .video-block .video-play {
    margin: 22% 46%;
  }
}
@media (max-width: 500px) {
  .video-block .video-play {
    margin: 20% 45%;
  }
}
@media (max-width: 430px) {
  .video-block .video-play {
    margin: 20% 42%;
  }
}
.video-block .video-play svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-block .video-play svg .video-btn-stroke {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-block .video-play:hover {
  background: #49CB56;
}
.video-block .video-play:hover .video-btn-stroke {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #212121;
}
.video-block .video-caption {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0 0 0;
}
@media (max-width: 680px) {
  .video-block .video-caption {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin: 3px 0 0 0;
  }
}

.nicescroll-rails {
  border-radius: 50px !important;
}

.itgrix-header {
  background: #1a1a1a;
}

.itgrix-header__content {
  max-width: 1854px;
  padding: 160px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: url("../img/itgrix_bg.svg") calc(100% - 18px) center no-repeat;
}
@media (max-width: 1280px) {
  .itgrix-header__content {
    background-size: 350px 245px;
    padding: 117px 15px 0 15px;
  }
}
@media (max-width: 1140px) {
  .itgrix-header__content {
    background-size: 286px 200px;
    padding: 70px 15px 0 15px;
  }
}
@media (max-width: 940px) {
  .itgrix-header__content {
    background: url("../img/itgrix_bg.svg") 15px 80px no-repeat;
    background-size: 286px 200px;
    padding: 311px 15px 0 15px;
  }
}
@media (max-width: 680px) {
  .itgrix-header__content {
    background: url("../img/itgrix_bg.svg") 15px 40px no-repeat;
    background-size: 286px 200px;
    padding: 270px 15px 0 15px;
  }
}
.itgrix-header__content .site-title {
  margin: 0;
  padding: 0;
}
@media (max-width: 1140px) {
  .itgrix-header__content .site-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 680px) {
  .itgrix-header__content .site-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}
.itgrix-header__content .site-description {
  max-width: 660px;
  margin: 32px 0 0 0;
}
@media (max-width: 1140px) {
  .itgrix-header__content .site-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 22px 0 0 0;
  }
}
.itgrix-header__content .itgrix-header__btn {
  margin: 0 0 120px 0;
}
@media (max-width: 1140px) {
  .itgrix-header__content .itgrix-header__btn {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 940px) {
  .itgrix-header__content .itgrix-header__btn {
    margin: -32px 0 80px 0;
  }
}
@media (max-width: 680px) {
  .itgrix-header__content .itgrix-header__btn {
    margin: 0 0 80px 0;
    width: 100%;
  }
  .itgrix-header__content .itgrix-header__btn a.itgrix-btn {
    width: 100%;
  }
}

.benefit {
  max-width: 1854px;
  padding: 150px 15px 0 15px;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .benefit {
    padding: 80px 15px 0 15px;
  }
}
@media (max-width: 680px) {
  .benefit {
    padding: 75px 15px 0 15px;
  }
}
@media (max-width: 1560px) {
  .benefit .site-title {
    max-width: 684px;
  }
}
@media (max-width: 940px) {
  .benefit .site-title {
    max-width: 452px;
  }
}
.benefit__top {
  background: url("../img/benefit-desc-bg.svg") right 0 no-repeat;
}
@media (max-width: 1140px) {
  .benefit__top {
    background-size: 155px 120px;
  }
}
@media (max-width: 680px) {
  .benefit__top {
    background: #212121;
  }
}
@media (max-width: 1140px) {
  .benefit__top .site-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 680px) {
  .benefit__top .site-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}
.benefit__description {
  padding: 48px 0 64px 0;
}
@media (max-width: 1560px) {
  .benefit__description {
    max-width: 1000px;
  }
}
@media (max-width: 1280px) {
  .benefit__description {
    max-width: 840px;
  }
}
@media (max-width: 1140px) {
  .benefit__description {
    padding: 38px 0 38px 0;
  }
}
@media (max-width: 680px) {
  .benefit__description {
    padding: 22px 0 38px 0;
  }
}
.benefit__description p {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  max-width: 1280px;
}
@media (max-width: 1140px) {
  .benefit__description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 708px;
  }
}
@media (max-width: 940px) {
  .benefit__description p {
    max-width: 452px;
  }
}
.benefit__list {
  border-top: 1px solid #656565;
  padding: 64px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .benefit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1140px) {
  .benefit__list {
    padding: 38px 0 0 0;
  }
}

.benefit__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 50%;
}
@media (max-width: 1440px) {
  .benefit__list ul {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .benefit__list ul {
    gap: 16px;
  }
}
.benefit__list ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 1140px) {
  .benefit__list ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
@media (max-width: 680px) {
  .benefit__list ul li {
    padding-left: 40px;
  }
}
.benefit__list ul li::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 32px;
  left: 24px;
  background: url("../img/b-list-icon.svg") 50% 50% no-repeat;
}
@media (max-width: 1140px) {
  .benefit__list ul li::before {
    top: -4px;
  }
}
@media (max-width: 680px) {
  .benefit__list ul li::before {
    left: 0;
  }
}

.itgrix-slider {
  max-width: 1854px;
  padding: 160px 15px 0 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1140px) {
  .itgrix-slider {
    padding: 70px 15px 0 15px;
  }
}
@media (max-width: 1140px) {
  .itgrix-slider .site-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 1140px) {
  .itgrix-slider .site-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 25px 0 0 0;
    padding-bottom: 38px;
  }
}
.itgrix-slider .itgrix-slider__block {
  max-width: 100%;
  position: relative;
  border-top: 1px solid #656565;
  padding: 64px 0 0 0;
}
@media (max-width: 1140px) {
  .itgrix-slider .itgrix-slider__block {
    padding: 40px 0 0 0;
  }
}
.itgrix-slider .itgrix-slider__block .itgrix-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itgrix-slider .itgrix-slider__block .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.itgrix-slider .itgrix-slider__block .swiper-slide {
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
}
@media (max-width: 1140px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide {
    gap: 24px;
  }
}
@media (max-width: 940px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1670px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc {
    min-width: 798px;
  }
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc {
    min-width: 620px;
  }
}
@media (max-width: 1140px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc {
    min-width: 531px;
  }
}
@media (max-width: 740px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 1670px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: 925px;
  }
}
@media (max-width: 1370px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: 810px;
  }
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: 740px;
  }
}
@media (max-width: 1100px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: 680px;
  }
}
@media (max-width: 1068px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: 620px;
  }
}
@media (max-width: 740px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc.long-slide {
    min-width: auto;
    width: 100%;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-slide__desc-wrap {
  padding: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-slide__desc-wrap {
    padding: 32px 32px 24px 32px;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-slide__desc-wrap {
    padding: 16px 16px 24px 16px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0 0 48px 0;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav {
    gap: 14px;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav {
    margin: 0 0 16px 0;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  width: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav span {
    width: 26px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-nav span.active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FF9800;
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-slide__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  color: #FF9800;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc .itgrix-slide__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc h3 + div.itgrix-slide__title {
  padding: 28px 0 0 0;
  margin-bottom: -10px;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc h3 + div.itgrix-slide__title {
    padding: 14px 0 0 0;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 28px 0 0 0;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul {
    margin: 20px 0 0 0;
    gap: 19px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul + div.itgrix-slide__title {
  padding: 24px 0 0 0;
  margin-bottom: -10px;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul + div.itgrix-slide__title {
    padding: 14px 0 0 0;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 1240px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul li {
    padding-left: 40px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul li::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 32px;
  left: 24px;
  background: url("../img/b-list-icon.svg") 50% 50% no-repeat;
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__desc ul li::before {
    left: 0;
    top: -3px;
  }
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__screen {
  border-radius: 20px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__screen img {
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1870px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__screen img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 940px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__screen img {
    max-height: 200px;
    width: auto;
  }
}
@media (max-width: 680px) {
  .itgrix-slider .itgrix-slider__block .swiper-slide .itgrix-slide .itgrix-slide__screen img {
    max-height: 100%;
    height: auto;
    width: 100%;
  }
}

.kp-itgrix {
  max-width: 1854px;
  padding: 160px 15px 0 15px;
  margin: 0 auto 210px auto;
}
@media (max-width: 1528px) {
  .kp-itgrix {
    margin: 0 auto 160px auto;
  }
}
@media (max-width: 1240px) {
  .kp-itgrix {
    padding: 80px 15px 0 15px;
    margin: 0 auto 80px auto;
  }
}
.kp-itgrix .kp-itgrix__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  border-radius: 20px;
  padding: 48px;
  background: url("../img/itgrix-kp-bg.svg") right 50% no-repeat, linear-gradient(83deg, #C60E33 0%, #FF9800 38.61%);
}
@media (max-width: 1528px) {
  .kp-itgrix .kp-itgrix__block {
    background-size: 81% 100%;
  }
}
@media (max-width: 940px) {
  .kp-itgrix .kp-itgrix__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 680px) {
  .kp-itgrix .kp-itgrix__block {
    padding: 16px;
    background: url("../img/itgrix-kp-bg2.svg") right 50% no-repeat, linear-gradient(83deg, #C60E33 0%, #FF9800 38.61%);
    background-size: 88% 100%;
  }
}
.kp-itgrix span {
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1528px) {
  .kp-itgrix span {
    max-width: 730px;
  }
}
@media (max-width: 1240px) {
  .kp-itgrix span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    max-width: 478px;
  }
}
@media (max-width: 680px) {
  .kp-itgrix span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}
.kp-itgrix .itgrix-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-header {
  max-width: 1854px;
  padding: 32px 15px 48px 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-header {
    padding: 24px 15px 48px 15px;
  }
}
.contact-header .contact-header__content {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .contact-header .contact-header__content {
    height: 540px;
  }
}
@media (max-width: 1440px) {
  .contact-header .contact-header__content {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .contact-header .contact-header__content {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .contact-header .contact-header__content {
    height: 240px;
  }
}
.contact-header .contact-header__content .contact-header-bg {
  position: absolute;
  bottom: o;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 1770px) {
  .contact-header .contact-header__content .contact-header-bg .contact-header-bg__lottie {
    height: 120%;
    right: 0;
  }
}
@media (max-width: 1440px) {
  .contact-header .contact-header__content .contact-header-bg .contact-header-bg__lottie {
    height: 140%;
  }
}
@media (max-width: 460px) {
  .contact-header .contact-header__content .contact-header-bg .contact-header-bg__lottie {
    height: 160%;
  }
}
.contact-header .contact-header__content .sibteh-title {
  font-family: "Cera Pro";
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -5px;
}
@media (max-width: 1440px) {
  .contact-header .contact-header__content .sibteh-title {
    font-size: 74px;
    letter-spacing: -4px;
  }
}
@media (max-width: 768px) {
  .contact-header .contact-header__content .sibteh-title {
    font-size: 56px;
    letter-spacing: -3px;
  }
}
@media (max-width: 640px) {
  .contact-header .contact-header__content .sibteh-title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1854px;
  padding: 0 15px 160px 15px;
  margin: 0 auto;
  gap: 24px;
}
@media (max-width: 1440px) {
  .contacts-block {
    padding: 0 15px 80px 15px;
  }
}
.contacts-block .contacts-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  width: calc(25% - 18px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .contacts-block .contacts-block__item {
    width: calc(33.333% - 18px);
    min-height: 202px;
  }
}
@media (max-width: 1320px) {
  .contacts-block .contacts-block__item {
    min-height: 236px;
  }
}
@media (max-width: 1440px) {
  .contacts-block .contacts-block__item {
    width: calc(50% - 15px);
    min-height: 202px;
  }
}
@media (max-width: 640px) {
  .contacts-block .contacts-block__item {
    width: 100%;
    min-height: 202px;
  }
}
.contacts-block .contacts-block__item .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 16px 0;
}
.contacts-block .contacts-block__item .icon-block .icon-save {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50px;
}
.contacts-block .contacts-block__item .icon-block .icon-save:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.1);
}
.contacts-block .contacts-block__item .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #c0c0c0;
}
@media (max-width: 1320px) {
  .contacts-block .contacts-block__item .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .contacts-block .contacts-block__item .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.contacts-block .contacts-block__item .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin: 18px 0 0 0;
}
@media (max-width: 1320px) {
  .contacts-block .contacts-block__item .description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .contacts-block .contacts-block__item .description {
    font-size: 16px;
    line-height: 22px;
  }
}

.feedback {
  max-width: 1854px;
  padding: 160px 15px 98px 15px;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 1024px) {
  .feedback {
    padding: 60px 15px 78px 15px;
  }
}

.feedback-wrap {
  display: flex;
  /*max-height: 787px;*/
  position: relative;
  /*overflow: hidden;*/
  border-radius: 10px;
  padding: 80px 15px;

  background: -webkit-linear-gradient(90deg, rgb(13, 71, 18) 27%, rgb(36, 58, 42) 90%);
  background: -moz-linear-gradient(90deg, rgb(13, 71, 18) 27%, rgb(36, 58, 42) 90%);
  background: linear-gradient(90deg, rgb(13, 71, 18) 27%, rgb(36, 58, 42) 90%);
}
@media (max-width: 720px) {
  .feedback-wrap {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    border-radius: 0;
  }
}
@media (max-width: 680px) {
  .feedback-wrap {
    max-height: 740px;
  }
}

@media (max-width: 800px) {
  .feedback__bg {
    width: 200%;
  }
}

.form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 620px;
  padding: 32px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
@media (max-width: 720px) {
  .form__block {
    padding: 32px 16px;
    margin: 0 16px;
  }
}
.form__block form {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 64px 0 0 0;
}
@media (max-width: 680px) {
  .form__block form {
    margin: 32px 0 0 0;
  }
}
.form__block .form__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
}
@media (max-width: 680px) {
  .form__block .form__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
}
.form__block .form__text {
  margin: 0 0 16px 0;
}
.form__block input[type=text] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 680px) {
  .form__block input[type=text] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
.form__block input[type=text]:focus {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.form__block input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
.form__block input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 680px) {
  .form__block .form__btn {
    margin-top: -20px;
  }
}
@media (max-width: 680px) {
  .form__block .form__btn a {
    width: 100%;
  }
}
.form__block .form__checkbox {
  margin: 10px 0 58px 0;
}
.form__block .form__checkbox label a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
}
.form__block .form__checkbox label a:hover {
  text-decoration: none;
}
.form__block input[type=checkbox]:checked,
.form__block input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form__block input[type=checkbox]:checked + label,
.form__block input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}
.form__block input[type=checkbox]:checked + label:before,
.form__block input[type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #C0C0C0;
}
.form__block input[type=checkbox].checkbox-error:checked + label:before,
.form__block input[type=checkbox].checkbox-error:not(:checked) + label::before {
  border: 1px solid rgb(255, 98, 98);
}
.form__block input[type=checkbox]:checked + label:before,
.form__block input[type=checkbox]:not(:checked) + label:before {
  border-radius: 4px;
}
.form__block input[type=checkbox]:checked + label:after,
.form__block input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form__block input[type=checkbox]:checked + label:after,
.form__block input[type=checkbox]:not(:checked) + label:after {
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
}
.form__block input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.form__block input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.feedback-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-width: 620px;
  max-height: 616px;
}
@media (max-width: 800px) {
  .feedback-message {
    margin: 0 16px;
    padding: 24px;
    gap: 24px;
  }
}
.feedback-message .feedback-message__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  letter-spacing: -0.8px;
  text-align: center;
}
@media (max-width: 800px) {
  .feedback-message .feedback-message__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.feedback-message p {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  text-align: center;
  margin: -24px 0 48px 0;
}
@media (max-width: 800px) {
  .feedback-message p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 48px 10px;
  }
}
.feedback-message .feedback-message__lottie {
  width: 250px;
  height: 250px;
}
@media (max-width: 800px) {
  .feedback-message .feedback-message__lottie {
    width: 200px;
    height: 200px;
  }
}

.footer {
  padding: 64px 0;
  background: rgba(0, 0, 0, 0.2);
}

.footer-wrap {
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__nav .nav {
  max-width: 620px;
  margin: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1024px) {
  .footer__nav .nav {
    max-width: 100%;
    width: 100%;
    margin: 48px 0 44px 0;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media (max-width: 680px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer__info .footer__info-block {
  max-width: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .footer__info .footer__info-block {
    max-width: 100%;
    width: 100%;
  }
}
.footer__info .footer__info-block .footer__info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer__info .footer__info-block .footer__info-section .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__info .footer__info-block .footer__info-section .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.64px;
  font-weight: 500;
}

.copyright {
  max-width: 1854px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin: 60px auto 0 auto;
}
@media (max-width: 680px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}
.copyright a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}

.href-stop, .event-inc__btn.web-btn {
  pointer-events: none;
}
.contact-header .contact-header__content .sibteh-title {z-index: 10}
.load_more {
  min-width: 100%;
  cursor: pointer;
}
.live-search-null, .sibteh-tags__res-empty {
  font-size: 24px;
  margin: 40px auto;
  line-height: 32px;
  text-align: center;
}