.h1 {
  font-size: 65px;
  line-height: 71.5px;
}
@media (max-width: 1366px) {
  .h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

.h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 71.5px;
}
@media (max-width: 1600px) {
  .h2 {
    font-size: 57px;
    line-height: 62px;
  }
}
@media (max-width: 1366px) {
  .h2 {
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width: 576px) {
  .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

.support-page .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc600;
  border-radius: 50%;
  transition: 0.3s all;
}
@media (max-width: 1366px) {
  .support-page .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.support-page .slick-arrow:before {
  display: block;
  line-height: 0;
}
.support-page .slick-arrow:hover {
  background: #fff;
}
.support-page .slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
}
.support-page .slick-arrow.slick-prev:before {
  rotate: 180deg;
  content: url("../image/arrow.png");
}
.support-page .slick-arrow.slick-next {
  right: 0;
  z-index: 1;
}
.support-page .slick-arrow.slick-next:before {
  content: url("../image/arrow.png");
}
.support-page .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.support-page .slick-dots li {
  font-size: 0;
  height: 4px;
  background: #cacaca;
  width: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.support-page .slick-dots li:hover {
  background: rgb(178.5, 138.6, 0);
}
.support-page .slick-dots li.slick-active {
  width: 36px;
  background: #ffc600;
}
.support-page .support-intro {
  position: relative;
  min-height: 1079px;
  padding-top: 267px;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  .support-page .support-intro {
    min-height: 900px;
    padding-top: 215px;
  }
}
@media (max-width: 1366px) {
  .support-page .support-intro {
    min-height: 450px;
    margin-top: 151px;
    padding-top: 15px;
  }
}
@media (max-width: 1024px) {
  .support-page .support-intro {
    min-height: 618px;
    margin-top: 151px;
    padding-top: 48px;
  }
}
@media (max-width: 991px) {
  .support-page .support-intro {
    margin-top: 61px;
  }
}
@media (max-width: 768px) {
  .support-page .support-intro {
    min-height: 967px;
    padding-top: 132px;
  }
}
@media (max-width: 576px) {
  .support-page .support-intro {
    min-height: 600px;
    padding-top: 30px;
  }
}
.support-page .support-intro__bg-image-container {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.support-page .support-intro__bg-image-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(49, 48, 51, 0.5);
}
.support-page .support-intro__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-intro__bg-image.tablet-image {
  display: none;
}
.support-page .support-intro__bg-image.mobile-image {
  display: none;
}
@media (max-width: 1366px) {
  .support-page .support-intro__bg-image.desktop-image {
    display: none;
  }
  .support-page .support-intro__bg-image.tablet-image {
    display: block;
    object-position: 80% center;
  }
}
@media (max-width: 768px) {
  .support-page .support-intro__bg-image.desktop-image {
    display: none;
  }
  .support-page .support-intro__bg-image.tablet-image {
    display: none;
  }
  .support-page .support-intro__bg-image.mobile-image {
    display: block;
  }
}
.support-page .support-intro__text-wrapper {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1600px) {
  .support-page .support-intro__text-wrapper {
    max-width: 55%;
  }
}
@media (max-width: 1366px) {
  .support-page .support-intro__text-wrapper {
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .support-page .support-intro__text-wrapper {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 578px) {
  .support-page .support-intro__text-wrapper {
    max-width: 100%;
  }
}
.support-page .support-intro__title {
  font-weight: 900;
  color: #fff;
}
.support-page .support-intro__title span {
  color: #ffc600;
}
@media (max-width: 1600px) {
  .support-page .support-intro__title {
    margin-top: 36px;
  }
}
@media (max-width: 1366px) {
  .support-page .support-intro__title {
    margin-top: 20px;
  }
}
.support-page .support-intro__text {
  color: #fff;
  margin-top: 37px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
}
@media (max-width: 1600px) {
  .support-page .support-intro__text {
    padding-right: 0;
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .support-page .support-intro__text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 16px;
  }
}
.support-page .support-intro__button {
  width: auto;
  justify-content: flex-start;
  margin-top: 130px;
}
@media (max-width: 1600px) {
  .support-page .support-intro__button {
    margin-top: 62px;
  }
}
@media (max-width: 1366px) {
  .support-page .support-intro__button {
    margin-top: 42px;
  }
}
@media (max-width: 1024px) {
  .support-page .support-intro__button {
    margin-top: 94px;
  }
}
@media (max-width: 768px) {
  .support-page .support-intro__button {
    margin-top: 210px;
  }
}
@media (max-width: 576px) {
  .support-page .support-intro__button {
    margin-top: 120px;
  }
}
.support-page .support-intro__button .main-quality__btn {
  width: 404px;
  height: 100%;
  min-height: 166px;
  padding: 36px 166px 36px 36px;
}
@media (max-width: 1366px) {
  .support-page .support-intro__button .main-quality__btn {
    width: 352px;
    height: 100%;
    min-height: 126px;
    padding: 16px 133px 16px 25px;
  }
}
@media (max-width: 768px) {
  .support-page .support-intro__button .main-quality__btn {
    width: 268px;
    height: 100%;
    min-height: 68px;
    padding: 111px 53px 24px 24px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .support-page .support-intro__button .main-quality__btn {
    margin: 0 auto;
    width: 90%;
    padding: 25px 100px 25px 25px;
    border-radius: 24px;
  }
}
.support-page .support-intro__button .main-quality__btn:hover .main-quality__btn-bg {
  clip-path: circle(115% at 83.7% 38.5%);
}
@media (max-width: 768px) {
  .support-page .support-intro__button .main-quality__btn:hover .main-quality__btn-bg {
    clip-path: circle(115% at 79.7% 20.5%);
  }
}
@media (max-width: 576px) {
  .support-page .support-intro__button .main-quality__btn:hover .main-quality__btn-bg {
    clip-path: circle(100% at 85% 50%);
  }
}
.support-page .support-intro__button .main-quality__btn-bg {
  clip-path: circle(9.5% at 83.7% 38.5%);
}
@media (max-width: 768px) {
  .support-page .support-intro__button .main-quality__btn-bg {
    clip-path: circle(8.5% at 79.7% 20.5%);
  }
}
@media (max-width: 576px) {
  .support-page .support-intro__button .main-quality__btn-bg {
    clip-path: circle(8.5% at 85% 50%);
  }
}
.support-page .support-intro__button .main-quality__btn-title,
.support-page .support-intro__button .main-quality__btn-desc {
  text-align: left;
}
.support-page .support-intro__button .main-btn-icon {
  right: 59px;
  top: 57px;
}
@media (max-width: 1366px) {
  .support-page .support-intro__button .main-btn-icon {
    right: 50px;
    top: 40px;
  }
}
@media (max-width: 576px) {
  .support-page .support-intro__button .main-btn-icon {
    right: 14%;
    top: 46%;
  }
}
.support-page .support-timeline {
  padding: 140px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .support-page .support-timeline {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .support-page .support-timeline {
    padding-bottom: 135px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline {
    padding-bottom: 80px;
  }
}
.support-page .support-timeline:before {
  content: "";
  background: url("../image/road_bg_top.png") no-repeat center/130vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  z-index: -1;
}
@media (max-width: 768px) {
  .support-page .support-timeline:before {
    background-position: center;
    background-size: cover;
  }
}
.support-page .support-timeline:after {
  content: "";
  background: url("../image/road_bg_bottom.png") no-repeat 50% 10%/100vw;
  position: absolute;
  height: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .support-page .support-timeline:after {
    background-position: center;
    background-size: cover;
  }
}
.support-page .support-timeline__timeline-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 140px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__timeline-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .support-page .support-timeline__timeline-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .support-page .support-timeline__timeline-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 135px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__timeline-wrapper {
    padding-top: 80px;
  }
}
.support-page .support-timeline__timeline-wrapper:last-child {
  margin-bottom: 0;
}
.support-page .support-timeline__timeline-wrapper:nth-child(even) .support-timeline__posts-wrapper:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0, #313033 14%, #313033 87.5%, rgba(255, 255, 255, 0.3) 100%);
}
.support-page .support-timeline__timeline-wrapper:nth-child(even) .support-timeline__post {
  border-color: #313033;
}
.support-page .support-timeline__timeline-wrapper:nth-child(even) .support-timeline__post:after, .support-page .support-timeline__timeline-wrapper:nth-child(even) .support-timeline__post:before {
  background: #313033;
}
.support-page .support-timeline__left-block {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 1600px) {
  .support-page .support-timeline__left-block {
    padding-left: 140px;
  }
}
@media (max-width: 1366px) {
  .support-page .support-timeline__left-block {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media (max-width: 1240px) {
  .support-page .support-timeline__left-block {
    padding-left: 0;
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .support-page .support-timeline__left-block {
    max-width: 100%;
    flex: 1 1 100%;
    padding-top: 0;
    text-align: center;
  }
}
.support-page .support-timeline__text-wrapper {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 36px 0;
  max-width: 435px;
}
@media (max-width: 768px) {
  .support-page .support-timeline__text-wrapper {
    max-width: 100%;
    padding: 24px 0;
  }
}
.support-page .support-timeline__right-block {
  flex: 0 1 60%;
  max-width: 60%;
  width: 100%;
  padding-left: 140px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__right-block {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media (max-width: 1024px) {
  .support-page .support-timeline__right-block {
    padding-top: 62px;
    padding-left: 59px;
  }
}
@media (max-width: 768px) {
  .support-page .support-timeline__right-block {
    max-width: 100%;
    flex: 1 1 100%;
    padding-left: 98px;
    padding-top: 48px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__right-block {
    padding-left: 0;
  }
}
.support-page .support-timeline__timeline-title {
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  color: #cacaca;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__timeline-title {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__timeline-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.support-page .support-timeline__timeline-year {
  font-size: 64px;
  line-height: 56px;
  font-weight: 700;
  color: #ffc600;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__timeline-year {
    font-size: 48px;
    line-height: 47px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__timeline-year {
    font-size: 38px;
    line-height: 38px;
  }
}
.support-page .support-timeline__posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
}
.support-page .support-timeline__posts-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #ffc600 14%, #ffc600 87.5%, rgba(255, 255, 255, 0.3) 100%);
  width: 20px;
  height: 100%;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__posts-wrapper:before {
    width: 13px;
    left: -70px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__posts-wrapper:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .support-page .support-timeline__posts-wrapper {
    gap: 35px;
  }
}
.support-page .support-timeline__post {
  border: 15px solid #cacaca;
  padding: 36px 0 20px;
  background: #fff;
  position: relative;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post {
    padding: 20px 0 13px;
  }
}
.support-page .support-timeline__post:before {
  position: absolute;
  content: "";
  top: 93px;
  left: -100px;
  height: 20px;
  width: 100px;
  background: #f0f0f0;
  z-index: -1;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post:before {
    top: 74px;
    left: -92px;
    height: 13px;
    width: 100px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__post:before {
    display: none;
  }
}
.support-page .support-timeline__post:after {
  content: "";
  position: absolute;
  top: 76px;
  left: -141px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc600;
  box-shadow: 0 0 0 18px #fff;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post:after {
    top: 65px;
    left: -95px;
    width: 31px;
    height: 31px;
    box-shadow: 0 0 0 13px #fff;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__post:after {
    display: none;
  }
}
.support-page .support-timeline__post-header {
  display: flex;
  justify-content: space-between;
  padding: 0 36px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post-header {
    padding: 0 23px;
  }
}
.support-page .support-timeline__post-header_year, .support-page .support-timeline__post-header_month {
  font-weight: 700;
  line-height: 27px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .support-page .support-timeline__post-header_year, .support-page .support-timeline__post-header_month {
    font-size: 16px;
  }
}
.support-page .support-timeline__post-title {
  padding: 0 36px;
  margin-top: 16px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post-title {
    padding: 0 23px;
  }
}
@media (max-width: 576px) {
  .support-page .support-timeline__post-title {
    font-size: 32px;
  }
}
.support-page .support-timeline__post-content {
  padding: 0 36px;
  margin-top: 20px;
}
.support-page .support-timeline__post-content p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post-content {
    padding: 0 23px;
  }
}
.support-page .support-timeline__post-content .addtoany_content_bottom {
  display: none;
}
.support-page .support-timeline__post-for {
  background: #f0f0f0;
  padding: 30px 36px;
  margin-top: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post-for {
    padding: 23px;
    margin-top: 17px;
  }
}
.support-page .support-timeline__post-for_thumb .attachment-post-thumbnail {
  width: 47px;
  height: 55px;
  object-fit: contain;
  max-width: unset;
}
.support-page .support-timeline__post-for_text-title {
  font-size: 18px;
  font-weight: 700;
}
.support-page .support-timeline__post-for_text-name {
  font-size: 14px;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__post-for_text-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.support-page .support-timeline__gallery {
  padding: 0 24px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease;
}
.support-page .support-timeline__gallery .slick-list {
  margin: 0 auto;
}
.support-page .support-timeline__gallery .slick-prev {
  left: 20px;
}
.support-page .support-timeline__gallery .slick-next {
  right: 20px;
}
.support-page .support-timeline__gallery-inner {
  height: 200px;
  flex: 1 1;
  margin: 30px 10px;
  position: relative;
}
.support-page .support-timeline__gallery-inner.once-slide {
  flex: unset;
}
@media (max-width: 1366px) {
  .support-page .support-timeline__gallery-inner {
    margin: 20px 10px;
  }
}
.support-page .support-timeline__gallery-image-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25);
  cursor: url(../image/cursor.svg) 15 15, auto;
}
@media (max-width: 1024px) {
  .support-page .support-timeline__gallery-image-wrapper {
    cursor: pointer;
    position: relative;
  }
  .support-page .support-timeline__gallery-image-wrapper:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: url("../image/cursor.svg");
    display: block;
    width: 36px;
    height: 36px;
  }
}
.support-page .support-timeline__gallery-image-wrapper:hover .support-timeline__gallery-photo {
  opacity: 1;
}
.support-page .support-timeline__gallery-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.support-page .tiles {
  background: #6f6f71;
  padding: 140px 0 100px;
}
@media (max-width: 1366px) {
  .support-page .tiles {
    padding: 80px 0;
  }
}
@media (max-width: 970px) {
  .support-page .tiles {
    padding: 50px 0;
  }
}
.support-page .tiles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
@media (max-width: 970px) {
  .support-page .tiles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 725px) {
  .support-page .tiles__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.support-page .tiles__item {
  background: #fff;
  padding: 45px 40px 20px;
  text-align: center;
  min-height: 300px;
  position: relative;
}
@media (max-width: 1366px) {
  .support-page .tiles__item {
    min-height: 275px;
  }
}
@media (max-width: 1024px) {
  .support-page .tiles__item {
    min-height: 228px;
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .support-page .tiles__item {
    min-height: 164px;
  }
}
.support-page .tiles__item.title {
  grid-column: span 2;
  text-align: left;
  font-size: 24px;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 20px 0;
}
@media (max-width: 970px) {
  .support-page .tiles__item.title {
    grid-column: span 3;
    text-align: center;
  }
}
@media (max-width: 725px) {
  .support-page .tiles__item.title {
    grid-column: span 2;
  }
}
.support-page .tiles__item.title .h2, .support-page .tiles__item.title h2 {
  color: #fff;
}
.support-page .tiles__item.crest {
  background-color: #313033;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-page .tiles__item.crest:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("../image/crest_of_ukraine.png");
  width: 53px;
  height: 86px;
}
.support-page .tiles__item.crest-content {
  text-align: center;
  color: #fff;
}
.support-page .tiles__item.crest-content .h5, .support-page .tiles__item.crest-content h5 {
  margin-top: 10px;
}
@media (min-width: 970px) {
  .support-page .tiles__item:nth-child(n+12) {
    display: none;
  }
}
@media (max-width: 970px) {
  .support-page .tiles__item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 725px) {
  .support-page .tiles__item:nth-child(n+10) {
    display: none;
  }
}
.support-page .tiles__item.visible {
  display: block;
}
.support-page .tiles__item .item-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffc600;
  transition: all 0.6s ease;
  overflow: hidden;
  pointer-events: none;
}
.support-page .tiles__item .item-hover__icon {
  width: 57px;
  height: 57px;
  background: #313033;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-page .tiles__item .item-hover__icon .main-btn-icon {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 15px;
  height: 15px;
}
.support-page .tiles__item .item-hover__icon .main-btn-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 150%;
  height: 2px;
  background: #fff;
}
.support-page .tiles__item .item-hover__text {
  color: #313033;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding-top: 10px;
  max-width: 100px;
}
.support-page .tiles__item:hover .item-hover {
  opacity: 1;
  z-index: 10;
}
.support-page .tiles__item-image {
  width: 132px;
  height: 158px;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .support-page .tiles__item-image {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .support-page .tiles__item-image {
    width: 80px;
    height: 96px;
  }
}
@media (max-width: 725px) {
  .support-page .tiles__item-image {
    width: 60px;
    height: 70px;
  }
}
.support-page .tiles__link.no-link .item-hover {
  display: none;
}
.support-page .tiles__item-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #313033;
  position: relative;
  z-index: 2;
}
.support-page .tiles__load-more {
  margin: 35px auto 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 70px;
  padding: 17px 60px 17px 35px;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.support-page .tiles__load-more:after {
  position: absolute;
  content: url("../image/arrow_down.png");
  transition: all 0.3s ease;
  top: 30px;
  right: 38px;
  line-height: 0;
}
.support-page .tiles__load-more:hover {
  background-color: #ffc600;
  border-color: #ffc600;
  color: #313033;
  opacity: 1;
}
.support-page .tiles__load-more:hover:after {
  filter: brightness(5%);
}
.support-page .tiles__load-more.open:after {
  transform: rotate(180deg);
}
.support-page .thx {
  padding: 140px 0 0;
}
.support-page .thx.no-seo-block {
  margin-bottom: 140px;
}
@media (max-width: 1366px) {
  .support-page .thx.no-seo-block {
    margin-bottom: 85px;
  }
}
@media (max-width: 991px) {
  .support-page .thx.no-seo-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 1366px) {
  .support-page .thx {
    padding: 80px 0 0;
  }
}
.support-page .thx__title {
  margin-bottom: 48px;
}
@media (max-width: 970px) {
  .support-page .thx__title {
    text-align: center;
    margin-bottom: 60px;
  }
}
.support-page .thx__title span {
  color: #ffc600;
}
.support-page .thx__gallery {
  opacity: 0;
  display: flex;
  transition: all 0.3s;
}
.support-page .thx__gallery.one-slide {
  opacity: 1;
}
.support-page .thx__gallery.slick-initialized {
  opacity: 1;
}
.support-page .thx__gallery .slick-track {
  height: 100%;
}
.support-page .thx__gallery .slick-arrow {
  width: 80px;
  height: 80px;
}
@media (max-width: 1366px) {
  .support-page .thx__gallery .slick-arrow {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .support-page .thx__gallery .slick-arrow {
    height: 45px;
    width: 45px;
  }
}
.support-page .thx__gallery .slick-next {
  right: -28px;
}
@media (max-width: 1366px) {
  .support-page .thx__gallery .slick-next {
    right: -4px;
  }
}
.support-page .thx__gallery .slick-prev {
  left: -28px;
}
@media (max-width: 1366px) {
  .support-page .thx__gallery .slick-prev {
    left: -4px;
  }
}
.support-page .thx__gallery .slick-dots {
  top: -58px;
  bottom: unset;
  right: 14px;
  left: unset;
  transform: unset;
}
@media (max-width: 970px) {
  .support-page .thx__gallery .slick-dots {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    top: -35px;
  }
}
.support-page .thx__gallery .slick-dots li {
  height: 6px;
  width: 36px;
}
.support-page .thx__gallery .slick-dots li.slick-active {
  width: 50px;
}
.support-page .thx__gallery-card-container {
  margin: 0 12px;
  flex: 1 1;
}
.support-page .thx__gallery-card-container.card-double {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.support-page .thx__gallery-card-container.card-double .thx__gallery-card {
  min-height: auto;
}
.support-page .thx__gallery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 550px;
  height: 100%;
  color: #fff;
  padding: 36px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .support-page .thx__gallery-card:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    background: url("../image/cursor.svg") no-repeat center center/contain;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 950px) {
  .support-page .thx__gallery-card {
    min-height: 450px;
  }
}
.support-page .thx__gallery-main-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.support-page .thx__gallery-main-image-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(49, 48, 51, 0.5), rgba(49, 48, 51, 0.5)), linear-gradient(180deg, rgba(49, 48, 51, 0) 50.07%, #313033 100%);
}
.support-page .thx__gallery-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-page .thx__gallery-date {
  display: flex;
  gap: 5px;
  font-size: 16px;
  line-height: 18px;
}
.support-page .thx__gallery-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .support-page .thx__gallery-title {
    font-size: 22px;
    line-height: 22px;
  }
}
.support-page .thx__gallery-content {
  font-size: 16px;
  line-height: 18px;
}
.support-page .thx__gallery-link-wrapper {
  height: 0;
}
.support-page .thx__gallery-link-wrapper .thx__gallery-link {
  display: none;
}
.support-page .thx__gallery-link-wrapper .thx__gallery-link:first-child {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 20;
  opacity: 0;
  cursor: url(../image/cursor.svg) 15 15, auto;
}
@media (max-width: 768px) {
  .support-page .thx__gallery-link-wrapper .thx__gallery-link:first-child {
    cursor: pointer;
  }
}

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