@font-face {
    font-display: swap;
}

html,
body {
    height: 100%;
    min-height: 100%;
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: #f0f2f5;
}

.wrap > .container {
    padding: 135px 15px 20px;
}

.footer {
    min-height: 60px;
    background: #1b1b20;
    border: none;
    padding-top: 20px;
    color: #fff;
    margin-top: 30px;
}

.footer a {
    color: #fff;
}

.footer-header {
    font-size: 22px;
    line-height: 38px;
    color: #a9a9a9;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px !important;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    #primary-nav-collapse li {
        z-index: 10;
        background: #fff;
    }

    .wrap > .container {
        padding: 55px 15px 20px;
    }

}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.breadcrumb {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    background-color: transparent;
}

.breadcrumb, .breadcrumb a, breadcrumb span {
    color: #697fa4;
    text-decoration: none;
    font-size: 13px;
}

.left-15 {
    margin-left: 15px;
}

.top-5 {
    margin-top: 5px;
}

.top-7 {
    margin-top: 7px;
}

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

.top-15 {
    margin-top: 15px;
}

.top-17 {
    margin-top: 17px;
}

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

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

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

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

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

.bottom-15 {
    margin-bottom: 15px;
}

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

.bottom-30 {
    margin-bottom: 30px;
}

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

.bottom-50 {
    margin-bottom: 50px;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.btn-xlg {
    padding: 12px 40px;
    font-size: 22px;
    line-height: 1.66666;
}

.btn-round-xlg {
    border-radius: 30px !important;
}

.btn-round-lg {
    border-radius: 22.5px !important;
}

.btn-round {
    border-radius: 17px !important;
}

.btn-round-sm {
    border-radius: 15px !important;
}

.btn-round-xs {
    border-radius: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.question-list-view {
    color: #000;
    word-break: break-word;
}

.question-list-view:hover {
    color: #000;
    text-decoration: none;
}

.question-list-view .panel > .panel-footer {
    border-top: none;
}

.question-list-view:hover .panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

.question-list-view .label {
    font-size: 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.question-list-view .question-list-view-title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
}

.question-list-view .question-payed .question-list-view-title {
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.circle-badge {
    text-align: center;
    border-radius: 100% !important;
}

.question-view h1 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
}

.question-view .panel-body {
    word-wrap: break-word;
}

.question-create-steps {
    height: 150px;
}

.question-create-steps .step:first-child {
    padding: 50px;
    font-size: 1.2em;
}

.question-create-steps .step {
    padding: 25px 10px;
    height: 150px;
}

.question-create-steps-arrow {
    overflow: visible;
    width: 41px;
    height: 150px;
    fill: none;
    stroke: #f5f0c7;
    stroke-width: 4px;
    position: absolute;
    top: 2px;
    right: 50px;
}

.custom-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.bold {
    font-weight: 600;
}

.inline-block {
    display: inline-block;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px;
}

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

.font-size-28 {
    font-size: 28px;
}

.question-payed {
    position: relative;
}

.question-payed-badge {
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    position: absolute;
    left: -4px;
    top: 10px;
    background: #6aab5e;
    color: #fff;
    font-size: 1.3em;
}

.question-payed-badge:before, .question-payed-badge:after {
    content: "";
    position: absolute;
}

.question-payed-badge:before {
    height: 0;
    width: 0;
    top: -4.5px;
    left: 0.1px;
    border-bottom: 4px solid #3f6339;
    border-left: 4px solid transparent;
}

.question-payed-badge:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #6aab5e;
}

.new-question-faq h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 30px;
    line-height: 30px;
}

.new-question-faq p.bold {
    font-size: 18px;
    line-height: 25px;
}

.new-question-faq p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px;
}


/* FAQ */

.faq .panel-default {
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 15px;
    padding-bottom: 14px;
    box-shadow: none;
}

.faq .panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}

.faq .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0 0 0 32px;
}

.faq.panel-default h5 {
    font: 300 19px "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0 0 5px;
}

.faq .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq .panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #6aab5e url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.faq .panel-default .collapsed:before {
    background: #cdc7cc url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}

.faq .panel-default .panel-title:hover .collapsed:before {
    background-color: #6aab5e;
}

.faq .panel-default .accordion-toggle,
.faq .panel-default .accordion-toggle:focus,
.faq .panel-default .accordion-toggle:hover,
.faq .panel-default .accordion-toggle:active {
    color: #6aab5e;
    text-decoration: none;
}

.faq .panel-default .collapsed {
    color: #5f6f7e;
}

/* END FAQ */

/* SERVICE PAGE */
#service-page h1, #service-page h2 {
    margin-top: 0;
}

#service-page .service-page-header {
}

#service-page .service-phone {
    font-size: 24px;
    margin-top: -5px;
}

#service-page .service-price {
    font-size: 30px;
    color: #85b551;
    font-weight: 700;
    line-height: 25px;
}

#service-page .service-leave-request-body {
    font-size: 1.2em;
}

#service-page .service-leave-request-body .form-group {
    padding: 0 10px 0 0;
}

/* END SERVICE PAGE */

/* SERVICES INDEX */
#services-index .list-group .list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#services-index .list-group-item-heading {
    padding: 15px 0 25px 0;
    text-align: center;
}

#services-index .list-group-item {
    padding: 20px;
    font-size: 18px;
}

#services-index .service-price {
    float: right;
}

#services-index .service-name {
    color: #3663a4;
}

/* END SERVICES INDEX*/

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

.social-btn a:hover, .social-btn a:active {
    text-decoration: none;
}

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

.social-btn .btn i {
    float: left;
    margin: 4px 15px 0 5px;
    min-width: 15px;
}

.horizontal-hint {
    margin-top: -10px;
}

.price-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    padding: 0;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: 0;
    z-index: 10;
    position: relative;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 1px solid #969696;
    box-shadow: 1px 1px 13px 0px #cbcbcb;
    z-index: 3;
}

.price-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.price-slider-divider-1 {
    position: absolute;
    top: -14px;
    height: 20px;
    border-right: 1px solid #a8a8a8;
    left: 33%;
    z-index: 0;
}

.price-slider-divider-2 {
    position: absolute;
    top: -14px;
    height: 20px;
    border-right: 1px solid #a8a8a8;
    left: 66%;
    z-index: 0;
}

.vip-price-input {
    width: 69px;
    display: inline;
}

.price-tooltip {
    position: absolute;
    text-align: center;
    left: 0;
    font-weight: 600;
    margin-left: -1%;
}

.main-block {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat no-repeat;
    background-color: #e9e7dd;
}

.btn-transparent {
    background: transparent;
    color: #F2F2F2;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 4px solid #518e4f;
    font-weight: 600;
}

.btn-transparent-warning {
    background: transparent;
    color: #eea236;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 4px solid #eea236;
    font-weight: 600;
}

.btn-transparent:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.first-block {
    font-size: 22px;
    line-height: 1.55;
    background-image: url('/img/first-block-bg.jpg');
    background-size: cover;
    background-color: #2e2e2e;
}

.main-title {
    font-size: 60px;
    padding-top: 120px;
    color: #fff;
    line-height: 66px;
    font-family: Open Sans, sans-serif;
}

.main-description {
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
}

.wrap-landing nav .nav-new-question-btn {
    display: none;
}

.top-stat-blocks i {
    color: #90b866;
}

.top-stat-blocks {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2a3134;
}

.top-stat-block {
    padding: 20px;
}

.last-questions {
    background: #eee;
}

.last-questions h2 {
    font-weight: 600;
}

.new-articles .new-article-link {
    font-size: 1.2em;
    font-weight: 600;
}

.new-articles .new-article-link .thumbnail {
    padding: 0;
    transition: .3s;
    height: 265px;
    position: relative;
}

.new-articles .new-article-link small {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 0.8em;
    color: #8c8c8c;
    font-weight: 400;
}

.new-articles a.new-article-link:hover {
    text-decoration: none;
}

.new-articles .new-article-link .thumbnail:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.lawyers-list {
    background: #eee;
}

.lawyers-list ul {
}

.lawyers-list ul li {
    list-style: none;
    display: block;
}

.lawyers-list ul li a {
    color: #647ea5;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
}

.lawyers-list ul li a:hover {
    color: #80ab54;
}

.lawyers-list .first-letter {
    font-size: 20px;
    font-weight: 600;
}

.col-divider {
    position: absolute;
    left: 100%;
    margin-left: -11px;
    top: 50%;
    background: #fff;
    line-height: 25px;
}

.custom-label {
    display: inline;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 21px;
    line-height: 22px;
    margin-right: 3px;
}

.custom-label-info {
    color: #3c66a0;
    background-color: #dde5f1;
}

.custom-label-success {
    background-color: #ddebcf;
    color: #95c278;
}

.container-full-width {
    width: calc(100vw - 8px);
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.lawyer-city-list {
    text-align: center;
    padding: 20px;
}

.lawyer-city-list .lawyer-city-item {
    box-sizing: border-box;
    padding: 10px 15px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 10px 15px 0 0;
    display: inline-block;
    color: #0e120a;
    transition: 300ms;
    min-width: 100px;
    font-size: 18px;
}

.lawyer-city-list .lawyer-city-item:hover {
    border: 1px solid #6aab5e;
    transition: 300ms;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}

.new-phone-consultation {
    background: #fff;
}

.new-phone-consultation .panel-body {
}

.new-phone-consultation .phone-block {
    padding: 30px;
    margin: 30px -30px;
}

.new-phone-consultation .phone-block address {
    font-size: 36px;
    margin: 0;
    display: inline-block;
}

.new-phone-consultation .phone-block address a:hover {
    text-decoration: none;
}

.new-phone-consultation .phone-block .phone-block-description {
    height: 40px;
    display: inline-block;
    margin-left: 30px;
}

.new-phone-consultation .phone-block .phone-block-description p {
    height: 20px;
    margin: 0;
}

.trambling {
    animation: 3s ease-in-out 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {
    0%, 50%, 100% {
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    10%, 30% {
        left: 2px;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }
    20%, 40% {
        left: -2px;
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    }
}

.hover-light:hover {
    background-color: #f8f9fa !important;
}

.redactor-toolbar li a {
    padding: 14px;
    font-size: 1.3em;
}

.redactor-editor ol {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.redactor-editor ul {
    list-style-type: initial;
    margin-bottom: 10px;
}

.redactor-editor blockquote, .question-view blockquote {
    background-color: #f6f6f6;
    padding: 15px;
    border-left: 4px solid #add187;
    font-style: normal;
    font-size: 1.1em;
}

@media (max-width: 426px) {
    .main-landing .main-title {
        font-size: 35px;
        padding-top: 60px;
        color: #fff;
        line-height: 1.1;
        font-family: Helvetica, sans-serif;
    }

    .main-landing .main-description {
        color: #fff;
        font-size: 16px;
        line-height: 1.4em;
    }

    .question-create .panel {
        background: transparent;
    }

    .question-create .panel-body {
        padding: 0;
    }

    .question-create .custom-well {
        padding: 0;
        background: transparent;
    }

    .new-phone-consultation {
        margin: 0 -15px;
    }

    .new-phone-consultation .panel-body {
        padding: 0;
        background: transparent;
    }

    .new-phone-consultation .phone-block {
        padding: 20px;
        margin: 30px -15px;
    }

    .new-phone-consultation .phone-block address {
        font-size: 27px;
        text-align: center;
    }

    .new-phone-consultation .phone-block .phone-block-description {
        margin: 0;
    }

}

.vote .vote-btn i.glyphicon {
    font-size: 9pt;
}

.vote .vote-count {
    font-size: 10pt;
    padding: 3px 8px;
    background: transparent;
}

a.prvd-hint-link {
    display: inline-block;
    font-size: 12px;
    color: #4e82cb;
    text-decoration: none;
    border-bottom: 1px dotted #4e82cb;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-left: 11px;
}

.flex {
    display: flex;
}

.sticky.affix-top {
    position: static;
}

.sticky.affix {
    top: 10px;
    position: fixed !important;
}

.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 20px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100px;
}

.star-ratings.star-ratings-sm {
    font-size: 13px;
    width: 60px;
}

.star-ratings .fill-ratings {
    color: #feca2e;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings .fill-ratings span {
    display: inline-block;
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}

.article-structure {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 15px;
}

.article-structure .current-page {
    font-weight: 600;
}

@media (min-width: 1020px) {
    nav.frontend-nav .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 20px;
        border-radius: 0;
    }
}

@media (min-width: 769px) {
    nav.frontend-nav .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        border-radius: 0;
    }
}

.text-wrap {
    white-space: normal;
    word-wrap: break-word;
}