a, h1, h2, h3, h4, h5, p, span {
    margin: 0;
    padding: 0;
    color: #3C3C3C;
    text-decoration: none;
    transition: all .3s linear;
}
input, textarea, select {
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
html {
    overflow-y: scroll;
    overflow-x: auto;
}
body {
    font-family: 'Inter';
    transition: all .3s linear;
    background: #F5F8FF;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.container {
    max-width: 1232px;
    padding-left: 16px;
    padding-right: 16px;
}
header {
    position: absolute;
    width: 100%;
    padding-top: 30px;
    z-index: 99;
    transition: all 0.5s;
}
header.fixed {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: all 0.5s;
}
header.fixed .header-container li a {
    color: #2F2F2F;
}
header .header-container > a:nth-child(1) svg:nth-child(2) {
    display: none;
}
header.fixed .header-container > a:nth-child(1) svg:nth-child(1) {
    display: none;
}
header.fixed .header-container > a:nth-child(1) svg:nth-child(2) {
    display: block;
}
.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section-banner {
    background-image: url('../images/section-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}
#thanks .modal-content {
    padding: 18px 24px;
    border-radius: 15px;
    background: #2F2F2F;
}
#thanks .modal-header {
    align-items: center;
    gap: 12px;
}
#thanks .modal-header p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-banner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 120px;
    height: 100%;
    justify-content: flex-end;
}
.section-way {
    padding: 120px 0 50px 0;
    background: #ECF1FD;
}
.section-way-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.section-way-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-way-container > p {
    margin-bottom: 30px;
    color: #2D3860;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.section-way-container > p > span {
    color: #81BB3C;
    font-weight: 700;
}
.section-way-main {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 41px;
}
.section-way-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.section-way-block p {
    color: #2D3860;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.section-way-block span {
    color: #2D3860;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    height: 55px;
}
.section-way-block__icon {
    width: 96px;
    height: 96px;
    border-radius: 30px;
    background: #D9F5B7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-banner-container h1 {
    color: #FFF;
    font-size: 68px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.menu__item:hover{
   color: #B0E03C !important;
   transition: all 0.3s;
}
.menu__item{
    transition: all 0.3s;
}
.section-banner-container p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-banner-container a {
    padding: 19px 24px;
    border-radius: 30px;
    background: #81BB3C;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all .3s linear;
}
.header-container ul {
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
}
.header-container li {
    list-style: none;
}
.menu__item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.menu__tel {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 16px;
}
footer {
    background: #4668FF;
    padding: 120px 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-left p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}
.footer-left a {
    color: #FFF;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-left a:nth-child(3) {
    text-decoration-line: underline;
}
.footer-right {
    display: flex;
    gap: 22px;
}
.footer-right a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.section-career {
    padding-bottom: 60px;
    background: #ECF1FD;
}
.section-career-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.section-career-container > p {
    margin-bottom: 12px;
    color: #2D3860;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.section-career-container > h3 {
    color: #2D3860;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-career-main {
    width: 100%;
    display: grid;
    align-items: flex-start;
    gap: 70px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}
.section-career-main > hr {
    position: absolute;
    border-top: transparent;
    height: 3px;
    background: linear-gradient(90deg, #ACC8FB 0%, #3D5FFF 100%);
    width: 90%;
    top: 51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.section-career-block__first {
    border-radius: 50px;
    background: #779AF6;
    box-shadow: 5px 10px 44px 0px rgba(216, 228, 234, 0.60);
    padding: 27px;
    width: 100%;
    z-index: 1;
    margin-top: 14px;
}
.section-career-block__first p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; 
}
.section-career-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}
.section-career-block > p {
    color: #2D3860;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-career-block__top {
    border-radius: 40px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 5px 10px 44px 0px rgba(216, 228, 234, 0.60);
    padding: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-career-block__top > span {
    color: #2D3860;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    background: #B0E03C;
    padding: 7px 13px;
    margin-top: -17px;
}
.section-career-block__top > p {
    color: #2D3860;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.section-career-block__top__main {
    border-radius: 50px;
    background: #779AF6;
    padding: 8px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 73px;
    width: 100%;
}
.section-career-block__top__main > p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}
.section-career-block__top__main span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.section-media {
    margin-bottom: 70px;
}
.section-media-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.section-media-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-media-container > button {
    padding: 16px 32px;
    border-radius: 30px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    background: #B0E03C;
}
.section-media-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}
.section-media-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.section-media-block > a:nth-child(1) {
    border-radius: 40px;
}
.section-media-block > a:nth-child(1) img {
    border-radius: 40px;
    object-fit: cover;
    width: 100%;
    height: 300px;
    transition: all 0.3s;
}
.section-media-block > a:nth-child(1) img:hover {
    transform: scale(1.15);
}
.section-media-block span {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 18px;
}
.section-media-block > a:nth-child(3) {
    color: #2F2F2F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-top: 8px;
}
.section-wages {
    background: #ECF1FD;
    height: 340px;
    margin-bottom: 350px;
}
.section-wages-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.section-wages-container > h1 {
    color: #2D3860;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-wages-main {
    border-radius: 40px;
    background: #E3EBFE;
    width: 100%;
    position: relative;
}
.section-wages-main__text {
    padding: 42px 0 0 51px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-wages-main__text p {
    color: #2D3860;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    max-width: 725px;
}
.section-wages-main__text span {
    color: #4869FF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.section-wages-main > img {
    width: 100%;
}
.section-gallery {
    margin-bottom: 120px;
}
.section-gallery-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.section-gallery-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-gallery-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section-gallery-main__row {
    display: flex;
    gap: 8px;
}
.section-gallery-main__row a {
    max-width: 294px;
    border-radius: 40px;
    width: 100%;
}
.section-gallery-main__row:nth-child(1) a:nth-child(1) {
    max-width: 100%;
}
.section-gallery-main__row img {
    object-fit: cover;
    border-radius: 40px;
    width: 100%;
    height: 280px;
}
.section-gallery-main__row:nth-child(2) a:nth-child(3) {
    max-width: 100%;
}
.section-working-week {
    margin-bottom: 120px;
}
.section-working-week-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.section-working-week-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-working-week-container img {
    width: 100%;
}
.section-compensation {
    margin-bottom: 120px;
}
.section-compensation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    max-width: 982px;
}
.section-compensation-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-compensation-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}
.section-compensation-block {
    height: 237px;
    border-radius: 40px;
    background: #EBF0F9;
    padding: 27px 0px 0px 27px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.section-compensation-block p {
    color: #2D3860;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.section-compensation-block img {
    position: absolute;
}
.section-compensation-block:nth-child(1) img {
    right: 0;
    bottom: 16px;
}
.section-compensation-block:nth-child(2) img {
    right: 0;
    bottom: 14px;
}
.section-compensation-block:nth-child(3) img {
    left: 0;
    bottom: 0;
}
.section-compensation-block:nth-child(4) img {
    right: 0;
    bottom: 0;
}
.section-team {
    margin-bottom: 120px;
}
.section-team-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.section-team-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-team-slider {
    position: relative;
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
}
.section-team-block {
    display: flex;
    gap: 70px;
}
.swiper-button-prev, .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 40px;
    background: #ACC8FB;
    background-image: none;
    transition: all .3s linear;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #89B3FF;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
    stroke: #FFF;
}
.swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #E1E3E6;
}
.swiper-button-next.swiper-button-disabled svg path, .swiper-button-prev.swiper-button-disabled svg path {
    stroke: #808080;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: auto;
    left: auto;
    top: auto;
    margin: 0;
}
.section-team-block > img {
    width: 100%;
    max-width: 438px;
    height: 389px;
    object-fit: cover;
    border-radius: 40px;
}
.section-team-block__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.section-team-block__column h3 {
    color: #2D3860;
    margin-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-team-block__column span {
    color: #808080;
    margin-bottom: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.7px;
}
.section-team-block__column p {
    color: #2D3860;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.section-team-block__column button {
    color: #81BB3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.section-advantages {
    margin-bottom: 120px;
    scroll-margin-top: 100px;
}
.section-advantages-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.section-advantages-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-advantages-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    width: 100%;
}
.section-advantages-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
}
.section-advantages-block img {
    width: 100%;
    object-fit: cover;
    height: 242px;
    border-radius: 40px;
}
.section-advantages-block p {
    color: #2D3860;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.section-interview {
    margin-bottom: 120px;
    scroll-margin-top: 100px;
}
.section-interview-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    max-width: 982px;
}
.event{
    pointer-events: none;
}
.section-interview-button:hover {
    background: #B0E03C;
    transition: all 0.3s;
    color: #fff !important;
}
.section-interview-button:hover p{
    color: #fff !important;
}
.section-interview-button{
    transition: all 0.3s;
}
.section-interview-button:hover span{
    color: #fff !important;
}
.section-form-container form > p > a:hover{
    color: #B0E03C;
    transition: all 0.3s;
}
.form-input-block-images button:hover{
    color: #B0E03C;
    transition: all 0.3s;
}
.form-input-block-images button:hover svg path{
    stroke:  #B0E03C;
    transition: all 0.3s;
}
.section-media-container > button{
    transition: all 0.5s ease;
}

.section-form-container form button{
    transition: all 0.5s ease;
}
.section-interview-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-interview-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
}
.weges-item{
    position: absolute;
    top: 233px;
}
.weges-num{
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate(-60%);
}
.weges-item:nth-child(2){
    top: 130px;
    left: 350px;
}
.weges-item:nth-child(3){
    top: 220px;
    right: -0px;
}
.weges-item:nth-child(3) .weges-num{
    top: -120px;
    left: 55%;
}
.footer-right a{
    transition: all 0.5s;
}
.footer-right a:hover{
   color: #B0E03C;
   transition: all 0.5s;
}
.weges-item:nth-child(3) .weges-item__bg {
    z-index: 1;
    position: relative;
}
.weges-item:nth-child(3) .weges-content{
    top: 35px;
    z-index: 2;
}
.section-gallery-main__row img:hover {
    transform: scale(1.15);
}
.weges-num-name{
    color: #2D3860;
    font-family: 'Inter';
    font-size: 46.657px;
    font-weight: 700;
}
.weges-year{
    font-size: 18px;
    color: #2D3860;
    font-weight: 700;
    margin-top: -20px;
}
.weges-num-content{
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    text-align: center;
}
.weges-num-wrapper{
    position: relative;
}
.weges-num-content{
    position: absolute;
    top: 0;
}
.weges-content{
    position: absolute;
    top: 19px;
    left: 60px;
    display: flex;
    gap: 17px;
}
.weges-item__text{
    color: #2D3860;
    font-family: 'Inter';
    font-size: 17.216px;
    font-weight: 400;
}
.bold{
    font-weight: 700;;
}
.section-interview-main__buttons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.section-banner-container a:hover{
    background: #6B9E2E !important;
}
.section-banner-container a:active{
    background: #E1E3E6 !important;
    color: #808080;
}
.section-interview-button {
    border-radius: 40px;
    background: #EBF0F9;
    display: flex;
    flex-direction: column;
    gap: 62px;
    padding: 25px 30px;
    align-items: flex-start;
}
.section-interview-button.active {
    background: #B0E03C;
}
.section-interview-button.active p {
    color: #FFF;
}
.section-interview-button.active span {
    color: #FFF;
}
.section-interview-button p {
    color: #2D3860;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.section-interview-button span {
    color: #2D3860;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
.section-interview-main__content {
    display: none;
}
.section-interview-main__content.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.section-interview-main__content span {
    color: #2D3860;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.section-interview-main__content p {
    color: #2D3860;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.section-form {
    margin-bottom: 120px;
    scroll-margin-top: 100px;
}
.section-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.section-form-container > h1 {
    color: #2D3860;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-form-container form {
    display: flex;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.form-input-block {
    position: relative;
    width: 100%;
}
.form-input-block input {
    border-radius: 10px;
    border: 1px solid #E1E3E6;
    background: #FFF;
    padding: 23.5px 12px 10.5px 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    height: 60px;
    transition: all 0.5s;
}
.form-input-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}
.form-input-block textarea {
    border-radius: 10px;
    border: 1px solid #E1E3E6;
    background: #FFF;
    padding: 20px 12px 12px 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    height: 115px;
}
.form-input-block-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.form-input-block-images button {
    color: #0953CC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-input-block-images p {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.section-form-container form > p {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.section-form-container form > p > a {
    color: #0953CC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration-line: underline;
}
.section-form-container form > button {
    border-radius: 30px;
    background: #E1E3E6;
    padding: 19px 24px;
    color: #808080;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-banner-container a:hover {
    background: #96CD55;
}
.modal-dialog {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.modal-content {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: self-start;
    padding: 40px;
    border-radius: 16px;
}
.modal-header {
    padding: 0;
    border-radius: 0;
    display: flex;
    border: none;
}
.modal-header h1 {
    color: #1B1B1D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 258px;
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: -44px;
    opacity: 1;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}
.btn-close {
    --bs-btn-close-focus-shadow: none;
}
.modal-body {
    padding: 0;
    width: 100%;
}
.modal-footer {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.modal-footer button.submit {
    padding: 16px 24px;
    border-radius: 30px;
    background: #E1E3E6;
    color: #808080;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.modal-footer button:not(:disabled) {
    background: #B0E03C;
    transition: all 0.5s;
    color: #fff;
}
.modal-footer a:nth-child(2) {
    color: #0953CC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
form.modal-content #number_phone-form {
    width: 100%;
}
form.modal-content input {
    /*color: #777;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 17.5px 12px;
    border-radius: 10px;
    border: 1px solid #E1E3E6;
    width: 100%;
    z-index: 99999;
    position: relative;

}
.menu {
    display: none;
}
.overf-cont{
    overflow: hidden;
}
:target{scroll-margin-top:100px;}
.section-caree {
    background-color: #ECF1FD;
    padding-bottom: 60px;
    scroll-margin-top: 100px;
}
.s{
    transition: all 0.3s;
}
.rad-cont{
    border-radius: 40px;
}
.burger-menu {
    display: none;
}
.working-week{
    min-width: 1200px;
}
.day-item.job img{
    width: 55px;
    height: 95px;
}
.day-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 21px;
    width: 207px;
    height: 96px;
    position: relative !important;
    border-radius: 30px;
    background: #D9F5B7;
}
.working-week-item.big{
    width: 207px;
}
.day-item.search img{
    width: 55px !important;
    height: 92px !important;
}
.day{
    color: #2D3860;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.working-week{
    display: flex;
    justify-content: space-between;
}
.day-item.job{
    position: absolute;
    top: -15px;
    left: 21px;
}
.day-item.job .fay-name{
    margin-left: 10px;
    color: #81BB3C;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.day-item.search .fay-name{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    color: #3D5FFF;
    margin-left: 5px;
    margin-bottom: 20px;
    margin-top: -6px;
}
.day-item.road > p {
    margin-top: 6px;
}
.day-item.search{
    position: absolute;
    top: -15px;
    right: 21px;
}
.day-item.search p{
    margin-left: -7px;
}
.fay-name{
    margin-top: -10px;
}
.day{
    margin-bottom: 28px;
    text-align: center;
}
.working-week-item.small{
    width: 96px;
}
.working-week-item.small .day-wrapper{
    width: 100%;
}
.working-week-item.small img{
    width: 44px;
    height: 44px;
    margin-top: 39px;
    margin-left: 7px;
    margin-bottom: 45px;
}
.working-week-item.small p{
    width: 118px;
    margin-left: -25px;
}
.working-week-item.road-day p{
    width: auto;
    margin-left: 1px;
}
.working-week-item.road-day img{
    width: 49px;
    height: 31px;
    margin-top: 45px;
    margin-left: 3px;
}
.working-week-item.wekend .day-wrapper{
    background-color: #EBF0F9;;
}
.working-week-item.wekend p{
    width: auto;
    margin-left: -10px;
}
.working-line{
    position: absolute;
    width: 1089.045px;
    background: #B6EB75;
    top: 200px;
    left: 100px;
    height: 3px;
}
.section-working-week-container{
    position: relative;
    overflow: visible;
}
.day-item > p {
    color: #2D3860;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.input.has-error {
  margin-bottom: 1.375rem;
}

.input.has-error .input__name {
  color: var(--red);
}

.input.has-error .iti.iti--allow-dropdown .iti__flag-container {
  border-color: var(--red);
}

.input.is-success .input__field {
  border-color: var(--primary-color);
}

.input.is-success .iti.iti--allow-dropdown .iti__flag-container {
  border-color: var(--primary-color);
}

.input.is-success .input__name {
  color: var(--primary-color);
}

.input._focus .iti .input__field {
  opacity: 1;
}

.input._focus .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  display: block;
}

.input .iti {
  width: 100%;
  border-radius: 10px;
}

.input .iti .input__field {
  left: 50px;
  width: calc(100% - 50px);
  padding-left: 0;
  border: none;
  z-index: 10;
  opacity: 0;
}

.input .iti .input__field::-webkit-input-placeholder {
  color: transparent;
}

.input .iti .input__field::-moz-placeholder {
  color: transparent;
}

.input .iti .input__field:-ms-input-placeholder {
  color: transparent;
}

.input .iti .input__field::-ms-input-placeholder {
  color: transparent;
}

.input .iti .input__field::placeholder {
  color: transparent;
}

.input .iti.iti--allow-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.input .iti.iti--allow-dropdown .iti__flag-container {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  width: 100%;
}

.input .iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.input .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  display: none;
}

.input .iti.iti--allow-dropdown .iti__flag-container .iti__arrow.iti__arrow--up {
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.292893 7.70711C-0.0976311 7.31658 -0.0976311 6.68342 0.292893 6.29289L6.29289 0.292893C6.68342 -0.0976309 7.31658 -0.0976309 7.70711 0.292894L13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711C13.3166 8.09763 12.6834 8.09763 12.2929 7.70711L7 2.41421L1.70711 7.70711C1.31658 8.09763 0.683417 8.09763 0.292893 7.70711Z%27 fill=%27%23BDBDBD%27/%3E%3C/svg%3E%0A");
}

.input .iti .iti__divider {
  width: calc(100% + 18px);
  margin-left: -12px;
  margin-right: -6px;
}

.input .iti .iti__divider + .iti__country {
  border-top: none !important;
}

.input .iti .iti__country-list {
  border-radius: 4px;
  border: none;
  max-width: 100%;
  white-space: normal;
  padding-left: 12px;
  padding-right: 6px;
  margin-top: 3px;
}

.input .iti .iti__country-list .iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.input .iti .iti__country-list .iti__country:not(:first-child) {
  border-top: 1px solid var(--gray-100);
}

.input .iti .iti__country-list .iti__country.iti__highlight {
  background-color: transparent;
}

.input .iti .iti__country-list .iti__country.iti__active .iti__country-name {
  color: var(--primary-color);
}

.input .iti .iti__country-list .iti__country .iti__flag-box {
  display: none;
}

.input .iti .iti__country-list .iti__country .iti__country-name {
  font-size: 1rem;
  line-height: 1.56em;
  color: var(--gray-600);
}

.input .iti .iti__country-list .iti__country .iti__dial-code {
  margin-left: auto;
  color: var(--gray-600);
}

.input .iti .iti__flag-container {
  width: 50px;
  height: 50px;
}

.input .iti .iti__flag-container .iti__selected-flag .iti__flag {
  display: none;
}

.input .iti .iti__flag-container .iti__arrow {
  z-index: 111;
  border: none;
  width: 28px;
  height: 100%;
  background-position: 0px 70%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M13.7071 0.292893C14.0976 0.683418 14.0976 1.31658 13.7071 1.70711L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711L0.292893 1.70711C-0.0976315 1.31658 -0.0976315 0.683417 0.292893 0.292893C0.683417 -0.0976317 1.31658 -0.0976317 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976312 13.3166 -0.0976311 13.7071 0.292893Z%27 fill=%27%23BDBDBD%27/%3E%3C/svg%3E%0A");
}

.input__field {
  max-width: 100%;
  display: block;
  width: 100%;
  border: 1px solid var(--gray-100);
  padding: 22px 12px 6px;
  color: var(--gray-800);
  border-radius: 10px;
  background-color: transparent;
  height: 50px;
}

.input__field:disabled {
  color: #D5DADE;
  pointer-events: none;
}

.input__field:disabled ~ .input__name {
  color: #D5DADE;
}

.input__field.active {
  border-color: #81BB3C;
}

.has-error .input__field {
  border-color: rgb(253, 91, 79);
}

.input__field.input__error ~ * {
  color: rgb(253, 91, 79);
}

.input__field.input__error.active {
  border-color: rgb(253, 91, 79);
}

.input__name {
  will-change: transform;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  font-weight: 400;
  color: var(--gray-600);
  z-index: 1;
}

.input__name.is-normal {
  font-weight: 400;
}

._focus .input__name {
  -webkit-transform: translateY(-20px) translateX(0px);
  -ms-transform: translateY(-20px) translateX(0px);
  transform: translateY(-20px) translateX(0px);
  color: #81BB3C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input--textarea > .input__name {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  top: 1px;
  padding-top: 0.625rem;
  z-index: 1;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  line-height: 1em;
}

.input--textarea._focus > .input__name {
  -webkit-transform: translateY(0) translateX(0px);
  -ms-transform: translateY(0) translateX(0px);
  transform: translateY(0) translateX(0px);
  font-size: 0.6875rem;
  padding-top: 9px;
  will-change: transform;
  width: 95%;
}

.input__error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  color: rgb(253, 91, 79);
}
textarea.input__field {
  height: 100px;
}

.iti-mobile .iti--container {
  left: 0;
  right: 0;
  bottom: 0;
  top: 40vh;
}
.form-input-block label {
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
}
.form-input-block label span {
    color: #E81B0C;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px;
}
.c-form-box {
    display: flex;
    width: 100%;
    max-width: 600px;
    flex-direction: column;
    gap: 24px;
}
.c-form-file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.c-form-file-row {
    display: flex;
    align-items: center;
}
.c-form-file-row > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.c-form-file__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 12px;
    color: #0953CC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.c-form-file__note {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.c-form-accept {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.c-form-accept a {
    color: #0953CC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration-line: underline;
    transition: all .3s linear;
}
.c-form-accept a:hover {
    color: #B0E03C;
    transition: all 0.3s;
}
.form-input-block ._focus {

}
._focus .input__field{
    border: 1px solid #81BB3C;
}
.section-form-container form > button:not(:disabled) {
    background: #B0E03C;
    transition: all 0.5s;
    color: #fff;
}
.section-form-container form > button:not(:disabled):hover {
    background: #6B9E2E;
    transition: all 0.5s;
}
.team__more__text {
    display: none;
}
.input__field.input__error {
  position: initial;
  right: auto;
  top: auto;
  font-size: inherit;
  margin-top: 0;
  border-color: #E81B0C;
  margin-bottom: 18px;
}
.input.has-error .input__name {
    color: #E81B0C;
}
.section-media-container > button:hover{
    background: #6B9E2E;
    transition: all 0.3s;
}








.fancybox-slide-from-bottom {
    transform: translateY(100%);
    animation: slideIn 0.3s forwards;
}

@keyframes slideIn {
    to {
        transform: translateY(0);
    }
}















@media screen and (max-width: 1124px) {
    .section-career-block {
        min-width: 248px;
    }
    .day-wrapper{
        z-index: 777;
    }
    .working-line{
        position: absolute;
        width: 930px;
        background: #B6EB75;
        top: 170px;
        left: 100px;
        height: 3px;
    }
    .working-week{
        height: 210px;
    }
    .section-career-container {
        padding-right: 0;
    }
    .section-career-container > h3 {
        padding-right: 16px;
    }
    .section-career-container > p {
        padding-right: 16px;
    }
    .section-career-main {
        padding-right: 16px;
    }
    .section-career-block__first {
        min-width: 248px;
    }
    .section-way {
        padding: 60px 0 60px 0;
    }
    .menu__item {
        display: none;
    }
    .header-container ul {
        gap: 0;
    }
    .section-way-main {
        overflow-y: scroll;
        gap: 24px;
    }
    .section-way-container {
        padding-right: 0;
    }
    .section-career-main {
        overflow-y: scroll;
    }
    .section-advantages-main {
        overflow-y: scroll;
    }
    .section-interview-main__buttons {
        overflow-y: scroll;
    }
    .section-banner-container h1 {
        font-size: 37px;
    }
    .section-compensation-container > h1 {
        font-size: 34px;
        padding-right: 16px;
    }
    .section-interview-container > h1 {
        font-size: 34px;
    }
    .section-media-main {
        overflow-y: scroll;
    }
    .footer-container {
        flex-direction: column;
        gap: 24px;
    }
    header {
        padding-top: 50px;
        background: #FFF;
        padding-bottom: 16px;
    }
    header .header-container > a:nth-child(1) svg:nth-child(2) {
        display: block;
        width: 115px;
        height: 37px;
    }
    header .header-container > a:nth-child(1) svg:nth-child(1) {
        display: none;
    }
    .menu__tel {
        color: #2F2F2F;
        margin-left: 0;
    }
    .section-banner {
        height: 680px;
    }
    .section-banner-container {
        padding-bottom: 140px;
    }
    .section-banner-container a {
        width: 100%;
        text-align: center;
    }
    .section-career-main > hr {
        width: 100%;
        min-width: 1175px;
    }
    header.fixed {
        padding-top: 50px;
        padding-bottom: 16px;
    }
    .section-way-container > h1 {
        font-size: 34px;
        padding-right: 16px;
    }
    .section-way-container > p {
        margin-bottom: 10px;
        padding-right: 16px;
    }
    .section-way-container > p > span {
        font-size: 22px;
    }
    .section-way-block {
        min-width: 228px;
    }
    .section-career-container > h3 {
        font-size: 28px;
    }
    .section-wages-container > h1 {
        font-size: 28px;
    }
    .section-gallery-container {
        gap: 30px;
        padding-right: 16px;
    }
    .section-gallery-container > h1 {
        font-size: 34px;
    }
    .section-gallery-main__row {
        flex-wrap: wrap;
    }
    .section-gallery-main__row a {
        max-width: 48.8%;
    }
    .section-gallery-main__row:nth-child(1) img {
        /*height: 150px;*/
        height: 25vh;
    }
    .section-gallery-main__row:nth-child(2) img {
        /*height: 230px;*/
        height: 25vh;
    }
    .section-gallery-main__row:nth-child(2) a:nth-child(1) {
        order: 1;
    }
    .section-gallery-main__row:nth-child(2) a:nth-child(2) {
        order: 2;
    }
    .section-gallery {
        margin-bottom: 60px;
    }
    .section-career {
        padding-bottom: 30px;
    }
    .section-wages-container {
        padding-right: 0;
        overflow: hidden;
    }
    .section-wages-main {
        width: 100%;
        border-radius: 40px 0 0 40px;
        overflow-y: scroll;
        padding-right: 16px;
        background: transparent;
    }
    .section-wages-main > img {
        min-width: 1230px;
    }
    .section-wages-main__text {
        width: 100%;
        padding: 42px 0 0 20px;
    }
    .section-wages {
        margin-bottom: 320px;
    }
    .section-working-week {
        margin-bottom: 60px;
    }
    .section-working-week-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-working-week-container > h1 {
        font-size: 34px;
        padding-right: 16px;
    }
    .section-working-week-container-img {
        width: 100%;
        overflow-y: scroll;
        padding-right: 16px;
    }
    .section-compensation-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-compensation {
        margin-bottom: 60px;
    }
    .section-compensation-main {
        gap: 8px;
        overflow-y: scroll;
        padding-right: 16px;
    }
    .section-compensation-block {
        min-width: 219px;
    }
    .section-team {
        margin-bottom: 60px;
    }
    .section-team-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-team-container > h1 {
        font-size: 34px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .section-team-block {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
    .section-team-block > img {
        max-width: none;
        /*height: 200px;*/
        height: 40vh;
    }
    .swiper-1 {
        overflow: scroll;
    }
    .section-advantages-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-advantages-container > h1 {
        font-size: 34px;
        padding-right: 16px;
    }
    .section-advantages-main {
        gap: 24px;
        padding-right: 16px;
    }
    .section-advantages-block {
        min-width: 188px;
    }
    .section-advantages-block img {
        height: 172px;
    }
    .section-interview {
        margin-bottom: 60px;
    }
    .section-interview-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-interview-container > h1 {
        padding-right: 16px;
    }
    .section-interview-main__content.active {
        gap: 16px;
        padding-right: 16px;
    }
    .section-interview-button {
        min-width: 218px;
    }
    .section-interview-main__buttons {
        gap: 8px;
        padding-right: 16px;
    }
    .section-form-container {
        gap: 30px;
    }
    .section-form {
        margin-bottom: 60px;
    }
    .section-form-container > h1 {
        font-size: 34px;
    }
    .section-form-container form {
        gap: 12px;
        max-width: none;
    }
    .form-input-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .section-form-container form > button {
        width: 100%;
    }
    .section-media {
        margin-bottom: 60px;
    }
    .section-media-container {
        gap: 30px;
        padding-right: 0;
    }
    .section-media-container > h1 {
        padding-right: 16px;
        font-size: 34px;
    }
    .section-media-main {
        gap: 8px;
        padding-right: 16px;
    }
    .section-media-container > button {
        display: none;
    }
    .section-media-block {
        min-width: 275px;
    }
    .section-media-block > a:nth-child(1) img {
        height: 220px;
    }
    footer {
        padding: 24px 0 48px 0;
    }
    .burger-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        z-index: 10;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
    }
    .header-container li {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .bar {
        width: 100%;
        height: 2px;
        background-color: #000;
        margin: 0;
        transition: 0.4s;
    }
    .change .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-6px, 5px);
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:nth-child(3) {
        transform: rotate(45deg) translate(-6px, -5px);
    }
    .menu {
        display: none;
    }
    .menu.active {
        display: flex;
        position: fixed;
        top: 69px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        z-index: 999;
        padding: 0 16px 16px 16px;
        border-radius: 0px 0px 16px 16px;
        background: #FFF;
        backdrop-filter: blur(2px);
        gap: 24px;
    }
    .menu.active ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 0;
        margin: 0;
    }
    .menu.active ul li {
        list-style: none;
    }
    .menu.active ul li a {
        color: #2F2F2F;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .menu.active > a {
        padding: 19px 24px;
        width: 100%;
        border-radius: 30px;
        background: #81BB3C;
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
    }
    .modal-dialog {
        align-items: flex-end;
    }
    .modal-content {
        gap: 20px;
        padding: 16px 24px;
        border-radius: 20px 20px 0 0;
        width: 100%;
    }
    .modal-header h1 {
        font-size: 17px;
    }
    .modal-header .btn-close {
        top: 24px;
        right: 21px;
    }
    .modal-header .btn-close svg {
        width: 24px;
        height: 24px;
    }
    .modal-footer {
        flex-direction: column;
        width: 100%;
    }
    .modal-header .btn-close path {
        stroke: #1B1B1D;
    }
    .modal-footer button:nth-child(1) {
        width: 100%;
    }
    header.fixed{
        padding-top: 16px;
    }
    header{
        position: fixed;
        top: 0;
        padding-top: 16px;
    }
    .section-banner{
        margin-top: 60px;
    }
    .section-way-main::-webkit-scrollbar{
        display: none;
    }
    .section-career-main::-webkit-scrollbar{
        display: none;
    }
    .section-wages-main::-webkit-scrollbar{
        display: none;
    }
    .section-working-week-container-img::-webkit-scrollbar{
        display: none;
    }
    .section-compensation-main::-webkit-scrollbar{
        display: none;
    }
    .swiper-1::-webkit-scrollbar{
        display: none;
    }
    .section-advantages-main::-webkit-scrollbar{
        display: none;
    }
    .section-interview-main__buttons::-webkit-scrollbar{
        display: none;
    }
    .section-media-main::-webkit-scrollbar{
        display: none;
    }
    .weges-item:nth-child(3) {
        top: 215px;
        right: -800px;
    }
    .section-advantages{
        margin-bottom: 0;
    }
    .working-line{
        top: 100px;
        width: 90%;
    }
    .working-week{
        position: relative;
    }
    .section-wages-main-content {
        width: 100%;
        border-radius: 40px 0 0 40px;
        overflow-y: scroll;
    }
}

@media (max-width: 400px){
    .working-line{
        top: 100px;
        left: 20px;
        width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 1124px) {
    .section-gallery-main__row:nth-child(1) img,  .section-gallery-main__row:nth-child(2) img {
        height: 55vh;
    }
    .section-team-container > h1 {
        padding-left: 16px;
    }
    .section-team-slider .swiper-wrapper .swiper-slide {
     padding-left: 16px!important;
    }
    .section-team-slider .swiper-wrapper .swiper-slide:last-child {
     padding-left: 0px!important;
     padding-right: 16px!important;
    }
    .section-team-container {
        padding-left: 0;
    }
    .section-team-block {
        flex-direction: unset;
    }
    .section-team-block > img {
        /*max-width: 30%;*/
        height: unset;
    }

}
.place_holder {
    left: 10px;
    cursor: text;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100%;
    color: lightgrey;
    z-index: 99999;
    transform: translateY(-50%);
    transition: none;
}

/*
#number_phone-form input:invalid + .place_holder {
   display: inline;
}
*/
/*вся проблема в том, если placeholder больше инпута*/
#number_phone-form {
    position: relative;
    /*overflow: hidden;*/
}
.place_holder span {
    color: red;
}

#number_phone-form input:focus, #number_phone-form._focus input, #number_phone-form.has-error input{
    border: 1px solid #81BB3C; 
    padding-top: 21.5px;
    padding-bottom: 13.5px;
}


input:focus + .place_holder, #number_phone-form._focus .place_holder, #number_phone-form.has-error .place_holder, #number_phone-form.is-success .place_holder{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: none;
    color: #81BB3C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#number_phone-form.has-error .place_holder  {
    color: rgb(253, 91, 79);
}
.modal-error {
    font-size: 12px;
    color: red;
    display: none;
}

.c-form-file__delete {
    width: 25px;
    padding: 2px;
    border-radius: 50%;
    background: #d0d0d0;
    display: none;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .section-wages-main__text {
        padding: 42px 0 0 35px;
    }
    .section-way-container, .section-career-container, .section-wages-container, .section-working-week-container, .section-compensation-container, .section-team-container, .section-advantages-container,.section-interview-container, .section-media-container {
        padding-left: 0;
        padding-right: 0;
    }
    .section-wages-main, .section-way-block,.section-career-main, .section-working-week-container-img, .section-compensation-main, .section-advantages-main, .section-interview-main__buttons, .section-interview-main__content, .section-media-main  {
      padding-right: 16px;
      padding-left: 16px;
  }
  .section-career-main > hr {
    left:16px;
}
.section-wages-main-content, .section-wages-main{
    border-radius: 0px!important;
}
.section-wages-container > h1, .section-career-container > h3,.section-career-container > p, .section-way-container >h1,  .section-way-container >p, .section-working-week-container  > h1, .section-compensation-container > h1, .section-team-container > h1, .section-advantages-container > h1, .section-interview-container > h1, .section-media-container > h1 {
   padding-left: 16px;
}
.section-team-slider .swiper-wrapper .swiper-slide {
 padding-left: 16px!important;
}
.section-team-slider .swiper-wrapper .swiper-slide:last-child {
 padding-left: 0px!important;
 padding-right: 16px!important;
}
.weges-item:nth-child(2) {
    left: 380px;
}
.section-working-week .working-week {
    padding-right: 16px;
}
}

/* Кастомная анимация fancybox */
.fancybox-container {
  transform: translateX(0%);
  transition: transform .3s ease-out;
}

.fancybox-container.fancybox-is-open {
  transform: translateX(0);
}

.fancybox-container.fancybox-is-closing {
  transform: translateX(0%);
}
/* анимация контент fancybox*/
.fancybox-container .fancybox-stage {
 transform: translateY(100%);
 transition: transform .5s ease-out;
}

.fancybox-container.fancybox-is-open .fancybox-stage {
  transform: translateY(0);
}

.fancybox-container.fancybox-is-closing .fancybox-stage{
  transform: translateY(100%);
}
/* анимация фон fancybox*/
.fancybox-container .fancybox-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: .8;
}

.fancybox-container.fancybox-is-closing .fancybox-bg{
  opacity: 0;
}

.section-compensation {
    padding-top: 110px;
    margin-bottom: 0;
    background-color: #ECF1FD;
}

.section-compensation-container {
    max-width: 1232px;
}

.section-compensation-block {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 5px 10px 44px rgba(216, 228, 234, 0.6);
            box-shadow: 5px 10px 44px rgba(216, 228, 234, 0.6);
    border-radius: 40px;
}

.section-compensation-block:nth-child(3) img {
    right: 0;
    left: auto;
    width: 100%;
}

.section-compensation-block p {
	position: relative;
	z-index: 2;
}

.section-compensation-block p > span {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}
