@import url("/fonts/fonts.css");

body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul,
li,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 320px) and (max-width: 786px) {
}

.page__body {
  margin: 0;
}

.page__body--with-menu {
  overflow: hidden;
}

.page__menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(+100%);
  transition: transform 0.3s;
}

.page__menu:target {
  transform: translateX(0);
}

/* .container {
  margin: 0 auto;
  padding: 0 20px;

  @media screen and (min-width: 768px) {
    padding: 0 30px;
  }

  @media screen and (min-width: 1024px) {
    padding: 0 60px;
  }

  @media screen and (min-width: 1600px) {
    padding: 0 80px;
  }
} */

/* styles header and menu */

.header {
  background: #273c52;
  position: relative;
  min-height: 70px;
  padding: 0px 22px;

  @media screen and (min-width: 768px) {
    background-color: transparent;
    padding: 45px 35px;
  }

  @media screen and (min-width: 1024px) {
    padding: 45px 35px;
  }

  @media screen and (min-width: 1280px) {
    padding: 45px 87px 45px 83px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

@media screen and (min-width: 768px) {
  .main_bg {
    background-image: url("/img/Hero.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__top {
  display: grid;
  grid-template-columns: 145px 1fr;
  justify-items: right;
  align-items: center;
  column-gap: 18px;
  height: 74px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 131px 1fr;
  }
}

.nav {
  width: 100%;
}

.nav__list {
  display: flex;
  justify-content: right;
  align-items: center;
}

.nav__item {
  margin-left: 32px;
  list-style: none;
  text-align: center;
}

.nav__link {
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.1px;

  text-align: center;
  text-decoration: none;
  color: #fff;
}

.icon {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.icon:hover {
  transform: scale(1.2);
}

.icon--nav {
  background-image: url(/img/3lines.png);
  height: 30px;
  width: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;

  @media screen and (min-width: 769px) {
    display: none;
  }
}

.icon--cross {
  background-image: url(/img/cross-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  height: 23px;
  width: 23px;
  padding: 0;
}

.logo__image {
  width: 145px;
  height: 41px;

  @media screen and (max-width: 768px) {
    width: 131px;
    height: 37px;
    padding-top: 10px;
  }
}

.menu {
  background-color: #212731;
}

.menu__content {
  box-sizing: border-box;
  height: 100vh;

  overflow-y: auto;
}

.menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  padding: 0px 22px;
  margin-bottom: 30px;
  background-color: #273c52;
}

.menu__list {
  margin: 0 0 40px;
  padding: 0 22px;
  list-style: none;
}

.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #99c2e1;
}

.menu__item:last-child {
  margin-bottom: 0;
}

.menu__link {
  display: inline-block;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: -0.1px;
}

.menu__link:last-child {
  padding-bottom: 0px;
}

.reg__button {
  font-family: "Gilroy-Black", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background-color: #ff005a;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;

  @media screen and (min-width: 768px) {
    width: 183px;
    margin-left: 40px;
  }
}

.button__link {
  font-size: 19px;

  @media screen and (min-width: 768px) {
    font-size: 17px;
  }
}

/* end styles header and menu */
.hero {
  position: relative;
  background-image: url("/img/hero-mob.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22px;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    background-image: none;
    overflow: hidden;
  }

  @media screen and (min-width: 1024px) {
    padding-top: 0;
  }

  @media screen and (min-width: 1280px) {
    padding: 0 87px 152px 83px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

.hero__title {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 22px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -1px;

  @media screen and (min-width: 768px) {
    padding: 0 35px;
  }

  @media screen and (min-width: 1024px) {
    margin-top: 80px;
    margin-bottom: 40px;
    max-width: 600px;
    font-size: 40px;
    line-height: 59px;
    /* 105.357% */
    letter-spacing: -2px;
  }

  @media screen and (min-width: 1280px) {
    margin-top: 149px;
    margin-bottom: 29px;
    font-size: 56px;
    max-width: 693px;
    padding: 0;
  }
}

.hero__description {
  text-align: left;
  margin-bottom: 65px;
  padding: 0 22px;
  color: #fff;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  /* 142.857% */
  @media screen and (min-width: 768px) {
    padding: 0 35px;
  }

  @media screen and (min-width: 1024px) {
    font-size: 19px;
    line-height: 24px;
    max-width: 600px;
  }

  @media screen and (min-width: 1280px) {
    max-width: 693px;
    margin-bottom: 49px;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .hero__description br {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hero__list-item br {
    display: none;
  }
}

.men {
  position: absolute;
  bottom: 0;
  right: 0;

  @media screen and (min-width: 768px) {
    display: none;
  }
}

.men-desk {
  display: none;

  @media screen and (min-width: 768px) {
    display: block;
    width: 350px;
    position: absolute;
    bottom: -90px;
    right: -50px;
  }

  @media screen and (min-width: 1024px) {
    position: absolute;
    width: 485px;
  }

  @media screen and (min-width: 1280px) {
    right: 0;
  }

  @media screen and (min-width: 1600px) {
    right: 200px;
  }
}

.hero__list {
  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 39px;
  padding: 0 22px 124px 22px;

  @media screen and (min-width: 768px) {
    padding: 0 22px 124px 35px;
  }

  @media screen and (min-width: 768px) {
    flex-direction: row;
    justify-content: left;
    gap: 90px;
  }

  @media screen and (min-width: 1280px) {
    padding: 0;
  }
}

.hero__list-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 8px;

  color: #fff;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  /* 171.429% */
  @media screen and (min-width: 1024px) {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.registration__btn {
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 118px;
  border-radius: 8px;
  background: #ff005a;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  z-index: 10;

  @media screen and (min-width: 1280px) {
    display: none;
  }
}

.description {
  position: relative;
  background: #212731;
  padding: 43px 22px;

  @media screen and (min-width: 1024px) {
    padding: 80px 35px;
  }

  @media screen and (min-width: 1280px) {
    padding: 126px 87px 100px 83px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

@media only screen and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2) {
  .fidel {
    display: none;
  }
}

.fidel {
  @media screen and (max-width: 1279px) {
    display: none;
  }

  @media screen and (min-width: 1280px) {
    display: block;
    position: absolute;
    top: -140px;
    right: 0;
    width: 229px;
  }

  @media screen and (min-width: 1600px) {
    right: 200px;
  }
}

.description__list {
  display: flex;
  flex-direction: column;
  gap: 21px;

  @media screen and (min-width: 1024px) {
    flex-direction: row;
    gap: 33px;
  }
}

.description__list-item {
  display: flex;
  flex-direction: row;
  gap: 36px;
  padding: 9px 0 0 16px;

  @media screen and (min-width: 1024px) {
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
  }
}

.description__list-item img {
  width: 37px;
}

.description__list-item h2 {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.5px;

  @media screen and (min-width: 1024px) {
    font-size: 23px;
    line-height: 32px;
    /* 139.13% */
    letter-spacing: -0.5px;
    margin-bottom: 7px;
  }
}

.description__list-item p {
  color: #ccc;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    font-size: 17px;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.meetup {
  position: relative;
  height: 1200px;
  padding: 58px 18px 40px 22px;
  overflow: hidden;
  background: #212731;

  @media screen and (max-width: 374px) {
    padding: 58px 0 40px 0;
  }
  @media screen and (min-width: 768px) {
 padding: 58px 18px 40px 35px;}
  @media screen and (min-width: 1024px) {
   padding-bottom: 0;
   
  }

  @media screen and (min-width: 1280px) {
    height: 1000px;
    padding: 45px 0 124px 83px;
  }
  @media screen and (min-width: 1900px) {
    height: 1100px;
    padding: 45px 0 124px 83px;
  }
}

.meetup__title,
.meetup__list,
.meetup__list-item,
.meetup a {
  position: relative;
  z-index: 2;
}

.meetup-before {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/Mask-group.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;

  @media screen and (min-width: 768px) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/Mask-group.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  @media screen and (min-width: 1024px) {
    background-image: url("/img/Mask-group.webp");
    background-size: cover;
  }
  @media screen and (min-width: 1280px) {
    background-size: 100% 100%;
  }
  @media screen and (min-width: 1900px) {
    background-size: 100% 100%;
  }
}

.meetup__title {
  margin-bottom: 91px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  letter-spacing: -1px;

  @media screen and (min-width: 1024px) {
    font-size: 40px;
    line-height: 59px;
    letter-spacing: -2px;
  }

  @media screen and (min-width: 1280px) {
    font-size: 48px;
    margin-bottom: 90px;
  }
}

.meetup__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-bottom: 40px;
  margin-left: 15px;
  color: #fff;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;

  @media screen and (min-width: 375px) {
    margin-left: 0;
  }

  @media screen and (min-width: 1024px) {
    max-width: 600px;
    margin-left: 200px;
    gap: 100px;
    margin-bottom: 40px; }

  @media screen and (min-width: 1280px) {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    gap: 100px;
    margin-bottom: 0;
    max-width: 100%;
  }

  @media screen and (min-width: 1440px) {
    margin-left: 300px;
  }

  @media screen and (min-width: 1600px) {
    margin-left: 400px;
  }
}

.apple-bug {
  font-size: 23px;
}

.meetup__list-after {
  position: absolute;
  top: 5px;
  left: 86px;
  width: 3px;
  height: calc(100% - 120px);
  background: #ff005a;

  @media screen and (min-width: 1024px) {
    left: 152px;
    height: calc(100% - 120px);
  }

  @media screen and (min-width: 1280px) {
    left: 182px;
    height: calc(100% - 110px);
  }
}

.meetup__list-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 33px;

  @media screen and (min-width: 1024px) {
    gap: 50px;
  }

  @media screen and (min-width: 1280px) {
    gap: 80px;
  }
}

.meetup__list-item-before {
  position: absolute;
  top: 5px;
  left: 80px;
  width: 16px;
  height: 16px;
  background-image: url("/img/dot.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;

  @media screen and (min-width: 1024px) {
    left: 145px;
  }

  @media screen and (min-width: 1280px) {
    left: 175px;
  }
}

.time {
  width: 100%;
  max-width: 74px;

  @media screen and (min-width: 1024px) {
    max-width: 160px;
  }
}

.social__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 41px;

  @media screen and (min-width: 1024px) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }

  @media screen and (min-width: 1280px) {
    margin-top: 30px;
  }
  @media screen and (min-width: 1900px) {
    margin-top: 100px;
  }
}

.instagram {
  @media screen and (min-width: 1024px) {
    margin-bottom: 0;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
  }
}

.reg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 331px;
  height: 40px;
  border-radius: 8px;
  background: #ff005a;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;

  @media screen and (min-width: 1024px) {
    margin: 0;
    width: 410px;
    height: 61px;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
  }
}

.instagram img {
  width: 20px;
  height: 20px;
}

.LinkedIn img {
  width: 19px;
  height: 19px;
}

.instagram,
.LinkedIn {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  color: #fff;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  @media screen and (min-width: 1024px) {
    margin-top: 0;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

.speakers {
  position: relative;
  background-image: url("/img/speakers-bg-mob.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 20px 60px 22px;
  transform: scaleY(1.002);

  @media screen and (max-width: 374px) {
    padding: 40px 0 60px 0;
  }

  @media screen and (min-width: 768px) {
    padding: 40px 20px 60px 35px;
    background-image: url("/img/speakers-bg-desk.webp");
    background-clip: padding-box;
    transform: scaleY(1.001);
  }

  @media screen and (min-width: 1024px) {
    padding: 40px 20px 120px 35px;
    transform: scaleY(1.002);
  }

  @media screen and (min-width: 1280px) {
    padding: 161px 80px 200px 80px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

.speakers__title {
  position: relative;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  letter-spacing: -1px;

  @media screen and (min-width: 1024px) {
    font-size: 40px;
    line-height: 59px;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }

  @media screen and (min-width: 1280px) {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.speakers__list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 28px;
  margin-bottom: 41px;

  @media screen and (min-width: 1024px) {
    flex-direction: row;
    gap: 31px;
  }
}

.speakers__list-item {
  display: flex;
  flex-direction: row;
  gap: 14px;

  @media screen and (min-width: 1024px) {
    flex-direction: column;
    gap: 31px;
  }

  @media screen and (min-width: 1280px) {
    gap: 40px;
  }
}

.speakers__list-item .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  background: #5d7689;

  @media screen and (min-width: 1024px) {
    width: 250px;
    height: 250px;
  }

  @media screen and (min-width: 1280px) {
    width: 347px;
    height: 347px;
  }
}

.speakers__list-item img {
  width: 78px;

  @media screen and (min-width: 1024px) {
    width: 125px;
  }

  @media screen and (min-width: 1280px) {
    width: 138.409px;
  }
}

.speakers__list-item h3 {
  margin-bottom: 7px;
  color: #fff;
  font-family: " Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 18px;

  @media screen and (max-width: 374px) {
    font-size: 18px;
  }

  @media screen and (min-width: 1024px) {
    font-size: 30px;
    line-height: 18px;
  }
}

.pink {
  margin-bottom: 33px;
  color: #ff005a;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  /* 192.857% */
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    margin-bottom: 24px;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    /* 117.391% */
    letter-spacing: -0.2px;
  }
}

.grey {
  color: #ccc;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
  letter-spacing: -0.2px;
  font-size: 17px;

  @media screen and (min-width: 1024px) {
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.about {
  background: #212731;
  padding: 0px 22px 20px 22px;

  @media screen and (min-width: 768px) {
    padding: 0px 35px 20px 35px;
  }

  @media screen and (min-width: 1280px) {
    padding: 0 87px 40px 43px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

@media screen and (min-width: 768px) {
  .about br {
    display: none;
  }

  .mission {
    max-width: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .reg.speak {
    margin: 80px auto 0 auto;
  }
}

.about__title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  letter-spacing: -1px;

  @media screen and (min-width: 1024px) {
    margin-bottom: 51px;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    /* 122.917% */
    letter-spacing: -2px;
  }
}

.girl1-container {
  position: relative;
  border-radius: 19px;
  margin-bottom: 17px;
  background-image: url("/img/bg-girl1-mob.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 32px 14px 120px 17px;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    overflow: visible;
    background-image: url("/img/bg-girl1-desk.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 32px 14px 80px 35px;
  }

  @media screen and (min-width: 1024px) {
    padding: 65px 14px 48px 65px;
    margin-bottom: 27px;
  }
}

.girl1-container .first,
.girl1-container .mission {
  color: #000;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    max-width: 695px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }

  @media screen and (min-width: 1280px) {
    display: none;
  }
}

.two-for-one {
  display: none;

  @media screen and (min-width: 1280px) {
    display: block;
    color: #000;
    font-family: "Gilroy-Medium", sans-serif;
    max-width: 695px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.pink-style {
  opacity: 0.7;
  color: #ff005a;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.first {
  margin-bottom: 20px;

  @media screen and (min-width: 1024px) {
    margin-bottom: 0;
  }
}

.about__girl {
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 160px;

  @media screen and (min-width: 768px) {
    width: 200px;
    bottom: 0;
  }

  @media screen and (min-width: 1280px) {
    width: 240px;
    right: 40px;
  }
}

.car-container {
  border-radius: 19px;
  background: #c1f0ef;
  padding: 27px 13px 0 17px;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px 0 17px;
  }

  @media screen and (min-width: 1024px) {
    padding: 0 68px 0 0px;
    justify-content: center;
  }
}

.car-container p {
  color: #000;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.first-text {
  position: relative;

  @media screen and (min-width: 1280px) {
  }
}

@media screen and (min-width: 1280px) {
  .first-text::after {
    content: "At Fidel Partners, every idea matters, and we encourage proactive thinkers to take the lead in shaping the future of our company and the industry as a whole.";
  }
}

@media screen and (min-width: 1280px) {
  .second-text {
    display: none;
  }
}

.car {
  margin-left: -20px;
  margin-bottom: -10px;
  width: 281px;

  @media screen and (min-width: 1280px) {
    width: 383px;
  }
}

.join {
  background: #ff005a;
  padding: 16px 22px 29px 22px;

  @media screen and (max-width: 374px) {
    padding: 16px 0 29px 0;
  }

  @media screen and (min-width: 1024px) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 63px 35px 62px 35px;
  }

  @media screen and (min-width: 1280px) {
    padding: 63px 82px 62px 0;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

.join h3 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  /* 220% */
  letter-spacing: -1.2px;

  @media screen and (min-width: 1024px) {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    /* 146.667% */
    letter-spacing: -1.2px;
  }
}

.reg-white {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 331px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  color: #161c2d;
  text-align: center;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;

  @media screen and (min-width: 1024px) {
    width: 202px;
    height: 50px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 168.421% */
    letter-spacing: -0.6px;
    margin: 0;
  }
}

.location {
  padding: 60px 18px;
  background: #212731;

  @media screen and (min-width: 1280px) {
    padding: 75px 87px 114px 83px;
  }

  @media screen and (min-width: 1600px) {
    padding-left: 245px;
    padding-right: 245px;
  }
}

.location h2 {
  margin: 0 auto 17px auto;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  /* 196.667% */
  letter-spacing: -1px;

  @media screen and (min-width: 1024px) {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    /* 122.917% */
    letter-spacing: -2px;
  }

  @media screen and (min-width: 1280px) {
    margin-bottom: 54px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    /* 122.917% */
    letter-spacing: -2px;
  }
}

.location__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;

  @media screen and (min-width: 1024px) {
    gap: 35px;
  }

  @media screen and (min-width: 1280px) {
    display: none;
  }
}

.location__list1 {
  display: none;

  @media screen and (min-width: 1280px) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-bottom: 49px;
  }
}

.location__list2 {
  display: none;

  @media screen and (min-width: 1280px) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 31px;
  }
}

.location__list2 h3 {
  @media screen and (min-width: 1280px) {
    margin-bottom: 14px;
    color: #fff;
    font-family: "Gilroy-Black", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

.location__list2 p {
  @media screen and (min-width: 1280px) {
    color: #fff;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.address h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  /* 90% */
  @media screen and (min-width: 1024px) {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

.address p {
  color: #ccc;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 164.286% */
  letter-spacing: -0.2px;

  @media screen and (min-width: 1024px) {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 158.824% */
    letter-spacing: -0.2px;
  }
}

.registration-block {
  padding: 19px 20px 50px 20px;
  position: relative;
  background: #212731;

  @media screen and (min-width: 768px) {
    padding: 19px 20px 50px 35px;
  }

  @media screen and (min-width: 1024px) {
    padding: 0px 20px 0px 0px;
  }

  @media screen and (min-width: 1280px) {
    padding: 95px 87px 0;
  }
}

.registration-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bottom-btns-bg-mob.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;

  @media screen and (min-width: 1024px) {
    background-image: url("/img/bottom-bg-desk.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.registration-block h2,
.registration-block p,
.registration-block a {
  position: relative;
  z-index: 2;
}

.registration-block h2 {
  margin-bottom: 26px;
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  /* 196.667% */
  letter-spacing: -1px;

  @media screen and (min-width: 1024px) {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    /* 122.917% */
    letter-spacing: -2px;
  }

  @media screen and (min-width: 1280px) {
    font-size: 48px;
    top: 57px;
  }
}

.registration-block p {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  /* 128.571% */
  @media screen and (min-width: 1024px) {
    text-align: left;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  @media screen and (min-width: 1280px) {
    max-width: 540px;
  }
}

.reg-grey {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 331px;
  height: 59px;
  border-radius: 8px;
  background: #5d7689;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;

  @media screen and (min-width: 1024px) {
    width: 540px;
    height: 59px;
  }
}

.reg-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 12px auto;
  width: 331px;
  height: 59px;
  border-radius: 8px;
  background: #ff005a;
  color: #fff;
  text-align: center;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;

  @media screen and (min-width: 1024px) {
    width: 540px;
    height: 59px;
  }
}

.girl2 {
  display: none;

  @media screen and (min-width: 1024px) {
    display: block;
    width: 400px;
    z-index: 3;
  }

  @media screen and (min-width: 1280px) {
    width: 472px;
    margin-top: -95px;
  }
}

.dirl2-cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 50px;

  @media screen and (min-width: 1280px) {
    gap: 99px;
  }
}

.footer {
  background: #212731;
  padding: 21px 20px 26px;

  @media screen and (min-width: 768px) {
    padding: 21px 20px 69px;
  }

  @media screen and (min-width: 1024px) {
    padding: 21px 40px 69px;
  }

  @media screen and (min-width: 1280px) {
    padding: 21px 180px 69px;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70px;
  border-top: 1px solid #ff005a;
  padding-top: 30px;

  @media screen and (min-width: 768px) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }
}

.footer__icons {
  display: flex;
  margin-bottom: 25px;

  @media screen and (min-width: 768px) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
}

.footer__protect {
  color: #ccc;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 15px;
  font-style: normal;

  line-height: 26px;
  letter-spacing: -0.1px;
}

.social__icon {
  height: 32px;

  @media screen and (min-width: 768px) {
    height: 20px;
  }
}

.linked__icon {
  padding-left: 50px;

  @media screen and (min-width: 768px) {
    padding-left: 25px;
  }
}
