footer {
    display: none;
    margin-top: 0;
}

.help-article {
    margin-bottom: 0;
}

.help-article p {
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
}

.help-article a {
    color: #2282d4;
    cursor: pointer;
}

.created-date {
    color: #6C8092;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
}

.date-break-mobile {
    display: none;
}

.dates-separator {
    margin-left: 10px;
    margin-right: 10px;
}


.help-article a:hover {
    color: #2282d4;
    text-decoration: underline;
    text-decoration-color:  #2282d4;
}


.show-popup:hover::after {
    width: 0 !important;
}

.social-link:hover::after {
    width: 0 !important;
}

h1.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 62px;
    font-style: normal;
}

h2 {
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 49px;
    margin-top: 50px;
}

h3 {
    font-family: 'Gilroy', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 30px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.help-article .content-and-labels img {
    margin-bottom: 1rem;
}

.thank-you-text {
    display: none;
    max-width: 372px;
}

.error-text {
    display: none;
    max-width: 372px;
}

.vote-again-text {
    display: inline-flex;
    max-width: 372px;
}

.label-filter {
    cursor: pointer;
}

strong {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
}

.more-help-title {
    margin-top: 60px;
}

.date-and-title-row {
    margin-top: 165px;
    text-align: center;
}

.content-and-labels {
    padding-bottom: 30px;
    border-bottom: 2px solid #ECF0F2;
}

.main-article-title {
    text-align: center !important;
    margin-bottom: 10px;
}

.help-article li {
    margin-top: 17px;
}

.help-article li {
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    letter-spacing: 0;
}

.help-article ol li::marker {
    content: counter(list-item) ' |    ';
    color: #2282D4;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border-right: solid 1px #2282D4;
}

.category-labels-bottom {
    margin-top: 20px;
}

.icon-info-status {
    margin-right: 10px !important;
    margin-bottom: 4px !important;
}

.icon-info-warning {
    max-width: 14px;
    margin-right: 5px;
    margin-bottom: 3px !important;
}

.info-text-type-2 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.note-type-1 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #6C8092;
}

.note-type-1 strong {
    font-weight: 500;
    font-style: normal;
}

.important-text-type-1 {
    padding-left: 30px;
    border-left: 2px solid #2282D4;
}

.important-text-type-2 {
    padding-left: 15px;
    border-left: 2px solid #FFB848;
}

.label-filter {
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 5px;
}

.social-icon {
    margin-top: 17px;
    cursor: pointer;
}

.social-icon-wrapper {
    text-align: center;
}


.g__button.type-2 {
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, .0);
    color: #2a3946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    transition: 0.3s;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}


.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.feedback-wrapper {
    margin-top: 20px;
}

.feedback-part {
    display: inline-flex;
}

.btn-answer {
    width: 80px;
    margin-left: 20px;
}

.feedback-question-wrapper {
    display: inline-flex;
}

.share-social {
    display: inline-flex;
    float: right;
    margin-left: 90px;
    cursor: pointer;
}

.share-social-logedout {
    float: left;
    margin-left: 0;
}

.social-link {
    margin-left: 5px;
}

.social-link:hover {
    text-decoration: none !important;
}


/* Contact */

.help-bottom-part {
    background-color: #F6F7F8;
    padding-bottom: 50px;
}

.contact-titles {
    margin: 0 auto;
    margin-top: 62px;
    padding-top: 10px;
}

.contact-titles .title {
    margin-bottom: 10px;
}

.boxes-section {
    margin-top: 70px;
}

.question-answer-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.g__without-indent {
    margin-bottom: 0;
    margin-top: 0;
}

.g__section-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
}

.g__section-background:not(.var-a) {
    z-index: -1;
}

.btn-qs {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2282d4 !important;
    margin-top: 10px;
}

.btn-qs:active {
    color: #2282d4 !important;
}

.btn-qs:focus {
    color: #2282d4 !important;
}

.g__text.type-7 {
    font-family: Gilroy;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
}

.question-support-wrapper {
    max-width: calc(1070px + 30px + 30px);
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.quick-answers .two-blocks {
    margin-top: 60px;
    padding-bottom: 70px;
}

.question-support-column {
    border-radius: 6px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    background-color: #fff;
    max-width: 35%;
    min-width: 344px;
    padding: 47px 20px;
    margin: 0 10px 30px;
}

.question-answer-title {
    font-size: 26px;
}

.text-wrapper {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
}

.sub-question {
    margin-top: -13px;
}

.question-helpful {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.labels-small-screen {
    display: none;
}

.mobile-line-break {
    display: none;
}

.horizontal-line-mobile {
    display: none;
}

.hide-element {
    display: none;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 34px;
    }

    h2, h3 {
        font-size: 26px;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }

    .date-and-title-row {
        margin-top: 85px;
    }

    .two-blocks {
        display: block !important;
    }

    .social-icons-left, .labels-right {
        display: none;
    }

    .contact-titles {
        padding-left: 10px;
        padding-right: 10px;
    }

    .labels-small-screen {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .boxes-section {
        margin-top: 45px;
    }

    .question-support-wrapper {
        padding: 0;
    }

    .question-support-column {
        min-width: 340px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .menu-toggle {
        margin: 8px 15px 0 0 !important;
    }
}

@media screen and  (max-width: 767px) {
    h1.title {
        font-size: 26px;
        line-height: 42px;
    }

    h2, h3 {
        font-size: 20px;
    }

    p {
        text-align: left;
    }

    .contact-titles {
        margin-top: 35px;
    }

    .content-and-labels {
        padding-bottom: 20px;
    }

    li > * {
        vertical-align: top;
    }

    .important-text-type-1 {
       padding-left: 22px;
        text-align: left;
    }

    .important-text-type-2 {
        padding-left: 15px;
        text-align: left;
    }

    .answer-buttons {
        margin-top: 10px;
        margin-bottom: 20px;
        display: block !important;
    }

    .dates-separator {
        display: none;
    }

    .date-break-mobile {
        display: block;
    }

    .feedback-question-wrapper {
        display: block;
    }

    .btn-answer {
        margin-left: 0;
    }

    .btn-answer-no {
        margin-left: 10px;
    }

    .mobile-line-break {
        display: block;
    }

    .social-icon-bottom {
        margin-top: 7px;
        margin-right: 20px;
    }

    .linkedin-icon {
        margin-right: 0;
    }

    .share-social {
        margin-top: 10px;
        float: none;
        margin-left: unset;
        display: block;
    }

    .date-and-title-row {
        margin-top: 65px;
    }

    .main-article-title {
        margin-bottom: 20px !important;
    }

    .labels-small-screen {
        margin-bottom: 10px;
    }

    .horizontal-line-mobile {
        display: block;
    }
}

@media screen and (min-width: 1920px) {
    .question-support-wrapper {
        max-width: 1315px;
    }

    .question-support-column {
        min-width: 450px;
        min-height: 294px;
        padding: 60px 40px;
    }
}

.sl-image {
    top: 50% !important;
    left: 50% !important;
    transform: none !important;
}

.sl-image img{
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

#overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.6)  url(/img/help/loader.svg) center center no-repeat;
    background-size: 200px 200px;
    opacity: .7;
}

.sl-image img {
    max-width: 99vw;
    max-height: 95vh;
}

.octopia-right-label-img {
    min-width: 40px;
}
