/* MARK: - Base */
/* #region Base */

body:has(.sitesupport) .pagebottom {
  margin: 0;
}

body:has(.sitesupport) .hdr {
  padding-bottom: 30px;
}


.sitesupport {
  position: relative;
  letter-spacing: -0.04em;
}

.sitesupport .container {
  position: relative;
  margin: 0 auto;
  width: 1010px;
  max-width: calc(100% - 20px);
}

.sitesupport img {
  display: block;
  height: auto;
}

/* #endregion Base */


/* MARK: - Hero */
/* #region Hero */

.supporthero {
  position: relative;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.supporthero__bg {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 1500px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

.supporthero__bg img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0 0;
}

.supporthero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.supporthero__title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  max-width: 709px;
}

.supporthero__title b {
  font-weight: 600;
  color: #ff3425;
}

.supporthero__text {
  margin-top: 20px;
  max-width: 585px;
}

.supporthero__uppercase {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.78;
  text-transform: uppercase;

}

.supporthero__lead {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.43;

  max-width: 530px;
}

.supporthero__lead p {
  margin: 0;
}

.supporthero__button {
  width: 336px;
  height: 65px;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
}

/* #endregion Hero */


/* MARK: - Block 2 */
/* #region Block 2 */

.support2 {
  position: relative;
  padding-top: 72px;
  padding-bottom: 80px;
  overflow: visible;
  z-index: 1;
}

.support2::before,
.support2::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: 120px;
  background: linear-gradient(to bottom, #fdda22, #fee40d);
  pointer-events: none;
}

.support2::before {
  left: calc(50% - 1050px);
  top: 250px;
  width: 600px;
  height: 600px;
  transform: rotate(45deg);
  opacity: 0.9;
}

.support2::after {
  right: calc(50% - 733px);
  top: 400px;
  width: 341px;
  height: auto;
  transform: rotate(45deg);
  opacity: 0.9;
  aspect-ratio: 1 / 1;
  border-radius: 90px;
}

.support2 .container {
  position: relative;
  z-index: 1;
}

.support2__titlebar {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 20px 50px;
}

.support2__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  color: #fff;
}

.support2__intro {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.support2__intro p {
  margin: 0 0 19px;
}

.support2__intro p:last-child {
  margin-bottom: 0;
}

.support2__intro p b {
  font-weight: 600;
}

.support2__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  margin-top: 40px;
}

.support2__card {
  position: relative;
  border-radius: 16px;
  background: rgba(247, 247, 247, 0.83);
  box-shadow: 0 4px 7.1px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.9px);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 24px 14px 18px;
}

.support2__cardtext {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.support2__cardicon {
  width: 100px;
  height: 100px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support2__cardicon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* #endregion Block 2 */


/* MARK: - Cite */
/* #region Cite */

.supportcite {
  position: relative;
  padding-top: 58px;
  padding-bottom: 80px;
  z-index: 2;
}

.supportcite__box {
  position: relative;
  border-radius: 0px;
  background: #fddd1b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  text-wrap: balance;
}

.supportcite__qote1,
.supportcite__qote2 {
  position: absolute;
  width: 52px;
  height: 42px;
  z-index: 2;
}

.supportcite__qote1 {
  top: 8px;
  left: 5px;
  transform: translateY(-50%);
}

.supportcite__qote2 {
  bottom: 8px;
  right: 5px;
  transform: translateY(50%) rotate(180deg);
}

.supportcite__text {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 826px;
}

.supportcite__line1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;

}

.supportcite__line2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.65;
}

/* #endregion Cite */


/* MARK: - Block 3 */
/* #region Block 3 */

.support3 {
  position: relative;
  padding-top: 48px;
  padding-bottom: 80px;
  z-index: 1;
}

.support3__wrap {
  border-radius: 58px;
  background: #1c1c1c;
  padding: 32px 60px 38px;
  color: #fff;
}

.support3__top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 30px;
}

.support3__icon {
  width: 118px;
  height: auto;
  flex-shrink: 0;
}

.support3__icon img {
  width: 100%;
}

.support3__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
  color: #fff;
}

.support3__text {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.support3__text p {
  margin: 0 0 23px;
}

.support3__text p:last-child {
  margin-bottom: 0;
}

/* #endregion Block 3 */


/* MARK: - Form */
/* #region Form */

.supporform {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 1;
}

.supporform__wrap {
  position: relative;
  border-radius: 55px;
  background: linear-gradient(to bottom, #fdda22, #fee40d);
  padding: 28px 40px 20px;
  overflow: visible;
}

.supporform__topline {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.supporform__pic {
  position: relative;
  flex-shrink: 0;
  width: 255px;
}

.supporform__pic img {
  display: block;
  position: absolute;
  left: -58px;
  top: 0;
  width: 344px;
  height: auto;
  z-index: 2;
}

.supporform__content {
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 10px;
}

.supporform__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;

}

.supporform__subtitle {
  margin-top: 24px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;

}

.supporform__form {
}

/* #endregion Form */


/* MARK: - Media */
/* #region Media */

@media (max-width: 1200px) {
  .supporthero__title {
    font-size: 42px;
    line-height: 1.1;
  }

  .support2__title {
    font-size: 36px;
  }

  .supportcite__line1 {
    font-size: 28px;
  }

  .support3__title {
    font-size: 36px;
  }

  .supporform__title {
    font-size: 36px;
  }
}







@media (max-width: 992px) {
  .sitesupport .container {
    width: auto;
    max-width: none;
    padding: 0 20px;
  }

  .supporthero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .supporthero__content{
    max-width: 60%;
  }

  .supporthero__title {
    font-size: 32px;
    max-width: none;
  }

  .supporthero__title br{
    display: none;
  }

  .supporthero__text,
  .supporthero__lead {
    max-width: none;
  }

  .supporthero__button {
    width: 100%;
    max-width: 336px;
    height: 58px;
    margin-top: 20px;
    font-size: 14px;
  }

  .support2::before,
  .support2::after {
    display: none;
  }

  .support2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .support2__titlebar {
    padding: 20px 20px;
  }

  .support2__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .support2__intro {
    font-size: 16px;
    margin-top: 20px;
  }

  .support2__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
  }

  .support2__card {
    height: auto;
    min-height: 180px;
    padding: 16px 10px 10px;
    gap: 10px;
  }

  .support2__cardtext {
    font-size: 13px;
    line-height: 1.2;
  }

  .support2__cardicon {
    width: 70px;
    height: 70px;
  }

  .supportcite {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .supportcite__box {
    padding: 24px 20px;
  }

  .supportcite__line1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .supportcite__line2 {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 12px;
  }

  .supportcite__qote1,
  .supportcite__qote2 {
    width: 36px;
    height: 28px;
  }

  .supportcite__qote1 {
    top: 8px;
    left: 10px;
  }

  .supportcite__qote2 {
    bottom: 8px;
    right: 10px;
  }

  .support3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .support3__wrap {
    border-radius: 30px;
    padding: 30px;
  }

  .support3__top {
    flex-wrap: wrap;
    gap: 16px;
  }

  .support3__icon {
    width: 80px;
  }

  .support3__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .support3__text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
  }

  .supporform {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .supporform__wrap {
    border-radius: 30px;
    padding: 30px 24px;
  }

  .supporform__topline {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }

  .supporform__pic {
    width: auto;
    margin-bottom: 16px;
  }

  .supporform__pic img {
    position: static;
    width: 260px;
    transform: none;
    margin: 0 auto;
  }

  .supporform__content {
    padding-top: 0;
    text-align: center;
    max-width: none;
  }

  .supporform__title {
    font-size: 28px;
  }

  .supporform__subtitle {
    font-size: 18px;
    margin-top: 12px;
  }

  .supporform__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .supporform__input {
    width: calc(50% - 8px);
    height: 58px;
    border-radius: 50px;
    border: 1px solid #cecece;
    background: #fff;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    outline: none;
  }

  .supporform__submit {
    width: 100%;
    height: 58px;
    font-size: 14px;
  }

  .supporform__agree {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
  }

  .supporform__agree span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
}









@media (max-width: 767px) {
  .sitesupport .container {
    padding: 0 15px;
  }

  body:has(.sitesupport) .hdr {
    padding-bottom: 10px;
  }

  .supporthero {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .supporthero__bg {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    left: auto;
    transform: none;
    border-radius: 0;
  }

  .supporthero__bg img{
    display: block;
    width: 100%;
    height: auto;
  }

  .supporthero__content{
    max-width: none;
    margin-top: -30px;
  }

  .supporthero__title {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }

  .supporthero__text {
    margin-top: 16px;
    text-align: center;
  }

  .supporthero__uppercase {
    font-size: 14px;
    line-height: 1.5;
  }

  .supporthero__lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
  }

  .supporthero__button {
    height: 82px;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    max-width: none;
  }

  .support2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .support2__titlebar {
    padding: 14px 16px;
  }

  .support2__title {
    font-size: 18px;
    line-height: 1.3;
    text-wrap: balance;
  }

  .support2__intro {
    margin-top: 20px;
    font-size: 14px;
  }

  .support2__intro p {
    margin-bottom: 12px;
  }

  .support2__cards {
    gap: 12px;
    margin-top: 20px;
  }

  .support2__card {
    min-height: 150px;
    padding: 18px 10px 10px;
    gap: 8px;
    min-width: 0;
  }

  .support2__cardtext {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .support2__cardicon {
    width: 75px;
    height: 75px;
  }

  .supportcite {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .supportcite__box {
    padding: 32px 16px;
  }

  .supportcite__qote1,
  .supportcite__qote2 {
    width: 28px;
    height: 22px;
  }

  .supportcite__qote1 {
    top: 8px;
    left: 6px;
  }

  .supportcite__qote2 {
    bottom: 8px;
    right: 6px;
  }

  .supportcite__line1 {
    font-size: 16px;
    line-height: 1.3;
  }

  .supportcite__line2 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .support3 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .support3__wrap {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .support3__top {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .support3__icon {
    width: 70px;
  }

  .support3__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .support3__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .support3__text p {
    margin-bottom: 12px;
  }

  .supporform__wrap {
    border-radius: 24px;
    padding: 24px 16px 20px;
  }

  .supporform__pic img {
    width: 220px;
    margin: 0 auto;
  }

  .supporform__title {
    font-size: 22px;
  }

  .supporform__subtitle {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .supporform__form {
    flex-direction: column;
    gap: 12px;
  }

  .supporform__input {
    width: 100%;
    height: 54px;
    font-size: 13px;
  }

  .supporform__submit {
    width: 100%;
    height: 54px;
    font-size: 13px;
  }

  .supporform__agree {
    justify-content: flex-start;
    margin-top: 6px;
  }
}

/* #endregion Media */
