.partner-program {
  display: -ms-grid;
  display: grid;
  overflow-y: visible;
  position: relative;
  gap: 208px;
  margin-bottom: 208px;
}
@media (max-width: 991px) {
  .partner-program {
    gap: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .partner-program {
    gap: 54px;
    margin-bottom: 54px;
  }
}
.partner-program p:last-child {
  margin-bottom: 0;
}
.partner-program .hero-section,
.partner-program .projects,
.partner-program .why,
.partner-program .order-form {
  overflow: visible;
  width: 100%;
}
.partner-program .hero-section {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .partner-program .hero-section {
    padding-top: 140px;
  }
}
.partner-program .hero-section h1:not(:last-child) {
  margin-bottom: 19px;
}
.partner-program .hero-section h1:last-child {
  margin-bottom: 0;
}
.partner-program .partners-list {
  overflow: visible;
}
.partner-program .partners-list__item {
  display: -ms-grid;
  display: grid;
  gap: 48px;
}
@media (max-width: 575px) {
  .partner-program .partners-list__item {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .partner-program .partners-list {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .partner-program .partners-list {
    gap: 16px;
  }
}
.partner-program .partners-list .btn-show-more {
  outline: none;
}
.partner-program .partners-list .btn-show-more:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.partner-program .partners-list .partnerLogo {
  display: block;
  background: #343642;
  border-radius: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 100%;
}
.partner-program .partners-list .partnerLogo:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 5px 30px rgba(52, 54, 66, 0.6);
          box-shadow: 0 5px 30px rgba(52, 54, 66, 0.6);
}
@media (max-width: 991px) {
  .partner-program .partners-list .partnerLogo {
    height: auto;
    min-height: 82px;
    max-width: 210px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .partner-program .partners-list .partnerLogo {
    height: auto;
    min-height: 136px;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.partner-program .projects {
  padding: 0;
}
.partner-program .projects .partners {
  margin: 0;
}
.partner-program .projects .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.partner-program .why .keypoints h2 {
  margin-bottom: 32px;
}
.partner-program .why .keypoints .grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 575px) {
  .partner-program .why .keypoints .grid {
    gap: 16px;
  }
}
.partner-program .why .keypoints .point {
  height: 100%;
  background: #343642;
  border-radius: 7px;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .partner-program .why .keypoints .point {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .partner-program .why .keypoints .point {
    padding: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .partner-program .why .keypoints .point {
    width: min(560px, 75%);
  }
  .partner-program .why .keypoints .point:nth-child(odd) {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .partner-program .why .keypoints .point:nth-child(even) {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 992px) {
  .partner-program .why .keypoints .grid {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 24px;
  }
  .partner-program .why .keypoints .point {
    width: 100%;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
.partner-program .why .keypoints .pointHeader {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 104px;
  background-size: 72px 72px;
  min-height: 72px;
}
@media (max-width: 991px) {
  .partner-program .why .keypoints .pointHeader {
    padding-left: 62px;
    background-size: 48px 48px;
    min-height: 48px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .partner-program .why .keypoints .pointHeader {
    padding-left: 48px;
    background-size: 32px 32px;
    min-height: 32px;
    font-size: 14px;
    line-height: 140%;
  }
}
.partner-program .newsSliderBg {
  background-image: url("/local/templates/itkey/img/sliderBg.png");
  background-position-y: 14px;
  background-position-x: 110%;
  background-repeat: no-repeat;
  background-size: 62.5vw 47vw;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.partner-program .ellipseRed {
  position: absolute;
  width: 334.56px;
  height: 338.02px;
  left: 19%;
  -webkit-filter: blur(300px);
          filter: blur(300px);
  background: rgba(240, 43, 79, 0.8);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
  -webkit-transition: ease-in 0.1ms;
  transition: ease-in 0.1ms;
  will-change: transform, filter;
}
@media (max-width: 991px) {
  .partner-program .ellipseRed {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    left: 5%;
    width: 50%;
    height: 400px;
  }
}
.partner-program .ellipseBlue {
  position: absolute;
  width: 418px;
  height: 500px;
  left: 52%;
  background: rgba(0, 194, 255, 0.8);
  -webkit-filter: blur(300px);
          filter: blur(300px);
  -webkit-transform: translateZ(0px) scale(1.1);
          transform: translateZ(0px) scale(1.1);
  z-index: -1;
  -webkit-transition: ease-in 0.1ms;
  transition: ease-in 0.1ms;
  will-change: transform, filter;
}
@media (max-width: 991px) {
  .partner-program .ellipseBlue {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    left: 45%;
    width: 50%;
    height: 400px;
  }
}

.invite {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .invite h1 {
    font-size: 30px;
    line-height: 140%;
  }
}
.invite h2 {
  margin: 160px 0 24px 0;
}
@media (max-width: 991px) {
  .invite h2 {
    margin: 100px 0 24px 0;
    font-size: 30px;
    line-height: 140%;
  }
}
.invite h3 {
  margin: 48px 0 20px 0;
}
@media (max-width: 991px) {
  .invite h3 {
    font-size: 24px;
    line-height: 140%;
  }
}
.invite .news {
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .invite .news:after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    content: " ";
    display: block;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#24252E));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #24252E 100%);
  }
}
.invite .news .news-detail p {
  font-size: 20px;
  line-height: 140%;
}
.invite .news .news-detail p:last-child {
  margin-bottom: 0;
}
.invite .news .news-detail div > p {
  margin-top: 32px;
}
.invite .mediaContacts {
  margin-top: 0;
}

.feedback-form {
  background-color: #1B1C23;
  border-radius: 7px;
  max-width: 741px;
  padding: 64px;
}
@media (max-width: 991px) {
  .feedback-form {
    padding: 48px !important;
  }
}
@media (max-width: 575px) {
  .feedback-form {
    padding: 32px !important;
  }
}
.feedback-form .send-button {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .feedback-form .send-button {
    margin-top: 24px;
  }
}
.feedback-form .format {
  margin-top: 10px;
}
.feedback-form .format .form-check {
  margin-bottom: 0;
  min-height: auto;
}
.feedback-form .format .form-check-input[type=radio] {
  position: relative;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #595862;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  outline: none;
}
.feedback-form .format .form-check-input[type=radio]::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.feedback-form .format .form-check-input[type=radio]:checked {
  border-color: #fff;
}
.feedback-form .format .form-check-input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.feedback-form .format .form-check-input[type=radio]:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.feedback-form .format .form-check-label {
  cursor: pointer;
  margin: 7px 0 0 4px;
}
.feedback-form .agreement {
  margin-top: 32px;
}
.feedback-form .agreement .form-check {
  margin: 0;
}
.feedback-form .agreement .form-check a {
  color: #00C2FF;
  text-decoration: underline;
}
.feedback-form .agreement .form-check a:hover {
  color: #F02B4F;
}
.feedback-form .agreement .form-check:not(:last-child) {
  margin-bottom: 16px;
}
.feedback-form .agreement .form-check-input[type=checkbox] {
  margin-top: -4px;
  width: 20px !important;
  height: 20px !important;
  background: transparent;
  border-radius: 0;
  border: 1px solid #595862;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  outline: none;
}
.feedback-form .agreement .form-check-input[type=checkbox]:checked {
  border-color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9.75%201L3.91667%206.83307L1%203.91667%22%20stroke%3D%22%23BCE000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.feedback-form .agreement .form-check-input[type=checkbox]:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.feedback-form .agreement .form-check-label {
  cursor: pointer;
  margin: 0 0 0 12px;
}

.p30 {
  font-size: 20px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .p30 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2.title:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  h2.title:not(:last-child) {
    margin-bottom: 20px;
  }
}
h2.title + p {
  margin-bottom: 50px;
}

/*
h2.title {
    margin-bottom: 20px;
}*/
/*h2.title+p{
    margin-bottom: 22px;
}*/
@media (max-width: 1199px) {
  header .desktopMenu {
    background: transparent;
  }
  .headerScroll {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
/* partners */
.how-to {
  border-radius: 7px;
  overflow: hidden;
  background-color: #343642;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.how-to .grid {
  background: linear-gradient(268.55deg, #343642 44.36%, rgba(52, 54, 66, 0) 94.09%);
  padding: 48px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62.4px;
}
@media (max-width: 1199px) {
  .how-to .grid {
    display: -ms-grid;
    display: grid;
    gap: 38.4px;
  }
}
@media (max-width: 575px) {
  .how-to .grid {
    padding: 32px;
  }
}
.how-to .info {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.how-to .info h5 {
  margin-bottom: 0;
}
.how-to .info li {
  padding-left: 4px;
  margin-bottom: 0;
}

.hover-red:hover {
  color: #F02B4F !important;
}
.hover-underline:hover {
  text-decoration: underline;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

/*
.CookieNotifyWidget {
    &__wrapper {
        position: fixed;
        z-index: 1000;
        bottom: 7px;
        left: 0;
        width: 100%;
    }
    &__content {
        width: $screen-md-min;
        margin: 0 auto;

        position: relative;
        border-radius: 7px;
        padding: 16px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(7px);
        border: 1px solid rgba(255, 255, 255, 0.4);

        display: flex;
        align-items: center;
        gap: 7px;

        @media (max-width: $screen-sm-max) {
            display: grid;
        }

    }
    &__text {
        color: $color-gray;
        line-height: 130%;
        width: 100%;
    }
    &__closeWrapper {
        display: none;
        position: absolute;
        top: -16px;
        right: -16px;
        margin: 0;
        padding: 1px;
        width: 16px;
        height: 16px;
        text-indent: -9000px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-.7 -.8 18 18'%3E%3Cpath fill='white' d='M16.6.7l-.7-.7-7.6 7.6L.7 0 0 .7l7.6 7.6L0 15.9l.7.7L8.3 9l7.6 7.6.7-.7L9 8.3z'/%3E%3C/svg%3E");
        z-index: 401;
        cursor: pointer;
        border-bottom: none;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 300ms ease;
        background-color: transparent;
    }

    &__sogl {
        //width: fit-content;
    }
}
*/