

/* Start:/local/templates/main/css/custom.css?17067060067787*/
.main-services.vacancies .main-services__item:first-child {
    border-top: 1px solid rgba(255,255,255,.1);
}

.main-services__view {
    margin-left: auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffb21d;
    font-size: 24px;
}

.main-services__view svg {
    width: 50px;
    height: 12px;
    opacity: 1;
    fill: #ffb21d;
}

.career .about-company__text {
    text-transform: uppercase;
    font-weight: 500;
}

.main-services.vacancies {
    padding: 20px 0 0;
}

/* popup */

.popup {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: transparent;
    overflow-y: auto;
    transition: all 0.3s;
    color: #141728;
}

.popup.active {
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition-property: left, background-color;
    transition-delay: 0s, .3s;
}

.popup__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 100%;
    background-color: #FFFFFF;
    padding: 52px 56px 96px;
}

@media screen and (max-width: 900px) {
    .popup__wrap {
        width: 100%;
        padding: 40px 40px 96px;
    }
}

.popup__top {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.popup__title {
    text-transform: uppercase;
    font-size: 18px;
}

.popup__close {
    border: 1px solid #000000;
    border-radius: 999px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 23px;
    cursor: pointer;
    position: relative;
}

button.popup__close::after,
button.popup__close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: white;
}

button.popup__close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

button.popup__close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__item {
    display: none;
}

.popup__item.active {
    display: block;
}

.content__title {
    margin: 0;
    margin-bottom: 32px;
}

.content__title h3 {
    font-size: 56px;
    line-height: 110%;
}

.content__border {
    background-color: #000000;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 56px;
}

.popup__form h6 {
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 32px;
}

.content__form-wrap {
    position: relative;
    border-bottom: 1px solid #A7A7A7;
    padding: 21px 0 16px;
    margin: 0;
    margin-bottom: 32px;
}

.content__form-wrap input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
    border: none;
    font-size: 22px;
    line-height: 130%;
}

.content__form-wrap label {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 22px;
    line-height: 130%;
    transition: 0.3s;
}

.content__form-wrap input::placeholder,
.content__form-wrap textarea::placeholder {
    color: transparent;
}

.content__form-wrap input:focus ~ label, 
.content__form-wrap input:not(:placeholder-shown) ~ label, 
.content__form-wrap textarea:focus ~ label, 
.content__form-wrap textarea:not(:placeholder-shown) ~ label {
    font-size: 14px;
    line-height: 130%;
    top: 0;
    opacity: .4;
    transition: 0.3s;
}

.content__form-wrap.content__form-file input {
    opacity: 0;
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    cursor: pointer;
}

.content__form-wrap.content__form-file label {
    width: 100%;
    opacity: 1 !important;
    position: absolute;
    top: 21px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px !important;
    line-height: 130% !important;
    color: #000000;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}

.content__form-wrap textarea {
    position: relative;
    z-index: 2;
    height: 45px;
    border: none;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    margin-bottom: -16px;
    transition: 0s;
    width: 100%;
    resize: none;
    outline: none;
    font-size: 22px;
    line-height: 130%;
    -webkit-appearance: none;
}

.content__form-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    border-radius: 999px;
    padding: 15px 25px;
    color: #000000;
    margin-top: 72px;
    font-size: 20px;
    line-height: 120%;
    border: 1px solid #000000;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.content__form-btn:hover {
    border: 1px solid #ffb21d;
    background-color: #ffb21d;
    color: #FFFFFF;
}

.content__form-btn:hover svg {
    fill: #FFFFFF;
}

.content__form-btn svg {
    fill: #141728;
    margin-left: 16px;
}

.content__form-wrap.content__form-file label svg {
    fill: #141728;
}

.content__form-wrap.content__form-file input:hover ~ label svg,
.content__form-wrap.content__form-file input:focus ~ label svg {
    fill: #ffb21d;
}

.content__form-wrap.content__form-file input:hover ~ label, 
.content__form-wrap.content__form-file input:focus ~ label {
    color: #ffb21d;
}

.content__form-wrap.content__form-file input:hover ~ label, 
.content__form-wrap.content__form-file input:focus ~ label {
    color: #ffb21d;
}

.content__form-file .content__form-file--name {
    position: relative;
    top: 0;
    padding-right: 30px;
    left: 0;
    opacity: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}

.content__form-wrap .content__form-file--name.active {
    opacity: 1;
}

.content__form-file input {
    position: absolute !important;
    top: 21px !important;
}

.content__form-wrap.content__form-file label.active {
    opacity: .4 !important;
    top: 0 !important;
    font-size: 14px !important;
    line-height: 130% !important;
}

.content__form-wrap.content__form-file label.active svg {
    opacity: 0;
}

.content__form-wrap .content__form-file--btn {
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
    cursor: pointer;
}

.content__form-wrap .content__form-file--btn svg {
    fill: #000000;
}

.content__form-wrap .content__form-error {
    opacity: 0;
    position: absolute;
    bottom: -23px;
    left: 0;
    color: #F54953;
    font-size: 14px;
    line-height: 130%;
}

.content__form-wrap.invalid .content__form-error {
    opacity: 1;
    transition: 0.3s;
}

.content__body * {
    all: revert;
}

.popup-succes {
    display: none;
    -webkit-text-stroke: 1px #ff0230;
    color: transparent;
    opacity: 1;
    font-size: 28px;
}

.popup-succes.active {
    display: block;
}

.no-scroll {
    overflow: hidden;
}

/* End */


/* Start:/local/templates/main/styles.css?1751287449297*/
.main-partners__card-icon {
    height: 65%;
}

.about-company__content {
    margin-bottom: 55px;
}

@media (min-width:320px)  { 

}
@media (min-width:480px)  { 

}
@media (min-width:600px)  { 

}
@media (min-width:801px)  { 

}
@media (min-width:1025px) { 

}
@media (min-width:1281px) { 
    
}
/* End */
/* /local/templates/main/css/custom.css?17067060067787 */
/* /local/templates/main/styles.css?1751287449297 */
