@import "ui.css";

html {
  scroll-behavior: smooth;
}
/******header******/
.header {
    padding: 20px 0;
    background: var(--bg);
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header__logo img {
    width: 30px;
    height: 40px;
}
.header__locate {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header__locate img {
    width: 27px;
    height: 38px;
}
.header__locate > p {
    max-width: 136px;
    font-size: 15px;
}
.menu__icon {
    display: none;
}
.menu__list {
    display: flex;
    align-items: center;
    gap: 40px;
}

/***********main-section***********/
.main-section {
    padding: 62px 0 100px 0;
}
.main-section__container > *:not(:first-child) {
    margin-top: 82px;
}
.main-section__top > *:not(:first-child) {
    margin-top: 10px;
}
.main-section__bottom-title {
    display: flex;
    align-items: center;
    gap: 0.25em;
}
.main-section__title span {
    display: block;
    text-align: right;
}
.main-section__top-line {
    display: flex;
    justify-content: space-between;
}
.main-section__top-line-right {
    display: flex;
    align-items: center;
    gap: 28px;
}
.main-section__helpers-inner > img {
    width: 97px;
    height: 39px;
}
.main-section__helpers-inner {
    display: inline-block;
    padding: 10px;
    background: var(--bg);
    border-radius: 50px;
}
.main-section__helpers {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-section__helpers p {
    max-width: 240px;
    font-size: 18px;
}
.main-section__banner {
    position: relative;
    width: 100%;
}
.main-section__banner-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
    padding-bottom: 21.35%;
}
.main-section__author {
    display: inline-block;
    position: absolute;
    padding: 20px;
    font-size: 22px;
    right: 20px;
    bottom: -23px;
    background: var(--yellow);
}

/***********who-is***********/
.who-is__top {
    padding: 61px 0 122px;
    background: var(--bg);
}
.who-is__top-inner {
    padding-left: 93px;
}
.who-is__top-inner > *:not(:first-child) {
    margin-top: 22px;
}
.who-is__txt {
    font-size: 21px;
    line-height: 180%;
    /*text-indent: ;*/
}
.who-is__txt span {
    display: inline-block;
    height: auto;
    background: var(--yellow);
    padding: 6px;
}
.who-is__txt span._left {
    transform: rotate(-1deg);
}
.who-is__txt span._right {
    transform: rotate(1deg);
}
.who-is__txt > span:first-child {
    margin-left: 111px;
}

.who-is__top-bottom {
    min-height: 470px;
    background-image: url('../..//img/hiring-employee/who-is/bottom_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 90%;
}
.who-is__card-img {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    width: 244px;
}
.who-is__card-inner {
    padding-bottom: 78.69%;
}
.who-is__card {
    padding: 10px 10px 15px 10px;
    border-radius: 23px;
}
.who-is__card > *:not(:first-child) {
    margin-top: 12px;
}
.who-is__bottom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.who-is__card-txt {
    font-size: 22px;
}
.who-is__card-txt span {
    padding-right: 8px;
    font-size: 30px;
    font-family: 'Ms Madi', serif;
}
.who-is__card {
    background: #000;
    background: var(--light-green);
}
.who-is__bottom-container > .who-is__card:nth-child(2n) {
    background: var(--light-blue);
}
.who-is__bottom-container > .who-is__card:nth-child(1) {
    transform: rotate(-2deg);
}
.who-is__bottom-container > .who-is__card:nth-child(2) {
    transform: rotate(4deg);
}
.who-is__bottom-container > .who-is__card:nth-child(3) {
    transform: rotate(-5deg);
}
.who-is__bottom-container > .who-is__card:nth-child(4) {
    transform: rotate(2deg);
}

/*********history***********/
.history {
    padding: 80px 0 100px 0;
}
.history__title {
    margin-left: 98px;
}
.history__inner > *:not(:first-child) {
    margin-top: 64px;
}
.history__img {
    position: relative;
    width: 598px;
    min-width: 598px;
    border-radius: 20px;
    overflow: hidden;
}
.history__img-inner {
    padding-bottom: 74.41%;
}
.history__content {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}
.history__content-inner > *:not(:first-child) {
    margin-top: 25px;
}
.history-content__title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}
.history-content__quot {
    width: 90px;
    height: 74px;
}
.history-content__title {
    font-size: 24px;
    max-width: 385px;
    font-weight: 600;
}
.history-content__txt {
    max-width: 513px;
    font-size: 20px;
}

/***********conditions****************/
.conditions {
    padding: 90px 0 100px 0;
    background-image: url('../..//img/hiring-employee/conditions/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 100%;
}
.conditions__inner  > *:not(:first-child) {
    margin-top: 60px;
}
.conditions__title {
    font-size: 54px;
}
.conditions__title-top {
    margin-left: 94px;
}
.conditions__title-wrap > *:not(:first-child) {
    margin-top: 25px;
}
.conditions__title span {
    display: inline-block;
    background-color: var(--yellow);
    padding: 10px 15px;
}
.conditions__title span._left {
    transform: rotate(-1.8deg);
}
.conditions__title span._right {
    transform: rotate(1.2deg);
}
.conditions__title-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.conditions__content {
    display: flex;
    gap: 20px;
    flex-grow: 1;
}
.conditions__card {
    padding: 40px 30px;
    border-radius: 20px;
    background: var(--light-green);
}
.conditions__card._blue {
    background: var(--light-blue);
}
.conditions__card > *:not(:first-child) {
    margin-top: 30px;
}
.conditions__card-title {
    font-size: 44px;
    font-weight: 600;
    padding-left: 30px;
}
.conditions__item {
    position: relative;
    padding-left: 36px;
    font-size: 24px;
}
.conditions__item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black);
    left: 18px;
    top: 14px;
    transform: translateY(-4px);
}
.conditions__items > *:not(:first-child) {
    margin-top: 20px;
}
/*****************events******************/
.events {
    padding: 80px 0 100px 0;
}
.events__img-small, .events__img-big {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
}
.events__img-small {
    width: 392px;
}
.events__img-small-inner {
    padding-bottom: 113.52%;
}
.events__img-big {
    width: 804px;
}
.events__img-big-inner {
    padding-bottom: 55.35%;
}
.events__inner > *:not(:first-child) {
    margin-top: 52px;
}
.events__slide {
    width: auto;
}
.events__slide img {
    user-select: none;
}
.events__title {
    margin-left: 94px;
}
.events__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.events__nav {
    position: static;
    color: var(--black);
    margin-top: 0 !important;
    width: 65px;
    height: 44px;
    background: var(--light-blue);
    border-radius: 15px;
}
.events__nav.swiper-button-disabled {
    background: var(--bg);
    opacity: 1;
}
.swiper-navigation-icon {
    width: 20px !important;
    height: 20px !important;
}
.events__swiper-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
/****************steps*********************/
.steps {
    padding: 100px 0;
    background-image: url('../../img/hiring-employee/steps/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-size: 115% auto;
    background-color: var(--bg);
    /* background-size: 100% 100%; */
    /* background-origin: content-box; */
}
.steps__title-top {
    margin-left: 94px;
}
.steps__title span._left {
    transform: rotate(-1deg);
}
.steps__list > *:not(:first-child) {
    margin-top: 20px;
}
.steps__inner > *:not(:first-child) {
    margin-top: 60px;
}
.steps__item {
    padding: 50px 20px;
    border-radius: 20px 20px 20px 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    background: var(--light-blue);
}
.steps__item._green {
    background: var(--light-green);
}
.steps__item._yellow {
    background: var(--yellow);
}
.steps__number {
    min-width: 252px;
    font-weight: 700;
    font-size: 176px;
    color: #fff;
}
.steps__item-title {
    font-size: 34px;
    font-weight: 700;
}
/***************faq**************/
.faq {
    padding: 80px 0 100px 0;
}
.faq__img {
    width: 412px;
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
}
.faq__img-inner {
    padding-bottom: 106.8%;
}
.faq__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.faq__content {
    width: 721px;
}
.faq__number {
    position: static !important;
}
.faq__intro {
    display: flex;
    align-items: center;
    gap: 55px;
}
.faq__content > *:not(:first-child) {
    margin-top: 70px;
}
.faq__answer {
    display: none;
}
.faq__item {
    border-bottom: 1px solid #E0E4EE;
    transition: var(--transit);
}
.faq__item._active {
    padding-bottom: 10px;
}
.faq__clickable {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
    cursor: pointer;
}
.faq__accordion > *:not(:first-child) {
    margin-top: 25px;
}
.faq__question {
    user-select: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.faq__icon {
    transition: var(--transit);
}
.faq__item._active .faq__icon {
    transform: rotate(180deg);
}
/****************feedback*******************/
.feedback {
    padding: 98px 0;
    background-image: url('../..//img/hiring-employee/feedback/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.feedback__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
}
.feedback__content {
    width: 595px;
}
.feedback__form {
    width: 515px;
}
.feedback__title span {
    display: inline-block;
    padding: 10px;
    margin-top: 25px;
    transform: rotate(-1deg);
    background-color: var(--yellow);
}
.feedback__content > *:not(:first-child) {
    margin-top: 70px;
}
.feedback__txt {
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px 20px 20px 0;
    font-size: 26px;
}
.feedback__form {
    padding: 40px 64px 30px 64px;
    border-radius: 20px;
    background: var(--light-blue);
}
.feedback__form-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedback__fields > *:not(:first-child) {
    margin-top: 10px;
}
.feedback__form-wrap {
    position: relative;
}
.feedback__form-item {
    outline: none;
    width: 100%;
    padding: 12px 17px;
    border-radius: 9px;
    font-size: 17px;
}
.feedback__form-wrap._with_icon .feedback__form-item {
    padding-right: 51px;
}
.feedback__form-search {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    color: var(--light-blue);
}
.feedback__checkbox-none {
    display: none;
}
.feedback__fake {
    position: relative;
    display: inline-block;
    transition: var(--transit);
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #CDECFF;
}
.feedback__fake::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../..//img/hiring-employee/mark.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: var(--transit);
    opacity: 0;
}
.feedback__checkbox-none:checked + .feedback__fake::before {
    opacity: 1;
}
.feedback__form > *:not(:first-child) {
    margin-top: 30px;
}
.feedback__checkbox {
    display: flex;
    gap: 12px;
    user-select: none;
    cursor: pointer;
}
.feedback__checkboxes  > *:not(:first-child) {
    margin-top: 10px;
}
.feedback__checkbox-txt {
    color: #6C707C;
    font-size: 11px;
    line-height: 110%;
}
/******************footer********************/
.footer {
    background: var(--light-blue);
    padding: 83px 68px;
}
.footer__container {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
.footer__logo img {
    width: 115px;
    height: 149px;
}
.footer__content {
    width: 1030px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__list > *:not(:first-child) {
    margin-top: 15px;
}
.footer__list > li {
    font-size: 18px;
}
.footer__title {
    font-size: 28px;
    font-weight: 700;
}
.footer__menu-group > *:not(:first-child) {
    margin-top: 20px;
}
.footer__item, .menu__item {
    transition: var(--transit);
}
.footer__item:hover, .menu__item:hover {
    color: #5c5d61;
}
.who-is__bottom-container .who-is__card {
    position: relative;
}
/* Нечетные элементы - ниже */
.who-is__bottom-container .who-is__card:nth-child(odd) {
    transform: translateY(60px) rotate(-4deg); /* Сдвиг вниз */
}

/* Четные элементы - выше */
.who-is__bottom-container .who-is__card:nth-child(even) {
    transform: translateY(-60px) rotate(4deg); /* Сдвиг вверх */
}

.history__content .history__content-inner.history-content {
    padding-top: 40px;
}