/* Static Page */
.page-content {
    padding-top: 25px;
}

@media (min-width: 830px) {
    .page-content {
        padding-top: 0;
    }
}

.static-page {
    padding: 5px 0 20px;
}

.static-page img {
    max-width: 100%;
    max-height: 100%;
}

.static-page p {
    font-size: 14px;
    line-height: 21px;
}

.static-sidebar-block > div {
    margin-bottom: 35px;
}

.static-sidebar-block > div h3 {
    font-family: 'LatoSemiBold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ff9f15;
}

.static-sidebar-block > div p {
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0;
    padding: 0;
}

.static-sidebar-block > div a {
    display: inline-block;
    padding: 10px 0;
    color: #4f515e;
}

.static-sidebar-block > div a.active {
    padding: 10px 15px;
    border-radius: 6px;
    background: #efefef;
}

.static-content-block ul {
    margin: 15px 0;
}

.static-content-block ul li {
    font-size: 16px;
    margin: 10px 0;
    padding: 5px 0 5px 35px;
    list-style-type: none;
    background: url('../images/orange_check.svg') no-repeat 5px center;
    background-size: 15px;
}

.mobile-static-active-tab {
    display: none;
}

@media (max-width: 1790px) {
    .static-page .left-block {
        width: 16%;
    }

    .static-page .right-block {
        width: 80%;
    }
}

@media (max-width: 3000px) {
    .static-page .left-block {
        width: 16%;
    }

    .static-page .right-block {
        width: 80%;
    }
}

@media (max-width: 829px) {
    .static-page {
        padding: 20px 0;
    }

    .static-page .left-block {
        width: 100%;
        margin-top: 10px;
    }

    .static-page .right-block {
        width: 100%;
        padding-left: 0;
    }

    /* Static Page */
    .static-sidebar-block > div h3 {
        margin: 20px 0;
    }

    .static-sidebar-block > div h3:first-child {
        margin-top: 20px;
    }

    .static-sidebar-block > div {
        margin-bottom: 0;
    }

    .static-sidebar-block > div p {
        width: 100%;
        margin: 5px 0;
    }

    .static-sidebar-block > div a {
        display: block;
        padding: 10px 15px;
        border-radius: 6px;
        background: url('../images/arrow_right_icon.svg') no-repeat 98% center;
        background-color: #efefef;
    }

    .static-sidebar-block > div a.active {
        background: url('../images/arrow_right_icon.svg') no-repeat 98% center;
        background-color: #efefef;
    }

    .mobile-static-active-tab {
        font-size: 13px;
        line-height: 1.4;
        position: relative;
        display: block;
        padding: 10px 15px;
        border-radius: 6px;
        background: #efefef;
    }

    .mobile-static-active-tab:before {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 5px;
        height: 9px;
        margin-top: -4px;
        content: '';
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: url('../images/arrow_right_icon.svg') no-repeat center;
    }
}
