@media screen and (min-width: 768px) {
  .container {
    padding: 0px 40px;
    max-width: 688px;
  }
  #cookie-banner {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    text-align: left;
  }
  #cookie-banner p {
    font-size: 14px;
  }
  #cookie-banner .buttons {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #cookie-banner .buttons button {
    font-size: 14px;
  }
  .video-wrapper {
    gap: 10px;
    width: 100%;
    height: fit-content;
  }
  /**
  #hero{
      background-size: cover;
      .container{
          div{ 
              .section-title{
                  margin-top: 350px;
              }
          }
      }
  }
      */
  #hero .container .swiper-4 #hero-slide-5 {
    background-size: 120%;
    background-position: center 0px;
  }
  #hero .container .swiper-4 #hero-slide-1 {
    background-position: center 0px;
  }
  #hero .container .swiper-4 #hero-slide-6 {
    background-image: url(../img/bg_pasky.png);
  }
  #hero .container .swiper-4 #hero-slide-6 .button-box {
    margin-bottom: 40px;
  }
  #hero .container .swiper-4 #hero-slide-6 .button-box .button-red {
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div {
    position: relative;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    display: flex;
    gap: 12px;
    z-index: 5;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.15s;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a:hover {
    opacity: 1;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-name {
    font-size: 14px;
    line-height: 24px;
    font-family: JostBold;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-position {
    font-size: 9px;
    font-family: JostItalic;
    color: #999999;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-desc {
    font-family: JostRegular;
    font-size: 11px;
  }
  #debt .container .section-wrapper {
    gap: 64px;
  }
  #debt .container .section-wrapper .button-general {
    padding: 0;
    justify-content: center;
  }
  #debt .container .section-wrapper .number-wrapper {
    gap: 4px;
  }
  #debt .container .section-wrapper .number-wrapper .number {
    width: 40px;
    height: 55px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #debt .container .section-wrapper .number-wrapper .number p {
    color: black;
    font-size: 24px;
  }
  #debt .container .section-wrapper .number-wrapper .number-devider {
    margin-left: 24px;
  }
  #profile {
    padding: 100px 0px;
  }
  #profile .container > div .img {
    width: 40%;
  }
  #profile .container > div .img img {
    width: 100%;
  }
  #profile .container > div {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  #profile .container > div hr {
    width: 300px;
  }
  #profile .container > div .text {
    width: 50%;
    flex-direction: column;
    gap: 32px;
  }
  #profile .container > div .text h2 {
    font-size: 45px;
    line-height: 52px;
  }
  #profile .container > div .text p {
    letter-spacing: 1px;
  }
  #profile .container > div .text button {
    margin-top: 20px;
  }
  #team .container div .classka {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }
  #team .container div .classka .profile-col {
    max-width: 510px;
    align-items: center;
  }
  #team .container div div {
    flex-direction: column;
    align-items: center;
  }
  #team .container div div .button-box {
    flex-direction: row;
  }
  #team .container div div .text-content {
    font-size: 55px;
    line-height: 62px;
  }
  #successes .container {
    max-width: calc(100% - 80px);
  }
  #successes .container .section-wrapper .swiper-part {
    width: auto;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next, #successes .container .section-wrapper .swiper-part .custom-button-prev {
    top: 285px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-prev {
    left: -50px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next {
    right: -50px;
  }
  #successes .container .section-wrapper .swiper-part .custom-pagination-successes {
    margin: auto;
  }
  #successes .container .section-wrapper .swiper-part .swiper {
    width: 500px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper .section-title {
    font-size: 15px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper p {
    width: 80%;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper .section-title {
    font-size: 15px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .directions-title {
    margin-bottom: 24px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box .instruction-name br {
    display: none !important;
  }
  #black-book {
    padding-bottom: 160px;
    padding-top: 150px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 {
    top: 28px;
    left: 185px;
    width: 160px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 .custom-prev {
    width: 85px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 .custom-next {
    width: 85px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 .swiper-button-disabled {
    border: none;
  }
  #black-book .container .black-book-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  #black-book .container .black-book-wrapper .heading-wrapper {
    gap: 12px;
  }
  #black-book .container .black-book-wrapper .swiper {
    width: 100%;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: fit-content;
    width: 100%;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content {
    width: calc(50% - 5px);
    height: auto;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content img {
    width: 100%;
    height: 100%;
  }
  #archive .container .archive-wrapper .button-general {
    width: 413px;
    justify-content: center;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap {
    height: 164px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .mobile {
    display: none;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .tablet {
    display: block;
  }
  footer .container .location-wrapper {
    align-items: center;
  }
  footer .container .location-wrapper .location .country {
    text-align: center;
  }
  footer .container .location-wrapper .location .adress p {
    text-align: center;
  }
  footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line .phone-number {
    text-align: center;
  }
  footer .container .location-wrapper .media-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  footer .container .location-wrapper .media-contact p {
    margin: 0;
  }
  footer .container .location-wrapper .media-contact__label {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.6;
  }
  footer .container .location-wrapper .media-contact__name {
    font-size: 16px;
    font-weight: 600;
  }
  footer .container .location-wrapper .media-contact__phone {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.15s;
  }
  footer .container .location-wrapper .media-contact__phone:hover {
    opacity: 1;
  }
  .blog-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    height: fit-content;
    width: 100%;
  }
  .blog-wrapper .blog-content {
    width: calc(50% - 5px);
    height: auto;
  }
  .blog-wrapper .blog-content img {
    width: 100%;
    height: 100%;
  }
  #plans .container .section-wrapper {
    align-items: center;
  }
  #plans .container .section-wrapper .members {
    width: 340px;
  }
  #member .container .infobox .infobox-col-wrapper {
    gap: unset;
    justify-content: space-between;
  }
  #newsletter-section .container .section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #newsletter-section .container .section-wrapper p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
  .hide-on-mobile {
    display: flex !important;
  }
  .container {
    max-width: 944px;
  }
  header {
    height: 100px;
    top: 20px;
    margin: auto;
    width: 96%;
    height: 100px;
    transition: all ease 0.5s;
    background-color: white;
  }
  header button {
    width: 200px;
    height: 40px;
    display: flex;
    flex-direction: row;
    border: none;
  }
  header button div {
    height: 100%;
    justify-content: center;
    align-items: center;
    color: var(--blue-dark);
  }
  header button :first-child {
    width: 134px;
    border: 1px solid var(--blue-dark);
    background-color: white;
    height: 38px;
    border-right: none;
    font-size: 14px;
  }
  header button :last-child {
    width: 66px;
    border: none;
    background-color: var(--red-basic);
  }
  header button :last-child svg {
    height: 14px;
    width: 34px;
  }
  .section-title {
    font-size: 20px;
  }
  .text-content {
    font-size: 55px;
    line-height: 62px;
  }
  .button-general {
    width: 206px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .form-popup .form .header img {
    width: 140px;
  }
  .form-popup .form .prestep {
    flex-direction: row;
    width: 100%;
  }
  .form-popup .form .prestep div {
    width: 50%;
  }
  .form-popup .form .prestep .strana, .form-popup .form .prestep .oz {
    height: 100%;
  }
  #debt {
    padding: 120px 0px;
  }
  #debt .container .section-wrapper .text-content {
    font-size: 40px;
    line-height: 40px;
  }
  #desktop-header {
    padding: 0px 20px 0px 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #desktop-header a {
    text-decoration: none;
    margin-top: -6px;
    width: fit-content;
    flex-shrink: 0;
  }
  #desktop-header a img {
    width: 128px;
  }
  #desktop-header .form-open {
    flex-shrink: 0;
    width: 168px;
  }
  #desktop-header .form-open div:first-child {
    width: 108px;
    font-size: 13px;
    white-space: nowrap;
  }
  #desktop-header .form-open div:last-child {
    width: 60px;
  }
  #desktop-header div {
    display: flex;
    gap: 24px;
  }
  #desktop-header div a {
    text-decoration: none;
    font-size: 13px;
    color: #1C2A49;
    margin-top: 0px;
    transition: 120ms ease-out;
  }
  #desktop-header div a:hover {
    color: var(--red-basic);
  }
  #desktop-header .main-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 1;
    min-width: 0;
  }
  #desktop-header .main-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    height: 100px;
  }
  #desktop-header .main-nav .nav-item .nav-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #1C2A49;
    cursor: pointer;
    white-space: nowrap;
    transition: 120ms ease-out;
  }
  #desktop-header .main-nav .nav-item .nav-label svg {
    flex-shrink: 0;
    transition: transform 150ms ease-out;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: -16px;
    min-width: 220px;
    padding: 8px 0;
    background-color: white;
    border: 1px solid #E4E8F0;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(13, 44, 113, 0.12);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms;
    z-index: 50;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown .nav-sublink {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    padding: 9px 18px;
    font-size: 13px;
    color: #1C2A49;
    white-space: nowrap;
    transition: 120ms ease-out;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown .nav-sublink:hover {
    color: var(--red-basic);
    background-color: #F5F7FB;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown .nav-sublink.soon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9AA3B5;
    cursor: default;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown .nav-sublink.soon em {
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #EEF1F6;
    color: #8A93A6;
  }
  #desktop-header .main-nav .nav-item:hover .nav-label {
    color: var(--red-basic);
  }
  #desktop-header .main-nav .nav-item:hover .nav-label svg {
    transform: rotate(180deg);
  }
  #desktop-header .main-nav .nav-item:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /**
  #hero{
      .container{
          div{ 
              .section-title{
                  margin-top: 440px;
              }
              .button-box{
                  flex-direction: row;
                  .button-red{
                      padding: 0px;
                      justify-content: center;
                  }
              }
          }
      }
  }  
  */
  #hero {
    margin-top: -105px;
  }
  #hero .container {
    max-width: 100%;
    padding: 0px;
  }
  #hero .container .swiper-4 {
    position: relative;
  }
  #hero .container .swiper-4 .swiper-slide {
    align-items: flex-end;
  }
  #hero .container .swiper-4 .swiper-slide .swiper-content {
    gap: 40px;
    padding-bottom: 80px;
  }
  #hero .container .swiper-4 .swiper-slide .swiper-content h2 {
    font-family: JostLight;
    font-size: 60px;
  }
  #hero .container .swiper-4 .swiper-slide .swiper-content h1 {
    font-family: JostBold;
    font-size: 32px;
  }
  #hero .container .swiper-4 .swiper-slide .swiper-content .button-box {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  #hero .container .swiper-4 .swiper-slide .swiper-content .button-box .button-general {
    padding: 0px;
    justify-content: center;
    width: auto;
    padding: 0px 24px;
  }
  #profile .container div .text {
    flex-direction: column;
    max-width: 510px;
    gap: 42px;
  }
  #profile .container div .text h2 {
    font-size: 55px;
    line-height: 62px;
  }
  #profile .container div .text button {
    margin-top: 20px;
  }
  #information {
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    justify-content: center;
    background-size: cover;
    padding: 120px 0px;
    min-height: 660px;
  }
  #information .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  #information .container div .text-content {
    font-size: 55px;
    line-height: 62px;
  }
  #team .container div .classka .profile-col {
    align-items: flex-start;
  }
  #team .container div .classka .profile-col h3 {
    font-size: 55px;
  }
  #team .container div .classka .profile-col .position {
    font-size: 14px;
    font-family: InstrumentSans;
  }
  #team .container div .classka img {
    width: 50%;
  }
  #successes {
    padding: 120px 0px;
  }
  #successes .container {
    max-width: calc(100% - 80px);
  }
  #successes .container .section-wrapper {
    background-image: url("../img/successes.png");
    background-size: cover;
  }
  #successes .container .section-wrapper .heading .section-heading-large {
    font-size: 48px;
  }
  #successes .container .section-wrapper .swiper-part .custom-pagination-successes {
    flex-direction: row;
    justify-content: center;
  }
  #successes .container .section-wrapper .swiper-part .custom-pagination-successes .swiper-pagination-bullet {
    width: auto;
    font-size: 15px;
    padding: 8px 64px;
    border-radius: 12px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next, #successes .container .section-wrapper .swiper-part .custom-button-prev {
    top: 294px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next {
    right: -60px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-prev {
    left: -60px;
  }
  #successes .container .section-wrapper .swiper-part .swiper {
    width: 700px;
  }
  #successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide img {
    margin-bottom: 0px;
    height: 640px;
    width: auto;
  }
  #successes .container .section-wrapper .swiper-part .swiper .swiper-wrapper .swiper-slide .swiper-box-wrapper {
    flex-direction: row;
    gap: 80px;
  }
  #members {
    padding-top: 140px;
  }
  #members .nav-wrapper-1 {
    right: 215px;
  }
  #members .nav-wrapper-2 {
    right: 215px;
    top: 815px;
  }
  #members .container .section-wrapper {
    gap: 84px;
  }
  #members .container .section-wrapper .line-wrapper {
    gap: 56px;
  }
  #members .container .section-wrapper .line-wrapper p {
    font-size: 20px;
    line-height: 34px;
  }
  #members .container .section-wrapper .line-wrapper .swiper {
    width: 100%;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide {
    width: calc(33% - 4px) !important;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description {
    left: 10%;
    width: 80%;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .name {
    font-size: 35px;
    line-height: 40px;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .decription {
    font-size: 14px;
  }
  #members .container .section-wrapper .line-wrapper .swiper .swiper-wrapper .swiper-slide .description .position-description {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0px;
  }
  #team-new {
    overflow: hidden;
    padding: 120px 0px;
  }
  #team-new .container .section-wrapper {
    gap: 80px;
  }
  #team-new .container .section-wrapper .intro {
    max-width: 960px;
    margin: auto;
    gap: 40px;
  }
  #team-new .container .section-wrapper .intro .intro-content {
    font-size: 18px;
  }
  #team-new .container .section-wrapper .intro .intro-content span {
    font-size: 18px;
  }
  #team-new .container .section-wrapper .members {
    overflow: visible;
  }
  #team-new .container .section-wrapper .members .section-title {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: auto;
  }
  #team-new .container .section-wrapper .members .section-title .nav-wrapper-1 {
    position: absolute;
    right: -200px;
    top: -10px;
  }
  #team-new .container .section-wrapper .members .section-title .nav-wrapper-1 .custom-next {
    border: 1px solid black;
  }
  #team-new .container .section-wrapper .members .section-title .nav-wrapper-1 .custom-prev {
    border: 1px solid black;
  }
  #team-new .container .section-wrapper .members .swiper {
    width: 100%;
    overflow: visible;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div {
    gap: 12px;
    padding: 40px 24px;
    padding-top: 0px;
    height: calc(100% - 40px);
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-name {
    font-size: 24px;
    line-height: 30px;
    font-family: JostBold;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-position {
    font-size: 14px;
    font-family: JostItalic;
    color: #999999;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-desc {
    font-family: JostRegular;
    font-size: 14px;
  }
  #team-new .container .section-wrapper .members .swiper .swiper-wrapper .swiper-slide div .member-socials a {
    width: 48px;
    height: 48px;
  }
  #plans .container .section-wrapper {
    gap: 80px;
  }
  #plans .container .section-wrapper .intro {
    max-width: 960px;
    margin: auto;
    gap: 40px;
  }
  #plans .container .section-wrapper .intro .intro-content {
    font-size: 18px;
  }
  #plans .container .section-wrapper .intro .intro-content span {
    font-size: 18px;
  }
  #plans .container .section-wrapper .members {
    width: 100%;
  }
  #plans .container .section-wrapper .members .section-title {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: auto;
  }
  #plans .container .section-wrapper .members .member-card-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card {
    background-color: #384C60;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: calc(33.33% - 2.66px);
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-number {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red-basic);
    border-radius: 32px;
    font-size: 24px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper .slide-heading {
    font-family: JostBold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper .slide-text {
    font-family: JostRegular;
    font-size: 14px;
    padding: 0px 24px;
    text-align: center;
    min-height: 102.5px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper p {
    color: white;
  }
  .join {
    height: 445px;
  }
  .join .container div {
    gap: 40px;
  }
  .join .container div .button-general {
    width: auto;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 24px;
    margin-top: 0px;
    justify-content: center;
  }
  .join .container div .button-white {
    padding: 0;
    justify-content: center;
  }
  .join .container div p {
    font-size: 40px;
    line-height: 56px;
  }
  .join .container div .join-heading {
    font-size: 20px;
  }
  #changes {
    padding-top: 370px;
    padding-bottom: 120px;
  }
  #changes .container {
    position: relative;
    z-index: 1;
  }
  #changes .container .changes-section-wrapper {
    gap: 120px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 142px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper {
    gap: 48px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper h2 {
    font-size: 55px;
    line-height: 62px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper .text-small {
    max-width: 484px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper hr {
    width: 300px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox {
    width: 456px;
    height: 160px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .changebox-border {
    width: 20px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper .change-name {
    font-size: 23px;
  }
  #changes .container .changes-section-wrapper .changes-content-wrapper .changebox-wrapper .changebox .change-wrapper .change-description {
    font-size: 14px;
  }
  #changes #grad-box {
    bottom: 731px;
  }
  #sign {
    padding-top: 240px;
    padding-bottom: 80px;
  }
  #sign .button-red {
    padding: 0px;
    justify-content: center;
  }
  #sign .container {
    position: relative;
    z-index: 1;
  }
  #sign .container .changes-section-wrapper {
    gap: 40px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 142px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper {
    gap: 48px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper h2 {
    font-size: 55px;
    line-height: 62px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper .text-small {
    max-width: 484px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .changes-info-wrapper hr {
    width: 300px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box {
    padding: 40px 30px;
    height: 100%;
    width: 396px;
    gap: 16px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .directions-title {
    font-size: 26px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #sign .container .changes-section-wrapper .changes-content-wrapper .directions-box-wrapper .directions-box .instructions-box p {
    font-size: 16px;
  }
  #text-us {
    padding: 120px 0px;
  }
  #text-us .button-red {
    padding: 0px;
    justify-content: center;
  }
  #text-us .container {
    position: relative;
    z-index: 1;
  }
  #text-us .container .changes-section-wrapper {
    gap: 40px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper {
    gap: 48px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper {
    gap: 40px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading {
    font-size: 40px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper {
    gap: 60px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
    flex-direction: row;
    gap: 40px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part .input-line {
    width: 27%;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error {
    font-size: 11px;
    bottom: -20px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line .error {
    font-size: 11px;
    bottom: -20px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .text-small {
    max-width: 484px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper hr {
    width: 300px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper button {
    margin: auto;
  }
  #numbers-grid {
    padding-top: 320px;
    padding-bottom: 260px;
  }
  #numbers-grid .container div div {
    gap: 12px;
  }
  #numbers-grid .container div div .text-content {
    font-size: 55px;
    line-height: 62px;
    z-index: 1;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box {
    grid-template-columns: 285px 285px 285px;
    grid-template-rows: 140px 140px 140px;
    column-gap: 0px;
    margin-top: 85px;
    position: relative;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box .devider {
    position: absolute;
    height: 1226px;
    background: linear-gradient(to top, #0B0F19, #252525 50%, #0B0F19);
    width: 1px;
    top: -450px;
    z-index: -1;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box #devider-1 {
    left: 0px;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box #devider-2 {
    left: 285px;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box #devider-3 {
    right: 285px;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box #devider-4 {
    right: 0px;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box .grid-window {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box .grid-window .percentage {
    font-family: JostLight;
    font-size: 60px;
    line-height: 55px;
    text-align: center;
  }
  #numbers-grid .container div .grid-box-wrapper .grid-box .grid-window .percentage-topic {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    max-width: 260px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 {
    left: 312px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper {
    gap: 16px;
    bottom: 40px;
    left: 40px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper .title {
    font-size: 28px;
    line-height: 34px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper .date {
    font-size: 14px;
    line-height: 18px;
  }
  #archive {
    padding: 120px 0px;
  }
  #archive .container .archive-wrapper .button-general {
    margin-top: 60px;
  }
  #archive .container .archive-wrapper .heading-wrapper h2 {
    font-size: 20px;
  }
  #archive .container .archive-wrapper .video-wrapper {
    flex-direction: row;
  }
  #archive .container .archive-wrapper .video-wrapper .video {
    width: calc(50% - 12px);
  }
  #roadmap {
    padding-bottom: 230px;
    position: relative;
  }
  #roadmap .desktop-line {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  #roadmap .desktop-line .absolute-object-wrapper {
    position: relative;
    width: 0px;
    height: 0px;
  }
  #roadmap .desktop-line .absolute-object-wrapper .dot {
    position: absolute;
    top: -12px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-1 {
    left: -484px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-2 {
    left: -147px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-3 {
    left: 189px;
  }
  #roadmap .desktop-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #CECECE;
    top: 723px;
  }
  #roadmap .container .roadmap-section-wrapper {
    gap: 0px;
  }
  #roadmap .container .roadmap-section-wrapper .heading-wrapper .section-title {
    text-align: left;
  }
  #roadmap .container .roadmap-section-wrapper .heading-wrapper .text-content {
    text-align: left;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper {
    flex-direction: column;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .tablet {
    display: none;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper {
    flex-direction: row;
    gap: 66px;
    width: 100%;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap {
    width: calc(33.3333333333% - 44px);
    margin-left: 0px;
    height: 260px;
    justify-content: space-between;
    gap: 20px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .bubble {
    border-top: 30px solid white;
    border-left: 0;
    border-right: 30px solid transparent;
    border-bottom: 0;
    top: calc(100% - 1px);
    left: 0px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .number {
    width: 70px;
    height: 70px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .goal {
    font-size: 26px;
    line-height: 28px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .explanation {
    font-size: 18px;
  }
  #roadmap .container .roadmap-section-wrapper .roadmap-line-wrapper .roadmap-wrapper .roadmap .goal {
    font-size: 26px;
  }
  footer .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 120px;
    align-items: flex-start;
  }
  footer .container .location-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .container .location-wrapper .location {
    justify-content: flex-end;
    gap: 40px;
  }
  footer .container .location-wrapper .location .country {
    text-align: right;
    font-size: 24px;
  }
  footer .container .location-wrapper .location .adress p {
    text-align: right;
    font-size: 16px;
  }
  footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line {
    justify-content: flex-end;
  }
  footer .container .location-wrapper .location .phone-number-wrapper .phone-number-line .phone-number {
    text-align: right;
    font-size: 16px;
  }
  footer .container .location-wrapper .media-contact {
    text-align: right;
  }
  footer .container .location-wrapper .media-contact__label {
    font-size: 12px;
  }
  footer .container .location-wrapper .media-contact__name {
    font-size: 16px;
  }
  footer .container .location-wrapper .media-contact__phone {
    font-size: 16px;
  }
  footer .container .footer-wrapper {
    padding: 0;
    align-items: flex-start;
  }
  footer .container .footer-wrapper .footer-info {
    align-items: flex-start;
    gap: 90px;
  }
  .popup-notification {
    width: 96%;
  }
  .popup-notification div button {
    right: 16px;
    top: calc(50% - 8px);
  }
  #news .container {
    max-width: 700px;
  }
  .blog-wrapper .blog-content .title-wrapper {
    gap: 16px;
    bottom: 40px;
    left: 40px;
  }
  .blog-wrapper .blog-content .title-wrapper .title {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-wrapper .blog-content .title-wrapper .date {
    font-size: 14px;
    line-height: 18px;
  }
  #ts .container {
    gap: 40px;
  }
  #ts .container h2 {
    font-size: 20px;
  }
  #ts .container .ts-wrapper .ts {
    min-height: 232px;
  }
  #ts .container .ts-wrapper .ts .date {
    font-size: 14px;
  }
  #ts .container .ts-wrapper .ts .name {
    font-size: 18px;
  }
  #ts .container > a {
    padding: 16px 24px;
    width: fit-content;
  }
  #get-book {
    padding: 120px 0px;
  }
  #get-book .button-red {
    padding: 0px;
    justify-content: center;
  }
  #get-book .container {
    position: relative;
    z-index: 1;
  }
  #get-book .container .changes-section-wrapper {
    gap: 40px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper {
    gap: 72px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper {
    gap: 40px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .heading-wrapper .subheading {
    font-size: 32px;
    line-height: 40px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper {
    gap: 60px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part .input-line {
    width: 27%;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-line .error {
    font-size: 11px;
    bottom: -20px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper .text-small {
    max-width: 484px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper hr {
    width: 300px;
  }
  #get-book .container .changes-section-wrapper .changes-info-wrapper button {
    margin: auto;
  }
  #member {
    padding: 120px 0px;
  }
  #member .container {
    gap: 60px;
    max-width: 960px;
  }
  #member .container .member-cta {
    gap: 32px;
  }
  #member .container .member-cta h1 {
    font-size: 40px;
  }
  #member .container .member-cta p {
    font-size: 20px;
  }
  #member .container .member-cta a {
    padding: 18px 24px;
  }
  #member .container .map-part {
    gap: 32px;
  }
  #member .container .map-part .map-part-heading {
    gap: 32px;
  }
  #member .container .map-part .map-part-heading h2 {
    font-size: 40px;
  }
  #member .container .map-part .map-part-heading p {
    font-size: 20px;
  }
  #member .container .map-part .explanation-text {
    font-size: 24px;
  }
  #member .container .map-part .infobox {
    gap: 24px;
    padding: 32px;
  }
  #member .container .map-part .infobox #district-name {
    font-size: 28px;
  }
  #member .container .map-part .infobox #district-leader {
    font-size: 24px;
  }
  #member .container .map-part .infobox #district-position {
    font-size: 20px;
  }
  #member .container .map-part .infobox #district-email {
    font-size: 20px;
  }
  #member .container .map-part .infobox #district-phone {
    font-size: 16px;
  }
  #member .container .map-part .infobox .infobox-col-wrapper div p, #member .container .map-part .infobox .infobox-col-wrapper div a {
    font-size: 18px;
  }
  #newsletter-section .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #newsletter-section .container .section-wrapper p {
    font-size: 24px;
  }
  #newsletter-section .container .section-wrapper .button-general {
    padding: 0px;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
  #desktop-header div {
    gap: 60px;
  }
  #desktop-header div a {
    font-size: 15px;
  }
  #desktop-header .main-nav {
    gap: 24px;
  }
  #desktop-header .main-nav .nav-item {
    gap: 0;
  }
  #desktop-header .main-nav .nav-item .nav-label {
    font-size: 14px;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown {
    gap: 0;
  }
  #desktop-header .main-nav .nav-item .nav-dropdown .nav-sublink {
    font-size: 14px;
  }
  .text-content {
    font-size: 55px;
    line-height: 62px;
  }
  /**
  #hero{
      background-image: linear-gradient(to bottom, transparent 90%, var(--blue-dark) 100%), url('../img/bg_3.jpg');
      background-size: 170%;
      background-position: top;
      .container{
          div{ 
              .section-title{
                  margin-top: 480px;
              }
          }
      }
  } 
      */
  #profile .container div {
    gap: 100px;
  }
  #team-new {
    overflow: hidden;
  }
  #team-new .container .section-wrapper .members {
    overflow: visible;
  }
  #team-new .container .section-wrapper .members .section-title .nav-wrapper-1 {
    right: -280px;
  }
  #successes .container .section-wrapper .heading .section-heading-large {
    font-size: 60px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next, #successes .container .section-wrapper .swiper-part .custom-button-prev {
    top: 288px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next {
    right: -80px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-prev {
    left: -80px;
  }
  #successes .container .section-wrapper .swiper-part .swiper {
    width: 960px;
  }
  #black-book .absolute-dummy .nav-wrapper-3 {
    left: 442px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper {
    gap: 20px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper .title {
    font-size: 35px;
    line-height: 42px;
  }
  #black-book .container .black-book-wrapper .swiper .swiper-wrapper .swiper-slide .swiper-content-wrapper .swiper-content .title-wrapper .date {
    font-size: 14px;
    line-height: 18px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-1 {
    left: -612px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-2 {
    left: -191px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-3 {
    left: 232px;
  }
  #news .container {
    max-width: 1000px;
  }
  .blog-wrapper .blog-content .title-wrapper {
    gap: 20px;
  }
  .blog-wrapper .blog-content .title-wrapper .title {
    font-size: 35px;
    line-height: 42px;
  }
  .blog-wrapper .blog-content .title-wrapper .date {
    font-size: 14px;
    line-height: 18px;
  }
  #changes #grad-box {
    bottom: 875px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part {
    gap: 40px;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .input-contact-part .input-line {
    width: 25%;
  }
  #text-us .container .changes-section-wrapper .changes-info-wrapper .input-wrapper .checkbox-line label br {
    display: flex !important;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-number {
    height: 90px;
    width: 90px;
    border-radius: 45px;
    font-size: 28px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper {
    gap: 12px;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper .slide-heading {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  #plans .container .section-wrapper .members .member-card-wrapper .plan-card .slide-heading-wrapper .slide-text {
    font-size: 16px;
  }
  #ts .container .ts-wrapper .ts {
    min-height: 205.5px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
  #desktop-header div {
    gap: 68px;
  }
  #desktop-header div a {
    font-size: 16px;
  }
  #team .container div .classka img {
    width: 40%;
  }
  #successes .container .section-wrapper .swiper-part .custom-pagination-successes {
    width: 88%;
  }
  #successes .container .section-wrapper .swiper-part .swiper {
    width: 960px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next, #successes .container .section-wrapper .swiper-part .custom-button-prev {
    top: 287px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-next {
    right: -80px;
  }
  #successes .container .section-wrapper .swiper-part .custom-button-prev {
    left: -80px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-1 {
    left: -692px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-2 {
    left: -216px;
  }
  #roadmap .desktop-line .absolute-object-wrapper #dot-3 {
    left: 259px;
  }
  #changes #grad-box {
    bottom: 965px;
  }
  #ts .container .ts-wrapper .ts {
    min-height: unset;
  }
  #member .container {
    gap: 80px;
  }
  #member .container .member-cta h1 {
    font-size: 48px;
  }
  #member .container .member-cta p {
    font-size: 24px;
  }
  #member .container .map-part {
    gap: 80px;
  }
  #member .container .map-part .map-part-heading h2 {
    font-size: 48px;
  }
  #member .container .map-part .map-part-heading p {
    font-size: 24px;
  }
  #member .container .map-part .infobox {
    gap: 24px;
    padding: 32px;
  }
  #member .container .map-part .infobox #district-name {
    font-size: 28px;
  }
  #member .container .map-part .infobox #district-leader {
    font-size: 24px;
  }
  #member .container .map-part .infobox #district-position {
    font-size: 20px;
  }
  #member .container .map-part .infobox #district-email {
    font-size: 20px;
  }
  #member .container .map-part .infobox #district-phone {
    font-size: 16px;
  }
  #member .container .map-part .infobox .infobox-col-wrapper {
    gap: unset;
    justify-content: space-between;
  }
  #member .container .map-part .infobox .infobox-col-wrapper div {
    gap: 12px;
  }
}
