
.popup {
    background: rgba(36, 34, 106, 0.8);
    display:none;
}

.popup .close {
    background: url(../../img/close-modal-2.svg) center / 20px 20px no-repeat;
    width: 56px;
    height: 56px;
    right: 39px;
    top: 30px;
    position: absolute;
    display: block;
    box-sizing: border-box;
    border: 1px solid #F55B41;
    border-radius: 5px;
    cursor:pointer;
}

.popup_video_all,
.popup_drug_all,
.popup_spec_all,
.popup_job_all,
.popup_form_feedback_all,
.popup_success_send_all,
.popup_pharma_all,
.popup_exit_all {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(36, 34, 106, 0.8);
    width: 100%;
    height: 100vh;
    cursor: pointer;
    overflow: hidden;
    z-index: 15;
}

.popup_exit_all {
    z-index: 16;
}

.exit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9998;
}
.popup_video {
    top: 10vh;
    left: 50%;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup_video,
.popup_form_feedback {
    padding: 0;
    width: 1340px;
    margin-left: -670px;
    height: calc(100% - 5px)!important;
}

.popup_job,
.popup_success_send {
    margin-left: -25%;
    width: 50%;
    top: 10vh !important;
    height: auto !important;
    padding: 0 0 5px 0;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #24226a;
    left: 50%;
}

.popup_drug {
    background: #fff;
    position: fixed;
    top: 10vh;
    margin-left: -25%;
    width: 50%;
    z-index: 20;
    overflow: auto;
}

.popup_drug,
.popup_spec {
    left: 50%;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
    width: 786px;
    margin-left: -393px;
    height: auto;
    overflow: visible;
    top: calc(50vh - 172px);
}

.popup_drug p,
.popup_spec p {
    max-width: 90%;
    margin-bottom: 25px;
}

.popup_exit {
    margin-left: -393px;
    width: 786px;
    top: 10vh !important;
    height: 518px !important;
    padding: 0 0 5px 0;
    font-family: 'Century Gothic';
    max-width: 786px;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    color: #24226a;
}

.popup_pharma {
    cursor: pointer;
    top: 20px;
    margin-left: -572px;
    width: 1145px;
    height: calc(100% - 40px) !important;
    color: #24226a;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
}

.popup_job {
    margin-left: -572px;
    width: 1145px;
    height: calc(100% - 40px) !important;
    top: 20px !important;
    scrollbar-color: #f55b41 transparent;
}

.popup-block:after  {
    background: #f55b41;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 92%;
}

.popup-block {
    background:0;
    border-radius: 5px;
    position:fixed;
}

.popup .wrapper {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor:auto;
}

.popup_video .wrapper,
.popup_form_feedback .wrapper {
    padding: 60px 120px 60px 100px;

}

.popup_video .wrapper {
    height: calc(100% - 80px);
}

.popup_success_send .wrapper {
    padding: 40px 115px 40px 50px;
}

.popup_drug .wrapper, .popup_spec .wrapper {
    padding: 30px 60px 40px;
}

.popup_pharma .wrapper {
    padding: 40px 38px 55px 38px;
}

.popup_job .wrapper {
    padding: 60px 38px 40px;
    max-width: 1140px;
}

.popup_exit .wrapper {
    padding: 32px 60px 40px;
}

.exit-popup__body .wrapper{
    padding: 80px 80px 50px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
    box-sizing: border-box;
}

.modal * {
    box-sizing: border-box;
}

.modal.is-show {
    opacity: 1;
}

.modal-dialog {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    padding: 44px;
    width: 600px;
    max-width: calc(100% - 0.01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}

@media (max-width: 767px) {
    .modal-dialog {
        padding: 30px 20px;
    }
}

.modal.is-show .modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.modal_auth .modal-dialog {
    width: 565px;
}

.modal-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: #0071ba;
}

.modal-close svg {
    width: 100%;
    height: 100%;
}

.modal-close svg path {
    fill: currentColor;
}

.modal-title {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: #24226A;
    font-family: 'Century Gothic Bold';
    font-size: 38px;
    line-height: 48px;
    text-align: left;
}

@media (max-width: 767px) {
    .modal-title {
        font-size: 24px;
    }
}

.modal-title:not(:last-child) {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .modal-title:not(:last-child) {
        margin-bottom: 20px;
    }
}

.popup-block.modal-dialog {
    padding:0;
    position:relative;
}

.modal-content.wrapper {
    padding:44px;
}

.popup .h3 {
    font-family: 'Century Gothic Bold';
    color: #24226A;
}

.popup_video .h3,
.popup_form_feedback .h3{
    font-family: 'Century Gothic Bold';
    font-size: 38px;
    line-height: 48px;
    text-align: left;
    padding: 0;
}

.popup_form_feedback .subtitle {
    display:none;
}
.popup_success_send .h3 {
    font-size: 26px;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 3vh 0px;
}

.popup_pharma .h3 {
    text-transform: none;
    text-align: center;
    margin: 0;
    line-height: 58px;
    font-size: 52px;
    margin-bottom: 40px;
    padding: 0;
}

.popup_drug .h3,
.popup_spec .h3 {
    font-size: 28px;
    margin: 37px 0 9px;
    font-family: 'Century Gothic Bold';
    line-height: 34px;
    padding: 0;
}

.popup_form_feedback .h3 + p.orange {
    color: #F05A42;
    font-family: 'Century Gothic Bold';
    font-size: 20px;
    line-height: 28px;
    margin: 40px 0 28px;
}

.popup_exit .h3,
.popup_job .h3{
    line-height: 1;
    margin: 0;
}

.popup_job .h3 {
    text-transform: none;
    font-size:52px;
    line-height:58px;
    padding: 0;
    text-align: center;
}


.popup_exit .h3 {
    font-size: 28px;
    line-height: 58px;
}

/* ---------- Popup Exit ----------- */

.popup_exit .exit_text {
    text-align: left;
    color: #24226A;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #F55B41;
    padding-bottom: 11px;
    margin-bottom: 40px;
    margin-top: 23px;
}

.popup_exit .exit_text p {
    margin-bottom: 28px;
}

.popup_exit .exit_text span {
    display: inline;
    color: #F55B41;
    word-break: break-all;
}


.popup_exit .exit_cookie label {
    font-size: 14px;
    line-height: 26px;
    color: #24226A;
    margin-right: 2px;
    padding-left: 35px;
    padding-bottom: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: auto;
}

.popup_exit .exit_cookie label:before {
    color: #F55B41 !important;
    border: 1px solid #F55B41;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    font-size: 20px !important;
    line-height: 26px !important;
}

.popup_exit .exit_cookie input[type=checkbox]:checked + label:before {
    color: #F55B41 !important;
    border: 1px solid #F55B41;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    font-size: 20px !important;
    line-height: 26px !important;
}

.exit_buttons_wrapper {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 30px;
}

.popup_exit .exit_buttons {
    margin-bottom:0;
    gap: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popup_exit .exit_buttons a {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.popup_exit .exit_buttons a.exit_cancel_button {
    height: 56px;
    padding: 0 29px;
    background: #fff;
    border-radius: 5px;
    color: #f55b41;
    vertical-align: middle;
    z-index: 10;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Century Gothic Bold';
    border: 1px solid #f55b41;
    width: auto;
    margin: 0;
}

.popup_exit .exit_buttons a.exit_apply_button {
    height: 56px;
    padding: 0 30px;
    background: #f55b41;
    border-radius: 5px;
    color: #fff;
    border: 0;
    vertical-align: middle;
    z-index: 10;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Century Gothic Bold';
    width: auto;
    margin: 0;
}

.popup_exit .exit_cookie {
    display: flex;
    justify-content: center;
}

.popup_exit .exit_cookie input[type=checkbox] {
    display: none;
}

/* ---------- Popup Exit-popup ----------- */

.exit-popup__close {
    background: url(../../img/blue-close.svg) center no-repeat;
    width: 54px;
    height: 54px;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.exit-popup__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 21px;
    font-family: 'Century Gothic Bold';
    text-align: left;
}

.exit-popup__social-links {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.exit-popup__text {
    color: #24226A;
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.exit-popup__body {
    text-align: left;
    padding: 0;
    max-width: 630px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
}


.exit-popup .hvr-radial-out {
    margin: 23px 40px 30px 0;
}

.exit-popup__dont-show {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.exit-popup__dont-show .input-remember {
    display: none;
}

.exit-popup__dont-show .label-check {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}

.exit-popup__dont-show .label-check {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}

.exit-popup__dont-show .label-check {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}

.exit-popup__dont-show .label-check:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #ffffff;
    border: 1px solid #4A4179;
    border-radius: 5px;
}


/* ---------- Popup Drug / Spec ----------- */


.popup_drug p,
.popup_spec p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
    color: #24226A;
    font-family: 'Century Gothic';
}

.popup_drug .prove .no_recept,
.popup_spec .prove .no_recept {
    font-size: 18px;
    background: #F55B41;
    font-family: 'Century Gothic Bold';
    color: #fff;
    margin: 0;
    padding: 20px 30px;
    height: 56px;
    vertical-align: middle;
    text-decoration:none !important;
    transform: translateZ(0);
    z-index: 0;
    mask-image: radial-gradient(white, black);
    will-change: transform;
    isolation: isolate;
    display: flex;
    justify-content: center;
}

.prove .wp-block-button__link:after {
    content:none;
}

.popup_drug .no_recept:hover,
.popup_spec .no_recept:hover {
    text-decoration:underline;
}

.popup_drug .prove,
.popup_spec .prove {
    text-align: left;
    display: flex;
    margin: 40px 0 0 0;
    gap: 15px;
}

.prove-wrapper {
    width:100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #F55B41;
    margin: 0 0 24px 0;
}

.prove_link {
    margin: 38px 0 40px 0;
    font-size: 18px;
    height:56px;
    position:relative;
    transform: translateZ(0);
    z-index: 0;
    mask-image: radial-gradient(white, black);
    will-change: transform;
    isolation: isolate;
    justify-content: center;
}

/* ---------- Popup Feedback ----------- */

.popup_form_feedback {
    top:20px !important;
    left: 50%;
    z-index: 20;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup_form_feedback .agreement p{
    font-family: 'Century Gothic';
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px !important;
}

.popup_form_feedback .fields .right textarea {
    height: calc(100% - 178px);
    margin-bottom: 28px;
}

.popup_form_feedback .fields .right textarea.mini {
    height: 56px;
    margin: 0 0 27px 0;
}


.popup_form_feedback .fields .left span,
.popup_form_feedback .fields .right span {
    color: #353383;
}

.popup_form_feedback .fields .right .wrap input[type=radio]:checked + label:before {
    content: "\2022";
    color: #353383;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.popup_form_feedback .fields .right .wrap label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #ffffff;
    border: 1px solid #353383;
    border-radius: 50%;
    top: auto;
}

.popup_form_feedback .fields .right label[for=file] span {
    font-weight: 400;
    font-size: 16px;
}

.popup_form_feedback .fields .right .wrap input[type=radio] {
    display: none;
}

.popup_form_feedback .fields .right .wrap input {
    margin-right: 12px;
}

.popup_form_feedback [id^=radio-] + label span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
    width: 137px;
    height: 137px;
    margin: 0 0 10px 0;
}

.popup_form_feedback [id^=radio-] + label span.hvr-radial-out + span {
    display: block;
    text-align: center;
    padding-bottom: 5px;
    font-family: 'Century Gothic Bold';
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #24226A;
}

.popup_form_feedback .wrapper_target {
    padding-bottom: 0;
    gap: 0 27px;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.popup_form_feedback [id^=radio-]:checked + label {
    border: 2px solid transparent;
    cursor: text;
}

.popup_form_feedback [id^=radio-]:checked + label .hvr-radial-out {
    background:#fff;
}

.popup_form_feedback .choose_theme {
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 28px;
    display: block;
    width: calc(100% + 20px);
    margin-left: 0;
    z-index: 2;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    color: #0071ba;
    position: static;
}

.popup_form_feedback .fields {
    opacity: 1;
    border-top: 1px solid #D4DEF2;
    width: calc(100% + 15px);
    padding: 41px 0 30px;
    color: #24226A;
    flex-wrap: wrap;
    display: none;
    justify-content: space-between;
}

.popup_form_feedback .fields .left .agreement {
    bottom:-22px;
}

.popup_form_feedback .fields .left label[for="submit"],
.popup_form_feedback .fields .right label[for="submit"] {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #24226A;
    position: relative;
    padding: 17px 25px;
    margin: 0;
    width: auto;
}


.popup_form_feedback .fields .left label,
.popup_form_feedback .fields .right label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Century Gothic';
    padding-bottom: 10px;
    width: 100%;
}

.popup_form_feedback .fields .right .mark_inputs label {
    width:auto;
}

.popup_form_feedback .fields .right .mark_inputs label.wp-block-button.button-white {
    width:100%;
}

.popup_form_feedback .wrapper_target .target {
    width: 141px;
}

.popup_form_feedback .fields .left input[type="text"],
.popup_form_feedback .fields .left input[type="email"],
.popup_form_feedback .fields .left textarea,
.popup_form_feedback .fields .right input[type="text"],
.popup_form_feedback .fields .right input[type="email"],
.popup_form_feedback .fields .right textarea,
.popup_form_feedback .fields .left select {
    border: 1px solid #353383;
    font-size: 14px;
    width:100%;
    margin-bottom: 30px;
    padding: 13px;
    background: #fff;
    color: #4a4a4a;
}

.wrap_who {
    margin-top: 1em;
    margin-bottom: -2em;
}

.popup_form_feedback .fields .wrap_who,
.popup_form_feedback .fields .mark_inputs {
    display: none;
}

.popup_form_feedback.contacts-form {
    position: static;
    margin: 0 auto;
    height: auto !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: unset;
    border: 1px solid #EBEBF8;
    border-radius: 5px;
}

.popup_form_feedback.contacts-form .choose_theme .hands{
    border-radius: 5px;
}

.popup_form_feedback.contacts-form .h3,
.popup_form_feedback.contacts-form .h2{
    color:#24226A;
    font-size: 40px;
    line-height: 48px;
}

.popup_form_feedback.contacts-form .wrapper:after {
    background: #f55b41;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    width: 92%;
    bottom: -5px;
    display: none;
}


.popup_form_feedback .wrapper_target .target input {
    width: 0 !important;
    height: 0 !important;
    opacity:0 !important;
    visibility:hidden !important;
    display:none !important;
}

.popup_form_feedback [id^=radio-] + label {
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    width: 100%;
}

.popup_form_feedback [id^=radio-] + label img {
    pointer-events: none;
    position: relative;
    z-index: -1;
    display: block;
    max-width: 100%;
    margin: 5px auto 12px;
}


.popup_form_feedback .fields .left,
.popup_form_feedback .fields .right {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.popup_form_feedback .fields .right .wrap_who .wrap label {
    position: relative;
    padding-left: 30px;
    padding-bottom: 3px !important;
    margin-bottom: 10px;
    line-height: 20px !important;
}

/* ---------- Popup Job ----------- */

.popup_job .wrapper .tabs ul:after {
    content:none;
}

.popup_job .wrapper .tabs ul li {
    width: 50%;
    box-shadow: none;
    background: none;
    color: rgb(36 34 106 / 60%);
    font-size: 28px;
    line-height: 58px;
    font-family: 'Century Gothic Bold';
    border: 0;
    border-bottom: 4px solid #EBEBF8;
    height: 70px;
    padding: 0;
    text-transform: none;
    margin: 0;
    text-align: left;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.popup_job .wrapper .tabs ul {
    margin: 52px 0 40px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup_job .wrapper .tabs ul li.active,
.popup_job .wrapper .tabs ul li.active:hover {
    border-bottom: 4px solid #F55B41;
    color: #24226A;
}

.popup_job .wrapper .tabs > div {
    border:0;
    padding: 0;
    box-sizing: border-box;
}

.popup_job p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Century Gothic';
}

.popup_job .methods {
    background:#24226A;
    color:#fff;
    padding: 40px 56px;
    height: auto;
    border-radius: 5px;
    display: flex;
    margin-bottom: 35px;
}

.popup_job .methods .phone {
    border: none;
}

@media screen and (min-width: 1099px) {
    .popup_job .methods .phone {
        width:60%;
    }
}

.popup_job .methods .email {
    border-left:4px solid #F55B41;
    width: 60%;
}

.popup_job .methods a {
    font-size: 28px;
    line-height: 32px;
    color: #F55B41;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    font-weight: 700;
}

.popup_job .methods a:hover {
    color:#F55B41;
}

.popup_job .methods a.wp-block-button__link {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    max-width: 240px;
}

.wp-block-button__link.wp-block-button__link_white:hover {
    background: transparent;
    border: 1px solid #fff;
}

.popup_job .methods .wrap {
    width: 90%;
}

.popup_job .methods .email .wrap {
    margin-right: 0;
    margin-left: auto;
}

.popup_job br {
    display:block!important;
}

.popup_job .methods .wrap strong {
    cursor:pointer;
}

.popup_job .methods .wrap strong:hover {
    color:#F55B41;
}

.hh_widget > div, .hh_widget > div:hover {
    padding:15px 0 !important;
}

.hh_widget div > div[data-qa="widget-title"]{
    display:none !important;
}

.hh_widget div > div[data-qa="widget-title"] + div {
    display:  flex !important;
    gap: 0 24px;
    flex-wrap: wrap;
    padding: 0 !important;
}

.hh_widget div > div[data-qa="vacancy"] {
    flex-basis: calc((100% - 24px)/2);
    border-bottom: 1px solid #F55B41 !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    gap: 5px 0;
}

.hh_widget div > div[data-qa="vacancy"] a {
    color: #24226A !important;
    font-size:18px !important;
    line-height: 28px !important;
    font-family: 'Century Gothic Bold' !important;
}

.hh_widget span[data-qa="description"] {
    font-family: 'Century Gothic' !important;
    font-size:16px !important;
    line-height: 150% !important;
    color:#F55B41 !important;
}

.hh_widget a[data-qa="see-more-link"],
.hh_widget a[data-qa="see-more-link"]:hover,
.hh_widget a[data-qa="see-more-link"]:active{
    margin: 0 auto 9px !important;
    height: 56px !important;
    border-radius: 5px;
    background: #F55B41 !important;
    width: 437px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-family: 'Century Gothic Bold' !important;
    line-height: 16px !important;
    text-transform: uppercase;
    position: relative !important;
    gap: 0 19px;
    z-index: 10 !important;
    transform: scale(1) perspective(1px) translateZ(0);
    transition-duration: .3s;
    transition-property: all;
    padding: 0 30px !important;
    flex-shrink: 100;
    overflow: hidden !important;
}

.hh_widget a[data-qa="see-more-link"] span.after{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 12px;
    margin-left: 0;
    position: relative;
    width: 16px !important;
    background: url(../../img/arrow-right.svg);
}

.hh_widget a[data-qa="see-more-link"] span.before{
    background: #24226a;
    border-radius: 5px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.1,0,.3,1);
    z-index: -1;
}

.hh_widget a[data-qa="see-more-link"]:hover {
    transform: scale(1.1);
    position: relative !important;
    top: 3px;
}

.hh_widget a[data-qa="see-more-link"]:hover span.before {
    transform: scale(1);
    z-index: -1;
}

.hh_widget div > div:nth-last-child(2):hover {
    position:relative;
    top:0;
}

.hh_widget a[data-qa="logo"] {
    margin: 0 auto 25px !important;
    width: 80px !important;
    height: 80px !important;
    background-size: cover !important;
}

.hh_widget div > div[data-qa="vacancy"]:nth-last-child(1),
.hh_widget div > div[data-qa="vacancy"]:nth-last-child(2) {
    border-bottom:0 !important;
}

.hh_widget div > div[data-qa="vacancy"]:nth-last-child(1) {
    margin-bottom: 63px !important;
}

.hh_widget + p{
    font-size: 14px;
    line-height: 21px;
    color:#24226a;
}

/* ---------- Popup Pharma ----------- */

.popup_pharma .h4 {
    color: #24226A;
    font-family: 'Century Gothic Bold';
    font-size: 28px;
    line-height: 150%;
    text-transform: none;
    padding: 0;
    margin-bottom: 15px;
}

.popup_pharma p {
    color: #24226A;
    font-family: 'Century Gothic';
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
    padding: 0;
}
