@charset "UTF-8";
html {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.right {
  justify-content: flex-start;
}
@media (min-width: 1440px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .container {
    width: 1140px;
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 980px;
    max-width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .container {
    min-width: 754px;
    width: 800px;
    max-width: 980px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

h1 {
  font-size: 52px;
  width: 600px;
  font-style: normal;
  font-weight: 600;
  color: #2A414F;
  line-height: 54px;
  letter-spacing: 0.005em;
  margin-bottom: 26px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  h1 {
    max-width: 360px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.005em;
    color: #2A414F;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
    max-width: 320px;
  }
}

h2 {
  font-size: 40px;
  margin-top: 0;
  margin-left: 0;
  margin: 0;
  margin-bottom: 14px;
  color: #2A414F;
  line-height: 56px;
  letter-spacing: 0.005em;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  h2 {
    font-size: 20px;
    line-height: 23px;
  }
}

h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 62px;
  color: #2A414F;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  h3 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.005em;
    margin-bottom: 49px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 34px;
  }
}

h4 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #2A414F;
}

.adv-text {
  font-size: 22px;
  color: #2A414F;
}

header, section {
  display: flex;
  width: 100%;
}

header {
  position: relative;
  justify-content: center;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 1px 14px rgba(42, 65, 79, 0.1);
  height: 90px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  header {
    justify-content: space-between;
  }
}

section {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  section {
    margin-bottom: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  section {
    margin-bottom: 40px;
  }
}

.navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.navs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .navs-wrapper {
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .navs-wrapper {
    display: none;
  }
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  color: #2a414F;
}
.nav-link:hover {
  color: #67c649;
}

.demo {
  color: #67C649;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 70px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .logo-wrapper {
    width: 130px;
    height: 35px;
  }
}
.logo-wrapper img {
  width: 100%;
}

.btn-wrapper {
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .btn-wrapper {
    display: none;
  }
}

.btn {
  display: inline-block;
  font-size: 14px;
  color: #2a414F;
  border-radius: 10px;
  padding: 12px 24px;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #67C649;
}
.btn-primary_input {
  max-width: 250px;
}
.btn-secondary {
  border: 1px solid #67C649;
}
.btn-secondary:hover {
  background: #EEFFE9;
  color: #2a414F;
}
.btn__header {
  margin-left: 30px;
}
@media (max-width: 420px) {
  .btn__header {
    margin-left: 16px;
  }
}
.btn_lg {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 540px) {
  .btn_lg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 420px) {
  .btn_lg {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.menu-wrapper {
  display: none;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .menu-wrapper {
    display: block;
  }
}

.menu-icon, .menu {
  display: none;
}
.menu-icon.active, .menu.active {
  display: block;
}

.menu {
  z-index: 1000;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  width: 100vw;
  height: calc(100vh - 90px);
}
.menu-navs-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 37px;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-navs-wrapper .nav-link {
  padding-bottom: 14px;
  border-bottom: 1px solid #EEFFE9;
  margin-top: 30px;
}
.menu-btns-wrapper {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-btn-mobile {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border: 1px solid #67C649;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 14px;
}
.nav-btn-mobile.primary {
  background: #67C649;
  color: #FFFFFF;
}
.nav-btn-mobile.secondary {
  color: black;
}

.translation {
  margin-left: 20px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .translation {
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 0;
    margin-top: 30px;
  }
}
.translation .divider {
  width: 100%;
  height: 1px;
  background: #2A414F;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .translation .divider {
    height: 20px;
    width: 1px;
  }
}
.translation a {
  font-weight: 600;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.cover {
  position: relative;
  width: 100%;
  margin-top: 200px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .cover {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cover {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cover_recruitment {
  margin-top: 120px;
}
.cover-slogan {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #A7A7A7;
  margin-top: 0;
  margin-bottom: 25px;
}
.cover-image {
  position: absolute;
  left: auto;
  right: 0;
  width: 700px;
}
.cover-image_recruitment {
  right: 100px;
}
@media (max-width: 2000px) {
  .cover-image_recruitment {
    width: 500px !important;
    height: 500px !important;
  }
}
@media (max-width: 540px) {
  .cover-image_recruitment {
    display: none;
  }
}
.cover-image img {
  width: 100%;
}
@media (max-width: 1700px) {
  .cover-image {
    width: 720px;
  }
}
@media (max-width: 1600px) {
  .cover-image {
    width: 640px;
  }
}
@media (min-width: 994px) and (max-width: 1294px) {
  .cover-image {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .cover-image {
    width: 400px;
    height: 280px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cover-image {
    width: 100%;
    top: calc(100% + 26px);
    height: 550px;
    max-height: 40px;
  }
}
.cover-image-freelancer {
  position: absolute;
  left: auto;
  right: 0;
  width: 900px;
}
.cover-image-freelancer img {
  width: 100%;
  max-height: 800px;
}
@media (max-width: 1700px) {
  .cover-image-freelancer {
    width: 720px;
  }
}
@media (max-width: 1600px) {
  .cover-image-freelancer {
    width: 640px;
  }
}
@media (min-width: 994px) and (max-width: 1294px) {
  .cover-image-freelancer {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .cover-image-freelancer {
    width: 400px;
    height: 280px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cover-image-freelancer {
    width: 100%;
    top: calc(100% + 26px);
    height: 550px;
    max-height: 40px;
  }
}
.cover-info {
  max-width: 600px;
  margin-right: 82px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cover-info {
    margin-right: 0;
  }
}
.cover-text {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #2A414F;
}
.cover-text_multilined {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cover-text_centered {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .cover-text {
    max-width: 300px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 26px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cover-text {
    width: auto;
  }
}
.cover-advantages {
  margin-bottom: 40px;
}
.cover-advantages-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cover-advantages-item img {
  margin-right: 13px;
}

.partners {
  display: flex;
  justify-content: center;
}
@media (min-width: 520px) and (max-width: 767.98px) {
  .partners {
    margin-top: 560px;
  }
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .partners {
    margin-top: 400px;
  }
}
.partners_recruitment {
  margin-top: 180px;
}
@media (max-width: 540px) {
  .partners_recruitment {
    margin-top: 40px;
  }
}
.partners-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}
.partners .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .swiper-slide img {
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .partners .swiper-slide img {
    width: 110%;
  }
}
.partners .swiper-wrapper {
  display: flex;
  align-items: center;
}

.partnersSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.freelancers {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px !important;
}
.freelancers__rows {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.freelancers__rows .swiper-slide {
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .freelancers__rows .swiper-slide {
    width: 255px;
  }
}
.freelancers-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 34px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .freelancers-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .freelancers-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.freelancers-wrapper__first {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 34px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .freelancers-wrapper__first {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .freelancers-wrapper__first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .freelancers-wrapper {
    width: 100%;
  }
}
.freelancers-info {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: baseline;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .freelancers-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .freelancers-info .cover-text {
    width: 300px;
    text-align: center;
  }
}

.freelancers-carousel {
  position: relative;
  width: 100%;
  background: rgba(103, 198, 73, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  .freelancers-carousel {
    padding-bottom: 112px;
  }
}
.freelancers-carousel-cards-item {
  width: 255px;
  background: #FFFFFF;
  border-radius: 20px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}
.freelancers-carousel-cards-item__image {
  width: 100%;
  height: 206px;
}
.freelancers-carousel-cards-item__info {
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 18px;
}
.freelancers-carousel-cards-item-rang {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #2A414F;
}
.freelancers-carousel-cards-item-specialisation {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #2A414F;
  margin-bottom: 10px;
}

.advantages {
  display: flex;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .advantages {
    margin-top: 100px;
  }
  .advantages .advantages-cards__img {
    display: none;
  }
}
.advantages-wrapper {
  text-align: center;
  width: 100%;
}
.advantages-cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 80px 80px 1fr;
  grid-template-areas: "tImg .tInfo tInfo" "sInfo ..sImg" "thImg .thInfo thInfo" "fInfo ..fImg";
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .advantages-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "tImg tInfo" "sInfo sImg" "thImg thInfo thInfo" "fInfo fImg";
  }
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .advantages-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.advantages-cards__img {
  width: 470px;
  height: 700px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .advantages-cards__img {
    width: 350px;
    height: 450px;
  }
}
.advantages-cards__img img {
  width: 100%;
  height: 100%;
}
.advantages-cards__info {
  text-align: left;
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .advantages-cards__info {
    margin-top: 0 !important;
    text-align: center;
  }
}

.top-info {
  grid-area: tInfo;
}
.top-info-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .top-info-title {
    margin-bottom: 16px;
  }
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .top-info-title {
    margin-bottom: 16px;
  }
}
.top-img {
  grid-area: tImg;
}

.second-info {
  grid-area: sInfo;
  margin-top: 50px;
}
.second-img {
  grid-area: sImg;
  margin-top: -100px;
}

.third-info {
  grid-area: thInfo;
  margin-top: 60px;
}
.third-img {
  grid-area: thImg;
  margin-top: -50px;
}

.fourth-info {
  grid-area: fInfo;
  margin-top: 100px;
}
.fourth-img {
  grid-area: fImg;
  margin-top: -50px;
}

.faq {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-wrapper {
  width: 100%;
  text-align: center;
}
.faq-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 70px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .faq-cards {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
.faq-cards-item {
  max-width: 310px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.faq-cards-item-count {
  margin: 0;
  font-size: 60px;
  color: #C5E1BC;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .faq-cards-item-count {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .faq-cards-item-count {
    font-size: 18px;
    line-height: 20px;
  }
}
.faq-cards-item-text {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .faq-cards-item-text {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .faq-cards-item-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.prices {
  width: 100%;
  display: flex;
  justify-content: center;
}
.prices-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prices-card {
  width: 760px;
  height: 473px;
  text-align: left;
  padding: 30px 40px;
  border: 2px solid #C5E1BC;
  border-radius: 20px;
  background: #FFFFFF;
}
.prices-card__adventures {
  width: 100%;
}
.prices-card__adventures__row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.prices-card__adventures__item {
  width: 45%;
  display: flex;
  align-items: center;
}
.prices-card__footer {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prices-card__footer__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #2A414F;
}
.prices-card__footer__value {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.005em;
  color: #67C649;
  margin-left: 15px;
}

.tabs-buttons {
  height: auto;
}
.tabs-buttons .swiper-wrapper {
  margin-top: 46px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.tabs-buttons .swiper-slide {
  width: auto;
  height: auto;
  font-size: 24px;
  padding-bottom: 6px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tabs-buttons .active-tab {
  opacity: 1;
  border-bottom-color: #67C649;
}

.swiper-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
.swiper-tabs .swiper-pagination-bullet {
  font-size: 24px !important;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding-bottom: 6px;
}
.swiper-tabs .swiper-pagination-bullet-active {
  border-bottom: 1px solid #67C649;
}

.tabs-content .swiper-slide {
  width: auto;
  height: 473px;
  border-radius: 20px;
}

.adv-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #DCDCDC;
}
.adv-icon.active {
  background: #67C649;
}

.adv-text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 12px;
  letter-spacing: 0.005em;
  color: #2A414F;
}

.comission {
  color: #67C649;
  padding-left: 15px;
}

.prices__table-column-item-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .prices__table-column-item-value {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.prices__table-column-item-value img {
  display: block;
  position: relative;
  cursor: help;
}
.prices__table-column-item-value_title {
  display: block;
  max-width: 240px;
  margin-right: 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #2A414F;
}

.icon-wrapper {
  position: relative;
}
.icon-wrapper:hover:after {
  position: absolute;
  content: attr(data-text);
  z-index: 100;
  left: 50%;
  bottom: 100%;
  max-width: 308px;
  width: 308px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px rgba(42, 65, 79, 0.1);
  border-radius: 20px;
  font-size: 14px;
  padding: 22px;
  color: #2A414F;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .icon-wrapper:hover:after {
    right: 50%;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translate(-50%, 0);
    border: 1px solid #67C649;
  }
}

.prices__table {
  width: 100%;
}
.prices__table-header {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  padding-top: 26px;
  padding-bottom: 26px;
  letter-spacing: 0.005em;
  color: #2A414F;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .prices__table-header {
    font-size: 18px;
    line-height: 21px;
    width: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.prices__table-header.title {
  width: 200px;
  justify-content: flex-start;
}
.prices__table-subheader {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 16px;
  letter-spacing: 0.005em;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .prices__table-subheader {
    font-size: 11px;
    line-height: 13px;
    width: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.prices__table-subheader.title {
  width: 200px;
  justify-content: flex-start;
}
.prices__table-value {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .prices__table-value {
    font-size: 14px;
    line-height: 18px;
    width: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.prices__table-value.title {
  width: 200px;
  justify-content: space-between;
  text-align: left;
  padding-right: 16px;
}

.table__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
}
.table__row.controls {
  border-bottom: none;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .table__row {
    justify-content: center;
  }
}

.prices-controls {
  display: none;
}
@media (min-width: 520px) and (max-width: 767.98px) {
  .prices-controls {
    display: block;
    margin-top: 60px;
  }
}
@media (min-width: 320px) and (max-width: 519.98px) {
  .prices-controls {
    display: block;
    margin-top: 40px;
  }
}

.prices-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 10px 60px rgba(233, 233, 233, 0.5);
}

@keyframes zoom {
  0% {
    transform: scale(100%);
  }
  90% {
    transform: scale(100%);
  }
  100% {
    transform: scale(120%);
  }
}
.loyalty {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.loyalty__content {
  width: 100%;
}
.loyalty__progress {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .loyalty__progress {
    display: none;
  }
}
.loyalty__progress.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .loyalty__progress.mobile {
    display: flex;
    margin-top: 30px;
  }
}
.loyalty__progress.mobile .progress-bar-complete {
  width: 100%;
}
.loyalty__progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  z-index: 10;
}
.loyalty__progress__item.beginning {
  margin-left: 0;
  align-items: flex-start;
}
.loyalty__progress__item.end {
  align-items: flex-end;
  animation-name: zoom;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.loyalty__progress__item__header {
  font-size: 16px;
  font-weight: 600;
  color: #2A414F;
}
.loyalty__progress__item__sale {
  font-size: 16px;
  font-weight: 600;
  color: #67C649;
}

.progress-bar {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #DCDCDC;
  z-index: 5;
  border-radius: 10px;
}

@keyframes widthScale {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.progress-bar-complete {
  height: 10px;
  border-radius: 10px;
  background: #67C649;
  z-index: 6;
  animation-duration: 10s;
  animation-name: widthScale;
  animation-iteration-count: infinite;
}

.reviews {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.reviews-block {
  width: 100%;
}
.reviews-swiper {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .reviews-swiper {
    margin-top: 40px;
    width: 100%;
  }
}
.reviews-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.reviews-cards-item {
  width: 860px;
  height: 330px;
  display: flex;
  padding: 50px;
  border: 1px solid rgba(103, 198, 73, 0.45);
  border-radius: 20px;
}
.reviews-cards-item_info {
  max-width: 160px;
  margin-right: 44px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .reviews-cards-item_info {
    margin-right: 24px;
  }
}
.reviews-cards-item_review {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .reviews-cards-item_review {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .reviews-cards-item {
    max-width: 650px;
    height: 240px;
    padding: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .reviews-cards-item {
    width: 300px;
    flex-direction: column;
    padding: 18px;
    min-height: 420px;
    height: 100%;
  }
}

.review-photo {
  width: 160px;
  height: 160px;
  margin-bottom: auto;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .review-photo {
    width: 110px;
    height: 110px;
  }
}

.review_quote {
  font-weight: 400;
  margin-top: 0;
  font-size: 18px;
  line-height: 23px;
  color: #2A414F;
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .review_quote {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .review_quote {
    font-size: 14px;
  }
}

.review_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2A414F;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.review_name {
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #2A414F;
  margin-top: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .review_name {
    font-size: 16px;
    margin-top: 12px;
  }
}

.review_position {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  color: #2A414F;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .review_position {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.swiper-pagination {
  width: auto !important;
  bottom: -40px !important;
  margin-left: 16px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #B7B7B7;
}
.swiper-pagination-bullet-active {
  background: #67C649;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .swiper-pagination {
    margin-left: 16px;
  }
}

.swiper-slide {
  width: auto;
}

.form-block {
  position: relative;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(103, 198, 73, 0.1);
  display: flex;
  justify-content: center;
}
.form-block-header {
  max-width: 500px;
}
@media (max-width: 1200px) {
  .form-block-header {
    max-width: 700px;
  }
}
.form-block-header h2 {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .form-block-header h2 {
    max-width: 700px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .form-block-header img {
    display: none;
  }
}
.form-block-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .form-block-wrapper {
    justify-content: center;
  }
}

.text-field {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}
.text-field__error {
  font-size: 12px;
  color: #DA001A;
}
.text-field__textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: none;
  flex: none;
  outline: none;
  font-size: 18px;
}
.text-field__label {
  font-size: 14px;
  font-weight: 500;
  color: #2A414F;
}
.text-field__input {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 54px;
  margin-top: 8px;
  padding-left: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  flex: none;
  outline: none;
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .text-field__input {
    width: 100%;
  }
}
.text-field__input::-moz-placeholder {
  color: #212529;
  opacity: 0.4;
}
.text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}
.text-field__input:disabled,
.text-field__input .text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

@media (max-width: 1200px) {
  .form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form__wrapper .btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .form__wrapper .btn {
    margin-top: 0;
  }
}

.form__text {
  color: #B7B7B7;
  font-size: 12px;
  margin-bottom: 26px;
}
.form__text a {
  color: #67C649;
}

footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 61px;
  display: flex;
  justify-content: center;
  background: rgba(103, 198, 73, 0.1);
}

.footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .footer-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer-wrapper__logos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-wrapper__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer-partners {
  width: auto;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .footer-partners {
    margin-bottom: 50px;
    text-align: center;
  }
}

.footer-copyright {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.005em;
  color: #2A414F;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .footer-copyright {
    text-align: center;
  }
}

.chat-bot {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 1000;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .chat-bot {
    right: 5px;
  }
}

.footer-contacts__contact {
  font-size: 14px;
  color: #2A414F;
  margin: 0;
  padding: 0;
  line-height: 17px;
  letter-spacing: 0.005em;
}

.privacy__text {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
.privacy__text a {
  color: green;
  margin-right: 5px;
  margin-left: 5px;
}

.rules {
  margin-left: 10px;
}

.freelancers-advantages {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background: rgba(103, 198, 73, 0.1);
}
.freelancers-advantages__wrapper {
  margin-top: 60px;
  width: 100%;
}
.freelancers-advantages__line {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.freelancers-advantages__card {
  max-width: 350px;
  height: 280px;
  text-align: left;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
}
.freelancers-advantages__card-title {
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.freelancers-advantages__card-text {
  font-size: 18px;
  margin: 0;
}

.modal__overlay {
  position: fixed;
  display: none;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
}
.modal__overlay.active {
  display: flex !important;
  overflow-y: hidden;
}
.modal__wrapper {
  max-height: 500px;
  overflow: auto;
  border-radius: 10px;
  position: relative;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 600px;
  background: #fff;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .modal__wrapper {
    width: 300px;
  }
}
.modal__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal__header h3 {
  text-align: left;
}
.modal__header h4 {
  text-align: left;
}
.modal__done {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F2F4FE;
  margin-bottom: 24px;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.check {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  position: relative;
  transition: 0.1s;
  background-color: lightgrey;
  text-align: center;
  font-weight: 600;
  color: white;
  border-radius: 3px;
  outline: none;
}

.check__label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.check:checked {
  background-color: #0e9700;
}

.check:checked:before {
  content: "✔";
}

.check:hover {
  cursor: pointer;
  opacity: 0.8;
}

.audience {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.audience-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.audience-wrapper__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (min-width: 320px) and (max-width: 992.98px) {
  .audience-wrapper__row {
    justify-content: center;
  }
}
.audience-card {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  border-radius: 24px;
}
.audience-card .freelancers-carousel-cards-item-specialisation {
  font-weight: bold;
}

.accordion {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 429.98px) {
  .accordion {
    margin-top: 120px;
  }
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row {
  display: flex;
}

.col {
  flex: 1;
}
.col:last-child {
  margin-left: 1em;
}

.accordion-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 26px;
}

.tab {
  width: 100%;
  color: #000000;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
  overflow: hidden;
  margin-bottom: 14px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  text-align: left;
  background: none;
  box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: none;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: none;
  text-align: left;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: none;
  box-shadow: none;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.calculator {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F0FAED;
}
.calculator__range {
  width: 100%;
}
.calculator-interface__ranges {
  width: 100%;
}
.calculator__btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 540px) {
  .calculator__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.calculator-interface {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.calculator-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calculator-left__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.11px;
}
@media (max-width: 540px) {
  .calculator-left__text {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }
}
.calculator-left__text_restricted {
  max-width: 350px;
}
@media (max-width: 540px) {
  .calculator-left__text_restricted {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
  }
}
.calculator-economy {
  display: flex;
  align-items: center;
  margin-top: 31px;
  gap: 30px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .calculator-economy {
    margin-top: 0;
    margin-top: 30px;
  }
}
.calculator-economy__text {
  font-size: 22px;
  color: #2A414F;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .calculator-economy__text {
    text-align: left;
  }
}
.calculator-economy__price {
  font-size: 40px;
  font-weight: 600;
  color: #2A414F;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .calculator-economy__price {
    font-size: 28px;
  }
}
.calculator-info__price {
  font-size: 86px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #2A414F;
}
@media (max-width: 540px) {
  .calculator-info__price {
    font-size: 42px;
    text-align: center;
  }
}
.calculator-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 540px) {
  .calculator-wrapper {
    flex-direction: column;
  }
}
.calculator-wrapper__header {
  text-align: center;
}

input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  border-radius: 15px;
  height: 7px;
  background-color: #9197B3;
}

input[type=range]::-webkit-slider-thumb {
  background: #67C649;
  border-radius: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type=range]::-moz-range-track {
  border-radius: 15px;
  height: 5px;
  background-color: #fff;
}

input[type=range]::-moz-range-thumb {
  background: #67C649;
  border-radius: 15px;
  cursor: pointer;
}

.cover-image_recruitment {
  max-width: 550px;
}
@media (max-width: 1700px) {
  .cover-image_recruitment {
    right: 200px;
  }
}
@media (max-width: 1600px) {
  .cover-image_recruitment {
    width: 640px;
    height: 640px;
  }
}
@media (min-width: 994px) and (max-width: 1294px) {
  .cover-image_recruitment {
    max-width: 450px;
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 992.98px) {
  .cover-image_recruitment {
    width: 400px;
    height: 400px;
  }
}

.recruitment-block__btns {
  display: flex;
  gap: 16px;
}
@media (max-width: 540px) {
  .recruitment-block__btns {
    flex-direction: column;
  }
  .recruitment-block__btns a {
    text-align: center;
  }
}

.recruitment-block-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.64px;
  margin-bottom: 25px;
}
@media (max-width: 540px) {
  .recruitment-block-title {
    font-size: 26px;
  }
}

.recruitment-block-subtitle {
  margin: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 540px) {
  .recruitment-block-subtitle {
    font-size: 18px;
  }
}

.recruitment-advantages {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recruitment-advantages__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recruitment-advantages__cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 540px) {
  .recruitment-advantages__cards {
    justify-content: center;
    gap: 20px;
  }
}
.recruitment-advantages__card {
  max-width: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 8px;
  background: #F3F3F3;
}
.recruitment-advantages__card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 5px;
}
.recruitment-advantages__card-text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  text-align: center;
}

.stages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
.stages__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.stages__image {
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.stages__cards {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 45px;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .stages__cards {
    justify-content: center;
  }
}
.stages__card {
  position: relative;
  width: 230px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 540px) {
  .stages__card {
    width: 270px;
  }
}
.stages__count {
  width: 96px;
  height: 96px;
  color: #A7A7A7;
  border: 1px solid #A7A7A7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 1.28px;
}
.stages__text {
  margin-top: 45px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #FFFFFF;
}

.price {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 540px) {
  .price {
    margin-top: 60px;
  }
}
.price-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.price__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.price__cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media (max-width: 540px) {
  .price__cards {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.price__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  height: 145px;
}
@media (max-width: 540px) {
  .price__card {
    max-width: 100%;
  }
}
.price__count {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}
.price__title {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.price__text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.price__text_short {
  max-width: 450px;
}

.recruitment-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
.recruitment-form__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recruitment-form__line {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 540px) {
  .recruitment-form__line {
    margin-top: 15px;
    flex-direction: column;
    gap: 20px;
  }
}
.recruitment-form__fields {
  display: flex;
  align-items: center;
  gap: 145px;
  margin-top: 45px;
}
@media (max-width: 720px) {
  .recruitment-form__fields {
    flex-direction: column;
    gap: 40px;
  }
}
.recruitment-form__inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 720px) {
  .recruitment-form__inputs {
    align-items: center;
  }
}
.recruitment-form__input {
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  margin-bottom: 30px;
  outline: none;
}
.recruitment-form__input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.recruitment-form__input::placeholder {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 720px) {
  .recruitment-form__input {
    width: 100%;
  }
}
.recruitment-form__textarea {
  resize: none;
  display: block;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  margin-bottom: 30px;
  outline: none;
  max-height: 200px;
  min-height: 40px;
}
.recruitment-form__textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
.recruitment-form__textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 720px) {
  .recruitment-form__textarea {
    width: 100%;
  }
}

.circle-stage {
  width: 350px;
  height: 96px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #67C649;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .circle-stage {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
}
.circle-stage__count {
  width: 33px;
  height: 33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: #67C649;
}
.circle-stage__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.06px;
}

.expert-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-top: 15px;
}
@media (max-width: 540px) {
  .expert-name {
    text-align: center;
  }
}

.expert-position {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media (max-width: 540px) {
  .expert-position {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.matching {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matching-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 5px 4px 14px 0px rgba(0, 0, 0, 0.25);
  overflow-y: hidden;
}
.matching-modal__wrapper {
  border-radius: 8px;
  background: #FFFFFF;
  max-width: 550px;
  padding: 17px 34px;
}
.matching-modal__header {
  display: flex;
  justify-content: space-between;
}
.matching-modal__close {
  cursor: pointer;
}
.matching-modal__body {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.matching-modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.matching-modal__prices {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  gap: 25px;
}
.matching-modal__count {
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  z-index: 999;
  margin: 0;
}
.matching-modal__text {
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  z-index: 999;
}
.matching-modal__image {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 300px;
  z-index: 0;
  filter: brightness(40%);
}
.matching-modal__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 2.025px;
  text-transform: uppercase;
}
.matching__image {
  width: 280px;
  height: 220px;
}
.matching__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.matching__panel {
  display: flex;
  justify-content: center;
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.matching__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 2.025px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
}
.matching__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-top: 5px;
  margin-bottom: 0;
}
.matching__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 540px) {
  .matching__cards {
    flex-direction: column;
    align-items: center;
  }
}
.matching__cards_spaced {
  margin-top: 45px;
}
.matching__card {
  cursor: pointer;
  width: 287px;
}
.matching__accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #000000;
  background: none;
  color: #444;
  text-align: left;
  outline: none;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.64px;
  font-size: 18px;
  transition: 0.4s;
}
.matching__accordion img {
  width: 26px;
  height: 26px;
}

.story-modal {
  position: fixed;
  max-width: 300px;
  display: block;
  width: 280px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #67C649;
  border-radius: 8px;
  right: 15px;
  top: 90px;
  text-align: center;
}
.story-modal.closed {
  display: none;
}
@media (max-width: 540px) {
  .story-modal {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.story-modal__access {
  font-size: 12px;
}
.story-modal__header {
  display: flex;
  justify-content: flex-end;
}
.story-modal__header img {
  cursor: pointer;
}
.story-modal__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.story-modal input, .story-modal textarea {
  width: 100%;
}
.story-modal__form {
  width: 100%;
}

.review-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-block__wrapper {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 80px;
}
@media (max-width: 540px) {
  .review-block__wrapper {
    padding-left: 0;
    padding-right: 25px;
    margin-top: 40px;
  }
}
.review-block__client {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 60px;
  margin-top: 40px;
}
.review-block__awards {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 540px) {
  .review-block__awards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}
.review-block__award {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: center;
}
.review-block__award-title {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13px;
  margin: 0;
}
.review-block__award-text {
  max-width: 300px;
}
.review-block__title {
  width: 100%;
  color: #000;
  font-family: Myriad Pro;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .review-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.review-block__subtitle {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.52px;
}
.review-block__author {
  display: flex;
  gap: 12px;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.review-block__image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-block__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.review-block__info p {
  margin: 0;
}
.review-block__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.review-block__case {
  padding: 25px 28px;
  border-radius: 8px;
  background: #F0FAED;
}
.review-block__main {
  margin-top: 80px;
  transform: translateX(5px);
}

.stories {
  width: 100%;
  display: flex;
  justify-content: center;
}
.stories__wrapper {
  width: 100%;
}
.stories__cards {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 60px;
}
@media (max-width: 540px) {
  .stories__cards {
    flex-direction: column;
    align-items: center;
  }
}
.stories__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 276px;
  height: 316px;
  background: #000000;
  border-radius: 8px;
  padding-left: 16px;
  padding-bottom: 20px;
  padding-right: 16px;
  cursor: pointer;
  text-decoration: none;
}
.stories__name {
  margin-bottom: 0;
  color: #F9F9F9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  z-index: 2;
}
.stories__title {
  margin-top: 5px;
  margin-bottom: 0;
  color: #F9F9F9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.stories__image {
  width: 276px;
  height: 316px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px;
  filter: opacity(0.5);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(176, 179, 195, 0.6);
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}

body {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 560px) {
  section {
    width: 100%;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */