/*@font-face {*/
/*    font-family: 'StratosSkyeng Medium';*/
/*    src: local('stratosskyengweb-medium'), local('stratosskyengweb-medium'),*/
/*    url('../../fonts/stratosskyengweb-medium.woff2') format('woff2'),*/
/*    url('../../fonts/stratosskyengweb-medium.woff') format('woff'),*/
/*    url('../../fonts/stratosskyeng-medium.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'StratosSkyeng';*/
/*    src: local('stratosskyengweb-regular'), local('stratosskyengweb-medium'),*/
/*    url('../../fonts/stratosskyengweb-regular.woff2') format('woff2'),*/
/*    url('../../fonts/stratosskyengweb-regular.woff') format('woff'),*/
/*    url('../../fonts/stratosskyeng-regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

body {
    overflow-x: hidden;
    font-size: 14px;
}

.help-header {
    background-color: #004980;
    background-image: url("../../images/help/top-bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom 25px;
    color: #ffffff;
    padding: 35px 0;
    margin-bottom: 10px;
}

.help-header__main .help-header__text {
    margin-bottom: 50px;
}

.help-header__main {
    background-image: url("../../images/help/top-bg2.svg");
    background-position: center bottom 25px;
}

.help-logo + span {
    font-size: 1.48rem;
    margin: 0 1rem;
}

.help-search .help-search__input {
    width: 100%;
    border-radius: 16px;
    border: none;
    font-size: 22px;
    font-weight: 300;
    padding-left: 4rem;
    background: #336d99;
    color: #95b3cb;
    height: 50px !important;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-search input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]) {
    height: 38px !important;
}

.help-search .help-search__input::placeholder {
    color: #95b3cb;
}

.help-search .help-search__btn {
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    background: transparent;
    border: none;
    width: 40px;
}
.help-search .help-search__btn img {
    width: 18px;
}

.help-header__btn {
    width: 100%;
    background: #FF4545;
    border-radius: 8px;
    height: 50px;
    color: #FFFFFF;
    font-size: 1.23rem;
    padding: 1rem 2rem;
    text-align: center;
}

.help-header__btn:hover {
    /*background: #BDF5FF;*/
    /*color: #1797CC;*/
    color: #FFFFFF;
    text-decoration: none;
}

.help-header__text h1 {
    font-size: 56px;
    line-height: 110%;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-header__text span {
    font-size: 26px;
    line-height: 110%;
    display: block;
    margin-top: 10px;
}

.help-stat span {
    font-size: 18px;
}

.help-stat a {
    background: #ffffff;
    padding: 8px 22px;
    border-radius: 6px;
    color: #1797CC;
    font-size: 18px;
}

.help-content {
    font-size: 18px;
    line-height: 130%;
    /*max-width: 1015px;*/
}

.help-content h2 {
    /*font-size: 34px;*/
    color: #004980;
    margin: 25px 0px;
    font-family: "MuseoSansCyrl", sans-serif;
    line-height: 100%;
}

.help-content h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-content blockquote {
    padding-left: 30px;
    position: relative;
    font-style: italic;
    margin-left: 65px;
    max-width: 85%;
}

.help-content blockquote:before {
    content: "";
    background: #004980;
    width: 3px;
    height: 80%;
    left: 0;
    top: 10%;
    bottom: 10%;
    display: block;
    position: absolute;
    border-radius: 5px;
}

.help-topmenu ul {
    padding: 0;
    gap: 15px;
}

.help-topmenu li {
    list-style: none;
}

.help-topmenu li a {
    padding: 7px 10px;
    background: #0080C1;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 18px;
    display: block;
}

.help-topmenu li {
    position: relative;
}

.help-topmenu li a + ul {
    display: none;
    position: absolute;
    z-index: 2;
    background: #009EE4;
    width: 100%;
    margin-top: -6px;
}

.help-topmenu li:hover a + ul {
    display: block;
}

.help-topmenu li a + ul li a {
    font-size: 1.37rem;
    position: relative;
    border-radius: 0;
    color: #C2F5FF;
}

.help-topmenu li a + ul li:hover a {
    color: #ffffff;
}

.help-topmenu li a + ul li a:after {
    content: "";
    bottom: 0;
    height: 2px;
    background: #6fe4ff;
    position: absolute;
    left: 10px;
    right: 10px;
    border-radius: 3px;
}

.help-topmenu li a + ul li:last-child a:after {
    display: none;
}

.help-toptags {
    font-size: 1rem;
    gap: 10px;
    margin: 40px 0;
}

.help-tags {
    margin-bottom: 30px;
    align-items: center;
}

.help-tags span {
    color: #5c5c5c;
    font-size: 16px;
}

.help-tags strong {
    font-weight: 500;
    font-size: 1rem;
}

.help-tags i {
    font-style: normal;
    background: #E4FBFF;
    border-radius: 7px;
    padding: 6px 11px;
    margin-left: 6px;
    color: #5b6466;
}

.help-banner img {
    max-width: 100%;
}

/*.help-wrap__btn {*/
/*    width: 67%;*/
/*}*/

.help-btn {
    margin-right: 15px;
    padding: 11px 35px;
    background: #00C1FF;
    border-radius: 8px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-btn.help-btn__unclear {
    background: #C2F5FF;
    color: #004980;
}

.help-btn.help-btn__share {
    background: #FFFFFF;
    border: 1px solid #1FBBFF;
    color: #000000;
}

.help-btn span {
    height: 20px;
    margin-right: 20px;
    display: inline-block;
}

.help-btn__useful span {
    width: 20px;
    background: url("../../images/btn-useful.svg") no-repeat;
    background-size: contain;
}

.help-btn__unclear span {
    width: 24px;
    background: url("../../images/btn-unclear.svg") no-repeat;
    background-size: contain;
}

.help-btn__share span {
    width: 27px;
    background: url("../../images/btn-share.svg") no-repeat;
    background-size: contain;
}

.help-btn:hover {
    opacity: 0.8;
}

.help-btn__useful:hover {
    color: #FFFFFF;
}

.help-btn__unclear:hover {
    color: #004980;
}

.help-btn__share:hover {
    color: #000000;
}

.help-more__link {
    color: #009EE4;
    font-size: 18px;
    margin: 0 auto 70px;
    display: table;
}

.help-comment {
    width: 100%;
}

.help-comment h3 {
    font-size: 1.875rem;
    margin-top: 2.1rem;
}

.help-comment input {
    width: 100%;
    font-size: 1.375rem;
    border: 1px solid #00C1FF;
    height: 53px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 1.1rem;
    margin-bottom: 0.8rem;
}

.help-comment input::placeholder {
    color: #C4C4C4;
}

.help-comment__item {
    column-gap: 20px;
}

.help-comment__item img {
    flex-shrink: 0;
}

.help-comment__text strong {
    font-size: 1.125rem;
    font-weight: 400;
}

.help-comment__text p {
    font-size: 1.375rem;
    margin: 10px 0;
}

.help-comment__text span {
    font-size: 1.125rem;
}

.help-comment__text span > a {
    margin-left: 30px;
    color: #009EE4;
}

.help-comment__text i {
    font-style: normal;
    color: #009EE4;
    font-size: 1.125rem;
    display: block;
    margin: -10px 0 10px;
}

.help-comment__more {
    position: relative;
    color: #009EE4;
    text-decoration: underline;
    font-size: 1.125rem;
    padding-left: 25px;
    cursor: pointer;
}

.help-comment__more:hover {
    color: #004980;
}

.help-comment__more:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #009EE4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.help-comment__more:hover:before {
    border-top-color: #004980;
}

.help-interest h3 {
    font-size: 28px;
    color: #004980;
    margin-bottom: 2.3rem;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-interest .help-col {
    background: #FFFFFF url("../../images/arrow-right.svg") no-repeat 95% 85%;
    padding: 15px 15% 15px 15px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    /*font-size: 1.25rem;*/
    line-height: 110%;
}

.help-form {
    background: #E4FBFF;
    border-radius: 18px;
    padding: 3.3rem 7.5rem;
    position: relative;
}

.help-form:before, .help-form:after {
    content: "";
    position: absolute;
    display: block;
}

.help-form:before {
    background: url("../../images/rocket.png") no-repeat;
    background-size: contain;
    width: 87px;
    height: 88px;
    right: -1rem;
    top: 9rem;
}

.help-form:after {
    background: url("../../images/bag.png") no-repeat;
    background-size: contain;
    width: 105px;
    height: 93px;
    bottom: 3.3rem;
    left: -20px;
}

.help-form__main {
    padding: 2.3rem 4rem;
}

.help-form__main:before {
    background-image: url("../../images/letter.png");
    width: 81px;
    height: 70px;
    top: -1rem;
}

.help-form__main:after {
    background-image: url("../../images/letter2.png");
    width: 137px;
    height: 117px;
    left: 45%;
    bottom: 0;
}

.help-form__main--text a {
    color: #004980;
}

.help-form__main--text p {
    font-size: 1.56rem;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-form__main--text p strong {
    font-size: 1.87rem;
}

.help-form__main .help-form__form {
    padding: 36px 48px;
}

.help-form__main .help-form__form .form_button {
    font-weight: 400;
}

.help-form__title {
    font-size: 2.19rem;
    line-height: 110%;
    font-weight: 500;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-calculator {
    margin-bottom: 90px;
}

.help-calculator__form {
    border: 2px solid #00C1FF;
    border-radius: 15px;
    padding: 36px 48px;
}

.help-calculator__list h4 {
    font-size: 1.3rem;
}

.help-calculator__choose {
    margin-bottom: 20px;
}

.help-calculator__choose:first-child {
    margin-right: 6px;
}

.help-calculator__choose input, .help-calculator__radio input, .help-calculator__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.help-calculator__choose label {
    font-size: 1rem;
    background: #e4fbff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.help-calculator__choose input:checked + label {
    background: #00c1ff;
    color: #ffffff;
}

.help-calculator__radio, .help-calculator__checkbox {
    font-size: 1rem;
}

.help-calculator__radio label, .help-calculator__checkbox label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 26px;
}

.help-calculator__radio label:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    display: block;
    margin-right: 6px;
    top: 3px;
}

.help-calculator__radio input:checked + label:after {
    content: "";
    background: #000000;
    width: 13px;
    height: 13px;
    top: 6px;
    left: 3px;
    position: absolute;
    border-radius: 100%;
}

.help-calculator__checkbox {
    align-items: flex-start;
    font-size: 0.9rem;
    margin-top: 20px;
}

.help-calculator__checkbox label:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    margin-right: 6px;
}

.help-calculator__checkbox input:checked + label:after {
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    border-left: 2px solid #00c1ff;
    border-bottom: 2px solid #00c1ff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 4px;
}

.ui-widget-content {
    background: #e3e4e5;
    height: 2px;
    position: relative;
}

.ui-widget-header {
    background: #000000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 100px;
    background: #000000;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: -10px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    left: 0;
    top: 0;
    height: 100%;
}

.help-calculator__salary {
    background: #E4FBFF;
    border-radius: 18px;
    padding: 2rem;
    color: #3e3f3f;
}

.help-calculator__salary h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.help-calculator__salary p {
    font-size: 1.69rem;
}

.help-calculator__salary p > span {
    font-size: 2rem;
}

.help-calculator__salary p + span {
    font-size: 1rem;
    color: #999999;
    line-height: 100%;
    display: block;
    max-width: 70%;
}

.help-form__form {
    background: #ffffff;
    padding: 36px 81px;
    /*margin-left: 2rem;*/
}

.help-form__form input, .help-form__form select {
    width: 100%;
    background: #F4F5F6;
    border-radius: 6px;
    height: 53px;
    border: none;
    margin-bottom: 23px;
    padding: 7px 14px;
    font-size: 1.31rem;
    color: #BABEC0;
}

.help-form__form input::placeholder {
    color: #BABEC0;
}

.help-form__form .form_button {
    background: #1FBBFF;
    border-radius: 6px;
    font-size: 1.30rem;
    font-family: "MuseoSansCyrl", sans-serif;
}

.help-questions {
    font-size: 1.37rem;
    gap: 70px 100px;
    flex-wrap: wrap;
}

.help-questions .help-col span {
    font-size: 1.56rem;
    background: #0080C1;
    border-radius: 7px;
    padding: 7px 10px;
    color: #ffffff;
    margin-bottom: 0.6rem;
    display: table;
}

.help-questions .help-col p {
    margin-bottom: 0.6rem;
    margin-left: 10px;
}

.site-footer__help {
    background: #004980;
    font-size: 0.94rem;
}

.footer-menu__help li {
    list-style: none;
    margin-bottom: 10px;
}

.site-footer__help a {
    color: #ffffff;
}

.site-footer__help--social {
    column-gap: 20px;
}

.footer-cont__help a {
    display: block;
    margin-bottom: 10px;
}

.container-help {
    /*position: relative;*/
}

.help-ask__wrap {
    position: absolute;
    top: 0;
    right: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.help-ask {
    position: fixed;
    background: #004980;
    border-radius: 10px;
    font-size: 1.22rem;
    color: #E4FBFF;
    padding: 12px 61px;
    bottom: 50px;
    font-family: "MuseoSansCyrl", sans-serif;
    cursor: pointer;
    z-index: 2;
    box-shadow: 1px 0 10px #ffffff;
}

.help-ask:hover, .help-up:hover {
    background: #0080c1;
}

.help-up {
    position: fixed;
    bottom: 130px;
    cursor: pointer;
    background: #E4FBFF;
    border-radius: 100%;
    width: 83px;
    height: 83px;
    z-index: 22;
}

.help-up:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-top: 10px solid #004980;
    border-right: 10px solid #004980;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
}

.help-up:hover:before {
    border-color: #ffffff;
}

.help-tabs {
    width: 100%;
    margin-bottom: 20px;
}

.help-tabs {
    cursor: pointer;
    font-size: 1.56rem;
    color: #004980;
    font-weight: 300;
}

.help-tabs__item {
    border-bottom: 1px solid #0065B1;
}

.help-tabs__label {
    padding: 25px 55px 25px 35px;
    position: relative;
}

.help-tabs__text {
    padding: 25px 35px;
    color: #000000;
    display: none;
}

.help-tabs__item.help-tabs__item--active .help-tabs__label {
    background: #E4FBFF;
    border-radius: 7px;
}

.help-tabs__item.help-tabs__item--active .help-tabs__text {
    display: block;
}

.help-tabs__label:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(#0065B1, #0065B1), linear-gradient(#0065B1, #0065B1);
    background-position: center;
    background-size: 20px 3px, 3px 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.help-tabs__item.help-tabs__item--active .help-tabs__label:after {
    background: #0065B1;
    background-size: auto;
    width: 3px;
    height: 20px;
    right: 44px;
}

.help-swiper {
    margin-top: 50px;
}

.help-slider {
    margin-bottom: 40px;
}
.help-slider__item_wrap {
    padding-top: 25px;
    height: max-content;
    /* padding-right: 10px; */
}
.help-slider__item {
    padding: 30px;
    line-height: 100%;
    /*width: 475px;*/
    position: relative;
    border-radius: 15px;
    background: #ffec8f;
    height: 100%;
}

.help-slider__item img {
    position: absolute;
    top: -8%;
    right: 15px;
    max-width: 90px;
}

.help-slider__item strong {
    display: flex;
    font-size: 1rem;
    color: #657f85;
}

.help-slider__item span {
    border-radius: 7px;
    padding: 6px 11px;
    margin-right: 6px;
    background: #fee96f;
}

.help-slider__item h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
}

.help-slider__item--blue {
    background: #E4FBFF;
}

.help-slider__item--green {
    background: #DBFFE9;
}

.help-slider__item--pink {
    background: #F9EBFF;
}

.help-slider__item--blue span {
    background: #C2F5FF;
}

.help-slider__item--green span {
    background: #B4FDD1;
}

.help-slider__item--pink span {
    background: #F4D6FF;
}

.help-slider__item p {
    font-size: 18px;
    line-height: 24px;
}

.rang-val {
    border: none;
    width: 100%;
    font-size: 1.2rem;
    text-align: right;
}

@media (max-width: 1199px) {
    .help-header {
        background-position: center 75%;
    }

    .help-content {
        font-size: 1.3rem;
    }

    .help-search__input {
        font-size: 1rem;
    }

    .help-header__btn {
        font-size: 1.1rem;
        padding: 0.8rem 1rem;
    }

    .help-header__main .help-header__text {
        margin-bottom: 60px;
    }

    .help-header__text h1 {
        font-size: 3.5rem;
    }

    .help-header__text span {
        font-size: 2rem;
    }

    .help-stat span {
        font-size: 1.125rem;
    }

    .help-btn {
        font-size: 1.3rem;
    }

    .help-interest h3 {
        font-size: 2.6rem;
    }

    .help-interest .help-col {
        font-size: 1.1rem;
    }

    .help-form {
        padding: 3rem 7rem;
    }

    .help-form__title {
        font-size: 2rem;
    }

    .help-form__form input, .help-form__form select {
        font-size: 1rem;
    }

    .help-form__form .form_button {
        font-size: 1.2rem;
    }

    .help-questions {
        gap: 50px 20px;
    }

    .help-questions .help-col span {
        font-size: 1.35rem;
    }

    .help-questions .help-col p {
        font-size: 1.1rem;
    }

    .help-wrap__btn, .help-comment {
        width: 90%;
    }

    .help-comment__text p {
        font-size: 1.1rem;
        margin: 8px 0;
    }

    .help-logo__skyeng img, .help-logo img {
        max-width: 100px;
    }

    .help-tabs {
        font-size: 1.3rem;
    }

    .help-tabs__label, .help-tabs__text {
        padding: 15px 45px 15px 25px;
    }

    .help-tabs__label:after {
        width: 15px;
        height: 15px;
        background-size: 15px 3px, 3px 15px;
        right: 25px;
        margin-top: -7px;
    }

    .help-tabs__item.help-tabs__item--active .help-tabs__label:after {
        height: 15px;
        right: 31px;
    }

    .help-up {
        width: 60px;
        height: 60px;
    }

    .help-up:before {
        width: 20px;
        height: 20px;
        border-top: 7px solid #004980;
        border-right: 7px solid #004980;
        margin-top: -7px;
        margin-left: -10px;
    }

    .help-topmenu ul {
        gap: 12px;
    }

    .help-topmenu li a {
        font-size: 1.1rem;
        padding: 5px 7px;
    }

    .help-topmenu li a + ul li a {
        font-size: 0.9rem;
    }

    .help-slider__item {
        /*width: 400px;*/
        padding: 25px;
    }

    .help-slider__item h4 {
        font-size: 2rem;
    }

    .help-slider__item p {
        font-size: 1.2rem;
    }

    .help-calculator__form {
        padding: 20px 35px;
    }

    .help-calculator__choose label {
        font-size: 0.9rem;
        padding: 5px;
    }

    .help-calculator__radio input:checked + label:after {
        top: 7px;
        left: 4px;
    }

    .help-calculator img {
        max-width: 100%;
    }

    .help-calculator__salary h3 {
        font-size: 1.3rem;
    }

    .help-form__main {
        padding: 2rem 2.5rem;
    }

    .help-toptags {
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .help-form {
        padding: 2rem 3rem;
    }


    .help-form:before {
        width: 60px;
    }

    .help-form:after {
        width: 65px;
    }

    .help-form {
        padding: 1rem;
    }

    .help-wrap__btn, .help-comment {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .help-form__form {
        background: transparent;
        padding: 10px;
        margin-left: 0;
    }

    .help-form__form input, .help-form__form select {
        background: #ffffff;
    }

    .help-form:before {
        top: 3rem;
    }

    .help-form:after {
        display: none;
    }

    .help-form__title {
        font-size: 1.5rem;
    }

    .help-header__main .help-header__text {
        margin-bottom: 20px;
    }

    .help-questions .help-col span {
        font-size: 1rem;
    }

    .help-questions .help-col p {
        font-size: 0.9rem;
    }

    .help-questions {
        flex-direction: column;
        gap: 20px;
    }

    .help-col:nth-child(2n) {
        align-self: flex-end;
    }

    .help-wrap__btn {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start !important;
    }

    .help-btn {
        font-size: 1rem;
        padding: 10px;
    }

    .help-btn span {
        height: 14px;
        width: 14px;
        margin-right: 5px;
    }


    .help-content blockquote {
        padding-left: 20px;
        margin-left: 15px;
    }

    .help-comment input {
        font-size: 1rem;
        height: 43px;
        padding: 10px;
    }

    .help-ask {
        font-size: 1rem;
        padding: 12px;
    }

    .footer-menu__help {
        padding-left: 0;
    }

    .site-footer__help .site-footer-logo img {
        max-width: 170px;
    }

    .help-logo__skyeng img, .help-logo img {
        max-width: 100%;
    }

    .help-header__text h1 {
        font-size: 1.8rem;
    }

    .help-header__text span {
        font-size: 1.2rem;
    }

    .help-stat a {
        margin-top: 20px;
    }

    .help-header {
        background-image: none;
    }

    .help-header__btn {
        display: none !important;
    }

    .help-stat {
        margin-top: 10px;
    }

    .help-interest h3 {
        font-size: 2rem;
        line-height: 100%;
    }

    .help-topmenu li a {
        font-size: 1rem;
    }

    .help-topmenu li a + ul li a {
        font-size: 0.9rem;
    }

    .help-tags i {
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 6px;
        display: inline-block;
    }

    .help-content h2 {
        font-size: 2rem;
    }

    .help-slider__item h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .help-slider__item p {
        font-size: 1rem;
    }

    .help-tags {
        margin-bottom: 40px;
    }

    .help-calculator__salary {
        margin: 0 -15px;
    }

    .help-calculator img {
        display: none;
    }

    .help-form__main .help-form__form {
        padding: 0;
    }

    .help-form__main--text p strong {
        font-size: 1.5rem;
    }

    .help-form__main--text p {
        font-size: 1.3rem;
    }

    .help-more__link {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .help-stat a {
        display: none;
    }

    .help-stat {
        justify-content: space-between;
    }
}

.help-content section {
    margin-top: 40px;
}

.help-slider__item a {
    color: inherit;
}
.help-slider__item a:hover {
    color: inherit;
}
.swiper-wrapper {
    align-items: stretch;
}
.help_home_page_slider2 .help-slider__item {
    padding-top: 60px;
    /*height: auto;*/
}
.help_home_page_slider2 .help-slider__item img {
    width: 100%;
    max-width: 88px;
    max-height: 88px;
}

.help_home_page_articles {

}
.help_home_page_articles .title_link {
    color: inherit;
}
.help_home_page_articles .title_link:hover {
    color: #0080c1;
}

.help_home_page_articles h3 a {
    color: inherit;
}
.help_home_page_articles h3 a:hover {
    color: #0080c1;
}

.help_home_page_articles i a {
    color: inherit;
}

.help_home_page_articles i a:hover {
    color: #0080c1;
}

.help-tags i {
    display: inline-block;
    margin: 5px 5px 0 0;
}
.other_posts_link {
    text-align: center;
}

.help-interest a {
    color: inherit;
}
.help-interest a:hover {
    color: #0080c1;
}

.help_ask_link {
    color: #ffffff;
}
.help_ask_link:hover {
    color: #ffffff;
}
.help-form__title {
    text-align: center;
}

.swiper-block {
    display: flex;
    max-width: 140px;
    position: relative;
    margin: 20px auto 0;
    font-size: 30px;
    color: #004980;
    justify-content: space-between;
}

a.article_excerpt_link {
    color: inherit;
    text-decoration: none;
}

.buttons-wrap {
    bottom: 0;
    height: unset;
}

.bigswiper-pagination, .smallswiper-pagination   {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    z-index:999;
}

.swiper-pagination-bullet {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0a6aa1;
    margin: 10px;
    cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a6aa1;
}
.hoverup_wrap {
    transition: 0.3s;
}
.hoverup_wrap:hover {
    transform: scale(1.02);
    transition: 0.3s;
}
.alert-show {
    font-size: 14px;
    color: #999999;
    display: none;
    line-height: 140%;
    margin-top: 30px;
}


.single-help .single__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-help .single__actions {
    width: 400px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 110%;
    color: #999999;
}
.single-help .post_date {
    margin-right: 15px;
    margin-left: 15px;
}

.single-help .top_single__socials {
    margin-top: 0px;
    color: #878D92;
    margin-bottom: 10px;
}

.banners_sidebar_post__item {
    margin-top: 25px;
}

.aside.mob .show_banners_items{
    display: none;
}

.aside.mob .sidebar-category{
    display: none;
}
.fix {
    position: fixed;
}
/*.aside > aside.sidebar-category {*/
/*    position: sticky;*/
/*    top: 30px;*/
/*    z-index: 5;*/
/*    background-color: #F4F5F6;*/
/*}*/
@media (max-width: 768px) {
    .aside.mob {
        overflow: hidden;
        z-index: 999;
        position: fixed;
    }
}

.helpcat__title {
    padding-bottom: 50px;
}

h3.home_article_title {
    font-weight: 700;
}
.help_date_and_terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .post_date {
        width: 100%;
    }
    .help-tags {
        flex-wrap: wrap;
    }
}
.img_calc {
    width: 100%;
}

