:root {
    --black: #1E1E1E;
    --white: #fff;
    --purple: #8A52FF;
    --gray: rgba(255, 255, 255, 0.6);
    --gradient-purple: linear-gradient(-22deg, #E8DEFF, #8A52FF);

    --font-gilroy: 'Gilroy';
    --font-road-radio: 'RoadRadio';
    --font-involve: 'Involve';
    --font-inter: 'Inter';
}

html {}

html::-webkit-scrollbar {
    width: 20px;
    background-color: #000000;
}

html::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#50084b74, #4208a66d);
    border-radius: 10px;
}

body,
html {
    font-family: var(--font-gilroy);
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background-color: rgb(8, 5, 14);

    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
a,
span,
section {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    /* outline: 4px solid green !important; */
}

a {
    text-decoration: none;
    color: var(--white);
}

.container {
    max-width: 1400px;
    margin: 0px auto;
}

.wrapper {
    max-width: 1230px;
    margin: 0px auto;
}

.font-first {
    color: rgb(255, 255, 255);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;

    opacity: 0.4;
    display: inline-block;
}

.biba {
    transition: all .3s ease;
}

.active {
    opacity: 1;
    border-bottom: 1px #fff solid;
    padding-bottom: 2px;
}

.biba:hover {
    opacity: 1;
    border-bottom: 1px #fff solid;
    padding-bottom: 2px;

}

/* Шапка */

header {
    max-width: 100%;
    min-height: 1050px;
    background-image: url('../images/content_fon/main_bg.jpg');
    z-index: 10;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h {
    margin: 40px 0px;
}

.header-nav a {
    margin-left: 35px;
}

.header-content {
    margin-bottom: 50px;
}

.header-content_inner h1 {
    position: absolute;
    left: 9%;
    top: 20%;
    font-family: var(--font-road-radio);
    font-size: 64px;
    line-height: 64px;
    z-index: 9;
}

.letters {
    position: absolute;
    top: 0;
    left: 60%;
    opacity: 0.4;
    height: 100%;
}

.header-content_inner {
    display: grid;
}

.header-content_p {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    margin-bottom: 10px;
}

.header-first {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-height: 265px;
    margin-top: 30vh;
}


.header-absolute {
    position: absolute;
}

.absolute-first {
    top: 0;
    right: 0;
    border: 1px solid var(--white);
    border-radius: 50%;
    padding: 30px 17px;
    text-align: center;
    transform: rotate(-45deg);

    color: var(--white);
    font-family: 'Gilroy';
    font-size: 12px;
    font-weight: 400;
    line-height: 137%;
    z-index: 4;

    transition: all .4s ease;
}

.absolute-first:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.brs {
    position: absolute;
    z-index: 3;
    width: 32%;
}

.brs:nth-child(1) {
    left: -2px;
    top: -2px;
    width: 15%;
}

.brs:nth-child(2) {
    right: 0;
    top: -2px;
}

.brs:nth-child(3) {
    bottom: -3px;
    left: -1px;
}

.brs:nth-child(4) {
    right: 0;
    bottom: 0;
}

.header-content_inner {
    border-radius: 30px;
}


.absolute-second {
    padding: 25px 0px 25px 15px;
    border: 1px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    position: absolute;
    left: 9%;
    top: 50%;
    z-index: 9;

    backdrop-filter: blur(15px);
    transition: all .4s ease;
}

.absolute-second:hover {
    transform: scale(1.05);
    opacity: 0.8;
    backdrop-filter: blur(25px);
    background-color: #00000065;
}

.header-second_arrow {
    padding: 19px 20px;
    border-radius: 30px;
    background-color: rgb(108, 106, 255);
    margin-left: 15px;
    margin-right: 10px;
    box-shadow: 0px 0px 78.07px 0px rgba(96, 82, 255, 0.6);
}

.absolute-third {
    bottom: 0;
    left: 0;
    max-width: 350px;
    margin: 0px 0px 30px 10px;

    color: var(--white);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    z-index: 4;

    background: radial-gradient(circle, #c4e7fc 20%, #d1a6ff 55%, #7dcffe 20%);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.header-content_bottom {
    display: flex;
    align-items: baseline;
}

.biography-slider.biography-slider {
    overflow: hidden;
    height: 250px;
    width: 76%;
}

.biography-slider.swiper-slide {
    height: 200px !important;
    margin-bottom: 20px;
    transition: all .5s ease !important;
}

.biography-slider .swiper-slide-next,
.biography-slider .swiper-slide-prev,
.biography-slider .swiper-slide-active {
    transition: all .5s ease !important;
}

.biography-slider .swiper-slide-next {
    transform: scale(0.9) !important;
    opacity: 0.2;
}


.swiper-main-blur {
    background-image: linear-gradient(90deg, #200b32, #200b3287, transparent, transparent, #200b3287, #1b0a2c);
    height: 70%;
    backdrop-filter: blur(2px);
    width: 103%;
    position: absolute;
    z-index: 20;
    left: -2px;
    
}

/* .swiper-main-blur-right {
    background-image: linear-gradient(180deg, #200b32, #200b3287, transparent, transparent);
    height: 70%;
    backdrop-filter: blur(2px);
    width: 34%;
    position: absolute;
    z-index: 20;
    right: -2px;
} */

.header-content_bottom-links {
    display: flex;
    align-items: center;
    margin-right: 56px;
}

.header-content_bottom a {
    border: 1px solid var(--white);
    padding: 20px 40px;
    border-radius: 100px;
    margin-right: 14px;

    transition: all .5s ease;
    display: inline-block;
}

.header-content_bottom a:hover {
    transform: scale(1.02);
    cursor: pointer;
}

/* Статистика и опыт */

.statistics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 150px;
}

.statistics-grid h3 span {
    font-size: 36px;
}

.statistics-grid h3,
.timeline-header h3 {
    /* background: linear-gradient(170.89deg, rgb(232, 222, 255), rgb(138, 82, 255)); */
    background: radial-gradient(circle, #2977a4 20%, #925cca 55%, #13547a 20%);
	background-size: 400% 400%;
	animation: gradient 6s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 101.85px;
    font-weight: 700;
    line-height: 105%;
    letter-spacing: 1%;


}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.statistics-grid:nth-child(6) {
    margin-left: 80px;
}




.statistics-grid p,
.timeline-header p {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 84px;
}

.first-main_carusel {
    display: inline-flex;
    opacity: 0.6;
}

.first-statisticks_grid h3 {
    font-size: 40px;
    text-align: left;
}

.first-statisticks_grid p {
    font-size: 22px;
    text-align: left;
}

.first-statisticks_grid {
    max-width: 240px;
    text-align: left;
}

/* Биография */

.biography {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    text-align: center;
}

.biography-grid {
    margin-left: 30px;
}

.biography-grid:nth-child(2) {
    text-align: left;
}

.biography-grid p {
    color: var(--white);
    font-family: 'Gilroy';
    font-size: 23px;
    font-weight: 300;
    line-height: 140%;
}


/* Таймлайн */

.timeline-header {
    text-align: center;
    margin-top: 50px;
}

.timeline-header h3 {
    margin-bottom: 20px;
}

.timeline-main {
    display: grid;
    1 grid-template-columns: fr 1fr;
}

.timeline-wrapper {
    opacity: 0.7;
}


.timeline-main_info {
    display: flex;
    align-items: flex-start;
}

.timeline-main_info p {
    margin-top: 45px;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.timeline-main_info h3 {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 45px;
}

.timeline-second_flex {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.timeline-second_info {
    display: flex;
    padding-bottom: 80px;
}

.timeline-second_info:first-child {
    margin-left: 250px;
}

.timeline-second_info h3 {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 45px;
}

.timeline-second_info p {
    margin-top: 45px;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.frame-row {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}

.frame-img_left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.frame-img_right {
    position: absolute;
    right: 0;
    bottom: 0;
}



/* Блок вакансии с фоном карты */
.map-bg {
    background-image: url('../images/content_fon/Слой\ 1\ 1.svg');
    max-width: 100%;
    max-height: 1200px;
}

.vacancy-title h3 {
    text-align: center;
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 64px;
    font-weight: 700;
    line-height: 133%;
}

.vacancy-register_block {
    padding-bottom: 150px;
}

.register-settings {
    width: 858px;
    height: 439px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url('/assets/images/just/week\ statistics.svg');
}

#allVacancyButton2,
.vacancyButton {
    font-family: var(--font-gilroy);
    background-color: #8A52FF;
    color: #fff;
    font-size: 25px;
    border: 1px #ffffff62 solid;
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;

    transition: background-color .5s ease;
}

.footer-btn p {
    color: #fff;
    font-family: var(--font-gilroy);
    font-size: 25px;
    margin-bottom: 20px;
}

#allVacancyButton2:hover,
.vacancyButton:hover {
    background-color: #7341bd;
    cursor: pointer;
}

.register-settings h4,
.register-settings p,
.register-settings a {
    position: absolute;
}

.register-settings h4 {
    color: rgb(255, 255, 255);
    font-family: 'RoadRadio';
    font-size: 43.09px;
    font-weight: 700;
    line-height: 140%;
    top: 20px;
    left: 40px;
}

.register-settings p {
    color: rgb(255, 255, 255);
    font-family: 'Inter';
    font-size: 17.96px;
    font-weight: 400;
    line-height: 22px;
    top: 120px;
    left: 40px;
    border-bottom: 1px solid slategray;
    padding-right: 200px;
    padding-bottom: 20px;
}

.register-settings p:nth-child(2) {
    top: 180px;
}

.register-settings p:nth-child(3) {
    top: 240px;
}

.register-settings a {
    top: 340px;
    left: 40px;
}

.register-settings a {
    color: rgb(0, 0, 0);
    font-family: 'Gilroy';
    font-size: 21.55px;
    font-weight: 600;
    line-height: 140%;
    background-color: var(--white);
    padding: 0px 40px;
    border-radius: 25px;
}

.search p {
    display: inline;
    color: rgb(255, 255, 255);
    font-family: RoadRadio;
    font-size: 94.41px;
    font-weight: 700;
    line-height: 140%;
}

.carusel {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    height: 100%;
    white-space: nowrap;
}

.search {
    width: 566px;
    display: flex;
    flex-wrap: nowrap;
    animation: move 8s infinite linear;
}

@keyframes move {
    to {
        transform: translateX(-50%);
    }
}





/* Принципы по которым они живут */

.rules-title {
    text-align: center;
    margin: 100px auto 50px;
}

.rules-title h4 {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 50px;
    font-weight: 700;
    line-height: 133%;
}

.rules-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.rules-content {
    position: relative;
    height: 100%;
}

.rules-content h5,
.rules-content p {
    position: absolute;
}

.rules-content h5 {
    color: rgb(255, 255, 255);
    font-family: 'RoadRadio';
    font-size: 35px;
    font-weight: 700;
    line-height: 133%;
    top: 80%;
    left: 15%;
}

.rules-content p {
    color: rgb(255, 255, 255);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    top: 90%;
    left: 15%;
    max-width: 500px;
    text-align: left;
}

.rules-content:nth-child(2) {
    margin-top: 300px;
}

.rules-content:nth-child(4) {
    margin-top: 200px;
}


/* Достоинства dignities */

.dignities-title p {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.dignities-carusel {
    display: grid;
    grid-template-columns: 10% 29% 29% 29% 10%;
    margin-top: 50px;
}

.dignities-carusel button {
    display: flex;
    align-items: center;
}

.dignities {
    margin-bottom: 100px;
}

.arrow-carusel {
    margin-top: 120px;
}

/* Секция слогана */

.slogan-title p {
    color: rgb(0, 0, 0);
    font-family: Gilroy;
    font-size: 65px;
    font-weight: 500;
    line-height: 77px;
    padding: 100px 0px;
    max-width: 700px;

    background: radial-gradient(circle, #2977a4 20%, #925cca 55%, #13547a 20%);
	background-size: 400% 400%;
	animation: gradient 6s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.slogan-section {
    background-color: var(--white);
}

/* Карусель персонала */


.personal-block {
    display: flex;
    flex-wrap: nowrap;
    animation: move 8s infinite linear;
    margin: 100px 0px;
}

.personal-block img {
    margin-right: 40px;
}

.slide-cart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(21, 18, 26);
    border-radius: 25px;
    padding: 30px;
}
.slider-cart {
    margin-top: 100px;
}

.card-inner_first a {
    background-color: rgb(48, 33, 79);
    padding: 15px 30px;
    border-radius: 25px;
}

.card-inner_first p {
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    max-width: 400px;
}

/* слоган про проект и так далее */


.proekt-title p {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Gilroy';
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}

.proekt-title h4 {
    background: linear-gradient(93.43deg, rgb(179, 146, 249), rgb(239, 239, 239));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 100px;
    font-weight: 700;
    line-height: 101px;

    background: radial-gradient(circle, #2977a4 20%, #925cca 55%, #13547a 20%);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.proekt-title {
    padding: 100px 0px;
}

/* Второй карусель */

.second-carusel_title {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 100px 0px;
}

.second-carusel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-carusel_content img {
    width: 100%;
}


/* Секция цели */

.purpose-title {
    background: linear-gradient(90.00deg, rgb(177, 140, 255), rgb(252, 251, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 100px auto 50px;
}

.purpose-item {
    margin-right: 40px;
}

.purpose-item:last-child {
    margin-right: 0px;
}

.purpose {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.purpose-item p {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}


/* Предложение или же offers */


.offers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.offers-item h4 {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font-road-radio);
    font-size: 56.83px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
}

.pluse {
    transition: transform .4s ease;
}

.content {
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}

.offersArrow {
    padding: 24px 40px;
    border-bottom: 1px solid rgb(107, 107, 107);
}

.offersArrow:last-child {
    border-bottom: none;
}

.offersPlus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rotate {
    transform: rotate(60deg);
}

.offersArrow p {
    color: rgb(255, 255, 255);
    font-family: var(--font-gilroy);
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}


/* Бенифиты */



.benefit-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 100px auto;
}

.benefit-title {
    text-align: center;
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 96px;
    font-weight: 700;
    line-height: 97px;
    text-transform: uppercase;
}

.benefit-item {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

/* Блок где описываются как хорошо специалисты контролируют качество */

.specialist-title {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font-road-radio);
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
}

.specialist-block {
    position: relative;
    margin: 50px auto;
}

.first-specialist {
    display: flex;
    padding-top: 10px;
}

.specialist-item_inner:nth-child(2) {
    margin-top: 20px;
}

.specialist-item_inner p {
    margin-left: 15px;
}

.first-specialist img {
    margin-left: 30px;
    margin-right: 10px;
}

.second-specialist img {
    margin-left: 10px;
}

.second-specialist {
    position: relative;
}

.second-specialist img:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.specialist-item_inner:nth-child(3) {
    margin-top: 20px;
    padding-bottom: 10px;
}

/* target */

.targets {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.target {
    width: 372px;
    background-image: url(../images/targets.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 372px;

    margin: 50px;
    margin-right: auto;
    margin-left: auto;

    position: relative;
}



.target h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font-road-radio);
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.target img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.target-text:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 0px;
    top: 20%;
    z-index: 99;
    background: rgba(7, 7, 7, 0.9);
    font-family: var(--font-road-radio);
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #333;
    width: 94%;
}


.photo:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999999999999999999999999999999999999999999999999999999;
    background: rgba(7, 7, 7, 0.9);
    font-family: var(--font-road-radio);
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #333;
    width: 550px;
}

.specialist-item {
    border: 1px solid rgb(90, 90, 90);
    max-width: 200px;
    border-radius: 25px;
    right: 0;
    position: relative;

}

.specialist-btn_title {
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;

}

.specialist-btn {
    padding: 25px 0px 25px 15px;
    border: 1px solid var(--white);
    border-radius: 50px 50px 50px 50px;
    width: 240px;
    margin-left: 55px;
}

.specialist-item:nth-child(1) {
    top: 0;
    left: 44%;
}

.specialist-item:nth-child(2) {
    top: 20%;
    left: 75%;

}

.specialist-item:nth-child(3) {
    top: 33%;
    left: 15%;
    position: absolute;
}

.specialist-item:nth-child(4) {
    bottom: 20%;
    left: 25%;
    margin-top: 50px;
}

.specialist-item:nth-child(5) {
    bottom: 0;
    left: 65%;
    position: absolute;
}

.specialist-item_btn {
    text-align: center;
    position: absolute;
    width: 350px;
    left: 39%;
    top: 44%;
}

.specialist-bg {
    height: 1000px;
}

/* Статистика персонала */

.personnel-statistics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 200px;
}

.personnel-statistics_item {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.personnel-statistics_item:last-child {
    border-top: 1px solid rgb(83, 83, 83);
}

.personnel-statistics_point {
    margin-top: 50px;
}

.personnel-statistics_item h4 {
    background: linear-gradient(170.89deg, rgb(232, 222, 255), rgb(138, 82, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 201.26px;
    font-weight: 700;
    line-height: 105%;

    background: radial-gradient(circle, #2977a4 20%, #925cca 55%, #13547a 20%);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.personnel-statistics_item p {
    margin-left: 30px;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
}

.personnel-statistics_point p {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 60px;
    font-weight: 400;
    line-height: 140%;
}

.personnel-statistics_point p:last-child {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 50px;
}


/* duties-block Обязанности компании */

.duties-inner {
    display: flex;
    justify-content: space-around;
}

.duties-inner:first-child {
    margin-bottom: 100px;
}

.duties-block {
    margin: 100px auto;
}

/* Шаги устройства на работу work  */

.work {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 100px;
}

.work-bg {
    background-image: url('../images/just/Vector\ 575.png');
    max-width: 100%;
}

.workNodesctop {
    display: none;
}

.work-title p {
    background: linear-gradient(90.00deg, rgb(177, 140, 255), rgb(252, 251, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 50px auto;
    text-align: center;
}

/* Мероприятия Events */
/* 
.events {
    display: flex;
    justify-content: space-around;
} */

.second-carusel_content .swiper-slide img {
    width: 100% !important;
}

.second-carusel_content .swiper-slide {
    width: 50% !important;
}



.events-item {
    margin-right: 20px;
    position: relative;
    /* width: 450px; */
}

.vacBut:hover {
    cursor: pointer;
}


.events-item p {
    width: 75%;
}

.events-item:last-child {
    margin-right: 0px;
}

.events-item>img {
    opacity: 0.5;
}

.events-inner_item {
    position: absolute;
}

.events-inner_item:nth-child(1),
.events-inner_item:nth-child(4) {
    right: 0;
    bottom: 0;
}

.events-inner_item:nth-child(2),
.events-inner_item:nth-child(5) {
    left: 40px;
    bottom: 140px;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 33.49px;
    font-weight: 400;
    line-height: 100%;
}

.events-inner_item:nth-child(3),
.events-inner_item:nth-child(6) {
    left: 40px;
    bottom: 40px;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 14.66px;
    font-weight: 400;
    line-height: 140%;
}


/* Традиции и мероприятия компании tradition */

.tradition {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto;
}



.tradition-item {
    position: relative;
    margin: 70px auto;
}



.tradition-item_inner h5 {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    top: 10%;
    left: 3%;
}

.tradition-item_inner p {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    top: 85px;
    left: 2%;
    width: 50%;
}

.tradition-title {
    text-align: center;
}

.tradition-title p {
    background: linear-gradient(90.00deg, rgb(184, 149, 255), rgb(216, 209, 220));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 64px;
    font-weight: 700;
    line-height: 65px;
}


/* Футтер */
.footer-icon {
    display: flex;
    justify-content: right;
    margin-top: 150px;
    margin-bottom: 20px;
}

.footer-icon a {
    margin-right: 20px;
}

.footer-icon a:last-child {
    margin-right: 0px;
}

.footer {
    display: grid;
    grid-template-columns: 70% 30%;
}

.footer-item:first-child {
    max-width: 90%;
}

.footer-item_second {
    display: flex;
    flex-direction: column;
    color: rgb(134, 136, 139);
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    opacity: 0.5;
}

.footer-item_second a {
    margin-bottom: 10px;
}

.footer-item_first p {
    color: rgb(134, 136, 139);
    font-family: Gilroy;
    font-size: 30px;
    font-weight: 250;
    line-height: 117%;
}

.footer-item_first h5 {
    color: rgb(176, 172, 172);
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;

    background: radial-gradient(circle, #2977a4 20%, #925cca 55%, #13547a 20%);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
	transform: translate3d(0, 0, 0);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pop {
    background-color: rgb(82, 78, 78);
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 50px;
}

.popA {
    color: rgb(255, 255, 255);
    font-family: Gilroy;
    font-size: 32px;
    font-weight: 400;
}

.footer-bottom p {
    color: rgb(134, 136, 139);
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin: 50px auto;
}



/* все слайдеры/ All slider  */

.search-slider {
    width: 100%;
}

.search-carusel {
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: RoadRadio;
    font-size: 94.41px;
    font-weight: 700;
    line-height: 140%;
}

.search-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.sample-slider {
    width: 100%;
}

.sample-wrapper {
    text-align: center;
}

.rules-content {
    width: 100%;
}

.main-slider {
    /* width: 70%; */
    margin: 100px auto 50px;
}

.dignities-carusel {
    width: 100%;
}

.arrow-carusel {
    width: 34px;
}

.dignities-carusel {
    display: flex;
    justify-content: center;
}

.dignities-carusel-wrapper {
    margin-bottom: 50px;
}

.person-slider {
    width: 100%;
}

.person-carusel {
    width: 100%;

}

.workers {
    padding-top: 100px;
    padding-bottom: 100px;
}

.person-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.tradition-slider {
    width: 100%;
}

/* вакансси доп */

.allVacancy {
    display: none;
}

.ogo {
    display: block;
}

.vacancy-inner {
    margin-top: 50px;
}





/* POP */

.vacancyPopUp {
    position: fixed;
    background-color: #1e1e1e34;
    backdrop-filter: blur(15px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999;

    transition: transform .5s ease;
    transform: translateX(-100%);
}

.popVil {
    transform: translateX(0%);
}

.popInner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.popInner form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-image: linear-gradient(17.93deg, rgba(173, 134, 255, 0.5), rgba(126, 136, 173, 0.7));
    padding: 40px;
    border-radius: 35px;
    border: 0.9px #ffffff7a solid;
    width: 60%;
}

.popInner form img {
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 10px;
}

.popInner form img:hover {
    cursor: pointer;
}

.popInner form h2 {
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(170.89deg, rgb(232, 222, 255), rgb(138, 82, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'RoadRadio';
    font-size: 35.85px;
    font-weight: 700;
    line-height: 105%;
}

.popInner form input {
    background-color: #fff;
    color: #000;
    border: 0.9px #ffffff7a solid;
    padding: 20px 10px;
    border-radius: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: var(--font-gilroy);
    font-size: 25px;
    outline: none;
}

.popInner form button {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    padding: 20px 30px;
    border-radius: 35px;
    font-size: 20px;
    font-family: var(--font-gilroy);
    font-weight: 500;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    border-color: #fff;
    outline: none;
}

.vacancy-one {
    border: 0.9px #ffffff2c solid;
    border-radius: 35px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.06);
    margin-bottom: 30px;
}

.vacancy-one h4 {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoadRadio;
    font-size: 42px;
    font-weight: 700;
    line-height: 133%;

    /* margin-bottom: 20px; */
}

.vacancy-one h5 {
    color: #7341bd;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.vacancy-one p {
    font-size: 20px;
    line-height: 170%;
}

.vacancy-one p span {
    font-weight: 700;
}

.vacancy-one button {
    background: linear-gradient(17.93deg, rgb(173, 134, 255), rgb(255, 255, 255));
    padding: 20px 30px;
    border-radius: 35px;
    font-size: 20px;
    font-family: var(--font-gilroy);
    font-weight: 500;

    transition: all .4s ease;
    margin-top: 20px;
}

.vacancy-one button:hover {
    transform: scale(1.05);
    cursor: pointer;
}







@media (max-width:1450px) {
    /* .events {
        flex-wrap: wrap;
        justify-content: center;
    } */

    .events-item {
        margin-top: 30px;
    }

}

@media (max-width:1380px) {
    .arrow-carusel {
        display: none;

    }

    .dignities-carusel {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .work {
        display: none;
    }

    .workNodesctop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-self: center;
    }


}

@media (max-width:1190px) {
    .duties-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dignities-carusel {
        grid-template-columns: 1fr 1fr;
    }

    .dignities-carusel img:nth-child(4) {
        margin-top: 50px;
    }
}


@media (max-width:900px) {
    .workNodesctop {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .biography {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* .register-settings {
        max-width: 858px;
        max-height: 439px;
        margin: 0 auto;
        margin-top: 350px;
        position: relative;
        background-repeat: no-repeat;
        width: 100%;
        background-image: url(/assets/images/just/week&nbsp;statistics.svg);
        background-size: 100%;
    } */

    /* .rules-grid {

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .rules-content:nth-child(2) {
        margin-top: 50px;
    }

    .rules-content:nth-child(4) {
        margin-top: 50px;
    }

    .rules-special_first p {
        left: 50px;
        top: 500px;
    }

    .rules-special_first h5 {
        top: 450px;
    }

    .rules-special_second p {
        bottom: 135px;
        left: 70px;
    }

    .rules-special_third h5 {
        left: 70px;
        top: 450px;
    }

    
    .rules-special_fifth p {
        bottom: 0; 
        left: 60px;
    }

    .rules-special_third p {
        top: 500px;
    } */



    .personnel-statistics {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 200px;
    }

    .tradition {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 100px auto;
    }

    .benefit-block {
        display: grid;
        grid-template-columns: 1fr;
        margin: 100px auto;
    }

    /* .rules-special_first p {
        left: 50px;
        top: 470px;
    }

    .rules-special_first h5 {
        top: 370px;
    } */
    .rules-content h5 {
        top: 80%;
    }
}



@media (max-width:700px) {
    .dignities-carusel {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .statistics {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 150px;
    }

    header {
        min-height: 700px;
    }

    .specialist-item {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 25px;
        margin-left: 15px;
    }

    .specialist-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }


    .specialist-item:nth-child(1) {
        left: 0;
    }

    .specialist-item:nth-child(2) {
        left: 0;
    }

    .specialist-item:nth-child(3) {
        left: 0;
        position: relative;
    }

    .specialist-item:nth-child(4) {
        left: 0;
        margin-top: 25px;
    }

    .specialist-item:nth-child(5) {
        left: 0;
        position: relative;
    }

    .specialist-item_btn {
        text-align: center;
        position: relative;
        width: 350px;
        left: 0;
    }

    .offers {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .dignities-carusel img:nth-child(3) {
        margin-top: 50px;
    }

    .personnel-statistics_item {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        align-items: center;
        text-align: center;
    }

    .specialist-item_btn {
        margin-top: 25px;
    }

    .rules-content h5 {
        top: 75%;
    }
}


@media (max-width:590px) {
    .personnel-statistics {
        margin-top: 362px;
    }

    .timeline-main_info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 30px;
        margin: 0px auto;
    }

    .timeline-main_info img {
        display: none;
    }

    .timeline-main_info h3 {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        margin: 0px auto;
    }

    .timeline-second_info img {
        display: none;
    }

    .timeline-second_info h3 {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        margin: 0px auto;
    }

    .timeline-second_info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .timeline-second_info:first-child {
        margin-left: 0px;
    }

    .timeline-second_info {
        padding-bottom: 0px;
    }

    .rules-content img {
        width: 100%;
    }

    .tradition-item img {
        width: 100%;
    }

    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    /* .header-content_bottom {
        display: flex;
        align-items: center;
    } */

    .header-content_bottom a {
        margin-top: 15px;
    }

    .absolute-second {
        top: 18%;
        left: 0;
    }

    .personnel-statistics_item h4 {
        text-align: center;
    }

    .workNodesctop img {
        width: 100%;
    }

    .benefit-title {
        font-size: 72px;
        font-weight: 500;
    }

    /* .rules-special_first p {
        left: 30px;
        top: 470px;
    }

    .rules-special_first h5 {
        top: 330px;
    }

    .rules-special_third h5 {
        left: 70px;
        top: 380px;
    }

    .rules-special_third p {
        left: 30px;
        top: 470px;
    }

    .rules-special_fourth h5 {
        left: 30px;
        top: 360px;
    }

    .rules-special_fourth p {
        left: 30px;
        top: 450px;
    }
    .rules-special_fifth h5 {
        bottom: 60px; 
        left: 15px;
    }
    .rules-special_fifth p {
        bottom: -15px; 
        left: 40px;
    }
    .duties-item:first-child {
        margin-bottom: 30px;
    } */
    .rules-content h5 {
        top: 70%;
    }

    .statistics-grid:nth-child(6) {
        margin-left: 0px;
    }

}

@media (max-width:450px) {
    .benefit-title {
        font-size: 54px;
        font-weight: 500;
    }

    .tradition-item_inner h5 {
        font-size: 26px;
        font-weight: 500;
    }

    .tradition-item_inner p {
        font-size: 16px;
        font-weight: 400;
        width: 95%;
        top: 60px;
    }

    .tradition-title p {
        font-size: 38px;
        font-weight: 500;
    }

    .events-item img {
        width: 100%;
    }

    .events-item {
        width: 100%;
    }

    .personnel-statistics {
        margin-top: 500px;
    }

    .register-settings {
        margin-top: 50px;
    }

    .register-settings p:nth-child(2) {
        top: 120px;
    }

    .register-settings p:nth-child(3) {
        top: 160px;
    }

    .register-settings p {
        top: 80px;
    }

    .absolute-second {
        top: 10%;
        left: 0;
    }

    .frame-row>img {
        display: none;
    }

    .benefit-title {
        font-size: 60px;
        font-weight: 500;
    }

    .purpose-title {
        text-align: center;
    }

    .purpose {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .purpose-item {
        margin-top: 15px;
    }

    /* .rules-special_first p {
        left: 3%;
        top: 440px;
    }

    .rules-special_first h5 {
        top: 300px;
        left: 10%;
    }

    .rules-special_second p {
        bottom: 20px;
        left: 3%;
    }

    .rules-special_second h5 {
        top: 300px;
        left: 10%;
    }

    .rules-special_third h5 {
        left: 10%;
        top: 290px;
    }

    .rules-special_third p {
        left: 30px;
        top: 400px
    }
    .rules-special_fourth h5 {
        left: 30px;
        top: 310px;
    }

    .rules-special_fourth p {
        left: 30px;
        top: 410px;
    }
    .rules-special_fifth h5 {
        bottom: 10px; 
        left: 10%;
    }
    .rules-special_fifth p {
        bottom: -80px; 
        left: 40px;
    }
    .rules-special_fifth {
        margin-bottom: 100px;
    } */
    .rules-content h5 {
        top: 65%;
    }
}

@media (max-width:421px) {
    .personnel-statistics {
        margin-top: 1200px;
    }

    .register-settings p {
        font-size: 14px;
        font-weight: 300;
    }

    .register-settings p:nth-child(2) {
        top: 110px;
    }

    .register-settings p:nth-child(3) {
        top: 150px;
    }

    .register-settings p {
        top: 70px;
    }
}

@media (max-width:400px) {
    .tradition-item_inner h5 {
        font-size: 26px;
        font-weight: 400;
        line-height: 100%;
    }

    .tradition-item_inner p {
        font-size: 16px;
        font-weight: 300;
        width: 95%;
    }

    .absolute-second {
        top: 130px;
        left: 0;
    }

    .events-inner_item:nth-child(3),
    .events-inner_item:nth-child(6) {
        left: 20px;
    }

    .events-inner_item:nth-child(2),
    .events-inner_item:nth-child(5) {
        left: 20px;
    }

    .register-settings p:nth-child(2) {
        top: 105px;
    }

    .register-settings p:nth-child(3) {
        top: 145px;
    }

    /* .register-settings p {
        top: 65px;
    }

    .rules-special_third h5 {
        left: 10%;
        top: 260px;
    }

    .rules-special_third p {
        left: 30px;
        top: 370px
    }
    .rules-special_fourth h5 {
        left: 10%;
        top: 280px;
    }

    .rules-special_fourth p {
        left: 30px;
        top: 380px;
    }
    .rules-special_second p {
        bottom: 0;
        left: 3%;
    } */
    .rules-content h5 {
        top: 60%;
    }
}
