.search-dropdown {
    position: relative;
}
.search-dropdown__list {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(2, 11, 33, 0.1);
    box-shadow: 0 10px 25px rgba(2, 11, 33, 0.1);
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}
.search-dropdown__list li {
    border-bottom: 1px solid #e4e4e4;
}
.search-dropdown__list li:last-child {
    border-bottom: none;
}
.search-dropdown__list a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search-dropdown__list a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.search-dropdown._show .form-field {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.search-dropdown._show .search-dropdown__list {
    display: block;
}

.internship-top {
    padding: 40px 0 0;
    margin: 0 0 70px;
}
.internship-top__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.internship-top__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.internship-top__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 5;
    margin: -195px 0 0 70px;
    width: 32%;
    max-width: 430px;
}
.internship-top__video {
    overflow: hidden;
    position: relative;
    display: block;
    border: 15px solid #fff;
    border-radius: 3px;
    background: #000 no-repeat center/cover;
}
.internship-top__video:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background: rgba(26, 25, 25, 0.65);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.internship-top__video span {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 124px;
    height: 124px;
    border: 1px solid #B19B61;
    border-radius: 50%;
    background: rgba(191, 169, 110, 0.13);
}
.internship-top__video span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #B19B61;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.internship-top__video span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -5px;
    border: 9px solid transparent;
    border-left: 14px solid #fff;
}
.internship-top__video:hover span:before {
    background-color: #a68f52;
}
.internship-top__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 10px 0 0;
}
.internship-top__action .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.internship__steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}
.internship__step {
    position: relative;
    padding: 40px 30px 40px 40px;
    border-radius: 3px;
    background: #fff;
}
.internship__step:after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    width: 31px;
    height: 8px;
    background: url("img/internship-step.svg") no-repeat;
}
.internship__step:nth-child(4n):after {
    display: none;
}
.internship__step-number {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #B19B61;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}
.internship__step-icon {
    margin-bottom: 25px;
    width: 80px;
    height: 50px;
}
.internship__step-icon img {
    right: auto;
}
.internship__content {
    margin-bottom: 60px;
}
.internship .vacancy__form-title {
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .internship-top__right {
        width: 35%;
    }
    .internship__step {
        padding: 25px;
    }
    .internship__icon {
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .internship-top__right {
        margin-left: 40px;
        width: 42%;
    }
    .internship-top__video span {
        width: 100px;
        height: 100px;
    }
    .internship__steps {
        gap: 10px;
    }
    .internship__step {
        padding: 20px;
    }
    .internship__step:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .internship-top {
        padding-top: 35px;
        margin-bottom: 50px;
    }
    .internship-top__grid {
        display: block;
    }
    .internship-top__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        max-width: none;
        margin: 30px 0 0;
    }
    .internship-top__video {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 20px;
        width: 360px;
        max-width: 60%;
        border: none;
    }
    .internship-top__action {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        gap: 15px;
        margin: 0;
    }
    .internship-top__action .btn {
        min-width: 100%;
    }
    .internship__steps {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .internship-top__video {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .internship-top__right {
        display: block;
    }
    .internship-top__action {
        margin-top: 30px;
    }
    .internship__steps {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#loading-indicator-template {
    display: none;
}
.form-item.group-REAITING i {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: block;
    font-size: 20px;
    color: #e3e3e3;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.form-item.group-REAITING i:before {
    content: "\e928";
}

.form-item.group-REAITING .form-rating input:checked ~ i {
    color: #B19B61;
}

.form-item.group-REAITING .form-rating label._prev i {
    color: #B19B61;
}

.vacancy-item__org a,
.vacancy-item__head a {
    text-decoration: none;
}

.form-grid__col._33p .ui-ctl-date .ui-ctl-ext-after {
    top: 5px;
}

.form-grid__col._33p .ui-ctl-date .ui-ctl-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.form-grid__col._33p .ui-ctl-date {
    width: 100%;
    max-width: 100%;
}

.custom-edit-input-vac .form-file.form-field {
    pointer-events: auto;
    cursor: auto;
}
.custom-edit-input-vac .bx-editor-iframe,
.custom-edit-input-vac .form-field input,
.custom-edit-input-vac .form-field {
    pointer-events: none;
}

.vacancy-org__info a[href*=mailto] {
    display: block;
}

.type-user-info {
    display: block;
    font-size: 12px;
    color: #818181;
}

.mb-1 {
    margin-bottom: 0.25rem;
}
.footer_custom a {
    text-decoration: none;
    font-size: 13px;
}
.footer_custom {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 8px;
    color: #fff;
    text-align: right;
}

.header__nav ul a {
    font-size: 18px;
}

.search-dropdown {
    position: relative;
}
.search-dropdown__list {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(2, 11, 33, 0.1);
    box-shadow: 0 10px 25px rgba(2, 11, 33, 0.1);
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}
.search-dropdown__list li {
    border-bottom: 1px solid #e4e4e4;
}
.search-dropdown__list li:last-child {
    border-bottom: none;
}
.search-dropdown__list a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search-dropdown__list a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.search-dropdown._show .form-field {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.search-dropdown._show .search-dropdown__list {
    display: block;
}

.internship-top {
    padding: 40px 0 0;
    margin: 0 0 70px;
}
.internship-top__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.internship-top__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.internship-top__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 5;
    margin: -195px 0 0 70px;
    width: 32%;
    max-width: 430px;
}
.internship-top__video {
    overflow: hidden;
    position: relative;
    display: block;
    border: 15px solid #fff;
    border-radius: 3px;
    background: #000 no-repeat center/cover;
}
.internship-top__video:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background: rgba(26, 25, 25, 0.65);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.internship-top__video span {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 124px;
    height: 124px;
    border: 1px solid #B19B61;
    border-radius: 50%;
    background: rgba(191, 169, 110, 0.13);
}
.internship-top__video span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #B19B61;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.internship-top__video span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -5px;
    border: 9px solid transparent;
    border-left: 14px solid #fff;
}
.internship-top__video:hover span:before {
    background-color: #a68f52;
}
.internship-top__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 10px 0 0;
}
.internship-top__action .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.internship__steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}
.internship__step {
    position: relative;
    padding: 40px 30px 40px 40px;
    border-radius: 3px;
    background: #fff;
}
.internship__step:after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    width: 31px;
    height: 8px;
    background: url("img/internship-step.svg") no-repeat;
}
.internship__step:nth-child(4n):after {
    display: none;
}
.internship__step-number {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #B19B61;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}
.internship__step-icon {
    margin-bottom: 25px;
    width: 80px;
    height: 50px;
}
.internship__step-icon img {
    right: auto;
}
.internship__content {
    margin-bottom: 60px;
}
.internship .vacancy__form-title {
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .internship-top__right {
        width: 35%;
    }
    .internship__step {
        padding: 25px;
    }
    .internship__icon {
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .internship-top__right {
        margin-left: 40px;
        width: 42%;
    }
    .internship-top__video span {
        width: 100px;
        height: 100px;
    }
    .internship__steps {
        gap: 10px;
    }
    .internship__step {
        padding: 20px;
    }
    .internship__step:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .internship-top {
        padding-top: 35px;
        margin-bottom: 50px;
    }
    .internship-top__grid {
        display: block;
    }
    .internship-top__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        max-width: none;
        margin: 30px 0 0;
    }
    .internship-top__video {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 20px;
        width: 360px;
        max-width: 60%;
        border: none;
    }
    .internship-top__action {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        gap: 15px;
        margin: 0;
    }
    .internship-top__action .btn {
        min-width: 100%;
    }
    .internship__steps {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .internship-top__video {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .internship-top__right {
        display: block;
    }
    .internship-top__action {
        margin-top: 30px;
    }
    .internship__steps {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.home-intro__form {
    margin-bottom: 30px;
}

.f-11 a {
    text-decoration: none;
    font-size: 12px;
    color: #B19B61;
}

.search-dropdown._show .search-dropdown__list {
    max-height: 235px;
    overflow-y: auto;
}

.mt-4 {
    margin-top: 3rem;
}
.col-custom-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

.popup-window[style*="block"],
.smart-filter-dropdown-block.d-none .smart-filter-dropdown-text .smart-filter-dropdown-popup,
.smart-filter-dropdown-block.d-none .smart-filter-dropdown-text,
.smart-filter-dropdown-block.d-none {
    display: none!important;
}

.cab-organization._new:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF7235;
    -webkit-box-shadow: 0 0 0 4px #F4F4F4;
    box-shadow: 0 0 0 4px #F4F4F4;
}
.cab-organization {
    position: relative;
}
.cab-organization._new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
    padding: 30px;
    background: #FCF9F0;
}

.cab-organization  .review-item__date {
    position: absolute;
    top: 3%;
    right: 1%;
}

.form-option._small.mt-3 {
    margin-top: 1rem;
}

.thanks-form__wrap label input {
    display: none;
}
.thanks-form__wrap label span {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    min-height: 15px;
}
.thanks-form__wrap label {
    cursor: pointer;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
    font-size: 15px;
    color: #76767A;
}

.thanks-form__wrap label span:before,
.thanks-form__wrap label span:after {
    position: absolute;
    top: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.thanks-form__wrap label span:before {
    content: "";
    left: 0;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.thanks-form__wrap label span:after {
    left: 3px;
    margin-top: -10px;
    text-align: center;
    content: "\e917";
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 15px;
    color: #000;
    opacity: 0;
}

.thanks-form__wrap label input:checked ~ span:after {
    opacity: 1;
}

.hide-block-vac {
    opacity: 0.5;
}

.hide-block-vac:hover {
    opacity: 1;
}

.home-employer__slider-custom .home-employer__item-icon {
    height: 160px;
}

.home-employer__slider-custom .home-employer__item-icon img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.home-employer__slider-custom.home-employer__slider .swiper-slide-visible {
    vertical-align: top;
    justify-content: start;
}
.vacancy-org__head span {
    display:block;
}
.popup-actions-cookies{
	display: flex;
	justify-content: space-between;
}
.popup-actions-cookies .btn{
	min-width: 190px;
	padding: 15px 42px;
}
.cookie-popup {
	position: fixed;
	bottom: 20px;
	right: 20px;
}