/* Minification failed. Returning unminified contents.
(5843,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5844,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5845,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5846,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5847,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5848,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5849,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5850,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5851,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5865,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-border'
(5915,25): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(5931,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-light-text'
(5954,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-light-text'
(5964,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-dark-grey'
(5980,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6061,22): run-time error CSS1039: Token not allowed after unary operator: '-pagination-bg'
(6062,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-text'
(6074,21): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6078,26): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6090,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6091,17): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6147,28): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
(6148,17): run-time error CSS1039: Token not allowed after unary operator: '-pagination-text'
(6156,21): run-time error CSS1039: Token not allowed after unary operator: '-ekassa-purple'
 */
a.cta-button {
    text-decoration: none;
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    z-index: 2;
    display: block;
    text-indent: -9999px;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .close:before,
    .close:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 5px;
        left: -2px;
        background: #b9b9b9;
        transition: all 0.25s ease-in-out;
    }

    .close:before {
        top: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .close:after {
        bottom: 6px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .close:hover:before,
    .close:hover:after {
        background: #3a3a3a;
    }

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.popup {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0, 0.73);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
}

    .popup .table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .popup .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

.popup-content {
    width: 100%;
    max-width: 635px;
    background: #f9f9f9;
    box-shadow: 1.239px 70.989px 84px 0px rgba(1, 1, 1, 0.2);
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
    position: relative;
    border-radius: 10px;
}

#agreement-preview .popup-content,
#umowy .popup-content {
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}

    #agreement-preview .popup-content p,
    #umowy .popup-content p {
        margin-right: 0;
    }

.link {
    color: #8566ff;
}
.popup-content .link {
    padding-bottom: 1px;
    border-bottom: 1px solid #8566ff;
    display: inline-block;
    color: #8566ff;
    text-decoration: none;
/*
    font-size: 18px;
    line-height: 31px;
    color: #21adce;
    border-bottom: 1px solid #21adce;
    display: inline;
    padding-bottom: 4px;
*/
}

    .popup-content .link:hover {
        color: #21adce;
    }

    .popup-content .link.green-border {
        border-bottom-color: #21adce;
    }

.popup-content .inner {
    margin: 0 auto;
    padding: 30px 30px 12px;
    display: none;
}

#agreement-preview .popup-content .inner,
#umowy .popup-content .inner {
    max-width: 995px;
    width: 100%;
    font: 16px Roboto,"Helvetica Neue",sans-serif;
    overflow-x: hidden;
}

.popup-content .close {
    top: 28px;
    right: 28px;
    width: 26px;
    height: 26px;
    z-index: 99;
}

    .popup-content .close:before,
    .popup-content .close:after {
        width: 30px;
        left: -4px;
    }

    .popup-content .close:before {
        top: 10px;
    }

    .popup-content .close:after {
        bottom: 11px;
    }

.popup-content p {
    margin-right: -30px;
    margin-bottom: 24px;
}

.popup-content .form {
    max-width: 330px;
    margin: 0 auto;
}



.popup-content .link-h {
    margin-top: 10px;
}

    .popup-content .link-h#resend-link a {
        text-decoration: none;
    }

.top-border {
    background: #8566FF;
    width: 100%;
}

    .top-border .title {
        padding: 15px;
        text-align: center;
        color: #fff;
    }

.popup .title h3 {
    font-size: 38px;
    line-height: 44px;
    color: #fff;
}

#umowy h3 {
    margin-bottom: 35px;
}

#umowy .header {
    text-align: center;
    margin-bottom: 60px;
}

    #umowy .header p {
        font-size: 20px;
        margin-bottom: 0;
    }
.popup form {
    text-align: center;
    padding: 0 2.5px;
}

.overflow {
    overflow: hidden;
}

.popup h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 50px;
}

.step-form {
    position: relative;
}

    .step-form .input-group {
        width: 100%;
        position: relative;
    }

    .step-form .input-group {
        padding: 15px 0 0 0;
    }

        .step-form .input-group label, .step-form .select-group label {
            text-align: left;
            margin-left: 7px;
            margin-bottom: -15px;
            z-index: 1;
            background-color: #fff;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 4px;
            font-weight: 400;
            font-size: 12px;
            line-height: 150%;
            color: #222222;
        }

    .step-form .input-group input {
        border: 2px solid #cccfd0;
        border-radius: 4px;
        padding: 15px 21px;
        margin-bottom: 10px;
        width: 100%
    }

    .step-form .control {
        min-height: 42px;
    }

    .step-form .checkbox-group {
        font-size: 13px;
        margin: 25px 0 20px;
    }

        .step-form .checkbox-group a {
            padding-bottom: 1px;
            border-bottom: 1px solid #8566ff;
            color: #8566ff;
            text-decoration: none;
        }

        .step-form .checkbox-group input {
            position: absolute;
            left: -9999px;
        }

        .step-form .checkbox-group label {
            padding-left: 30px;
            position: relative;
            line-height: 19px;
            display: block;
            cursor: pointer;
        }

            .step-form .checkbox-group label:before {
                position: absolute;
                left: 0;
                top: 0;
                height: 17px;
                width: 17px;
                content: '';
                background: #ececec;
                border: 1px solid #ececec;
                transition: all 0.25s ease-in-out;
            }

            .step-form .checkbox-group label:hover:before {
                border-color: #f85459;
            }

        .step-form .checkbox-group a:hover {
            color: #f85459;
        }

        .step-form .checkbox-group input:checked + label:after,
        .step-form .checkbox-group input:checked + input + label:after {
            position: absolute;
            left: 5px;
            top: 5px;
            height: 9px;
            width: 9px;
            content: '';
            background: #f85459;
        }

    .step-form .input-group label span.required, .step-form .select-group label span.required {
        color: red;
    }
    .step-form button[type="submit"] {
    }

        .step-form button[type="submit"] span {
            position: relative;
            z-index: 2;
        }


.popup-form {
    position: relative;
}

    .popup-form .input-group {
        width: 100%;
        position: relative;
    }

    .popup-form .input-group {
        padding: 15px 0 0 0;
    }

        .popup-form .input-group label {
            text-align: left;
            margin-left: 7px;
            margin-bottom: -15px;
            z-index: 1;
            background-color: #fff;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 4px;
            font-weight: 400;
            font-size: 12px;
            line-height: 150%;
            color: #222222;
        }

        .popup-form .input-group input {
            border: 2px solid #cccfd0;
            border-radius: 4px;
            padding: 15px 21px;
            margin-bottom: 10px;
            width: 100%
        }

    .popup-form .control {
        min-height: 42px;
    }

    .popup-form .checkbox-group {
        font-size: 13px;
        margin: 25px 0 20px;
    }

        .popup-form .checkbox-group a {
            padding-bottom: 1px;
            border-bottom: 1px solid #8566ff;
            display: inline-block;
            color: #8566ff;
            text-decoration: none;
        }

        .popup-form .checkbox-group input {
            position: absolute;
            left: -9999px;
        }

        .popup-form .checkbox-group label {
            padding-left: 30px;
            position: relative;
            line-height: 19px;
            display: block;
            cursor: pointer;
        }

            .popup-form .checkbox-group label:before {
                position: absolute;
                left: 0;
                top: 0;
                height: 17px;
                width: 17px;
                content: '';
                background: #ececec;
                border: 1px solid #ececec;
                transition: all 0.25s ease-in-out;
            }

            .popup-form .checkbox-group label:hover:before {
                border-color: #f85459;
            }

        .popup-form .checkbox-group a:hover {
            color: #f85459;
        }

        .popup-form .checkbox-group input:checked + label:after,
        .popup-form .checkbox-group input:checked + input + label:after {
            position: absolute;
            left: 5px;
            top: 5px;
            height: 9px;
            width: 9px;
            content: '';
            background: #f85459;
        }

    .popup-form .input-group label span.required {
        color: red;
    }

    .popup-form button[type="submit"] {
        letter-spacing: 1.5px;
        position: relative;
        font-weight: normal;
    }

        .popup-form button[type="submit"] span {
            position: relative;
            z-index: 2;
        }
    .popup-form .input-group input.unobtrusive-error {
        border-color: #e5443f;
    }

    .popup-form .input-group .field-validation-error {
        color: #e5443f;
        font-size: small;
    }
    .popup-form .text-invalid {
        color: #e5443f;
        font-size: small;
    }



/*Regestration*/
.user .main-banner,
.regestration .main-banner {
    height: 116px;
}

.form-registration {
    padding-top: 0;
    margin-bottom: 80px;
}

    .form-registration .calculator {
        display: none;
        width: 100%;
    }

    .form-registration .calculator-header {
        display: none;
    }

    .form-registration .calculator-left, .form-registration .calculator-right {
        margin: 0 15px;
    }

    .user-cabinet .top-section,
    .form-registration .top-section {
        box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.1);
        background-image: url(../img/main-banner-bg.png);
        background-size: 144%;
        padding: 15px;
    }

    .form-registration .loan-button-main:before,
    .calculator-result {
        background: transparent;
        padding: 22px;
        color: #fff;
        text-align: center;
    }

        .calculator-result .text {
            font-size: 48px;
            line-height: 50px;
            font: 900 46px/50px 'Open Sans', Arial, sans-serif;
            letter-spacing: 1px;
        }

.btn-change {
    position: relative;
    width: 215px;
    line-height: 34px;
    font: 600 26px/50px 'Open Sans', Arial, sans-serif !important;
    margin: 20px auto 0;
    color: #21adce;
    border: none;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 0 20px;
}

    .btn-change span {
        font-weight: bolder;
        position: relative;
        z-index: 2;
        background: #fff url(../img/regestration/edit-colored.png) no-repeat 25px 10px;
        background-size: 30px;
        display: block;
        padding-left: 45px;
    }

    .btn-change:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        transition: all 0.25s ease-in-out;
        z-index: 1;
        content: ''
    }

    .btn-change:focus,
    .btn-change:active {
        color: #1481d9;
    }

    .btn-change:hover:after {
        transform: scale(1.1);
        border-radius: 6px;
    }

.title-section {
    padding: 25px 25px 30px;
    text-align: center;
}

    .title-section .step {
        display: inline-block;
        vertical-align: top;
        position: relative;
        min-width: 160px;
    }

    .title-section .icon {
        width: 68px;
        height: 68px;
        background: #bcbcbc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0 auto;
    }

        .title-section .icon svg {
            fill: #fff;
        }

    .title-section .active .icon {
        background: #8566FF;
    }

    .title-section .passed .icon {
        background: #8566FF;
    }

    .title-section .step span {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .title-section .active span {
        /*color: #8566FF;*/
    }

    .title-section .step + .step {
        margin-left: 45px;
    }

        .title-section .step + .step:before {
            position: absolute;
            content: '';
            top: 35px;
            right: 77%;
            width: 75%;
            border-radius: 2px;
            border: 2px dashed #bebebe;
        }

        .title-section .step + .step.active:before, .title-section .step + .step.passed:before {
            border: 2px dashed #8566FF;
        }

@media screen and (max-width: 980px) {
    .title-section {
        display: none;
    }
}
@media screen and (max-width: 1203px) {
    #agreement-preview .popup-content .inner,
    #umowy .popup-content .inner {
        overflow-x: auto;
    }
}

.profile-tab {
    display: none;
}

    .profile-tab.active {
        display: block;
    }

.step-form {
    display: none;
}

    .step-form.active {
        display: block;
    }

    .step-form p {
        margin-bottom: 15px;
    }

    .step-form .facebook {
        width: 310px;
        line-height: 40px;
        background: #3a5897 url(../img/facebook.png) no-repeat 12px 3px;
        color: #fff !important;
        font: normal 20px/28px 'Open Sans', Arial, sans-serif !important;
        display: inline-block;
        padding: 15px 5px 15px 25px;
        background-size: 43px;
        margin: 0 0 10px;
        border-radius: 40px;
    }

        .step-form .facebook[disabled] {
            color: #497eb2;
        }

    .step-form.unwrapped {
        display: block;
        box-shadow: none;
        padding: 0px;
    }

    .step-form .small {
        font-size: 14px;
        color: #929292;
    }

    .step-form .form-body {
        width: 100%;
        margin: 0 auto;
    }

.form-body .control {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-body.fixed-width .control,
.form-body.fixed-width .checkbox-group,
.form-body.fixed-width {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-body.select-form,
.form-body.select-form .checkboxes,
.form-body.select-form .control {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.step-form.unwrapped .form-body {
    max-width: 100%;
}

.form-body.select-form .checkboxes {
    margin-bottom:10px;
}


.step-form .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}

.step-form .input-group input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}

.step-form .input-group input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}

.step-form .input-group input:-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}

.step-form .checkbox-group {
    font-size: 14px;
}

    .step-form .checkbox-group label {
        display: inline-block;
        line-height: 20px;
        padding-left: 47px;
        font-size: 16px;
    }

        .step-form .checkbox-group label:before {
            background: #ffffff;
            border: 1px solid #f85459;
            width: 20px;
            height: 20px;
        }

    .step-form .checkbox-group input:checked + label:after,
    .step-form .checkbox-group input:checked + input + label:after {
        width: 10px;
        height: 10px;
    }

    .step-form .checkbox-group .accept-reg + label:before,
    .step-form .checkbox-group .accept-reg + input + label:before {
        border: 3px solid #f85459;
        width: 19px;
        height: 19px;
    }

    .step-form .checkbox-group .accept-reg:checked + label:before,
    .step-form .checkbox-group .accept-reg:checked + input + label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #f85459;
    }

    .step-form .checkbox-group input.unobtrusive-error + input + label:before {
        border: 3px solid #df150f;
        width: 19px;
        height: 19px;
    }

.select-group {
    padding-top: 15px;
}

    .select-group .select-options li:first-child {
        display: none;
    }

    .select-group .select-hidden {
        position: absolute;
        left: -9999px;
        top: -25px;
        opacity: 0;
        font-size: 16px;
    }

    .select-group .select {
        width: 100%;
        position: relative;
    }

    .select-group .select-styled {
        font-size: 16px;
        display: block;
        transition: all 0.25s ease-in-out;
        text-align: left;
        cursor: pointer;
        position: relative;

        border: 2px solid #cccfd0;
        border-radius: 4px;
        padding: 15px 21px;
        margin-bottom: 10px;
        width: 100%
    }

        .select-group .select-styled:after {
            position: absolute;
            content: '';
            top: 14px;
            right: 14px;
            width: 13px;
            height: 13px;
            border: 2px solid #909090;
            border-width: 2px 2px 0 0;
            transform: rotate(135deg);
        }

        .step-form .select-group .select-styled:after {
            border: 2px solid #f85459;
            border-width: 2px 2px 0 0;
        }

        .select-group .select-styled.active:after {
            transform: rotate(-45deg);
            top: 17px;
        }

.select .select-options li {
    cursor: pointer;
    padding: 11px 0 12px 40px;
    border-bottom: 1px solid #b1b1b1;
}

    .select .select-options li:last-child {
        border-bottom: none;
    }

    .select .select-options li:hover {
        background: #cdeace;
    }

    .select .select-options li.active {
        font-weight: bold;
    }

.select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 4;
    max-height: 1000px;
    overflow-y: auto;
    box-shadow: 8px 13.856px 30px 0px rgba(1, 1, 1, 0.1);
    background: #fff;
    text-align: left;
    width: calc(100% - 10px);
}

.step-form .salary-input {
    display: none;
}

    .step-form .salary-input .zlot {
        position: absolute;
        top: 5px;
        right: 11px;
        color: #909090;
    }
.step-form .input-group input.unobtrusive-error,
.step-form .select-group input.unobtrusive-error
{
    border-color: #e5443f;
}
.step-form .input-group .field-validation-error,
.step-form .select-group .field-validation-error
{
    color: #e5443f;
    font-size: small;
}

#photo.step-form .header {
    max-width: 66%;
    margin: 10px auto;
}

.attention {
    flex-basis: 100%;
    color: #21adce;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-left: 25px;
    background: url(../img/regestration/attantion.png) no-repeat 0px 3px;
}

.checkbox-group.right-out {
    margin: 0 0 30px 25px;
}
.checkbox-group.checkbox-group-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.show-pass {
    position: absolute;
    width: 34px;
    height: 20px;
    background: url('../img/regestration/eye_closed.svg') no-repeat center;
    background-size: 100%;
    top: 28px;
    right: 10px;
    text-indent: -9999px;
    z-index: 2;
    cursor: pointer;
}

    .show-pass.showed {
        background-image: url(../img/regestration/eye_open.svg);
        top: 26px;
    }

.unobtrusive-valid + label + .show-pass {
    right: 44px;
}

.unobtrusive-error + label + .show-pass {
    right: 34px;
}

.user-cabinet {
    padding-top: 0;
}

    .user-cabinet .container {
        background: #fff;
        box-shadow: 2.5px 4.33px 79px 0px rgba(1, 1, 1, 0.2);
        padding: 0;
        max-width: 1200px;
    }

.page .user-cabinet .calculator-right .text-smaller {
    display: block;
    text-align: left;
    margin: 20px 0 0;
    line-height: 16px;
}

.page .user-cabinet .calculator-right .block {
    margin-bottom: 10px;
}

.page .user-cabinet .agreement-link {
    margin-top: 10px;
}

.user-cabinet .top-section {
    box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.1);
}

.user-cabinet .sms-number,
.user-cabinet .top-title {
    font-size: 24px;
    font-weight: bold;
    color: #5bb85d;
    line-height: 30px;
    padding: 40px 0;
}

.top-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

    .top-navigation a {
        color: #bebebe;
        font-size: 14px;
        line-height: 18px;
    }

        .top-navigation a:hover,
        .top-navigation .active a {
            color: #5bb75d;
            text-decoration: underline;
        }

.user-cabinet .form-body {
    max-width: 100%;
}

.user-cabinet .step-form {
    padding-top: 10px;
}

.timer {
    color: #909090;
    font-size: 33px;
    line-height: 37px;
    position: absolute;
    top: -3px;
    left: 100%;
    margin-left: 20px;
    white-space: nowrap;
}

    .timer svg {
        display: inline-block;
        width: 34px;
        vertical-align: top;
        margin-top: 4px;
    }

.sms-timer .input-group {
    max-width: 207px;
    margin: 10px auto 20px;
    padding-left: 10px;
}

.sms-button {
    display: inline-block;
    position: relative;
}

.sms-timer .btn {
    display: inline-block;
    width: auto;
    line-height: 32px;
    padding: 0 15px;
    position: relative;
}

    .sms-timer .btn span {
        position: relative;
        z-index: 2;
    }

.sms-timer .field-validation-error a {
    border-bottom: 1px solid #bcbcbc;
}

.sms-timer .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #5bb85d;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}

.sms-timer .btn:hover:before {
    transform: scale(1.05);
}

.cookie-policy-block {
    position: fixed;
    z-index: 100001;
    bottom: 0;
    width: 100%;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
}

    .cookie-policy-block .content {
        padding: 10px 25px;
        display: table;
        margin: 0px;
        max-width: 100%;
    }

    .cookie-policy-block .info-container {
        display: table-cell;
        width: 85%;
    }

    .cookie-policy-block .actions-container {
        display: table-cell;
        width: 15%;
        text-align: center;
        vertical-align: middle;
    }

    .cookie-policy-block a {
        color: white;
        text-decoration: underline;
    }

    .cookie-policy-block .header {
        font-weight: bold;
        padding: 0px;
        border-bottom: none;
        background-color: inherit;
        position: inherit;
        line-height: 24px;
    }

    .cookie-policy-block .text {
        padding: 0px;
    }

    .cookie-policy-block .text p {
        font-size: smaller;
        text-align: justify;
    }

.transparent-button {
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    line-height: 20px;
    width: 150px;
    margin: 10px 3px;
    background: rgba(0, 0, 0, 0);
    transition: 0.1s;
}

    .transparent-button:hover {
        background: rgba(255, 255, 255, 0.15);
    }

form[data-ajax] {
    display: flex;
    flex-direction: column;
}

[data-role=loader-backdrop] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAMElEQVR4AWXIsQkAMBRCQSd3Tvu/SCBYPJDrTmfKp61rspCoJqqJQraYKORUrK34AR5ZiJttnFBzAAAAAElFTkSuQmCC') /*../image/stripes2.png*/;
        z-index: 4;
        opacity: 0.5;
    }

.form-footer .back-button {
    margin-right: 10px;
    width: auto;
    min-width: 100px;
}

.form-footer .cta-button {
    width: auto;
    min-width: 100px;
}

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    border: 2px solid ButtonFace;
    color: GrayText;
    cursor: inherit;
    background-color: #ddd;
    background: #ddd;
}

select[disabled]:active + .select-styled,
select[disabled] + .select-styled,
input[type="select"][disabled]:active + .select-styled,
input[type="select"][disabled] + .select-styled,
select[disabled]:hover + .select-styled,
input[type="select"][disabled]:hover + .select-styled {
    color: GrayText;
    cursor: inherit;
    background-color: rgba(59, 59, 59, 0.03);
    background: rgba(59, 59, 59, 0.03);
}

.back-button {
    border: 2px solid #f85459;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 12px;
    color: #f85459;
    width: 100%;
    transition: transform 150ms ease;
    background-color: white;
}

    .back-button:hover {
        /*transform: scale(1.05);*/
        cursor: pointer;
    }

@media screen and (min-width: 1240px) {
    .back-button {
        width: auto;
    }

    .back-button {
        padding: 11px 44px;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
    }
}

.transparent-button {
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    line-height: 20px;
    width: 150px;
    margin: 10px 3px;
    background: rgba(0, 0, 0, 0);
    transition: 0.1s;
}

    .transparent-button:hover {
        background: rgba(255, 255, 255, 0.15);
    }

header .header .back-button {
    width: auto;
    font-weight: 500;
}

.header.container:before, .header.container:after {
    content: none;
}

.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}

.form-login #login-error-message, .form-login #login-support-message {
    color: red;
    font-size: small;
    flex-basis: 100%;
}


/* Calculator */
.calculator {
}
.page .calculator, .calculator {
    /*
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgb(125 125 125);
*/
}

.page .calculator-left,
.page .calculator-right {
    /*
    padding: 0;
    width: 100%;
    float: none;
*/
    display: flex;
    flex-direction: column;
/*    gap: 25px; */
    margin-bottom: 8px;
    padding-bottom: 0px;
}

    .page .calculator-left .text-smaller,
    .calculator-left .text-smaller {
        display: none;
    }

    .page .calculator-right .text-smaller,
    .calculator-right .text-smaller {
        display: block;
    }

.slider-line {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.slider-amount .slider-selection {
    border-radius: 20px;
    background-color: #8566ff;
    /*
    background-image: -ms-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -moz-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -o-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#00a8d8),color-stop(1,#0c3));
    background-image: -webkit-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: linear-gradient(to right,#00a8d8 0,#0c3 100%);
*/
}

.slider-period .slider-selection {
    border-radius: 20px;
    background-color: #8566ff;
    /*
    background-image: -ms-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -moz-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -o-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#00a8d8),color-stop(1,#0c3));
    background-image: -webkit-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: linear-gradient(to right,#00a8d8 0,#0c3 100%);
*/
}

.slider.slider-horizontal:before,
.slider.slider-horizontal:after {
    display: none;
}



.slider-handle.round:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.5); */
    z-index: 1;
    transition: 0.25s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20fill%3D%22%23EBEAFF%22%2F%3E%0D%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%229%22%20fill%3D%22%238566FF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.6667%209.66666L18%2013L14.6667%2016.3333L14.6667%209.66666Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.3333%2016.3333L8%2013L11.3333%209.66667L11.3333%2016.3333Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.calculator .slider-button {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    /*
    border: 2px solid #21adce;
    border-radius: 50%;
    */
    z-index: 1;
    transition: 0.25s ease-in-out;
    bottom: 11px;
    border: 0;
}

    .calculator .slider-button:hover {
        /*background: #dceffb;*/
    }

    .calculator .slider-button.down {
        left: 0;
    }

    .calculator .slider-button.up {
        right: 0;
    }

    .calculator .slider-button.down:before {
        position: absolute;
        content: '';
        transform: translate(-50%,-50%);
        width: 24px;
        height: 24px;
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23F85459%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15.4648%2011.0723V13.5H9.39551V11.0723H15.4648Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center;
        background-size: 100%;
        /*background: #21adce;*/
        z-index: 2;
    }

    .calculator .slider-button.up:before {
        position: absolute;
        content: '';
        transform: translate(-50%,-50%);
        width: 24px;
        height: 24px;
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%2212%22%20fill%3D%22%23F85459%22%2F%3E%0D%0A%3Cpath%20d%3D%22M17.3281%2012.2881V14.9844H6.60742V12.2881H17.3281ZM13.4395%208.04492V19.4316H10.5068V8.04492H13.4395Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center;
        background-size: 100%;
        z-index: 2;
    }

.page .slider-period, .page .slider-amount,
.slider-period, .slider-amount {
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
    position: relative;
}

.slider-text.amount,
.slider-text.period {
    background: none;
}

.slider-text p:last-child {
    float: right;
    border-bottom: 2px solid #C3E7FF;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.slider-text input#Amount, .slider-text input#Period {
    display: none;
}
input#AmountTextBox {
    display: none;
}

input#PeriodTextBox {
    display: none;
}

.block .block-left .amount-row {
    display: flex;
    height: 27px;
}

    .block .block-left .amount-row .amount-cell:not(.text-right) {
        text-align: left;
        margin-left: 5px;
    }
.slider.slider-horizontal {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 20px;
    background: #e8e9ec;
 /* background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); */
}

.slider-track {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.slider-selection {
    position: absolute;
    top: 0;
    bottom: 0;
}

.slider-handle.round {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%,-50%);
}

.slider-amount .slider-handle {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-period .slider-handle {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-tooltip {
    position: absolute;
    background-color: #444;
    color: #f8f8f8;
    top: -55px;
    margin-top: 8px;
    padding: 5px 13px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px 2px;
    z-index: 2;
}

    .slider-tooltip a {
        color: #30A6FE;
        border-bottom: 1px solid transparent;
    }

        .slider-tooltip a:hover {
            border-bottom: 1px solid #30A6FE;
        }

    .slider-tooltip:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        top: 100%;
        border-color: #444 transparent transparent transparent;
    }

.slider-text {
    background: transparent;
    text-align: center;
    border: 1px solid #8566ff;
    border-radius: 6px;
    padding: 6px 16px;
    font-weight: bold;
}

    .slider-text input {
        background: transparent;
        text-align: center;
        border: 1px solid #8566ff;
        border-radius: 6px;
        padding: 6px 16px;
        font-weight: bold;
    }

    .slider-text.amount input {
        width: 120px;
    }

    .slider-text.period input {
        width: 64px;
    }

    .slider-text p {
        min-width: 90px;
        font-size: 16px;
        margin-right: 10px;
        text-align: right;
    }

    .slider-text.period {
        border-bottom-color: #c2beb7;
    }

.amount-row .red {
    display: none;
}

.text-striked {
    text-decoration: line-through;
    font-weight: normal !important;
    text-decoration-color: #ff0000;
    font-size: 0.65em;
}

    .text-striked .red,
    .text-striked .red span {
        display: inline-block;
        text-decoration: none;
        color: #ff0000;
        font-weight: bold !important;
        font-size: 1.25em;
    }

.calculator-right .block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.block .block-left {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.amount-row > .amount-cell {
    display: inline-block;
    vertical-align: middle;
}

.hide {
    display:none;
}

.calculator-container .calculator-body .slider-line .top-info {
    align-items: flex-end;
    margin-bottom: 13px;
}
.calculator-container .calculator-body .slider-line .bottom-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #c0c0c0;
}
.calculator-container .calculator-body .slider-line .bottom-info span {
    color: #141232;
}


    .profile-tabs {
    }

        .profile-tabs ul {
            gap: 30px;
            list-style: none;
            margin-bottom: 10px;
        }

            .profile-tabs ul li {
                background-color: transparent;
                color: #8566FF;
                border: 2px solid #8566FF;
                text-transform: uppercase;
                font-weight: 500;
                text-align: center;
                border-radius: 10px;
            }

                .profile-tabs ul li a {
                    color: #8566FF;
                    text-decoration: none;
                    border-bottom: none;
                    padding: 8px 10px 5px 10px;
                    display: inline-block;
                }

                .profile-tabs ul li.send-scorector {
                    background-color: transparent;
                    color: #00C566;
                    border: 2px solid #00C566;
                    text-transform: uppercase;
                    font-weight: 500;
                    text-align: center;
                    border-radius: 10px;
                }
                .profile-tabs ul li.send-scorector a {
                    color: #00C566;
                }

                .profile-tabs ul li.active {
                    background-color: #8566FF;
                    color: white;
                    font-weight: bold;
                }

                    .profile-tabs ul li.active a {
                        color: white;
                        text-decoration: none;
                        border-bottom: none;
                    }


@media screen and (min-width: 1240px) {
    .profile-tabs ul {
        display: flex;
        gap: 30px;
        justify-content: center;
    }

        .profile-tabs ul li {
            min-width: 156px;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: center;
        }
}

    .table-docs {
        width: 100%;
    }

    td.cell-nowrap {
        text-wrap: avoid;
    }

    td.text-right {
        text-align: right;
    }

    .profile-content {
        margin-bottom: 50px;
    }

    .col-sm-3 {
        width: 33%;
    }

    .profile-section .form-group {
        display: flex;
    }

.small {
    font-size: smaller;
}

@media screen and (max-width: 600px) {
    .popup-content .inner {
        padding: 20px 15px 10px;
    }
    #agreement-preview .popup-content .inner,
    #umowy .popup-content .inner {
        max-width: 100vw;
    }
    #agreement-preview .popup-content,
    #umowy .popup-content {
        max-width: 100%;
    }
}

.add-opinion-btn {
    top:20px;
    position:relative;
    color: rgba(248, 84, 89, 1);
}

.header-opinion {
    margin-top: 75px;
    padding-bottom: 125px;
    padding-top: 40px;
    background: rgba(133, 102, 255, 1);
    border-bottom-right-radius: 70%;
    border-bottom-left-radius: 70%;
}

.header-opinion-stars {
    padding-left: 40%;
    padding-bottom: 20px;
}

.header-opinion-stars img{
    padding-right: 3px;
}

.header-opinion-stars-num {
    background-color: white;
    border-radius: 20%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: rgba(49, 192, 114, 1);
    top: -8px;
    display: inline-flex;
    position:relative;
    height: 25px;
    width: 40px;
}

.header-opinion-text {
    font-weight: 700;
    font-size: 50px;
    line-height: 38px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.header-opinion-clients {
    font-weight: 500;
    font-size: 48px;
    line-height: 26px;
    color: white;
    height: 30px;
}

.header-opinion-btn-place {
    top: -85px;
    position:relative;
    width: 330px;
}

.opinion-section{
    display:flex;
    justify-content:center;
    align-items:center;
}

.add-opinion-form {
    background: rgba(252, 251, 255, 1);
    border-radius: 20px;
    width: 940px;
    min-height: 250px;
    max-height: 360px;
    margin-top: -20px;
    padding: 30px 40px;
}

.add-opinion-header{
    display:flex;
}

.add-opinion-name {
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
}

.add-opinion-stars{
    padding-left: 50px;
}

.add-opinion-stars-btn {
    border: none;
    background: rgba(252, 251, 255, 1);
    width: 20px;
    height: 20px;
    position: relative;
    padding:0;
}

.add-opinion-stars-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color: rgba(255,255,255,0.7);
}

.add-opinion-stars-btn.clicked::before{
    background-color: rgba(255,255,255,0);
}

.add-opinion-stars-btn img{
    cursor:pointer;
    z-index:2;
}

.add-opinion-input textarea {
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 8px;
    outline: none;
    background: none;
    box-shadow: none;
    width: 100%;
    padding-top: 30px;
    padding-right: 90px;
}

.add-opinion-input-placeholder {
    float: right;
    color: #999;
    top: -25px;
    left: -20px;
    position: relative;
}

.add-opinion-submit{
    margin-top: 30px;
    width:350px;
}

.opiniion-my-review {
    border-radius: 20px;
    width: 940px;
    height: 130px;
    margin-top: -20px;
    padding: 50px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    background-color: white;
    font-weight: 400;
    font-size: 23px;
    background-image: url(../img/ekassa_name.svg);
    background-position: right center;
}

.client-opinion {
    width: 100%;
    border-radius: 20px;
    background: rgba(252, 251, 255, 1);
    display: flex;
    box-shadow: 0px 0px 15.300000190734863px 0px rgba(235, 233, 244, 1);
    margin-bottom: 50px;
    min-height: 180px;
    max-height: 240px;
}

.answer-opinion {
    margin-left: 15%;
    width: 85%;
    border-radius: 20px;
    background: rgba(240, 237, 254, 1);
    text-align: left;
    padding: 25px 30px 25px 30px;
    min-height: 140px;
    max-height: 220px;
    margin-top: -20px;
    margin-bottom: 50px;
}

.testimonials #reviewsContent{
    margin-top: 30px;
}

.client-opinion-avatar {
    width: 20%;
    justify-content: center;
    align-items: center;
    display:flex;
}

.client-opinion-avatar div{
    width: 150px;
    height: 150px;
    background: rgba(252, 221, 229, 1);
    border-radius: 50%;
    font-size: 65px;
    font-weight: 600;
    color: white;
    justify-content: center;
    align-items: center;
    display:flex;
}

.client-opinion-payload {
    width: 80%;
    height: 100%;
    padding: 25px 40px 25px 20px;
    text-align:left;
}

.client-opinion-payload-header{
    display: flex;
    justify-content: space-between;
}

.client-opinion-payload-header .name{
    font-size: 18px;
    font-weight: 700;
}

.client-opinion-payload-header .stars{
    float: right;
    position: relative;
    display: flex;
}

.client-opinion-payload-header .stars div{
    margin-right:3px;
}

.opinion-stars-img {
    width: 20px;
    height: 20px;
}

.inactive-stars {
    background: rgba(252, 251, 255, 1);
    width: 20px;
    position: relative;
    height: 20px;
}

.inactive-stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-color: rgba(255,255,255,0.7);
}

.opinion-date{
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 20px;
}

.answer-opinion-header{
    width: 100px;
    height: 25px;
}

.stars img{
    margin-right: 3px;
}

.mobile-line{
    display: none;
}

.ref-pagination .page-numbers {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.ref-pagination .disabled {
    padding-right: 20px;
}

.ref-pagination .page-numbers.current {
    text-decoration: underline;
    color: rgba(133, 102, 255, 1);
}

.validation-msg {
    color: rgba(248, 84, 89, 1);
    width: 200px;
    height: 34px;
    border-radius: 7px;
    border: 4px solid rgba(242, 242, 242, 1);
    padding-top:5px;
    background: #fff;
}

.validation-msg::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    border-width: 12px;
    border-style: solid;
    border-color: rgba(242, 242, 242, 1) transparent transparent transparent;
}

#starts-validation{
    position:relative;
    top:-45px;
    left: -60px;
    display: none;
}

#text-validation {
    position: relative;
    top: -55px;
    left: 10px;
    display: none;
}

.client-opinion-payload .text {
    word-wrap: break-word;
}

.add-opinion-input textarea::placeholder {
    visibility: hidden;
    color: rgba(189, 189, 189, 1);
}

.client-with-answer-opinion{
    display:flex;
    flex-direction: column;
    align-items:stretch;
    height: auto;
}

@media screen and (max-width: 1203px) {
    #reviewsContent .ref-pagination {
        top: -20px;
        margin-bottom: 50px;
        position: relative;
    }
}

@media screen and (max-width: 1000px) {
    .add-opinion-form{
        width: 780px;
    }
}
@media screen and (max-width: 800px) {
    .add-opinion-form {
        width: 700px;
    }
}
@media screen and (max-width: 700px) {
    #reviews .review-item {
        padding-left: 30px;
    }

    .header-opinion {
        margin-top: 50px;
        border-bottom-right-radius: 250px 100px;
        border-bottom-left-radius: 250px 100px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .header-opinion-stars {
        padding: 0;
    }

    .header-opinion-text {
        margin-top: 10px;
        font-size: 23px;
    }

    .header-opinion-clients {
        font-size: 23px;
        margin-top: -20px;
    }

    .header-opinion-btn-place {
        width: 290px;
        top: -100px;
    }

    .client-with-answer-opinion {
        width: 320px;
        margin-left: -10px;
    }

    .client-opinion {
        min-height: 220px;
        max-height: 340px;
        margin-bottom: 30px;
    }

    .client-opinion-avatar {
        width: 100%;
        justify-content: left;
        align-items: flex-start;
        padding: 15px 0 0 15px;
    }

        .client-opinion-avatar div {
            width: 50px;
            height: 50px;
            background: rgba(210, 224, 213, 1);
            font-size: 25px;
        }

    .client-opinion-payload {
        padding: 15px;
    }

    .client-opinion-payload-header {
        font-size: 16px;
    }

        .client-opinion-payload-header .stars div {
            margin-right: 1px;
        }

    .opinion-stars-img {
        width: 15px;
        height: 15px;
    }

    .opinion-date {
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 20px;
    }

    .client-opinion-payload .text {
        width: 280px;
        left: -25%;
        position: relative;
        font-size: 15px;
    }

    .answer-opinion{
        margin-top: -10px;
        margin-bottom: 30px;
        min-height: 150px;
        max-height: 230px;
    }

    .opiniion-my-review {
        width: 100%;
        height: 190px;
        padding: 40px 30px;
        line-height: 35px;
        background-position: center;
        margin-top: -90px
    }

    .mobile-line {
        display: block;
    }

    hr.mobile-line {
        color: rgba(196, 196, 196, 1);
        width: 150px;
        margin-left: 0;
    }

    .add-opinion-form {
        width: 330px;
        min-height: 250px;
        max-height:600px;
        margin-top: -100px;
        padding: 20px;
        background-color: white;
        box-shadow: 12px 12px 34px 0px rgba(69, 75, 72, 0.3);
    }

    .add-opinion-header {
        display: block;
        height:77px;
    }

    .add-opinion-name {
        text-align: left;
        font-size: 18px;
        padding-bottom: 5px;
        text-decoration: none;
    }

    .add-opinion-stars {
        text-align: left;
        padding: 0;
    }

    .add-opinion-input textarea {
        padding: 0;
        margin-top: 30px;
        resize: none;
        overflow-y: scroll;
        max-height: 250px;
    }

    .add-opinion-submit {
        width: 280px;
        margin-top: 10px;
    }

    .add-opinion-input-placeholder div div {
        display: none;
    }

    .add-opinion-input-placeholder{
        position:relative;
    }

    .add-opinion-input-placeholder div{
        position:absolute;
        left: -270px;
        top: 20px;
    }

    .add-opinion-input textarea::placeholder {
        visibility: visible;
    }

    .validation-msg {
        font-size: 12px;
        width: 140px;
        height: 28px;
        border-width: 3px;
    }

    .validation-msg::after{
        border-width: 8px;
    }

    #starts-validation {
        top: -52px;
        left: 120px;
    }

    #text-validation {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .add-opinion-input{
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    #reviews .review-item {
        padding-left: 20px;
    }
}
/*Styles for different types of marketing popus*/

/*common*/
.android-popup, .marketing-popup {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    line-height: initial;
    min-width: 330px;
}

    /*anrdoid popup*/
    .android-popup .popup-content {
        color: #ffffff;
        line-height: initial;
        margin: auto;
        margin-top: 45px;
        max-width: 420px;
    }

    .android-popup .inner {
        position: relative;
        padding: 30px 15px;
        text-align: center;
    }

    .android-popup .times {
        display: block;
        position: absolute;
        background-image: url("../../image/android/exit.png");
        width: 12px;
        height: 12px;
        top: 16px;
        right: 16px;
        z-index: 1;
    }

    .android-popup .text-1 {
        font-size: 16.64px;
    }

    .android-popup .text-2 {
        font-size: 31.46px;
        font-weight: bold;
    }

    .android-popup .image {
        width: 100%;
    }

    .android-popup .button {
        display: inline-block;
        background: url("../../image/android/button.png");
        border: none;
        width: 100%;
        height: 85px;
        background-size: 100% 127px;
        margin-left: -15px;
        margin-right: -15px;
        color: #ffffff;
        text-decoration: none;
    }

        .android-popup .button > span {
            display: block;
            margin-top: 25px;
            color: #ffffff;
            font-size: 22.38px;
            font-weight: bold;
            text-decoration: none;
        }

    .android-popup .link {
        color: #ffffff;
        font-size: 18px;
        text-decoration: underline;
        border: none;
    }

    .android-popup a.link:hover {
        text-decoration: none;
    }

    /*generic marketing popups*/
    .marketing-popup button:disabled {
        cursor: not-allowed;
    }

    .marketing-popup button.btn-red:disabled {
        background-color: #EA937E;
    }

    .marketing-popup .popup-content {
        position: relative;
        margin: auto;
        margin-top: 45px;
        color: #fff;
        text-align: center;
        background: transparent;
    }

        .marketing-popup .popup-content p {
            margin: 0;
        }

        .marketing-popup .popup-content .responsive-wrap {
            display: inline-block;
            position: relative;
        }

    .marketing-popup .inner {
        position: relative;
        padding: 0;
        max-width: 100%;
        margin: 0;
        text-align: center;
        border: none;
        background-color: #5cb85c;
    }

    .marketing-popup .text-1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .marketing-popup .text-2 {
        font-size: 16px;
    }

    .marketing-popup .button-orange {
        color: #fff;
        font-size: 16px;
        background-color: #ffa800;
        box-shadow: 3px 16px 36.556px 1.444px rgba(0, 0, 0, 0.18);
        display: inline-block;
        border: none;
        height: 50px;
        text-decoration: none;
        padding: 15px 45px;
        margin: 20px 0;
        font-weight: bold;
    }

    .marketing-popup .times {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 16px;
        right: 16px;
        background-color: #5cb85c;
        z-index: 2;
    }

        .marketing-popup .times:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: "\d7";
            font-size: 30px;
            color: #ffffff;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
        }

.popup.marketing-popup form {
    text-align: left;
    padding: 0;
}

.popup.marketing-popup .checkbox-group label:before {
    background: #ececec;
    border: 1px solid #ececec;
}

/* marketing image popups*/
.marketing-popup.image-popup .popup-content {
    max-width: 596px;
}

/*marketing subscribe email popup*/
.marketing-popup.subscribe-email .popup-content {
    max-width: 992px;
    color: #727272;
}

.marketing-popup.subscribe-email .inner {
    background: url('../img/marketing_popups/new_promo_popup.png');
    background-size: cover;
    width: 992px;
    height: 348px;
    text-align: left;
}

.marketing-popup.subscribe-email #subscribe-on-email {
    width: 50%;
    float: right;
    padding: 50px 20px 0 30px;
}

.marketing-popup.subscribe-email button[type=submit] {
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
}

.marketing-popup.subscribe-email .promo-link {
    margin-bottom: 20px;
}

.marketing-popup.subscribe-email .link-blue {
    padding-bottom: 5px;
}

.marketing-popup.subscribe-email .promo-footer p {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
}

.marketing-popup.subscribe-email #subscribe-on-email.promo-success,
.marketing-popup.subscribe-email #subscribe-on-email.promo-existing {
    padding-top: 70px;
    text-align: center;
}

.marketing-popup.subscribe-email .promo-success p {
    font-size: 35px;
    line-height: 50px;
}

.marketing-popup.subscribe-email .promo-success .btn {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
}

.marketing-popup.subscribe-email .promo-existing p {
    font-size: 20px;
    line-height: 35px;
}

.marketing-popup.subscribe-email .promo-existing .btn {
    display: inline-block;
    padding: 0 10px;
}

/*marketing subscribe on news popup*/
.marketing-popup.subscribe-news .popup-content {
    max-width: 600px;
    color: #727272;
}

.marketing-popup.subscribe-news .inner {
    background-color: #fff;
    width: 600px;
}

.marketing-popup.subscribe-news #subscribe-to-news {
    background: url('../img/marketing_popups/lady.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.marketing-popup.subscribe-news .promo-header {
    padding-top: 30px;
}

.marketing-popup.subscribe-news .promo-content {
    width: 50%;
    padding: 20px;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.marketing-popup.subscribe-news .input-group .email-field + label {
    background-image: url(../img/email.svg);
}
.marketing-popup.subscribe-news .input-group .email-field:focus + label {
    background-image: url(../img/email_hover.svg);
}
.marketing-popup.subscribe-news .checkbox-group {
    font-size: 11px;
}
.marketing-popup.subscribe-news .gift {
    padding-bottom: 15px;
}

.marketing-popup.subscribe-news .btn {
    margin-bottom: 0;
    line-height: 45px;
}
.marketing-popup.subscribe-news .promo-success {
    padding-top: 20px;
}

@media screen and (max-width: 430px) {
    .marketing-popup .inner {
        padding: 0;
    }

    .marketing-popup.subscribe-email .promo-success p {
        font-size: 25px;
        line-height: 40px;
    }
    .marketing-popup.subscribe-email .promo-existing p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1010px) {
    .marketing-popup.subscribe-news .popup-content {
        max-width: none;
    }

    .marketing-popup.subscribe-news .inner {
        background: #fff;
        width: auto;
    }

    .marketing-popup.subscribe-email #subscribe-on-email {
        width: 100%;
        float: none;
        padding: 50px 20px 0 20px;
    }

    .marketing-popup.subscribe-news #subscribe-on-email.promo-success,
    .marketing-popup.subscribe-news #subscribe-on-email.promo-existing {
        padding-top: 50px;
    }
}

@media screen and (max-width: 620px) {
    .marketing-popup.subscribe-email .popup-content {
        max-width: none;
    }

    .marketing-popup.subscribe-email .inner {
        background: #fff;
        width: auto;
    }

    .marketing-popup.subscribe-news #subscribe-to-news {
        background: none;
    }

    .marketing-popup.subscribe-news .promo-content {
        width: 100%;
        padding: 20px;
        display: flex;
        min-height: 250px;
    }
}
.page.without-banner .content-text {
    padding-top: 0;
}
.page.without-banner .list li {
    display: list-item;
}
.nopadding {
    padding-left: 0!important;
    padding-right: 0!important
}

.halfpadding {
    padding-left: 8px!important;
    padding-right: 8px!important
}


.article .art-img {
    margin: 0 auto;
    max-width: 100%;
}

.article p {
    margin-bottom: 20px;
}


.article h2, .article h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 17px;
}

.article h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
}
.article-top {
    padding-top: 85px;
}

@media screen and (min-width: 1203px) {
    .article .article-info {
        margin-bottom: 60px;
        font-size: 16px;
        gap: 45px;
    }

    .article-top {
        padding-top: 85px;
    }
    .article h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 18px;
    }
}
.article .article-info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.articles-container {
    padding-top: 0px;

    margin-bottom: 100px;
}

.article-head-section {
    margin-bottom: 15px;
    padding-top: 15px;
}

.article-head-image {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url(../img/articles/articles_head_logo.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: auto;
    text-align: center
}

.article-head-title {
    font-size: 1.3em;
    color: #686868
}

.article-head-menu {
    margin-bottom: 15px;
}

.news-head-image {
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url(../img/articles/news-head-logo.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: auto;
    text-align: center;
}

.left-sidebar {
    display: flex;
    flex-wrap: wrap-reverse;
}

.menu-item {
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
}
.menu-item-active {
    color: #43b34d!important;
    border-bottom-color: #43b34d !important;
    text-decoration: none!important
}
.btn-small { padding: 6px 12px !important;display: inline-block;margin-top: 15px;font-weight: normal;position: relative;border-bottom: 0 !important;}
.main-article-section .btn-small,
.slider-section .btn-small {
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.33;
}
    
.btn-small span {
    position: relative;
    z-index: 2;
}
#btn-next-page {
    line-height:60px;
    font-size: 20px;
    padding: 0 20px;
}
.main-article-section {
    margin-bottom: 30px
}

.main-article-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.main-article-title {
    font-size: 1.7em;
    font-weight: 600;
    color: #3c9d3e;
    line-height: 38px;
    margin-bottom: 15px
}

.main-article-desc {
    font-size: 1.3em;
    font-weight: 600;
    color: #686868;
    margin-bottom: 15px
}

.slider-section {
    margin-bottom: 30px
}

.carousel-caption {
    top: 5%
}

.carousel-control {
    color: #fff!important
}

.carousel-indicators {
    display: none
}

.carousel-item {
    height: 360px
}

.slider-head {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 33%;
    margin-left: 33%;
    margin-bottom: 3%
}

.slider-image {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    -webkit-filter: blur(.5px);
    filter: blur(.5px)
}

ol:hover div.item.carousel-item.active>div.slider-image,.carousel-inner:hover div.item.carousel-item.active>div.slider-image {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.slider-title {
    color: #fff
}

.slider-description {
    color: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
    text-shadow: none
}

div.carousel-item img {
    width: 100%;
    top: 50%
}

.other-article-section {
    margin: 0 -15px
}

.more-section {
    margin-bottom: 30px
}


.on-image-data-top {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    bottom: 20%;
    overflow: hidden
}

.on-image-data-bottom {
    position: absolute;
    top: 80%;
    left: 5%;
    right: 5%;
    bottom: 10%
}

.other-article {
    position: relative;
    padding: 1.5em;
    text-align: center;
    overflow: hidden;
    height: auto;
    width: auto;
    color: #fff;
    margin-bottom: 15px;
    height: 410px
}

.other-article__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
    -webkit-transition: .35s;
    transition: .35s;
    background-image: url("../img/articles/0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.other-article__bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: .35s;
    transition: .35s
}

.other-article__border {
    position: relative;
    padding: 1em;
    justify-content: center;
    height: 375px
}

.other-article__content {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: .35s;
    transition: .35s;
    height: 280px
}

.other-article__title,.slider-title {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1em;
    align-content: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.other-article__title a,.other-article__title a:focus,.other-article__title a:hover,.other-article__title a:visited {
    text-decoration: none;
    border-bottom: none;
    padding: 0;
}

.other-article__title {
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    margin-bottom: .5em
}

.other-article__content {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: .35s;
    transition: .35s
}

.other-article__text {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in
}

.other-article__text,.slider-description {
    line-height: 1;
    position: relative;
    font-size: 1.1em;
    text-align: center;
    font-family: 'Open Sans',sans-serif
}

.panel-title span {
    cursor: pointer
}

.panel-title span:hover {
    text-decoration: underline
}

.other-article:focus .other-article__border-angle--left::after,.other-article:focus .other-article__border-angle--left::before,.other-article:focus .other-article__border-angle--right::after,.other-article:focus .other-article__border-angle--right::before,.other-article:hover .other-article__border-angle--left::after,.other-article:hover .other-article__border-angle--left::before,.other-article:hover .other-article__border-angle--right::after,.other-article:hover .other-article__border-angle--right::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.other-article:focus .other-article__content,.other-article:hover .other-article__content {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.other-article:focus .other-article__text,.other-article:hover .other-article__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .35s ease;
    transition: .35s ease
}

.other-article:focus .other-article__bg,.other-article:hover .other-article__bg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.other-article:focus .other-article__bg::after,.other-article:hover .other-article__bg::after {
    background: rgba(0,0,0,.2)
}

.other-article__border {
    overflow: hidden;
    position: relative
}

.other-article__border-angle--left,.other-article__border-angle--right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.other-article__border-angle--left::after,.other-article__border-angle--left::before,.other-article__border-angle--right::after,.other-article__border-angle--right::before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: .2;
    -webkit-transition: .35s;
    transition: .35s
}

.other-article__border-angle--left::before,.other-article__border-angle--right::before {
    width: 2px;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.other-article__border-angle--left::after,.other-article__border-angle--right::after {
    height: 2px;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.other-article__border-angle--left::before {
    left: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.other-article__border-angle--right::before {
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.other-article__border-angle--left::after {
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.other-article__border-angle--right::after {
    top: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.dropdown {
    border: none
}

.paginator {
    margin-bottom: 15px
}

.category-form {
    height: 22px;
    margin: 0
}

.iframe-body {
    display: block;
    width: 100%;
    height: 1000px;
    border: none
}

select {
    border: none;
    color: #4d8a2f;
    width: 147px
}

select:hover {
    color: #8ab75b;
    text-decoration: underline
}

.subscriptionForm-module input[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.subscriptionForm-module button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.subscriptionForm-module {
    position: relative;
    width: 100%;
    background-color: #f6f7fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0
}

.subscriptionForm-module-wrap {
    position: relative;
    padding: 20px 0 0 235px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-right: 20px
}

.subscriptionForm-module-wrap:before {
    position: absolute;
    top: -25px;
    left: -125px;
    content: "";
    display: block;
    width: 432px;
    height: 302px;
    background-image: url(../img/articles/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: contain
}

.subscriptionForm-module-form {
    position: relative;
    margin-left: 25px
}

.subscriptionForm-module-inputControls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscriptionForm-module-input {
    position: relative
}

.subscriptionForm-module-input input {
    min-width: 220px;
    width: 220px;
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 16px 23px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    color: inherit;
    font: inherit;
    margin: 0;
    margin-top: 15px
}

.subscriptionForm-module-input.subscriptionForm-module-email {
    margin: 0 16px
}

.subscriptionForm-module-header {
    text-align: center
}

.subscriptionForm-module-btn {
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: Circe,sans-serif;
    background: #44a2e2;
    -webkit-box-shadow: 0 18px 36px 0 rgba(68,162,226,.32);
    box-shadow: 0 18px 36px 0 rgba(68,162,226,.32);
    letter-spacing: .3px;
    min-width: 220px;
    width: 220px;
    height: 48px;
    font-size: 17px;
    color: #fff;
    margin-top: 15px
}

#subscribe-modal .modal-content {
    width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}

#subscribe-modal .modal-body {
    padding: 20px
}

.subscribe-section .field-validation-error:after,.subscribe-section .field-tooltip:after {
    display: none
}

.subscribe-section .field-validation-error,.subscribe-section .field-tooltip {
    display: block;
    margin-top: 4px;
    padding: 5px
}

.wiki-index .container {
    width: 100%;
    background: #fff
}

.alphabet-list {
    background: #fff;
    padding: 0;
    margin-bottom: 10px
}

.alphabet-list a {
    color: #646464;
    margin: 0 2px;
    padding: 18px 14px
}

.letter-row .letter {
    position: relative;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 30px
}

.letter-row .letter:before {
    position: absolute;
    border-top: 1px solid #646464;
    left: 0;
    top: 50%;
    content: '';
    width: 100%;
    z-index: 1
}

.letter-row .letter span {
    background: #fff;
    color: #5cb85c;
    font-size: 29px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    display: inline-block;
    min-width: 30px;
    text-align: center
}

.list li, .list li:last-child {
    display: inline-block;
    margin: 0;
    margin-bottom: 40px
}

.list .block {
    background: #646464;
    padding: 15px 20px 10px;
    border-radius: 10px;
    color: #fff
}

.list .block h3 {
    font-size: 21px;
    font-weight: bold;
    min-height: 98px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    letter-spacing: 2.5px;
    color:#fff;
}

.list .block .text {
    padding: 13px 0 0 0
}

.list .block .text p {
    font-size: 18px;
    line-height: 20px;
    height: 82px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.list .block .text a {
    font-size: 12px;
    text-transform: uppercase;
    color: #5cb85c
}
.list .block .text a:hover {
    text-decoration: underline;
}
.list .block .stat {
    text-align: right;
    margin-top: 15px
}

.list .block .stat span {
    padding-left: 30px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    line-height: 12px
}

.list .block .stat span:after {
    position: absolute;
    top: -9px;
    left: 0;
    z-index: 2;
    content: ''
}

.list .block .stat .time {
    padding-left: 25px
}

.list .block .stat .time:after {
    background: url(../img/time.svg) no-repeat 0 0;
    background-size: 18px 21px;
    width: 18px;
    height: 21px
}

.list .block .stat .like:after {
    background: url(../img/like.svg) no-repeat 0 0;
    background-size: 20px 19px;
    width: 20px;
    height: 19px
}


#partners .carousel-caption {
    top: 20%;
    right: 10%;
    left: 10%;
}

#partners .carousel-indicators {
    display: none;
}

#partners .carousel-control {
    width: 5%;
    opacity: 1;
    background: none;
}

    #partners .carousel-control .glyphicon-chevron-left,
    #partners .carousel-control .glyphicon-chevron-right {
        background: url(../img/arrow-left.svg) no-repeat center;
    }

#partners .carousel-item {
    height: auto;
    padding: 0 5%;
}

#partners .partner-images {
    display: flex;
    justify-content: space-around;
}

#partners .partner-image {
    width: 33%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px 0;
}

#partners .partner-image div {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*display: inline-block;*/
}

.h2 {
    margin: 15px 0;
    font-size: 25px;
}

.article-news .menu-item-active {
    color: #ff871d !important;
    border-bottom: solid 4px #e37f1f !important;
    text-decoration: none !important;
}

.article-news .img-container {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.article-news .content-block > p {
    margin-bottom: 15px;
}

.article-news.read .sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding-bottom: 1px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-15 {
    margin-top: 15px;
}
.article-news h1 {
    font-size: 35px;
    line-height: 35px;
}
.article-news.read .content-text .row {
    margin-right: 0;
    margin-left: 0;
}
.article-news.read .rating-block {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.article-news.read .fb-container {
    padding: 10px;
    border: 1px solid #5BB85D;
}

.article-news.read .fb-like-container {
    display: inline-block;
    float: right;
    padding: 10px 0;
}
.carousel a {
    border-bottom: none;
    display: block;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
@media screen and (max-width: 1200px) {
    .subscriptionForm-module-wrap:before {
        display:none
    }

    .subscriptionForm-module-wrap {
        padding: 20px
    }

    .subscriptionForm-module:before {
        background-color: #f6f7fa;
        position: absolute;
        bottom: -116px;
        right: -138px;
        content: "";
        display: block;
        width: 435px;
        height: 304px;
        opacity: .3;
        background-image: url(../img/articles/subscribe-bg.png);
        background-repeat: no-repeat;
        background-size: contain
    }

    .subscriptionForm-module-input,.subscriptionForm-module-btn {
        margin-left: auto;
        margin-right: auto
    }

    .subscriptionForm-module-header {
        text-align: center
    }

    .checkbox {
        padding-left: 32px
    }

    .subscriptionForm-module-form {
        margin-left: 0
    }
}

@media(max-width: 992px) {
    .checkbox {
        padding-left:25px
    }
    .social-phone-block {
        display: none;
    }
}
@media(max-width: 768px) {
    .subscriptionForm-module-inputControls {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .subscriptionForm-module-input,.subscriptionForm-module-input input,.subscriptionForm-module-btn {
        width: 100%
    }

    .checkbox {
        padding-left: 20px
    }

    .subscriptionForm-module:before {
        bottom: -10px;
        right: -90px
    }
}

@media(max-width: 460px) {
    #subscribe-modal .modal-content {
        width:100%;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto
    }

    #subscribe-modal {
        padding-right: 0!important
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        top:5%
    }

    .slider-title {
        font-size: 1.3em
    }

    .slider-description {
        font-size: 1em
    }
}
@media screen and (max-width: 767px) {
    .article-head-section {
        display: none;
    }
}
@media(min-width: 768px) and (max-width:992px) {
    .carousel-caption {
        top: 5%
    }

    .slider-title {
        font-size: 1.4em
    }

    .slider-description {
        font-size: 1em
    }
}

@media (max-width:1200px) {
    .other-article__title {
        line-height:1;
        font-size: 1.3em
    }
}

.read-article-title-image {
    height: auto;
    width: auto;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 15px
}

.read-article-title-image>.img-container {
    min-height: 240px;
    opacity: .65;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.read-article-title-text {
    color: #55b957;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1;
    text-shadow: 2px 2px 1px rgba(0,0,0,.7);
    padding-top: 20px;
}

.read-article-title-desc {
    color: #55b957;
    font-family: 'Open Sans',sans-serif;
    font-size: .7em;
    text-shadow: 2px 2px 1px rgba(0,0,0,.7);
    line-height: .7em
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.read-navigation {
    font-size: .7em;
    margin: 10px 0 !important;
    color: #626262
}

.read-navigation>a {
    text-decoration: underline
}

.time-block {
    font-size: .8em;
    color: #626262;
    margin-bottom: 15px;
}

.time-block>i {
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    color: green
}

.time-block>button {
    font-weight: 900
}

.time-block .article-update-time {
    background-image: url("../img/articles/Date.svg");
    background-size: 17px 16px;
    width: 17px;
    height: 15px;
    display: inline-block;
    margin: 0 10px
}

.time-block .article-views {
    background-image: url(../img/articles/Views.svg);
    background-size: 22px 18px;
    width: 22px;
    height: 15px;
    display: inline-block;
    margin: 0 10px
}

.time-block .article-read-time {
    color: #21adce;
    display: inline-block;
}

.content-vertical-center {
    align-items: center;
}

.author-block {
    display: inline-flex;
    justify-content:center;
    align-items:center;
}

.small-author-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.smaller-author-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.article-time-visible {
    margin-top: 15px;
}

.small-author-deteils {
    color: #141232;
    padding-left: 10px;
    line-height: 24px;
}

.small-author-name {
    font-weight: 500;
}

.small-author-job {
    font-weight: 300;
    font-size: 14px;
}

.author-info {
    display: inline-flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.author-name {
    padding-bottom: 20px;
}

.author-name h2 {
    text-align: left;
}

.author-publication-info{
    padding-bottom: 50px;
}

.author-publication-name {
    padding-bottom: 30px;
    padding-left:10px;
}

.author-publication-name h2 {
    text-align: left;
}

.author-footer {
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.author-img-border {
    border: 8px solid #F4B63F;
    border-radius: 50px;
    max-width: 380px;
    max-height: 460px;
    min-height:360px;
}

.img-author {
    width: 100%;
    max-height: 75%;
    border-radius: 45px;
    padding-left: 8px;
    padding-right: 8px;
}

img.img-author {
    height:auto;
    width: auto;
}

.social-block-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 7px;
}

.author-article-small {
    max-width: 360px;
    height: 240px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 2px 2px 2px 2px #CCCCCC;
    position: relative;
}

.author-article-small-header {
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    text-align:center;
    padding:10px;
}

.author-article-small-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}

.author-article-small-url {
    right: 30px;
    font-size: 13px;
    bottom: 20px;
    position: absolute;
}

.author-article-small-url a{
    color: #8566FF;
}

.author-text {
    margin-left: 30px;
}

p {
    word-break: break-word;
}

.content-block {
    margin-bottom: 15px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    padding: 0 5%
}
.content-block h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    margin: 30px 0 20px;
}
.content-block h3 {text-align: left;}
.content-block blockquote p,
.content-block table p {
    margin-bottom: 0
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.content-block h1, .content-block h2, .content-block h3 {
    margin-bottom: 15px;
    color: #21adce;
    font-weight: bold
}


.content-block ul {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: disc;
}

.content-block ol {
    padding-left: 40px;
    margin-bottom: 10px;
    list-style: decimal
}

.content-block ul li {
    /* list-style: disc */
}

.content-block ol li {
    list-style: decimal
}

.content-block img {
    max-width: 100%;
    height: auto
}

.content-block table {
    width: 100%!important;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.content-block table td,.content-block table th {
    padding: 5px;
    border: 1px solid #c8c8c8
}

.tags-section {
    margin-bottom: 15px
}

.tags-block {
    color: #656565;
    padding: 0 5%
}

.tag {
    font-size: .9em;
    background: #ccc;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 5px;
    float: left
}

.social-section {
    margin-bottom: 15px
}

.subscribe-section {
    margin-bottom: 15px
}

.social-block {
    padding: 0 5% 0 5%;
    text-align: right
}

.rating-block {
    padding: 0 5% 0 5%;
    margin-bottom: 10px
}

.social-block-btn {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    transition: .3s ease-in-out;
}

.social-block-btn:hover {
    transform: scale(1.1);
}

.facebook-icon {
    background: url("../img/facebook-icon.svg") no-repeat center;
}

.twitter-icon {
    background: url("../img/twitter.svg") no-repeat center;
}

.pinterest-icon {
    background: url("../img/pinterest.png") no-repeat center;
}

.linkedin-icon {
    background: url("../img/linkedin.svg") no-repeat center;
}

.instagram-icon {
    background: url("../img/insta.svg") no-repeat center;
}

.mail-icon {
    background: url("../img/email.svg") no-repeat center;
}

.fa-heart {
    position: relative;
}
.like-btn {
    background-color: #5bb75d;
}
i.fa.fa-heart:after {
    background: url(../img/like.svg) no-repeat 0 0;
    background-size: 100%;
    width: 14px;
    height: 13px;
}
i.fa.fa-heart:after {
    position: absolute;
    top: 2px;
    left: -1px;
    z-index: 2;
    content: '';
}

#likes-count {
    margin-left: 15px;
}

.recomend-head-block {
    margin-bottom: 15px;
    padding-top: 25px;
}

.recomend-block {
    margin-bottom: 15px
}

.recomend-article-title {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: .9;
    align-content: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.recomend-article-title a,.recomend-article-title a:focus,.recomend-article-title a:hover,.recomend-article-title a:visited {
    text-decoration: none
}

.recomend-article-section {
    margin: 0 -15px
}
.table-container { overflow-x: auto;margin: 30px 0;}
.table-container table {min-width: 790px;width: 100%;margin: 0}
.table-container table tr:first-child td{text-align: center;font-weight: bold;}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #21adce;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #21adce;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #21adce;
        }

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}


@media screen and (max-width: 991px) {
    .social-block {
        text-align:center
    }

    .rating-block {
        text-align: center
    }

    iframe {
        width: 100%
    }
}

@media(max-width: 576px) {
    .time-block>button {
        display:none
    }

    .read-article-title-text {
        font-size: 1.5em;
        top: 10%;
        bottom: 10%
    }
}

.alphabet-list {
    text-align: center;
    min-width: 100%;
    background: #f4f4f4;
    margin: 0 0 10px;
    padding: 0 15px;
    box-sizing: border-box
}

.alphabet-list a {
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    float: left;
    margin: 0;
    padding: 10px 13px 10px 12px;
    display: inline-block;
    border-top: solid transparent 4px;
    cursor: pointer;
}

.alphabet-list a.active,.alphabet-list a:hover,.alphabet-list a:active {
    font-weight: bold;
    background: #fff;
    border-top: solid #75bc40 4px
}

.alphabet-list-letter {
    width: 1.7em
}

.lasts-col {
    width: 15%;
    text-align: center
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden
}

.wiki-head-title {
    font-size: 1.6em;
    text-align: center !important;
    margin-bottom: 12px !important;
    line-height: 32px;
}

.wiki-head-description {
    text-align: center;
    font-size: 1.3em;
    font-weight: 900;
    margin-bottom: 10px;
}

@media(max-width: 576px) {
    .alphabet-list-letter {
        width:1.6em
    }
}

@media(max-width: 992px) {
    a.anchor {
        top:-50px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    width: 100%;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '‹'
}

.carousel-control .icon-next:before {
    content: '›'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.container .img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}
.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row,
.article-news .content-text .row{
    margin-right: -8px;
    margin-left: -8px
}
.row:after {
    clear: both;
    display: table;
    content: '';
}
.content-text .row, .row.alphabet-list {
    margin-right: 0;
    margin-left: 0;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


/*social phone*/

.social-phone-block {
    margin-bottom: 15px;
}

.social-phone {
    height: 410px;
    max-width: 212px;
    background-image: url(../img/articles/Phone_crop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.social-links {
    width: 100%;
    padding-top: 125%;
}

.social-phone-link {
    width: 60px;
    display: inline-block;
    margin: 0 10%;
    font-size: 13px;
}

.social-phone-link a {
    border: none;
}

.social-phone-link a img {
    width: 40px;
}

.anim-cursor {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    height: 25px;
    margin: auto 10% auto 15%;
    width: 20px;
    background-image: url(../img/articles/cursor2.png);
    background-size: cover;
}

.anim-cursor.bounce {
    animation-name: cursor_bounce;
    animation-timing-function: ease;
}

@keyframes cursor_bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(130px);
    }

    100% {
        transform: translateX(0);
    }
}
.tags a {
    border: none;
}

.loan-button-main {
    font-size: 16px;
    line-height: 60px;
}

.widget {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .list li {
        display: block;
        margin: 0 auto 40px
    }

    .col-xs-6 {
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .small-author-deteils {
        line-height: 18px;
    }

    .small-author-job {
        font-size: 10px;
    }

    .small-author-img img {
        border-radius: 60%;
        width: 40px;
        height: 40px;
    }

    .article .article-info {
        gap: 5px;
    }

    .author-info {
        display: table;
    }

    .author-name {
        padding-top: 20px;
    }

    .author-article-small {
        margin-bottom: 20px;
    }

    .author-text{
        margin:0;
    }
}

.bottom-recomend {
    background: #F7F8FA;
}

.article .panel-body ul {
    padding: 0 10px;
}
.article a {
    cursor: pointer;
}
.article p.panel-title {
    margin-bottom: 0;
}


/* new gallary news */
:root {
    --ekassa-purple: #7754f6;
    --ekassa-gray: #f5f5f5;
    --ekassa-dark-grey: #707070;
    --ekassa-light-text: #6f6f7b;
    --ekassa-dark-text: #1e1e2d;
    --ekassa-border: #8566FF99;
    --pagination-bg: #f5f3ff;
    --pagination-border: #c2aaff;
    --pagination-text: #333;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: space-between;
}

.card {
    width: 380px;
    height: 460px;
    background: white;
    border: 1px solid var(--ekassa-border);
    border-radius: 8px 8px 2px 2px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
    flex: 0 0 auto;
}

.card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
    flex: none;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.card:hover .card-image img {
    transform: scale(1.15);
}

.card-read-time-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    color: #5f43ff;
    padding: 5px 5px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .card:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

        .card:hover .card-read-more {
            color: var(--ekassa-purple);
        }

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--ekassa-light-text);
    margin-bottom: 10px;
}

.card-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .card-meta-item img {
        width: 14px;
        height: 14px;
    }

.card-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-description {
    font-size: 14px;
    color: var(--ekassa-light-text);
    flex-grow: 1;
    margin-bottom: 15px;
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-read-more {
    font-size: 14px;
    color: var(--ekassa-dark-grey);
    font-weight: 500;
    text-decoration: none;
    margin-top: 5px;
}

.card-divider {
    height: 1px;
    background-color: #DEDEDE;
    margin: 12px 0;
}

.main-article {
    margin-top: 100px;
    display: flex;
    align-items: stretch;
    background-color: var(--ekassa-purple);
    border-radius: 4px;
    color: white;
    overflow: hidden;
    margin-bottom: 40px;
    max-height: 360px;
    border-radius: 8px;
}

.main-article-image {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    overflow: hidden;
}

    .main-article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 0;
        border-radius: 0;
    }

.main-article:hover .main-article-image img {
    transform: scale(1.15);
}


.main-article:hover .read-more {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.main-article-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-article-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #e5e5ff;
}

    .main-article-content p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #e5e5ff;
        max-height: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-article-content .read-more {
        text-decoration: none;
        color: white;
        font-weight: 400;
    }

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pagination-page,
.pagination-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pagination-bg);
    color: var(--pagination-text);
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    font-size: 14px;
}

    .pagination-page:hover,
    .pagination-arrow:hover {
        background: #e5dbff;
        color: var(--ekassa-purple);
    }

    .pagination-page.active {
        background: var(--ekassa-purple);
        color: white;
    }

.pagination-dots {
    font-size: 18px;
    color: #888;
    padding: 0 5px;
}

.pagination-arrow {
    background: transparent;
    border: 1px solid var(--ekassa-purple);
    color: var(--ekassa-purple);
    font-size: 18px;
}

    .pagination-arrow span {
        display: inline-block;
        transform: translateY(-1px);
    }


/* Slider */
.slider-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    height: 500px;
    left: -50px;
    width: 108%;
}

.slider-track {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

    .slider-track::-webkit-scrollbar {
        display: none;
    }

    .slider-track .card {
        flex: 0 0 354px;
        margin-right: 24px;
        scroll-snap-align: start;
    }

.slider-controls {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 52px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--ekassa-purple);
    color: var(--pagination-text);
    font-size: 18px;
    cursor: pointer;
    color: #4b00ff;
}

    .slider-btn:hover {
        background: #e5dbff;
        color: var(--ekassa-purple);
    }

.main-article .card-meta,
.main-article .card-meta-item span,
.main-article .card-meta-item img {
    color: #ffffff;
    fill: white;
    filter: brightness(100);
}

.slider-header {
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
}

@media (max-width: 768px) {

    .gallery {
        justify-content: center;
    }

    .main-article {
        flex-direction: column;
        margin-top: 20px;
        max-height: 526px;
    }

    .main-article-image,
    .main-article-image img {
        flex: none;
        max-width: 100%;
        height: 226px;
    }

    .main-article-content {
        padding: 20px;
        height: 300px;
    }

        .main-article-content h2 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .main-article-content p {
            font-size: 14px;
            margin-bottom: 16px;
            max-height: 98px;
        }

        .main-article-content .read-more {
            font-size: 14px;
        }

    .slider-header {
        margin-top: 20px;
        font-size: 26px;
    }

    .slider-container {
        left: auto;
        width: 100%;
    }

    .slider-controls {
        width: 100%;
        margin-left: auto;
    }

    .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
    }

    .slider-track {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        gap: 10px;
        padding: 0 12px;
    }

        .slider-track .card {
            flex: 0 0 90vw;
            max-width: 380px;
            scroll-snap-align: center;
            margin: 0 auto;
        }

    .slider-btn {
        display: none;
    }

    .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #f5f3ff;
        transition: background-color 0.3s ease;
    }

        .dot.active {
            background-color: #7754f6;
        }

}
/* backward compatibility for styles in old articles */

.content-block .btn-success {
    background: #5bb85d;
}
.content-block .btn-danger {
    background: #FF5800;
}
.content-block .btn-lg {
    padding: 6px 12px;
}
.content-block a.btn-success:hover,
.content-block a.btn-danger:hover {
    color: #fff;
}
.content-block .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.content-text h1,
.content-text h2,
.content-text h3 {
    margin: 15px 0 15px;
}
.widget .widget-container {
    display: table;
    margin: 0 auto;
}

.widget .slider-line {
    margin-bottom: 20px;
}

.widget .slider-amount, .widget .slider-period {
    width: 100%;
    padding: 15px 0 15px;
    float: none;
    background: none;
    cursor: pointer;
    height: 40px;
}

.widget .slider-text {
    margin: 0;
    padding: 0;
    width: auto;
    vertical-align: top;
    min-width: 66px;
}

    .widget .slider-text p {
        margin-bottom: 0;
    }

    .widget .slider-text span {
        font-size: 13px;
    }

    .widget .slider-text input {
        font-size: 16px;
    }

    .widget .slider-text.amount input {
        width: 50px;
    }

    .widget .slider-text.period {
        padding: 0 5px;
    }

        .widget .slider-text.period input {
            width: 25px;
        }

.widget .slider-tooltip {
    top: -75px;
}

.widget .block .block-left {
    font-size: 15px;
    line-height: 20px;
}

.widget .loan-button-main {
    width: 100%;
    padding: 3px;
    border-bottom: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
}

    .widget .loan-button-main:before {
        box-shadow: 0 0 12px 3px rgba(255,255,255,0.7);
    }

.widget .loan-button-text {
    font-size: 16px;
    line-height: 30px;
}

.widget .agreement-link {
    margin: 0;
}

    .widget .agreement-link a {
        margin-bottom: 5px;
    }

.widget .text-smaller {
    font-size: 10px;
    line-height: 12px;
}


/*override default calculator styles to prevent responsive markup changes*/
/*Better solution - split responsive parts of calculator*/
.widget .slider.slider-horizontal {
    position: relative;
    height: 10px;
    border-radius: 20px;
    background: rgb(255,255,255);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
}

.widget .slider-line {
    position: relative;
    text-align: center;
}

.widget .slider-track:before,
.widget .slider-selection:before,
.widget .slider-selection:after,
.widget .slider-handle:before,
.widget .slider-handle:after {
    content: none;
}

.widget .slider-amount .slider-selection,
.widget .slider-period .slider-selection {
    border-radius: 20px;
    background-image: -ms-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -moz-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -o-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#00a8d8),color-stop(1,#0c3));
    background-image: -webkit-linear-gradient(left,#00a8d8 0,#0c3 100%);
    background-image: linear-gradient(to right,#00a8d8 0,#0c3 100%);
}

.widget .slider-handle.round {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.widget .slider-handle.round:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0 0 0 .5);
    z-index: 1;
    transition: 0.25s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.widget .slider-amount .slider-handle,
.widget .slider-period .slider-handle {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.widget .slider-text {
    justify-content: center;
    position: static;
}

    .widget .slider-text p {
        font-size: 15px;
        min-width: initial;
    }
.widget input#PeriodTextBox {
    width: 25px;
}
.widget input#AmountTextBox {
    width: 50px;
}
.widget .block .block-left .amount-row .amount-cell {
    width: auto;
}

.block .block-left .amount-row {
    justify-content: space-between;
}

.block .block-left .amount-row {
    display: flex;
    height: 27px;
}
