.main {
  display: flex;
  flex-direction: column;
  padding-top: 14.93vw;
}

.main__hero {
  position: relative;
  height: 136.26vw;
  overflow: hidden;
}

.main__hero__swiper {
  height: 126.93333vw !important;
}
.swiper-slide {
  padding: 6.133vw 6.667vw;
  background-color: #000;
}
.swiper-slide.main__hero__list__item {
  position: relative;
  width: 100%;

  flex-shrink: 0;
  flex-grow: 0;

  padding-bottom: 63.47vw;
}

.main__hero__img--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__hero__img--desktop {
  display: none;
}

.main__hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 10.67vw 14.27vw;

  background: rgba(0, 0, 0, 0.4);

  backdrop-filter: blur(5vw);
}

.main__hero__content__title {
  margin-bottom: 2.34vw;

  color: #fff;
  text-align: center;
  font-family: var(--font-brand);
  font-size: 10.66667vw;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.main__hero__content__subtitle {
  margin-bottom: 2.72vw;

  color: #d8d8d8;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: normal;
}

.main__hero__content__button {
  display: grid;
  place-content: center;

  padding: 1.8vw 11vw;

  background-color: var(--color-brand);
  border: 0.52vw solid var(--color-brand);

  transform: skewX(-15deg);
}

.main__hero__content__button > span {
  color: #000;
  font-size: 4.8vw;
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  transform: skewX(15deg);
  transition: all 0.15s ease-out;
  cursor: pointer;
}

.main__hero__content__button:hover {
  background-color: transparent;
}

.main__hero__content__button:hover > span {
  color: var(--color-brand);
}

.main__hero__dots {
  z-index: 2;
  width: min-content !important;
  height: min-content;
  position: absolute;
  bottom: 22.93vw !important;
  right: 3.47vw !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  gap: 3.84vw;
}

.main__hero__dots .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 !important;

  transition: all 0.15s ease-out;
}

.main__hero__dots .swiper-pagination-bullet:hover {
  background-color: var(--color-brand);
  opacity: 1;
}

.main__hero__dots .swiper-pagination-bullet-active {
  opacity: 1;
}



@media (min-width: 1000px) {
  .main {
    padding-top: 0;
    margin-top: -1.167vw;
  }
}

.main__news {
  display: flex;
  flex-direction: column;
  gap: 10.67vw;

  padding: 0 0 26.83vw 0;

  background-color: #000;
}

.main__news__sidebar {
  display: flex;
  flex-direction: column;
  gap: 10.67vw;
}

.main__news__top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.73vw;
  padding: 8.267vw 3.2vw;

  border: none;
  background-color: #1F1F1F;
}

.main__news__top__title {
  color: var(--color-brand);
  font-family: var(--font-brand);
  font-size: 11.467vw;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  position: relative;
}

h2.main__news__top__title:after{
  width: 14.4vw;
  height: 8vw;
  background: url("../img/decoration/pm-yellow.svg");
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  background-size: contain;
  top: 8px;
}
.main__news__top__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main__news__top__list {
  display: flex;
  width: 100%;
}

.main__news__top__list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.main__news__top__list__item__date {
  display: flex;
  position: relative;
  gap: 5.52vw;
  margin-bottom: 4.23vw;

  color: #C8C3C7;
  font-family: var(--font-brand);
  font-size: 3.733vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.main__news__top__list__item__date> span:last-child{
  position: absolute;
  right: 0;
}

.main__news__top__list__item__title {
  position: relative;
  width: 100%;
  margin-bottom: 5.667vw;

  color: #E8E8E8;
  font-family: var(--font-brand);
  font-size: 4vw;
  font-weight: 700;
  line-height: 110%;
}

.main__news__top__list__item__title:hover {
  text-decoration: underline;
}

/*.main__news__top__list__item__title:hover
  .main__news__top__list__item__title__decoration::before {
  opacity: 1;

  transition: all 0.15s 0.15s ease-out;
}*/

/*.main__news__top__list__item__title:hover,
  .main__news__top__list__item__title__decoration
  > img {
  transform: skewX(15deg) translate(100%, -40%);

  transition: all 0.15s ease-out;
}*/

.main__news__top__list__item__content {
  position: relative;
}
.main__news__top__list__item__title__decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  width: 10.979vw;
  height: 11.899vw;

  /*background-color: var(--color-brand);

  transform: skewX(-15deg);*/
}


.main__news__top__list__item__title__decoration a > img {
  width: 100%;
  height: 100%;
}

.main__news__top__list__item__text {
  width: 44vw;
  margin-bottom: 0;

  color: #C8C3C7;
  font-family: var(--font-brand);
  font-size: 3.733vw;
  font-weight: 400;
  line-height: normal;
}

.main__news__top__dots {
  position: relative;
  display: flex;
  gap: 3.84vw;
  justify-content: center;
  margin-top: 3.73vw;
  bottom: auto;
  left: auto;
  transform: none;
}

.main__news__top__dots .swiper-pagination-bullet {
  width: 1.867vw;
  height: 1.867vw;
  background-color: #C8C3C7;
  border-radius: 0.533vw;
  opacity: 1;
  margin: 0 !important;

  transition: all 0.15s ease-out;
  vertical-align: center;
}

.main__news__top__dots .swiper-pagination-bullet:hover {
  background-color: var(--color-brand);
  width: 2.667vw;
  height: 2.667vw;
  opacity: 1;
}

.main__news__top__dots .swiper-pagination-bullet-active {
  opacity: 1;
  width: 2.667vw;
  height: 2.667vw;
  background-color: var(--color-brand);
  margin-top: -0.4vw !important;
}

@media (min-width: 1000px) {
  .main__news {
    flex-direction: row-reverse;
    gap: 2.656vw;

    padding: 0 0 0 5.781vw;
  }

  .main__news__sidebar {
    gap: 0;
  }

  .main__news__top {
    height: min-content;
    gap: 1.3vw;
    padding: 5.781vw 5.729vw 7.552vw 2.696vw;

    border: none;
  }

  .main__news__top__title {
    font-size: 2.604vw;
  }
  h2.main__news__top__title:after{
    width: 3.958vw;
    height: 2.188vw;
    top: 0;
  }

  .main__news__top__swiper {
    height: auto;
    width: 24.635vw;
  }

  .swiper-slide {
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 1.823vw 1.719vw 2.344vw;
  }

  .main__news__top__list {
    display: flex;
    flex-direction: column;
    gap: 1.04vw;
  }

  .main__news__top__list__item__date {
    gap: 1.56vw;
    margin-bottom: 1.2vw;

    font-size: 0.94vw;
    position: relative;
    line-height: 80%;
    text-transform: uppercase;
    font-weight: 400;
  }

  .main__news__top__list__item__date > span:nth-child(2) {
    position: absolute;
    right: 0;
  }

  .main__news__top__list__item__title {
    width: 100%;
    margin-bottom: 0.42vw;

    font-size: 1.146vw;
    font-weight: 700;
    line-height: 110%;
  }

  .main__news__top__list__item__title__decoration {
    width: 3.281vw;
    height: 3.281vw;
  }


  .main__news__top__list__item__title__decoration > img {
    width: 100%;
    height: 100%;
  }
  .main__news__top__list__item__content {
    margin-top: 1.563vw;
  }
  .main__news__top__list__item__text {
    width: 13.125vw;
    line-height: 120%;
    font-size: 1.042vw;
    margin-bottom: 0;
  }

  .main__news__top__dots {
    display: none;
  }
}

.main__news__mainContent {
  display: flex;
  flex-direction: column;
  gap: 10.67vw;
  padding:  6.667vw 5.333vw 13.333vw;
}

.main__news__latest {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__news__latest__title {
  margin-bottom: 5.33vw;

  color: #C8C3C7;
  font-family: var(--font-brand);
  font-size: 11.467vw;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80%;
}

.main__news__latest__list {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
  width: 100%;

  margin-bottom: 5.33vw;
}

.main__news__latest__item {
  display: flex;
  flex-direction: column;
  background-color: #1F1F1F;
}

.main__news__latest__item__img__wrapper {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.main__news__latest__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: all 0.15s ease-out;
}

.main__news__latest__item:hover .main__news__latest__item__img {
  transform: scale(1.5);
}

.main__news__latest__item__content {
  display: flex;
  flex-direction: column;
  padding: 6.333vw 7.2vw;

}

.main__news__latest__item__date {
  display: flex;
  gap: 5.52vw;
  margin-bottom: 5.6vw;

  color: #C8C3C7;
  position: relative;
  font-family: var(--font-brand);
  font-size: 3.733vw;
  font-weight: 400;
  line-height: 80%;
  text-transform: uppercase;
}

.main__news__latest__item__date>span:last-child{
  position:absolute;
  right: 0;
}

.main__news__latest__item__title {
  margin-bottom: 4.267vw;

  color: #C8C3C7;
  font-family: var(--font-brand);
  font-size: 5.6vw;
  font-weight: 700;
  line-height: normal;
}

.main__news__latest__item__text {
  margin-bottom: 4vw;

  color: #C8C3C7;
  font-family: var(--font-brand);
  font-size: 4vw;
  font-weight: 400;
  line-height: normal;
  line-height: 120%;
}

.main__news__latest__item__link {
  color: var(--color-brand);
  font-family: var(--font-brand);
  background-color: #6C00E8;
  font-size: 4.267vw;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: none;
  text-decoration-style: solid;
  border-radius: 3.093vw;

  text-transform: uppercase;
  text-align: center;
  padding: 3.467vw 3.733vw;
}

.main__news__latest__item__link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.main__news__latest__button {
  /*display: flex;
  align-items: center;
  gap: 2.13vw;*/


  padding: 4.347vw 4.829vw;

  background-color: var(--color-brand);
  cursor: pointer;
  border-radius: 3.867vw;
  display: block;
  text-align: center;
}

.main__news__latest__button > span {
  color: #000;
  font-size: 7.733vw;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 130%;
}
.main__news__latest__button > span:after{
  background: url(../img/decoration/arrow_down.svg) no-repeat right;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 6.4vw;
  width: 9.6vw;
}

.main__news__latest__button__decoration {
  width: 5.88987vw;
  height: 4.8vw;

  transform: skewX(15deg);
  transform-origin: 40% center;
  transition: all 0.15s ease-out;
}

.main__news__latest__button:hover > .main__news__latest__button__decoration {
  transform: skewX(15deg) rotate(180deg);
}

@media (min-width: 1000px) {
  .main__news__mainContent {
    gap: 6vw;
    padding: 5.781vw 0;
    width: 58.229vw;
  }

  .main__news__latest__title {
    margin-bottom: 1.823vw;
    font-weight: 700;
  width: 100%;
    font-size: 3.646vw;
  }

  .main__news__latest__list {
    gap: 2.08vw;
    width: 100%;

    margin-bottom: 3.85vw;
  }

  .main__news__latest__item {
    flex-direction: row;
  }

  .main__news__latest__item__img__wrapper {
    width: 33.021vw;
    height: 25.313vw;
  }
  .main__news__latest__item__img{
    height: 100%;
    width: auto;
  }

  .main__news__latest__item__content {
    padding: 1.823vw 2.292vw;
  }

  .main__news__latest__item__date {
    gap: 1.56vw;
    margin-bottom: 1.563vw;

    font-size: 0.938vw;
  }

  .main__news__latest__item__title {
    margin-bottom: 0.99vw;

    font-size: 1.667vw;
  }

  .main__news__latest__item__text {
    margin-bottom: 1.302vw;

    font-size: 1.146vw;
  }

  .main__news__latest__item__link {
    font-size: 0.94vw;
    border-radius: 1.198vw;
    padding: 1.368vw 0;
    width:17.031vw;
  }

  .main__news__latest__button {
    /*gap: 0.52vw;*/
    width: 28.125vw;
    padding: 3.854vw 0;

    border-radius: 0.755vw;
    margin: 0;
    margin-left: auto;
  }

  .main__news__latest__button > span {
    font-size: 2.432vw;
    display: inline-block;
  }

  .main__news__latest__button > span:after{
    width: 3.021vw;
    height: 1.979vw;

  }

  .main__news__latest__button__decoration {
    width: 3.021vw;
    height: 1.979vw;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.wp-block-image > div>img,
.single-post__main-image>span > img{
  width: 100%;
  height: auto;
}

.author-info__heading{

}
.author-info__heading__name{
  text-transform: uppercase;
  font-family: var(--font-brand);
  font-weight: 700;
  line-height: 80%;
  color: #C8C3C7;
}
.author-infoDescription{
  color: #C8C3C7;
  font-family: var(--font-brand);
  fonr-weight: 400;

}
.author-info__heading__avatar{
  display: inline-block;
  overflow: hidden;
  border-radius: 5.333vw ;
  width: 34.133vw;
  height: 34.133vw;

}
.author-info__heading__avatar > img{
  width: 100%;
  height: 100%;
}
.author-info__content{
  display: inline-block;
}

.author-info__heading__name{
  font-size: 11.467vw;
  padding-bottom: 1.875vw;
  padding: 6.667vw 0;
}

.author-infoDescription{
  font-size: 4.267vw;
}
.users__item{
  font-family: var(--font-brand);
  color: #C8C3C7;
  display: inline-block;
  overflow: hidden;
  width: 34.133vw;
  height: 53.333vw;
  font-size: 5.333vw;
  margin-bottom: 6.667vw;
}
.users__item img
{
  border-radius: 5.333vw ;
  width: 34.133vw;
  height: 34.133vw;

}

.users__item .users__item_name{
  font-weight: 700;
}
.users__item > span{
  display: block;
}
.users__items .users__item:nth-child(odd){
  margin-right: 10.133vw;
}

.questionsAndAnswers{
  width: 100%;
  display: block;
}

.questionsAndAnswers__block{
  background-color: #1F1F1F;
  padding: 5.333vw;
  border-bottom: 1px solid #000;
  color: #E8E8E8;
  font-weight: 400;
  font-size: 4.267vw;
  line-height: 110%;
}
details.questionsAndAnswers__block > summary {
  list-style-type: none;
  position: relative;
  padding-right: 7.667vw;
}

details.questionsAndAnswers__block > summary::-webkit-details-marker {
  display: none;
}

details.questionsAndAnswers__block > summary::after {
  position: absolute;
  background: url(../img/decoration/arrow-left.svg) no-repeat right;
  background-size: auto 100%;
  content: '';
  width: 6.133vw;
  height: 6.667vw;
  right: 0;
  top: 0;
}

details[open].questionsAndAnswers__block > summary::after {
  background: url(../img/decoration/arrow-down.svg) no-repeat right;
  background-size: auto 100%;
  position: absolute;
  content: '';
  height: 6.133vw;
  width: 6.667vw;
  right: 0;
  top: 0;
}
 details[open].questionsAndAnswers__block{
  background-color: var(--color-brand);
   color: #000;
}
 .questionsAndAnswers__block__question{
   font-weight: 700;
   font-size: 5.333vw;

 }
details[open].questionsAndAnswers__block .questionsAndAnswers__block__question{
  padding-bottom: 5.333vw;

}
@media (min-width: 1000px) {
  .author-info__heading__avatar{
    display: inline-block;
    border-radius: 1.042vw;
    width: 6.667vw;
    height: 6.667vw;
    overflow: hidden;
    margin-right: 1.563vw;
  }
  .author-info__content{
    width: 40.104vw;
  }

  .author-info__heading__name{
    font-size: 3.646vw;
    padding: 0 0 1.875vw;
  }
  .author-infoDescription{
    font-size: 1.146vw;
  }
  .users__items{

    margin-top: -1.302vw;
  }
  .users__item{
    display: inline-block;
    width: 6.667vw;
    height: 10.417vw;
    margin-right: 5.729vw;
    margin-top: 1.302vw;
    margin-bottom: 0;

  }
  .users__item img
  {
    border-radius: 1.042vw;
    width: 6.667vw;
    height: 6.667vw;

  }
  .users__item{
    font-size: 1.042vw;
  }
  .users__item .users__item_name{
    font-weight: 700;
  }

  .users__items .users__item:nth-child(odd){
    margin-right: 5.729vw;
  }


  .questionsAndAnswers__block{
    padding: 2.604vw;
    font-size: 1.146vw;
  }

  details.questionsAndAnswers__block > summary {
    padding-right: 2.252vw;
    font-size: 1.667vw;
  }

  details.questionsAndAnswers__block > summary::after {
    width: 1.855vw;
    height: 2.052vw;
  }

  details[open].questionsAndAnswers__block > summary::after {
    height: 1.855vw;
    width: 2.052vw;
  }
  details[open].questionsAndAnswers__block .questionsAndAnswers__block__question{
    padding-bottom: 1.304vw;

  }
}
.container h2 {
  padding: 1.823vw 0 1.302vw;
}