.d-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.d-breadcrumbs-item {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: 60px;
    height: 60px;
    background: #F0F4FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    stroke: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-breadcrumbs-item.active {
    background: #0B75BA;
    color: #fff;
    stroke: #fff;
    pointer-events: none;
}

.d-breadcrumbs-item:hover {
    background: #0B75BA;
    color: #fff;
    stroke: #fff;
}

@media only screen and (min-width: 768px) {
    .new-news-item-big .new-news-item-img {
        padding: 30px;
    }

    .new-news-item-big .new-news-item-photo::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(#020201), to(rgba(2, 2, 1, 0)));
        background: -o-linear-gradient(top, #020201 0%, rgba(2, 2, 1, 0) 100%);
        background: linear-gradient(180deg, #020201 0%, rgba(2, 2, 1, 0) 100%);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        z-index: 2;
    }

    .new-news-item-big {
        height: 420px;
        position: relative;
    }

    .new-news-item-big .new-news-item-text {
        bottom: 70px;
        left: 45px;
        right: 45px;
        position: absolute;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        margin-bottom: 0;
        z-index: 2;
    }

    .new-news-item-big .new-news-item-date {
        position: absolute;
        left: 45px;
        right: 45px;
        bottom: 30px;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        margin-bottom: 0;
        z-index: 2;
    }

    .new-news-item-big .new-news-item-img {
        height: 100%;
        margin-bottom: 0;
    }
}

.d-main-aside-button svg {
    max-width: 25px;
    max-height: 25px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: #767676;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-main-aside-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E7ECF6;
    width: 50%;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #767676;
    margin-bottom: -1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
}

.d-border-block {
    padding: 24px;
    border: 1px solid #E7ECF6;
    border-radius: 6px;
    margin-bottom: 24px;
    font-family: 'GolosText';
}

.d-border-block p {
    font-size: 14px;
    line-height: 24px;
    color: #191919;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.d-border-block .text-light {
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 24px;
    color: #767676;
}

.d-main-aside-button:hover {
    background: #E7ECF6;
    color: #337ab7;
}

.d-main-aside-button:hover svg {
    stroke: #337ab7;
}

.d-main-aside-button:nth-child(odd) {
    border-radius: 6px 0 0 6px;
    margin-right: -1px;
}

.d-main-aside-button:nth-child(even) {
    border-radius: 0 6px 6px 0;
}

.d-main-aside-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'GolosText';
    margin-bottom: 24px;
}

.d-main-aside-buttons:only-child {
    margin-bottom: 0;
}

.d-block-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-block-links {
    border: 1px solid #E3EAF5;
    border-radius: 6px;
    margin-bottom: 24px;
}

.d-block-link {
    font-family: 'GolosText';
    display: block;
    padding: 16px 22px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.ui-tooltip {
    z-index: 2;
    cursor: pointer;
}

.d-filter .ui-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.d-filter-form-title {
    font-family: 'GolosText';
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
    margin-bottom: 8px;
}

.d-filter-form-select {
    margin-bottom: 20px;
}

.d-filter-form-select select {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('./../img/icon/select-arrow.svg');
    background-position-x: calc(100% - 8px);
}

.d-filter-form-select select::-ms-expand {
    display: none;
}

.d-link-item {
    padding: 22px 17px 22px 26px;
    background: #F0F4FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 15px;
}

.d-sub-text {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 20px;
}

.d-sub-button {
    background: rgba(11, 117, 186, 0.1);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    padding: 18px;
    margin-bottom: 20px;
}

.d-sub-form-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-sub-input {
    width: 100%;
    margin-bottom: 20px;
}

.d-sub-input input {
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    padding: 18px;
    font-family: 'GolosText';
    outline: none;
    border: none;
    width: 100%;
}

.d-news-inner-container {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}

.d-news-inner-block {
    position: relative;
    min-height: 400px;
}

.d-news-inner-social-item {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background: #F0F4FA;
    border-radius: 50%;
    cursor: pointer;
}

.d-news-inner-social {
    left: 0;
    top: 0;
    position: absolute;
}

.d-news-inner-social-item svg {
    fill: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-news-inner-social-item:hover svg {
    fill: #0B75BA;
}

.d-news-inner-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-news-inner-date {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
    font-family: 'GolosText';
}

.d-sub-input input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    font-weight: 500;
}

.d-sub-input input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    font-weight: 500;
}

.d-sub-input input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    font-weight: 500;
}

.d-sub-input input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    font-weight: 500;
}

.d-sub-input input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    font-weight: 500;
}

.ui-background-border .ui-slider-prev, .ui-background-border .ui-slider-next {
    background: #F0F4FA;
}

.ui-background-border .ui-post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';

}

.ui-background-border .ui-slider-head {
    font-weight: 600;
    font-family: 'GolosText';
}

.d-news-inner-footer {
    padding-bottom: 30px;
    padding-top: 24px;
    border-top: 1px solid #DCDCDC;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-news-inner-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
}

.d-news-inner-back:hover svg {
    stroke: #337ab7;
}

.d-news-inner-back svg {
    margin-right: 4px;
    stroke: #757575;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-news-inner-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-news-inner-rate-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-right: 24px;
}

.d-news-inner-rate-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-news-inner-rate-radio input, .d-news-inner-rate-radio .jq-radio {
    display: none !important;
}

label.d-news-inner-rate-radio {
    margin-bottom: 0;
}

.d-news-inner-container p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';

}

.d-news-inner-rate-radio {
    margin-right: 8px;
    cursor: pointer;

}

.d-news-inner-rate-radio svg {
    stroke: #BABABA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-news-inner-rate-radio.active svg {
    stroke: #0B75BA;
    fill: #0B75BA;
}

.d-news-inner-rate-radio:last-child {
    margin-right: 0;
}

.ui-background-border {
    margin-bottom: 0;
    background: #fff;
    padding-top: 50px;
    border-top: 1px solid #DCDCDC;
}

.d-sub-block .ui-button {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

.d-sub-block {
    background: #F0F4FA;
    border-radius: 6px;
    padding: 25px 20px;
}

.d-sub-button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.d-aside-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 20px;
    font-family: 'GolosText';
}

.d-link-container {
    margin-bottom: 30px;
}

.d-link-item svg {
    stroke: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-link-item:hover {
    -webkit-box-shadow: 0px 8px 25px rgba(11, 117, 186, .2);
    box-shadow: 0px 8px 25px rgba(11, 117, 186, .2);
}

.d-link-item:hover svg {
    stroke: #337ab7;
}

.d-filter-form-search {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.d-filter-form-search input {
    background: #FFFFFF;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    padding-left: 52px;
    font-weight: 500;
    font-size: 16px;
    color: #BABABA;
    width: 100%;
    border: none;
    outline: none;
}

.d-filter-form-search-icon {
    position: absolute;
    left: 18px;
    top: 18px;
}

.d-filter .ui-tooltip-popup {
    background-color: #B8D6EA;
    color: #fff;
}

.d-filter {
    padding: 25px 20px;
    background: #F0F4FA;
    border-radius: 6px;
    margin-bottom: 30px;
}

.d-filter-title {
    font-family: 'GolosText';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.d-block-link:hover {
    color: #0B75BA;
}

.d-block-link.active {
    color: #0B75BA;
    pointer-events: none;
}

.d-block-link.active::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 44px);
    min-height: 50px;
    background: #0B75BA;
}

.d-block-link::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 22px);
    height: 1px;
    background: #E3EAF5;
}

.d-block-link:first-child {
    padding-top: 24px;
}

.d-block-link:last-child {
    padding-bottom: 18px;
}

.d-block-link:last-child::before {
    display: none;
}

.d-title-page {
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #1A1A1A;
    margin-bottom: 27px;
}

.d-tabs-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-tabs-button {
    margin-right: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    padding-bottom: 6px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
    cursor: pointer;
}

.d-tabs-button:hover {
    color: #0B75BA;
}

.active.d-tabs-button {
    color: #0B75BA;
    pointer-events: none;
}

.active.d-tabs-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0B75BA;;
}

.d-audience-target {
    padding: 24px;
    background: #F0F4FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.d-audience-target-title {
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

.d-audience-target-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.d-dropdown-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-dropdown-button:hover {
    color: #0B75BA;
}

.d-dropdown-button:hover svg {
    stroke: #0B75BA;
}

.d-dropdown-button svg {
    margin-left: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    stroke: #1A1A1A;
}

.d-dropdown {
    border: 1px solid #F0F4FA;
    border-radius: 6px;
    margin-bottom: 16px;
}

.d-dropdown-container {
    padding: 0 24px 0 24px;
}


.d-dropdown-container ul, .d-page-border-block ul {
    margin-bottom: 16px;
    padding-left: 0;
    list-style: none;
}

.d-dropdown-container li, .d-page-border-block li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 16px;
    font-weight: 500;
}

.d-dropdown-container li:last-child, .d-page-border-block li:last-child {
    margin-bottom: 0;
}

.d-dropdown-container li::before, .d-page-border-block li::before {
    position: absolute;
    left: 0;
    top: 9px;
    background: #B6D6EA;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
}

.d-dropdown-container p, .d-page-border-block p {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 16px;
    font-weight: 500;
}

.d-dropdown-container a:not([class]), .d-page-border-block a {
    color: #0B75BA;
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

.d-dropdown-container a:not([class]):hover, .d-page-border-block a:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);
}

.d-dropdown-container b, .d-dropdown-container strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.d-dropdown-container li b, .d-dropdown-container li strong, .d-page-border-block li b, .d-page-border-block li strong {
    color: #0B75BA;
}

.d-page-border-block {
    padding: 24px 24px 5px 24px;
    border: 1px solid #F0F4FA;
    border-radius: 6px;
    margin-bottom: 16px;
}

.d-tag {
    padding: 3px 7px;
    background: #0B75BA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: inline-block;
}

.d-fill-block {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    padding: 11px 20px;
    background: #F0F4FA;
    border-radius: 6px;
    margin-bottom: 16px;
    margin-left: 30px;
}

.d-tabs-container {
    display: none;
}

.d-tabs-container.active {
    display: block;
}

.d-dropdown.d-closed .d-dropdown-button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.d-text-page {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 30px;
}

.d-text-page a:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);
}

.d-text-page a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #0B75BA;
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
}

.d-text-page:last-child {
    margin-bottom: 0;
}

.d-stat-content {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    padding-bottom: 20px;
}

.d-stat-content p {
    margin-bottom: 25px;
}

.d-stat-block {
    padding: 20px 30px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.d-stat-block-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.d-stat-block-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 20px;
}

.d-stat-block-item {
    width: 108px;
    padding-right: 17px;
}

.d-stat-block-count {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0B75BA;
}

.d-stat-block-name {
    font-size: 14px;
    line-height: 18px;
    color: #323232;
}

.d-stat-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 260px;
}

.d-stat-block-item:nth-child(even) {
    padding-left: 25px;
    width: 125px;
    padding-right: 0;
}

.d-stat-block-item:nth-child(n + 3) {
    margin-top: 21px;
    padding-top: 15px;
    border-top: 1px solid #EDEDED;
}

.d-stat-block-container {
    overflow: hidden;
    position: relative;
}

.d-stat-block-container::before {
    left: 108px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #EDEDED;
    content: '';
    position: absolute;
}

.d-title-page-big {
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #323232;
    margin-bottom: 24px;
}

.d-map-block {
    padding-top: 20px;

}

.d-map-map {
    margin-bottom: 70px;
}

.d-map-legend-color {
    margin-bottom: 20px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 120%;
    color: #323232;
}

.d-map-legend {
    padding-bottom: 40px;
}

.d-page-info {
    padding-top: 24px;
    position: relative;
}

.d-page-info-block {
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #BABABA;
}

.d-map-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-map-legend-title {
    width: 280px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 120%;
    color: #323232;
}

.d-map-legend-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-map-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.d-page-info::before {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    content: "";
    height: 1px;
    background: #E3EAF5;
}

.d-stat-block-long {
    padding: 30px;
}

.d-stat-block-long .d-stat-block-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #323232;
    margin-bottom: 10px;
    max-width: 160px;
}

.d-stat-block-long .d-stat-block-item {
    margin-bottom: 7px;
    margin-top: 0;
    border: none;
}

.d-stat-block-long .d-stat-block-container::before {
    display: none;
}

.d-stat-block-long .d-stat-block-container {
    margin-bottom: 20px;
}

.d-stat-block-long .ui-button {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    font-weight: 500;
}

.buttons-block {
    font-weight: 500;
}

.d-stat-block-long .d-stat-block-bg {
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.d-stat-block-long .d-stat-block-count {
    font-weight: 600;
    font-size: 36px;
    line-height: 39px;
    color: #0B75BA;
}

.d-stat-block-long .d-stat-block-name {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}

.d-stat-block-long .d-stat-block-item {
    max-width: 100%;
    width: 100%;
    padding: 0;

}

.d-structure-block-chieds {
    padding-top: 30px;
}

.d-structure-block-chieds > .d-structure-block {
    margin-top: 30px;
}

.d-structure-block-chieds > *:first-child {
    margin-top: 0px;
}

.d-structure-button-chield {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #0B75BA;
    background: #FFFFFF;
    bottom: -12px;
    left: 19px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.d-structure-block-chieds {
    padding-bottom: 12px;
}

.d-structure-button-chield::before {
    width: 10px;
    height: 2px;
    border-radius: 4px;
    background: #0B75BA;
    content: '';
    left: 5px;
    top: 9px;
    position: absolute;
}

.d-structure-resume {
    padding: 30px;
    border: 2px solid #F0F4FA;
    border-radius: 6px;
    margin-left: 20px;
    margin-top: 30px;

}

.d-structure-button-chield::after {
    height: 10px;
    width: 2px;
    border-radius: 4px;
    background: #0B75BA;
    content: '';
    left: 9px;
    top: 5px;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-structure-block-chieds:not(.active), .d-structure-resume {
    display: none;
}

.d-structure-button-chield.open::after {
    height: 0px;
    top: 10px;
}

.d-structure-block-chieds .d-structure-block::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #F0F4FA;
    content: '';
    position: absolute;
    z-index: 2;
}

.d-structure-block-chieds .d-structure-block::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    width: 30px;
    height: 2px;
    background: #F0F4FA;
    content: '';
    position: absolute;
}

.d-structure-line {
    left: -30px;
    width: 2px;
    height: 50000px;
    bottom: 50%;
    position: absolute;
    background: #F0F4FA;
}

.d-structure-resume ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.d-structure-resume li:last-child {
    margin-bottom: 0;
}

.d-structure-resume li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #1A1A1A;
    margin-bottom: 20px;
    font-family: 'GolosText';
}

.d-structure-resume li::before {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1A1A1A;
    border-top: 2px solid #1A1A1A;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.d-structure-resume-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.d-structure-resume-photo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-structure-resume-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0B75BA;
    font-family: 'GolosText';
    margin-bottom: 6px;
}

.d-structure-resume-position {
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    font-family: 'GolosText';
}

.d-structure-resume-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.d-structure-block-chieds {
    position: relative;
    overflow: hidden;
}

.d-structure-block-chieds .d-structure-block {
    position: relative;
}

.d-structure > .d-structure-block:first-child .d-structure-block-img {
    width: 100px;
    height: 100px;
}

.d-structure > .d-structure-block:first-child {
    padding: 20px 30px 20px 30px;
}

.d-structure-block-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-structure-block-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    font-family: 'GolosText';
}

.d-structure-block {
    padding: 15px 30px 15px 20px;
    background: #F0F4FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-structure-block-icon {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-structure-block-img {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.d-structure-block-chieds {
    padding-left: 60px;
}

.d-resume-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-resume-img {
    height: 320px;
    width: 255px;
    border-radius: 6px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.d-resume-info-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 10px;
}

.d-resume-info-position {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-resume-info-tel-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 10px;
}

.d-resume-info-tel-number {
    font-size: 16px;
    line-height: 22px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-resume-block {
    margin-bottom: 40px;
}

.d-resume-dropdown-blocks {
    margin-bottom: 40px;
}

.d-resume-dropdown.open .d-resume-dropdown-button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.d-resume-dropdown-button {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    font-family: 'GolosText';
    cursor: pointer;
}

.d-resume-dropdown {
    border-bottom: 1px solid #E3EAF5;
}

.d-resume-dropdown:first-child {
    border-top: 1px solid #E3EAF5;
}

.d-resume-dropdown-button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: auto;
}

.d-resume-dropdown-container {
    padding-bottom: 40px;
    padding-top: 20px;
}

.d-resume-dropdown-link:hover svg {
    stroke: #337ab7;
}

.d-resume-dropdown-link {
    padding: 30px;
    background: #F0F4FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 10px;
    cursor: pointer;
}

.d-resume-dropdown-link svg {
    margin-left: auto;
    stroke: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-resume-dropdown-container p {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 30px;
    font-family: 'GolosText';
}

.d-resume-dropdown-container p:last-child {
    margin-bottom: 0;
}

.d-resume-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.d-resume-date-year {
    width: 190px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-resume-date-text {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-resume-dropdown-container {
    display: none;
}

@media only screen and (max-width: 991px) {
    .d-news-inner-title {
        margin-bottom: 15px;
    }

    .d-news-inner-social {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .d-news-inner-date {
        margin-bottom: 25px;
    }

    .d-news-inner-social-item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .d-page-info-block {
        min-height: 0px;
        margin-bottom: 15px;
    }

    .d-dropdown-container li, .d-page-border-block li {
        padding-left: 20px;
    }

    .d-fill-block {
        margin-left: 20px;
    }

    .d-title-page, .d-title-page-big, .d-news-inner-title {
        font-size: 28px;
        line-height: 36px;
    }

    .d-dropdown-button {
        padding: 15px;
    }

    .d-dropdown-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .d-tabs-button {
        width: 100%;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .active.d-tabs-button::before {
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        width: 2px;
        height: 100%;
    }

    .d-block-link, .d-border-block, .d-audience-target, .d-page-border-block {
        padding: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .d-title-page-big:only-child {
        margin-bottom: 10px;
    }

    .d-structure > .d-structure-block:first-child, .d-structure-block, .d-structure-resume {
        padding: 15px;
    }

    .d-structure-block-title {
        font-size: 16px;
        line-height: 19px;
    }

    .d-structure-block-text {
        margin-top: 6px;
    }

    .d-structure-block-img, .d-structure-resume-photo {
        width: 50px;
        height: 50px;
    }

    .d-structure-resume-photo {
        margin-right: 15px;
    }

    .d-structure-resume li {
        margin-bottom: 10px;
    }

    .d-structure-resume-title {
        margin-bottom: 10px;
    }

    .d-structure-line {
        left: -15px;
    }

    .d-structure-block-chieds {
        padding-left: 25px;
    }

    .d-structure-block-chieds .d-structure-block::after {
        left: -15px;
        width: 15px;
    }

    .d-structure-resume {
        margin-left: 0;
    }

    .d-structure-block-chieds {
        padding-top: 20px;
    }

    .d-structure-block-chieds > .d-structure-block {
        margin-top: 20px;
    }

    .d-structure-block-chieds > *:first-child {
        margin-top: 0;
    }

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

    .d-structure-resume-name {
        line-height: 19px;
    }

    .d-structure-resume-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .d-structure-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .d-structure-block-img {
        margin-bottom: 10px;
    }

    .d-structure-block-info {
        width: calc(100% - 25px);
    }

    .d-structure-resume-photo {
        margin-bottom: 10px;
    }

    .d-structure > .d-structure-block:first-child .d-structure-block-img {
        width: 60px;
        height: 60px;
    }

    .d-structure-block-img {
        margin-right: 15px;
    }

    .d-resume-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .d-resume-img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .d-resume-date-year {
        width: 120px;
    }

    .d-resume-dropdown-container p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .d-resume-date {
        margin-bottom: 15px;
    }

    .d-resume-date-year, .d-resume-date-text {
        font-size: 14px;
    }

    .d-resume-dropdown-container {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .d-resume-dropdown-link {
        padding: 15px;
        font-size: 14px;
        line-height: 17px;
    }

    .d-resume-dropdown-button {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .d-resume-info-name {
        font-size: 18px;
        line-height: 22px;
    }

    .d-resume-info-position {
        font-size: 14px;
        line-height: 19px;
    }

    .d-resume-info-position {
        margin-bottom: 22px;
    }

    .d-resume-info-tel-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .d-resume-info-tel-number {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .d-filter, .d-sub-block {
        padding: 15px;
    }

    .d-breadcrumbs-item {
        width: 40px;
        height: 40px;
    }

    .d-breadcrumbs {
        padding-top: 15px;
    }

    .d-news-inner-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .d-news-inner-rate {
        margin-top: 15px;
    }

    .d-news-inner-rate-title {
        font-size: 14px;
    }

    .d-stat-content p {
        margin-bottom: 16px;
    }

    .d-stat-content {
        font-size: 14px;
    }

    .d-stat-block {
        padding: 15px;
    }

    .d-stat-block-long {
        padding: 15px;
    }

    .d-stat-block-long .d-stat-block-count {
        font-size: 27px;
    }

    .d-title-page, .d-title-page-big, .d-news-inner-title {
        font-size: 24px;
        line-height: 30px;
    }

    .d-fill-block {
        margin-left: 0;
    }

    .d-block-link, .d-dropdown-container li, .d-page-border-block li, .d-fill-block, .d-dropdown-container p, .d-page-border-block p {
        font-size: 14px;
        line-height: 22px;
    }

    .d-audience-target {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
    .d-structure-resume li::before {
        left: 0;
    }

    .d-structure-resume li {
        padding-left: 20px;
        font-size: 12px;
    }

    .d-structure-resume-title {
        font-size: 14px;
    }

    .d-structure-resume-name {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .d-structure-resume-position {
        font-size: 12px;
    }

    .d-structure-block-title {
        font-size: 14px;
    }

    .d-structure-block-text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 4px;
    }

    .d-resume-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*activity-page*/
.d-activity-links {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-activity-link:hover {
    -webkit-box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
    box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
    border-color: transparent;
}

.d-activity-link {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333333% - 30px);
    margin-bottom: 30px;
    border: 2px solid #F0F4FA;
    border-radius: 6px;
    padding: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-activity-link-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.d-activity-link-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}

.d-activity-link-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    max-width: 230px;
    font-family: 'GolosText';
}

.d-dropdown-init-hide .d-dropdown-container {
    display: none;
}

.d-activity-page .d-dropdown-container > *:last-child {
    margin-bottom: 24px;
}

.d-dropdown-button .d-dropdown-button-icon {
    width: 32px;
    height: 32px;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.d-dropdown-button .d-dropdown-button-icon::before {
    width: 20px;
    height: 2px;
    top: 15px;
    left: 6px;
    position: absolute;
    content: '';
    background: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-dropdown-button .d-dropdown-button-icon::after {
    height: 0px;
    width: 2px;
    left: 15px;
    top: 16px;
    position: absolute;
    content: '';
    background: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-dropdown.d-closed .d-dropdown-button .d-dropdown-button-icon::after {
    height: 20px;
    top: 6px;
}

.d-dropdown-button:hover .d-dropdown-button-icon::after,
.d-dropdown-button:hover .d-dropdown-button-icon::before {
    background: #0B75BA;
}

.d-link-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-activity-links {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .d-activity-link {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 600px) {
    .d-link-item {
        padding: 15px;
        font-size: 14px;
        line-height: 19px;
    }

    .d-activity-link {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .d-activity-link-icon {
        margin-right: 10px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
    }

    .d-activity-links {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .d-activity-page .d-dropdown-button {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .d-activity-links {
        margin-bottom: 50px;
    }

    .d-activity-page .d-title-page {
        margin-bottom: 40px;
    }

    .d-activity-page .d-dropdown {
        margin-bottom: 30px;
    }
}

/*gov-service*/
.d-background-page {
    background: #F0F4FA;
}

.d-title-page-mini:first-child {
    margin-top: 0;
}

.d-title-page-mini {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    margin-top: 50px;
    font-family: 'GolosText';
}

.d-our-services-item {
    padding: 26px;
    background: #FFFFFF;
    border-radius: 6px;
}

.d-our-services-img img {
    max-width: 100%;
    max-height: 100%;
}

.d-our-services-img {
    margin-bottom: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-our-services-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-our-services-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.d-our-services-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 16px;
    height: 16px;
}

.d-our-services-container .gov-item-big-icon {
    margin-right: 44px;
}

.d-our-services-container .gov-item-big {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 24px;
    min-height: 0px;
}

.d-our-services-container {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-our-services-item:hover .d-our-services-text {
    color: #337ab7;
}

.d-our-services-item:hover {
    -webkit-box-shadow: 0px 8px 25px rgba(11, 117, 186, .2);
    box-shadow: 0px 8px 25px rgba(11, 117, 186, .2);
}

.d-our-services-item:hover svg {
    stroke: #337ab7;
}

.d-our-services-item svg {
    stroke: #DCDCDC;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-our-services-item {
    width: calc(33.3333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-our-services {
    padding-top: 32px;
    margin-top: 40px;
    border-top: 1px solid #E3EAF5;
}

.d-services-block {
    padding: 24px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 6px;
}

.d-services-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #E3EAF5;
    margin-bottom: 20px;
}

.d-services-block-title-img img {
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-services-block-title-img {
    width: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 22px;
}

.d-services-block-title-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    max-width: 850px;
}

.d-services-block-links a {
    font-size: 16px;
    line-height: 24px;
    color: #0B75BA;
    font-family: 'GolosText';
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-services-block-links a:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);
}

.d-services-block-link {
    margin-bottom: 15px;
}

.d-our-services-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-our-services-item-row .d-our-services-img {
    margin-bottom: 0;
    margin-right: 26px;
}

@media only screen and (max-width: 991px) {
    .d-our-services-text {
        font-size: 14px;
        line-height: 19px;
    }

    .d-our-services-item {
        padding: 15px;
    }

    .d-our-services-item-row .d-our-services-img {
        margin-right: 15px;
        width: 30px;
    }

    .d-our-services-container .gov-item-big {
        padding: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .d-services-block {
        padding: 15px;
    }

    .d-services-block-title-img {
        margin-right: 15px;
    }

    .d-services-block-title-text {
        font-size: 16px;
        line-height: 20px;
    }

    .d-services-block-title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .d-services-block-links a {
        font-size: 14px;
        line-height: 21px;
    }

    .d-services-block-link {
        margin-bottom: 9px;
    }

    .d-our-services {
        padding-top: 20px;
        margin-top: 30px;
    }

    .d-our-services-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .d-our-services-container .gov-item-big-icon {
        margin-right: 15px;
    }

    .d-our-services-container .gov-item-big {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
    }

    .d-our-services-container {
        margin-left: 0;
        margin-right: 0;
    }

    .d-title-page-mini {
        font-size: 19px;
        line-height: 25px;
    }

    .d-background-page .gov-link {
        font-size: 14px;
        line-height: 21px;
    }
}

/*d-event-page*/
.d-event-item {
    padding: 20px;
    border: 2px solid #F0F4FA;
    border-radius: 6px;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-event-item:hover .d-event-item-text {
    color: #337ab7;
}

.d-event-item:hover {
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
    box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
}

.d-event-item-tag {
    padding: 3px 7px;
    background: #0B75BA;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'GolosText';
    margin-bottom: 20px;
    display: inline-block;
}

.d-event-item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-event-item-background .d-event-item-tag {
    background: rgba(11, 117, 186, 0.1);
    color: #757575;
}

.d-event-item-background {
    background: #F0F4FA;
}

.d-filter .button-trs {
    border: 1px solid rgba(11, 117, 186, 0.3);
    margin-bottom: 20px;
}

.d-filter-border {
    border: 2px solid #F0F4FA;
    border-radius: 6px;
    background-color: #fff;
}

.d-filter-border .d-filter-form-select select {
    background-color: #F0F4FA;
    color: #BABABA;
}

.d-filter-form-datapicker input {
    padding: 18px;
    background: #F0F4FA;
    border-radius: 8px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
    width: 100%;
    margin-bottom: 20px;
}

.d-filter-form-datapicker input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
}

.d-filter-form-datapicker input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
}

.d-filter-form-datapicker input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
}

.d-filter-form-datapicker input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
}

.d-filter-form-datapicker input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    font-family: 'GolosText';
}

.d-filter-form-datapicker input:focus + .d-filter-form-datapicker-icon {
    opacity: 1;
}

.d-filter-form-datapicker {
    position: relative;
}

.d-filter-form-datapicker-icon {
    position: absolute;
    right: 16px;
    top: 18px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-filter-form-datapicker-icon svg {
    max-height: 100%;
    max-width: 100%;

}

.d-filter-border .d-filter-form-select select {
    font-weight: 500;
    font-family: 'GolosText';
}

body .-bottom-left- .datepicker--pointer, body .-top-left- .datepicker--pointer {
    display: none;
}

body .datepicker {
    width: 276px;
    -webkit-box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
    box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
    border-radius: 6px;
    border: none;
}

body .datepicker--nav {
    height: 80px;
}

body .datepicker--button {
    height: 50px;
}

body .datepicker--nav-action, body .datepicker--nav-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    font-family: 'GolosText';
}

@media only screen and (max-width: 600px) {
    .d-event-item {
        padding: 10px;
    }

    .d-event-item-tag {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .d-event-item-text {
        font-size: 14px;
        line-height: 19px;
    }

}

/*national-project-page*/
.national-page-slider .ui-slider-head {
    font-weight: 600;
    color: #1A1A1A;
    font-family: 'GolosText';

}

.national-page-slider .ui-slider-prev, .national-page-slider .ui-slider-next {
    background: #F0F4FA;
}

.d-material-el-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0B75BA;
    font-family: 'GolosText';
    margin-bottom: 20px;
}

.d-material-el-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 30px;
}

.d-material-el-date {
    margin-top: auto;
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #757575;
}

.d-material-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: #F0F4FA;
    border-radius: 6px;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-material-el:hover {
    background: #E7ECF6;
}

.national-page-slider .swiper-slide {
    height: auto;
}

@media only screen and (min-width: 1400px) {
    .d-national-section .d-title-page {
        margin-bottom: 40px;
    }
}

.d-national-section .d-title-page {
    max-width: 855px;
}

.d-national-section {
    background-color: #f0f4fa;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.d-deadline-block {
    margin-bottom: 60px;
}

.d-deadline-block-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 8px;
}

.d-deadline-block-date {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 32px;
}

.d-deadline-info:hover {
    -webkit-box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
    box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
}

.d-deadline-info {
    display: inline-block;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-deadline-info-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'GolosText';
    color: #0B75BA;
    margin-bottom: 8px;
}

.d-deadline-info-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-deadline-info {
    max-width: 350px;
}

.d-svg-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.d-svg-block svg {
    max-width: 100%;
}

.d-national-dropdown {
    background: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 16px;
}

.d-national-dropdown-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 24px;
}

.d-national-dropdown-arrow svg {
    max-width: 100%;
    max-height: 100%;
    stroke: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-national-dropdown.open .d-national-dropdown-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.d-national-dropdown-arrow {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-national-dropdown-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    max-width: 546px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 10px;
}

.d-national-dropdown-icon svg {
    max-height: 100%;
    max-width: 100%;
}

.d-national-dropdown-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.d-national-dropdown-container {
    padding: 10px 24px 20px 24px;
    display: none;
}

.d-national-dropdown-button:hover .d-national-dropdown-arrow svg {
    stroke: #337ab7;
}

.d-national-dropdown-button:hover .d-national-dropdown-text {
    color: #337ab7;
}

.d-national-dropdown-button:hover {
    cursor: pointer;
}

.d-national-banner:hover .d-national-banner-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.d-national-banner {
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    min-height: 584px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.d-national-banner-bg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
}

.d-national-banner-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: 'GolosText';
    color: #FFFFFF;
}

.d-national-banner-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-national-banner-arrow svg {
    max-width: 100%;
    max-height: 100%;
}

.d-national-banner-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.d-national-banner-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    .d-svg-block {
        display: none;
    }

    .d-national-banner {
        min-height: 280px;
    }
}

@media only screen and (max-width: 590px) {
    .d-material-el {
        padding: 15px;
    }

    .d-material-el-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .d-material-el-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .d-national-banner {
        padding: 15px;
    }

    .d-national-banner-title {
        font-size: 18px;
        line-height: 24px;
    }

    .d-national-banner {
        min-height: 230px;
    }

    .d-national-section .d-title-page {
        font-size: 21px;
    }

    .d-material-el-date {
        font-size: 12px;
    }

    .d-deadline-info {
        padding: 15px;
    }

    .d-deadline-block {
        margin-bottom: 40px;
    }

    .d-national-dropdown-button {
        padding: 15px;
    }

    .d-national-dropdown-container {
        padding: 10px 15px 15px 15px;
    }

    .d-national-dropdown-arrow {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .d-national-dropdown-icon {

    }

    .d-national-dropdown-text {
        font-size: 14px;
        line-height: 18px;
        padding-right: 10px;
    }

    .d-national-dropdown-icon {
        width: 35px;
        height: 35px;
    }

    .d-deadline-info-title {
        font-size: 12px;
    }

    .d-deadline-info-text {
        font-size: 14px;
        line-height: 20px;
    }

    .d-deadline-block-date {
        font-size: 16px;
        line-height: 22px;
    }

    .d-deadline-block-title {
        font-size: 14px;
        line-height: 20px;
    }
}

/*lk-auth-page*/
.d-lk-auth-logo-block {
    width: calc(100% - 830px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.d-lk-auth-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #F0F4FA;
    padding: 30px 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-lk-auth-back svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 28px;
    margin-right: 8px;
}

.d-lk-auth-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 24px;
    font-family: 'GolosText';
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.d-lk-auth-form {
    width: 100%;
    padding: 40px 40px 30px 40px;
    background: #FFFFFF;
    border-radius: 6px;
}

.d-lk-auth-form-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 24px;
}

.d-lk-auth-logo img {
    max-height: 100%;
    max-width: 100%;
}

.d-lk-auth-logo {
    margin-bottom: 24px;
    width: 210px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-lk-auth-logo-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1A1A;
    font-family: 'GolosText';
    max-width: 210px;
}

.d-lk-auth-page {
    padding: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-lk-auth-form .d-tabs-button {
    font-weight: 500;
    font-family: 'GolosText';
}

.d-lk-auth-form .d-tabs-buttons {
    padding-bottom: 0;
}

.d-lk-auth-block .ui-button.disabled, .d-lk-auth-block [disabled].ui-button, .ui-button.disabled {
    background: #F0F4FA;
    color: rgba(11, 117, 186, 0.3);
    pointer-events: none;
}

.d-auth-reg-block a {
    color: #0B75BA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}

.d-auth-input.has-error input {
    border-color: #FF3C30;
}

.d-auth-reg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-lk-auth-block .ui-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
}

.d-lk-auth-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-lk-auth-block .ui-button:first-child {
    margin-top: 20px;
}

.d-auth-input .help-block {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    color: #FF3C30;
    font-family: 'GolosText';
}

.d-auth-input {
    margin-bottom: 8px;
    position: relative;
}

.d-reset-password:hover, .d-auth-reg-block a:hover {
    border-bottom: 1px solid #0B75BA;
}

.d-reset-password {
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
    color: #0B75BA;
    font-family: 'GolosText';
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}

.d-auth-input input {
    padding: 20px 16px;
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';

}

.d-auth-input input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-auth-input input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-auth-input input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-auth-input input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-auth-input input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-auth-input-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.change-text-password-js {
    cursor: pointer;
}

.d-auth-input-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
}

[type="password"] ~ .d-auth-input-icon svg:nth-child(2) {
    display: none;
}

[type="text"] ~ .d-auth-input-icon svg:nth-child(2) {
    display: block;
}

[type="text"] ~ .d-auth-input-icon svg:nth-child(1) {
    display: none;
}

@media only screen and (max-width: 991px) {
    .d-lk-auth-page {
        margin-top: -50px;
    }
}

.d-profile-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 18px;
    background: #F0F4FA;
    border-radius: 6px;
    margin-bottom: 16px;
}

.d-profile-el-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-profile-el-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-profile-el-lastseen {
    font-size: 11px;
    line-height: 16px;
    color: #757575;
    font-family: 'GolosText';
}

.d-block-links-lk .d-block-link.active::after {
    display: none;
}

.d-block-links-lk .d-block-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.d-block-links-lk .d-block-link-icon .stroke {
    stroke: #757575;
}

.d-block-links-lk .d-block-link:hover {
    color: #0B75BA;
}

.d-block-links-lk .d-block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-block-links-lk .d-block-link.active .d-block-link-icon .stroke {
    stroke: #0B75BA;
}

.d-block-links-lk .d-block-link-icon .fill {
    fill: #757575;
}

.d-block-links-lk .d-block-link.active .d-block-link-icon .fill {
    fill: #0B75BA;
}

.d-block-links-lk .d-block-link.active {
    color: #0B75BA;
}

.d-block-links-lk .d-block-link-icon svg {
    max-height: 100%;
    max-width: 100%;
}

.d-block-links-lk .d-block-link-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.d-logout:hover {
    background: #E3EAF5;
}

.d-logout {
    border: 1px solid #E3EAF5;
    border-radius: 6px;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    font-family: 'GolosText';
    font-weight: 500;
}

.d-aside-banner {
    padding: 24px;
    background: #F0F4FA;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.d-aside-banner-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-aside-banner-tag {
    padding: 3px 7px;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
    background: #0B75BA;
    border-radius: 4px;
    display: inline-block;
}

.d-aside-banner-text {
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.d-aside-banner-button:hover {
    background: #0B75BA;
    color: #fff;
    border-color: #0B75BA;
}

.d-aside-banner-button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: #F0F4FA;
    border: 1px solid rgba(11, 117, 186, 0.3);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #0B75BA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-appeal-block .ui-button {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 48px;
    margin-right: 10px;
    margin-bottom: 0;
}

.d-appeal-block-info .ui-tooltip {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.d-appeal-block-info > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-appeal-block-info .ui-tooltip-popup {
    background: #B8D6EA;
    color: #fff;
}

.d-appeal-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-appeal-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    background: #F0F4FA;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.d-appeal-infoblock {
    padding: 24px;
    margin-bottom: 16px;
    background: #F0F4FA;
    border-radius: 6px;
}

.d-appeal-infoblock-title {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.d-appeal-infoblock-head {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-appeal-infoblock-status {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'GolosText';
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.d-status-reg .d-appeal-infoblock-status-icon {
    background: #3CD278;
}

.d-status-reg {
    color: #3CD278;
}

.d-status-send .d-appeal-infoblock-status-icon {
    background: #EA6A00;
}

.d-status-send {
    color: #EA6A00;
}

.d-appeal-infoblock-status-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.d-appeal-infoblock-info span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #757575;
    margin-right: 16px;
}

.d-appeal-infoblock-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.d-title-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-mailing-settings-title:first-child {
    margin-top: 0;
}

.d-mailing-settings-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A1A1A;
    margin-bottom: 15px;
    margin-top: 14px;
}

.d-mailing-settings .ui-button.disabled {
    background: #99ADBB;
    color: #fff;
}

.d-mailing-settings .ui-button {
    margin-right: 15px;
    margin-bottom: 0;
}

.d-mailing-settings {
    background: #F0F4FA;
    border-radius: 6px;
    padding: 32px;
}

.d-mailing-settings-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 8px;
}

.d-mailing-settings-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-mailing-settings-radio-text {
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A1A1A;
    font-weight: normal;
}

.d-mailing-settings-checkboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-mailing-settingsc-checkbox .jq-checkbox {
    display: none !important;
}

.d-mailing-settingsc-checkbox-text {
    padding: 12px 16px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'GolosText';
    color: #1A1A1A;
    font-weight: normal;
    border: 2px solid #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 16px;
}

.d-mailing-settingsc-checkbox {
    margin-bottom: 8px;
}

label {
    cursor: pointer;
}

.jq-checkbox.checked ~ .d-mailing-settingsc-checkbox-text {
    border-color: #0B75BA;
}

.d-mailing-settings-line {
    margin: 22px -32px 18px -32px;
    height: 1px;
    background: #0B75BA;
    width: calc(100% + 64px);
    opacity: 0.1;
}

.d-input {
    position: relative;
}

.d-input input {
    padding: 26px 16px 14px 16px;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'GolosText';
    width: 100%;
    margin-bottom: 8px;
}

.d-input-placeholder span {
    color: #ff9500;
}

.d-input-placeholder.active {
    font-size: 12px;
    line-height: 18px;
    color: #757575;
    top: 10px;
}

.d-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    position: absolute;
    top: 5px;
    left: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-input input:focus ~ .d-input-placeholder {
    font-size: 12px;
    line-height: 18px;
    color: #757575;
    top: 10px;
}

.main-aside .button-blue svg {
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-aside .button-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
}

.d-lk-title {
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.d-mailing-settings {
    margin-bottom: 40px;
}

.d-mailing-settings .button-trs:hover {
    background: #0B75BA;
}

.d-mailing-settings .button-trs {
    background: #fff;
}

.d-mailing-settings .button-blue {
    margin-top: 14px;
}

.button-white {
    background: #FFFFFF;
    border-radius: 6px;
}

.d-mailing-settings-title-m:first-child {
    margin-top: 0;
}

.d-mailing-settings-title-m {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #1A1A1A;
    font-family: 'GolosText';
}

.d-mailing-settings-buttons .button-trs {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-mailing-settings-buttons .button-white svg {
    margin-right: 16px;
}

.d-mailing-settings-buttons .button-white:hover {
    background: rgba(11, 117, 186, 0.05);
}

.d-mailing-settings-buttons .button-white {
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 15px;
}

.d-mailing-settings-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-input-placeholder {
    pointer-events: none;
}

@media only screen and (max-width: 1200px) {
    .d-lk-auth-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .d-lk-auth-logo-block {
        width: 100%;
    }

    .d-lk-auth-logo {
        width: 100px;
        height: 114px;
    }

    .d-lk-auth-logo-text {
        font-size: 20px;
        line-height: 30px;
    }

    .d-lk-auth-logo-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .d-lk-auth-logo {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .d-lk-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .d-mailing-settings {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 720px) {
    .d-lk-auth-container {
        padding: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .d-mailing-settings {
        padding: 15px;
    }

    .d-lk-auth-form {
        padding: 15px;
    }

    .d-mailing-settings-line {
        margin: 15px -15px 15px -15px;
        width: calc(100% + 30px);
    }

    .d-mailing-settings .ui-button {
        padding: 15px;
    }

    .d-appeal-block .d-appeal-block-info {
        margin-bottom: 10px;
    }

    .d-appeal-block .button-blue {
        margin-right: 0;
    }

    .d-appeal-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .d-appeal-infoblock-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .d-appeal-infoblock-status {
        padding-left: 0;
        margin-left: 0;
    }

    .d-appeal-infoblock-status {
        width: auto;
    }

    .d-appeal-infoblock-title {
        margin-bottom: 10px;
    }

    .d-appeal-infoblock-info {
        font-size: 14px;
    }

    .d-appeal-infoblock-info span {
        font-size: 14px;
    }

    .d-aside-banner, .d-appeal-block, .d-profile-el, .d-appeal-infoblock {
        padding: 15px;
    }

    .d-mailing-settings-buttons .button-white svg {
        width: 25px;
        margin-right: 10px;
    }

    .d-mailing-settings-buttons .button-white {
        font-size: 14px;
    }

    .d-mailing-settings-title-m {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .d-mailing-settings-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .d-mailing-settings-buttons .button-trs {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .d-lk-auth-logo {
        width: 60px;
        height: 75px;
    }

    .d-lk-auth-form-title {
        font-size: 25px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 350px) {
    .d-tabs-button {
        font-size: 14px;
        line-height: 19px;
    }

    .d-auth-reg-block, .d-reset-password {
        font-size: 14px;
        line-height: 21px;
    }

    .d-reset-password {
        margin-bottom: 18px;
    }

}

.d-input-password input {
    padding-right: 50px;
}

.d-notif-block-text a:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);
}

.d-notif-block-text a {
    color: #0B75BA;
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-notif-block-text b, .d-notif-block-text strong {
    font-weight: 600;
}

.d-notif-block-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.d-notif-block-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    font-family: 'GolosText';
    margin-bottom: 20px;
}

.d-notif-block {
    padding: 30px;
    background: #fff9f2;
    border-radius: 6px;
}

/*contact-page*/
.d-notif-block {
    margin-bottom: 24px;
}

.contact-info-block {
    background: #F0F4FA;
    border-radius: 6px;
    padding: 30px;
}

.contact-info-block-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.contact-page-el-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 8px;
}

.contact-page-el-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.contact-page-el-positions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page-el-position {
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 8px;
}

.contact-page-el {
    padding-bottom: 24px;
}

.contact-page-el-position-icon {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.contact-page-time-el {
    padding: 12px 24px;
    border: 2px solid #E3EAF5;
    border-radius: 6px;
    margin-right: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.contact-page-time-title {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-family: 'GolosText';
    margin-bottom: 4px;
    color: #1A1A1A;
}

.contact-page-time-block {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.contact-page-el-bigtext {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.contact-page-el-bigtext a {
    color: #1A1A1A;
    font-weight: 600;
}

.contact-page-el-text a {
    color: #1A1A1A;
    font-weight: normal;
}

.contact-page-el-text .d-link:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);
}

.contact-page-el-text .d-link {
    color: #0B75BA;
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-info-block .ui-button {
    margin-bottom: 10px;
    margin-right: 15px;
}

.contact-info-block {
    margin-bottom: 24px;
}

.contact-info-block-title .contact-page-el-text {
    margin-top: 8px;
    font-weight: normal;
}

.contact-page-time:last-child, .contact-page-el:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-dropdown-contact-page .ui-dropdown-head .ui-dropdown-icon::after,
.ui-dropdown-contact-page .ui-dropdown-head .ui-dropdown-icon::before {
    background: #0B75BA;
}

.ui-dropdown-contact-page .ui-dropdown-head span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #0B75BA;
}

.ui-dropdown-contact-page {
    margin-bottom: 24px;
}

.contact-page-two-el .contact-page-el:first-child {
    width: 190px;
    padding-right: 10px;
}

.contact-page-two-el .contact-page-el:nth-child(even) {
    width: calc(100% - 190px);
}

.contact-page-two-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

@media only screen and (min-width: 992px) {
    .ui-dropdown-contact-page {
        padding: 24px;
    }
}


.contact-info-aside {
    padding: 30px 26px;
    border: 1px solid #E3EAF5;
    border-radius: 6px;
    margin-bottom: 28px;
}

.contact-info-aside-tag:last-child {
    margin-bottom: 0;
}

.contact-info-aside-tag {
    display: inline-block;
    margin-bottom: 24px;
    padding: 3px 7px;
    background: #0B75BA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'GolosText';
    color: #FFFFFF;
}

.contact-info-aside-title:last-child {
    margin-bottom: 0;
}

.contact-info-aside-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.contact-info-aside-mtitle:last-child {
    margin-bottom: 0;
}

.contact-info-aside-mtitle {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.contact-info-aside-text:last-child {
    margin-bottom: 0;
}

.contact-info-aside-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.contact-info-aside-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact-info-aside-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E3EAF5;
}

.contact-info-aside-link:hover {
    border-bottom: 1px solid rgba(11, 117, 186, 1);

}

.contact-info-aside-link {
    font-size: 16px;
    line-height: 24px;
    color: #0B75BA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid rgba(11, 117, 186, 0.3);
}

.contact-page-map-block {
    width: 100%;
    height: 420px;
    margin-bottom: 24px;
}

#map [class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
}

#map {
    width: 100%;
    height: 100%;
}

.send-message-form {
    padding: 40px 30px;
    background: #F0F4FA;
    border-radius: 6px;
    margin-bottom: 30px;
}

.d-covid-block-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.d-covid-block {
    padding: 28px 24px;
    background: #FDA3AE;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 24px;
}

.d-covid-block-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.d-covid-block-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.d-covid-block-tag {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-family: 'GolosText';
    color: #FF3C30;
    margin-bottom: 16px;
}

.d-covid-block-button:hover {
    background: #FF3C30;
    color: #fff;
}

.d-covid-block-button:focus {
    color: #FF3C30;
}

.d-covid-block-button {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #FF3C30;
    text-align: center;
    border: 1px solid #FF3C30;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
    margin-bottom: 28px;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.d-contact-aside-tag {
    padding: 3px 7px;
    background: #0B75BA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'GolosText';
    color: #FFFFFF;
    margin-bottom: 24px;
    display: inline-block;
}

.d-contact-aside-item:last-child {
    margin-bottom: 0;
}

.d-contact-aside-item {
    margin-bottom: 28px;
}

.d-contact-aside-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #000000;
    margin-bottom: 8px;
}

.d-contact-aside-text:last-child {
    margin-bottom: 0;
}

.d-contact-aside-text {
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #757575;
    margin-bottom: 8px;
}

.d-contact-aside {
    padding: 30px 24px;
    background: #F0F4FA;
    border-radius: 6px;
}

.send-message-form-name .d-input:last-child {
    margin-bottom: 0;
}

.send-message-form-name {
    margin-bottom: 24px;
}

.send-message-form-text span {
    color: #ff9500;
}

.send-message-form-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 16px;
}

.d-select select {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    padding: 20px 40px 20px 16px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #757575;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(./../img/icon/select-arrow2.svg);
    background-position-x: calc(100% - 24px);
}

.d-select {
    margin-bottom: 24px;

}

.send-message-form .d-mailing-settings-radios {
    padding-bottom: 16px;
}

.send-message-form .jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
}

.send-message-form .jq-radio {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}

.send-message-form-title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #1A1A1A;
}

.send-message-form-email {
    padding-bottom: 24px;
}

.send-message-form-email .ui-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 22px 48px;
}

.send-message-form-email .d-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.send-message-form-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.d-textarea textarea::-webkit-input-placeholder {
    color: #757575;
}

.d-textarea textarea::-moz-placeholder {
    color: #757575;
}

.d-textarea textarea:-ms-input-placeholder {
    color: #757575;
}

.d-textarea textarea::-ms-input-placeholder {
    color: #757575;
}

.d-textarea textarea::placeholder {
    color: #757575;
}

.d-textarea {
    position: relative;
    margin-bottom: 14px;
}

.d-textarea .d-textarea-placeholder span, .d-textarea .d-textarea-placeholder-new span {
    color: #FF9500;
}

.d-textarea .d-textarea-placeholder {
    top: 16px;
    left: 16px;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #000000;
}

.d-textarea textarea {
    height: 200px;
    padding: 44px 16px 16px 16px;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #000000;
    margin-bottom: 0px;
}

.d-textarea .d-textarea-placeholder-new {
    top: 0px;
    left: 0px;
    padding: 16px 16px 0 16px;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #000000;
    background: #fff;
    width: 100%;
    height: 40px;
}

.d-textarea-text {
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #1A1A1A;
    margin-bottom: 34px;
}

.d-checkbox-accept .jq-checkbox {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    border-radius: 3px;
}

.d-checkbox-accept .jq-checkbox__div {
    background-color: transparent;
    background-image: url("../img/icon/checkbox-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.d-checkbox-accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 22px;
}

.d-checkbox-accept-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    margin-left: 12px;
    font-weight: normal;
    color: #1A1A1A;
}

.d-textarea .help-block,
.d-input .help-block {
    font-size: 12px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #FF3C30;
    margin-top: 0;
    margin-bottom: 0;
}

.send-message-form .d-input {
    margin-bottom: 8px;
}

.send-message-form .d-input input {
    margin-bottom: 0;
}

.send-message-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.send-message-form-footer .ui-button.disabled {
    background: rgba(11, 117, 186, 0.1);
    border-radius: 6px;
    color: rgba(11, 117, 186, 0.3);
}

.send-message-form-footer .ui-button {
    margin-right: 0;
    margin-bottom: 0;
}

.send-message-form-notif-text {
    font-size: 12px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #FF3C30;
}

.send-message-form-notif-icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

.send-message-form-notif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.d-draganddrop {
    margin-bottom: 24px;
}

.d-draganddrop-text {
    font-size: 12px;
    line-height: 18px;
    font-family: 'GolosText';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #757575;
}

.d-draganddrop-container {
    margin-bottom: 10px;
}

.d-draganddrop-container-inner {
    border: 1px dashed #DCDCDC;
    border-radius: 6px;
    padding: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.d-draganddrop-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-draganddrop-container {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 8px;
}

.d-draganddrop-button:hover {
    color: #fff;
    background: #9fb5c4;
}

.d-draganddrop-button {
    padding: 16px 32px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #FFFFFF;
    margin-right: 32px;
    background: #99ADBB;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-draganddrop-label {
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #1A1A1A;
    pointer-events: none;
}

.d-draganddrop-container-inner.active {
    border-color: #0B75BA;
}

.d-draganddrop-button .jq-file {
    display: none !important;
}

.d-draganddrop-button input {
    display: none;
}

.d-draganddrop-file {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'GolosText';
    color: #1A1A1A;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 540px) {
    .contact-page-time-el {
        width: 100%;
        margin-right: 0;
    }

    .d-draganddrop-container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .d-draganddrop-button {
        margin-right: 0;
        margin-bottom: 0;
    }

    .send-message-form-email {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .send-message-form-email .d-input {
        width: 100%;
    }

    .send-message-form-email .ui-button {
        width: 100%;
        margin-left: 0;
    }

    .send-message-form-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 405px) {
    .d-draganddrop-label {
        max-width: 190px;
    }

    .main .d-text-page p {
        text-align: left !important;
    }
}

@media only screen and (max-width: 474px) {
    .main .d-text-page p {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .d-notif-block, .contact-info-block, .contact-info-aside, .d-contact-aside, .d-covid-block, .send-message-form {
        padding: 15px;
    }

    .d-covid-block-title {
        font-size: 20px;
        line-height: 25px;
    }

    .d-checkbox-accept-text {
        font-size: 14px;
        line-height: 19px;
    }

    .d-notif-block-title, .contact-info-block-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .contact-info-aside-title {
        font-size: 16px;
        line-height: 22px;
    }

    .d-notif-block-text p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .contact-info-aside-text {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-page-el-text {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-page-el-bigtext {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-page-two-el .contact-page-el:first-child, .contact-page-two-el .contact-page-el:nth-child(even) {
        width: 100%;
        padding-bottom: 24px;
    }

}

.contact-info-block a, .contact-info-aside a, .d-notif-block a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: keep-all;
    line-break: auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

.d-services-accordeon {
    border: 2px solid #F0F4FA;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0px 30px;
    margin-bottom: 15px;
}

.d-services-accordeon-header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1A1A1A;
    position: relative;
    cursor: pointer;
}

.d-services-accordeon-body {
    display: none;
}

.d-services-accordeon-header:before, .d-services-accordeon-header:after {
    content: '';
    position: absolute;
    background: #000;
}

.d-services-accordeon-header:before {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    top: 44px;
    right: 0px;
}

.d-services-accordeon-header:after {
    height: 20px;
    width: 2px;
    border-radius: 2px;
    top: 35px;
    right: 9px;
}

.d-services-accordeon-header.open:after {
    display: none;
}

@media (max-width: 767px) {
    .d-services-accordeon-header {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .d-services-accordeon {
        padding: 0px 15px;
    }
}
