.start {
  height: 100vh;
  background-color: #E8EAED;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  align-items: end;
  background-image: url(../images/start-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.start-business {
  background-image: url(../images/start-bg-business.jpg);
}

.start-business h1,
.start-business .start__subtitle {
  color: #1D1C1C;
}

.start__contrast {
  position: absolute;
  width: 50%;
  height: 90%;
}

.twentytwenty-wrapper {
  width: 100%;
  height: 100%;
}

.twentytwenty-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100% !important;
}

.twentytwenty-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 0 !important;
}

.twentytwenty-handle:hover {
  cursor: pointer !important;
  background-color: transparent !important;
}

.twentytwenty-handle:hover .twentytwenty-left-arrow,
.twentytwenty-handle:hover .twentytwenty-right-arrow,
.twentytwenty-handle:hover .twentytwenty-up-arrow,
.twentytwenty-handle:hover .twentytwenty-down-arrow {
  border-color: transparent !important;
}

.twentytwenty-container:hover {
  cursor: default !important;
}

.twentytwenty-overlay:hover {
  background-color: transparent !important;
}

.start__container {
  height: 100%;
  display: flex;
  align-items: center;
}

.start__inner {
  width: 50%;
}

.start__title {
  font-family: 'Bebas-Neue-Light';
}

.start__subtitle {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}

.start__gender {
  display: flex;
  gap: 23px;
}

.start__gender-btn {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  padding: 6px;
  cursor: pointer;
}

.start__gender-active {
  border: 2px solid #FF1493;
}

.start__gender-img {
  width: 100%;
  height: 100%;
}

.start__btn {
  margin-bottom: 40px;
}

@media (max-width:1200px) {
  .start__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  h1 {
    order: 2;
  }

  .start__subtitle {
    order: 3;
  }

  .start__btn {
    order: 4;
    width: 100%;
  }

  .start {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .start__contrast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .start__container {
    position: relative;
    z-index: 2;
    margin-top: 70%;
    width: 100%;
  }

  .start__inner {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
  }

  .start__gender {
    order: 1;
    margin: 0 auto;
    gap: 12px;
  }

  .start__gender-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 520px) {
  .start__container {
        margin-top: 110%;
    }
}

@media (max-width: 480px) {
  .start__container {
        margin-top: 120%;
    }
}

@media (max-width: 420px) {
  .start__container {
        margin-top: 130%;
    }
}