/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
/* MEDIA MIXINS*/
/* RESET */
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:wght@700&family=Roboto+Flex:opsz@8..144&display=swap");
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

header {
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin-bottom: 64px;
  color: #F5F5F5;
}
header .dropdown .dropdown-toggle::after {
  display: none;
}
header .dropdown .dropdown-menu {
  padding: 24px;
  border-radius: 20px;
  background: var(--grey-100, #0A0A0A);
}
header .dropdown .dropdown-menu a.dropdown-item {
  color: var(--grey-20, #F5F5F5);
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 12px;
}
header .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #0A0A0A;
  border-radius: 5px;
}
header .dropdown .dropdown-menu a.dropdown-item:last-child {
  margin-bottom: 0;
}
header #mobile-menu-content {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #0A0A0A;
  width: 300px;
  height: 100dvh;
  padding: 30px;
  left: -100%;
  transition: 0.3s all ease;
}
header #mobile-menu-content .dropdown-menu {
  padding: 24px;
  border-radius: 20px;
  background: var(--grey-100, #0A0A0A);
}
header #mobile-menu-content .dropdown-menu a.dropdown-item {
  color: var(--grey-20, #F5F5F5);
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 12px;
}
header #mobile-menu-content .dropdown-menu a.dropdown-item:hover {
  color: #0A0A0A;
  border-radius: 5px;
}
header #mobile-menu-content .dropdown-menu a.dropdown-item:last-child {
  margin-bottom: 0;
}
header #mobile-menu-content.show {
  left: 0;
}
header #mobile-menu-content a {
  color: #f5f5f5;
}
header #mobile-menu-content .btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
  border: 0;
  outline: 0;
  background-color: inherit;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767.98px) {
  header {
    background-image: url(../images/mobile-header-bg.jpg);
  }
}
@media (min-width: 1399.98px) {
  header {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  header {
    margin-bottom: 50px;
  }
}
header nav {
  border-radius: 200px;
  background: #0A0A0A;
  padding: 15px 40px;
}
@media (max-width: 767.98px) {
  header nav {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  header nav {
    border-radius: 0px 0px 20px 20px;
  }
}
header nav a {
  text-decoration: none;
  color: #F5F5F5;
  line-height: 24px;
  transition: 0.3s all ease;
}
@media (max-width: 991.98px) {
  header nav a {
    font-size: 14px;
  }
}
header nav a:hover {
  color: rgba(245, 245, 245, 0.8);
}
header nav .mobile-menu #mobile-menu-toggler {
  border: 0;
  outline: 0;
  background-color: inherit;
}
header nav .mobile-menu #mobile-menu-toggler span {
  width: 32px;
  height: 2px;
  background-color: #f5f5f5;
}
header .hero {
  padding: 70px 0 80px;
}
@media (max-width: 991.98px) {
  header .hero {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  header .hero {
    padding-top: 90px;
  }
}
header .hero .container {
  position: relative;
}
header .hero a {
  position: absolute;
  border: 0;
  background-color: inherit;
  right: 0;
  bottom: -5%;
}
@media (max-width: 1199.98px) {
  header .hero a {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  header .hero a {
    display: none !important;
  }
}
header .hero img {
  position: absolute;
  width: 50px;
  height: 50px;
}
header .hero img.abc {
  top: 0;
  right: 2%;
}
@media (max-width: 767.98px) {
  header .hero img.abc {
    top: -10%;
    right: 5%;
  }
}
header .hero img.binded-arrow {
  left: 13%;
  bottom: 24%;
}
@media (max-width: 1199.98px) {
  header .hero img.binded-arrow {
    bottom: 32%;
  }
}
@media (max-width: 991.98px) {
  header .hero img.binded-arrow {
    left: 0%;
    bottom: 20%;
    height: 110px;
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  header .hero img.binded-arrow {
    width: 54px;
    height: 91px;
    transform: rotate(39.172deg);
    left: 28%;
    bottom: 25%;
  }
}
@media (max-width: 575.98px) {
  header .hero img.binded-arrow {
    left: 17%;
    bottom: 40%;
  }
}
header .hero img.globe {
  left: 5%;
  bottom: -4%;
}
@media (max-width: 991.98px) {
  header .hero img.globe {
    left: 1%;
    bottom: -7%;
  }
}
@media (max-width: 767.98px) {
  header .hero img.globe {
    left: 63%;
    bottom: 22%;
  }
}
@media (max-width: 575.98px) {
  header .hero img.globe {
    bottom: 38%;
  }
}
header .hero .row {
  line-height: 102px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  header .hero .row br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .hero .row {
    margin-bottom: 30px;
    line-height: 80px;
  }
}
header .hero .row p {
  font-size: 81px;
  line-height: 102px;
}
@media (max-width: 991.98px) {
  header .hero .row p {
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  header .hero .row p {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  header .hero .row p {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  header .hero .row p {
    font-size: 50px;
    line-height: 70px;
  }
  header .hero .row p:first-child {
    padding-left: 10%;
  }
  header .hero .row p:last-child {
    padding-left: 20%;
  }
}
@media (max-width: 575.98px) {
  header .hero .row p:first-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  header .hero .row p {
    font-size: 41px;
    line-height: 50px;
  }
  header .hero .row p:first-child {
    padding-left: 5%;
  }
}
header .hero .row p.rotated {
  transform: rotate(-5deg);
  padding: 0px 32px;
  border-radius: 200px;
  border: 2px solid #F5F5F5;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  header .hero .row p.rotated {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  header .hero .row p.rotated {
    display: inline-block;
    margin-left: 10%;
  }
}
@media (max-width: 575.98px) {
  header .hero .row p.rotated {
    margin-bottom: 0;
    margin-left: 5%;
  }
}
header .hero .row p.moscow {
  transform: translateX(40px);
}
@media (max-width: 767.98px) {
  header .hero .row p.moscow {
    transform: none;
  }
}
header .hero .hero-desc {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  header .hero .hero-desc {
    width: 70%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  header .hero .hero-desc {
    width: 100%;
    margin-top: 110px;
    text-align: center;
  }
}
header .hero .hero-desc p {
  font-size: 18px;
}

#preview {
  position: relative;
  margin-bottom: 170px;
}
@media (max-width: 1199.98px) {
  #preview {
    margin-bottom: 130px;
  }
}
@media (max-width: 991.98px) {
  #preview {
    margin-bottom: 160px;
  }
}
#preview img {
  max-width: 100%;
}
#preview .btn-all-previews {
  padding: 16px 32px;
  gap: 0 12px;
  border-radius: 100px;
  border: 1px solid #0A0A0A;
}
#preview .preview-content .preview-content-item {
  padding: 32px;
  position: relative;
}
@media (max-width: 767.98px) {
  #preview .preview-content .preview-content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#preview .preview-content .light-grey {
  background: #F5F5F5;
  border-radius: 30px;
}
#preview .preview-content .light-grey img {
  margin-bottom: 24px;
}
#preview .preview-content h5 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}
#preview .preview-content p {
  color: #616161;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: justify;
}
#preview .preview-content p.date {
  color: #9E9E9E;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#preview .preview-content .light-indigo {
  background: #F2F3FF;
  border-radius: 30px;
  height: 100%;
}
#preview .preview-content .light-indigo .date {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #preview .preview-content .light-indigo img.text-end {
    max-width: 272px;
  }
}
@media (max-width: 767.98px) {
  #preview .preview-content .light-indigo img.text-end {
    width: 100%;
    max-width: 100%;
  }
}
#preview .preview-content .light-indigo h5 {
  color: #424242;
}
#preview .preview-content .btn-detailed {
  background-color: inherit;
  border: 0;
  font-size: 18px;
  padding: 0;
  margin-top: 25px;
  height: 28px;
}
#preview .preview-content .btn-detailed.indigo span {
  color: #424242;
}
#preview .preview-content .btn-detailed img {
  margin: 0;
}
#preview .swiper-button-next {
  right: calc(50% - 56px);
}
#preview .swiper-button-prev {
  left: calc(50% - 56px);
}
#preview .swiper-button-prev img {
  transform: rotate(180deg);
}
#preview .swiper-button-prev,
#preview .swiper-button-next {
  top: auto;
  bottom: -70px;
}
#preview .swiper-button-prev img,
#preview .swiper-button-next img {
  max-width: 56px;
  width: 56px;
}
@media (max-width: 767.98px) {
  #preview .swiper-button-prev img,
  #preview .swiper-button-next img {
    display: none;
  }
}
#preview .swiper-button-prev::after {
  transform: rotate(180deg);
}
#preview .swiper-button-prev::after,
#preview .swiper-button-next::after {
  content: " ";
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 56px;
  width: 56px;
}
@media (max-width: 767.98px) {
  #preview .swiper-button-prev::after,
  #preview .swiper-button-next::after {
    background-image: url(../images/arrow-right.svg);
  }
}

.text-quote {
  padding: 12px 32px;
  border-radius: 40px;
  border: 3px solid #EA00B3;
  color: #EA00B3;
  font-size: 36px;
  text-align: center;
  margin-bottom: 64px;
  width: 99%;
  max-width: 1324px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .text-quote {
    font-size: 24px;
    margin-bottom: 80px;
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .text-quote {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .text-quote {
    font-size: 18px;
    margin-bottom: 64px;
  }
}
.text-quote.rotated {
  transform: rotate(5deg);
}
.text-quote.second {
  width: 100%;
  font-size: 35px;
  margin-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .text-quote.second {
    font-size: 28px;
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .text-quote.second {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

#activity {
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  #activity {
    margin-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  #activity {
    margin-bottom: 95px;
  }
}
#activity .section-title {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  #activity .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  #activity .section-title {
    font-size: 40px;
  }
}
#activity .row {
  gap: 20px 0;
}
#activity .activity-item {
  border-radius: 30px;
  padding: 32px;
  color: #F5F5F5;
  position: relative;
  min-height: 316px;
}
@media (max-width: 991.98px) {
  #activity .activity-item {
    padding: 20px;
  }
}
#activity .activity-item .item-top {
  gap: 0 2px;
}
#activity .activity-item .item-top p {
  border-radius: 100px;
  border: 2px solid #F5F5F5;
  padding: 10px 12px;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  #activity .activity-item .item-top p {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  #activity .activity-item .item-top p {
    display: none;
  }
}
#activity .activity-item .item-bottom {
  position: absolute;
  bottom: 32px;
  right: 40px;
}
@media (max-width: 575.98px) {
  #activity .activity-item .item-bottom {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
#activity .activity-item .item-bottom img {
  margin-bottom: 8px;
}
#activity .activity-item.pink {
  background-color: #EA00B3;
}
#activity .activity-item.blue {
  background-color: #0013E0;
  height: 100%;
}
#activity .activity-item.light-grey {
  background-color: #FFF2FC;
}
#activity .activity-item.light-grey p {
  color: #424242;
  border-color: #424242;
}
#activity .activity-item.green {
  background-color: #00B58B;
}

#community-tasks {
  background-image: url(../images/community-tasks-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 40px;
  margin-bottom: 160px;
  border-radius: 40px;
}
@media (min-width: 1399.98px) {
  #community-tasks {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 991.98px) {
  #community-tasks {
    background-position: -165px 0;
  }
}
@media (max-width: 1199.98px) {
  #community-tasks {
    margin-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  #community-tasks {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  #community-tasks {
    background-position: -450px 0;
  }
}
#community-tasks .section-title {
  margin-bottom: 62px;
  position: relative;
}
@media (max-width: 991.98px) {
  #community-tasks .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  #community-tasks .section-title {
    padding-right: 30px;
  }
}
#community-tasks .section-title .task_arrow {
  position: absolute;
  width: 140px;
  top: 25%;
  transform: rotate(-20deg);
  left: -20%;
}
@media (max-width: 575.98px) {
  #community-tasks .section-title .task_arrow {
    position: absolute;
    width: 90px;
    top: 5%;
    transform: rotate(5deg);
    left: 0;
  }
}
#community-tasks .section-title span {
  border-radius: 200px;
  border: 4px solid #00B58B;
  color: #00B58B;
  display: inline-block;
  transform: rotate(5deg);
  padding: 0 42px;
  margin-bottom: 15px;
  margin-left: 144px;
  background: inherit;
}
@media (max-width: 991.98px) {
  #community-tasks .section-title span {
    margin-left: 80px;
  }
}
@media (max-width: 575.98px) {
  #community-tasks .section-title span {
    padding: 0 20px;
  }
}
#community-tasks ul li {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#community-tasks ul li span {
  color: #FFF;
  font-size: 22px;
  padding: 4px 24px;
  border-radius: 200px;
  background: #00B58B;
}
@media (max-width: 1199.98px) {
  #community-tasks ul li span {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  #community-tasks ul li span {
    font-size: 16px;
  }
}
#community-tasks ul li p {
  color: #424242;
}
@media (max-width: 991.98px) {
  #community-tasks ul li p {
    font-size: 14px;
  }
}
#community-tasks ul li:nth-child(2) span {
  transform: rotate(-5deg);
}

#moscow {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  #moscow {
    margin-bottom: 100px;
  }
}
#moscow .container {
  position: relative;
}
#moscow .core {
  position: absolute;
  left: 23px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #moscow .core {
    right: 0;
    left: auto;
    bottom: auto;
    top: 0;
  }
}
#moscow .section-title p:nth-child(2) {
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  #moscow .section-title p:nth-child(2) {
    padding-left: 70px;
  }
}
@media (max-width: 991.98px) {
  #moscow .section-title p:nth-child(2) {
    padding-left: 20px;
  }
}
#moscow .section-title p:last-child {
  padding-left: 300px;
}
@media (max-width: 1199.98px) {
  #moscow .section-title p:last-child {
    padding-left: 200px;
  }
}
@media (max-width: 991.98px) {
  #moscow .section-title p:last-child {
    padding-left: 100px;
  }
}
#moscow .section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  #moscow .section-title span {
    margin-left: 70px;
  }
}
@media (max-width: 991.98px) {
  #moscow .section-title span {
    margin-left: 10px;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  #moscow .section-title {
    margin-bottom: 30px;
  }
}
#moscow .cards .cards-container {
  row-gap: 40px;
}
#moscow .cards .cards-item {
  width: calc(50% - 20px);
  border-radius: 40px;
  padding: 48px 24px;
}
@media (max-width: 1199.98px) {
  #moscow .cards .cards-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  #moscow .cards .cards-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  #moscow .cards .cards-item {
    width: 100%;
  }
}
#moscow .cards .cards-item .cards-item-top h3 {
  font-size: 68px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  #moscow .cards .cards-item .cards-item-top h3 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  #moscow .cards .cards-item .cards-item-top h3 {
    font-size: 50px;
  }
}
#moscow .cards .cards-item .cards-item-top p {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  #moscow .cards .cards-item .cards-item-top p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  #moscow .cards .cards-item .cards-item-top p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  #moscow .cards .cards-item .cards-item-bottom {
    font-size: 14px;
  }
}
#moscow .cards .cards-item.light-grey {
  background: #F5F5F5;
  min-height: 320px;
}
#moscow .cards .cards-item.light-grey .cards-item-top {
  color: #00B58B;
}
#moscow .cards .cards-item.magenta {
  background: #EA00B3;
  color: #F5F5F5;
  height: 236px;
  transform: rotate(5deg);
  padding: 32px 24px;
}
#moscow .cards .cards-item.blue {
  min-height: 320px;
  background: inherit;
  border: 2px solid #0013E0;
}
#moscow .cards .cards-item.blue .cards-item-top {
  color: #0013E0;
}
#moscow .cards .cards-item.gradient {
  background-image: url("../images/cards-item-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#moscow .cards .cards-item.gradient h3 {
  font-size: 58px;
}
@media (max-width: 1199.98px) {
  #moscow .cards .cards-item.gradient h3 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  #moscow .cards .cards-item.gradient h3 {
    font-size: 40px;
  }
}

.quote-about-moscow {
  margin-bottom: 210px;
}
@media (max-width: 991.98px) {
  .quote-about-moscow {
    margin-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .quote-about-moscow {
    margin-bottom: 80px;
  }
}
.quote-about-moscow img {
  max-width: 100%;
}
.quote-about-moscow .container {
  position: relative;
}
.quote-about-moscow .quote {
  background: #E8F9F4;
  border-radius: 50px;
  padding: 40px 40px 24px;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .quote-about-moscow .quote {
    padding: 112px 24px 24px;
  }
  .quote-about-moscow .quote img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 24px;
    left: 24px;
  }
}
.quote-about-moscow .quote-text {
  font-size: 20px;
  color: #424242;
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .quote-about-moscow .quote-text {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .quote-about-moscow .quote-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .quote-about-moscow .quote-text {
    margin-bottom: 8px;
  }
}
.quote-about-moscow .author p {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .quote-about-moscow .author p {
    font-size: 16px;
  }
}
.quote-about-moscow .author span {
  color: #757575;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .quote-about-moscow .author span {
    font-size: 12px;
  }
}
.quote-about-moscow .double-quotes {
  position: absolute;
  background-color: #fff;
  padding: 24px 70px;
  border-radius: 0 50px 0 0;
  bottom: -72px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .quote-about-moscow .double-quotes {
    background-color: inherit;
    z-index: 10;
    top: 0;
    right: 0;
  }
  .quote-about-moscow .double-quotes img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .quote-about-moscow .double-quotes {
    bottom: -30px;
  }
  .quote-about-moscow .double-quotes img {
    max-width: 80px;
  }
}

#organizer {
  margin-bottom: 120px;
}
@media (max-width: 1199.98px) {
  #organizer {
    margin-bottom: 100px;
  }
}
#organizer .section-title p:nth-child(2) {
  padding-left: 300px;
}
@media (max-width: 991.98px) {
  #organizer .section-title p:nth-child(2) {
    padding-left: 200px;
  }
}
@media (max-width: 767.98px) {
  #organizer .section-title p:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #organizer .section-title {
    line-height: 60px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  #organizer .section-title span {
    margin-left: 50px;
  }
}
@media (max-width: 575.98px) {
  #organizer .section-title span {
    padding: 0 20px;
  }
}
#organizer .organizer-list {
  row-gap: 40px;
}
#organizer .organizer-list img {
  mix-blend-mode: luminosity;
}
#organizer .organizer-list li {
  border-radius: 58px;
  border: 2px solid #424242;
  padding: 16px 32px;
}
@media (max-width: 575.98px) {
  #organizer .organizer-list li {
    padding: 16px 24px;
  }
}
#organizer .organizer-list p {
  width: 70%;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  #organizer .organizer-list p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  #organizer .organizer-list p {
    font-size: 16px;
  }
}

footer {
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
  padding: 30px 0 60px;
}
@media (min-width: 1399.98px) {
  footer {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  footer {
    padding-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  footer {
    background-image: url("../images/mobile-footer-bg.jpg");
  }
}
footer .container {
  position: relative;
}
footer form {
  padding-bottom: 100px;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 991.98px) {
  footer form {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  footer form {
    padding-bottom: 64px;
  }
}
footer .section-title {
  color: #F5F5F5;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  footer .section-title {
    margin-left: 20px;
  }
}
footer .user-info {
  row-gap: 20px;
}
footer .user-info input:nth-child(3)::-moz-placeholder {
  color: #0A0A0A;
}
footer .user-info input:nth-child(3)::placeholder {
  color: #0A0A0A;
}
footer .user-info input, footer .user-info select {
  width: 100%;
  max-width: 436px;
  padding: 16px 32px;
  border-radius: 32px;
  background: #EDEDED;
  border: 0;
  outline: 0;
}
footer .user-info input::-moz-placeholder {
  color: #9E9E9E;
}
footer .user-info select, footer .user-info input::placeholder {
  color: #9E9E9E;
}
@media (max-width: 767.98px) {
  footer .user-info {
    margin-bottom: 20px;
  }
}
footer textarea {
  width: 500px;
  height: 148px;
  padding: 16px 32px;
  border-radius: 32px;
  background: #EDEDED;
  outline: 0;
  margin-bottom: 15px;
}
footer textarea::-moz-placeholder {
  color: #9E9E9E;
}
footer textarea::placeholder {
  color: #9E9E9E;
}
footer .recaptcha {
  border-radius: 40px;
  border: 1px solid #EDEDED;
  background: #F5F5F5;
  display: flex;
  width: 280px;
  height: 70px;
  padding: 20px 25px;
  margin-bottom: 32px;
}
footer .recaptcha .text-roboto {
  font-size: 12px;
  width: 60%;
}
footer .recaptcha input {
  cursor: pointer;
}
footer .warning {
  color: #F5F5F5;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  footer .warning {
    font-size: 14px;
  }
}
footer .btn-submit {
  border: 0;
  font-size: 18px;
  background: inherit;
  border-radius: 100px;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
  padding: 16px 0;
}
@media (max-width: 1199.98px) {
  footer .btn-submit {
    font-size: 16px;
  }
}
footer nav .nav-top {
  margin-bottom: 60px;
  padding-top: 48px;
}
footer nav .nav-top .social-nets {
  gap: 0 40px;
}
@media (max-width: 991.98px) {
  footer nav .nav-top .social-nets {
    gap: 0 15px;
  }
}
@media (max-width: 767.98px) {
  footer nav .nav-top .social-nets {
    width: 100%;
    margin-bottom: 48px;
  }
}
footer nav .nav-top .btn-poor-vision, footer nav .nav-top .btn-to-top {
  background: inherit;
  padding: 16px 32px;
  border: 0;
  border-radius: 100px;
  border: 1px solid #F5F5F5;
  font-size: 18px;
  gap: 0 12px;
  color: #F5F5F5;
}
@media (max-width: 1199.98px) {
  footer nav .nav-top .btn-poor-vision, footer nav .nav-top .btn-to-top {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  footer nav .nav-top .btn-poor-vision, footer nav .nav-top .btn-to-top {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 575.98px) {
  footer nav .nav-top .btn-poor-vision {
    width: 100%;
    gap: 12px;
    padding: 16px 32px;
  }
}
footer nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 0 94px;
}
@media (max-width: 767.98px) {
  footer nav .nav-list {
    gap: 10px 0;
  }
}
@media (max-width: 575.98px) {
  footer nav .nav-list {
    text-align: center;
  }
}
footer nav .nav-list ul {
  list-style: none;
  row-gap: 10px;
}
footer nav .nav-list ul a {
  color: #F5F5F5;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  footer nav .nav-list ul a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  footer nav .nav-list ul a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  footer nav .nav-list ul {
    width: 100%;
  }
}
footer .copyright {
  color: #F5F5F5;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  footer .copyright {
    text-align: center;
  }
}
footer .footer-logo {
  position: absolute;
  bottom: 0;
  right: 56px;
}
@media (max-width: 991.98px) {
  footer .footer-logo {
    right: 0px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-logo {
    width: 150px;
    height: 150px;
    bottom: -30px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-logo {
    display: none;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .information_page header {
    margin-bottom: 30px;
  }
}
.information_page .information_wrapper {
  margin-bottom: 160px;
}
.information_page .information_wrapper .information_title {
  display: inline-block;
  transform: rotate(-5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  color: #EA00B3;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .information_page .information_wrapper .information_title {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .information_page .information_wrapper .information_title {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .information_page .information_wrapper .information_title {
    padding: 4px 28px;
    font-size: 30px;
    line-height: 147%;
    margin-bottom: 55px;
  }
}
.information_page .information_wrapper .information_nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.information_page .information_wrapper .information_nav li {
  transition: 0.3s all ease;
}
.information_page .information_wrapper .information_nav li a {
  display: flex;
  width: 100%;
  padding: 12px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  color: #0A0A0A;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
.information_page .information_wrapper .information_nav li a span {
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid #0A0A0A;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px; /* 216.667% */
}
@media (max-width: 991.98px) {
  .information_page .information_wrapper .information_nav li a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .information_page .information_wrapper .information_nav li a {
    padding: 12px 24px;
  }
}
.information_page .information_wrapper .information_nav li:hover {
  transform: translate(10px);
}
@media (max-width: 991.98px) {
  .information_page .information_wrapper .information_nav {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .information_page .information_wrapper {
    margin-bottom: 100px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

.about_page .about_wrapper {
  margin-bottom: 120px;
}
.about_page .about_wrapper .about_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .about_title {
    padding: 4px 30px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_title {
    padding: 4px 28px;
  }
}
.about_page .about_wrapper .about_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 88px;
  border-radius: 40px;
  background-color: #F5F5F5;
  margin-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .about_info {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .about_info {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info {
    padding: 24px;
  }
}
.about_page .about_wrapper .about_info .info_left {
  flex: 0 0 auto;
  width: 40%;
}
.about_page .about_wrapper .about_info .info_left img {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .about_info .info_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info .info_left {
    margin-bottom: 16px;
  }
}
.about_page .about_wrapper .about_info .info_right {
  flex: 0 0 auto;
  width: 52%;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .about_info .info_right {
    width: 100%;
  }
}
.about_page .about_wrapper .about_info .info_right .info_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .about_info .info_right .info_title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .about_info .info_right .info_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .about_info .info_right .info_title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info .info_right .info_title {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    margin-bottom: 20px;
  }
}
.about_page .about_wrapper .about_info .info_right .info_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .about_info .info_right .info_item {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .about_info .info_right .info_item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info .info_right .info_item {
    align-items: flex-start;
    gap: 15px;
    font-size: 18px;
    line-height: 30px; /* 150% */
  }
}
.about_page .about_wrapper .about_info .info_right .info_item img {
  flex: 0 0 auto;
  width: 7%;
  max-width: 40px;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info .info_right .info_item img {
    width: 100%;
  }
}
.about_page .about_wrapper .about_info .info_right .info_item span {
  flex: 0 0 auto;
  width: 90%;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .about_info .info_right .info_item span {
    width: 100%;
  }
}
.about_page .about_wrapper .tasks {
  margin-bottom: 120px;
}
.about_page .about_wrapper .tasks .tasks_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_header .arrow_blue {
    width: 80px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_header .arrow_blue {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_header {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_header {
    margin-bottom: 20px;
  }
}
.about_page .about_wrapper .tasks .tasks_header .tasks_title {
  display: inline-block;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  background: #0013E0;
  color: #FFF;
  font-size: 68px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .tasks .tasks_header .tasks_title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_header .tasks_title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_header .tasks_title {
    transform: rotate(-5deg);
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row {
    gap: 0;
    margin-bottom: 0;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row.one {
  align-items: flex-start;
  justify-content: flex-start;
}
.about_page .about_wrapper .tasks .tasks_block .task_row.two {
  align-items: flex-start;
  justify-content: flex-end;
}
.about_page .about_wrapper .tasks .tasks_block .task_row.three {
  justify-content: center;
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item {
  padding: 32px;
  border-radius: 40px;
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item {
    padding: 24px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_head {
  margin-bottom: 8px;
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
  width: 60px;
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_head {
    margin-bottom: 8px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_info {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_one {
  background: #EA00B3;
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_one .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_one {
    margin-bottom: 24px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_two {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_two {
    margin-bottom: 24px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_three {
  border: 2px solid #0013E0;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_three {
    margin-bottom: 24px;
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_four {
  transform: rotate(-5deg);
  background-image: url(../images/cards-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_four .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_four {
    margin-bottom: 24px;
    transform: rotate(0);
  }
}
.about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_five {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .tasks .tasks_block .task_row .task_item.task_five {
    margin-bottom: 24px;
  }
}
.about_page .about_wrapper .auditory {
  margin-bottom: 120px;
}
.about_page .about_wrapper .auditory .auditory_title {
  display: inline-block;
  transform: rotate(-5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #00B58B;
  color: #00B58B;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .auditory .auditory_title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .auditory .auditory_title {
    padding: 6px 24px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.about_page .about_wrapper .auditory .auditory_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item {
  flex: 0 0 auto;
  padding: 32px;
  border-radius: 40px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item {
    padding: 24px;
  }
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item.one {
  width: 57%;
  background-color: #EA00B3;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item.one {
    width: 100%;
  }
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item.two {
  width: 41%;
  background-color: #1825D8;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item.two {
    width: 100%;
  }
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item.three {
  width: 41%;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item.three .item_content {
  color: #424242;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item.three {
    width: 100%;
  }
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item.four {
  width: 57%;
  background-color: #00B58B;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item.four {
    width: 100%;
  }
}
.about_page .about_wrapper .auditory .auditory_block .auditory_item .item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  color: #F5F5F5;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item .item_content {
    gap: 10px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .about_page .about_wrapper .auditory .auditory_block .auditory_item .item_content {
    font-size: 20px;
    line-height: 30px;
    gap: 15px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

.preview_page {
  background-color: #fff;
}
.preview_page .preview_wrapper .preview_title {
  display: inline-block;
  transform: rotate(-5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  color: #EA00B3;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .preview_title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .preview_title {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .preview_title {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .preview_title {
    padding: 4px 28px;
  }
}
.preview_page .preview_wrapper .big_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .big_preview {
    gap: 25px;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .big_preview {
    margin-bottom: 50px;
  }
}
.preview_page .preview_wrapper .big_preview .big_image {
  flex: 0 0 40%;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .big_preview .big_image {
    flex: 0 0 100%;
  }
}
.preview_page .preview_wrapper .big_preview .big_image img {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .big_preview .big_image img {
    max-width: 100%;
  }
}
.preview_page .preview_wrapper .big_preview .right_preview {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview {
    flex: 0 0 100%;
  }
}
.preview_page .preview_wrapper .big_preview .right_preview .big_preview_date {
  font-family: "Roboto Flex", sans-serif;
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_date {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_date {
    margin-bottom: 5px;
  }
}
.preview_page .preview_wrapper .big_preview .right_preview .big_preview_title {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    margin-bottom: 12px;
  }
}
.preview_page .preview_wrapper .big_preview .right_preview .big_preview_subtitle {
  color: #616161;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_subtitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .big_preview .right_preview .big_preview_subtitle {
    height: 73px;
    overflow: hidden;
    margin-bottom: 12px;
  }
}
.preview_page .preview_wrapper .big_preview .right_preview button.big_preview_action {
  border-radius: 100px;
  border: 1px solid #0A0A0A;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.preview_page .preview_wrapper .news_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all ease;
}
.preview_page .preview_wrapper .news_block.hidden {
  display: none;
}
.preview_page .preview_wrapper .news_block .long_news {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 32px;
  border-radius: 40px;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .news_block .long_news {
    flex: 0 0 100%;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .news_block .long_news {
    padding: 24px;
    gap: 12px;
  }
}
.preview_page .preview_wrapper .news_block .long_news .long_left {
  flex: 0 0 40%;
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .news_block .long_news .long_left {
    flex: 0 0 100%;
    order: 2;
  }
}
.preview_page .preview_wrapper .news_block .long_news .long_right {
  flex: 0 0 50%;
}
.preview_page .preview_wrapper .news_block .long_news .long_right img {
  max-width: 367px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .news_block .long_news .long_right img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .news_block .long_news .long_right {
    flex: 0 0 100%;
    order: 1;
  }
}
.preview_page .preview_wrapper .news_block .short_news {
  flex: 0 0 30%;
  padding: 32px;
  border-radius: 40px;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .news_block .short_news {
    flex: 0 0 48%;
  }
}
@media (max-width: 767.98px) {
  .preview_page .preview_wrapper .news_block .short_news {
    flex: 0 0 100%;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .news_block .short_news {
    padding: 24px;
  }
}
.preview_page .preview_wrapper .news_block .news_title {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .news_block .news_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .news_block .news_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    margin-bottom: 8px;
  }
}
.preview_page .preview_wrapper .news_block .news_date {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 72px;
}
@media (max-width: 1199.98px) {
  .preview_page .preview_wrapper .news_block .news_date {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .preview_page .preview_wrapper .news_block .news_date {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper .news_block .news_date {
    margin-bottom: 24px;
  }
}
.preview_page .preview_wrapper .news_block a.news_action {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.preview_page .preview_wrapper button.load_more {
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid #0A0A0A;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-bottom: 160px;
  transition: 0.3s all ease;
}
.preview_page .preview_wrapper button.load_more.hidden {
  display: none;
}
.preview_page .preview_wrapper button.load_more img {
  transform: rotate(90deg);
}
@media (max-width: 575.98px) {
  .preview_page .preview_wrapper button.load_more {
    margin-bottom: 120px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

.more_preview_page .more_preview_wrapper {
  margin-bottom: 160px;
}
.more_preview_page .more_preview_wrapper .more_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_title {
    padding: 4px 24px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left {
  flex: 0 0 auto;
  width: 39%;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_left {
    flex: 0 0 auto;
    width: 27%;
  }
}
@media (max-width: 991.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_left {
    display: none;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .more_main_img {
  margin-bottom: 40px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .more_main_img img {
  width: 100%;
  max-width: 460px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news {
  padding: 32px;
  border-radius: 40px;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news {
    padding: 24px;
    margin-bottom: 20px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news .other_news_title {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news .other_news_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news .other_news_date {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 24px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news a.other_news_action {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_left .other_news a.other_news_action {
    font-size: 14px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right {
  flex: 0 0 auto;
  width: 56%;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right {
    flex: 0 0 auto;
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right {
    flex: 0 0 auto;
    width: 100%;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_date {
  color: #9E9E9E;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_date {
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_date {
    margin-bottom: 10px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_img_right {
  display: none;
}
@media (max-width: 991.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_img_right {
    display: block;
    margin-bottom: 24px;
  }
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_img_right img {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_img_right img {
    max-width: 550px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_img_right img {
    max-width: 320px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .main_title {
    font-size: 20px;
    line-height: 24px; /* 145.455% */
    margin-bottom: 15px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right p.paragraph {
  color: #616161;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right p.paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right p.paragraph.last {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right p.paragraph.last {
    margin-bottom: 24px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos {
  margin-bottom: 24px;
  text-align: center;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper {
  width: 100%;
  padding-bottom: 52px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper {
    padding-bottom: 30px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-wrapper .swiper-slide {
  border-radius: 40px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 660px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-next {
  left: auto;
  right: calc(50% - 60px);
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-next {
    right: calc(50% - 40px);
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-prev {
  right: auto;
  left: calc(50% - 60px);
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-prev {
    left: calc(50% - 40px);
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-prev,
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-next {
  color: #0A0A0A;
  top: auto;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-prev,
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-next {
    bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-prev::after,
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_photos .swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote {
    display: none;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
  flex: 0 0 79%;
  margin-top: 4px;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 24px 24px 118px 24px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left {
    padding-bottom: 85px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .quote_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 767.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .quote_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .quote_author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .quote_author span {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .double_quote {
  z-index: 10;
  background-color: #fff;
  padding: 35px 35px 0 35px;
  border-radius: 0 40px 0 0;
  position: absolute;
  left: 0;
  bottom: -47px;
}
@media (max-width: 1199.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .quote_left .double_quote {
    padding: 15px 15px 0 15px;
    max-width: 130px;
    border-radius: 0 40px 0 0;
    bottom: -10px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .author_img {
  flex: 0 0 18%;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .more_quote .author_img img {
  width: 100%;
  max-width: 120px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote {
  display: none;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 40px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote {
    display: block;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_header .m_author {
  flex: 0 0 auto;
  width: 23%;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_header .m_author img {
  width: 100%;
  max-width: 80px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_header img.double_quote {
  flex: 0 0 auto;
  width: 16%;
  max-width: 56%;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_text {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 8px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .mobile_quote .quote_author span {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .social_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .social_links {
    justify-content: center;
    margin-bottom: 48px;
  }
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .social_links a img {
  max-width: 54px;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .prev img {
  transform: rotate(180deg);
}
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .prev,
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .all,
.more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .next {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .prev,
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .all,
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .next {
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .more_preview_page .more_preview_wrapper .more_preview_block .more_right .navigation .all {
    display: none;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

.media_library_page .media_library_wrapper {
  margin-bottom: 160px;
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper {
    margin-bottom: 120px;
  }
}
.media_library_page .media_library_wrapper .media_library_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
.media_library_page .media_library_wrapper .library_block .library_item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 40px;
  background: #F5F5F5;
  padding: 32px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left {
  flex: 0 0 auto;
  width: 52%;
}
@media (max-width: 991.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left {
    order: 2;
    width: 100%;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left .library_date_mobile {
  display: none;
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_date_mobile {
    display: block;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left .library_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    margin-bottom: 16px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left .library_date {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_date {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_date {
    display: none;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left .library_anons {
  color: #424242;
  text-overflow: ellipsis;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 64px;
}
@media (max-width: 1199.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_anons {
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left .library_anons {
    height: 120px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_left a.library_action {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 100px;
  font-weight: 700;
  border: 1px solid #0A0A0A;
}
@media (max-width: 1199.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left a.library_action {
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_left a.library_action {
    padding: 16px 32px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_right {
  flex: 0 0 auto;
  width: 40%;
  position: relative;
}
@media (max-width: 991.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right {
    margin-bottom: 12px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_right img.library_img {
  width: 100%;
  max-width: 464px;
}
@media (max-width: 991.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right img.library_img {
    max-width: 100%;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info {
    top: auto;
    left: 12px;
    bottom: 12px;
  }
}
.media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info .capsule {
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid #EA00B3;
  background-color: #EA00B3;
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px; /* 216.667% */
}
@media (max-width: 1199.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info .capsule {
    padding: 4px 8px;
    line-height: 14px;
  }
}
@media (max-width: 991.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info .capsule {
    font-size: 16px;
    padding: 4px 12px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .media_library_page .media_library_wrapper .library_block .library_item .library_right .library_info .capsule {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px; /* 216.667% */
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .gallery_page .container {
    max-width: 320px;
  }
}
.gallery_page .gallery_wrapper {
  margin-bottom: 160px;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper {
    margin-bottom: 120px;
  }
}
.gallery_page .gallery_wrapper .gallery_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
.gallery_page .gallery_wrapper .gallery_title img {
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_title img {
    max-width: 40px;
  }
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_title {
    padding: 4px 28px;
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_title {
    font-size: 30px;
    line-height: 56px; /* 147.368% */
    padding: 4px 28px;
    margin-bottom: 24px;
  }
}
.gallery_page .gallery_wrapper .gallery_info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_info {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info {
    gap: 12px;
    margin-bottom: 50px;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_left {
  flex: 0 0 auto;
  width: 40%;
  position: relative;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left {
    width: 100%;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_left img.info_img {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left img.info_img {
    max-width: 100%;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info {
    top: auto;
    left: 12px;
    bottom: 12px;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info .capsule {
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid #EA00B3;
  background-color: #EA00B3;
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px; /* 216.667% */
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info .capsule {
    padding: 4px 8px;
    line-height: 14px;
  }
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info .capsule {
    font-size: 16px;
    padding: 4px 12px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_left .numbers_info .capsule {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px; /* 216.667% */
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_right {
  flex: 0 0 auto;
  width: 48%;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right {
    width: 100%;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_right .info_date {
  color: #9E9E9E;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_date {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_date {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    margin-bottom: 10px;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_right .info_title {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_title {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    margin-bottom: 15px;
  }
}
.gallery_page .gallery_wrapper .gallery_info .info_right .info_text {
  color: #616161;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_text {
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .gallery_info .info_right .info_text {
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    height: 120px;
  }
}
.gallery_page .gallery_wrapper .photos {
  margin-bottom: 130px;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .photos {
    margin-bottom: 110px;
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos {
    margin-bottom: 120px;
  }
}
.gallery_page .gallery_wrapper .photos .photos_title {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #0013E0;
  color: #0013E0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .photos .photos_title {
    padding: 4px 24px;
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .photos .photos_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_title {
    padding: 6px 24px;
    font-size: 24px;
    line-height: 36px; /* 128.571% */
  }
}
.gallery_page .gallery_wrapper .photos .photos_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}
.gallery_page .gallery_wrapper .photos .photos_block.hidden {
  display: none;
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block {
    margin-bottom: 30px;
  }
}
.gallery_page .gallery_wrapper .photos .photos_block .left_side {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block .left_side {
    display: none;
  }
}
.gallery_page .gallery_wrapper .photos .photos_block .center {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block .center {
    display: none;
  }
}
.gallery_page .gallery_wrapper .photos .photos_block .right_side {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block .right_side {
    width: 100%;
  }
}
.gallery_page .gallery_wrapper .photos .photos_block a {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block a {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .photos_block a {
    margin-bottom: 25px;
  }
}
.gallery_page .gallery_wrapper .photos .photos_block a img {
  width: 100%;
}
.gallery_page .gallery_wrapper .photos button.load_more {
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid var(--grey-100, #0A0A0A);
  background-color: #fff;
}
.gallery_page .gallery_wrapper .photos button.load_more.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .photos button.load_more {
    padding: 10px 24px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos button.load_more {
    display: none;
  }
}
.gallery_page .gallery_wrapper .photos button.load_more img {
  transform: rotate(90deg);
}
.gallery_page .gallery_wrapper .photos .load_more.mobile_gallery_button {
  display: none;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .photos .load_more.mobile_gallery_button {
    display: flex;
  }
}
.gallery_page .gallery_wrapper .videos {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos {
    padding-top: 70px;
  }
}
.gallery_page .gallery_wrapper .videos .videos_title {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-bottom: 50px;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #0013E0;
  color: #0013E0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  text-align: right;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .videos_title {
    padding: 4px 24px;
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos .videos_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .videos_title {
    padding: 6px 24px;
    font-size: 24px;
    line-height: 36px; /* 128.571% */
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper {
    padding-bottom: 35px;
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: visible;
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide img.main_img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide img.main_img {
    margin-bottom: 20px;
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video {
    top: 32%;
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
  max-width: 160px;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 120px;
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
  position: absolute;
  bottom: 32px;
  left: 32px;
  color: #F5F5F5;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  width: 52%;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    position: static;
    width: 100%;
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 145.455% */
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-prev,
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-next {
  color: #fff;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-prev,
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-next {
    color: #0A0A0A;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-prev::after,
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-next {
  left: auto;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-next {
    right: calc(50% - 40px);
  }
}
.gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-prev {
  right: auto;
}
@media (max-width: 575.98px) {
  .gallery_page .gallery_wrapper .videos .video_swiper .swiper-button-prev {
    left: calc(50% - 40px);
  }
}
.gallery_page .gallery_wrapper .videos .thumb {
  width: 100%;
}
@media (max-width: 767.98px) {
  .gallery_page .gallery_wrapper .videos .thumb {
    display: none;
  }
}
.gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
    margin-bottom: 5px;
  }
}
.gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.thumb_img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.thumb_img {
    border-radius: 25px;
  }
}
.gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
    max-width: 60px;
  }
}
.gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}
@media (max-width: 1199.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .gallery_page .gallery_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
    font-size: 16px;
    line-height: 20px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .club_page .container {
    max-width: 370px;
    padding: 5px 0;
  }
}
.club_page .club_wrapper {
  margin-bottom: 160px;
}
.club_page .club_wrapper .club_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 35px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_title {
    padding: 4px 28px;
    font-size: 38px;
    line-height: 56px; /* 147.368% */
    margin-bottom: 20px;
  }
}
.club_page .club_wrapper .club_header {
  padding: 60px 0;
  border-radius: 40px;
  background: var(--grey-20, #F5F5F5);
  margin-bottom: 120px;
}
@media (min-width: 1399.98px) {
  .club_page .club_wrapper .club_header {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_header {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .club_header {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_header {
    background-color: #fff;
    padding: 0;
  }
}
.club_page .club_wrapper .club_header .header_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.club_page .club_wrapper .club_header .header_block .header_left {
  flex: 0 0 auto;
  width: 65.5%;
  position: relative;
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left {
    width: 100%;
  }
}
.club_page .club_wrapper .club_header .header_block .header_left img {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_desctop {
    display: none;
  }
}
.club_page .club_wrapper .club_header .header_block .header_left .header_mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_mobile {
    display: block;
    margin-bottom: 12px;
  }
}
.club_page .club_wrapper .club_header .header_block .header_left .header_info {
  position: absolute;
  width: 33%;
  padding: 35px 16px;
  border-radius: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_info {
    width: 32%;
    padding: 40px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_info {
    padding: 45px 10px;
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_info {
    padding: 20px 10px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_info {
    position: static;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.club_page .club_wrapper .club_header .header_block .header_left .header_info.top {
  top: 0;
  left: 0;
  color: #fff;
  background: var(--green-main, #00B58B);
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_header .header_block .header_left .header_info.top {
    margin-bottom: 12px;
  }
}
.club_page .club_wrapper .club_header .header_block .header_left .header_info.bottom {
  bottom: 0;
  right: 0;
  color: #f5f5f5;
  background: var(--magenta-main, #EA00B3);
}
.club_page .club_wrapper .club_header .header_block .header_right {
  flex: 0 0 auto;
  width: 32%;
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_header .header_block .header_right {
    display: none;
  }
}
.club_page .club_wrapper .club_header .header_block .header_right img {
  width: 100%;
  max-width: 380px;
}
.club_page .club_wrapper .club_activity {
  margin-bottom: 160px;
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity {
    margin-bottom: 100px;
  }
}
.club_page .club_wrapper .club_activity .activity_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper .club_activity .activity_title {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity .activity_title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity .activity_title {
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .activity_title {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    margin-bottom: 40px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row {
    gap: 0;
    margin-bottom: 0;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row.one {
  align-items: flex-start;
  justify-content: flex-start;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row.two {
  align-items: flex-start;
  justify-content: flex-end;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row.three {
  justify-content: center;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item {
  padding: 32px;
  border-radius: 40px;
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item {
    padding: 24px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_head {
  margin-bottom: 8px;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_head img {
  width: 60px;
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_head img {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_head img {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_head {
    margin-bottom: 8px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_info {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_info {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_info {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item .task_info {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_one {
  background: #EA00B3;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_one .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_one {
    margin-bottom: 24px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_two {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_two {
    margin-bottom: 24px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_three {
  border: 2px solid #0013E0;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_three {
    margin-bottom: 24px;
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_four {
  transform: rotate(-5deg);
  background-image: url(../images/cards-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_four .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_four {
    margin-bottom: 24px;
    transform: rotate(0);
  }
}
.club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_five {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .club_activity .tasks_block .task_row .task_item.task_five {
    margin-bottom: 24px;
  }
}
.club_page .club_wrapper #community-tasks {
  background-image: url(../images/aim.png);
  padding: 40px 90px 60px 90px;
  background-position-x: -50px;
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper #community-tasks {
    background-position-x: -190px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper #community-tasks {
    background-position-x: -470px;
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper #community-tasks {
    background-position-x: -600px;
    padding: 30px 24px;
  }
}
.club_page .club_wrapper #community-tasks .section-title {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper #community-tasks .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper #community-tasks .section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper #community-tasks .section-title {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 32px;
    text-align: right;
  }
}
.club_page .club_wrapper #community-tasks .section-title img {
  position: absolute;
  top: 50%;
  left: -105px;
  width: 20%;
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper #community-tasks .section-title img {
    left: -60px;
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper #community-tasks .section-title img {
    left: 20px;
    top: 0%;
    width: 100px;
    transform: rotate(15deg);
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper #community-tasks .section-title span {
    margin-left: 35px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper #community-tasks .section-title span {
    padding: 6px 24px;
    margin: 0 60px 10px 150px;
  }
}
.club_page .club_wrapper #community-tasks ul {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper #community-tasks ul {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.club_page .club_wrapper .meetings {
  margin-bottom: 160px;
}
.club_page .club_wrapper .meetings .information_title {
  display: inline-block;
  transform: rotate(-5deg);
  padding: 4px 42px;
  border-radius: 200px;
  background-color: #EA00B3;
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .club_page .club_wrapper .meetings .information_title {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .meetings .information_title {
    font-size: 37px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .meetings .information_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .meetings .information_title {
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 24px;
  }
}
.club_page .club_wrapper .meetings .information_nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.club_page .club_wrapper .meetings .information_nav li {
  transition: 0.3s all ease;
}
.club_page .club_wrapper .meetings .information_nav li a {
  display: flex;
  flex-wrap: wrap-reverse;
  width: 100%;
  padding: 12px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  color: #0A0A0A;
  font-size: 18px;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .meetings .information_nav li a {
    gap: 12px;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .meetings .information_nav li a {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .meetings .information_nav li a {
    padding: 22px 24px;
  }
}
.club_page .club_wrapper .meetings .information_nav li a .information_text {
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .meetings .information_nav li a .information_text {
    width: 100%;
  }
}
.club_page .club_wrapper .meetings .information_nav li a span {
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid #0A0A0A;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px; /* 216.667% */
}
@media (max-width: 767.98px) {
  .club_page .club_wrapper .meetings .information_nav li a span {
    flex: 0 0 auto;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .meetings .information_nav li a span {
    padding: 0 12px;
    font-size: 12px;
    line-height: 26px; /* 216.667% */
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .meetings .information_nav li a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .club_page .club_wrapper .meetings .information_nav li a {
    padding: 12px 24px;
  }
}
.club_page .club_wrapper .meetings .information_nav li a.disable {
  color: #c2c2c2;
}
.club_page .club_wrapper .meetings .information_nav li a.disable span {
  color: #c2c2c2;
  border-color: #c2c2c2;
}
.club_page .club_wrapper .meetings .information_nav li:hover {
  transform: translate(10px);
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .meetings .information_nav {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .club_page .club_wrapper .meetings {
    margin-bottom: 100px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .young_club_page .container {
    max-width: 370px;
  }
}
.young_club_page .young_club_wrapper {
  margin-bottom: 160px;
}
.young_club_page .young_club_wrapper .young_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .young_title {
    font-size: 32px;
    padding: 4px 34px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .young_title {
    font-size: 24px;
    padding: 4px 28px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .young_title {
    font-size: 38px;
    line-height: 56px; /* 147.368% */
    margin-bottom: 35px;
  }
  .young_club_page .young_club_wrapper .young_title span {
    display: none;
  }
}
.young_club_page .young_club_wrapper .sessions {
  margin-bottom: 75px;
}
.young_club_page .young_club_wrapper .sessions .sessions_title {
  font-size: 68px;
  font-weight: 700;
  line-height: 84px; /* 123.529% */
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .sessions .sessions_title {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .sessions .sessions_title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .sessions_title {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    margin-bottom: 12px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_date {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid #0A0A0A;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .session_date {
    display: none;
  }
}
.young_club_page .young_club_wrapper .sessions .session_date.mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .session_date.mobile {
    display: inline-block;
    margin-bottom: 12px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main {
  padding: 40px;
  border-radius: 40px;
  background: #F5F5F5;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main {
    background-color: #fff;
    padding: 0;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main p {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main p:last-child {
  margin-bottom: 0px;
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote {
    display: none;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
  flex: 0 0 79%;
  margin-top: 4px;
  background-color: #E8F9F4;
  border-radius: 40px;
  padding: 24px 24px 118px 24px;
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left {
    padding-bottom: 85px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .quote_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .quote_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .quote_author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .quote_author span {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .double_quote {
  z-index: 10;
  background-color: #f5f5f5;
  padding: 10px 100px 0 100px;
  border-radius: 0 40px 0 0;
  position: absolute;
  left: 0;
  bottom: -47px;
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote .quote_left .double_quote {
    padding: 15px 15px 0 15px;
    max-width: 130px;
    border-radius: 0 40px 0 0;
    bottom: -10px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .author_img {
  flex: 0 0 18%;
}
.young_club_page .young_club_wrapper .sessions .session_main .more_quote .author_img img {
  width: 100%;
  max-width: 120px;
  border-radius: 40px;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .more_quote .author_img img {
    border-radius: 24px;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote {
  display: none;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 40px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .sessions .session_main .mobile_quote {
    display: block;
  }
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_header .m_author {
  flex: 0 0 auto;
  width: 23%;
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_header .m_author img {
  width: 100%;
  max-width: 80px;
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_header img.double_quote {
  flex: 0 0 auto;
  width: 16%;
  max-width: 56%;
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_text {
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 8px;
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_author {
  font-family: "Roboto Flex", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.young_club_page .young_club_wrapper .sessions .session_main .mobile_quote .quote_author span {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.young_club_page .young_club_wrapper .photos {
  margin-bottom: 130px;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .photos {
    margin-bottom: 110px;
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos {
    margin-bottom: 120px;
  }
}
.young_club_page .young_club_wrapper .photos .photos_title {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #0013E0;
  color: #0013E0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .photos .photos_title {
    padding: 4px 24px;
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .photos .photos_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_title {
    padding: 6px 24px;
    font-size: 24px;
    line-height: 36px; /* 128.571% */
  }
}
.young_club_page .young_club_wrapper .photos .photos_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}
.young_club_page .young_club_wrapper .photos .photos_block.hidden {
  display: none;
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block {
    margin-bottom: 30px;
  }
}
.young_club_page .young_club_wrapper .photos .photos_block .left_side {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block .left_side {
    display: none;
  }
}
.young_club_page .young_club_wrapper .photos .photos_block .center {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block .center {
    display: none;
  }
}
.young_club_page .young_club_wrapper .photos .photos_block .right_side {
  flex: 0 0 auto;
  width: 31%;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block .right_side {
    width: 100%;
  }
}
.young_club_page .young_club_wrapper .photos .photos_block a {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block a {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .photos_block a {
    margin-bottom: 25px;
  }
}
.young_club_page .young_club_wrapper .photos .photos_block a img {
  width: 100%;
}
.young_club_page .young_club_wrapper .photos button.load_more {
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid var(--grey-100, #0A0A0A);
  background-color: #fff;
}
.young_club_page .young_club_wrapper .photos button.load_more.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .photos button.load_more {
    padding: 10px 24px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos button.load_more {
    display: none;
  }
}
.young_club_page .young_club_wrapper .photos button.load_more img {
  transform: rotate(90deg);
}
.young_club_page .young_club_wrapper .photos .load_more.mobile_gallery_button {
  display: none;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .photos .load_more.mobile_gallery_button {
    display: flex;
  }
}
.young_club_page .young_club_wrapper .videos {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos {
    padding-top: 70px;
  }
}
.young_club_page .young_club_wrapper .videos .videos_title {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-bottom: 50px;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #0013E0;
  color: #0013E0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  text-align: right;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .videos_title {
    padding: 4px 24px;
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos .videos_title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .videos_title {
    padding: 6px 24px;
    font-size: 24px;
    line-height: 36px; /* 128.571% */
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper {
    padding-bottom: 35px;
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: visible;
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide img.main_img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide img.main_img {
    margin-bottom: 20px;
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video {
    top: 32%;
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
  max-width: 160px;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .popup_video img {
    max-width: 120px;
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
  position: absolute;
  bottom: 32px;
  left: 32px;
  color: #F5F5F5;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  width: 52%;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-wrapper .swiper-slide .video_text {
    position: static;
    width: 100%;
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 145.455% */
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-prev,
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-next {
  color: #fff;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-prev,
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-next {
    color: #0A0A0A;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-prev::after,
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-next {
  left: auto;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-next {
    right: calc(50% - 40px);
  }
}
.young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-prev {
  right: auto;
}
@media (max-width: 575.98px) {
  .young_club_page .young_club_wrapper .videos .video_swiper .swiper-button-prev {
    left: calc(50% - 40px);
  }
}
.young_club_page .young_club_wrapper .videos .thumb {
  width: 100%;
}
@media (max-width: 767.98px) {
  .young_club_page .young_club_wrapper .videos .thumb {
    display: none;
  }
}
.young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main {
    margin-bottom: 5px;
  }
}
.young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.thumb_img {
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.thumb_img {
    border-radius: 25px;
  }
}
.young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_main img.popup_button {
    max-width: 60px;
  }
}
.young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}
@media (max-width: 1199.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .young_club_page .young_club_wrapper .videos .thumb .swiper-wrapper .swiper-slide .thumb_text {
    font-size: 16px;
    line-height: 20px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .university_page .container {
    max-width: 370px;
  }
}
.university_page .university_wrapper {
  margin-bottom: 160px;
}
.university_page .university_wrapper .university_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_title {
    padding: 4px 24px;
  }
}
.university_page .university_wrapper .university_header {
  padding: 60px 0;
  border-radius: 40px;
  background: var(--grey-20, #F5F5F5);
  margin-bottom: 120px;
}
@media (min-width: 1399.98px) {
  .university_page .university_wrapper .university_header {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper .university_header {
    padding: 30px 44px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header {
    padding: 0;
    background-color: #fff;
    margin-bottom: 65px;
  }
}
.university_page .university_wrapper .university_header .header_top {
  margin-bottom: 32px;
}
.university_page .university_wrapper .university_header .header_top .club_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header {
    background-color: #fff;
    padding: 0;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left {
  flex: 0 0 auto;
  width: 65.5%;
  position: relative;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left {
    width: 100%;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left img {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_desctop {
    display: none;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left .header_mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_mobile {
    display: block;
    margin-bottom: 12px;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info {
  position: absolute;
  width: 33%;
  padding: 40px 16px;
  border-radius: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info {
    width: 32%;
    padding: 30px 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info {
    border-radius: 20px;
    padding: 40px 10px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info {
    padding: 20px 10px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info {
    position: static;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info.top {
  top: 0;
  left: 0;
  color: #fff;
  background: var(--green-main, #00B58B);
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info.top {
    margin-bottom: 12px;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_left .header_info.bottom {
  bottom: 0;
  right: 0;
  color: #f5f5f5;
  background: var(--magenta-main, #EA00B3);
}
.university_page .university_wrapper .university_header .header_top .club_header .header_right {
  flex: 0 0 auto;
  width: 33%;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_header .header_top .club_header .header_right {
    display: none;
  }
}
.university_page .university_wrapper .university_header .header_top .club_header .header_right img {
  width: 100%;
  max-width: 380px;
}
.university_page .university_wrapper .university_header .header_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_bottom {
    background-image: url(../images/header_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 24px 0;
    gap: 20px;
  }
}
.university_page .university_wrapper .university_header .header_bottom .bottom_left {
  flex: 0 0 auto;
  width: 33%;
}
.university_page .university_wrapper .university_header .header_bottom .bottom_left img {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_bottom .bottom_left img.desctop_img {
    display: none;
  }
}
.university_page .university_wrapper .university_header .header_bottom .bottom_left img.mobile_img {
  display: none;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_bottom .bottom_left img.mobile_img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_bottom .bottom_left {
    width: 100%;
  }
}
.university_page .university_wrapper .university_header .header_bottom .bottom_right {
  flex: 0 0 auto;
  width: 65.5%;
  color: #000;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper .university_header .header_bottom .bottom_right {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_header .header_bottom .bottom_right {
    width: 100%;
    padding: 0 24px;
    color: #fff;
  }
}
.university_page .university_wrapper .university_tasks {
  margin-bottom: 160px;
}
.university_page .university_wrapper .university_tasks .tasks_header {
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper .university_tasks .tasks_header {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_tasks .tasks_header {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_header {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks {
    margin-bottom: 120px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row {
    gap: 0;
    margin-bottom: 0;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row.one {
  align-items: flex-start;
  justify-content: flex-start;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row.two {
  align-items: flex-start;
  justify-content: flex-end;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row.three {
  justify-content: flex-start;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item {
  padding: 32px;
  border-radius: 40px;
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item {
    width: 100%;
    padding: 38px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item {
    padding: 24px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_head {
  margin-bottom: 8px;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_head img {
  width: 60px;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_head img {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_head img {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_head {
    margin-bottom: 8px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_info {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_info {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_info {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item .task_info {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_one {
  background: #EA00B3;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_one .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_one {
    margin-bottom: 24px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_two {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_two {
    margin-bottom: 24px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_three {
  border: 2px solid #0013E0;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_three {
    margin-bottom: 24px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_four {
  transform: rotate(-5deg);
  background-image: url(../images/cards-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_four .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_four {
    margin-bottom: 24px;
    transform: rotate(0);
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_five {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_five {
    margin-bottom: 24px;
  }
}
.university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_six {
  border: 2px solid #00B58B;
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .university_tasks .tasks_block .task_row .task_item.task_six {
    margin-bottom: 24px;
  }
}
.university_page .university_wrapper #community-tasks {
  background-image: url(../images/aim.png);
  padding: 40px 90px 60px 90px;
  background-position-x: -190px;
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper #community-tasks {
    background-position-x: -410px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper #community-tasks {
    background-position-x: -565px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper #community-tasks {
    background-position-x: -815px;
    padding: 30px 24px;
  }
}
.university_page .university_wrapper #community-tasks .section-title {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .university_page .university_wrapper #community-tasks .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper #community-tasks .section-title {
    text-align: right;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper #community-tasks .section-title {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 32px;
    text-align: right;
  }
}
.university_page .university_wrapper #community-tasks .section-title img {
  position: absolute;
  top: 50%;
  transform: rotate(-35deg);
  left: -130px;
  width: 30%;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper #community-tasks .section-title img {
    left: -25px;
    top: 10%;
    transform: rotate(5deg);
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper #community-tasks .section-title img {
    left: -45px;
    top: 5%;
    width: 100px;
    transform: rotate(0);
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper #community-tasks .section-title span {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper #community-tasks .section-title span {
    padding: 6px 24px;
    margin-right: 80px;
  }
}
.university_page .university_wrapper #community-tasks ul {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper #community-tasks ul {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.university_page .university_wrapper .auditory .auditory_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  margin-bottom: 45px;
  background: var(--magenta-main, #EA00B3);
  color: #FFF;
  font-size: 68px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .auditory .auditory_title {
    padding: 4px 42px;
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .auditory .auditory_title {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .university_page .university_wrapper .auditory .auditory_title {
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 25px;
  }
}
.university_page .university_wrapper .auditory .auditory_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .auditory .auditory_block {
    gap: 20px;
  }
}
.university_page .university_wrapper .auditory .auditory_block .auditory_left {
  flex: 0 0 auto;
  width: 26%;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .auditory .auditory_block .auditory_left {
    width: 100%;
  }
}
.university_page .university_wrapper .auditory .auditory_block .auditory_left img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .auditory .auditory_block .auditory_left img {
    max-width: 100%;
  }
}
.university_page .university_wrapper .auditory .auditory_block .auditory_right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 72%;
  padding: 50px;
  background-color: #f5f5f5;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .auditory .auditory_block .auditory_right {
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  .university_page .university_wrapper .auditory .auditory_block .auditory_right {
    width: 100%;
  }
}
.university_page .university_wrapper .auditory .auditory_block .auditory_right .right_text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 991.98px) {
  .university_page .university_wrapper .auditory .auditory_block .auditory_right .right_text {
    font-size: 18px;
    line-height: 26px; /* 150% */
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  .accelerator_page .container {
    max-width: 370px;
  }
}
.accelerator_page .accelerator_wrapper {
  margin-bottom: 160px;
}
.accelerator_page .accelerator_wrapper .accelerator_title {
  transform: rotate(-5deg);
  display: inline-block;
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid var(--magenta-main, #EA00B3);
  margin-bottom: 45px;
  color: var(--magenta-main, #EA00B3);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_title {
    padding: 4px 24px;
  }
}
.accelerator_page .accelerator_wrapper .university_header {
  padding: 60px 88px;
  border-radius: 40px;
  background: var(--grey-20, #F5F5F5);
  margin-bottom: 120px;
}
@media (min-width: 1399.98px) {
  .accelerator_page .accelerator_wrapper .university_header {
    max-width: 1336px;
    margin-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .university_header {
    padding: 30px 44px;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header {
    padding: 0;
    background-color: #fff;
    margin-bottom: 65px;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top {
  margin-bottom: 32px;
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header {
    background-color: #fff;
    padding: 0;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left {
  flex: 0 0 auto;
  width: 65.5%;
  position: relative;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left {
    width: 100%;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left img {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_desctop {
    display: none;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_mobile {
    display: block;
    margin-bottom: 12px;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info {
  position: absolute;
  width: 33%;
  padding: 35px 16px;
  border-radius: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info {
    width: 32%;
    padding: 30px 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info {
    border-radius: 20px;
    padding: 40px 10px;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info {
    padding: 20px 10px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info {
    position: static;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info.top {
  top: 0;
  left: 0;
  color: #fff;
  background: var(--green-main, #00B58B);
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info.top {
    margin-bottom: 12px;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_left .header_info.bottom {
  bottom: 0;
  right: 0;
  color: #f5f5f5;
  background: var(--magenta-main, #EA00B3);
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_right {
  flex: 0 0 auto;
  width: 33%;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_right {
    display: none;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_top .club_header .header_right img {
  width: 100%;
  max-width: 380px;
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom {
    background-image: url(../images/header_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 24px 0;
    gap: 20px;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left {
  flex: 0 0 auto;
  width: 33%;
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left img {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left img.desctop_img {
    display: none;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left img.mobile_img {
  display: none;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left img.mobile_img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_left {
    width: 100%;
  }
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_right {
  flex: 0 0 auto;
  width: 65.5%;
  color: #000;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_right p {
  margin-bottom: 15px;
}
.accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_right {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .university_header .header_bottom .bottom_right {
    width: 100%;
    padding: 0 24px;
    color: #fff;
  }
}
.accelerator_page .accelerator_wrapper .tasks {
  margin-bottom: 120px;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header .arrow_blue {
    width: 80px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header .arrow_blue {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header {
    padding-left: 200px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header {
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_header .tasks_title {
  display: inline-block;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  background: #0013E0;
  color: #FFF;
  font-size: 68px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header .tasks_title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header .tasks_title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_header .tasks_title {
    transform: rotate(-5deg);
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row {
    gap: 0;
    margin-bottom: 0;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row.one {
  align-items: stretch;
  justify-content: flex-start;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row.two {
  align-items: flex-start;
  justify-content: flex-end;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row.three {
  justify-content: center;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item {
  padding: 32px;
  border-radius: 40px;
  flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item {
    padding: 24px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_head {
  margin-bottom: 8px;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
  width: 60px;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_head img {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_head {
    margin-bottom: 8px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_info {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item .task_info {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_one {
  background: #EA00B3;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_one .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_one {
    margin-bottom: 24px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_two {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_two {
    margin-bottom: 24px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_three {
  border: 2px solid #0013E0;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_three {
    margin-bottom: 24px;
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_four {
  transform: rotate(-5deg);
  background-image: url(../images/cards-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_four .task_info {
  color: #fff;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_four {
    margin-bottom: 24px;
    transform: rotate(0);
  }
}
.accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_five {
  background: #F5F5F5;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .tasks .tasks_block .task_row .task_item.task_five {
    margin-bottom: 24px;
  }
}
.accelerator_page .accelerator_wrapper #community-tasks {
  background-image: url(../images/aim.png);
  padding: 40px 90px 60px 90px;
  background-position-x: -100px;
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks {
    background-position-x: -255px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks {
    background-position-x: -450px;
    padding: 40px 25px 40px 100px;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks {
    background-position-x: -565px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks {
    background-position-x: -815px;
    padding: 30px 24px;
  }
}
.accelerator_page .accelerator_wrapper #community-tasks .section-title {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title {
    text-align: right;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    margin-bottom: 32px;
    text-align: right;
  }
}
.accelerator_page .accelerator_wrapper #community-tasks .section-title img {
  position: absolute;
  top: 50%;
  transform: rotate(-35deg);
  left: -130px;
  width: 30%;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title img {
    top: 35%;
    left: -70px;
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title img {
    left: -25px;
    top: 10%;
    transform: rotate(5deg);
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title img {
    left: -45px;
    top: 5%;
    width: 100px;
    transform: rotate(0);
  }
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title span {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks .section-title span {
    padding: 6px 24px;
    margin-right: 80px;
  }
}
.accelerator_page .accelerator_wrapper #community-tasks ul {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper #community-tasks ul {
    font-size: 20px;
    line-height: 30px; /* 150% */
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory {
  margin-bottom: 160px;
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory {
    margin-bottom: 120px;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_title {
  display: inline-block;
  transform: rotate(-5deg);
  padding: 4px 42px;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  color: #EA00B3;
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_title {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_title {
    font-size: 37px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_title {
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #EA00B3;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block {
    gap: 20px;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_left {
  flex: 0 0 auto;
  width: 49%;
  text-align: right;
  border-radius: 40px;
  padding: 40px;
  border: 4px solid #1F30E4;
  color: #424242;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_left {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_left {
    padding: 24px;
    text-align: center;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_left img {
  margin-bottom: 24px;
  max-width: 60px;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_left img {
    margin-bottom: 15px;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_right {
  flex: 0 0 auto;
  width: 49%;
  border-radius: 40px;
  padding: 40px;
  background-color: #00B58B;
  color: #fff;
}
@media (max-width: 767.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_right {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_right {
    padding: 24px;
    text-align: center;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_right img {
  margin-bottom: 24px;
  max-width: 60px;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .auditory_right img {
    margin-bottom: 15px;
  }
}
.accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .text {
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .accelerator_auditory .auditory_block .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.accelerator_page .accelerator_wrapper .classes .tasks_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 35%;
  margin-bottom: 50px;
}
.accelerator_page .accelerator_wrapper .classes .tasks_header .arrow_blue {
  transform: rotateY(180deg);
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header .arrow_blue {
    width: 80px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header .arrow_blue {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header {
    padding-left: 175px;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.accelerator_page .accelerator_wrapper .classes .tasks_header .tasks_title {
  display: inline-block;
  transform: rotate(5deg);
  padding: 4px 42px;
  border-radius: 200px;
  background: #0013E0;
  color: #FFF;
  font-size: 68px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header .tasks_title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header .tasks_title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .tasks_header .tasks_title {
    transform: rotate(5deg);
    padding: 6px 24px;
    font-size: 28px;
    line-height: 36px;
    text-align: right;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_left {
  flex: 0 0 auto;
  width: 40%;
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_left img {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_left {
    display: none;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right {
  flex: 0 0 auto;
  width: 56%;
  padding: 40px;
  border-radius: 40px;
  background: #F5F5F5;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right {
    padding: 24px;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item {
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item {
    margin-bottom: 65px;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item:last-child {
  margin-bottom: 0;
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item:last-child .class_info .info_item {
  border: 1px solid #0013E0;
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_title {
  color: #000;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_title {
    margin-bottom: 15px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_title {
    line-height: 32px; /* 145.455% */
    margin-bottom: 24px;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_info {
    gap: 10px;
  }
}
.accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_info .info_item {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 58px;
  border: 1px solid #00B58B;
  color: #424242;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 1199.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_info .info_item {
    padding: 12px 22px;
  }
}
@media (max-width: 575.98px) {
  .accelerator_page .accelerator_wrapper .classes .classes_block .classes_right .class_item .class_info .info_item {
    padding: 16px 32px;
  }
}

/* FONTS */
/* MEDIA MIXINS*/
/* RESET */
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cousine", monospace;
  font-weight: 700;
  color: #0A0A0A;
}
body .blur-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
body .blur-bg.show {
  opacity: 1;
  z-index: 10;
}
body .photos .hidden {
  display: none;
}
body .hidden {
  display: none;
}

@media (min-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

.text-roboto {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
}

.section-title {
  color: #0A0A0A;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 38px;
    line-height: 56px;
  }
}
.section-title span {
  display: inline-block;
  margin: 10px 0 10px 100px;
  color: #F5F5F5;
  border-radius: 200px;
  border: 4px solid #EA00B3;
  background: #EA00B3;
  padding: 0 42px;
  transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .section-title span {
    padding: 0 30px;
  }
}/*# sourceMappingURL=main.css.map */