.border-top {
  border-top: 1px dashed #636B8F;
  padding-top: 60px;
  margin-top: 60px;
}

.border-bottom {
  border-bottom: 1px dashed #636B8F;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.transition {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link {
  text-decoration: none;
  outline: none;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxw, .fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top {
  padding-top: 120px;
}

.partnersTitle {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}
.partnersTitle span {
  color: #5AE4AA;
}

.partnersFaq-title {
  margin-bottom: 32px;
}

.partnersQuestion-list {
  margin: -16px -12px 0;
}
.partnersQuestion-block {
  padding: 0 12px;
  margin-top: 16px;
  width: 33.3333333333%;
}
.partnersQuestion-item {
  height: 48px;
  background: #242A48;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.partnersQuestion-item svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  min-width: 24px;
}
.partnersQuestion-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5AE4AA;
}

.partnersWin-subtitle {
  margin: 16px 0 40px;
  text-align: center;
}
.partnersWin-list {
  margin: -24px -12px 0;
}
.partnersWin-block {
  width: 33.3333333333%;
  padding: 0 12px;
  margin-top: 24px;
}
.partnersWin-item {
  padding: 40px 16px;
  background: #242A48;
  border-radius: 10px;
  min-height: 100%;
}
.partnersWin-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  background: -o-radial-gradient(40% 39.17%, 137.5% 137.5%, #5AE4AA 0%, rgba(90, 228, 170, 0) 44.23%, rgba(46, 135, 98, 0) 63.94%, #38E29B 100%);
  background: radial-gradient(137.5% 137.5% at 40% 39.17%, #5AE4AA 0%, rgba(90, 228, 170, 0) 44.23%, rgba(46, 135, 98, 0) 63.94%, #38E29B 100%);
}
.partnersWin-item__icon svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}
.partnersWin-item__icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 100%;
  background: #1B2036;
}
.partnersWin-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 16px 0;
}
.partnersWin-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}
.partnersWin-btn {
  margin: 40px auto 0;
  height: 40px;
  width: 228px;
  padding: 0;
}

.sectionPartners-title {
  margin-bottom: 40px;
}
.sectionPartners-item {
  background: #242A48;
  border: 1px solid #595E73;
  border-radius: 12px;
  min-height: 100%;
  padding: 29px 23px;
}
.sectionPartners-item__stars {
  margin: 12px 0 16px;
}
.sectionPartners-item__stars svg {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.sectionPartners-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  min-height: 48px;
}
.sectionPartners-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
  margin-top: 16px;
}

.hide {
  display: none;
}

.modalPartners {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
}
.modalPartners-overflow {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}
.modalPartners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.modalPartners-container {
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.modalPartners-close {
  position: absolute;
  right: 16px;
  top: 36px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 24px;
  height: 24px;
  background-image: url("../../img/partners/close.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s;
}
.modalPartners-close:hover {
  opacity: 0.7;
}

.partners-popup {
  background: #242A48;
  border-radius: 10px;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  padding: 0;
}
.partners-popup__wrapper {
  padding: 30px 16px 0;
}
.partners-popup__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.partners-popup__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #9FA6C8;
  padding-left: 12px;
  margin-bottom: 4px;
}
.partners-popup__name span {
  color: #FF7D7D;
}
.partners-popup__block {
  width: calc(50% - 12px);
}
.partners-popup__block.mt {
  margin-top: 32px;
}
.partners-popup__input span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #FF7D7D;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.partners-popup__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 11px;
  color: #1B2036;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  height: 48px;
}
.partners-popup__input input::-webkit-input-placeholder {
  color: #595E73;
}
.partners-popup__input input::-moz-placeholder {
  color: #595E73;
}
.partners-popup__input input:-ms-input-placeholder {
  color: #595E73;
}
.partners-popup__input input::-ms-input-placeholder {
  color: #595E73;
}
.partners-popup__input input::placeholder {
  color: #595E73;
}
.partners-popup__input.input-error span {
  opacity: 1;
  visibility: visible;
}
.partners-popup__input.input-error input {
  border-color: #FF7D7D;
}
.partners-popup__btn {
  width: 240px;
  height: 46px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
}
.partners-popup__bottom {
  padding: 24px;
  background: #1B2036;
  border-radius: 0px 0px 10px 10px;
  margin-top: 32px;
}
.partners-popup__selectError {
  position: absolute;
  left: 0;
  bottom: -16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #FF7D7D;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.partners-popup__price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}
.partners-popup__price span {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #FEFEFE;
}
.partners-popup__price b {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FEFEFE;
}
.partners-popup__selectTop {
  height: 48px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-left: 11px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 100%;
  color: #1B2036;
  cursor: pointer;
  position: relative;
}
.partners-popup__selectTop::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  background-image: url("../../img/partners/chevron-down.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.partners-popup__selectContent {
  padding: 12px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  top: calc(100% + 8px);
  display: none;
  width: 100%;
}
.partners-popup__selectGray {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9FA6C8;
  margin-bottom: -12px;
}
.partners-popup__selectGray.mt {
  margin-top: 24px;
}
.partners-popup__selectLabel {
  display: block;
  width: 100%;
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1B2036;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.partners-popup__selectLabel input {
  display: none;
}
.partners-popup__selectLabel input:checked + span {
  text-decoration: underline;
}
.partners-popup__select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.partners-popup__select.active .partners-popup__selectTop::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.partners-popup__select.active .partners-popup__selectContent {
  display: block;
}
.partners-popup__line {
  border-bottom: 1px dashed #636B8F;
  margin: 24px 0;
}
.partners-popup__checkboxes {
  margin: 32px 0 24px;
  border: 1px dashed #636B8F;
  border-left: none;
  border-right: none;
  padding: 16px 0;
}
.partners-popup__checkboxesWrapper {
  padding: 12px;
  background: #1B2036;
  border-radius: 10px;
}
.partners-popup__checkbox {
  cursor: pointer;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.partners-popup__checkbox input {
  display: none;
}
.partners-popup__checkbox b {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 8px;
  min-width: 16px;
  background: #5AE4AA;
  border-radius: 2px;
  position: relative;
  margin-top: 2px;
}
.partners-popup__checkbox b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/partners/check.svg");
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.partners-popup__checkbox input:checked + b::before {
  opacity: 1;
}
.partners-popup__checkbox:first-child {
  margin-top: 0;
}

.input-error .partners-popup__selectError {
  opacity: 1;
  visibility: visible;
}
.input-error .partners-popup__selectTop {
  border-color: #FF7D7D;
}

.modalPartners-list {
  padding: 10px;
}

.partnersExperts-item {
  padding: 20px 16px 40px;
  min-height: 100%;
  background: #242A48;
  border-radius: 20px;
}
.partnersExperts-item__img {
  display: block;
  width: 100%;
  height: auto;
}
.partnersExperts-item__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 16px;
}
.partnersExperts-item__proff {
  padding: 4px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFFFFF;
  background: #4B5067;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 6px 0 20px;
}
.partnersExperts-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}

.partnersSuccess-list {
  margin: 32px 0;
  background: #242A48;
  border-radius: 20px;
  padding: 12px 20px;
}
.partnersSuccess-item {
  position: relative;
  text-align: center;
  min-height: 100%;
}
.partnersSuccess-item__number {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #5AE4AA;
}
.partnersSuccess-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}
.partnersSuccess-item::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -20px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F5B93), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #4F5B93 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #4F5B93 0%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
}
.partnersSuccess-block {
  width: 25%;
  padding: 0 20px;
}
.partnersSuccess-block:last-child .partnersSuccess-item::before {
  display: none;
}
.partnersSuccess-text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
.partnersSuccess-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}

.mediaPromotion-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #ECECEC;
  margin-top: 16px;
}

.publications-list {
  margin-top: 32px;
}
.publications-info {
  width: 588px;
  max-width: 100%;
}
.publications-left {
  width: 588px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #242A48;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.publications-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
}
.publications-bold {
  margin-top: 32px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #ECECEC;
}
.publications-item {
  padding: 10px 20px 10px 58px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  position: relative;
  margin-top: 16px;
  background: #242A48;
  border-radius: 10px;
}
.publications-item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../../img/partners/diamond.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.publications-bottom {
  margin-top: 56px;
}
.publications-bottom__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
}
.publications-wrapper {
  position: relative;
}
.publications-sliderItem {
  padding: 32px 16px;
  background: #242A48;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.publications-sliderItem__icon img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.publications-sliderItem__title {
  margin-bottom: auto;
  margin-top: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #FEFEFE;
}
.publications-sliderItem__bottom {
  margin-top: 24px;
}
.publications-sliderItem__dots {
  margin-right: -8px;
}
.publications-sliderItem__dot {
  margin-right: 8px;
  white-space: nowrap;
  height: 24px;
  background: #4B5067;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.publications-sliderItem__btn {
  width: 200px;
  padding: 0;
  margin: 0;
  height: 40px;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
}
.publications-sliderItem__btn svg {
  width: 17px;
  height: 31px;
  margin-left: 8px;
}

.mainPartners {
  padding: 40px 0 0 0;
}
.mainPartners-top {
  padding: 12px;
  background: #323648;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.mainPartners-top p {
  text-align: left;
}
.mainPartners-top span, .mainPartners-top a {
  color: #5AE4AA;
}
.mainPartners-top a:hover {
  text-decoration: underline;
}
.mainPartners-top svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
}
.mainPartners-bottom__item {
  margin-top: 24px;
  width: calc(50% - 12px);
  padding: 24px;
  background: #242A48;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}
.mainPartners .container {
  position: relative;
  z-index: 2;
}
.mainPartners-center {
  background-image: url("../../img/partners/bg-main.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 44px 12px;
  text-align: center;
}
.mainPartners-center__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5AE4AA;
}
.mainPartners-center__img {
  margin: 12px auto 32px;
  display: block;
  max-width: 100%;
  height: auto;
}
.mainPartners-center__text {
  width: 500px;
  max-width: 100%;
  margin: 0 auto -8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}

.collaboration-subtitle {
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #ECECEC;
}
.collaboration-item {
  margin-top: 36px;
  width: calc(33% - 28px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collaboration-item__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #242A48;
  border-radius: 10px;
}
.collaboration-item__btn {
  height: 40px;
  background: #273851;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.collaboration-item__btn:hover {
  background: #5AE4AA;
  text-decoration: none;
}
.collaboration-successful {
  border-top: 1px dashed #636B8F;
  padding-top: 24px;
  margin-bottom: 25px;
  margin-top: auto;
}
.collaboration-successful__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.collaboration-successful__wrapper {
  padding: 16px;
  background: #1B2036;
  border-radius: 10px;
}
.collaboration-steps {
  margin-bottom: auto;
}
.collaboration-steps__item {
  margin-bottom: 16px;
  padding-left: 30px;
  background-image: url("../../img/partners/arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ECECEC;
}
.collaboration-steps__item small {
  font-size: 16px;
  line-height: 24px;
}
.collaboration-steps__item .green {
  color: #5AE4AA;
}
.collaboration-steps__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
  background: #4B5067;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.collaboration-item {
  min-height: 100%;
}
.collaboration-item__top {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.61%, #1B2036), color-stop(53.69%, #7B88C2), color-stop(65.57%, #5F6BA4), color-stop(76.61%, #7B88C2), color-stop(79.38%, #5F6BA4));
  background: -o-linear-gradient(bottom, #1B2036 38.61%, #7B88C2 53.69%, #5F6BA4 65.57%, #7B88C2 76.61%, #5F6BA4 79.38%);
  background: linear-gradient(360deg, #1B2036 38.61%, #7B88C2 53.69%, #5F6BA4 65.57%, #7B88C2 76.61%, #5F6BA4 79.38%);
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 23px 0;
  margin-bottom: 12px;
}
.collaboration-item__top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/partners/circle.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.collaboration-item__top::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #242A48;
  border-radius: 9px;
}
.collaboration-item__topTitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.collaboration-item__topPrice {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 4px 0 2px;
  position: relative;
  z-index: 2;
}
.collaboration-item__topText {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ECECEC;
  position: relative;
  z-index: 2;
}

a.publications-sliderItem__title {
  color: #FEFEFE;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
a.publications-sliderItem__title:hover {
  text-decoration: underline;
  color: #5AE4AA;
}

.longTerm-subtitle {
  margin: 16px 0 36px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ECECEC;
}

.worldScrollWrapper {
  width: 1200px;
  margin: 0 auto;
}

.worldScroll-icon {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 16px;
  margin-right: calc(50vw - 20px);
}
.worldScroll-icon svg {
  width: 40px;
  height: 40px;
}

.longTerm-list {
  margin-top: 1px;
}
.longTerm-top {
  margin-bottom: 11px;
  margin-top: 0;
}
.longTerm-block {
  width: 180px;
  min-width: 180px;
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.longTerm-block:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.longTerm-top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.longTerm-top__item {
  padding: 22px 0 !important;
  text-align: center;
  position: relative;
  padding: 1px;
  border-radius: 10px;
}
.longTerm-top__item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 9px;
  background: #242A48;
}
.longTerm-top__item.active {
  padding: 42px 0 !important;
}
.longTerm-top__circle {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.longTerm-top__circle span {
  width: 180px;
  height: 180px;
  opacity: 0.2;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
      -ms-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.longTerm-top__circle::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #242A48;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.longTerm-item__popular {
  padding: 4px 12px 4px 30px;
  background: #5AE4AA;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  top: -11.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  z-index: 4;
}
.longTerm-item__popular::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  width: 14px;
  height: 14px;
  background-image: url("../../img/partners/star.png");
  background-repeat: no-repeat;
}
.longTerm-leftText {
  padding: 12px;
  min-height: 100%;
}
.longTerm-leftText svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: block;
}
.longTerm-leftText p {
  margin-right: auto;
}
.longTerm-tooltip {
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-left: 8px;
}
.longTerm-tooltip::before {
  content: attr(data-text);
  bottom: calc(100% + 4px);
  width: 200px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  left: calc(50% - 100px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.longTerm-tooltip:hover::before {
  opacity: 1;
}
.longTerm-block span {
  color: #5AE4AA;
}
.longTerm-block__center {
  text-align: center;
  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: 12px;
}
.longTerm-block__center svg {
  width: 24px;
  height: 24px;
  display: block;
}
.longTerm-table .longTerm-block {
  background: #242A48;
}
.longTerm-table .longTerm-list:first-child .longTerm-block {
  border-radius: 10px 10px 0px 0px;
}
.longTerm-table .longTerm-list:last-child .longTerm-block {
  border-radius: 0px 0px 10px 10px;
}
.longTerm-table .longTerm-list:nth-child(even) .longTerm-block {
  background: #2A3155;
}
.longTerm-bottom {
  margin-bottom: 0;
  margin-top: 12px;
}
.longTerm-btn {
  width: 100%;
  height: 40px;
  padding: 0;
  background: #273851;
  color: #fff;
}
.longTerm-btn:hover {
  background: #5AE4AA;
  color: #000000;
}
.longTerm-btn.active {
  background: #5AE4AA;
  color: #000000;
}
.longTerm-btn.active:hover {
  background: #44e09f;
}

@media (min-width: 993px) {
  .partnersExperts-list {
    margin: 0 -8px;
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partnersExperts-block {
    width: 33%;
    margin-top: 16px;
    padding: 0 8px;
  }
  .publications-slider {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .publications-block {
    width: 33.3333333333%;
    padding: 0 12px;
    margin-top: 16px;
  }
}
@media (max-width: 1250px) {
  .worldScrollWrapper {
    width: 1150px;
  }
}
@media (max-width: 1199px) {
  .partnersExperts-item__name {
    font-size: 24px;
  }
  .publications-left {
    display: none;
  }
  .publications-info {
    width: 100%;
  }
  .collaboration-item {
    width: calc(50% - 8px);
  }
  .worldScrollWrapper {
    width: auto;
    margin-left: calc(50% - 482px);
    margin-right: 0;
    overflow-x: scroll;
  }
  .worldScrollWrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .worldScrollWrapper::-webkit-scrollbar-track {
    background: #242A48;
    border-radius: 100px;
  }
  .worldScrollWrapper::-webkit-scrollbar-thumb {
    background: #5AE4AA;
    border-radius: 100px;
  }
  .worldScroll {
    width: 1150px;
  }
  .worldScrollWrapper {
    padding-bottom: 80px;
    position: relative;
  }
  .worldScroll-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 16px;
    display: block;
    margin-right: calc(50vw - 20px);
  }
  .worldScroll-icon svg {
    width: 40px;
    height: 40px;
  }
  .worldScroll-icon {
    display: block;
  }
}
@media (max-width: 992px) {
  .partnersWin-block {
    width: 100%;
  }
  .sectionPartners-item__title {
    min-height: auto;
  }
  .partnersExperts-item__name {
    font-size: 28px;
  }
  .partnersExperts-list .slick-track, .partnersExperts-slider .slick-track, .publications-list .slick-track, .publications-slider .slick-track {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partnersExperts-list .slick-slide, .partnersExperts-slider .slick-slide, .publications-list .slick-slide, .publications-slider .slick-slide {
    height: auto !important;
  }
  .partnersExperts-list .slick-slide > div, .partnersExperts-slider .slick-slide > div, .publications-list .slick-slide > div, .publications-slider .slick-slide > div {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
  .partnersExperts-list {
    width: 912px;
    position: static;
    margin: 0 !important;
  }
  .partnersExperts-item {
    margin-right: 16px;
    min-height: 100%;
  }
  .partnersExperts-wrapper {
    padding-bottom: 80px;
    margin-top: 40px;
    position: relative;
  }
  .partnersSlider .slick-next::after,
.partnersSlider .slick-next::before,
.partnersSlider .slick-next svg {
    display: none;
  }
  .partnersSlider .slick-next {
    left: auto;
    right: 0;
  }
  .partnersSlider .slick-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .partnersSlider .slick-dots {
    height: 40px;
    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;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
  .partnersSlider .slick-dots li {
    margin: 0 6px;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #4b5067;
    border-radius: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .partnersSlider .slick-dots li.slick-active {
    background: #5ae4aa;
  }
  .partnersSlider .slick-prev, .partnersSlider .slick-next {
    width: 40px;
    height: 40px;
    background: #D5F4E7;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background-image: url("../../img/category/slider-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
  .partnersSlider .slick-prev::after, .partnersSlider .slick-prev::before, .partnersSlider .slick-prev svg, .partnersSlider .slick-next::after, .partnersSlider .slick-next::before, .partnersSlider .slick-next svg {
    display: none;
  }
  .partnersSlider .slick-next {
    left: auto;
    right: 0;
  }
  .partnersSlider .slick-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .partnersSuccess-list {
    padding: 12px 4px;
  }
  .publications-bottom {
    margin-top: 56px;
  }
  .publications-bottom__title {
    margin-bottom: 16px;
  }
  .publications-wrapper {
    padding-bottom: 80px;
  }
  .publications-slider {
    min-width: 804px;
    position: static !important;
    margin: 0 !important;
  }
  .publications-sliderItem {
    margin-right: 24px;
  }
  .mainPartners-bottom__item {
    width: 100%;
  }
  .collaboration-item {
    width: 100%;
    margin-top: 56px;
  }
  .collaboration-item:first-child {
    margin-top: 24px;
  }
  .worldScrollWrapper {
    width: 95%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .partnersTitle {
    font-size: 36px;
    line-height: 48px;
  }
  .partnersQuestion-block {
    width: 100%;
  }
  .partnersSuccess-list {
    display: block;
    padding: 12px 16px;
  }
  .partnersSuccess-block {
    width: 100%;
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .partnersSuccess-item::before {
    height: 1px;
    width: 100%;
    left: 0;
    top: -20px;
    right: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#4F5B93), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #4F5B93 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #4F5B93 0%, rgba(255, 255, 255, 0) 100%);
  }
  .partnersSuccess-block:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .partnersSuccess-block:first-child .partnersSuccess-item::before {
    display: none;
  }
  .partnersSuccess-block:last-child .partnersSuccess-item::before {
    display: block;
  }
  .publications-item::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 10px;
  }
}
@media (max-width: 576px) {
  .sectionPartners-title br {
    display: none;
  }
  .partners-popup__block {
    width: 100%;
    margin-top: 32px;
  }
  .partners-popup__line, .partners-popup__checkboxes {
    margin-bottom: -8px;
  }
  .partners-popup__bottom {
    display: block;
    text-align: center;
  }
  .partners-popup__btn {
    width: 240px;
    margin: 12px auto 0;
  }
  .partners-popup__title {
    font-size: 24px;
  }
  .partners-popup__wrapper {
    padding: 24px 16px;
  }
  .partners-popup__bottom {
    padding: 16px;
  }
  .modalPartners-close {
    top: 9px;
    right: 9px;
  }
  .partnersWin-btn {
    width: 100%;
  }
  .publications-slider {
    min-width: 670px;
  }
  .publications-sliderItem {
    margin-right: 12px;
  }
  .mainPartners-bottom__item {
    padding: 24px 16px;
  }
}
@media (max-width: 369px) {
  .publications-slider {
    min-width: 600px;
  }
}