#lhc_status_container {
    display: none;
}

#lhc_status_container.active {
    display: block;
}

.show_mail:hover,
.show_number:hover {
    border-color: transparent;
}

.show_mail,
.show_number {
    vertical-align: middle;
    border-bottom: 1px solid #000;
    font-size: 24px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.phone-header .show_number {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

#lhc_status_container .lhc-text-status {
    display: none;
}

#lhc_status_container > a::after {
    content: 'Допомога онлайн';
    border-radius: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
    color: #454545;
    padding: 25px 10px 10px 9px;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lhc_status_container > a::after {
    content: 'Допомога онлайн';
}

.confirmation {
    font-size: 24px;
    text-align: center;
}

.messengers {
    font-size: 20px;
    margin-top: 10px;
}

.confirmation-links {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.confirmation-link {
    font-size: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
}

.confirmation-link__telegram {
    background: url("../img/telegram-2.svg") no-repeat center center;
    background-size: contain;
}

.confirmation-link__viber {
    background: url("../img/viber.svg") no-repeat center center;
    background-size: contain;
}

.main-head .teaser-header ul {
    margin: 0 -15px;
}

.main-head .header-slider {
    max-width: 460px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-height: 465px;
}

.main-head .header-slider.slick-initialized {
    overflow: visible;
}

.main-head .header-slider .slick-list {
    width: 458px;
    overflow: hidden;
    background: none;
    padding-top: 0;
    border-radius: 0;
}

.main-head .header-slider .item {
    background-image: url(../img/header/image_top_slick.png);
    background-repeat: no-repeat;
    padding-top: 31px;
    background-size: contain;
    border-radius: 0 0 7px 7px;
    position: relative;
}

.main-head .header-slider > .item {
    flex-shrink: 1;
}

.main-head .header-slider .item .site-name {
    top: 4px;
}

#__replain_widget {
    display: none;
}

.video-wrapper {
    max-width: 535px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.translation-title {
    margin-bottom: 10px;
}

.translation-item.is-active img {
    display: none;
}

.translation-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    background: url(../img/play.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 101;
    transition: 0.2s;
}

.translation-item.is-active::before {
    opacity: 0;
}

.translation-item.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border: 2px solid #ffd001;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.translation-item:hover::before {
    transform: scale(1.2);
}


.translation-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 49%;
    padding-bottom: 150px;
}

.translation-item img,
.translation-item video {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0 auto;
    outline: none;
    width: 100%;
    height: auto;
    max-width: 330px;
    max-height: 200px;
}

.translation-item.item-1,
.translation-item.item-2 {
    margin-bottom: 10px;
}

.mobile .left .row-title {
    font-size: 72px;
    font-family: robotobold, sans-serif;
    line-height: 80px;
}

.ex_popup.mfp-bg {
    /*background: #fff;*/
    opacity: 0.5;
}

.ep__container {
    max-width: 1170px;
    background: #fff;
    margin: auto;
}

.form__container {
    max-width: 800px;
    background: #fff;
    margin: auto;
}

.form__container .input-wrapper {
    display: flex;
    flex-direction: column;
}

.form__container .input-wrapper .input-container {
    padding: 0 10px;
}

.form__container .submit {
    transition: all 250ms ease;
    background-color: #ffd001;
    outline: 0;
    border: none;
    width: 100%;
    height: 48px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-width: 310px;
}

.form__container .input-submit:hover {
    background-color: #e8c62f;
}

.form__container .input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-indent: 14px;
    margin-bottom: 20px;
    max-width: 310px;
}

.exit__popup,
.form__popup {
    text-align: center;
    font-size: 29px;
    max-width: 750px;
    margin: 0 auto;
    position: static;
    transform: none !important;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.mfp-zoom-in.ex_popup {
    z-index: 100000000;
}

.ex_popup .mfp-close {
    right: 30px;
    top: 30px;
    position: absolute;
    text-indent: -9999px;
    background: url(../img/close.svg) no-repeat scroll center center;
    width: 19px;
    height: 19px;
    opacity: 1;
}

.ep__container,
.form__container {
    text-align: center;
    color: #333;
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
}

.ep__title,
.form__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 17px;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.ep__subtitle {
    margin-bottom: 30px;
}

.ep__subtitle p span {
    font-weight: bold;
    text-decoration: underline;
}

.ep__subtitle p {
    font-size: 29px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.ep__instagram {
    display: flex;
    align-items: center;
    margin: 0 0 93px;
    justify-content: center;
    align-items: center;
}

.ep__instagram a {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.ep__instagram a:hover:before {
    transform: scale(1.1);
}

.ep__instagram a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(../img/insta.svg) no-repeat center;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: 0.5s;
    margin-right: 20px;
    margin-top: 10px;
    background-size: 50px 50px;
}

.ep__instagram a span {
    font-size: 20px;
    text-decoration: underline;
    font-weight: normal;
    margin-left: 20px;
}

.ep__instagram a:hover {
    /*text-decoration: underline;*/
}

.epy__youtube a::before {
    content: '';
    display: inline-block;
    background: url(../img/youtube.svg) no-repeat center;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: -2px 20px 0 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: 0.5s;
    background-size: 50px 50px;
}

.epy__youtube a {
    font-size: 22px;
    color: #333;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.epy__youtube a:hover {
    text-decoration: underline;
}

.epy__youtube a:hover:before {
    transform: scale(1.1);
}

.epy__title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.epy__subtitle {
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'roboto', 'arial', sans-serif !important;
}

.epy__youtube {

}

@media screen and (min-width: 768px) {
    .form__container .input-wrapper {
        flex-direction: unset;
    }

    .form__container .input-wrapper .input-container {
        width: 33.33%;
    }
}

@media screen and (max-width: 790px) {
    .ep__container {
        padding: 0 25px;
    }

    .ep__subtitle p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile .left .row-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .translation-item {
        width: 100%;
        margin-bottom: 0px !important;
        padding-bottom: 185px;
    }

    .translation-title {
        margin: 10px 0 !important;
    }

    .epy__title,
    .ep__title {
        font-size: 26px;
    }

    .ep__instagram a span {
        margin-left: 0;
        margin-top: 15px;
    }

    .epy__youtube a:before {
        margin: 0 auto 15px auto;
    }

    .ep__instagram a:before {
        margin: 0 0 15px 0;
    }

    .epy__youtube a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .ep__instagram a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

}

body.v-ru .main-head .teaser-header li {
    margin-right: 55px;
}

body.v-ru .mobile-version h2 {
    font-size: 42px;
}

@media only screen and (max-width: 480px) {
    body.v-ru .mobile-version h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    body.v-ru .mobile-version h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    body.v-ru .mobile-version h2 {
        font-size: 28px;
    }

    .translation-item.is-active::after {
        top: 40px;
    }

    .translation-item::before {
        top: 40px;
    }
}

.main-footer .row {
    display: flex;
    flex-direction: column;
}

.main-footer .footer_btn .button-wrapper a {
    font-size: 14px;
}

.main-footer .logo {
    margin: 0 auto;
}

.benefits_item .icon {
    margin-bottom: 7px;
}

.benefits_item .desc {
    text-align: center;
}

.benefits_item .desc p {
    font-family: roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
}

.benefits-wrapper {
    padding: 0 15px;
}

.benefits_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits_item {
    margin-bottom: 15px;
}

.main-footer .polit-link {
    margin-bottom: 15px;
    text-align: center;

    .button {
        padding: 10px 30px 10px 30px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1199px) {
    .main-footer .logo {
        order: 1;
    }

    .main-footer .row {
        flex-direction: unset;
        align-items: center;
    }

    .main-footer .contacts-wrapper {
        margin: 0 auto;
        order: 2;
    }

    .main-footer .footer_btn .button-wrapper a {
        font-size: 21px;
    }

    .main-footer .polit-link {
        text-align: left;
    }

    .main-footer .polit-link a:hover {
        background: #e8c62f;
    }

    .free-call .text {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .footer-wrapper {
        width: 35.5%;
        order: 3;
    }

    .benefits-wrapper {
        display: flex;
        padding: 0;
    }

    .benefits_item {
        margin-bottom: unset;
        align-items: flex-end;
    }

    .benefits_item .desc {
        text-align: right;
    }

    .benefits_item:not(:last-child) {
        margin-right: 20px;
    }
}