/* ------------------  GENERAL --------------------*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, html {
    background: #fff;
    color: #000c14;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}


ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

input,
textarea,
input:active,
textarea:active,
select,
input[type="hidden"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none transparent !important;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    appearance: none !important;
    -moz-outline: none !important;
    border: none;
    appearance: none;
}

input:focus,
textarea:focus {
    font-family: 'Open Sans', sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: #7b7b7b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7b7b7b;
}

input,
textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 14px;
    overflow: auto;
    border: none;
    border-radius: 8px;
}

input[type="submit"],
button[type="submit"],
input[type="hidden"] {

    -webkit-appearance: none !important;
    overflow-y: visible;
}

.balance-form {
    overflow: hidden;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

a:active,
button:active {
    border: none;
    outline: none;
}

.container {
    padding: 0;
}

.content, .wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}


.wrapper {
    position: relative;
    min-height: 100%;
}

.footer-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 267px;
}


.img {
    display: flex;
    overflow: hidden;
    position: relative;
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-title {
    color: #000c14;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.section-subtitle {
    color: #6e7b8f;
    font-size: 2rem;
    text-align: center;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row > .col,
.row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.w-100 {
    width: 100%;
}

.breadcrumbs-wrap {
    border-bottom: 1px solid #e5e8ed;
    margin: 0 0 30px;
}

.breadcrumbs {
    position: relative;
    z-index: 20;
    margin-top: 16px;
    margin-bottom: 13px;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 13px;
}

.breadcrumbs__item::after {
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    width: 10px;
    height: auto;
    color: #1c77a4;
    font-size: 12px;
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__link {
    display: block;
    color: #1c77a4;
    font-size: 12px;
}

.breadcrumbs__link--active {
    color: #000000;
    cursor: default;
}

.pagination {
    margin: 0 auto;
    text-align: center;
}

.pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > ul > li {
    margin-right: 15px;
}

.pagination > ul > li:last-child {
    margin-right: 0;
}

.pagination > ul > li.page > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #000c14;
    font-size: 14px;
}

.pagination > ul > li.selected > a {
    background-color: #c2d4e8;
    font-size: 16px;
    font-weight: 700;
}

.pagination > ul > li.next > a {
    display: block;
    color: #000c14;
    font-size: 14px;
    line-height: 1;
    padding-right: 14px;
    background-image: url(img/archive-questions-btn-ico.svg);
    background-repeat: no-repeat;
    background-position: right top 4px;
}

.pagination > ul > li.previous > a {
    display: block;
    color: #000c14;
    font-size: 14px;
    line-height: 1;
    padding-left: 14px;
    background-image: url(img/archive-question-previous.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
}

.pagination > ul > li.last > a {
    display: block;
    color: #000c14;
    font-size: 14px;
}

.main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    transition: .3s;
}

.main-btn:hover {
    background-color: #81d2bc;
    color: #fff;
}

.main__title {
    margin-bottom: 30px;
    color: #000c14;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.form-input-select input {
    border: 1px solid;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.ui-menu-item {
    padding: 5px 0;
}

.ui-menu-item:hover {
    background-color: #fff !important;
}


.ui-menu {
    width: 300px !important;
    max-width: 300px !important;
}

.form-input.bordered,
.form-input-select.bordered {
    border: 1px solid red;
    border-radius: 8px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans', sans-serif !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-weight: normal;
    color: #fff
}

/* ------------------  Header --------------------*/

/* ------------------  Header Top --------------------*/

.header__mob {
    position: relative;
    display: none;
    padding: 13px 25px 13px 15px;
    background-color: #208167;
}

.nav-mob-wrap {
    display: none;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.nav-mob {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-320px);
    transition: 0.3s all;
    z-index: 30;
    width: 320px;
    padding: 54px 50px 30px 33px;
    background-color: #fff;
}

.nav-mob.active {
    transform: translateX(0);
}

.nav-mob__title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(191, 191, 191, .5);
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.nav-mob-list {
    margin-bottom: 25px;
}

.nav-mob-item {
    margin-bottom: 15px;
}

.nav-mob-link {
    display: block;
    color: #000c14;
    font-size: 16px;
}

.nav-mob-link--active {
    border-bottom: 1px solid #000c14;
    cursor: default;

}

.nav-mob-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.nav-close {
    display: none;
    visibility: hidden;
}

.nav-mob-wrap.active .nav-open {
    display: none;
}

.nav-mob-wrap.active .nav-close {
    display: block;
    visibility: visible;
}

.search-btn {
    width: 28px;
    height: 28px;
}

.search-form-mob {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    justify-content: center;
    z-index: 30;
    width: 100%;
    padding: 12px 0;
    background: #fff;
}

.search-input {
    margin: 0 auto;
}

.login-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.header__top {
    padding: 26px 0;
}

.logo {
    display: block;
    width: 209px;
    height: 44px;
}


.header__question {
    font-size: 14px;
}

.header__contacts {
    position: relative;
    margin: 0 auto;
    padding-left: 25px;
    text-align: center;
}

.header__contacts::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(img/header-contacts.svg);
    background-repeat: no-repeat;
}

.header__contacts-value {
    display: block;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.header__contacts-title {
    color: #969697;
    font-size: 14px;
    line-height: 1;
}

.header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 45px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    font-size: 14px;
    transition: .3s all;
}

.header__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.header__account {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.header__account-img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.header__account-title {
    color: #100000;
    font-size: 14px;
}

/* ------------------  Header Bottom --------------------*/

.header__bottom {
    padding: 18px 0;
    background-color: #81d2bc;
    background-image: url(img/header-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.main__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__nav-link {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.main__nav-link--active {
    border-bottom: 1px solid #000c14;
    cursor: default;
}

.main__nav-link--question {
    font-weight: 700;
    text-transform: uppercase;
}

.search-form {
    display: flex;
    justify-content: flex-end;
}

.search-input {
    position: relative;
    width: 78%;
    height: 35px;
}

.search-input input {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 38px;
    border: none;
    border-radius: 18px;
    border: 1px solid #cecece;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-input input::placeholder {
    color: #7b7b7b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-input__ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 16px;
    height: 16px;
}

/* ------------------  Header Main --------------------*/

.header__main {
    position: relative;
    overflow: hidden;
}

.header__main-bg {
    position: absolute;
    z-index: 10;
    width: 100vw;
    height: 100%;
    background: rgb(246, 246, 246);
    background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(225, 225, 225, 1) 100%);
}

.header__main .container {
    position: relative;
    z-index: 20;
}

.header__main-content {
    padding-top: 40px;
    padding-bottom: 52px;
}

.header__main-title {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-align: center;
    text-transform: uppercase;
}

.header__main-title--colored {
    color: #1a77a3;
}

.header__main-subtitle {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
}

.header__main-input {
    height: 40px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.header__main-input input {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    border: none;
    border-radius: 8px;
}

.header__main-textarea {
    height: 139px;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
}

.header__main-textarea textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 8px;
}

.header__main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    transition: .3s all;
}

.header__main-btn:hover {
    background-color: #81d2bc;
}

.header__main-order-btn {
    width: 180px;
    margin-right: 10px;
    border: 1px solid #017052;
    background-color: transparent;
    color: #000c14;
    transition: .3s all;
}

.header__main-order-btn:hover {
    background-color: #017052;
    color: #fff;
}

.header__main-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
}

.header__main-order-desc {
    font-size: 14px;
}

.header__main-bottom {
    display: flex;
    justify-content: space-between;
}

.header__main-img {
    position: relative;
    top: 5px;
    min-width: 300px;
}

.header__main-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: bottom;
}

/* ------------------  Activity --------------------*/

.activity {
    padding: 24px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfe3e9;
}

.activity__item {
    text-align: center;
}

.activity__item-value {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
}

.activity__item-desc {
    color: rgba(0, 12, 20, .5);
    font-size: 18px;
    line-height: 1;
}

/* ------------------  Steps --------------------*/

.steps {
    padding: 50px 0;
    border-bottom: 1px solid #dfe3e9;
    background-color: rgba(1, 112, 82, .8);
    background-image: url(img/consultations-bg.png);
    background-position: left top;
    color: #fff;
}

.steps__title {
    margin-bottom: 35px;
    color: #fff;

}

.steps__item {
    position: relative;
    width: 214px;
    height: 100%;
    margin: 0 auto;
    padding: 26px 5px 20px;
    border-radius: 10px;
    border: 3px solid #e5e5e5;
    text-align: center;
}

.steps__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    left: -8px;
    border: 20px solid transparent;
    border-left: 20px solid #e5e5e5;
}

.arrow_box {
    position: absolute;
    top: 50%;
    left: -3px;
    background: #fff;
    /*border: 1px solid #ffffff;*/
    transform: rotate(90deg);
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}

.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #acaeb1;
    border-width: 21px;
    margin-left: -21px;
}

.steps__item--active {
    border: 3px solid #1c77a4;
}

.steps__item--active::before {
    border-left: 20px solid #1c77a4;
}

.steps__item--active .arrow_box:before {
    border-bottom-color: #1c77a4;
}

.steps__item-img {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    z-index: 20;
    margin-bottom: 15px;
}

.steps__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 20;
}

.steps__item-value {
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
}

.steps__item-value_black {
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #000000;
}

.steps__item-title {
    margin-bottom: 5px;
    color: #fffafa;
    font-size: 16px;
    font-weight: 700;
}

.steps__item-title_black {
    margin-bottom: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.steps__item-desc {
    color: #fffafa;
    font-size: 14px;
    line-height: 1.5;
}

.steps__separator {
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* ------------------  Categories --------------------*/

.categories {
    padding: 50px 0;
}

.categories__title {
    margin-bottom: 36px;
}

.categories__list-wrap {
    margin-bottom: 24px;
}

.categories__list-title {
    margin-left: 30px;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

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

.categories__list-link {
    display: flex;
}

.categories__list-link-img {
    flex-shrink: 0;
    width: 23px;
    height: 20px;
    margin-right: 7px;
}

.categories__list-link-img img {
    width: 100%;
    height: 100%;

}

.categories__list-link-title {
    font-size: 14px;
    transition: .3s all;
}

.categories__list-link-title:hover {
    text-decoration: underline;
}

/* ------------------  Consultations --------------------*/

.consultations {
    padding: 45px 0 60px 0;
    background-color: rgba(1, 112, 82, .8);
    background-image: url(img/consultations-bg.png);
    background-position: left top;
}

.consultations__title {
    margin-bottom: 35px;
    color: #fff;
}

.consultations__gallery {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
    height: 100%;
}

.consultations-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    min-height: 300px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 27px rgba(13, 12, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.swiper-button-next {
    top: 45%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/slide-next.svg);
    background-size: 18px;
}

.swiper-button-prev {
    top: 45%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/slide-prev.svg);
    background-size: 18px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.consultations__item {
    padding: 23px 17px;
    text-align: left;
    border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.similar_item_row {
    padding: 23px 17px;
    text-align: left;
    border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.consultations__date {
    margin-bottom: 5px;
    color: rgba(0, 12, 20, .59);
    font-size: 12px;
}

.consultations__category {
    margin-bottom: 15px;
    display: block;
    color: #017052;
    font-size: 14px;
    font-weight: 600;
}

.similar__item-title {
    margin-bottom: 10px;
    color: #000c14;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.consultations__item-title {
    margin-bottom: 10px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.consultations__item-desc {
    margin-bottom: 23px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.2;
}

.consultations__item-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 33px;
    border-radius: 17px;
    border: 1px solid #cacaca;
    color: #000c14;
    font-size: 14px;
    font-weight: 600;
    transition: .3s all;
}


.consultations__item-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.consultations__item-btn-title {
    line-height: 1;
    margin-right: 5px;
}

.consultations__item-btn-img {
    width: 8px;
    height: 10px;
    top: 1.5px;
}

.consultations__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #ffffff;
    color: #000c14;
    font-size: 16px;
    transition: .3s all;
}

.consultations__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------  Benefits --------------------*/


.benefits {
    position: relative;
    display: flex;
    align-items: center;
    height: 358px;
    background-color: #fafdff;
}

.benefits__bg {
    position: absolute;
    z-index: 10;
    width: 1219px;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
}

.benefits__bg img {
    width: 100%;
    height: 100%;
    object-position: right;
}

.benefits .container {
    position: relative;
    z-index: 20;
    padding-left: 150px;
}

.benefits__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.benefits__item-img {
    width: 48px;
    height: 48px;
    margin-right: 13px;
}

.benefits__item-desc {
    color: #000c14;
    font-size: 30px;
    font-weight: 700;
}

/* ------------------  Reviewes --------------------*/

.reviewes {
    padding-top: 47px;
    padding-bottom: 57px;
    border-bottom: 1px solid #dfe3e9;
}

.reviewes__title {
    margin-bottom: 35px;
}

.reviewes__gallery {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.reviewes-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.reviewes-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.reviewes__gallery .reviewes-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/reviewes-button-next.svg);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.reviewes__gallery .reviewes-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/reviewes-button-prev.svg);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.reviewes__gallery .reviewes-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.reviewes-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.reviewes-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.reviewes__item {
    min-height: 280px;
    padding: 20px 20px;
    padding-right: 10px;
}

.reviewes__item-img {
    width: 31px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.reviewes__item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.reviewes__item-author {
    color: #000c14;
    font-size: 14px;
    font-weight: 700;
}

.reviewes__item-date {
    color: rgba(0, 12, 20, .59);
    font-size: 12px;
}

.reviewes__item-desc {
    margin-bottom: 8px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.reviewes__item-footer {
    text-align: left;
}

.reviewes__item-footer-title {
    color: #000c14;
    font-size: 12px;
    margin-right: 3px;
}

.reviewes__item-footer-value {
    display: block;
    color: #017052;
    font-size: 12px;
    text-decoration: underline;
    text-align: left;
}

.reviewes__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 257px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    color: #000c14;
    font-size: 16px;
    transition: .3s all;
}

.reviewes__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------  Questions --------------------*/

.questions {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #dfe3e9;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: inherit;
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
}

.ui-tabs {
    padding: 0;
}

.questions__list {
    display: flex;
    justify-content: center;
}

.questions__list-link {
    display: block;
    padding: 0 30px !important;
    color: rgba(26, 119, 163, .53) !important;
    font-size: 30px;
    font-weight: 700;
}

.questions__list-item.ui-tabs-active .questions__list-link {
    color: #1a77a3 !important;
    text-decoration: underline;
}

.question-free__gallery {
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.question-free-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.question-free-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.question-free__gallery .question-free-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-next.svg);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.question-free__gallery .question-free-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-prev.svg);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.question-free-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.question-free-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.question-free-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.question-free-swiper-container .consultations__category {
    color: #017052;
    text-decoration: underline;
}

.question-paid__gallery {
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.question-paid-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.question-paid-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.question-paid__gallery .question-paid-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-next.svg);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.question-paid__gallery .question-paid-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-prev.svg);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.question-paid-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.question-paid-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.question-paid-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.question-paid__gallery .consultations__item {
    position: relative;
}

.question-paid-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.question__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    color: #000c14;
    font-size: 16px;
    transition: .3s all;
}

.question__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------  Workers --------------------*/

.workers {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: rgba(1, 112, 82, .8);
    background-image: url(img/consultations-bg.png);
    background-position: left top;
}

.workers__title {
    margin-bottom: 15px;
}

.workers__gallery {
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.workers-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.workers-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.workers__gallery .workers-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-next.svg);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.workers__gallery .workers-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/question-free-button-prev.svg);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.workers-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.workers-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.workers-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.workers__item {
    padding: 27px 14px 28px 20px;
}

.workers__item-img {
    width: 101px;
    height: 101px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
}

.workers__item-name {
    margin-bottom: 3px;
    color: #000c14;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.workers__item-post {
    margin-bottom: 5px;
    color: rgba(0, 12, 20, .59);
    font-size: 12px;
    font-weight: 700;
}

.workers__item-town {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.workers__item-town-ico {
    width: 15px;
    height: 18px;
    margin-right: 7px;
}

.workers__item-town-value {
    font-size: 14px;
}

.workers__item-desc {
    margin-bottom: 7px;
    color: #000c14;
    font-size: 14px;
    text-align: left;
}

.workers__item-stage {
    margin-bottom: 4px;
    color: #000c14;
    font-size: 14px;
    text-align: left;
}

.workers__item-reviewes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.workers__item-reviewes-title {
    font-size: 14px;
}

.workers__item-reviewes-value {
    color: #000c14;
    font-size: 14px;
}

/* ------------------  News --------------------*/

.news {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: rgba(1, 112, 82, .8);
    background-image: url(img/consultations-bg.png);
    background-repeat: repeat;
    background-position: left top;
}

.news__title {
    margin-bottom: 35px;
    color: #fff;
}

.news__gallery {
    display: none;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.news-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.news-swiper-container .swiper-slide {
    min-height: 440px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
}

.news__gallery .news-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/slide-next.png);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.news__gallery .news-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/slide-prev.png);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.news-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.news .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.news-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.news__item-wrap {
    min-height: 485px;
    align-items: stretch;
}


.news__item {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffffff;
}

.news-swiper-container .swiper-slide .news__item {
    height: auto;
}

.news__item-img {
    padding-top: 43.59%;
    border-radius: 10px 10px 0 0;
}

.news__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.news__item-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
}

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

.news__item-date {
    margin-bottom: 3px;
    color: rgba(0, 12, 20, .59);
    font-size: 12px;
}

.news__item-views {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3px;
    color: #000c14;
    font-size: 14px;
}

.news__item-views-title {
    margin-right: 4px;
}

.news__item-comments {
    display: flex;
    align-items: flex-end;
    color: #000c14;
    font-size: 14px;
}

.news__item-comments-title {
    margin-right: 4px;
}

.news__item-title {
    margin-bottom: 5px;
    color: #000c14;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.news__item-desc {
    margin-bottom: 15px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.42;
}

.news__item-more {
    margin-top: auto;
    display: inline-block;
    color: #1a77a3;
    font-size: 14px;
    text-decoration: underline;
}

.news__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 51px;
    margin: 0 auto;
    margin-top: 33px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #ffffff;
    color: #000c14;
    font-size: 16px;
    transition: .3s all;
}

.news__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------  Materials  --------------------*/

.materials {
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dfe3e9;
}

.materials__title {
    margin-bottom: 35px;
}

.materials__gallery {
    display: none;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.materials-swiper-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.materials-swiper-container .swiper-slide {
    min-height: 360px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
}

.materials__gallery .materials-button-next {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/reviewes-button-next.svg);
    background-size: 18px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.materials__gallery .materials-button-prev {
    top: 40%;
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url(img/reviewes-button-prev.svg);
    background-size: 18px;
    left: 10px;
    right: auto;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.materials-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.materials .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-color: #fafdff;
    border: 1px solid #017052;
    opacity: 1;
}

.materials-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    border: 1px solid #fafdff;
    background-color: #017052;
}

.materials-items-wrap {
    min-height: 420px;
}

.materials__item {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.materials-swiper-container .swiper-slide .materials__item {
    height: auto;
}

.materials__item-img {
    padding-top: 43.59%;
}

.materials__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials__item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 18px 22px;
}

.materials__item-title {
    margin-bottom: 10px;
    color: #000c14;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}

.materials__item-desc {
    margin-bottom: 13px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.42;
}

.materials__item-more {
    margin-top: auto;
    display: inline-block;
    color: #017052;
    font-size: 14px;
    text-decoration: underline;
}

.materials__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 51px;
    margin: 0 auto;
    margin-top: 33px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #ffffff;
    color: #000c14;
    font-size: 16px;
    transition: .3s all;
}

.materials__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------  About  --------------------*/

.about {
    padding-top: 50px;
    padding-bottom: 60px;
}

.about__title {
    margin-bottom: 24px;
    text-align: left;
}

.about__item:first-of-type {
    margin-bottom: 18px;
}

.about__item-title {
    margin-bottom: 10px;
    color: #017052;
    font-size: 24px;
    font-weight: 600;
}

.about__item-desc p {
    margin-bottom: 4px;
    color: #000c14;
    font-size: 14px;
    line-height: 1.71;
}

.about__widget {
    width: 345px;
    height: 323px;
    margin-top: 80px;
    border: 1px solid #dfe3e9;
}

/* ------------------  Footer  --------------------*/

.footer {
    padding: 30px 0;
    background-color: rgba(1, 112, 82, .88);
    background-image: url(img/consultations-bg.png);
    background-repeat: repeat;
    color: #fafdff;
    font-size: 14px;
}

.footer__wrap-padding {
    padding-top: 56px;
}

.footer__logo {
    width: 178px;
    height: 37px;
    margin-bottom: 20px;
}

.footer__list-item {
    margin-bottom: 5px;
}

.footer__list-link {
    display: block;
    color: #fafdff;
    font-size: 14px;
}

.footer__social {
    width: 231px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.footer__social-item {
    margin-left: 10px;
}

.footer__social-link {
    width: 31px;
    height: 31px;
}

.footer__branches-title {
    position: relative;
    margin-bottom: 5px;
}

.footer__branches-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    width: 18px;
    height: 25px;
    background-image: url(img/footer-branches-title.svg);
    background-repeat: no-repeat;
    object-fit: contain;
}

.footer__branches-item {
    margin-bottom: 5px;
}

/* ------------------ Crm system --------------------*/

.page__desc p {
    color: #000c14;
    font-size: 16px;
    line-height: 1.5;
}

.crm-system__btn {
    width: 201px;
    height: 50px;
    margin: 27px 0 40px 0;
    background-color: #017052;
    color: #fafdff;
    letter-spacing: 0.16px;
}

.crm-system__btn:hover {
    background-color: #81d2bc;
}

.crm-system__second-title {
    margin-bottom: 23px;
    color: #000c14;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.crm-system__wrapper {
    margin-top: 35px;
    padding-bottom: 50px;
}

.crm-system__widget {
    max-width: 93%;
    margin-bottom: 30px;
}

.crm-system__widget-title {
    margin-bottom: 15px;
    color: #000c14;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.crm-system__widget-body {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.crm-system__widget-img {
    padding-top: 58%;
}

.crm-system__widget-btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    background-color: #017052;
    color: #fafdff;
    letter-spacing: 0.16px;
}

.crm-system__widget-btn:hover {
    background-color: #81d2bc;
}

/* ------------------ Archive  --------------------*/

.archive-questions {
    max-width: 95%;
    padding-bottom: 65px;
}

.archive__list {
    margin-bottom: 5px;
}

.archive__list-wrap {
    display: flex;
}

.archive__list-wrap:first-child {
    border: 1px solid #e5e5e5;
}

.archive__list-wrap:last-child {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.archive__list-item {
    width: 16.66%;
    border-right: 1px solid #e5e5e5;
}

.archive__list-item:last-child {
    border-right: none;
}

.archive__list-link {
    display: block;
    padding: 8px 0;
    color: #208167;
    font-size: 16px;
    text-align: center;
}

.archive__list-link--active {
    display: block;
    background-color: #d8e8ef;
    color: #000000;
    cursor: default;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
}

.text-muted {
    display: block;
    background-color: #d8e8ef;
    color: #000000;
    cursor: default;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
}

.archive-questions__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.archive-questions__item:last-of-type {
    border-bottom: none;
}

.archive-questions__item:hover .archive-questions__title {
    color: #017052;
    text-decoration: underline;
}

.archive-questions__title {
    display: block;
    max-width: 80%;
    color: #000000;
    font-size: 16px;
    line-height: 1.75;
}

.archive-questions__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 130px;
    height: 33px;
    margin-left: 10px;
    padding: 0 17px;
    border-radius: 17px;
    border: 1px solid #cacaca;
    background-image: url(img/archive-questions-btn-ico.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 11px;
    color: #000c14;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.archive-questions__no-answer {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
}

.archive-questions__more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 213px;
    height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 37px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    color: #000c14;
    font-size: 14px;
    transition: .3s all;
}

.archive-questions__more-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.advice-form {
    margin-bottom: 25px;
    padding: 25px 30px 35px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #017052;
    background-image: url(img/advice-form-bg.png);
    background-position: left top;
}

.advice-form__title {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 22px;
    color: #fafdff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;

}

.advice-form__textarea {
    height: 140px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.advice-form__input {
    height: 40px;
    margin-bottom: 30px;
    transition: .3s all;
}

.advice-form__btn {
    width: 228px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px !important;
    border: 1px solid #1a77a3;
    background-color: #ffffff;
}

.advice-form__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.expert-login {
    margin-bottom: 25px;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.expert-login__title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000c14;
    font-size: 20px;
    font-weight: 700;
}

.expert-login__desc {
    margin-bottom: 20px;
    color: #000c14;
    font-size: 14px;
}

.expert-login__btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    color: #000c14;
    font-size: 16px;
    letter-spacing: 0.16px;
    transition: .3s all;
}

.expert-login__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.best-workers {
    border-radius: 10px;
}

.best-workers__title {
    margin-bottom: 15px;
    color: #000c14;
    font-size: 20px;
    font-weight: 700;
}

.best-workers__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.best-workers__item_small {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 6px;
}

.best-workers__avatar-wrap {
    position: relative;
}

.best-workers__avatar {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.best-workers__avatar_small {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.best-workers__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.best-workers__avatar-online {
    position: absolute;
    bottom: 5px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fafdff;
    background-color: #70bb4e;
}

.best-workers .best-workers__avatar-offline {
    bottom: 5px;
    left: 7px;
}

.best-workers__name {
    display: block;
    margin-bottom: 5px;
    color: #2B70BC;
    font-size: 16px;
    font-weight: 700;
}

.best-workers__data-wrapper {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.best-workers__specialty {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    line-height: 15px;
}

.best-workers__specialty-item {
    padding: 0 5px;
}

.best-workers__specialty-item:first-child {
    padding-left: 0px;
    border-right: 1px solid #81D2BC;
}

.best-workers__location {
    display: flex;
    align-items: center;
}

.best-workers__location-ico {
    width: 15px;
    height: 18px;
    margin-right: 5px;
}

.best-workers__location-value {
    color: #000c14;
    font-size: 14px;
}

.best-workers__activity {
    display: flex;
    align-items: flex-end;
    color: #000c14;
    font-size: 14px;
}

.best-workers__activity-value {
    margin-right: 5px;
}

.best-workers__btn {
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    color: #000c14;
    font-size: 16px;
    letter-spacing: 0.16px;
    transition: .3s all;
}

.best-workers__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------ Questions-for-lawyers  --------------------*/

.questions-lawyers {
    max-width: 96%;
}

.questions-lawyers__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 22px 60px 25px 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}


.questions-lawyers__item-title {
    margin-bottom: 10px;
    line-height: 1.37;
    font-weight: 700;
}

.questions-lawyers__item-answer {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42;
}

.questions-lawyers__item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.questions-lawyers__item-date {
    margin-right: 15px;
}

.questions-lawyers__item-location {
    margin-right: 15px;
}

.questions-lawyers__item-category {
    color: #017052;
    font-size: 12px;
    text-decoration: underline;
}

.questions-lawyers__item-btn {
    margin-left: 0;
}

.questions-lawyers__item-no-answer {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

.questions-lawyers .pagination {
    margin: 38px auto;
}

.archive-table {
    padding-bottom: 60px;
}

.archive-table__item .archive__list {
    margin-bottom: 0;
}

.archive-table__title {
    margin-bottom: 25px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.archive-table__item-year {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.archive-table__item .archive__list-wrap:last-child {
    border-bottom: none;
}

.archive-table__item:last-child .archive__list-wrap:last-child {
    border-bottom: 1px solid #e5e5e5;
}

/* ------------------ Popup Login  --------------------*/

.checkbox-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.checkbox {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: auto;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #a1a1a1;
    background: #FFF;
}

.checkbox + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 7px;
    background-image: url(img/popup-check.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .2s;
}

.checkbox:checked + label:after {
    opacity: 1;
}

.modal {
    padding: 0;
}

.blocker {
    z-index: 100;
}

.popup-login {
    padding: 40px 30px;
}

.popup-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.popup-form {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe3e9;
}

.popup-form__input {
    height: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.popup-form__input input {
    border: 1px solid #e5e5e5;
}

.popup-form__input input:focus {
    border: 1px solid #2b70bc;
}

.popup-form__btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 16px;
}

.popup-form__forget {
    display: block;
    margin-bottom: 15px;
    color: #017052;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.close-forgot-password-modal {
    cursor: pointer;
}

.popup-form__reg {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.popup-form__reg-link {
    color: #017052;
    text-decoration: underline;
}

.popup-social__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.popup-social__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    margin: 0 auto;
}

.popup-social__link {
    width: 27px;
    height: 27px;
}

.popup-form-recover {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popup-form__input-label {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}

.popup-form__cancel {
    display: block;
    color: #017052;
    text-align: center;

}


/* ------------------ Question-online  --------------------*/

.question-steps {
    margin-bottom: 45px;
    padding: 20px 0;
}

.question-steps .steps__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0x;
    border-radius: 0;
    border: none;
}

.question-steps .steps__item::before {
    display: none;
}

.question-steps .arrow_box {
    display: none;
}

.question-steps .steps__item-top {
    flex: 1 0 15%;
}

.question-steps .steps__item-img {
    width: 52px;
    height: 52px;
}

.question-steps .steps__item-value {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
}

.question-steps .steps__item-bottom {
    flex: 3 0 0%;
}

.question-steps .steps__item-title {
    font-size: 16px;
    text-align: left;
}

.question-steps .steps__item-desc {
    font-size: 14px;
    text-align: left;
}

.form-horizontal {
    margin-bottom: 30px;
    padding: 22px 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.form-input-wrap {
    margin-bottom: 20px;
}

.form-input-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.form-input,
.form-input-select {
    height: 40px;
}

.form-input input,
.form-input-textarea textarea,
.form-input-select select {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.form-input input:focus,
.form-input-textarea textarea:focus,
.form-input-select select:focus {
    border: 1px solid #1b78e0;
}

.form-input-textarea {
    height: 150px;
}

.form-input-textarea textarea {
    height: 100%;
}

.form-input-inner {
    display: flex;
    justify-content: space-between;
}

.form-input-inner .form-input-wrap {
    width: 47%;
}

.form-input-select select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: none;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-image: url(img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.question-online__btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 16px;
}

.question-online-check-wrap {
    width: 280px;
    margin: 0 auto;
}

.call-back-check .checkbox + label {
    margin: 0 auto;
    font-size: 12px;
    color: rgba(0, 12, 20, .5);
}

.question-online-check-wrap .checkbox + label {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-online-check-wrap .checkbox + label:after {
    background-image: url(img/question-online-check-ico.svg);
}

.question-online__policy {
    color: rgba(0, 12, 20, .5);
    text-decoration: underline;
}

.last-consultation {
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.last-consultation__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.last-consultation .consultations__item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.last-consultation .consultations__item:last-child {
    border-bottom: none;
}

.question-online__desc {
    padding: 35px 0;
    border-top: 1px solid #dfe3e9;
}

.question-online__desc .page-desc {
    max-width: 93%;
}

.question-online__desc .page-desc p {
    font-size: 14px;
    text-align: justify;
}

.activity-mob {
    display: none;
}

.call-back-steps__title {
    display: none;
}

/* ------------------ Documents  --------------------*/

.main__subtitle {
    max-width: 65%;
    margin: 0 auto;
}

.main__subtitle--bold {
    font-weight: 700;
}

.form-title {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 700;
}

.radio-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 550px;
    margin-bottom: 5px;
}

.radio-input-wrap {
    width: 48%;
    margin-bottom: 15px;
}

.radio {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: auto;
}

.radio + label {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    color: #000c14;
    font-size: 14px;
}

.radio + label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    background: #f1f4f6;
}

.radio + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #016f52;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:checked + label {
    color: #016f52;
}

.radio:checked + label:before {
    border: 1px solid #016f52;
}

.radio-wrap-desc {
    padding-left: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.form-input-textarea-docs {
    min-height: 320px;
}

.sending__file-input-title {
    margin-bottom: 15px;
    color: #000d13;
    font-size: 14px;
}

.sending__file-input {
    width: auto;
    height: auto;
    margin-bottom: 28px;
}

.sending__input {
    width: 0;
    height: 0;
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    padding: 0 !important;
}

.sending__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    cursor: pointer;
    text-align: center;
    color: #000c14;
    font-size: 14px;
    transition: .3s all;
}

.sending__label:hover {
    background-color: #1a77a3;
    color: #fff;
}

.radio-wrap-block {
    display: block;
}

.price-radio-title {
    margin-bottom: 5px;
    color: #000c14;
    font-size: 14px;
    font-weight: 700;
}

.radio + label.label-flex {
    display: flex;
}

.label-flex-title {
    margin-right: 7px;
}

.radio-label-input {
    width: 55px;
    height: 27px;
    margin-right: 7px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.form-title {
    font-size: 18px;
    font-weight: 700;
}

.send-benefits {
    margin-bottom: 20px;
    padding: 35px 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.send-benefits__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.send-benefits__wrap {
    width: 70%;
    margin: 0 auto;
}

.send-benefits__item {
    margin-bottom: 12px;
    text-align: center;
}

.send-benefits__item:last-child {
    margin-bottom: 0;
}

.send-benefits__item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: #1c77a4;
    font-size: 14px;
    font-weight: 700;
}

.send-benefits__item-title-img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.send-benefits__item-desc {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
    line-height: 1.33;
}

.docs-best-workers {
    margin-bottom: 55px;
}

.form-input-select .select-hidden {
    display: none;
}

/* ------------------ Contacts  --------------------*/

.contacts__subtitle {
    width: 53%;
    margin-bottom: 40px;
    text-align: center;
}

.contacts__wrap {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.contacts__title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.contacts__desc {
    margin-bottom: 15px;
}

.contacts__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contacts__item:last-child {
    margin-bottom: 0;
}

.contacts__item-img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.contacts__map {
    height: 509px;
    margin-bottom: 60px;
}

.contacts__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* ------------------ News Page --------------------*/

.news-page__top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 95%;
    min-height: 440px;
    margin-bottom: 25px;
}

.news-page__top .news__item {
    width: 47%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #dfe3e9;
}

.news-page__body {
    max-width: 95%;
    margin-bottom: 60px;
}

.news-page__item {
    display: flex;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #dfe3e9;
}

.news-page__item-img {
    flex-shrink: 0;
    width: 170px;
    padding-top: 20%;
    border-radius: 8px 0 0 0;
}

.news-page__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page__item-content {
    padding: 15px;
}

.news-page__item-title {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
}

.news-page__item-desc {
    margin-bottom: 10px;
}

.news-page__item-desc p {
    font-size: 14px;
    line-height: 1.4;
}

.news-page__item .news__item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-bottom: 0;
}

.news-aside__section {
    margin-bottom: 25px;
    padding: 30px 20px;
    padding-bottom: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.news-aside__section-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.news-aside__section-item .news__item-title {
    font-size: 14px;
    text-transform: inherit;
}

.news-aside__section-item {
    border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.news-aside__section-item:last-child {
    border-bottom: none;
}

.news-aside__section-item .news__item-content {
    padding: 0;
    padding: 20px 0;
}

.news-page-pagination {
    margin-top: 30px;
}

/* ------------------ Publish Question  --------------------*/

.publish-question__title {
    margin-top: 55px;
    margin-bottom: 20px;
}

.publish-question__subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.publish-question {
}

.publish-question__form {
    width: 283px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.publish-question__form .form-input-label {
    text-align: center;
}

.publish-question__form .form-input-wrap {
    margin-bottom: 5px;
}

.publish-question__form-desc {
    margin-bottom: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
    text-align: center;
}

.publish-question__form-btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    background-color: #017052;
    color: #fafdff;
    font-size: 16px;
    text-align: center;
}

.publish-question__social {
    width: 350px;
    margin: 0 auto;
}

.publish-question__social-title {
    margin-bottom: 15px;
    font-size: 16px;
}

.publish-end__desc {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 64px;
    font-size: 14px;
    text-align: center;
}

.publish-end__desc--bold {
    font-weight: 700;
}

.popup-call-back {
    padding: 30px 15px;
}

.popup-call-back__ico {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.popup-call-back__title {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.popup-call-back__desc {
    text-align: center;
}

/* ------------------ Selling Leads  --------------------*/

.selling__main {
    border-bottom: 1px solid #e5e5e5;
}

.selling__main-bg {
    position: absolute;
    z-index: 10;
    width: 60vw;
    right: 0;
}

.selling__main-bg img {
    object-position: right;
}

.selling-main-bg-mob {
    display: none;
}

.selling__main-content {
    padding: 55px 0 59px 0;
}

.selling__main .container {
    position: relative;
    z-index: 20;
}

.selling__main-content {
    max-width: 46.40%;
}

.selling__main-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
}

.selling__main-subtitle {
    margin-bottom: 35px;
    font-size: 18px;
}

.selling__main-btn {
    width: 262px;
    height: 65px;
    border-radius: 8px;
    background-color: #2b70bc;
    color: #fafdff;
    font-size: 16px;
}

.selling__desc {
    padding: 43px 0;
    border-bottom: 1px solid #e5e5e5;
}

.selling__desc-wrap {
    max-width: 86%;
    margin: 0 auto;
    padding-left: 25px;
    border-left: 2px solid #2b70bc;
}

.selling__desc-item {
    margin-bottom: 28px;
}

.selling__desc-item:last-child {
    margin-bottom: 0;
}

.selling__desc-item p {
    font-size: 18px;
}

.selling__desc-item--bold p {
    font-weight: 700;
}

.selling__example {
    padding-top: 40px;
    padding-bottom: 31px;
    border-bottom: 1px solid #e5e5e5;
}

.selling__example-title {
    margin-bottom: 25px;
}

.selling__example-benefits {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.selling__example-benefits-img {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 14px;
}

.selling__example-benefits-title {
    font-size: 16px;
    text-align: center;
}

.selling__example-subtitle {
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
}

.selling__example-item {
    max-width: 97%;
    margin-bottom: 14px;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.selling__example-item-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
}

.selling__example-item-location {
    position: relative;
    padding-left: 21px;
}

.selling__example-item-location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 18px;
    background-image: url(img/selling-example-item-location.svg);
    background-repeat: no-repeat;
}

.selling__example-item-phone {
    position: relative;
    padding-left: 26px;
}

.selling__example-item-phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(img/selling-example-item-phone.svg);
    background-repeat: no-repeat;
}

.selling__example-item-person {
    position: relative;
    padding-left: 22px;
}

.selling__example-item-person::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 18px;
    background-image: url(img/selling-example-item-person.svg);
    background-repeat: no-repeat;
}

.selling__example-item-desc {
    color: #000000;
    font-size: 14px;
    line-height: 1.57;
}

.selling__reject {
    padding-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.selling__reject-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
}

.selling__reject-desc--bold {
    font-weight: 700;
}

.selling__reject-list {
    max-width: 60.24%;
}

.selling__reject-item {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}

.selling__reject-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(img/selling-reject-item.png);
    background-repeat: no-repeat;
}

.selling__reject-item-title {
    margin-bottom: 3px;
}

.selling__reject-item-desc {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
    line-height: 1.42;
}

.selling__popular {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.selling__popular-title {
    margin-bottom: 25px;
}

.selling__popular-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
}

.selling__popular-img {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.selling__popular-item-title {
    text-align: center;
}

.selling__about {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.selling__about-title {
    margin-bottom: 25px;
}

.selling__about-desc {
    max-width: 90%;
}

.selling__about-desc p {
    font-size: 18px;
    line-height: 1.5;
}

.selling__about-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}

.selling__about-left {
    width: 28%;
}

.selling__about-center {
    width: 162px;
    height: 170px;
}

.selling__about-center img {
    width: 100%;
    object-fit: cover;
}

.selling__about-right {
    width: 28%;
}

.selling__about-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 61px;
    margin-bottom: 40px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #2b70bc;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.selling__about-left .selling__about-item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -67px;
    width: 49px;
    height: 12px;
    background-image: url(img/selling-about-item.svg);
    background-repeat: no-repeat;
}

.selling__about-right .selling__about-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: -67px;
    width: 49px;
    height: 12px;
    background-image: url(img/selling-about-item.svg);
    background-repeat: no-repeat;
}

.selling__process {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

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

.selling__process .steps__item-title {
    font-weight: 400;
}

.selling__benefits {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

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

.selling__benefits-list {
    display: flex;
    max-width: 97%;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.selling__benefits-item {
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    height: 104px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.28;
    text-align: center;
}

.selling__benefits-item:last-child {
    border-right: none;
}

.selling__benefits-item-desc {
    padding: 10px 5px;
}

.selling__benefits-item-value {
    margin-top: auto;
    padding: 7px 0;
    border-top: 1px solid #e5e5e5;
    line-height: 1;
}

.selling__benefits-item--colored {
    background-color: #d8e8ef;
    font-weight: 600;
    border-right: 1px solid #cecece;
}

.selling__benefits-item--colored .selling__benefits-item-value {
    border-top: 1px solid #cecece;
}

.selling__benefits-desc {
    margin-bottom: 20px;
    padding-left: 25px;
}

.selling__benefits-desc p {
    font-size: 18px;
    line-height: 1.55;
}

.selling__benefits-desc--bold {
    font-weight: 600;
}

.selling__benefits-desc--free {
    font-weight: 600;
    text-transform: uppercase;
}

.selling__benefits-desc--bordered {
    border-left: 3px solid #2b70bc;
}

.selling__benefits-btn {
    margin-left: 0;
    width: 262px;
    height: 66px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-size: 16px;
}

/* ------------------ Reference-materials  --------------------*/

.recent-publication {
    padding-top: 20px;
    padding-bottom: 40px;
}

.recent-publication__title {
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.recent-publication__item {
    display: block;
    max-width: 97%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.recent-publication__item-img {
    padding-top: 43.59%;
    border-radius: 10px 10px 0 0;
}

.recent-publication__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-publication__item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* ------------------ Resource-materials --------------------*/

.resource__title-bg {
    margin-bottom: 25px;
    padding: 25px 0;
    border-top: 1px solid #dfe3e9;
    border-bottom: 1px solid #dfe3e9;
    background-image: url(img/resource--title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.resource__title {
    width: 50%;
    margin: 0 auto;
    line-height: 1.33;
}

.resource__content {
    max-width: 97%;
    padding-bottom: 60px;
}

.resource__aside-nav-mob {
    display: none;
}

.edit-resourse-btn {
    color: brown;
}

.docs-example {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73px;
    margin-bottom: 32px;
    padding: 0 15px;
    border-radius: 8px;
    background-color: #2b70bc;
}

.docs-example-title {
    margin-right: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.docs-example-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 109px;
    height: 30px;
    margin-left: 15px;
    padding-left: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    background-image: url(img/resource-download-item-btn.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: #000000;
    font-size: 14px;
}

.question-unloged__lawyer ul {
    margin: 42px 0px 47px 6%;
    list-style: disc;
}

.question-unloged__lawyer ul li {
    margin-bottom: 10px;
}

.question-unloged__lawyer-body a {
    color: #1c77a4;
    text-decoration: underline;
}

.resource__desc ul {
    margin: 42px 0px 47px 3%;
}

.resource__desc ol {
    margin-bottom: 27px;
    padding-left: 17px;
    margin: 42px 0px 47px 15px;
    list-style-type: none;
}

.question-unloged__lawyer ol {
    counter-reset: num;
    margin: 42px 0px 47px 6%;
    padding: 0;
}

.question-unloged__lawyer ol li {
    margin-bottom: 10px;
}

.resource__desc ol {
    counter-reset: num;
    list-style: none;
    margin: 42px 0px 47px 3%;
    padding: 0;
}

.resource__desc ol li {
    counter-increment: num;
    position: relative;
    margin: 0px 0 12px 30px;
    padding: 0 0 0 0;
    line-height: 1.7;
}

.resource__desc ol li:before {
    content: counter(num) ".";
    color: #218167;
    position: absolute;
    left: -30px;
    top: 0;
    text-align: right;
    font-weight: bold;
}

.resource__desc ol li:nth-child(-n+9):before {
    content: "0" counter(num) ".";
}

.resource__desc > table > tbody > tr > td > ul {
    margin: 42px 0px 47px 0px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

table td {
    padding: 12px 16px;
}

table thead tr {
    font-weight: bold;
    border-top: 1px solid #e8e9eb;
}

table tr {
    border-bottom: 1px solid #e8e9eb;
}

table tbody tr:hover {
    background: #e8f6ff;
}


.resource__desc ol li a {
    color: #1c77a4;
    font-weight: 400;
}

.resource__desc {
    margin-bottom: 35px;
}

.resource__desc p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.resource__desc h2 {
    margin-bottom: 35px;
    margin-top: 35px;
}

.resource__desc h3 {
    margin-bottom: 35px;
    margin-top: 35px;
}

.resource__desc h3 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 600;
}

.resource__desc nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.resource__desc nav p {
    margin-bottom: 16px;
}

.resource__desc ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.7;
}

.resource__desc ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(img/list.svg);
    background-repeat: no-repeat;
}

blockquote {
    margin: 30px 0px 30px 0px;
    padding: 30px 30px 30px 70px;
    border-radius: 6px;
    line-height: 1.5;
    background: url(img/lawyer-card-main-info-img.svg) no-repeat 20px center #F4F5F6;
    font-size: 18px;
    /*max-width: 85%;*/
    /*margin-left: 7%;*/
}

.question-unloged__answer.blockquote {
    margin: 30px 0px 30px 0px;
    padding: 30px 30px 30px 70px;
    border-radius: 6px;
    line-height: 1.5;
    background: url(img/quote.svg) no-repeat 30px center #F4F5F6;
    font-size: 18px;
}

blockquote span {
    font-weight: 700;
}

.resource__desc img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
    margin: auto;
}

.resource__social {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 36px;
}

.resource__social-list {
    display: flex;
    justify-content: space-between;
    width: 355px;
}

.resource__social-link {
    width: 30px;
    height: 30px;
}

.resource__download {
    margin-bottom: 35px;
    padding: 25px 20px 15px 35px;
    border-radius: 8px;
    background-color: #2b70bc;
}

.resource__download-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.resource__download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.resource__download-item-doc {
    display: flex;
    align-items: center;
}

.resource__download-item-img {
    flex-shrink: 0;
    width: 22px;
    height: 25px;
    margin-right: 10px;
}

.resource__download-item-title-value {
    color: #fff;
}

.resource__download-times {
    display: flex;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

.resource__download-times-title {
    margin-right: 5px;
}

.resource__download-item-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 109px;
    height: 30px;
    margin-left: 15px;
    padding-left: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    background-image: url(img/resource-download-item-btn.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    color: #000000;
    font-size: 14px;
}

.resource__question {
    padding: 30px 0;
    border-radius: 6px;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 0 30px;
}

.resource__question-wrap {
    max-width: 79.75%;
    margin: 0 auto;
}

.resource__question-title {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.resource__question .form-input-textarea {
    height: 140px;
}

.resource__question-title--colored {
    color: #1a77a3;
}

.resource__question-footer {
    display: flex;
    align-items: center;
}

.resource__question-btn {
    width: 201px;
    height: 51px;
    margin-right: 25px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.resource__question-info {
    font-size: 14px;
    display: flex;
}

.resource__question-item {
    padding: 0 20px 0 0;
}

.resource__question-item--bold {
    font-weight: 700;
    display: block;
}

.resource__aside-nav {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dfe3e9;

    /*position: sticky;*/
    /*top: 0;*/
    /*z-index: 10000;*/
    /*background-color: white;*/
}

.resource__aside-nav-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.resource__aside-nav-link {
    display: block;
    padding: 7px 20px 7px 20px;
    font-size: 14px;
    margin: 0 -20px;
}

.resource__aside-nav-link:hover {
    background-color: #1a78a3;
    color: white;
}

.resource__aside-nav-link--active {
    background: rgba(26, 119, 163, .17);
}

.resource__feedback {
    margin-bottom: 25px;
    padding: 30px 30px 35px;
    border-radius: 8px;
    background-color: #017052;
    background-image: url(img/advice-form-bg.png);
    background-position: left top;
    color: #fff;
}

.resource__feedback-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.resource__feedback-btn {
    width: 228px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #ffffff;
    margin: 0 auto;
    transition: .3s all;
}

.resource__feedback-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.order-docs {
    margin-top: 25px;
    padding: 34px 34px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: url(img/bg.png);
    color: #fff;
}

.order-docs-title {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.order-docs__btn {
    width: 100%;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    transition: .3s all;
}

/* ------------------ Question-unloged --------------------*/

.question-unloged {
}

.question-unloged-wrap {
    max-width: 96%;
    padding-bottom: 60px;

}

.question-unloged__main {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 25px 30px 20px 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.item-price {
    position: absolute;
    top: 13px;
    right: -20px;
    transform: rotate(45deg);
    width: 90px;
    padding: 2px 0;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.question-unloged__heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.question-unloged__heading-item {
    margin-right: 19px;
}

.question-unloged__heading .account__questions-solved {
    margin-top: 0;
}

.question-unloged__title h1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

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

.question-unloged__text p {
    font-size: 16px;
}

.question-unloged__category {
    display: flex;
    font-size: 12px;
}

.question-unloged__category-title {
    color: #7b7b7b;
    margin-right: 4px;
}

.question-unloged__category-value {
    color: #2b70bc;
}

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

.question-unloged__answer-heading {
    display: flex;
    margin-bottom: 27px;
}

.question-unloged__answer-title {
    margin-right: 3px;
    font-weight: 700;
}

.question-unloged__lawyer {
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.question-unloged__lawyer-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.question-unloged__lawyer-data {
    display: flex;
}

.question-unloged__lawyer-img-wrap {
    position: relative;
}

.question-unloged__lawyer-img-wrap .best-workers__avatar-online {
    bottom: 2px;
    left: 2px;
}

.question-unloged__lawyer-img {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.question-unloged__lawyer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.question-unloged__lawyer-img .best-workers__avatar-online {
    width: 9px;
    height: 9px;
    bottom: 3px;
    left: 2px;
}

.question-unloged__lawyer-wrap {
    margin-right: 16px;
}

.question-unloged__lawyer-name {
    display: block;
    margin-bottom: 5px;
    color: #017052;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.question-unloged__lawyer-proffesion {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-unloged__lawyer-proffesion-item:first-child {
    margin-right: 10px;
    font-size: 13px;
}

.question-unloged__lawyer-online {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-unloged__lawyer-reviewes {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3px;
    color: #017052;
    font-size: 12px;
}

.question-unloged__lawyer-reviewes-title {
    text-decoration: underline;
    margin-right: 4px;
}

.question-unloged__lawyer-consultation {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.question-unloged__lawyer-consultation-title {
    margin-right: 4px;
}


.question-unloged__lawyer-body {
    margin-bottom: 16px;
}

.question-unloged__lawyer-body p {
    font-size: 16px;
}

.question-unloged__lawyer-footer {
    display: flex;
    justify-content: space-between;
}

.question-unloged__lawyer-lastseen {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-unloged__lawyer-chat {
    position: relative;
    padding-left: 22px;
    color: #017052;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.question-unloged__lawyer-chat::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 13px;
    background-image: url(img/question-unloged-lawer-chat.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.question-unloged__answer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.question-unloged__answer-wrap .question-unloged__user {
    width: 90%;
}

.question-unloged__answer-wrap .question-unloged__lawyer {
    width: 90%;
}

.question-unloged__user {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.question-unloged__user-heading {
    margin-bottom: 20px;
}

.question-unloged__user-data {
    display: flex;
}

.question-unloged__user-img-wrap {
    position: relative;
}

.question-unloged__user-img {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.question-unloged__user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-workers__avatar-offline {
    bottom: 3px;
    left: 2px;
    width: 9px;
    height: 9px;
    border: 1px solid #70bb4e;
    background-color: #fafdff;
}

.question-unloged__user-wrap {
    margin-right: 16px;
}

.question-unloged__user-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.question-unloged__user-author {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

.question-unloged__user-response {
    display: flex;
    align-items: center;
}

.question-unloged__user-response-img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.question-unloged__user-response-name {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-unloged__user-text {
    margin-bottom: 15px;
}

.question-unloged__user-text p {
    font-size: 16px;
}

.question-unloged__user-lastseen {
    position: relative;
    padding-left: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.question-unloged__user-lastseen::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(img/clock.png);
    background-repeat: no-repeat;
}

.thanks {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    color: #017052;
    text-decoration: underline;
}

.thanks::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 9px;
    height: 16px;
    background-image: url(img/thanks.png);
    background-repeat: no-repeat;
}

.question-unloged__form {
    padding: 25px 40px;
    border-radius: 10px;
    background-image: url(img/resource-question-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.question-unloged__form_row {
    padding: 20px 20px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 35px;
}

.question-unloged__form-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.question-unloged__btn {
    width: 281px;
}

.question-unloged-workers {
    margin-bottom: 25px;
}

.question-unloged-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-unloged-footer .account__questions-solved {
    margin-top: 0;
}

.question-unloged-footer .archive-questions__btn {
    margin-left: 0;
}

/* ------------------ News-article --------------------*/

.news-article__wrap {
    max-width: 96%;
    padding-bottom: 60px;
}

.news-article__subtitle {
    margin-bottom: 35px;
    padding: 14px 43px 14px 14px;
    border-radius: 8px;
    border: 1px solid #1c77a4;
}

.news-article img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

.news-article p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.news-article__footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-article__date {
    margin-right: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.news-article__seen {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
}

.news-article__social {
    margin-bottom: 45px;
}

.news-article__comments-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.comments-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #dfe3e9;
}

.comments-item__img-wrap {
    position: relative;
}

.comments-item__img-wrap .best-workers__avatar-online {
    bottom: 2px;
    left: 2px;
}

.comments-item__img {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.comments-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comments-item__author {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

.comments-item__main {
    width: 90%;
}

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

.comments-item__answer {
    align-self: flex-end;
    display: flex;
    margin-left: 10px;
    color: #017052;
    font-size: 12px;
    text-decoration: underline;
}

.comments-item__answer-img {
    width: 18px;
    height: 16px;
    margin-right: 6px;
}

.comments-item__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.comments-item__message {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dfe3e9;
}

.comments-item__message-input {
    width: 100%;
    min-height: 146px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.comments-item__message-footer {
    position: absolute;
    bottom: 35px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 213px;
}

.comments-item__message-cancel {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

.comments-item__message-send {
    width: 127px;
    height: 33px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    font-size: 14px;
    transition: .3s all;
}

.comments-item__message-send:hover {
    background-color: #1a77a3;
    color: #fff;
}

/* ------------------ Registration --------------------*/

.registration__subtitle {
    margin-bottom: 25px;
    text-align: center;
}

.registration__form {
    width: 70.61%;
    margin: 0 auto;
}

.registration__form-type {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.registration__form-type .radio-input-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 0;
    border-right: 1px solid #e5e5e5;
}

.radio-input-wrap:last-child {
    border-right: none;
}

.registration__form-type .radio-wrap-desc {
    width: 85%;
    margin: 0 auto;
    margin-top: 9px;
    text-align: center;
}

.registration__form-wrap {
    display: flex;
    padding-top: 20px;
    padding-bottom: 100px;
}

.registration__form-input {
    width: 65.96%;
    padding-left: 35px;
}

.registration__form-social {
    width: 33.78%;
}

.reg-hidden {
    display: none;
}

.registration-popup {
    max-width: 600px;
    padding: 30px;
    text-align: center;
}

.registration-popup-desc {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.registration-popup-desc-link {
    color: #017052;
    text-decoration: underline;
}

.registration-popup-btn {
    width: 202px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

/* ------------------ Search --------------------*/

.search__form {
    display: flex;
    max-width: 96%;
    height: 40px;
    margin-bottom: 35px;
}

.search__form .search__form-select {
    width: 28.13%;
    background-color: #f1f4f6;
}

.search__form .search__form-select select {
    background-color: #f1f4f6;
    border-radius: 8px 0 0 8px;
}

.search__form .search__form-input {
    width: 100%;
}

.search__form .search__form-input input {
    display: block;
    width: 100%;
    border-radius: 0;
}

.search__form .search__form-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 104px;
    border-radius: 0 8px 8px 0;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
    transition: .3s all;
}

.search__form .search__form-btn:hover {
    background-color: #81d2bc;
    color: #fff;
}

.search__body {
    max-width: 96%;
    padding-bottom: 60px;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: inherit;
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
}

.ui-tabs {
    padding: 0;
}

.search-tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    margin-bottom: 30px;
}

.search-tab-link {
    font-size: 14px;
}

.search-tab-list.ui-tabs-active .search-tab-link {
    color: #1a77a3;
    font-size: 16px;
    font-weight: 700;
}

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

.search__question-category .question-unloged__category-value {
    color: #017052;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.search__question-resolved {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.search__question-resolved-img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.search__question-resolved-title {
    color: #1a77a3;
    font-size: 14px;
}

.search__question-noanswer {
    margin-top: 10px;
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

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

.popup-password {
    padding: 30px;
    text-align: center;
}

/* ------------------ Personal Account --------------------*/

.header__user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__registered {
    display: flex;
    align-items: center;
}

.header__registered-img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.header__registered-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__registered-name {
    font-size: 16px;
    text-decoration: underline;
}

.header__balance {
    display: flex;
    align-items: flex-end;
}

.header__balance-value {
    margin-left: 3px;
    text-decoration: underline;
}

.header__user-logout {
    width: 20px;
    height: 20px;
}

.login-registered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30px;
}

.login-registered-img {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
}

.login-registered-btn {
    width: 15px;
    height: 28px;
    cursor: pointer;
}

.header__user-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
    width: 320px;
    padding: 60px 0 100px;
    background-color: #fff;
}

.header__user-nav.active {
    display: block;
}

.header__user-nav .header__registered {
    margin-bottom: 20px;
    padding: 0 35px;
}

.header__user-nav .header__registered-img {
    width: 40px;
    height: 40px;
}

.header__user-nav .header__registered-name {
    font-size: 16px;
}

.header__registered-account {
    display: flex;
    align-items: center;
    margin: 0 35px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(191, 191, 191, .5);
    border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.header__registered-account-img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.header__registered-account-title {
    font-size: 16px;
}


.header__user-link {
    display: block;
    padding: 8px 35px;
    font-size: 16px;
}

.header__user-link:hover {
    text-decoration: underline;
}

.header__user-nav .header__user-logout {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 35px;
    margin-right: 35px;
    padding-top: 20px;
    border-top: 1px solid rgba(191, 191, 191, .5);
}

.header__user-logout-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.header__user-logout-title {
    display: block;
}

.header-question-value {
    color: #208167;
    font-size: 14px;
    font-weight: 700;
}

.account__nav {
    max-width: 94%;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.account__nav-title {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.account__nav-list {
    padding-top: 10px;
    padding-bottom: 50px;
}

.account__nav-link {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
}

.account__nav-link:hover {
    text-decoration: underline;
}

.account__nav-link--active {
    color: #017052;
}

.account__main {
    padding: 15px 40px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.account__main-wrap {
    display: flex;
    justify-content: space-between;
}

.account__section {
    width: 28%;
}

.account__section_edit {
    width: 24%;
}

.account__section-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.account__section:first-child .account__section-title {
    text-align: center;
}

.account__avatar-image {
    position: relative;
    width: 152px;
    height: 152px;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.account__avatar-image img {
    width: 100%;
    height: 100%;

}

.account__avatar-add {
    margin-bottom: 5px;
    color: #1a77a3;
    font-size: 14px;
    text-align: center;
}

.account__avatar-edit {
    display: block;
    color: #1a77a3;
    font-size: 14px;
    text-align: center;
}

.account__person {
    margin-bottom: 5px;
    font-size: 14px;
}

.account__location {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

.account__section:last-child {
    width: 33%;
}

.account__question {
    font-size: 14px;
    text-decoration: underline;
}

/* ------------------ Personal Account Edit --------------------*/

.account__main-edit {
    min-height: 95%;
    margin-bottom: 100px;
}

.account__tab-list {
    display: flex;
    justify-content: space-between;
    width: 380px;
    margin: 0 auto !important;
    margin-bottom: 22px !important;
}

.account__tab-link {
    font-size: 14px;
    font-weight: 700;
}

.account__tab-item.ui-tabs-active .account__tab-link {
    color: #1a77a3;
}

.account__form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    margin-bottom: 10px;
}

#tab2 .account__form-wrap {
    width: 350px;
}

.account__form-label {
    display: block;
    margin-right: 15px;
    font-size: 12px;
}

.account__form-input {
    width: 185px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #b8b8b8;
}

.account__form-input input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.account__form-input input:focus {
    background-color: #f1f4f6;
}

.account__form-input input::placeholder {
    color: #7b7b7b;
    font-size: 12px;
}

.account__form-btn {
    width: 153px;
    height: 41px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.account__form-password .account__form-wrap {
    width: 350px;
}

.account__form .checkbox-wrap {
    display: block;
}

.account__form .checkbox + label {
    margin-bottom: 15px;
    font-size: 12px;
}

/* ------------------ Question loged --------------------*/

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

.question-loged__answer {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
    font-weight: 700;
}

.question-loged__answer-value {
    margin-left: 4px;
    font-weight: 400;
}

.question-loged__order {
    padding: 25px 0 40px;
    border-radius: 10px;
    border: 2px solid #1a77a3;
}

.question-loged__order-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56.70%;
    margin: 0 auto;
}

.question-loged__order-ico {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.question-loged__order-title {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.question-loged__order-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
}

.question-loged__order-list {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin-bottom: 25px;
}

.question-loged__order-link {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    overflow: hidden;
}

.question-loged__order-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-loged__order-btn {
    width: 262px;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.rate-popup {
    max-width: 1109px;
    padding: 35px;
    text-align: center;
}

.rate-popup-desc {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.rate-popup-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.rate-popup-item {
    width: 16%;
}

.rate-popup-item-img {
    width: 27px;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rate-popup-item-title {
    font-size: 12px;
    text-align: center;
}

.rate-popup-card-title {
    margin-bottom: 20px;
    color: #1a77a3;
    font-size: 18px;
}

.rate-popup-card-price {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.rate-popup-card-btn {
    width: 133px;
    height: 39px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.rate-popup-btn {
    width: 185px;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
}

.rate-popup-btn:hover {
    background-color: #1a77a3;
}

.question-loged__comment {
    width: 90%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #dfe3e9;*/
}

.question-loged__comment .comments-item__message {
    width: 100%;
}

.question-loged__feedback {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    background-color: #208167;
    background-image: url(img/question-loged-feedback-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: 8px;
}

.question-loged__feedback-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.question-loged__feedback-btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #2b70bc;
    background-color: #ffffff;
    transition: .3s all;
}

.question-loged__feedback-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}


/* ------------------Account Question --------------------*/

.account-inner {
    padding-bottom: 60px;
}

.account__main-questions {
    min-height: 700px;
}

.account__main-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.account__questions-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.account__questions-date {
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 12px;
}

.account__questions-title {
    font-size: 14px;
    text-decoration: underline;
}

.account__questions-item .archive-questions__btn {
    margin-left: auto;
}

.account__questions-item .archive-questions__no-answer {
    flex-shrink: 0;
    margin-left: auto;
    width: 130px;
}

.account__questions-solved {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.account__questions-solved-img {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.account__questions-solved-title {
    color: #1a77a3;
    font-size: 14px;
}

.account__questions-notsolved {
    flex-shrink: 0;
    color: rgba(0, 12, 20, .7);
    font-size: 14px;
    margin-right: 10px;
}

/* ------------------Account Docs--------------------*/

.account__main-subtitle {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
}

.account__docs-btn {
    width: 214px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.account__docs-body {
    margin-top: 25px;
}

.account__docs-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.account__docs-item-date {
    flex: 1 0 0%;
}

.account__docs-item-title {
    flex: 2 0 0%;
    text-align: center;
}

.account__docs-item-date {
    font-size: 14px;
}

.account__docs-item-title {
    font-size: 14px;
    text-decoration: underline;
}

.account__docs-item-confirm {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.account__docs-item-confirm-value {
    width: 22px;
    height: 20px;
    margin-left: 5px;
    background-image: url(img/account-docs-item-confirm-value.svg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 12px;
    color: rgba(0, 12, 20, .5);
}

.account__phone-btn {
    width: 317px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}


/* ------------------Account Docs order--------------------*/

.docs__order-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
}

.docs__order-list {
    width: 59.12%;
}

.docs__order-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.docs__order-item-title {
    flex: 1 0 0%;
    font-weight: 700;
    margin-right: 10px;
}

.docs__order-item-desc {
    flex: 2 0 0%;
}

.docs__order-steps {
    width: 27%;
}

.docs__order-steps-title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.docs__order-steps-list {
    padding-left: 20px;
}

.docs__order-steps-item {
    margin-bottom: 3px;
    font-size: 14px;
}

.docs__order-steps-item-done {
    position: relative;
    color: #016f52;
}

.docs__order-steps-item-done::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    width: 16px;
    height: 12px;
    background-image: url(img/docs-order-steps-item-done.svg);
    background-repeat: no-repeat;
}

.docs__order-relevance {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.57;
}

.docs__order-relevance-item-link {
    color: #016f52;
    text-decoration: underline;
}

.docs__order-tab-list {
    display: flex;
    justify-content: space-between;
    width: 460px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.docs__order-tab-link {
    color: #000c14;
    font-size: 16px;
}

.docs__order-offer {
    color: #017052;
}

.docs__order-tab-item.ui-tabs-active .docs__order-tab-link {
    color: #1a77a3;
    font-weight: 700;
}

.docs__order-comment {
    margin-bottom: 10px;
    font-size: 14px;
}

.docs__order-price {
    display: flex;
    color: #016f52;
    font-size: 14px;
}

.docs__order-price-value {
    margin-left: 5px;
    color: #000000;
    font-weight: 600;
}

.docs__order-btn {
    width: 193px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    font-size: 14px;
    transition: .3s all;

}

.docs__order-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.order-conversation {
    width: 100%;
}

.order-conversation__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.order-conversation__item-avatar {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.order-conversation__item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-conversation__item-heading {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.order-conversation__item-name {
    margin-right: 10px;
    color: #016f52;
    font-size: 14px;
    font-weight: 700;
}

.order-conversation__item-time {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.order-conversation__item-body {
    font-size: 12px;
}

.order-conversation__form {
    width: 100%;
    display: flex;
    align-items: center;
}

.order-conversation__ico {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.order-conversation__send {
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    margin-left: 15px;
}

.order-conversation__input {
    flex: 3 1 0%;
    height: 40px;
}

.order-conversation__input textarea {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    appearance: none !important;
}

.docs__order-emty {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

/* ------------------Account Finances --------------------*/

.account__balance {
    font-weight: 700;
}

.account__finances-form {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.account__finances-wrap {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 320px;
}

.account__finances-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.account__finances-input {
    display: flex;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.account__finances-input input {
    display: block;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background-color: #fafdff;
    font-size: 14px;
}

.account__finances-input-currency {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f4f6;
    color: #7b7b7b;
    font-size: 14px;
}

.account__finances-form .radio-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.account__finances-send {
    width: 204px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background: #fff;
    transition: .3s all;
}

.account__finances-send:hover {
    background-color: #1a77a3;
    color: #fff;
}


.finances-history-title {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.finances-history-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.finances-history-heading-item {
    color: rgba(0, 12, 21, .6);
    font-size: 14px;
}

.finances-history-date {
    width: 143px;
}

.finances-history-price {
    width: 80px;
}

.finances-history-comment {
    width: 280px;
}

.finances-history-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.finances-history-item {
    font-size: 14px;
}

/* ------------------ Lawyer-chat --------------------*/

.lawyer-chat {
    padding: 0;
    padding-top: 20px;
    margin-bottom: 40px;
}

.lawyer-chat__wrap {
    display: flex;
    margin-top: 15px;
    border-top: 1px solid rgba(191, 191, 191, .6)
}

.lawyer-chat__aside {
    flex-shrink: 0;
    width: 270px;
    padding-top: 10px;
    border-right: 1px solid rgba(191, 191, 191, .6);
}

.lawyer-chat__person {
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 20px;
    cursor: pointer;
}

.lawyer-chat__person-img {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.lawyer-chat__person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer-chat__person-name {
    font-size: 14px;
    font-weight: 700;
}

.lawyer-chat__person--active {
    background-color: rgba(29, 119, 163, .17);
}

.lawyer-chat__main {
    width: 100%;
}

.lawyer-chat__heading {
    display: flex;
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid rgba(191, 191, 191, .6);
}

.lawyer-chat__heading-person {
    color: #016f52;
    font-size: 14px;
    font-weight: 700;
}

.lawyer-chat__heading-activity {
    color: rgba(0, 12, 20, .5);
    font-size: 12px;
}

.lawyer-chat__body {
    padding: 25px 18px 18px 20px;

}

.lawyer-chat__user-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 15px;
}

.lawyer-chat__message {
    max-width: 318px;
    margin-bottom: 10px;
    padding: 15px 7px 7px 15px;
    border-radius: 8px;
    background-color: #e7f6ff;
}

.lawyer-chat__message-text {
    font-size: 15px;
    padding-right: 20px;
}

.lawyer-chat__message-time {
    color: rgba(0, 12, 20, .3);
    font-size: 12px;
    text-align: right;
}

.lawyer-chat__lawyer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lawyer-chat__lawyer-inner {
    display: flex;
}

.lawyer-chat__lawyer-message {
    background-color: #ecedf1;
}

.lawyer-chat__form {
    position: relative;
    padding: 30px 14px;
    border-top: 1px solid rgba(191, 191, 191, .6);
}

.lawyer-chat__form-inner {
    display: flex;
    align-items: center;
}

.attachedFile {
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    font-size: 12px;
}

.news-article__loged {
    margin-bottom: 35px;
}

.news-article__loged-wrap {
    margin-bottom: 30px;
}

.news-article__loged-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.news-article__loged-input {
    min-height: 202px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.news-article__loged-input textarea {
    display: block;
    width: 100%;
    min-height: 202px;
}

.news-article__loged-send {
    width: 166px;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.lawyer-chat__form .order-conversation__ico {
    background-color: transparent;
    background-image: url(img/order-conversation-ico.svg);
    background-repeat: no-repeat;
}

.lawyer-chat__form .order-conversation__ico input {
    background-color: transparent;
}

.order-conversation__input {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.order-conversation__input input {
    font-size: 14px;
}

.order-conversation__send {
    background-image: url(img/order-conversation-send.svg);
    background-repeat: no-repeat;
}

.order-conversation__send input {
    background-color: transparent;
}

/* ------------------ Lawyer-catalog --------------------*/

.lawyer-catalog {
    width: 100%;
    margin-bottom: 30px;
}

.lawyer-rate {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 5px;
}

.lawyer-rate-img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.lawyer-rate-value {
    color: #2b70bc;
    font-size: 12px;
}

.lawyer-catalog__item .question-unloged__lawyer-proffesion {
    display: block;
}

.lawyer-catalog__item .question-unloged__lawyer-wrap {
    width: 250px;
}

.lawyer-phone {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.lawyer-phone-value {
    flex-shrink: 0;
    margin-right: 6px;
    color: #000810;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lawyer-email {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}



.lawyer-phone-show {
    cursor: pointer;
    color: #000810;
    font-size: 14px;
    text-decoration: underline;
}

.lawyer-location {
    display: flex;
    align-items: center;
}

.lawyer-location-img {
    width: 13px;
    height: 18px;
    margin-right: 6px;
}

.lawyer-location-value {
    color: #017052;
    font-size: 14px;
    text-decoration: underline;
}

.question-unloged__lawyer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lawyer-state {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 5px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #2b70bc;
    font-size: 12px;
}

.lawyer-stage {
    font-size: 12px;
    text-align: right;
}

.lawyer-skills {
    max-width: 70%;
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 8px;
    background-color: #2b70bc;
    color: #fff;
    font-size: 12px;
}

.lawyer-catalog-offer {
    width: 70%;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.lawyer-catalog-offer-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

.lawyer-catalog-offer-item-value--colored {
    color: #2b70bc;
}


.lawyer-catalog__item .question-unloged__lawyer-footer {
    align-items: flex-end;
}

.lawyer-filter {
    margin-bottom: 25px;
    padding: 25px 0 35px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #017052;
    background-image: url(img/advice-form-bg.png);
    background-position: left top;
}

.lawyer-filter-inner {
    width: 240px;
    margin: 0 auto;
}

.lawyer-filter-secondary-title {
    margin-bottom: 25px;
    color: #fafdff;
    font-size: 16px;
    text-align: center;
}

.lawyer-filter-secondary-title--bold {
    font-size: 24px;
    font-weight: 700;
}

.lawyer-filter-title {
    margin-bottom: 20px;
    color: #fafdff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.lawyer-filter .form-input-label {
    color: #fff;
}

.lawyer-filter .checkbox-wrap {
    display: block;
}

.lawyer-filter .checkbox + label {
    margin-bottom: 14px;
    color: #fafdff;
    font-size: 12px;
}

.lawyer-filter-default {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.lawyer-filter-default-img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.lawyer-filter-default-title {
    color: #fafdff;
    font-size: 12px;
    text-decoration: underline;
}

.lawyer-catalog__item .lawyer-online {
    width: auto;
}


.lawyer-filter-btn:hover {
    background-color: #1a77a3;
    color: #fff
}

.lawyer-filter-random-btn:hover {
    background-color: #fff;
    color: #1a77a3;
}

/* ------------------ Lawyer-card --------------------*/

.lawyer-card__top {
    margin-bottom: 75px;
    padding: 20px 0;
    background-color: #004669;
}

.lawyer-card__top .breadcrumbs {
    margin-top: 0;
}

.lawyer-card__top .breadcrumbs .breadcrumbs__link {
    color: #fff;
}

.lawyer-card__top .breadcrumbs .breadcrumbs__item::after {
    color: #fff;
}

.lawyer-card__data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lawyer-card__data-main {
    display: flex;
    align-items: flex-start;
    width: 80%;
}

.lawyer-card__avatar-wrap {
    position: relative;
    flex-shrink: 0;
    margin-right: 25px;
    margin-top: 10px;
}

.lawyer-card__avatar {
    width: 225px;
    height: 225px;
    overflow: hidden;
    border-radius: 50%;
}

.lawyer-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer-card__avatar-wrap .best-workers__avatar-online {
    bottom: 20px;
    left: 40px;
}

.lawyer-card__person {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.lawyer-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-bottom: 28px;
}

.lawyer-card__state {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #208167;
    color: #ffffff;
    font-size: 14px;
}

.lawyer-card__online {
    color: #ffffff;
    font-size: 11px;
}

.lawyer-card__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.lawyer-card__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 10px;
}

.lawyer-card__info-item-img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.lawyer-card__info-item-title {
    color: #ffffff;
    font-size: 14px;
}

.lawyer-card__desc-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    color: #ffffff;
    font-size: 14px;
}

.lawyer-card__desc-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(img/lawyer-card-desc-item.svg);
    background-repeat: no-repeat;
}

.lawyer-card__data-aside {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 250px;
    padding-top: 10px;
}

.lawyer-card__activity {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.lawyer-card__activity-mob {
    display: none;
}

.lawyer-card__activity-item {
    display: flex;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    text-align: right;
}

.lawyer-card__activity-item:first-child {
    text-decoration: none;
}

.lawyer-card__activity-item:last-child {
    margin-left: auto;
}

.lawyer-card__activity-item-title {
    margin-right: 4px;
}

.lawyer-card__data-aside .lawyer-phone-value {

    width: 150px;

    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    overflow: visible;
}

.lawyer-card__data-aside .lawyer-phone-show {
    color: #ffffff;
}

.lawyer-card__chat {
    width: 147px;
    height: 38px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
}

.lawyer-card__chat:hover {
    background-color: #fff;
    color: #000;
}

.lawyer-card__content {
    width: 96%;
    padding-bottom: 60px;
}

.lawyer-card__main {
    margin-bottom: 60px;
}

.lawyer-card__main-ttile {
    margin-bottom: 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.lawyer-card__main-subtitle {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}

.lawyer-card__main-info {
    display: flex;
    align-items: center;
    width: 80%;
}

.lawyer-card__main-info-img {
    flex-shrink: 0;
    width: 35px;
    height: 29px;
    margin-right: 14px;
}

.lawyer-card__main-info-desc {
    font-size: 16px;
    line-height: 1.25;
}

.lawyer-services {
    margin-bottom: 60px;
}

.lawyer-section-title {
    font-size: 18px;
    font-weight: 700;
}

.lawyer-services-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #e3e7ec;
}

.lawyer-services-item-title {
    font-size: 14px;
}

.lawyer-services-item-price {
    margin-left: 10px;
    text-align: right;
}

.lawyer-services-item-price-time {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.lawyer-services-item-price-value {
    font-size: 16px;
    font-weight: 700;
}

.lawyer-services-item-price-value--colored {
    color: #208167;
}

.lawyer-specialization {
    margin-bottom: 65px;
}

.lawyer-specialization .lawyer-section-title {
    margin-bottom: 10px;
}

.lawyer-specialization-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lawyer-specialization-item {
    display: flex;
    align-items: center;
    width: 47%;
    padding: 15px 0;
    border-bottom: 1px solid #e3e7ec;
}

.lawyer-specialization-item-img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.lawyer-specialization-item-title {
    font-size: 14px;
}

.lawyer-career {
    margin-bottom: 75px;
}

.lawyer-career .lawyer-section-title {
    margin-bottom: 15px;
}


#lawyer-career-tab {
    width: 90%;
}

.lawyer-career-tab-list {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e7ec;
}

.lawyer-career-tab-item:first-child {
    margin-right: 30px;
}

.lawyer-career-tab-link {
    font-size: 14px;
    font-weight: 600;
}

.lawyer-career-tab-item.ui-tabs-active .lawyer-career-tab-link {
    color: #1a77a3;
    font-weight: 700;
}

.lawyer-career-info {
    padding-top: 10px;
}

.career__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.career__item-year {
    width: 14%;
    flex-shrink: 0;
}

.career__item-desc {
    width: 50%;
    margin: 0 8px;
}

.career__item-company {
    width: 25%;
    flex-shrink: 0;
}

.career__item-proffesion {
    width: 25%;
    flex-shrink: 0;
}

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


.lawyer-consultation-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.lawyer-consultation-btn {
    width: 239px;
    height: 39px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
}

.lawyer-consultation-item {
    padding: 20px 0;
    border-bottom: 1px solid #e3e7ec;
}

.lawyer-consultation-item-title {
    width: 75%;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.lawyer-consultation-item-desc {
    margin-bottom: 10px;
    font-size: 14px;
}

.lawyer-consultation-data {
    display: flex;
    margin-bottom: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.lawyer-consultation-data-item:first-child {
    margin-right: 20px;
}

.lawyer-consultation-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lawyer-consultation-item-footer .archive-questions__btn {
    margin-left: 0;
    width: 110px;
}

.lawyer-consultation-item-answer {
    color: #2b70bc;
    font-size: 14px;
    text-decoration: underline;
}

.lawyer-reviewes__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.lawyer-reviewes__heading-wrap {
    display: flex;
    margin-left: 5px;
}

.lawyer-reviewes__write {
    width: 142px;
    height: 40px;
    margin-right: 14px;
    border-radius: 8px;
    border: 1px solid #2b70bc;
    font-size: 14px;
    transition: .3s all;
}

.lawyer-reviewes__write:hover {
    background-color: #1a77a3;
    color: #fff;
}

.lawyer-reviewes__look {
    width: 184px;
    height: 40px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
}

.lawyer-reviewes__item {
    padding: 20px 0;
    border-bottom: 1px solid #e3e7ec;
}

.lawyer-reviewes__item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.lawyer-reviewes__item-title {
    font-size: 14px;
    font-weight: 700;
}

.lawyer-reviewes__rate {
    display: flex;
    margin-left: 10px;
    font-size: 14px;
}

.lawyer-reviewes__rate-value {
    margin-left: 3px;
    font-weight: 700;
}

.lawyer-reviewes__item-desc {
    margin-bottom: 20px;
    font-size: 14px;
}

.lawyer-reviewes__data {
    display: flex;
    align-items: center;
}

.lawyer-reviewes__data-item {
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.lawyer-reviewes__data-item:first-child {
    margin-right: 20px;
}

.lawyer-card__contacts .lawyer-section-title {
    margin-bottom: 20px;
}

.lawyer-card__contacts-item {
    position: relative;
    margin-bottom: 15px;
    padding-left: 26px;
    font-size: 14px;
}

.lawyer-card__contacts-item::before {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
}

.lawyer-card__contacts-schelude {
    background-image: url(img/lawyer-card-contacts-schelude.svg);
    background-repeat: no-repeat;
}

.lawyer-card__contacts-adress {
    background-image: url(img/lawyer-card-contacts-adress.svg);
    background-repeat: no-repeat;
}

.lawyer-card__contacts-map {
    width: 100%;
    height: 250px;
}

.lawyer-card__contacts-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

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

.lawyer-social__list {
    display: flex;
    justify-content: space-between;
    width: 145px;
    margin: 0 auto;
}

.lawyer-social__link {
    width: 28px;
    height: 28px;
}

/* ------------------ User reviewes --------------------*/

.user__revirwes-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.user__revirwes-title--bold {
    color: #1c77a4;
    font-size: 24px;
    font-weight: 700;
}

.user__revirwes-main {
    padding-bottom: 60px;
}

.user__revirwes-item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.user__revirwes-heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.user__revirwes-heading-item:first-child {
    margin-right: 20px;
}

.user__revirwes-rate {
    display: flex;
    margin-bottom: 10px;
    color: #00120d;
    font-size: 14px;
}

.user__revirwes-rate-value {
    margin-left: 3px;
    font-weight: 700;
}

.user__revirwes-item-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.user__revirwes-item-desc {
    font-size: 14px;
}

/* ------------------ Thanks --------------------*/

.thanks-bg {
    position: relative;
    overflow: hidden;
    z-index: 10;
    top: -50px;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: -130px;
    width: 100%;
    background-color: #fafdff;
    background-image: url(img/thanks-bg.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: right -70px top -110px;
}

.thsnks-bg .breadcrumbs {
    margin-top: 0;
}

.thanks__content {
    width: 60%;
}

.thanks__title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}

.thanks__subtitle {
    margin-bottom: 15px;
    font-size: 18px;
}

.thanks__form .radio-wrap-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000c14;
}

.thanks__form .radio-wrap {
    display: flex;
    width: auto;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.thanks__form .radio-wrap input {
    width: auto;
}

.thanks__form .radio + label::after {
    display: none;
}

.thanks__form .radio + label::before {
    display: none;
}

.thanks__form .radio + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 40px;
    margin-right: 8px;
    padding-left: 0;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.thanks__form .radio:checked + label {
    border: 1px solid #568fcc;
    color: #000c14;
}

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

.thanks__input-label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.thanks__input-inner {
    display: flex;
    align-items: center;
}

.thanks__input {
    width: 82px;
    height: 40px;
    margin-right: 15px;
}

.thanks__input input {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #fafdff;
}

.thanks__input-currency {
    font-size: 14px;
    font-weight: 700;
}

.thanks__form-footer {
    display: flex;
    align-items: center;
}

.thanks__form-btn {
    width: 223px;
    height: 50px;
    margin-right: 20px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.thanks__payment {
    width: 180px;
    height: 47px;
}

.thanks-inner {
    padding-bottom: 0;
}

.popup-reviewes {
    max-width: 920px;
    padding: 40px 0;
}

.popup-reviewes-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.popup-reviewes__form {
    width: 544px;
    margin: 0 auto;
}

.popup-reviewes__form .radio-wrap {
    width: 300px;
    margin-bottom: 20px;
}

.popup-reviewes__btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.popup-thanks {
    max-width: 600px;
    padding: 40px 0;
}

.popup-thanks-img {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.popup-thanks-desc {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.color-black {
    color: #000;
}


/* ------------------ Lawyer --------------------*/

.header__lawyer-nav .header__user-item {
    position: relative;
    padding-left: 40px;
}

.header__lawyer-nav .header__user-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    width: 22px;
    height: 22px;
    background-image: url(img/selling-popular-img-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ------------------ Lawyer  account --------------------*/

.lawyer-account__wrap {
    margin: 0 auto;
}

.lawyer-account__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.lawyer-account__heading-main {
    width: 50%;
    text-align: left;
}

.lawyer-account__heading-main .main__title {
    margin-bottom: 20px;
    text-align: left;
}

.lawyer-account__heading-main .main__subtitle {
    max-width: 100%;
    margin-left: 0;
}

.lawyer-account__activity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 101px;
    padding: 0 15px;
    border-radius: 8px;
    border: 2px solid #1a77a3;
}

.lawyer-account__activity-full-width {
    max-width: 800px;
    margin: 0 auto;
}

.lawyer-account__activity-item {
    font-size: 16px;
}

.lawyer-account__activity-rewiewes {
    text-decoration: underline;
}

.lawyer-account__activity-item--value {
    margin-right: 4px;
    color: #1a77a3;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.lawyer-account__main {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.lawyer-account__section {
    padding: 22px 35px;
    border-bottom: 1px solid #e5e5e5;
}

.lawyer-account__main-title {
    margin-bottom: 15px;
    color: #1a77a3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.lawyer-account__inner {
    display: flex;
    justify-content: space-between;
}

.lawyer-account__inner .account__section {
    flex-shrink: 0;
}

.lawyer-account__section-title {
    font-size: 14px;
    font-weight: 700;
}

textarea:active {
    width: auto;
}

.account__section .lawyer-account__section-title {
    margin-bottom: 20px;
    text-align: center;
}

.lawyer-account__item {
    display: flex;
    margin-bottom: 15px;
}

.lawyer-account__item .lawyer-account__section-title {
    flex-shrink: 0;
    width: 125px;
    margin-right: 35px;
}

.lawyer-account__section-desc {
    font-size: 14px;
    line-height: 1.42;
}

.lawyer-account__section-desc p {
    margin-bottom: 25px;
}

.lawyer-account__section-desc ul li {
    position: relative;
}

.lawyer-account__section-desc ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    font-size: 14px;
}

.lawyer-edit {
    min-height: 841px;
    margin-bottom: 40px;
    padding: 25px 25px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.lawyer-edit-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#lawyer-edit-tab {
    max-width: 1050px;
    margin: 0 auto;
}

.lawyer-edit-tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px !important;
}

.lawyer-edit-tab-link {
    font-size: 14px;
    font-weight: 700;
}

.lawyer-edit-tab-link:focus {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.lawyer-edit-tab-item.ui-tabs-active .lawyer-edit-tab-link {
    color: #1a77a3;
}

.lawyer-form-btn {
    width: 153px;
    height: 39px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
}

.lawyer-services__form-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.lawyer-services__form .checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 650px;
}

.lawyer-services__form .checkbox + label {
    width: 47%;
    margin-bottom: 8px;
    font-size: 14px;
}

.lawyer-services__form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lawyer-services__item {
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lawyer-services__item-close {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
}

.lawyer-services__form .form-input-wrap {
    width: 19%;
}

.lawyer-services__form .form-input-select {
    height: 26px;
}

.lawyer-services__form .form-input-select select {
    font-size: 12px;
    color: #7b7b7b;
}


.lawyer-services__form .form-input {
    height: 26px;
}

.lawyer-services__form input::placeholder {
    font-size: 12px;
}

.lawyer-services__item-value {
    color: rgba(0, 12, 20, .5);
    font-size: 31px;
}

.lawyer-services__form .form-input-label {
    font-size: 12px;
}

.lawyer-services__item-add {
    display: block;
    color: #016f52;
    font-size: 14px;
}

.lawyer-study-wrap {
    margin-bottom: 35px;
}

.lawyer-study-title {
    font-size: 14px;
}

.lawyer-study-item-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.lawyer-study-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lawyer-study-item-section {
    width: 55%;
}

.lawyer-study-item-select {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.lawyer-study-form .form-input-label {
    font-size: 12px;
}

.lawyer-study-form .form-input {
    height: 26px;
}

.lawyer-study-form .form-input-select {
    height: 26px;
}

.lawyer-study-item-select .form-input-wrap {
    width: 49%;
}

.lawyer-study-form input::placeholder, .lawyer-study-form select {
    font-size: 12px;
}

.lawyer-carrer-wrap .lawyer-study-item {
    display: block;
}

.lawyer-carrer-wrap .lawyer-study-item-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lawyer-study-item-bottom {
    padding-left: 20px;
}

.lawyer-contacts-form-wrap {
    max-width: 540px;
}

.lawyer-contacts-form .form-input-wrap {
    max-width: 330px;
}

.lawyer-contacts-form .form-input {
    height: 26px;
}

.lawyer-contacts-form .form-input-label {
    font-size: 12px;
}

.lawyer-contacts-form input::placeholder {
    font-size: 12px;
}

.form-input-inner {
    display: flex;
    align-items: center;
}

.form-input-inner .form-input-wrap {
    width: 330px;
    max-width: 330px;
}

.lawyer-contacts-form .checkbox-wrap {
    margin-bottom: 0;
    margin-left: 15px;
}

.checkbox-wrap input {
    width: auto;
}

.lawyer-contacts-form .checkbox + label {
    font-size: 12px;
    margin-bottom: 0;
}

.lawyer-schedule__title {
    margin-bottom: 15px;
    font-size: 14px;
}

.lawyer-schedule__table {
    max-width: 600px;
}

.lawyer-schedule__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.lawyer-schedule__heading-item {
    flex-shrink: 0;
    width: 155px;
    font-size: 12px;
    font-weight: 700;
}

.lawyer-schedule__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.lawyer-schedule__item {
    flex-shrink: 0;
    width: 155px;
    font-size: 12px;
}

.lawyer-schedule__item-small {
    width: 105px;
}

.lawyer-schedule__item .form-input-select {
    height: 26px;
}

.lawyer-schedule__item .form-input-select select {
    font-size: 12px;
}

.lawyer-notice__form .checkbox-wrap {
    display: block;
}

.lawyer-notice__form .checkbox + label {
    font-size: 12px;
    margin-bottom: 20px;
}

.lawyer-confirm-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.lawyer-confirm__form {
    max-width: 780px;
    margin: 0 auto;
}

.lawyer-confirm__select-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 310px;
    margin: 0 auto;
    margin-bottom: 35px;
}

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

.lawyer-confirm__select {
    width: 186px;
    height: 26px;
}

.lawyer-confirm__select select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-image: url(img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #7b7b7b;
    font-size: 12px;
}

.lawyer-confirm-radio-title {
    margin-bottom: 20px;
    text-align: center;
}

.lawyer-confirm__form .radio-wrap {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.lawyer-confirm__form .radio-wrap input {
    width: auto;
}

.lawyer-confirm__form .radio-input-wrap {
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.lawyer-confirm__flex {
    display: flex;
    justify-content: space-between;
}

.lawyer-confirm__flex .form-input-wrap {
    width: 47%;
}

.lawyer-confirm__btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #016f52;
    background-color: #fff;
}

.lawyer-confirm__btn:hover {
    background-color: #016f52;
    color: #fff;
}

.consultations__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.lawyer-confirm__tab {
    display: none;
}

.lawyer-confirm__jurist.active {
    display: block;
}

.lawyer-confirm__advocate.active {
    display: block;
}

.lawyer-confirm__company.active {
    display: block;
}

.tab__form-wrap {
    display: flex;
    justify-content: space-between;
}

.tab__form-wrap .lawyer-general__form {
    width: 35%;
}

.lawyer-general__form .account__form-wrap {
    width: 100%;
}

.lawyer-general__form .form-input-textarea {
    width: 100% !important;
}

.lawyer-general__form .form-input-textarea textarea {
    width: 100% !important;
}


/* ------------------ Lawyer question --------------------*/

.lawyer-question__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lawyer-question__info {
    position: relative;
    max-width: 320px;
    margin-bottom: 15px;
    padding-left: 22px;
    color: #1a77a3;
    font-size: 14px;
}

.lawyer-question__info::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(img/lawyer-question-info.svg);
    background-repeat: no-repeat;
}

.lawyer-question__category {
    display: flex;
}

.lawyer-question__category-item {
    margin-right: 8px;
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
    font-weight: 600;
}

.lawyer-question__category-item:last-child {
    margin-right: 0;
}

.lawyer-question__btn {
    width: 176px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    font-size: 14px;
    transition: .3s all;
}

.lawyer-question__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.lawyer-question__notloged {
    margin-bottom: 30px;
    padding: 25px 15px;
    border-radius: 8px;
    background-color: #1a77a3;
}

.lawyer-question__notloged-desc {
    margin-bottom: 13px;
    color: #ffffff;
}

.lawyer-question__notloged-btn {
    width: 225px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-color: #ffffff;
    font-size: 14px;
}

.lawyer-question__user .question-unloged__user-footer {
    display: flex;
    justify-content: space-between;
}

.lawyer-question__user-answer {
    position: relative;
    padding-left: 25px;
    color: #017052;
    font-size: 12px;
    text-decoration: underline;
}

.lawyer-question__user-answer::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 16px;
    background-image: url(img/lawyer-question-user-answer.svg);
    background-repeat: no-repeat;
}

.lawyer-page-aside {
    margin-bottom: 50px;
}

.lawyer-page-filter .lawyer-filter-secondary-title {
    margin-bottom: 13px;
}

.lawyer-page-filter {
    padding: 25px 10px 35px;
}

.lawyer-filter__show {
    display: flex;
    align-items: center;
    width: 140px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-left: 12px;
    border-radius: 17px;
    border: 1px solid #cacaca;
    background-image: url(img/lawyer-filter-show.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.lawyer-page-filter .radio-wrap {
    display: block;
    margin-bottom: 20px;
}

.radio-wrap-title {
    color: #fafdff;
    font-size: 16px;
}

.lawyer-page-filter .radio-input-wrap {
    margin-bottom: 5px;
    width: 100%;
}

.radio-input-wrap input {
    width: auto;
}

.lawyer-page-filter .radio + label {
    color: #fafdff;
    font-size: 14px;
}

.lawyer-filter-random-btn {
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 8px;
    background-color: #1a77a3;
    color: #ffffff;
}

.lawyer-filter-btn {
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #1a77a3;
}

.lawyer-achievement {
    margin-bottom: 25px;
    padding: 35px 30px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.lawyer-achievement__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.lawyer-achievement__state {
    display: flex;
    height: 20px;
    margin-bottom: 15px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    background-color: #fafdff;
}

.lawyer-achievement__state-value {
    border-radius: 7px 0 0 7px;
    background-color: #1a77a3;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.lawyer-achievement__state-value-1 {
    width: 20%;
}

.lawyer-achievement__state-value-2 {
    width: 40%;
}

.lawyer-achievement__state-value-3 {
    width: 60%;
}

.lawyer-achievement__state-value-4 {
    width: 80%;
}

.lawyer-achievement__state-value-5 {
    width: 100%;
    border-radius: 7px;
}

.lawyer-achievement__more {
    font-size: 12px;
    text-decoration: underline;
}

.lawyer-info {
    margin-bottom: 25px;
    padding: 35px 15px;
    border-radius: 8px;
    background-color: #1a77a3;
}

.lawyer-info__title {
    margin-bottom: 15px;
    color: #fafdff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.lawyer-info__link {
    display: block;
    padding: 7px 0;
    color: #fafdff;
    font-size: 14px;
    text-align: center;
}

.lawyer-info__link:hover {
    background-color: #8abad1;
    color: #000000;
}

.response-counters {
    padding: 35px 15px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.response-counters-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.response-counters-list {
    margin-bottom: 20px;
    text-align: center;
}

.response-counters-item {
    margin-bottom: 5px;
}

.response-counters-item--value {
    color: #1a77a3;
    font-size: 18px;
    font-weight: 700;
}

.response-counters-statistics {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
}

.lawyer-question__loged {
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.lawyer-question__loged-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.lawyer-question__loged-desc {
    margin-bottom: 10px;
    color: rgba(0, 12, 20, .7);
    font-size: 12px;
}

.lawyer-question__loged-desc--big {
    text-transform: uppercase;
}

.lawyer-question__loged-footer {
    display: flex;
    align-items: center;
}

.lawyer-question__loged-btn {
    width: 201px;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.lawyer-question__loged-send {
    margin-left: 25px;
}

/* ------------------ Lawyer updates --------------------*/

.updates {
    max-width: 96%;
}

.updates__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.updates__item-main {
    width: 440px;
}

.updates__item-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.updates__item-title a {
    text-decoration: underline;
}

.updates__item-title-unread {
    font-weight: 700;
}

.updates__item-link {
    font-size: 14px;
    text-decoration: underline;
}

.updates__item-aside {
    margin-left: 10px;
}

.updates__item-show {
    width: 139px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #208167;
    color: #fff;
    font-size: 14px;
}

.updates__item-close {
    display: block;
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.updates__item-viewed .updates__item-close {
    display: none;
}

/* ------------------ Lawyer new-questions --------------------*/

.new-questions {
    width: 96%;
    padding-bottom: 60px;
}

.new-questions__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px 20px 25px 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.new-questions__item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new-questions__item-main {
    width: 85%;
}

.new-questions__title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.new-questions__data {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.new-questions__data-item {
    display: flex;
    align-items: center;
}

.new-questions__data-item:first-child {
    margin-right: 20px;
}

.new-questions__data-item-img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.new-questions__data-item-value {
    font-size: 14px;
}

.new-questions__data-item:first-child .new-questions__data-item-value {
    color: rgba(0, 12, 20, .5);
}

.new-questions__item .archive-questions__btn {
    margin-left: 0;
}

.archive-questions__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-questions__btn {
    width: 108px;
    height: 45px;
    margin-left: 10px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    transition: .3s all;
}

.new-questions__btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.new-questions-aside {
    flex-shrink: 0;
    width: 150px;
}


/* ------------------ Lawyer finances --------------------*/

.lawyer-finances__wrap {
    display: flex;
}

.lawyer-finances__wrap .form-input-wrap {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.lawyer-finances__wrap .form-input-label {
    text-align: center;
}

.lawyer-finances .finances-history {
    width: 60%;
    margin: 0 auto;
}

/* ------------------ Lawyer counter --------------------*/

.answer-counter {
    width: 96%;
}

.answer-counter__table {
    width: 340px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.answer-counter__heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.answer-counter__row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.answer-counter__month {
    width: 30%;
    padding: 10px 0;
    border-right: 1px solid #e5e5e5;
}

.answer-counter__value {
    width: 70%;
    padding: 10px 0;
}


/* ------------------ Lawyer achievement --------------------*/

.achievement {
    width: 96%;
}

.achievement__table {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.achievement__table-mob {
    display: none;
}

.achievement__table .row {
    border-bottom: 1px solid #e5e5e5;
}

.achievement__table .row:last-child {
    border-bottom: none;
}

.achievement__table .col {
    border-right: 1px solid #e5e5e5;
}

.achievement__item {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

.achievement-item-active {
    font-weight: 700;
}

.achievement__item--colored {
    background-color: #bdd8e5;
}

.achievement__item-info {
    position: relative;
    top: -8px;
    color: rgba(0, 0, 0, .5);
    font-size: 8px;
}

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

.achievement__table-desc-item {
    margin-bottom: 3px;
    font-size: 14px;
}

.achievement__table-info {
    color: rgba(0, 12, 20, .5);
    font-size: 14px;
}

.achievement__table-section {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    padding-left: 55px;
    border: 1px solid #e5e5e5;
}

.achievement__table-mob .row {
    border-bottom: 1px solid #e5e5e5;
}

.achievement__table-mob .row:last-child {
    border-bottom: none;
}

.achievement__table-mob .col {
    border-right: 1px solid #e5e5e5;
}

.achievement__table-heading {
    position: absolute;
    width: 256px;
    height: 55px;
    bottom: 100px;
    left: -100px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-90deg);
    text-align: center;
    font-size: 14px;
}

.achievement__table-wrap {
    width: 100%;
}

.lawyer-page-chat {
    width: 98%;
}

/* ------------------ Lawyer docs --------------------*/

#order-docs__tab {
    width: 96%;
    padding-bottom: 60px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.order-docs__tab-list {
    display: flex;
    margin-bottom: 30px !important;
}

.order-docs__tab-link {
    font-size: 16px;
    font-weight: 700;
}

.order-docs__tab-item {
    margin-right: 25px !important;
}

.order-docs__tab-item:last-child {
    margin-right: 0;
}

.order-docs__tab-link-value {
    margin-left: 5px;
    color: #017052;
}

.order-docs__tab-item.ui-tabs-active .order-docs__tab-link {
    color: #1a77a3;
}

.order-docs__item {
    margin-bottom: 20px;
    padding: 25px 30px 20px 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.order-docs__item-state {
    margin-bottom: 10px;
    color: #1a77a3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-docs__item-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

.order-docs__item-desc {
    margin-bottom: 20px;
    font-size: 14px;
}

.order-docs__data {
    display: flex;
    margin-bottom: 15px;
}

.order-docs__data-item {
    margin-right: 20px;
    color: rgba(0, 12, 20, .5);
    font-size: 13px;
}

.order-docs__data-item:last-child {
    margin-right: 0;
}

.order-docs__item-category {
    display: block;
    margin-bottom: 15px;
    color: #017052 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.order-docs__item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-docs__item-offers {
    display: flex;
    align-items: center;
    width: 156px;
    height: 33px;
    padding-left: 15px;
    border-radius: 17px;
    border: 1px solid #cacaca;
    background-image: url(img/archive-questions-btn-ico.png);
    background-repeat: no-repeat;
    background-position: right 15px top 12px;
    font-size: 14px;
    font-weight: 600;
}

.order-docs__item-offers-btn {
    width: 179px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    transition: .3s all;
}

.order-docs__item-offers-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.order-filter {
    margin-top: 55px;
    padding: 35px 0;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.order-filter .lawyer-filter-title {
    color: #000c14;
}

.order-filter .lawyer-filter-default-title {
    color: #1a77a3;
}

.order-filter-btn {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.order-docs__item-more {
    color: #1a77a3 !important;
    font-size: 14px;
    text-decoration: underline;
}

.lawyer-page-aside .last-consultation {
    margin-top: 55px;
}

.order-offer {
    width: 96%;
}

.offer-page-aside .last-consultation {
    margin-top: 0;
}

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

.order-offer__info-item {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.order-offer__info-item-value {
    font-weight: 400;
}

.order-offer__btn {
    width: 230px;
    height: 50px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
}

.order-conversation-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.order-document {
    width: 96%;
}

.order-document .docs__order-list {
    width: 80%;
}

.filter-mob {
    display: none;
}

.filter-mob-btn {
    width: 190px;
    height: 50px;
    justify-content: flex-start;
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    background-image: url(img/filter-mob-btn.png);
    background-repeat: no-repeat;
    background-position: right 20px top 24px;
    font-size: 14px;
}

.filter-mob-btn:hover {
    background-color: #1a77a3;
    color: #fff;
    background-image: url(img/filter-mob-btn-hover.png);
}

.filter-mob-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-mob-question {
    font-size: 14px;
}

.lawyer-filter-mob {
    display: none;
}

.account__avatar-image img {
    object-fit: cover;
}

.question-unloged__lawyer-donate {
    position: relative;
    padding-left: 22px;
    color: #017052;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
    margin-right: 25px;
}

.lawyer-career-tab-list {
    margin-bottom: 10px !important;
}

.search-tab-list {
    margin-bottom: 30px !important;
}

.question-unloged__category-value {
    margin-right: 8px;
}

.checkbox {
    width: auto;
}

.selling__main-bg {
    overflow: hidden;
}

textarea {
    width: 100% !important;
}

.question-loged__comment {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

#comment-form {
    width: 90%;
}

.comments-item__message-send {
    background-color: transparent;
    padding: 0;
}

.account__questions-title {
    width: 100%;
    text-align: left;
}

.user-thanks {
    margin-bottom: 30px;
    padding: 25px 15px;
    border-radius: 8px;
    background-color: #1a77a3;
    color: #fff;
}

.user-thanks h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.user-thanks p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-thanks div {
    font-size: 16px;
}

.user-thanks a {
    color: #fff;
    text-decoration: underline;
}

input[type="submit"],
button[type="submit"],
input[type="number"] {

    -webkit-appearance: none !important;
    overflow-y: visible;
}

.rate-popup-card-btn {
    height: auto;
}

.balance-form {
    overflow: hidden;
}

.form-login {
    margin-bottom: 60px;
}

.form-login-inner {
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 0;
}

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

.remember-check {
    width: 120px;
    margin-left: 0;
}

.form-login__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-login__bottom .question-online__btn {
    margin: 0;
}

.form-login__item-ttile {
    margin-bottom: 10px;
    text-align: center;
}

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

.form-login__item-btn {
    width: 201px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 16px;
}

.login-social {
    margin: 0 auto;
}

.hide {
    display: none;
}

.question-unloged__form .form-input-inner .form-input-wrap {
    width: 47%;
}

#lawyer-edit-tab .ui-tabs-nav li {
    margin-right: 0;
}

.best-workers {
    margin-bottom: 25px;
}

.lawyer-chat__heading {
    display: block;
}

.lawyer-chat__heading-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lawyer-chat__heading-author {
    display: flex;
}

.lawyer-chat__heading-btn {
    display: flex;
}

.lawyer-chat__heading-btn .btn {
    margin-right: 15px;
    border-radius: 4px;
    padding: 10px;
    background-color: #f2f3f5;
    font-size: 14px;
    line-height: 1;
    color: #8b8b8b;
    transition: .3s all;
}

.lawyer-chat__heading-btn .btn:last-child {
    margin-right: 0;
}

.chat__empty {
    width: 320px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 30px;
}

.chat__empty-desc {
    margin-bottom: 30px;
    color: #7f8589;
    text-align: center;
}

.chat__empty-btn {
    width: 195px;
    margin: 0 auto;
    padding: 12px 5px;
    border-radius: 8px;
    background-color: #017052;
    color: #fff;
    font-size: 14px;
}

.lawyer-chat__empty {
    margin-top: 70px;
    color: #7f8589;
    text-align: center;
}

.btn-complain {
    flex-shrink: 0;
    width: 32px;
    background-image: url(img/btn-complain.png);
    background-size: cover;
}

.project-wrap p {
    margin-bottom: 20px;
    text-align: center;
}

.project-wrap a {
    color: #017052;
}

.project-wrap a:hover {
    text-decoration: underline;
}

.project-wrap h2 {
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
}

.project-wrap ul {
    display: flex;
    justify-content: space-between;
}

.project-wrap li {
    width: 23%;
    text-align: center;
}

.project-wrap li div {
    margin-bottom: 5px;
}

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

.policy-item h2, .policy-item h3, .policy-item h4 {
    margin-bottom: 15px;
    text-align: center;
}

.policy-item h4 {
    margin-top: 20px;
}

.policy-item a {
    color: #017052
}

.policy-item a:hover {
    text-decoration: underline;
}

.workers__item-reviewes-title {
    margin-right: 4px;
}

.lawyer-edit-tab-item {
    margin-bottom: 10px;
    text-align: center;
}

.lawyer-edit-tab-item.active-tab>a {
    color: #017052;
}

.lawyer-chat {
    overflow: hidden;

}

.lawyer-chat__body {
    max-height: 500px;
    min-height: 450px;
    overflow-y: scroll;
}

.text-write {
    color: #b6b6b6;
    font-size: 12px;
    text-align: left;
}

.lawyer-chat__start {
    flex-direction: column;
    justify-content: center;
    width: 375px;
    margin: auto;
    color: #7f8589;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.deal {
    background-color: #d7eaf1;
    margin-bottom: 40px;
}

.deal__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.deal__title {
    display: flex;
    align-items: center;
    width: 22.89%;
}

.deal__title-img {
    flex-shrink: 0;
    width: 34px;
    height: 43px;
    margin-right: 15px;
}

.deal__title-img img {
    width: 100%;
    height: 100%;
}

.deal__title-value {
    margin-bottom: 10px;
    color: #1c77a4;
    font-weight: 600;
    font-size: 16px;
}

.deal__title-link {
    color: #4c4c4c;
    font-size: 14px;
    text-decoration: underline;
}

.deal__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 63.94%;
}

.deal__list-item {
    display: flex;
    align-items: center;
    width: 29.90%;
}

.deal__list-item-number {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #1c77a4;
    font-size: 24px;
    color: #1c77a4;
    font-weight: 600;
    line-height: 1;
}

.deal__list-item-desc {
    color: #4c4c4c;
    font-size: 14px;
}

.deal__btn {
    width: 95px;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #287da8;
    cursor: pointer;
    color: #287da8;
    font-size: 14px;
    line-height: 1;
}

.deal__btn:hover {
    background-color: #287da8;
    color: #fff;
}

.guarantees {
    background-color: #d7eaf1;
    margin-top: 50px;
}

.guarantees__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.guarantees__title {
    color: #1c77a4;
    font-weight: 600;
}

.guarantees__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
}

.guarantees__list-item {
    display: flex;
    width: 27.13%;
    align-items: center;
}

.guarantees__list-item-img {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.guarantees__list-item-desc {
    color: #4c4c4c;
    font-size: 14px;
}

.lawyer-chat__choose {
    position: relative;

    align-items: center;
    width: 247px;
    height: 202px;
    margin: 0 auto;
    background-image: url(img/lawyer-chat-choose.png);
    background-size: cover;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.chat-opened {
    margin-bottom: 20px;
    color: #7f7f7f;
    font-size: 12px;
    text-align: center;
}

.lawyer-chat__message-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.chat-delivered {
    width: 16px;
    height: 8px;
    margin-left: 5px;
}

.chat-not-delivered {
    width: 10px;
    height: 8px;
    margin-left: 5px;
}

.chat-payment {
    width: 438px;
    margin: 0 auto;
    margin-top: 30px;
}

.chat-payment__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    padding: 25px 0;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    text-align: center;
}

.chat-payment__desc {
    width: 315px;
    text-align: center;
    color: #7f8589;
    font-size: 16px;
}

.chat-payment__link {
    width: 195px;
    padding: 10px 0;
    margin-top: 25px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 17px;
}

.chat-payment__ico {
    width: 25px;
    height: 27px;
    margin-bottom: 15px;
}

.chat-closed {
    margin-bottom: 30px;
    color: #7f7f7f;
    font-size: 12px;
    text-align: center;
}

.confirm-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    margin-top: 25px;
}

.confirm-btn {
    width: 46%;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 17px;
    line-height: 1;
}


.decline-btn {
    width: 46%;
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid #017052;
    background-color: #fff;
    color: #fafdff;
    font-size: 17px;
    color: #017052;
    line-height: 1;
}

.decline-btn:hover {
    background-color: #017052;
    color: #fafdff;
}


.lawyer-filter .radio-wrap {
    width: auto !important;
}

.comment-form {
    width: 90%;
}

.label-mail {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

#restorepassword-form {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

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

.recovery-wrap p {
    margin-bottom: 25px;
}

.recovery-inner {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recovery-btn {
    border-radius: 8px;
    padding: 0 5px;
    background-color: #fff;
    color: #fafdff;
    font-size: 14px;
    color: #017052;
    line-height: 1;
}

.recovery-btn:hover {
    text-decoration: underline;
}

.sennd-password {
    width: 180px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 8px;
    padding: 0 5px;
    border: 1px solid #017052;
    background-color: #fff;
    color: #fafdff;
    font-size: 16px;
    color: #017052;
    line-height: 1;
}

.recovery-input {
    display: block;
    border: 1px solid #7f7f7f;
}

.recovery-input:active {
    border: 1px solid #7f7f7f;
    border-radius: 8px;
}

.chat-payment-price {
    margin-top: 10px;
}

input[type="submit"] {
    height: auto !important;
}

input.error {
    text-align: left !important;
    color: #000c14 !important;
    border: 1px solid red !important;
}


textarea.error {
    text-align: left !important;
    color: #000c14 !important;
    border: 1px solid red !important;
}

.error__title {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.error-type {
    color: #1c77a4;
    font-weight: 800;
    font-size: 367px;
    line-height: 1;
    letter-spacing: 2.25px;
    text-align: center;
}

.error-desc {
    margin-bottom: 40px;
    color: #4b4b4b;
    font-size: 24px;
    text-align: center;
}

.error-link {
    margin: 0 auto;
    width: 243px;
    height: 61px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
}

.error-info {
    padding: 25px 0;
    background-color: #d7eaf1;
    font-size: 14px;
    text-align: center;
}

.ui-menu {
    width: auto !important;
    max-width: 280px !important;
    box-shadow: 0 5px 16px rgba(0, 28, 42, 0.14);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    padding: 10px 5px;
}

.ui-menu-item-wrapper {
    font-size: 14px;
}

.account__docs-item-phone,
.account__docs-item-adress {
    font-size: 14px;
}

.account__docs-item-phone {
    flex: 1 1 0%;
}

.account__docs-item-adress {
    flex: 2 1 0%;
}

.update, .alert-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #d7eaf1;
}

.update-img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.update-text {
    color: #4b4b4b;
    font-size: 14px;
}

.lawyer-services__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lawyer-services__aside {
    width: 35%;
}

.readonly {
    background-color: #eeeeee;
}


.ui-menu-item-wrapper:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c77a4;
}

.error, .errorMessage {
    font-size: 12px;
    text-align: right;
    color: red;
}


.greeting {
    background-color: #d7eaf1;
    padding: 16px 0;
}

.greeting__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting__desc {
    margin-right: 20px;
    color: #4b4b4b;
    font-size: 14px;
}

.greeting-btn {
    width: 167px;
    padding: 12px 5px;
    border-radius: 8px;
    border: 1px solid #1a77a3;
    font-size: 14px;
    background-color: transparent;
}

.greeting-btn:hover {
    background-color: #1a77a3;
    color: #fff;
}

.unsaved {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #f1d7d7;
}

.unsaved-img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.unsaved-text {
    color: #4b4b4b;
    font-size: 14px;
}

.archive-questions__bottom {
    display: flex;
    justify-content: space-between;
}

.rate-list {
    margin-bottom: 60px;
}

.rate-list .rate-popup-item {
    position: relative;
    width: 18%;
}

.rate-list .rate-popup-item-img {
    width: 35px;
    height: 35px;
}

.rate-list .rate-popup-item-img img {
    width: 100%;
}

.rate-list .rate-popup-item-title {
    font-size: 14px;
}

.rate-card .steps__item {
    position: relative;
    min-height: 259px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.balance-form {
    margin-top: auto;
}

.steps-actual {
    position: absolute;
    top: -30px;
    width: 100%;
    color: #1c77a4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.steps__selected {
    width: 133px;
    height: 39px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #017052;
    background-color: #ffffff;
}

.rate-popup-desc {
    text-align: center;
}

.program__main {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.program__main-wrap {
    display: flex;
    align-items: center;
    height: 390px;
}

.program__main-heading {
    width: 40%;
}

.program__title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
}

.program__subtitle {
    font-size: 17px;
    line-height: 1.5;
}


.program__main-bg {
    position: absolute;
    right: 40px;
    width: 55%;
    height: 100%;
}

.program__main-bg::after {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 25, 0) 100%);
    opacity: 0.9;
}

.program__main-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program__model {
    padding: 70px 0;
    text-align: center;
}

.program__model-wrap {
    width: 59%;
    margin: 0 auto;
}

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

.program__leads {
    padding: 70px 0;
    background-color: #037052;
    background-image: url(img/consultations-bg.png);
    background-repeat: repeat;
}

.program__leads-heading {
    width: 53%;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
}

.program__leads-list {
    display: flex;
    justify-content: space-between;
    width: 67%;
    margin: 0 auto;
}

.program__leads-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    text-align: center;
}

.program__leads-item-ico {
    width: 80px;
    height: 80px;
    margin-bottom: 22px;
}

.program__leads-item-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.program__cooperate {
    padding: 70px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.program__cooperate-list {
    display: flex;
    justify-content: space-between;
    width: 71%;
    margin: 0 auto;
}

.program__cooperate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    text-align: center;
}

.program__cooperate-ico {
    width: 71px;
    height: 71px;
    margin-bottom: 20px;
}

.program__cooperate-item-title {
    font-size: 20px;
    text-align: center;
}

.program__points {
    padding: 70px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.program__points-list {
    display: flex;
    justify-content: space-between;
    width: 79%;
    margin: 30px auto 50px;
}

.program__points-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 27%;
}

.program__points-item-ico {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.program__topics-list {
    display: flex;
    justify-content: space-between;
    width: 68.85%;
    margin: 0 auto;
    margin-bottom: 45px;
}

.program__topics-wrap {
    width: 36%;
    text-align: left;
}

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

.program__topics-link {
    display: flex;
    align-items: center;
}

.program__topics-link-img {
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    margin-right: 15px;
}

.program__topics-title {
    margin-bottom: 50px;
    font-size: 24px;
}

.program__topics-btn {
    width: 262px;
    margin: 0 auto;
    padding: 18px 5px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
}

.program__rules {
    padding: 70px 0;
    text-align: center;
}

.program__rules-list {
    width: 67%;
    margin: 0 auto;
    padding-left: 40px;
    border-left: 2px solid #2b70bc;
    text-align: left;
}

.program__rules-item {
    font-size: 18px;
    font-weight: 700;
}

.program__rules-item-text {
    font-weight: 400;
}

.program__bottom {
    padding: 30px 0;
    background-color: #1f8167;
}

.program__bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program__bottom-logo {
    width: 197px;
    height: 23px;
}

.program__bottom-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}

.header__user-item {
    position: relative;
    padding-left: 40px;
}

.header__user-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    width: 22px;
    height: 22px;
    background-image: url(img/selling-popular-img-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.steps__item-private {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
}

.steps__item-info {
    margin-left: 10px;
}

.steps__item-info-ico {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.steps__item-private .checkbox + label {
    padding-left: 20px;
    font-size: 13px;
    text-align: left;
}

.steps__item-private-price {
    display: block;
    margin-top: 4px;
    color: #017052;
}

.steps__item-info-desc {
    display: none;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    padding: 14px;
    z-index: 50;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fafdff;
    font-size: 12px;
}

.steps__item-info-desc.active {
    display: block;
}

.welcome__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}

.welcome__item {
    display: flex;
    flex-direction: column;
    width: 32%;
    min-height: 263px;
    margin-bottom: 25px;
    padding: 30px 15px 20px;
    border: 3px solid #E5E5E5;
    border-radius: 6px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top 20px;
}

.welcome__item-title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #1C77A4;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

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

.welcome__item-desc-title {
    margin-bottom: 5px;
}

.welcome__item-desc-block {
    margin-bottom: 5px;
}

.welcome__item-desc-link {
    display: block;
    text-decoration: underline;
}

.welcome__item-btn {
    margin-top: auto;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #1A77A3;
    border-radius: 8px;
}

.welcome__item-desc-block-bold {
    color: #208167;
    font-weight: bold;
}

.welcome__item-question {
    background-image: url(img/welcome-item-question.png);
}

.welcome__item-chat {
    background-image: url(img/welcome-item-chat.png);
}

.welcome__item-upload {
    background-image: url(img/welcome-item-upload.png);
}

.welcome__item-docs {
    background-image: url(img/welcome-item-docs.png);
}

.welcome__item-finances {
    background-image: url(img/welcome-item-finances.png);
}

.welcome__item-activity {
    background-image: url(img/welcome-item-activity.png);
}

.welcome__item-contacts {
    background-image: url(img/welcome-item-contacts.png);
}

.welcome__item-search {
    background-image: url(img/welcome-item-search.png);
}

.welcome__item-user-question {
    background-image: url(img/welcome-item-question.png);
}

.welcome__item-user-question .welcome__item-desc-link {
    font-size: 13px;
    text-align: left;
}

.welcome__item-btn:hover {
    background-color: #1A77A3;
}

.order-conversation__input {
    height: 45px;
}

.vert-margin10 {
    margin-bottom: 10px !important;
}

.vert-margin20 {
    margin-bottom: 20px !important;
}

.vert-margin30 {
    margin-bottom: 30px !important;
}

.vert-margin40 {
    margin-bottom: 40px !important;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.yurist_status_button {
    text-align: center;
}

.button_status_yurist {
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
}

.button_status_yurist-active {
    border-bottom: 1px solid #000;
}

.resource__desc a {
    color: #2B70BC;
    text-decoration: underline;
}

.content-links {
    background: #f4f5f6 !important;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.content-links h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.content-links a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1QzhEN0Y3REJDODExRTY4M0QxOEM0QTI3MDBDRTNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1QzhEN0Y4REJDODExRTY4M0QxOEM0QTI3MDBDRTNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVDOEQ3RjVEQkM4MTFFNjgzRDE4QzRBMjcwMENFM0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVDOEQ3RjZEQkM4MTFFNjgzRDE4QzRBMjcwMENFM0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xUB9CAAAAJUlEQVR42mIMLFr8n4GBgRGIGZgYIOA/MgcsgMxhhHHAegACDADdFgRwEB7G7AAAAABJRU5ErkJggg==) 0 center no-repeat;
    padding-left: 10px;
    color: #1d3467;
    margin-bottom: 13px;
}

.anchor-level-2 {
    display: flex;
    text-decoration: underline;
    margin-bottom: 8px;
    margin-left: 5%;
}

.anchor-level-3 {
    display: flex;
    text-decoration: underline;
    margin-bottom: 4px;
    margin-left: 10%;

}

.anchor-level-4 {
    display: flex;
    text-decoration: underline;
    margin-bottom: 4px;
    margin-left: 15%;
}

.anchor-level-5 .anchor-level-6 .anchor-level-7 .anchor-level-8 .anchor-level-9 {
    display: flex;
    text-decoration: underline;
    margin-bottom: 4px;
    margin-left: 20%;
}

.modal-header .close {
    margin-top: -40px;
}

.selectedFile {
    text-align: left;
}

.send_error_text {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 13px;
    background-color: #f4f5f6;
    color: #6d6a6a;
    border-radius: 4px;
    text-align: center;
}

.gray_row {
    margin-bottom: 15px;
    padding: 2px 5px;
    font-size: 12px;
    background-color: #f4f5f6;
    color: #6d6a6a;
    border-radius: 4px;
}

.modal-dialog {
    padding: 15px;
    background-color: aliceblue;
}

.description_modal {
    font-size: 13px;
    margin-bottom: 15px;
}

.textCtl {
    margin-bottom: 15px;
    font-style: oblique;
    border: 1px solid #53a589;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
}

.text_area_modal {
    margin-bottom: 15px;
}

.name_area_modal {
    color: #5a6268;
    font-size: 13px;
}

.info_block {
    margin: 20px 0 !important;
    padding: 25px 30px;
    clear: both;
    background: rgba(129, 210, 188, 0.2);
    border-radius: 6px;
}

.info_block b {
    font-weight: 600;
}

.info_block a {
    color: #2c8870;
    font-weight: 700;
}

.title-1 {
    font: 700 28px 'Open Sans', sans-serif;
    margin: 0 0 20px;
    display: block;
}

.post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 2;
    padding: 0 40px 0 0;
}

.post-info__item {
    background-repeat: no-repeat;
    padding: 30px 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.post-info__item b {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.post-info__item_time {
    background-image: url(img/time.svg);
}

.post-info__item_views {
    background-image: url(img/views.svg);
}

.post-info__item_date {
    background-image: url(img/date.svg);
}

.post-info__item_fav {
    background-image: url(img/marks.svg);
}

.post-info__item_download {
    padding: 0px;
}

.post-info__docs-link {
    border-radius: 5px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: url(img/download.svg) no-repeat #2B70BC 15px 15px;
    padding: 20px 15px 15px;
}

.post-info__docs-link b {
    display: inline;
}

.tip-green {
    border-radius: 6px;
    padding: 30px 30px 30px 70px;
    background: url(img/tip.svg) no-repeat 30px center #E6F6F2;
    margin: 30px 0;
}

.tip-blue {
    border-radius: 6px;
    padding: 30px 30px 30px 70px;
    background: url(img/tip2.svg) no-repeat 30px center #D8E8F0;
    margin: 30px 0;
}

.tip-green p, .tip-blue p {
    margin: 0px;
}

.docs {
    border: 1px solid #96b9de;
    padding: 30px;
    border-radius: 6px;
    margin: 0 0 30px;
}

.title-2 {
    font: bold 20px 'Open Sans', sans-serif;
    margin: 0 0 20px;
    display: block;
}

.docs__block {
    background: url(img/word.svg) no-repeat left center;
    padding: 0 20px 0 70px;
    margin: 0 0 15px;
}

.docs__block a {
    font-size: 16px;
    font-weight: 600;
    color: #2B70BC;
    display: block;
    margin: 0 0 10px;
}

.docs__list {
    font-size: 14px;
    display: flex;
}

.docs__list-item {
    margin: 0 15px 0 0;
}

.docs__list-button {
    display: block;
    border: 1px solid #1A77A3;
    border-radius: 8px;
    text-align: center;
    height: 50px;
    font: 16px/50px 'Open Sans', sans-serif;
    transition: 0.5s;
}

.docs__list-button:hover {
    background-color: #1a77a3;
    color: #fff;
}

.others {
    background: #F4F5F6;
    padding: 60px 0;
}

.others__block {
    margin: 0 0 40px;
}

.others__block img {
    border-radius: 6px;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
}

.others .row {
    margin: 0 -10px;
}

.others .col-lg-3,
.others .col-md-6 {
    padding: 0 10px;
}

.others__list {
    display: flex;
    font-size: 14px;
    line-height: 22px;
}

.article__tile {
    display: flex;
    font-size: 15px;
    line-height: 22px;
}

.article-title-tile {
    font: 18px 'Open Sans', sans-serif;
    margin: 0 10px 20px;
    display: block;
}

.article__tile-item {
    padding: 0 10px 0 10px;
}

.others__list-item {
    padding: 0 0 0 30px;
}

.others__list-item:first-child {
    margin: 0 30px 0 0;
}

.others__list-item_views {
    background: url(img/views.svg) no-repeat left center;
}

.others__list-item_date {
    background: url(img/date.svg) no-repeat left center;
}

.author {
    margin: 0 0 40px;
}

.author__tip {
    background: #D8E8F0;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 0 20px;
}

.author img {
    width: 85px;
    border-radius: 100%;
    height: 85px;
    margin: 0 0px 0 0;
}

.author__right {
    padding: 0 0px 0 10px;
}

.author__link {
    color: #2B70BC;
    font: 600 16px 'Open Sans', sans-serif;
}

.author__info {
    display: flex;
    font-size: 14px;
    line-height: 15px;
    margin: 10px 0;
}

.author__info-item {
    padding: 0 0 0 5px;
}

.author__info-item:first-child {
    border-right: 1px solid #81D2BC;
    padding: 0 5px 0 0;
}

.author__cons {
    font-size: 14px;
    display: block;
}

.author__more {
    border: 1px solid #1A77A3;
    border-radius: 8px;
    display: block;
    text-align: center;
    padding: 12px;
    margin: 10px 0 0;
    transition: 0.5s;
}

.author__more:hover {
    background-color: #1a77a3;
    color: #fff;
}

.rating-area {
    overflow: hidden;
    display: flex;
    margin: 10px 0 0;
    flex-direction: row-reverse;
    width: 170px;
}

.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    width: 34px;
    padding: 0;
    cursor: pointer;
    font-size: 40px;
    line-height: 32px;
    color: lightgrey;
}

.rating-area:not(:checked) > label:before {
    content: '★';
}

.star-rating-control > div.rating-cancel {
    display: none !important;
}

div.star-rating, div.star-rating a {
    background: url(/img/stars/stars.png) no-repeat 0 0px;
    width: 35px;
    height: 35px;
}

div.star-rating-hover a {
    background-position: 0 -35px;
}

.rating-area > input:checked ~ label {
    color: gold;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
}

.rate-area > label:active {
    position: relative;
}

.rate {
    margin: 0 0 30px;
}

.rate__left {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    padding: 30px;
}

.rate__button {
    border: 1px solid #1A77A3;
    border-radius: 8px;
    display: block;
    padding: 15px;
    transition: 0.5s;
    text-align: center;
}

.rate__button:hover {
    background-color: #1a77a3;
    color: #fff;
}

.post-rate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.post-rate__number:before {
    content: '★';
    font-size: 40px;
    color: gold;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.rating-result {
    margin: 0;
}

.rating-result span {
    padding: 0;
    font-size: 18px;
    margin: 0 0px;
    line-height: 1;
    color: lightgrey;
}

.rating-result > span:before {
    content: '★';
}

.rating-result > span.active {
    color: gold;
}

.post-info-wrap {
    display: flex;
    justify-content: space-between;
}

.rate__result {
    text-align: center;
}

.rate__result .rating-result {
    margin: 0 0 20px;
}

.rate__result .rating-result span {
    font-size: 40px;
}

.fixed-phone {
    background: #208167;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    text-align: center;
    display: none;
}

.fixed-phone.fixed {
    display: block;
}

.fixed-phone__link {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    background: url(img/tel.svg) no-repeat left center;
    padding: 0 30px 0 30px;
}

.fixed-phone__comment {
    font-size: 12px;
    margin-top: -16px;
    color: white;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .docs__list-button {
        margin: 0 0 30px;
    }

    .post-rate {
        padding: 20px;
    }

    .rate__button {
        margin: 30px 0 0;
    }

    .resource__question-footer {
        display: block;
    }

    .resource__question-info {
        margin: 20px 0 0;
    }

    .post-info {
        padding: 0 10px 0 0;
    }
}

@media (max-width: 768px) {

    .post-info-wrap {
        margin: 0 0 30px;
    }

    .docs {
        padding: 15px;
    }

    .post-rate {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .post-rate__text {
        padding: 0 0 0 20px;
        width: 50%;
    }

    div .resource__question-info {
        text-align: left;
    }

    .resource__question-item {
        width: 50%;
    }

    div blockquote {
        padding: 17px 20px 17px 70px;
    }

}

@media (max-width: 576px) {

    .post-info-wrap {
        display: block;
    }

    .post-info__docs-link {
        height: auto;
        width: 100%;
        padding: 10px 20px;
        background: #2b70bc;
        text-align: center;
        margin: 25px 0;
    }

    .post-info__docs-link:before {
        background: url(img/download.svg) no-repeat;
        width: 24px;
        height: 24px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .fixed-phone__link {
        padding: 0px 0 0 30px;
    }

    .author img {
        width: 70px;
        height: 70px;
    }

}

.hot-line-phone {
    font-size: 35px;
}

.question-online__form {
    margin-bottom: 30px;
    padding: 22px 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.yuridicheskim {
    background-color: #488d75;
    background-image: url(img/consultations-bg.png);
    background-position: left top;
    color: white;
    padding-top: 50px;
    padding-bottom: 60px;
}

.yuridicheskim-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    transition: .3s all
}

.soderzhanie {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 21px;
}

.img-title {
    min-height: 190px;
}

.padding5 {
    padding: 5px 5px 5px 5px;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.padding15 {
    padding: 15px 15px 15px 15px;
}

.padding20 {
    padding: 20px 20px 20px 20px;
}


#cookie_notification {
    z-index: 10000;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

#cookie_notification p a {
    color: #0a90eb;
}

@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

.text_justify {
    text-align: justify;
}

.padding-left-right10 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: right;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }
}

.cookie_accept {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #39434e;
    border: none;
    color: #ededed;
    text-decoration: none;
    padding: 15px 40px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    max-width: 100%;
    transition: all .1s linear;
}

.img-responsive {
    border-radius: 6px;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
}


.white-link {
    color: white;
}

.phone_on_article {
    font-size: 26px;
}

.private_question {
    margin-right: 20px;
}

.headline {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.text-right {
    text-align: right;
}

.inside {
    padding: 5px;
}

.white-text {
    color: rgba(255, 255, 255, 1)
}

.yandex-login-btn {
    width: 200px;
    height: 40px;
}

ul.yiiPager {
    font-size: 17px;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    border: solid 1px #218167;
    color: #000000;
    border-radius: 6px;
}

.telegram-icon {
    max-width: 40px;
}

.mob-element {
    display: flex;
}

.center-inner-div {
    display: flex;
    justify-content: center;
}

.document {
    border: 2px solid #e8d700;
    padding: 3%;
    margin-bottom: 40px;
    text-align: justify;
    border-radius: 6px;
    line-height: 1.5;
}

/* CKeditor styles */
.ck-content ol, .ck-content ul {
    margin-left: 15px;
}
.ck-word-count__words, .ck-word-count__characters {
    font-size: 0.9rem;
    color:#666;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    min-height: 270px;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    min-height: 270px;

}

abbr{
    padding: 3px;
    border-radius: 6px;
    text-decoration: none;
    border: #999 1px solid;
}

/*----------- Tooltips ---------------*/
#tooltip {
    background: rgba(33, 32, 38, 0.9) none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
    text-align: center;
    z-index: 100;
}
#tooltip::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(33, 32, 38, 0.9);
    bottom: -7px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
#tooltip.top::after {
    border-bottom: 7px solid rgba(33, 32, 38, 0.9);
    border-top-color: transparent;
    bottom: auto;
    top: -14px;
}
#tooltip.left::after {
    left: 10px;
    margin: 0;
}
#tooltip.right::after {
    left: auto;
    margin: 0;
    right: 10px;
}

.category-icon {
    padding-top: 35px;
    position: absolute;
    padding-left: 5px;
}

.category-icon-text {
    background-color: #dd2020;
    color: white;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
}

.fixed-info {
    position: sticky;
    top: 60px;
}

.call-back__btn {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #017052;
    color: #fafdff;
    font-size: 16px;
}

.link {
    color: #058eea;
    text-decoration: underline;

}


.page__goryachaya-liniya {
  /* warmline */
}
.page__goryachaya-liniya img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
.page__goryachaya-liniya [class*=__container] {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.breadcrumbs {
  margin-top: 40px;
}
.breadcrumbs__link {
  position: relative;
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.breadcrumbs__link:not(:last-child):hover {
  color: rgb(47, 43, 67);
}
.breadcrumbs__link:not(:first-child) {
  padding-left: 16px;
  margin-left: 5px;
}
.breadcrumbs__link:not(:first-child)::after {
  position: absolute;
  content: "/";
  left: 0;
  top: 0;
  font-size: 16px;
}
.page__goryachaya-liniya .warmline-box {
  margin-bottom: 100px;
}
.page__goryachaya-liniya .warmline__container {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
}
.page__goryachaya-liniya .page-title {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.14px;
  margin-bottom: 15px;
}
.page__goryachaya-liniya .page-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.page__goryachaya-liniya .warmline-opt {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 40px;
}
.page__goryachaya-liniya .button {
  display: flex;
  padding: 16px 36px 18px 36px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #33836E;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  box-shadow: 0px 0px 0px 2px rgb(51, 131, 110);
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .button:hover {
  cursor: pointer;
  background: #FFF;
  color: #33836E;
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .callto {
  display: flex;
  flex-direction: column;
}
.page__goryachaya-liniya .callto a {
  color: #33836E;
  -webkit-text-decoration: underline 2px #33836E;
          text-decoration: underline 2px #33836E;
  text-underline-offset: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.page__goryachaya-liniya .callto span {
  color: rgba(47, 43, 67, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .warmline-list {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
.page__goryachaya-liniya .warmitem {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__goryachaya-liniya .warmitem__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__goryachaya-liniya .warmitem__icon i {
  font-size: 24px;
}
.page__goryachaya-liniya .warmitem p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .warmline-box__img {
  max-width: 377px;
  width: 100%;
  flex-shrink: 0;
}
.page__goryachaya-liniya .textblock {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .np_section-title {
  color: #140A32;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.page__goryachaya-liniya .textblock p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.page__goryachaya-liniya .whyconsult {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .whyconsult-list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.page__goryachaya-liniya .whyconsult-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 25%;
  border-radius: 20px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  padding: 20px;
  overflow: hidden;
  gap: 15px;
}
.page__goryachaya-liniya .whyconsult-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__goryachaya-liniya .whyconsult-icon i {
  font-size: 24px;
}
.page__goryachaya-liniya .whyconsult-desc {
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .whyconsult-opt a {
  text-decoration: none;
  color: #140A32;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.page__goryachaya-liniya .lnk {
  text-decoration: none;
  color: #33836E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.page__goryachaya-liniya .whyconsult-item .lnk {
  margin-top: auto;
}
.page__goryachaya-liniya .callbanner {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .callbanner__wrapper {
  display: flex;
  background: #33836E;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
}
.page__goryachaya-liniya .callbanner-img {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
.page__goryachaya-liniya .callbanner-img::after {
  position: absolute;
  content: "";
  left: -45%;
  top: 30px;
  background: rgba(20, 10, 50, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: -1;
}
.page__goryachaya-liniya .callbanner-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page__goryachaya-liniya .callbanner-info span {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.page__goryachaya-liniya .callbanner-info a {
  text-decoration: none;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.26px;
}
.page__goryachaya-liniya .callbanner-online {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 260px;
  margin-left: 116px;
}
.page__goryachaya-liniya .callbanner-online > span {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.page__goryachaya-liniya .callbanner-online__list {
  display: flex;
  align-items: center;
}
.page__goryachaya-liniya .callbanner-online__card {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-decoration: none;
}
.callbanner-online__card img {
    border-radius: 50%;
    border: 2px #fff solid;
}
.page__goryachaya-liniya .callbanner-online__card:nth-child(2) {
  left: -30px;
}
.page__goryachaya-liniya .callbanner-online__card:nth-child(3) {
  left: -60px;
}
.page__goryachaya-liniya .callbanner-online__card:nth-child(4) {
  left: -90px;
}
.page__goryachaya-liniya .callbanner-online__card:nth-child(5) {
  left: -120px;
}
.page__goryachaya-liniya .callbanner-online__card:nth-child(6) {
  left: -150px;
}
.page__goryachaya-liniya .callbanner-online__card.online-card-more {
  left: -210px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__goryachaya-liniya .callbanner-online__card.online-card-more span {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.page__goryachaya-liniya .whyhelp {
  margin-bottom: 110px;
}
.page__goryachaya-liniya .whyhelp-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}
.page__goryachaya-liniya .whyhelp-card {
  display: flex;
  align-items: center;
  border: 1px solid rgba(47, 43, 67, 0.15);
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
  flex: 1 1 375px;
}
.page__goryachaya-liniya .whyhelp-card p {
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.page__goryachaya-liniya .whyhelp-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBF2F0;
  flex-shrink: 0;
}
.page__goryachaya-liniya .whyhelp-icon i {
  font-size: 40px;
}
.page__goryachaya-liniya .why {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .why__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__goryachaya-liniya .why-info {
  max-width: 560px;
  width: 100%;
}
.page__goryachaya-liniya .stat-list {
  display: flex;
  gap: 20px 40px;
  margin-top: 30px;
}
.page__goryachaya-liniya .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page__goryachaya-liniya .stat-item span {
  color: #33836E;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 10px;
}
.page__goryachaya-liniya .section-desc {
  line-height: 160%;
}
.page__goryachaya-liniya .why-img {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
}
.page__goryachaya-liniya .why-callback {
  display: flex;
  width: 100%;
  border-radius: 20px;
  background: #33836E;
  padding: 30px 57px 34px 60px;
  overflow: hidden;
}
.page__goryachaya-liniya .why-callback__left {
  display: flex;
  flex-direction: column;
  max-width: 510px;
  width: 100%;
  justify-content: center;
}
.page__goryachaya-liniya .why-callback__left > span {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.page__goryachaya-liniya .why-callback__left > a {
  text-decoration: none;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.26px;
}
.page__goryachaya-liniya .whycallback-form > span {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.page__goryachaya-liniya .whycallback-form .form-row {
  margin-bottom: 22px;
  margin-top: 16px;
}
.form-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom-input {
  position: relative;
}
.custom-input > label[for] {
  position: absolute;
  color: rgba(47, 43, 67, 0.4);
  font-weight: 400;
  line-height: normal;
  left: 16px;
  top: 50%;
  font-size: 16px;
  transform: translate(0, -50%);
  transition: all 0.12s linear;
  will-change: top;
}
.custom-input > input[type=tel]:focus + label[for],
.custom-input > input[type=text]:focus + label[for] {
  top: 20%;
  font-size: 12px;
  transition: all 0.12s linear;
}
.custom-input > input[type=tel],
.custom-input > input[type=text] {
  border-radius: 10px;
  background: #FFF;
  padding: 22px 16px 12px 16px;
  border-radius: 10px;
  outline: none;
  border: none;
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.yrists-frm span.politicform-text,
.yrists-frm span.politicform-text a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.form-row form button[type=submit] {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 16px 36px 16px 36px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .whycallback-form button[type=submit]:hover {
  background: #fff;
  color: #33836E;
}
.page__goryachaya-liniya .specials {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .specials-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page__goryachaya-liniya .special-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  flex: 1 1 375px;
  min-height: 287px;
}
.page__goryachaya-liniya .specials-card__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
.page__goryachaya-liniya .special-card__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__goryachaya-liniya .special-card__icon i {
  font-size: 24px;
}
.page__goryachaya-liniya .special-card__title {
  color: #140A32;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration: underline 1px rgb(51, 131, 110);
          text-decoration: underline 1px rgb(51, 131, 110);
  text-underline-offset: 8px;
}
.page__goryachaya-liniya .specials-card__inner {
  color: rgba(47, 43, 67, 0.7);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page__goryachaya-liniya .getquestion {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .getquestion__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 53px 290px 37px 53px;
  border-radius: 20px;
  background: rgba(47, 43, 67, 0.04);
  overflow: hidden;
  z-index: 0;
}
.page__goryachaya-liniya .getquestion .np_section-title {
  max-width: 295px;
  width: 100%;
}
.page__goryachaya-liniya .getquestion-form {
  margin-left: 40px;
}
.page__goryachaya-liniya form button[type=submit].submit-gr {
  background: #33836E;
}
.page__goryachaya-liniya form button[type=submit].submit-gr:hover {
  background: #fff;
  color: #33836E;
}
.page__goryachaya-liniya .getquestion-img {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.page__goryachaya-liniya .getquestion-form .custom-input > input[type=tel] {
  border: 1px solid rgba(47, 43, 67, 0.15);
}
.page__goryachaya-liniya .getquestion-form span.politicform-text,
.page__goryachaya-liniya .getquestion-form span.politicform-text a {
  text-decoration: none;
  color: var(--gray-low, rgba(47, 43, 67, 0.4));
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 293px;
  display: block;
}
.page__goryachaya-liniya .getquestion-form .form-row {
  margin-bottom: 18px;
}
.page__goryachaya-liniya .textbox {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .textbox-text {
  margin-top: 20px;
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px;
}
.page__goryachaya-liniya .textbox-text .more {
  display: none;
}
.page__goryachaya-liniya .show-all {
  outline: none;
  width: 100%;
  padding: 16px 36px 18px 36px;
  border-radius: 10px;
  background: #E0ECE9;
  color: #33836E;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .show-all:hover {
  background: #d2dfdc;
}
.page__goryachaya-liniya .reviews {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .reviews-wrapper {
  position: relative;
  margin-top: 30px;
}
.page__goryachaya-liniya .reviews-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(47, 43, 67, 0.04);
  flex-shrink: 0;
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .reviews-nav:hover {
  background: #33836E;
  transition: all 0.12s linear;
}
.page__goryachaya-liniya .reviews-nav:hover svg path {
  fill: #fff;
}
.page__goryachaya-liniya .reviews-nav.arrow-prev {
  left: -72px;
}
.page__goryachaya-liniya .reviews-nav.arrow-next {
  right: -72px;
}
.page__goryachaya-liniya .swiper-slide.review-card {
  border-radius: 20px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  padding: 30px;
  height: initial;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  text-align: left;
}
.page__goryachaya-liniya .review-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.page__goryachaya-liniya .review-card__photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page__goryachaya-liniya .review-card__photo.no-photo {
  position: relative;
  background: #115B82;
}
.page__goryachaya-liniya .review-card__photo.no-photo::after {
  font-family: "icons" !important;
  position: absolute;
  content: "\e914";
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__goryachaya-liniya .review-card__name {
  color: #140A32;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.page__goryachaya-liniya .review-card__date {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .review-card__text {
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
.page__goryachaya-liniya .review-card__q {
  margin-top: auto;
}
.page__goryachaya-liniya .review-card__q span {
  display: inline-block;
  color: rgba(47, 43, 67, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.page__goryachaya-liniya .review-card__q p {
  color: #33836E;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.page__goryachaya-liniya .yrists {
  margin-bottom: 80px;
}
.page__goryachaya-liniya .yrists__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page__goryachaya-liniya .yrists-listbox {
  max-width: 462px;
  width: 100%;
}
.page__goryachaya-liniya .yrists-list {
  margin-top: 30px;
}
.page__goryachaya-liniya .yrists-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(47, 43, 67, 0.15);
}
.page__goryachaya-liniya .yrists-item:not(:last-child) {
  margin-bottom: 15px;
}
.page__goryachaya-liniya .yrists-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.page__goryachaya-liniya .yrists-name {
  color: #140A32;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.page__goryachaya-liniya .yrists-city {
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.page__goryachaya-liniya .yrists-const {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .yrist-all {
  color: #33836E;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 16px 36px 18px 36px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  background: #E0ECE9;
  transition: all 0.12s linear;
  margin-top: 5px;
}
.page__goryachaya-liniya .yrist-all:hover {
  background: #d2dfdc;
  transition: all 0.12s linear;
}
.yrists-frm {
  position: relative;
  border-radius: 20px;
  background: #33836E;
  padding: 40px;
  overflow: hidden;
  width: 100%;
}
.yrists-status {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  border-radius: 10px;
  background: #FFF;
  padding: 8px 16px 9px 16px;
  gap: 10px;
}
.status-inicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: #12B76A;
}
.yrists-form__head {
  margin-bottom: 30px;
}
.yrists-form__title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
.yrists-form__desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.yrists-form__content textarea {
  outline: none;
  border: none;
  width: 100%;
  padding: 12px 16px 8px 16px;
  border-radius: 10px;
  background: #FFF;
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.yrists-frm textarea::-moz-placeholder {
  color: rgba(47, 43, 67, 0.5);
}
.yrists-frm textarea::placeholder {
  color: rgba(47, 43, 67, 0.5);
}
.yrists-frm textarea::-moz-placeholder {
  color: rgba(47, 43, 67, 0.5);
}
.yrists-frm textarea::-webkit-input-placeholder {
  color: rgba(47, 43, 67, 0.5);
}
.yrists-frm .custom-input > input[type=tel],
yrists-frm .custom-input > input[type=text] {
  max-width: 205px;
}
.yrists-frm button[type=submit].submit-hd {
  padding: 16px 24px 18px 24px;
  background: #140A32;
  border: none;
}
.yrists-frm .form-row {
  margin-bottom: 15px;
}
.yrists-form__stat {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.yrists-stat__item span {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
.yrists-stat__item p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.page__goryachaya-liniya .themes {
  margin-bottom: 80px;
}
.themes-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.theme-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 270px;
  width: 100%;
}
.theme-menu ul {
  padding: 0;
  list-style: none;
}
.theme-menu ul li a {
  text-decoration: none;
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.theme-menu ul li:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.theme-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.theme-letter {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.hidden {
  display: none;
}

.fixed body {
  overflow: hidden;
}

.fancybox__container {
  max-width: 100%;
}

.modal.fancybox__content {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  max-width: 896px;
  width: 100%;
}

.modal-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.modal-img {
  height: 100%;
  position: relative;
  padding-left: 260px;
  overflow: hidden;
}

.modal-img__inner {
  position: absolute;
  left: -100px;
  top: 50px;
  bottom: 0;
}

.modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-img::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: #33836E;
  left: -317px;
  top: -57px;
  z-index: -1;
}

.modal-base {
  padding: 30px;
}

.modal-title {
  color: #140A32;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  max-width: 465px;
  margin-bottom: 20px;
}

.modal-onlinebar {
  display: flex;
  align-items: center;
  max-width: 480px;
  gap: 20px;
  margin-bottom: 30px;
}

.onlinebar__list {
  max-width: 260px;
  position: relative;
  width: 100%;
  min-height: 62px;
}

.onlinebar__list .callbanner-online__card {
  position: absolute;
}

.onlinebar__list .callbanner-online__card:nth-child(2) {
  left: 30px;
}

.onlinebar__list .callbanner-online__card:nth-child(3) {
  left: 60px;
}

.onlinebar__list .callbanner-online__card:nth-child(4) {
  left: 90px;
}

.onlinebar__list .callbanner-online__card:nth-child(5) {
  left: 120px;
}

.onlinebar__list .callbanner-online__card:nth-child(6) {
  left: 150px;
}

.onlinebar__list .callbanner-online__card.online-card-more {
  left: 180px;
  background: #F7F7F7;
}

.getconsult-form input#tel,
.getconsult-form input#name2 {
  border: 1px solid rgba(47, 43, 67, 0.15);
  max-width: 205px;
}

.getconsult-form .form-row {
  margin-bottom: 15px;
}

.getconsult-form span.politicform-text,
.getconsult-form span.politicform-text a {
  color: rgba(47, 43, 67, 0.4);
  margin-top: 12px;
}

.modal.fancybox__content > .f-button.is-close-btn {
  top: 20px;
  right: 20px;
  --f-button-color: #33836E;
  --f-button-hover-color: #000;
  --f-button-svg-width: 13px;
  --f-button-svg-height: 13px;
  --f-button-width: 24px;
  --f-button-height: 24px;
  --f-button-svg-stroke-width: 4px;
  opacity: 1;
}

.modal-request {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.req-ico {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.req-title {
  color: #140A32;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}

.req-desc {
  color: #140A32;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.req-close.button {
  margin-top: 30px;
}

.modal.fancybox__content .callbanner-online__card {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-decoration: none;
}
.modal.fancybox__content .onlinebar__list .callbanner-online__card {
  position: absolute;
}
.modal.fancybox__content .callbanner-online__card.online-card-more {
  left: -210px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.fancybox__content .callbanner-online__card.online-card-more span {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.modal.fancybox__content .onlinebar__list .callbanner-online__card.online-card-more {
  left: 180px;
  background: #F7F7F7;
}
.modal.fancybox__content .form-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal.fancybox__content .getconsult-form .form-row {
  margin-bottom: 15px;
}
.modal.fancybox__content .custom-input {
  position: relative;
}
.modal.fancybox__content .custom-input > input[type=tel], .modal.fancybox__content .custom-input > input[type=text] {
  border-radius: 10px;
  background: #FFF;
  padding: 22px 16px 12px 16px;
  outline: none;
  border: none;
  color: #140A32;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.modal.fancybox__content .getconsult-form input#tel,
.modal.fancybox__content .getconsult-form input#tel4,
.modal.fancybox__content .getconsult-form input#name2 {
  border: 1px solid rgba(47, 43, 67, 0.15);
  max-width: 205px;
}
.modal.fancybox__content .custom-input > label[for] {
  position: absolute;
  color: rgba(47, 43, 67, 0.4);
  font-weight: 400;
  line-height: normal;
  left: 16px;
  top: 50%;
  font-size: 16px;
  transform: translate(0, -50%);
  transition: all 0.12s linear;
  will-change: top;
}
.modal.fancybox__content form button[type=submit] {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 16px 36px 16px 36px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.12s linear;
}
.modal.fancybox__content button[type=submit].submit-hd {
  padding: 16px 24px 18px 24px;
  background: #140A32;
  border: none;
}
.modal.fancybox__content span.politicform-text, .modal.fancybox__content span.politicform-text a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.modal.fancybox__content .getconsult-form span.politicform-text, .modal.fancybox__content .getconsult-form span.politicform-text a {
  color: rgba(47, 43, 67, 0.4);
  margin-top: 12px;
}
.modal.fancybox__content .custom-input > input[type=tel]:focus + label[for], .modal.fancybox__content .custom-input > input[type=text]:focus + label[for] {
  top: 20%;
  font-size: 12px;
  transition: all 0.12s linear;
}
.modal.fancybox__content .modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.fancybox__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
} 
