/* your custom css here */

.table-scroller {
    overflow: auto;
}

.tablepress {
    min-width: 1024px;
    max-width: 100%;
}

.diller-btn {
    border-radius: 40px;
    height: 32px;
    border-width: 2px;
    padding: 0 10px;
    margin-right: 15px;
    font-size: 13px;
}

.intro {
    width: 100%;
    position: relative;
    display: block;
    font-size: 18px;
}

.panel_lk_recall .default-field input {
    border-color: #fdb913;
    color: #000;
}

.panel_lk_recall .default-field input:focus {
    border-color: #000;
}

.panel_lk_recall .default-field input::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.form-block-rcl.default-field .rcli {
    opacity: 1;
    top: 9px;
}

#passwordStrength {
    margin-top: 6px;
}


/* slider start */
.intro-slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
}

.intro-slider {
    height: 100%;
}

.intro-slide-left {
    background: #fdb913;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 650px;
}

.intro .slider_nav {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
}

.intro .slider_nav__left {
    left: 20px;
    border-color: #2b2b2b;
}

.intro .slider_nav__right {
    right: 20px;
    border-color: #fdb913;
}

.intro .slick-dots {
    bottom: 20px;
}

.intro-slide-content {
    width: 60%;
}

.intro-slider-hit {
    position: absolute;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 26px;
    height: 38px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background-color: #fdb913;
    border-radius: 30px;
}

.intro-slide-img-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.intro-slide-img {
    height: 100%;
    width: calc(100% - 650px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.intro-slide-title {
    font-family: Xenia;
    font-size: 35px;
}

.intro-slide-subtitle {
    margin: 20px 0;
}

.intro-slide-btn {
    width: 200px;
}

.intro .slick-dots li button:before {
    content: '';
}

.intro .slick-dots li button {
    background-color: #fdb913;
    border-radius: 50%;
    opacity: .5;
    border: 2px solid #2b2b2b;
    width: 13px;
    height: 13px;
}

.intro .slick-dots li.slick-active button {
    opacity: 1;
}

@media screen and (max-width: 910px) {
    .intro-slide-left {
        width: 60%;
        min-width: 60%;
    }

    .intro-slide-img {
        width: 40%;
        min-width: 40%;
    }

    .intro-slide-content {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 800px) {
    .intro .slider_nav_container {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    .intro {
        max-height: 500px;
    }

    .intro-slider-item {
        display: block !important;
    }

    .intro-slide-left {
        width: 100%;
        background-color: rgba(253, 185, 19, .85);
        height: 100%;
    }

    .intro-slide-img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: -1;
    }

    .intro-slider-hit {
        border: 2px solid #2b2b2b;
    }

    .intro .slider_nav__right {
        border-color: #2b2b2b;
    }

    .intro-slide-title {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 460px) {
    .intro .slider_nav__left {
        left: 10px;
    }

    .intro .slider_nav__right {
        right: 10px;
    }
}

/* slider end */

.btn-bg_black {
    background: #2b2b2b;
    border-color: #2b2b2b;
}

.btn-bg_black:hover {
    background: transparent;
    color: #2b2b2b;
}

.btn-color_yelllow {
    color: #fdb913;
}

/* vacancies start */
.vacancies-container {
    width: 800px;
    max-width: 100%;
    margin: 50px auto 0;
}

.vacancy-card {
    padding: 30px;
    border: 1px solid #2b2b2b;
    margin-bottom: 30px;
}

.vacancy-card__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vacancy-card__desc ul,
.vacancy-card__desc ol {
    margin: 0 0 15px 20px;
}

.vacancy-card__desc li {
    margin-bottom: 8px;
}

.vacancy-card__desc .wp-block-columns {
    margin-bottom: 10px;
}

.vacancy-card__desc li:last-child {
    margin-bottom: 0;
}

.vacancy-card__btn {
    padding: 0 20px;
    margin-top: 25px;
}

.popupVacancy {
    width: 400px;
    padding: 25px;
}

.popup_title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.popup_title #vacancyTitle-popup {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.form_title {
    margin-bottom: 15px;
    font-weight: 500;
}

.vacancy-form .btn {
    padding: 0 20px;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: default;
}

/* vacancies end */
#rcl-avatar {
    width: auto;
}

body .rcl-bttn.rcl-bttn__type-primary {
    background-color: transparent !important;
    color: #2b2b2b !important;
    padding: 0 !important;
}

body .rcl-loginform .rcl-bttn.rcl-bttn__type-primary {
    border: 3px solid #fdb913;
    margin: 0 auto;
    padding: 7px 10px !important;
    margin-bottom: 10px;
}

body .rcl-loginform .rcl-bttn.rcl-bttn__type-primary::after {
    display: none;
}

body .rcl-loginform .rcl-bttn.rcl-bttn__type-primary:hover {
    opacity: 1 !important;
    background-color: #fdb913 !important;
}

.rcl-bttn.rcl-bttn__size-standart {
    font-size: 16px !important;
}

body .rcl-bttn.rcl-bttn__type-primary.rcl-subtab-button {
    margin-right: 15px;
}

body .rcl-bttn.rcl-bttn__type-primary .rcl-bttn__ico-left {
    padding-left: 0;
    padding-bottom: 2px;
    padding-top: 2px;
}

body .rcl-bttn.rcl-bttn__type-primary .rcl-bttn__text {
    padding-right: 0 !important;
}

body .rcl-bttn.rcl-bttn__type-primary::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #fdb913;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

body .rcl-bttn.rcl-bttn__type-primary:hover::after,
body .rcl-bttn.rcl-bttn__type-primary.rcl-bttn__active::after {
    width: 100%;
}

.rcl-chat .chat-form .chat-submit {
    border: 3px solid #fdb913 !important;
    padding: 7px 20px !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.rcl-chat .chat-form .chat-submit::after {
    display: none;
}

.rcl-chat .chat-form .chat-submit:hover {
    background-color: #fdb913 !important;
    opacity: 1 !important;
}

body .important-manager .rcl-bttn.rcl-bttn__type-primary .rcl-bttn__ico-left {
    padding-right: 0 !important;
}

body .rcl-bttn.rcl-in-to-cart {
    border: 3px solid #fdb913 !important;
    border-right: none !important;
    margin: 0 !important;
}

body .rcl-bttn.rcl-in-to-cart::after {
    display: none;
}

body .rcl-bttn.rcl-in-to-cart .rcl-bttn__ico-left {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px;
    display: block;
}

.catalogItem_bottom .btn {
    margin-left: -1px;
}

.catalogItem_bottom .rcl-cart-box {
    margin-right: -1px;
}

#rcl-order-form .rcl-bttn {
    border: 3px solid #fdb913 !important;
    margin: 0 !important;
    height: 44px;
    width: 206px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

#rcl-order-form .rcl-bttn::after {
    display: none;
}

.cart-button .recall-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* header  */
.logo {
    height: 33px;
}

@media screen and (max-width: 1450px) {
    .logo {
        height: 28px;
    }
}

@media screen and (max-width: 1180px) {
    .logo {
        height: 22px;
    }

    .menu {
        font-size: 13px;
    }
}

@media screen and (max-width: 1450px) {
    .menu-item {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1241px) and (min-width: 981px) {
    .menu {
        position: relative;
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    .menu {
        font-size: 16px;
    }

    .headerLogo {
        width: 180px;
    }

    .menu-header-menu {
        padding: 0 10px 0 30px;
    }

    .menu {
        padding-top: 20px;
    }

    .menu-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 750px) {
    .headerLogo {
        left: 37px;
        right: auto;
        text-align: left;
    }
}

.btn-menu-mobile {
    display: none;
}

@media screen and (max-width: 517px) {
    .btn-menu-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .menu-header-menu .btn-menu-mobile {
        margin-bottom: 10px;
    }

    .btn-menu-desc {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .headerLogo {
        width: 133px;
    }
}

@media screen and (max-width: 334px) {
    .logo {
        height: 19px;
    }
}

/* contacts */
.icon_address {
    margin-bottom: 0;
}

.contacts-info-item {
    margin-bottom: 30px;
}

.contacts-map {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.diler-information-item {
    padding: 40px 50px;
    border-bottom: 1px solid #aaa;
}

.diler-information-item:last-child {
    border-bottom: none;
}

.diler-information-title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}

.diler-information-item .icon_address,
.diler-information-item .icon_mail,
.diler-information-item .icon_phone {
    font-weight: 400;
}

@media screen and (max-width: 750px) {

    .icon_address,
    .icon_mail,
    .icon_phone {
        font-size: 16px;
    }

    .diler-information-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contacts-info-item {
        margin-bottom: 50px;
    }
}

/* contacts end */

.page-form-container {
    width: 300px;
    max-width: 100%;
    margin: 30px auto;
}

.page-form-container .btn {
    padding: 0 20px;
}

.filepond--panel-root {
    background: #f7e3af;
}

.filepond--drop-label {
    color: #2b2b2b
}

.filepond--item {
    list-style-type: none;
}

.filepond--file .filepond--file-action-button,
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator {
    left: auto;
    right: 10px;
}

.filepond--file-info {
    transform: none !important;
}

.filepond--file {
    padding-left: 15px;
}

.contacts-content {
    font-size: 18px;
    font-weight: 600;
}

.video-container-wrap {
    width: 800px;
    max-width: 100%;
}

.video-container {
    width: 100%;
    /* max-width: 100%; */
    height: 0;
    padding-bottom: 55%;
    position: relative;
    margin-bottom: 20px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* wp-recall */
#rcl-avatar .avatar-icons .rcl-avatar-icon a.filepond--credits,
#rcl-avatar .avatar-icons .rcl-avatar-icon .filepond--drop-label {
    display: none;
}

/* wp recall end  */

ul.sub-menu ul li.cat-item,
ul.sub-menu ul li.cat-item a {
    overflow-wrap: normal;
}

.catalogFilters_tags_container .catalogFilters_tags {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.btn.loading {
    position: relative;
}

.btn.loading {
    color: #fdb913;
    background: #fdb913;
}

/* .btn.loading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fdb913;
    z-index: 1;
} */

.btn.loading::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 3px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50%;
    animation: btn-loader linear 1s infinite;
    z-index: 1;
}

@keyframes btn-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* file input start */
.file-label {
    background: #f7e3af;
    border-radius: 10px;
    height: 76px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 20px;
}

.file-label:not(.is-upload)::after {
    content: 'Загрузить резюме (pdf, doc)';
    font-size: 20px;
    font-weight: 600;
}

.upload-file {
    display: none;
    padding: 8px 12px;
    border-radius: 7px;
    background: #000;
    color: #fff;
    width: 100%;
}

.is-upload .upload-file {
    display: block;
}

.upload-file-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remove-file {
    width: 17px;
    height: 17px;
    background-image: url(../img/images/cross-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.file-label input[type="file"] {
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -10px;
    top: -10px;
}

.vacancy-form .wpcf7-response-output {
    display: none;
}

.vacancy-form .wpcf7-form.invalid .invalid-message {
    display: block;
}

.invalid-message {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.popupVacancy .thanks {
    font-size: 20px;
    text-align: center;
}

.popupVacancy .thanks p {
    margin-bottom: 10px;
}

.popupVacancy .thanks .btn {
    font-size: 16px;
    padding: 0 20px;
    margin: 20px auto 0;
}

.wpcf7-form br {
    display: none;
}

/* file input end */


.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
    right: auto !important;
    top: -999px !important;
    left: -999px !important;
}

.is-search-form.active {
    width: -webkit-calc(100% - 266px);
    width: calc(100% - 266px);
}